1 2014-01-02 Dirk Schulze <krit@webkit.org>
3 Support <box> values computed style for 'clip-path' property
4 https://bugs.webkit.org/show_bug.cgi?id=126148
6 Reviewed by Simon Fraser.
8 Test computed style of 'clip-path' property.
10 * fast/masking/parsing-clip-path-shape.html:
12 2014-01-01 Antti Koivisto <antti@apple.com>
14 Do less synchronous render tree construction
15 https://bugs.webkit.org/show_bug.cgi?id=126359
17 * fast/html/object-image-nested-fallback.html: Update test to work with asynchronous load failures.
18 * fast/overflow/overflow-height-float-not-removed-crash3-expected.txt: Whitespace change.
20 2014-01-01 Zan Dobersek <zdobersek@igalia.com>
22 Unreviewed GTK gardening.
23 Updating test baselines after the introduction of lazy render tree attaching,
24 enabling the saturated layout arithmetics for the GTK port, and other changes.
26 * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
27 * platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt:
28 * platform/gtk/fast/block/float/016-expected.txt:
29 * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt:
30 * platform/gtk/fast/dynamic/011-expected.txt:
31 * platform/gtk/fast/forms/formmove3-expected.txt:
32 * platform/gtk/fast/forms/preserveFormDuringResidualStyle-expected.txt:
33 * platform/gtk/fast/invalid/001-expected.txt:
34 * platform/gtk/fast/invalid/003-expected.txt:
35 * platform/gtk/fast/invalid/004-expected.txt:
36 * platform/gtk/fast/invalid/007-expected.txt:
37 * platform/gtk/fast/invalid/019-expected.txt:
38 * platform/gtk/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
39 * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
40 * platform/gtk/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
41 * platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-expected.txt:
42 * platform/gtk/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt:
43 * platform/gtk/fast/table/empty-cells-expected.txt:
44 * platform/gtk/tables/mozilla/bugs/bug113235-1-expected.txt:
45 * platform/gtk/tables/mozilla/bugs/bug647-expected.txt:
46 * platform/gtk/tables/mozilla/other/wa_table_tr_align-expected.txt:
48 2014-01-01 Martin Robinson <mrobinson@igalia.com>
50 [GTK] Rename libtestnetscapeplugin to libTestNetscapePlugin
51 https://bugs.webkit.org/show_bug.cgi?id=126349
53 Reviewed by Carlos Garcia Campos.
55 All CMake ports use "libTestNetscapePlugin," so choosing the same
56 name in the autotools port will make the transition easier.
58 * platform/gtk/plugins/plugin-javascript-access-expected.txt: Change the plugin name.
60 2013-12-30 Antti Koivisto <antti@apple.com>
62 XML document builder should create render tree asynchronously
63 https://bugs.webkit.org/show_bug.cgi?id=126285
65 Reviewed by Andreas Kling.
67 * platform/mac/fast/table/dynamic-caption-add-before-child-expected.png:
68 * platform/mac/fast/table/dynamic-caption-add-before-child-expected.txt:
70 This is progression. Captions are now correctly in document order.
72 * svg/custom/object-no-size-attributes-expected.txt:
74 Unnecessary text renderer disappears.
76 * svg/custom/resource-invalidation-crash-expected.txt:
78 Progression, the dump has the correct fill.
80 2013-12-29 Joone Hur <joone.hur@intel.com>
82 Reverted r156742. The same fix was reverted from Blink due to heap-use-after-free on ClusterFuzz.
83 https://bugs.webkit.org/show_bug.cgi?id=126275
85 https://codereview.chromium.org/102993011
87 Reviewed by Darin Adler.
89 * fast/css/first-letter-block-change.html: Removed.
90 * platform/gtk-wk1/fast/css/first-letter-block-change-expected.png: Removed.
91 * platform/gtk-wk2/fast/css/first-letter-block-change-expected.png: Removed.
92 * platform/gtk/fast/css/first-letter-block-change-expected.txt: Removed.
94 2013-12-29 Antti Koivisto <antti@apple.com>
96 Revert the results change. It depended on xml parser changes which were not landed.
98 * platform/mac/fast/table/dynamic-caption-add-before-child-expected.png:
99 * platform/mac/fast/table/dynamic-caption-add-before-child-expected.txt:
101 2013-12-29 Antti Koivisto <antti@apple.com>
103 Remove Node::attached()
104 https://bugs.webkit.org/show_bug.cgi?id=126276
106 Reviewed by Sam Weinig.
108 * platform/mac/fast/table/dynamic-caption-add-before-child-expected.png:
109 * platform/mac/fast/table/dynamic-caption-add-before-child-expected.txt:
111 This test result change is a progression. Dynamic captions are now correctly in document order.
113 2013-12-27 Gavin Barraclough <barraclough@apple.com>
115 Merge PageVisibilityState & ViewState::IsVisible in WebKit2
116 https://bugs.webkit.org/show_bug.cgi?id=126214
118 Reviewed by Alexey Proskuryakov.
120 WebKit2 redundantly tracks the visibility of the view through two mechanisms - the visibility
121 state, and the view state. Remove visibility state from the WebKit2 layer. The visibility
122 state also tracks the prerender state - so split this out and handle it separately (a change
123 we should make in WebCore, too).
125 LayoutTests - remove test for notification on visibility state change to preerender. This test
126 was covering something nonsensical, and not supported by the spec - the page should never see
127 a visibility change to prerender, this should only be an initial state. WebKit2 API now only
128 allows the client to change the state to prerender without sending a notification, and there
129 is no sense in continuing to support the current test case, since the behaviour is neither
130 allowed by API nor available in web content.
132 The prerender state is now properly covered by API tests.
134 * fast/events/page-visibility-transition-test-expected.txt:
135 * fast/events/page-visibility-transition-test.html:
136 - remove test for notification on visibility state change to preerender.
138 2013-12-25 Commit Queue <commit-queue@webkit.org>
140 Unreviewed, rolling out r161033 and r161074.
141 http://trac.webkit.org/changeset/161033
142 http://trac.webkit.org/changeset/161074
143 https://bugs.webkit.org/show_bug.cgi?id=126240
145 Oliver says that a rollout would be better (Requested by ap on
150 2013-12-25 Alexey Proskuryakov <ap@apple.com>
152 [Mac] [WK2] http/tests/security/cross-frame-access-put.html fails
153 https://bugs.webkit.org/show_bug.cgi?id=116649
155 * platform/mac-wk2/TestExpectations: Removing an expectation for this old bug that
156 was no longer occurring. Failures on this test are now tracked via bug 126238.
158 2013-12-25 Alexey Proskuryakov <ap@apple.com>
160 REGRESSION (r161033): http/tests/security/cross-frame-access-put.html fails
161 https://bugs.webkit.org/show_bug.cgi?id=126238
163 * TestExpectations: Marking the test as failing for now.
165 2013-12-25 Alexey Proskuryakov <ap@apple.com>
167 REGRESSION (Lazy tree creation): css3/calc/transitions-dependent.html is frequently failing
168 https://bugs.webkit.org/show_bug.cgi?id=126142
170 * TestExpectations: Marked it as flaky.
172 2013-12-25 Filip Pizlo <fpizlo@apple.com>
174 DFG PhantomArguments shouldn't rely on a dead Phi graph
175 https://bugs.webkit.org/show_bug.cgi?id=126218
177 Reviewed by Oliver Hunt.
179 Added a test for an obvious case that I don't think we had coverage for in
180 microbenchmarks. Of course, this case was already covered by more complex tests.
182 * js/regress/inline-arguments-aliased-access-expected.txt: Added.
183 * js/regress/inline-arguments-aliased-access.html: Added.
184 * js/regress/script-tests/inline-arguments-aliased-access.js: Added.
188 2013-12-25 Dirk Schulze <krit@webkit.org>
190 Support <box> values parsing on 'clip-path' property
191 https://bugs.webkit.org/show_bug.cgi?id=126147
193 Reviewed by Ryosuke Niwa.
195 Add test to check different combinations of the reference boxes
196 content-box, padding-box, border-box, margin-box and bounding-box
197 with other clip-path values.
199 * fast/masking/parsing-clip-path-shape.html:
201 2013-12-24 Ryosuke Niwa <rniwa@webkit.org>
203 Remove the test expectations added after r161051 now that the changeset has been rolled out.
205 The assertion failure is tracked by https://webkit.org/b/126219.
209 2013-12-24 Ryosuke Niwa <rniwa@webkit.org>
211 Unreviewed, rolling out r161051.
212 http://trac.webkit.org/changeset/161051
213 https://bugs.webkit.org/show_bug.cgi?id=45994
215 Caused two DFG tests to hit assertions due to a separate bug
217 * http/tests/xmlhttprequest/exceptions-expected.txt:
218 * http/tests/xmlhttprequest/exceptions.html:
219 * http/tests/xmlhttprequest/status-after-abort-expected.txt:
220 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
221 * js/dom/dfg-custom-getter-throw-expected.txt:
222 * js/dom/script-tests/dfg-custom-getter-throw-inlined.js:
225 * js/dom/script-tests/dfg-custom-getter-throw.js:
229 2013-12-24 Radu Stavila <stavila@adobe.com>
231 Rename fast/regions/repaint/increasing-region-content-height.html to something more clear
232 https://bugs.webkit.org/show_bug.cgi?id=126209
234 Reviewed by Mihnea Ovidenie.
236 Renamed test file name to better reflect the scenario it tests.
238 * fast/regions/repaint/repaint-element-inside-relative-region-expected.txt: Renamed from LayoutTests/fast/regions/repaint/increasing-region-content-height-expected.txt.
239 * fast/regions/repaint/repaint-element-inside-relative-region.html: Renamed from LayoutTests/fast/regions/repaint/increasing-region-content-height.html.
241 2013-12-24 Ryosuke Niwa <rniwa@webkit.org>
243 Suppress assertions in js/dom/dfg-custom-getter-throw.html and js/dom/dfg-custom-getter-throw-inlined.html for now.
247 2013-12-24 Mihnea Ovidenie <mihnea@adobe.com>
249 [CSSRegions] Crash while repainting an invalid region
250 https://bugs.webkit.org/show_bug.cgi?id=126152
252 Reviewed by Daniel Bates.
254 * fast/regions/repaint/invalid-region-repaint-crash-expected.txt: Added.
255 * fast/regions/repaint/invalid-region-repaint-crash.html: Added.
257 2013-12-24 Ryosuke Niwa <rniwa@webkit.org>
259 Add a test for reattaching collapsed whitespace when siblings change style
260 https://bugs.webkit.org/show_bug.cgi?id=126053
262 Reviewed by Dan Bernstein.
264 Merge the test from https://chromium.googlesource.com/chromium/blink/+/dd5636728643ff958aebeaf064d38754b0d5904b
265 so that we may not introduce the same regression in WebKit.
267 * fast/css/collapsed-whitespace-reattach-in-style-recalc-expected.txt: Added.
268 * fast/css/collapsed-whitespace-reattach-in-style-recalc.html: Added.
270 2013-12-23 Ryosuke Niwa <rniwa@webkit.org>
272 XMLHttpRequest: status and statusText throw DOM Exception 11 when the state is UNSENT or OPENED.
273 https://bugs.webkit.org/show_bug.cgi?id=45994
275 Reviewed by Alexey Proskuryakov.
277 Rebaselined and fixed tests as done in https://chromium.googlesource.com/chromium/blink/+/23c90460de16e04c5aba7ed942fba76cb79fdb9b.
279 * http/tests/xmlhttprequest/exceptions-expected.txt:
280 * http/tests/xmlhttprequest/exceptions.html:
281 * http/tests/xmlhttprequest/status-after-abort-expected.txt:
282 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
284 * js/dom/dfg-custom-getter-throw-expected.txt:
285 * js/dom/script-tests/dfg-custom-getter-throw-inlined.js: Fixed the test.
286 (foo): Use responseText instead of status so that it throws when responseType is "arraybuffer".
287 (bar): Set responseType to "arraybuffer" to cause an exception to be thrown.
288 * js/dom/script-tests/dfg-custom-getter-throw.js: Ditto.
292 2013-12-23 Mihnea Ovidenie <mihnea@adobe.com>
294 [CSSRegions] Fix fast/regions/assert-flow-thread-compositing.html test description
295 https://bugs.webkit.org/show_bug.cgi?id=126203
297 Reviewed by Dirk Schulze.
299 Correct description of successful behaviour for fast/regions/assert-flow-thread-compositing.html.
301 * fast/regions/assert-flow-thread-compositing-expected.txt:
302 * fast/regions/assert-flow-thread-compositing.html:
304 2013-12-23 Ryosuke Niwa <rniwa@webkit.org>
306 Add a test for submitting a form targeted at an iframe
307 https://bugs.webkit.org/show_bug.cgi?id=126175
309 Reviewed by Alexey Proskuryakov.
311 Merge the test from https://chromium.googlesource.com/chromium/blink/+/9220cbdaae8413f3c8316c022f98579af120bf10
312 so that we may not introduce the same regression in WebKit.
314 * http/tests/misc/form-target-iframe-inline-expected.txt: Added.
315 * http/tests/misc/form-target-iframe-inline.html: Added.
317 2013-12-23 Alexey Proskuryakov <ap@apple.com>
319 svg/animations/getCurrentTime-pause-unpause.html is flaky
320 https://bugs.webkit.org/show_bug.cgi?id=124933
322 * platform/mac/TestExpectations: Marking as such.
324 2013-12-23 Ryosuke Niwa <rniwa@webkit.org>
326 REGRESSION (r160847): fast/dynamic/paused-event-dispatch.html is failing
327 https://bugs.webkit.org/show_bug.cgi?id=126163
329 Unreviewed. Try increasing the timeouts after r160896.
331 * fast/dynamic/paused-event-dispatch.html:
333 2013-12-23 Commit Queue <commit-queue@webkit.org>
335 Unreviewed, rolling out r160945.
336 http://trac.webkit.org/changeset/160945
337 https://bugs.webkit.org/show_bug.cgi?id=126164
339 Seems to have broken multiple canvas tests (Requested by ap on
342 * fast/canvas/canvas-backing-store-reuse-expected.txt: Removed.
343 * fast/canvas/canvas-backing-store-reuse.html: Removed.
345 2013-12-23 Alexey Proskuryakov <ap@apple.com>
347 Layout tests editing/selection/5057506.html and editing/selection/5057506-2.html
348 frequently time out on Mac WK2
349 https://bugs.webkit.org/show_bug.cgi?id=124437
351 * platform/mac-wk2/TestExpectations: Marked the latter test accordingly. It used
352 to me marked as image failure, but I don't see this happen recently on the dashboard.
354 2013-12-23 Michał Pakuła vel Rutka <m.pakula@samsung.com>
356 Unreviewed EFL gardening
358 Rebaseline tests after 160908.
360 * platform/efl/TestExpectations:
361 * platform/efl/editing/inserting/break-blockquote-after-delete-expected.png: Added.
362 * platform/efl/editing/inserting/break-blockquote-after-delete-expected.txt: Added.
363 * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt:
364 * platform/efl/fast/dynamic/011-expected.txt:
365 * platform/efl/fast/forms/formmove3-expected.txt:
366 * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt:
367 * platform/efl/fast/invalid/001-expected.txt:
368 * platform/efl/fast/invalid/003-expected.txt:
369 * platform/efl/fast/invalid/004-expected.txt:
370 * platform/efl/fast/invalid/007-expected.txt:
371 * platform/efl/fast/invalid/019-expected.txt:
372 * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
373 * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
374 * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
375 * platform/efl/fast/ruby/ruby-base-merge-block-children-crash-expected.txt:
376 * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt:
377 * platform/efl/tables/mozilla/bugs/bug647-expected.txt:
378 * platform/efl/tables/mozilla/other/wa_table_tr_align-expected.txt:
380 2013-12-22 Mihnea Ovidenie <mihnea@adobe.com>
382 [CSSRegions] Crash when trying to select content from invalid region
383 https://bugs.webkit.org/show_bug.cgi?id=126113
385 Reviewed by Antti Koivisto.
387 * fast/regions/selection/invalid-region-selection-crash-expected.txt: Added.
388 * fast/regions/selection/invalid-region-selection-crash.html: Added.
390 2013-12-22 Mihnea Ovidenie <mihnea@adobe.com>
392 [CSSRegions] Clean-up selection tests a bit
393 https://bugs.webkit.org/show_bug.cgi?id=126135
395 Reviewed by Dirk Schulze.
397 Move function clearSelection in helper.js. Combine checkResult() from position-for-point* and position-for-point-1*
398 into a single function, checkSelectionResult() and move it into helper.js too.
400 * fast/regions/resources/helper.js:
401 * fast/regions/selection/position-for-point-1-vert-lr.html:
402 * fast/regions/selection/position-for-point-1-vert-rl.html:
403 * fast/regions/selection/position-for-point-1.html:
404 * fast/regions/selection/position-for-point-vert-lr.html:
405 * fast/regions/selection/position-for-point-vert-rl.html:
406 * fast/regions/selection/position-for-point.html:
407 * fast/regions/selection/selecting-text-through-different-region-flows.html:
409 2013-12-09 Myles C. Maxfield <mmaxfield@apple.com>
411 Allow ImageBuffer to re-use IOSurfaces
412 https://bugs.webkit.org/show_bug.cgi?id=125477
414 Reviewed by Geoff Garen.
416 Now that we're re-using the backing store of canvases, this
417 test makes sure that if we draw to a canvas, then destroy it,
418 then create a new canvas (which should share the same backing
419 store) that it doesn't have the stale data in it
421 * fast/canvas/canvas-backing-store-reuse-expected.txt: Added.
422 * fast/canvas/canvas-backing-store-reuse.html: Added.
424 2013-12-19 Antti Koivisto <antti@apple.com>
426 Create render tree lazily
427 https://bugs.webkit.org/show_bug.cgi?id=120685
429 Reviewed by Andreas Kling.
431 Most of these are non-visible render tree dump changes (they become simpler).
433 * editing/selection/click-on-head-margin-expected.txt:
434 * fast/css-generated-content/before-content-continuation-chain-expected.txt:
435 * fast/css/transition-color-unspecified.html:
436 * fast/dom/adopt-node-crash-2-expected.txt:
437 * fast/dom/modify-node-and-while-in-the-callback-too-crash-expected.txt:
438 * fast/forms/radio/radio_checked_dynamic-expected.txt:
439 * fast/frames/lots-of-iframes-expected.txt:
440 * fast/frames/sandboxed-iframe-autofocus-denied-expected.txt:
441 * fast/table/table-row-style-not-updated-with-after-content-expected.txt:
442 * fullscreen/full-screen-render-inline-expected.txt:
443 * fullscreen/parent-flow-inline-with-block-child-expected.txt:
444 * platform/mac/editing/inserting/break-blockquote-after-delete-expected.txt:
445 * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
446 * platform/mac/fast/dynamic/011-expected.txt:
447 * platform/mac/fast/forms/formmove3-expected.txt:
448 * platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
449 * platform/mac/fast/invalid/001-expected.txt:
450 * platform/mac/fast/invalid/003-expected.txt:
451 * platform/mac/fast/invalid/004-expected.txt:
452 * platform/mac/fast/invalid/007-expected.txt:
453 * platform/mac/fast/invalid/019-expected.txt:
454 * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
455 * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
456 * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
457 * platform/mac/fast/ruby/ruby-base-merge-block-children-crash-expected.txt:
458 * platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt:
459 * platform/mac/tables/mozilla/bugs/bug647-expected.txt:
460 * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
461 * plugins/plugin-remove-readystatechange-expected.txt:
462 * svg/custom/system-language-crash-expected.txt:
463 * transitions/equivalent-background-image-no-transition.html:
464 * transitions/repeated-firing-background-color.html:
465 * transitions/transition-duration-cleared-in-transitionend-crash.html:
467 Adopt a few transition test cases to new behavior.
469 2013-12-20 Mario Sanchez Prada <mario.prada@samsung.com>
471 [ATK] [WK2] platform/gtk/accessibility/roles-exposed.html is failing
472 https://bugs.webkit.org/show_bug.cgi?id=125854
474 Reviewed by Chris Fleizach.
476 Updated tests and expectations to keep them passing after the
477 change done in DRT, without changing their actual purpose.
479 * platform/gtk/accessibility/roles-exposed.html: Make sure we
480 print "AXRole: (no element)" when accessibilityElementByID() does
481 not return a valid object, not to confuse it with cases where the
482 returned string for the role is an empty string.
483 * platform/gtk/accessibility/roles-exposed-expected.txt: Update
484 test expectations to reflect the "AXRole: (no element)" string
485 that is now being exposed. Also, replace the (wrongly added) PASS
486 expectations with FAIL for rowgroups, which are currently not
487 being exposed for ATK either.
489 * accessibility/deleting-iframe-destroys-axcache.html: Just
490 consider the first and third sons of the accessibility object for
491 the body (instead of the grandsons), so the test can run both in
492 Mac, where sons and grandsons are exposed, and ATK, where only
493 sons are exposed (no StaticText objects exposed there).
495 * accessibility/non-data-table-cell-title-ui-element.html: Use
496 accessibilityElementById() to get the accessibility object for the
497 "skip" table header instead of navigating with childAtIndex(),
498 since the hierarchy is not the same for Mac and ATK based ports.
500 * platform/mac/accessibility/search-predicate.html: Do not rely on
501 shouldBe() together with the string "AXRole: " when asking for the
502 role of objects that should no longer be in the accessibility
503 tree, and use shouldBeUndefined() instead.
504 * platform/mac/accessibility/search-when-element-starts-in-table.html: Ditto.
506 * platform/mac/accessibility/search-predicate-expected.txt: Update
507 expectations according to the usage of shouldBeUndefined().
508 * platform/mac/accessibility/search-when-element-starts-in-table-expected.txt: Ditto.
510 * platform/mac/TestExpectations: Add loading-iframe-updates-axtree.html
511 here, since it seems not to be returning the expected values for
512 either the scrollarea and the webarea in the iframe (see bug 126066).
514 * platform/mac-wk2/TestExpectations: Add search-when-element-starts-in-table.html
515 here, since it does not return an undefined object in WebKit2 when
516 the search query should return no results (see bug 125996).
518 2013-12-20 Radu Stavila <stavila@adobe.com>
520 [CSS Regions] When changing flow-from/flow-into on :hover, elements overflowing the region are not correctly repainted
521 https://bugs.webkit.org/show_bug.cgi?id=117259
523 Reviewed by Antti Koivisto.
525 Added new tests and rebased existing test.
527 * fast/regions/hover-single-flow-from-none-overflow-expected.html: Added.
528 * fast/regions/hover-single-flow-from-none-overflow.html: Added.
529 * fast/regions/hover-single-flow-from-none-overflow-top-expected.html: Added.
530 * fast/regions/hover-single-flow-from-none-overflow-top.html: Added.
531 * fast/regions/repaint/repaint-regions-overflow-expected.txt: Rebased.
533 2013-12-20 Mario Sanchez Prada <mario.prada@samsung.com>
535 Programmatically-inserted children lack accessibility events
536 https://bugs.webkit.org/show_bug.cgi?id=100275
538 Reviewed by Chris Fleizach.
540 Add new test to chack that children-changed signals are properly
541 emitted when adding/removing elements in the accessibility hierarchy.
543 * accessibility/children-changed-sends-notification-expected.txt: Added.
544 * accessibility/children-changed-sends-notification.html: Added.
546 Update test to filter out unrelated non-loading events.
547 * accessibility/loading-iframe-sends-notification.html: Updated.
549 Skip the test on the Mac as it does not expose these kind of
550 notifications when children are being added or removed.
551 * platform/mac/TestExpectations: Skip newly added test.
553 2013-12-19 Ryosuke Niwa <rniwa@webkit.org>
555 REGRESSION(r160847): fast/events/overflowchanged-inside-selection-collapse-crash.html fails
556 https://bugs.webkit.org/show_bug.cgi?id=126037
558 Reviewed by Anders Carlsson.
560 Since overflowchanged event is now asynchronous, make the call to testRunner.notifyDone() also asynchronous.
563 * fast/dynamic/paused-event-dispatch.html:
565 2013-12-19 Oliver Hunt <oliver@apple.com>
567 DOM bindings should use thisValue for attributes
568 https://bugs.webkit.org/show_bug.cgi?id=126011
570 Reviewed by Antti Koivisto.
572 * js/dom/dom-attributes-on-mismatch-type.html: Added.
573 * js/dom/dom-attributes-on-mismatch-type-expected.txt: Added.
575 2013-12-19 Brent Fulgham <bfulgham@apple.com>
577 Implement ArrayBuffer.isView
578 https://bugs.webkit.org/show_bug.cgi?id=126004
580 Reviewed by Filip Pizlo.
582 * webgl/1.0.2/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html:
583 Correct test for 'isView' to actually check for 'isView' function.
585 2013-12-19 Alexey Proskuryakov <ap@apple.com>
587 Layout Test plugins/destroy-during-npp-new.html is flaky
588 https://bugs.webkit.org/show_bug.cgi?id=126027
590 * plugins/destroy-during-npp-new.html: Streamlined the test a little bit to see
591 what changes, if anything. There should be no effect on what is tested.
593 2013-12-19 Myles C. Maxfield <mmaxfield@apple.com>
595 Test that text-decoration-skip: ink is the same as regular underlines if no descenders
596 https://bugs.webkit.org/show_bug.cgi?id=125985
598 Reviewed by Simon Fraser.
600 If there are no descenders in the underlined text, using the text-decoration-skip: ink
601 CSS property should behave as if it wasn't specified (and the underline is a normal one)
603 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-no-descenders-expected.html: Added.
604 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink-no-descenders.html: Added.
606 2013-12-19 Ryosuke Niwa <rniwa@webkit.org>
608 Add a failing test expectation to fast/dynamic/paused-event-dispatch.html
613 2013-12-19 Commit Queue <commit-queue@webkit.org>
615 Unreviewed, rolling out r160842.
616 http://trac.webkit.org/changeset/160842
617 https://bugs.webkit.org/show_bug.cgi?id=126003
619 broke accessibility/loading-iframe-updates-axtree.html
620 (Requested by ap on #webkit).
622 * accessibility/deleting-iframe-destroys-axcache.html:
623 * accessibility/loading-iframe-updates-axtree-expected.txt:
624 * accessibility/loading-iframe-updates-axtree.html:
625 * accessibility/non-data-table-cell-title-ui-element.html:
626 * platform/gtk/accessibility/roles-exposed-expected.txt:
627 * platform/gtk/accessibility/roles-exposed.html:
628 * platform/mac-wk2/TestExpectations:
629 * platform/mac/accessibility/search-predicate-expected.txt:
630 * platform/mac/accessibility/search-predicate.html:
631 * platform/mac/accessibility/search-when-element-starts-in-table-expected.txt:
632 * platform/mac/accessibility/search-when-element-starts-in-table.html:
634 2013-12-19 Ryosuke Niwa <rniwa@webkit.org>
636 overflowchanged event could cause a crash
637 https://bugs.webkit.org/show_bug.cgi?id=125978
639 Reviewed by Tim Horton.
641 Add a regression test.
643 * fast/events/overflowchanged-inside-selection-collapse-crash-expected.txt: Added.
644 * fast/events/overflowchanged-inside-selection-collapse-crash.html: Added.
646 2013-12-19 Mario Sanchez Prada <mario.prada@samsung.com>
648 [ATK] [WK2] platform/gtk/accessibility/roles-exposed.html is failing
649 https://bugs.webkit.org/show_bug.cgi?id=125854
651 Reviewed by Chris Fleizach.
653 Updated tests and expectations to keep them passing after the
654 change done in DRT, without changing their actual purpose.
656 * platform/gtk/accessibility/roles-exposed.html: Make sure we
657 print "AXRole: (no element)" when accessibilityElementByID() does
658 not return a valid object, not to confuse it with cases where the
659 returned string for the role is an empty string.
660 * platform/gtk/accessibility/roles-exposed-expected.txt: Update
661 test expectations to reflect the "AXRole: (no element)" string
662 that is now being exposed. Also, replace the (wrongly added) PASS
663 expectations with FAIL for rowgroups, which are currently not
664 being exposed for ATK either.
666 * accessibility/deleting-iframe-destroys-axcache.html: Just
667 consider the first and third sons of the accessibility object for
668 the body (instead of the grandsons), so the test can run both in
669 Mac, where sons and grandsons are exposed, and ATK, where only
670 sons are exposed (no StaticText objects exposed there).
672 * accessibility/non-data-table-cell-title-ui-element.html: Use
673 accessibilityElementById() to get the accessibility object for the
674 "skip" table header instead of navigating with childAtIndex(),
675 since the hierarchy is not the same for Mac and ATK based ports.
677 * accessibility/loading-iframe-updates-axtree.html: Use the new
678 web area inside the iframe to compare against the old one, instead
679 of doing it the other way around, to avoid calling isEqual for an
680 undefined value (the old web area).
681 * accessibility/loading-iframe-updates-axtree-expected.txt:
682 Removed line comparing the old and new web areas inside the iframe.
684 * platform/mac/accessibility/search-predicate.html: Do not rely on
685 shouldBe() together with the string "AXRole: " when asking for the
686 role of objects that should no longer be in the accessibility
687 tree, and use shouldBeUndefined() instead.
688 * platform/mac/accessibility/search-when-element-starts-in-table.html: Ditto.
690 * platform/mac/accessibility/search-predicate-expected.txt: Update
691 expectations according to the usage of shouldBeUndefined().
692 * platform/mac/accessibility/search-when-element-starts-in-table-expected.txt: Ditto.
694 * platform/mac-wk2/TestExpectations: Add search-when-element-starts-in-table.html
695 here, since it does not return an undefined object in WebKit2 when
696 the search query should return no results (see bug 125996).
698 2013-12-19 Alexey Proskuryakov <ap@apple.com>
700 platform/mac/editing/attributed-string tests all flakily assert
701 https://bugs.webkit.org/show_bug.cgi?id=123029
703 * platform/mac/TestExpectations: Marked as flakily asserting.
705 2013-12-18 Ryosuke Niwa <rniwa@webkit.org>
707 Rebaseline the test I added in r160819.
709 * svg/text/select-text-inside-non-static-position-expected.txt:
711 2013-12-18 Ryosuke Niwa <rniwa@webkit.org>
713 Crash in WebCore::LogicalSelectionOffsetCaches::LogicalSelectionOffsetCaches
714 https://bugs.webkit.org/show_bug.cgi?id=125970
716 Reviewed by Antti Koivisto.
718 Added a regression test.
720 * svg/text/select-text-inside-non-static-position-expected.txt: Added.
721 * svg/text/select-text-inside-non-static-position.html: Added.
723 2013-12-18 Chris Fleizach <cfleizach@apple.com>
725 AX: make aria-hidden=false work with subtrees
726 https://bugs.webkit.org/show_bug.cgi?id=125592
728 Reviewed by Mario Sanchez Prada.
730 * platform/mac/accessibility/aria-hidden-false-works-in-subtrees-expected.txt: Added.
731 * accessibility/aria-hidden-false-works-in-subtrees.html: Added.
733 2013-12-18 Alexey Proskuryakov <ap@apple.com>
735 Flaky Test: media/video-buffered.html
736 https://bugs.webkit.org/show_bug.cgi?id=116277
738 * platform/mac/TestExpectations: Mark it as such.
740 2013-12-18 Martin Hodovan <mhodovan@inf.u-szeged.hu>
742 REGRESSION (r155536): Broken error recovery in @media at-rule
743 https://bugs.webkit.org/show_bug.cgi?id=125637
745 Reviewed by Darin Adler.
747 Test with broken @media rule.
749 * fast/css/media-error-recovery-expected.txt: Added.
750 * fast/css/media-error-recovery.html: Added.
752 2013-12-18 Chris Fleizach <cfleizach@apple.com>
754 AX: WebKit not sending AXMenuClosed notification
755 https://bugs.webkit.org/show_bug.cgi?id=125783
757 Reviewed by Mario Sanchez Prada.
759 * platform/mac/accessibility/aria-menu-closed-notification-expected.txt: Added.
760 * platform/mac/accessibility/aria-menu-closed-notification.html: Added.
762 2013-12-18 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
764 Fix ASSERTION FAILED in WebCore::SVGLengthContext::determineViewport
765 https://bugs.webkit.org/show_bug.cgi?id=120284
767 Reviewed by Philip Rogers.
769 Added tests of handling root <svg> elements.
770 Blink merge: https://chromium.googlesource.com/chromium/blink/+/a7dedf81eb7008276bb6854f0e46465e039788f8
772 * svg/custom/svg-length-value-handled-expected.txt: Added.
773 * svg/custom/svg-length-value-handled.svg: Added.
774 Tests whether root svg elements sizes are handled.
775 * svg/dom/svg-root-lengths-expected.txt: Added.
776 * svg/dom/svg-root-lengths.html: Added.
777 Tests the correct handling of root svg elements sizes.
779 2013-12-18 Darin Adler <darin@apple.com>
781 Additional refinement in MathMLSelectElement toggle implementation
782 https://bugs.webkit.org/show_bug.cgi?id=125785
784 Reviewed by Andreas Kling.
786 * mathml/presentation/maction-toggle-expected.html: Updated incorrect expected
787 result, which expected an already-handled event to be re-handled by a parent
788 element during the bubbling process.
789 * mathml/presentation/maction-toggle.html: Ditto.
791 2013-12-18 Rob Buis <rob.buis@samsung.com>
793 [CSS Shapes] Implement interpolation between keywords in basic shapes
794 https://bugs.webkit.org/show_bug.cgi?id=125108
796 Reviewed by Simon Fraser.
798 Add tests to shape-outside-animation when animating using keywords for the circle/ellipse center positions.
799 Also add tests for invalid mixing of keyword and values in the center coordinate to parsing-test-utils.js.
801 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
802 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
803 * fast/shapes/parsing/parsing-test-utils.js:
804 * fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt:
805 * fast/shapes/shape-outside-floats/shape-outside-animation.html:
807 2013-12-18 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
809 CSS: Null-pointer dereference with negative 'orphans' value.
810 https://bugs.webkit.org/show_bug.cgi?id=125924
812 Reviewed by Andreas Kling.
814 Test with negative orphans value.
816 * fast/css/negative-orphans-crash-expected.txt: Added.
817 * fast/css/negative-orphans-crash.html: Added.
819 2013-12-18 Chris Fleizach <cfleizach@apple.com>
821 AX: HTML spec change indicates @aria-required should trump @required on any element
822 https://bugs.webkit.org/show_bug.cgi?id=122145
824 Reviewed by Mario Sanchez Prada.
826 * accessibility/aria-required-expected.txt:
827 * accessibility/aria-required.html:
829 2013-12-18 Michał Pakuła vel Rutka <m.pakula@samsung.com>
831 Unreviewed EFL gardening
833 Rebaseline tests after r160715.
835 * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
836 * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
837 * platform/efl/fast/backgrounds/background-position-parsing-expected.png:
838 * platform/efl/fast/backgrounds/background-position-parsing-expected.txt:
839 * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
840 * platform/efl/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt:
841 * platform/efl/fast/block/float/016-expected.png:
842 * platform/efl/fast/block/float/016-expected.txt:
844 2013-12-17 Jer Noble <jer.noble@apple.com>
846 [MSE] Periodically monitor source buffers.
847 https://bugs.webkit.org/show_bug.cgi?id=125898
849 Reviewed by Eric Carlson.
851 * media/media-source/media-source-monitor-source-buffers-expected.txt: Added.
852 * media/media-source/media-source-monitor-source-buffers.html: Added.
854 2013-12-17 Joseph Pecoraro <pecoraro@apple.com>
856 Web Inspector: Remove InspectorFrontendHost.setInjectedScriptForOrigin
857 https://bugs.webkit.org/show_bug.cgi?id=125906
859 Reviewed by Timothy Hatcher.
861 * http/tests/inspector/injected-script-for-origin-expected.txt: Removed.
862 * http/tests/inspector/injected-script-for-origin.html: Removed.
863 * http/tests/inspector/resources/injected-script-for-origin-frame.html: Removed.
865 2013-12-17 Eric Carlson <eric.carlson@apple.com>
867 ASSERT setting pseudoID with registered DOMSubtreeModified listener
868 https://bugs.webkit.org/show_bug.cgi?id=125900
870 Reviewed by Ryosuke Niwa.
872 * fast/dom/attribute-set-before-element-in-tree-expected.txt: Added.
873 * fast/dom/attribute-set-before-element-in-tree.html: Added.
875 2013-12-17 Jer Noble <jer.noble@apple.com>
877 [MSE] Update duration after appending samples, per spec.
878 https://bugs.webkit.org/show_bug.cgi?id=125703
880 Reviewed by Eric Carlson.
882 * media/media-source/media-source-duration-after-append-expected.txt: Added.
883 * media/media-source/media-source-duration-after-append.html: Added.
885 2013-12-17 Ryosuke Niwa <rniwa@webkit.org>
887 Video element's width and height content attributes should not influence intrinsic width and height
888 https://bugs.webkit.org/show_bug.cgi?id=125822
890 Reviewed by Darin Adler.
892 * media/video-intrinsic-width-height-expected.txt: Added.
893 * media/video-intrinsic-width-height.html: Added.
895 2013-12-17 Gavin Barraclough <barraclough@apple.com>
897 Remove PageVisibilityStateUnloaded
898 https://bugs.webkit.org/show_bug.cgi?id=125869
900 Reviewed by Anders Carlsson.
902 This is not currently supported by WebKit, remove this enum value.
903 We can always add this back later if/when we add support for this state.
905 * fast/events/page-visibility-transition-test-expected.txt:
906 * fast/events/page-visibility-transition-test.html:
907 - remove test for visibility state "unloaded"; this is no longer supported (it never really was).
909 2013-12-17 Alexey Proskuryakov <ap@apple.com>
911 Sanitize skip entries for pop-up menu tests.
913 Pop-up menus are native controls on Mac, and block test progress when opened.
915 * platform/mac/TestExpectations: Combined entries for these tests together, and
918 2013-12-17 Brent Fulgham <bfulgham@apple.com>
920 Unreviewed test update for Windows.
922 * platform/win/TestExpectations: Exclude a few more media-based
925 2013-12-17 Alexey Proskuryakov <ap@apple.com>
927 Layout Test webaudio/delaynode-max-default-delay.html is flaky
928 https://bugs.webkit.org/show_bug.cgi?id=121646
930 * platform/mac/TestExpectations: Marking as such.
932 2013-12-17 Radu Stavila <stavila@adobe.com>
934 [CSS Regions] Positioned elements in regions get clipped if they fall outside the region
935 https://bugs.webkit.org/show_bug.cgi?id=117120
937 Reviewed by Mihnea Ovidenie.
939 Added tests for the correct painting of the borders of differently positioned elements overflowing regions.
941 * fast/regions/absolute-in-relative-overflow-expected.html: Added.
942 * fast/regions/absolute-in-relative-overflow.html: Added.
943 * fast/regions/static-in-relative-overflow-expected.html: Added.
944 * fast/regions/static-in-relative-overflow.html: Added.
945 * fast/regions/sticky-border-overflow-expected.html: Added.
946 * fast/regions/sticky-border-overflow.html: Added.
948 2013-12-17 Commit Queue <commit-queue@webkit.org>
950 Unreviewed, rolling out r160717.
951 http://trac.webkit.org/changeset/160717
952 https://bugs.webkit.org/show_bug.cgi?id=125863
954 New tests are failing, and possibly broke an existing test
955 (Requested by ap on #webkit).
957 * fast/regions/repaint/fixed-in-named-flow-cb-changed-expected.txt: Removed.
958 * fast/regions/repaint/fixed-in-named-flow-cb-changed.html: Removed.
959 * fast/regions/repaint/fixed-in-named-flow-cb-changed2-expected.txt: Removed.
960 * fast/regions/repaint/fixed-in-named-flow-cb-changed2.html: Removed.
962 2013-12-17 Ryosuke Niwa <rniwa@webkit.org>
964 Invalid dir attributes should resolve to ltr
965 https://bugs.webkit.org/show_bug.cgi?id=125830
967 Reviewed by Darin Adler.
969 * fast/dom/HTMLElement/set-and-clear-dir-attribute-expected.txt: Added.
970 * fast/dom/HTMLElement/set-and-clear-dir-attribute.html: Added.
972 2013-12-17 Mihnea Ovidenie <mihnea@adobe.com>
974 [CSSRegions] Incorrect repaint of fixed element with transformed parent
975 https://bugs.webkit.org/show_bug.cgi?id=125756
977 Reviewed by Darin Adler.
979 Add tests for a fixed positioned element with a parent that:
980 1. dynamically gets a transform, in which case the fixed positioned element should be positioned
981 relative to its parent
982 2. dynamically loses its transform, in which case the fixed positioned element should be positioned
983 relative to the view.
985 * fast/regions/repaint/fixed-in-named-flow-cb-changed-expected.txt: Added.
986 * fast/regions/repaint/fixed-in-named-flow-cb-changed.html: Added.
987 * fast/regions/repaint/fixed-in-named-flow-cb-changed2-expected.txt: Added.
988 * fast/regions/repaint/fixed-in-named-flow-cb-changed2.html: Added.
990 2013-12-17 Bem Jones-Bey <bjonesbe@adobe.com>
992 REGRESSION(r159166?): fast/block/float/float-with-fractional-height-vertical-lr.html, fast/block/float/float-with-fractional-height.html are failing
993 https://bugs.webkit.org/show_bug.cgi?id=124506
995 Reviewed by Dirk Schulze.
997 Remove lines for tests that have been fixed by this patch.
999 * platform/efl/TestExpectations:
1000 * platform/gtk/TestExpectations:
1002 2013-12-17 Mario Sanchez Prada <mario.prada@samsung.com>
1004 [ATK] Expose accessibility objects for <dl>, <dt> and <dd>
1005 https://bugs.webkit.org/show_bug.cgi?id=125857
1007 Reviewed by Chris Fleizach.
1009 Update test to update expectations.
1011 * platform/gtk/accessibility/roles-exposed-expected.txt:
1012 * platform/gtk/accessibility/roles-exposed.html:
1014 Updated test expectations for other test using description lists.
1016 * platform/efl-wk1/accessibility/lists-expected.txt:
1017 * platform/efl-wk2/accessibility/lists-expected.txt:
1018 * platform/gtk/accessibility/lists-expected.txt:
1021 2013-12-17 Frédéric Wang <fred.wang@free.fr>
1023 Ensure inferred mrows for msqrt, mstyle, merror, mphantom and math.
1024 https://bugs.webkit.org/show_bug.cgi?id=124841
1026 Reviewed by Darin Adler.
1028 * mathml/presentation/inferred-mrow-baseline-expected.txt: Added.
1029 * mathml/presentation/inferred-mrow-baseline.html: Added.
1030 * mathml/presentation/inferred-mrow-stretchy-expected.txt: Added.
1031 * mathml/presentation/inferred-mrow-stretchy.html: Added.
1033 2013-12-17 Brent Fulgham <bfulgham@apple.com>
1035 [Win] Temporarily disable mediate tests to get bots green.
1037 * platform/win/TestExpectations: Turn off additional media-related
1038 tests. These will be reactivated soon.
1040 2013-12-17 Mihnea Ovidenie <mihnea@adobe.com>
1042 [CSS Regions] Move regions tests from fast/repaint into fast/regions
1043 https://bugs.webkit.org/show_bug.cgi?id=78786
1045 Reviewed by Dirk Schulze.
1047 Moved regions repaint tests from fast/repaint into fast/regions/repaint.
1048 Moved regions repaint tests from fast/regions into fast/regions/repaint.
1049 Adjusted paths, TestExpectations.
1051 * 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.
1052 * fast/regions/repaint/element-in-named-flow-absolute-from-fixed.html: Renamed from LayoutTests/fast/regions/element-in-named-flow-absolute-from-fixed.html.
1053 * 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.
1054 * fast/regions/repaint/element-in-named-flow-fixed-from-absolute.html: Renamed from LayoutTests/fast/regions/element-in-named-flow-fixed-from-absolute.html.
1055 * fast/regions/repaint/element-inflow-fixed-from-outflow-static-expected.txt: Renamed from LayoutTests/fast/regions/element-inflow-fixed-from-outflow-static-expected.txt.
1056 * fast/regions/repaint/element-inflow-fixed-from-outflow-static.html: Renamed from LayoutTests/fast/regions/element-inflow-fixed-from-outflow-static.html.
1057 * fast/regions/repaint/element-outflow-static-from-inflow-fixed-expected.txt: Renamed from LayoutTests/fast/regions/element-outflow-static-from-inflow-fixed-expected.txt.
1058 * fast/regions/repaint/element-outflow-static-from-inflow-fixed.html: Renamed from LayoutTests/fast/regions/element-outflow-static-from-inflow-fixed.html.
1059 * fast/regions/repaint/fixed-in-named-flow-scroll-expected.txt: Renamed from LayoutTests/fast/regions/fixed-in-named-flow-scroll-expected.txt.
1060 * fast/regions/repaint/fixed-in-named-flow-scroll.html: Renamed from LayoutTests/fast/regions/fixed-in-named-flow-scroll.html.
1061 * fast/regions/repaint/increasing-region-content-height-expected.txt: Renamed from LayoutTests/fast/repaint/increasing-region-content-height-expected.txt.
1062 * fast/regions/repaint/increasing-region-content-height.html: Renamed from LayoutTests/fast/repaint/increasing-region-content-height.html.
1063 * fast/regions/repaint/japanese-rl-selection-repaint-in-regions.html: Renamed from LayoutTests/fast/repaint/japanese-rl-selection-repaint-in-regions.html.
1064 * fast/regions/repaint/line-flow-with-floats-in-regions.html: Added.
1065 * fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions.html: Renamed from LayoutTests/fast/repaint/overflow-flipped-writing-mode-block-in-regions.html.
1066 * fast/regions/repaint/region-painting-composited-element-expected.html: Renamed from LayoutTests/fast/repaint/region-painting-composited-element-expected.html.
1067 * fast/regions/repaint/region-painting-composited-element.html: Renamed from LayoutTests/fast/repaint/region-painting-composited-element.html.
1068 * fast/regions/repaint/region-painting-in-composited-view-expected.html: Renamed from LayoutTests/fast/repaint/region-painting-in-composited-view-expected.html.
1069 * fast/regions/repaint/region-painting-in-composited-view.html: Renamed from LayoutTests/fast/repaint/region-painting-in-composited-view.html.
1070 * fast/regions/repaint/region-painting-invalidation.html: Renamed from LayoutTests/fast/repaint/region-painting-invalidation.html.
1071 * fast/regions/repaint/region-painting-via-layout.html: Renamed from LayoutTests/fast/repaint/region-painting-via-layout.html.
1072 * fast/regions/repaint/repaint-regions-overflow-expected.txt: Renamed from LayoutTests/fast/repaint/repaint-regions-overflow-expected.txt.
1073 * fast/regions/repaint/repaint-regions-overflow.html: Renamed from LayoutTests/fast/repaint/repaint-regions-overflow.html.
1074 * fast/repaint/line-flow-with-floats-in-regions.html: Removed.
1075 * platform/efl/TestExpectations:
1076 * 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.
1077 * platform/gtk/TestExpectations:
1078 * 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.
1079 * 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.
1080 * 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.
1081 * 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.
1082 * 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.
1083 * 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.
1084 * platform/mac/fast/regions/repaint/region-painting-invalidation-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-invalidation-expected.png.
1085 * platform/mac/fast/regions/repaint/region-painting-invalidation-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-invalidation-expected.txt.
1086 * platform/mac/fast/regions/repaint/region-painting-via-layout-expected.png: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-via-layout-expected.png.
1087 * platform/mac/fast/regions/repaint/region-painting-via-layout-expected.txt: Renamed from LayoutTests/platform/mac/fast/repaint/region-painting-via-layout-expected.txt.
1088 * platform/win/TestExpectations:
1089 * platform/wincairo/TestExpectations:
1091 2013-12-17 Mario Sanchez Prada <mario.prada@samsung.com>
1093 [GTK][WK2] rowAtIndex is not implemented in DRT/WKTR
1094 https://bugs.webkit.org/show_bug.cgi?id=116971
1096 Unreviewed. Moving test expectation to the right place, as this is
1097 an issue that actually affects both to Webkit1 and Webkit2.
1099 * platform/gtk-wk2/TestExpectations: Removed expectation.
1100 * platform/gtk/TestExpectations: Added expectation.
1102 2013-12-17 Mihnea Ovidenie <mihnea@adobe.com>
1104 [CSSRegions] Remove left-over test expectations in fast/regions/layers
1105 https://bugs.webkit.org/show_bug.cgi?id=125841
1107 Reviewed by Dirk Schulze.
1109 The original tests were removed part of https://bugs.webkit.org/show_bug.cgi?id=121828
1110 and added back as expectations only when https://bugs.webkit.org/show_bug.cgi?id=118665
1112 They should be removed.
1114 * fast/regions/layers/dynamic-layer-added-with-no-layout-expected.txt: Removed.
1115 * fast/regions/layers/dynamic-layer-removed-with-no-layout-expected.txt: Removed.
1116 * fast/regions/layers/regions-promoted-to-layers-expected.txt: Removed.
1117 * fast/regions/layers/regions-promoted-to-layers-horizontal-bt-expected.txt: Removed.
1118 * fast/regions/layers/regions-promoted-to-layers-vertical-lr-expected.txt: Removed.
1119 * fast/regions/layers/regions-promoted-to-layers-vertical-rl-expected.txt: Removed.
1121 2013-12-17 Mihai Maerean <mmaerean@adobe.com>
1123 Fix hit testing for divs with a hierarchy of css transformed and non-transformed elements
1124 https://bugs.webkit.org/show_bug.cgi?id=124777
1126 Reviewed by Darin Adler.
1128 * transforms/3d/hit-testing/hover-rotated-with-children-negative-z.html: Added.
1129 * transforms/3d/hit-testing/hover-rotated-with-children-negative-z-expected.txt: Added.
1130 * transforms/3d/hit-testing/negative-zoffset-hit-test.html: Added.
1131 * transforms/3d/hit-testing/negative-zoffset-hit-test-expected.txt: Added.
1132 * transforms/3d/hit-testing/overlapping-layers-hit-test.html: Added.
1133 * transforms/3d/hit-testing/overlapping-layers-hit-test-expected.txt: Added.
1135 2013-12-16 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
1137 Checking RTCPeerConnection signalingState before setting local/remoteDescription
1138 https://bugs.webkit.org/show_bug.cgi?id=125655
1140 Reviewed by Eric Carlson.
1142 Before setting a session description RTCPeerConnection must check if it is in valid state for that SDP type.
1144 * fast/mediastream/RTCPeerConnection-have-local-answer.html: Added.
1145 * fast/mediastream/RTCPeerConnection-have-local-offer-expected.txt: Added.
1146 * fast/mediastream/RTCPeerConnection-have-local-offer.html: Added.
1147 * fast/mediastream/RTCPeerConnection-have-local-pranswer-expected.txt: Added.
1148 * fast/mediastream/RTCPeerConnection-have-local-pranswer.html: Added.
1149 * fast/mediastream/RTCPeerConnection-have-remote-offer-expected.txt: Added.
1150 * fast/mediastream/RTCPeerConnection-have-remote-offer.html: Added.
1151 * fast/mediastream/RTCPeerConnection-have-remote-pranswer-expected.txt: Added.
1152 * fast/mediastream/RTCPeerConnection-have-remote-pranswer.html: Added.
1153 * fast/mediastream/RTCPeerConnection-remoteDescription-expected.txt:
1154 * fast/mediastream/RTCPeerConnection-remoteDescription.html:
1155 * fast/mediastream/RTCPeerConnection-stable-expected.txt: Added.
1156 * fast/mediastream/RTCPeerConnection-stable.html: Added.
1158 2013-12-16 Oliver Hunt <oliver@apple.com>
1160 Cache getters and custom accessors on the prototype chain
1161 https://bugs.webkit.org/show_bug.cgi?id=125602
1163 Reviewed by Michael Saboff.
1165 Added a bunch of new tests
1167 * js/regress/chain-custom-getter-expected.txt: Added.
1168 * js/regress/chain-custom-getter.html: Added.
1169 * js/regress/chain-getter-access-expected.txt: Added.
1170 * js/regress/chain-getter-access.html: Added.
1171 * js/regress/proto-custom-getter-expected.txt: Added.
1172 * js/regress/proto-custom-getter.html: Added.
1173 * js/regress/proto-getter-access-expected.txt: Added.
1174 * js/regress/proto-getter-access.html: Added.
1175 * js/regress/resources/regress-pre.js:
1176 Made sure that noInline always exists (either using testRunner.neverInlineFunction
1177 or a no-op function if nothing else is available)
1178 * js/regress/script-tests/chain-custom-getter.js: Added.
1180 * js/regress/script-tests/chain-getter-access.js: Added.
1183 * js/regress/script-tests/proto-custom-getter.js: Added.
1185 * js/regress/script-tests/proto-getter-access.js: Added.
1188 * js/regress/script-tests/simple-custom-getter.js: Added.
1189 (cycles.30000.numberObject.Number.foo):
1190 * js/regress/script-tests/simple-getter-access.js: Added.
1193 * js/regress/simple-custom-getter-expected.txt: Added.
1194 * js/regress/simple-custom-getter.html: Added.
1195 * js/regress/simple-getter-access-expected.txt: Added.
1196 * js/regress/simple-getter-access.html: Added.
1198 2013-12-16 Hans Muller <hmuller@adobe.com>
1200 [CSS Shapes] Add support for the computing the included intervals for a BoxShape
1201 https://bugs.webkit.org/show_bug.cgi?id=124605
1203 Reviewed by Andreas Kling.
1205 Check that shape-inside:content-box works with and without border radii.
1207 * fast/shapes/shape-inside/shape-inside-content-box-expected.html: Added.
1208 * fast/shapes/shape-inside/shape-inside-content-box.html: Added.
1210 2013-12-16 Mario Sanchez Prada <mario.prada@samsung.com>
1212 [ATK] Expose accessibility objects for more WAI-ARIA roles
1213 https://bugs.webkit.org/show_bug.cgi?id=125596
1215 Reviewed by Chris Fleizach.
1217 Update test to update expectations.
1219 * platform/gtk/accessibility/roles-exposed-expected.txt:
1220 * platform/gtk/accessibility/roles-exposed.html:
1222 2013-12-16 Eric Carlson <eric.carlson@apple.com>
1224 Fix QuickTime plug-in replacement scripting bugs
1225 https://bugs.webkit.org/show_bug.cgi?id=125717
1227 Reviewed by Sam Weinig.
1229 * plugins/quicktime-plugin-replacement-expected.txt:
1230 * plugins/quicktime-plugin-replacement.html: Update to test 'qtsrc' attribute, and to check
1231 that relative urls are resolved correctly.
1232 * plugins/resources/yellow.mov: Added.
1234 2013-12-16 Mario Sanchez Prada <mario.prada@samsung.com>
1236 [ATK] Expose accessibility objects with ATK_ROLE_CHECK_MENU_ITEM
1237 https://bugs.webkit.org/show_bug.cgi?id=125594
1239 Reviewed by Chris Fleizach.
1241 Update test to update expectations.
1243 * platform/gtk/accessibility/roles-exposed-expected.txt:
1244 * platform/gtk/accessibility/roles-exposed.html:
1246 2013-12-16 Mario Sanchez Prada <mario.prada@samsung.com>
1248 [ATK] Expose accessibility objects with ATK_ROLE_ARTICLE
1249 https://bugs.webkit.org/show_bug.cgi?id=125587
1251 Reviewed by Chris Fleizach.
1253 Update test to unskip article objects and update expectations.
1255 * accessibility/aria-mappings-expected.txt:
1256 * platform/gtk/accessibility/roles-exposed-expected.txt:
1257 * platform/gtk/accessibility/roles-exposed.html:
1259 2013-11-27 Sergio Villar Senin <svillar@igalia.com>
1261 [CSS Grid Layout] Fix the preferred logical widths code to work with spanning grid items
1262 https://bugs.webkit.org/show_bug.cgi?id=123994
1264 Reviewed by Andreas Kling.
1266 From Blink r159189 by <jchaffraix@chromium.org>
1268 Extended the test case to include spanning grid items.
1270 * fast/css-grid-layout/grid-preferred-logical-widths-expected.txt:
1271 * fast/css-grid-layout/grid-preferred-logical-widths.html:
1273 2013-12-15 Frédéric Wang <fred.wang@free.fr>
1275 Add support for maction@toggle
1276 https://bugs.webkit.org/show_bug.cgi?id=120059
1278 Reviewed by Chris Fleizach.
1280 * mathml/presentation/maction-toggle-expected.html: Added.
1281 * mathml/presentation/maction-toggle.html: Added.
1283 2013-12-15 Ryosuke Niwa <rniwa@webkit.org>
1285 REGRESSION: 2x regression on Dromaeo DOM query tests
1286 https://bugs.webkit.org/show_bug.cgi?id=125377
1288 Reviewed by Filip Pizlo.
1290 Added more regression tests for throwing away byte code when a new named property appears.
1292 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-expected: Rebaselined.
1293 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.html: Fixed the test to use dfgShouldBe.
1294 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-2-expected.txt: Added.
1295 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-2.html: Added.
1296 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-3-expected.txt: Added.
1297 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-3.html: Added.
1298 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-4-expected.txt: Added.
1299 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-4.html: Added.
1300 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-5-expected.txt: Added.
1301 * js/dom/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps-5.html: Added.
1302 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-2-expected.txt: Added.
1303 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-2.html: Added.
1304 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-3-expected.txt: Added.
1305 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-3.html: Added.
1306 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-4-expected.txt: Added.
1307 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-4.html: Added.
1308 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-5-expected.txt: Added.
1309 * js/dom/prototype-chain-caching-with-impure-get-own-property-slot-traps-5.html: Added.
1310 * js/dom/script-tests/dfg-prototype-chain-caching-with-impure-get-own-property-slot-traps.js: Removed.
1312 2013-12-15 Rob Buis <rob.buis@samsung.com>
1314 [CSS Shapes] shape-outside animation does not handle 'auto' well
1315 https://bugs.webkit.org/show_bug.cgi?id=125700
1317 Reviewed by Dirk Schulze.
1319 Test a shape-outside animation where one keyframe uses 'auto'.
1321 * fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt:
1322 * fast/shapes/shape-outside-floats/shape-outside-animation.html:
1324 2013-12-14 Darin Adler <darin@apple.com>
1326 Crash in CSSImageGeneratorValue and RenderScrollbar
1327 https://bugs.webkit.org/show_bug.cgi?id=125702
1329 Reviewed by Alexey Proskuryakov.
1331 * fast/css/scrollbar-image-crash-expected.txt: Added.
1332 * fast/css/scrollbar-image-crash.html: Added.
1334 2013-12-14 Brent Fulgham <bfulgham@webkit.org>
1336 [Win] Disable media tests while we sort out QTSDK issues.
1337 Unreviewed patch to get test bots green
1339 * platform/win/TestExpectations
1342 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
1344 Some Set and Map prototype functions have incorrect function lengths
1345 https://bugs.webkit.org/show_bug.cgi?id=125732
1347 Reviewed by Oliver Hunt.
1349 * js/basic-map-expected.txt:
1350 * js/basic-set-expected.txt:
1351 * js/script-tests/basic-map.js:
1352 * js/script-tests/basic-set.js:
1354 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
1356 Web Inspector: Move Inspector and Debugger protocol domains into JavaScriptCore
1357 https://bugs.webkit.org/show_bug.cgi?id=125707
1359 Reviewed by Timothy Hatcher.
1361 * http/tests/inspector-protocol/resources/InspectorTest.js:
1362 (InspectorTest.checkForError):
1363 Since having a protocol error is likely wrong, make the output
1364 for it as detailed as possible.
1366 2013-12-13 Roger Fong <roger_fong@apple.com>
1368 [WebGL] Check for global variable precision mismatch between vertex and fragment shaders.
1369 https://bugs.webkit.org/show_bug.cgi?id=125546.
1370 <rdar://problem/15203364>
1372 Reviewed by Brent Fulgham.
1374 * platform/mac/TestExpectations:
1375 Unskip webgl/1.0.2/glsl/misc/shader-with-global-variable-precision-mismatch.html
1377 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
1379 Web Inspector: Add Inspector Code Generation to JavaScriptCore for Runtime Domain
1380 https://bugs.webkit.org/show_bug.cgi?id=125595
1382 Reviewed by Timothy Hatcher.
1384 * http/tests/inspector-protocol/resources/InspectorTest.js:
1385 (InspectorTest.importInspectorScripts):
1386 Update for the new backend commands files.
1388 2013-12-13 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
1390 Adding RTCPeerConnectionErrorCallback
1391 https://bugs.webkit.org/show_bug.cgi?id=125574
1393 Reviewed by Eric Carlson.
1395 According to the spec there should be a RTCPeerConnectionErrorCallback function type for createOffer/Answer,
1396 setLocal/RemoteDescription and updateIce function calls. This callback must handle a DOMError object.
1398 * fast/mediastream/RTCPeerConnection-createAnswer-expected.txt:
1399 * fast/mediastream/RTCPeerConnection-createAnswer.html:
1400 * fast/mediastream/RTCPeerConnection-createOffer-expected.txt:
1401 * fast/mediastream/RTCPeerConnection-createOffer.html:
1403 2013-12-13 Alexey Proskuryakov <ap@apple.com>
1405 WebCrypto Key.usages should be ordered alphabetically
1406 https://bugs.webkit.org/show_bug.cgi?id=125696
1408 Reviewed by Darin Adler.
1410 * crypto/subtle/aes-cbc-192-encrypt-decrypt-expected.txt:
1411 * crypto/subtle/aes-cbc-192-encrypt-decrypt.html:
1412 * crypto/subtle/aes-cbc-256-encrypt-decrypt-expected.txt:
1413 * crypto/subtle/aes-cbc-256-encrypt-decrypt.html:
1414 * crypto/subtle/aes-cbc-encrypt-decrypt-expected.txt:
1415 * crypto/subtle/aes-cbc-encrypt-decrypt-with-padding-expected.txt:
1416 * crypto/subtle/aes-cbc-encrypt-decrypt-with-padding.html:
1417 * crypto/subtle/aes-cbc-encrypt-decrypt.html:
1418 * crypto/subtle/aes-cbc-generate-key-expected.txt:
1419 * crypto/subtle/aes-cbc-generate-key.html:
1420 * crypto/subtle/aes-cbc-invalid-length-expected.txt:
1421 * crypto/subtle/aes-cbc-invalid-length.html:
1422 * crypto/subtle/aes-kw-wrap-unwrap-aes-expected.txt:
1423 * crypto/subtle/aes-kw-wrap-unwrap-aes.html:
1424 * crypto/subtle/aes-postMessage-expected.txt:
1425 * crypto/subtle/aes-postMessage.html:
1426 * crypto/subtle/hmac-postMessage-expected.txt:
1427 * crypto/subtle/hmac-postMessage.html:
1428 * crypto/subtle/jwk-import-use-values-expected.txt:
1429 * crypto/subtle/jwk-import-use-values.html:
1430 * crypto/subtle/postMessage-worker-expected.txt:
1431 * crypto/subtle/postMessage-worker.html:
1432 * crypto/subtle/resources/postMessage-worker.js:
1434 * crypto/subtle/rsa-oaep-key-manipulation-expected.txt:
1435 * crypto/subtle/rsa-oaep-key-manipulation.html:
1436 * crypto/subtle/rsa-oaep-wrap-unwrap-aes-expected.txt:
1437 * crypto/subtle/rsa-oaep-wrap-unwrap-aes.html:
1438 * crypto/subtle/rsaes-pkcs1-v1_5-wrap-unwrap-aes-expected.txt:
1439 * crypto/subtle/rsaes-pkcs1-v1_5-wrap-unwrap-aes.html:
1441 2013-12-13 Rob Buis <rob.buis@samsung.com>
1443 Clean up SVGScriptElement
1444 https://bugs.webkit.org/show_bug.cgi?id=125527
1446 Reviewed by Darin Adler.
1448 Add test to verify the new type getter/setter behavior on SVScriptElement.
1449 Specifically, the old behavior was setting the JS type property did not reflect in
1450 the actual content attribute being set, the new behavior is to do set the content
1451 attribute when setting the JS type property.
1453 * svg/dom/SVGScriptElement/script-type-attribute-expected.txt: Added.
1454 * svg/dom/SVGScriptElement/script-type-attribute.svg: Added.
1456 2013-12-13 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1458 Unreviewed EFL gardening
1460 Remove wrong http baselines.
1462 * platform/efl/http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt: Removed.
1463 * platform/efl/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Removed.
1464 * platform/efl/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Removed.
1466 2013-12-12 Alexey Proskuryakov <ap@apple.com>
1468 WebCrypto wrapKey operation doesn't check key usage
1469 https://bugs.webkit.org/show_bug.cgi?id=125675
1471 Reviewed by Darin Adler.
1473 * crypto/subtle/unwrapKey-check-usage-expected.txt: Added.
1474 * crypto/subtle/unwrapKey-check-usage.html: Added.
1475 * crypto/subtle/wrapKey-check-usage-expected.txt: Added.
1476 * crypto/subtle/wrapKey-check-usage.html: Added.
1478 2013-12-12 Alexey Proskuryakov <ap@apple.com>
1480 Add support for RSAES-PKCS1-v1_5
1481 https://bugs.webkit.org/show_bug.cgi?id=125647
1483 Reviewed by Anders Carlsson.
1485 * crypto/subtle/rsaes-pkcs1-v1_5-decrypt-expected.txt: Added.
1486 * crypto/subtle/rsaes-pkcs1-v1_5-decrypt.html: Added.
1487 * crypto/subtle/rsaes-pkcs1-v1_5-wrap-unwrap-aes-expected.txt: Added.
1488 * crypto/subtle/rsaes-pkcs1-v1_5-wrap-unwrap-aes.html: Added.
1490 2013-12-12 Alexey Proskuryakov <ap@apple.com>
1492 Public key in a generated KeyPair should always be extractable
1493 https://bugs.webkit.org/show_bug.cgi?id=125643
1495 Reviewed by Sam Weinig.
1497 * crypto/subtle/rsa-oaep-generate-non-extractable-key-expected.txt: Added.
1498 * crypto/subtle/rsa-oaep-generate-non-extractable-key.html: Added.
1500 2013-12-12 Alexey Proskuryakov <ap@apple.com>
1502 Make algorithm.name return registered name, not normalized one
1503 https://bugs.webkit.org/show_bug.cgi?id=125641
1505 Reviewed by Anders Carlsson.
1507 * crypto/subtle/aes-cbc-192-encrypt-decrypt-expected.txt:
1508 * crypto/subtle/aes-cbc-192-encrypt-decrypt.html:
1509 * crypto/subtle/aes-cbc-256-encrypt-decrypt-expected.txt:
1510 * crypto/subtle/aes-cbc-256-encrypt-decrypt.html:
1511 * crypto/subtle/aes-cbc-encrypt-decrypt-expected.txt:
1512 * crypto/subtle/aes-cbc-encrypt-decrypt-with-padding-expected.txt:
1513 * crypto/subtle/aes-cbc-encrypt-decrypt-with-padding.html:
1514 * crypto/subtle/aes-cbc-encrypt-decrypt.html:
1515 * crypto/subtle/aes-cbc-generate-key-expected.txt:
1516 * crypto/subtle/aes-cbc-generate-key.html:
1517 * crypto/subtle/aes-cbc-import-jwk-expected.txt:
1518 * crypto/subtle/aes-cbc-import-jwk.html:
1519 * crypto/subtle/aes-cbc-invalid-length-expected.txt:
1520 * crypto/subtle/aes-cbc-invalid-length.html:
1521 * crypto/subtle/aes-cbc-unwrap-failure-expected.txt:
1522 * crypto/subtle/aes-cbc-unwrap-failure.html:
1523 * crypto/subtle/aes-cbc-unwrap-rsa-expected.txt:
1524 * crypto/subtle/aes-cbc-unwrap-rsa.html:
1525 * crypto/subtle/aes-cbc-wrap-rsa-expected.txt:
1526 * crypto/subtle/aes-cbc-wrap-rsa-non-extractable-expected.txt:
1527 * crypto/subtle/aes-cbc-wrap-rsa-non-extractable.html:
1528 * crypto/subtle/aes-cbc-wrap-rsa.html:
1529 * crypto/subtle/aes-kw-key-manipulation-expected.txt:
1530 * crypto/subtle/aes-kw-key-manipulation.html:
1531 * crypto/subtle/aes-kw-wrap-unwrap-aes-expected.txt:
1532 * crypto/subtle/aes-kw-wrap-unwrap-aes.html:
1533 * crypto/subtle/aes-postMessage-expected.txt:
1534 * crypto/subtle/aes-postMessage.html:
1535 * crypto/subtle/hmac-generate-key-expected.txt:
1536 * crypto/subtle/hmac-generate-key.html:
1537 * crypto/subtle/hmac-import-jwk-expected.txt:
1538 * crypto/subtle/hmac-import-jwk.html:
1539 * crypto/subtle/hmac-postMessage-expected.txt:
1540 * crypto/subtle/hmac-postMessage.html:
1541 * crypto/subtle/hmac-sign-verify-empty-key-expected.txt:
1542 * crypto/subtle/hmac-sign-verify-empty-key.html:
1543 * crypto/subtle/hmac-sign-verify-expected.txt:
1544 * crypto/subtle/hmac-sign-verify.html:
1545 * crypto/subtle/postMessage-worker-expected.txt:
1546 * crypto/subtle/postMessage-worker.html:
1547 * crypto/subtle/resources/postMessage-worker.js:
1548 * crypto/subtle/rsa-oaep-key-manipulation-expected.txt:
1549 * crypto/subtle/rsa-oaep-key-manipulation.html:
1550 * crypto/subtle/rsa-oaep-wrap-unwrap-aes-expected.txt:
1551 * crypto/subtle/rsa-oaep-wrap-unwrap-aes.html:
1552 * crypto/subtle/rsa-postMessage-expected.txt:
1553 * crypto/subtle/rsa-postMessage.html:
1554 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key-expected.txt:
1555 * crypto/subtle/rsassa-pkcs1-v1_5-generate-key.html:
1556 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk-expected.txt:
1557 * crypto/subtle/rsassa-pkcs1-v1_5-import-jwk.html:
1559 2013-12-12 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1561 Unreviewed EFL gardening
1563 Rebaseline fast/table/empty-cells.html after r160410.
1565 * platform/efl/fast/table/empty-cells-expected.png:
1566 * platform/efl/fast/table/empty-cells-expected.txt:
1568 2013-12-12 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1570 Unreviewed EFL gardening
1572 Add test expectations for failing compositing tests.
1574 * platform/efl-wk2/TestExpectations:
1576 2013-12-12 Commit Queue <commit-queue@webkit.org>
1578 Unreviewed, rolling out r160446.
1579 http://trac.webkit.org/changeset/160446
1580 https://bugs.webkit.org/show_bug.cgi?id=125630
1582 The upower-glib-based implementation is using API that was
1583 recently removed (Requested by zdobersek1 on #webkit).
1585 * platform/gtk/TestExpectations:
1587 2013-12-12 Commit Queue <commit-queue@webkit.org>
1589 Unreviewed, rolling out r160417.
1590 http://trac.webkit.org/changeset/160417
1591 https://bugs.webkit.org/show_bug.cgi?id=125629
1593 The patch is causing crashes (Requested by zdobersek1 on
1596 * accessibility/children-changed-sends-notification-expected.txt: Removed.
1597 * accessibility/children-changed-sends-notification.html: Removed.
1598 * accessibility/loading-iframe-sends-notification.html:
1599 * platform/mac/TestExpectations:
1601 2013-12-11 Darin Adler <darin@apple.com>
1603 StylePendingImage needs to correctly manage the CSSValue pointer lifetime
1604 https://bugs.webkit.org/show_bug.cgi?id=125468
1606 Reviewed by Andreas Kling.
1608 * fast/css/pending-image-crash-expected.txt: Added.
1609 * fast/css/pending-image-crash.xhtml: Added.
1611 2013-12-11 Alexey Proskuryakov <ap@apple.com>
1613 WebCrypto keys should support structured clone
1614 https://bugs.webkit.org/show_bug.cgi?id=125590
1616 Reviewed by Oliver Hunt.
1618 * crypto/subtle/aes-postMessage-expected.txt: Added.
1619 * crypto/subtle/aes-postMessage.html: Added.
1620 * crypto/subtle/hmac-postMessage-expected.txt: Added.
1621 * crypto/subtle/hmac-postMessage.html: Added.
1622 * crypto/subtle/postMessage-worker-expected.txt: Added.
1623 * crypto/subtle/postMessage-worker.html: Added.
1624 * crypto/subtle/rsa-postMessage-expected.txt: Added.
1625 * crypto/subtle/rsa-postMessage.html: Added.
1626 * crypto/subtle/resources/postMessage-worker.js: Added.
1628 2013-12-11 Bear Travis <betravis@adobe.com>
1630 Web Inspector: [CSS Shapes] Highlight margin-shape for shape-outside
1631 https://bugs.webkit.org/show_bug.cgi?id=125175
1633 Reviewed by Darin Adler.
1635 Test that the shape and margin-shape are properly passed to the Inspector Overlay.
1636 Arcs for rounded rectangles, circles, and ellipses are approximated using the same
1637 bezier curve method present in Path.cpp.
1639 * inspector-protocol/model/highlight-shape-outside-margin.html: Added.
1640 * inspector-protocol/model/highlight-shape-outside.html: Updating shape-outside info model.
1641 * inspector-protocol/resources/shape-info-helper.js: Adding utilities to compare alternate
1644 2013-12-11 Mario Sanchez Prada <mario.prada@samsung.com>
1646 [ATK] Expose accessibility objects WAI-ARIA landmark roles
1647 https://bugs.webkit.org/show_bug.cgi?id=125584
1649 Reviewed by Chris Fleizach.
1651 Update test to unskip landmark elements and update expectations.
1653 * platform/gtk/accessibility/roles-exposed-expected.txt:
1654 * platform/gtk/accessibility/roles-exposed.html:
1656 2013-12-11 Mario Sanchez Prada <mario.prada@samsung.com>
1658 [ATK] Add new layout test to check ATK roles in a central place
1659 https://bugs.webkit.org/show_bug.cgi?id=125525
1661 Reviewed by Chris Fleizach.
1663 New test added, with some skipped tests already present in
1664 platform/mac/accessibility/role-subrole-roledescription.html (this
1665 test is based in that one) as well as some issues specific to ATK
1666 that have been reported in bugs, for traceability.
1668 * platform/gtk/accessibility/roles-exposed-expected.txt: Added.
1669 * platform/gtk/accessibility/roles-exposed.html: Added.
1671 2013-12-11 Zan Dobersek <zdobersek@igalia.com>
1673 [GTK] Enable Battery Status API
1674 https://bugs.webkit.org/show_bug.cgi?id=125453
1676 Reviewed by Martin Robinson.
1678 * platform/gtk/TestExpectations: Remove expectations for the Battery Status API layout tests
1679 since all the tests pass now that the feature is enabled.
1681 2013-12-11 Javier Fernandez <jfernandez@igalia.com>
1683 Arithmetic overflow when computing max-height CSS property with subpixel layout
1684 https://bugs.webkit.org/show_bug.cgi?id=119273
1686 Reviewed by Martin Robinson.
1688 Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
1690 * platform/gtk/TestExpectations: Removed failure expectation for autoheight-correct-region-for-lines-2.html
1692 2013-12-11 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
1694 Improving createOffer and createAnswer LayoutTests
1695 https://bugs.webkit.org/show_bug.cgi?id=125568
1697 Reviewed by Philippe Normand.
1699 The constraints parameter should be optional in both. Also adding tests to check if we already have a local SDP
1700 when creating an answer.
1702 * fast/mediastream/RTCPeerConnection-createAnswer-expected.txt:
1703 * fast/mediastream/RTCPeerConnection-createAnswer.html:
1704 * fast/mediastream/RTCPeerConnection-createOffer-expected.txt:
1705 * fast/mediastream/RTCPeerConnection-createOffer.html:
1707 2013-12-11 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1709 Unreviewed EFL gardening
1711 Add test expectations for failing ref-tests.
1713 * platform/efl-wk2/TestExpectations:
1714 * platform/efl/TestExpectations:
1716 2013-12-11 Rob Buis <rob.buis@samsung.com>
1718 [CSS Shapes] Take into account fill-rule for polygon interpolation
1719 https://bugs.webkit.org/show_bug.cgi?id=125508
1721 Reviewed by Dirk Schulze.
1723 Adapt fast/shapes/shape-outside-floats/shape-outside-animation.html so it also tests polygon animation
1724 when using different fill rules.
1726 * animations/resources/animation-test-helpers.js:
1727 (parseBasicShape): also allow evenodd when parsing the polygon
1728 * fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt:
1729 * fast/shapes/shape-outside-floats/shape-outside-animation.html:
1731 2013-12-11 Michal Poteralski <m.poteralski@samsung.com>
1733 Test results of postMessage-clone-port-error.html test are broken
1734 https://bugs.webkit.org/show_bug.cgi?id=125487
1736 Reviewed by Alexey Proskuryakov.
1738 Improved Layout test checks correctness of value thrown by postMessage:
1740 * fast/dom/Window/postMessage-clone-port-error-expected.txt:
1741 * fast/dom/Window/postMessage-clone-port-error.html:
1743 2013-12-11 Mario Sanchez Prada <mario.prada@samsung.com>
1745 Programmatically-inserted children lack accessibility events
1746 https://bugs.webkit.org/show_bug.cgi?id=100275
1748 Reviewed by Chris Fleizach.
1750 Add new test to chack that children-changed signals are properly
1751 emitted when adding/removing elements in the accessibility hierarchy.
1753 * accessibility/children-changed-sends-notification-expected.txt: Added.
1754 * accessibility/children-changed-sends-notification.html: Added.
1756 Update test to filter out unrelated non-loading events.
1757 * accessibility/loading-iframe-sends-notification.html: Updated.
1759 Skip the test on the Mac as it does not expose these kind of
1760 notifications when children are being added or removed.
1761 * platform/mac/TestExpectations: Skip newly added test.
1763 2013-12-10 Gurpreet Kaur <k.gurpreet@samsung.com>
1765 top and bottom black background line not getting displayed
1766 https://bugs.webkit.org/show_bug.cgi?id=21664
1768 Reviewed by Simon Fraser.
1770 * fast/dom/HTMLTableElement/empy-table-cell-with-background-color-expected.txt: Added.
1771 * fast/dom/HTMLTableElement/empy-table-cell-with-background-color.html: Added.
1772 Added new test case to verify that table cell offsetWidth is set even
1773 when it has no contents but has background color.
1774 * fast/table/auto-100-percent-width-expected.txt:
1775 * platform/mac/fast/table/empty-cells-expected.txt:
1776 * tables/mozilla/bugs/bug1818-6-expected.txt:
1777 Rebaselining the existing test case as per the new changes. The new
1778 dimension changes are as per mozilla behaviour. For
1779 auto-100-percent-width-expected.txt we get 1 px red background because
1780 if cellHasContent we set columnLayout's minLogicalWidth and
1781 columnLayout's maxLogicalWidth as 1 initially even if cell is empty.
1783 2013-12-10 Krzysztof Czech <k.czech@samsung.com>
1785 AX: Share accessibility/aria-hidden-negates-no-visibility.html expectation with other ports
1786 https://bugs.webkit.org/show_bug.cgi?id=125495
1788 Reviewed by Chris Fleizach.
1790 Expectation of accessibility/aria-hidden-negates-no-visibility.html is the same for EFL and GTK.
1792 * accessibility/aria-hidden-negates-no-visibility-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt.
1794 2013-12-10 Mario Sanchez Prada <mario.prada@samsung.com>
1796 [ATK] Expose splitter elements with ATK_ROLE_SEPARATOR
1797 https://bugs.webkit.org/show_bug.cgi?id=125522
1799 Reviewed by Chris Fleizach.
1801 Update expected results in layout test for EFL and GTK.
1803 * platform/efl-wk1/accessibility/lists-expected.txt:
1804 * platform/efl-wk2/accessibility/lists-expected.txt:
1805 * platform/gtk/accessibility/lists-expected.txt:
1807 2013-12-10 Mario Sanchez Prada <mario.prada@samsung.com>
1809 [ATK] Elements with role 'alertdialog' should be ATK_ROLE_ALERT
1810 https://bugs.webkit.org/show_bug.cgi?id=125521
1812 Reviewed by Chris Fleizach.
1814 Update expected result in layout test.
1816 * accessibility/aria-mappings-expected.txt:
1818 2013-12-10 László Langó <lango@inf.u-szeged.hu>
1820 PageConsole::addMessage should automatically determine column number alongside line number
1821 https://bugs.webkit.org/show_bug.cgi?id=114319
1823 Reviewed by Joseph Pecoraro.
1825 * inspector-protocol/page/deny-X-FrameOption-expected.txt: Added.
1826 * inspector-protocol/page/deny-X-FrameOption.html: Added.
1828 2013-12-10 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1830 Unreviewed EFL gardening
1832 Add failure expectations for tests added in r157725.
1834 * platform/efl/TestExpectations:
1836 2013-12-10 Joanmarie Diggs <jdiggs@igalia.com>
1838 AX: [ATK] Convert the get_text atktest.c unit tests to layout tests
1839 https://bugs.webkit.org/show_bug.cgi?id=125497
1841 Reviewed by Mario Sanchez Prada.
1843 * platform/gtk/accessibility/text-for-range-combo-box-expected.txt: Added.
1844 * platform/gtk/accessibility/text-for-range-combo-box.html: Added.
1845 * platform/gtk/accessibility/text-for-range-embedded-objects-expected.txt: Added.
1846 * platform/gtk/accessibility/text-for-range-embedded-objects.html: Added.
1847 * platform/gtk/accessibility/text-for-range-entry-and-password-expected.txt: Added.
1848 * platform/gtk/accessibility/text-for-range-entry-and-password.html: Added.
1849 * platform/gtk/accessibility/text-for-range-extraneous-whitespace-expected.txt: Added.
1850 * platform/gtk/accessibility/text-for-range-extraneous-whitespace.html: Added.
1851 * platform/gtk/accessibility/text-for-range-formatted-expected.txt: Added.
1852 * platform/gtk/accessibility/text-for-range-formatted.html: Added.
1853 * platform/gtk/accessibility/text-for-range-heading-expected.txt: Added.
1854 * platform/gtk/accessibility/text-for-range-heading.html: Added.
1855 * platform/gtk/accessibility/text-for-range-list-items-expected.txt: Added.
1856 * platform/gtk/accessibility/text-for-range-list-items.html: Added.
1857 * platform/gtk/accessibility/text-for-range-simple-expected.txt: Added.
1858 * platform/gtk/accessibility/text-for-range-simple.html: Added.
1859 * platform/gtk/accessibility/text-for-range-table-cells-expected.txt: Added.
1860 * platform/gtk/accessibility/text-for-range-table-cells.html: Added.
1861 * platform/gtk/accessibility/text-for-range-with-link-expected.txt: Added.
1862 * platform/gtk/accessibility/text-for-range-with-link.html: Added.
1863 * platform/gtk/accessibility/text-for-table-expected.txt: Added.
1864 * platform/gtk/accessibility/text-for-table.html: Added.
1866 2013-12-10 Krzysztof Czech <k.czech@samsung.com>
1868 [ATK] accessibility/alt-tag-on-image-with-nonimage-role.html is failing after r160311
1869 https://bugs.webkit.org/show_bug.cgi?id=125504
1871 Unreviewed ATK gardening.
1873 * platform/efl/TestExpectations: Marked as failing.
1874 * platform/gtk/TestExpectations: Marked as failing.
1876 2013-12-10 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1878 Unreviewed EFL gardening
1880 Add failure expectations for tests that started to fail after r154906.
1882 * platform/efl/TestExpectations:
1884 2013-12-09 Ryosuke Niwa <rniwa@webkit.org>
1886 REGRESSION(r136280): input[type=image] should assume coords of 0,0 when activated without physically clicking
1887 https://bugs.webkit.org/show_bug.cgi?id=125392
1889 Reviewed by Darin Adler.
1891 * fast/events/stopPropagation-submit-expected.txt:
1892 * fast/forms/input-image-submit.html:
1893 * platform/gtk/fast/events/stopPropagation-submit-expected.txt: Removed.
1895 2013-12-09 Jer Noble <jer.noble@apple.com>
1897 [MSE] Add support for VideoPlaybackMetrics.
1898 https://bugs.webkit.org/show_bug.cgi?id=125380
1900 Reviewed by Eric Carlson.
1902 * media/media-source/media-source-video-playback-quality-expected.txt: Added.
1903 * media/media-source/media-source-video-playback-quality.html: Added.
1904 * media/media-source/mock-media-source.js:
1907 2013-12-09 Ryosuke Niwa <rniwa@webkit.org>
1909 Implement Document.cloneNode()
1910 https://bugs.webkit.org/show_bug.cgi?id=11646
1912 Reviewed by Darin Adler.
1914 * dom/xhtml/level3/core/documentgetinputencoding04-expected.txt:
1915 * dom/xhtml/level3/core/documentgetxmlencoding05-expected.txt:
1916 * dom/xhtml/level3/core/nodeisequalnode01-expected.txt:
1917 * dom/xhtml/level3/core/nodeisequalnode21-expected.txt:
1918 * dom/xhtml/level3/core/nodeisequalnode25-expected.txt:
1919 * dom/xhtml/level3/core/nodeisequalnode26-expected.txt:
1920 * fast/dom/Document/clone-node-expected.txt: Added.
1921 * fast/dom/Document/clone-node.html: Added.
1922 * fast/dom/HTMLDocument/clone-node-quirks-mode-expected.txt: Added.
1923 * fast/dom/HTMLDocument/clone-node-quirks-mode.html: Added.
1924 * svg/custom/clone-node-expected.txt: Added.
1925 * svg/custom/clone-node.html: Added.
1927 2013-12-09 Mario Sanchez Prada <mario.prada@samsung.com>
1929 [ATK] Translate ATK_ROLE_SECTION into "AXSection" in DRT/WKTR
1930 https://bugs.webkit.org/show_bug.cgi?id=125456
1932 Reviewed by Chris Fleizach.
1934 Update expectations for GTK and EFL that were expecting AXDiv for
1935 section roles, so they now expect AXSection.
1937 * accessibility/adjacent-continuations-cause-assertion-failure-expected.txt:
1938 * accessibility/div-within-anchors-causes-crash-expected.txt:
1939 * platform/efl-wk1/accessibility/image-map2-expected.txt:
1940 * platform/efl-wk1/accessibility/transformed-element-expected.txt:
1941 * platform/efl-wk2/accessibility/image-map2-expected.txt:
1942 * platform/efl-wk2/accessibility/transformed-element-expected.txt:
1943 * platform/efl/accessibility/media-emits-object-replacement-expected.txt:
1944 * platform/gtk/accessibility/aria-roles-unignored-expected.txt:
1945 * platform/gtk/accessibility/aria-roles-unignored.html:
1946 * platform/gtk/accessibility/entry-and-password-expected.txt:
1947 * platform/gtk/accessibility/image-map2-expected.txt:
1948 * platform/gtk/accessibility/media-emits-object-replacement-expected.txt:
1949 * platform/gtk/accessibility/object-with-title-expected.txt:
1950 * platform/gtk/accessibility/object-with-title.html:
1951 * platform/gtk/accessibility/replaced-objects-in-anonymous-blocks-expected.txt:
1952 * platform/gtk/accessibility/spans-paragraphs-and-divs-expected.txt:
1953 * platform/gtk/accessibility/spans-paragraphs-and-divs.html:
1954 * platform/gtk/accessibility/transformed-element-expected.txt:
1956 2013-12-09 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
1958 Fix handling of 'inherit' and 'initial' for grid lines.
1959 https://bugs.webkit.org/show_bug.cgi?id=125223
1961 Reviewed by Darin Adler.
1963 'initial' and 'inherit' are always allowed values for CSS properties.
1964 As the CSSParser handles them automatically, those 2 values were never
1965 taken care of in StyleResolver, leading to crashes.
1967 Patch backported from Blink: https://src.chromium.org/viewvc/blink?revision=149257&view=revision
1969 * fast/css-grid-layout/grid-item-column-row-get-set-expected.txt:
1970 * fast/css-grid-layout/grid-item-column-row-get-set.html:
1971 * fast/css-grid-layout/grid-item-end-after-get-set-expected.txt:
1972 * fast/css-grid-layout/grid-item-end-after-get-set.html:
1973 * fast/css-grid-layout/grid-item-start-before-get-set-expected.txt:
1974 * fast/css-grid-layout/grid-item-start-before-get-set.html:
1975 * fast/css-grid-layout/resources/grid-item-column-row-parsing-utils.js:
1977 2013-12-09 Ryosuke Niwa <rniwa@webkit.org>
1979 Add a test for style sharing if grandparents matches different rule chain and nth-last child
1980 https://bugs.webkit.org/show_bug.cgi?id=125397
1982 Reviewed by Darin Adler.
1984 Add the test from https://chromium.googlesource.com/chromium/blink/+/30ff49bf63cdec31070ab4eda8784564f56789d4
1985 and https://chromium.googlesource.com/chromium/blink/+/3cb1724bb52f3607006ddd0a89d356da23766115
1986 so that we may not introduce the same regressions in WebKit.
1988 * fast/css/nth-last-child-recalc-expected.html: Added.
1989 * fast/css/nth-last-child-recalc.html: Added.
1990 * fast/css/style-sharing-grand-parent-invalidate-expected.txt: Added.
1991 * fast/css/style-sharing-grand-parent-invalidate.html: Added.
1993 2013-12-09 Joanmarie Diggs <jdiggs@igalia.com>
1995 AX: [ATK] Convert the get_{string,text}_at_offset atktest.c unit tests to layout tests
1996 https://bugs.webkit.org/show_bug.cgi?id=125451
1998 Reviewed by Mario Sanchez Prada.
2000 New tests and expectations based on the tests and expectations found in atktest.c.
2001 These were done as platform-specific tests because only ATK-based assistive technologies
2002 seem to have any need for this support.
2004 * platform/gtk/accessibility/text-at-offset-embedded-objects-expected.txt: Added.
2005 * platform/gtk/accessibility/text-at-offset-embedded-objects.html: Added.
2006 * platform/gtk/accessibility/text-at-offset-newlines-expected.txt: Added.
2007 * platform/gtk/accessibility/text-at-offset-newlines.html: Added.
2008 * platform/gtk/accessibility/text-at-offset-preformatted-expected.txt: Added.
2009 * platform/gtk/accessibility/text-at-offset-preformatted.html: Added.
2010 * platform/gtk/accessibility/text-at-offset-simple-expected.txt: Added.
2011 * platform/gtk/accessibility/text-at-offset-simple.html: Added.
2012 * platform/gtk/accessibility/text-at-offset-special-chars-expected.txt: Added.
2013 * platform/gtk/accessibility/text-at-offset-special-chars.html: Added.
2014 * platform/gtk/accessibility/text-at-offset-textarea-expected.txt: Added.
2015 * platform/gtk/accessibility/text-at-offset-textarea.html: Added.
2016 * platform/gtk/accessibility/text-at-offset-textinput-expected.txt: Added.
2017 * platform/gtk/accessibility/text-at-offset-textinput.html: Added.
2018 * platform/gtk/accessibility/text-at-offset-wrapped-lines-expected.txt: Added.
2019 * platform/gtk/accessibility/text-at-offset-wrapped-lines.html: Added.
2021 2013-12-09 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2023 Unreviewed EFL gardening
2025 Add failure test expectations and rebaselines for failing tests.
2027 * platform/efl-wk2/TestExpectations:
2028 * platform/efl/TestExpectations:
2029 * platform/efl-wk1/fast/forms/validation-message-appearance-expected.png: Rebaseline after r159915.
2030 * platform/efl-wk2/fast/forms/validation-message-appearance-expected.png: Ditto.
2031 * platform/efl/fast/forms/validation-message-appearance-expected.txt: Ditto.
2032 * platform/efl/fast/parser/entity-comment-in-textarea-expected.png: Rebaseline after r159192.
2033 * platform/efl/fast/parser/entity-comment-in-textarea-expected.txt: Ditto.
2035 2013-12-09 Chris Fleizach <cfleizach@apple.com>
2037 AX: WebKit ignores @alt on IMG elements with role="text"
2038 https://bugs.webkit.org/show_bug.cgi?id=125363
2040 Reviewed by Mario Sanchez Prada.
2042 * accessibility/alt-tag-on-image-with-nonimage-role-expected.txt: Added.
2043 * accessibility/alt-tag-on-image-with-nonimage-role.html: Added.
2045 2013-12-09 Michal Poteralski <m.poteralski@samsung.com>
2047 DataCloneError exception is not thrown when postMessage's second parameter
2048 is the source port or the target port.
2050 https://bugs.webkit.org/show_bug.cgi?id=124708
2052 Reviewed by Alexey Proskuryakov.
2054 Added layout test to check correctness of value thrown by postMessage:
2056 * fast/dom/Window/postMessage-clone-port-error-expected.txt: Added.
2057 * fast/dom/Window/postMessage-clone-port-error.html: Added.
2059 2013-12-09 Gustavo Noronha Silva <gns@gnome.org>
2061 accessibility/press-targets-center-point.html should not depend on font layout
2062 https://bugs.webkit.org/show_bug.cgi?id=125387
2064 Reviewed by Chris Fleizach.
2066 * accessibility/press-targets-center-point.html: use explicit sizes for heights (and width
2067 for vertical writing mode), so that font layout does not alter the results.
2068 * platform/gtk/TestExpectations: remove failure expectation for accessibility/press-targets-center-point.html
2070 2013-12-08 Ryosuke Niwa <rniwa@webkit.org>
2072 getComputedStyle border-radius shorthand omits vertical radius information
2073 https://bugs.webkit.org/show_bug.cgi?id=125394
2075 Reviewed by Andreas Kling.
2077 * fast/css/getComputedStyle/getComputedStyle-border-radius-shorthand-expected.txt:
2078 * fast/css/getComputedStyle/getComputedStyle-border-radius-shorthand.html:
2080 2013-12-08 Zan Dobersek <zdobersek@igalia.com>
2082 Unreviewed GTK gardening.
2084 Removing the baseline added in r160283. It's not really required, the failure is originating
2085 in an unnecessary and wrong patch that's applied on the Freetype source tree that's used in the
2086 GTK's Jhbuild setup. That patch will be removed in the near future, but until then the failure
2087 of accessibility/press-targers-center-point.html should be handled through an expectation.
2089 * platform/gtk/TestExpectations:
2090 * platform/gtk/accessibility/press-targets-center-point-expected.txt: Removed.
2092 2013-12-08 Zan Dobersek <zdobersek@igalia.com>
2094 Unreviewed GTK gardening. Adding expectations for the current test failures.
2095 Adding a GTK-specific baseline for a recently introduced a11y test.
2097 * platform/gtk/TestExpectations:
2098 * platform/gtk/accessibility/press-targets-center-point-expected.txt: Added.
2100 2013-12-05 Jer Noble <jer.noble@apple.com>
2102 [MSE] Bring end-of-stream algorithm section up to current spec.
2103 https://bugs.webkit.org/show_bug.cgi?id=125270
2105 Reviewed by Darin Adler.
2107 * media/media-source/media-source-end-of-stream-expected.txt: Added.
2108 * media/media-source/media-source-end-of-stream.html: Added.
2110 2013-12-06 Filip Pizlo <fpizlo@apple.com>
2112 FTL should support all of Branch/LogicalNot
2113 https://bugs.webkit.org/show_bug.cgi?id=125370
2115 Reviewed by Mark Hahnenberg.
2117 * js/regress/logical-not-expected.txt: Added.
2118 * js/regress/logical-not.html: Added.
2119 * js/regress/script-tests/logical-not.js: Added.
2122 2013-12-06 Filip Pizlo <fpizlo@apple.com>
2124 FTL should support generic ByVal accesses
2125 https://bugs.webkit.org/show_bug.cgi?id=125368
2127 Reviewed by Mark Hahnenberg.
2129 * js/regress/by-val-generic-expected.txt: Added.
2130 * js/regress/by-val-generic.html: Added.
2131 * js/regress/script-tests/by-val-generic.js: Added.
2134 2013-12-06 Jer Noble <jer.noble@apple.com>
2136 Unreviewed gardening; revert r160237 after r160247 made it unnecessary.
2138 * platform/mac/TestExpectations:
2140 2013-12-06 Filip Pizlo <fpizlo@apple.com>
2142 FTL should support hole/OOB array accesses
2143 https://bugs.webkit.org/show_bug.cgi?id=118077
2145 Reviewed by Oliver Hunt and Mark Hahnenberg.
2147 * js/regress/double-get-by-val-out-of-bounds-expected.txt: Added.
2148 * js/regress/double-get-by-val-out-of-bounds.html: Added.
2149 * js/regress/get-by-val-out-of-bounds-expected.txt: Added.
2150 * js/regress/get-by-val-out-of-bounds.html: Added.
2151 * js/regress/script-tests/double-get-by-val-out-of-bounds.js: Added.
2153 * js/regress/script-tests/get-by-val-out-of-bounds.js: Added.
2156 2013-12-06 Rob Buis <rob.buis@samsung.com>
2158 [CSS Shapes] ShapeOutsideInfo needs to use the parent's writing mode when calculating offsets
2159 https://bugs.webkit.org/show_bug.cgi?id=124680
2161 Reviewed by Dirk Schulze.
2163 Make sure the writing-mode property on the float is not taken into account for shape-outside.
2164 Adapt highlight-shape-outside.html so it sets the writing-mode on the container div, not the float.
2165 However because of earlier unreliability in EFL/GTK, skip the test for now.
2168 * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.html:
2169 * inspector-protocol/model/highlight-shape-outside-expected.txt:
2170 * inspector-protocol/model/highlight-shape-outside.html:
2172 2013-12-06 Filip Pizlo <fpizlo@apple.com>
2174 FTL should support all of ValueToInt32
2175 https://bugs.webkit.org/show_bug.cgi?id=125283
2177 Reviewed by Mark Hahnenberg.
2179 * js/regress/put-by-val-machine-int-expected.txt: Added.
2180 * js/regress/put-by-val-machine-int.html: Added.
2181 * js/regress/script-tests/put-by-val-machine-int.js: Added.
2184 2013-12-06 Eric Carlson <eric.carlson@apple.com>
2186 Unreviewed gardening, correct previous fix.
2188 * platform/mac-mountainlion/TestExpectations: Removed.
2189 * platform/mac/TestExpectations: Mark plugins/quicktime-plugin-replacement.html as flakey
2192 2013-12-06 Eric Carlson <eric.carlson@apple.com>
2194 plugins/quicktime-plugin-replacement.html is flakey on OS X Mavericks
2195 https://bugs.webkit.org/show_bug.cgi?id=125356
2197 Reviewed by Jer Noble.
2199 * platform/mac-mountainlion/TestExpectations: Added. Mark test as flakey.
2201 2013-12-06 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2203 Unreviewed EFL gardening
2205 Add test expectations for failing tests.
2207 * platform/efl-wk2/TestExpectations:
2208 * platform/efl/TestExpectations:
2210 2013-12-06 Lukasz Gajowy <l.gajowy@samsung.com>
2212 Unreviewed ATK gardening
2214 accessibility/document-attributes.html started failing after r160220.
2216 * platform/efl/TestExpectations:
2217 * platform/gtk/TestExpectations:
2219 2013-12-06 Lukasz Gajowy <l.gajowy@samsung.com>
2221 [ATK] Missing aria roles mappings
2222 https://bugs.webkit.org/show_bug.cgi?id=117729
2224 Reviewed by Mario Sanchez Prada.
2226 Added new test, checking whether ARIA roles to ATK roles mappings work properly.
2228 * accessibility/aria-mappings-expected.txt: Added.
2229 * accessibility/aria-mappings.html: Added.
2230 * platform/mac/accessibility/aria-mappings-expected.txt: Added.
2232 2013-12-04 Filip Pizlo <fpizlo@apple.com>
2234 FTL should use cvttsd2si directly for double-to-int32 conversions
2235 https://bugs.webkit.org/show_bug.cgi?id=125275
2237 Reviewed by Michael Saboff.
2239 * js/regress/double-to-int32-typed-array-expected.txt: Added.
2240 * js/regress/double-to-int32-typed-array-no-inline-expected.txt: Added.
2241 * js/regress/double-to-int32-typed-array-no-inline.html: Added.
2242 * js/regress/double-to-int32-typed-array.html: Added.
2243 * js/regress/double-to-uint32-typed-array-expected.txt: Added.
2244 * js/regress/double-to-uint32-typed-array-no-inline-expected.txt: Added.
2245 * js/regress/double-to-uint32-typed-array-no-inline.html: Added.
2246 * js/regress/double-to-uint32-typed-array.html: Added.
2247 * js/regress/script-tests/double-to-int32-typed-array-no-inline.js: Added.
2250 * js/regress/script-tests/double-to-int32-typed-array.js: Added.
2253 * js/regress/script-tests/double-to-uint32-typed-array-no-inline.js: Added.
2256 * js/regress/script-tests/double-to-uint32-typed-array.js: Added.
2260 2013-12-05 Bear Travis <betravis@adobe.com>
2262 [CSS Shapes] Enable CSS Shapes on Windows
2263 https://bugs.webkit.org/show_bug.cgi?id=89957
2265 Reviewed by Brent Fulgham.
2267 Turning shapes tests back on on Windows builds.
2269 * platform/win/TestExpectations: Enable shapes tests.
2271 2013-12-05 Roger Fong <roger_fong@apple.com>
2273 [WebGL] Make sure we satisfy uniform and varying packing restrictions.
2274 https://bugs.webkit.org/show_bug.cgi?id=125124.
2275 <rdar://problem/15203291>
2277 Reviewed by Brent Fulgham.
2279 * platform/mac/TestExpectations: Unskip some 1.0.2 WebGL conformance tests that should now be passing.
2280 Skip conformance/ogles/GL/build/build_009_to_016.html which is a faulty test and has too many varyings in one shader.
2282 2013-12-05 Alexandru Chiculita <achicu@adobe.com>
2284 Web Inspector: [CSS Regions] Show a list of containing regions when clicking a node that is part of a flow
2285 https://bugs.webkit.org/show_bug.cgi?id=124614
2287 Reviewed by Timothy Hatcher.
2289 Added a new test to check the new WebInspector function called DOMTreeManager.getNodeContentFlowInfo.
2291 * http/tests/inspector-protocol/resources/InspectorTest.js:
2292 When testing the inspector code, we want to catch and log any uncaught exceptions or console.errors/asserts.
2293 (InspectorTest.importInspectorScripts.console.error.window.onerror):
2294 (InspectorTest.importInspectorScripts.console.assert):
2295 (InspectorTest.importInspectorScripts):
2296 * inspector-protocol/model/content-node-region-info-expected.txt: Added.
2297 * inspector-protocol/model/content-node-region-info.html: Added.
2299 2013-12-05 Zoltan Horvath <zoltan@webkit.org>
2301 [CSS Shapes] Update negative-arguments inset parsing test to test for the argument not for the commas
2302 https://bugs.webkit.org/show_bug.cgi?id=125310
2304 Reviewed by Rob Buis.
2306 Fix typo in the negative-arguments inset tests, remove commas.
2308 * fast/shapes/parsing/parsing-shape-lengths-expected.txt:
2309 * fast/shapes/parsing/parsing-shape-lengths.html:
2311 2013-12-04 Ryosuke Niwa <rniwa@webkit.org>
2313 Change how the form element pointer affects parsing template elements, to reduce weirdness in templates
2314 https://bugs.webkit.org/show_bug.cgi?id=125279
2316 Reviewed by Antti Koivisto.
2318 Added a regression test. Someone should port this test into web-platform-tests once the latest spec.
2319 change has been refelcted to a working draft version of the HTML5 specification.
2321 * fast/dom/HTMLTemplateElement/no-form-association-2-expected.txt: Added.
2322 * fast/dom/HTMLTemplateElement/no-form-association-2.html: Added.
2324 2013-12-05 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2326 [MediaStream] Firing negotiationneeded event upon track add/remove on MediaStream
2327 https://bugs.webkit.org/show_bug.cgi?id=125243
2329 Reviewed by Eric Carlson.
2331 Spec states that: In particular, if an RTCPeerConnection object is consuming a MediaStream on which a track is
2332 added, by, e.g., the addTrack() method being invoked, the RTCPeerConnection object must fire the
2333 "negotiationneeded" event. Removal of media components must also trigger "negotiationneeded".
2335 * fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt:
2336 * fast/mediastream/RTCPeerConnection-AddRemoveStream.html:
2337 * fast/mediastream/RTCPeerConnection-onnegotiationneeded-expected.txt:
2338 * fast/mediastream/RTCPeerConnection-onnegotiationneeded.html:
2340 2013-12-05 Zoltan Horvath <zoltan@webkit.org>
2342 [CSS Shapes] Fix inset when only a subset of the arguments are defined
2343 https://bugs.webkit.org/show_bug.cgi?id=125277
2345 Reviewed by David Hyatt.
2347 * fast/shapes/shape-outside-floats/shape-outside-floats-inset.html:
2349 2013-12-05 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2351 Unreviewed EFL gardening
2353 After bumping GStreamer version to 1.2.1 in r160151 some video related WebGL conformance test started to pass.
2355 * platform/efl-wk2/TestExpectations:
2356 * platform/efl/TestExpectations:
2358 2013-12-04 Samuel White <samuel_white@apple.com>
2360 Layout Test platform/mac/accessibility/search-predicate-element-count.html is flaky
2361 https://bugs.webkit.org/show_bug.cgi?id=125195
2363 Reviewed by Chris Fleizach.
2365 Our test checks for AccessibilityObject::isOnscreen which makes sure an element is currently scrolled to a visible
2366 location onscreen. This test was flaky because sometimes elements we thought would be visible weren't. To resolve
2367 this I've moved the elements that are tested for visibility to the very top of the document so they have a tiny
2368 vertical offset and will ALWAYS be visible.
2370 * platform/mac/TestExpectations:
2371 * platform/mac/accessibility/search-predicate-element-count-expected.txt:
2372 * platform/mac/accessibility/search-predicate-element-count.html:
2374 2013-12-04 Gurpreet Kaur <k.gurpreet@samsung.com>
2376 % unit heights don't work if parent block height is set in vh
2377 https://bugs.webkit.org/show_bug.cgi?id=118516
2379 Reviewed by Simon Fraser.
2381 From Blink r156449 by <srinivasa.ragavan.venkateswaran@intel.com>
2383 * fast/css/viewport-percentage-compute-box-height-expected.html: Added.
2384 * fast/css/viewport-percentage-compute-box-height.html: Added.
2385 * fast/css/viewport-percentage-compute-box-width-expected.html: Added.
2386 * fast/css/viewport-percentage-compute-box-width.html: Added.
2387 Added new tests for verifying that percentage unit height/width works
2388 if parent block height/width is set in vh/vw units.
2390 2013-12-04 Filip Pizlo <fpizlo@apple.com>
2392 Fold constant typed arrays
2393 https://bugs.webkit.org/show_bug.cgi?id=125205
2395 Reviewed by Oliver Hunt and Mark Hahnenberg.
2397 * js/regress/fixed-typed-array-storage-expected.txt: Added.
2398 * js/regress/fixed-typed-array-storage-var-index-expected.txt: Added.
2399 * js/regress/fixed-typed-array-storage-var-index.html: Added.
2400 * js/regress/fixed-typed-array-storage.html: Added.
2401 * js/regress/script-tests/fixed-typed-array-storage-var-index.js: Added.
2403 * js/regress/script-tests/fixed-typed-array-storage.js: Added.
2406 2013-12-04 Zoltan Horvath <zoltan@webkit.org>
2408 [CSS Shapes] Support inset for shape-outside
2409 <https://webkit.org/b/125112>
2411 Reviewed by David Hyatt.
2413 * fast/shapes/resources/rounded-rectangle.js: Add support to generate partially rounded rectangles.
2414 (scanConvertRoundedRectangleOutside):
2415 (genLeftRoundedRectFloatShapeOutsideRefTest):
2416 (genRightRoundedRectFloatShapeOutsideRefTest):
2417 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-expected.html: Added.
2418 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-bottom-left-expected.html: Added.
2419 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-bottom-left.html: Added.
2420 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-bottom-right-expected.html: Added.
2421 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-bottom-right.html: Added.
2422 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-top-left-expected.html: Added.
2423 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-top-left.html: Added.
2424 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-top-right-expected.html: Added.
2425 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-top-right.html: Added.
2426 * fast/shapes/shape-outside-floats/shape-outside-floats-inset.html: Added.
2428 2013-12-04 Bear Travis <betravis@adobe.com>
2430 Web Inspector: [CSS Shapes] Support raster shape visualizations
2431 https://bugs.webkit.org/show_bug.cgi?id=124080
2433 Reviewed by Joseph Pecoraro.
2435 Add a test for data sent to the inspector for a raster shape.
2437 * inspector-protocol/model/highlight-shape-outside-expected.txt:
2438 * inspector-protocol/model/highlight-shape-outside.html:
2440 2013-12-04 Myles C. Maxfield <mmaxfield@apple.com>
2442 Allow ImageBuffer to use an IOSurface that is larger than necessary
2443 https://bugs.webkit.org/show_bug.cgi?id=124626
2445 Reviewed by Simon Fraser.
2447 Update tests to be more robust with respect to accelerated vs
2448 non-accelerated ImageBuffers.
2450 * fast/canvas/script-tests/canvas-fillPath-shadow.js: Don't sample a canvas at exactly
2451 the corner of a drawn shape (because the corner might be antialiased). Instead, sample
2452 a single pixel inside the shape
2453 * fast/canvas/script-tests/canvas-scale-shadowBlur.js: Don't sample a canvas at exactly
2454 the edge of the blur radius. Instead, sample a single pixel past the blur radius.
2455 * fast/canvas/script-tests/canvas-scale-strokePath-shadow.js:
2456 (shouldBeAround): Allow this test to be less strict when sampling inside a blurred region
2457 * platform/mac/fast/canvas/canvas-scale-shadowBlur-expected.txt: Matching update w/r/t
2458 canvas-scale-shadowBlur.js
2460 2013-12-03 Dean Jackson <dino@apple.com>
2462 [WebGL] Support for texImage2D/texSubImage2D of type HALF_FLOAT_OES
2463 https://bugs.webkit.org/show_bug.cgi?id=110936
2465 Reviewed by Brent Fulgham.
2467 New tests for half-float textures.
2469 * fast/canvas/webgl/oes-texture-half-float-expected.txt:
2470 * fast/canvas/webgl/oes-texture-half-float-not-supported-expected.txt: Removed.
2471 * fast/canvas/webgl/oes-texture-half-float-not-supported.html: Removed.
2472 * fast/canvas/webgl/oes-texture-half-float-with-canvas-expected.txt: Added.
2473 * fast/canvas/webgl/oes-texture-half-float-with-canvas.html: Added.
2474 * fast/canvas/webgl/oes-texture-half-float-with-image-expected.txt: Added.
2475 * fast/canvas/webgl/oes-texture-half-float-with-image.html: Added.
2476 * fast/canvas/webgl/oes-texture-half-float-with-video-expected.txt: Added.
2477 * fast/canvas/webgl/oes-texture-half-float-with-video.html: Added.
2478 * fast/canvas/webgl/oes-texture-half-float.html:
2480 2013-12-04 Mihnea Ovidenie <mihnea@adobe.com>
2482 [CSSRegions] Test dynamic change of position for out-of-flow transformed element
2483 https://bugs.webkit.org/show_bug.cgi?id=124978
2485 Reviewed by Alexandru Chiculita.
2487 Test that a 3D transformed absolutely positioned element inside a named flow
2488 whose position is dynamic changed is displayed in the right position in the associated region.
2490 * compositing/regions/abs-transformed-dynamic-update-expected.html: Added.
2491 * compositing/regions/abs-transformed-dynamic-update.html: Added.
2493 2013-12-03 Filip Pizlo <fpizlo@apple.com>
2495 Infer constant closure variables
2496 https://bugs.webkit.org/show_bug.cgi?id=124630
2498 Reviewed by Geoffrey Garen.
2500 This adds both correctness and performance tests for constant closure variable
2503 * js/regress/infer-closure-const-then-mov-expected.txt: Added.
2504 * js/regress/infer-closure-const-then-mov-no-inline-expected.txt: Added.
2505 * js/regress/infer-closure-const-then-mov-no-inline.html: Added.
2506 * js/regress/infer-closure-const-then-mov.html: Added.
2507 * js/regress/infer-closure-const-then-put-to-scope-expected.txt: Added.
2508 * js/regress/infer-closure-const-then-put-to-scope-no-inline-expected.txt: Added.
2509 * js/regress/infer-closure-const-then-put-to-scope-no-inline.html: Added.
2510 * js/regress/infer-closure-const-then-put-to-scope.html: Added.
2511 * js/regress/infer-closure-const-then-reenter-expected.txt: Added.
2512 * js/regress/infer-closure-const-then-reenter-no-inline-expected.txt: Added.
2513 * js/regress/infer-closure-const-then-reenter-no-inline.html: Added.
2514 * js/regress/infer-closure-const-then-reenter.html: Added.
2515 * js/regress/script-tests/infer-closure-const-then-mov-no-inline.js: Added.
2516 * js/regress/script-tests/infer-closure-const-then-mov.js: Added.
2517 * js/regress/script-tests/infer-closure-const-then-put-to-scope-no-inline.js: Added.
2520 * js/regress/script-tests/infer-closure-const-then-put-to-scope.js: Added.
2523 * js/regress/script-tests/infer-closure-const-then-reenter-no-inline.js: Added.
2526 * js/regress/script-tests/infer-closure-const-then-reenter.js: Added.
2530 2013-12-04 Mario Sanchez Prada <mario.prada@samsung.com>
2532 Unreviewed GTK gardening. Updated expectations for GTK and share them with EFL.
2534 * accessibility/multiselect-list-reports-active-option-expected.txt: Renamed from LayoutTests/platform/efl/multiselect-list-reports-active-option-expected.txt.
2535 * platform/gtk/accessibility/multiselect-list-reports-active-option-expected.txt: Removed.
2537 2013-12-03 Alexey Proskuryakov <ap@apple.com>
2539 Update WebCrypto JWK mapping to newer proposal
2540 https://bugs.webkit.org/show_bug.cgi?id=124218
2542 Reviewed by Anders Carlsson.
2544 * crypto/subtle/jwk-export-use-values-expected.txt: Added.
2545 * crypto/subtle/jwk-export-use-values.html: Added.
2546 * crypto/subtle/jwk-import-use-values-expected.txt: Added.
2547 * crypto/subtle/jwk-import-use-values.html: Added.
2548 New tests for "use" mapping.
2550 * crypto/subtle/aes-cbc-import-jwk.html:
2551 * crypto/subtle/aes-cbc-unwrap-rsa.html:
2552 * crypto/subtle/aes-cbc-wrap-rsa-non-extractable.html:
2553 * crypto/subtle/aes-cbc-wrap-rsa.html:
2554 * crypto/subtle/aes-export-key-expected.txt:
2555 * crypto/subtle/aes-export-key.html:
2556 * crypto/subtle/hmac-export-key-expected.txt:
2557 * crypto/subtle/hmac-export-key.html:
2558 * crypto/subtle/hmac-import-jwk.html:
2559 * crypto/subtle/import-jwk-expected.txt:
2560 * crypto/subtle/import-jwk.html:
2561 * crypto/subtle/rsa-export-key-expected.txt:
2562 * crypto/subtle/rsa-export-key.html:
2563 * crypto/subtle/rsa-export-private-key-expected.txt:
2564 * crypto/subtle/rsa-export-private-key.html:
2565 * crypto/subtle/rsa-oaep-key-manipulation-expected.txt:
2566 * crypto/subtle/rsa-oaep-key-manipulation.html:
2568 2013-12-03 Alexey Proskuryakov <ap@apple.com>
2570 Layout Test platform/mac/accessibility/search-predicate-element-count.html is flaky
2571 https://bugs.webkit.org/show_bug.cgi?id=125195
2573 * platform/mac/TestExpectations: Marking as such.
2575 2013-12-03 Samuel White <samuel_white@apple.com>
2577 AXPress event coordinates are always sent as (0, 0)
2578 https://bugs.webkit.org/show_bug.cgi?id=76677
2580 Reviewed by Simon Fraser.
2582 Make sure a press targets an element's center point.
2584 * accessibility/press-targets-center-point-expected.txt: Added.
2585 * accessibility/press-targets-center-point.html: Added.
2587 2013-12-03 Dean Jackson <dino@apple.com>
2589 [WebGL] Implement OES texture float linear
2590 https://bugs.webkit.org/show_bug.cgi?id=124871
2592 Reviewed by Brent Fulgham.
2594 Add the Khronos test files for this extension.
2596 Add the JS test file for OES_texture_float_linear and OES_texture_half_float_linear
2597 even though it's only used for the former at the moment.
2599 * fast/canvas/webgl/oes-texture-float-linear.html: Added.
2600 * fast/canvas/webgl/resources/oes-texture-float-and-half-float-linear.js: Added.
2602 2013-12-03 Alexey Proskuryakov <ap@apple.com>
2604 Support exporting private WebCrypto RSA keys
2605 https://bugs.webkit.org/show_bug.cgi?id=124483
2607 Reviewed by Anders Carlsson.
2609 * crypto/subtle/rsa-export-private-key-expected.txt: Added.
2610 * crypto/subtle/rsa-export-private-key.html: Added.
2612 2013-12-03 Alexey Proskuryakov <ap@apple.com>
2614 WebCrypto HMAC doesn't check key algorithm's hash
2615 https://bugs.webkit.org/show_bug.cgi?id=125114
2617 Update layout test result for a last minute change in test content.
2619 * crypto/subtle/hmac-check-algorithm-expected.txt:
2621 2013-12-03 Ryosuke Niwa <rniwa@webkit.org>
2623 XML fragment parsing algorithm doesn't use the context element's default namespace URI
2624 https://bugs.webkit.org/show_bug.cgi?id=125132
2626 Reviewed by Darin Adler.
2628 Added a test for parsing a markup fragment inside a XHTML document without xmlns.
2629 The parsed fragment should use the context element's namespace as the default namespace.
2631 * fast/parser/fragment-parsing-in-document-without-xmlns-expected.txt: Added.
2632 * fast/parser/fragment-parsing-in-document-without-xmlns.html: Added.
2634 2013-12-03 Radu Stavila <stavila@adobe.com>
2636 The overflow border of a relatively positioned element inside a region is not painted
2637 https://bugs.webkit.org/show_bug.cgi?id=124919
2639 Added new tests for correct painting of the borders of a relatively positioned element inside a region.
2641 Reviewed by Mihnea Ovidenie.
2643 * fast/regions/relative-borders-overflow-expected.html: Added.
2644 * fast/regions/relative-borders-overflow.html: Added.
2645 * fast/regions/relative-in-absolute-borders-overflow-expected.html: Added.
2646 * fast/regions/relative-in-absolute-borders-overflow.html: Added.
2648 2013-12-03 Chris Fleizach <cfleizach@apple.com>
2650 AX: aria-hidden=false does not work as expected
2651 https://bugs.webkit.org/show_bug.cgi?id=98787
2653 Reviewed by Beth Dakin.
2655 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
2656 the tests were never added. So I'm adding them back again.
2658 * accessibility/aria-hidden-negates-no-visibility.html: Added.
2659 * platform/mac/accessibility/aria-hidden-negates-no-visibility-expected.txt: Added.
2661 2013-12-03 László Langó <lango@inf.u-szeged.hu>
2663 ASSERTION FAILED: !value || (value->isPrimitiveValue()) in WebCore::StyleProperties::getLayeredShorthandValue.
2664 https://bugs.webkit.org/show_bug.cgi?id=125146
2666 Reviewed by Darin Adler.
2668 * fast/css/webkit-mask-crash-implicit-expected.txt: Added.
2669 * fast/css/webkit-mask-crash-implicit.html: Added.
2671 2013-12-03 Rob Buis <rob.buis@samsung.com>
2673 [css shapes] layout for new ellipse syntax
2674 https://bugs.webkit.org/show_bug.cgi?id=124621
2676 Add a new test for the new ellipse syntax. Also update existing shape-inside, animation, and clip-path tests to
2677 test the new ellipse syntax for clipping and shape-inside.
2679 Reviewed by Dirk Schulze.
2681 * animations/resources/animation-test-helpers.js:
2683 * css3/masking/clip-path-animation-expected.txt:
2684 * css3/masking/clip-path-animation.html:
2685 * css3/masking/clip-path-ellipse.html:
2686 * fast/shapes/shape-inside/shape-inside-animation-expected.txt:
2687 * fast/shapes/shape-inside/shape-inside-animation.html:
2688 * fast/shapes/shape-inside/shape-inside-ellipse-padding.html:
2689 * fast/shapes/shape-inside/shape-inside-ellipse.html:
2690 * fast/shapes/shape-inside/shape-inside-empty-expected.html:
2691 * fast/shapes/shape-inside/shape-inside-empty.html:
2692 * fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt:
2693 * fast/shapes/shape-outside-floats/shape-outside-animation.html:
2694 * fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-000-expected.html: Added.
2695 * fast/shapes/shape-outside-floats/shape-outside-floats-ellipse-000.html: Added.
2697 2013-12-03 Frédéric Wang <fred.wang@free.fr>
2699 Add an MathMLSelectElement class to implement <maction> and <semantics>.
2700 <https://webkit.org/b/120058>
2702 Reviewed by Chris Fleizach.
2704 New tests for the selection of the visible child in the <maction> and <semantics> elements.
2706 * mathml/presentation/maction-dynamic-expected.html: Added.
2707 * mathml/presentation/maction-dynamic.html: Added.
2708 * mathml/presentation/maction-expected.html: Added.
2709 * mathml/presentation/maction.html: Added.
2710 * mathml/presentation/semantics-expected.html: Added.
2711 * mathml/presentation/semantics.html: Added.
2713 2013-12-02 Samuel White <samuel_white@apple.com>
2715 AX: Add AXUIElementCountForSearchPredicate parameterized attribute.
2716 https://bugs.webkit.org/show_bug.cgi?id=124561
2718 Reviewed by Chris Fleizach.
2720 Added test to verify that NSAccessibilityUIElementCountForSearchPredicateParameterizedAttribute
2721 works as it should and updated existing test that has exposes this new attribute.
2723 * platform/mac/accessibility/bounds-for-range-expected.txt:
2724 * platform/mac/accessibility/search-predicate-element-count-expected.txt: Added.
2725 * platform/mac/accessibility/search-predicate-element-count.html: Added.
2727 2013-12-02 Bem Jones-Bey <bjonesbe@adobe.com>
2729 [css shapes] Layout support for new circle shape syntax
2730 https://bugs.webkit.org/show_bug.cgi?id=124619
2732 Reviewed by Dirk Schulze.
2734 Add a few tests for the new circle syntax. The old tests in
2735 LayoutTests/csswg will be removed when the old syntax is removed.
2737 Also update existing shape-inside, animation, and clip-path tests to
2738 test the new syntax.
2740 * animations/resources/animation-test-helpers.js:
2742 * LayoutTests/animations/resources/animation-test-helpers.js:
2743 * LayoutTests/css3/masking/clip-path-animation-expected.txt:
2744 * LayoutTests/css3/masking/clip-path-animation.html:
2745 * LayoutTests/css3/masking/clip-path-circle-filter.html:
2746 * LayoutTests/css3/masking/clip-path-circle-overflow-hidden.html:
2747 * LayoutTests/css3/masking/clip-path-circle-overflow.html:
2748 * LayoutTests/css3/masking/clip-path-circle-relative-overflow.html:
2749 * LayoutTests/css3/masking/clip-path-circle.html:
2750 * LayoutTests/css3/masking/clip-path-restore.html:
2751 * LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt:
2752 * LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt:
2753 * LayoutTests/fast/shapes/parsing/parsing-test-utils.js:
2754 * LayoutTests/fast/shapes/shape-inside/shape-inside-animation-expected.txt:
2755 * LayoutTests/fast/shapes/shape-inside/shape-inside-animation.html:
2756 * LayoutTests/fast/shapes/shape-inside/shape-inside-calc-crash-expected.txt:
2757 * LayoutTests/fast/shapes/shape-inside/shape-inside-calc-crash.html:
2758 * LayoutTests/fast/shapes/shape-inside/shape-inside-circle-padding.html:
2759 * LayoutTests/fast/shapes/shape-inside/shape-inside-circle.html:
2760 * LayoutTests/fast/shapes/shape-inside/shape-inside-dynamic-nested.html:
2761 * LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html:
2762 * LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html:
2763 * fast/shapes/shape-outside-floats/shape-outside-animation-expected.txt:
2764 * fast/shapes/shape-outside-floats/shape-outside-animation.html:
2765 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-000-expected.html: Added.
2766 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-000.html: Added.
2767 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-001-expected.html: Added.
2768 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-001.html: Added.
2769 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-002-expected.html: Added.
2770 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-002.html: Added.
2771 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-003-expected.html: Added.
2772 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-003.html: Added.
2773 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-004-expected.html: Added.
2774 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-004.html: Added.
2775 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-005-expected.html: Added.
2776 * fast/shapes/shape-outside-floats/shape-outside-floats-circle-005.html: Added.
2778 2013-12-02 Alexey Proskuryakov <ap@apple.com>
2780 WebCrypto HMAC doesn't check key algorithm's hash
2781 https://bugs.webkit.org/show_bug.cgi?id=125114
2783 Reviewed by Anders Carlsson.
2785 * crypto/subtle/hmac-check-algorithm-expected.txt: Added.
2786 * crypto/subtle/hmac-check-algorithm.html: Added.
2788 2013-12-02 Zoltan Horvath <zoltan@webkit.org>
2790 [CSS Shapes] Support inset parsing
2791 https://bugs.webkit.org/show_bug.cgi?id=124903
2793 Reviewed by David Hyatt.
2795 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
2796 * fast/shapes/parsing/parsing-shape-lengths-expected.txt:
2797 * fast/shapes/parsing/parsing-shape-lengths.html:
2798 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
2799 * fast/shapes/parsing/parsing-test-utils.js:
2801 2013-12-02 Alexey Proskuryakov <ap@apple.com>
2803 Support WebCrypto AES-KW
2804 https://bugs.webkit.org/show_bug.cgi?id=125105
2806 Reviewed by Sam Weinig.
2808 * crypto/subtle/aes-kw-key-manipulation-expected.txt: Added.
2809 * crypto/subtle/aes-kw-key-manipulation.html: Added.
2810 * crypto/subtle/aes-kw-wrap-unwrap-aes-expected.txt: Added.
2811 * crypto/subtle/aes-kw-wrap-unwrap-aes.html: Added.
2813 2013-12-02 Rob Buis <rob.buis@samsung.com>
2815 [css shapes] Parse new ellipse shape syntax
2816 https://bugs.webkit.org/show_bug.cgi?id=124620
2818 Reviewed by Dirk Schulze.
2820 Test that the new ellipse syntax is properly parsed.
2822 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
2823 * fast/shapes/parsing/parsing-shape-outside-expected.txt:
2824 * fast/shapes/parsing/parsing-test-utils.js:
2826 2013-12-02 Brendan Long <b.long@cablelabs.com>
2828 Use GenericEventQueue in TrackListBase and reduce code duplication with scheduleTrackEvent()
2829 https://bugs.webkit.org/show_bug.cgi?id=124811
2831 Reviewed by Eric Carlson.
2833 * platform/mac/TestExpectations: Unskip onremovetrack test which was fixed a long time ago.
2835 2013-12-02 Alexey Proskuryakov <ap@apple.com>
2837 Add support for WebCrypto RSA-OAEP
2838 https://bugs.webkit.org/show_bug.cgi?id=125084
2840 Reviewed by Sam Weinig.
2842 * crypto/subtle/rsa-oaep-key-manipulation-expected.txt: Added.
2843 * crypto/subtle/rsa-oaep-key-manipulation.html: Added.
2844 * crypto/subtle/rsa-oaep-plaintext-length-expected.txt: Added.
2845 * crypto/subtle/rsa-oaep-plaintext-length.html: Added.
2846 * crypto/subtle/rsa-oaep-wrap-unwrap-aes-expected.txt: Added.
2847 * crypto/subtle/rsa-oaep-wrap-unwrap-aes.html: Added.
2849 2013-12-01 Filip Pizlo <fpizlo@apple.com>
2851 Stores to local captured variables should be intercepted
2852 https://bugs.webkit.org/show_bug.cgi?id=124883
2854 Reviewed by Mark Hahnenberg.
2856 * js/regress/captured-assignments-expected.txt: Added.
2857 * js/regress/captured-assignments.html: Added.
2858 * js/regress/script-tests/captured-assignments.js: Added.
2860 2013-12-02 Lauro Neto <lauro.neto@openbossa.org>
2862 [MediaStream] Update layout tests to newer spec.
2863 https://bugs.webkit.org/show_bug.cgi?id=124985
2865 Reviewed by Eric Carlson.
2868 * fast/mediastream/MediaStream-onended-expected.txt: Removed.
2869 * fast/mediastream/MediaStreamTrack-onended-expected.txt: Added.
2870 * fast/mediastream/MediaStreamTrack-onended.html: Renamed from LayoutTests/fast/mediastream/MediaStream-onended.html.
2871 * fast/mediastream/RTCPeerConnection-ice-expected.txt:
2872 * fast/mediastream/RTCPeerConnection-state-expected.txt:
2873 * fast/mediastream/RTCSessionDescription-expected.txt:
2875 2013-12-02 Chris Fleizach <cfleizach@apple.com>
2877 AX: Crash at WebCore::commonTreeScope
2878 https://bugs.webkit.org/show_bug.cgi?id=125042
2880 Reviewed by Mario Sanchez Prada.
2882 * platform/mac/accessibility/ordered-textmarker-crash-expected.txt: Added.
2883 * platform/mac/accessibility/ordered-textmarker-crash.html: Added.
2885 2013-12-02 Zan Dobersek <zdobersek@igalia.com>
2887 Unreviewed GTK gardening.
2889 * platform/gtk/TestExpectations: Adding failure expectations for the
2890 fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top.html reftest.
2892 2013-12-02 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2894 Unreviewed, EFL rebaseline since r159915.
2896 Error messages are changed. So, test results need to be updated.
2898 * platform/efl/fast/forms/validation-message-appearance-expected.txt:
2899 * platform/efl/fast/forms/validationMessage-expected.txt:
2901 2013-12-02 Andrzej Badowski <a.badowski@samsung.com>
2903 [ATK] Support active state for listbox elements.
2904 https://bugs.webkit.org/show_bug.cgi?id=125009
2906 Reviewed by Chris Fleizach.
2908 Establish expectations for the test (all PASS).
2910 * accessibility/multiselect-list-reports-active-option-expected.txt: Added.
2911 * platform/efl-wk1/TestExpectations:
2912 * platform/efl-wk2/TestExpectations:
2914 2013-11-29 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2916 Unreviewed EFL gardening
2918 Accessibility rebaselines after r159848.
2920 * platform/efl-wk1/accessibility/table-detection-expected.txt:
2921 * platform/efl-wk2/accessibility/table-detection-expected.txt:
2923 2013-11-29 Krzysztof Czech <k.czech@samsung.com>
2925 [ATK] Added support for isAttributeSettable in AccessibilityUIElementAtk
2926 https://bugs.webkit.org/show_bug.cgi?id=124923
2928 Reviewed by Mario Sanchez Prada.
2930 Test could be reused by EFL and GTK as well.
2932 * accessibility/content-editable-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/content-editable-expected.txt.
2933 * accessibility/content-editable.html: Renamed from LayoutTests/platform/mac/accessibility/content-editable.html.
2935 2013-11-28 Antti Koivisto <antti@apple.com>
2937 Remove an oddly named css variables test
2939 Rubber-stamped by Andreas Kling.
2941 * css3/filters/reference-filter-update-after-remove-expected.txt: Removed.
2942 * css3/filters/reference-filter-update-after-remove.html: Removed.
2944 2013-11-28 Laszlo Vidacs <lac@inf.u-szeged.hu>
2946 RenderTableSection Blink merge asserting
2947 https://bugs.webkit.org/show_bug.cgi?id=124857
2949 Rebase EFL results (and the remaining Mac) after r159848.
2951 Reviewed by Csaba Osztrogonác.
2953 * fast/table/anonymous-table-section-removed.html: Updated.
2954 * platform/efl/accessibility/table-attributes-expected.txt: Added.
2955 * platform/efl/accessibility/table-sections-expected.txt: Added.
2956 * platform/efl/fast/forms/input-value-expected.png:
2957 * platform/efl/fast/forms/input-value-expected.txt:
2958 * platform/efl/fast/table/[...]:
2959 * platform/efl/tables/[...]:
2960 * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt:
2961 * platform/mac-mountainlion/fast/forms/input-value-expected.txt:
2962 * platform/mac-mountainlion/tables/mozilla/bugs/bug26178-expected.txt:
2964 2013-11-28 Laszlo Vidacs <lac@inf.u-szeged.hu>
2966 RenderTableSection Blink merge asserting
2967 https://bugs.webkit.org/show_bug.cgi?id=124857
2969 Rebase Mac results after r159848.
2971 Reviewed by Csaba Osztrogonác.
2973 * platform/mac/accessibility/table-detection-expected.txt:
2974 * platform/mac/fast/forms/input-value-expected.txt:
2975 * platform/mac/fast/table/[...]:
2976 * platform/mac/tables/[...]:
2978 2013-11-28 Laszlo Vidacs <lac@inf.u-szeged.hu>
2980 RenderTableSection Blink merge asserting
2981 https://bugs.webkit.org/show_bug.cgi?id=124857
2983 Rebase GTK results after r159848.
2985 Reviewed by Csaba Osztrogonác.
2987 * platform/gtk/accessibility/table-detection-expected.txt:
2988 * platform/gtk/fast/forms/input-value-expected.png:
2989 * platform/gtk/fast/forms/input-value-expected.txt:
2990 * platform/gtk/fast/table/[...]:
2991 * platform/gtk/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 Reviewed by Csaba Osztrogonác.
3000 Skipped tests enabled.
3004 2013-11-28 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3006 Unreviewed EFL gardening
3008 * platform/efl/TestExpectations: Added test expectations for failing tests.
3009 * platform/efl/fast/forms/search/search-size-with-decorations-expected.png: Added.
3010 * platform/efl/fast/forms/search/search-size-with-decorations-expected.txt: Added.
3012 2013-11-28 Antti Koivisto <antti@apple.com>
3014 No need to skip css variables tests as they were removed.
3016 * platform/mac/TestExpectations:
3017 * platform/win/TestExpectations:
3019 2013-11-28 Antti Koivisto <antti@apple.com>
3021 Remove feature: CSS variables
3022 https://bugs.webkit.org/show_bug.cgi?id=114119
3024 Reviewed by Andreas Kling.
3026 * fast/css/variables: Removed.
3027 * fast/css/variables/border-width-expected.html: Removed.
3028 * fast/css/variables/border-width.html: Removed.
3029 * fast/css/variables/build-supports-variables-expected.txt: Removed.
3030 * fast/css/variables/build-supports-variables.html: Removed.
3031 * fast/css/variables/calc-expected.html: Removed.
3032 * fast/css/variables/calc-inside-calc-expected.html: Removed.
3033 * fast/css/variables/calc-inside-calc.html: Removed.
3034 * fast/css/variables/calc-invalid-value-expected.html: Removed.
3035 * fast/css/variables/calc-invalid-value.html: Removed.
3036 * fast/css/variables/calc-invalid-variable-expected.html: Removed.
3037 * fast/css/variables/calc-invalid-variable.html: Removed.
3038 * fast/css/variables/calc-negated-variable-expected.html: Removed.
3039 * fast/css/variables/calc-negated-variable.html: Removed.
3040 * fast/css/variables/calc-vw-crash-expected.txt: Removed.
3041 * fast/css/variables/calc-vw-crash.html: Removed.
3042 * fast/css/variables/calc.html: Removed.
3043 * fast/css/variables/case-sensitive-expected.html: Removed.
3044 * fast/css/variables/case-sensitive.html: Removed.
3045 * fast/css/variables/colors-test-expected.html: Removed.
3046 * fast/css/variables/colors-test.html: Removed.
3047 * fast/css/variables/complex-cycle-expected.html: Removed.
3048 * fast/css/variables/complex-cycle.html: Removed.
3049 * fast/css/variables/computed-style-expected.html: Removed.
3050 * fast/css/variables/computed-style.html: Removed.
3051 * fast/css/variables/deferred-image-load-from-variable-expected.txt: Removed.
3052 * fast/css/variables/deferred-image-load-from-variable.html: Removed.
3053 * fast/css/variables/inherited-values-expected.html: Removed.
3054 * fast/css/variables/inherited-values.html: Removed.
3055 * fast/css/variables/inline-styles-expected.html: Removed.
3056 * fast/css/variables/inline-styles.html: Removed.
3057 * fast/css/variables/invalid-font-reference-expected.txt: Removed.
3058 * fast/css/variables/invalid-font-reference.html: Removed.
3059 * fast/css/variables/invalid-shorthand-expected.html: Removed.
3060 * fast/css/variables/invalid-shorthand.html: Removed.
3061 * fast/css/variables/invalid-value-list-crash-expected.txt: Removed.
3062 * fast/css/variables/invalid-value-list-crash.html: Removed.
3063 * fast/css/variables/invalid-variable-value-expected.html: Removed.
3064 * fast/css/variables/invalid-variable-value.html: Removed.
3065 * fast/css/variables/multi-level-cycle-expected.html: Removed.
3066 * fast/css/variables/multi-level-cycle.html: Removed.
3067 * fast/css/variables/redefinition-expected.html: Removed.
3068 * fast/css/variables/redefinition.html: Removed.
3069 * fast/css/variables/root-background-size-expected.html: Removed.
3070 * fast/css/variables/root-background-size.html: Removed.
3071 * fast/css/variables/shorthand-expected.html: Removed.
3072 * fast/css/variables/shorthand.html: Removed.
3073 * fast/css/variables/simple-cycle-expected.html: Removed.
3074 * fast/css/variables/simple-cycle.html: Removed.
3075 * fast/css/variables/transform-test-expected.html: Removed.
3076 * fast/css/variables/transform-test.html: Removed.
3077 * fast/css/variables/undefined-expected.html: Removed.
3078 * fast/css/variables/undefined.html: Removed.
3079 * fast/css/variables/use-before-defined-expected.html: Removed.
3080 * fast/css/variables/use-before-defined.html: Removed.
3081 * fast/css/variables/var-filter-expected.txt: Removed.
3082 * fast/css/variables/var-filter.html: Removed.
3083 * fast/css/variables/var-inside-box-reflect-expected.html: Removed.
3084 * fast/css/variables/var-inside-box-reflect.html: Removed.
3085 * fast/css/variables/var-inside-pair-expected.html: Removed.
3086 * fast/css/variables/var-inside-pair.html: Removed.
3087 * fast/css/variables/var-inside-quad-expected.html: Removed.
3088 * fast/css/variables/var-inside-quad.html: Removed.
3089 * fast/css/variables/var-inside-shape-expected.html: Removed.
3090 * fast/css/variables/var-inside-shape.html: Removed.
3091 * fast/css/variables/var-inside-shorthand-expected.html: Removed.
3092 * fast/css/variables/var-inside-shorthand.html: Removed.
3093 * fast/css/variables/variable-chain-expected.html: Removed.
3094 * fast/css/variables/variable-chain.html: Removed.
3095 * fast/css/variables/variable-unparseable-value-crash-expected.txt: Removed.
3096 * fast/css/variables/variable-unparseable-value-crash.html: Removed.
3098 2013-11-28 Jongwoo Choi <jw0330.choi@samsung.com>
3100 [EFL] Layout tests need to be rebaselined.
3101 https://bugs.webkit.org/show_bug.cgi?id=124879
3103 Unreviewed, EFL rebaseline.
3105 EFL tests need to be rebaselined after r159747
3107 * platform/efl/fast/table/011-expected.txt:
3108 * platform/efl/fast/table/border-collapsing/004-expected.txt:
3109 * platform/efl/fast/table/tableInsideCaption-expected.txt:
3111 2013-11-27 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3113 [GTK] Support custom types for drag and drop data
3114 https://bugs.webkit.org/show_bug.cgi?id=124659
3116 Reviewed by Martin Robinson.
3118 * platform/gtk/TestExpectations: remove failure expectation for test that now passes.
3120 2013-11-27 Filip Pizlo <fpizlo@apple.com>
3122 Infer one-time scopes
3123 https://bugs.webkit.org/show_bug.cgi?id=124812
3125 Reviewed by Oliver Hunt.
3127 * js/regress/infer-one-time-closure-expected.txt: Added.
3128 * js/regress/infer-one-time-closure-ten-vars-expected.txt: Added.
3129 * js/regress/infer-one-time-closure-ten-vars.html: Added.
3130 * js/regress/infer-one-time-closure-two-vars-expected.txt: Added.
3131 * js/regress/infer-one-time-closure-two-vars.html: Added.
3132 * js/regress/infer-one-time-closure.html: Added.
3133 * js/regress/infer-one-time-deep-closure-expected.txt: Added.
3134 * js/regress/infer-one-time-deep-closure.html: Added.
3135 * js/regress/script-tests/infer-one-time-closure-ten-vars.js: Added.
3136 * js/regress/script-tests/infer-one-time-closure-two-vars.js: Added.
3137 * js/regress/script-tests/infer-one-time-closure.js: Added.
3138 * js/regress/script-tests/infer-one-time-deep-closure.js: Added.
3140 2013-11-27 Eric Carlson <eric.carlson@apple.com>
3142 Allow the QuickTime plug-in to be replaced by script in an isolated word
3143 https://bugs.webkit.org/show_bug.cgi?id=124900
3145 Reviewed by Dean Jackson.
3147 * platform/efl/TestExpectations: Skip the new test.
3148 * platform/gtk/TestExpectations: Ditto.
3149 * platform/wincairo/TestExpectations: Ditto.
3150 * plugins/quicktime-plugin-replacement.html: Added.
3151 * plugins/quicktime-plugin-replacement-expected.txt: Added.
3152 * plugins/resources/orange.mov: Replace movie compressed with ancient (and deprecated)
3153 animated gif codec with one compressed with H.264 codec.
3155 2013-11-27 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
3157 Adding MediaConstraintsMock class
3158 https://bugs.webkit.org/show_bug.cgi?id=124902
3160 Reviewed by Eric Carlson.
3162 Validate constraints used in RTCPeerConnection LayoutTests
3164 * fast/mediastream/RTCPeerConnection-expected.txt:
3166 2013-11-27 Bear Travis <betravis@adobe.com>
3168 [CSS Shapes] Shape-Inside Should Default to 'auto'
3169 https://bugs.webkit.org/show_bug.cgi?id=124851
3171 Reviewed by Alexandru Chiculita.
3173 Update tests to reflect a default shape-inside value of 'auto'.
3175 * fast/shapes/css-shapes-disabled-expected.txt:
3176 * fast/shapes/css-shapes-disabled.html:
3177 * fast/shapes/parsing/parsing-shape-inside-expected.txt:
3178 * fast/shapes/parsing/parsing-shape-inside.html:
3179 * fast/shapes/parsing/parsing-shape-lengths-expected.txt:
3180 * fast/shapes/parsing/parsing-shape-lengths.html:
3182 2013-11-27 Hans Muller <hmuller@adobe.com>
3184 [CSS Shapes] shape-inside rectangle layout can fail
3185 https://bugs.webkit.org/show_bug.cgi?id=124784
3187 Reviewed by Andreas Kling.
3191 * fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top-expected.html: Added.
3192 * fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top.html: Added.
3194 2013-11-27 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3196 Unreviewed EFL gardening
3198 Add test expectations for flaky tests.
3200 * platform/efl-wk2/TestExpectations:
3201 * platform/efl/TestExpectations:
3203 2013-11-27 Xabier Rodriguez Calvar <calvaris@igalia.com>
3205 [GStreamer] Invalid command line error when visiting www.chessbase.com
3206 https://bugs.webkit.org/show_bug.cgi?id=124715
3208 Reviewed by Philippe Normand.
3210 Copied and adapted for HTTP from
3211 media/video-error-does-not-exist.html.
3213 * http/tests/media/video-error-does-not-exist-expected.txt: Added.
3214 * http/tests/media/video-error-does-not-exist.html: Added.
3216 2013-11-14 Sergio Villar Senin <svillar@igalia.com>
3218 [CSS Grid Layout] Fix positioning of grid items with margins
3219 https://bugs.webkit.org/show_bug.cgi?id=124345
3221 Reviewed by David Hyatt.
3223 From Blink r157925 and r158041 by <jchaffraix@chromium.org>
3225 New test case for grid items margin resolution. Extended the
3226 preferred logical widths checks with grid items with margins.
3228 * fast/css-grid-layout/grid-item-margin-resolution-expected.txt: Added.
3229 * fast/css-grid-layout/grid-item-margin-resolution.html: Added.
3230 * fast/css-grid-layout/grid-preferred-logical-widths-expected.txt:
3231 * fast/css-grid-layout/grid-preferred-logical-widths.html:
3233 2013-11-26 Sergio Villar Senin <svillar@igalia.com>
3235 [CSS Grid Layout] Support grid-definition-{rows|columns} repeat() syntax
3236 https://bugs.webkit.org/show_bug.cgi?id=103312
3238 Reviewed by Andreas Kling.
3240 Based on Blink r153155 by <jchaffraix@chromium.org>. Some code was
3241 refactored in a helper function to have a more compact test.
3243 * fast/css-grid-layout/grid-element-repeat-get-set-expected.txt: Added.
3244 * fast/css-grid-layout/grid-element-repeat-get-set.html: Added.
3246 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
3248 Windows rebaselines after r158547.
3250 * platform/win/editing/selection/collapse-selection-in-bidi-expected.txt: Added.
3251 * platform/win/editing/selection/drag-text-delay-expected.txt: Added.
3252 * platform/win/editing/selection/extend-selection-home-end-expected.txt:
3254 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
3256 Record subtest values in Dromaeo tests
3257 https://bugs.webkit.org/show_bug.cgi?id=124498
3259 Reviewed by Andreas Kling.
3261 Rebaselined the test.
3263 * fast/harness/perftests/runs-per-second-log-expected.txt:
3265 2013-11-26 Nick Diego Yamane <nick.yamane@openbossa.org>
3267 [MediaStream API] HTMLMediaElement should be able to use MediaStream as source
3268 https://bugs.webkit.org/show_bug.cgi?id=121943
3270 Reviewed by Eric Carlson.
3272 Add layout tests to MediaStream direct assignment to HTMLMediaElement
3273 using brand new srcObject attribute.
3275 * fast/mediastream/MediaStream-MediaElement-srcObject-expected.txt: Added.
3276 * fast/mediastream/MediaStream-MediaElement-srcObject.html: Added.
3278 2013-11-26 Bear Travis <betravis@adobe.com>
3280 [CSS Shapes] Layout using [<box> || <shape>] value
3281 https://bugs.webkit.org/show_bug.cgi?id=124428
3283 Reviewed by David Hyatt.
3285 Adding tests to make sure that shapes properly size and position themselves across box values
3286 and writing modes. Some shape-outside tests needed to be updated to explicitly size themselves
3287 to content-box, as they were relying on that being the default value. Some shape-inside tests
3288 needed to be adjusted as box-sizing no longer affects the shape size and position.
3290 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-circle-001.html:
3291 Explicitly size to content-box.
3292 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-001.html: Ditto.
3293 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-002.html: Ditto.
3294 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-003.html: Ditto.
3295 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-004.html: Ditto.
3296 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-010.html: Ditto.
3297 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-011.html: Ditto.
3298 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-012.html: Ditto.
3299 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-014.html: Ditto.
3300 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-015.html: Ditto.
3301 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-016.html: Ditto.
3302 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-017.html: Ditto.
3303 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-018.html: Ditto.
3304 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-margin-021.html: Ditto.
3305 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-001.html: Ditto.
3306 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-002.html: Ditto.
3307 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-003.html: Ditto.
3308 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-padding-004.html: Ditto.
3309 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-000.html: Ditto.
3310 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-001.html: Ditto.
3311 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-002.html: Ditto.
3312 * csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-square-border-000.html: Ditto.
3313 * fast/shapes/shape-inside/shape-inside-box-sizing-expected.html: Small test cleanup.
3314 * fast/shapes/shape-inside/shape-inside-box-sizing.html: Modify shapes to provide their sizing box.
3315 * fast/shapes/shape-inside/shape-inside-empty-expected.html: Small test cleanup.
3316 * fast/shapes/shape-inside/shape-inside-empty.html: Modify shapes to provide their sizing box.
3317 * fast/shapes/shape-outside-floats/shape-outside-floats-different-writing-modes.html: Ditto.
3318 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-001-expected.html: Added.
3319 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-001.html: Added.
3320 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-002-expected.html: Added.
3321 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-002.html: Added.
3322 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-003-expected.html: Added.
3323 * fast/shapes/shape-outside-floats/shape-outside-shape-boxes-003.html: Added.
3324 * inspector-protocol/model/highlight-shape-outside.html: Modify shapes to provide their sizing box.
3326 2013-11-26 Oliver Hunt <oliver@apple.com>
3328 Crash in JSC::ASTBuilder::Expression JSC::Parser<JSC::Lexer<unsigned char> >::parseUnaryExpression<JSC::ASTBuilder>(JSC::ASTBuilder&)
3329 https://bugs.webkit.org/show_bug.cgi?id=124886
3331 Reviewed by Sam Weinig.
3335 * js/parser-syntax-check-expected.txt:
3336 * js/script-tests/parser-syntax-check.js:
3338 2013-11-26 Eric Carlson <eric.carlson@apple.com>
3340 video.currentSrc should return empty when no resource is loaded
3341 https://bugs.webkit.org/show_bug.cgi?id=124898
3343 Reviewed by Dan Bernstein.
3345 * media/video-currentsrc-cleared-expected.txt: Added.
3346 * media/video-currentsrc-cleared.html: Added.
3348 2013-11-26 Hans Muller <hmuller@adobe.com>
3350 [CSS Shapes] Support for shape-margin in BoxShape
3351 https://bugs.webkit.org/show_bug.cgi?id=124788
3353 Verify that shape-margin has the expected effect on the four possible shape-outside box values
3354 for left and right floats.
3356 Reviewed by Andreas Kling.
3358 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-001-expected.html: Added.
3359 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-001.html: Added.
3360 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-002-expected.html: Added.
3361 * fast/shapes/shape-outside-floats/shape-outside-margin-boxes-002.html: Added.
3363 2013-11-26 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3365 Unreviewed EFL gardening
3367 Add test expectations for failing accessibility tests.
3369 * platform/efl/TestExpectations:
3371 2013-11-26 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3373 Unreviewed ATK gardening
3375 Rebaseline accessibility tests after r159747.
3377 * platform/efl-wk1/accessibility/table-detection-expected.txt:
3378 * platform/efl-wk2/accessibility/table-detection-expected.txt:
3379 * platform/gtk/accessibility/table-detection-expected.txt:
3381 2013-11-25 Dean Jackson <dino@apple.com>
3383 RenderTableSection Blink merge asserting
3384 https://bugs.webkit.org/show_bug.cgi?id=124857
3386 Skipping these tests for now, since Ossy + Laszlo checked
3387 in a lot of rebaselines and I didn't want to roll
3392 2013-11-25 Robert Hogan <robert@webkit.org>
3394 Add complex line layout path version of empty-clear-blocks.html
3395 https://bugs.webkit.org/show_bug.cgi?id=124808
3397 Reviewed by Sam Weinig.
3399 * fast/block/margin-collapse/empty-clear-blocks-complex-expected.html: Added.
3400 * fast/block/margin-collapse/empty-clear-blocks-complex.html: Added.
3402 2013-11-25 Laszlo Vidacs <lac@inf.u-szeged.hu>
3404 Vertical border spacing is doubled between table row groups
3405 https://bugs.webkit.org/show_bug.cgi?id=20040
3407 Reviewed by Csaba Osztrogonác.
3409 Rebaseline the rest of EFL and GTK tests.
3411 * platform/efl/tables/mozilla/bugs/bug10296-1-expected.txt:
3412 * platform/efl/tables/mozilla/bugs/bug26178-expected.txt:
3413 * platform/efl/tables/mozilla/bugs/bug27038-1-expected.txt:
3414 * platform/efl/tables/mozilla/bugs/bug278385-expected.txt:
3415 * platform/efl/tables/mozilla/bugs/bug55789-expected.txt:
3416 * platform/efl/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
3417 * platform/efl/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
3418 * platform/efl/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
3419 * platform/efl/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
3420 * platform/efl/tables/mozilla_expected_failures/core/captions1-expected.txt:
3421 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
3422 * platform/efl/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
3423 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
3424 * platform/efl/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
3425 * platform/efl/tables/mozilla_expected_failures/other/test4-expected.txt:
3426 * platform/gtk/tables/mozilla/marvin/thead_valign_bottom-expected.png:
3427 * platform/gtk/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
3428 * platform/gtk/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
3429 * platform/gtk/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
3431 2013-11-25 Laszlo Vidacs <lac@inf.u-szeged.hu>
3433 Vertical border spacing is doubled between table row groups
3434 https://bugs.webkit.org/show_bug.cgi?id=20040
3436 Reviewed by Csaba Osztrogonác.
3438 Rebaseline efl tests (+mac corrections).
3440 * platform/efl/fast/forms/input-align-expected.png:
3441 * platform/efl/fast/forms/input-align-expected.txt:
3442 * platform/efl/fast/forms/input-value-expected.png:
3443 * platform/efl/fast/forms/input-value-expected.txt:
3444 * platform/efl/fast/table/border-collapsing/004-vertical-expected.png:
3445 * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
3446 * platform/efl/fast/table/floating-th-expected.png:
3447 * platform/efl/fast/table/floating-th-expected.txt:
3448 * platform/efl/fast/table/frame-and-rules-expected.png:
3449 * platform/efl/fast/table/frame-and-rules-expected.txt:
3450 * platform/efl/fast/table/multiple-captions-display-expected.png:
3451 * platform/efl/fast/table/multiple-captions-display-expected.txt:
3452 * platform/efl/fast/table/rowindex-expected.png:
3453 * platform/efl/fast/table/rowindex-expected.txt:
3454 * platform/efl/fast/table/table-display-types-expected.png:
3455 * platform/efl/fast/table/table-display-types-expected.txt:
3456 * platform/efl/fast/table/table-display-types-strict-expected.png:
3457 * platform/efl/fast/table/table-display-types-strict-expected.txt:
3458 * platform/efl/fast/table/table-display-types-vertical-expected.png:
3459 * platform/efl/fast/table/table-display-types-vertical-expected.txt:
3460 * platform/efl/tables/mozilla/bugs/bug119786-expected.png:
3461 * platform/efl/tables/mozilla/bugs/bug119786-expected.txt:
3462 * platform/efl/tables/mozilla/bugs/bug13118-expected.png:
3463 * platform/efl/tables/mozilla/bugs/bug13118-expected.txt:
3464 * platform/efl/tables/mozilla/bugs/bug19061-1-expected.png:
3465 * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt:
3466 * platform/efl/tables/mozilla/bugs/bug19061-2-expected.png:
3467 * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt:
3468 * platform/efl/tables/mozilla/bugs/bug220536-expected.png:
3469 * platform/efl/tables/mozilla/bugs/bug220536-expected.txt:
3470 * platform/efl/tables/mozilla/bugs/bug27038-2-expected.png:
3471 * platform/efl/tables/mozilla/bugs/bug27038-2-expected.txt:
3472 * platform/efl/tables/mozilla/bugs/bug27038-3-expected.png:
3473 * platform/efl/tables/mozilla/bugs/bug27038-3-expected.txt: Added.
3474 * platform/efl/tables/mozilla/bugs/bug30418-expected.png:
3475 * platform/efl/tables/mozilla/bugs/bug30418-expected.txt:
3476 * platform/efl/tables/mozilla/bugs/bug3263-expected.png:
3477 * platform/efl/tables/mozilla/bugs/bug3263-expected.txt:
3478 * platform/efl/tables/mozilla/bugs/bug38916-expected.png:
3479 * platform/efl/tables/mozilla/bugs/bug38916-expected.txt:
3480 * platform/efl/tables/mozilla/bugs/bug46268-3-expected.png:
3481 * platform/efl/tables/mozilla/bugs/bug46268-3-expected.txt:
3482 * platform/efl/tables/mozilla/bugs/bug46268-5-expected.png:
3483 * platform/efl/tables/mozilla/bugs/bug46268-5-expected.txt:
3484 * platform/efl/tables/mozilla/bugs/bug46268-expected.png:
3485 * platform/efl/tables/mozilla/bugs/bug46268-expected.txt:
3486 * platform/efl/tables/mozilla/bugs/bug46924-expected.png:
3487 * platform/efl/tables/mozilla/bugs/bug46924-expected.txt:
3488 * platform/efl/tables/mozilla/bugs/bug57378-expected.png:
3489 * platform/efl/tables/mozilla/bugs/bug57378-expected.txt:
3490 * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.png:
3491 * platform/efl/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
3492 * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
3493 * platform/efl/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
3494 * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.png:
3495 * platform/efl/tables/mozilla/marvin/backgr_position-table-expected.txt:
3496 * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
3497 * platform/efl/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
3498 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
3499 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
3500 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
3501 * platform/efl/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
3502 * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.png:
3503 * platform/efl/tables/mozilla/marvin/backgr_simple-table-expected.txt:
3504 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
3505 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
3506 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
3507 * platform/efl/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
3508 * platform/efl/tables/mozilla/marvin/body_tfoot-expected.png:
3509 * platform/efl/tables/mozilla/marvin/body_tfoot-expected.txt:
3510 * platform/efl/tables/mozilla/marvin/body_thead-expected.png:
3511 * platform/efl/tables/mozilla/marvin/body_thead-expected.txt:
3512 * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.png:
3513 * platform/efl/tables/mozilla/marvin/table_rules_groups-expected.txt:
3514 * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.png:
3515 * platform/efl/tables/mozilla/marvin/tbody_align_center-expected.txt:
3516 * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.png:
3517 * platform/efl/tables/mozilla/marvin/tbody_align_char-expected.txt:
3518 * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.png:
3519 * platform/efl/tables/mozilla/marvin/tbody_align_justify-expected.txt:
3520 * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.png:
3521 * platform/efl/tables/mozilla/marvin/tbody_align_left-expected.txt:
3522 * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.png:
3523 * platform/efl/tables/mozilla/marvin/tbody_align_right-expected.txt:
3524 * platform/efl/tables/mozilla/marvin/tbody_char-expected.png:
3525 * platform/efl/tables/mozilla/marvin/tbody_char-expected.txt: