1 2016-02-18 Philippe Normand <pnormand@igalia.com>
3 [GStreamer] Bump internal jhbuild versions to 1.6.3
4 https://bugs.webkit.org/show_bug.cgi?id=149594
6 Reviewed by Michael Catanzaro.
8 * platform/gtk/TestExpectations: Skipping new failing tests for now.
10 2016-02-18 Commit Queue <commit-queue@webkit.org>
12 Unreviewed, rolling out r196790.
13 https://bugs.webkit.org/show_bug.cgi?id=154439
15 made fast/events/wheelevent-basic-actual.txt fail in WK2
16 (Requested by alexchristensen on #webkit).
20 "Wheel event callback removing the window causes crash in
22 https://bugs.webkit.org/show_bug.cgi?id=150871
23 http://trac.webkit.org/changeset/196790
25 2016-02-18 Chris Dumez <cdumez@apple.com>
27 window.history / window.navigator should not be replaceable
28 https://bugs.webkit.org/show_bug.cgi?id=154412
30 Reviewed by Ryosuke Niwa.
32 Update / rebaseline existing tests now that window.history and
33 window.navigator are no longer replaceable.
35 * fast/dom/Window/get-set-properties-expected.txt:
36 * fast/dom/Window/get-set-properties.html:
37 * fast/dom/Window/window-property-shadowing-expected.txt:
38 * fast/dom/Window/window-property-shadowing.html:
39 * http/tests/history/cross-origin-replace-history-object-child-expected.txt:
40 * http/tests/history/resources/cross-origin-replaces-history-object-child-iframe.html:
41 * js/dom/var-declarations-shadowing-expected.txt:
42 * js/dom/var-declarations-shadowing.html:
43 * js/getOwnPropertyDescriptor-window-attributes-expected.txt:
44 * js/getOwnPropertyDescriptor-window-attributes.html:
46 2016-02-18 Simon Fraser <simon.fraser@apple.com>
48 Wheel event callback removing the window causes crash in WebCore.
49 https://bugs.webkit.org/show_bug.cgi?id=150871
51 Reviewed by Brent Fulgham.
53 * fast/events/wheel-event-destroys-frame-expected.txt: Added.
54 * fast/events/wheel-event-destroys-frame.html: Added.
56 2016-02-18 Zalan Bujtas <zalan@apple.com>
58 Soft hyphen is not shown when it is placed at the end of an inline element
59 https://bugs.webkit.org/show_bug.cgi?id=153980
61 Reviewed by David Hyatt.
63 This patch handles the case when the character at the breaking position does not fit the
64 line and soft-hyphen, as the first breaking opportunity, is followed by this overflowing character.
65 (foo­bar where b overflows the line).
66 In such cases we don't yet have an item in the breaking history so we need to take a look at
67 the current context instead.
69 * fast/text/soft-hyphen-as-first-breaking-opportunity-expected.html: Added.
70 * fast/text/soft-hyphen-as-first-breaking-opportunity.html: Added.
72 2016-02-18 Ryan Haddad <ryanhaddad@apple.com>
74 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196770
76 Unreviewed test gardening.
78 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
80 2016-02-18 Ryan Haddad <ryanhaddad@apple.com>
82 Rebaseline imported/w3c/web-platform-tests/html/dom/reflection-forms.html for ios-simulator after r196769
84 Unreviewed test gardening.
86 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
88 2016-02-18 Ryan Haddad <ryanhaddad@apple.com>
90 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196742
92 Unreviewed test gardening.
94 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
96 2016-02-18 Csaba Osztrogonác <ossy@webkit.org>
98 JSC ARM Linux test gardening after r196625
99 https://bugs.webkit.org/show_bug.cgi?id=154392
101 Reviewed by Mark Lam.
103 * js/script-tests/dfg-float32array.js:
104 * js/script-tests/dfg-float64array.js:
105 * js/script-tests/dfg-int16array.js:
106 * js/script-tests/dfg-int32array-overflow-values.js:
107 * js/script-tests/dfg-int32array.js:
108 * js/script-tests/dfg-int8array.js:
109 * js/script-tests/dfg-osr-entry-hoisted-clobbered-structure-check.js:
110 * js/script-tests/dfg-uint16array.js:
111 * js/script-tests/dfg-uint32array-overflow-values.js:
112 * js/script-tests/dfg-uint32array.js:
113 * js/script-tests/dfg-uint8array.js:
114 * js/script-tests/dfg-uint8clampedarray.js:
115 * js/script-tests/regress-141098.js:
117 2016-02-17 Myles C. Maxfield <mmaxfield@apple.com>
119 [Font Loading] Implement FontFaceSet
120 https://bugs.webkit.org/show_bug.cgi?id=153348
122 Reviewed by Simon Fraser.
124 * fast/text/font-face-set-javascript-expected.txt: Added.
125 * fast/text/font-face-set-javascript.html: Added.
127 2016-02-17 Commit Queue <commit-queue@webkit.org>
129 Unreviewed, rolling out r196738.
130 https://bugs.webkit.org/show_bug.cgi?id=154380
132 broke css3/calc/transforms-translate.html (Requested by
133 alexchristensen on #webkit).
137 "WebKitCSSMatrix transformList with calculated relative length
139 https://bugs.webkit.org/show_bug.cgi?id=153333
140 http://trac.webkit.org/changeset/196738
142 2016-02-17 Dean Jackson <dino@apple.com>
144 WebKitCSSMatrix transformList with calculated relative length crashes Safari.
145 https://bugs.webkit.org/show_bug.cgi?id=153333
146 <rdar://problem/17198383>
148 Reviewed by Simon Fraser.
150 Update existing tests to exercise the non-absolute lengths for translation
151 and perspective functions.
153 * transforms/cssmatrix-2d-interface-expected.txt:
154 * transforms/cssmatrix-2d-interface.xhtml:
155 * transforms/cssmatrix-3d-interface-expected.txt:
156 * transforms/cssmatrix-3d-interface.xhtml:
158 2016-02-17 Keith Miller <keith_miller@apple.com>
160 Spread operator should be allowed when not the first argument of parameter list
161 https://bugs.webkit.org/show_bug.cgi?id=152721
163 Reviewed by Saam Barati.
165 Update tests with new semantics of spread calling. Additionally,
166 adjust benchmarks to run in a more reasonable time now that
167 spread is implemented correctly.
169 * js/basic-spread-expected.txt:
170 * js/parser-syntax-check-expected.txt:
171 * js/regress/script-tests/deltablue-varargs.js:
173 * js/regress/script-tests/varargs-construct.js:
174 * js/script-tests/basic-spread.js:
175 * js/script-tests/parser-syntax-check.js:
177 2016-02-17 Ryan Haddad <ryanhaddad@apple.com>
179 Add ios-simulator baseline for new W3C HTML tests added with r196710
181 Unreviewed test gardening.
183 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt: Added.
184 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt: Added.
186 2016-02-17 Chris Dumez <cdumez@apple.com>
188 SES selftest page crashes on nightly r196694
189 https://bugs.webkit.org/show_bug.cgi?id=154350
190 <rdar://problem/24704334>
192 Reviewed by Mark Lam.
194 Add test coverage for the crash which happens when shadowing window.length
195 with a value after the window property and then calling
196 Object.getOwnPropertyDescriptor(window, "length").
198 * js/window-length-getOwnPropertyDescriptor-crash-expected.txt: Added.
199 * js/window-length-getOwnPropertyDescriptor-crash.html: Added.
201 2016-02-17 Simon Fraser <simon.fraser@apple.com>
203 Add tests for iframe and overflow scrollability after navigating back
204 https://bugs.webkit.org/show_bug.cgi?id=154300
206 Fix the tests added in r196665 to be agnostic about how many pixels a wheel event scrolls.
208 * fast/scrolling/iframe-scrollable-after-back-expected.txt:
209 * fast/scrolling/iframe-scrollable-after-back.html:
210 * fast/scrolling/overflow-scrollable-after-back-expected.txt:
211 * fast/scrolling/overflow-scrollable-after-back.html:
213 2016-02-17 Skachkov Oleksandr <gskachkov@gmail.com>
215 [ES6] Arrow function. Arrow function should raise exception ReferenceError only when access to 'arguments' on top level
216 https://bugs.webkit.org/show_bug.cgi?id=152570
218 Reviewed by Saam Barati.
220 Add tests to ensure that arrrow function return error when it binds arguments on top level
222 * js/arrowfunction-lexical-bind-arguments-top-level-expected.txt: Added.
223 * js/arrowfunction-lexical-bind-arguments-top-level.html: Added.
224 * js/script-tests/arrowfunction-lexical-bind-arguments-top-level.js: Added.
226 2016-02-17 Chris Dumez <cdumez@apple.com>
228 Import W3C HTML reflection tests
229 https://bugs.webkit.org/show_bug.cgi?id=154310
230 <rdar://problem/24685826>
232 Reviewed by Ryosuke Niwa.
234 Skip newly imported tests in Debug builds because they are slow.
238 2016-02-17 Alex Christensen <achristensen@webkit.org>
240 Copy http body when being redirected with 308 with NetworkSession
241 https://bugs.webkit.org/show_bug.cgi?id=154348
243 Reviewed by Brady Eidson.
245 * http/tests/navigation/post-308-response-expected.txt: Copied from LayoutTests/http/tests/navigation/post-307-response-expected.txt.
246 * http/tests/navigation/post-308-response.html: Copied from LayoutTests/http/tests/navigation/post-307-response.html.
247 * http/tests/navigation/resources/redirection-response.php:
248 Added a test verifying data is being sent with post requests after being redirected with an http status code of 308.
249 We already had non-CORS tests for 301, 302, 303, and 307, and we already had CORS tests for 301, 302, 303, 307, and 308.
250 This fills in the missing non-CORS test.
252 2016-02-17 Chris Dumez <cdumez@apple.com>
254 Regression(r196648): window.showModalDialog is no longer undefined if the client does not allow showing modal dialog
255 https://bugs.webkit.org/show_bug.cgi?id=154330
257 Reviewed by Gavin Barraclough.
259 Add layout test to make sure that window.showModalDialog is undefined
260 when the client does not allow showing modal dialog and to check that
261 window.showModalDialog can be shadowed.
263 * fast/dom/Window/forbid-showModalDialog-expected.txt: Added.
264 * fast/dom/Window/forbid-showModalDialog.html: Added.
266 2016-02-17 Commit Queue <commit-queue@webkit.org>
268 Unreviewed, rolling out r196675.
269 https://bugs.webkit.org/show_bug.cgi?id=154344
271 "Causes major slowdowns on deltablue-varargs" (Requested by
272 keith_miller on #webkit).
276 "Spread operator should be allowed when not the first argument
278 https://bugs.webkit.org/show_bug.cgi?id=152721
279 http://trac.webkit.org/changeset/196675
281 2016-02-17 Nan Wang <n_wang@apple.com>
283 AX: Implement sentence related text marker functions using TextIterator
284 https://bugs.webkit.org/show_bug.cgi?id=154312
286 Reviewed by Chris Fleizach.
288 * accessibility/mac/text-marker-paragraph-nav-expected.txt:
289 * accessibility/mac/text-marker-paragraph-nav.html:
290 * accessibility/mac/text-marker-sentence-nav-expected.txt: Added.
291 * accessibility/mac/text-marker-sentence-nav.html: Added.
293 2016-02-17 Ryan Haddad <ryanhaddad@apple.com>
295 Adding an ios-specific baseline for accessibility/ios-simulator/centerpoint.html during failure investigation
296 https://bugs.webkit.org/show_bug.cgi?id=154137
298 Unreviewed test gardening.
300 * platform/ios-simulator/accessibility/ios-simulator/centerpoint-expected.txt: Added.
302 2016-02-17 Ryan Haddad <ryanhaddad@apple.com>
304 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator
306 Unreviewed test gardening.
308 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
310 2016-02-17 Ryan Haddad <ryanhaddad@apple.com>
312 Skipping tests added with r196688 on ios-simulator due to reliance on unsupported mouse events.
314 Unreviewed test gardening.
316 * platform/ios-simulator/TestExpectations:
318 2016-02-17 Chris Dumez <cdumez@apple.com>
320 Window should have its 'constructor' property on the prototype
321 https://bugs.webkit.org/show_bug.cgi?id=154037
322 <rdar://problem/24689078>
324 Reviewed by Gavin Barraclough.
326 * http/tests/security/cross-origin-window-property-access-expected.txt:
327 * http/tests/security/cross-origin-window-property-access.html:
328 Add checks to make sure it still is not possible to access
329 window.constructor cross-origin.
331 * js/getOwnPropertyDescriptor-window-attributes-expected.txt:
332 * js/getOwnPropertyDescriptor-window-attributes.html:
333 Update test now that window has it's "constructor" attribute
336 2016-02-16 Carlos Garcia Campos <cgarcia@igalia.com>
338 Add a way to test ScrollAnimator
339 https://bugs.webkit.org/show_bug.cgi?id=153479
341 Reviewed by Michael Catanzaro.
343 * compositing/overflow/overflow-scrollbar-layer-positions-expected.txt:
344 * fast/scrolling/overlay-scrollbars-scroll-corner-expected.html: Added.
345 * fast/scrolling/overlay-scrollbars-scroll-corner.html: Added.
346 * fast/scrolling/scroll-animator-basic-events-expected.txt: Added.
347 * fast/scrolling/scroll-animator-basic-events.html: Added.
348 * fast/scrolling/scroll-animator-overlay-scrollbars-hovered-expected.txt: Added.
349 * fast/scrolling/scroll-animator-overlay-scrollbars-hovered.html: Added.
350 * fast/scrolling/scroll-animator-select-list-events-expected.txt: Added.
351 * fast/scrolling/scroll-animator-select-list-events.html: Added.
352 * fast/scrolling/scrollbar-tickmarks-hittest.html:
353 * platform/mac-wk1/TestExpectations:
354 * platform/mac-wk1/fast/scrolling/scroll-animator-basic-events-expected.txt: Added.
355 * platform/mac-wk1/fast/scrolling/scroll-animator-select-list-events-expected.txt: Added.
357 2016-02-16 Gavin Barraclough <barraclough@apple.com>
359 JSDOMWindow::getOwnPropertySlot should not search photo chain
360 https://bugs.webkit.org/show_bug.cgi?id=154102
362 Reviewed by Chris Dumez.
364 Should only return *own* properties.
366 * fast/dom/Window/es52-globals-expected.txt:
367 * http/tests/security/window-named-valueOf-expected.txt:
368 * imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
369 - update test results.
371 2016-02-16 Keith Miller <keith_miller@apple.com>
373 Spread operator should be allowed when not the first argument of parameter list
374 https://bugs.webkit.org/show_bug.cgi?id=152721
376 Reviewed by Saam Barati.
378 Update tests with new semantics of spread calling.
380 * js/basic-spread-expected.txt:
381 * js/parser-syntax-check-expected.txt:
382 * js/script-tests/basic-spread.js:
383 * js/script-tests/parser-syntax-check.js:
385 2016-02-16 Chris Dumez <cdumez@apple.com>
387 Navigator.geolocation should not be marked a [Replaceable] and should be on the prototype
388 https://bugs.webkit.org/show_bug.cgi?id=154304
389 <rdar://problem/24685092>
391 Reviewed by Gavin Barraclough.
393 * fast/dom/Geolocation/enabled-expected.txt:
394 * fast/dom/Geolocation/script-tests/enabled.js:
395 * js/dom/delete-syntax-expected.txt:
396 * js/dom/script-tests/delete-syntax.js:
397 Update tests as they expected the navigator properties to be on the
398 instance rather than the prototype.
400 * js/dom/script-tests/shadow-navigator-geolocation-in-strict-mode-does-not-throw.js: Removed.
401 * js/dom/shadow-navigator-geolocation-in-strict-mode-does-not-throw-expected.txt: Removed.
402 * js/dom/shadow-navigator-geolocation-in-strict-mode-does-not-throw.html: Removed.
405 * js/navigator-set-geolocation-expected.txt: Added.
406 * js/navigator-set-geolocation.html: Added.
407 Add test to make sure that Navigator.geolocation cannot be set. I verified that
408 this test passes in both Firefox and Chrome.
410 2016-02-16 Said Abou-Hallawa <sabouhallawa@apple.com>
412 REGRESSION (r190430): WTFCrashWithSecurityImplication in:void SVGRootInlineBox::layoutCharactersInTextBoxes()
413 https://bugs.webkit.org/show_bug.cgi?id=154185
415 Reviewed by Ryosuke Niwa.
417 Ensure that adding an HTMLSlotElement with text to an SVGTextElement will
418 not create a renderer and we won't crash.
420 * fast/shadow-dom/text-slot-child-crash-expected.txt: Added.
421 * fast/shadow-dom/text-slot-child-crash.svg: Added.
423 2016-02-16 Simon Fraser <simon.fraser@apple.com>
425 Add tests for iframe and overflow scrollability after navigating back
426 https://bugs.webkit.org/show_bug.cgi?id=154300
428 Reviewed by Brent Fulgham.
430 Test that sends mousewheel events to overflow and iframe, before and after navigating
433 These tests detect the regression caused by r188659.
435 * fast/scrolling/iframe-scrollable-after-back-expected.txt: Added.
436 * fast/scrolling/iframe-scrollable-after-back.html: Added.
437 * fast/scrolling/overflow-scrollable-after-back-expected.txt: Added.
438 * fast/scrolling/overflow-scrollable-after-back.html: Added.
439 * fast/scrolling/resources/scroll-notifying-page.html: Added.
440 * platform/ios-simulator/TestExpectations: Skip on iOS.
442 2016-02-16 Daniel Bates <dabates@apple.com>
444 CSP: Update violation report 'Content-Type' header
445 https://bugs.webkit.org/show_bug.cgi?id=153166
446 <rdar://problem/24383327>
448 Reviewed by Brent Fulgham.
450 Update expected results now that we post the Content Security Policy violation report with
451 Content-Type application/csp-report.
453 * TestExpectations: Update associated bugs for entries that still fail.
454 * http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-when-private-browsing-enabled-expected.txt:
455 * http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-when-private-browsing-toggled-expected.txt:
456 * http/tests/security/contentSecurityPolicy/report-same-origin-no-cookies-when-private-browsing-toggled-expected.txt:
457 * http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies-when-private-browsing-enabled-expected.txt:
458 * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: Fix up HTTP_REFERER and csp-report
459 to reflect the correct value for HTTP_REFERER and the correct values for the report-uri and document-uri keys in the CSP
462 2016-02-16 Ryan Haddad <ryanhaddad@apple.com>
464 Marking pageoverlay/overlay-installation.html as flaky on ios-simulator
465 https://bugs.webkit.org/show_bug.cgi?id=153337
467 Unreviewed test gardening.
469 * platform/ios-simulator/TestExpectations:
471 2016-02-16 Ryan Haddad <ryanhaddad@apple.com>
473 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196648
475 Unreviewed test gardening.
477 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
479 2016-02-16 Daniel Bates <dabates@apple.com>
481 CSP: Fix parsing of 'host/path' source expressions
482 https://bugs.webkit.org/show_bug.cgi?id=153170
483 <rdar://problem/24383407>
485 Reviewed by Brent Fulgham.
487 Remove entry for test http/tests/security/contentSecurityPolicy/source-list-parsing-paths-03.html
492 2016-02-16 Joseph Pecoraro <pecoraro@apple.com>
494 JSContext Inspector: Support for inline source maps
495 https://bugs.webkit.org/show_bug.cgi?id=154303
496 <rdar://problem/24670392>
498 Reviewed by Timothy Hatcher.
500 * inspector/unit-tests/url-utilities-expected.txt: Added.
501 * inspector/unit-tests/url-utilities.html: Added.
503 2016-02-16 Daniel Bates <dabates@apple.com>
505 CSP: Disallow an empty host in a host-source source expression
506 https://bugs.webkit.org/show_bug.cgi?id=153168
507 <rdar://problem/24383366>
509 Reviewed by Brent Fulgham.
511 Remove entry for test http/tests/security/contentSecurityPolicy/source-list-parsing-07.html
516 2016-02-16 Chris Dumez <cdumez@apple.com>
518 [Web IDL] Operations should be on the instance for global objects or if [Unforgeable]
519 https://bugs.webkit.org/show_bug.cgi?id=154120
520 <rdar://problem/24613231>
522 Reviewed by Gavin Barraclough.
524 * inspector/model/remote-object-get-properties-expected.txt:
525 Rebaseline test because the order of static properties has changed:
526 functions are now before constants instead of after.
528 2016-02-16 Ryan Haddad <ryanhaddad@apple.com>
530 Marking webarchive/loading/missing-data.html as flaky on ios-simulator-wk2
531 https://bugs.webkit.org/show_bug.cgi?id=153380
533 Unreviewed test gardening.
535 * platform/ios-simulator-wk2/TestExpectations:
537 2016-02-16 Keith Miller <keith_miller@apple.com>
539 ClonedArguments should not materialize its special properties unless they are being changed or deleted
540 https://bugs.webkit.org/show_bug.cgi?id=154128
542 Reviewed by Filip Pizlo.
544 Have argumnets-strict-mode test the speed of spreading the arguments object.
546 * js/regress/script-tests/arguments-strict-mode.js:
549 2016-02-16 Ryan Haddad <ryanhaddad@apple.com>
551 Marking fast/events/keydown-1.html as flaky on mac-wk1 debug
552 https://bugs.webkit.org/show_bug.cgi?id=154297
554 Unreviewed test gardening.
556 * platform/mac-wk1/TestExpectations:
558 2016-02-16 Filip Pizlo <fpizlo@apple.com>
560 FTL should support StringFromCharCode
561 https://bugs.webkit.org/show_bug.cgi?id=154267
563 Reviewed by Mark Lam.
565 * js/regress/script-tests/string-from-char-code.js: Added.
567 * js/regress/script-tests/untyped-string-from-char-code.js: Added.
569 * js/regress/string-from-char-code-expected.txt: Added.
570 * js/regress/string-from-char-code.html: Added.
571 * js/regress/untyped-string-from-char-code-expected.txt: Added.
572 * js/regress/untyped-string-from-char-code.html: Added.
574 2016-02-16 Carlos Garcia Campos <cgarcia@igalia.com>
576 [GTK] No hover-horizontal scrolling available
577 https://bugs.webkit.org/show_bug.cgi?id=122859
579 Reviewed by Michael Catanzaro.
581 * platform/gtk/scrollbars/main-frame-scrollbar-horizontal-wheel-scroll-expected.html: Added.
582 * platform/gtk/scrollbars/main-frame-scrollbar-horizontal-wheel-scroll.html: Added.
584 2016-02-16 Antti Koivisto <antti@apple.com>
586 Factor id mutation style invalidation code into a class
587 https://bugs.webkit.org/show_bug.cgi?id=154287
589 Reviewed by Andreas Kling.
591 * fast/css/style-invalidation-id-change-descendants-expected.txt: Added.
592 * fast/css/style-invalidation-id-change-descendants.html: Added.
594 2016-02-16 Ryan Haddad <ryanhaddad@apple.com>
596 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196621
598 Unreviewed test gardening.
600 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
602 2016-02-15 Antti Koivisto <antti@apple.com>
604 Optimize style invalidations for attribute selectors
605 https://bugs.webkit.org/show_bug.cgi?id=154242
607 Reviewed by Andreas Kling.
609 * fast/css/style-invalidation-attribute-change-descendants-expected.txt: Added.
610 * fast/css/style-invalidation-attribute-change-descendants.html: Added.
612 2016-02-16 Chris Dumez <cdumez@apple.com>
614 Do security checks early in JSDOMWindow::put*()
615 https://bugs.webkit.org/show_bug.cgi?id=154270
617 Reviewed by Gavin Barraclough.
619 * http/tests/security/cross-frame-access-put-expected.txt:
620 Rebaseline. The extra security warnings are for the following properties:
621 closed, crypto, frameElement, pageXOffset and pageYOffset.
622 All these properties are read-only and therefore cannot be set (cross-origin
623 or not). The previous code was not doing an explicit check and ended up
624 trying to set these properties. However, since they are read-only, we would
625 silently fail to set them. The new code does the explicit check and therefore
626 will warn and NOT attempt to set.
628 * http/tests/security/cross-origin-reified-window-location-setting-expected.txt: Added.
629 * http/tests/security/cross-origin-reified-window-location-setting.html: Added.
630 Add test to check that setting window.location cross-origin still works after the
631 window object has been reified.
633 2016-02-15 Mark Lam <mark.lam@apple.com>
635 [ARMv7] Some JSC test fails due to exhausting the JIT code heap on the no LLINT test configuration.
636 https://bugs.webkit.org/show_bug.cgi?id=151611
638 Reviewed by Saam Barati.
640 These tests are only failing because they are compiling too much with the LLINT
641 disabled. As a result, they are using more JIT code heap space than is allowed
644 This patch excludes these tests from the noLLINT configuration on 32-bit ARM.
646 * js/script-tests/dfg-float32array.js:
647 * js/script-tests/dfg-float64array.js:
648 * js/script-tests/dfg-int16array.js:
649 * js/script-tests/dfg-int32array-overflow-values.js:
650 * js/script-tests/dfg-int32array.js:
651 * js/script-tests/dfg-int8array.js:
652 * js/script-tests/dfg-osr-entry-hoisted-clobbered-structure-check.js:
653 * js/script-tests/dfg-uint16array.js:
654 * js/script-tests/dfg-uint32array-overflow-values.js:
655 * js/script-tests/dfg-uint32array.js:
656 * js/script-tests/dfg-uint8array.js:
657 * js/script-tests/dfg-uint8clampedarray.js:
658 * js/script-tests/regress-141098.js:
660 2016-02-15 Brent Fulgham <bfulgham@apple.com>
662 [Mac] Gather some rudimentary statistics during resource load
663 https://bugs.webkit.org/show_bug.cgi?id=153575
664 <rdar://problem/24075254>
666 Reviewed by Brady Eidson.
668 * http/tests/navigation/resources/redirect-on-reload-updates-history-item-statistics.php: Added.
669 * http/tests/navigation/resources/redirect-updates-history-item-done-statistics.html: Added.
670 * http/tests/navigation/statistics-expected.txt: Added.
671 * http/tests/navigation/statistics.html: Added.
673 2016-02-15 Chris Dumez <cdumez@apple.com>
675 The following properties should exist on the global object: AudioTrackList, AudioTrack, VideoTrackList, VideoTrack
676 https://bugs.webkit.org/show_bug.cgi?id=154250
677 <rdar://problem/24660829>
679 Reviewed by Eric Carlson.
681 Rebaseline now that AudioTrackList, AudioTrack, VideoTrackList and VideoTrack
682 are exposed on the global Window object.
684 * js/dom/global-constructors-attributes-expected.txt:
685 * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
686 * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
687 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
689 2016-02-15 Hunseop Jeong <hs85.jeong@samsung.com>
691 [EFL] Rebaseline after r196244.
693 Unreviewed test gardening.
695 * platform/efl/compositing/geometry/clipping-foreground-expected.txt:
696 * platform/efl/compositing/geometry/root-layer-update-expected.txt:
697 * platform/efl/compositing/overflow/ancestor-overflow-expected.txt:
698 * platform/efl/compositing/overflow/nested-scrolling-expected.txt:
699 * platform/efl/compositing/overflow/overflow-scroll-expected.txt:
700 * platform/efl/compositing/overflow/parent-overflow-expected.txt:
701 * platform/efl/compositing/overflow/scrollbar-painting-expected.txt:
702 * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt:
703 * platform/efl/compositing/sibling-positioning-expected.txt:
704 * platform/efl/css3/unicode-bidi-isolate-basic-expected.txt:
705 * platform/efl/fast/block/positioning/auto/vertical-rl/007-expected.txt:
706 * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt:
707 * platform/efl/fast/borders/border-antialiasing-expected.txt:
708 * platform/efl/fast/clip/001-expected.txt:
709 * platform/efl/fast/clip/013-expected.txt:
710 * platform/efl/fast/clip/014-expected.txt:
711 * platform/efl/fast/clip/016-expected.txt:
712 * platform/efl/fast/clip/outline-overflowClip-expected.txt:
713 * platform/efl/fast/css/clip-zooming-expected.txt:
714 * platform/efl/fast/forms/validation-message-appearance-expected.txt:
715 * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
716 * platform/efl/fast/line-grid/line-grid-inside-columns-expected.txt:
717 * platform/efl/fast/line-grid/line-grid-into-columns-expected.txt:
718 * platform/efl/fast/lists/scrolled-marker-paint-expected.txt:
719 * platform/efl/fast/multicol/client-rects-expected.txt:
720 * platform/efl/fast/multicol/column-break-with-balancing-expected.txt:
721 * platform/efl/fast/multicol/column-rules-expected.txt:
722 * platform/efl/fast/multicol/column-rules-stacking-expected.txt:
723 * platform/efl/fast/multicol/columns-shorthand-parsing-expected.txt:
724 * platform/efl/fast/multicol/float-paginate-complex-expected.txt:
725 * platform/efl/fast/multicol/float-paginate-empty-lines-expected.txt:
726 * platform/efl/fast/multicol/float-paginate-expected.txt:
727 * platform/efl/fast/multicol/layers-in-multicol-expected.txt:
728 * platform/efl/fast/multicol/layers-split-across-columns-expected.txt:
729 * platform/efl/fast/multicol/max-height-columns-block-expected.txt:
730 * platform/efl/fast/multicol/nested-columns-expected.txt:
731 * platform/efl/fast/multicol/newmulticol/client-rects-expected.txt:
732 * platform/efl/fast/multicol/overflow-across-columns-expected.txt:
733 * platform/efl/fast/multicol/overflow-across-columns-percent-height-expected.txt:
734 * platform/efl/fast/multicol/overflow-unsplittable-expected.txt:
735 * platform/efl/fast/multicol/paginate-block-replaced-expected.txt:
736 * platform/efl/fast/multicol/pagination/BottomToTop-bt-expected.txt:
737 * platform/efl/fast/multicol/pagination/BottomToTop-lr-expected.txt:
738 * platform/efl/fast/multicol/pagination/BottomToTop-rl-expected.txt:
739 * platform/efl/fast/multicol/pagination/BottomToTop-tb-expected.txt:
740 * platform/efl/fast/multicol/pagination/LeftToRight-bt-expected.txt:
741 * platform/efl/fast/multicol/pagination/LeftToRight-rl-expected.txt:
742 * platform/efl/fast/multicol/pagination/LeftToRight-tb-expected.txt:
743 * platform/efl/fast/multicol/pagination/LeftToRight-tb-hittest-expected.txt:
744 * platform/efl/fast/multicol/pagination/RightToLeft-bt-expected.txt:
745 * platform/efl/fast/multicol/pagination/RightToLeft-lr-expected.txt:
746 * platform/efl/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt:
747 * platform/efl/fast/multicol/pagination/RightToLeft-rl-expected.txt:
748 * platform/efl/fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt:
749 * platform/efl/fast/multicol/pagination/RightToLeft-tb-expected.txt:
750 * platform/efl/fast/multicol/pagination/TopToBottom-bt-expected.txt:
751 * platform/efl/fast/multicol/pagination/TopToBottom-lr-expected.txt:
752 * platform/efl/fast/multicol/pagination/TopToBottom-rl-expected.txt:
753 * platform/efl/fast/multicol/positive-leading-expected.txt:
754 * platform/efl/fast/multicol/scrolling-column-rules-expected.txt:
755 * platform/efl/fast/multicol/scrolling-overflow-expected.txt:
756 * platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
757 * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
758 * platform/efl/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
759 * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
760 * platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
761 * platform/efl/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
762 * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
763 * platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.txt:
764 * platform/efl/fast/multicol/span/span-margin-collapsing-expected.txt:
765 * platform/efl/fast/multicol/table-vertical-align-expected.txt:
766 * platform/efl/fast/multicol/tall-image-behavior-expected.txt:
767 * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
768 * platform/efl/fast/multicol/vertical-lr/column-rules-expected.txt:
769 * platform/efl/fast/multicol/vertical-lr/float-multicol-expected.txt:
770 * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
771 * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.txt:
772 * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.txt:
773 * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
774 * platform/efl/fast/multicol/vertical-rl/column-rules-expected.txt:
775 * platform/efl/fast/multicol/vertical-rl/float-multicol-expected.txt:
776 * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
777 * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.txt:
778 * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt:
779 * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
780 * platform/efl/fast/overflow/float-in-relpositioned-expected.txt:
781 * platform/efl/fast/overflow/overflow-auto-position-absolute-expected.txt:
782 * platform/efl/fast/overflow/overflow-rtl-expected.txt:
783 * platform/efl/fast/overflow/paged-x-div-expected.txt:
784 * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.txt:
785 * platform/efl/fast/overflow/paged-x-on-root-expected.txt:
786 * platform/efl/fast/overflow/paged-x-with-column-gap-expected.txt:
787 * platform/efl/fast/overflow/paged-y-div-expected.txt:
788 * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
789 * platform/efl/fast/regions/repaint/region-painting-via-layout-expected.txt:
790 * platform/efl/fast/repaint/box-shadow-h-expected.txt:
791 * platform/efl/fast/repaint/box-shadow-v-expected.txt:
792 * platform/efl/fast/repaint/layer-outline-expected.txt:
793 * platform/efl/fast/repaint/layer-outline-horizontal-expected.txt:
794 * platform/efl/fast/table/edge-offsets-expected.txt:
795 * platform/efl/fast/transforms/overflow-with-transform-expected.txt:
796 * platform/efl/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added.
797 * platform/efl/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added.
798 * platform/efl/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
799 * platform/efl/scrollbars/scrollbars-on-positioned-content-expected.txt:
800 * platform/efl/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
801 * platform/efl/svg/custom/image-rescale-clip-expected.txt: Added.
803 2016-02-15 Ryan Haddad <ryanhaddad@apple.com>
805 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196607
807 Unreviewed test gardening.
809 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
811 2016-02-15 Myles C. Maxfield <mmaxfield@apple.com>
813 [Font Loading] Implement FontFace JavaScript object
814 https://bugs.webkit.org/show_bug.cgi?id=153345
816 Reviewed by Antti Koivisto.
818 * fast/text/font-face-javascript-expected.txt: Added.
819 * fast/text/font-face-javascript.html: Added.
820 * js/dom/global-constructors-attributes-expected.txt:
821 * platform/efl/js/dom/global-constructors-attributes-expected.txt:
822 * platform/gtk/js/dom/global-constructors-attributes-expected.txt:
823 * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
824 * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
825 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
826 * platform/win/js/dom/global-constructors-attributes-expected.txt:
828 2016-02-15 Chris Dumez <cdumez@apple.com>
830 XMLHttpRequest / XMLHttpRequestUpload should inherit XMLHttpRequestEventTarget
831 https://bugs.webkit.org/show_bug.cgi?id=154230
833 Reviewed by Alex Christensen.
835 Rebaseline tests now that XMLHttpRequestEventTarget is exposed on the
838 * js/dom/global-constructors-attributes-dedicated-worker-expected.txt:
839 * js/dom/global-constructors-attributes-expected.txt:
840 * platform/efl/js/dom/global-constructors-attributes-dedicated-worker-expected.txt:
841 * platform/efl/js/dom/global-constructors-attributes-expected.txt:
842 * platform/gtk/js/dom/global-constructors-attributes-expected.txt:
843 * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
844 * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
845 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
846 * platform/win/js/dom/global-constructors-attributes-expected.txt:
848 2016-02-15 Jiewen Tan <jiewen_tan@apple.com>
850 Refine SimulatedMouseEvent to support Event.isTrusted
851 https://bugs.webkit.org/show_bug.cgi?id=154133
852 <rdar://problem/24616246>
854 Reviewed by Darin Adler.
856 * imported/blink/fast/events/event-trusted-expected.txt:
857 * imported/blink/fast/events/event-trusted.html:
859 2016-02-15 Ryan Haddad <ryanhaddad@apple.com>
861 Marking animations/animation-delay-changed.html as flaky on ios-simulator
862 https://bugs.webkit.org/show_bug.cgi?id=154253
864 Unreviewed test gardening.
866 * platform/ios-simulator-wk2/TestExpectations:
867 * platform/ios-simulator/TestExpectations:
869 2016-02-15 Joseph Pecoraro <pecoraro@apple.com>
871 Web Inspector: Web Workers have no access to console for debugging
872 https://bugs.webkit.org/show_bug.cgi?id=26237
874 Reviewed by Timothy Hatcher.
876 * inspector/console/messageAdded-from-worker-expected.txt: Added.
877 * inspector/console/messageAdded-from-worker.html: Added.
878 * inspector/console/resources/worker-console-log.js: Added.
880 2016-02-15 Timothy Hatcher <timothy@apple.com>
882 Web Inspector: CSS variables are not formatted correctly
883 https://bugs.webkit.org/show_bug.cgi?id=154217
884 rdar://problem/24644154
886 Reviewed by Joseph Pecoraro.
888 * inspector/codemirror/prettyprinting-css-rules-expected.txt:
889 * inspector/codemirror/prettyprinting-css-rules.html:
890 * inspector/codemirror/resources/prettyprinting/css-rule-tests/css-variables-expected.css: Added.
891 * inspector/codemirror/resources/prettyprinting/css-rule-tests/css-variables.css: Added.
893 2016-02-15 Chris Dumez <cdumez@apple.com>
895 Regression(r196563): It is no longer possible to call window.addEventListener without an explicit 'this'
896 https://bugs.webkit.org/show_bug.cgi?id=154245
898 Reviewed by Ryosuke Niwa.
900 Add a layout test to cover the use of the EventListener API without an
901 explicit 'this' value.
903 * fast/dom/Window/addEventListener-implicit-this-expected.txt: Added.
904 * fast/dom/Window/addEventListener-implicit-this.html: Added.
906 2016-02-15 Daniel Bates <dabates@apple.com>
908 CSP: 'sandbox' should be ignored in report-only mode
909 https://bugs.webkit.org/show_bug.cgi?id=153167
910 <rdar://problem/22708669>
912 Reviewed by Brent Fulgham.
914 Remove the entry from the TestExpectations file for the test
915 http/tests/security/contentSecurityPolicy/sandbox-report-only.html as it now passes.
919 2016-02-15 Daniel Bates <dabates@apple.com>
921 CSP: Allow schemeless source expressions to match an HTTP or HTTPS resource
922 https://bugs.webkit.org/show_bug.cgi?id=154177
923 <rdar://problem/22708772>
925 Reviewed by Brent Fulgham.
927 Update test case and expected result to test that a schemeless source expression
928 matches an HTTPS subresource (and does not trigger a Content Security Policy violation)
929 when the page is served over HTTP.
931 * http/tests/security/contentSecurityPolicy/source-list-parsing-10-expected.txt:
932 * http/tests/security/contentSecurityPolicy/source-list-parsing-10.html: Change "no" to "yes"
933 so that we consider it a success (and continue printing "PASS") when we load and execute the
934 script, <https://127.0.0.1:8443/security/contentSecurityPolicy/resources/script.js>.
936 2016-02-15 Ryan Haddad <ryanhaddad@apple.com>
938 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196563
940 Unreviewed test gardening.
942 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
944 2016-02-15 Hunseop Jeong <hs85.jeong@samsung.com>
946 Unreviewed. EFL gardening after r195740.
948 * platform/efl/tables/mozilla/bugs/bug10269-1-expected.txt:
949 * platform/efl/tables/mozilla/bugs/bug10269-2-expected.txt:
950 * platform/efl/tables/mozilla/bugs/bug10296-2-expected.txt:
951 * platform/efl/tables/mozilla/bugs/bug103533-expected.txt:
952 * platform/efl/tables/mozilla/bugs/bug106158-1-expected.txt:
953 * platform/efl/tables/mozilla/bugs/bug108340-expected.txt:
954 * platform/efl/tables/mozilla/bugs/bug110566-expected.txt:
955 * platform/efl/tables/mozilla/bugs/bug11321-expected.txt:
956 * platform/efl/tables/mozilla/bugs/bug113235-3-expected.txt:
957 * platform/efl/tables/mozilla/bugs/bug11944-expected.txt:
958 * platform/efl/tables/mozilla/bugs/bug119786-expected.txt:
959 * platform/efl/tables/mozilla/bugs/bug12384-expected.txt:
960 * platform/efl/tables/mozilla/bugs/bug1261-expected.txt:
961 * platform/efl/tables/mozilla/bugs/bug12910-2-expected.txt:
962 * platform/efl/tables/mozilla/bugs/bug13105-expected.txt:
963 * platform/efl/tables/mozilla/bugs/bug13118-expected.txt:
964 * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt:
965 * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt:
966 * platform/efl/tables/mozilla/bugs/bug13484-expected.txt:
967 * platform/efl/tables/mozilla/bugs/bug13526-expected.txt:
968 * platform/efl/tables/mozilla/bugs/bug138725-expected.txt:
969 * platform/efl/tables/mozilla/bugs/bug14159-3-expected.txt:
970 * platform/efl/tables/mozilla/bugs/bug149275-2-expected.txt:
971 * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt:
972 * platform/efl/tables/mozilla/bugs/bug1828-expected.txt:
973 * platform/efl/tables/mozilla/bugs/bug18359-expected.txt:
974 * platform/efl/tables/mozilla/bugs/bug18558-expected.txt:
975 * platform/efl/tables/mozilla/bugs/bug2050-expected.txt:
976 * platform/efl/tables/mozilla/bugs/bug20579-expected.txt:
977 * platform/efl/tables/mozilla/bugs/bug21299-expected.txt:
978 * platform/efl/tables/mozilla/bugs/bug21918-expected.txt:
979 * platform/efl/tables/mozilla/bugs/bug221784-1-expected.txt:
980 * platform/efl/tables/mozilla/bugs/bug221784-2-expected.txt:
981 * platform/efl/tables/mozilla/bugs/bug22246-2-expected.txt:
982 * platform/efl/tables/mozilla/bugs/bug22246-2a-expected.txt:
983 * platform/efl/tables/mozilla/bugs/bug2267-expected.txt:
984 * platform/efl/tables/mozilla/bugs/bug23072-expected.txt:
985 * platform/efl/tables/mozilla/bugs/bug23151-expected.txt:
986 * platform/efl/tables/mozilla/bugs/bug23299-expected.txt:
987 * platform/efl/tables/mozilla/bugs/bug24503-expected.txt:
988 * platform/efl/tables/mozilla/bugs/bug24627-expected.txt:
989 * platform/efl/tables/mozilla/bugs/bug2469-expected.txt:
990 * platform/efl/tables/mozilla/bugs/bug2479-1-expected.txt:
991 * platform/efl/tables/mozilla/bugs/bug24880-expected.txt:
992 * platform/efl/tables/mozilla/bugs/bug25086-expected.txt:
993 * platform/efl/tables/mozilla/bugs/bug2516-expected.txt:
994 * platform/efl/tables/mozilla/bugs/bug25367-expected.txt:
995 * platform/efl/tables/mozilla/bugs/bug2585-expected.txt:
996 * platform/efl/tables/mozilla/bugs/bug26178-expected.txt:
997 * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt:
998 * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt:
999 * platform/efl/tables/mozilla/bugs/bug275625-expected.txt:
1000 * platform/efl/tables/mozilla/bugs/bug2757-expected.txt:
1001 * platform/efl/tables/mozilla/bugs/bug278266-expected.txt:
1002 * platform/efl/tables/mozilla/bugs/bug278385-expected.txt:
1003 * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt:
1004 * platform/efl/tables/mozilla/bugs/bug28928-expected.txt:
1005 * platform/efl/tables/mozilla/bugs/bug29157-expected.txt:
1006 * platform/efl/tables/mozilla/bugs/bug2973-expected.txt:
1007 * platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt:
1008 * platform/efl/tables/mozilla/bugs/bug3037-2-expected.txt:
1009 * platform/efl/tables/mozilla/bugs/bug30418-expected.txt:
1010 * platform/efl/tables/mozilla/bugs/bug30985-expected.txt:
1011 * platform/efl/tables/mozilla/bugs/bug3191-expected.txt:
1012 * platform/efl/tables/mozilla/bugs/bug32205-2-expected.txt:
1013 * platform/efl/tables/mozilla/bugs/bug32205-5-expected.txt:
1014 * platform/efl/tables/mozilla/bugs/bug32447-expected.txt:
1015 * platform/efl/tables/mozilla/bugs/bug3263-expected.txt:
1016 * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt:
1017 * platform/efl/tables/mozilla/bugs/bug34538-expected.txt:
1018 * platform/efl/tables/mozilla/bugs/bug35662-expected.txt:
1019 * platform/efl/tables/mozilla/bugs/bug3718-expected.txt:
1020 * platform/efl/tables/mozilla/bugs/bug39209-expected.txt:
1021 * platform/efl/tables/mozilla/bugs/bug40828-expected.txt:
1022 * platform/efl/tables/mozilla/bugs/bug4284-expected.txt:
1023 * platform/efl/tables/mozilla/bugs/bug4429-expected.txt:
1024 * platform/efl/tables/mozilla/bugs/bug44523-expected.txt:
1025 * platform/efl/tables/mozilla/bugs/bug45055-expected.txt:
1026 * platform/efl/tables/mozilla/bugs/bug4520-expected.txt:
1027 * platform/efl/tables/mozilla/bugs/bug46268-3-expected.txt:
1028 * platform/efl/tables/mozilla/bugs/bug46268-5-expected.txt:
1029 * platform/efl/tables/mozilla/bugs/bug46268-expected.txt:
1030 * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt:
1031 * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt:
1032 * platform/efl/tables/mozilla/bugs/bug4739-expected.txt:
1033 * platform/efl/tables/mozilla/bugs/bug48028-1-expected.txt:
1034 * platform/efl/tables/mozilla/bugs/bug48028-2-expected.txt:
1035 * platform/efl/tables/mozilla/bugs/bug51037-expected.txt:
1036 * platform/efl/tables/mozilla/bugs/bug51140-expected.txt:
1037 * platform/efl/tables/mozilla/bugs/bug55527-expected.txt:
1038 * platform/efl/tables/mozilla/bugs/bug55545-expected.txt:
1039 * platform/efl/tables/mozilla/bugs/bug55694-expected.txt:
1040 * platform/efl/tables/mozilla/bugs/bug56405-expected.txt:
1041 * platform/efl/tables/mozilla/bugs/bug57300-expected.txt:
1042 * platform/efl/tables/mozilla/bugs/bug57378-expected.txt:
1043 * platform/efl/tables/mozilla/bugs/bug57828-expected.txt:
1044 * platform/efl/tables/mozilla/bugs/bug5798-expected.txt:
1045 * platform/efl/tables/mozilla/bugs/bug5799-expected.txt:
1046 * platform/efl/tables/mozilla/bugs/bug5838-expected.txt:
1047 * platform/efl/tables/mozilla/bugs/bug58402-1-expected.txt:
1048 * platform/efl/tables/mozilla/bugs/bug59354-expected.txt:
1049 * platform/efl/tables/mozilla/bugs/bug60013-expected.txt:
1050 * platform/efl/tables/mozilla/bugs/bug60749-expected.txt:
1051 * platform/efl/tables/mozilla/bugs/bug60992-expected.txt:
1052 * platform/efl/tables/mozilla/bugs/bug63785-expected.txt:
1053 * platform/efl/tables/mozilla/bugs/bug650-expected.txt:
1054 * platform/efl/tables/mozilla/bugs/bug67864-expected.txt:
1055 * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt:
1056 * platform/efl/tables/mozilla/bugs/bug69187-expected.txt:
1057 * platform/efl/tables/mozilla/bugs/bug709-expected.txt:
1058 * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt:
1059 * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt:
1060 * platform/efl/tables/mozilla/bugs/bug75250-expected.txt:
1061 * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt:
1062 * platform/efl/tables/mozilla/bugs/bug82946-1-expected.txt:
1063 * platform/efl/tables/mozilla/bugs/bug8361-expected.txt:
1064 * platform/efl/tables/mozilla/bugs/bug83786-expected.txt:
1065 * platform/efl/tables/mozilla/bugs/bug8381-expected.txt:
1066 * platform/efl/tables/mozilla/bugs/bug9072-expected.txt:
1067 * platform/efl/tables/mozilla/bugs/bug9271-1-expected.txt:
1068 * platform/efl/tables/mozilla/bugs/bug93363-expected.txt:
1069 * platform/efl/tables/mozilla/bugs/bug96343-expected.txt:
1070 * platform/efl/tables/mozilla/bugs/bug965-expected.txt:
1071 * platform/efl/tables/mozilla/bugs/bug97138-expected.txt:
1072 * platform/efl/tables/mozilla/bugs/bug99923-expected.txt:
1073 * platform/efl/tables/mozilla/bugs/bug99948-expected.txt:
1074 * platform/efl/tables/mozilla/collapsing_borders/bug127040-expected.txt:
1075 * platform/efl/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
1076 * platform/efl/tables/mozilla/core/captions-expected.txt:
1077 * platform/efl/tables/mozilla/core/col_widths_auto_auto-expected.txt:
1078 * platform/efl/tables/mozilla/core/col_widths_auto_autoPer-expected.txt:
1079 * platform/efl/tables/mozilla/core/col_widths_fix_autoPer-expected.txt:
1080 * platform/efl/tables/mozilla/core/row_span-expected.txt:
1081 * platform/efl/tables/mozilla/dom/appendCol2-expected.txt:
1082 * platform/efl/tables/mozilla/dom/appendRowsExpand1-expected.txt:
1083 * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
1084 * platform/efl/tables/mozilla/dom/deleteCellsRebuild1-expected.txt:
1085 * platform/efl/tables/mozilla/dom/deleteCellsShrink1-expected.txt:
1086 * platform/efl/tables/mozilla/dom/deleteCellsShrink2-expected.txt:
1087 * platform/efl/tables/mozilla/dom/deleteCol1-expected.txt:
1088 * platform/efl/tables/mozilla/dom/deleteCol2-expected.txt:
1089 * platform/efl/tables/mozilla/dom/deleteCol3-expected.txt:
1090 * platform/efl/tables/mozilla/dom/deleteColGroup1-expected.txt:
1091 * platform/efl/tables/mozilla/dom/deleteColGroup2-expected.txt:
1092 * platform/efl/tables/mozilla/dom/deleteRowsRebuild1-expected.txt:
1093 * platform/efl/tables/mozilla/dom/deleteRowsShrink1-expected.txt:
1094 * platform/efl/tables/mozilla/dom/deleteTbodyExpand1-expected.txt:
1095 * platform/efl/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
1096 * platform/efl/tables/mozilla/dom/insertCellsExpand1-expected.txt:
1097 * platform/efl/tables/mozilla/dom/insertCellsExpand2-expected.txt:
1098 * platform/efl/tables/mozilla/dom/insertCellsRebuild1-expected.txt:
1099 * platform/efl/tables/mozilla/dom/insertCellsRebuild2-expected.txt:
1100 * platform/efl/tables/mozilla/dom/insertRowsExpand1-expected.txt:
1101 * platform/efl/tables/mozilla/dom/insertRowsRebuild1-expected.txt:
1102 * platform/efl/tables/mozilla/dom/tableDom-expected.txt:
1103 * platform/efl/tables/mozilla/marvin/body_col-expected.txt:
1104 * platform/efl/tables/mozilla/marvin/body_tbody-expected.txt:
1105 * platform/efl/tables/mozilla/marvin/body_tfoot-expected.txt:
1106 * platform/efl/tables/mozilla/marvin/body_thead-expected.txt:
1107 * platform/efl/tables/mozilla/marvin/col_span-expected.txt:
1108 * platform/efl/tables/mozilla/marvin/table_frame_border-expected.txt:
1109 * platform/efl/tables/mozilla/marvin/table_frame_box-expected.txt:
1110 * platform/efl/tables/mozilla/marvin/table_rules_all-expected.txt:
1111 * platform/efl/tables/mozilla/marvin/table_rules_none-expected.txt:
1112 * platform/efl/tables/mozilla/marvin/tables_align_center-expected.txt:
1113 * platform/efl/tables/mozilla/marvin/tables_align_left-expected.txt:
1114 * platform/efl/tables/mozilla/marvin/tables_align_right-expected.txt:
1115 * platform/efl/tables/mozilla/marvin/tables_border_0-expected.txt:
1116 * platform/efl/tables/mozilla/marvin/tables_border_1-expected.txt:
1117 * platform/efl/tables/mozilla/marvin/tables_border_2-expected.txt:
1118 * platform/efl/tables/mozilla/marvin/tables_border_3-expected.txt:
1119 * platform/efl/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
1120 * platform/efl/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
1121 * platform/efl/tables/mozilla/marvin/tables_cellspacing-expected.txt:
1122 * platform/efl/tables/mozilla/marvin/tables_default-expected.txt:
1123 * platform/efl/tables/mozilla/marvin/tables_id-expected.txt:
1124 * platform/efl/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
1125 * platform/efl/tables/mozilla/marvin/tables_td_align_center-expected.txt:
1126 * platform/efl/tables/mozilla/marvin/tables_td_align_left-expected.txt:
1127 * platform/efl/tables/mozilla/marvin/tables_td_align_right-expected.txt:
1128 * platform/efl/tables/mozilla/marvin/tables_td_colspan-expected.txt:
1129 * platform/efl/tables/mozilla/marvin/tables_td_height-expected.txt:
1130 * platform/efl/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
1131 * platform/efl/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
1132 * platform/efl/tables/mozilla/marvin/tables_th_align_center-expected.txt:
1133 * platform/efl/tables/mozilla/marvin/tables_th_align_left-expected.txt:
1134 * platform/efl/tables/mozilla/marvin/tables_th_align_right-expected.txt:
1135 * platform/efl/tables/mozilla/marvin/tables_th_colspan-expected.txt:
1136 * platform/efl/tables/mozilla/marvin/tables_th_height-expected.txt:
1137 * platform/efl/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
1138 * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.txt:
1139 * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.txt:
1140 * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.txt:
1141 * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.txt:
1142 * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.txt:
1143 * platform/efl/tables/mozilla/marvin/tbody_char-expected.txt:
1144 * platform/efl/tables/mozilla/marvin/tfoot_align_center-expected.txt:
1145 * platform/efl/tables/mozilla/marvin/tfoot_align_char-expected.txt:
1146 * platform/efl/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
1147 * platform/efl/tables/mozilla/marvin/tfoot_align_left-expected.txt:
1148 * platform/efl/tables/mozilla/marvin/tfoot_align_right-expected.txt:
1149 * platform/efl/tables/mozilla/marvin/tfoot_char-expected.txt:
1150 * platform/efl/tables/mozilla/marvin/thead_align_center-expected.txt:
1151 * platform/efl/tables/mozilla/marvin/thead_align_char-expected.txt:
1152 * platform/efl/tables/mozilla/marvin/thead_align_justify-expected.txt:
1153 * platform/efl/tables/mozilla/marvin/thead_align_left-expected.txt:
1154 * platform/efl/tables/mozilla/marvin/thead_align_right-expected.txt:
1155 * platform/efl/tables/mozilla/marvin/thead_char-expected.txt:
1156 * platform/efl/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
1157 * platform/efl/tables/mozilla/marvin/x_caption_align_top-expected.txt:
1158 * platform/efl/tables/mozilla/marvin/x_table-expected.txt:
1159 * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt:
1160 * platform/efl/tables/mozilla/marvin/x_table_align_left-expected.txt:
1161 * platform/efl/tables/mozilla/marvin/x_table_align_right-expected.txt:
1162 * platform/efl/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
1163 * platform/efl/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
1164 * platform/efl/tables/mozilla/marvin/x_table_border-expected.txt:
1165 * platform/efl/tables/mozilla/marvin/x_table_border_none-expected.txt:
1166 * platform/efl/tables/mozilla/marvin/x_table_border_px-expected.txt:
1167 * platform/efl/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
1168 * platform/efl/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
1169 * platform/efl/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
1170 * platform/efl/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
1171 * platform/efl/tables/mozilla/marvin/x_table_frame_void-expected.txt:
1172 * platform/efl/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
1173 * platform/efl/tables/mozilla/marvin/x_table_rules_none-expected.txt:
1174 * platform/efl/tables/mozilla/marvin/x_table_style-expected.txt:
1175 * platform/efl/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
1176 * platform/efl/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
1177 * platform/efl/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
1178 * platform/efl/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
1179 * platform/efl/tables/mozilla/marvin/x_tbody_class-expected.txt:
1180 * platform/efl/tables/mozilla/marvin/x_tbody_id-expected.txt:
1181 * platform/efl/tables/mozilla/marvin/x_tbody_style-expected.txt:
1182 * platform/efl/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
1183 * platform/efl/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
1184 * platform/efl/tables/mozilla/marvin/x_td_class-expected.txt:
1185 * platform/efl/tables/mozilla/marvin/x_td_colspan-expected.txt:
1186 * platform/efl/tables/mozilla/marvin/x_td_height-expected.txt:
1187 * platform/efl/tables/mozilla/marvin/x_td_id-expected.txt:
1188 * platform/efl/tables/mozilla/marvin/x_td_nowrap-expected.txt:
1189 * platform/efl/tables/mozilla/marvin/x_td_rowspan-expected.txt:
1190 * platform/efl/tables/mozilla/marvin/x_td_style-expected.txt:
1191 * platform/efl/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
1192 * platform/efl/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
1193 * platform/efl/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
1194 * platform/efl/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
1195 * platform/efl/tables/mozilla/marvin/x_tfoot_class-expected.txt:
1196 * platform/efl/tables/mozilla/marvin/x_tfoot_id-expected.txt:
1197 * platform/efl/tables/mozilla/marvin/x_tfoot_style-expected.txt:
1198 * platform/efl/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
1199 * platform/efl/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
1200 * platform/efl/tables/mozilla/marvin/x_th_class-expected.txt:
1201 * platform/efl/tables/mozilla/marvin/x_th_colspan-expected.txt:
1202 * platform/efl/tables/mozilla/marvin/x_th_height-expected.txt:
1203 * platform/efl/tables/mozilla/marvin/x_th_id-expected.txt:
1204 * platform/efl/tables/mozilla/marvin/x_th_nowrap-expected.txt:
1205 * platform/efl/tables/mozilla/marvin/x_th_style-expected.txt:
1206 * platform/efl/tables/mozilla/marvin/x_thead_align_center-expected.txt:
1207 * platform/efl/tables/mozilla/marvin/x_thead_align_char-expected.txt:
1208 * platform/efl/tables/mozilla/marvin/x_thead_align_left-expected.txt:
1209 * platform/efl/tables/mozilla/marvin/x_thead_align_right-expected.txt:
1210 * platform/efl/tables/mozilla/marvin/x_thead_class-expected.txt:
1211 * platform/efl/tables/mozilla/marvin/x_thead_id-expected.txt:
1212 * platform/efl/tables/mozilla/marvin/x_thead_style-expected.txt:
1213 * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
1214 * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
1215 * platform/efl/tables/mozilla/marvin/x_tr_class-expected.txt:
1216 * platform/efl/tables/mozilla/marvin/x_tr_id-expected.txt:
1217 * platform/efl/tables/mozilla/marvin/x_tr_style-expected.txt:
1218 * platform/efl/tables/mozilla/other/body_col-expected.txt:
1219 * platform/efl/tables/mozilla/other/cellspacing-expected.txt:
1220 * platform/efl/tables/mozilla/other/move_row-expected.txt:
1221 * platform/efl/tables/mozilla/other/padding-expected.txt:
1222 * platform/efl/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
1223 * platform/efl/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
1224 * platform/efl/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
1225 * platform/efl/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
1226 * platform/efl/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
1227 * platform/efl/tables/mozilla_expected_failures/bugs/bug106336-expected.txt:
1228 * platform/efl/tables/mozilla_expected_failures/bugs/bug11945-expected.txt:
1229 * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
1230 * platform/efl/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
1231 * platform/efl/tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
1232 * platform/efl/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
1233 * platform/efl/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt:
1234 * platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.txt:
1235 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
1236 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
1237 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
1238 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
1239 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
1240 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
1241 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
1242 * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
1243 * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt:
1244 * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
1245 * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
1246 * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
1247 * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
1248 * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
1249 * platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
1250 * platform/efl/tables/mozilla_expected_failures/bugs/bug7113-expected.txt:
1251 * platform/efl/tables/mozilla_expected_failures/bugs/bug73629-expected.txt:
1252 * platform/efl/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
1253 * platform/efl/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
1254 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
1255 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
1256 * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
1257 * platform/efl/tables/mozilla_expected_failures/core/captions3-expected.txt:
1258 * platform/efl/tables/mozilla_expected_failures/core/conflicts-expected.txt:
1259 * platform/efl/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
1260 * platform/efl/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
1261 * platform/efl/tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
1262 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
1263 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
1264 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
1265 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
1266 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
1267 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
1268 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
1269 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
1270 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
1271 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
1272 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
1273 * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
1274 * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
1275 * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
1276 * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
1277 * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
1278 * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
1279 * platform/efl/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
1280 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
1281 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
1282 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
1283 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
1284 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
1285 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
1286 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
1287 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
1288 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt:
1289 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt:
1290 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt:
1292 2016-02-14 Antti Koivisto <antti@apple.com>
1294 Add test for class change style invalidation optimization
1295 https://bugs.webkit.org/show_bug.cgi?id=154226
1297 Reviewed by Myles Maxfield.
1299 Test for https://trac.webkit.org/r196383
1301 * fast/css/style-invalidation-class-change-descendants-expected.txt: Added.
1302 * fast/css/style-invalidation-class-change-descendants.html: Added.
1304 2016-02-15 Hunseop Jeong <hs85.jeong@samsung.com>
1306 Unreviewed. EFL gardening. Mark more video tests to failure.
1308 * platform/efl/TestExpectations: Added more crash tests and moved the tests to upper position.
1310 2016-02-14 Simon Fraser <simon.fraser@apple.com>
1312 [CSS Filters] When applying an SVG filter on a composited image using CSS the image is rendered without the filter
1313 https://bugs.webkit.org/show_bug.cgi?id=154108
1315 Reviewed by Sam Weinig.
1317 * compositing/filters/simple-image-with-svg-filter-expected.html: Added.
1318 * compositing/filters/simple-image-with-svg-filter.html: Added.
1320 2016-02-14 Chris Dumez <cdumez@apple.com>
1322 Window and WorkerGlobalScope should inherit EventTarget
1323 https://bugs.webkit.org/show_bug.cgi?id=154170
1324 <rdar://problem/24642377>
1326 Reviewed by Darin Adler.
1328 * fast/frames/detached-frame-eventListener-expected.txt: Added.
1329 * fast/frames/detached-frame-eventListener.html: Added.
1330 Add test case to cover the use of the EventListener API on a detached
1333 * fast/loader/window-clearing-expected.txt:
1334 Rebaseline now that window has one more object in its prototype chain.
1336 * http/tests/security/cross-frame-access-call-expected.txt:
1337 * http/tests/security/cross-frame-access-call.html:
1338 Add test coverage for cross-origin access to window.dispatchEvent() which
1339 should not be allowed, in addition to window.addEventListener() and
1340 window.removeEventListener() which were already tested.
1342 2016-02-12 Nan Wang <n_wang@apple.com>
1344 AX: Implement paragraph related text marker functions using TextIterator
1345 https://bugs.webkit.org/show_bug.cgi?id=154098
1346 <rdar://problem/24269675>
1348 Reviewed by Chris Fleizach.
1350 * accessibility/mac/text-marker-paragraph-nav-expected.txt: Added.
1351 * accessibility/mac/text-marker-paragraph-nav.html: Added.
1352 * accessibility/text-marker/text-marker-previous-next-expected.txt:
1353 * accessibility/text-marker/text-marker-previous-next.html:
1355 2016-02-12 Saam barati <sbarati@apple.com>
1357 [ES6] we have an incorrect syntax error when a callee of a function expression has the same name as a top-level lexical declaration
1358 https://bugs.webkit.org/show_bug.cgi?id=154143
1360 Reviewed by Benjamin Poulain.
1362 * js/basic-strict-mode-expected.txt:
1363 * js/let-syntax-expected.txt:
1364 * js/script-tests/let-syntax.js:
1366 2016-02-12 Jiewen Tan <jiewen_tan@apple.com>
1368 Unreviewed, build fix after r196520
1370 * inspector/model/remote-object-get-properties-expected.txt:
1371 * platform/mac/inspector/model/remote-object-expected.txt:
1373 2016-02-12 Ryan Haddad <ryanhaddad@apple.com>
1375 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196520
1377 Unreviewed test gardening.
1379 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
1381 2016-02-12 Daniel Bates <dabates@apple.com>
1383 CSP: 'blob:' URLs should not match 'self' in CSP source expression lists.
1384 https://bugs.webkit.org/show_bug.cgi?id=153158
1385 <rdar://problem/24383264>
1387 Reviewed by Brent Fulgham.
1389 Add test http/tests/security/contentSecurityPolicy/blob-url-matches-source-blob.html to ensure that a
1390 blob URL matches source "blob:".
1392 Replaced text-only test http/tests/security/contentSecurityPolicy/blob-urls-match-self.html with an
1393 analogous reference test http/tests/security/contentSecurityPolicy/blob-url-does-not-match-source-self.html
1394 so as ensure that we do not regress the behavior that source 'self' should not match a blob URL
1395 without considering the Content Security Policy violation message as part of the expected result.
1396 The Content Security Policy violation message will differ between test runs because it references
1397 the blob URL that triggered the violation, which is cryptographically random.
1399 * TestExpectations: Remove entry for test http/tests/security/contentSecurityPolicy/blob-urls-match-self.html as the analogous test
1400 blob-url-does-not-match-source-self.htm now passes.
1401 * http/tests/security/contentSecurityPolicy/blob-url-does-not-match-source-self-expected.html: Added.
1402 * http/tests/security/contentSecurityPolicy/blob-url-does-not-match-source-self.html: Added.
1403 * http/tests/security/contentSecurityPolicy/blob-url-matches-source-blob-expected.txt: Added.
1404 * http/tests/security/contentSecurityPolicy/blob-url-matches-source-blob.html: Added.
1405 * http/tests/security/contentSecurityPolicy/blob-urls-match-self-expected.txt: Removed.
1406 * http/tests/security/contentSecurityPolicy/blob-urls-match-self.html: Removed. See the analogous test blob-url-does-not-match-source-self.html.
1408 2016-02-12 Daniel Bates <dabates@apple.com>
1410 CSP: Implement child-src directive
1411 https://bugs.webkit.org/show_bug.cgi?id=153562
1412 <rdar://problem/24610087>
1414 Reviewed by Brent Fulgham.
1416 Add new tests, un-skip now passing tests and update incorrect expected result for test http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked.html.
1418 * TestExpectations: Remove entry for test http/tests/security/contentSecurityPolicy/worker-script-src.html as it now passes.
1419 Mark all tests in http/tests/security/contentSecurityPolicy/1.1/child-src as PASS so that we run them except for tests
1420 frame-fires-load-event-when-blocked.html and frame-fires-load-event-when-redirect-blocked.html (formerly named frame-blocked.html
1421 and frame-redirect-blocked.html, respectively) as they depend on the fix for <https://bugs.webkit.org/show_bug.cgi?id=153150>.
1422 Skip all other CSP 1.1 tests until we fix <https://bugs.webkit.org/show_bug.cgi?id=85558>. Group some CSP 1.1 entries together.
1423 * fast/workers/worker-inherits-csp-blocks-eval-expected.txt: Update expected result based on change to worker-inherits-csp-blocks-eval.html.
1424 * fast/workers/worker-inherits-csp-blocks-eval.html: Remove source 'self' from script-src directive. This was needed as
1425 a workaround for <https://bugs.webkit.org/show_bug.cgi?id=153158> when the script URL for a worker was checked against the
1426 script-src directive. Now that the script URL is checked against the child-src directive we do not need this workaround.
1427 * fast/workers/worker-inherits-csp-blocks-xhr.html: Ditto.
1428 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-about-blank-allowed.html: Use js-test-{pre, post}.js as opposed to
1429 js-test.js to avoid duplicate "TEST COMPLETE" output.
1430 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-allowed.html: Ditto.
1431 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-blocked-expected.txt: Update expected result based on changes to frame-blocked.html.
1432 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-blocked.html: Update test to work without the fix for <https://bugs.webkit.org/show_bug.cgi?id=153150>.
1434 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-fires-load-event-when-blocked-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-blocked-expected.txt.
1435 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-fires-load-event-when-blocked.html: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-blocked.html.
1436 Keep a copy of the original test for when we fix <https://bugs.webkit.org/show_bug.cgi?id=153150>.
1438 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-fires-load-event-when-redirect-blocked-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-redirect-blocked-expected.txt.
1439 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-fires-load-event-when-redirect-blocked.html: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/1.1/child-src/frame-redirect-blocked.html.
1440 Keep a copy of the original test for when we fix <https://bugs.webkit.org/show_bug.cgi?id=153150>.
1442 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-redirect-blocked-expected.txt: Update expected result based on changes to frame-redirect-blocked.html.
1443 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-redirect-blocked.html: Update test to work without the fix for <https://bugs.webkit.org/show_bug.cgi?id=153150>.
1444 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-src-takes-precedence-over-child-src-expected.txt: Added.
1445 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-src-takes-precedence-over-child-src.html: Added.
1446 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-allowed.html: Use js-test-{pre, post}.js as opposed to
1447 js-test.js to avoid duplicate "TEST COMPLETE" output.
1448 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked-expected.txt: Update incorrect expected result to
1449 reflect WebKit error message. The current result reflects the error message used by Blink.
1450 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked.html: Use js-test-{pre, post}.js as opposed to
1451 js-test.js to avoid duplicate "TEST COMPLETE" output.
1452 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-redirect-blocked-expected.txt: Added.
1453 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-redirect-blocked.html: Added.
1454 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-allowed-expected.txt: Removed; WebKit does not support shared Web Workers.
1455 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-allowed.html: Removed; WebKit does not support shared Web Workers.
1456 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-blocked-expected.txt: Removed; WebKit does not support shared Web Workers.
1457 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-blocked.html: Removed; WebKit does not support shared Web Workers.
1458 * http/tests/security/contentSecurityPolicy/resources/child-src-test.js: Remove logic for testing shared Web Workers as WebKit does not support such workers.
1459 (window.onload): Deleted.
1460 (injectSharedWorker): Deleted.
1461 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-blocks-eval-expected.txt: Update expected result based on change to worker-blob-inherits-csp-blocks-eval.html.
1462 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-blocks-eval.html: Remove source 'self' from script-src directive.
1463 This was needed as a workaround for <https://bugs.webkit.org/show_bug.cgi?id=153158> when the script URL for a worker was checked
1464 against the script-src directive. Now that the script URL is checked against the child-src directive we do not need this workaround.
1465 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports-expected.txt: Update
1466 expected result based on change to worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports.html.
1467 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports.html:
1468 Remove source 'self' from script-src directive. This was needed as a workaround for <https://bugs.webkit.org/show_bug.cgi?id=153158> when
1469 the script URL for a worker was checked against the script-src directive. Now that the script URL is checked against the child-src directive
1470 we do not need this workaround.
1471 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked.html: Ditto.
1472 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker.html: Add child-src 'none' and remove FIXME comment.
1473 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-redirect-expected.txt: Added.
1474 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-redirect.html: Added.
1475 * platform/ios-simulator/TestExpectations: Remove skip entry for tests in http/tests/security/contentSecurityPolicy/1.1 from this file.
1476 Instead we will skip these tests from LayoutTests/TestExpectations since they fail for all ports.
1477 * platform/mac/TestExpectations: Ditto.
1478 * platform/win/TestExpectations: Ditto.
1479 * platform/wk2/TestExpectations: Ditto.
1481 2016-02-11 Ryan Haddad <ryanhaddad@apple.com>
1483 Re-enable skipped animations tests on ios-simulator
1484 https://bugs.webkit.org/show_bug.cgi?id=152131
1486 Unreviewed test gardening.
1488 * platform/ios-simulator-wk2/TestExpectations:
1489 * platform/ios-simulator/TestExpectations:
1491 2016-02-12 Jiewen Tan <jiewen_tan@apple.com>
1493 WebKit should expose the DOM 4 Event.isTrusted property
1494 https://bugs.webkit.org/show_bug.cgi?id=76121
1495 <rdar://problem/22558494>
1497 Reviewed by Darin Adler.
1499 * fast/dom/unforgeable-attributes-expected.txt:
1500 * fast/xmlhttprequest/xmlhttprequest-get-expected.txt:
1501 * http/tests/workers/worker-importScriptsOnError-expected.txt:
1502 * imported/blink/fast/events/event-trusted-expected.txt: Added.
1503 * imported/blink/fast/events/event-trusted.html: Added.
1504 * platform/ios-simulator/TestExpectations:
1506 2016-02-12 Brady Eidson <beidson@apple.com>
1508 Modern IDB: Simplify the relationship between IDBObjectStore and IDBIndex.
1509 https://bugs.webkit.org/show_bug.cgi?id=154187
1511 Reviewed by Alex Christensen.
1513 * storage/indexeddb/modern/deleteindex-3-expected.txt: Added.
1514 * storage/indexeddb/modern/deleteindex-3-private-expected.txt: Added.
1515 * storage/indexeddb/modern/deleteindex-3-private.html: Added.
1516 * storage/indexeddb/modern/deleteindex-3.html: Added.
1517 * storage/indexeddb/modern/resources/deleteindex-3.js: Added.
1519 2016-02-12 Yusuke Suzuki <utatane.tea@gmail.com>
1521 [ES6] Implement @@search
1522 https://bugs.webkit.org/show_bug.cgi?id=143889
1524 Reviewed by Darin Adler.
1526 * js/Object-getOwnPropertyNames-expected.txt:
1527 * js/dom/string-prototype-properties-expected.txt:
1528 * js/regress/script-tests/v8-regexp-search.js: Added.
1529 (runRegExpBenchmark.runBlock0):
1530 (runRegExpBenchmark.runBlock1):
1531 (runRegExpBenchmark):
1532 (runRegExpBenchmark.runBlock3):
1533 (runRegExpBenchmark.runBlock4):
1534 * js/regress/v8-regexp-search-expected.txt: Added.
1535 * js/regress/v8-regexp-search.html: Added.
1536 * js/script-tests/Object-getOwnPropertyNames.js:
1537 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.12_String.prototype.search/S15.5.4.12_A1_T3-expected.txt:
1539 2016-02-12 Ryan Haddad <ryanhaddad@apple.com>
1541 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196466
1543 Unreviewed test gardening.
1545 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
1547 2016-02-11 Chris Dumez <cdumez@apple.com>
1549 [Web IDL] interfaces should inherit EventTarget instead of duplicating the EventTarget API
1550 https://bugs.webkit.org/show_bug.cgi?id=154121
1551 <rdar://problem/24613234>
1553 Reviewed by Gavin Barraclough.
1555 Rebaseline a couple of layout tests now that interfaces inherit EventTarget
1556 instead of duplicating the EventTarget API in their IDL.
1558 * fast/dom/Window/window-properties-performance-expected.txt:
1559 * fast/dom/prototype-chain-expected.txt:
1561 2016-02-11 Zalan Bujtas <zalan@apple.com>
1563 Subpixel rendering: Make focusring painting subpixel aware.
1564 https://bugs.webkit.org/show_bug.cgi?id=154111
1566 Reviewed by David Hyatt.
1568 Do not integral snap focusring rects while collecting them (use device pixel snapping instead
1569 right before passing them to GraphicsContext::drawFocusRing).
1571 * platform/mac/accessibility/image-link-expected.txt:
1572 * platform/mac/accessibility/mac/aria-columnrowheaders-expected.txt: Copied from LayoutTests/platform/mac/accessibility/table-cells-expected.txt.
1573 * platform/mac/accessibility/mac/document-links-expected.txt: Added.
1574 * platform/mac/accessibility/table-attributes-expected.txt:
1575 * platform/mac/accessibility/table-cells-expected.txt:
1576 * platform/mac/accessibility/table-sections-expected.txt:
1577 * platform/mac/accessibility/table-with-rules-expected.txt:
1579 2016-02-11 Sukolsak Sakshuwong <sukolsak@gmail.com>
1581 [INTL] Implement Intl.NumberFormat.prototype.resolvedOptions ()
1582 https://bugs.webkit.org/show_bug.cgi?id=147602
1584 Reviewed by Darin Adler.
1586 * js/intl-numberformat-expected.txt:
1587 * js/script-tests/intl-numberformat.js:
1590 2016-02-11 Ryan Haddad <ryanhaddad@apple.com>
1592 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196423
1594 Unreviewed test gardening.
1596 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
1598 2016-02-11 Chris Dumez <cdumez@apple.com>
1600 Move 'length' property to the prototype
1601 https://bugs.webkit.org/show_bug.cgi?id=154051
1602 <rdar://problem/24577385>
1604 Reviewed by Darin Adler.
1606 Rebaseline a couple of existing layout tests now that 'length' is
1609 * fast/dom/htmlcollection-getownpropertynames-expected.txt:
1610 * storage/domstorage/localstorage/delete-defineproperty-removal-expected.txt:
1612 2016-02-11 Frederic Wang <fred.wang@free.fr>
1614 Use Testharness.js for the MathML script tests
1615 https://bugs.webkit.org/show_bug.cgi?id=154065
1617 Reviewed by Darin Adler.
1619 * mathml/opentype/large-operators-munderover-expected.txt:
1620 * mathml/opentype/large-operators-munderover.html:
1621 * mathml/presentation/inferred-mrow-baseline-expected.txt:
1622 * mathml/presentation/inferred-mrow-baseline.html:
1623 * mathml/presentation/inferred-mrow-stretchy-expected.txt:
1624 * mathml/presentation/inferred-mrow-stretchy.html:
1625 * mathml/presentation/stretchy-depth-height-expected.txt:
1626 * mathml/presentation/stretchy-depth-height-symmetric-expected.txt:
1627 * mathml/presentation/stretchy-depth-height-symmetric.html:
1628 * mathml/presentation/stretchy-depth-height.html:
1630 2016-02-10 Ryan Haddad <ryanhaddad@apple.com>
1632 Removing deleted tests from ios-simulator TestExpectations
1634 Unreviewed test gardening.
1636 * platform/ios-simulator/TestExpectations:
1638 2016-02-10 Ryan Haddad <ryanhaddad@apple.com>
1640 Adding an ios-simulator expectation for fast/dom/event-handler-attributes.html
1641 https://bugs.webkit.org/show_bug.cgi?id=153763
1643 Unreviewed test gardening.
1645 * platform/ios-simulator/fast/dom/event-handler-attributes-expected.txt: Added.
1647 2016-02-10 Eric Carlson <eric.carlson@apple.com>
1649 Update "manual" caption track logic
1650 https://bugs.webkit.org/show_bug.cgi?id=154084
1651 <rdar://problem/24530516>
1653 Reviewed by Dean Jackson.
1655 * media/track/track-manual-mode-expected.txt:
1656 * media/track/track-manual-mode.html:
1658 2016-02-10 Ryan Haddad <ryanhaddad@apple.com>
1660 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after 196392
1662 Unreviewed test gardening.
1664 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
1666 2016-02-10 Chris Dumez <cdumez@apple.com>
1668 [Web IDL] interface objects should be Function objects
1669 https://bugs.webkit.org/show_bug.cgi?id=154038
1670 <rdar://problem/24569358>
1672 Reviewed by Geoffrey Garen.
1674 Rebaseline / update existing layout tests now that interface objects
1675 are now Function objects. Also add a layout test to cover various
1676 aspects of interface objects.
1678 * css3/blending/background-blend-mode-property-parsing-expected.txt:
1679 * css3/blending/blend-mode-property-parsing-expected.txt:
1680 * css3/blending/script-tests/background-blend-mode-property-parsing.js:
1682 * css3/blending/script-tests/blend-mode-property-parsing.js:
1684 * css3/filters/backdrop/backdropfilter-property-parsing-expected.txt:
1685 * css3/filters/backdrop/script-tests/backdropfilter-property-parsing.js:
1687 * css3/filters/filter-property-parsing-expected.txt:
1688 * css3/filters/script-tests/filter-property-parsing.js:
1690 * fast/css/image-set-parsing-expected.txt:
1691 * fast/css/script-tests/image-set-parsing.js:
1693 * fast/dom/DOMException/XPathException-expected.txt:
1694 * fast/dom/DOMException/prototype-object-expected.txt:
1695 * fast/dom/DOMException/prototype-object.html:
1696 * fast/dom/DOMException/resources/XPathException.js:
1697 * fast/dom/MutationObserver/mutation-record-constructor-expected.txt:
1698 * fast/dom/MutationObserver/mutation-record-constructor.html:
1699 * fast/dom/Window/element-constructors-on-window-expected.txt:
1700 * fast/dom/call-a-constructor-as-a-function-expected.txt:
1701 * fast/dom/constructor-proto-expected.txt:
1702 * fast/dom/constructor-proto.html:
1703 * fast/dom/wrapper-classes-expected.txt:
1704 * fast/dom/wrapper-classes.html:
1705 * fast/mediastream/MediaStreamConstructor-expected.txt:
1706 * fast/mediastream/MediaStreamConstructor.html:
1707 * fast/workers/constructor-proto-expected.txt:
1708 * fast/workers/worker-location-expected.txt:
1709 * http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt:
1710 * http/tests/xmlhttprequest/XMLHttpRequestException.html:
1711 * js/dom/global-constructors-attributes-dedicated-worker-expected.txt:
1712 * js/dom/script-tests/global-constructors-attributes-idb.js:
1713 (constructorPropertiesOnGlobalObject):
1714 * js/dom/script-tests/global-constructors-attributes.js:
1715 (constructorPropertiesOnGlobalObject):
1716 * js/interface-objects-expected.txt: Added.
1717 * js/interface-objects.html: Added.
1718 * media/encrypted-media/encrypted-media-v2-syntax-expected.txt:
1719 * media/encrypted-media/encrypted-media-v2-syntax.html:
1720 * media/track/track-vttcue-expected.txt:
1721 * platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt:
1722 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
1723 * svg/custom/SVGException-expected.txt:
1724 * svg/custom/global-constructors-expected.txt:
1725 * svg/custom/script-tests/SVGException.js:
1726 * svg/custom/script-tests/global-constructors.js:
1728 * transforms/2d/transform-value-types-expected.txt:
1729 * transforms/2d/transform-value-types.html:
1731 2016-02-10 Ryan Haddad <ryanhaddad@apple.com>
1733 Marking fast/css-generated-content/details-summary-before-after.html as failing on ios-simulator
1734 https://bugs.webkit.org/show_bug.cgi?id=153029
1736 Unreviewed test gardening.
1738 * platform/ios-simulator/TestExpectations:
1740 2016-02-10 Ryan Haddad <ryanhaddad@apple.com>
1742 Reaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196374
1744 Unreviewed test gardening.
1746 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
1748 2016-02-10 Chris Dumez <cdumez@apple.com>
1750 Attributes on the Window instance should be configurable unless [Unforgeable]
1751 https://bugs.webkit.org/show_bug.cgi?id=153920
1752 <rdar://problem/24563211>
1754 Reviewed by Darin Adler.
1756 * fast/dom/Window/window-properties-configurable-expected.txt: Added.
1757 * fast/dom/Window/window-properties-configurable.html: Added.
1758 Add a test to check that Window properties are reported as configurable
1759 unless the [Unforgeable] ones and that deleting them actually works.
1761 * fast/dom/global-constructors.html:
1762 Update test so it no longer expects window.Node to be shadowable. As per
1763 the specification, the "Node" property is on the window instance, not its
1764 prototype. Therefore, it should cannot be shadowed and setting it to
1765 something actually overwites the previous value, given that the property
1767 - http://heycam.github.io/webidl/#es-interfaces
1768 I have verified that the new behavior is consistent with Firefox.
1770 * http/tests/security/cross-origin-reified-window-property-access-expected.txt: Added.
1771 * http/tests/security/cross-origin-reified-window-property-access.html: Added.
1772 * http/tests/security/resources/reify-window.html: Added.
1773 Add a test case to cover cross-origin access of Window properties after
1776 * js/getOwnPropertyDescriptor-unforgeable-attributes-expected.txt:
1777 * js/getOwnPropertyDescriptor-unforgeable-attributes.html:
1778 Drop window.self from the list of unforgeable attributes. This attribute
1779 is not unforgeable in our implementation or in the specification:
1780 - https://html.spec.whatwg.org/multipage/browsers.html#the-window-object
1782 * js/getOwnPropertyDescriptor-window-attributes-expected.txt:
1783 * js/getOwnPropertyDescriptor-window-attributes.html:
1784 - Add coverage for window.self which is a regular Window property.
1785 - Add coverage for window.Node which is a constructor property
1786 - Add coverage for window.constructor. It should really be on the prototype
1787 as per the specification but this at least checks that the property is
1788 configurable, as per the specification.
1789 - Rebaseline the test as more checks are passing now that Window properties
1790 are marked as configurable.
1792 2016-02-10 Ryan Haddad <ryanhaddad@apple.com>
1794 Skop fast/regions/text-break-properties.html on ios-simulator
1795 https://bugs.webkit.org/show_bug.cgi?id=153762
1797 Unreviewed test gardening.
1799 * platform/ios-simulator/TestExpectations:
1801 2016-02-09 Nan Wang <n_wang@apple.com>
1803 AX: Implement word related text marker functions using TextIterator
1804 https://bugs.webkit.org/show_bug.cgi?id=153939
1805 <rdar://problem/24269605>
1807 Reviewed by Chris Fleizach.
1809 * accessibility/mac/text-marker-word-nav-expected.txt: Added.
1810 * accessibility/mac/text-marker-word-nav.html: Added.
1811 * accessibility/text-marker/text-marker-previous-next-expected.txt:
1812 * accessibility/text-marker/text-marker-previous-next.html:
1814 2016-02-09 Ryan Haddad <ryanhaddad@apple.com>
1816 Mark perf/adding-radio-buttons.html as flaky on ios-simulator
1817 https://bugs.webkit.org/show_bug.cgi?id=154055
1819 Unreviewed test gardening.
1821 * platform/ios-simulator/TestExpectations:
1823 2016-02-09 Ryan Haddad <ryanhaddad@apple.com>
1825 Rebaseline tests for ios-simulator after r196222
1826 https://bugs.webkit.org/show_bug.cgi?id=154053
1828 Reviewed by Zalan Bujtas.
1830 * platform/ios-simulator-wk2/compositing/geometry/composited-in-columns-expected.txt:
1831 * platform/ios-simulator-wk2/compositing/layer-creation/overlap-animation-container-expected.txt: Added.
1832 * platform/ios-simulator-wk2/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
1833 * platform/ios-simulator-wk2/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
1834 * platform/ios-simulator-wk2/fast/layers/scroll-rect-to-visible-expected.txt:
1836 2016-02-09 Ryan Haddad <ryanhaddad@apple.com>
1838 Rebaseline compositing/overflow/scrollbar-painting.html for ios-simulator after r196244
1840 Unreviewed test gardening.
1842 * platform/ios-simulator-wk2/compositing/overflow/scrollbar-painting-expected.txt:
1844 2016-02-09 Ryan Haddad <ryanhaddad@apple.com>
1846 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196303
1848 Unreviewed test gardening.
1850 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
1852 2016-02-09 Ryan Haddad <ryanhaddad@apple.com>
1854 Rebaseline more tests for ios-simulator after r196244
1856 Unreviewed test gardening.
1858 * platform/ios-simulator-wk2/compositing/overflow/overflow-scroll-expected.txt:
1859 * platform/ios-simulator-wk2/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
1860 * platform/ios-simulator-wk2/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
1861 * platform/ios-simulator-wk2/fast/block/float/overhanging-tall-block-expected.txt:
1862 * platform/ios-simulator-wk2/fast/clip/014-expected.txt:
1863 * platform/ios-simulator-wk2/fast/multicol/overflow-unsplittable-expected.txt:
1864 * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-bt-expected.txt:
1865 * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-lr-expected.txt:
1866 * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-rl-expected.txt:
1867 * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-tb-expected.txt:
1868 * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-bt-expected.txt:
1869 * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-lr-expected.txt:
1870 * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt:
1871 * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-expected.txt:
1872 * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-tb-expected.txt:
1873 * platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
1874 * platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-rules-expected.txt:
1875 * platform/ios-simulator-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
1876 * platform/ios-simulator-wk2/fast/overflow/float-in-relpositioned-expected.txt:
1877 * platform/ios-simulator-wk2/fast/overflow/overflow-auto-position-absolute-expected.txt:
1878 * platform/ios-simulator-wk2/fast/overflow/paged-x-div-expected.txt:
1879 * platform/ios-simulator-wk2/fast/overflow/paged-x-div-with-column-gap-expected.txt:
1880 * platform/ios-simulator-wk2/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
1882 2016-02-09 Zalan Bujtas <zalan@apple.com>
1884 Outline corners do not align properly for multiline inlines.
1885 https://bugs.webkit.org/show_bug.cgi?id=154025
1887 Reviewed by David Hyatt.
1889 Adjust border position when outline-offset > 0. This patch also
1890 removes integral pixelsnapping (drawLineForBoxSide takes care of
1891 device pixelsnapping).
1893 * fast/inline/outline-corners-with-offset-expected.html: Added.
1894 * fast/inline/outline-corners-with-offset.html: Added.
1896 2016-02-09 Zalan Bujtas <zalan@apple.com>
1898 [Win] Rebaseline after r196244.
1900 Unreviewed test gardening.
1902 * platform/win/css3/unicode-bidi-isolate-basic-expected.txt:
1903 * platform/win/fast/block/float/overhanging-tall-block-expected.txt:
1904 * platform/win/fast/block/positioning/auto/vertical-rl/007-expected.txt:
1905 * platform/win/fast/borders/border-antialiasing-expected.txt:
1906 * platform/win/fast/clip/001-expected.txt:
1907 * platform/win/fast/clip/013-expected.txt:
1908 * platform/win/fast/clip/014-expected.txt:
1909 * platform/win/fast/clip/outline-overflowClip-expected.txt:
1910 * platform/win/fast/css/clip-zooming-expected.txt:
1911 * platform/win/fast/frames/flattening/iframe-flattening-offscreen-expected.txt: Added.
1912 * platform/win/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
1913 * platform/win/fast/line-grid/line-grid-inside-columns-expected.txt:
1914 * platform/win/fast/line-grid/line-grid-into-columns-expected.txt:
1915 * platform/win/fast/lists/scrolled-marker-paint-expected.txt:
1916 * platform/win/fast/multicol/client-rects-expected.txt:
1917 * platform/win/fast/multicol/column-break-with-balancing-expected.txt:
1918 * platform/win/fast/multicol/column-rules-expected.txt:
1919 * platform/win/fast/multicol/column-rules-stacking-expected.txt:
1920 * platform/win/fast/multicol/columns-shorthand-parsing-expected.txt:
1921 * platform/win/fast/multicol/float-paginate-complex-expected.txt:
1922 * platform/win/fast/multicol/float-paginate-empty-lines-expected.txt:
1923 * platform/win/fast/multicol/float-paginate-expected.txt:
1924 * platform/win/fast/multicol/layers-in-multicol-expected.txt:
1925 * platform/win/fast/multicol/layers-split-across-columns-expected.txt:
1926 * platform/win/fast/multicol/max-height-columns-block-expected.txt:
1927 * platform/win/fast/multicol/nested-columns-expected.txt:
1928 * platform/win/fast/multicol/newmulticol/client-rects-expected.txt:
1929 * platform/win/fast/multicol/overflow-across-columns-expected.txt:
1930 * platform/win/fast/multicol/overflow-across-columns-percent-height-expected.txt:
1931 * platform/win/fast/multicol/overflow-unsplittable-expected.txt:
1932 * platform/win/fast/multicol/paginate-block-replaced-expected.txt:
1933 * platform/win/fast/multicol/pagination/BottomToTop-bt-expected.txt:
1934 * platform/win/fast/multicol/pagination/BottomToTop-lr-expected.txt:
1935 * platform/win/fast/multicol/pagination/BottomToTop-rl-expected.txt:
1936 * platform/win/fast/multicol/pagination/BottomToTop-tb-expected.txt:
1937 * platform/win/fast/multicol/pagination/LeftToRight-bt-expected.txt:
1938 * platform/win/fast/multicol/pagination/LeftToRight-rl-expected.txt:
1939 * platform/win/fast/multicol/pagination/LeftToRight-tb-expected.txt:
1940 * platform/win/fast/multicol/pagination/LeftToRight-tb-hittest-expected.txt:
1941 * platform/win/fast/multicol/pagination/RightToLeft-bt-expected.txt:
1942 * platform/win/fast/multicol/pagination/RightToLeft-lr-expected.txt:
1943 * platform/win/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt:
1944 * platform/win/fast/multicol/pagination/RightToLeft-rl-expected.txt:
1945 * platform/win/fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt:
1946 * platform/win/fast/multicol/pagination/RightToLeft-tb-expected.txt:
1947 * platform/win/fast/multicol/pagination/TopToBottom-bt-expected.txt:
1948 * platform/win/fast/multicol/pagination/TopToBottom-lr-expected.txt:
1949 * platform/win/fast/multicol/pagination/TopToBottom-rl-expected.txt:
1950 * platform/win/fast/multicol/positive-leading-expected.txt:
1951 * platform/win/fast/multicol/scrolling-column-rules-expected.txt:
1952 * platform/win/fast/multicol/scrolling-overflow-expected.txt:
1953 * platform/win/fast/multicol/span/anonymous-style-inheritance-expected.txt:
1954 * platform/win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
1955 * platform/win/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
1956 * platform/win/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
1957 * platform/win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
1958 * platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
1959 * platform/win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
1960 * platform/win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
1961 * platform/win/fast/multicol/span/span-as-nested-columns-child-expected.txt:
1962 * platform/win/fast/multicol/span/span-margin-collapsing-expected.txt:
1963 * platform/win/fast/multicol/table-vertical-align-expected.txt:
1964 * platform/win/fast/multicol/tall-image-behavior-expected.txt:
1965 * platform/win/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
1966 * platform/win/fast/multicol/vertical-lr/column-rules-expected.txt:
1967 * platform/win/fast/multicol/vertical-lr/float-multicol-expected.txt:
1968 * platform/win/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
1969 * platform/win/fast/multicol/vertical-lr/float-paginate-expected.txt:
1970 * platform/win/fast/multicol/vertical-lr/nested-columns-expected.txt:
1971 * platform/win/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
1972 * platform/win/fast/multicol/vertical-rl/column-rules-expected.txt:
1973 * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt:
1974 * platform/win/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
1975 * platform/win/fast/multicol/vertical-rl/float-paginate-expected.txt:
1976 * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt:
1977 * platform/win/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
1978 * platform/win/fast/overflow/float-in-relpositioned-expected.txt:
1979 * platform/win/fast/overflow/overflow-auto-position-absolute-expected.txt:
1980 * platform/win/fast/overflow/overflow-rtl-expected.txt:
1981 * platform/win/fast/overflow/paged-x-div-expected.txt:
1982 * platform/win/fast/overflow/paged-x-div-with-column-gap-expected.txt:
1983 * platform/win/fast/overflow/paged-x-on-root-expected.txt:
1984 * platform/win/fast/overflow/paged-x-with-column-gap-expected.txt:
1985 * platform/win/fast/overflow/paged-y-div-expected.txt:
1986 * platform/win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
1987 * platform/win/fast/repaint/box-shadow-h-expected.txt:
1988 * platform/win/fast/repaint/box-shadow-v-expected.txt:
1989 * platform/win/fast/repaint/layer-outline-expected.txt:
1990 * platform/win/fast/repaint/layer-outline-horizontal-expected.txt:
1991 * platform/win/fast/table/edge-offsets-expected.txt:
1992 * platform/win/fast/transforms/overflow-with-transform-expected.txt:
1993 * platform/win/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
1994 * platform/win/scrollbars/scrollbars-on-positioned-content-expected.txt:
1995 * platform/win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
1996 * platform/win/svg/custom/image-rescale-clip-expected.txt:
1998 2016-02-09 Zalan Bujtas <zalan@apple.com>
2000 [iOS] Rebaseline after r196244.
2002 Unreviewed test gardening.
2004 * platform/ios-simulator/compositing/geometry/clipping-foreground-expected.txt:
2005 * platform/ios-simulator/compositing/geometry/root-layer-update-expected.txt:
2006 * platform/ios-simulator/compositing/overflow/overflow-scroll-expected.txt:
2007 * platform/ios-simulator/compositing/overflow/parent-overflow-expected.txt:
2008 * platform/ios-simulator/compositing/overflow/scrollbar-painting-expected.txt:
2009 * platform/ios-simulator/compositing/sibling-positioning-expected.txt:
2010 * platform/ios-simulator/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
2011 * platform/ios-simulator/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
2012 * platform/ios-simulator/css3/blending/blend-mode-overflow-expected.txt:
2013 * platform/ios-simulator/css3/unicode-bidi-isolate-basic-expected.txt:
2014 * platform/ios-simulator/fast/block/float/overhanging-tall-block-expected.txt:
2015 * platform/ios-simulator/fast/borders/border-antialiasing-expected.txt:
2016 * platform/ios-simulator/fast/clip/001-expected.txt:
2017 * platform/ios-simulator/fast/clip/013-expected.txt:
2018 * platform/ios-simulator/fast/clip/014-expected.txt:
2019 * platform/ios-simulator/fast/clip/016-expected.txt:
2020 * platform/ios-simulator/fast/clip/outline-overflowClip-expected.txt:
2021 * platform/ios-simulator/fast/css/clip-zooming-expected.txt:
2022 * platform/ios-simulator/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
2023 * platform/ios-simulator/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
2024 * platform/ios-simulator/fast/line-grid/line-grid-inside-columns-expected.txt:
2025 * platform/ios-simulator/fast/line-grid/line-grid-into-columns-expected.txt:
2026 * platform/ios-simulator/fast/lists/scrolled-marker-paint-expected.txt:
2027 * platform/ios-simulator/fast/multicol/client-rects-expected.txt:
2028 * platform/ios-simulator/fast/multicol/column-break-with-balancing-expected.txt:
2029 * platform/ios-simulator/fast/multicol/column-rules-expected.txt:
2030 * platform/ios-simulator/fast/multicol/column-rules-stacking-expected.txt:
2031 * platform/ios-simulator/fast/multicol/columns-shorthand-parsing-expected.txt:
2032 * platform/ios-simulator/fast/multicol/float-paginate-complex-expected.txt:
2033 * platform/ios-simulator/fast/multicol/float-paginate-empty-lines-expected.txt:
2034 * platform/ios-simulator/fast/multicol/float-paginate-expected.txt:
2035 * platform/ios-simulator/fast/multicol/layers-in-multicol-expected.txt:
2036 * platform/ios-simulator/fast/multicol/layers-split-across-columns-expected.txt:
2037 * platform/ios-simulator/fast/multicol/max-height-columns-block-expected.txt:
2038 * platform/ios-simulator/fast/multicol/nested-columns-expected.txt:
2039 * platform/ios-simulator/fast/multicol/newmulticol/client-rects-expected.txt:
2040 * platform/ios-simulator/fast/multicol/overflow-across-columns-expected.txt:
2041 * platform/ios-simulator/fast/multicol/overflow-across-columns-percent-height-expected.txt:
2042 * platform/ios-simulator/fast/multicol/overflow-unsplittable-expected.txt:
2043 * platform/ios-simulator/fast/multicol/paginate-block-replaced-expected.txt:
2044 * platform/ios-simulator/fast/multicol/pagination/BottomToTop-bt-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/TopToBottom-bt-expected.txt.
2045 * platform/ios-simulator/fast/multicol/pagination/BottomToTop-lr-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/TopToBottom-lr-expected.txt.
2046 * platform/ios-simulator/fast/multicol/pagination/BottomToTop-rl-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/TopToBottom-rl-expected.txt.
2047 * platform/ios-simulator/fast/multicol/pagination/BottomToTop-tb-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/TopToBottom-bt-expected.txt.
2048 * platform/ios-simulator/fast/multicol/pagination/LeftToRight-bt-expected.txt:
2049 * platform/ios-simulator/fast/multicol/pagination/LeftToRight-rl-expected.txt:
2050 * platform/ios-simulator/fast/multicol/pagination/LeftToRight-tb-expected.txt:
2051 * platform/ios-simulator/fast/multicol/pagination/RightToLeft-bt-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/LeftToRight-tb-expected.txt.
2052 * platform/ios-simulator/fast/multicol/pagination/RightToLeft-lr-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/LeftToRight-rl-expected.txt.
2053 * platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/LeftToRight-rl-expected.txt.
2054 * platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/LeftToRight-rl-expected.txt.
2055 * platform/ios-simulator/fast/multicol/pagination/RightToLeft-tb-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/LeftToRight-tb-expected.txt.
2056 * platform/ios-simulator/fast/multicol/pagination/TopToBottom-bt-expected.txt:
2057 * platform/ios-simulator/fast/multicol/pagination/TopToBottom-lr-expected.txt:
2058 * platform/ios-simulator/fast/multicol/pagination/TopToBottom-rl-expected.txt:
2059 * platform/ios-simulator/fast/multicol/positive-leading-expected.txt:
2060 * platform/ios-simulator/fast/multicol/scrolling-column-rules-expected.txt:
2061 * platform/ios-simulator/fast/multicol/scrolling-overflow-expected.txt:
2062 * platform/ios-simulator/fast/multicol/span/anonymous-style-inheritance-expected.txt:
2063 * platform/ios-simulator/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
2064 * platform/ios-simulator/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
2065 * platform/ios-simulator/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
2066 * platform/ios-simulator/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
2067 * platform/ios-simulator/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
2068 * platform/ios-simulator/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
2069 * platform/ios-simulator/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
2070 * platform/ios-simulator/fast/multicol/span/span-as-nested-columns-child-expected.txt:
2071 * platform/ios-simulator/fast/multicol/span/span-margin-collapsing-expected.txt:
2072 * platform/ios-simulator/fast/multicol/table-vertical-align-expected.txt:
2073 * platform/ios-simulator/fast/multicol/tall-image-behavior-expected.txt:
2074 * platform/ios-simulator/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
2075 * platform/ios-simulator/fast/multicol/vertical-lr/column-rules-expected.txt:
2076 * platform/ios-simulator/fast/multicol/vertical-lr/float-multicol-expected.txt:
2077 * platform/ios-simulator/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
2078 * platform/ios-simulator/fast/multicol/vertical-lr/float-paginate-expected.txt:
2079 * platform/ios-simulator/fast/multicol/vertical-lr/nested-columns-expected.txt:
2080 * platform/ios-simulator/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt.
2081 * platform/ios-simulator/fast/multicol/vertical-rl/column-rules-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/vertical-lr/column-rules-expected.txt.
2082 * platform/ios-simulator/fast/multicol/vertical-rl/float-multicol-expected.txt:
2083 * platform/ios-simulator/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/vertical-lr/float-paginate-complex-expected.txt.
2084 * platform/ios-simulator/fast/multicol/vertical-rl/float-paginate-expected.txt:
2085 * platform/ios-simulator/fast/multicol/vertical-rl/nested-columns-expected.txt:
2086 * platform/ios-simulator/fast/overflow/float-in-relpositioned-expected.txt:
2087 * platform/ios-simulator/fast/overflow/overflow-auto-position-absolute-expected.txt:
2088 * platform/ios-simulator/fast/overflow/overflow-rtl-expected.txt:
2089 * platform/ios-simulator/fast/overflow/paged-x-div-expected.txt:
2090 * platform/ios-simulator/fast/overflow/paged-x-div-with-column-gap-expected.txt:
2091 * platform/ios-simulator/fast/overflow/paged-x-on-root-expected.txt:
2092 * platform/ios-simulator/fast/overflow/paged-x-with-column-gap-expected.txt:
2093 * platform/ios-simulator/fast/overflow/paged-y-div-expected.txt:
2094 * platform/ios-simulator/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
2095 * platform/ios-simulator/fast/regions/repaint/region-painting-via-layout-expected.txt:
2096 * platform/ios-simulator/fast/table/edge-offsets-expected.txt:
2097 * platform/ios-simulator/fast/transforms/overflow-with-transform-expected.txt:
2098 * platform/ios-simulator/svg/custom/image-rescale-clip-expected.txt:
2100 2016-02-08 Chris Dumez <cdumez@apple.com>
2102 Attribute getters should not require an explicit 'this' value for Window properties
2103 https://bugs.webkit.org/show_bug.cgi?id=153968
2105 Reviewed by Darin Adler.
2107 Rebaseline existing tests now that more checks are passing.
2109 * fast/dom/Window/getOwnPropertyDescriptor-other-window-expected.txt:
2110 * fast/dom/Window/getOwnPropertyDescriptor-other-window.html:
2111 * js/getOwnPropertyDescriptor-window-attributes-expected.txt:
2113 2016-02-08 Nan Wang <n_wang@apple.com>
2115 AX: crash at WebCore::Range::selectNodeContents(WebCore::Node*, int&)
2116 https://bugs.webkit.org/show_bug.cgi?id=154018
2118 Reviewed by Chris Fleizach.
2120 * accessibility/text-marker/text-marker-range-stale-node-crash-expected.txt: Added.
2121 * accessibility/text-marker/text-marker-range-stale-node-crash.html: Added.
2123 2016-02-08 Joseph Pecoraro <pecoraro@apple.com>
2125 Web Inspector: Zooming in on the timeline graph does not increase its time resolution from minutes
2126 https://bugs.webkit.org/show_bug.cgi?id=154013
2127 <rdar://problem/23844527>
2129 Reviewed by Brian Burg.
2131 * inspector/unit-tests/number-utilities-expected.txt: Added.
2132 * inspector/unit-tests/number-utilities.html: Added.
2133 Basic tests for our Number utilities methods.
2135 2016-02-08 Daniel Bates <dabates@apple.com>
2137 CSP connect-src directive should block redirects
2138 https://bugs.webkit.org/show_bug.cgi?id=69359
2139 <rdar://problem/24383025>
2141 Reviewed by Brent Fulgham.
2143 Add more tests, update erroneous expected results, and remove some entries from TestExpectations for tests
2146 * TestExpectations: Remove entries for tests that now pass. The failure of test http/tests/security/contentSecurityPolicy/worker-importscripts-blocked.html
2147 was erroneously attributed to <https://bugs.webkit.org/show_bug.cgi?id=153562>.
2148 * http/tests/security/contentSecurityPolicy/resources/determine-content-security-policy-header.php: Added.
2149 * http/tests/security/contentSecurityPolicy/resources/script-set-value.js: Use global variable self instead of window so as to
2150 make this script work both from a Document and a Web Worker. In a document, self refers to the Window object and in a worker
2151 it refers to the WorkerGlobalScope object.
2152 * http/tests/security/contentSecurityPolicy/resources/worker-importScript-redirect-cross-origin-allowed.php: Added.
2153 * http/tests/security/contentSecurityPolicy/resources/worker-importScript-redirect-cross-origin-blocked.php: Added.
2154 * http/tests/security/contentSecurityPolicy/resources/worker-xhr-allowed.php: Added.
2155 * http/tests/security/contentSecurityPolicy/resources/worker-xhr-redirect-cross-origin-allowed.php: Added.
2156 * http/tests/security/contentSecurityPolicy/resources/worker-xhr-redirect-cross-origin-blocked.php: Added.
2157 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-expected.txt: Remove Blink-specific messages so that the test passes.
2158 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports-expected.txt: Added.
2159 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports.html: Added.
2160 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked-expected.txt: Added.
2161 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked.html: Added.
2162 * http/tests/security/contentSecurityPolicy/worker-csp-blocks-xhr-redirect-cross-origin-expected.txt: Added.
2163 * http/tests/security/contentSecurityPolicy/worker-csp-blocks-xhr-redirect-cross-origin.html: Added.
2164 * http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-allowed-expected.txt: Added.
2165 * http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-allowed.html: Added.
2166 * http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked-expected.txt: Added.
2167 * http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked.html: Added.
2168 * http/tests/security/contentSecurityPolicy/worker-importscripts-blocked-expected.txt: Substitute Blink-specific error text with the analogous WebKit error text.
2169 * http/tests/security/contentSecurityPolicy/worker-importscripts-blocked.html: Ditto.
2170 * http/tests/security/contentSecurityPolicy/worker-without-csp-importScripts-redirect-cross-origin-allowed-expected.txt: Added.
2171 * http/tests/security/contentSecurityPolicy/worker-without-csp-importScripts-redirect-cross-origin-allowed.html: Added.
2172 * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr-redirect-expected.txt: Added.
2173 * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr-redirect.html: Added.
2174 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-importScript-redirect-cross-origin-expected.txt: Added.
2175 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-importScript-redirect-cross-origin.html: Added.
2176 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-importScripts-redirect-cross-origin-expected.txt: Added.
2177 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-importScript-redirect-cross-origin-expected.txt: Added.
2178 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-importScripts-redirect-cross-origin-expected.txt: Added.
2179 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-importScripts-redirect-cross-origin.html: Added.
2180 * http/tests/security/isolatedWorld/bypass-worker-csp-for-xhr-expected.txt: Added.
2181 * http/tests/security/isolatedWorld/bypass-worker-csp-for-xhr-redirect-cross-origin-expected.txt: Added.
2182 * http/tests/security/isolatedWorld/bypass-worker-csp-for-xhr-redirect-cross-origin.html: Added.
2183 * http/tests/security/isolatedWorld/bypass-worker-csp-for-xhr.html: Added.
2185 2016-02-08 Yusuke Suzuki <utatane.tea@gmail.com>
2187 {Map,Set}.prototype.forEach should be visible as own properties
2188 https://bugs.webkit.org/show_bug.cgi?id=153974
2190 Reviewed by Darin Adler.
2192 * js/Object-getOwnPropertyNames-expected.txt:
2193 * js/script-tests/Object-getOwnPropertyNames.js:
2195 2016-02-08 Joseph Pecoraro <pecoraro@apple.com>
2197 Web Inspector: copy({x:1}) should copy "{x:1}", not "[object Object]"
2198 https://bugs.webkit.org/show_bug.cgi?id=148605
2200 Reviewed by Brian Burg.
2202 * inspector/console/command-line-api-copy-expected.txt: Added.
2203 * inspector/console/command-line-api-copy.html: Added.
2204 * http/tests/inspector/console/cross-domain-inspected-node-access-expected.txt:
2206 2016-02-08 Ryan Haddad <ryanhaddad@apple.com>
2208 Mark fast/text/crash-complex-text-surrogate.html as flaky on mac-wk2
2209 https://bugs.webkit.org/show_bug.cgi?id=154005
2211 Unreviewed test gardening.
2213 * platform/mac-wk2/TestExpectations:
2215 2016-02-08 Said Abou-Hallawa <sabouhallawa@apple.com>
2217 REGRESSION(r181345): SVG polyline and polygon leak page
2218 https://bugs.webkit.org/show_bug.cgi?id=152759
2220 Reviewed by Darin Adler.
2222 * TestExpectations: Remove flaky tests from test expectation.
2224 * svg/animations/smil-leak-list-property-instances-expected.txt: Added.
2225 * svg/animations/smil-leak-list-property-instances.svg: Added.
2226 Ensure if SVGPolylineElement.points is requested from JS, the document will
2229 2016-02-08 Brady Eidson <beidson@apple.com>
2231 IndexedDB: No test covers cursor.delete() setting the source of the request to the cursor.
2232 https://bugs.webkit.org/show_bug.cgi?id=153992
2234 Reviewed by Jer Noble.
2236 * storage/indexeddb/cursor-delete-expected.txt:
2237 * storage/indexeddb/cursor-delete-private-expected.txt:
2238 * storage/indexeddb/resources/cursor-delete.js:
2240 2016-02-08 Skachkov Oleksandr <gskachkov@gmail.com>
2242 [ES6] Arrow function syntax. Using 'super' in arrow function that declared out of the class should lead to Syntax error
2243 https://bugs.webkit.org/show_bug.cgi?id=150893
2245 Reviewed by Saam Barati.
2247 Adding tests for using of the 'super' inside of the arrow function
2249 * js/arrowfunction-superproperty-expected.txt:
2250 * js/arrowfunction-syntax-errors-expected.txt:
2251 * js/script-tests/arrowfunction-superproperty.js:
2252 * js/script-tests/arrowfunction-syntax-errors.js:
2254 2016-02-08 Adrien Plazas <aplazas@igalia.com>
2256 Timeouts in tests because of non implemented UIScriptController::singleTapAtPoint()
2257 https://bugs.webkit.org/show_bug.cgi?id=153833
2261 * platform/gtk/TestExpectations:
2263 2016-02-07 Zalan Bujtas <zalan@apple.com>
2265 Outline does not clip when ancestor has overflow: hidden and requires layer.
2266 https://bugs.webkit.org/show_bug.cgi?id=153901
2268 Now that outline is part of visual overflow, we no longer need the special outline cliprect.
2269 PaintPhaseChildOutlines drawing will switch to foreground cliprect. It ensures proper overflow clipping
2270 at parent level. PaintPhaseSelfOutline drawing will start using the visual overflow inflated background cliprect.
2271 With this change, outline will be using the same cliprects as the other visual overflow properties (box-shadow etc).
2273 Reviewed by David Hyatt.
2275 * compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt:
2276 * compositing/masks/mask-of-clipped-layer-expected.txt:
2277 * css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
2278 * css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
2279 * css3/blending/blend-mode-isolation-turn-off-self-painting-layer2-expected.txt:
2280 * css3/blending/blend-mode-isolation-turn-on-self-painting-layer-expected.txt:
2281 * fast/block/positioning/negative-rel-position-expected.txt:
2282 * fast/dynamic/staticY-expected.txt:
2283 * fast/inline/absolute-positioned-block-in-centred-block-expected.txt:
2284 * fast/multicol/flipped-blocks-border-after-expected.txt:
2285 * fast/multicol/pagination-h-horizontal-bt-expected.txt:
2286 * fast/multicol/pagination-h-horizontal-tb-expected.txt:
2287 * fast/multicol/pagination-h-vertical-rl-expected.txt:
2288 * fast/multicol/pagination-v-horizontal-bt-expected.txt:
2289 * fast/multicol/pagination-v-vertical-lr-expected.txt:
2290 * fast/multicol/pagination-v-vertical-rl-expected.txt:
2291 * fast/multicol/pagination/LeftToRight-tb-hittest-expected.txt:
2292 * fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt:
2293 * fast/multicol/progression-reverse-expected.txt:
2294 * fast/multicol/vertical-rl/rules-with-border-before-expected.txt:
2295 * fast/overflow/overflow-update-transform-expected.txt:
2296 * fast/overflow/position-relative-expected.txt:
2297 * fast/repaint/focus-ring-expected.txt:
2298 * fast/repaint/focus-ring-repaint.html:
2299 * fast/repaint/outline-with-overflow-hidden-ancestor-expected.html: Added.
2300 * fast/repaint/outline-with-overflow-hidden-ancestor.html: Added.
2301 * fast/table/overflow-table-collapsed-borders-cell-painting-expected.txt:
2302 * fast/table/overflow-table-collapsed-borders-cell-painting-table-self-painting-layer-expected.txt:
2303 * fast/table/overflow-table-collapsed-borders-section-layer-painting-expected.txt:
2304 * fast/table/overflow-table-collapsed-borders-section-layer-table-self-painting-layer-expected.txt:
2305 * fast/table/overflow-table-collapsed-borders-section-self-painting-layer-painting-expected.txt:
2306 * fast/table/overflow-table-collapsed-borders-section-self-painting-layer-table-self-painting-layer-expected.txt:
2307 * platform/mac/compositing/geometry/clipping-foreground-expected.txt:
2308 * platform/mac/compositing/geometry/root-layer-update-expected.txt:
2309 * platform/mac/compositing/overflow/ancestor-overflow-expected.txt:
2310 * platform/mac/compositing/overflow/nested-scrolling-expected.txt:
2311 * platform/mac/compositing/overflow/overflow-scroll-expected.txt:
2312 * platform/mac/compositing/overflow/parent-overflow-expected.txt:
2313 * platform/mac/compositing/overflow/scrollbar-painting-expected.txt:
2314 * platform/mac/compositing/reflections/nested-reflection-on-overflow-expected.txt:
2315 * platform/mac/compositing/sibling-positioning-expected.txt:
2316 * platform/mac/css3/blending/blend-mode-overflow-expected.txt:
2317 * platform/mac/css3/unicode-bidi-isolate-basic-expected.txt:
2318 * platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
2319 * platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.txt:
2320 * platform/mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt:
2321 * platform/mac/fast/borders/border-antialiasing-expected.txt:
2322 * platform/mac/fast/clip/001-expected.txt:
2323 * platform/mac/fast/clip/013-expected.txt:
2324 * platform/mac/fast/clip/014-expected.txt:
2325 * platform/mac/fast/clip/016-expected.txt:
2326 * platform/mac/fast/clip/outline-overflowClip-expected.txt:
2327 * platform/mac/fast/css/clip-zooming-expected.txt:
2328 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
2329 * platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
2330 * platform/mac/fast/line-grid/line-grid-inside-columns-expected.txt:
2331 * platform/mac/fast/line-grid/line-grid-into-columns-expected.txt:
2332 * platform/mac/fast/lists/scrolled-marker-paint-expected.txt:
2333 * platform/mac/fast/multicol/client-rects-expected.txt:
2334 * platform/mac/fast/multicol/column-break-with-balancing-expected.txt:
2335 * platform/mac/fast/multicol/column-rules-expected.txt:
2336 * platform/mac/fast/multicol/column-rules-stacking-expected.txt:
2337 * platform/mac/fast/multicol/columns-shorthand-parsing-expected.txt:
2338 * platform/mac/fast/multicol/float-paginate-complex-expected.txt:
2339 * platform/mac/fast/multicol/float-paginate-empty-lines-expected.txt:
2340 * platform/mac/fast/multicol/float-paginate-expected.txt:
2341 * platform/mac/fast/multicol/layers-in-multicol-expected.txt:
2342 * platform/mac/fast/multicol/layers-split-across-columns-expected.txt:
2343 * platform/mac/fast/multicol/max-height-columns-block-expected.txt:
2344 * platform/mac/fast/multicol/nested-columns-expected.txt:
2345 * platform/mac/fast/multicol/newmulticol/client-rects-expected.txt:
2346 * platform/mac/fast/multicol/overflow-across-columns-expected.txt:
2347 * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.txt:
2348 * platform/mac/fast/multicol/overflow-unsplittable-expected.txt:
2349 * platform/mac/fast/multicol/paginate-block-replaced-expected.txt:
2350 * platform/mac/fast/multicol/pagination/BottomToTop-bt-expected.txt:
2351 * platform/mac/fast/multicol/pagination/BottomToTop-lr-expected.txt:
2352 * platform/mac/fast/multicol/pagination/BottomToTop-rl-expected.txt:
2353 * platform/mac/fast/multicol/pagination/BottomToTop-tb-expected.txt:
2354 * platform/mac/fast/multicol/pagination/LeftToRight-bt-expected.txt:
2355 * platform/mac/fast/multicol/pagination/LeftToRight-rl-expected.txt:
2356 * platform/mac/fast/multicol/pagination/LeftToRight-tb-expected.txt:
2357 * platform/mac/fast/multicol/pagination/RightToLeft-bt-expected.txt:
2358 * platform/mac/fast/multicol/pagination/RightToLeft-lr-expected.txt:
2359 * platform/mac/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt:
2360 * platform/mac/fast/multicol/pagination/RightToLeft-rl-expected.txt:
2361 * platform/mac/fast/multicol/pagination/RightToLeft-tb-expected.txt:
2362 * platform/mac/fast/multicol/pagination/TopToBottom-bt-expected.txt:
2363 * platform/mac/fast/multicol/pagination/TopToBottom-lr-expected.txt:
2364 * platform/mac/fast/multicol/pagination/TopToBottom-rl-expected.txt:
2365 * platform/mac/fast/multicol/positive-leading-expected.txt:
2366 * platform/mac/fast/multicol/scrolling-column-rules-expected.txt:
2367 * platform/mac/fast/multicol/scrolling-overflow-expected.txt:
2368 * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt:
2369 * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
2370 * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
2371 * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
2372 * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
2373 * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
2374 * platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
2375 * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
2376 * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.txt:
2377 * platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt:
2378 * platform/mac/fast/multicol/table-vertical-align-expected.txt:
2379 * platform/mac/fast/multicol/tall-image-behavior-expected.txt:
2380 * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
2381 * platform/mac/fast/multicol/vertical-lr/column-rules-expected.txt:
2382 * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.txt:
2383 * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
2384 * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.txt:
2385 * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.txt:
2386 * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
2387 * platform/mac/fast/multicol/vertical-rl/column-rules-expected.txt:
2388 * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.txt:
2389 * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
2390 * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.txt:
2391 * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.txt:
2392 * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
2393 * platform/mac/fast/overflow/float-in-relpositioned-expected.txt:
2394 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt:
2395 * platform/mac/fast/overflow/overflow-rtl-expected.txt:
2396 * platform/mac/fast/overflow/paged-x-div-expected.txt:
2397 * platform/mac/fast/overflow/paged-x-div-with-column-gap-expected.txt:
2398 * platform/mac/fast/overflow/paged-x-on-root-expected.txt:
2399 * platform/mac/fast/overflow/paged-x-with-column-gap-expected.txt:
2400 * platform/mac/fast/overflow/paged-y-div-expected.txt:
2401 * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
2402 * platform/mac/fast/regions/repaint/region-painting-via-layout-expected.txt:
2403 * platform/mac/fast/repaint/box-shadow-h-expected.txt:
2404 * platform/mac/fast/repaint/box-shadow-v-expected.txt:
2405 * platform/mac/fast/repaint/layer-outline-expected.txt:
2406 * platform/mac/fast/repaint/layer-outline-horizontal-expected.txt:
2407 * platform/mac/fast/table/edge-offsets-expected.txt:
2408 * platform/mac/fast/transforms/overflow-with-transform-expected.txt:
2409 * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt:
2410 * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt:
2411 * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
2412 * platform/mac/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
2413 * platform/mac/scrollbars/scrollbars-on-positioned-content-expected.txt:
2414 * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
2415 * platform/mac/svg/custom/image-rescale-clip-expected.txt:
2416 * svg/overflow/overflow-on-foreignObject-expected.txt:
2418 2016-02-07 Saam barati <sbarati@apple.com>
2420 [ES6] bound functions .name property should be "bound " + the target function's name
2421 https://bugs.webkit.org/show_bug.cgi?id=153796
2423 Reviewed by Darin Adler.
2425 * js/bound-function-name-expected.txt: Added.
2426 * js/bound-function-name.html: Added.
2427 * js/script-tests/bound-function-name.js: Added.
2432 2016-02-07 Daniel Bates <dabates@apple.com>
2434 CSP: Allow Web Workers initiated from an isolated world to bypass the main world Content Security Policy
2435 https://bugs.webkit.org/show_bug.cgi?id=153622
2436 <rdar://problem/24400023>
2438 Reviewed by Gavin Barraclough and Andy Estes.
2440 Add tests to ensure that a Web Worker initiated from an isolated world can bypass the main world
2441 Content Security Policy.
2443 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-eval-expected.txt: Added.
2444 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-eval.html: Added.
2445 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-xhr-expected.txt: Added.
2446 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-xhr.html: Added.
2447 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-expected.txt: Added.
2448 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker.html: Added.
2450 2016-02-07 Carlos Garcia Campos <cgarcia@igalia.com>
2452 REGRESSION(r195661): [GTK] Scrollbar tests crashing after overlay scrollbar groundwork
2453 https://bugs.webkit.org/show_bug.cgi?id=153695
2455 Reviewed by Michael Catanzaro.
2457 * platform/gtk/TestExpectations:
2459 2016-02-06 Chris Dumez <cdumez@apple.com>
2461 Unreviewed, update several layout tests for WK1 after r196227.
2463 * http/tests/security/cross-frame-access-enumeration-expected.txt:
2464 * http/tests/security/cross-frame-access-enumeration.html:
2465 * http/tests/security/cross-frame-access-get-expected.txt:
2466 * http/tests/security/cross-frame-access-get.html:
2467 * http/tests/security/cross-frame-access-history-get-expected.txt:
2468 * http/tests/security/cross-frame-access-history-get-override-expected.txt:
2469 * http/tests/security/cross-frame-access-history-get-override.html:
2470 * http/tests/security/cross-frame-access-history-get.html:
2472 2016-02-06 Michael Catanzaro <mcatanzaro@igalia.com>
2474 [GTK] Rebaseline some tests and update expectations after r196222
2476 Unreviewed test gardening.
2478 * platform/gtk/TestExpectations:
2479 * platform/gtk/fast/clip/outline-overflowClip-expected.txt:
2480 * platform/gtk/fast/repaint/layer-outline-expected.txt:
2481 * platform/gtk/fast/repaint/layer-outline-horizontal-expected.txt:
2483 2016-02-06 Michael Catanzaro <mcatanzaro@igalia.com>
2485 [GTK] imported/blink/compositing/squashing/abspos-under-abspos-overflow-scroll.html is flaky
2487 Unreviewed test gardening.
2489 * platform/gtk/TestExpectations:
2491 2016-02-06 Chris Dumez <cdumez@apple.com>
2493 Prevent cross-origin access to window.history
2494 https://bugs.webkit.org/show_bug.cgi?id=153931
2496 Reviewed by Darin Adler.
2498 Update / rebaseline several layout tests now that cross-origin access to
2499 window.history is prevented.
2501 * fast/frames/sandboxed-iframe-history-denied-expected.txt:
2502 * http/tests/history/cross-origin-replace-history-object-child-expected.txt:
2503 * http/tests/security/cross-frame-access-call-expected.txt:
2504 * http/tests/security/cross-frame-access-call.html:
2505 * http/tests/security/cross-frame-access-delete-expected.txt:
2506 * http/tests/security/cross-frame-access-delete.html:
2507 * http/tests/security/cross-frame-access-history-prototype-expected.txt:
2508 * http/tests/security/cross-frame-access-history-put.html: Removed.
2509 * http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt:
2510 * http/tests/security/cross-frame-access-object-getPrototypeOf.html:
2511 * http/tests/security/cross-frame-access-object-setPrototypeOf-expected.txt:
2512 * http/tests/security/cross-frame-access-object-setPrototypeOf.html:
2513 * http/tests/security/resources/cross-frame-iframe-for-history-put-test.html: Removed.
2515 2016-02-06 Zalan Bujtas <zalan@apple.com>
2517 Outline should contribute to visual overflow.
2518 https://bugs.webkit.org/show_bug.cgi?id=153299
2520 This patch eliminates the special outline handling (RenderView::setMaximalOutlineSize).
2521 Now that outline is part of visual overflow, we don't have to inflate the layers to accomodate
2523 This patch fixes several focusring related repaint issues. However when both the outline: auto
2524 and the descendant renderer are composited, we still don't paint properly in certain cases. -not a regression.
2525 (Also when parent renderer has overflow: hidden repaint does not take outline into account. -regression.)
2526 It changes column behavior (see TestExpectations) since outline behaves now like any other visual overflow properties.
2528 Reviewed by David Hyatt.
2530 * fast/repaint/focus-ring-repaint-expected.txt: Added.
2531 * fast/repaint/focus-ring-repaint.html: Added.
2532 * fast/repaint/focus-ring-repaint-expected-with-negative-offset.txt: Added.
2533 * fast/repaint/focus-ring-repaint-with-negative-offset.html: Added.
2535 * platform/mac/TestExpectations:
2536 * platform/mac/compositing/geometry/ancestor-overflow-change-expected.txt:
2537 * platform/mac/compositing/geometry/composited-in-columns-expected.txt:
2538 * platform/mac/compositing/layer-creation/overlap-animation-container-expected.txt:
2539 * platform/mac/compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
2540 * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
2541 * platform/mac/fast/clip/outline-overflowClip-expected.txt:
2542 * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
2543 * platform/mac/fast/repaint/4776765-expected.txt: Added.
2544 * platform/mac/fast/repaint/focus-ring-expected.txt: Added.
2545 * platform/mac/fast/repaint/layer-outline-expected.txt:
2546 * platform/mac/fast/repaint/layer-outline-horizontal-expected.txt:
2547 * platform/mac/svg/custom/focus-ring-expected.txt:
2549 2016-02-06 Michael Catanzaro <mcatanzaro@igalia.com>
2551 [GTK] Various tests are flaky
2553 More unreviewed test gardening.
2555 * platform/gtk/TestExpectations:
2557 2016-02-06 Chris Dumez <cdumez@apple.com>
2559 Object.getOwnPropertyDescriptor() does not work on sub-frame's window
2560 https://bugs.webkit.org/show_bug.cgi?id=153925
2562 Reviewed by Darin Adler.
2564 * fast/dom/Window/getOwnPropertyDescriptor-other-window-expected.txt: Added.
2565 * fast/dom/Window/getOwnPropertyDescriptor-other-window.html: Added.
2566 Add test case to test calling Object.getOwnPropertyDescriptor() on a
2569 * http/tests/security/cross-origin-window-property-access-expected.txt:
2570 * http/tests/security/cross-origin-window-property-access.html:
2571 - Update test use use an iframe instead of opening a Window for convenience.
2572 - Use an actual cross-origin URL. The previous URL was same-origin and therefore
2573 the test would have failed if window.location was a proper getter/setter
2574 instead of a 'value' descriptor.
2575 - Add more tests to cover other Window properties (such as 'name') which are
2576 actual getter / setters to make sure using the current window's getter on
2577 a cross origin window does not bypass the security origin checks.
2579 * http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt:
2580 * http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html:
2581 - Drop checks for properties for which cross-origin access via
2582 getOwnPropertyDescriptor() now works. They used to not work because of the bug
2583 this patch fixes, and not due to security checks.
2584 - Most of these properties are part of the properties that the specification
2585 states can be accessed cross-origin:
2586 https://html.spec.whatwg.org/multipage/browsers.html#security-window
2587 - ALL of these properties could already be accessed cross origin via regular
2588 property getters (e.g. crossOriginWindow.blur) in Safari 9 so there should not
2589 be any reason for getOwnPropertyDescriptor() not to work.
2590 - I have also verified that Firefox allows cross-origin access for all these
2591 properties (via regular getters or getOwnPropertyDescriptor), except for
2592 the 'history' property. We may want to align our behavior here and prevent
2593 cross-origin access to 'window.history' but this is not a regression in this
2594 patch. You could already access crossOriginWindow.history in Safari 9.
2596 2016-02-06 Michael Catanzaro <mcatanzaro@igalia.com>
2598 [GTK] Various tests are flaky
2600 Unreviewed test gardening.
2602 * platform/gtk/TestExpectations:
2604 2016-02-06 Michael Catanzaro <mcatanzaro@igalia.com>
2606 [GTK] Gardening for unexpected passes
2608 Unreviewed test gardening.
2610 * platform/gtk/TestExpectations:
2612 2016-02-05 Michael Catanzaro <mcatanzaro@igalia.com>
2614 [GTK] Unreviewed test expectations gardening.
2616 * platform/gtk/TestExpectations:
2618 2016-02-05 Ryan Haddad <ryanhaddad@apple.com>
2620 Mark css3/filters/multiple-filters-invalidation.html as flaky on ios-simulator
2621 https://bugs.webkit.org/show_bug.cgi?id=153933
2623 Unreviewed test gardening.
2625 * platform/ios-simulator/TestExpectations:
2627 2016-02-05 Ryan Haddad <ryanhaddad@apple.com>
2629 Marking pageoverlay/overlay-small-frame-paints.html as flaky on ios-simulator
2630 https://bugs.webkit.org/show_bug.cgi?id=153898
2632 Unreviewed test gardening.
2634 * platform/ios-simulator/TestExpectations:
2636 2016-02-05 Ryan Haddad <ryanhaddad@apple.com>
2638 Marking css3-text-decoration/text-underline-position/underline-visual-overflow-with-subpixel-position.html as failing on ios-simulator
2639 https://bugs.webkit.org/show_bug.cgi?id=153315
2641 Unreviewed test gardening.
2643 * platform/ios-simulator/TestExpectations:
2645 2016-02-05 Chris Dumez <cdumez@apple.com>
2647 Instance property getters / setters cannot be called on another instance of the same type
2648 https://bugs.webkit.org/show_bug.cgi?id=153895
2650 Reviewed by Gavin Barraclough.
2652 * js/dom/script-tests/shadow-navigator-geolocation-in-strict-mode-does-not-throw.js:
2653 * js/dom/shadow-navigator-geolocation-in-strict-mode-does-not-throw-expected.txt:
2654 Extend this layout test coverage to cover the getter case in addition to the
2655 setter case. This test covers the compatibility mode where we don't throw.
2656 I made sure to maintain this behavior when refactoring the bindings to avoid
2659 * js/instance-property-getter-other-instance-expected.txt:
2660 Rebaseline now that this test passes.
2662 * js/instance-property-setter-other-instance-expected.txt: Added.
2663 * js/instance-property-setter-other-instance.html: Added.
2664 Add test to cover the setter case.
2667 2016-02-05 Ryan Haddad <ryanhaddad@apple.com>
2669 Mark http/tests/security/cross-frame-access-custom.html as flaky on ios-simulator-wk2
2670 https://bugs.webkit.org/show_bug.cgi?id=153050
2672 Unreviewed test gardening.
2674 * platform/ios-simulator-wk2/TestExpectations:
2676 2016-02-05 Ryan Haddad <ryanhaddad@apple.com>
2678 Skipping js/basic-set.html on Mac since it is already runs as a part of run-jsc-stress-tests
2679 https://bugs.webkit.org/show_bug.cgi?id=153879
2681 Unreviewed test gardening.
2683 * platform/mac/TestExpectations:
2685 2016-02-05 Ryan Haddad <ryanhaddad@apple.com>
2687 Marking imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html as flaky on ios-simulator
2688 https://bugs.webkit.org/show_bug.cgi?id=153929
2690 Unreviewed test gardening.
2692 * platform/ios-simulator/TestExpectations:
2694 2016-02-05 Saam barati <sbarati@apple.com>
2696 Web Inspector: Include SamplingProfiler's expression-level data for stack frames in the protocol
2697 https://bugs.webkit.org/show_bug.cgi?id=153455
2698 <rdar://problem/24335884>
2700 Reviewed by Joseph Pecoraro.
2702 * inspector/sampling-profiler/expression-location-info-expected.txt: Added.
2703 * inspector/sampling-profiler/expression-location-info.html: Added.
2705 2016-02-05 Nan Wang <n_wang@apple.com>
2707 AX: WebKit hanging when VoiceOver attempts to focus in on page
2708 https://bugs.webkit.org/show_bug.cgi?id=153899
2709 <rdar://problem/24506603>
2711 Reviewed by Chris Fleizach.
2713 * accessibility/text-marker/character-offset-visible-position-conversion-hang-expected.txt: Added.
2714 * accessibility/text-marker/character-offset-visible-position-conversion-hang.html: Added.
2716 2016-02-04 Joseph Pecoraro <pecoraro@apple.com>
2718 Web Inspector: InspectorTimelineAgent doesn't need to recompile functions because it now uses the sampling profiler
2719 https://bugs.webkit.org/show_bug.cgi?id=153500
2720 <rdar://problem/24352458>
2722 Reviewed by Timothy Hatcher.
2724 * fast/profiler/*.html
2725 Be more explicit about enabling legacy profiling.
2727 * inspector/sampling-profiler/eval-source-url.html
2728 Remove an inner loop that was causing tail call optimizations
2729 to eliminate the sourceURL we were expecting.
2731 2016-02-04 Hunseop Jeong <hs85.jeong@samsung.com>
2733 Unreviewed. EFL gardening. Mark some video tests to failure.
2735 * platform/efl/TestExpectations:
2737 2016-02-04 Ryan Haddad <ryanhaddad@apple.com>
2739 Remove ios-simulator-wk2 specific expectation for imported/w3c/web-platform-tests/html/dom/interfaces.html
2740 https://bugs.webkit.org/show_bug.cgi?id=153844
2742 Unreviewed test gardening.
2744 * platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Removed.
2746 2016-02-04 Ryan Haddad <ryanhaddad@apple.com>
2748 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator
2749 https://bugs.webkit.org/show_bug.cgi?id=153844
2751 Reviewed by Chris Dumez.
2753 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
2755 2016-02-04 Eric Carlson <eric.carlson@apple.com>
2757 media/video-size.html is flaky
2758 https://bugs.webkit.org/show_bug.cgi?id=124932
2759 <rdar://problem/23336430>
2761 Reviewed by Jer Noble.
2763 * media/video-size.html: Add logic to retry each stage silently twice before logging
2764 failure because we can't predict how long it will take to load the poster frame.
2766 2016-02-04 Chris Dumez <cdumez@apple.com>
2768 Object.getOwnPropertyDescriptor() returns incomplete descriptor for instance properties
2769 https://bugs.webkit.org/show_bug.cgi?id=153817
2771 Reviewed by Geoffrey Garen.
2773 Add layout test coverage for calling Object.getOwnPropertyDescriptor()
2774 on instance properties (e.g. Unforgeable properties and Window properties).
2776 * http/tests/security/cross-origin-window-property-access-expected.txt:
2777 * http/tests/security/cross-origin-window-property-access.html:
2778 - Fix bug causing the onload function to not find the crossOriginWindow variable.
2779 - Update the case for accessing crossOriginWindow.location property as this is
2780 actually expected to work as per the specification:
2781 https://html.spec.whatwg.org/multipage/browsers.html#security-window
2783 * js/dom/dom-as-prototype-assignment-exception-expected.txt:
2784 * js/dom/getOwnPropertyDescriptor-expected.txt:
2785 * js/dom/script-tests/dom-as-prototype-assignment-exception.js:
2786 * js/getOwnPropertyDescriptor-unforgeable-attributes-expected.txt: Added.
2787 * js/getOwnPropertyDescriptor-unforgeable-attributes.html: Added.
2788 * js/getOwnPropertyDescriptor-window-attributes-expected.txt: Added.
2789 * js/getOwnPropertyDescriptor-window-attributes.html: Added.
2790 * js/instance-property-getter-other-instance-expected.txt: Added.
2791 * js/instance-property-getter-other-instance.html: Added.
2792 * js/resources/getOwnPropertyDescriptor.js:
2794 2016-02-04 Ryan Haddad <ryanhaddad@apple.com>
2796 Marking imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html as flaky on Mac
2797 https://bugs.webkit.org/show_bug.cgi?id=153871
2799 Unreviewed test gardening.
2801 * platform/mac/TestExpectations:
2803 2016-02-04 Ryan Haddad <ryanhaddad@apple.com>
2805 Marking webgl/1.0.3/conformance/extensions/oes-texture-half-float-linear.html as flaky on mac
2806 https://bugs.webkit.org/show_bug.cgi?id=153883
2808 Unreviewed test gardening.
2810 * platform/mac/TestExpectations:
2812 2016-02-04 Brady Eidson <beidson@apple.com>
2814 Modern IDB: LayoutTest imported/w3c/indexeddb/keyorder-private.html is flaky.
2815 https://bugs.webkit.org/show_bug.cgi?id=153438.
2817 Reviewed by Alex Christensen.
2819 * platform/mac-wk1/TestExpectations: Re-enable the flaky test.
2820 * resources/js-test.js:
2821 * storage/indexeddb/modern/idbkey-array-equality-expected.txt: Added.
2822 * storage/indexeddb/modern/idbkey-array-equality-private-expected.txt: Added.
2823 * storage/indexeddb/modern/idbkey-array-equality-private.html: Added.
2824 * storage/indexeddb/modern/idbkey-array-equality.html: Added.
2825 * storage/indexeddb/modern/resources/idbkey-array-equality.js: Added.
2827 2016-02-04 Ryan Haddad <ryanhaddad@apple.com>
2829 Skip two flaky indexeddb tests on Yosemite Release WK2
2831 Unreviewed test gardening.
2833 * platform/mac-wk2/TestExpectations:
2835 2016-02-04 Eric Carlson <eric.carlson@apple.com>
2837 Don't discard in-band cues with negative start times
2838 https://bugs.webkit.org/show_bug.cgi?id=153867
2839 <rdar://problem/19588632>
2841 Reviewed by Jer Noble.
2843 * http/tests/media/track-in-band-hls-metadata-expected.txt:
2844 * http/tests/media/track-in-band-hls-metadata.html: Test more attributes for correctness,
2845 fail test immediately if cue.value is undefined so the test doesn't generate an exception
2846 and exit without any results.
2847 * platform/mac/TestExpectations: Unskip test.
2849 2016-02-04 Hyemi Shin <hyemi.sin@samsung.com>
2851 Specify an exception for createChannelMerger, createChannelSplitter and createPeriodicWave
2852 https://bugs.webkit.org/show_bug.cgi?id=150925
2854 Reviewed by Darin Adler.
2856 createChannelMerger and createChannelSplitter should throw INDEX_SIZE_ERR
2857 for invalid numberOfInputs value.
2858 createPeriodicWave should throw INDEX_SIZE_ERR for invalid lengths of parameters.
2860 * webaudio/audiochannelmerger-basic-expected.txt: numberOfInputs could be 32.
2861 * webaudio/audiochannelmerger-basic.html: Ditto.
2862 * webaudio/audiochannelsplitter-expected.txt: Ditto.
2863 * webaudio/audiochannelsplitter.html: Ditto.
2864 * webaudio/periodicwave-lengths-expected.txt: Added.
2865 * webaudio/periodicwave-lengths.html: Added.
2867 2016-02-04 Ryan Haddad <ryanhaddad@apple.com>
2869 Rebaseline imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/select-ask-for-reset.html for ios-simulator
2870 https://bugs.webkit.org/show_bug.cgi?id=153850
2872 Unreviewed test gardening.
2874 * platform/ios-simulator/TestExpectations:
2875 * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/select-ask-for-reset-expected.txt: Added.
2877 2016-02-04 Chris Dumez <cdumez@apple.com>
2879 Merge DOMTokenList and DOMSettableTokenList
2880 https://bugs.webkit.org/show_bug.cgi?id=153677
2881 <rdar://problem/24419675>
2883 Reviewed by Sam Weinig.
2885 Update / rebaseline several tests now that relList attributes
2886 use [PutForward=value].
2888 * fast/dom/HTMLElement/class-list-expected.txt:
2889 * fast/dom/HTMLElement/class-list-quirks-expected.txt:
2890 * fast/dom/HTMLElement/script-tests/class-list.js:
2891 * fast/dom/rel-list-expected.txt:
2892 * fast/dom/rel-list.html:
2894 2016-02-04 Hunseop Jeong <hs85.jeong@samsung.com>
2896 Unreviewed. EFL gardening after r195740.
2898 * platform/efl/accessibility/table-attributes-expected.txt:
2899 * platform/efl/accessibility/table-cell-spans-expected.txt:
2900 * platform/efl/accessibility/table-cells-expected.txt:
2901 * platform/efl/accessibility/table-sections-expected.txt:
2902 * platform/efl/accessibility/table-with-rules-expected.txt:
2903 * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.txt:
2904 * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.txt:
2905 * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.txt:
2906 * platform/efl/editing/deleting/5099303-expected.txt:
2907 * platform/efl/editing/deleting/5144139-2-expected.txt:
2908 * platform/efl/editing/deleting/5483370-expected.txt:
2909 * platform/efl/editing/deleting/delete-to-select-table-expected.txt:
2910 * platform/efl/editing/deleting/table-cells-expected.txt:
2911 * platform/efl/fast/text/atsui-multiple-renderers-expected.txt:
2913 2016-02-03 Carlos Garcia Campos <cgarcia@igalia.com>
2915 Do not show context menu when right clicking on a scrollbar
2916 https://bugs.webkit.org/show_bug.cgi?id=153493
2918 Reviewed by Michael Catanzaro.
2920 Add a test to check that context menu event is not sent when right
2921 clicking on a scrollbar.
2923 * fast/events/contextmenu-on-scrollbars-expected.txt: Added.
2924 * fast/events/contextmenu-on-scrollbars.html: Added.
2926 2016-02-03 Beth Dakin <bdakin@apple.com>
2928 Accepted candidates should not be autocorrected
2929 https://bugs.webkit.org/show_bug.cgi?id=153813
2931 rdar://problem/24066924
2933 Reviewed by Darin Adler.
2935 * editing/mac/spelling/accept-misspelled-candidate-expected.txt: Added.
2936 * editing/mac/spelling/accept-misspelled-candidate.html: Added.
2938 2016-02-03 Ryan Haddad <ryanhaddad@apple.com>
2940 Marking http/tests/history/back-to-post.php as flaky on ios-simulator
2941 https://bugs.webkit.org/show_bug.cgi?id=153314
2943 Unreviewed test gardening.
2945 * platform/ios-simulator/TestExpectations:
2947 2016-02-03 Ryan Haddad <ryanhaddad@apple.com>
2949 Skip imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/select-ask-for-reset.html on ios-simulator
2950 https://bugs.webkit.org/show_bug.cgi?id=153850
2952 Unreviewed test gardening.
2954 * platform/ios-simulator/TestExpectations:
2956 2016-02-03 Ryan Haddad <ryanhaddad@apple.com>
2958 Marking displaylists tests as flaky on ios-simulator. Previous attempt was unsuccessful.
2959 https://bugs.webkit.org/show_bug.cgi?id=153656
2961 Unreviewed test gardening.
2963 * platform/ios-simulator/TestExpectations:
2965 2016-02-03 Ryan Haddad <ryanhaddad@apple.com>
2967 Marking transitions/clip-path-transitions.html and transitions/clip-path-path-transitions.html as flaky on Mac
2968 https://bugs.webkit.org/show_bug.cgi?id=153809
2970 Unreviewed test gardening.
2972 * platform/mac/TestExpectations:
2974 2016-02-03 Joseph Pecoraro <pecoraro@apple.com>
2976 Web Inspector: JS PrettyPrinting unary - and + issues
2977 https://bugs.webkit.org/show_bug.cgi?id=134007
2978 <rdar://problem/17351953>
2980 Reviewed by Timothy Hatcher.
2982 * inspector/codemirror/prettyprinting-javascript-expected.txt:
2983 * inspector/codemirror/prettyprinting-javascript.html:
2984 * inspector/codemirror/resources/prettyprinting/javascript-tests/unary-binary-operators-expected.js: Added.
2985 * inspector/codemirror/resources/prettyprinting/javascript-tests/unary-binary-operators.js: Added.
2986 New tests for unary and some binary operators in JavaScript pretty printing.
2988 2016-02-03 Brent Fulgham <bfulgham@apple.com>
2990 REGRESSION: LayoutTest http/tests/plugins/visible_plugins.html failing on Yosemite WK1
2991 https://bugs.webkit.org/show_bug.cgi?id=153752
2993 Reviewed by Alexey Proskuryakov.
2995 Revise test to skip the plugins we expect to be displayed, and only display plugins
2996 that are surprising.
2998 * http/tests/plugins/visible_plugins.html:
2999 * http/tests/plugins/visible_plugins-expected.txt:
3000 * platform/mac-wk2/http/tests/plugins/visible_plugins-expected.txt: Removed.
3002 2016-02-03 Ryan Haddad <ryanhaddad@apple.com>
3004 Skip http/tests/contentdispositionattachmentsandbox/form-submission-disabled.html on ios-simulator until it can be rewritten.
3005 https://bugs.webkit.org/show_bug.cgi?id=152993
3007 Unreviewed test gardening.
3009 * platform/ios-simulator/TestExpectations:
3011 2016-02-03 Dave Hyatt <hyatt@apple.com>
3013 Implement hanging-punctuation property parsing.
3014 https://bugs.webkit.org/show_bug.cgi?id=18109.
3016 Reviewed by Zalan Bujtas.
3018 * fast/css/parsing-hanging-punctuation-expected.txt: Added.
3019 * fast/css/parsing-hanging-punctuation.html: Added.
3020 * fast/css/resources/parsing-hanging-punctuation.js: Added.
3023 2016-02-03 Ryan Haddad <ryanhaddad@apple.com>
3025 Skip fast/forms/input-user-input-sanitization.html on ios-simulator
3026 https://bugs.webkit.org/show_bug.cgi?id=152306
3028 Unreviewed test gardening.
3030 * platform/ios-simulator/TestExpectations:
3032 2016-02-03 Hunseop Jeong <hs85.jeong@samsung.com>
3034 Unreviewed. EFL gardening: rebaseline tests after r195740.
3036 * platform/efl/css1/box_properties/border_width_inline-expected.txt:
3037 * platform/efl/css1/formatting_model/floating_elements-expected.txt:
3038 * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
3039 * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
3040 * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
3041 * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
3042 * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
3043 * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
3044 * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
3045 * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.txt:
3046 * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
3047 * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
3048 * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
3049 * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
3050 * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
3051 * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
3052 * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
3053 * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
3054 * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
3055 * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
3056 * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
3057 * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
3058 * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
3059 * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
3060 * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
3061 * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
3062 * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
3063 * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
3064 * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
3065 * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
3066 * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
3067 * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
3068 * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
3069 * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
3070 * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
3071 * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
3072 * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
3073 * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
3074 * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
3075 * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
3076 * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
3077 * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
3078 * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
3079 * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
3080 * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
3081 * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
3082 * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
3083 * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
3084 * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
3085 * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
3086 * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
3087 * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
3088 * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
3089 * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
3090 * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
3091 * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
3092 * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
3093 * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
3094 * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
3095 * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
3096 * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
3097 * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
3098 * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
3099 * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
3100 * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
3101 * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
3102 * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
3103 * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
3104 * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
3105 * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
3106 * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
3107 * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
3108 * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
3109 * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
3110 * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
3111 * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
3112 * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
3113 * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
3114 * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
3115 * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
3116 * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
3117 * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
3118 * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
3119 * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
3120 * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
3121 * platform/efl/css3/css3-modsel-33-expected.txt:
3122 * platform/efl/css3/flexbox/flexbox-baseline-expected.txt:
3123 * platform/efl/css3/selectors3/html/css3-modsel-161-expected.txt:
3124 * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.txt:
3125 * platform/efl/css3/selectors3/html/css3-modsel-28-expected.txt:
3126 * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.txt:
3127 * platform/efl/css3/selectors3/html/css3-modsel-32-expected.txt:
3128 * platform/efl/css3/selectors3/html/css3-modsel-43-expected.txt:
3129 * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.txt:
3130 * platform/efl/css3/selectors3/html/css3-modsel-44-expected.txt:
3131 * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.txt:
3132 * platform/efl/css3/selectors3/html/css3-modsel-74-expected.txt:
3133 * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.txt:
3134 * platform/efl/css3/selectors3/html/css3-modsel-78-expected.txt:
3135 * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.txt:
3136 * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
3137 * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
3138 * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
3139 * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
3140 * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
3141 * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
3142 * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
3143 * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
3144 * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
3145 * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
3146 * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
3147 * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
3148 * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
3149 * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.txt:
3150 * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.txt:
3151 * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.txt:
3152 * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.txt:
3153 * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.txt:
3154 * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.txt:
3155 * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.txt:
3156 * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.txt:
3157 * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.txt:
3158 * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.txt:
3159 * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.txt:
3160 * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.txt:
3161 * platform/efl/editing/inserting/5058163-1-expected.txt:
3162 * platform/efl/editing/inserting/insert-paragraph-01-expected.txt:
3163 * platform/efl/editing/inserting/insert-paragraph-02-expected.txt:
3164 * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt:
3165 * platform/efl/editing/selection/4818145-expected.txt:
3166 * platform/efl/editing/selection/4889598-expected.txt:
3167 * platform/efl/editing/selection/4895428-2-expected.txt:
3168 * platform/efl/editing/selection/5076323-1-expected.txt:
3169 * platform/efl/editing/selection/5076323-2-expected.txt:
3170 * platform/efl/editing/selection/5076323-3-expected.txt:
3171 * platform/efl/editing/selection/7152-1-expected.txt:
3172 * platform/efl/editing/selection/7152-2-expected.txt:
3173 * platform/efl/editing/selection/display-table-text-expected.txt:
3174 * platform/efl/editing/selection/iframe-expected.txt:
3175 * platform/efl/editing/selection/inline-table-expected.txt:
3176 * platform/efl/editing/selection/mixed-editability-3-expected.txt:
3177 * platform/efl/editing/selection/mixed-editability-4-expected.txt:
3178 * platform/efl/editing/selection/mixed-editability-5-expected.txt:
3179 * platform/efl/editing/selection/mixed-editability-8-expected.txt:
3180 * platform/efl/editing/selection/mixed-editability-9-expected.txt:
3181 * platform/efl/editing/selection/table-caret-1-expected.txt:
3182 * platform/efl/editing/selection/table-caret-2-expected.txt:
3183 * platform/efl/editing/selection/table-caret-3-expected.txt:
3184 * platform/efl/editing/style/5017613-1-expected.txt:
3185 * platform/efl/editing/style/5017613-2-expected.txt:
3186 * platform/efl/editing/style/apple-style-editable-mix-expected.txt:
3187 * platform/efl/editing/style/table-selection-expected.txt:
3188 * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
3189 * platform/efl/fast/block/float/011-expected.txt:
3190 * platform/efl/fast/block/margin-collapse/001-expected.txt:
3191 * platform/efl/fast/block/margin-collapse/005-expected.txt:
3192 * platform/efl/fast/block/margin-collapse/104-expected.txt:
3193 * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
3194 * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
3195 * platform/efl/fast/block/positioning/053-expected.txt:
3196 * platform/efl/fast/borders/bidi-009a-expected.txt:
3197 * platform/efl/fast/box-shadow/basic-shadows-expected.txt:
3198 * platform/efl/fast/css-generated-content/015-expected.txt:
3199 * platform/efl/fast/css-generated-content/inline-display-types-expected.txt:
3200 * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.txt:
3201 * platform/efl/fast/css-generated-content/table-cell-before-content-expected.txt:
3202 * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
3203 * platform/efl/fast/css-generated-content/table-row-before-after-expected.txt:
3204 * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
3205 * platform/efl/fast/css/first-letter-float-expected.txt:
3206 * platform/efl/fast/dynamic/007-expected.txt:
3207 * platform/efl/fast/dynamic/014-expected.txt:
3208 * platform/efl/fast/dynamic/015-expected.txt:
3209 * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
3210 * platform/efl/fast/forms/button-white-space-expected.txt:
3211 * platform/efl/fast/forms/file/file-input-direction-expected.txt:
3212 * platform/efl/fast/forms/form-added-to-table-expected.txt:
3213 * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
3214 * platform/efl/fast/forms/input-value-expected.txt:
3215 * platform/efl/fast/invalid/table-inside-stray-table-content-expected.txt:
3216 * platform/efl/fast/invalid/td-inside-object-expected.txt:
3217 * platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
3218 * platform/efl/fast/overflow/overflow-auto-table-expected.txt:
3219 * platform/efl/fast/replaced/width100percent-button-expected.txt:
3220 * platform/efl/fast/ruby/ruby-inline-table-expected.txt:
3221 * platform/efl/fast/selectors/018-expected.txt:
3222 * platform/efl/fast/selectors/018b-expected.txt:
3223 * platform/efl/fast/selectors/032-expected.txt:
3224 * platform/efl/fast/selectors/043-expected.txt:
3225 * platform/efl/fast/selectors/043b-expected.txt:
3226 * platform/efl/fast/selectors/044-expected.txt:
3227 * platform/efl/fast/selectors/044b-expected.txt:
3228 * platform/efl/fast/selectors/078b-expected.txt:
3229 * platform/efl/fast/table/001-expected.txt:
3230 * platform/efl/fast/table/004-expected.txt:
3231 * platform/efl/fast/table/006-expected.txt:
3232 * platform/efl/fast/table/010-expected.txt:
3233 * platform/efl/fast/table/011-expected.txt:
3234 * platform/efl/fast/table/015-expected.txt:
3235 * platform/efl/fast/table/016-expected.txt:
3236 * platform/efl/fast/table/022-expected.txt:
3237 * platform/efl/fast/table/026-expected.txt:
3238 * platform/efl/fast/table/033-expected.txt:
3239 * platform/efl/fast/table/035-expected.txt:
3240 * platform/efl/fast/table/035-vertical-expected.txt:
3241 * platform/efl/fast/table/037-expected.txt:
3242 * platform/efl/fast/table/041-expected.txt:
3243 * platform/efl/fast/table/auto-with-percent-height-expected.txt:
3244 * platform/efl/fast/table/auto-with-percent-height-vertical-expected.txt:
3245 * platform/efl/fast/table/border-collapsing/002-vertical-expected.txt:
3246 * platform/efl/fast/table/cell-coalescing-expected.txt:
3247 * platform/efl/fast/table/cellindex-expected.txt:
3248 * platform/efl/fast/table/colgroup-preceded-by-caption-expected.txt:
3249 * platform/efl/fast/table/colgroup-spanning-groups-rules-expected.txt:
3250 * platform/efl/fast/table/dynamic-descendant-percentage-height-expected.txt:
3251 * platform/efl/fast/table/floating-th-expected.txt:
3252 * platform/efl/fast/table/generated-caption-expected.txt:
3253 * platform/efl/fast/table/insert-before-anonymous-ancestors-expected.txt:
3254 * platform/efl/fast/table/insert-cell-before-form-expected.txt:
3255 * platform/efl/fast/table/insert-row-before-form-expected.txt:
3256 * platform/efl/fast/table/multiple-captions-display-expected.txt:
3257 * platform/efl/fast/table/nested-percent-height-table-expected.txt:
3258 * platform/efl/fast/table/quote-text-around-iframe-expected.txt:
3259 * platform/efl/fast/table/rowindex-expected.txt:
3260 * platform/efl/fast/table/rtl-cell-display-none-assert-expected.txt:
3261 * platform/efl/fast/table/rules-attr-dynchange1-expected.txt:
3262 * platform/efl/fast/table/rules-attr-dynchange2-expected.txt:
3263 * platform/efl/fast/table/table-after-child-in-table-expected.txt:
3264 * platform/efl/fast/table/table-and-parts-outline-expected.txt:
3265 * platform/efl/fast/table/table-before-child-in-table-expected.txt:
3266 * platform/efl/fast/table/table-cell-after-child-in-block-expected.txt:
3267 * platform/efl/fast/table/table-cell-after-child-in-table-expected.txt:
3268 * platform/efl/fast/table/table-cell-before-child-in-block-expected.txt:
3269 * platform/efl/fast/table/table-continuation-outline-paint-crash-expected.txt:
3270 * platform/efl/fast/table/table-hspace-align-center-expected.txt:
3271 * platform/efl/fast/table/table-row-after-child-in-block-expected.txt:
3272 * platform/efl/fast/table/table-row-after-child-in-table-expected.txt:
3273 * platform/efl/fast/table/table-row-before-child-in-block-expected.txt:
3274 * platform/efl/fast/table/table-row-before-child-in-table-expected.txt:
3275 * platform/efl/fast/table/tableInsideCaption-expected.txt:
3276 * platform/efl/fast/table/text-field-baseline-expected.txt:
3277 * platform/efl/fast/table/unbreakable-images-quirk-expected.txt:
3278 * platform/efl/fast/table/vertical-align-baseline-expected.txt:
3279 * platform/efl/fast/text/basic/001-expected.txt:
3280 * platform/efl/fast/text/basic/006-expected.txt:
3281 * platform/efl/fast/text/basic/007-expected.txt:
3282 * platform/efl/fast/text/capitalize-boundaries-expected.txt:
3283 * platform/efl/fast/text/hyphenate-locale-expected.txt:
3284 * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt:
3285 * platform/efl/fast/text/whitespace/024-expected.txt:
3286 * platform/efl/fast/text/whitespace/027-expected.txt:
3287 * platform/efl/fast/text/word-break-expected.txt:
3288 * platform/efl/fast/transforms/transform-table-row-expected.txt:
3290 2016-02-03 Carlos Garcia Campos <cgarcia@igalia.com>
3292 [GTK] Layout Test http/tests/appcache/different-https-origin-resource-main.html is failing
3293 https://bugs.webkit.org/show_bug.cgi?id=145253
3295 Reviewed by Michael Catanzaro.
3297 Update test expectation.
3299 * platform/gtk/TestExpectations:
3301 2016-02-03 Carlos Garcia Campos <cgarcia@igalia.com>
3303 REGRESSION(r191948): [GStreamer] 4 new timeouts on layout tests.
3304 https://bugs.webkit.org/show_bug.cgi?id=152797
3306 Reviewed by Darin Adler.
3308 Update test expectations.
3310 * platform/gtk/TestExpectations:
3312 2016-02-02 Fujii Hironori <Hironori.Fujii@jp.sony.com>
3314 ASSERTION FAILED: roundedIntPoint(rendererMappedResult) == roundedIntPoint(result)
3315 https://bugs.webkit.org/show_bug.cgi?id=153576
3317 Reviewed by Darin Adler.
3319 * fast/block/geometry-map-assertion-with-rounding-negative-half-expected.txt: Added.
3320 * fast/block/geometry-map-assertion-with-rounding-negative-half.html: Added.
3322 2016-02-02 Darin Adler <darin@apple.com>
3325 Cut down on calls to String::lower; mostly replace with convertToASCIILowercase
3326 https://bugs.webkit.org/show_bug.cgi?id=153732
3328 * fast/viewport/viewport-warnings-7-expected.txt: Updated expected results now that
3329 viewport parsing doesn't lowercase the string to parse it.
3331 2016-02-02 Hunseop Jeong <hs85.jeong@samsung.com>
3333 Unreviewed. EFL gardening: rebaseline tests after r195740.
3335 * platform/efl/fast/replaced/005-expected.txt:
3336 * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
3337 * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.txt:
3338 * platform/efl/fast/replaced/table-percent-height-positioned-expected.txt:
3339 * platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
3340 * platform/efl/fast/replaced/width100percent-image-expected.txt:
3341 * platform/efl/fast/replaced/width100percent-menulist-expected.txt:
3342 * platform/efl/fast/replaced/width100percent-radio-expected.txt:
3343 * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
3344 * platform/efl/fast/replaced/width100percent-textarea-expected.txt:
3345 * platform/efl/fast/replaced/width100percent-textfield-expected.txt:
3346 * platform/efl/fast/selectors/077-expected.txt:
3347 * platform/efl/fast/selectors/077b-expected.txt:
3348 * platform/efl/fast/table/002-expected.txt:
3349 * platform/efl/fast/table/003-expected.txt:
3350 * platform/efl/fast/table/005-expected.txt:
3351 * platform/efl/fast/table/007-expected.txt:
3352 * platform/efl/fast/table/008-expected.txt:
3353 * platform/efl/fast/table/009-expected.txt:
3354 * platform/efl/fast/table/012-expected.txt:
3355 * platform/efl/fast/table/013-expected.txt:
3356 * platform/efl/fast/table/021-expected.txt:
3357 * platform/efl/fast/table/023-expected.txt:
3358 * platform/efl/fast/table/024-expected.txt:
3359 * platform/efl/fast/table/025-expected.txt:
3360 * platform/efl/fast/table/028-expected.txt:
3361 * platform/efl/fast/table/028-vertical-expected.txt:
3362 * platform/efl/fast/table/029-expected.txt:
3363 * platform/efl/fast/table/031-expected.txt:
3364 * platform/efl/fast/table/032-expected.txt:
3365 * platform/efl/fast/table/034-expected.txt:
3366 * platform/efl/fast/table/038-expected.txt:
3367 * platform/efl/fast/table/038-vertical-expected.txt:
3368 * platform/efl/fast/table/039-expected.txt:
3369 * platform/efl/fast/table/040-expected.txt:
3370 * platform/efl/fast/table/040-vertical-expected.txt:
3371 * platform/efl/fast/table/100-percent-cell-width-expected.txt:
3372 * platform/efl/fast/table/add-before-anonymous-child-expected.txt:
3373 * platform/efl/fast/table/border-collapsing/001-expected.txt:
3374 * platform/efl/fast/table/border-collapsing/001-vertical-expected.txt:
3375 * platform/efl/fast/table/border-collapsing/002-expected.txt:
3376 * platform/efl/fast/table/border-collapsing/003-expected.txt:
3377 * platform/efl/fast/table/border-collapsing/003-vertical-expected.txt:
3378 * platform/efl/fast/table/border-collapsing/004-expected.txt:
3379 * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
3380 * platform/efl/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt:
3381 * platform/efl/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt:
3382 * platform/efl/fast/table/border-collapsing/bug14274-expected.txt:
3383 * platform/efl/fast/table/border-collapsing/cached-69296-expected.txt:
3384 * platform/efl/fast/table/border-collapsing/cached-cell-append-expected.txt:
3385 * platform/efl/fast/table/border-collapsing/cached-cell-remove-expected.txt:
3386 * platform/efl/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt:
3387 * platform/efl/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt:
3388 * platform/efl/fast/table/border-collapsing/cached-change-cell-sl-border-color-expected.txt:
3389 * platform/efl/fast/table/border-collapsing/cached-change-col-border-color-expected.txt:
3390 * platform/efl/fast/table/border-collapsing/cached-change-col-border-width-expected.txt:
3391 * platform/efl/fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt:
3392 * platform/efl/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt:
3393 * platform/efl/fast/table/border-collapsing/cached-change-row-border-color-expected.txt:
3394 * platform/efl/fast/table/border-collapsing/cached-change-row-border-width-expected.txt:
3395 * platform/efl/fast/table/border-collapsing/cached-change-table-border-color-expected.txt:
3396 * platform/efl/fast/table/border-collapsing/cached-change-table-border-width-expected.txt:
3397 * platform/efl/fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt:
3398 * platform/efl/fast/table/border-collapsing/collapsed-borders-adjoining-sections-vertical-rl-expected.txt:
3399 * platform/efl/fast/table/border-collapsing/collapsed-borders-painted-once-on-inner-cells-expected.txt:
3400 * platform/efl/fast/table/border-collapsing/equal-precedence-resolution-expected.txt:
3401 * platform/efl/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.txt:
3402 * platform/efl/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
3403 * platform/efl/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
3404 * platform/efl/fast/table/caption-relayout-expected.txt:
3405 * platform/efl/fast/table/cell-absolute-child-expected.txt:
3406 * platform/efl/fast/table/cell-width-auto-expected.txt:
3407 * platform/efl/fast/table/colspan-with-all-percent-cells-expected.txt:
3408 * platform/efl/fast/table/colspanMinWidth-expected.txt:
3409 * platform/efl/fast/table/colspanMinWidth-vertical-expected.txt:
3410 * platform/efl/fast/table/dynamic-cellpadding-expected.txt:
3411 * platform/efl/fast/table/edge-offsets-expected.txt:
3412 * platform/efl/fast/table/empty-cells-expected.txt:
3413 * platform/efl/fast/table/frame-and-rules-expected.txt:
3414 * platform/efl/fast/table/giantRowspan-expected.txt:
3415 * platform/efl/fast/table/growCellForImageQuirk-expected.txt:
3416 * platform/efl/fast/table/growCellForImageQuirk-vertical-expected.txt:
3417 * platform/efl/fast/table/height-percent-test-expected.txt:
3418 * platform/efl/fast/table/height-percent-test-vertical-expected.txt:
3419 * platform/efl/fast/table/invisible-cell-background-expected.txt:
3420 * platform/efl/fast/table/large-width-expected.txt:
3421 * platform/efl/fast/table/max-width-integer-overflow-expected.txt:
3422 * platform/efl/fast/table/mozilla-bug10296-vertical-align-1-expected.txt:
3423 * platform/efl/fast/table/mozilla-bug10296-vertical-align-2-expected.txt:
3424 * platform/efl/fast/table/nobr-expected.txt:
3425 * platform/efl/fast/table/overflowHidden-expected.txt:
3426 * platform/efl/fast/table/percent-heights-expected.txt:
3427 * platform/efl/fast/table/percent-widths-stretch-expected.txt:
3428 * platform/efl/fast/table/percent-widths-stretch-vertical-expected.txt:
3429 * platform/efl/fast/table/prepend-in-anonymous-table-expected.txt:
3430 * platform/efl/fast/table/relative-position-containment-expected.txt:
3431 * platform/efl/fast/table/relative-position-offsets-expected.txt:
3432 * platform/efl/fast/table/relative-position-stacking-expected.txt:
3433 * platform/efl/fast/table/replaced-percent-height-expected.txt:
3434 * platform/efl/fast/table/row-height-recalc-expected.txt:
3435 * platform/efl/fast/table/rowspan-paint-order-expected.txt:
3436 * platform/efl/fast/table/rowspan-paint-order-vertical-expected.txt:
3437 * platform/efl/fast/table/simple_paint-expected.txt:
3438 * platform/efl/fast/table/spanOverlapRepaint-expected.txt:
3439 * platform/efl/fast/table/stale-grid-crash-expected.txt:
3440 * platform/efl/fast/table/table-anonymous-cell-bug-expected.txt:
3441 * platform/efl/fast/table/table-anonymous-row-bug-expected.txt:
3442 * platform/efl/fast/table/table-anonymous-section-bug-expected.txt:
3443 * platform/efl/fast/table/table-before-child-style-update-expected.txt:
3444 * platform/efl/fast/table/table-cell-before-after-content-around-table-block-expected.txt:
3445 * platform/efl/fast/table/table-cell-before-after-content-around-table-expected.txt:
3446 * platform/efl/fast/table/table-cell-before-after-content-around-table-row-expected.txt:
3447 * platform/efl/fast/table/table-cell-before-child-in-table-expected.txt:
3448 * platform/efl/fast/table/table-cell-split-expected.txt:
3449 * platform/efl/fast/table/table-display-types-expected.txt:
3450 * platform/efl/fast/table/table-display-types-strict-expected.txt:
3451 * platform/efl/fast/table/table-display-types-vertical-expected.txt:
3452 * platform/efl/fast/table/table-insert-before-non-anonymous-block-expected.txt:
3453 * platform/efl/fast/table/table-row-before-after-content-around-block-expected.txt:
3454 * platform/efl/fast/table/table-row-before-after-content-around-table-cell-expected.txt:
3455 * platform/efl/fast/table/table-row-before-after-content-around-table-expected.txt:
3456 * platform/efl/fast/table/table-row-before-child-style-update-expected.txt:
3457 * platform/efl/fast/table/table-row-outline-paint-expected.txt:
3458 * platform/efl/fast/table/table-row-split2-expected.txt:
3459 * platform/efl/fast/table/table-row-style-not-updated-expected.txt:
3460 * platform/efl/fast/table/table-row-style-not-updated-with-after-content-expected.txt:
3461 * platform/efl/fast/table/table-row-style-not-updated-with-before-content-expected.txt:
3462 * platform/efl/fast/table/table-section-split2-expected.txt:
3463 * platform/efl/fast/table/table-split-expected.txt:
3464 * platform/efl/fast/table/table-split2-expected.txt:
3465 * platform/efl/fast/table/table-style-not-updated-expected.txt:
3466 * platform/efl/fast/table/wide-colspan-expected.txt:
3467 * platform/efl/fast/table/wide-column-expected.txt:
3468 * platform/efl/fast/text/atsui-negative-spacing-features-expected.txt:
3469 * platform/efl/fast/text/atsui-spacing-features-expected.txt:
3470 * platform/efl/fast/text/basic/generic-family-reset-expected.txt:
3471 * platform/efl/fast/text/international/003-expected.txt:
3472 * platform/efl/fast/text/international/bidi-LDB-2-CSS-expected.txt:
3473 * platform/efl/fast/text/international/bidi-LDB-2-HTML-expected.txt:
3474 * platform/efl/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
3475 * platform/efl/fast/text/international/bidi-override-expected.txt:
3476 * platform/efl/fast/text/wbr-expected.txt:
3477 * platform/efl/fast/text/whitespace/002-expected.txt:
3478 * platform/efl/fast/text/whitespace/003-expected.txt:
3479 * platform/efl/fast/text/whitespace/004-expected.txt:
3480 * platform/efl/fast/text/whitespace/005-expected.txt:
3481 * platform/efl/fast/text/whitespace/010-expected.txt:
3482 * platform/efl/fast/text/whitespace/011-expected.txt:
3483 * platform/efl/fast/text/whitespace/013-expected.txt:
3484 * platform/efl/fast/text/whitespace/014-expected.txt:
3485 * platform/efl/fast/text/whitespace/015-expected.txt:
3486 * platform/efl/fast/text/whitespace/016-expected.txt:
3487 * platform/efl/fast/text/whitespace/025-expected.txt:
3488 * platform/efl/fast/text/whitespace/026-expected.txt:
3489 * platform/efl/fast/writing-mode/table-percent-width-quirk-expected.txt:
3490 * platform/efl/fast/writing-mode/vertical-align-table-baseline-expected.txt:
3491 * platform/efl/http/tests/misc/acid2-expected.txt:
3492 * platform/efl/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
3493 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
3494 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
3495 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
3496 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
3497 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
3498 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
3499 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
3500 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
3501 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
3502 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
3503 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
3504 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
3505 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
3506 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
3507 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
3508 * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
3509 * platform/efl/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
3510 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
3511 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
3512 * platform/efl/tables/layering/paint-test-layering-1-expected.txt:
3513 * platform/efl/tables/layering/paint-test-layering-2-expected.txt:
3514 * platform/efl/tables/mozilla/bugs/bug10009-expected.txt:
3515 * platform/efl/tables/mozilla/bugs/bug10036-expected.txt:
3516 * platform/efl/tables/mozilla/bugs/bug101201-expected.txt:
3517 * platform/efl/tables/mozilla/bugs/bug101674-expected.txt:
3518 * platform/efl/tables/mozilla/bugs/bug10296-1-expected.txt:
3519 * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt:
3520 * platform/efl/tables/mozilla/bugs/bug10565-expected.txt:
3521 * platform/efl/tables/mozilla/bugs/bug10633-expected.txt:
3522 * platform/efl/tables/mozilla/bugs/bug1067-1-expected.txt:
3523 * platform/efl/tables/mozilla/bugs/bug1067-2-expected.txt:
3524 * platform/efl/tables/mozilla/bugs/bug106795-expected.txt:
3525 * platform/efl/tables/mozilla/bugs/bug106816-expected.txt:
3526 * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt:
3527 * platform/efl/tables/mozilla/bugs/bug113424-expected.txt:
3528 * platform/efl/tables/mozilla/bugs/bug1163-1-expected.txt:
3529 * platform/efl/tables/mozilla/bugs/bug1188-expected.txt:
3530 * platform/efl/tables/mozilla/bugs/bug12008-expected.txt:
3531 * platform/efl/tables/mozilla/bugs/bug120107-expected.txt:
3532 * platform/efl/tables/mozilla/bugs/bug120364-expected.txt:
3533 * platform/efl/tables/mozilla/bugs/bug1224-expected.txt:
3534 * platform/efl/tables/mozilla/bugs/bug12268-expected.txt:
3535 * platform/efl/tables/mozilla/bugs/bug12709-expected.txt:
3536 * platform/efl/tables/mozilla/bugs/bug1271-expected.txt:
3537 * platform/efl/tables/mozilla/bugs/bug12908-1-expected.txt:
3538 * platform/efl/tables/mozilla/bugs/bug12908-2-expected.txt:
3539 * platform/efl/tables/mozilla/bugs/bug1296-expected.txt:
3540 * platform/efl/tables/mozilla/bugs/bug1302-expected.txt:
3541 * platform/efl/tables/mozilla/bugs/bug13169-expected.txt:
3542 * platform/efl/tables/mozilla/bugs/bug1318-expected.txt:
3543 * platform/efl/tables/mozilla/bugs/bug137388-1-expected.txt:
3544 * platform/efl/tables/mozilla/bugs/bug137388-2-expected.txt:
3545 * platform/efl/tables/mozilla/bugs/bug137388-3-expected.txt:
3546 * platform/efl/tables/mozilla/bugs/bug139524-1-expected.txt:
3547 * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt:
3548 * platform/efl/tables/mozilla/bugs/bug139524-3-expected.txt:
3549 * platform/efl/tables/mozilla/bugs/bug139524-4-expected.txt:
3550 * platform/efl/tables/mozilla/bugs/bug1430-expected.txt:
3551 * platform/efl/tables/mozilla/bugs/bug14323-expected.txt:
3552 * platform/efl/tables/mozilla/bugs/bug14929-expected.txt:
3553 * platform/efl/tables/mozilla/bugs/bug15247-expected.txt:
3554 * platform/efl/tables/mozilla/bugs/bug154780-expected.txt:
3555 * platform/efl/tables/mozilla/bugs/bug15544-expected.txt:
3556 * platform/efl/tables/mozilla/bugs/bug159108-expected.txt:
3557 * platform/efl/tables/mozilla/bugs/bug15933-expected.txt:
3558 * platform/efl/tables/mozilla/bugs/bug16012-expected.txt:
3559 * platform/efl/tables/mozilla/bugs/bug16252-expected.txt:
3560 * platform/efl/tables/mozilla/bugs/bug17138-expected.txt:
3561 * platform/efl/tables/mozilla/bugs/bug175455-4-expected.txt:
3562 * platform/efl/tables/mozilla/bugs/bug17548-expected.txt:
3563 * platform/efl/tables/mozilla/bugs/bug17587-expected.txt:
3564 * platform/efl/tables/mozilla/bugs/bug1800-expected.txt:
3565 * platform/efl/tables/mozilla/bugs/bug1802-expected.txt:
3566 * platform/efl/tables/mozilla/bugs/bug1802s-expected.txt:
3567 * platform/efl/tables/mozilla/bugs/bug1809-expected.txt:
3568 * platform/efl/tables/mozilla/bugs/bug18440-expected.txt:
3569 * platform/efl/tables/mozilla/bugs/bug18664-expected.txt:
3570 * platform/efl/tables/mozilla/bugs/bug18955-expected.txt:
3571 * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt:
3572 * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt:
3573 * platform/efl/tables/mozilla/bugs/bug19356-expected.txt:
3574 * platform/efl/tables/mozilla/bugs/bug20804-expected.txt:
3575 * platform/efl/tables/mozilla/bugs/bug2123-expected.txt:
3576 * platform/efl/tables/mozilla/bugs/bug215629-expected.txt:
3577 * platform/efl/tables/mozilla/bugs/bug219693-1-expected.txt:
3578 * platform/efl/tables/mozilla/bugs/bug219693-2-expected.txt:
3579 * platform/efl/tables/mozilla/bugs/bug22019-expected.txt:
3580 * platform/efl/tables/mozilla/bugs/bug220536-expected.txt:
3581 * platform/efl/tables/mozilla/bugs/bug222336-expected.txt:
3582 * platform/efl/tables/mozilla/bugs/bug22246-3-expected.txt:
3583 * platform/efl/tables/mozilla/bugs/bug22246-3a-expected.txt:
3584 * platform/efl/tables/mozilla/bugs/bug22513-expected.txt:
3585 * platform/efl/tables/mozilla/bugs/bug2296-expected.txt:
3586 * platform/efl/tables/mozilla/bugs/bug23235-expected.txt:
3587 * platform/efl/tables/mozilla/bugs/bug24200-expected.txt:
3588 * platform/efl/tables/mozilla/bugs/bug2479-2-expected.txt:
3589 * platform/efl/tables/mozilla/bugs/bug2479-3-expected.txt:
3590 * platform/efl/tables/mozilla/bugs/bug25004-expected.txt:
3591 * platform/efl/tables/mozilla/bugs/bug25074-expected.txt:
3592 * platform/efl/tables/mozilla/bugs/bug25663-expected.txt:
3593 * platform/efl/tables/mozilla/bugs/bug26553-expected.txt:
3594 * platform/efl/tables/mozilla/bugs/bug2684-expected.txt:
3595 * platform/efl/tables/mozilla/bugs/bug269566-expected.txt:
3596 * platform/efl/tables/mozilla/bugs/bug277062-expected.txt:
3597 * platform/efl/tables/mozilla/bugs/bug2773-expected.txt:
3598 * platform/efl/tables/mozilla/bugs/bug27993-1-expected.txt:
3599 * platform/efl/tables/mozilla/bugs/bug2886-expected.txt:
3600 * platform/efl/tables/mozilla/bugs/bug28933-expected.txt:
3601 * platform/efl/tables/mozilla/bugs/bug29058-1-expected.txt:
3602 * platform/efl/tables/mozilla/bugs/bug29314-expected.txt:
3603 * platform/efl/tables/mozilla/bugs/bug29429-expected.txt:
3604 * platform/efl/tables/mozilla/bugs/bug2954-expected.txt:
3605 * platform/efl/tables/mozilla/bugs/bug2981-1-expected.txt:
3606 * platform/efl/tables/mozilla/bugs/bug2981-2-expected.txt:
3607 * platform/efl/tables/mozilla/bugs/bug2997-expected.txt:
3608 * platform/efl/tables/mozilla/bugs/bug30273-expected.txt:
3609 * platform/efl/tables/mozilla/bugs/bug30559-expected.txt:
3610 * platform/efl/tables/mozilla/bugs/bug3103-expected.txt:
3611 * platform/efl/tables/mozilla/bugs/bug32205-3-expected.txt:
3612 * platform/efl/tables/mozilla/bugs/bug3260-expected.txt:
3613 * platform/efl/tables/mozilla/bugs/bug33137-expected.txt:
3614 * platform/efl/tables/mozilla/bugs/bug33855-expected.txt:
3615 * platform/efl/tables/mozilla/bugs/bug3454-expected.txt:
3616 * platform/efl/tables/mozilla/bugs/bug38916-expected.txt:
3617 * platform/efl/tables/mozilla/bugs/bug3977-expected.txt:
3618 * platform/efl/tables/mozilla/bugs/bug4093-expected.txt:
3619 * platform/efl/tables/mozilla/bugs/bug42187-expected.txt:
3620 * platform/efl/tables/mozilla/bugs/bug4385-expected.txt:
3621 * platform/efl/tables/mozilla/bugs/bug4427-expected.txt:
3622 * platform/efl/tables/mozilla/bugs/bug44505-expected.txt:
3623 * platform/efl/tables/mozilla/bugs/bug4501-expected.txt:
3624 * platform/efl/tables/mozilla/bugs/bug4527-expected.txt:
3625 * platform/efl/tables/mozilla/bugs/bug45350-expected.txt:
3626 * platform/efl/tables/mozilla/bugs/bug45486-expected.txt:
3627 * platform/efl/tables/mozilla/bugs/bug4576-expected.txt:
3628 * platform/efl/tables/mozilla/bugs/bug46268-1-expected.txt:
3629 * platform/efl/tables/mozilla/bugs/bug46268-2-expected.txt:
3630 * platform/efl/tables/mozilla/bugs/bug46368-1-expected.txt:
3631 * platform/efl/tables/mozilla/bugs/bug46623-1-expected.txt:
3632 * platform/efl/tables/mozilla/bugs/bug46623-2-expected.txt:
3633 * platform/efl/tables/mozilla/bugs/bug47432-expected.txt:
3634 * platform/efl/tables/mozilla/bugs/bug4803-expected.txt:
3635 * platform/efl/tables/mozilla/bugs/bug4849-2-expected.txt:
3636 * platform/efl/tables/mozilla/bugs/bug4849-expected.txt:
3637 * platform/efl/tables/mozilla/bugs/bug51727-expected.txt:
3638 * platform/efl/tables/mozilla/bugs/bug5188-expected.txt:
3639 * platform/efl/tables/mozilla/bugs/bug52505-expected.txt:
3640 * platform/efl/tables/mozilla/bugs/bug52506-expected.txt:
3641 * platform/efl/tables/mozilla/bugs/bug53690-1-expected.txt:
3642 * platform/efl/tables/mozilla/bugs/bug53690-2-expected.txt:
3643 * platform/efl/tables/mozilla/bugs/bug53891-expected.txt:
3644 * platform/efl/tables/mozilla/bugs/bug5538-expected.txt:
3645 * platform/efl/tables/mozilla/bugs/bug55789-expected.txt:
3646 * platform/efl/tables/mozilla/bugs/bug56201-expected.txt:
3647 * platform/efl/tables/mozilla/bugs/bug57828-2-expected.txt:
3648 * platform/efl/tables/mozilla/bugs/bug5797-expected.txt:
3649 * platform/efl/tables/mozilla/bugs/bug5835-expected.txt:
3650 * platform/efl/tables/mozilla/bugs/bug60804-expected.txt:
3651 * platform/efl/tables/mozilla/bugs/bug60807-expected.txt:
3652 * platform/efl/tables/mozilla/bugs/bug6184-expected.txt:
3653 * platform/efl/tables/mozilla/bugs/bug6304-expected.txt:
3654 * platform/efl/tables/mozilla/bugs/bug6404-expected.txt:
3655 * platform/efl/tables/mozilla/bugs/bug647-expected.txt:
3656 * platform/efl/tables/mozilla/bugs/bug6674-expected.txt:
3657 * platform/efl/tables/mozilla/bugs/bug68998-expected.txt:
3658 * platform/efl/tables/mozilla/bugs/bug69382-1-expected.txt:
3659 * platform/efl/tables/mozilla/bugs/bug69382-2-expected.txt:
3660 * platform/efl/tables/mozilla/bugs/bug72359-expected.txt:
3661 * platform/efl/tables/mozilla/bugs/bug7342-expected.txt:
3662 * platform/efl/tables/mozilla/bugs/bug7714-expected.txt:
3663 * platform/efl/tables/mozilla/bugs/bug78162-expected.txt:
3664 * platform/efl/tables/mozilla/bugs/bug82946-2-expected.txt:
3665 * platform/efl/tables/mozilla/bugs/bug86708-expected.txt:
3666 * platform/efl/tables/mozilla/bugs/bug8950-expected.txt:
3667 * platform/efl/tables/mozilla/bugs/bug9123-1-expected.txt:
3668 * platform/efl/tables/mozilla/bugs/bug9123-2-expected.txt:
3669 * platform/efl/tables/mozilla/bugs/bug92143-expected.txt:
3670 * platform/efl/tables/mozilla/bugs/bug92647-2-expected.txt:
3671 * platform/efl/tables/mozilla/bugs/bug963-expected.txt:
3672 * platform/efl/tables/mozilla/bugs/bug96334-expected.txt:
3673 * platform/efl/tables/mozilla/bugs/bug97383-expected.txt:
3674 * platform/efl/tables/mozilla/bugs/bug9879-1-expected.txt:
3675 * platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
3676 * platform/efl/tables/mozilla/core/bloomberg-expected.txt:
3677 * platform/efl/tables/mozilla/core/borders-expected.txt:
3678 * platform/efl/tables/mozilla/core/cell_heights-expected.txt:
3679 * platform/efl/tables/mozilla/core/col_span-expected.txt:
3680 * platform/efl/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
3681 * platform/efl/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
3682 * platform/efl/tables/mozilla/core/col_widths_auto_fix-expected.txt:
3683 * platform/efl/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
3684 * platform/efl/tables/mozilla/core/col_widths_auto_per-expected.txt:
3685 * platform/efl/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
3686 * platform/efl/tables/mozilla/core/col_widths_fix_fix-expected.txt:
3687 * platform/efl/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
3688 * platform/efl/tables/mozilla/core/col_widths_fix_per-expected.txt:
3689 * platform/efl/tables/mozilla/core/margins-expected.txt:
3690 * platform/efl/tables/mozilla/core/misc-expected.txt:
3691 * platform/efl/tables/mozilla/core/nested1-expected.txt:
3692 * platform/efl/tables/mozilla/core/one_row-expected.txt:
3693 * platform/efl/tables/mozilla/core/table_frame-expected.txt:
3694 * platform/efl/tables/mozilla/core/table_heights-expected.txt:
3695 * platform/efl/tables/mozilla/core/table_rules-expected.txt:
3696 * platform/efl/tables/mozilla/core/table_widths-expected.txt:
3697 * platform/efl/tables/mozilla/dom/insertColGroups1-expected.txt:
3698 * platform/efl/tables/mozilla/dom/insertColGroups2-expected.txt:
3699 * platform/efl/tables/mozilla/dom/insertCols1-expected.txt:
3700 * platform/efl/tables/mozilla/dom/insertCols2-expected.txt:
3701 * platform/efl/tables/mozilla/dom/insertCols3-expected.txt:
3702 * platform/efl/tables/mozilla/dom/insertCols4-expected.txt:
3703 * platform/efl/tables/mozilla/dom/insertCols5-expected.txt:
3704 * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
3705 * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.txt:
3706 * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
3707 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
3708 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
3709 * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.txt:
3710 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
3711 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
3712 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
3713 * platform/efl/tables/mozilla/marvin/colgroup_align_center-expected.txt:
3714 * platform/efl/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
3715 * platform/efl/tables/mozilla/marvin/colgroup_align_left-expected.txt:
3716 * platform/efl/tables/mozilla/marvin/colgroup_align_right-expected.txt:
3717 * platform/efl/tables/mozilla/marvin/colgroup_span-expected.txt:
3718 * platform/efl/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
3719 * platform/efl/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
3720 * platform/efl/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
3721 * platform/efl/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
3722 * platform/efl/tables/mozilla/marvin/colgroup_width_pct-expected.txt:
3723 * platform/efl/tables/mozilla/marvin/colgroup_width_px-expected.txt:
3724 * platform/efl/tables/mozilla/marvin/table_overflow_hidden_td-expected.txt:
3725 * platform/efl/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
3726 * platform/efl/tables/mozilla/marvin/table_row_align_center-expected.txt:
3727 * platform/efl/tables/mozilla/marvin/table_row_align_left-expected.txt:
3728 * platform/efl/tables/mozilla/marvin/table_row_align_right-expected.txt:
3729 * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.txt:
3730 * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
3731 * platform/efl/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
3732 * platform/efl/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
3733 * platform/efl/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
3734 * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
3735 * platform/efl/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
3736 * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
3737 * platform/efl/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
3738 * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
3739 * platform/efl/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
3740 * platform/efl/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
3741 * platform/efl/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
3742 * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
3743 * platform/efl/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
3744 * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
3745 * platform/efl/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
3746 * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
3747 * platform/efl/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
3748 * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
3749 * platform/efl/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
3750 * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
3751 * platform/efl/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
3752 * platform/efl/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
3753 * platform/efl/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
3754 * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
3755 * platform/efl/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
3756 * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
3757 * platform/efl/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
3758 * platform/efl/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
3759 * platform/efl/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
3760 * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
3761 * platform/efl/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
3762 * platform/efl/tables/mozilla/marvin/tables_cellpadding-expected.txt:
3763 * platform/efl/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
3764 * platform/efl/tables/mozilla/marvin/tables_td_width-expected.txt:
3765 * platform/efl/tables/mozilla/marvin/tables_th_width-expected.txt:
3766 * platform/efl/tables/mozilla/marvin/tables_width_percent-expected.txt:
3767 * platform/efl/tables/mozilla/marvin/tables_width_px-expected.txt:
3768 * platform/efl/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
3769 * platform/efl/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
3770 * platform/efl/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
3771 * platform/efl/tables/mozilla/marvin/tbody_valign_top-expected.txt:
3772 * platform/efl/tables/mozilla/marvin/td_valign_baseline-expected.txt:
3773 * platform/efl/tables/mozilla/marvin/td_valign_bottom-expected.txt:
3774 * platform/efl/tables/mozilla/marvin/td_valign_middle-expected.txt:
3775 * platform/efl/tables/mozilla/marvin/td_valign_top-expected.txt:
3776 * platform/efl/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
3777 * platform/efl/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
3778 * platform/efl/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
3779 * platform/efl/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
3780 * platform/efl/tables/mozilla/marvin/th_valign_baseline-expected.txt:
3781 * platform/efl/tables/mozilla/marvin/th_valign_bottom-expected.txt:
3782 * platform/efl/tables/mozilla/marvin/th_valign_middle-expected.txt:
3783 * platform/efl/tables/mozilla/marvin/th_valign_top-expected.txt:
3784 * platform/efl/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
3785 * platform/efl/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
3786 * platform/efl/tables/mozilla/marvin/thead_valign_middle-expected.txt:
3787 * platform/efl/tables/mozilla/marvin/thead_valign_top-expected.txt:
3788 * platform/efl/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
3789 * platform/efl/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
3790 * platform/efl/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
3791 * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
3792 * platform/efl/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
3793 * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
3794 * platform/efl/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
3795 * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
3796 * platform/efl/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
3797 * platform/efl/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
3798 * platform/efl/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
3799 * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
3800 * platform/efl/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
3801 * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
3802 * platform/efl/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
3803 * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
3804 * platform/efl/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
3805 * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
3806 * platform/efl/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
3807 * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
3808 * platform/efl/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
3809 * platform/efl/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
3810 * platform/efl/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
3811 * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
3812 * platform/efl/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
3813 * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
3814 * platform/efl/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
3815 * platform/efl/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
3816 * platform/efl/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
3817 * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
3818 * platform/efl/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
3819 * platform/efl/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
3820 * platform/efl/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
3821 * platform/efl/tables/mozilla/marvin/tr_valign_middle-expected.txt:
3822 * platform/efl/tables/mozilla/marvin/tr_valign_top-expected.txt:
3823 * platform/efl/tables/mozilla/marvin/x_col_align_char-expected.txt:
3824 * platform/efl/tables/mozilla/marvin/x_col_span-expected.txt:
3825 * platform/efl/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
3826 * platform/efl/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
3827 * platform/efl/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
3828 * platform/efl/tables/mozilla/marvin/x_col_valign_top-expected.txt:
3829 * platform/efl/tables/mozilla/marvin/x_col_width_px-expected.txt:
3830 * platform/efl/tables/mozilla/marvin/x_col_width_rel-expected.txt:
3831 * platform/efl/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
3832 * platform/efl/tables/mozilla/marvin/x_colgroup_span-expected.txt:
3833 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
3834 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
3835 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
3836 * platform/efl/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
3837 * platform/efl/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
3838 * platform/efl/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
3839 * platform/efl/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
3840 * platform/efl/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
3841 * platform/efl/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
3842 * platform/efl/tables/mozilla/marvin/x_td_align_center-expected.txt:
3843 * platform/efl/tables/mozilla/marvin/x_td_align_char-expected.txt:
3844 * platform/efl/tables/mozilla/marvin/x_td_align_justify-expected.txt:
3845 * platform/efl/tables/mozilla/marvin/x_td_align_left-expected.txt:
3846 * platform/efl/tables/mozilla/marvin/x_td_align_right-expected.txt:
3847 * platform/efl/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
3848 * platform/efl/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
3849 * platform/efl/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
3850 * platform/efl/tables/mozilla/marvin/x_td_valign_top-expected.txt:
3851 * platform/efl/tables/mozilla/marvin/x_td_width-expected.txt:
3852 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
3853 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
3854 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
3855 * platform/efl/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
3856 * platform/efl/tables/mozilla/marvin/x_th_align_center-expected.txt:
3857 * platform/efl/tables/mozilla/marvin/x_th_align_char-expected.txt:
3858 * platform/efl/tables/mozilla/marvin/x_th_align_justify-expected.txt:
3859 * platform/efl/tables/mozilla/marvin/x_th_align_left-expected.txt:
3860 * platform/efl/tables/mozilla/marvin/x_th_align_right-expected.txt:
3861 * platform/efl/tables/mozilla/marvin/x_th_rowspan-expected.txt:
3862 * platform/efl/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
3863 * platform/efl/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
3864 * platform/efl/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
3865 * platform/efl/tables/mozilla/marvin/x_th_valign_top-expected.txt:
3866 * platform/efl/tables/mozilla/marvin/x_th_width-expected.txt:
3867 * platform/efl/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
3868 * platform/efl/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
3869 * platform/efl/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
3870 * platform/efl/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
3871 * platform/efl/tables/mozilla/marvin/x_tr_align_char-expected.txt:
3872 * platform/efl/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
3873 * platform/efl/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
3874 * platform/efl/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
3875 * platform/efl/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
3876 * platform/efl/tables/mozilla/other/cell_widths-expected.txt:
3877 * platform/efl/tables/mozilla/other/ms-expected.txt:
3878 * platform/efl/tables/mozilla/other/nested2-expected.txt:
3879 * platform/efl/tables/mozilla/other/nestedTables-expected.txt:
3880 * platform/efl/tables/mozilla/other/slashlogo-expected.txt:
3881 * platform/efl/tables/mozilla/other/test3-expected.txt:
3882 * platform/efl/tables/mozilla/other/test6-expected.txt:
3883 * platform/efl/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
3884 * platform/efl/tables/mozilla/other/wa_table_tr_align-expected.txt:
3885 * platform/efl/tables/mozilla_expected_failures/bugs/97619-expected.txt:
3886 * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
3887 * platform/efl/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
3888 * platform/efl/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
3889 * platform/efl/tables/mozilla_expected_failures/bugs/bug128876-expected.txt:
3890 * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
3891 * platform/efl/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
3892 * platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
3893 * platform/efl/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
3894 * platform/efl/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
3895 * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
3896 * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
3897 * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
3898 * platform/efl/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
3899 * platform/efl/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
3900 * platform/efl/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
3901 * platform/efl/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
3902 * platform/efl/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
3903 * platform/efl/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
3904 * platform/efl/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
3905 * platform/efl/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
3906 * platform/efl/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
3907 * platform/efl/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
3908 * platform/efl/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
3909 * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
3910 * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
3911 * platform/efl/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
3912 * platform/efl/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
3913 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
3914 * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.txt:
3915 * platform/efl/tables/mozilla_expected_failures/core/captions2-expected.txt:
3916 * platform/efl/tables/mozilla_expected_failures/core/col_span2-expected.txt:
3917 * platform/efl/tables/mozilla_expected_failures/core/cols1-expected.txt:
3918 * platform/efl/tables/mozilla_expected_failures/core/columns-expecte