1 2016-02-18 Andy Estes <aestes@apple.com>
3 Revert to dispatching the popstate event synchronously
4 https://bugs.webkit.org/show_bug.cgi?id=153297
5 rdar://problem/24092294
7 Reviewed by Brent Fulgham.
9 Renamed and modified this test to expect synchronous dispatch.
11 * fast/loader/stateobjects/popstate-is-synchronous-expected.txt: Renamed from LayoutTests/fast/loader/stateobjects/popstate-is-asynchronous-expected.txt.
12 * fast/loader/stateobjects/popstate-is-synchronous.html: Renamed from LayoutTests/fast/loader/stateobjects/popstate-is-asynchronous.html.
14 2016-02-18 Philippe Normand <pnormand@igalia.com>
16 [GStreamer] Bump internal jhbuild versions to 1.6.3
17 https://bugs.webkit.org/show_bug.cgi?id=149594
19 Reviewed by Michael Catanzaro.
21 * platform/gtk/TestExpectations: Skipping new failing tests for now.
23 2016-02-18 Commit Queue <commit-queue@webkit.org>
25 Unreviewed, rolling out r196790.
26 https://bugs.webkit.org/show_bug.cgi?id=154439
28 made fast/events/wheelevent-basic-actual.txt fail in WK2
29 (Requested by alexchristensen on #webkit).
33 "Wheel event callback removing the window causes crash in
35 https://bugs.webkit.org/show_bug.cgi?id=150871
36 http://trac.webkit.org/changeset/196790
38 2016-02-18 Chris Dumez <cdumez@apple.com>
40 window.history / window.navigator should not be replaceable
41 https://bugs.webkit.org/show_bug.cgi?id=154412
43 Reviewed by Ryosuke Niwa.
45 Update / rebaseline existing tests now that window.history and
46 window.navigator are no longer replaceable.
48 * fast/dom/Window/get-set-properties-expected.txt:
49 * fast/dom/Window/get-set-properties.html:
50 * fast/dom/Window/window-property-shadowing-expected.txt:
51 * fast/dom/Window/window-property-shadowing.html:
52 * http/tests/history/cross-origin-replace-history-object-child-expected.txt:
53 * http/tests/history/resources/cross-origin-replaces-history-object-child-iframe.html:
54 * js/dom/var-declarations-shadowing-expected.txt:
55 * js/dom/var-declarations-shadowing.html:
56 * js/getOwnPropertyDescriptor-window-attributes-expected.txt:
57 * js/getOwnPropertyDescriptor-window-attributes.html:
59 2016-02-18 Simon Fraser <simon.fraser@apple.com>
61 Wheel event callback removing the window causes crash in WebCore.
62 https://bugs.webkit.org/show_bug.cgi?id=150871
64 Reviewed by Brent Fulgham.
66 * fast/events/wheel-event-destroys-frame-expected.txt: Added.
67 * fast/events/wheel-event-destroys-frame.html: Added.
69 2016-02-18 Zalan Bujtas <zalan@apple.com>
71 Soft hyphen is not shown when it is placed at the end of an inline element
72 https://bugs.webkit.org/show_bug.cgi?id=153980
74 Reviewed by David Hyatt.
76 This patch handles the case when the character at the breaking position does not fit the
77 line and soft-hyphen, as the first breaking opportunity, is followed by this overflowing character.
78 (foo­bar where b overflows the line).
79 In such cases we don't yet have an item in the breaking history so we need to take a look at
80 the current context instead.
82 * fast/text/soft-hyphen-as-first-breaking-opportunity-expected.html: Added.
83 * fast/text/soft-hyphen-as-first-breaking-opportunity.html: Added.
85 2016-02-18 Ryan Haddad <ryanhaddad@apple.com>
87 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196770
89 Unreviewed test gardening.
91 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
93 2016-02-18 Ryan Haddad <ryanhaddad@apple.com>
95 Rebaseline imported/w3c/web-platform-tests/html/dom/reflection-forms.html for ios-simulator after r196769
97 Unreviewed test gardening.
99 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt:
101 2016-02-18 Ryan Haddad <ryanhaddad@apple.com>
103 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196742
105 Unreviewed test gardening.
107 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
109 2016-02-18 Csaba Osztrogonác <ossy@webkit.org>
111 JSC ARM Linux test gardening after r196625
112 https://bugs.webkit.org/show_bug.cgi?id=154392
114 Reviewed by Mark Lam.
116 * js/script-tests/dfg-float32array.js:
117 * js/script-tests/dfg-float64array.js:
118 * js/script-tests/dfg-int16array.js:
119 * js/script-tests/dfg-int32array-overflow-values.js:
120 * js/script-tests/dfg-int32array.js:
121 * js/script-tests/dfg-int8array.js:
122 * js/script-tests/dfg-osr-entry-hoisted-clobbered-structure-check.js:
123 * js/script-tests/dfg-uint16array.js:
124 * js/script-tests/dfg-uint32array-overflow-values.js:
125 * js/script-tests/dfg-uint32array.js:
126 * js/script-tests/dfg-uint8array.js:
127 * js/script-tests/dfg-uint8clampedarray.js:
128 * js/script-tests/regress-141098.js:
130 2016-02-17 Myles C. Maxfield <mmaxfield@apple.com>
132 [Font Loading] Implement FontFaceSet
133 https://bugs.webkit.org/show_bug.cgi?id=153348
135 Reviewed by Simon Fraser.
137 * fast/text/font-face-set-javascript-expected.txt: Added.
138 * fast/text/font-face-set-javascript.html: Added.
140 2016-02-17 Commit Queue <commit-queue@webkit.org>
142 Unreviewed, rolling out r196738.
143 https://bugs.webkit.org/show_bug.cgi?id=154380
145 broke css3/calc/transforms-translate.html (Requested by
146 alexchristensen on #webkit).
150 "WebKitCSSMatrix transformList with calculated relative length
152 https://bugs.webkit.org/show_bug.cgi?id=153333
153 http://trac.webkit.org/changeset/196738
155 2016-02-17 Dean Jackson <dino@apple.com>
157 WebKitCSSMatrix transformList with calculated relative length crashes Safari.
158 https://bugs.webkit.org/show_bug.cgi?id=153333
159 <rdar://problem/17198383>
161 Reviewed by Simon Fraser.
163 Update existing tests to exercise the non-absolute lengths for translation
164 and perspective functions.
166 * transforms/cssmatrix-2d-interface-expected.txt:
167 * transforms/cssmatrix-2d-interface.xhtml:
168 * transforms/cssmatrix-3d-interface-expected.txt:
169 * transforms/cssmatrix-3d-interface.xhtml:
171 2016-02-17 Keith Miller <keith_miller@apple.com>
173 Spread operator should be allowed when not the first argument of parameter list
174 https://bugs.webkit.org/show_bug.cgi?id=152721
176 Reviewed by Saam Barati.
178 Update tests with new semantics of spread calling. Additionally,
179 adjust benchmarks to run in a more reasonable time now that
180 spread is implemented correctly.
182 * js/basic-spread-expected.txt:
183 * js/parser-syntax-check-expected.txt:
184 * js/regress/script-tests/deltablue-varargs.js:
186 * js/regress/script-tests/varargs-construct.js:
187 * js/script-tests/basic-spread.js:
188 * js/script-tests/parser-syntax-check.js:
190 2016-02-17 Ryan Haddad <ryanhaddad@apple.com>
192 Add ios-simulator baseline for new W3C HTML tests added with r196710
194 Unreviewed test gardening.
196 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-embedded-expected.txt: Added.
197 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/reflection-forms-expected.txt: Added.
199 2016-02-17 Chris Dumez <cdumez@apple.com>
201 SES selftest page crashes on nightly r196694
202 https://bugs.webkit.org/show_bug.cgi?id=154350
203 <rdar://problem/24704334>
205 Reviewed by Mark Lam.
207 Add test coverage for the crash which happens when shadowing window.length
208 with a value after the window property and then calling
209 Object.getOwnPropertyDescriptor(window, "length").
211 * js/window-length-getOwnPropertyDescriptor-crash-expected.txt: Added.
212 * js/window-length-getOwnPropertyDescriptor-crash.html: Added.
214 2016-02-17 Simon Fraser <simon.fraser@apple.com>
216 Add tests for iframe and overflow scrollability after navigating back
217 https://bugs.webkit.org/show_bug.cgi?id=154300
219 Fix the tests added in r196665 to be agnostic about how many pixels a wheel event scrolls.
221 * fast/scrolling/iframe-scrollable-after-back-expected.txt:
222 * fast/scrolling/iframe-scrollable-after-back.html:
223 * fast/scrolling/overflow-scrollable-after-back-expected.txt:
224 * fast/scrolling/overflow-scrollable-after-back.html:
226 2016-02-17 Skachkov Oleksandr <gskachkov@gmail.com>
228 [ES6] Arrow function. Arrow function should raise exception ReferenceError only when access to 'arguments' on top level
229 https://bugs.webkit.org/show_bug.cgi?id=152570
231 Reviewed by Saam Barati.
233 Add tests to ensure that arrrow function return error when it binds arguments on top level
235 * js/arrowfunction-lexical-bind-arguments-top-level-expected.txt: Added.
236 * js/arrowfunction-lexical-bind-arguments-top-level.html: Added.
237 * js/script-tests/arrowfunction-lexical-bind-arguments-top-level.js: Added.
239 2016-02-17 Chris Dumez <cdumez@apple.com>
241 Import W3C HTML reflection tests
242 https://bugs.webkit.org/show_bug.cgi?id=154310
243 <rdar://problem/24685826>
245 Reviewed by Ryosuke Niwa.
247 Skip newly imported tests in Debug builds because they are slow.
251 2016-02-17 Alex Christensen <achristensen@webkit.org>
253 Copy http body when being redirected with 308 with NetworkSession
254 https://bugs.webkit.org/show_bug.cgi?id=154348
256 Reviewed by Brady Eidson.
258 * http/tests/navigation/post-308-response-expected.txt: Copied from LayoutTests/http/tests/navigation/post-307-response-expected.txt.
259 * http/tests/navigation/post-308-response.html: Copied from LayoutTests/http/tests/navigation/post-307-response.html.
260 * http/tests/navigation/resources/redirection-response.php:
261 Added a test verifying data is being sent with post requests after being redirected with an http status code of 308.
262 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.
263 This fills in the missing non-CORS test.
265 2016-02-17 Chris Dumez <cdumez@apple.com>
267 Regression(r196648): window.showModalDialog is no longer undefined if the client does not allow showing modal dialog
268 https://bugs.webkit.org/show_bug.cgi?id=154330
270 Reviewed by Gavin Barraclough.
272 Add layout test to make sure that window.showModalDialog is undefined
273 when the client does not allow showing modal dialog and to check that
274 window.showModalDialog can be shadowed.
276 * fast/dom/Window/forbid-showModalDialog-expected.txt: Added.
277 * fast/dom/Window/forbid-showModalDialog.html: Added.
279 2016-02-17 Commit Queue <commit-queue@webkit.org>
281 Unreviewed, rolling out r196675.
282 https://bugs.webkit.org/show_bug.cgi?id=154344
284 "Causes major slowdowns on deltablue-varargs" (Requested by
285 keith_miller on #webkit).
289 "Spread operator should be allowed when not the first argument
291 https://bugs.webkit.org/show_bug.cgi?id=152721
292 http://trac.webkit.org/changeset/196675
294 2016-02-17 Nan Wang <n_wang@apple.com>
296 AX: Implement sentence related text marker functions using TextIterator
297 https://bugs.webkit.org/show_bug.cgi?id=154312
299 Reviewed by Chris Fleizach.
301 * accessibility/mac/text-marker-paragraph-nav-expected.txt:
302 * accessibility/mac/text-marker-paragraph-nav.html:
303 * accessibility/mac/text-marker-sentence-nav-expected.txt: Added.
304 * accessibility/mac/text-marker-sentence-nav.html: Added.
306 2016-02-17 Ryan Haddad <ryanhaddad@apple.com>
308 Adding an ios-specific baseline for accessibility/ios-simulator/centerpoint.html during failure investigation
309 https://bugs.webkit.org/show_bug.cgi?id=154137
311 Unreviewed test gardening.
313 * platform/ios-simulator/accessibility/ios-simulator/centerpoint-expected.txt: Added.
315 2016-02-17 Ryan Haddad <ryanhaddad@apple.com>
317 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator
319 Unreviewed test gardening.
321 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
323 2016-02-17 Ryan Haddad <ryanhaddad@apple.com>
325 Skipping tests added with r196688 on ios-simulator due to reliance on unsupported mouse events.
327 Unreviewed test gardening.
329 * platform/ios-simulator/TestExpectations:
331 2016-02-17 Chris Dumez <cdumez@apple.com>
333 Window should have its 'constructor' property on the prototype
334 https://bugs.webkit.org/show_bug.cgi?id=154037
335 <rdar://problem/24689078>
337 Reviewed by Gavin Barraclough.
339 * http/tests/security/cross-origin-window-property-access-expected.txt:
340 * http/tests/security/cross-origin-window-property-access.html:
341 Add checks to make sure it still is not possible to access
342 window.constructor cross-origin.
344 * js/getOwnPropertyDescriptor-window-attributes-expected.txt:
345 * js/getOwnPropertyDescriptor-window-attributes.html:
346 Update test now that window has it's "constructor" attribute
349 2016-02-16 Carlos Garcia Campos <cgarcia@igalia.com>
351 Add a way to test ScrollAnimator
352 https://bugs.webkit.org/show_bug.cgi?id=153479
354 Reviewed by Michael Catanzaro.
356 * compositing/overflow/overflow-scrollbar-layer-positions-expected.txt:
357 * fast/scrolling/overlay-scrollbars-scroll-corner-expected.html: Added.
358 * fast/scrolling/overlay-scrollbars-scroll-corner.html: Added.
359 * fast/scrolling/scroll-animator-basic-events-expected.txt: Added.
360 * fast/scrolling/scroll-animator-basic-events.html: Added.
361 * fast/scrolling/scroll-animator-overlay-scrollbars-hovered-expected.txt: Added.
362 * fast/scrolling/scroll-animator-overlay-scrollbars-hovered.html: Added.
363 * fast/scrolling/scroll-animator-select-list-events-expected.txt: Added.
364 * fast/scrolling/scroll-animator-select-list-events.html: Added.
365 * fast/scrolling/scrollbar-tickmarks-hittest.html:
366 * platform/mac-wk1/TestExpectations:
367 * platform/mac-wk1/fast/scrolling/scroll-animator-basic-events-expected.txt: Added.
368 * platform/mac-wk1/fast/scrolling/scroll-animator-select-list-events-expected.txt: Added.
370 2016-02-16 Gavin Barraclough <barraclough@apple.com>
372 JSDOMWindow::getOwnPropertySlot should not search photo chain
373 https://bugs.webkit.org/show_bug.cgi?id=154102
375 Reviewed by Chris Dumez.
377 Should only return *own* properties.
379 * fast/dom/Window/es52-globals-expected.txt:
380 * http/tests/security/window-named-valueOf-expected.txt:
381 * imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
382 - update test results.
384 2016-02-16 Keith Miller <keith_miller@apple.com>
386 Spread operator should be allowed when not the first argument of parameter list
387 https://bugs.webkit.org/show_bug.cgi?id=152721
389 Reviewed by Saam Barati.
391 Update tests with new semantics of spread calling.
393 * js/basic-spread-expected.txt:
394 * js/parser-syntax-check-expected.txt:
395 * js/script-tests/basic-spread.js:
396 * js/script-tests/parser-syntax-check.js:
398 2016-02-16 Chris Dumez <cdumez@apple.com>
400 Navigator.geolocation should not be marked a [Replaceable] and should be on the prototype
401 https://bugs.webkit.org/show_bug.cgi?id=154304
402 <rdar://problem/24685092>
404 Reviewed by Gavin Barraclough.
406 * fast/dom/Geolocation/enabled-expected.txt:
407 * fast/dom/Geolocation/script-tests/enabled.js:
408 * js/dom/delete-syntax-expected.txt:
409 * js/dom/script-tests/delete-syntax.js:
410 Update tests as they expected the navigator properties to be on the
411 instance rather than the prototype.
413 * js/dom/script-tests/shadow-navigator-geolocation-in-strict-mode-does-not-throw.js: Removed.
414 * js/dom/shadow-navigator-geolocation-in-strict-mode-does-not-throw-expected.txt: Removed.
415 * js/dom/shadow-navigator-geolocation-in-strict-mode-does-not-throw.html: Removed.
418 * js/navigator-set-geolocation-expected.txt: Added.
419 * js/navigator-set-geolocation.html: Added.
420 Add test to make sure that Navigator.geolocation cannot be set. I verified that
421 this test passes in both Firefox and Chrome.
423 2016-02-16 Said Abou-Hallawa <sabouhallawa@apple.com>
425 REGRESSION (r190430): WTFCrashWithSecurityImplication in:void SVGRootInlineBox::layoutCharactersInTextBoxes()
426 https://bugs.webkit.org/show_bug.cgi?id=154185
428 Reviewed by Ryosuke Niwa.
430 Ensure that adding an HTMLSlotElement with text to an SVGTextElement will
431 not create a renderer and we won't crash.
433 * fast/shadow-dom/text-slot-child-crash-expected.txt: Added.
434 * fast/shadow-dom/text-slot-child-crash.svg: Added.
436 2016-02-16 Simon Fraser <simon.fraser@apple.com>
438 Add tests for iframe and overflow scrollability after navigating back
439 https://bugs.webkit.org/show_bug.cgi?id=154300
441 Reviewed by Brent Fulgham.
443 Test that sends mousewheel events to overflow and iframe, before and after navigating
446 These tests detect the regression caused by r188659.
448 * fast/scrolling/iframe-scrollable-after-back-expected.txt: Added.
449 * fast/scrolling/iframe-scrollable-after-back.html: Added.
450 * fast/scrolling/overflow-scrollable-after-back-expected.txt: Added.
451 * fast/scrolling/overflow-scrollable-after-back.html: Added.
452 * fast/scrolling/resources/scroll-notifying-page.html: Added.
453 * platform/ios-simulator/TestExpectations: Skip on iOS.
455 2016-02-16 Daniel Bates <dabates@apple.com>
457 CSP: Update violation report 'Content-Type' header
458 https://bugs.webkit.org/show_bug.cgi?id=153166
459 <rdar://problem/24383327>
461 Reviewed by Brent Fulgham.
463 Update expected results now that we post the Content Security Policy violation report with
464 Content-Type application/csp-report.
466 * TestExpectations: Update associated bugs for entries that still fail.
467 * http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-when-private-browsing-enabled-expected.txt:
468 * http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-when-private-browsing-toggled-expected.txt:
469 * http/tests/security/contentSecurityPolicy/report-same-origin-no-cookies-when-private-browsing-toggled-expected.txt:
470 * http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies-when-private-browsing-enabled-expected.txt:
471 * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: Fix up HTTP_REFERER and csp-report
472 to reflect the correct value for HTTP_REFERER and the correct values for the report-uri and document-uri keys in the CSP
475 2016-02-16 Ryan Haddad <ryanhaddad@apple.com>
477 Marking pageoverlay/overlay-installation.html as flaky on ios-simulator
478 https://bugs.webkit.org/show_bug.cgi?id=153337
480 Unreviewed test gardening.
482 * platform/ios-simulator/TestExpectations:
484 2016-02-16 Ryan Haddad <ryanhaddad@apple.com>
486 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196648
488 Unreviewed test gardening.
490 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
492 2016-02-16 Daniel Bates <dabates@apple.com>
494 CSP: Fix parsing of 'host/path' source expressions
495 https://bugs.webkit.org/show_bug.cgi?id=153170
496 <rdar://problem/24383407>
498 Reviewed by Brent Fulgham.
500 Remove entry for test http/tests/security/contentSecurityPolicy/source-list-parsing-paths-03.html
505 2016-02-16 Joseph Pecoraro <pecoraro@apple.com>
507 JSContext Inspector: Support for inline source maps
508 https://bugs.webkit.org/show_bug.cgi?id=154303
509 <rdar://problem/24670392>
511 Reviewed by Timothy Hatcher.
513 * inspector/unit-tests/url-utilities-expected.txt: Added.
514 * inspector/unit-tests/url-utilities.html: Added.
516 2016-02-16 Daniel Bates <dabates@apple.com>
518 CSP: Disallow an empty host in a host-source source expression
519 https://bugs.webkit.org/show_bug.cgi?id=153168
520 <rdar://problem/24383366>
522 Reviewed by Brent Fulgham.
524 Remove entry for test http/tests/security/contentSecurityPolicy/source-list-parsing-07.html
529 2016-02-16 Chris Dumez <cdumez@apple.com>
531 [Web IDL] Operations should be on the instance for global objects or if [Unforgeable]
532 https://bugs.webkit.org/show_bug.cgi?id=154120
533 <rdar://problem/24613231>
535 Reviewed by Gavin Barraclough.
537 * inspector/model/remote-object-get-properties-expected.txt:
538 Rebaseline test because the order of static properties has changed:
539 functions are now before constants instead of after.
541 2016-02-16 Ryan Haddad <ryanhaddad@apple.com>
543 Marking webarchive/loading/missing-data.html as flaky on ios-simulator-wk2
544 https://bugs.webkit.org/show_bug.cgi?id=153380
546 Unreviewed test gardening.
548 * platform/ios-simulator-wk2/TestExpectations:
550 2016-02-16 Keith Miller <keith_miller@apple.com>
552 ClonedArguments should not materialize its special properties unless they are being changed or deleted
553 https://bugs.webkit.org/show_bug.cgi?id=154128
555 Reviewed by Filip Pizlo.
557 Have argumnets-strict-mode test the speed of spreading the arguments object.
559 * js/regress/script-tests/arguments-strict-mode.js:
562 2016-02-16 Ryan Haddad <ryanhaddad@apple.com>
564 Marking fast/events/keydown-1.html as flaky on mac-wk1 debug
565 https://bugs.webkit.org/show_bug.cgi?id=154297
567 Unreviewed test gardening.
569 * platform/mac-wk1/TestExpectations:
571 2016-02-16 Filip Pizlo <fpizlo@apple.com>
573 FTL should support StringFromCharCode
574 https://bugs.webkit.org/show_bug.cgi?id=154267
576 Reviewed by Mark Lam.
578 * js/regress/script-tests/string-from-char-code.js: Added.
580 * js/regress/script-tests/untyped-string-from-char-code.js: Added.
582 * js/regress/string-from-char-code-expected.txt: Added.
583 * js/regress/string-from-char-code.html: Added.
584 * js/regress/untyped-string-from-char-code-expected.txt: Added.
585 * js/regress/untyped-string-from-char-code.html: Added.
587 2016-02-16 Carlos Garcia Campos <cgarcia@igalia.com>
589 [GTK] No hover-horizontal scrolling available
590 https://bugs.webkit.org/show_bug.cgi?id=122859
592 Reviewed by Michael Catanzaro.
594 * platform/gtk/scrollbars/main-frame-scrollbar-horizontal-wheel-scroll-expected.html: Added.
595 * platform/gtk/scrollbars/main-frame-scrollbar-horizontal-wheel-scroll.html: Added.
597 2016-02-16 Antti Koivisto <antti@apple.com>
599 Factor id mutation style invalidation code into a class
600 https://bugs.webkit.org/show_bug.cgi?id=154287
602 Reviewed by Andreas Kling.
604 * fast/css/style-invalidation-id-change-descendants-expected.txt: Added.
605 * fast/css/style-invalidation-id-change-descendants.html: Added.
607 2016-02-16 Ryan Haddad <ryanhaddad@apple.com>
609 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196621
611 Unreviewed test gardening.
613 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
615 2016-02-15 Antti Koivisto <antti@apple.com>
617 Optimize style invalidations for attribute selectors
618 https://bugs.webkit.org/show_bug.cgi?id=154242
620 Reviewed by Andreas Kling.
622 * fast/css/style-invalidation-attribute-change-descendants-expected.txt: Added.
623 * fast/css/style-invalidation-attribute-change-descendants.html: Added.
625 2016-02-16 Chris Dumez <cdumez@apple.com>
627 Do security checks early in JSDOMWindow::put*()
628 https://bugs.webkit.org/show_bug.cgi?id=154270
630 Reviewed by Gavin Barraclough.
632 * http/tests/security/cross-frame-access-put-expected.txt:
633 Rebaseline. The extra security warnings are for the following properties:
634 closed, crypto, frameElement, pageXOffset and pageYOffset.
635 All these properties are read-only and therefore cannot be set (cross-origin
636 or not). The previous code was not doing an explicit check and ended up
637 trying to set these properties. However, since they are read-only, we would
638 silently fail to set them. The new code does the explicit check and therefore
639 will warn and NOT attempt to set.
641 * http/tests/security/cross-origin-reified-window-location-setting-expected.txt: Added.
642 * http/tests/security/cross-origin-reified-window-location-setting.html: Added.
643 Add test to check that setting window.location cross-origin still works after the
644 window object has been reified.
646 2016-02-15 Mark Lam <mark.lam@apple.com>
648 [ARMv7] Some JSC test fails due to exhausting the JIT code heap on the no LLINT test configuration.
649 https://bugs.webkit.org/show_bug.cgi?id=151611
651 Reviewed by Saam Barati.
653 These tests are only failing because they are compiling too much with the LLINT
654 disabled. As a result, they are using more JIT code heap space than is allowed
657 This patch excludes these tests from the noLLINT configuration on 32-bit ARM.
659 * js/script-tests/dfg-float32array.js:
660 * js/script-tests/dfg-float64array.js:
661 * js/script-tests/dfg-int16array.js:
662 * js/script-tests/dfg-int32array-overflow-values.js:
663 * js/script-tests/dfg-int32array.js:
664 * js/script-tests/dfg-int8array.js:
665 * js/script-tests/dfg-osr-entry-hoisted-clobbered-structure-check.js:
666 * js/script-tests/dfg-uint16array.js:
667 * js/script-tests/dfg-uint32array-overflow-values.js:
668 * js/script-tests/dfg-uint32array.js:
669 * js/script-tests/dfg-uint8array.js:
670 * js/script-tests/dfg-uint8clampedarray.js:
671 * js/script-tests/regress-141098.js:
673 2016-02-15 Brent Fulgham <bfulgham@apple.com>
675 [Mac] Gather some rudimentary statistics during resource load
676 https://bugs.webkit.org/show_bug.cgi?id=153575
677 <rdar://problem/24075254>
679 Reviewed by Brady Eidson.
681 * http/tests/navigation/resources/redirect-on-reload-updates-history-item-statistics.php: Added.
682 * http/tests/navigation/resources/redirect-updates-history-item-done-statistics.html: Added.
683 * http/tests/navigation/statistics-expected.txt: Added.
684 * http/tests/navigation/statistics.html: Added.
686 2016-02-15 Chris Dumez <cdumez@apple.com>
688 The following properties should exist on the global object: AudioTrackList, AudioTrack, VideoTrackList, VideoTrack
689 https://bugs.webkit.org/show_bug.cgi?id=154250
690 <rdar://problem/24660829>
692 Reviewed by Eric Carlson.
694 Rebaseline now that AudioTrackList, AudioTrack, VideoTrackList and VideoTrack
695 are exposed on the global Window object.
697 * js/dom/global-constructors-attributes-expected.txt:
698 * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
699 * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
700 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
702 2016-02-15 Hunseop Jeong <hs85.jeong@samsung.com>
704 [EFL] Rebaseline after r196244.
706 Unreviewed test gardening.
708 * platform/efl/compositing/geometry/clipping-foreground-expected.txt:
709 * platform/efl/compositing/geometry/root-layer-update-expected.txt:
710 * platform/efl/compositing/overflow/ancestor-overflow-expected.txt:
711 * platform/efl/compositing/overflow/nested-scrolling-expected.txt:
712 * platform/efl/compositing/overflow/overflow-scroll-expected.txt:
713 * platform/efl/compositing/overflow/parent-overflow-expected.txt:
714 * platform/efl/compositing/overflow/scrollbar-painting-expected.txt:
715 * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt:
716 * platform/efl/compositing/sibling-positioning-expected.txt:
717 * platform/efl/css3/unicode-bidi-isolate-basic-expected.txt:
718 * platform/efl/fast/block/positioning/auto/vertical-rl/007-expected.txt:
719 * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt:
720 * platform/efl/fast/borders/border-antialiasing-expected.txt:
721 * platform/efl/fast/clip/001-expected.txt:
722 * platform/efl/fast/clip/013-expected.txt:
723 * platform/efl/fast/clip/014-expected.txt:
724 * platform/efl/fast/clip/016-expected.txt:
725 * platform/efl/fast/clip/outline-overflowClip-expected.txt:
726 * platform/efl/fast/css/clip-zooming-expected.txt:
727 * platform/efl/fast/forms/validation-message-appearance-expected.txt:
728 * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
729 * platform/efl/fast/line-grid/line-grid-inside-columns-expected.txt:
730 * platform/efl/fast/line-grid/line-grid-into-columns-expected.txt:
731 * platform/efl/fast/lists/scrolled-marker-paint-expected.txt:
732 * platform/efl/fast/multicol/client-rects-expected.txt:
733 * platform/efl/fast/multicol/column-break-with-balancing-expected.txt:
734 * platform/efl/fast/multicol/column-rules-expected.txt:
735 * platform/efl/fast/multicol/column-rules-stacking-expected.txt:
736 * platform/efl/fast/multicol/columns-shorthand-parsing-expected.txt:
737 * platform/efl/fast/multicol/float-paginate-complex-expected.txt:
738 * platform/efl/fast/multicol/float-paginate-empty-lines-expected.txt:
739 * platform/efl/fast/multicol/float-paginate-expected.txt:
740 * platform/efl/fast/multicol/layers-in-multicol-expected.txt:
741 * platform/efl/fast/multicol/layers-split-across-columns-expected.txt:
742 * platform/efl/fast/multicol/max-height-columns-block-expected.txt:
743 * platform/efl/fast/multicol/nested-columns-expected.txt:
744 * platform/efl/fast/multicol/newmulticol/client-rects-expected.txt:
745 * platform/efl/fast/multicol/overflow-across-columns-expected.txt:
746 * platform/efl/fast/multicol/overflow-across-columns-percent-height-expected.txt:
747 * platform/efl/fast/multicol/overflow-unsplittable-expected.txt:
748 * platform/efl/fast/multicol/paginate-block-replaced-expected.txt:
749 * platform/efl/fast/multicol/pagination/BottomToTop-bt-expected.txt:
750 * platform/efl/fast/multicol/pagination/BottomToTop-lr-expected.txt:
751 * platform/efl/fast/multicol/pagination/BottomToTop-rl-expected.txt:
752 * platform/efl/fast/multicol/pagination/BottomToTop-tb-expected.txt:
753 * platform/efl/fast/multicol/pagination/LeftToRight-bt-expected.txt:
754 * platform/efl/fast/multicol/pagination/LeftToRight-rl-expected.txt:
755 * platform/efl/fast/multicol/pagination/LeftToRight-tb-expected.txt:
756 * platform/efl/fast/multicol/pagination/LeftToRight-tb-hittest-expected.txt:
757 * platform/efl/fast/multicol/pagination/RightToLeft-bt-expected.txt:
758 * platform/efl/fast/multicol/pagination/RightToLeft-lr-expected.txt:
759 * platform/efl/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt:
760 * platform/efl/fast/multicol/pagination/RightToLeft-rl-expected.txt:
761 * platform/efl/fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt:
762 * platform/efl/fast/multicol/pagination/RightToLeft-tb-expected.txt:
763 * platform/efl/fast/multicol/pagination/TopToBottom-bt-expected.txt:
764 * platform/efl/fast/multicol/pagination/TopToBottom-lr-expected.txt:
765 * platform/efl/fast/multicol/pagination/TopToBottom-rl-expected.txt:
766 * platform/efl/fast/multicol/positive-leading-expected.txt:
767 * platform/efl/fast/multicol/scrolling-column-rules-expected.txt:
768 * platform/efl/fast/multicol/scrolling-overflow-expected.txt:
769 * platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
770 * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
771 * platform/efl/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
772 * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
773 * platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
774 * platform/efl/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
775 * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
776 * platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.txt:
777 * platform/efl/fast/multicol/span/span-margin-collapsing-expected.txt:
778 * platform/efl/fast/multicol/table-vertical-align-expected.txt:
779 * platform/efl/fast/multicol/tall-image-behavior-expected.txt:
780 * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
781 * platform/efl/fast/multicol/vertical-lr/column-rules-expected.txt:
782 * platform/efl/fast/multicol/vertical-lr/float-multicol-expected.txt:
783 * platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
784 * platform/efl/fast/multicol/vertical-lr/float-paginate-expected.txt:
785 * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.txt:
786 * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
787 * platform/efl/fast/multicol/vertical-rl/column-rules-expected.txt:
788 * platform/efl/fast/multicol/vertical-rl/float-multicol-expected.txt:
789 * platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
790 * platform/efl/fast/multicol/vertical-rl/float-paginate-expected.txt:
791 * platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt:
792 * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
793 * platform/efl/fast/overflow/float-in-relpositioned-expected.txt:
794 * platform/efl/fast/overflow/overflow-auto-position-absolute-expected.txt:
795 * platform/efl/fast/overflow/overflow-rtl-expected.txt:
796 * platform/efl/fast/overflow/paged-x-div-expected.txt:
797 * platform/efl/fast/overflow/paged-x-div-with-column-gap-expected.txt:
798 * platform/efl/fast/overflow/paged-x-on-root-expected.txt:
799 * platform/efl/fast/overflow/paged-x-with-column-gap-expected.txt:
800 * platform/efl/fast/overflow/paged-y-div-expected.txt:
801 * platform/efl/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
802 * platform/efl/fast/regions/repaint/region-painting-via-layout-expected.txt:
803 * platform/efl/fast/repaint/box-shadow-h-expected.txt:
804 * platform/efl/fast/repaint/box-shadow-v-expected.txt:
805 * platform/efl/fast/repaint/layer-outline-expected.txt:
806 * platform/efl/fast/repaint/layer-outline-horizontal-expected.txt:
807 * platform/efl/fast/table/edge-offsets-expected.txt:
808 * platform/efl/fast/transforms/overflow-with-transform-expected.txt:
809 * platform/efl/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added.
810 * platform/efl/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added.
811 * platform/efl/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
812 * platform/efl/scrollbars/scrollbars-on-positioned-content-expected.txt:
813 * platform/efl/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: Added.
814 * platform/efl/svg/custom/image-rescale-clip-expected.txt: Added.
816 2016-02-15 Ryan Haddad <ryanhaddad@apple.com>
818 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196607
820 Unreviewed test gardening.
822 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
824 2016-02-15 Myles C. Maxfield <mmaxfield@apple.com>
826 [Font Loading] Implement FontFace JavaScript object
827 https://bugs.webkit.org/show_bug.cgi?id=153345
829 Reviewed by Antti Koivisto.
831 * fast/text/font-face-javascript-expected.txt: Added.
832 * fast/text/font-face-javascript.html: Added.
833 * js/dom/global-constructors-attributes-expected.txt:
834 * platform/efl/js/dom/global-constructors-attributes-expected.txt:
835 * platform/gtk/js/dom/global-constructors-attributes-expected.txt:
836 * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
837 * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
838 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
839 * platform/win/js/dom/global-constructors-attributes-expected.txt:
841 2016-02-15 Chris Dumez <cdumez@apple.com>
843 XMLHttpRequest / XMLHttpRequestUpload should inherit XMLHttpRequestEventTarget
844 https://bugs.webkit.org/show_bug.cgi?id=154230
846 Reviewed by Alex Christensen.
848 Rebaseline tests now that XMLHttpRequestEventTarget is exposed on the
851 * js/dom/global-constructors-attributes-dedicated-worker-expected.txt:
852 * js/dom/global-constructors-attributes-expected.txt:
853 * platform/efl/js/dom/global-constructors-attributes-dedicated-worker-expected.txt:
854 * platform/efl/js/dom/global-constructors-attributes-expected.txt:
855 * platform/gtk/js/dom/global-constructors-attributes-expected.txt:
856 * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
857 * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
858 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
859 * platform/win/js/dom/global-constructors-attributes-expected.txt:
861 2016-02-15 Jiewen Tan <jiewen_tan@apple.com>
863 Refine SimulatedMouseEvent to support Event.isTrusted
864 https://bugs.webkit.org/show_bug.cgi?id=154133
865 <rdar://problem/24616246>
867 Reviewed by Darin Adler.
869 * imported/blink/fast/events/event-trusted-expected.txt:
870 * imported/blink/fast/events/event-trusted.html:
872 2016-02-15 Ryan Haddad <ryanhaddad@apple.com>
874 Marking animations/animation-delay-changed.html as flaky on ios-simulator
875 https://bugs.webkit.org/show_bug.cgi?id=154253
877 Unreviewed test gardening.
879 * platform/ios-simulator-wk2/TestExpectations:
880 * platform/ios-simulator/TestExpectations:
882 2016-02-15 Joseph Pecoraro <pecoraro@apple.com>
884 Web Inspector: Web Workers have no access to console for debugging
885 https://bugs.webkit.org/show_bug.cgi?id=26237
887 Reviewed by Timothy Hatcher.
889 * inspector/console/messageAdded-from-worker-expected.txt: Added.
890 * inspector/console/messageAdded-from-worker.html: Added.
891 * inspector/console/resources/worker-console-log.js: Added.
893 2016-02-15 Timothy Hatcher <timothy@apple.com>
895 Web Inspector: CSS variables are not formatted correctly
896 https://bugs.webkit.org/show_bug.cgi?id=154217
897 rdar://problem/24644154
899 Reviewed by Joseph Pecoraro.
901 * inspector/codemirror/prettyprinting-css-rules-expected.txt:
902 * inspector/codemirror/prettyprinting-css-rules.html:
903 * inspector/codemirror/resources/prettyprinting/css-rule-tests/css-variables-expected.css: Added.
904 * inspector/codemirror/resources/prettyprinting/css-rule-tests/css-variables.css: Added.
906 2016-02-15 Chris Dumez <cdumez@apple.com>
908 Regression(r196563): It is no longer possible to call window.addEventListener without an explicit 'this'
909 https://bugs.webkit.org/show_bug.cgi?id=154245
911 Reviewed by Ryosuke Niwa.
913 Add a layout test to cover the use of the EventListener API without an
914 explicit 'this' value.
916 * fast/dom/Window/addEventListener-implicit-this-expected.txt: Added.
917 * fast/dom/Window/addEventListener-implicit-this.html: Added.
919 2016-02-15 Daniel Bates <dabates@apple.com>
921 CSP: 'sandbox' should be ignored in report-only mode
922 https://bugs.webkit.org/show_bug.cgi?id=153167
923 <rdar://problem/22708669>
925 Reviewed by Brent Fulgham.
927 Remove the entry from the TestExpectations file for the test
928 http/tests/security/contentSecurityPolicy/sandbox-report-only.html as it now passes.
932 2016-02-15 Daniel Bates <dabates@apple.com>
934 CSP: Allow schemeless source expressions to match an HTTP or HTTPS resource
935 https://bugs.webkit.org/show_bug.cgi?id=154177
936 <rdar://problem/22708772>
938 Reviewed by Brent Fulgham.
940 Update test case and expected result to test that a schemeless source expression
941 matches an HTTPS subresource (and does not trigger a Content Security Policy violation)
942 when the page is served over HTTP.
944 * http/tests/security/contentSecurityPolicy/source-list-parsing-10-expected.txt:
945 * http/tests/security/contentSecurityPolicy/source-list-parsing-10.html: Change "no" to "yes"
946 so that we consider it a success (and continue printing "PASS") when we load and execute the
947 script, <https://127.0.0.1:8443/security/contentSecurityPolicy/resources/script.js>.
949 2016-02-15 Ryan Haddad <ryanhaddad@apple.com>
951 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196563
953 Unreviewed test gardening.
955 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
957 2016-02-15 Hunseop Jeong <hs85.jeong@samsung.com>
959 Unreviewed. EFL gardening after r195740.
961 * platform/efl/tables/mozilla/bugs/bug10269-1-expected.txt:
962 * platform/efl/tables/mozilla/bugs/bug10269-2-expected.txt:
963 * platform/efl/tables/mozilla/bugs/bug10296-2-expected.txt:
964 * platform/efl/tables/mozilla/bugs/bug103533-expected.txt:
965 * platform/efl/tables/mozilla/bugs/bug106158-1-expected.txt:
966 * platform/efl/tables/mozilla/bugs/bug108340-expected.txt:
967 * platform/efl/tables/mozilla/bugs/bug110566-expected.txt:
968 * platform/efl/tables/mozilla/bugs/bug11321-expected.txt:
969 * platform/efl/tables/mozilla/bugs/bug113235-3-expected.txt:
970 * platform/efl/tables/mozilla/bugs/bug11944-expected.txt:
971 * platform/efl/tables/mozilla/bugs/bug119786-expected.txt:
972 * platform/efl/tables/mozilla/bugs/bug12384-expected.txt:
973 * platform/efl/tables/mozilla/bugs/bug1261-expected.txt:
974 * platform/efl/tables/mozilla/bugs/bug12910-2-expected.txt:
975 * platform/efl/tables/mozilla/bugs/bug13105-expected.txt:
976 * platform/efl/tables/mozilla/bugs/bug13118-expected.txt:
977 * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt:
978 * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt:
979 * platform/efl/tables/mozilla/bugs/bug13484-expected.txt:
980 * platform/efl/tables/mozilla/bugs/bug13526-expected.txt:
981 * platform/efl/tables/mozilla/bugs/bug138725-expected.txt:
982 * platform/efl/tables/mozilla/bugs/bug14159-3-expected.txt:
983 * platform/efl/tables/mozilla/bugs/bug149275-2-expected.txt:
984 * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt:
985 * platform/efl/tables/mozilla/bugs/bug1828-expected.txt:
986 * platform/efl/tables/mozilla/bugs/bug18359-expected.txt:
987 * platform/efl/tables/mozilla/bugs/bug18558-expected.txt:
988 * platform/efl/tables/mozilla/bugs/bug2050-expected.txt:
989 * platform/efl/tables/mozilla/bugs/bug20579-expected.txt:
990 * platform/efl/tables/mozilla/bugs/bug21299-expected.txt:
991 * platform/efl/tables/mozilla/bugs/bug21918-expected.txt:
992 * platform/efl/tables/mozilla/bugs/bug221784-1-expected.txt:
993 * platform/efl/tables/mozilla/bugs/bug221784-2-expected.txt:
994 * platform/efl/tables/mozilla/bugs/bug22246-2-expected.txt:
995 * platform/efl/tables/mozilla/bugs/bug22246-2a-expected.txt:
996 * platform/efl/tables/mozilla/bugs/bug2267-expected.txt:
997 * platform/efl/tables/mozilla/bugs/bug23072-expected.txt:
998 * platform/efl/tables/mozilla/bugs/bug23151-expected.txt:
999 * platform/efl/tables/mozilla/bugs/bug23299-expected.txt:
1000 * platform/efl/tables/mozilla/bugs/bug24503-expected.txt:
1001 * platform/efl/tables/mozilla/bugs/bug24627-expected.txt:
1002 * platform/efl/tables/mozilla/bugs/bug2469-expected.txt:
1003 * platform/efl/tables/mozilla/bugs/bug2479-1-expected.txt:
1004 * platform/efl/tables/mozilla/bugs/bug24880-expected.txt:
1005 * platform/efl/tables/mozilla/bugs/bug25086-expected.txt:
1006 * platform/efl/tables/mozilla/bugs/bug2516-expected.txt:
1007 * platform/efl/tables/mozilla/bugs/bug25367-expected.txt:
1008 * platform/efl/tables/mozilla/bugs/bug2585-expected.txt:
1009 * platform/efl/tables/mozilla/bugs/bug26178-expected.txt:
1010 * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt:
1011 * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt:
1012 * platform/efl/tables/mozilla/bugs/bug275625-expected.txt:
1013 * platform/efl/tables/mozilla/bugs/bug2757-expected.txt:
1014 * platform/efl/tables/mozilla/bugs/bug278266-expected.txt:
1015 * platform/efl/tables/mozilla/bugs/bug278385-expected.txt:
1016 * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt:
1017 * platform/efl/tables/mozilla/bugs/bug28928-expected.txt:
1018 * platform/efl/tables/mozilla/bugs/bug29157-expected.txt:
1019 * platform/efl/tables/mozilla/bugs/bug2973-expected.txt:
1020 * platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt:
1021 * platform/efl/tables/mozilla/bugs/bug3037-2-expected.txt:
1022 * platform/efl/tables/mozilla/bugs/bug30418-expected.txt:
1023 * platform/efl/tables/mozilla/bugs/bug30985-expected.txt:
1024 * platform/efl/tables/mozilla/bugs/bug3191-expected.txt:
1025 * platform/efl/tables/mozilla/bugs/bug32205-2-expected.txt:
1026 * platform/efl/tables/mozilla/bugs/bug32205-5-expected.txt:
1027 * platform/efl/tables/mozilla/bugs/bug32447-expected.txt:
1028 * platform/efl/tables/mozilla/bugs/bug3263-expected.txt:
1029 * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt:
1030 * platform/efl/tables/mozilla/bugs/bug34538-expected.txt:
1031 * platform/efl/tables/mozilla/bugs/bug35662-expected.txt:
1032 * platform/efl/tables/mozilla/bugs/bug3718-expected.txt:
1033 * platform/efl/tables/mozilla/bugs/bug39209-expected.txt:
1034 * platform/efl/tables/mozilla/bugs/bug40828-expected.txt:
1035 * platform/efl/tables/mozilla/bugs/bug4284-expected.txt:
1036 * platform/efl/tables/mozilla/bugs/bug4429-expected.txt:
1037 * platform/efl/tables/mozilla/bugs/bug44523-expected.txt:
1038 * platform/efl/tables/mozilla/bugs/bug45055-expected.txt:
1039 * platform/efl/tables/mozilla/bugs/bug4520-expected.txt:
1040 * platform/efl/tables/mozilla/bugs/bug46268-3-expected.txt:
1041 * platform/efl/tables/mozilla/bugs/bug46268-5-expected.txt:
1042 * platform/efl/tables/mozilla/bugs/bug46268-expected.txt:
1043 * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt:
1044 * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt:
1045 * platform/efl/tables/mozilla/bugs/bug4739-expected.txt:
1046 * platform/efl/tables/mozilla/bugs/bug48028-1-expected.txt:
1047 * platform/efl/tables/mozilla/bugs/bug48028-2-expected.txt:
1048 * platform/efl/tables/mozilla/bugs/bug51037-expected.txt:
1049 * platform/efl/tables/mozilla/bugs/bug51140-expected.txt:
1050 * platform/efl/tables/mozilla/bugs/bug55527-expected.txt:
1051 * platform/efl/tables/mozilla/bugs/bug55545-expected.txt:
1052 * platform/efl/tables/mozilla/bugs/bug55694-expected.txt:
1053 * platform/efl/tables/mozilla/bugs/bug56405-expected.txt:
1054 * platform/efl/tables/mozilla/bugs/bug57300-expected.txt:
1055 * platform/efl/tables/mozilla/bugs/bug57378-expected.txt:
1056 * platform/efl/tables/mozilla/bugs/bug57828-expected.txt:
1057 * platform/efl/tables/mozilla/bugs/bug5798-expected.txt:
1058 * platform/efl/tables/mozilla/bugs/bug5799-expected.txt:
1059 * platform/efl/tables/mozilla/bugs/bug5838-expected.txt:
1060 * platform/efl/tables/mozilla/bugs/bug58402-1-expected.txt:
1061 * platform/efl/tables/mozilla/bugs/bug59354-expected.txt:
1062 * platform/efl/tables/mozilla/bugs/bug60013-expected.txt:
1063 * platform/efl/tables/mozilla/bugs/bug60749-expected.txt:
1064 * platform/efl/tables/mozilla/bugs/bug60992-expected.txt:
1065 * platform/efl/tables/mozilla/bugs/bug63785-expected.txt:
1066 * platform/efl/tables/mozilla/bugs/bug650-expected.txt:
1067 * platform/efl/tables/mozilla/bugs/bug67864-expected.txt:
1068 * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt:
1069 * platform/efl/tables/mozilla/bugs/bug69187-expected.txt:
1070 * platform/efl/tables/mozilla/bugs/bug709-expected.txt:
1071 * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt:
1072 * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt:
1073 * platform/efl/tables/mozilla/bugs/bug75250-expected.txt:
1074 * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt:
1075 * platform/efl/tables/mozilla/bugs/bug82946-1-expected.txt:
1076 * platform/efl/tables/mozilla/bugs/bug8361-expected.txt:
1077 * platform/efl/tables/mozilla/bugs/bug83786-expected.txt:
1078 * platform/efl/tables/mozilla/bugs/bug8381-expected.txt:
1079 * platform/efl/tables/mozilla/bugs/bug9072-expected.txt:
1080 * platform/efl/tables/mozilla/bugs/bug9271-1-expected.txt:
1081 * platform/efl/tables/mozilla/bugs/bug93363-expected.txt:
1082 * platform/efl/tables/mozilla/bugs/bug96343-expected.txt:
1083 * platform/efl/tables/mozilla/bugs/bug965-expected.txt:
1084 * platform/efl/tables/mozilla/bugs/bug97138-expected.txt:
1085 * platform/efl/tables/mozilla/bugs/bug99923-expected.txt:
1086 * platform/efl/tables/mozilla/bugs/bug99948-expected.txt:
1087 * platform/efl/tables/mozilla/collapsing_borders/bug127040-expected.txt:
1088 * platform/efl/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
1089 * platform/efl/tables/mozilla/core/captions-expected.txt:
1090 * platform/efl/tables/mozilla/core/col_widths_auto_auto-expected.txt:
1091 * platform/efl/tables/mozilla/core/col_widths_auto_autoPer-expected.txt:
1092 * platform/efl/tables/mozilla/core/col_widths_fix_autoPer-expected.txt:
1093 * platform/efl/tables/mozilla/core/row_span-expected.txt:
1094 * platform/efl/tables/mozilla/dom/appendCol2-expected.txt:
1095 * platform/efl/tables/mozilla/dom/appendRowsExpand1-expected.txt:
1096 * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
1097 * platform/efl/tables/mozilla/dom/deleteCellsRebuild1-expected.txt:
1098 * platform/efl/tables/mozilla/dom/deleteCellsShrink1-expected.txt:
1099 * platform/efl/tables/mozilla/dom/deleteCellsShrink2-expected.txt:
1100 * platform/efl/tables/mozilla/dom/deleteCol1-expected.txt:
1101 * platform/efl/tables/mozilla/dom/deleteCol2-expected.txt:
1102 * platform/efl/tables/mozilla/dom/deleteCol3-expected.txt:
1103 * platform/efl/tables/mozilla/dom/deleteColGroup1-expected.txt:
1104 * platform/efl/tables/mozilla/dom/deleteColGroup2-expected.txt:
1105 * platform/efl/tables/mozilla/dom/deleteRowsRebuild1-expected.txt:
1106 * platform/efl/tables/mozilla/dom/deleteRowsShrink1-expected.txt:
1107 * platform/efl/tables/mozilla/dom/deleteTbodyExpand1-expected.txt:
1108 * platform/efl/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
1109 * platform/efl/tables/mozilla/dom/insertCellsExpand1-expected.txt:
1110 * platform/efl/tables/mozilla/dom/insertCellsExpand2-expected.txt:
1111 * platform/efl/tables/mozilla/dom/insertCellsRebuild1-expected.txt:
1112 * platform/efl/tables/mozilla/dom/insertCellsRebuild2-expected.txt:
1113 * platform/efl/tables/mozilla/dom/insertRowsExpand1-expected.txt:
1114 * platform/efl/tables/mozilla/dom/insertRowsRebuild1-expected.txt:
1115 * platform/efl/tables/mozilla/dom/tableDom-expected.txt:
1116 * platform/efl/tables/mozilla/marvin/body_col-expected.txt:
1117 * platform/efl/tables/mozilla/marvin/body_tbody-expected.txt:
1118 * platform/efl/tables/mozilla/marvin/body_tfoot-expected.txt:
1119 * platform/efl/tables/mozilla/marvin/body_thead-expected.txt:
1120 * platform/efl/tables/mozilla/marvin/col_span-expected.txt:
1121 * platform/efl/tables/mozilla/marvin/table_frame_border-expected.txt:
1122 * platform/efl/tables/mozilla/marvin/table_frame_box-expected.txt:
1123 * platform/efl/tables/mozilla/marvin/table_rules_all-expected.txt:
1124 * platform/efl/tables/mozilla/marvin/table_rules_none-expected.txt:
1125 * platform/efl/tables/mozilla/marvin/tables_align_center-expected.txt:
1126 * platform/efl/tables/mozilla/marvin/tables_align_left-expected.txt:
1127 * platform/efl/tables/mozilla/marvin/tables_align_right-expected.txt:
1128 * platform/efl/tables/mozilla/marvin/tables_border_0-expected.txt:
1129 * platform/efl/tables/mozilla/marvin/tables_border_1-expected.txt:
1130 * platform/efl/tables/mozilla/marvin/tables_border_2-expected.txt:
1131 * platform/efl/tables/mozilla/marvin/tables_border_3-expected.txt:
1132 * platform/efl/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
1133 * platform/efl/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
1134 * platform/efl/tables/mozilla/marvin/tables_cellspacing-expected.txt:
1135 * platform/efl/tables/mozilla/marvin/tables_default-expected.txt:
1136 * platform/efl/tables/mozilla/marvin/tables_id-expected.txt:
1137 * platform/efl/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
1138 * platform/efl/tables/mozilla/marvin/tables_td_align_center-expected.txt:
1139 * platform/efl/tables/mozilla/marvin/tables_td_align_left-expected.txt:
1140 * platform/efl/tables/mozilla/marvin/tables_td_align_right-expected.txt:
1141 * platform/efl/tables/mozilla/marvin/tables_td_colspan-expected.txt:
1142 * platform/efl/tables/mozilla/marvin/tables_td_height-expected.txt:
1143 * platform/efl/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
1144 * platform/efl/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
1145 * platform/efl/tables/mozilla/marvin/tables_th_align_center-expected.txt:
1146 * platform/efl/tables/mozilla/marvin/tables_th_align_left-expected.txt:
1147 * platform/efl/tables/mozilla/marvin/tables_th_align_right-expected.txt:
1148 * platform/efl/tables/mozilla/marvin/tables_th_colspan-expected.txt:
1149 * platform/efl/tables/mozilla/marvin/tables_th_height-expected.txt:
1150 * platform/efl/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
1151 * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.txt:
1152 * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.txt:
1153 * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.txt:
1154 * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.txt:
1155 * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.txt:
1156 * platform/efl/tables/mozilla/marvin/tbody_char-expected.txt:
1157 * platform/efl/tables/mozilla/marvin/tfoot_align_center-expected.txt:
1158 * platform/efl/tables/mozilla/marvin/tfoot_align_char-expected.txt:
1159 * platform/efl/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
1160 * platform/efl/tables/mozilla/marvin/tfoot_align_left-expected.txt:
1161 * platform/efl/tables/mozilla/marvin/tfoot_align_right-expected.txt:
1162 * platform/efl/tables/mozilla/marvin/tfoot_char-expected.txt:
1163 * platform/efl/tables/mozilla/marvin/thead_align_center-expected.txt:
1164 * platform/efl/tables/mozilla/marvin/thead_align_char-expected.txt:
1165 * platform/efl/tables/mozilla/marvin/thead_align_justify-expected.txt:
1166 * platform/efl/tables/mozilla/marvin/thead_align_left-expected.txt:
1167 * platform/efl/tables/mozilla/marvin/thead_align_right-expected.txt:
1168 * platform/efl/tables/mozilla/marvin/thead_char-expected.txt:
1169 * platform/efl/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
1170 * platform/efl/tables/mozilla/marvin/x_caption_align_top-expected.txt:
1171 * platform/efl/tables/mozilla/marvin/x_table-expected.txt:
1172 * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt:
1173 * platform/efl/tables/mozilla/marvin/x_table_align_left-expected.txt:
1174 * platform/efl/tables/mozilla/marvin/x_table_align_right-expected.txt:
1175 * platform/efl/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
1176 * platform/efl/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
1177 * platform/efl/tables/mozilla/marvin/x_table_border-expected.txt:
1178 * platform/efl/tables/mozilla/marvin/x_table_border_none-expected.txt:
1179 * platform/efl/tables/mozilla/marvin/x_table_border_px-expected.txt:
1180 * platform/efl/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
1181 * platform/efl/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
1182 * platform/efl/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
1183 * platform/efl/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
1184 * platform/efl/tables/mozilla/marvin/x_table_frame_void-expected.txt:
1185 * platform/efl/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
1186 * platform/efl/tables/mozilla/marvin/x_table_rules_none-expected.txt:
1187 * platform/efl/tables/mozilla/marvin/x_table_style-expected.txt:
1188 * platform/efl/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
1189 * platform/efl/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
1190 * platform/efl/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
1191 * platform/efl/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
1192 * platform/efl/tables/mozilla/marvin/x_tbody_class-expected.txt:
1193 * platform/efl/tables/mozilla/marvin/x_tbody_id-expected.txt:
1194 * platform/efl/tables/mozilla/marvin/x_tbody_style-expected.txt:
1195 * platform/efl/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
1196 * platform/efl/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
1197 * platform/efl/tables/mozilla/marvin/x_td_class-expected.txt:
1198 * platform/efl/tables/mozilla/marvin/x_td_colspan-expected.txt:
1199 * platform/efl/tables/mozilla/marvin/x_td_height-expected.txt:
1200 * platform/efl/tables/mozilla/marvin/x_td_id-expected.txt:
1201 * platform/efl/tables/mozilla/marvin/x_td_nowrap-expected.txt:
1202 * platform/efl/tables/mozilla/marvin/x_td_rowspan-expected.txt:
1203 * platform/efl/tables/mozilla/marvin/x_td_style-expected.txt:
1204 * platform/efl/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
1205 * platform/efl/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
1206 * platform/efl/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
1207 * platform/efl/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
1208 * platform/efl/tables/mozilla/marvin/x_tfoot_class-expected.txt:
1209 * platform/efl/tables/mozilla/marvin/x_tfoot_id-expected.txt:
1210 * platform/efl/tables/mozilla/marvin/x_tfoot_style-expected.txt:
1211 * platform/efl/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
1212 * platform/efl/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
1213 * platform/efl/tables/mozilla/marvin/x_th_class-expected.txt:
1214 * platform/efl/tables/mozilla/marvin/x_th_colspan-expected.txt:
1215 * platform/efl/tables/mozilla/marvin/x_th_height-expected.txt:
1216 * platform/efl/tables/mozilla/marvin/x_th_id-expected.txt:
1217 * platform/efl/tables/mozilla/marvin/x_th_nowrap-expected.txt:
1218 * platform/efl/tables/mozilla/marvin/x_th_style-expected.txt:
1219 * platform/efl/tables/mozilla/marvin/x_thead_align_center-expected.txt:
1220 * platform/efl/tables/mozilla/marvin/x_thead_align_char-expected.txt:
1221 * platform/efl/tables/mozilla/marvin/x_thead_align_left-expected.txt:
1222 * platform/efl/tables/mozilla/marvin/x_thead_align_right-expected.txt:
1223 * platform/efl/tables/mozilla/marvin/x_thead_class-expected.txt:
1224 * platform/efl/tables/mozilla/marvin/x_thead_id-expected.txt:
1225 * platform/efl/tables/mozilla/marvin/x_thead_style-expected.txt:
1226 * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
1227 * platform/efl/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
1228 * platform/efl/tables/mozilla/marvin/x_tr_class-expected.txt:
1229 * platform/efl/tables/mozilla/marvin/x_tr_id-expected.txt:
1230 * platform/efl/tables/mozilla/marvin/x_tr_style-expected.txt:
1231 * platform/efl/tables/mozilla/other/body_col-expected.txt:
1232 * platform/efl/tables/mozilla/other/cellspacing-expected.txt:
1233 * platform/efl/tables/mozilla/other/move_row-expected.txt:
1234 * platform/efl/tables/mozilla/other/padding-expected.txt:
1235 * platform/efl/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
1236 * platform/efl/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
1237 * platform/efl/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
1238 * platform/efl/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
1239 * platform/efl/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
1240 * platform/efl/tables/mozilla_expected_failures/bugs/bug106336-expected.txt:
1241 * platform/efl/tables/mozilla_expected_failures/bugs/bug11945-expected.txt:
1242 * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
1243 * platform/efl/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
1244 * platform/efl/tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
1245 * platform/efl/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
1246 * platform/efl/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt:
1247 * platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.txt:
1248 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
1249 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
1250 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
1251 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
1252 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
1253 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
1254 * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
1255 * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
1256 * platform/efl/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt:
1257 * platform/efl/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
1258 * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
1259 * platform/efl/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
1260 * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
1261 * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
1262 * platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
1263 * platform/efl/tables/mozilla_expected_failures/bugs/bug7113-expected.txt:
1264 * platform/efl/tables/mozilla_expected_failures/bugs/bug73629-expected.txt:
1265 * platform/efl/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
1266 * platform/efl/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
1267 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
1268 * platform/efl/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
1269 * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
1270 * platform/efl/tables/mozilla_expected_failures/core/captions3-expected.txt:
1271 * platform/efl/tables/mozilla_expected_failures/core/conflicts-expected.txt:
1272 * platform/efl/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
1273 * platform/efl/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
1274 * platform/efl/tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
1275 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
1276 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
1277 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
1278 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
1279 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
1280 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
1281 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
1282 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
1283 * platform/efl/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
1284 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
1285 * platform/efl/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
1286 * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
1287 * platform/efl/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
1288 * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
1289 * platform/efl/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
1290 * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
1291 * platform/efl/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
1292 * platform/efl/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
1293 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
1294 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
1295 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
1296 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
1297 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
1298 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
1299 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
1300 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
1301 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt:
1302 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt:
1303 * platform/efl/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt:
1305 2016-02-14 Antti Koivisto <antti@apple.com>
1307 Add test for class change style invalidation optimization
1308 https://bugs.webkit.org/show_bug.cgi?id=154226
1310 Reviewed by Myles Maxfield.
1312 Test for https://trac.webkit.org/r196383
1314 * fast/css/style-invalidation-class-change-descendants-expected.txt: Added.
1315 * fast/css/style-invalidation-class-change-descendants.html: Added.
1317 2016-02-15 Hunseop Jeong <hs85.jeong@samsung.com>
1319 Unreviewed. EFL gardening. Mark more video tests to failure.
1321 * platform/efl/TestExpectations: Added more crash tests and moved the tests to upper position.
1323 2016-02-14 Simon Fraser <simon.fraser@apple.com>
1325 [CSS Filters] When applying an SVG filter on a composited image using CSS the image is rendered without the filter
1326 https://bugs.webkit.org/show_bug.cgi?id=154108
1328 Reviewed by Sam Weinig.
1330 * compositing/filters/simple-image-with-svg-filter-expected.html: Added.
1331 * compositing/filters/simple-image-with-svg-filter.html: Added.
1333 2016-02-14 Chris Dumez <cdumez@apple.com>
1335 Window and WorkerGlobalScope should inherit EventTarget
1336 https://bugs.webkit.org/show_bug.cgi?id=154170
1337 <rdar://problem/24642377>
1339 Reviewed by Darin Adler.
1341 * fast/frames/detached-frame-eventListener-expected.txt: Added.
1342 * fast/frames/detached-frame-eventListener.html: Added.
1343 Add test case to cover the use of the EventListener API on a detached
1346 * fast/loader/window-clearing-expected.txt:
1347 Rebaseline now that window has one more object in its prototype chain.
1349 * http/tests/security/cross-frame-access-call-expected.txt:
1350 * http/tests/security/cross-frame-access-call.html:
1351 Add test coverage for cross-origin access to window.dispatchEvent() which
1352 should not be allowed, in addition to window.addEventListener() and
1353 window.removeEventListener() which were already tested.
1355 2016-02-12 Nan Wang <n_wang@apple.com>
1357 AX: Implement paragraph related text marker functions using TextIterator
1358 https://bugs.webkit.org/show_bug.cgi?id=154098
1359 <rdar://problem/24269675>
1361 Reviewed by Chris Fleizach.
1363 * accessibility/mac/text-marker-paragraph-nav-expected.txt: Added.
1364 * accessibility/mac/text-marker-paragraph-nav.html: Added.
1365 * accessibility/text-marker/text-marker-previous-next-expected.txt:
1366 * accessibility/text-marker/text-marker-previous-next.html:
1368 2016-02-12 Saam barati <sbarati@apple.com>
1370 [ES6] we have an incorrect syntax error when a callee of a function expression has the same name as a top-level lexical declaration
1371 https://bugs.webkit.org/show_bug.cgi?id=154143
1373 Reviewed by Benjamin Poulain.
1375 * js/basic-strict-mode-expected.txt:
1376 * js/let-syntax-expected.txt:
1377 * js/script-tests/let-syntax.js:
1379 2016-02-12 Jiewen Tan <jiewen_tan@apple.com>
1381 Unreviewed, build fix after r196520
1383 * inspector/model/remote-object-get-properties-expected.txt:
1384 * platform/mac/inspector/model/remote-object-expected.txt:
1386 2016-02-12 Ryan Haddad <ryanhaddad@apple.com>
1388 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196520
1390 Unreviewed test gardening.
1392 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
1394 2016-02-12 Daniel Bates <dabates@apple.com>
1396 CSP: 'blob:' URLs should not match 'self' in CSP source expression lists.
1397 https://bugs.webkit.org/show_bug.cgi?id=153158
1398 <rdar://problem/24383264>
1400 Reviewed by Brent Fulgham.
1402 Add test http/tests/security/contentSecurityPolicy/blob-url-matches-source-blob.html to ensure that a
1403 blob URL matches source "blob:".
1405 Replaced text-only test http/tests/security/contentSecurityPolicy/blob-urls-match-self.html with an
1406 analogous reference test http/tests/security/contentSecurityPolicy/blob-url-does-not-match-source-self.html
1407 so as ensure that we do not regress the behavior that source 'self' should not match a blob URL
1408 without considering the Content Security Policy violation message as part of the expected result.
1409 The Content Security Policy violation message will differ between test runs because it references
1410 the blob URL that triggered the violation, which is cryptographically random.
1412 * TestExpectations: Remove entry for test http/tests/security/contentSecurityPolicy/blob-urls-match-self.html as the analogous test
1413 blob-url-does-not-match-source-self.htm now passes.
1414 * http/tests/security/contentSecurityPolicy/blob-url-does-not-match-source-self-expected.html: Added.
1415 * http/tests/security/contentSecurityPolicy/blob-url-does-not-match-source-self.html: Added.
1416 * http/tests/security/contentSecurityPolicy/blob-url-matches-source-blob-expected.txt: Added.
1417 * http/tests/security/contentSecurityPolicy/blob-url-matches-source-blob.html: Added.
1418 * http/tests/security/contentSecurityPolicy/blob-urls-match-self-expected.txt: Removed.
1419 * http/tests/security/contentSecurityPolicy/blob-urls-match-self.html: Removed. See the analogous test blob-url-does-not-match-source-self.html.
1421 2016-02-12 Daniel Bates <dabates@apple.com>
1423 CSP: Implement child-src directive
1424 https://bugs.webkit.org/show_bug.cgi?id=153562
1425 <rdar://problem/24610087>
1427 Reviewed by Brent Fulgham.
1429 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.
1431 * TestExpectations: Remove entry for test http/tests/security/contentSecurityPolicy/worker-script-src.html as it now passes.
1432 Mark all tests in http/tests/security/contentSecurityPolicy/1.1/child-src as PASS so that we run them except for tests
1433 frame-fires-load-event-when-blocked.html and frame-fires-load-event-when-redirect-blocked.html (formerly named frame-blocked.html
1434 and frame-redirect-blocked.html, respectively) as they depend on the fix for <https://bugs.webkit.org/show_bug.cgi?id=153150>.
1435 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.
1436 * fast/workers/worker-inherits-csp-blocks-eval-expected.txt: Update expected result based on change to worker-inherits-csp-blocks-eval.html.
1437 * fast/workers/worker-inherits-csp-blocks-eval.html: Remove source 'self' from script-src directive. This was needed as
1438 a workaround for <https://bugs.webkit.org/show_bug.cgi?id=153158> when the script URL for a worker was checked against the
1439 script-src directive. Now that the script URL is checked against the child-src directive we do not need this workaround.
1440 * fast/workers/worker-inherits-csp-blocks-xhr.html: Ditto.
1441 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-about-blank-allowed.html: Use js-test-{pre, post}.js as opposed to
1442 js-test.js to avoid duplicate "TEST COMPLETE" output.
1443 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-allowed.html: Ditto.
1444 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-blocked-expected.txt: Update expected result based on changes to frame-blocked.html.
1445 * 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>.
1447 * 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.
1448 * 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.
1449 Keep a copy of the original test for when we fix <https://bugs.webkit.org/show_bug.cgi?id=153150>.
1451 * 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.
1452 * 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.
1453 Keep a copy of the original test for when we fix <https://bugs.webkit.org/show_bug.cgi?id=153150>.
1455 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-redirect-blocked-expected.txt: Update expected result based on changes to frame-redirect-blocked.html.
1456 * 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>.
1457 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-src-takes-precedence-over-child-src-expected.txt: Added.
1458 * http/tests/security/contentSecurityPolicy/1.1/child-src/frame-src-takes-precedence-over-child-src.html: Added.
1459 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-allowed.html: Use js-test-{pre, post}.js as opposed to
1460 js-test.js to avoid duplicate "TEST COMPLETE" output.
1461 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked-expected.txt: Update incorrect expected result to
1462 reflect WebKit error message. The current result reflects the error message used by Blink.
1463 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-blocked.html: Use js-test-{pre, post}.js as opposed to
1464 js-test.js to avoid duplicate "TEST COMPLETE" output.
1465 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-redirect-blocked-expected.txt: Added.
1466 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-redirect-blocked.html: Added.
1467 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-allowed-expected.txt: Removed; WebKit does not support shared Web Workers.
1468 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-allowed.html: Removed; WebKit does not support shared Web Workers.
1469 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-blocked-expected.txt: Removed; WebKit does not support shared Web Workers.
1470 * http/tests/security/contentSecurityPolicy/1.1/child-src/worker-shared-blocked.html: Removed; WebKit does not support shared Web Workers.
1471 * http/tests/security/contentSecurityPolicy/resources/child-src-test.js: Remove logic for testing shared Web Workers as WebKit does not support such workers.
1472 (window.onload): Deleted.
1473 (injectSharedWorker): Deleted.
1474 * 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.
1475 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-blocks-eval.html: Remove source 'self' from script-src directive.
1476 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
1477 against the script-src directive. Now that the script URL is checked against the child-src directive we do not need this workaround.
1478 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports-expected.txt: Update
1479 expected result based on change to worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports.html.
1480 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports.html:
1481 Remove source 'self' from script-src directive. This was needed as a workaround for <https://bugs.webkit.org/show_bug.cgi?id=153158> when
1482 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
1483 we do not need this workaround.
1484 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked.html: Ditto.
1485 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker.html: Add child-src 'none' and remove FIXME comment.
1486 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-redirect-expected.txt: Added.
1487 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-redirect.html: Added.
1488 * platform/ios-simulator/TestExpectations: Remove skip entry for tests in http/tests/security/contentSecurityPolicy/1.1 from this file.
1489 Instead we will skip these tests from LayoutTests/TestExpectations since they fail for all ports.
1490 * platform/mac/TestExpectations: Ditto.
1491 * platform/win/TestExpectations: Ditto.
1492 * platform/wk2/TestExpectations: Ditto.
1494 2016-02-11 Ryan Haddad <ryanhaddad@apple.com>
1496 Re-enable skipped animations tests on ios-simulator
1497 https://bugs.webkit.org/show_bug.cgi?id=152131
1499 Unreviewed test gardening.
1501 * platform/ios-simulator-wk2/TestExpectations:
1502 * platform/ios-simulator/TestExpectations:
1504 2016-02-12 Jiewen Tan <jiewen_tan@apple.com>
1506 WebKit should expose the DOM 4 Event.isTrusted property
1507 https://bugs.webkit.org/show_bug.cgi?id=76121
1508 <rdar://problem/22558494>
1510 Reviewed by Darin Adler.
1512 * fast/dom/unforgeable-attributes-expected.txt:
1513 * fast/xmlhttprequest/xmlhttprequest-get-expected.txt:
1514 * http/tests/workers/worker-importScriptsOnError-expected.txt:
1515 * imported/blink/fast/events/event-trusted-expected.txt: Added.
1516 * imported/blink/fast/events/event-trusted.html: Added.
1517 * platform/ios-simulator/TestExpectations:
1519 2016-02-12 Brady Eidson <beidson@apple.com>
1521 Modern IDB: Simplify the relationship between IDBObjectStore and IDBIndex.
1522 https://bugs.webkit.org/show_bug.cgi?id=154187
1524 Reviewed by Alex Christensen.
1526 * storage/indexeddb/modern/deleteindex-3-expected.txt: Added.
1527 * storage/indexeddb/modern/deleteindex-3-private-expected.txt: Added.
1528 * storage/indexeddb/modern/deleteindex-3-private.html: Added.
1529 * storage/indexeddb/modern/deleteindex-3.html: Added.
1530 * storage/indexeddb/modern/resources/deleteindex-3.js: Added.
1532 2016-02-12 Yusuke Suzuki <utatane.tea@gmail.com>
1534 [ES6] Implement @@search
1535 https://bugs.webkit.org/show_bug.cgi?id=143889
1537 Reviewed by Darin Adler.
1539 * js/Object-getOwnPropertyNames-expected.txt:
1540 * js/dom/string-prototype-properties-expected.txt:
1541 * js/regress/script-tests/v8-regexp-search.js: Added.
1542 (runRegExpBenchmark.runBlock0):
1543 (runRegExpBenchmark.runBlock1):
1544 (runRegExpBenchmark):
1545 (runRegExpBenchmark.runBlock3):
1546 (runRegExpBenchmark.runBlock4):
1547 * js/regress/v8-regexp-search-expected.txt: Added.
1548 * js/regress/v8-regexp-search.html: Added.
1549 * js/script-tests/Object-getOwnPropertyNames.js:
1550 * 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:
1552 2016-02-12 Ryan Haddad <ryanhaddad@apple.com>
1554 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196466
1556 Unreviewed test gardening.
1558 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
1560 2016-02-11 Chris Dumez <cdumez@apple.com>
1562 [Web IDL] interfaces should inherit EventTarget instead of duplicating the EventTarget API
1563 https://bugs.webkit.org/show_bug.cgi?id=154121
1564 <rdar://problem/24613234>
1566 Reviewed by Gavin Barraclough.
1568 Rebaseline a couple of layout tests now that interfaces inherit EventTarget
1569 instead of duplicating the EventTarget API in their IDL.
1571 * fast/dom/Window/window-properties-performance-expected.txt:
1572 * fast/dom/prototype-chain-expected.txt:
1574 2016-02-11 Zalan Bujtas <zalan@apple.com>
1576 Subpixel rendering: Make focusring painting subpixel aware.
1577 https://bugs.webkit.org/show_bug.cgi?id=154111
1579 Reviewed by David Hyatt.
1581 Do not integral snap focusring rects while collecting them (use device pixel snapping instead
1582 right before passing them to GraphicsContext::drawFocusRing).
1584 * platform/mac/accessibility/image-link-expected.txt:
1585 * platform/mac/accessibility/mac/aria-columnrowheaders-expected.txt: Copied from LayoutTests/platform/mac/accessibility/table-cells-expected.txt.
1586 * platform/mac/accessibility/mac/document-links-expected.txt: Added.
1587 * platform/mac/accessibility/table-attributes-expected.txt:
1588 * platform/mac/accessibility/table-cells-expected.txt:
1589 * platform/mac/accessibility/table-sections-expected.txt:
1590 * platform/mac/accessibility/table-with-rules-expected.txt:
1592 2016-02-11 Sukolsak Sakshuwong <sukolsak@gmail.com>
1594 [INTL] Implement Intl.NumberFormat.prototype.resolvedOptions ()
1595 https://bugs.webkit.org/show_bug.cgi?id=147602
1597 Reviewed by Darin Adler.
1599 * js/intl-numberformat-expected.txt:
1600 * js/script-tests/intl-numberformat.js:
1603 2016-02-11 Ryan Haddad <ryanhaddad@apple.com>
1605 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196423
1607 Unreviewed test gardening.
1609 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
1611 2016-02-11 Chris Dumez <cdumez@apple.com>
1613 Move 'length' property to the prototype
1614 https://bugs.webkit.org/show_bug.cgi?id=154051
1615 <rdar://problem/24577385>
1617 Reviewed by Darin Adler.
1619 Rebaseline a couple of existing layout tests now that 'length' is
1622 * fast/dom/htmlcollection-getownpropertynames-expected.txt:
1623 * storage/domstorage/localstorage/delete-defineproperty-removal-expected.txt:
1625 2016-02-11 Frederic Wang <fred.wang@free.fr>
1627 Use Testharness.js for the MathML script tests
1628 https://bugs.webkit.org/show_bug.cgi?id=154065
1630 Reviewed by Darin Adler.
1632 * mathml/opentype/large-operators-munderover-expected.txt:
1633 * mathml/opentype/large-operators-munderover.html:
1634 * mathml/presentation/inferred-mrow-baseline-expected.txt:
1635 * mathml/presentation/inferred-mrow-baseline.html:
1636 * mathml/presentation/inferred-mrow-stretchy-expected.txt:
1637 * mathml/presentation/inferred-mrow-stretchy.html:
1638 * mathml/presentation/stretchy-depth-height-expected.txt:
1639 * mathml/presentation/stretchy-depth-height-symmetric-expected.txt:
1640 * mathml/presentation/stretchy-depth-height-symmetric.html:
1641 * mathml/presentation/stretchy-depth-height.html:
1643 2016-02-10 Ryan Haddad <ryanhaddad@apple.com>
1645 Removing deleted tests from ios-simulator TestExpectations
1647 Unreviewed test gardening.
1649 * platform/ios-simulator/TestExpectations:
1651 2016-02-10 Ryan Haddad <ryanhaddad@apple.com>
1653 Adding an ios-simulator expectation for fast/dom/event-handler-attributes.html
1654 https://bugs.webkit.org/show_bug.cgi?id=153763
1656 Unreviewed test gardening.
1658 * platform/ios-simulator/fast/dom/event-handler-attributes-expected.txt: Added.
1660 2016-02-10 Eric Carlson <eric.carlson@apple.com>
1662 Update "manual" caption track logic
1663 https://bugs.webkit.org/show_bug.cgi?id=154084
1664 <rdar://problem/24530516>
1666 Reviewed by Dean Jackson.
1668 * media/track/track-manual-mode-expected.txt:
1669 * media/track/track-manual-mode.html:
1671 2016-02-10 Ryan Haddad <ryanhaddad@apple.com>
1673 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after 196392
1675 Unreviewed test gardening.
1677 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
1679 2016-02-10 Chris Dumez <cdumez@apple.com>
1681 [Web IDL] interface objects should be Function objects
1682 https://bugs.webkit.org/show_bug.cgi?id=154038
1683 <rdar://problem/24569358>
1685 Reviewed by Geoffrey Garen.
1687 Rebaseline / update existing layout tests now that interface objects
1688 are now Function objects. Also add a layout test to cover various
1689 aspects of interface objects.
1691 * css3/blending/background-blend-mode-property-parsing-expected.txt:
1692 * css3/blending/blend-mode-property-parsing-expected.txt:
1693 * css3/blending/script-tests/background-blend-mode-property-parsing.js:
1695 * css3/blending/script-tests/blend-mode-property-parsing.js:
1697 * css3/filters/backdrop/backdropfilter-property-parsing-expected.txt:
1698 * css3/filters/backdrop/script-tests/backdropfilter-property-parsing.js:
1700 * css3/filters/filter-property-parsing-expected.txt:
1701 * css3/filters/script-tests/filter-property-parsing.js:
1703 * fast/css/image-set-parsing-expected.txt:
1704 * fast/css/script-tests/image-set-parsing.js:
1706 * fast/dom/DOMException/XPathException-expected.txt:
1707 * fast/dom/DOMException/prototype-object-expected.txt:
1708 * fast/dom/DOMException/prototype-object.html:
1709 * fast/dom/DOMException/resources/XPathException.js:
1710 * fast/dom/MutationObserver/mutation-record-constructor-expected.txt:
1711 * fast/dom/MutationObserver/mutation-record-constructor.html:
1712 * fast/dom/Window/element-constructors-on-window-expected.txt:
1713 * fast/dom/call-a-constructor-as-a-function-expected.txt:
1714 * fast/dom/constructor-proto-expected.txt:
1715 * fast/dom/constructor-proto.html:
1716 * fast/dom/wrapper-classes-expected.txt:
1717 * fast/dom/wrapper-classes.html:
1718 * fast/mediastream/MediaStreamConstructor-expected.txt:
1719 * fast/mediastream/MediaStreamConstructor.html:
1720 * fast/workers/constructor-proto-expected.txt:
1721 * fast/workers/worker-location-expected.txt:
1722 * http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt:
1723 * http/tests/xmlhttprequest/XMLHttpRequestException.html:
1724 * js/dom/global-constructors-attributes-dedicated-worker-expected.txt:
1725 * js/dom/script-tests/global-constructors-attributes-idb.js:
1726 (constructorPropertiesOnGlobalObject):
1727 * js/dom/script-tests/global-constructors-attributes.js:
1728 (constructorPropertiesOnGlobalObject):
1729 * js/interface-objects-expected.txt: Added.
1730 * js/interface-objects.html: Added.
1731 * media/encrypted-media/encrypted-media-v2-syntax-expected.txt:
1732 * media/encrypted-media/encrypted-media-v2-syntax.html:
1733 * media/track/track-vttcue-expected.txt:
1734 * platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt:
1735 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
1736 * svg/custom/SVGException-expected.txt:
1737 * svg/custom/global-constructors-expected.txt:
1738 * svg/custom/script-tests/SVGException.js:
1739 * svg/custom/script-tests/global-constructors.js:
1741 * transforms/2d/transform-value-types-expected.txt:
1742 * transforms/2d/transform-value-types.html:
1744 2016-02-10 Ryan Haddad <ryanhaddad@apple.com>
1746 Marking fast/css-generated-content/details-summary-before-after.html as failing on ios-simulator
1747 https://bugs.webkit.org/show_bug.cgi?id=153029
1749 Unreviewed test gardening.
1751 * platform/ios-simulator/TestExpectations:
1753 2016-02-10 Ryan Haddad <ryanhaddad@apple.com>
1755 Reaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196374
1757 Unreviewed test gardening.
1759 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
1761 2016-02-10 Chris Dumez <cdumez@apple.com>
1763 Attributes on the Window instance should be configurable unless [Unforgeable]
1764 https://bugs.webkit.org/show_bug.cgi?id=153920
1765 <rdar://problem/24563211>
1767 Reviewed by Darin Adler.
1769 * fast/dom/Window/window-properties-configurable-expected.txt: Added.
1770 * fast/dom/Window/window-properties-configurable.html: Added.
1771 Add a test to check that Window properties are reported as configurable
1772 unless the [Unforgeable] ones and that deleting them actually works.
1774 * fast/dom/global-constructors.html:
1775 Update test so it no longer expects window.Node to be shadowable. As per
1776 the specification, the "Node" property is on the window instance, not its
1777 prototype. Therefore, it should cannot be shadowed and setting it to
1778 something actually overwites the previous value, given that the property
1780 - http://heycam.github.io/webidl/#es-interfaces
1781 I have verified that the new behavior is consistent with Firefox.
1783 * http/tests/security/cross-origin-reified-window-property-access-expected.txt: Added.
1784 * http/tests/security/cross-origin-reified-window-property-access.html: Added.
1785 * http/tests/security/resources/reify-window.html: Added.
1786 Add a test case to cover cross-origin access of Window properties after
1789 * js/getOwnPropertyDescriptor-unforgeable-attributes-expected.txt:
1790 * js/getOwnPropertyDescriptor-unforgeable-attributes.html:
1791 Drop window.self from the list of unforgeable attributes. This attribute
1792 is not unforgeable in our implementation or in the specification:
1793 - https://html.spec.whatwg.org/multipage/browsers.html#the-window-object
1795 * js/getOwnPropertyDescriptor-window-attributes-expected.txt:
1796 * js/getOwnPropertyDescriptor-window-attributes.html:
1797 - Add coverage for window.self which is a regular Window property.
1798 - Add coverage for window.Node which is a constructor property
1799 - Add coverage for window.constructor. It should really be on the prototype
1800 as per the specification but this at least checks that the property is
1801 configurable, as per the specification.
1802 - Rebaseline the test as more checks are passing now that Window properties
1803 are marked as configurable.
1805 2016-02-10 Ryan Haddad <ryanhaddad@apple.com>
1807 Skop fast/regions/text-break-properties.html on ios-simulator
1808 https://bugs.webkit.org/show_bug.cgi?id=153762
1810 Unreviewed test gardening.
1812 * platform/ios-simulator/TestExpectations:
1814 2016-02-09 Nan Wang <n_wang@apple.com>
1816 AX: Implement word related text marker functions using TextIterator
1817 https://bugs.webkit.org/show_bug.cgi?id=153939
1818 <rdar://problem/24269605>
1820 Reviewed by Chris Fleizach.
1822 * accessibility/mac/text-marker-word-nav-expected.txt: Added.
1823 * accessibility/mac/text-marker-word-nav.html: Added.
1824 * accessibility/text-marker/text-marker-previous-next-expected.txt:
1825 * accessibility/text-marker/text-marker-previous-next.html:
1827 2016-02-09 Ryan Haddad <ryanhaddad@apple.com>
1829 Mark perf/adding-radio-buttons.html as flaky on ios-simulator
1830 https://bugs.webkit.org/show_bug.cgi?id=154055
1832 Unreviewed test gardening.
1834 * platform/ios-simulator/TestExpectations:
1836 2016-02-09 Ryan Haddad <ryanhaddad@apple.com>
1838 Rebaseline tests for ios-simulator after r196222
1839 https://bugs.webkit.org/show_bug.cgi?id=154053
1841 Reviewed by Zalan Bujtas.
1843 * platform/ios-simulator-wk2/compositing/geometry/composited-in-columns-expected.txt:
1844 * platform/ios-simulator-wk2/compositing/layer-creation/overlap-animation-container-expected.txt: Added.
1845 * platform/ios-simulator-wk2/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
1846 * platform/ios-simulator-wk2/fast/inline/continuation-outlines-with-layers-expected.txt: Added.
1847 * platform/ios-simulator-wk2/fast/layers/scroll-rect-to-visible-expected.txt:
1849 2016-02-09 Ryan Haddad <ryanhaddad@apple.com>
1851 Rebaseline compositing/overflow/scrollbar-painting.html for ios-simulator after r196244
1853 Unreviewed test gardening.
1855 * platform/ios-simulator-wk2/compositing/overflow/scrollbar-painting-expected.txt:
1857 2016-02-09 Ryan Haddad <ryanhaddad@apple.com>
1859 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196303
1861 Unreviewed test gardening.
1863 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
1865 2016-02-09 Ryan Haddad <ryanhaddad@apple.com>
1867 Rebaseline more tests for ios-simulator after r196244
1869 Unreviewed test gardening.
1871 * platform/ios-simulator-wk2/compositing/overflow/overflow-scroll-expected.txt:
1872 * platform/ios-simulator-wk2/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
1873 * platform/ios-simulator-wk2/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
1874 * platform/ios-simulator-wk2/fast/block/float/overhanging-tall-block-expected.txt:
1875 * platform/ios-simulator-wk2/fast/clip/014-expected.txt:
1876 * platform/ios-simulator-wk2/fast/multicol/overflow-unsplittable-expected.txt:
1877 * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-bt-expected.txt:
1878 * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-lr-expected.txt:
1879 * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-rl-expected.txt:
1880 * platform/ios-simulator-wk2/fast/multicol/pagination/BottomToTop-tb-expected.txt:
1881 * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-bt-expected.txt:
1882 * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-lr-expected.txt:
1883 * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt:
1884 * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-rl-expected.txt:
1885 * platform/ios-simulator-wk2/fast/multicol/pagination/RightToLeft-tb-expected.txt:
1886 * platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
1887 * platform/ios-simulator-wk2/fast/multicol/vertical-rl/column-rules-expected.txt:
1888 * platform/ios-simulator-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
1889 * platform/ios-simulator-wk2/fast/overflow/float-in-relpositioned-expected.txt:
1890 * platform/ios-simulator-wk2/fast/overflow/overflow-auto-position-absolute-expected.txt:
1891 * platform/ios-simulator-wk2/fast/overflow/paged-x-div-expected.txt:
1892 * platform/ios-simulator-wk2/fast/overflow/paged-x-div-with-column-gap-expected.txt:
1893 * platform/ios-simulator-wk2/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
1895 2016-02-09 Zalan Bujtas <zalan@apple.com>
1897 Outline corners do not align properly for multiline inlines.
1898 https://bugs.webkit.org/show_bug.cgi?id=154025
1900 Reviewed by David Hyatt.
1902 Adjust border position when outline-offset > 0. This patch also
1903 removes integral pixelsnapping (drawLineForBoxSide takes care of
1904 device pixelsnapping).
1906 * fast/inline/outline-corners-with-offset-expected.html: Added.
1907 * fast/inline/outline-corners-with-offset.html: Added.
1909 2016-02-09 Zalan Bujtas <zalan@apple.com>
1911 [Win] Rebaseline after r196244.
1913 Unreviewed test gardening.
1915 * platform/win/css3/unicode-bidi-isolate-basic-expected.txt:
1916 * platform/win/fast/block/float/overhanging-tall-block-expected.txt:
1917 * platform/win/fast/block/positioning/auto/vertical-rl/007-expected.txt:
1918 * platform/win/fast/borders/border-antialiasing-expected.txt:
1919 * platform/win/fast/clip/001-expected.txt:
1920 * platform/win/fast/clip/013-expected.txt:
1921 * platform/win/fast/clip/014-expected.txt:
1922 * platform/win/fast/clip/outline-overflowClip-expected.txt:
1923 * platform/win/fast/css/clip-zooming-expected.txt:
1924 * platform/win/fast/frames/flattening/iframe-flattening-offscreen-expected.txt: Added.
1925 * platform/win/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
1926 * platform/win/fast/line-grid/line-grid-inside-columns-expected.txt:
1927 * platform/win/fast/line-grid/line-grid-into-columns-expected.txt:
1928 * platform/win/fast/lists/scrolled-marker-paint-expected.txt:
1929 * platform/win/fast/multicol/client-rects-expected.txt:
1930 * platform/win/fast/multicol/column-break-with-balancing-expected.txt:
1931 * platform/win/fast/multicol/column-rules-expected.txt:
1932 * platform/win/fast/multicol/column-rules-stacking-expected.txt:
1933 * platform/win/fast/multicol/columns-shorthand-parsing-expected.txt:
1934 * platform/win/fast/multicol/float-paginate-complex-expected.txt:
1935 * platform/win/fast/multicol/float-paginate-empty-lines-expected.txt:
1936 * platform/win/fast/multicol/float-paginate-expected.txt:
1937 * platform/win/fast/multicol/layers-in-multicol-expected.txt:
1938 * platform/win/fast/multicol/layers-split-across-columns-expected.txt:
1939 * platform/win/fast/multicol/max-height-columns-block-expected.txt:
1940 * platform/win/fast/multicol/nested-columns-expected.txt:
1941 * platform/win/fast/multicol/newmulticol/client-rects-expected.txt:
1942 * platform/win/fast/multicol/overflow-across-columns-expected.txt:
1943 * platform/win/fast/multicol/overflow-across-columns-percent-height-expected.txt:
1944 * platform/win/fast/multicol/overflow-unsplittable-expected.txt:
1945 * platform/win/fast/multicol/paginate-block-replaced-expected.txt:
1946 * platform/win/fast/multicol/pagination/BottomToTop-bt-expected.txt:
1947 * platform/win/fast/multicol/pagination/BottomToTop-lr-expected.txt:
1948 * platform/win/fast/multicol/pagination/BottomToTop-rl-expected.txt:
1949 * platform/win/fast/multicol/pagination/BottomToTop-tb-expected.txt:
1950 * platform/win/fast/multicol/pagination/LeftToRight-bt-expected.txt:
1951 * platform/win/fast/multicol/pagination/LeftToRight-rl-expected.txt:
1952 * platform/win/fast/multicol/pagination/LeftToRight-tb-expected.txt:
1953 * platform/win/fast/multicol/pagination/LeftToRight-tb-hittest-expected.txt:
1954 * platform/win/fast/multicol/pagination/RightToLeft-bt-expected.txt:
1955 * platform/win/fast/multicol/pagination/RightToLeft-lr-expected.txt:
1956 * platform/win/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt:
1957 * platform/win/fast/multicol/pagination/RightToLeft-rl-expected.txt:
1958 * platform/win/fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt:
1959 * platform/win/fast/multicol/pagination/RightToLeft-tb-expected.txt:
1960 * platform/win/fast/multicol/pagination/TopToBottom-bt-expected.txt:
1961 * platform/win/fast/multicol/pagination/TopToBottom-lr-expected.txt:
1962 * platform/win/fast/multicol/pagination/TopToBottom-rl-expected.txt:
1963 * platform/win/fast/multicol/positive-leading-expected.txt:
1964 * platform/win/fast/multicol/scrolling-column-rules-expected.txt:
1965 * platform/win/fast/multicol/scrolling-overflow-expected.txt:
1966 * platform/win/fast/multicol/span/anonymous-style-inheritance-expected.txt:
1967 * platform/win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
1968 * platform/win/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
1969 * platform/win/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
1970 * platform/win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
1971 * platform/win/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
1972 * platform/win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
1973 * platform/win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
1974 * platform/win/fast/multicol/span/span-as-nested-columns-child-expected.txt:
1975 * platform/win/fast/multicol/span/span-margin-collapsing-expected.txt:
1976 * platform/win/fast/multicol/table-vertical-align-expected.txt:
1977 * platform/win/fast/multicol/tall-image-behavior-expected.txt:
1978 * platform/win/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
1979 * platform/win/fast/multicol/vertical-lr/column-rules-expected.txt:
1980 * platform/win/fast/multicol/vertical-lr/float-multicol-expected.txt:
1981 * platform/win/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
1982 * platform/win/fast/multicol/vertical-lr/float-paginate-expected.txt:
1983 * platform/win/fast/multicol/vertical-lr/nested-columns-expected.txt:
1984 * platform/win/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
1985 * platform/win/fast/multicol/vertical-rl/column-rules-expected.txt:
1986 * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt:
1987 * platform/win/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
1988 * platform/win/fast/multicol/vertical-rl/float-paginate-expected.txt:
1989 * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt:
1990 * platform/win/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
1991 * platform/win/fast/overflow/float-in-relpositioned-expected.txt:
1992 * platform/win/fast/overflow/overflow-auto-position-absolute-expected.txt:
1993 * platform/win/fast/overflow/overflow-rtl-expected.txt:
1994 * platform/win/fast/overflow/paged-x-div-expected.txt:
1995 * platform/win/fast/overflow/paged-x-div-with-column-gap-expected.txt:
1996 * platform/win/fast/overflow/paged-x-on-root-expected.txt:
1997 * platform/win/fast/overflow/paged-x-with-column-gap-expected.txt:
1998 * platform/win/fast/overflow/paged-y-div-expected.txt:
1999 * platform/win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
2000 * platform/win/fast/repaint/box-shadow-h-expected.txt:
2001 * platform/win/fast/repaint/box-shadow-v-expected.txt:
2002 * platform/win/fast/repaint/layer-outline-expected.txt:
2003 * platform/win/fast/repaint/layer-outline-horizontal-expected.txt:
2004 * platform/win/fast/table/edge-offsets-expected.txt:
2005 * platform/win/fast/transforms/overflow-with-transform-expected.txt:
2006 * platform/win/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
2007 * platform/win/scrollbars/scrollbars-on-positioned-content-expected.txt:
2008 * platform/win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
2009 * platform/win/svg/custom/image-rescale-clip-expected.txt:
2011 2016-02-09 Zalan Bujtas <zalan@apple.com>
2013 [iOS] Rebaseline after r196244.
2015 Unreviewed test gardening.
2017 * platform/ios-simulator/compositing/geometry/clipping-foreground-expected.txt:
2018 * platform/ios-simulator/compositing/geometry/root-layer-update-expected.txt:
2019 * platform/ios-simulator/compositing/overflow/overflow-scroll-expected.txt:
2020 * platform/ios-simulator/compositing/overflow/parent-overflow-expected.txt:
2021 * platform/ios-simulator/compositing/overflow/scrollbar-painting-expected.txt:
2022 * platform/ios-simulator/compositing/sibling-positioning-expected.txt:
2023 * platform/ios-simulator/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
2024 * platform/ios-simulator/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
2025 * platform/ios-simulator/css3/blending/blend-mode-overflow-expected.txt:
2026 * platform/ios-simulator/css3/unicode-bidi-isolate-basic-expected.txt:
2027 * platform/ios-simulator/fast/block/float/overhanging-tall-block-expected.txt:
2028 * platform/ios-simulator/fast/borders/border-antialiasing-expected.txt:
2029 * platform/ios-simulator/fast/clip/001-expected.txt:
2030 * platform/ios-simulator/fast/clip/013-expected.txt:
2031 * platform/ios-simulator/fast/clip/014-expected.txt:
2032 * platform/ios-simulator/fast/clip/016-expected.txt:
2033 * platform/ios-simulator/fast/clip/outline-overflowClip-expected.txt:
2034 * platform/ios-simulator/fast/css/clip-zooming-expected.txt:
2035 * platform/ios-simulator/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
2036 * platform/ios-simulator/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
2037 * platform/ios-simulator/fast/line-grid/line-grid-inside-columns-expected.txt:
2038 * platform/ios-simulator/fast/line-grid/line-grid-into-columns-expected.txt:
2039 * platform/ios-simulator/fast/lists/scrolled-marker-paint-expected.txt:
2040 * platform/ios-simulator/fast/multicol/client-rects-expected.txt:
2041 * platform/ios-simulator/fast/multicol/column-break-with-balancing-expected.txt:
2042 * platform/ios-simulator/fast/multicol/column-rules-expected.txt:
2043 * platform/ios-simulator/fast/multicol/column-rules-stacking-expected.txt:
2044 * platform/ios-simulator/fast/multicol/columns-shorthand-parsing-expected.txt:
2045 * platform/ios-simulator/fast/multicol/float-paginate-complex-expected.txt:
2046 * platform/ios-simulator/fast/multicol/float-paginate-empty-lines-expected.txt:
2047 * platform/ios-simulator/fast/multicol/float-paginate-expected.txt:
2048 * platform/ios-simulator/fast/multicol/layers-in-multicol-expected.txt:
2049 * platform/ios-simulator/fast/multicol/layers-split-across-columns-expected.txt:
2050 * platform/ios-simulator/fast/multicol/max-height-columns-block-expected.txt:
2051 * platform/ios-simulator/fast/multicol/nested-columns-expected.txt:
2052 * platform/ios-simulator/fast/multicol/newmulticol/client-rects-expected.txt:
2053 * platform/ios-simulator/fast/multicol/overflow-across-columns-expected.txt:
2054 * platform/ios-simulator/fast/multicol/overflow-across-columns-percent-height-expected.txt:
2055 * platform/ios-simulator/fast/multicol/overflow-unsplittable-expected.txt:
2056 * platform/ios-simulator/fast/multicol/paginate-block-replaced-expected.txt:
2057 * platform/ios-simulator/fast/multicol/pagination/BottomToTop-bt-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/TopToBottom-bt-expected.txt.
2058 * platform/ios-simulator/fast/multicol/pagination/BottomToTop-lr-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/TopToBottom-lr-expected.txt.
2059 * platform/ios-simulator/fast/multicol/pagination/BottomToTop-rl-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/TopToBottom-rl-expected.txt.
2060 * platform/ios-simulator/fast/multicol/pagination/BottomToTop-tb-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/TopToBottom-bt-expected.txt.
2061 * platform/ios-simulator/fast/multicol/pagination/LeftToRight-bt-expected.txt:
2062 * platform/ios-simulator/fast/multicol/pagination/LeftToRight-rl-expected.txt:
2063 * platform/ios-simulator/fast/multicol/pagination/LeftToRight-tb-expected.txt:
2064 * platform/ios-simulator/fast/multicol/pagination/RightToLeft-bt-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/LeftToRight-tb-expected.txt.
2065 * platform/ios-simulator/fast/multicol/pagination/RightToLeft-lr-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/LeftToRight-rl-expected.txt.
2066 * platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/LeftToRight-rl-expected.txt.
2067 * platform/ios-simulator/fast/multicol/pagination/RightToLeft-rl-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/LeftToRight-rl-expected.txt.
2068 * platform/ios-simulator/fast/multicol/pagination/RightToLeft-tb-expected.txt: Copied from LayoutTests/platform/ios-simulator/fast/multicol/pagination/LeftToRight-tb-expected.txt.
2069 * platform/ios-simulator/fast/multicol/pagination/TopToBottom-bt-expected.txt:
2070 * platform/ios-simulator/fast/multicol/pagination/TopToBottom-lr-expected.txt:
2071 * platform/ios-simulator/fast/multicol/pagination/TopToBottom-rl-expected.txt:
2072 * platform/ios-simulator/fast/multicol/positive-leading-expected.txt:
2073 * platform/ios-simulator/fast/multicol/scrolling-column-rules-expected.txt:
2074 * platform/ios-simulator/fast/multicol/scrolling-overflow-expected.txt:
2075 * platform/ios-simulator/fast/multicol/span/anonymous-style-inheritance-expected.txt:
2076 * platform/ios-simulator/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
2077 * platform/ios-simulator/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
2078 * platform/ios-simulator/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
2079 * platform/ios-simulator/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
2080 * platform/ios-simulator/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
2081 * platform/ios-simulator/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
2082 * platform/ios-simulator/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
2083 * platform/ios-simulator/fast/multicol/span/span-as-nested-columns-child-expected.txt:
2084 * platform/ios-simulator/fast/multicol/span/span-margin-collapsing-expected.txt:
2085 * platform/ios-simulator/fast/multicol/table-vertical-align-expected.txt:
2086 * platform/ios-simulator/fast/multicol/tall-image-behavior-expected.txt:
2087 * platform/ios-simulator/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
2088 * platform/ios-simulator/fast/multicol/vertical-lr/column-rules-expected.txt:
2089 * platform/ios-simulator/fast/multicol/vertical-lr/float-multicol-expected.txt:
2090 * platform/ios-simulator/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
2091 * platform/ios-simulator/fast/multicol/vertical-lr/float-paginate-expected.txt:
2092 * platform/ios-simulator/fast/multicol/vertical-lr/nested-columns-expected.txt:
2093 * 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.
2094 * 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.
2095 * platform/ios-simulator/fast/multicol/vertical-rl/float-multicol-expected.txt:
2096 * 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.
2097 * platform/ios-simulator/fast/multicol/vertical-rl/float-paginate-expected.txt:
2098 * platform/ios-simulator/fast/multicol/vertical-rl/nested-columns-expected.txt:
2099 * platform/ios-simulator/fast/overflow/float-in-relpositioned-expected.txt:
2100 * platform/ios-simulator/fast/overflow/overflow-auto-position-absolute-expected.txt:
2101 * platform/ios-simulator/fast/overflow/overflow-rtl-expected.txt:
2102 * platform/ios-simulator/fast/overflow/paged-x-div-expected.txt:
2103 * platform/ios-simulator/fast/overflow/paged-x-div-with-column-gap-expected.txt:
2104 * platform/ios-simulator/fast/overflow/paged-x-on-root-expected.txt:
2105 * platform/ios-simulator/fast/overflow/paged-x-with-column-gap-expected.txt:
2106 * platform/ios-simulator/fast/overflow/paged-y-div-expected.txt:
2107 * platform/ios-simulator/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
2108 * platform/ios-simulator/fast/regions/repaint/region-painting-via-layout-expected.txt:
2109 * platform/ios-simulator/fast/table/edge-offsets-expected.txt:
2110 * platform/ios-simulator/fast/transforms/overflow-with-transform-expected.txt:
2111 * platform/ios-simulator/svg/custom/image-rescale-clip-expected.txt:
2113 2016-02-08 Chris Dumez <cdumez@apple.com>
2115 Attribute getters should not require an explicit 'this' value for Window properties
2116 https://bugs.webkit.org/show_bug.cgi?id=153968
2118 Reviewed by Darin Adler.
2120 Rebaseline existing tests now that more checks are passing.
2122 * fast/dom/Window/getOwnPropertyDescriptor-other-window-expected.txt:
2123 * fast/dom/Window/getOwnPropertyDescriptor-other-window.html:
2124 * js/getOwnPropertyDescriptor-window-attributes-expected.txt:
2126 2016-02-08 Nan Wang <n_wang@apple.com>
2128 AX: crash at WebCore::Range::selectNodeContents(WebCore::Node*, int&)
2129 https://bugs.webkit.org/show_bug.cgi?id=154018
2131 Reviewed by Chris Fleizach.
2133 * accessibility/text-marker/text-marker-range-stale-node-crash-expected.txt: Added.
2134 * accessibility/text-marker/text-marker-range-stale-node-crash.html: Added.
2136 2016-02-08 Joseph Pecoraro <pecoraro@apple.com>
2138 Web Inspector: Zooming in on the timeline graph does not increase its time resolution from minutes
2139 https://bugs.webkit.org/show_bug.cgi?id=154013
2140 <rdar://problem/23844527>
2142 Reviewed by Brian Burg.
2144 * inspector/unit-tests/number-utilities-expected.txt: Added.
2145 * inspector/unit-tests/number-utilities.html: Added.
2146 Basic tests for our Number utilities methods.
2148 2016-02-08 Daniel Bates <dabates@apple.com>
2150 CSP connect-src directive should block redirects
2151 https://bugs.webkit.org/show_bug.cgi?id=69359
2152 <rdar://problem/24383025>
2154 Reviewed by Brent Fulgham.
2156 Add more tests, update erroneous expected results, and remove some entries from TestExpectations for tests
2159 * TestExpectations: Remove entries for tests that now pass. The failure of test http/tests/security/contentSecurityPolicy/worker-importscripts-blocked.html
2160 was erroneously attributed to <https://bugs.webkit.org/show_bug.cgi?id=153562>.
2161 * http/tests/security/contentSecurityPolicy/resources/determine-content-security-policy-header.php: Added.
2162 * http/tests/security/contentSecurityPolicy/resources/script-set-value.js: Use global variable self instead of window so as to
2163 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
2164 it refers to the WorkerGlobalScope object.
2165 * http/tests/security/contentSecurityPolicy/resources/worker-importScript-redirect-cross-origin-allowed.php: Added.
2166 * http/tests/security/contentSecurityPolicy/resources/worker-importScript-redirect-cross-origin-blocked.php: Added.
2167 * http/tests/security/contentSecurityPolicy/resources/worker-xhr-allowed.php: Added.
2168 * http/tests/security/contentSecurityPolicy/resources/worker-xhr-redirect-cross-origin-allowed.php: Added.
2169 * http/tests/security/contentSecurityPolicy/resources/worker-xhr-redirect-cross-origin-blocked.php: Added.
2170 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-expected.txt: Remove Blink-specific messages so that the test passes.
2171 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports-expected.txt: Added.
2172 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-block-aborts-all-subsequent-imports.html: Added.
2173 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked-expected.txt: Added.
2174 * http/tests/security/contentSecurityPolicy/worker-blob-inherits-csp-importScripts-redirect-cross-origin-blocked.html: Added.
2175 * http/tests/security/contentSecurityPolicy/worker-csp-blocks-xhr-redirect-cross-origin-expected.txt: Added.
2176 * http/tests/security/contentSecurityPolicy/worker-csp-blocks-xhr-redirect-cross-origin.html: Added.
2177 * http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-allowed-expected.txt: Added.
2178 * http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-allowed.html: Added.
2179 * http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked-expected.txt: Added.
2180 * http/tests/security/contentSecurityPolicy/worker-csp-importScripts-redirect-cross-origin-blocked.html: Added.
2181 * http/tests/security/contentSecurityPolicy/worker-importscripts-blocked-expected.txt: Substitute Blink-specific error text with the analogous WebKit error text.
2182 * http/tests/security/contentSecurityPolicy/worker-importscripts-blocked.html: Ditto.
2183 * http/tests/security/contentSecurityPolicy/worker-without-csp-importScripts-redirect-cross-origin-allowed-expected.txt: Added.
2184 * http/tests/security/contentSecurityPolicy/worker-without-csp-importScripts-redirect-cross-origin-allowed.html: Added.
2185 * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr-redirect-expected.txt: Added.
2186 * http/tests/security/isolatedWorld/bypass-main-world-csp-for-xhr-redirect.html: Added.
2187 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-importScript-redirect-cross-origin-expected.txt: Added.
2188 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-importScript-redirect-cross-origin.html: Added.
2189 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-importScripts-redirect-cross-origin-expected.txt: Added.
2190 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-importScript-redirect-cross-origin-expected.txt: Added.
2191 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-importScripts-redirect-cross-origin-expected.txt: Added.
2192 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-importScripts-redirect-cross-origin.html: Added.
2193 * http/tests/security/isolatedWorld/bypass-worker-csp-for-xhr-expected.txt: Added.
2194 * http/tests/security/isolatedWorld/bypass-worker-csp-for-xhr-redirect-cross-origin-expected.txt: Added.
2195 * http/tests/security/isolatedWorld/bypass-worker-csp-for-xhr-redirect-cross-origin.html: Added.
2196 * http/tests/security/isolatedWorld/bypass-worker-csp-for-xhr.html: Added.
2198 2016-02-08 Yusuke Suzuki <utatane.tea@gmail.com>
2200 {Map,Set}.prototype.forEach should be visible as own properties
2201 https://bugs.webkit.org/show_bug.cgi?id=153974
2203 Reviewed by Darin Adler.
2205 * js/Object-getOwnPropertyNames-expected.txt:
2206 * js/script-tests/Object-getOwnPropertyNames.js:
2208 2016-02-08 Joseph Pecoraro <pecoraro@apple.com>
2210 Web Inspector: copy({x:1}) should copy "{x:1}", not "[object Object]"
2211 https://bugs.webkit.org/show_bug.cgi?id=148605
2213 Reviewed by Brian Burg.
2215 * inspector/console/command-line-api-copy-expected.txt: Added.
2216 * inspector/console/command-line-api-copy.html: Added.
2217 * http/tests/inspector/console/cross-domain-inspected-node-access-expected.txt:
2219 2016-02-08 Ryan Haddad <ryanhaddad@apple.com>
2221 Mark fast/text/crash-complex-text-surrogate.html as flaky on mac-wk2
2222 https://bugs.webkit.org/show_bug.cgi?id=154005
2224 Unreviewed test gardening.
2226 * platform/mac-wk2/TestExpectations:
2228 2016-02-08 Said Abou-Hallawa <sabouhallawa@apple.com>
2230 REGRESSION(r181345): SVG polyline and polygon leak page
2231 https://bugs.webkit.org/show_bug.cgi?id=152759
2233 Reviewed by Darin Adler.
2235 * TestExpectations: Remove flaky tests from test expectation.
2237 * svg/animations/smil-leak-list-property-instances-expected.txt: Added.
2238 * svg/animations/smil-leak-list-property-instances.svg: Added.
2239 Ensure if SVGPolylineElement.points is requested from JS, the document will
2242 2016-02-08 Brady Eidson <beidson@apple.com>
2244 IndexedDB: No test covers cursor.delete() setting the source of the request to the cursor.
2245 https://bugs.webkit.org/show_bug.cgi?id=153992
2247 Reviewed by Jer Noble.
2249 * storage/indexeddb/cursor-delete-expected.txt:
2250 * storage/indexeddb/cursor-delete-private-expected.txt:
2251 * storage/indexeddb/resources/cursor-delete.js:
2253 2016-02-08 Skachkov Oleksandr <gskachkov@gmail.com>
2255 [ES6] Arrow function syntax. Using 'super' in arrow function that declared out of the class should lead to Syntax error
2256 https://bugs.webkit.org/show_bug.cgi?id=150893
2258 Reviewed by Saam Barati.
2260 Adding tests for using of the 'super' inside of the arrow function
2262 * js/arrowfunction-superproperty-expected.txt:
2263 * js/arrowfunction-syntax-errors-expected.txt:
2264 * js/script-tests/arrowfunction-superproperty.js:
2265 * js/script-tests/arrowfunction-syntax-errors.js:
2267 2016-02-08 Adrien Plazas <aplazas@igalia.com>
2269 Timeouts in tests because of non implemented UIScriptController::singleTapAtPoint()
2270 https://bugs.webkit.org/show_bug.cgi?id=153833
2274 * platform/gtk/TestExpectations:
2276 2016-02-07 Zalan Bujtas <zalan@apple.com>
2278 Outline does not clip when ancestor has overflow: hidden and requires layer.
2279 https://bugs.webkit.org/show_bug.cgi?id=153901
2281 Now that outline is part of visual overflow, we no longer need the special outline cliprect.
2282 PaintPhaseChildOutlines drawing will switch to foreground cliprect. It ensures proper overflow clipping
2283 at parent level. PaintPhaseSelfOutline drawing will start using the visual overflow inflated background cliprect.
2284 With this change, outline will be using the same cliprects as the other visual overflow properties (box-shadow etc).
2286 Reviewed by David Hyatt.
2288 * compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt:
2289 * compositing/masks/mask-of-clipped-layer-expected.txt:
2290 * css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
2291 * css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
2292 * css3/blending/blend-mode-isolation-turn-off-self-painting-layer2-expected.txt:
2293 * css3/blending/blend-mode-isolation-turn-on-self-painting-layer-expected.txt:
2294 * fast/block/positioning/negative-rel-position-expected.txt:
2295 * fast/dynamic/staticY-expected.txt:
2296 * fast/inline/absolute-positioned-block-in-centred-block-expected.txt:
2297 * fast/multicol/flipped-blocks-border-after-expected.txt:
2298 * fast/multicol/pagination-h-horizontal-bt-expected.txt:
2299 * fast/multicol/pagination-h-horizontal-tb-expected.txt:
2300 * fast/multicol/pagination-h-vertical-rl-expected.txt:
2301 * fast/multicol/pagination-v-horizontal-bt-expected.txt:
2302 * fast/multicol/pagination-v-vertical-lr-expected.txt:
2303 * fast/multicol/pagination-v-vertical-rl-expected.txt:
2304 * fast/multicol/pagination/LeftToRight-tb-hittest-expected.txt:
2305 * fast/multicol/pagination/RightToLeft-rl-hittest-expected.txt:
2306 * fast/multicol/progression-reverse-expected.txt:
2307 * fast/multicol/vertical-rl/rules-with-border-before-expected.txt:
2308 * fast/overflow/overflow-update-transform-expected.txt:
2309 * fast/overflow/position-relative-expected.txt:
2310 * fast/repaint/focus-ring-expected.txt:
2311 * fast/repaint/focus-ring-repaint.html:
2312 * fast/repaint/outline-with-overflow-hidden-ancestor-expected.html: Added.
2313 * fast/repaint/outline-with-overflow-hidden-ancestor.html: Added.
2314 * fast/table/overflow-table-collapsed-borders-cell-painting-expected.txt:
2315 * fast/table/overflow-table-collapsed-borders-cell-painting-table-self-painting-layer-expected.txt:
2316 * fast/table/overflow-table-collapsed-borders-section-layer-painting-expected.txt:
2317 * fast/table/overflow-table-collapsed-borders-section-layer-table-self-painting-layer-expected.txt:
2318 * fast/table/overflow-table-collapsed-borders-section-self-painting-layer-painting-expected.txt:
2319 * fast/table/overflow-table-collapsed-borders-section-self-painting-layer-table-self-painting-layer-expected.txt:
2320 * platform/mac/compositing/geometry/clipping-foreground-expected.txt:
2321 * platform/mac/compositing/geometry/root-layer-update-expected.txt:
2322 * platform/mac/compositing/overflow/ancestor-overflow-expected.txt:
2323 * platform/mac/compositing/overflow/nested-scrolling-expected.txt:
2324 * platform/mac/compositing/overflow/overflow-scroll-expected.txt:
2325 * platform/mac/compositing/overflow/parent-overflow-expected.txt:
2326 * platform/mac/compositing/overflow/scrollbar-painting-expected.txt:
2327 * platform/mac/compositing/reflections/nested-reflection-on-overflow-expected.txt:
2328 * platform/mac/compositing/sibling-positioning-expected.txt:
2329 * platform/mac/css3/blending/blend-mode-overflow-expected.txt:
2330 * platform/mac/css3/unicode-bidi-isolate-basic-expected.txt:
2331 * platform/mac/fast/block/float/overhanging-tall-block-expected.txt:
2332 * platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.txt:
2333 * platform/mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt:
2334 * platform/mac/fast/borders/border-antialiasing-expected.txt:
2335 * platform/mac/fast/clip/001-expected.txt:
2336 * platform/mac/fast/clip/013-expected.txt:
2337 * platform/mac/fast/clip/014-expected.txt:
2338 * platform/mac/fast/clip/016-expected.txt:
2339 * platform/mac/fast/clip/outline-overflowClip-expected.txt:
2340 * platform/mac/fast/css/clip-zooming-expected.txt:
2341 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
2342 * platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
2343 * platform/mac/fast/line-grid/line-grid-inside-columns-expected.txt:
2344 * platform/mac/fast/line-grid/line-grid-into-columns-expected.txt:
2345 * platform/mac/fast/lists/scrolled-marker-paint-expected.txt:
2346 * platform/mac/fast/multicol/client-rects-expected.txt:
2347 * platform/mac/fast/multicol/column-break-with-balancing-expected.txt:
2348 * platform/mac/fast/multicol/column-rules-expected.txt:
2349 * platform/mac/fast/multicol/column-rules-stacking-expected.txt:
2350 * platform/mac/fast/multicol/columns-shorthand-parsing-expected.txt:
2351 * platform/mac/fast/multicol/float-paginate-complex-expected.txt:
2352 * platform/mac/fast/multicol/float-paginate-empty-lines-expected.txt:
2353 * platform/mac/fast/multicol/float-paginate-expected.txt:
2354 * platform/mac/fast/multicol/layers-in-multicol-expected.txt:
2355 * platform/mac/fast/multicol/layers-split-across-columns-expected.txt:
2356 * platform/mac/fast/multicol/max-height-columns-block-expected.txt:
2357 * platform/mac/fast/multicol/nested-columns-expected.txt:
2358 * platform/mac/fast/multicol/newmulticol/client-rects-expected.txt:
2359 * platform/mac/fast/multicol/overflow-across-columns-expected.txt:
2360 * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.txt:
2361 * platform/mac/fast/multicol/overflow-unsplittable-expected.txt:
2362 * platform/mac/fast/multicol/paginate-block-replaced-expected.txt:
2363 * platform/mac/fast/multicol/pagination/BottomToTop-bt-expected.txt:
2364 * platform/mac/fast/multicol/pagination/BottomToTop-lr-expected.txt:
2365 * platform/mac/fast/multicol/pagination/BottomToTop-rl-expected.txt:
2366 * platform/mac/fast/multicol/pagination/BottomToTop-tb-expected.txt:
2367 * platform/mac/fast/multicol/pagination/LeftToRight-bt-expected.txt:
2368 * platform/mac/fast/multicol/pagination/LeftToRight-rl-expected.txt:
2369 * platform/mac/fast/multicol/pagination/LeftToRight-tb-expected.txt:
2370 * platform/mac/fast/multicol/pagination/RightToLeft-bt-expected.txt:
2371 * platform/mac/fast/multicol/pagination/RightToLeft-lr-expected.txt:
2372 * platform/mac/fast/multicol/pagination/RightToLeft-rl-dynamic-expected.txt:
2373 * platform/mac/fast/multicol/pagination/RightToLeft-rl-expected.txt:
2374 * platform/mac/fast/multicol/pagination/RightToLeft-tb-expected.txt:
2375 * platform/mac/fast/multicol/pagination/TopToBottom-bt-expected.txt:
2376 * platform/mac/fast/multicol/pagination/TopToBottom-lr-expected.txt:
2377 * platform/mac/fast/multicol/pagination/TopToBottom-rl-expected.txt:
2378 * platform/mac/fast/multicol/positive-leading-expected.txt:
2379 * platform/mac/fast/multicol/scrolling-column-rules-expected.txt:
2380 * platform/mac/fast/multicol/scrolling-overflow-expected.txt:
2381 * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt:
2382 * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
2383 * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
2384 * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
2385 * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
2386 * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
2387 * platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
2388 * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
2389 * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.txt:
2390 * platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt:
2391 * platform/mac/fast/multicol/table-vertical-align-expected.txt:
2392 * platform/mac/fast/multicol/tall-image-behavior-expected.txt:
2393 * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
2394 * platform/mac/fast/multicol/vertical-lr/column-rules-expected.txt:
2395 * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.txt:
2396 * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
2397 * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.txt:
2398 * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.txt:
2399 * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
2400 * platform/mac/fast/multicol/vertical-rl/column-rules-expected.txt:
2401 * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.txt:
2402 * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
2403 * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.txt:
2404 * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.txt:
2405 * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
2406 * platform/mac/fast/overflow/float-in-relpositioned-expected.txt:
2407 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt:
2408 * platform/mac/fast/overflow/overflow-rtl-expected.txt:
2409 * platform/mac/fast/overflow/paged-x-div-expected.txt:
2410 * platform/mac/fast/overflow/paged-x-div-with-column-gap-expected.txt:
2411 * platform/mac/fast/overflow/paged-x-on-root-expected.txt:
2412 * platform/mac/fast/overflow/paged-x-with-column-gap-expected.txt:
2413 * platform/mac/fast/overflow/paged-y-div-expected.txt:
2414 * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
2415 * platform/mac/fast/regions/repaint/region-painting-via-layout-expected.txt:
2416 * platform/mac/fast/repaint/box-shadow-h-expected.txt:
2417 * platform/mac/fast/repaint/box-shadow-v-expected.txt:
2418 * platform/mac/fast/repaint/layer-outline-expected.txt:
2419 * platform/mac/fast/repaint/layer-outline-horizontal-expected.txt:
2420 * platform/mac/fast/table/edge-offsets-expected.txt:
2421 * platform/mac/fast/transforms/overflow-with-transform-expected.txt:
2422 * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt:
2423 * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt:
2424 * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
2425 * platform/mac/printing/single-line-must-not-be-split-into-two-pages-expected.txt:
2426 * platform/mac/scrollbars/scrollbars-on-positioned-content-expected.txt:
2427 * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
2428 * platform/mac/svg/custom/image-rescale-clip-expected.txt:
2429 * svg/overflow/overflow-on-foreignObject-expected.txt:
2431 2016-02-07 Saam barati <sbarati@apple.com>
2433 [ES6] bound functions .name property should be "bound " + the target function's name
2434 https://bugs.webkit.org/show_bug.cgi?id=153796
2436 Reviewed by Darin Adler.
2438 * js/bound-function-name-expected.txt: Added.
2439 * js/bound-function-name.html: Added.
2440 * js/script-tests/bound-function-name.js: Added.
2445 2016-02-07 Daniel Bates <dabates@apple.com>
2447 CSP: Allow Web Workers initiated from an isolated world to bypass the main world Content Security Policy
2448 https://bugs.webkit.org/show_bug.cgi?id=153622
2449 <rdar://problem/24400023>
2451 Reviewed by Gavin Barraclough and Andy Estes.
2453 Add tests to ensure that a Web Worker initiated from an isolated world can bypass the main world
2454 Content Security Policy.
2456 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-eval-expected.txt: Added.
2457 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-eval.html: Added.
2458 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-xhr-expected.txt: Added.
2459 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-blob-xhr.html: Added.
2460 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker-expected.txt: Added.
2461 * http/tests/security/isolatedWorld/bypass-main-world-csp-worker.html: Added.
2463 2016-02-07 Carlos Garcia Campos <cgarcia@igalia.com>
2465 REGRESSION(r195661): [GTK] Scrollbar tests crashing after overlay scrollbar groundwork
2466 https://bugs.webkit.org/show_bug.cgi?id=153695
2468 Reviewed by Michael Catanzaro.
2470 * platform/gtk/TestExpectations:
2472 2016-02-06 Chris Dumez <cdumez@apple.com>
2474 Unreviewed, update several layout tests for WK1 after r196227.
2476 * http/tests/security/cross-frame-access-enumeration-expected.txt:
2477 * http/tests/security/cross-frame-access-enumeration.html:
2478 * http/tests/security/cross-frame-access-get-expected.txt:
2479 * http/tests/security/cross-frame-access-get.html:
2480 * http/tests/security/cross-frame-access-history-get-expected.txt:
2481 * http/tests/security/cross-frame-access-history-get-override-expected.txt:
2482 * http/tests/security/cross-frame-access-history-get-override.html:
2483 * http/tests/security/cross-frame-access-history-get.html:
2485 2016-02-06 Michael Catanzaro <mcatanzaro@igalia.com>
2487 [GTK] Rebaseline some tests and update expectations after r196222
2489 Unreviewed test gardening.
2491 * platform/gtk/TestExpectations:
2492 * platform/gtk/fast/clip/outline-overflowClip-expected.txt:
2493 * platform/gtk/fast/repaint/layer-outline-expected.txt:
2494 * platform/gtk/fast/repaint/layer-outline-horizontal-expected.txt:
2496 2016-02-06 Michael Catanzaro <mcatanzaro@igalia.com>
2498 [GTK] imported/blink/compositing/squashing/abspos-under-abspos-overflow-scroll.html is flaky
2500 Unreviewed test gardening.
2502 * platform/gtk/TestExpectations:
2504 2016-02-06 Chris Dumez <cdumez@apple.com>
2506 Prevent cross-origin access to window.history
2507 https://bugs.webkit.org/show_bug.cgi?id=153931
2509 Reviewed by Darin Adler.
2511 Update / rebaseline several layout tests now that cross-origin access to
2512 window.history is prevented.
2514 * fast/frames/sandboxed-iframe-history-denied-expected.txt:
2515 * http/tests/history/cross-origin-replace-history-object-child-expected.txt:
2516 * http/tests/security/cross-frame-access-call-expected.txt:
2517 * http/tests/security/cross-frame-access-call.html:
2518 * http/tests/security/cross-frame-access-delete-expected.txt:
2519 * http/tests/security/cross-frame-access-delete.html:
2520 * http/tests/security/cross-frame-access-history-prototype-expected.txt:
2521 * http/tests/security/cross-frame-access-history-put.html: Removed.
2522 * http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt:
2523 * http/tests/security/cross-frame-access-object-getPrototypeOf.html:
2524 * http/tests/security/cross-frame-access-object-setPrototypeOf-expected.txt:
2525 * http/tests/security/cross-frame-access-object-setPrototypeOf.html:
2526 * http/tests/security/resources/cross-frame-iframe-for-history-put-test.html: Removed.
2528 2016-02-06 Zalan Bujtas <zalan@apple.com>
2530 Outline should contribute to visual overflow.
2531 https://bugs.webkit.org/show_bug.cgi?id=153299
2533 This patch eliminates the special outline handling (RenderView::setMaximalOutlineSize).
2534 Now that outline is part of visual overflow, we don't have to inflate the layers to accomodate
2536 This patch fixes several focusring related repaint issues. However when both the outline: auto
2537 and the descendant renderer are composited, we still don't paint properly in certain cases. -not a regression.
2538 (Also when parent renderer has overflow: hidden repaint does not take outline into account. -regression.)
2539 It changes column behavior (see TestExpectations) since outline behaves now like any other visual overflow properties.
2541 Reviewed by David Hyatt.
2543 * fast/repaint/focus-ring-repaint-expected.txt: Added.
2544 * fast/repaint/focus-ring-repaint.html: Added.
2545 * fast/repaint/focus-ring-repaint-expected-with-negative-offset.txt: Added.
2546 * fast/repaint/focus-ring-repaint-with-negative-offset.html: Added.
2548 * platform/mac/TestExpectations:
2549 * platform/mac/compositing/geometry/ancestor-overflow-change-expected.txt:
2550 * platform/mac/compositing/geometry/composited-in-columns-expected.txt:
2551 * platform/mac/compositing/layer-creation/overlap-animation-container-expected.txt:
2552 * platform/mac/compositing/layer-creation/stacking-context-overlap-nested-expected.txt:
2553 * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt:
2554 * platform/mac/fast/clip/outline-overflowClip-expected.txt:
2555 * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
2556 * platform/mac/fast/repaint/4776765-expected.txt: Added.
2557 * platform/mac/fast/repaint/focus-ring-expected.txt: Added.
2558 * platform/mac/fast/repaint/layer-outline-expected.txt:
2559 * platform/mac/fast/repaint/layer-outline-horizontal-expected.txt:
2560 * platform/mac/svg/custom/focus-ring-expected.txt:
2562 2016-02-06 Michael Catanzaro <mcatanzaro@igalia.com>
2564 [GTK] Various tests are flaky
2566 More unreviewed test gardening.
2568 * platform/gtk/TestExpectations:
2570 2016-02-06 Chris Dumez <cdumez@apple.com>
2572 Object.getOwnPropertyDescriptor() does not work on sub-frame's window
2573 https://bugs.webkit.org/show_bug.cgi?id=153925
2575 Reviewed by Darin Adler.
2577 * fast/dom/Window/getOwnPropertyDescriptor-other-window-expected.txt: Added.
2578 * fast/dom/Window/getOwnPropertyDescriptor-other-window.html: Added.
2579 Add test case to test calling Object.getOwnPropertyDescriptor() on a
2582 * http/tests/security/cross-origin-window-property-access-expected.txt:
2583 * http/tests/security/cross-origin-window-property-access.html:
2584 - Update test use use an iframe instead of opening a Window for convenience.
2585 - Use an actual cross-origin URL. The previous URL was same-origin and therefore
2586 the test would have failed if window.location was a proper getter/setter
2587 instead of a 'value' descriptor.
2588 - Add more tests to cover other Window properties (such as 'name') which are
2589 actual getter / setters to make sure using the current window's getter on
2590 a cross origin window does not bypass the security origin checks.
2592 * http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt:
2593 * http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html:
2594 - Drop checks for properties for which cross-origin access via
2595 getOwnPropertyDescriptor() now works. They used to not work because of the bug
2596 this patch fixes, and not due to security checks.
2597 - Most of these properties are part of the properties that the specification
2598 states can be accessed cross-origin:
2599 https://html.spec.whatwg.org/multipage/browsers.html#security-window
2600 - ALL of these properties could already be accessed cross origin via regular
2601 property getters (e.g. crossOriginWindow.blur) in Safari 9 so there should not
2602 be any reason for getOwnPropertyDescriptor() not to work.
2603 - I have also verified that Firefox allows cross-origin access for all these
2604 properties (via regular getters or getOwnPropertyDescriptor), except for
2605 the 'history' property. We may want to align our behavior here and prevent
2606 cross-origin access to 'window.history' but this is not a regression in this
2607 patch. You could already access crossOriginWindow.history in Safari 9.
2609 2016-02-06 Michael Catanzaro <mcatanzaro@igalia.com>
2611 [GTK] Various tests are flaky
2613 Unreviewed test gardening.
2615 * platform/gtk/TestExpectations:
2617 2016-02-06 Michael Catanzaro <mcatanzaro@igalia.com>
2619 [GTK] Gardening for unexpected passes
2621 Unreviewed test gardening.
2623 * platform/gtk/TestExpectations:
2625 2016-02-05 Michael Catanzaro <mcatanzaro@igalia.com>
2627 [GTK] Unreviewed test expectations gardening.
2629 * platform/gtk/TestExpectations:
2631 2016-02-05 Ryan Haddad <ryanhaddad@apple.com>
2633 Mark css3/filters/multiple-filters-invalidation.html as flaky on ios-simulator
2634 https://bugs.webkit.org/show_bug.cgi?id=153933
2636 Unreviewed test gardening.
2638 * platform/ios-simulator/TestExpectations:
2640 2016-02-05 Ryan Haddad <ryanhaddad@apple.com>
2642 Marking pageoverlay/overlay-small-frame-paints.html as flaky on ios-simulator
2643 https://bugs.webkit.org/show_bug.cgi?id=153898
2645 Unreviewed test gardening.
2647 * platform/ios-simulator/TestExpectations:
2649 2016-02-05 Ryan Haddad <ryanhaddad@apple.com>
2651 Marking css3-text-decoration/text-underline-position/underline-visual-overflow-with-subpixel-position.html as failing on ios-simulator
2652 https://bugs.webkit.org/show_bug.cgi?id=153315
2654 Unreviewed test gardening.
2656 * platform/ios-simulator/TestExpectations:
2658 2016-02-05 Chris Dumez <cdumez@apple.com>
2660 Instance property getters / setters cannot be called on another instance of the same type
2661 https://bugs.webkit.org/show_bug.cgi?id=153895
2663 Reviewed by Gavin Barraclough.
2665 * js/dom/script-tests/shadow-navigator-geolocation-in-strict-mode-does-not-throw.js:
2666 * js/dom/shadow-navigator-geolocation-in-strict-mode-does-not-throw-expected.txt:
2667 Extend this layout test coverage to cover the getter case in addition to the
2668 setter case. This test covers the compatibility mode where we don't throw.
2669 I made sure to maintain this behavior when refactoring the bindings to avoid
2672 * js/instance-property-getter-other-instance-expected.txt:
2673 Rebaseline now that this test passes.
2675 * js/instance-property-setter-other-instance-expected.txt: Added.
2676 * js/instance-property-setter-other-instance.html: Added.
2677 Add test to cover the setter case.
2680 2016-02-05 Ryan Haddad <ryanhaddad@apple.com>
2682 Mark http/tests/security/cross-frame-access-custom.html as flaky on ios-simulator-wk2
2683 https://bugs.webkit.org/show_bug.cgi?id=153050
2685 Unreviewed test gardening.
2687 * platform/ios-simulator-wk2/TestExpectations:
2689 2016-02-05 Ryan Haddad <ryanhaddad@apple.com>
2691 Skipping js/basic-set.html on Mac since it is already runs as a part of run-jsc-stress-tests
2692 https://bugs.webkit.org/show_bug.cgi?id=153879
2694 Unreviewed test gardening.
2696 * platform/mac/TestExpectations:
2698 2016-02-05 Ryan Haddad <ryanhaddad@apple.com>
2700 Marking imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html as flaky on ios-simulator
2701 https://bugs.webkit.org/show_bug.cgi?id=153929
2703 Unreviewed test gardening.
2705 * platform/ios-simulator/TestExpectations:
2707 2016-02-05 Saam barati <sbarati@apple.com>
2709 Web Inspector: Include SamplingProfiler's expression-level data for stack frames in the protocol
2710 https://bugs.webkit.org/show_bug.cgi?id=153455
2711 <rdar://problem/24335884>
2713 Reviewed by Joseph Pecoraro.
2715 * inspector/sampling-profiler/expression-location-info-expected.txt: Added.
2716 * inspector/sampling-profiler/expression-location-info.html: Added.
2718 2016-02-05 Nan Wang <n_wang@apple.com>
2720 AX: WebKit hanging when VoiceOver attempts to focus in on page
2721 https://bugs.webkit.org/show_bug.cgi?id=153899
2722 <rdar://problem/24506603>
2724 Reviewed by Chris Fleizach.
2726 * accessibility/text-marker/character-offset-visible-position-conversion-hang-expected.txt: Added.
2727 * accessibility/text-marker/character-offset-visible-position-conversion-hang.html: Added.
2729 2016-02-04 Joseph Pecoraro <pecoraro@apple.com>
2731 Web Inspector: InspectorTimelineAgent doesn't need to recompile functions because it now uses the sampling profiler
2732 https://bugs.webkit.org/show_bug.cgi?id=153500
2733 <rdar://problem/24352458>
2735 Reviewed by Timothy Hatcher.
2737 * fast/profiler/*.html
2738 Be more explicit about enabling legacy profiling.
2740 * inspector/sampling-profiler/eval-source-url.html
2741 Remove an inner loop that was causing tail call optimizations
2742 to eliminate the sourceURL we were expecting.
2744 2016-02-04 Hunseop Jeong <hs85.jeong@samsung.com>
2746 Unreviewed. EFL gardening. Mark some video tests to failure.
2748 * platform/efl/TestExpectations:
2750 2016-02-04 Ryan Haddad <ryanhaddad@apple.com>
2752 Remove ios-simulator-wk2 specific expectation for imported/w3c/web-platform-tests/html/dom/interfaces.html
2753 https://bugs.webkit.org/show_bug.cgi?id=153844
2755 Unreviewed test gardening.
2757 * platform/ios-simulator-wk2/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt: Removed.
2759 2016-02-04 Ryan Haddad <ryanhaddad@apple.com>
2761 Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator
2762 https://bugs.webkit.org/show_bug.cgi?id=153844
2764 Reviewed by Chris Dumez.
2766 * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
2768 2016-02-04 Eric Carlson <eric.carlson@apple.com>
2770 media/video-size.html is flaky
2771 https://bugs.webkit.org/show_bug.cgi?id=124932
2772 <rdar://problem/23336430>
2774 Reviewed by Jer Noble.
2776 * media/video-size.html: Add logic to retry each stage silently twice before logging
2777 failure because we can't predict how long it will take to load the poster frame.
2779 2016-02-04 Chris Dumez <cdumez@apple.com>
2781 Object.getOwnPropertyDescriptor() returns incomplete descriptor for instance properties
2782 https://bugs.webkit.org/show_bug.cgi?id=153817
2784 Reviewed by Geoffrey Garen.
2786 Add layout test coverage for calling Object.getOwnPropertyDescriptor()
2787 on instance properties (e.g. Unforgeable properties and Window properties).
2789 * http/tests/security/cross-origin-window-property-access-expected.txt:
2790 * http/tests/security/cross-origin-window-property-access.html:
2791 - Fix bug causing the onload function to not find the crossOriginWindow variable.
2792 - Update the case for accessing crossOriginWindow.location property as this is
2793 actually expected to work as per the specification:
2794 https://html.spec.whatwg.org/multipage/browsers.html#security-window
2796 * js/dom/dom-as-prototype-assignment-exception-expected.txt:
2797 * js/dom/getOwnPropertyDescriptor-expected.txt:
2798 * js/dom/script-tests/dom-as-prototype-assignment-exception.js:
2799 * js/getOwnPropertyDescriptor-unforgeable-attributes-expected.txt: Added.
2800 * js/getOwnPropertyDescriptor-unforgeable-attributes.html: Added.
2801 * js/getOwnPropertyDescriptor-window-attributes-expected.txt: Added.
2802 * js/getOwnPropertyDescriptor-window-attributes.html: Added.
2803 * js/instance-property-getter-other-instance-expected.txt: Added.
2804 * js/instance-property-getter-other-instance.html: Added.
2805 * js/resources/getOwnPropertyDescriptor.js:
2807 2016-02-04 Ryan Haddad <ryanhaddad@apple.com>
2809 Marking imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html as flaky on Mac
2810 https://bugs.webkit.org/show_bug.cgi?id=153871
2812 Unreviewed test gardening.
2814 * platform/mac/TestExpectations:
2816 2016-02-04 Ryan Haddad <ryanhaddad@apple.com>
2818 Marking webgl/1.0.3/conformance/extensions/oes-texture-half-float-linear.html as flaky on mac
2819 https://bugs.webkit.org/show_bug.cgi?id=153883
2821 Unreviewed test gardening.
2823 * platform/mac/TestExpectations:
2825 2016-02-04 Brady Eidson <beidson@apple.com>
2827 Modern IDB: LayoutTest imported/w3c/indexeddb/keyorder-private.html is flaky.
2828 https://bugs.webkit.org/show_bug.cgi?id=153438.
2830 Reviewed by Alex Christensen.
2832 * platform/mac-wk1/TestExpectations: Re-enable the flaky test.
2833 * resources/js-test.js:
2834 * storage/indexeddb/modern/idbkey-array-equality-expected.txt: Added.
2835 * storage/indexeddb/modern/idbkey-array-equality-private-expected.txt: Added.
2836 * storage/indexeddb/modern/idbkey-array-equality-private.html: Added.
2837 * storage/indexeddb/modern/idbkey-array-equality.html: Added.
2838 * storage/indexeddb/modern/resources/idbkey-array-equality.js: Added.
2840 2016-02-04 Ryan Haddad <ryanhaddad@apple.com>
2842 Skip two flaky indexeddb tests on Yosemite Release WK2
2844 Unreviewed test gardening.
2846 * platform/mac-wk2/TestExpectations:
2848 2016-02-04 Eric Carlson <eric.carlson@apple.com>
2850 Don't discard in-band cues with negative start times
2851 https://bugs.webkit.org/show_bug.cgi?id=153867
2852 <rdar://problem/19588632>
2854 Reviewed by Jer Noble.
2856 * http/tests/media/track-in-band-hls-metadata-expected.txt:
2857 * http/tests/media/track-in-band-hls-metadata.html: Test more attributes for correctness,
2858 fail test immediately if cue.value is undefined so the test doesn't generate an exception
2859 and exit without any results.
2860 * platform/mac/TestExpectations: Unskip test.
2862 2016-02-04 Hyemi Shin <hyemi.sin@samsung.com>
2864 Specify an exception for createChannelMerger, createChannelSplitter and createPeriodicWave
2865 https://bugs.webkit.org/show_bug.cgi?id=150925
2867 Reviewed by Darin Adler.
2869 createChannelMerger and createChannelSplitter should throw INDEX_SIZE_ERR
2870 for invalid numberOfInputs value.
2871 createPeriodicWave should throw INDEX_SIZE_ERR for invalid lengths of parameters.
2873 * webaudio/audiochannelmerger-basic-expected.txt: numberOfInputs could be 32.
2874 * webaudio/audiochannelmerger-basic.html: Ditto.
2875 * webaudio/audiochannelsplitter-expected.txt: Ditto.
2876 * webaudio/audiochannelsplitter.html: Ditto.
2877 * webaudio/periodicwave-lengths-expected.txt: Added.
2878 * webaudio/periodicwave-lengths.html: Added.
2880 2016-02-04 Ryan Haddad <ryanhaddad@apple.com>
2882 Rebaseline imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/select-ask-for-reset.html for ios-simulator
2883 https://bugs.webkit.org/show_bug.cgi?id=153850
2885 Unreviewed test gardening.
2887 * platform/ios-simulator/TestExpectations:
2888 * platform/ios-simulator/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/select-ask-for-reset-expected.txt: Added.
2890 2016-02-04 Chris Dumez <cdumez@apple.com>
2892 Merge DOMTokenList and DOMSettableTokenList
2893 https://bugs.webkit.org/show_bug.cgi?id=153677
2894 <rdar://problem/24419675>
2896 Reviewed by Sam Weinig.
2898 Update / rebaseline several tests now that relList attributes
2899 use [PutForward=value].
2901 * fast/dom/HTMLElement/class-list-expected.txt:
2902 * fast/dom/HTMLElement/class-list-quirks-expected.txt:
2903 * fast/dom/HTMLElement/script-tests/class-list.js:
2904 * fast/dom/rel-list-expected.txt:
2905 * fast/dom/rel-list.html:
2907 2016-02-04 Hunseop Jeong <hs85.jeong@samsung.com>
2909 Unreviewed. EFL gardening after r195740.
2911 * platform/efl/accessibility/table-attributes-expected.txt:
2912 * platform/efl/accessibility/table-cell-spans-expected.txt:
2913 * platform/efl/accessibility/table-cells-expected.txt:
2914 * platform/efl/accessibility/table-sections-expected.txt:
2915 * platform/efl/accessibility/table-with-rules-expected.txt:
2916 * platform/efl/css2.1/20110323/table-height-algorithm-023-expected.txt:
2917 * platform/efl/css2.1/20110323/table-height-algorithm-024-expected.txt:
2918 * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.txt:
2919 * platform/efl/editing/deleting/5099303-expected.txt:
2920 * platform/efl/editing/deleting/5144139-2-expected.txt:
2921 * platform/efl/editing/deleting/5483370-expected.txt:
2922 * platform/efl/editing/deleting/delete-to-select-table-expected.txt:
2923 * platform/efl/editing/deleting/table-cells-expected.txt:
2924 * platform/efl/fast/text/atsui-multiple-renderers-expected.txt:
2926 2016-02-03 Carlos Garcia Campos <cgarcia@igalia.com>
2928 Do not show context menu when right clicking on a scrollbar
2929 https://bugs.webkit.org/show_bug.cgi?id=153493
2931 Reviewed by Michael Catanzaro.
2933 Add a test to check that context menu event is not sent when right
2934 clicking on a scrollbar.
2936 * fast/events/contextmenu-on-scrollbars-expected.txt: Added.
2937 * fast/events/contextmenu-on-scrollbars.html: Added.
2939 2016-02-03 Beth Dakin <bdakin@apple.com>
2941 Accepted candidates should not be autocorrected
2942 https://bugs.webkit.org/show_bug.cgi?id=153813
2944 rdar://problem/24066924
2946 Reviewed by Darin Adler.
2948 * editing/mac/spelling/accept-misspelled-candidate-expected.txt: Added.
2949 * editing/mac/spelling/accept-misspelled-candidate.html: Added.
2951 2016-02-03 Ryan Haddad <ryanhaddad@apple.com>
2953 Marking http/tests/history/back-to-post.php as flaky on ios-simulator
2954 https://bugs.webkit.org/show_bug.cgi?id=153314
2956 Unreviewed test gardening.
2958 * platform/ios-simulator/TestExpectations:
2960 2016-02-03 Ryan Haddad <ryanhaddad@apple.com>
2962 Skip imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/select-ask-for-reset.html on ios-simulator
2963 https://bugs.webkit.org/show_bug.cgi?id=153850
2965 Unreviewed test gardening.
2967 * platform/ios-simulator/TestExpectations:
2969 2016-02-03 Ryan Haddad <ryanhaddad@apple.com>
2971 Marking displaylists tests as flaky on ios-simulator. Previous attempt was unsuccessful.
2972 https://bugs.webkit.org/show_bug.cgi?id=153656
2974 Unreviewed test gardening.
2976 * platform/ios-simulator/TestExpectations:
2978 2016-02-03 Ryan Haddad <ryanhaddad@apple.com>
2980 Marking transitions/clip-path-transitions.html and transitions/clip-path-path-transitions.html as flaky on Mac
2981 https://bugs.webkit.org/show_bug.cgi?id=153809
2983 Unreviewed test gardening.
2985 * platform/mac/TestExpectations:
2987 2016-02-03 Joseph Pecoraro <pecoraro@apple.com>
2989 Web Inspector: JS PrettyPrinting unary - and + issues
2990 https://bugs.webkit.org/show_bug.cgi?id=134007
2991 <rdar://problem/17351953>
2993 Reviewed by Timothy Hatcher.
2995 * inspector/codemirror/prettyprinting-javascript-expected.txt:
2996 * inspector/codemirror/prettyprinting-javascript.html:
2997 * inspector/codemirror/resources/prettyprinting/javascript-tests/unary-binary-operators-expected.js: Added.
2998 * inspector/codemirror/resources/prettyprinting/javascript-tests/unary-binary-operators.js: Added.
2999 New tests for unary and some binary operators in JavaScript pretty printing.
3001 2016-02-03 Brent Fulgham <bfulgham@apple.com>
3003 REGRESSION: LayoutTest http/tests/plugins/visible_plugins.html failing on Yosemite WK1
3004 https://bugs.webkit.org/show_bug.cgi?id=153752
3006 Reviewed by Alexey Proskuryakov.
3008 Revise test to skip the plugins we expect to be displayed, and only display plugins
3009 that are surprising.
3011 * http/tests/plugins/visible_plugins.html:
3012 * http/tests/plugins/visible_plugins-expected.txt:
3013 * platform/mac-wk2/http/tests/plugins/visible_plugins-expected.txt: Removed.
3015 2016-02-03 Ryan Haddad <ryanhaddad@apple.com>
3017 Skip http/tests/contentdispositionattachmentsandbox/form-submission-disabled.html on ios-simulator until it can be rewritten.
3018 https://bugs.webkit.org/show_bug.cgi?id=152993
3020 Unreviewed test gardening.
3022 * platform/ios-simulator/TestExpectations:
3024 2016-02-03 Dave Hyatt <hyatt@apple.com>
3026 Implement hanging-punctuation property parsing.
3027 https://bugs.webkit.org/show_bug.cgi?id=18109.
3029 Reviewed by Zalan Bujtas.
3031 * fast/css/parsing-hanging-punctuation-expected.txt: Added.
3032 * fast/css/parsing-hanging-punctuation.html: Added.
3033 * fast/css/resources/parsing-hanging-punctuation.js: Added.
3036 2016-02-03 Ryan Haddad <ryanhaddad@apple.com>
3038 Skip fast/forms/input-user-input-sanitization.html on ios-simulator
3039 https://bugs.webkit.org/show_bug.cgi?id=152306
3041 Unreviewed test gardening.
3043 * platform/ios-simulator/TestExpectations:
3045 2016-02-03 Hunseop Jeong <hs85.jeong@samsung.com>
3047 Unreviewed. EFL gardening: rebaseline tests after r195740.
3049 * platform/efl/css1/box_properties/border_width_inline-expected.txt:
3050 * platform/efl/css1/formatting_model/floating_elements-expected.txt:
3051 * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
3052 * platform/efl/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
3053 * platform/efl/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
3054 * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
3055 * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
3056 * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
3057 * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
3058 * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.txt:
3059 * platform/efl/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
3060 * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
3061 * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
3062 * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
3063 * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
3064 * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
3065 * platform/efl/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
3066 * platform/efl/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
3067 * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
3068 * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
3069 * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
3070 * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
3071 * platform/efl/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
3072 * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
3073 * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
3074 * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
3075 * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
3076 * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
3077 * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
3078 * platform/efl/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
3079 * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
3080 * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
3081 * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
3082 * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
3083 * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
3084 * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
3085 * platform/efl/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
3086 * platform/efl/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
3087 * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
3088 * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
3089 * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
3090 * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
3091 * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
3092 * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
3093 * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
3094 * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
3095 * platform/efl/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
3096 * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
3097 * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
3098 * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
3099 * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
3100 * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
3101 * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
3102 * platform/efl/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
3103 * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
3104 * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
3105 * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
3106 * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
3107 * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
3108 * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
3109 * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
3110 * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
3111 * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
3112 * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
3113 * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
3114 * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
3115 * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
3116 * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
3117 * platform/efl/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
3118 * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
3119 * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
3120 * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
3121 * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
3122 * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
3123 * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
3124 * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
3125 * platform/efl/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
3126 * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
3127 * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
3128 * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
3129 * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
3130 * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
3131 * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
3132 * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
3133 * platform/efl/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
3134 * platform/efl/css3/css3-modsel-33-expected.txt:
3135 * platform/efl/css3/flexbox/flexbox-baseline-expected.txt:
3136 * platform/efl/css3/selectors3/html/css3-modsel-161-expected.txt:
3137 * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.txt:
3138 * platform/efl/css3/selectors3/html/css3-modsel-28-expected.txt:
3139 * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.txt:
3140 * platform/efl/css3/selectors3/html/css3-modsel-32-expected.txt:
3141 * platform/efl/css3/selectors3/html/css3-modsel-43-expected.txt:
3142 * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.txt:
3143 * platform/efl/css3/selectors3/html/css3-modsel-44-expected.txt:
3144 * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.txt:
3145 * platform/efl/css3/selectors3/html/css3-modsel-74-expected.txt:
3146 * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.txt:
3147 * platform/efl/css3/selectors3/html/css3-modsel-78-expected.txt:
3148 * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.txt:
3149 * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
3150 * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
3151 * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
3152 * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
3153 * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
3154 * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
3155 * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
3156 * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
3157 * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
3158 * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
3159 * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
3160 * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
3161 * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
3162 * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.txt:
3163 * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.txt:
3164 * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.txt:
3165 * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.txt:
3166 * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.txt:
3167 * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.txt:
3168 * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.txt:
3169 * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.txt:
3170 * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.txt:
3171 * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.txt:
3172 * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.txt:
3173 * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.txt:
3174 * platform/efl/editing/inserting/5058163-1-expected.txt:
3175 * platform/efl/editing/inserting/insert-paragraph-01-expected.txt:
3176 * platform/efl/editing/inserting/insert-paragraph-02-expected.txt:
3177 * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt:
3178 * platform/efl/editing/selection/4818145-expected.txt:
3179 * platform/efl/editing/selection/4889598-expected.txt:
3180 * platform/efl/editing/selection/4895428-2-expected.txt:
3181 * platform/efl/editing/selection/5076323-1-expected.txt:
3182 * platform/efl/editing/selection/5076323-2-expected.txt:
3183 * platform/efl/editing/selection/5076323-3-expected.txt:
3184 * platform/efl/editing/selection/7152-1-expected.txt:
3185 * platform/efl/editing/selection/7152-2-expected.txt:
3186 * platform/efl/editing/selection/display-table-text-expected.txt:
3187 * platform/efl/editing/selection/iframe-expected.txt:
3188 * platform/efl/editing/selection/inline-table-expected.txt:
3189 * platform/efl/editing/selection/mixed-editability-3-expected.txt:
3190 * platform/efl/editing/selection/mixed-editability-4-expected.txt:
3191 * platform/efl/editing/selection/mixed-editability-5-expected.txt:
3192 * platform/efl/editing/selection/mixed-editability-8-expected.txt:
3193 * platform/efl/editing/selection/mixed-editability-9-expected.txt:
3194 * platform/efl/editing/selection/table-caret-1-expected.txt:
3195 * platform/efl/editing/selection/table-caret-2-expected.txt:
3196 * platform/efl/editing/selection/table-caret-3-expected.txt:
3197 * platform/efl/editing/style/5017613-1-expected.txt:
3198 * platform/efl/editing/style/5017613-2-expected.txt:
3199 * platform/efl/editing/style/apple-style-editable-mix-expected.txt:
3200 * platform/efl/editing/style/table-selection-expected.txt:
3201 * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
3202 * platform/efl/fast/block/float/011-expected.txt:
3203 * platform/efl/fast/block/margin-collapse/001-expected.txt:
3204 * platform/efl/fast/block/margin-collapse/005-expected.txt:
3205 * platform/efl/fast/block/margin-collapse/104-expected.txt:
3206 * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
3207 * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
3208 * platform/efl/fast/block/positioning/053-expected.txt:
3209 * platform/efl/fast/borders/bidi-009a-expected.txt:
3210 * platform/efl/fast/box-shadow/basic-shadows-expected.txt:
3211 * platform/efl/fast/css-generated-content/015-expected.txt:
3212 * platform/efl/fast/css-generated-content/inline-display-types-expected.txt:
3213 * platform/efl/fast/css-generated-content/table-before-after-child-add-expected.txt:
3214 * platform/efl/fast/css-generated-content/table-cell-before-content-expected.txt:
3215 * platform/efl/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
3216 * platform/efl/fast/css-generated-content/table-row-before-after-expected.txt:
3217 * platform/efl/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
3218 * platform/efl/fast/css/first-letter-float-expected.txt:
3219 * platform/efl/fast/dynamic/007-expected.txt:
3220 * platform/efl/fast/dynamic/014-expected.txt:
3221 * platform/efl/fast/dynamic/015-expected.txt:
3222 * platform/efl/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
3223 * platform/efl/fast/forms/button-white-space-expected.txt:
3224 * platform/efl/fast/forms/file/file-input-direction-expected.txt:
3225 * platform/efl/fast/forms/form-added-to-table-expected.txt:
3226 * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.txt:
3227 * platform/efl/fast/forms/input-value-expected.txt:
3228 * platform/efl/fast/invalid/table-inside-stray-table-content-expected.txt:
3229 * platform/efl/fast/invalid/td-inside-object-expected.txt:
3230 * platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
3231 * platform/efl/fast/overflow/overflow-auto-table-expected.txt:
3232 * platform/efl/fast/replaced/width100percent-button-expected.txt:
3233 * platform/efl/fast/ruby/ruby-inline-table-expected.txt:
3234 * platform/efl/fast/selectors/018-expected.txt:
3235 * platform/efl/fast/selectors/018b-expected.txt:
3236 * platform/efl/fast/selectors/032-expected.txt:
3237 * platform/efl/fast/selectors/043-expected.txt:
3238 * platform/efl/fast/selectors/043b-expected.txt:
3239 * platform/efl/fast/selectors/044-expected.txt:
3240 * platform/efl/fast/selectors/044b-expected.txt:
3241 * platform/efl/fast/selectors/078b-expected.txt:
3242 * platform/efl/fast/table/001-expected.txt:
3243 * platform/efl/fast/table/004-expected.txt:
3244 * platform/efl/fast/table/006-expected.txt:
3245 * platform/efl/fast/table/010-expected.txt:
3246 * platform/efl/fast/table/011-expected.txt:
3247 * platform/efl/fast/table/015-expected.txt:
3248 * platform/efl/fast/table/016-expected.txt:
3249 * platform/efl/fast/table/022-expected.txt:
3250 * platform/efl/fast/table/026-expected.txt:
3251 * platform/efl/fast/table/033-expected.txt:
3252 * platform/efl/fast/table/035-expected.txt:
3253 * platform/efl/fast/table/035-vertical-expected.txt:
3254 * platform/efl/fast/table/037-expected.txt:
3255 * platform/efl/fast/table/041-expected.txt:
3256 * platform/efl/fast/table/auto-with-percent-height-expected.txt:
3257 * platform/efl/fast/table/auto-with-percent-height-vertical-expected.txt:
3258 * platform/efl/fast/table/border-collapsing/002-vertical-expected.txt:
3259 * platform/efl/fast/table/cell-coalescing-expected.txt:
3260 * platform/efl/fast/table/cellindex-expected.txt:
3261 * platform/efl/fast/table/colgroup-preceded-by-caption-expected.txt:
3262 * platform/efl/fast/table/colgroup-spanning-groups-rules-expected.txt:
3263 * platform/efl/fast/table/dynamic-descendant-percentage-height-expected.txt:
3264 * platform/efl/fast/table/floating-th-expected.txt:
3265 * platform/efl/fast/table/generated-caption-expected.txt:
3266 * platform/efl/fast/table/insert-before-anonymous-ancestors-expected.txt:
3267 * platform/efl/fast/table/insert-cell-before-form-expected.txt:
3268 * platform/efl/fast/table/insert-row-before-form-expected.txt:
3269 * platform/efl/fast/table/multiple-captions-display-expected.txt:
3270 * platform/efl/fast/table/nested-percent-height-table-expected.txt:
3271 * platform/efl/fast/table/quote-text-around-iframe-expected.txt:
3272 * platform/efl/fast/table/rowindex-expected.txt:
3273 * platform/efl/fast/table/rtl-cell-display-none-assert-expected.txt:
3274 * platform/efl/fast/table/rules-attr-dynchange1-expected.txt:
3275 * platform/efl/fast/table/rules-attr-dynchange2-expected.txt:
3276 * platform/efl/fast/table/table-after-child-in-table-expected.txt:
3277 * platform/efl/fast/table/table-and-parts-outline-expected.txt:
3278 * platform/efl/fast/table/table-before-child-in-table-expected.txt:
3279 * platform/efl/fast/table/table-cell-after-child-in-block-expected.txt:
3280 * platform/efl/fast/table/table-cell-after-child-in-table-expected.txt:
3281 * platform/efl/fast/table/table-cell-before-child-in-block-expected.txt:
3282 * platform/efl/fast/table/table-continuation-outline-paint-crash-expected.txt:
3283 * platform/efl/fast/table/table-hspace-align-center-expected.txt:
3284 * platform/efl/fast/table/table-row-after-child-in-block-expected.txt:
3285 * platform/efl/fast/table/table-row-after-child-in-table-expected.txt:
3286 * platform/efl/fast/table/table-row-before-child-in-block-expected.txt:
3287 * platform/efl/fast/table/table-row-before-child-in-table-expected.txt:
3288 * platform/efl/fast/table/tableInsideCaption-expected.txt:
3289 * platform/efl/fast/table/text-field-baseline-expected.txt:
3290 * platform/efl/fast/table/unbreakable-images-quirk-expected.txt:
3291 * platform/efl/fast/table/vertical-align-baseline-expected.txt:
3292 * platform/efl/fast/text/basic/001-expected.txt:
3293 * platform/efl/fast/text/basic/006-expected.txt:
3294 * platform/efl/fast/text/basic/007-expected.txt:
3295 * platform/efl/fast/text/capitalize-boundaries-expected.txt:
3296 * platform/efl/fast/text/hyphenate-locale-expected.txt:
3297 * platform/efl/fast/text/international/bidi-layout-across-linebreak-expected.txt:
3298 * platform/efl/fast/text/whitespace/024-expected.txt:
3299 * platform/efl/fast/text/whitespace/027-expected.txt:
3300 * platform/efl/fast/text/word-break-expected.txt:
3301 * platform/efl/fast/transforms/transform-table-row-expected.txt:
3303 2016-02-03 Carlos Garcia Campos <cgarcia@igalia.com>
3305 [GTK] Layout Test http/tests/appcache/different-https-origin-resource-main.html is failing
3306 https://bugs.webkit.org/show_bug.cgi?id=145253
3308 Reviewed by Michael Catanzaro.
3310 Update test expectation.
3312 * platform/gtk/TestExpectations:
3314 2016-02-03 Carlos Garcia Campos <cgarcia@igalia.com>
3316 REGRESSION(r191948): [GStreamer] 4 new timeouts on layout tests.
3317 https://bugs.webkit.org/show_bug.cgi?id=152797
3319 Reviewed by Darin Adler.
3321 Update test expectations.
3323 * platform/gtk/TestExpectations:
3325 2016-02-02 Fujii Hironori <Hironori.Fujii@jp.sony.com>
3327 ASSERTION FAILED: roundedIntPoint(rendererMappedResult) == roundedIntPoint(result)
3328 https://bugs.webkit.org/show_bug.cgi?id=153576
3330 Reviewed by Darin Adler.
3332 * fast/block/geometry-map-assertion-with-rounding-negative-half-expected.txt: Added.
3333 * fast/block/geometry-map-assertion-with-rounding-negative-half.html: Added.
3335 2016-02-02 Darin Adler <darin@apple.com>
3338 Cut down on calls to String::lower; mostly replace with convertToASCIILowercase
3339 https://bugs.webkit.org/show_bug.cgi?id=153732
3341 * fast/viewport/viewport-warnings-7-expected.txt: Updated expected results now that
3342 viewport parsing doesn't lowercase the string to parse it.
3344 2016-02-02 Hunseop Jeong <hs85.jeong@samsung.com>
3346 Unreviewed. EFL gardening: rebaseline tests after r195740.
3348 * platform/efl/fast/replaced/005-expected.txt:
3349 * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
3350 * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.txt:
3351 * platform/efl/fast/replaced/table-percent-height-positioned-expected.txt:
3352 * platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
3353 * platform/efl/fast/replaced/width100percent-image-expected.txt:
3354 * platform/efl/fast/replaced/width100percent-menulist-expected.txt:
3355 * platform/efl/fast/replaced/width100percent-radio-expected.txt:
3356 * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
3357 * platform/efl/fast/replaced/width100percent-textarea-expected.txt:
3358 * platform/efl/fast/replaced/width100percent-textfield-expected.txt:
3359 * platform/efl/fast/selectors/077-expected.txt:
3360 * platform/efl/fast/selectors/077b-expected.txt:
3361 * platform/efl/fast/table/002-expected.txt:
3362 * platform/efl/fast/table/003-expected.txt:
3363 * platform/efl/fast/table/005-expected.txt:
3364 * platform/efl/fast/table/007-expected.txt:
3365 * platform/efl/fast/table/008-expected.txt:
3366 * platform/efl/fast/table/009-expected.txt:
3367 * platform/efl/fast/table/012-expected.txt:
3368 * platform/efl/fast/table/013-expected.txt:
3369 * platform/efl/fast/table/021-expected.txt:
3370 * platform/efl/fast/table/023-expected.txt:
3371 * platform/efl/fast/table/024-expected.txt:
3372 * platform/efl/fast/table/025-expected.txt:
3373 * platform/efl/fast/table/028-expected.txt:
3374 * platform/efl/fast/table/028-vertical-expected.txt:
3375 * platform/efl/fast/table/029-expected.txt:
3376 * platform/efl/fast/table/031-expected.txt:
3377 * platform/efl/fast/table/032-expected.txt:
3378 * platform/efl/fast/table/034-expected.txt:
3379 * platform/efl/fast/table/038-expected.txt:
3380 * platform/efl/fast/table/038-vertical-expected.txt:
3381 * platform/efl/fast/table/039-expected.txt:
3382 * platform/efl/fast/table/040-expected.txt:
3383 * platform/efl/fast/table/040-vertical-expected.txt:
3384 * platform/efl/fast/table/100-percent-cell-width-expected.txt:
3385 * platform/efl/fast/table/add-before-anonymous-child-expected.txt:
3386 * platform/efl/fast/table/border-collapsing/001-expected.txt:
3387 * platform/efl/fast/table/border-collapsing/001-vertical-expected.txt:
3388 * platform/efl/fast/table/border-collapsing/002-expected.txt:
3389 * platform/efl/fast/table/border-collapsing/003-expected.txt:
3390 * platform/efl/fast/table/border-collapsing/003-vertical-expected.txt:
3391 * platform/efl/fast/table/border-collapsing/004-expected.txt:
3392 * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
3393 * platform/efl/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt:
3394 * platform/efl/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt:
3395 * platform/efl/fast/table/border-collapsing/bug14274-expected.txt:
3396 * platform/efl/fast/table/border-collapsing/cached-69296-expected.txt:
3397 * platform/efl/fast/table/border-collapsing/cached-cell-append-expected.txt:
3398 * platform/efl/fast/table/border-collapsing/cached-cell-remove-expected.txt:
3399 * platform/efl/fast/table/border-collapsing/cached-change-cell-border-color-expected.txt: