1 2014-01-02 Myles C. Maxfield <mmaxfield@apple.com>
3 Allow ImageBuffer to re-use IOSurfaces
4 https://bugs.webkit.org/show_bug.cgi?id=125477
6 Reviewed by Geoff Garen.
8 Now that we're re-using the backing store of canvases, this
9 test makes sure that if we draw to a canvas, then destroy it,
10 then create a new canvas (which should share the same backing
11 store) that it doesn't have the stale data in it
13 * fast/canvas/canvas-backing-store-reuse-expected.txt: Added.
14 * fast/canvas/canvas-backing-store-reuse.html: Added.
16 2014-01-02 Dirk Schulze <krit@webkit.org>
18 Support <box> values computed style for 'clip-path' property
19 https://bugs.webkit.org/show_bug.cgi?id=126148
21 Reviewed by Simon Fraser.
23 Test computed style of 'clip-path' property.
25 * fast/masking/parsing-clip-path-shape.html:
27 2014-01-01 Antti Koivisto <antti@apple.com>
29 Do less synchronous render tree construction
30 https://bugs.webkit.org/show_bug.cgi?id=126359
32 * fast/html/object-image-nested-fallback.html: Update test to work with asynchronous load failures.
33 * fast/overflow/overflow-height-float-not-removed-crash3-expected.txt: Whitespace change.
35 2014-01-01 Zan Dobersek <zdobersek@igalia.com>
37 Unreviewed GTK gardening.
38 Updating test baselines after the introduction of lazy render tree attaching,
39 enabling the saturated layout arithmetics for the GTK port, and other changes.
41 * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
42 * platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt:
43 * platform/gtk/fast/block/float/016-expected.txt:
44 * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
45 * platform/gtk/fast/dynamic/011-expected.txt:
46 * platform/gtk/fast/forms/formmove3-expected.txt:
47 * platform/gtk/fast/forms/preserveFormDuringResidualStyle-expected.txt:
48 * platform/gtk/fast/invalid/001-expected.txt:
49 * platform/gtk/fast/invalid/003-expected.txt:
50 * platform/gtk/fast/invalid/004-expected.txt:
51 * platform/gtk/fast/invalid/007-expected.txt:
52 * platform/gtk/fast/invalid/019-expected.txt:
53 * platform/gtk/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
54 * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
55 * platform/gtk/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
56 * platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-expected.txt:
57 * platform/gtk/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt:
58 * platform/gtk/fast/table/empty-cells-expected.txt:
59 * platform/gtk/tables/mozilla/bugs/bug113235-1-expected.txt:
60 * platform/gtk/tables/mozilla/bugs/bug647-expected.txt:
61 * platform/gtk/tables/mozilla/other/wa_table_tr_align-expected.txt:
63 2014-01-01 Martin Robinson <mrobinson@igalia.com>
65 [GTK] Rename libtestnetscapeplugin to libTestNetscapePlugin
66 https://bugs.webkit.org/show_bug.cgi?id=126349
68 Reviewed by Carlos Garcia Campos.
70 All CMake ports use "libTestNetscapePlugin," so choosing the same
71 name in the autotools port will make the transition easier.
73 * platform/gtk/plugins/plugin-javascript-access-expected.txt: Change the plugin name.
75 2013-12-30 Antti Koivisto <antti@apple.com>
77 XML document builder should create render tree asynchronously
78 https://bugs.webkit.org/show_bug.cgi?id=126285
80 Reviewed by Andreas Kling.
82 * platform/mac/fast/table/dynamic-caption-add-before-child-expected.png:
83 * platform/mac/fast/table/dynamic-caption-add-before-child-expected.txt:
85 This is progression. Captions are now correctly in document order.
87 * svg/custom/object-no-size-attributes-expected.txt:
89 Unnecessary text renderer disappears.
91 * svg/custom/resource-invalidation-crash-expected.txt:
93 Progression, the dump has the correct fill.
95 2013-12-29 Joone Hur <joone.hur@intel.com>
97 Reverted r156742. The same fix was reverted from Blink due to heap-use-after-free on ClusterFuzz.
98 https://bugs.webkit.org/show_bug.cgi?id=126275
100 https://codereview.chromium.org/102993011
102 Reviewed by Darin Adler.
104 * fast/css/first-letter-block-change.html: Removed.
105 * platform/gtk-wk1/fast/css/first-letter-block-change-expected.png: Removed.
106 * platform/gtk-wk2/fast/css/first-letter-block-change-expected.png: Removed.
107 * platform/gtk/fast/css/first-letter-block-change-expected.txt: Removed.
109 2013-12-29 Antti Koivisto <antti@apple.com>
111 Revert the results change. It depended on xml parser changes which were not landed.
113 * platform/mac/fast/table/dynamic-caption-add-before-child-expected.png:
114 * platform/mac/fast/table/dynamic-caption-add-before-child-expected.txt:
116 2013-12-29 Antti Koivisto <antti@apple.com>
118 Remove Node::attached()
119 https://bugs.webkit.org/show_bug.cgi?id=126276
121 Reviewed by Sam Weinig.
123 * platform/mac/fast/table/dynamic-caption-add-before-child-expected.png:
124 * platform/mac/fast/table/dynamic-caption-add-before-child-expected.txt:
126 This test result change is a progression. Dynamic captions are now correctly in document order.
128 2013-12-27 Gavin Barraclough <barraclough@apple.com>
130 Merge PageVisibilityState & ViewState::IsVisible in WebKit2
131 https://bugs.webkit.org/show_bug.cgi?id=126214
133 Reviewed by Alexey Proskuryakov.
135 WebKit2 redundantly tracks the visibility of the view through two mechanisms - the visibility
136 state, and the view state. Remove visibility state from the WebKit2 layer. The visibility
137 state also tracks the prerender state - so split this out and handle it separately (a change
138 we should make in WebCore, too).
140 LayoutTests - remove test for notification on visibility state change to preerender. This test
141 was covering something nonsensical, and not supported by the spec - the page should never see
142 a visibility change to prerender, this should only be an initial state. WebKit2 API now only
143 allows the client to change the state to prerender without sending a notification, and there
144 is no sense in continuing to support the current test case, since the behaviour is neither
145 allowed by API nor available in web content.
147 The prerender state is now properly covered by API tests.
149 * fast/events/page-visibility-transition-test-expected.txt:
150 * fast/events/page-visibility-transition-test.html:
151 - remove test for notification on visibility state change to preerender.
153 2013-12-25 Commit Queue <commit-queue@webkit.org>
155 Unreviewed, rolling out r161033 and r161074.
156 http://trac.webkit.org/changeset/161033
157 http://trac.webkit.org/changeset/161074
158 https://bugs.webkit.org/show_bug.cgi?id=126240
160 Oliver says that a rollout would be better (Requested by ap on
165 2013-12-25 Alexey Proskuryakov <ap@apple.com>
167 [Mac] [WK2] http/tests/security/cross-frame-access-put.html fails
168 https://bugs.webkit.org/show_bug.cgi?id=116649
170 * platform/mac-wk2/TestExpectations: Removing an expectation for this old bug that
171 was no longer occurring. Failures on this test are now tracked via bug 126238.
173 2013-12-25 Alexey Proskuryakov <ap@apple.com>
175 REGRESSION (r161033): http/tests/security/cross-frame-access-put.html fails
176 https://bugs.webkit.org/show_bug.cgi?id=126238
178 * TestExpectations: Marking the test as failing for now.
180 2013-12-25 Alexey Proskuryakov <ap@apple.com>
182 REGRESSION (Lazy tree creation): css3/calc/transitions-dependent.html is frequently failing
183 https://bugs.webkit.org/show_bug.cgi?id=126142
185 * TestExpectations: Marked it as flaky.
187 2013-12-25 Filip Pizlo <fpizlo@apple.com>
189 DFG PhantomArguments shouldn't rely on a dead Phi graph
190 https://bugs.webkit.org/show_bug.cgi?id=126218
192 Reviewed by Oliver Hunt.
194 Added a test for an obvious case that I don't think we had coverage for in
195 microbenchmarks. Of course, this case was already covered by more complex tests.
197 * js/regress/inline-arguments-aliased-access-expected.txt: Added.
198 * js/regress/inline-arguments-aliased-access.html: Added.
199 * js/regress/script-tests/inline-arguments-aliased-access.js: Added.
203 2013-12-25 Dirk Schulze <krit@webkit.org>
205 Support <box> values parsing on 'clip-path' property
206 https://bugs.webkit.org/show_bug.cgi?id=126147
208 Reviewed by Ryosuke Niwa.
210 Add test to check different combinations of the reference boxes
211 content-box, padding-box, border-box, margin-box and bounding-box
212 with other clip-path values.
214 * fast/masking/parsing-clip-path-shape.html:
216 2013-12-24 Ryosuke Niwa <rniwa@webkit.org>
218 Remove the test expectations added after r161051 now that the changeset has been rolled out.
220 The assertion failure is tracked by https://webkit.org/b/126219.
224 2013-12-24 Ryosuke Niwa <rniwa@webkit.org>
226 Unreviewed, rolling out r161051.
227 http://trac.webkit.org/changeset/161051
228 https://bugs.webkit.org/show_bug.cgi?id=45994
230 Caused two DFG tests to hit assertions due to a separate bug
232 * http/tests/xmlhttprequest/exceptions-expected.txt:
233 * http/tests/xmlhttprequest/exceptions.html:
234 * http/tests/xmlhttprequest/status-after-abort-expected.txt:
235 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
236 * js/dom/dfg-custom-getter-throw-expected.txt:
237 * js/dom/script-tests/dfg-custom-getter-throw-inlined.js:
240 * js/dom/script-tests/dfg-custom-getter-throw.js:
244 2013-12-24 Radu Stavila <stavila@adobe.com>
246 Rename fast/regions/repaint/increasing-region-content-height.html to something more clear
247 https://bugs.webkit.org/show_bug.cgi?id=126209
249 Reviewed by Mihnea Ovidenie.
251 Renamed test file name to better reflect the scenario it tests.
253 * fast/regions/repaint/repaint-element-inside-relative-region-expected.txt: Renamed from LayoutTests/fast/regions/repaint/increasing-region-content-height-expected.txt.
254 * fast/regions/repaint/repaint-element-inside-relative-region.html: Renamed from LayoutTests/fast/regions/repaint/increasing-region-content-height.html.
256 2013-12-24 Ryosuke Niwa <rniwa@webkit.org>
258 Suppress assertions in js/dom/dfg-custom-getter-throw.html and js/dom/dfg-custom-getter-throw-inlined.html for now.
262 2013-12-24 Mihnea Ovidenie <mihnea@adobe.com>
264 [CSSRegions] Crash while repainting an invalid region
265 https://bugs.webkit.org/show_bug.cgi?id=126152
267 Reviewed by Daniel Bates.
269 * fast/regions/repaint/invalid-region-repaint-crash-expected.txt: Added.
270 * fast/regions/repaint/invalid-region-repaint-crash.html: Added.
272 2013-12-24 Ryosuke Niwa <rniwa@webkit.org>
274 Add a test for reattaching collapsed whitespace when siblings change style
275 https://bugs.webkit.org/show_bug.cgi?id=126053
277 Reviewed by Dan Bernstein.
279 Merge the test from https://chromium.googlesource.com/chromium/blink/+/dd5636728643ff958aebeaf064d38754b0d5904b
280 so that we may not introduce the same regression in WebKit.
282 * fast/css/collapsed-whitespace-reattach-in-style-recalc-expected.txt: Added.
283 * fast/css/collapsed-whitespace-reattach-in-style-recalc.html: Added.
285 2013-12-23 Ryosuke Niwa <rniwa@webkit.org>
287 XMLHttpRequest: status and statusText throw DOM Exception 11 when the state is UNSENT or OPENED.
288 https://bugs.webkit.org/show_bug.cgi?id=45994
290 Reviewed by Alexey Proskuryakov.
292 Rebaselined and fixed tests as done in https://chromium.googlesource.com/chromium/blink/+/23c90460de16e04c5aba7ed942fba76cb79fdb9b.
294 * http/tests/xmlhttprequest/exceptions-expected.txt:
295 * http/tests/xmlhttprequest/exceptions.html:
296 * http/tests/xmlhttprequest/status-after-abort-expected.txt:
297 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
299 * js/dom/dfg-custom-getter-throw-expected.txt:
300 * js/dom/script-tests/dfg-custom-getter-throw-inlined.js: Fixed the test.
301 (foo): Use responseText instead of status so that it throws when responseType is "arraybuffer".
302 (bar): Set responseType to "arraybuffer" to cause an exception to be thrown.
303 * js/dom/script-tests/dfg-custom-getter-throw.js: Ditto.
307 2013-12-23 Mihnea Ovidenie <mihnea@adobe.com>
309 [CSSRegions] Fix fast/regions/assert-flow-thread-compositing.html test description
310 https://bugs.webkit.org/show_bug.cgi?id=126203
312 Reviewed by Dirk Schulze.
314 Correct description of successful behaviour for fast/regions/assert-flow-thread-compositing.html.
316 * fast/regions/assert-flow-thread-compositing-expected.txt:
317 * fast/regions/assert-flow-thread-compositing.html:
319 2013-12-23 Ryosuke Niwa <rniwa@webkit.org>
321 Add a test for submitting a form targeted at an iframe
322 https://bugs.webkit.org/show_bug.cgi?id=126175
324 Reviewed by Alexey Proskuryakov.
326 Merge the test from https://chromium.googlesource.com/chromium/blink/+/9220cbdaae8413f3c8316c022f98579af120bf10
327 so that we may not introduce the same regression in WebKit.
329 * http/tests/misc/form-target-iframe-inline-expected.txt: Added.
330 * http/tests/misc/form-target-iframe-inline.html: Added.
332 2013-12-23 Alexey Proskuryakov <ap@apple.com>
334 svg/animations/getCurrentTime-pause-unpause.html is flaky
335 https://bugs.webkit.org/show_bug.cgi?id=124933
337 * platform/mac/TestExpectations: Marking as such.
339 2013-12-23 Ryosuke Niwa <rniwa@webkit.org>
341 REGRESSION (r160847): fast/dynamic/paused-event-dispatch.html is failing
342 https://bugs.webkit.org/show_bug.cgi?id=126163
344 Unreviewed. Try increasing the timeouts after r160896.
346 * fast/dynamic/paused-event-dispatch.html:
348 2013-12-23 Commit Queue <commit-queue@webkit.org>
350 Unreviewed, rolling out r160945.
351 http://trac.webkit.org/changeset/160945
352 https://bugs.webkit.org/show_bug.cgi?id=126164
354 Seems to have broken multiple canvas tests (Requested by ap on
357 * fast/canvas/canvas-backing-store-reuse-expected.txt: Removed.
358 * fast/canvas/canvas-backing-store-reuse.html: Removed.
360 2013-12-23 Alexey Proskuryakov <ap@apple.com>
362 Layout tests editing/selection/5057506.html and editing/selection/5057506-2.html
363 frequently time out on Mac WK2
364 https://bugs.webkit.org/show_bug.cgi?id=124437
366 * platform/mac-wk2/TestExpectations: Marked the latter test accordingly. It used
367 to me marked as image failure, but I don't see this happen recently on the dashboard.
369 2013-12-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
371 Unreviewed EFL gardening
373 Rebaseline tests after 160908.
375 * platform/efl/TestExpectations:
376 * platform/efl/editing/inserting/break-blockquote-after-delete-expected.png: Added.
377 * platform/efl/editing/inserting/break-blockquote-after-delete-expected.txt: Added.
378 * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
379 * platform/efl/fast/dynamic/011-expected.txt:
380 * platform/efl/fast/forms/formmove3-expected.txt:
381 * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt:
382 * platform/efl/fast/invalid/001-expected.txt:
383 * platform/efl/fast/invalid/003-expected.txt:
384 * platform/efl/fast/invalid/004-expected.txt:
385 * platform/efl/fast/invalid/007-expected.txt:
386 * platform/efl/fast/invalid/019-expected.txt:
387 * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
388 * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
389 * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
390 * platform/efl/fast/ruby/ruby-base-merge-block-children-crash-expected.txt:
391 * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt:
392 * platform/efl/tables/mozilla/bugs/bug647-expected.txt:
393 * platform/efl/tables/mozilla/other/wa_table_tr_align-expected.txt:
395 2013-12-22 Mihnea Ovidenie <mihnea@adobe.com>
397 [CSSRegions] Crash when trying to select content from invalid region
398 https://bugs.webkit.org/show_bug.cgi?id=126113
400 Reviewed by Antti Koivisto.
402 * fast/regions/selection/invalid-region-selection-crash-expected.txt: Added.
403 * fast/regions/selection/invalid-region-selection-crash.html: Added.
405 2013-12-22 Mihnea Ovidenie <mihnea@adobe.com>
407 [CSSRegions] Clean-up selection tests a bit
408 https://bugs.webkit.org/show_bug.cgi?id=126135
410 Reviewed by Dirk Schulze.
412 Move function clearSelection in helper.js. Combine checkResult() from position-for-point* and position-for-point-1*
413 into a single function, checkSelectionResult() and move it into helper.js too.
415 * fast/regions/resources/helper.js:
416 * fast/regions/selection/position-for-point-1-vert-lr.html:
417 * fast/regions/selection/position-for-point-1-vert-rl.html:
418 * fast/regions/selection/position-for-point-1.html:
419 * fast/regions/selection/position-for-point-vert-lr.html:
420 * fast/regions/selection/position-for-point-vert-rl.html:
421 * fast/regions/selection/position-for-point.html:
422 * fast/regions/selection/selecting-text-through-different-region-flows.html:
424 2013-12-09 Myles C. Maxfield <mmaxfield@apple.com>
426 Allow ImageBuffer to re-use IOSurfaces
427 https://bugs.webkit.org/show_bug.cgi?id=125477
429 Reviewed by Geoff Garen.
431 Now that we're re-using the backing store of canvases, this
432 test makes sure that if we draw to a canvas, then destroy it,
433 then create a new canvas (which should share the same backing
434 store) that it doesn't have the stale data in it
436 * fast/canvas/canvas-backing-store-reuse-expected.txt: Added.
437 * fast/canvas/canvas-backing-store-reuse.html: Added.
439 2013-12-19 Antti Koivisto <antti@apple.com>
441 Create render tree lazily
442 https://bugs.webkit.org/show_bug.cgi?id=120685
444 Reviewed by Andreas Kling.
446 Most of these are non-visible render tree dump changes (they become simpler).
448 * editing/selection/click-on-head-margin-expected.txt:
449 * fast/css-generated-content/before-content-continuation-chain-expected.txt:
450 * fast/css/transition-color-unspecified.html:
451 * fast/dom/adopt-node-crash-2-expected.txt:
452 * fast/dom/modify-node-and-while-in-the-callback-too-crash-expected.txt:
453 * fast/forms/radio/radio_checked_dynamic-expected.txt:
454 * fast/frames/lots-of-iframes-expected.txt:
455 * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
456 * fast/table/table-row-style-not-updated-with-after-content-expected.txt:
457 * fullscreen/full-screen-render-inline-expected.txt:
458 * fullscreen/parent-flow-inline-with-block-child-expected.txt:
459 * platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt:
460 * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
461 * platform/mac/fast/dynamic/011-expected.txt:
462 * platform/mac/fast/forms/formmove3-expected.txt:
463 * platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
464 * platform/mac/fast/invalid/001-expected.txt:
465 * platform/mac/fast/invalid/003-expected.txt:
466 * platform/mac/fast/invalid/004-expected.txt:
467 * platform/mac/fast/invalid/007-expected.txt:
468 * platform/mac/fast/invalid/019-expected.txt:
469 * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
470 * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
471 * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
472 * platform/mac/fast/ruby/ruby-base-merge-block-children-crash-expected.txt:
473 * platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt:
474 * platform/mac/tables/mozilla/bugs/bug647-expected.txt:
475 * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
476 * plugins/plugin-remove-readystatechange-expected.txt:
477 * svg/custom/system-language-crash-expected.txt:
478 * transitions/equivalent-background-image-no-transition.html:
479 * transitions/repeated-firing-background-color.html:
480 * transitions/transition-duration-cleared-in-transitionend-crash.html:
482 Adopt a few transition test cases to new behavior.
484 2013-12-20 Mario Sanchez Prada <mario.prada@samsung.com>
486 [ATK] [WK2] platform/gtk/accessibility/roles-exposed.html is failing
487 https://bugs.webkit.org/show_bug.cgi?id=125854
489 Reviewed by Chris Fleizach.
491 Updated tests and expectations to keep them passing after the
492 change done in DRT, without changing their actual purpose.
494 * platform/gtk/accessibility/roles-exposed.html: Make sure we
495 print "AXRole: (no element)" when accessibilityElementByID() does
496 not return a valid object, not to confuse it with cases where the
497 returned string for the role is an empty string.
498 * platform/gtk/accessibility/roles-exposed-expected.txt: Update
499 test expectations to reflect the "AXRole: (no element)" string
500 that is now being exposed. Also, replace the (wrongly added) PASS
501 expectations with FAIL for rowgroups, which are currently not
502 being exposed for ATK either.
504 * accessibility/deleting-iframe-destroys-axcache.html: Just
505 consider the first and third sons of the accessibility object for
506 the body (instead of the grandsons), so the test can run both in
507 Mac, where sons and grandsons are exposed, and ATK, where only
508 sons are exposed (no StaticText objects exposed there).
510 * accessibility/non-data-table-cell-title-ui-element.html: Use
511 accessibilityElementById() to get the accessibility object for the
512 "skip" table header instead of navigating with childAtIndex(),
513 since the hierarchy is not the same for Mac and ATK based ports.
515 * platform/mac/accessibility/search-predicate.html: Do not rely on
516 shouldBe() together with the string "AXRole: " when asking for the
517 role of objects that should no longer be in the accessibility
518 tree, and use shouldBeUndefined() instead.
519 * platform/mac/accessibility/search-when-element-starts-in-table.html: Ditto.
521 * platform/mac/accessibility/search-predicate-expected.txt: Update
522 expectations according to the usage of shouldBeUndefined().
523 * platform/mac/accessibility/search-when-element-starts-in-table-expected.txt: Ditto.
525 * platform/mac/TestExpectations: Add loading-iframe-updates-axtree.html
526 here, since it seems not to be returning the expected values for
527 either the scrollarea and the webarea in the iframe (see bug 126066).
529 * platform/mac-wk2/TestExpectations: Add search-when-element-starts-in-table.html
530 here, since it does not return an undefined object in WebKit2 when
531 the search query should return no results (see bug 125996).
533 2013-12-20 Radu Stavila <stavila@adobe.com>
535 [CSS Regions] When changing flow-from/flow-into on :hover, elements overflowing the region are not correctly repainted
536 https://bugs.webkit.org/show_bug.cgi?id=117259
538 Reviewed by Antti Koivisto.
540 Added new tests and rebased existing test.
542 * fast/regions/hover-single-flow-from-none-overflow-expected.html: Added.
543 * fast/regions/hover-single-flow-from-none-overflow.html: Added.
544 * fast/regions/hover-single-flow-from-none-overflow-top-expected.html: Added.
545 * fast/regions/hover-single-flow-from-none-overflow-top.html: Added.
546 * fast/regions/repaint/repaint-regions-overflow-expected.txt: Rebased.
548 2013-12-20 Mario Sanchez Prada <mario.prada@samsung.com>
550 Programmatically-inserted children lack accessibility events
551 https://bugs.webkit.org/show_bug.cgi?id=100275
553 Reviewed by Chris Fleizach.
555 Add new test to chack that children-changed signals are properly
556 emitted when adding/removing elements in the accessibility hierarchy.
558 * accessibility/children-changed-sends-notification-expected.txt: Added.
559 * accessibility/children-changed-sends-notification.html: Added.
561 Update test to filter out unrelated non-loading events.
562 * accessibility/loading-iframe-sends-notification.html: Updated.
564 Skip the test on the Mac as it does not expose these kind of
565 notifications when children are being added or removed.
566 * platform/mac/TestExpectations: Skip newly added test.
568 2013-12-19 Ryosuke Niwa <rniwa@webkit.org>
570 REGRESSION(r160847): fast/events/overflowchanged-inside-selection-collapse-crash.html fails
571 https://bugs.webkit.org/show_bug.cgi?id=126037
573 Reviewed by Anders Carlsson.
575 Since overflowchanged event is now asynchronous, make the call to testRunner.notifyDone() also asynchronous.
578 * fast/dynamic/paused-event-dispatch.html:
580 2013-12-19 Oliver Hunt <oliver@apple.com>
582 DOM bindings should use thisValue for attributes
583 https://bugs.webkit.org/show_bug.cgi?id=126011
585 Reviewed by Antti Koivisto.
587 * js/dom/dom-attributes-on-mismatch-type.html: Added.
588 * js/dom/dom-attributes-on-mismatch-type-expected.txt: Added.
590 2013-12-19 Brent Fulgham <bfulgham@apple.com>
592 Implement ArrayBuffer.isView
593 https://bugs.webkit.org/show_bug.cgi?id=126004
595 Reviewed by Filip Pizlo.
597 * webgl/1.0.2/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html:
598 Correct test for 'isView' to actually check for 'isView' function.
600 2013-12-19 Alexey Proskuryakov <ap@apple.com>
602 Layout Test plugins/destroy-during-npp-new.html is flaky
603 https://bugs.webkit.org/show_bug.cgi?id=126027
605 * plugins/destroy-during-npp-new.html: Streamlined the test a little bit to see
606 what changes, if anything. There should be no effect on what is tested.
608 2013-12-19 Myles C. Maxfield <mmaxfield@apple.com>
610 Test that text-decoration-skip: ink is the same as regular underlines if no descenders
611 https://bugs.webkit.org/show_bug.cgi?id=125985
613 Reviewed by Simon Fraser.
615 If there are no descenders in the underlined text, using the text-decoration-skip: ink
616 CSS property should behave as if it wasn't specified (and the underline is a normal one)
618 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-no-descenders-expected.html: Added.
619 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-no-descenders.html: Added.
621 2013-12-19 Ryosuke Niwa <rniwa@webkit.org>
623 Add a failing test expectation to fast/dynamic/paused-event-dispatch.html
628 2013-12-19 Commit Queue <commit-queue@webkit.org>
630 Unreviewed, rolling out r160842.
631 http://trac.webkit.org/changeset/160842
632 https://bugs.webkit.org/show_bug.cgi?id=126003
634 broke accessibility/loading-iframe-updates-axtree.html
635 (Requested by ap on #webkit).
637 * accessibility/deleting-iframe-destroys-axcache.html:
638 * accessibility/loading-iframe-updates-axtree-expected.txt:
639 * accessibility/loading-iframe-updates-axtree.html:
640 * accessibility/non-data-table-cell-title-ui-element.html:
641 * platform/gtk/accessibility/roles-exposed-expected.txt:
642 * platform/gtk/accessibility/roles-exposed.html:
643 * platform/mac-wk2/TestExpectations:
644 * platform/mac/accessibility/search-predicate-expected.txt:
645 * platform/mac/accessibility/search-predicate.html:
646 * platform/mac/accessibility/search-when-element-starts-in-table-expected.txt:
647 * platform/mac/accessibility/search-when-element-starts-in-table.html:
649 2013-12-19 Ryosuke Niwa <rniwa@webkit.org>
651 overflowchanged event could cause a crash
652 https://bugs.webkit.org/show_bug.cgi?id=125978
654 Reviewed by Tim Horton.
656 Add a regression test.
658 * fast/events/overflowchanged-inside-selection-collapse-crash-expected.txt: Added.
659 * fast/events/overflowchanged-inside-selection-collapse-crash.html: Added.
661 2013-12-19 Mario Sanchez Prada <mario.prada@samsung.com>
663 [ATK] [WK2] platform/gtk/accessibility/roles-exposed.html is failing
664 https://bugs.webkit.org/show_bug.cgi?id=125854
666 Reviewed by Chris Fleizach.
668 Updated tests and expectations to keep them passing after the
669 change done in DRT, without changing their actual purpose.
671 * platform/gtk/accessibility/roles-exposed.html: Make sure we
672 print "AXRole: (no element)" when accessibilityElementByID() does
673 not return a valid object, not to confuse it with cases where the
674 returned string for the role is an empty string.
675 * platform/gtk/accessibility/roles-exposed-expected.txt: Update
676 test expectations to reflect the "AXRole: (no element)" string
677 that is now being exposed. Also, replace the (wrongly added) PASS
678 expectations with FAIL for rowgroups, which are currently not
679 being exposed for ATK either.
681 * accessibility/deleting-iframe-destroys-axcache.html: Just
682 consider the first and third sons of the accessibility object for
683 the body (instead of the grandsons), so the test can run both in
684 Mac, where sons and grandsons are exposed, and ATK, where only
685 sons are exposed (no StaticText objects exposed there).
687 * accessibility/non-data-table-cell-title-ui-element.html: Use
688 accessibilityElementById() to get the accessibility object for the
689 "skip" table header instead of navigating with childAtIndex(),
690 since the hierarchy is not the same for Mac and ATK based ports.
692 * accessibility/loading-iframe-updates-axtree.html: Use the new
693 web area inside the iframe to compare against the old one, instead
694 of doing it the other way around, to avoid calling isEqual for an
695 undefined value (the old web area).
696 * accessibility/loading-iframe-updates-axtree-expected.txt:
697 Removed line comparing the old and new web areas inside the iframe.
699 * platform/mac/accessibility/search-predicate.html: Do not rely on
700 shouldBe() together with the string "AXRole: " when asking for the
701 role of objects that should no longer be in the accessibility
702 tree, and use shouldBeUndefined() instead.
703 * platform/mac/accessibility/search-when-element-starts-in-table.html: Ditto.
705 * platform/mac/accessibility/search-predicate-expected.txt: Update
706 expectations according to the usage of shouldBeUndefined().
707 * platform/mac/accessibility/search-when-element-starts-in-table-expected.txt: Ditto.
709 * platform/mac-wk2/TestExpectations: Add search-when-element-starts-in-table.html
710 here, since it does not return an undefined object in WebKit2 when
711 the search query should return no results (see bug 125996).
713 2013-12-19 Alexey Proskuryakov <ap@apple.com>
715 platform/mac/editing/attributed-string tests all flakily assert
716 https://bugs.webkit.org/show_bug.cgi?id=123029
718 * platform/mac/TestExpectations: Marked as flakily asserting.
720 2013-12-18 Ryosuke Niwa <rniwa@webkit.org>
722 Rebaseline the test I added in r160819.
724 * svg/text/select-text-inside-non-static-position-expected.txt:
726 2013-12-18 Ryosuke Niwa <rniwa@webkit.org>
728 Crash in WebCore::LogicalSelectionOffsetCaches::LogicalSelectionOffsetCaches
729 https://bugs.webkit.org/show_bug.cgi?id=125970
731 Reviewed by Antti Koivisto.
733 Added a regression test.
735 * svg/text/select-text-inside-non-static-position-expected.txt: Added.
736 * svg/text/select-text-inside-non-static-position.html: Added.
738 2013-12-18 Chris Fleizach <cfleizach@apple.com>
740 AX: make aria-hidden=false work with subtrees
741 https://bugs.webkit.org/show_bug.cgi?id=125592
743 Reviewed by Mario Sanchez Prada.
745 * platform/mac/accessibility/aria-hidden-false-works-in-subtrees-expected.txt: Added.
746 * accessibility/aria-hidden-false-works-in-subtrees.html: Added.
748 2013-12-18 Alexey Proskuryakov <ap@apple.com>
750 Flaky Test: media/video-buffered.html
751 https://bugs.webkit.org/show_bug.cgi?id=116277
753 * platform/mac/TestExpectations: Mark it as such.
755 2013-12-18 Martin Hodovan <mhodovan@inf.u-szeged.hu>
757 REGRESSION (r155536): Broken error recovery in @media at-rule
758 https://bugs.webkit.org/show_bug.cgi?id=125637
760 Reviewed by Darin Adler.
762 Test with broken @media rule.
764 * fast/css/media-error-recovery-expected.txt: Added.
765 * fast/css/media-error-recovery.html: Added.
767 2013-12-18 Chris Fleizach <cfleizach@apple.com>
769 AX: WebKit not sending AXMenuClosed notification
770 https://bugs.webkit.org/show_bug.cgi?id=125783
772 Reviewed by Mario Sanchez Prada.
774 * platform/mac/accessibility/aria-menu-closed-notification-expected.txt: Added.
775 * platform/mac/accessibility/aria-menu-closed-notification.html: Added.
777 2013-12-18 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
779 Fix ASSERTION FAILED in WebCore::SVGLengthContext::determineViewport
780 https://bugs.webkit.org/show_bug.cgi?id=120284
782 Reviewed by Philip Rogers.
784 Added tests of handling root <svg> elements.
785 Blink merge: https://chromium.googlesource.com/chromium/blink/+/a7dedf81eb7008276bb6854f0e46465e039788f8
787 * svg/custom/svg-length-value-handled-expected.txt: Added.
788 * svg/custom/svg-length-value-handled.svg: Added.
789 Tests whether root svg elements sizes are handled.
790 * svg/dom/svg-root-lengths-expected.txt: Added.
791 * svg/dom/svg-root-lengths.html: Added.
792 Tests the correct handling of root svg elements sizes.
794 2013-12-18 Darin Adler <darin@apple.com>
796 Additional refinement in MathMLSelectElement toggle implementation
797 https://bugs.webkit.org/show_bug.cgi?id=125785
799 Reviewed by Andreas Kling.
801 * mathml/presentation/maction-toggle-expected.html: Updated incorrect expected
802 result, which expected an already-handled event to be re-handled by a parent
803 element during the bubbling process.
804 * mathml/presentation/maction-toggle.html: Ditto.
806 2013-12-18 Rob Buis <rob.buis@samsung.com>
808 [CSS Shapes] Implement interpolation between keywords in basic shapes
809 https://bugs.webkit.org/show_bug.cgi?id=125108
811 Reviewed by Simon Fraser.
813 Add tests to shape-outside-animation when animating using keywords for the circle/ellipse center positions.
814 Also add tests for invalid mixing of keyword and values in the center coordinate to parsing-test-utils.js.
816 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
817 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
818 * fast/shapes/parsing/parsing-test-utils.js:
819 * fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt:
820 * fast/shapes/shape-outside-floats/shape-outside-animation.html:
822 2013-12-18 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
824 CSS: Null-pointer dereference with negative 'orphans' value.
825 https://bugs.webkit.org/show_bug.cgi?id=125924
827 Reviewed by Andreas Kling.
829 Test with negative orphans value.
831 * fast/css/negative-orphans-crash-expected.txt: Added.
832 * fast/css/negative-orphans-crash.html: Added.
834 2013-12-18 Chris Fleizach <cfleizach@apple.com>
836 AX: HTML spec change indicates @aria-required should trump @required on any element
837 https://bugs.webkit.org/show_bug.cgi?id=122145
839 Reviewed by Mario Sanchez Prada.
841 * accessibility/aria-required-expected.txt:
842 * accessibility/aria-required.html:
844 2013-12-18 Michał Pakuła vel Rutka <m.pakula@samsung.com>
846 Unreviewed EFL gardening
848 Rebaseline tests after r160715.
850 * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
851 * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
852 * platform/efl/fast/backgrounds/background-position-parsing-expected.png:
853 * platform/efl/fast/backgrounds/background-position-parsing-expected.txt:
854 * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
855 * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt:
856 * platform/efl/fast/block/float/016-expected.png:
857 * platform/efl/fast/block/float/016-expected.txt:
859 2013-12-17 Jer Noble <jer.noble@apple.com>
861 [MSE] Periodically monitor source buffers.
862 https://bugs.webkit.org/show_bug.cgi?id=125898
864 Reviewed by Eric Carlson.
866 * media/media-source/media-source-monitor-source-buffers-expected.txt: Added.
867 * media/media-source/media-source-monitor-source-buffers.html: Added.
869 2013-12-17 Joseph Pecoraro <pecoraro@apple.com>
871 Web Inspector: Remove InspectorFrontendHost.setInjectedScriptForOrigin
872 https://bugs.webkit.org/show_bug.cgi?id=125906
874 Reviewed by Timothy Hatcher.
876 * http/tests/inspector/injected-script-for-origin-expected.txt: Removed.
877 * http/tests/inspector/injected-script-for-origin.html: Removed.
878 * http/tests/inspector/resources/injected-script-for-origin-frame.html: Removed.
880 2013-12-17 Eric Carlson <eric.carlson@apple.com>
882 ASSERT setting pseudoID with registered DOMSubtreeModified listener
883 https://bugs.webkit.org/show_bug.cgi?id=125900
885 Reviewed by Ryosuke Niwa.
887 * fast/dom/attribute-set-before-element-in-tree-expected.txt: Added.
888 * fast/dom/attribute-set-before-element-in-tree.html: Added.
890 2013-12-17 Jer Noble <jer.noble@apple.com>
892 [MSE] Update duration after appending samples, per spec.
893 https://bugs.webkit.org/show_bug.cgi?id=125703
895 Reviewed by Eric Carlson.
897 * media/media-source/media-source-duration-after-append-expected.txt: Added.
898 * media/media-source/media-source-duration-after-append.html: Added.
900 2013-12-17 Ryosuke Niwa <rniwa@webkit.org>
902 Video element's width and height content attributes should not influence intrinsic width and height
903 https://bugs.webkit.org/show_bug.cgi?id=125822
905 Reviewed by Darin Adler.
907 * media/video-intrinsic-width-height-expected.txt: Added.
908 * media/video-intrinsic-width-height.html: Added.
910 2013-12-17 Gavin Barraclough <barraclough@apple.com>
912 Remove PageVisibilityStateUnloaded
913 https://bugs.webkit.org/show_bug.cgi?id=125869
915 Reviewed by Anders Carlsson.
917 This is not currently supported by WebKit, remove this enum value.
918 We can always add this back later if/when we add support for this state.
920 * fast/events/page-visibility-transition-test-expected.txt:
921 * fast/events/page-visibility-transition-test.html:
922 - remove test for visibility state "unloaded"; this is no longer supported (it never really was).
924 2013-12-17 Alexey Proskuryakov <ap@apple.com>
926 Sanitize skip entries for pop-up menu tests.
928 Pop-up menus are native controls on Mac, and block test progress when opened.
930 * platform/mac/TestExpectations: Combined entries for these tests together, and
933 2013-12-17 Brent Fulgham <bfulgham@apple.com>
935 Unreviewed test update for Windows.
937 * platform/win/TestExpectations: Exclude a few more media-based
940 2013-12-17 Alexey Proskuryakov <ap@apple.com>
942 Layout Test webaudio/delaynode-max-default-delay.html is flaky
943 https://bugs.webkit.org/show_bug.cgi?id=121646
945 * platform/mac/TestExpectations: Marking as such.
947 2013-12-17 Radu Stavila <stavila@adobe.com>
949 [CSS Regions] Positioned elements in regions get clipped if they fall outside the region
950 https://bugs.webkit.org/show_bug.cgi?id=117120
952 Reviewed by Mihnea Ovidenie.
954 Added tests for the correct painting of the borders of differently positioned elements overflowing regions.
956 * fast/regions/absolute-in-relative-overflow-expected.html: Added.
957 * fast/regions/absolute-in-relative-overflow.html: Added.
958 * fast/regions/static-in-relative-overflow-expected.html: Added.
959 * fast/regions/static-in-relative-overflow.html: Added.
960 * fast/regions/sticky-border-overflow-expected.html: Added.
961 * fast/regions/sticky-border-overflow.html: Added.
963 2013-12-17 Commit Queue <commit-queue@webkit.org>
965 Unreviewed, rolling out r160717.
966 http://trac.webkit.org/changeset/160717
967 https://bugs.webkit.org/show_bug.cgi?id=125863
969 New tests are failing, and possibly broke an existing test
970 (Requested by ap on #webkit).
972 * fast/regions/repaint/fixed-in-named-flow-cb-changed-expected.txt: Removed.
973 * fast/regions/repaint/fixed-in-named-flow-cb-changed.html: Removed.
974 * fast/regions/repaint/fixed-in-named-flow-cb-changed2-expected.txt: Removed.
975 * fast/regions/repaint/fixed-in-named-flow-cb-changed2.html: Removed.
977 2013-12-17 Ryosuke Niwa <rniwa@webkit.org>
979 Invalid dir attributes should resolve to ltr
980 https://bugs.webkit.org/show_bug.cgi?id=125830
982 Reviewed by Darin Adler.
984 * fast/dom/HTMLElement/set-and-clear-dir-attribute-expected.txt: Added.
985 * fast/dom/HTMLElement/set-and-clear-dir-attribute.html: Added.
987 2013-12-17 Mihnea Ovidenie <mihnea@adobe.com>
989 [CSSRegions] Incorrect repaint of fixed element with transformed parent
990 https://bugs.webkit.org/show_bug.cgi?id=125756
992 Reviewed by Darin Adler.
994 Add tests for a fixed positioned element with a parent that:
995 1. dynamically gets a transform, in which case the fixed positioned element should be positioned
996 relative to its parent
997 2. dynamically loses its transform, in which case the fixed positioned element should be positioned
998 relative to the view.
1000 * fast/regions/repaint/fixed-in-named-flow-cb-changed-expected.txt: Added.
1001 * fast/regions/repaint/fixed-in-named-flow-cb-changed.html: Added.
1002 * fast/regions/repaint/fixed-in-named-flow-cb-changed2-expected.txt: Added.
1003 * fast/regions/repaint/fixed-in-named-flow-cb-changed2.html: Added.
1005 2013-12-17 Bem Jones-Bey <bjonesbe@adobe.com>
1007 REGRESSION(r159166?): fast/block/float/float-with-fractional-height-vertical-lr.html, fast/block/float/float-with-fractional-height.html are failing
1008 https://bugs.webkit.org/show_bug.cgi?id=124506
1010 Reviewed by Dirk Schulze.
1012 Remove lines for tests that have been fixed by this patch.
1014 * platform/efl/TestExpectations:
1015 * platform/gtk/TestExpectations:
1017 2013-12-17 Mario Sanchez Prada <mario.prada@samsung.com>
1019 [ATK] Expose accessibility objects for <dl>, <dt> and <dd>
1020 https://bugs.webkit.org/show_bug.cgi?id=125857
1022 Reviewed by Chris Fleizach.
1024 Update test to update expectations.
1026 * platform/gtk/accessibility/roles-exposed-expected.txt:
1027 * platform/gtk/accessibility/roles-exposed.html:
1029 Updated test expectations for other test using description lists.
1031 * platform/efl-wk1/accessibility/lists-expected.txt:
1032 * platform/efl-wk2/accessibility/lists-expected.txt:
1033 * platform/gtk/accessibility/lists-expected.txt:
1036 2013-12-17 Frédéric Wang <fred.wang@free.fr>
1038 Ensure inferred mrows for msqrt, mstyle, merror, mphantom and math.
1039 https://bugs.webkit.org/show_bug.cgi?id=124841
1041 Reviewed by Darin Adler.
1043 * mathml/presentation/inferred-mrow-baseline-expected.txt: Added.
1044 * mathml/presentation/inferred-mrow-baseline.html: Added.
1045 * mathml/presentation/inferred-mrow-stretchy-expected.txt: Added.
1046 * mathml/presentation/inferred-mrow-stretchy.html: Added.
1048 2013-12-17 Brent Fulgham <bfulgham@apple.com>
1050 [Win] Temporarily disable mediate tests to get bots green.
1052 * platform/win/TestExpectations: Turn off additional media-related
1053 tests. These will be reactivated soon.
1055 2013-12-17 Mihnea Ovidenie <mihnea@adobe.com>
1057 [CSS Regions] Move regions tests from fast/repaint into fast/regions
1058 https://bugs.webkit.org/show_bug.cgi?id=78786
1060 Reviewed by Dirk Schulze.
1062 Moved regions repaint tests from fast/repaint into fast/regions/repaint.
1063 Moved regions repaint tests from fast/regions into fast/regions/repaint.
1064 Adjusted paths, TestExpectations.
1066 * fast/regions/repaint/element-in-named-flow-absolute-from-fixed-expected.txt: Renamed from LayoutTests/fast/regions/element-in-named-flow-absolute-from-fixed-expected.txt.
1067 * fast/regions/repaint/element-in-named-flow-absolute-from-fixed.html: Renamed from LayoutTests/fast/regions/element-in-named-flow-absolute-from-fixed.html.
1068 * fast/regions/repaint/element-in-named-flow-fixed-from-absolute-expected.txt: Renamed from LayoutTests/fast/regions/element-in-named-flow-fixed-from-absolute-expected.txt.
1069 * fast/regions/repaint/element-in-named-flow-fixed-from-absolute.html: Renamed from LayoutTests/fast/regions/element-in-named-flow-fixed-from-absolute.html.
1070 * fast/regions/repaint/element-inflow-fixed-from-outflow-static-expected.txt: Renamed from LayoutTests/fast/regions/element-inflow-fixed-from-outflow-static-expected.txt.
1071 * fast/regions/repaint/element-inflow-fixed-from-outflow-static.html: Renamed from LayoutTests/fast/regions/element-inflow-fixed-from-outflow-static.html.
1072 * fast/regions/repaint/element-outflow-static-from-inflow-fixed-expected.txt: Renamed from LayoutTests/fast/regions/element-outflow-static-from-inflow-fixed-expected.txt.
1073 * fast/regions/repaint/element-outflow-static-from-inflow-fixed.html: Renamed from LayoutTests/fast/regions/element-outflow-static-from-inflow-fixed.html.
1074 * fast/regions/repaint/fixed-in-named-flow-scroll-expected.txt: Renamed from LayoutTests/fast/regions/fixed-in-named-flow-scroll-expected.txt.
1075 * fast/regions/repaint/fixed-in-named-flow-scroll.html: Renamed from LayoutTests/fast/regions/fixed-in-named-flow-scroll.html.
1076 * fast/regions/repaint/increasing-region-content-height-expected.txt: Renamed from LayoutTests/fast/repaint/increasing-region-content-height-expected.txt.
1077 * fast/regions/repaint/increasing-region-content-height.html: Renamed from LayoutTests/fast/repaint/increasing-region-content-height.html.
1078 * fast/regions/repaint/japanese-rl-selection-repaint-in-regions.html: Renamed from LayoutTests/fast/repaint/japanese-rl-selection-repaint-in-regions.html.
1079 * fast/regions/repaint/line-flow-with-floats-in-regions.html: Added.
1080 * fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions.html: Renamed from LayoutTests/fast/repaint/overflow-flipped-writing-mode-block-in-regions.html.
1081 * fast/regions/repaint/region-painting-composited-element-expected.html: Renamed from LayoutTests/fast/repaint/region-painting-composited-element-expected.html.
1082 * fast/regions/repaint/region-painting-composited-element.html: Renamed from LayoutTests/fast/repaint/region-painting-composited-element.html.
1083 * fast/regions/repaint/region-painting-in-composited-view-expected.html: Renamed from LayoutTests/fast/repaint/region-painting-in-composited-view-expected.html.
1084 * fast/regions/repaint/region-painting-in-composited-view.html: Renamed from LayoutTests/fast/repaint/region-painting-in-composited-view.html.
1085 * fast/regions/repaint/region-painting-invalidation.html: Renamed from LayoutTests/fast/repaint/region-painting-invalidation.html.
1086 * fast/regions/repaint/region-painting-via-layout.html: Renamed from LayoutTests/fast/repaint/region-painting-via-layout.html.
1087 * fast/regions/repaint/repaint-regions-overflow-expected.txt: Renamed from LayoutTests/fast/repaint/repaint-regions-overflow-expected.txt.
1088 * fast/regions/repaint/repaint-regions-overflow.html: Renamed from LayoutTests/fast/repaint/repaint-regions-overflow.html.
1089 * fast/repaint/line-flow-with-floats-in-regions.html: Removed.
1090 * platform/efl/TestExpectations:
1091 * platform/efl/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Renamed from LayoutTests/platform/efl/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt.
1092 * platform/gtk/TestExpectations:
1093 * platform/mac/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png.
1094 * platform/mac/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt.
1095 * platform/mac/fast/regions/repaint/line-flow-with-floats-in-regions-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.png.
1096 * platform/mac/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.txt.
1097 * platform/mac/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png.
1098 * platform/mac/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt.
1099 * platform/mac/fast/regions/repaint/region-painting-invalidation-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-invalidation-expected.png.
1100 * platform/mac/fast/regions/repaint/region-painting-invalidation-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-invalidation-expected.txt.
1101 * platform/mac/fast/regions/repaint/region-painting-via-layout-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-via-layout-expected.png.
1102 * platform/mac/fast/regions/repaint/region-painting-via-layout-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-via-layout-expected.txt.
1103 * platform/win/TestExpectations:
1104 * platform/wincairo/TestExpectations:
1106 2013-12-17 Mario Sanchez Prada <mario.prada@samsung.com>
1108 [GTK][WK2] rowAtIndex is not implemented in DRT/WKTR
1109 https://bugs.webkit.org/show_bug.cgi?id=116971
1111 Unreviewed. Moving test expectation to the right place, as this is
1112 an issue that actually affects both to Webkit1 and Webkit2.
1114 * platform/gtk-wk2/TestExpectations: Removed expectation.
1115 * platform/gtk/TestExpectations: Added expectation.
1117 2013-12-17 Mihnea Ovidenie <mihnea@adobe.com>
1119 [CSSRegions] Remove left-over test expectations in fast/regions/layers
1120 https://bugs.webkit.org/show_bug.cgi?id=125841
1122 Reviewed by Dirk Schulze.
1124 The original tests were removed part of https://bugs.webkit.org/show_bug.cgi?id=121828
1125 and added back as expectations only when https://bugs.webkit.org/show_bug.cgi?id=118665
1127 They should be removed.
1129 * fast/regions/layers/dynamic-layer-added-with-no-layout-expected.txt: Removed.
1130 * fast/regions/layers/dynamic-layer-removed-with-no-layout-expected.txt: Removed.
1131 * fast/regions/layers/regions-promoted-to-layers-expected.txt: Removed.
1132 * fast/regions/layers/regions-promoted-to-layers-horizontal-bt-expected.txt: Removed.
1133 * fast/regions/layers/regions-promoted-to-layers-vertical-lr-expected.txt: Removed.
1134 * fast/regions/layers/regions-promoted-to-layers-vertical-rl-expected.txt: Removed.
1136 2013-12-17 Mihai Maerean <mmaerean@adobe.com>
1138 Fix hit testing for divs with a hierarchy of css transformed and non-transformed elements
1139 https://bugs.webkit.org/show_bug.cgi?id=124777
1141 Reviewed by Darin Adler.
1143 * transforms/3d/hit-testing/hover-rotated-with-children-negative-z.html: Added.
1144 * transforms/3d/hit-testing/hover-rotated-with-children-negative-z-expected.txt: Added.
1145 * transforms/3d/hit-testing/negative-zoffset-hit-test.html: Added.
1146 * transforms/3d/hit-testing/negative-zoffset-hit-test-expected.txt: Added.
1147 * transforms/3d/hit-testing/overlapping-layers-hit-test.html: Added.
1148 * transforms/3d/hit-testing/overlapping-layers-hit-test-expected.txt: Added.
1150 2013-12-16 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
1152 Checking RTCPeerConnection signalingState before setting local/remoteDescription
1153 https://bugs.webkit.org/show_bug.cgi?id=125655
1155 Reviewed by Eric Carlson.
1157 Before setting a session description RTCPeerConnection must check if it is in valid state for that SDP type.
1159 * fast/mediastream/RTCPeerConnection-have-local-answer.html: Added.
1160 * fast/mediastream/RTCPeerConnection-have-local-offer-expected.txt: Added.
1161 * fast/mediastream/RTCPeerConnection-have-local-offer.html: Added.
1162 * fast/mediastream/RTCPeerConnection-have-local-pranswer-expected.txt: Added.
1163 * fast/mediastream/RTCPeerConnection-have-local-pranswer.html: Added.
1164 * fast/mediastream/RTCPeerConnection-have-remote-offer-expected.txt: Added.
1165 * fast/mediastream/RTCPeerConnection-have-remote-offer.html: Added.
1166 * fast/mediastream/RTCPeerConnection-have-remote-pranswer-expected.txt: Added.
1167 * fast/mediastream/RTCPeerConnection-have-remote-pranswer.html: Added.
1168 * fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt:
1169 * fast/mediastream/RTCPeerConnection-remoteDescription.html:
1170 * fast/mediastream/RTCPeerConnection-stable-expected.txt: Added.
1171 * fast/mediastream/RTCPeerConnection-stable.html: Added.
1173 2013-12-16 Oliver Hunt <oliver@apple.com>
1175 Cache getters and custom accessors on the prototype chain
1176 https://bugs.webkit.org/show_bug.cgi?id=125602
1178 Reviewed by Michael Saboff.
1180 Added a bunch of new tests
1182 * js/regress/chain-custom-getter-expected.txt: Added.
1183 * js/regress/chain-custom-getter.html: Added.
1184 * js/regress/chain-getter-access-expected.txt: Added.
1185 * js/regress/chain-getter-access.html: Added.
1186 * js/regress/proto-custom-getter-expected.txt: Added.
1187 * js/regress/proto-custom-getter.html: Added.
1188 * js/regress/proto-getter-access-expected.txt: Added.
1189 * js/regress/proto-getter-access.html: Added.
1190 * js/regress/resources/regress-pre.js:
1191 Made sure that noInline always exists (either using testRunner.neverInlineFunction
1192 or a no-op function if nothing else is available)
1193 * js/regress/script-tests/chain-custom-getter.js: Added.
1195 * js/regress/script-tests/chain-getter-access.js: Added.
1198 * js/regress/script-tests/proto-custom-getter.js: Added.
1200 * js/regress/script-tests/proto-getter-access.js: Added.
1203 * js/regress/script-tests/simple-custom-getter.js: Added.
1204 (cycles.30000.numberObject.Number.foo):
1205 * js/regress/script-tests/simple-getter-access.js: Added.
1208 * js/regress/simple-custom-getter-expected.txt: Added.
1209 * js/regress/simple-custom-getter.html: Added.
1210 * js/regress/simple-getter-access-expected.txt: Added.
1211 * js/regress/simple-getter-access.html: Added.
1213 2013-12-16 Hans Muller <hmuller@adobe.com>
1215 [CSS Shapes] Add support for the computing the included intervals for a BoxShape
1216 https://bugs.webkit.org/show_bug.cgi?id=124605
1218 Reviewed by Andreas Kling.
1220 Check that shape-inside:content-box works with and without border radii.
1222 * fast/shapes/shape-inside/shape-inside-content-box-expected.html: Added.
1223 * fast/shapes/shape-inside/shape-inside-content-box.html: Added.
1225 2013-12-16 Mario Sanchez Prada <mario.prada@samsung.com>
1227 [ATK] Expose accessibility objects for more WAI-ARIA roles
1228 https://bugs.webkit.org/show_bug.cgi?id=125596
1230 Reviewed by Chris Fleizach.
1232 Update test to update expectations.
1234 * platform/gtk/accessibility/roles-exposed-expected.txt:
1235 * platform/gtk/accessibility/roles-exposed.html:
1237 2013-12-16 Eric Carlson <eric.carlson@apple.com>
1239 Fix QuickTime plug-in replacement scripting bugs
1240 https://bugs.webkit.org/show_bug.cgi?id=125717
1242 Reviewed by Sam Weinig.
1244 * plugins/quicktime-plugin-replacement-expected.txt:
1245 * plugins/quicktime-plugin-replacement.html: Update to test 'qtsrc' attribute, and to check
1246 that relative urls are resolved correctly.
1247 * plugins/resources/yellow.mov: Added.
1249 2013-12-16 Mario Sanchez Prada <mario.prada@samsung.com>
1251 [ATK] Expose accessibility objects with ATK_ROLE_CHECK_MENU_ITEM
1252 https://bugs.webkit.org/show_bug.cgi?id=125594
1254 Reviewed by Chris Fleizach.
1256 Update test to update expectations.
1258 * platform/gtk/accessibility/roles-exposed-expected.txt:
1259 * platform/gtk/accessibility/roles-exposed.html:
1261 2013-12-16 Mario Sanchez Prada <mario.prada@samsung.com>
1263 [ATK] Expose accessibility objects with ATK_ROLE_ARTICLE
1264 https://bugs.webkit.org/show_bug.cgi?id=125587
1266 Reviewed by Chris Fleizach.
1268 Update test to unskip article objects and update expectations.
1270 * accessibility/aria-mappings-expected.txt:
1271 * platform/gtk/accessibility/roles-exposed-expected.txt:
1272 * platform/gtk/accessibility/roles-exposed.html:
1274 2013-11-27 Sergio Villar Senin <svillar@igalia.com>
1276 [CSS Grid Layout] Fix the preferred logical widths code to work with spanning grid items
1277 https://bugs.webkit.org/show_bug.cgi?id=123994
1279 Reviewed by Andreas Kling.
1281 From Blink r159189 by <jchaffraix@chromium.org>
1283 Extended the test case to include spanning grid items.
1285 * fast/css-grid-layout/grid-preferred-logical-widths-expected.txt:
1286 * fast/css-grid-layout/grid-preferred-logical-widths.html:
1288 2013-12-15 Frédéric Wang <fred.wang@free.fr>
1290 Add support for maction@toggle
1291 https://bugs.webkit.org/show_bug.cgi?id=120059
1293 Reviewed by Chris Fleizach.
1295 * mathml/presentation/maction-toggle-expected.html: Added.
1296 * mathml/presentation/maction-toggle.html: Added.
1298 2013-12-15 Ryosuke Niwa <rniwa@webkit.org>
1300 REGRESSION: 2x regression on Dromaeo DOM query tests
1301 https://bugs.webkit.org/show_bug.cgi?id=125377
1303 Reviewed by Filip Pizlo.
1305 Added more regression tests for throwing away byte code when a new named property appears.
1307 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-expected: Rebaselined.
1308 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.html: Fixed the test to use dfgShouldBe.
1309 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-2-expected.txt: Added.
1310 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-2.html: Added.
1311 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-3-expected.txt: Added.
1312 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-3.html: Added.
1313 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-4-expected.txt: Added.
1314 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-4.html: Added.
1315 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-5-expected.txt: Added.
1316 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-5.html: Added.
1317 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-2-expected.txt: Added.
1318 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-2.html: Added.
1319 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-3-expected.txt: Added.
1320 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-3.html: Added.
1321 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-4-expected.txt: Added.
1322 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-4.html: Added.
1323 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-5-expected.txt: Added.
1324 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-5.html: Added.
1325 * js/dom/script-tests/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.js: Removed.
1327 2013-12-15 Rob Buis <rob.buis@samsung.com>
1329 [CSS Shapes] shape-outside animation does not handle 'auto' well
1330 https://bugs.webkit.org/show_bug.cgi?id=125700
1332 Reviewed by Dirk Schulze.
1334 Test a shape-outside animation where one keyframe uses 'auto'.
1336 * fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt:
1337 * fast/shapes/shape-outside-floats/shape-outside-animation.html:
1339 2013-12-14 Darin Adler <darin@apple.com>
1341 Crash in CSSImageGeneratorValue and RenderScrollbar
1342 https://bugs.webkit.org/show_bug.cgi?id=125702
1344 Reviewed by Alexey Proskuryakov.
1346 * fast/css/scrollbar-image-crash-expected.txt: Added.
1347 * fast/css/scrollbar-image-crash.html: Added.
1349 2013-12-14 Brent Fulgham <bfulgham@webkit.org>
1351 [Win] Disable media tests while we sort out QTSDK issues.
1352 Unreviewed patch to get test bots green
1354 * platform/win/TestExpectations
1357 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
1359 Some Set and Map prototype functions have incorrect function lengths
1360 https://bugs.webkit.org/show_bug.cgi?id=125732
1362 Reviewed by Oliver Hunt.
1364 * js/basic-map-expected.txt:
1365 * js/basic-set-expected.txt:
1366 * js/script-tests/basic-map.js:
1367 * js/script-tests/basic-set.js:
1369 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
1371 Web Inspector: Move Inspector and Debugger protocol domains into JavaScriptCore
1372 https://bugs.webkit.org/show_bug.cgi?id=125707
1374 Reviewed by Timothy Hatcher.
1376 * http/tests/inspector-protocol/resources/InspectorTest.js:
1377 (InspectorTest.checkForError):
1378 Since having a protocol error is likely wrong, make the output
1379 for it as detailed as possible.
1381 2013-12-13 Roger Fong <roger_fong@apple.com>
1383 [WebGL] Check for global variable precision mismatch between vertex and fragment shaders.
1384 https://bugs.webkit.org/show_bug.cgi?id=125546.
1385 <rdar://problem/15203364>
1387 Reviewed by Brent Fulgham.
1389 * platform/mac/TestExpectations:
1390 Unskip webgl/1.0.2/glsl/misc/shader-with-global-variable-precision-mismatch.html
1392 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
1394 Web Inspector: Add Inspector Code Generation to JavaScriptCore for Runtime Domain
1395 https://bugs.webkit.org/show_bug.cgi?id=125595
1397 Reviewed by Timothy Hatcher.
1399 * http/tests/inspector-protocol/resources/InspectorTest.js:
1400 (InspectorTest.importInspectorScripts):
1401 Update for the new backend commands files.
1403 2013-12-13 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
1405 Adding RTCPeerConnectionErrorCallback
1406 https://bugs.webkit.org/show_bug.cgi?id=125574
1408 Reviewed by Eric Carlson.
1410 According to the spec there should be a RTCPeerConnectionErrorCallback function type for createOffer/Answer,
1411 setLocal/RemoteDescription and updateIce function calls. This callback must handle a DOMError object.
1413 * fast/mediastream/RTCPeerConnection-createAnswer-expected.txt:
1414 * fast/mediastream/RTCPeerConnection-createAnswer.html:
1415 * fast/mediastream/RTCPeerConnection-createOffer-expected.txt:
1416 * fast/mediastream/RTCPeerConnection-createOffer.html:
1418 2013-12-13 Alexey Proskuryakov <ap@apple.com>
1420 WebCrypto Key.usages should be ordered alphabetically
1421 https://bugs.webkit.org/show_bug.cgi?id=125696
1423 Reviewed by Darin Adler.
1425 * crypto/subtle/aes-cbc-192-encrypt-decrypt-expected.txt:
1426 * crypto/subtle/aes-cbc-192-encrypt-decrypt.html:
1427 * crypto/subtle/aes-cbc-256-encrypt-decrypt-expected.txt:
1428 * crypto/subtle/aes-cbc-256-encrypt-decrypt.html:
1429 * crypto/subtle/aes-cbc-encrypt-decrypt-expected.txt:
1430 * crypto/subtle/aes-cbc-encrypt-decrypt-with-padding-expected.txt:
1431 * crypto/subtle/aes-cbc-encrypt-decrypt-with-padding.html:
1432 * crypto/subtle/aes-cbc-encrypt-decrypt.html:
1433 * crypto/subtle/aes-cbc-generate-key-expected.txt:
1434 * crypto/subtle/aes-cbc-generate-key.html:
1435 * crypto/subtle/aes-cbc-invalid-length-expected.txt:
1436 * crypto/subtle/aes-cbc-invalid-length.html:
1437 * crypto/subtle/aes-kw-wrap-unwrap-aes-expected.txt:
1438 * crypto/subtle/aes-kw-wrap-unwrap-aes.html:
1439 * crypto/subtle/aes-postMessage-expected.txt:
1440 * crypto/subtle/aes-postMessage.html:
1441 * crypto/subtle/hmac-postMessage-expected.txt:
1442 * crypto/subtle/hmac-postMessage.html:
1443 * crypto/subtle/jwk-import-use-values-expected.txt:
1444 * crypto/subtle/jwk-import-use-values.html:
1445 * crypto/subtle/postMessage-worker-expected.txt:
1446 * crypto/subtle/postMessage-worker.html:
1447 * crypto/subtle/resources/postMessage-worker.js:
1449 * crypto/subtle/rsa-oaep-key-manipulation-expected.txt:
1450 * crypto/subtle/rsa-oaep-key-manipulation.html:
1451 * crypto/subtle/rsa-oaep-wrap-unwrap-aes-expected.txt:
1452 * crypto/subtle/rsa-oaep-wrap-unwrap-aes.html:
1453 * crypto/subtle/rsaes-pkcs1-v1_5-wrap-unwrap-aes-expected.txt:
1454 * crypto/subtle/rsaes-pkcs1-v1_5-wrap-unwrap-aes.html:
1456 2013-12-13 Rob Buis <rob.buis@samsung.com>
1458 Clean up SVGScriptElement
1459 https://bugs.webkit.org/show_bug.cgi?id=125527
1461 Reviewed by Darin Adler.
1463 Add test to verify the new type getter/setter behavior on SVScriptElement.
1464 Specifically, the old behavior was setting the JS type property did not reflect in
1465 the actual content attribute being set, the new behavior is to do set the content
1466 attribute when setting the JS type property.
1468 * svg/dom/SVGScriptElement/script-type-attribute-expected.txt: Added.
1469 * svg/dom/SVGScriptElement/script-type-attribute.svg: Added.
1471 2013-12-13 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1473 Unreviewed EFL gardening
1475 Remove wrong http baselines.
1477 * platform/efl/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Removed.
1478 * platform/efl/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Removed.
1479 * platform/efl/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Removed.
1481 2013-12-12 Alexey Proskuryakov <ap@apple.com>
1483 WebCrypto wrapKey operation doesn't check key usage
1484 https://bugs.webkit.org/show_bug.cgi?id=125675
1486 Reviewed by Darin Adler.
1488 * crypto/subtle/unwrapKey-check-usage-expected.txt: Added.
1489 * crypto/subtle/unwrapKey-check-usage.html: Added.
1490 * crypto/subtle/wrapKey-check-usage-expected.txt: Added.
1491 * crypto/subtle/wrapKey-check-usage.html: Added.
1493 2013-12-12 Alexey Proskuryakov <ap@apple.com>
1495 Add support for RSAES-PKCS1-v1_5
1496 https://bugs.webkit.org/show_bug.cgi?id=125647
1498 Reviewed by Anders Carlsson.
1500 * crypto/subtle/rsaes-pkcs1-v1_5-decrypt-expected.txt: Added.
1501 * crypto/subtle/rsaes-pkcs1-v1_5-decrypt.html: Added.
1502 * crypto/subtle/rsaes-pkcs1-v1_5-wrap-unwrap-aes-expected.txt: Added.
1503 * crypto/subtle/rsaes-pkcs1-v1_5-wrap-unwrap-aes.html: Added.
1505 2013-12-12 Alexey Proskuryakov <ap@apple.com>
1507 Public key in a generated KeyPair should always be extractable
1508 https://bugs.webkit.org/show_bug.cgi?id=125643
1510 Reviewed by Sam Weinig.
1512 * crypto/subtle/rsa-oaep-generate-non-extractable-key-expected.txt: Added.
1513 * crypto/subtle/rsa-oaep-generate-non-extractable-key.html: Added.
1515 2013-12-12 Alexey Proskuryakov <ap@apple.com>
1517 Make algorithm.name return registered name, not normalized one
1518 https://bugs.webkit.org/show_bug.cgi?id=125641
1520 Reviewed by Anders Carlsson.
1522 * crypto/subtle/aes-cbc-192-encrypt-decrypt-expected.txt:
1523 * crypto/subtle/aes-cbc-192-encrypt-decrypt.html:
1524 * crypto/subtle/aes-cbc-256-encrypt-decrypt-expected.txt:
1525 * crypto/subtle/aes-cbc-256-encrypt-decrypt.html:
1526 * crypto/subtle/aes-cbc-encrypt-decrypt-expected.txt:
1527 * crypto/subtle/aes-cbc-encrypt-decrypt-with-padding-expected.txt:
1528 * crypto/subtle/aes-cbc-encrypt-decrypt-with-padding.html:
1529 * crypto/subtle/aes-cbc-encrypt-decrypt.html:
1530 * crypto/subtle/aes-cbc-generate-key-expected.txt:
1531 * crypto/subtle/aes-cbc-generate-key.html:
1532 * crypto/subtle/aes-cbc-import-jwk-expected.txt:
1533 * crypto/subtle/aes-cbc-import-jwk.html:
1534 * crypto/subtle/aes-cbc-invalid-length-expected.txt:
1535 * crypto/subtle/aes-cbc-invalid-length.html:
1536 * crypto/subtle/aes-cbc-unwrap-failure-expected.txt:
1537 * crypto/subtle/aes-cbc-unwrap-failure.html:
1538 * crypto/subtle/aes-cbc-unwrap-rsa-expected.txt:
1539 * crypto/subtle/aes-cbc-unwrap-rsa.html:
1540 * crypto/subtle/aes-cbc-wrap-rsa-expected.txt:
1541 * crypto/subtle/aes-cbc-wrap-rsa-non-extractable-expected.txt:
1542 * crypto/subtle/aes-cbc-wrap-rsa-non-extractable.html:
1543 * crypto/subtle/aes-cbc-wrap-rsa.html:
1544 * crypto/subtle/aes-kw-key-manipulation-expected.txt:
1545 * crypto/subtle/aes-kw-key-manipulation.html:
1546 * crypto/subtle/aes-kw-wrap-unwrap-aes-expected.txt:
1547 * crypto/subtle/aes-kw-wrap-unwrap-aes.html:
1548 * crypto/subtle/aes-postMessage-expected.txt:
1549 * crypto/subtle/aes-postMessage.html:
1550 * crypto/subtle/hmac-generate-key-expected.txt:
1551 * crypto/subtle/hmac-generate-key.html:
1552 * crypto/subtle/hmac-import-jwk-expected.txt:
1553 * crypto/subtle/hmac-import-jwk.html:
1554 * crypto/subtle/hmac-postMessage-expected.txt:
1555 * crypto/subtle/hmac-postMessage.html:
1556 * crypto/subtle/hmac-sign-verify-empty-key-expected.txt:
1557 * crypto/subtle/hmac-sign-verify-empty-key.html:
1558 * crypto/subtle/hmac-sign-verify-expected.txt:
1559 * crypto/subtle/hmac-sign-verify.html:
1560 * crypto/subtle/postMessage-worker-expected.txt:
1561 * crypto/subtle/postMessage-worker.html:
1562 * crypto/subtle/resources/postMessage-worker.js:
1563 * crypto/subtle/rsa-oaep-key-manipulation-expected.txt:
1564 * crypto/subtle/rsa-oaep-key-manipulation.html:
1565 * crypto/subtle/rsa-oaep-wrap-unwrap-aes-expected.txt:
1566 * crypto/subtle/rsa-oaep-wrap-unwrap-aes.html:
1567 * crypto/subtle/rsa-postMessage-expected.txt:
1568 * crypto/subtle/rsa-postMessage.html:
1569 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key-expected.txt:
1570 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key.html:
1571 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt:
1572 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html:
1574 2013-12-12 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1576 Unreviewed EFL gardening
1578 Rebaseline fast/table/empty-cells.html after r160410.
1580 * platform/efl/fast/table/empty-cells-expected.png:
1581 * platform/efl/fast/table/empty-cells-expected.txt:
1583 2013-12-12 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1585 Unreviewed EFL gardening
1587 Add test expectations for failing compositing tests.
1589 * platform/efl-wk2/TestExpectations:
1591 2013-12-12 Commit Queue <commit-queue@webkit.org>
1593 Unreviewed, rolling out r160446.
1594 http://trac.webkit.org/changeset/160446
1595 https://bugs.webkit.org/show_bug.cgi?id=125630
1597 The upower-glib-based implementation is using API that was
1598 recently removed (Requested by zdobersek1 on #webkit).
1600 * platform/gtk/TestExpectations:
1602 2013-12-12 Commit Queue <commit-queue@webkit.org>
1604 Unreviewed, rolling out r160417.
1605 http://trac.webkit.org/changeset/160417
1606 https://bugs.webkit.org/show_bug.cgi?id=125629
1608 The patch is causing crashes (Requested by zdobersek1 on
1611 * accessibility/children-changed-sends-notification-expected.txt: Removed.
1612 * accessibility/children-changed-sends-notification.html: Removed.
1613 * accessibility/loading-iframe-sends-notification.html:
1614 * platform/mac/TestExpectations:
1616 2013-12-11 Darin Adler <darin@apple.com>
1618 StylePendingImage needs to correctly manage the CSSValue pointer lifetime
1619 https://bugs.webkit.org/show_bug.cgi?id=125468
1621 Reviewed by Andreas Kling.
1623 * fast/css/pending-image-crash-expected.txt: Added.
1624 * fast/css/pending-image-crash.xhtml: Added.
1626 2013-12-11 Alexey Proskuryakov <ap@apple.com>
1628 WebCrypto keys should support structured clone
1629 https://bugs.webkit.org/show_bug.cgi?id=125590
1631 Reviewed by Oliver Hunt.
1633 * crypto/subtle/aes-postMessage-expected.txt: Added.
1634 * crypto/subtle/aes-postMessage.html: Added.
1635 * crypto/subtle/hmac-postMessage-expected.txt: Added.
1636 * crypto/subtle/hmac-postMessage.html: Added.
1637 * crypto/subtle/postMessage-worker-expected.txt: Added.
1638 * crypto/subtle/postMessage-worker.html: Added.
1639 * crypto/subtle/rsa-postMessage-expected.txt: Added.
1640 * crypto/subtle/rsa-postMessage.html: Added.
1641 * crypto/subtle/resources/postMessage-worker.js: Added.
1643 2013-12-11 Bear Travis <betravis@adobe.com>
1645 Web Inspector: [CSS Shapes] Highlight margin-shape for shape-outside
1646 https://bugs.webkit.org/show_bug.cgi?id=125175
1648 Reviewed by Darin Adler.
1650 Test that the shape and margin-shape are properly passed to the Inspector Overlay.
1651 Arcs for rounded rectangles, circles, and ellipses are approximated using the same
1652 bezier curve method present in Path.cpp.
1654 * inspector-protocol/model/highlight-shape-outside-margin.html: Added.
1655 * inspector-protocol/model/highlight-shape-outside.html: Updating shape-outside info model.
1656 * inspector-protocol/resources/shape-info-helper.js: Adding utilities to compare alternate
1659 2013-12-11 Mario Sanchez Prada <mario.prada@samsung.com>
1661 [ATK] Expose accessibility objects WAI-ARIA landmark roles
1662 https://bugs.webkit.org/show_bug.cgi?id=125584
1664 Reviewed by Chris Fleizach.
1666 Update test to unskip landmark elements and update expectations.
1668 * platform/gtk/accessibility/roles-exposed-expected.txt:
1669 * platform/gtk/accessibility/roles-exposed.html:
1671 2013-12-11 Mario Sanchez Prada <mario.prada@samsung.com>
1673 [ATK] Add new layout test to check ATK roles in a central place
1674 https://bugs.webkit.org/show_bug.cgi?id=125525
1676 Reviewed by Chris Fleizach.
1678 New test added, with some skipped tests already present in
1679 platform/mac/accessibility/role-subrole-roledescription.html (this
1680 test is based in that one) as well as some issues specific to ATK
1681 that have been reported in bugs, for traceability.
1683 * platform/gtk/accessibility/roles-exposed-expected.txt: Added.
1684 * platform/gtk/accessibility/roles-exposed.html: Added.
1686 2013-12-11 Zan Dobersek <zdobersek@igalia.com>
1688 [GTK] Enable Battery Status API
1689 https://bugs.webkit.org/show_bug.cgi?id=125453
1691 Reviewed by Martin Robinson.
1693 * platform/gtk/TestExpectations: Remove expectations for the Battery Status API layout tests
1694 since all the tests pass now that the feature is enabled.
1696 2013-12-11 Javier Fernandez <jfernandez@igalia.com>
1698 Arithmetic overflow when computing max-height CSS property with subpixel layout
1699 https://bugs.webkit.org/show_bug.cgi?id=119273
1701 Reviewed by Martin Robinson.
1703 Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
1705 * platform/gtk/TestExpectations: Removed failure expectation for autoheight-correct-region-for-lines-2.html
1707 2013-12-11 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
1709 Improving createOffer and createAnswer LayoutTests
1710 https://bugs.webkit.org/show_bug.cgi?id=125568
1712 Reviewed by Philippe Normand.
1714 The constraints parameter should be optional in both. Also adding tests to check if we already have a local SDP
1715 when creating an answer.
1717 * fast/mediastream/RTCPeerConnection-createAnswer-expected.txt:
1718 * fast/mediastream/RTCPeerConnection-createAnswer.html:
1719 * fast/mediastream/RTCPeerConnection-createOffer-expected.txt:
1720 * fast/mediastream/RTCPeerConnection-createOffer.html:
1722 2013-12-11 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1724 Unreviewed EFL gardening
1726 Add test expectations for failing ref-tests.
1728 * platform/efl-wk2/TestExpectations:
1729 * platform/efl/TestExpectations:
1731 2013-12-11 Rob Buis <rob.buis@samsung.com>
1733 [CSS Shapes] Take into account fill-rule for polygon interpolation
1734 https://bugs.webkit.org/show_bug.cgi?id=125508
1736 Reviewed by Dirk Schulze.
1738 Adapt fast/shapes/shape-outside-floats/shape-outside-animation.html so it also tests polygon animation
1739 when using different fill rules.
1741 * animations/resources/animation-test-helpers.js:
1742 (parseBasicShape): also allow evenodd when parsing the polygon
1743 * fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt:
1744 * fast/shapes/shape-outside-floats/shape-outside-animation.html:
1746 2013-12-11 Michal Poteralski <m.poteralski@samsung.com>
1748 Test results of postMessage-clone-port-error.html test are broken
1749 https://bugs.webkit.org/show_bug.cgi?id=125487
1751 Reviewed by Alexey Proskuryakov.
1753 Improved Layout test checks correctness of value thrown by postMessage:
1755 * fast/dom/Window/postMessage-clone-port-error-expected.txt:
1756 * fast/dom/Window/postMessage-clone-port-error.html:
1758 2013-12-11 Mario Sanchez Prada <mario.prada@samsung.com>
1760 Programmatically-inserted children lack accessibility events
1761 https://bugs.webkit.org/show_bug.cgi?id=100275
1763 Reviewed by Chris Fleizach.
1765 Add new test to chack that children-changed signals are properly
1766 emitted when adding/removing elements in the accessibility hierarchy.
1768 * accessibility/children-changed-sends-notification-expected.txt: Added.
1769 * accessibility/children-changed-sends-notification.html: Added.
1771 Update test to filter out unrelated non-loading events.
1772 * accessibility/loading-iframe-sends-notification.html: Updated.
1774 Skip the test on the Mac as it does not expose these kind of
1775 notifications when children are being added or removed.
1776 * platform/mac/TestExpectations: Skip newly added test.
1778 2013-12-10 Gurpreet Kaur <k.gurpreet@samsung.com>
1780 top and bottom black background line not getting displayed
1781 https://bugs.webkit.org/show_bug.cgi?id=21664
1783 Reviewed by Simon Fraser.
1785 * fast/dom/HTMLTableElement/empy-table-cell-with-background-color-expected.txt: Added.
1786 * fast/dom/HTMLTableElement/empy-table-cell-with-background-color.html: Added.
1787 Added new test case to verify that table cell offsetWidth is set even
1788 when it has no contents but has background color.
1789 * fast/table/auto-100-percent-width-expected.txt:
1790 * platform/mac/fast/table/empty-cells-expected.txt:
1791 * tables/mozilla/bugs/bug1818-6-expected.txt:
1792 Rebaselining the existing test case as per the new changes. The new
1793 dimension changes are as per mozilla behaviour. For
1794 auto-100-percent-width-expected.txt we get 1 px red background because
1795 if cellHasContent we set columnLayout's minLogicalWidth and
1796 columnLayout's maxLogicalWidth as 1 initially even if cell is empty.
1798 2013-12-10 Krzysztof Czech <k.czech@samsung.com>
1800 AX: Share accessibility/aria-hidden-negates-no-visibility.html expectation with other ports
1801 https://bugs.webkit.org/show_bug.cgi?id=125495
1803 Reviewed by Chris Fleizach.
1805 Expectation of accessibility/aria-hidden-negates-no-visibility.html is the same for EFL and GTK.
1807 * accessibility/aria-hidden-negates-no-visibility-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt.
1809 2013-12-10 Mario Sanchez Prada <mario.prada@samsung.com>
1811 [ATK] Expose splitter elements with ATK_ROLE_SEPARATOR
1812 https://bugs.webkit.org/show_bug.cgi?id=125522
1814 Reviewed by Chris Fleizach.
1816 Update expected results in layout test for EFL and GTK.
1818 * platform/efl-wk1/accessibility/lists-expected.txt:
1819 * platform/efl-wk2/accessibility/lists-expected.txt:
1820 * platform/gtk/accessibility/lists-expected.txt:
1822 2013-12-10 Mario Sanchez Prada <mario.prada@samsung.com>
1824 [ATK] Elements with role 'alertdialog' should be ATK_ROLE_ALERT
1825 https://bugs.webkit.org/show_bug.cgi?id=125521
1827 Reviewed by Chris Fleizach.
1829 Update expected result in layout test.
1831 * accessibility/aria-mappings-expected.txt:
1833 2013-12-10 László Langó <lango@inf.u-szeged.hu>
1835 PageConsole::addMessage should automatically determine column number alongside line number
1836 https://bugs.webkit.org/show_bug.cgi?id=114319
1838 Reviewed by Joseph Pecoraro.
1840 * inspector-protocol/page/deny-X-FrameOption-expected.txt: Added.
1841 * inspector-protocol/page/deny-X-FrameOption.html: Added.
1843 2013-12-10 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1845 Unreviewed EFL gardening
1847 Add failure expectations for tests added in r157725.
1849 * platform/efl/TestExpectations:
1851 2013-12-10 Joanmarie Diggs <jdiggs@igalia.com>
1853 AX: [ATK] Convert the get_text atktest.c unit tests to layout tests
1854 https://bugs.webkit.org/show_bug.cgi?id=125497
1856 Reviewed by Mario Sanchez Prada.
1858 * platform/gtk/accessibility/text-for-range-combo-box-expected.txt: Added.
1859 * platform/gtk/accessibility/text-for-range-combo-box.html: Added.
1860 * platform/gtk/accessibility/text-for-range-embedded-objects-expected.txt: Added.
1861 * platform/gtk/accessibility/text-for-range-embedded-objects.html: Added.
1862 * platform/gtk/accessibility/text-for-range-entry-and-password-expected.txt: Added.
1863 * platform/gtk/accessibility/text-for-range-entry-and-password.html: Added.
1864 * platform/gtk/accessibility/text-for-range-extraneous-whitespace-expected.txt: Added.
1865 * platform/gtk/accessibility/text-for-range-extraneous-whitespace.html: Added.
1866 * platform/gtk/accessibility/text-for-range-formatted-expected.txt: Added.
1867 * platform/gtk/accessibility/text-for-range-formatted.html: Added.
1868 * platform/gtk/accessibility/text-for-range-heading-expected.txt: Added.
1869 * platform/gtk/accessibility/text-for-range-heading.html: Added.
1870 * platform/gtk/accessibility/text-for-range-list-items-expected.txt: Added.
1871 * platform/gtk/accessibility/text-for-range-list-items.html: Added.
1872 * platform/gtk/accessibility/text-for-range-simple-expected.txt: Added.
1873 * platform/gtk/accessibility/text-for-range-simple.html: Added.
1874 * platform/gtk/accessibility/text-for-range-table-cells-expected.txt: Added.
1875 * platform/gtk/accessibility/text-for-range-table-cells.html: Added.
1876 * platform/gtk/accessibility/text-for-range-with-link-expected.txt: Added.
1877 * platform/gtk/accessibility/text-for-range-with-link.html: Added.
1878 * platform/gtk/accessibility/text-for-table-expected.txt: Added.
1879 * platform/gtk/accessibility/text-for-table.html: Added.
1881 2013-12-10 Krzysztof Czech <k.czech@samsung.com>
1883 [ATK] accessibility/alt-tag-on-image-with-nonimage-role.html is failing after r160311
1884 https://bugs.webkit.org/show_bug.cgi?id=125504
1886 Unreviewed ATK gardening.
1888 * platform/efl/TestExpectations: Marked as failing.
1889 * platform/gtk/TestExpectations: Marked as failing.
1891 2013-12-10 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1893 Unreviewed EFL gardening
1895 Add failure expectations for tests that started to fail after r154906.
1897 * platform/efl/TestExpectations:
1899 2013-12-09 Ryosuke Niwa <rniwa@webkit.org>
1901 REGRESSION(r136280): input[type=image] should assume coords of 0,0 when activated without physically clicking
1902 https://bugs.webkit.org/show_bug.cgi?id=125392
1904 Reviewed by Darin Adler.
1906 * fast/events/stopPropagation-submit-expected.txt:
1907 * fast/forms/input-image-submit.html:
1908 * platform/gtk/fast/events/stopPropagation-submit-expected.txt: Removed.
1910 2013-12-09 Jer Noble <jer.noble@apple.com>
1912 [MSE] Add support for VideoPlaybackMetrics.
1913 https://bugs.webkit.org/show_bug.cgi?id=125380
1915 Reviewed by Eric Carlson.
1917 * media/media-source/media-source-video-playback-quality-expected.txt: Added.
1918 * media/media-source/media-source-video-playback-quality.html: Added.
1919 * media/media-source/mock-media-source.js:
1922 2013-12-09 Ryosuke Niwa <rniwa@webkit.org>
1924 Implement Document.cloneNode()
1925 https://bugs.webkit.org/show_bug.cgi?id=11646
1927 Reviewed by Darin Adler.
1929 * dom/xhtml/level3/core/documentgetinputencoding04-expected.txt:
1930 * dom/xhtml/level3/core/documentgetxmlencoding05-expected.txt:
1931 * dom/xhtml/level3/core/nodeisequalnode01-expected.txt:
1932 * dom/xhtml/level3/core/nodeisequalnode21-expected.txt:
1933 * dom/xhtml/level3/core/nodeisequalnode25-expected.txt:
1934 * dom/xhtml/level3/core/nodeisequalnode26-expected.txt:
1935 * fast/dom/Document/clone-node-expected.txt: Added.
1936 * fast/dom/Document/clone-node.html: Added.
1937 * fast/dom/HTMLDocument/clone-node-quirks-mode-expected.txt: Added.
1938 * fast/dom/HTMLDocument/clone-node-quirks-mode.html: Added.
1939 * svg/custom/clone-node-expected.txt: Added.
1940 * svg/custom/clone-node.html: Added.
1942 2013-12-09 Mario Sanchez Prada <mario.prada@samsung.com>
1944 [ATK] Translate ATK_ROLE_SECTION into "AXSection" in DRT/WKTR
1945 https://bugs.webkit.org/show_bug.cgi?id=125456
1947 Reviewed by Chris Fleizach.
1949 Update expectations for GTK and EFL that were expecting AXDiv for
1950 section roles, so they now expect AXSection.
1952 * accessibility/adjacent-continuations-cause-assertion-failure-expected.txt:
1953 * accessibility/div-within-anchors-causes-crash-expected.txt:
1954 * platform/efl-wk1/accessibility/image-map2-expected.txt:
1955 * platform/efl-wk1/accessibility/transformed-element-expected.txt:
1956 * platform/efl-wk2/accessibility/image-map2-expected.txt:
1957 * platform/efl-wk2/accessibility/transformed-element-expected.txt:
1958 * platform/efl/accessibility/media-emits-object-replacement-expected.txt:
1959 * platform/gtk/accessibility/aria-roles-unignored-expected.txt:
1960 * platform/gtk/accessibility/aria-roles-unignored.html:
1961 * platform/gtk/accessibility/entry-and-password-expected.txt:
1962 * platform/gtk/accessibility/image-map2-expected.txt:
1963 * platform/gtk/accessibility/media-emits-object-replacement-expected.txt:
1964 * platform/gtk/accessibility/object-with-title-expected.txt:
1965 * platform/gtk/accessibility/object-with-title.html:
1966 * platform/gtk/accessibility/replaced-objects-in-anonymous-blocks-expected.txt:
1967 * platform/gtk/accessibility/spans-paragraphs-and-divs-expected.txt:
1968 * platform/gtk/accessibility/spans-paragraphs-and-divs.html:
1969 * platform/gtk/accessibility/transformed-element-expected.txt:
1971 2013-12-09 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
1973 Fix handling of 'inherit' and 'initial' for grid lines.
1974 https://bugs.webkit.org/show_bug.cgi?id=125223
1976 Reviewed by Darin Adler.
1978 'initial' and 'inherit' are always allowed values for CSS properties.
1979 As the CSSParser handles them automatically, those 2 values were never
1980 taken care of in StyleResolver, leading to crashes.
1982 Patch backported from Blink: https://src.chromium.org/viewvc/blink?revision=149257&view=revision
1984 * fast/css-grid-layout/grid-item-column-row-get-set-expected.txt:
1985 * fast/css-grid-layout/grid-item-column-row-get-set.html:
1986 * fast/css-grid-layout/grid-item-end-after-get-set-expected.txt:
1987 * fast/css-grid-layout/grid-item-end-after-get-set.html:
1988 * fast/css-grid-layout/grid-item-start-before-get-set-expected.txt:
1989 * fast/css-grid-layout/grid-item-start-before-get-set.html:
1990 * fast/css-grid-layout/resources/grid-item-column-row-parsing-utils.js:
1992 2013-12-09 Ryosuke Niwa <rniwa@webkit.org>
1994 Add a test for style sharing if grandparents matches different rule chain and nth-last child
1995 https://bugs.webkit.org/show_bug.cgi?id=125397
1997 Reviewed by Darin Adler.
1999 Add the test from https://chromium.googlesource.com/chromium/blink/+/30ff49bf63cdec31070ab4eda8784564f56789d4
2000 and https://chromium.googlesource.com/chromium/blink/+/3cb1724bb52f3607006ddd0a89d356da23766115
2001 so that we may not introduce the same regressions in WebKit.
2003 * fast/css/nth-last-child-recalc-expected.html: Added.
2004 * fast/css/nth-last-child-recalc.html: Added.
2005 * fast/css/style-sharing-grand-parent-invalidate-expected.txt: Added.
2006 * fast/css/style-sharing-grand-parent-invalidate.html: Added.
2008 2013-12-09 Joanmarie Diggs <jdiggs@igalia.com>
2010 AX: [ATK] Convert the get_{string,text}_at_offset atktest.c unit tests to layout tests
2011 https://bugs.webkit.org/show_bug.cgi?id=125451
2013 Reviewed by Mario Sanchez Prada.
2015 New tests and expectations based on the tests and expectations found in atktest.c.
2016 These were done as platform-specific tests because only ATK-based assistive technologies
2017 seem to have any need for this support.
2019 * platform/gtk/accessibility/text-at-offset-embedded-objects-expected.txt: Added.
2020 * platform/gtk/accessibility/text-at-offset-embedded-objects.html: Added.
2021 * platform/gtk/accessibility/text-at-offset-newlines-expected.txt: Added.
2022 * platform/gtk/accessibility/text-at-offset-newlines.html: Added.
2023 * platform/gtk/accessibility/text-at-offset-preformatted-expected.txt: Added.
2024 * platform/gtk/accessibility/text-at-offset-preformatted.html: Added.
2025 * platform/gtk/accessibility/text-at-offset-simple-expected.txt: Added.
2026 * platform/gtk/accessibility/text-at-offset-simple.html: Added.
2027 * platform/gtk/accessibility/text-at-offset-special-chars-expected.txt: Added.
2028 * platform/gtk/accessibility/text-at-offset-special-chars.html: Added.
2029 * platform/gtk/accessibility/text-at-offset-textarea-expected.txt: Added.
2030 * platform/gtk/accessibility/text-at-offset-textarea.html: Added.
2031 * platform/gtk/accessibility/text-at-offset-textinput-expected.txt: Added.
2032 * platform/gtk/accessibility/text-at-offset-textinput.html: Added.
2033 * platform/gtk/accessibility/text-at-offset-wrapped-lines-expected.txt: Added.
2034 * platform/gtk/accessibility/text-at-offset-wrapped-lines.html: Added.
2036 2013-12-09 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2038 Unreviewed EFL gardening
2040 Add failure test expectations and rebaselines for failing tests.
2042 * platform/efl-wk2/TestExpectations:
2043 * platform/efl/TestExpectations:
2044 * platform/efl-wk1/fast/forms/validation-message-appearance-expected.png: Rebaseline after r159915.
2045 * platform/efl-wk2/fast/forms/validation-message-appearance-expected.png: Ditto.
2046 * platform/efl/fast/forms/validation-message-appearance-expected.txt: Ditto.
2047 * platform/efl/fast/parser/entity-comment-in-textarea-expected.png: Rebaseline after r159192.
2048 * platform/efl/fast/parser/entity-comment-in-textarea-expected.txt: Ditto.
2050 2013-12-09 Chris Fleizach <cfleizach@apple.com>
2052 AX: WebKit ignores @alt on IMG elements with role="text"
2053 https://bugs.webkit.org/show_bug.cgi?id=125363
2055 Reviewed by Mario Sanchez Prada.
2057 * accessibility/alt-tag-on-image-with-nonimage-role-expected.txt: Added.
2058 * accessibility/alt-tag-on-image-with-nonimage-role.html: Added.
2060 2013-12-09 Michal Poteralski <m.poteralski@samsung.com>
2062 DataCloneError exception is not thrown when postMessage's second parameter
2063 is the source port or the target port.
2065 https://bugs.webkit.org/show_bug.cgi?id=124708
2067 Reviewed by Alexey Proskuryakov.
2069 Added layout test to check correctness of value thrown by postMessage:
2071 * fast/dom/Window/postMessage-clone-port-error-expected.txt: Added.
2072 * fast/dom/Window/postMessage-clone-port-error.html: Added.
2074 2013-12-09 Gustavo Noronha Silva <gns@gnome.org>
2076 accessibility/press-targets-center-point.html should not depend on font layout
2077 https://bugs.webkit.org/show_bug.cgi?id=125387
2079 Reviewed by Chris Fleizach.
2081 * accessibility/press-targets-center-point.html: use explicit sizes for heights (and width
2082 for vertical writing mode), so that font layout does not alter the results.
2083 * platform/gtk/TestExpectations: remove failure expectation for accessibility/press-targets-center-point.html
2085 2013-12-08 Ryosuke Niwa <rniwa@webkit.org>
2087 getComputedStyle border-radius shorthand omits vertical radius information
2088 https://bugs.webkit.org/show_bug.cgi?id=125394
2090 Reviewed by Andreas Kling.
2092 * fast/css/getComputedStyle/getComputedStyle-border-radius-shorthand-expected.txt:
2093 * fast/css/getComputedStyle/getComputedStyle-border-radius-shorthand.html:
2095 2013-12-08 Zan Dobersek <zdobersek@igalia.com>
2097 Unreviewed GTK gardening.
2099 Removing the baseline added in r160283. It's not really required, the failure is originating
2100 in an unnecessary and wrong patch that's applied on the Freetype source tree that's used in the
2101 GTK's Jhbuild setup. That patch will be removed in the near future, but until then the failure
2102 of accessibility/press-targers-center-point.html should be handled through an expectation.
2104 * platform/gtk/TestExpectations:
2105 * platform/gtk/accessibility/press-targets-center-point-expected.txt: Removed.
2107 2013-12-08 Zan Dobersek <zdobersek@igalia.com>
2109 Unreviewed GTK gardening. Adding expectations for the current test failures.
2110 Adding a GTK-specific baseline for a recently introduced a11y test.
2112 * platform/gtk/TestExpectations:
2113 * platform/gtk/accessibility/press-targets-center-point-expected.txt: Added.
2115 2013-12-05 Jer Noble <jer.noble@apple.com>
2117 [MSE] Bring end-of-stream algorithm section up to current spec.
2118 https://bugs.webkit.org/show_bug.cgi?id=125270
2120 Reviewed by Darin Adler.
2122 * media/media-source/media-source-end-of-stream-expected.txt: Added.
2123 * media/media-source/media-source-end-of-stream.html: Added.
2125 2013-12-06 Filip Pizlo <fpizlo@apple.com>
2127 FTL should support all of Branch/LogicalNot
2128 https://bugs.webkit.org/show_bug.cgi?id=125370
2130 Reviewed by Mark Hahnenberg.
2132 * js/regress/logical-not-expected.txt: Added.
2133 * js/regress/logical-not.html: Added.
2134 * js/regress/script-tests/logical-not.js: Added.
2137 2013-12-06 Filip Pizlo <fpizlo@apple.com>
2139 FTL should support generic ByVal accesses
2140 https://bugs.webkit.org/show_bug.cgi?id=125368
2142 Reviewed by Mark Hahnenberg.
2144 * js/regress/by-val-generic-expected.txt: Added.
2145 * js/regress/by-val-generic.html: Added.
2146 * js/regress/script-tests/by-val-generic.js: Added.
2149 2013-12-06 Jer Noble <jer.noble@apple.com>
2151 Unreviewed gardening; revert r160237 after r160247 made it unnecessary.
2153 * platform/mac/TestExpectations:
2155 2013-12-06 Filip Pizlo <fpizlo@apple.com>
2157 FTL should support hole/OOB array accesses
2158 https://bugs.webkit.org/show_bug.cgi?id=118077
2160 Reviewed by Oliver Hunt and Mark Hahnenberg.
2162 * js/regress/double-get-by-val-out-of-bounds-expected.txt: Added.
2163 * js/regress/double-get-by-val-out-of-bounds.html: Added.
2164 * js/regress/get-by-val-out-of-bounds-expected.txt: Added.
2165 * js/regress/get-by-val-out-of-bounds.html: Added.
2166 * js/regress/script-tests/double-get-by-val-out-of-bounds.js: Added.
2168 * js/regress/script-tests/get-by-val-out-of-bounds.js: Added.
2171 2013-12-06 Rob Buis <rob.buis@samsung.com>
2173 [CSS Shapes] ShapeOutsideInfo needs to use the parent's writing mode when calculating offsets
2174 https://bugs.webkit.org/show_bug.cgi?id=124680
2176 Reviewed by Dirk Schulze.
2178 Make sure the writing-mode property on the float is not taken into account for shape-outside.
2179 Adapt highlight-shape-outside.html so it sets the writing-mode on the container div, not the float.
2180 However because of earlier unreliability in EFL/GTK, skip the test for now.
2183 * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.html:
2184 * inspector-protocol/model/highlight-shape-outside-expected.txt:
2185 * inspector-protocol/model/highlight-shape-outside.html:
2187 2013-12-06 Filip Pizlo <fpizlo@apple.com>
2189 FTL should support all of ValueToInt32
2190 https://bugs.webkit.org/show_bug.cgi?id=125283
2192 Reviewed by Mark Hahnenberg.
2194 * js/regress/put-by-val-machine-int-expected.txt: Added.
2195 * js/regress/put-by-val-machine-int.html: Added.
2196 * js/regress/script-tests/put-by-val-machine-int.js: Added.
2199 2013-12-06 Eric Carlson <eric.carlson@apple.com>
2201 Unreviewed gardening, correct previous fix.
2203 * platform/mac-mountainlion/TestExpectations: Removed.
2204 * platform/mac/TestExpectations: Mark plugins/quicktime-plugin-replacement.html as flakey
2207 2013-12-06 Eric Carlson <eric.carlson@apple.com>
2209 plugins/quicktime-plugin-replacement.html is flakey on OS X Mavericks
2210 https://bugs.webkit.org/show_bug.cgi?id=125356
2212 Reviewed by Jer Noble.
2214 * platform/mac-mountainlion/TestExpectations: Added. Mark test as flakey.
2216 2013-12-06 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2218 Unreviewed EFL gardening
2220 Add test expectations for failing tests.
2222 * platform/efl-wk2/TestExpectations:
2223 * platform/efl/TestExpectations:
2225 2013-12-06 Lukasz Gajowy <l.gajowy@samsung.com>
2227 Unreviewed ATK gardening
2229 accessibility/document-attributes.html started failing after r160220.
2231 * platform/efl/TestExpectations:
2232 * platform/gtk/TestExpectations:
2234 2013-12-06 Lukasz Gajowy <l.gajowy@samsung.com>
2236 [ATK] Missing aria roles mappings
2237 https://bugs.webkit.org/show_bug.cgi?id=117729
2239 Reviewed by Mario Sanchez Prada.
2241 Added new test, checking whether ARIA roles to ATK roles mappings work properly.
2243 * accessibility/aria-mappings-expected.txt: Added.
2244 * accessibility/aria-mappings.html: Added.
2245 * platform/mac/accessibility/aria-mappings-expected.txt: Added.
2247 2013-12-04 Filip Pizlo <fpizlo@apple.com>
2249 FTL should use cvttsd2si directly for double-to-int32 conversions
2250 https://bugs.webkit.org/show_bug.cgi?id=125275
2252 Reviewed by Michael Saboff.
2254 * js/regress/double-to-int32-typed-array-expected.txt: Added.
2255 * js/regress/double-to-int32-typed-array-no-inline-expected.txt: Added.
2256 * js/regress/double-to-int32-typed-array-no-inline.html: Added.
2257 * js/regress/double-to-int32-typed-array.html: Added.
2258 * js/regress/double-to-uint32-typed-array-expected.txt: Added.
2259 * js/regress/double-to-uint32-typed-array-no-inline-expected.txt: Added.
2260 * js/regress/double-to-uint32-typed-array-no-inline.html: Added.
2261 * js/regress/double-to-uint32-typed-array.html: Added.
2262 * js/regress/script-tests/double-to-int32-typed-array-no-inline.js: Added.
2265 * js/regress/script-tests/double-to-int32-typed-array.js: Added.
2268 * js/regress/script-tests/double-to-uint32-typed-array-no-inline.js: Added.
2271 * js/regress/script-tests/double-to-uint32-typed-array.js: Added.
2275 2013-12-05 Bear Travis <betravis@adobe.com>
2277 [CSS Shapes] Enable CSS Shapes on Windows
2278 https://bugs.webkit.org/show_bug.cgi?id=89957
2280 Reviewed by Brent Fulgham.
2282 Turning shapes tests back on on Windows builds.
2284 * platform/win/TestExpectations: Enable shapes tests.
2286 2013-12-05 Roger Fong <roger_fong@apple.com>
2288 [WebGL] Make sure we satisfy uniform and varying packing restrictions.
2289 https://bugs.webkit.org/show_bug.cgi?id=125124.
2290 <rdar://problem/15203291>
2292 Reviewed by Brent Fulgham.
2294 * platform/mac/TestExpectations: Unskip some 1.0.2 WebGL conformance tests that should now be passing.
2295 Skip conformance/ogles/GL/build/build_009_to_016.html which is a faulty test and has too many varyings in one shader.
2297 2013-12-05 Alexandru Chiculita <achicu@adobe.com>
2299 Web Inspector: [CSS Regions] Show a list of containing regions when clicking a node that is part of a flow
2300 https://bugs.webkit.org/show_bug.cgi?id=124614
2302 Reviewed by Timothy Hatcher.
2304 Added a new test to check the new WebInspector function called DOMTreeManager.getNodeContentFlowInfo.
2306 * http/tests/inspector-protocol/resources/InspectorTest.js:
2307 When testing the inspector code, we want to catch and log any uncaught exceptions or console.errors/asserts.
2308 (InspectorTest.importInspectorScripts.console.error.window.onerror):
2309 (InspectorTest.importInspectorScripts.console.assert):
2310 (InspectorTest.importInspectorScripts):
2311 * inspector-protocol/model/content-node-region-info-expected.txt: Added.
2312 * inspector-protocol/model/content-node-region-info.html: Added.
2314 2013-12-05 Zoltan Horvath <zoltan@webkit.org>
2316 [CSS Shapes] Update negative-arguments inset parsing test to test for the argument not for the commas
2317 https://bugs.webkit.org/show_bug.cgi?id=125310
2319 Reviewed by Rob Buis.
2321 Fix typo in the negative-arguments inset tests, remove commas.
2323 * fast/shapes/parsing/parsing-shape-lengths-expected.txt:
2324 * fast/shapes/parsing/parsing-shape-lengths.html:
2326 2013-12-04 Ryosuke Niwa <rniwa@webkit.org>
2328 Change how the form element pointer affects parsing template elements, to reduce weirdness in templates
2329 https://bugs.webkit.org/show_bug.cgi?id=125279
2331 Reviewed by Antti Koivisto.
2333 Added a regression test. Someone should port this test into web-platform-tests once the latest spec.
2334 change has been refelcted to a working draft version of the HTML5 specification.
2336 * fast/dom/HTMLTemplateElement/no-form-association-2-expected.txt: Added.
2337 * fast/dom/HTMLTemplateElement/no-form-association-2.html: Added.
2339 2013-12-05 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2341 [MediaStream] Firing negotiationneeded event upon track add/remove on MediaStream
2342 https://bugs.webkit.org/show_bug.cgi?id=125243
2344 Reviewed by Eric Carlson.
2346 Spec states that: In particular, if an RTCPeerConnection object is consuming a MediaStream on which a track is
2347 added, by, e.g., the addTrack() method being invoked, the RTCPeerConnection object must fire the
2348 "negotiationneeded" event. Removal of media components must also trigger "negotiationneeded".
2350 * fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt:
2351 * fast/mediastream/RTCPeerConnection-AddRemoveStream.html:
2352 * fast/mediastream/RTCPeerConnection-onnegotiationneeded-expected.txt:
2353 * fast/mediastream/RTCPeerConnection-onnegotiationneeded.html:
2355 2013-12-05 Zoltan Horvath <zoltan@webkit.org>
2357 [CSS Shapes] Fix inset when only a subset of the arguments are defined
2358 https://bugs.webkit.org/show_bug.cgi?id=125277
2360 Reviewed by David Hyatt.
2362 * fast/shapes/shape-outside-floats/shape-outside-floats-inset.html:
2364 2013-12-05 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2366 Unreviewed EFL gardening
2368 After bumping GStreamer version to 1.2.1 in r160151 some video related WebGL conformance test started to pass.
2370 * platform/efl-wk2/TestExpectations:
2371 * platform/efl/TestExpectations:
2373 2013-12-04 Samuel White <samuel_white@apple.com>
2375 Layout Test platform/mac/accessibility/search-predicate-element-count.html is flaky
2376 https://bugs.webkit.org/show_bug.cgi?id=125195
2378 Reviewed by Chris Fleizach.
2380 Our test checks for AccessibilityObject::isOnscreen which makes sure an element is currently scrolled to a visible
2381 location onscreen. This test was flaky because sometimes elements we thought would be visible weren't. To resolve
2382 this I've moved the elements that are tested for visibility to the very top of the document so they have a tiny
2383 vertical offset and will ALWAYS be visible.
2385 * platform/mac/TestExpectations:
2386 * platform/mac/accessibility/search-predicate-element-count-expected.txt:
2387 * platform/mac/accessibility/search-predicate-element-count.html:
2389 2013-12-04 Gurpreet Kaur <k.gurpreet@samsung.com>
2391 % unit heights don't work if parent block height is set in vh
2392 https://bugs.webkit.org/show_bug.cgi?id=118516
2394 Reviewed by Simon Fraser.
2396 From Blink r156449 by <srinivasa.ragavan.venkateswaran@intel.com>
2398 * fast/css/viewport-percentage-compute-box-height-expected.html: Added.
2399 * fast/css/viewport-percentage-compute-box-height.html: Added.
2400 * fast/css/viewport-percentage-compute-box-width-expected.html: Added.
2401 * fast/css/viewport-percentage-compute-box-width.html: Added.
2402 Added new tests for verifying that percentage unit height/width works
2403 if parent block height/width is set in vh/vw units.
2405 2013-12-04 Filip Pizlo <fpizlo@apple.com>
2407 Fold constant typed arrays
2408 https://bugs.webkit.org/show_bug.cgi?id=125205
2410 Reviewed by Oliver Hunt and Mark Hahnenberg.
2412 * js/regress/fixed-typed-array-storage-expected.txt: Added.
2413 * js/regress/fixed-typed-array-storage-var-index-expected.txt: Added.
2414 * js/regress/fixed-typed-array-storage-var-index.html: Added.
2415 * js/regress/fixed-typed-array-storage.html: Added.
2416 * js/regress/script-tests/fixed-typed-array-storage-var-index.js: Added.
2418 * js/regress/script-tests/fixed-typed-array-storage.js: Added.
2421 2013-12-04 Zoltan Horvath <zoltan@webkit.org>
2423 [CSS Shapes] Support inset for shape-outside
2424 <https://webkit.org/b/125112>
2426 Reviewed by David Hyatt.
2428 * fast/shapes/resources/rounded-rectangle.js: Add support to generate partially rounded rectangles.
2429 (scanConvertRoundedRectangleOutside):
2430 (genLeftRoundedRectFloatShapeOutsideRefTest):
2431 (genRightRoundedRectFloatShapeOutsideRefTest):
2432 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-expected.html: Added.
2433 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-bottom-left-expected.html: Added.
2434 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-bottom-left.html: Added.
2435 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-bottom-right-expected.html: Added.
2436 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-bottom-right.html: Added.
2437 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-top-left-expected.html: Added.
2438 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-top-left.html: Added.
2439 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-top-right-expected.html: Added.
2440 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-top-right.html: Added.
2441 * fast/shapes/shape-outside-floats/shape-outside-floats-inset.html: Added.
2443 2013-12-04 Bear Travis <betravis@adobe.com>
2445 Web Inspector: [CSS Shapes] Support raster shape visualizations
2446 https://bugs.webkit.org/show_bug.cgi?id=124080
2448 Reviewed by Joseph Pecoraro.
2450 Add a test for data sent to the inspector for a raster shape.
2452 * inspector-protocol/model/highlight-shape-outside-expected.txt:
2453 * inspector-protocol/model/highlight-shape-outside.html:
2455 2013-12-04 Myles C. Maxfield <mmaxfield@apple.com>
2457 Allow ImageBuffer to use an IOSurface that is larger than necessary
2458 https://bugs.webkit.org/show_bug.cgi?id=124626
2460 Reviewed by Simon Fraser.
2462 Update tests to be more robust with respect to accelerated vs
2463 non-accelerated ImageBuffers.
2465 * fast/canvas/script-tests/canvas-fillPath-shadow.js: Don't sample a canvas at exactly
2466 the corner of a drawn shape (because the corner might be antialiased). Instead, sample
2467 a single pixel inside the shape
2468 * fast/canvas/script-tests/canvas-scale-shadowBlur.js: Don't sample a canvas at exactly
2469 the edge of the blur radius. Instead, sample a single pixel past the blur radius.
2470 * fast/canvas/script-tests/canvas-scale-strokePath-shadow.js:
2471 (shouldBeAround): Allow this test to be less strict when sampling inside a blurred region
2472 * platform/mac/fast/canvas/canvas-scale-shadowBlur-expected.txt: Matching update w/r/t
2473 canvas-scale-shadowBlur.js
2475 2013-12-03 Dean Jackson <dino@apple.com>
2477 [WebGL] Support for texImage2D/texSubImage2D of type HALF_FLOAT_OES
2478 https://bugs.webkit.org/show_bug.cgi?id=110936
2480 Reviewed by Brent Fulgham.
2482 New tests for half-float textures.
2484 * fast/canvas/webgl/oes-texture-half-float-expected.txt:
2485 * fast/canvas/webgl/oes-texture-half-float-not-supported-expected.txt: Removed.
2486 * fast/canvas/webgl/oes-texture-half-float-not-supported.html: Removed.
2487 * fast/canvas/webgl/oes-texture-half-float-with-canvas-expected.txt: Added.
2488 * fast/canvas/webgl/oes-texture-half-float-with-canvas.html: Added.
2489 * fast/canvas/webgl/oes-texture-half-float-with-image-expected.txt: Added.
2490 * fast/canvas/webgl/oes-texture-half-float-with-image.html: Added.
2491 * fast/canvas/webgl/oes-texture-half-float-with-video-expected.txt: Added.
2492 * fast/canvas/webgl/oes-texture-half-float-with-video.html: Added.
2493 * fast/canvas/webgl/oes-texture-half-float.html:
2495 2013-12-04 Mihnea Ovidenie <mihnea@adobe.com>
2497 [CSSRegions] Test dynamic change of position for out-of-flow transformed element
2498 https://bugs.webkit.org/show_bug.cgi?id=124978
2500 Reviewed by Alexandru Chiculita.
2502 Test that a 3D transformed absolutely positioned element inside a named flow
2503 whose position is dynamic changed is displayed in the right position in the associated region.
2505 * compositing/regions/abs-transformed-dynamic-update-expected.html: Added.
2506 * compositing/regions/abs-transformed-dynamic-update.html: Added.
2508 2013-12-03 Filip Pizlo <fpizlo@apple.com>
2510 Infer constant closure variables
2511 https://bugs.webkit.org/show_bug.cgi?id=124630
2513 Reviewed by Geoffrey Garen.
2515 This adds both correctness and performance tests for constant closure variable
2518 * js/regress/infer-closure-const-then-mov-expected.txt: Added.
2519 * js/regress/infer-closure-const-then-mov-no-inline-expected.txt: Added.
2520 * js/regress/infer-closure-const-then-mov-no-inline.html: Added.
2521 * js/regress/infer-closure-const-then-mov.html: Added.
2522 * js/regress/infer-closure-const-then-put-to-scope-expected.txt: Added.
2523 * js/regress/infer-closure-const-then-put-to-scope-no-inline-expected.txt: Added.
2524 * js/regress/infer-closure-const-then-put-to-scope-no-inline.html: Added.
2525 * js/regress/infer-closure-const-then-put-to-scope.html: Added.
2526 * js/regress/infer-closure-const-then-reenter-expected.txt: Added.
2527 * js/regress/infer-closure-const-then-reenter-no-inline-expected.txt: Added.
2528 * js/regress/infer-closure-const-then-reenter-no-inline.html: Added.
2529 * js/regress/infer-closure-const-then-reenter.html: Added.
2530 * js/regress/script-tests/infer-closure-const-then-mov-no-inline.js: Added.
2531 * js/regress/script-tests/infer-closure-const-then-mov.js: Added.
2532 * js/regress/script-tests/infer-closure-const-then-put-to-scope-no-inline.js: Added.
2535 * js/regress/script-tests/infer-closure-const-then-put-to-scope.js: Added.
2538 * js/regress/script-tests/infer-closure-const-then-reenter-no-inline.js: Added.
2541 * js/regress/script-tests/infer-closure-const-then-reenter.js: Added.
2545 2013-12-04 Mario Sanchez Prada <mario.prada@samsung.com>
2547 Unreviewed GTK gardening. Updated expectations for GTK and share them with EFL.
2549 * accessibility/multiselect-list-reports-active-option-expected.txt: Renamed from LayoutTests/platform/efl/multiselect-list-reports-active-option-expected.txt.
2550 * platform/gtk/accessibility/multiselect-list-reports-active-option-expected.txt: Removed.
2552 2013-12-03 Alexey Proskuryakov <ap@apple.com>
2554 Update WebCrypto JWK mapping to newer proposal
2555 https://bugs.webkit.org/show_bug.cgi?id=124218
2557 Reviewed by Anders Carlsson.
2559 * crypto/subtle/jwk-export-use-values-expected.txt: Added.
2560 * crypto/subtle/jwk-export-use-values.html: Added.
2561 * crypto/subtle/jwk-import-use-values-expected.txt: Added.
2562 * crypto/subtle/jwk-import-use-values.html: Added.
2563 New tests for "use" mapping.
2565 * crypto/subtle/aes-cbc-import-jwk.html:
2566 * crypto/subtle/aes-cbc-unwrap-rsa.html:
2567 * crypto/subtle/aes-cbc-wrap-rsa-non-extractable.html:
2568 * crypto/subtle/aes-cbc-wrap-rsa.html:
2569 * crypto/subtle/aes-export-key-expected.txt:
2570 * crypto/subtle/aes-export-key.html:
2571 * crypto/subtle/hmac-export-key-expected.txt:
2572 * crypto/subtle/hmac-export-key.html:
2573 * crypto/subtle/hmac-import-jwk.html:
2574 * crypto/subtle/import-jwk-expected.txt:
2575 * crypto/subtle/import-jwk.html:
2576 * crypto/subtle/rsa-export-key-expected.txt:
2577 * crypto/subtle/rsa-export-key.html:
2578 * crypto/subtle/rsa-export-private-key-expected.txt:
2579 * crypto/subtle/rsa-export-private-key.html:
2580 * crypto/subtle/rsa-oaep-key-manipulation-expected.txt:
2581 * crypto/subtle/rsa-oaep-key-manipulation.html:
2583 2013-12-03 Alexey Proskuryakov <ap@apple.com>
2585 Layout Test platform/mac/accessibility/search-predicate-element-count.html is flaky
2586 https://bugs.webkit.org/show_bug.cgi?id=125195
2588 * platform/mac/TestExpectations: Marking as such.
2590 2013-12-03 Samuel White <samuel_white@apple.com>
2592 AXPress event coordinates are always sent as (0, 0)
2593 https://bugs.webkit.org/show_bug.cgi?id=76677
2595 Reviewed by Simon Fraser.
2597 Make sure a press targets an element's center point.
2599 * accessibility/press-targets-center-point-expected.txt: Added.
2600 * accessibility/press-targets-center-point.html: Added.
2602 2013-12-03 Dean Jackson <dino@apple.com>
2604 [WebGL] Implement OES texture float linear
2605 https://bugs.webkit.org/show_bug.cgi?id=124871
2607 Reviewed by Brent Fulgham.
2609 Add the Khronos test files for this extension.
2611 Add the JS test file for OES_texture_float_linear and OES_texture_half_float_linear
2612 even though it's only used for the former at the moment.
2614 * fast/canvas/webgl/oes-texture-float-linear.html: Added.
2615 * fast/canvas/webgl/resources/oes-texture-float-and-half-float-linear.js: Added.
2617 2013-12-03 Alexey Proskuryakov <ap@apple.com>
2619 Support exporting private WebCrypto RSA keys
2620 https://bugs.webkit.org/show_bug.cgi?id=124483
2622 Reviewed by Anders Carlsson.
2624 * crypto/subtle/rsa-export-private-key-expected.txt: Added.
2625 * crypto/subtle/rsa-export-private-key.html: Added.
2627 2013-12-03 Alexey Proskuryakov <ap@apple.com>
2629 WebCrypto HMAC doesn't check key algorithm's hash
2630 https://bugs.webkit.org/show_bug.cgi?id=125114
2632 Update layout test result for a last minute change in test content.
2634 * crypto/subtle/hmac-check-algorithm-expected.txt:
2636 2013-12-03 Ryosuke Niwa <rniwa@webkit.org>
2638 XML fragment parsing algorithm doesn't use the context element's default namespace URI
2639 https://bugs.webkit.org/show_bug.cgi?id=125132
2641 Reviewed by Darin Adler.
2643 Added a test for parsing a markup fragment inside a XHTML document without xmlns.
2644 The parsed fragment should use the context element's namespace as the default namespace.
2646 * fast/parser/fragment-parsing-in-document-without-xmlns-expected.txt: Added.
2647 * fast/parser/fragment-parsing-in-document-without-xmlns.html: Added.
2649 2013-12-03 Radu Stavila <stavila@adobe.com>
2651 The overflow border of a relatively positioned element inside a region is not painted
2652 https://bugs.webkit.org/show_bug.cgi?id=124919
2654 Added new tests for correct painting of the borders of a relatively positioned element inside a region.
2656 Reviewed by Mihnea Ovidenie.
2658 * fast/regions/relative-borders-overflow-expected.html: Added.
2659 * fast/regions/relative-borders-overflow.html: Added.
2660 * fast/regions/relative-in-absolute-borders-overflow-expected.html: Added.
2661 * fast/regions/relative-in-absolute-borders-overflow.html: Added.
2663 2013-12-03 Chris Fleizach <cfleizach@apple.com>
2665 AX: aria-hidden=false does not work as expected
2666 https://bugs.webkit.org/show_bug.cgi?id=98787
2668 Reviewed by Beth Dakin.
2670 These tests were part of this patch added over a year ago, but the patch was rolled out, and when it was rolled back in
2671 the tests were never added. So I'm adding them back again.
2673 * accessibility/aria-hidden-negates-no-visibility.html: Added.
2674 * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Added.
2676 2013-12-03 László Langó <lango@inf.u-szeged.hu>
2678 ASSERTION FAILED: !value || (value->isPrimitiveValue()) in WebCore::StyleProperties::getLayeredShorthandValue.
2679 https://bugs.webkit.org/show_bug.cgi?id=125146
2681 Reviewed by Darin Adler.
2683 * fast/css/webkit-mask-crash-implicit-expected.txt: Added.
2684 * fast/css/webkit-mask-crash-implicit.html: Added.
2686 2013-12-03 Rob Buis <rob.buis@samsung.com>
2688 [css shapes] layout for new ellipse syntax
2689 https://bugs.webkit.org/show_bug.cgi?id=124621
2691 Add a new test for the new ellipse syntax. Also update existing shape-inside, animation, and clip-path tests to
2692 test the new ellipse syntax for clipping and shape-inside.
2694 Reviewed by Dirk Schulze.
2696 * animations/resources/animation-test-helpers.js:
2698 * css3/masking/clip-path-animation-expected.txt:
2699 * css3/masking/clip-path-animation.html:
2700 * css3/masking/clip-path-ellipse.html:
2701 * fast/shapes/shape-inside/shape-inside-animation-expected.txt:
2702 * fast/shapes/shape-inside/shape-inside-animation.html:
2703 * fast/shapes/shape-inside/shape-inside-ellipse-padding.html:
2704 * fast/shapes/shape-inside/shape-inside-ellipse.html:
2705 * fast/shapes/shape-inside/shape-inside-empty-expected.html:
2706 * fast/shapes/shape-inside/shape-inside-empty.html:
2707 * fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt:
2708 * fast/shapes/shape-outside-floats/shape-outside-animation.html:
2709 * fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-000-expected.html: Added.
2710 * fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-000.html: Added.
2712 2013-12-03 Frédéric Wang <fred.wang@free.fr>
2714 Add an MathMLSelectElement class to implement <maction> and <semantics>.
2715 <https://webkit.org/b/120058>
2717 Reviewed by Chris Fleizach.
2719 New tests for the selection of the visible child in the <maction> and <semantics> elements.
2721 * mathml/presentation/maction-dynamic-expected.html: Added.
2722 * mathml/presentation/maction-dynamic.html: Added.
2723 * mathml/presentation/maction-expected.html: Added.
2724 * mathml/presentation/maction.html: Added.
2725 * mathml/presentation/semantics-expected.html: Added.
2726 * mathml/presentation/semantics.html: Added.
2728 2013-12-02 Samuel White <samuel_white@apple.com>
2730 AX: Add AXUIElementCountForSearchPredicate parameterized attribute.
2731 https://bugs.webkit.org/show_bug.cgi?id=124561
2733 Reviewed by Chris Fleizach.
2735 Added test to verify that NSAccessibilityUIElementCountForSearchPredicateParameterizedAttribute
2736 works as it should and updated existing test that has exposes this new attribute.
2738 * platform/mac/accessibility/bounds-for-range-expected.txt:
2739 * platform/mac/accessibility/search-predicate-element-count-expected.txt: Added.
2740 * platform/mac/accessibility/search-predicate-element-count.html: Added.
2742 2013-12-02 Bem Jones-Bey <bjonesbe@adobe.com>
2744 [css shapes] Layout support for new circle shape syntax
2745 https://bugs.webkit.org/show_bug.cgi?id=124619
2747 Reviewed by Dirk Schulze.
2749 Add a few tests for the new circle syntax. The old tests in
2750 LayoutTests/csswg will be removed when the old syntax is removed.
2752 Also update existing shape-inside, animation, and clip-path tests to
2753 test the new syntax.
2755 * animations/resources/animation-test-helpers.js:
2757 * LayoutTests/animations/resources/animation-test-helpers.js:
2758 * LayoutTests/css3/masking/clip-path-animation-expected.txt:
2759 * LayoutTests/css3/masking/clip-path-animation.html:
2760 * LayoutTests/css3/masking/clip-path-circle-filter.html:
2761 * LayoutTests/css3/masking/clip-path-circle-overflow-hidden.html:
2762 * LayoutTests/css3/masking/clip-path-circle-overflow.html:
2763 * LayoutTests/css3/masking/clip-path-circle-relative-overflow.html:
2764 * LayoutTests/css3/masking/clip-path-circle.html:
2765 * LayoutTests/css3/masking/clip-path-restore.html:
2766 * LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt:
2767 * LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt:
2768 * LayoutTests/fast/shapes/parsing/parsing-test-utils.js:
2769 * LayoutTests/fast/shapes/shape-inside/shape-inside-animation-expected.txt:
2770 * LayoutTests/fast/shapes/shape-inside/shape-inside-animation.html:
2771 * LayoutTests/fast/shapes/shape-inside/shape-inside-calc-crash-expected.txt:
2772 * LayoutTests/fast/shapes/shape-inside/shape-inside-calc-crash.html:
2773 * LayoutTests/fast/shapes/shape-inside/shape-inside-circle-padding.html:
2774 * LayoutTests/fast/shapes/shape-inside/shape-inside-circle.html:
2775 * LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-nested.html:
2776 * LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html:
2777 * LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html:
2778 * fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt:
2779 * fast/shapes/shape-outside-floats/shape-outside-animation.html:
2780 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-000-expected.html: Added.
2781 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-000.html: Added.
2782 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-001-expected.html: Added.
2783 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-001.html: Added.
2784 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-002-expected.html: Added.
2785 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-002.html: Added.
2786 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-003-expected.html: Added.
2787 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-003.html: Added.
2788 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-004-expected.html: Added.
2789 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-004.html: Added.
2790 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-005-expected.html: Added.
2791 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-005.html: Added.
2793 2013-12-02 Alexey Proskuryakov <ap@apple.com>
2795 WebCrypto HMAC doesn't check key algorithm's hash
2796 https://bugs.webkit.org/show_bug.cgi?id=125114
2798 Reviewed by Anders Carlsson.
2800 * crypto/subtle/hmac-check-algorithm-expected.txt: Added.
2801 * crypto/subtle/hmac-check-algorithm.html: Added.
2803 2013-12-02 Zoltan Horvath <zoltan@webkit.org>
2805 [CSS Shapes] Support inset parsing
2806 https://bugs.webkit.org/show_bug.cgi?id=124903
2808 Reviewed by David Hyatt.
2810 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
2811 * fast/shapes/parsing/parsing-shape-lengths-expected.txt:
2812 * fast/shapes/parsing/parsing-shape-lengths.html:
2813 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
2814 * fast/shapes/parsing/parsing-test-utils.js:
2816 2013-12-02 Alexey Proskuryakov <ap@apple.com>
2818 Support WebCrypto AES-KW
2819 https://bugs.webkit.org/show_bug.cgi?id=125105
2821 Reviewed by Sam Weinig.
2823 * crypto/subtle/aes-kw-key-manipulation-expected.txt: Added.
2824 * crypto/subtle/aes-kw-key-manipulation.html: Added.
2825 * crypto/subtle/aes-kw-wrap-unwrap-aes-expected.txt: Added.
2826 * crypto/subtle/aes-kw-wrap-unwrap-aes.html: Added.
2828 2013-12-02 Rob Buis <rob.buis@samsung.com>
2830 [css shapes] Parse new ellipse shape syntax
2831 https://bugs.webkit.org/show_bug.cgi?id=124620
2833 Reviewed by Dirk Schulze.
2835 Test that the new ellipse syntax is properly parsed.
2837 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
2838 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
2839 * fast/shapes/parsing/parsing-test-utils.js:
2841 2013-12-02 Brendan Long <b.long@cablelabs.com>
2843 Use GenericEventQueue in TrackListBase and reduce code duplication with scheduleTrackEvent()
2844 https://bugs.webkit.org/show_bug.cgi?id=124811
2846 Reviewed by Eric Carlson.
2848 * platform/mac/TestExpectations: Unskip onremovetrack test which was fixed a long time ago.
2850 2013-12-02 Alexey Proskuryakov <ap@apple.com>
2852 Add support for WebCrypto RSA-OAEP
2853 https://bugs.webkit.org/show_bug.cgi?id=125084
2855 Reviewed by Sam Weinig.
2857 * crypto/subtle/rsa-oaep-key-manipulation-expected.txt: Added.
2858 * crypto/subtle/rsa-oaep-key-manipulation.html: Added.
2859 * crypto/subtle/rsa-oaep-plaintext-length-expected.txt: Added.
2860 * crypto/subtle/rsa-oaep-plaintext-length.html: Added.
2861 * crypto/subtle/rsa-oaep-wrap-unwrap-aes-expected.txt: Added.
2862 * crypto/subtle/rsa-oaep-wrap-unwrap-aes.html: Added.
2864 2013-12-01 Filip Pizlo <fpizlo@apple.com>
2866 Stores to local captured variables should be intercepted
2867 https://bugs.webkit.org/show_bug.cgi?id=124883
2869 Reviewed by Mark Hahnenberg.
2871 * js/regress/captured-assignments-expected.txt: Added.
2872 * js/regress/captured-assignments.html: Added.
2873 * js/regress/script-tests/captured-assignments.js: Added.
2875 2013-12-02 Lauro Neto <lauro.neto@openbossa.org>
2877 [MediaStream] Update layout tests to newer spec.
2878 https://bugs.webkit.org/show_bug.cgi?id=124985
2880 Reviewed by Eric Carlson.
2883 * fast/mediastream/MediaStream-onended-expected.txt: Removed.
2884 * fast/mediastream/MediaStreamTrack-onended-expected.txt: Added.
2885 * fast/mediastream/MediaStreamTrack-onended.html: Renamed from LayoutTests/fast/mediastream/MediaStream-onended.html.
2886 * fast/mediastream/RTCPeerConnection-ice-expected.txt:
2887 * fast/mediastream/RTCPeerConnection-state-expected.txt:
2888 * fast/mediastream/RTCSessionDescription-expected.txt:
2890 2013-12-02 Chris Fleizach <cfleizach@apple.com>
2892 AX: Crash at WebCore::commonTreeScope
2893 https://bugs.webkit.org/show_bug.cgi?id=125042
2895 Reviewed by Mario Sanchez Prada.
2897 * platform/mac/accessibility/ordered-textmarker-crash-expected.txt: Added.
2898 * platform/mac/accessibility/ordered-textmarker-crash.html: Added.
2900 2013-12-02 Zan Dobersek <zdobersek@igalia.com>
2902 Unreviewed GTK gardening.
2904 * platform/gtk/TestExpectations: Adding failure expectations for the
2905 fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top.html reftest.
2907 2013-12-02 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2909 Unreviewed, EFL rebaseline since r159915.
2911 Error messages are changed. So, test results need to be updated.
2913 * platform/efl/fast/forms/validation-message-appearance-expected.txt:
2914 * platform/efl/fast/forms/validationMessage-expected.txt:
2916 2013-12-02 Andrzej Badowski <a.badowski@samsung.com>
2918 [ATK] Support active state for listbox elements.
2919 https://bugs.webkit.org/show_bug.cgi?id=125009
2921 Reviewed by Chris Fleizach.
2923 Establish expectations for the test (all PASS).
2925 * accessibility/multiselect-list-reports-active-option-expected.txt: Added.
2926 * platform/efl-wk1/TestExpectations:
2927 * platform/efl-wk2/TestExpectations:
2929 2013-11-29 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2931 Unreviewed EFL gardening
2933 Accessibility rebaselines after r159848.
2935 * platform/efl-wk1/accessibility/table-detection-expected.txt:
2936 * platform/efl-wk2/accessibility/table-detection-expected.txt:
2938 2013-11-29 Krzysztof Czech <k.czech@samsung.com>
2940 [ATK] Added support for isAttributeSettable in AccessibilityUIElementAtk
2941 https://bugs.webkit.org/show_bug.cgi?id=124923
2943 Reviewed by Mario Sanchez Prada.
2945 Test could be reused by EFL and GTK as well.
2947 * accessibility/content-editable-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/content-editable-expected.txt.
2948 * accessibility/content-editable.html: Renamed from LayoutTests/platform/mac/accessibility/content-editable.html.
2950 2013-11-28 Antti Koivisto <antti@apple.com>
2952 Remove an oddly named css variables test
2954 Rubber-stamped by Andreas Kling.
2956 * css3/filters/reference-filter-update-after-remove-expected.txt: Removed.
2957 * css3/filters/reference-filter-update-after-remove.html: Removed.
2959 2013-11-28 Laszlo Vidacs <lac@inf.u-szeged.hu>
2961 RenderTableSection Blink merge asserting
2962 https://bugs.webkit.org/show_bug.cgi?id=124857
2964 Rebase EFL results (and the remaining Mac) after r159848.
2966 Reviewed by Csaba Osztrogonác.
2968 * fast/table/anonymous-table-section-removed.html: Updated.
2969 * platform/efl/accessibility/table-attributes-expected.txt: Added.
2970 * platform/efl/accessibility/table-sections-expected.txt: Added.
2971 * platform/efl/fast/forms/input-value-expected.png:
2972 * platform/efl/fast/forms/input-value-expected.txt:
2973 * platform/efl/fast/table/[...]:
2974 * platform/efl/tables/[...]:
2975 * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt:
2976 * platform/mac-mountainlion/fast/forms/input-value-expected.txt:
2977 * platform/mac-mountainlion/tables/mozilla/bugs/bug26178-expected.txt:
2979 2013-11-28 Laszlo Vidacs <lac@inf.u-szeged.hu>
2981 RenderTableSection Blink merge asserting
2982 https://bugs.webkit.org/show_bug.cgi?id=124857
2984 Rebase Mac results after r159848.
2986 Reviewed by Csaba Osztrogonác.
2988 * platform/mac/accessibility/table-detection-expected.txt:
2989 * platform/mac/fast/forms/input-value-expected.txt:
2990 * platform/mac/fast/table/[...]:
2991 * platform/mac/tables/[...]:
2993 2013-11-28 Laszlo Vidacs <lac@inf.u-szeged.hu>
2995 RenderTableSection Blink merge asserting
2996 https://bugs.webkit.org/show_bug.cgi?id=124857
2998 Rebase GTK results after r159848.
3000 Reviewed by Csaba Osztrogonác.
3002 * platform/gtk/accessibility/table-detection-expected.txt:
3003 * platform/gtk/fast/forms/input-value-expected.png:
3004 * platform/gtk/fast/forms/input-value-expected.txt:
3005 * platform/gtk/fast/table/[...]:
3006 * platform/gtk/tables/[...]:
3008 2013-11-28 Laszlo Vidacs <lac@inf.u-szeged.hu>
3010 RenderTableSection Blink merge asserting
3011 https://bugs.webkit.org/show_bug.cgi?id=124857
3013 Reviewed by Csaba Osztrogonác.
3015 Skipped tests enabled.
3019 2013-11-28 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3021 Unreviewed EFL gardening
3023 * platform/efl/TestExpectations: Added test expectations for failing tests.
3024 * platform/efl/fast/forms/search/search-size-with-decorations-expected.png: Added.
3025 * platform/efl/fast/forms/search/search-size-with-decorations-expected.txt: Added.
3027 2013-11-28 Antti Koivisto <antti@apple.com>
3029 No need to skip css variables tests as they were removed.
3031 * platform/mac/TestExpectations:
3032 * platform/win/TestExpectations:
3034 2013-11-28 Antti Koivisto <antti@apple.com>
3036 Remove feature: CSS variables
3037 https://bugs.webkit.org/show_bug.cgi?id=114119
3039 Reviewed by Andreas Kling.
3041 * fast/css/variables: Removed.
3042 * fast/css/variables/border-width-expected.html: Removed.
3043 * fast/css/variables/border-width.html: Removed.
3044 * fast/css/variables/build-supports-variables-expected.txt: Removed.
3045 * fast/css/variables/build-supports-variables.html: Removed.
3046 * fast/css/variables/calc-expected.html: Removed.
3047 * fast/css/variables/calc-inside-calc-expected.html: Removed.
3048 * fast/css/variables/calc-inside-calc.html: Removed.
3049 * fast/css/variables/calc-invalid-value-expected.html: Removed.
3050 * fast/css/variables/calc-invalid-value.html: Removed.
3051 * fast/css/variables/calc-invalid-variable-expected.html: Removed.
3052 * fast/css/variables/calc-invalid-variable.html: Removed.
3053 * fast/css/variables/calc-negated-variable-expected.html: Removed.
3054 * fast/css/variables/calc-negated-variable.html: Removed.
3055 * fast/css/variables/calc-vw-crash-expected.txt: Removed.
3056 * fast/css/variables/calc-vw-crash.html: Removed.
3057 * fast/css/variables/calc.html: Removed.
3058 * fast/css/variables/case-sensitive-expected.html: Removed.
3059 * fast/css/variables/case-sensitive.html: Removed.
3060 * fast/css/variables/colors-test-expected.html: Removed.
3061 * fast/css/variables/colors-test.html: Removed.
3062 * fast/css/variables/complex-cycle-expected.html: Removed.
3063 * fast/css/variables/complex-cycle.html: Removed.
3064 * fast/css/variables/computed-style-expected.html: Removed.
3065 * fast/css/variables/computed-style.html: Removed.
3066 * fast/css/variables/deferred-image-load-from-variable-expected.txt: Removed.
3067 * fast/css/variables/deferred-image-load-from-variable.html: Removed.
3068 * fast/css/variables/inherited-values-expected.html: Removed.
3069 * fast/css/variables/inherited-values.html: Removed.
3070 * fast/css/variables/inline-styles-expected.html: Removed.
3071 * fast/css/variables/inline-styles.html: Removed.
3072 * fast/css/variables/invalid-font-reference-expected.txt: Removed.
3073 * fast/css/variables/invalid-font-reference.html: Removed.
3074 * fast/css/variables/invalid-shorthand-expected.html: Removed.
3075 * fast/css/variables/invalid-shorthand.html: Removed.
3076 * fast/css/variables/invalid-value-list-crash-expected.txt: Removed.
3077 * fast/css/variables/invalid-value-list-crash.html: Removed.
3078 * fast/css/variables/invalid-variable-value-expected.html: Removed.
3079 * fast/css/variables/invalid-variable-value.html: Removed.
3080 * fast/css/variables/multi-level-cycle-expected.html: Removed.
3081 * fast/css/variables/multi-level-cycle.html: Removed.
3082 * fast/css/variables/redefinition-expected.html: Removed.
3083 * fast/css/variables/redefinition.html: Removed.
3084 * fast/css/variables/root-background-size-expected.html: Removed.
3085 * fast/css/variables/root-background-size.html: Removed.
3086 * fast/css/variables/shorthand-expected.html: Removed.
3087 * fast/css/variables/shorthand.html: Removed.
3088 * fast/css/variables/simple-cycle-expected.html: Removed.
3089 * fast/css/variables/simple-cycle.html: Removed.
3090 * fast/css/variables/transform-test-expected.html: Removed.
3091 * fast/css/variables/transform-test.html: Removed.
3092 * fast/css/variables/undefined-expected.html: Removed.
3093 * fast/css/variables/undefined.html: Removed.
3094 * fast/css/variables/use-before-defined-expected.html: Removed.
3095 * fast/css/variables/use-before-defined.html: Removed.
3096 * fast/css/variables/var-filter-expected.txt: Removed.
3097 * fast/css/variables/var-filter.html: Removed.
3098 * fast/css/variables/var-inside-box-reflect-expected.html: Removed.
3099 * fast/css/variables/var-inside-box-reflect.html: Removed.
3100 * fast/css/variables/var-inside-pair-expected.html: Removed.
3101 * fast/css/variables/var-inside-pair.html: Removed.
3102 * fast/css/variables/var-inside-quad-expected.html: Removed.
3103 * fast/css/variables/var-inside-quad.html: Removed.
3104 * fast/css/variables/var-inside-shape-expected.html: Removed.
3105 * fast/css/variables/var-inside-shape.html: Removed.
3106 * fast/css/variables/var-inside-shorthand-expected.html: Removed.
3107 * fast/css/variables/var-inside-shorthand.html: Removed.
3108 * fast/css/variables/variable-chain-expected.html: Removed.
3109 * fast/css/variables/variable-chain.html: Removed.
3110 * fast/css/variables/variable-unparseable-value-crash-expected.txt: Removed.
3111 * fast/css/variables/variable-unparseable-value-crash.html: Removed.
3113 2013-11-28 Jongwoo Choi <jw0330.choi@samsung.com>
3115 [EFL] Layout tests need to be rebaselined.
3116 https://bugs.webkit.org/show_bug.cgi?id=124879
3118 Unreviewed, EFL rebaseline.
3120 EFL tests need to be rebaselined after r159747
3122 * platform/efl/fast/table/011-expected.txt:
3123 * platform/efl/fast/table/border-collapsing/004-expected.txt:
3124 * platform/efl/fast/table/tableInsideCaption-expected.txt:
3126 2013-11-27 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3128 [GTK] Support custom types for drag and drop data
3129 https://bugs.webkit.org/show_bug.cgi?id=124659
3131 Reviewed by Martin Robinson.
3133 * platform/gtk/TestExpectations: remove failure expectation for test that now passes.
3135 2013-11-27 Filip Pizlo <fpizlo@apple.com>
3137 Infer one-time scopes
3138 https://bugs.webkit.org/show_bug.cgi?id=124812
3140 Reviewed by Oliver Hunt.
3142 * js/regress/infer-one-time-closure-expected.txt: Added.
3143 * js/regress/infer-one-time-closure-ten-vars-expected.txt: Added.
3144 * js/regress/infer-one-time-closure-ten-vars.html: Added.
3145 * js/regress/infer-one-time-closure-two-vars-expected.txt: Added.
3146 * js/regress/infer-one-time-closure-two-vars.html: Added.
3147 * js/regress/infer-one-time-closure.html: Added.
3148 * js/regress/infer-one-time-deep-closure-expected.txt: Added.
3149 * js/regress/infer-one-time-deep-closure.html: Added.
3150 * js/regress/script-tests/infer-one-time-closure-ten-vars.js: Added.
3151 * js/regress/script-tests/infer-one-time-closure-two-vars.js: Added.
3152 * js/regress/script-tests/infer-one-time-closure.js: Added.
3153 * js/regress/script-tests/infer-one-time-deep-closure.js: Added.
3155 2013-11-27 Eric Carlson <eric.carlson@apple.com>
3157 Allow the QuickTime plug-in to be replaced by script in an isolated word
3158 https://bugs.webkit.org/show_bug.cgi?id=124900
3160 Reviewed by Dean Jackson.
3162 * platform/efl/TestExpectations: Skip the new test.
3163 * platform/gtk/TestExpectations: Ditto.
3164 * platform/wincairo/TestExpectations: Ditto.
3165 * plugins/quicktime-plugin-replacement.html: Added.
3166 * plugins/quicktime-plugin-replacement-expected.txt: Added.
3167 * plugins/resources/orange.mov: Replace movie compressed with ancient (and deprecated)
3168 animated gif codec with one compressed with H.264 codec.
3170 2013-11-27 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
3172 Adding MediaConstraintsMock class
3173 https://bugs.webkit.org/show_bug.cgi?id=124902
3175 Reviewed by Eric Carlson.
3177 Validate constraints used in RTCPeerConnection LayoutTests
3179 * fast/mediastream/RTCPeerConnection-expected.txt:
3181 2013-11-27 Bear Travis <betravis@adobe.com>
3183 [CSS Shapes] Shape-Inside Should Default to 'auto'
3184 https://bugs.webkit.org/show_bug.cgi?id=124851
3186 Reviewed by Alexandru Chiculita.
3188 Update tests to reflect a default shape-inside value of 'auto'.
3190 * fast/shapes/css-shapes-disabled-expected.txt:
3191 * fast/shapes/css-shapes-disabled.html:
3192 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
3193 * fast/shapes/parsing/parsing-shape-inside.html:
3194 * fast/shapes/parsing/parsing-shape-lengths-expected.txt:
3195 * fast/shapes/parsing/parsing-shape-lengths.html:
3197 2013-11-27 Hans Muller <hmuller@adobe.com>
3199 [CSS Shapes] shape-inside rectangle layout can fail
3200 https://bugs.webkit.org/show_bug.cgi?id=124784
3202 Reviewed by Andreas Kling.
3206 * fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top-expected.html: Added.
3207 * fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top.html: Added.
3209 2013-11-27 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3211 Unreviewed EFL gardening
3213 Add test expectations for flaky tests.
3215 * platform/efl-wk2/TestExpectations:
3216 * platform/efl/TestExpectations:
3218 2013-11-27 Xabier Rodriguez Calvar <calvaris@igalia.com>
3220 [GStreamer] Invalid command line error when visiting www.chessbase.com
3221 https://bugs.webkit.org/show_bug.cgi?id=124715
3223 Reviewed by Philippe Normand.
3225 Copied and adapted for HTTP from
3226 media/video-error-does-not-exist.html.
3228 * http/tests/media/video-error-does-not-exist-expected.txt: Added.
3229 * http/tests/media/video-error-does-not-exist.html: Added.
3231 2013-11-14 Sergio Villar Senin <svillar@igalia.com>
3233 [CSS Grid Layout] Fix positioning of grid items with margins
3234 https://bugs.webkit.org/show_bug.cgi?id=124345
3236 Reviewed by David Hyatt.
3238 From Blink r157925 and r158041 by <jchaffraix@chromium.org>
3240 New test case for grid items margin resolution. Extended the
3241 preferred logical widths checks with grid items with margins.
3243 * fast/css-grid-layout/grid-item-margin-resolution-expected.txt: Added.
3244 * fast/css-grid-layout/grid-item-margin-resolution.html: Added.
3245 * fast/css-grid-layout/grid-preferred-logical-widths-expected.txt:
3246 * fast/css-grid-layout/grid-preferred-logical-widths.html:
3248 2013-11-26 Sergio Villar Senin <svillar@igalia.com>
3250 [CSS Grid Layout] Support grid-definition-{rows|columns} repeat() syntax
3251 https://bugs.webkit.org/show_bug.cgi?id=103312
3253 Reviewed by Andreas Kling.
3255 Based on Blink r153155 by <jchaffraix@chromium.org>. Some code was
3256 refactored in a helper function to have a more compact test.
3258 * fast/css-grid-layout/grid-element-repeat-get-set-expected.txt: Added.
3259 * fast/css-grid-layout/grid-element-repeat-get-set.html: Added.
3261 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
3263 Windows rebaselines after r158547.
3265 * platform/win/editing/selection/collapse-selection-in-bidi-expected.txt: Added.
3266 * platform/win/editing/selection/drag-text-delay-expected.txt: Added.
3267 * platform/win/editing/selection/extend-selection-home-end-expected.txt:
3269 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
3271 Record subtest values in Dromaeo tests
3272 https://bugs.webkit.org/show_bug.cgi?id=124498
3274 Reviewed by Andreas Kling.
3276 Rebaselined the test.
3278 * fast/harness/perftests/runs-per-second-log-expected.txt:
3280 2013-11-26 Nick Diego Yamane <nick.yamane@openbossa.org>
3282 [MediaStream API] HTMLMediaElement should be able to use MediaStream as source
3283 https://bugs.webkit.org/show_bug.cgi?id=121943
3285 Reviewed by Eric Carlson.
3287 Add layout tests to MediaStream direct assignment to HTMLMediaElement
3288 using brand new srcObject attribute.
3290 * fast/mediastream/MediaStream-MediaElement-srcObject-expected.txt: Added.
3291 * fast/mediastream/MediaStream-MediaElement-srcObject.html: Added.
3293 2013-11-26 Bear Travis <betravis@adobe.com>
3295 [CSS Shapes] Layout using [<box> || <shape>] value
3296 https://bugs.webkit.org/show_bug.cgi?id=124428
3298 Reviewed by David Hyatt.
3300 Adding tests to make sure that shapes properly size and position themselves across box values
3301 and writing modes. Some shape-outside tests needed to be updated to explicitly size themselves
3302 to content-box, as they were relying on that being the default value. Some shape-inside tests
3303 needed to be adjusted as box-sizing no longer affects the shape size and position.
3305 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-001.html:
3306 Explicitly size to content-box.
3307 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-001.html: Ditto.
3308 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-002.html: Ditto.
3309 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-003.html: Ditto.
3310 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-004.html: Ditto.
3311 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-010.html: Ditto.
3312 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-011.html: Ditto.
3313 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-012.html: Ditto.
3314 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-014.html: Ditto.
3315 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-015.html: Ditto.
3316 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-016.html: Ditto.
3317 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-017.html: Ditto.
3318 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-018.html: Ditto.
3319 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-021.html: Ditto.
3320 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-001.html: Ditto.
3321 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-002.html: Ditto.
3322 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-003.html: Ditto.
3323 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-004.html: Ditto.
3324 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-000.html: Ditto.
3325 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-001.html: Ditto.
3326 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-002.html: Ditto.
3327 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-square-border-000.html: Ditto.
3328 * fast/shapes/shape-inside/shape-inside-box-sizing-expected.html: Small test cleanup.
3329 * fast/shapes/shape-inside/shape-inside-box-sizing.html: Modify shapes to provide their sizing box.
3330 * fast/shapes/shape-inside/shape-inside-empty-expected.html: Small test cleanup.
3331 * fast/shapes/shape-inside/shape-inside-empty.html: Modify shapes to provide their sizing box.
3332 * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.html: Ditto.
3333 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-001-expected.html: Added.
3334 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-001.html: Added.
3335 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-002-expected.html: Added.
3336 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-002.html: Added.
3337 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-003-expected.html: Added.
3338 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-003.html: Added.
3339 * inspector-protocol/model/highlight-shape-outside.html: Modify shapes to provide their sizing box.
3341 2013-11-26 Oliver Hunt <oliver@apple.com>
3343 Crash in JSC::ASTBuilder::Expression JSC::Parser<JSC::Lexer<unsigned char> >::parseUnaryExpression<JSC::ASTBuilder>(JSC::ASTBuilder&)
3344 https://bugs.webkit.org/show_bug.cgi?id=124886
3346 Reviewed by Sam Weinig.
3350 * js/parser-syntax-check-expected.txt:
3351 * js/script-tests/parser-syntax-check.js:
3353 2013-11-26 Eric Carlson <eric.carlson@apple.com>
3355 video.currentSrc should return empty when no resource is loaded
3356 https://bugs.webkit.org/show_bug.cgi?id=124898
3358 Reviewed by Dan Bernstein.
3360 * media/video-currentsrc-cleared-expected.txt: Added.
3361 * media/video-currentsrc-cleared.html: Added.
3363 2013-11-26 Hans Muller <hmuller@adobe.com>
3365 [CSS Shapes] Support for shape-margin in BoxShape
3366 https://bugs.webkit.org/show_bug.cgi?id=124788
3368 Verify that shape-margin has the expected effect on the four possible shape-outside box values
3369 for left and right floats.
3371 Reviewed by Andreas Kling.
3373 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-001-expected.html: Added.
3374 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-001.html: Added.
3375 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-002-expected.html: Added.
3376 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-002.html: Added.
3378 2013-11-26 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3380 Unreviewed EFL gardening
3382 Add test expectations for failing accessibility tests.
3384 * platform/efl/TestExpectations:
3386 2013-11-26 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3388 Unreviewed ATK gardening
3390 Rebaseline accessibility tests after r159747.
3392 * platform/efl-wk1/accessibility/table-detection-expected.txt:
3393 * platform/efl-wk2/accessibility/table-detection-expected.txt:
3394 * platform/gtk/accessibility/table-detection-expected.txt:
3396 2013-11-25 Dean Jackson <dino@apple.com>
3398 RenderTableSection Blink merge asserting
3399 https://bugs.webkit.org/show_bug.cgi?id=124857
3401 Skipping these tests for now, since Ossy + Laszlo checked
3402 in a lot of rebaselines and I didn't want to roll
3407 2013-11-25 Robert Hogan <robert@webkit.org>
3409 Add complex line layout path version of empty-clear-blocks.html
3410 https://bugs.webkit.org/show_bug.cgi?id=124808
3412 Reviewed by Sam Weinig.
3414 * fast/block/margin-collapse/empty-clear-blocks-complex-expected.html: Added.
3415 * fast/block/margin-collapse/empty-clear-blocks-complex.html: Added.
3417 2013-11-25 Laszlo Vidacs <lac@inf.u-szeged.hu>
3419 Vertical border spacing is doubled between table row groups
3420 https://bugs.webkit.org/show_bug.cgi?id=20040
3422 Reviewed by Csaba Osztrogonác.
3424 Rebaseline the rest of EFL and GTK tests.
3426 * platform/efl/tables/mozilla/bugs/bug10296-1-expected.txt:
3427 * platform/efl/tables/mozilla/bugs/bug26178-expected.txt:
3428 * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt:
3429 * platform/efl/tables/mozilla/bugs/bug278385-expected.txt:
3430 * platform/efl/tables/mozilla/bugs/bug55789-expected.txt:
3431 * platform/efl/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
3432 * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
3433 * platform/efl/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
3434 * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
3435 * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.txt:
3436 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
3437 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
3438 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
3439 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
3440 * platform/efl/tables/mozilla_expected_failures/other/test4-expected.txt:
3441 * platform/gtk/tables/mozilla/marvin/thead_valign_bottom-expected.png:
3442 * platform/gtk/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
3443 * platform/gtk/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
3444 * platform/gtk/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
3446 2013-11-25 Laszlo Vidacs <lac@inf.u-szeged.hu>
3448 Vertical border spacing is doubled between table row groups
3449 https://bugs.webkit.org/show_bug.cgi?id=20040
3451 Reviewed by Csaba Osztrogonác.
3453 Rebaseline efl tests (+mac corrections).
3455 * platform/efl/fast/forms/input-align-expected.png:
3456 * platform/efl/fast/forms/input-align-expected.txt:
3457 * platform/efl/fast/forms/input-value-expected.png:
3458 * platform/efl/fast/forms/input-value-expected.txt:
3459 * platform/efl/fast/table/border-collapsing/004-vertical-expected.png:
3460 * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
3461 * platform/efl/fast/table/floating-th-expected.png:
3462 * platform/efl/fast/table/floating-th-expected.txt:
3463 * platform/efl/fast/table/frame-and-rules-expected.png:
3464 * platform/efl/fast/table/frame-and-rules-expected.txt:
3465 * platform/efl/fast/table/multiple-captions-display-expected.png:
3466 * platform/efl/fast/table/multiple-captions-display-expected.txt:
3467 * platform/efl/fast/table/rowindex-expected.png:
3468 * platform/efl/fast/table/rowindex-expected.txt:
3469 * platform/efl/fast/table/table-display-types-expected.png:
3470 * platform/efl/fast/table/table-display-types-expected.txt:
3471 * platform/efl/fast/table/table-display-types-strict-expected.png:
3472 * platform/efl/fast/table/table-display-types-strict-expected.txt:
3473 * platform/efl/fast/table/table-display-types-vertical-expected.png:
3474 * platform/efl/fast/table/table-display-types-vertical-expected.txt:
3475 * platform/efl/tables/mozilla/bugs/bug119786-expected.png:
3476 * platform/efl/tables/mozilla/bugs/bug119786-expected.txt:
3477 * platform/efl/tables/mozilla/bugs/bug13118-expected.png:
3478 * platform/efl/tables/mozilla/bugs/bug13118-expected.txt:
3479 * platform/efl/tables/mozilla/bugs/bug19061-1-expected.png:
3480 * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt:
3481 * platform/efl/tables/mozilla/bugs/bug19061-2-expected.png:
3482 * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt:
3483 * platform/efl/tables/mozilla/bugs/bug220536-expected.png:
3484 * platform/efl/tables/mozilla/bugs/bug220536-expected.txt:
3485 * platform/efl/tables/mozilla/bugs/bug27038-2-expected.png:
3486 * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt:
3487 * platform/efl/tables/mozilla/bugs/bug27038-3-expected.png:
3488 * platform/efl/tables/mozilla/bugs/bug27038-3-expected.txt: Added.
3489 * platform/efl/tables/mozilla/bugs/bug30418-expected.png:
3490 * platform/efl/tables/mozilla/bugs/bug30418-expected.txt:
3491 * platform/efl/tables/mozilla/bugs/bug3263-expected.png:
3492 * platform/efl/tables/mozilla/bugs/bug3263-expected.txt:
3493 * platform/efl/tables/mozilla/bugs/bug38916-expected.png:
3494 * platform/efl/tables/mozilla/bugs/bug38916-expected.txt:
3495 * platform/efl/tables/mozilla/bugs/bug46268-3-expected.png:
3496 * platform/efl/tables/mozilla/bugs/bug46268-3-expected.txt:
3497 * platform/efl/tables/mozilla/bugs/bug46268-5-expected.png:
3498 * platform/efl/tables/mozilla/bugs/bug46268-5-expected.txt:
3499 * platform/efl/tables/mozilla/bugs/bug46268-expected.png:
3500 * platform/efl/tables/mozilla/bugs/bug46268-expected.txt:
3501 * platform/efl/tables/mozilla/bugs/bug46924-expected.png:
3502 * platform/efl/tables/mozilla/bugs/bug46924-expected.txt:
3503 * platform/efl/tables/mozilla/bugs/bug57378-expected.png:
3504 * platform/efl/tables/mozilla/bugs/bug57378-expected.txt:
3505 * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.png:
3506 * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
3507 * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
3508 * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
3509 * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.png:
3510 * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.txt:
3511 * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
3512 * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
3513 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
3514 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
3515 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
3516 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
3517 * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.png:
3518 * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.txt:
3519 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
3520 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
3521 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
3522 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
3523 * platform/efl/tables/mozilla/marvin/body_tfoot-expected.png:
3524 * platform/efl/tables/mozilla/marvin/body_tfoot-expected.txt:
3525 * platform/efl/tables/mozilla/marvin/body_thead-expected.png:
3526 * platform/efl/tables/mozilla/marvin/body_thead-expected.txt:
3527 * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.png: