1 2012-05-01 James Simonsen <simonjam@chromium.org>
3 Ensure HTMLElementStack fails gracefully if it has a non-Element.
4 https://bugs.webkit.org/show_bug.cgi?id=85167
6 Reviewed by Adam Barth.
8 * html5lib/resources/webkit02.dat:
10 2012-05-01 Christophe Dumez <christophe.dumez@intel.com>
12 [EFL] fast/loader/file-protocol-fragment.html needs rebaselining
13 https://bugs.webkit.org/show_bug.cgi?id=85182
15 Unreviewed, add EFL expectation for fast/loader/file-protocol-fragment.html
18 * platform/efl/Skipped:
19 * platform/efl/fast/loader/file-protocol-fragment-expected.txt: Added.
21 2012-05-01 David Dorwin <ddorwin@chromium.org>
23 Remove expectations for media/encrypted-media/encrypted-media-events.html now that crash is fixed.
24 https://bugs.webkit.org/show_bug.cgi?id=84596
26 Unreviewed expectations update.
28 * platform/chromium/test_expectations.txt:
30 2012-05-01 Andy Estes <aestes@apple.com>
32 [Mac] inspector/debugger/linkifier.html is flakey
33 https://bugs.webkit.org/show_bug.cgi?id=85319
35 * platform/mac/Skipped: Skip the flakey test.
37 2012-05-01 Silvia Pfeiffer <silviapf@chromium.org>
39 Audio controls have a 1px surplus outline coming from RenderImage::paintReplaced base class,
40 which needs overwriting. All layout tests with an audio element need a
42 https://bugs.webkit.org/show_bug.cgi?id=84570
44 Reviewed by Eric Carlson.
46 * platform/chromium-linux/media/audio-controls-rendering-expected.png:
47 * platform/chromium-linux/media/audio-repaint-expected.png:
48 * platform/chromium-linux/media/controls-after-reload-expected.png:
49 * platform/chromium-linux/media/controls-layout-direction-expected.png:
50 * platform/chromium-linux/media/media-controls-clone-expected.png:
51 * platform/chromium-mac-leopard/media/audio-controls-rendering-expected.png:
52 * platform/chromium-mac-leopard/media/audio-repaint-expected.png:
53 * platform/chromium-mac-leopard/media/controls-after-reload-expected.png:
54 * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
55 * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
56 * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
57 * platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
58 * platform/chromium-mac/media/audio-controls-rendering-expected.png:
59 * platform/chromium-mac/media/audio-repaint-expected.png:
60 * platform/chromium-mac/media/controls-after-reload-expected.png:
61 * platform/chromium-mac/media/controls-layout-direction-expected.png:
62 * platform/chromium-mac/media/media-controls-clone-expected.png:
63 * platform/chromium-win/media/audio-controls-rendering-expected.png:
64 * platform/chromium-win/media/audio-repaint-expected.png:
65 * platform/chromium-win/media/controls-after-reload-expected.png:
66 * platform/chromium-win/media/controls-layout-direction-expected.png:
67 * platform/chromium-win/media/media-controls-clone-expected.png:
69 2012-05-01 Aaron Colwell <acolwell@chromium.org>
71 Temporarily removing tests for webkitSourceAddId() & webkitSourceRemoveId()
72 until the rest of the Media Source v0.5 methods are implemented.
73 https://bugs.webkit.org/show_bug.cgi?id=85295
75 Reviewed by Eric Carlson.
77 * http/tests/media/media-source/webm/video-media-source-add-and-remove-ids-expected.txt: Removed.
78 * http/tests/media/media-source/webm/video-media-source-add-and-remove-ids.html: Removed.
79 * platform/chromium/test_expectations.txt:
81 2012-05-01 Eric Seidel <eric@webkit.org>
83 Add seamless test cases (all of these will pass as we land the implementation patches)
84 https://bugs.webkit.org/show_bug.cgi?id=85251
86 Reviewed by Adam Barth.
88 These are all test cases which were written as part of implementing seamless
89 on my github branch: https://github.com/eseidel/webkit/compare/master...seamless
90 All of these will pass once the implementation is landed, which I am uploading
91 as a series of patches as we speak. Because the each of pieces
92 affects variety of tests, it seems easiest to read the implmentation
93 diffs if I land all the tests up-front.
95 * fast/frames/seamless/resources/css-cascade-child.html: Added.
96 * fast/frames/seamless/resources/done.html: Added.
97 * fast/frames/seamless/resources/nested-seamless.html: Added.
98 * fast/frames/seamless/resources/quirks-square.html: Added.
99 * fast/frames/seamless/resources/square.html: Added.
100 * fast/frames/seamless/resources/two-inline-blocks.html: Added.
101 * fast/frames/seamless/seamless-basic-expected.txt: Added.
102 * fast/frames/seamless/seamless-basic.html: Added.
103 * fast/frames/seamless/seamless-css-cascade-expected.txt: Added.
104 * fast/frames/seamless/seamless-css-cascade.html: Added.
105 * fast/frames/seamless/seamless-designMode-expected.txt: Added.
106 * fast/frames/seamless/seamless-designMode.html: Added.
107 * fast/frames/seamless/seamless-float-expected.txt: Added.
108 * fast/frames/seamless/seamless-float.html: Added.
109 * fast/frames/seamless/seamless-form-get-expected.txt: Added.
110 * fast/frames/seamless/seamless-form-get-named-expected.txt: Added.
111 * fast/frames/seamless/seamless-form-get-named.html: Added.
112 * fast/frames/seamless/seamless-form-get-override-expected.txt: Added.
113 * fast/frames/seamless/seamless-form-get-override.html: Added.
114 * fast/frames/seamless/seamless-form-get.html: Added.
115 * fast/frames/seamless/seamless-form-post-expected.txt: Added.
116 * fast/frames/seamless/seamless-form-post-named-expected.txt: Added.
117 * fast/frames/seamless/seamless-form-post-named.html: Added.
118 * fast/frames/seamless/seamless-form-post-override-expected.txt: Added.
119 * fast/frames/seamless/seamless-form-post-override.html: Added.
120 * fast/frames/seamless/seamless-form-post.html: Added.
121 * fast/frames/seamless/seamless-hyperlink-expected.txt: Added.
122 * fast/frames/seamless/seamless-hyperlink-named-expected.txt: Added.
123 * fast/frames/seamless/seamless-hyperlink-named.html: Added.
124 * fast/frames/seamless/seamless-hyperlink-override-expected.txt: Added.
125 * fast/frames/seamless/seamless-hyperlink-override.html: Added.
126 * fast/frames/seamless/seamless-hyperlink.html: Added.
127 * fast/frames/seamless/seamless-inline-expected.txt: Added.
128 * fast/frames/seamless/seamless-inline.html: Added.
129 * fast/frames/seamless/seamless-min-max-expected.txt: Added.
130 * fast/frames/seamless/seamless-min-max.html: Added.
131 * fast/frames/seamless/seamless-nested-expected.txt: Added.
132 * fast/frames/seamless/seamless-nested.html: Added.
133 * fast/frames/seamless/seamless-quirks-expected.txt: Added.
134 * fast/frames/seamless/seamless-quirks.html: Added.
135 * fast/frames/seamless/seamless-sandbox-flag-expected.txt: Added.
136 * fast/frames/seamless/seamless-sandbox-flag.html: Added.
137 * fast/frames/seamless/seamless-sandbox-srcdoc-expected.txt: Added.
138 * fast/frames/seamless/seamless-sandbox-srcdoc.html: Added.
139 * fast/frames/seamless/seamless-window-location-expected.txt: Added.
140 * fast/frames/seamless/seamless-window-location-href-expected.txt: Added.
141 * fast/frames/seamless/seamless-window-location-href.html: Added.
142 * fast/frames/seamless/seamless-window-location-replace-expected.txt: Added.
143 * fast/frames/seamless/seamless-window-location-replace.html: Added.
144 * fast/frames/seamless/seamless-window-location-sandbox-expected.txt: Added.
145 * fast/frames/seamless/seamless-window-location-sandbox.html: Added.
146 * fast/frames/seamless/seamless-window-location.html: Added.
147 * fast/frames/seamless/seamless-window-open-expected.txt: Added.
148 * fast/frames/seamless/seamless-window-open-override-expected.txt: Added.
149 * fast/frames/seamless/seamless-window-open-override.html: Added.
150 * fast/frames/seamless/seamless-window-open.html: Added.
151 * http/tests/security/seamless/resources/square.html: Added.
152 * http/tests/security/seamless/seamless-cross-origin-expected.txt: Added.
153 * http/tests/security/seamless/seamless-cross-origin.html: Added.
154 * http/tests/security/seamless/seamless-sandbox-srcdoc-expected.txt: Added.
155 * http/tests/security/seamless/seamless-sandbox-srcdoc.html: Added.
157 2012-05-01 Philip Rogers <pdr@google.com>
159 Skip building instance tree for disallowed target
160 https://bugs.webkit.org/show_bug.cgi?id=85202
162 Reviewed by Nikolas Zimmermann.
164 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
165 * platform/gtk/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
166 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
167 * platform/qt/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
168 * svg/custom/animate-disallowed-mask-element-expected.txt: Added.
169 * svg/custom/animate-disallowed-mask-element.svg: Added.
171 2012-04-29 Nikolas Zimmermann <nzimmermann@rim.com>
173 Accumulation for values-animation is broken
174 https://bugs.webkit.org/show_bug.cgi?id=85158
176 Reviewed by Darin Adler.
178 * svg/animations/accumulate-values-width-animation-expected.txt: Added.
179 * svg/animations/accumulate-values-width-animation.html: Added.
180 * svg/animations/resources/accumulate-values-width-animation.svg: Added.
181 * svg/animations/script-tests/accumulate-values-width-animation.js: Added.
195 2012-05-01 Ryosuke Niwa <rniwa@webkit.org>
197 drag of links with styled text drop as links with plain text
198 https://bugs.webkit.org/show_bug.cgi?id=19386
200 Reviewed by Hajime Morita.
202 Add a regression test since the said bug appears to have been fixed on ToT WebKit.
204 * editing/pasteboard/drag-drop-url-with-style-expected.txt: Added.
205 * editing/pasteboard/drag-drop-url-with-style.html: Added.
207 2012-05-01 Andreas Kling <kling@webkit.org>
209 Remove Mac WK2-specific result for svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm.
211 * platform/mac-wk2/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
213 2012-05-01 Yuzhu Shen <yzshen@chromium.org>
215 Fix test regression introduced by r115086.
216 https://bugs.webkit.org/show_bug.cgi?id=84566
218 Reviewed by Pavel Feldman.
220 * inspector/network-status-non-http.html:
221 * platform/qt/Skipped:
223 2012-05-01 Kent Tamura <tkent@chromium.org>
225 [Chromium] Rebaseline for recent changes about <input type=date>.
227 * platform/chromium-linux/fast/forms/date/date-appearance-expected.png:
228 * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt:
229 * platform/chromium-mac/fast/forms/date/date-appearance-expected.png:
230 * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt:
231 * platform/chromium-mac/fast/forms/date/date-input-visible-strings-expected.txt: Copied from LayoutTests/platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt.
232 * platform/chromium-win/fast/forms/date/date-appearance-expected.png:
233 * platform/chromium-win/fast/forms/date/date-appearance-expected.txt:
234 * platform/chromium-win/fast/forms/date/date-input-visible-strings-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt.
235 * platform/chromium/test_expectations.txt:
237 2012-05-01 Kent Tamura <tkent@chromium.org>
239 [Chromium] Test expectation update for r115713.
240 https://bugs.webkit.org/show_bug.cgi?id=84935
242 * platform/chromium/test_expectations.txt:
243 Mark TEXT for date-input-visible-strings.html
245 2012-05-01 Philippe Normand <pnormand@igalia.com>
247 Unreviewed, GTK test_expectations update.
249 * platform/gtk/test_expectations.txt: media/track/track-mode.html
250 is still flaky as per bug 83878.
252 2012-04-30 Zan Dobersek <zandobersek@gmail.com>
254 Unreviewed, rebaselining after r115666 and test expectations update
257 * platform/gtk/fast/js/constructor-length-expected.txt:
258 * platform/gtk/test_expectations.txt:
260 2012-04-30 Kent Tamura <tkent@chromium.org>
262 REGRESSION(r115600): parseLocalizedDate() should fail for invalid inputs
263 https://bugs.webkit.org/show_bug.cgi?id=85176
265 Reviewed by Kentaro Hara.
267 * platform/chromium/test_expectations.txt: Remove an entry for a fixed test.
269 2012-04-30 Ilya Sherman <isherman@chromium.org>
271 Unreviewed, rolling out r113511.
272 http://trac.webkit.org/changeset/113511
273 https://bugs.webkit.org/show_bug.cgi?id=66032
274 https://bugs.webkit.org/show_bug.cgi?id=85150
276 Regression: Many autofilled form fields lack the default
277 autofill background even when authors don’t override the
280 * fast/forms/input-autofilled-expected.txt:
281 * fast/forms/input-autofilled.html:
283 2012-04-30 Keishi Hattori <keishi@webkit.org>
285 datalist: Inconsistent behavior of HTMLInputElement::list
286 https://bugs.webkit.org/show_bug.cgi?id=84351
288 Reviewed by Kent Tamura.
290 * fast/forms/datalist/input-list-expected.txt:
291 * fast/forms/datalist/input-list.html: Added tests for all input types.
292 * platform/chromium/fast/forms/datalist/input-list-expected.txt: Added.
294 2012-04-30 Koji Ishii <kojiishi@gmail.com>
296 REGRESSION: editing/inserting/insert-bg-font.html fails on Lion
297 https://bugs.webkit.org/show_bug.cgi?id=82079
299 Reviewed by Ryosuke Niwa.
301 The test fails only if "Correct spelling automatically" is turned on.
302 AutoCorrect kicks in because the test has "backgroundblue" as a word,
303 so changing it to "background blue" fixes the failure.
305 * editing/inserting/insert-bg-font-expected.txt: Change "backgroundblue" to "background blue".
306 * editing/inserting/insert-bg-font.html: Ditto.
308 2012-04-30 Xingnan Wang <xingnan.wang@intel.com>
310 Add multichannel support for input of JavaScriptAudioNode
311 https://bugs.webkit.org/show_bug.cgi?id=84687
313 Reviewed by Chris Rogers.
315 * webaudio/javascriptaudionode-downmix8-2channel-input-expected.txt: Added.
316 * webaudio/javascriptaudionode-downmix8-2channel-input.html: Added.
317 * webaudio/javascriptaudionode-upmix2-8channel-input-expected.txt: Added.
318 * webaudio/javascriptaudionode-upmix2-8channel-input.html: Added.
319 * webaudio/resources/javascriptaudionode-testing.js: Added.
323 (checkStereoOnlyData):
326 2012-04-30 Zhenyao Mo <zmo@google.com>
328 Unreviewed, test expectations update.
330 * platform/chromium/test_expectations.txt:
332 2012-04-30 Ryosuke Niwa <rniwa@webkit.org>
334 NULL ptr in WebCore::Range::getBorderAndTextQuads
335 https://bugs.webkit.org/show_bug.cgi?id=77218
337 Reviewed by Eric Seidel.
339 Add a regression test. We use alert here instead of innerHTML, textContent, etc...
340 because document element is no longer well-formed at the end of the test.
342 * fast/dom/Range/range-created-in-mutation-event-crash-expected.txt: Added.
343 * fast/dom/Range/range-created-in-mutation-event-crash.xhtml: Added.
345 2012-04-30 Mark Rowe <mrowe@apple.com>
347 REGRESSION (r115544): platform/mac/fast/events/pointer-events-dashboard.html is failing
349 Remove the test since r115544 removed the special behavior in Dashboard.
351 Rubber-stamped by Anders Carlsson.
353 * platform/mac/fast/events/pointer-events-dashboard-expected.png: Removed.
354 * platform/mac/fast/events/pointer-events-dashboard-expected.txt: Removed.
355 * platform/mac/fast/events/pointer-events-dashboard.html: Removed.
357 2012-04-30 Tom Zakrajsek <tomz@codeaurora.org>
361 * platform/qt/test_expectations.txt:
363 2012-04-30 Sadrul Habib Chowdhury <sadrul@chromium.org>
365 [chromium] Disable battery-status API support.
366 https://bugs.webkit.org/show_bug.cgi?id=84499
368 Reviewed by Adam Barth.
370 * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
371 * platform/chromium/test_expectations.txt:
373 2012-04-30 Gavin Barraclough <barraclough@apple.com>
375 Arguments object resets attributes on redefinition of a parameter
376 https://bugs.webkit.org/show_bug.cgi?id=84994
378 Rubber stamped by Oliver Hunt.
380 * fast/js/arguments-expected.txt:
381 * fast/js/script-tests/arguments.js:
384 2012-04-30 Kentaro Hara <haraken@chromium.org>
386 WebGLRenderingContext methods should throw TypeError for not enough arguments
387 https://bugs.webkit.org/show_bug.cgi?id=84787
389 Reviewed by Kenneth Russell.
391 Currently, WebGLRenderingcontext methods implement
392 "Not enough arguments" error as SyntaxError. The Web IDL
393 spec requires that it should be TypeError:
394 http://www.w3.org/TR/WebIDL/#dfn-overload-resolution-algorithm
396 This patch changes SyntaxError to TypeError.
398 * fast/canvas/webgl/webgl-exceptions-expected.txt: Added.
399 * fast/canvas/webgl/webgl-exceptions.html: Added.
401 2012-04-30 Abhishek Arya <inferno@chromium.org>
403 Remove positioned float code.
404 https://bugs.webkit.org/show_bug.cgi?id=84795
406 Reviewed by Dan Bernstein.
408 * fast/block/float/positioned-float-crash-expected.txt: Added.
409 * fast/block/float/positioned-float-crash.html: Added.
411 2012-04-30 Sam Weinig <sam@webkit.org>
414 https://bugs.webkit.org/show_bug.cgi?id=84036
416 Reviewed by Anders Carlsson.
418 * fast/js/constructor-length.html:
419 * platform/mac/fast/js/constructor-length-expected.txt:
420 Remove WebKitBlobBuilder from this test, as it is not exposed on all platforms,
421 and add Blob, which is.
423 * platform/mac/Skipped:
424 Skip fast/files/blob-builder-crash.html, since we no longer support WebKitBlobBuilder.
426 2012-04-30 Mark Hahnenberg <mhahnenberg@apple.com>
428 fast/js/random-array-gc-stress times out in debug mode
429 https://bugs.webkit.org/show_bug.cgi?id=84821
431 Reviewed by Darin Adler.
433 * fast/js/script-tests/random-array-gc-stress.js: Lowering the iterations even more.
436 2012-04-30 Benjamin Poulain <bpoulain@apple.com>
438 Add fast path for radix == 10 to numberProtoFuncToString
439 https://bugs.webkit.org/show_bug.cgi?id=85120
441 Reviewed by Darin Adler.
443 Add more test coverage for Number.proto.toString.
445 * platform/chromium/test_expectations.txt: Mark the test as failing on Chromium.
446 * fast/js/toString-number-expected.txt: Added.
447 * fast/js/toString-number.html: Added.
449 2012-04-30 Tommy Widenflycht <tommyw@google.com>
451 MediaStream API: Adding a test for the experimental PeerConnection00
452 https://bugs.webkit.org/show_bug.cgi?id=82881
454 Reviewed by Dimitri Glazkov.
456 Tests construction of objects.
458 * fast/mediastream/constructors-expected.txt: Added.
459 * fast/mediastream/constructors.html: Added.
461 2012-04-30 Justin Schuh <jschuh@chromium.org>
463 loadOrRedirectSubframe should return the owner element's frame
464 https://bugs.webkit.org/show_bug.cgi?id=84780
466 Reviewed by Nate Chapin.
468 * fast/loader/javascript-url-iframe-remove-on-navigate-expected.txt: Added.
469 * fast/loader/javascript-url-iframe-remove-on-navigate.html: Added.
471 2012-04-30 Thiago Marcos P. Santos <thiago.santos@intel.com>
473 [EFL] Update expectations for media/audio-delete-while-step-button-clicked.html
474 https://bugs.webkit.org/show_bug.cgi?id=85180
476 Unreviewed gardening.
478 * platform/efl/test_expectations.txt:
480 2012-04-30 Beth Dakin <bdakin@apple.com>
482 https://bugs.webkit.org/show_bug.cgi?id=82922
483 border-image with image-set does not render correctly when viewed at
486 <rdar://problem/11167820>
488 Reviewed by Dan Bernstein.
490 * fast/hidpi/image-set-border-image-comparison.html: Added.
491 * fast/hidpi/resources/Breakpoint-2x.png: Added.
492 * fast/hidpi/resources/Breakpoint.png: Added.
493 * platform/mac/fast/hidpi/image-set-border-image-comparison-expected.png: Added.
494 * platform/mac/fast/hidpi/image-set-border-image-comparison-expected.txt: Added.
496 2012-04-30 Andreas Kling <kling@webkit.org>
498 Rebaseline svg/zoom/page/zoom-svg-through-object-with-percentage-size.svg for Mac after Length changes.
500 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
502 2012-04-30 Yi Shen <yi.4.shen@nokia.com>
504 Inserting a paragraph between quoted lines in editing/deleting/delete-4038408-fix.html doesn't work
505 https://bugs.webkit.org/show_bug.cgi?id=78193
507 Reviewed by Ryosuke Niwa.
509 When pasting a copied portion of a blockquote with a newline at the end into an unquoted area,
510 the newline is inserted after the blockquote since we don't want it also to be quoted. However,
511 this behavior has also applied when we insert a paragraph between quoted lines, which is incorrect.
512 To figure out the right place to insert a paragraph, we need providing more information to the
513 InsertParagraphSeparatorCommand by introducing a boolean parameter "pasteBlockqutoeIntoUnquotedArea".
515 * editing/inserting/insert-paragraph-separator-in-blockquote-expected.txt: Added.
516 * editing/inserting/insert-paragraph-separator-in-blockquote.html: Added.
517 * editing/pasteboard/paste-wrapped-blockquote-into-nonblockquote-expected.txt: Added.
518 * editing/pasteboard/paste-wrapped-blockquote-into-nonblockquote.html: Added.
520 2012-04-30 Antti Koivisto <antti@apple.com>
522 Protect current element in HTMLLinkElement::setCSSStyleSheet
523 https://bugs.webkit.org/show_bug.cgi?id=85166
525 Reviewed by Andreas Kling.
527 * fast/css/cached-sheet-restore-crash-expected.txt: Added.
528 * fast/css/cached-sheet-restore-crash.html: Added.
530 2012-04-30 Pavel Feldman <pfeldman@chromium.org>
532 Not reviewed: chromium expectations updated.
534 * platform/chromium/test_expectations.txt:
536 2012-04-30 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
538 [GTK] DRT support for layoutTestController.removeOriginAccessWhitelistEntry
539 https://bugs.webkit.org/show_bug.cgi?id=85156
541 Reviewed by Martin Robinson.
543 Unskip http/tests/xmlhttprequest/origin-whitelisting-removal.html
545 * platform/gtk/test_expectations.txt:
547 2012-04-30 Pavel Feldman <pfeldman@chromium.org>
549 Not reviewed: chromium expectations updated.
551 * platform/chromium/test_expectations.txt:
553 2012-04-30 Andreas Kling <kling@webkit.org>
555 Add Mac expectation for fast/dom/Window/window-lookup-precedence.html.
557 Mac builds without ENABLE(DATALIST).
559 * platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt: Added.
561 2012-04-29 Andreas Kling <kling@webkit.org>
563 Skip the fast/performance/ directory on Mac since the bots don't build with ENABLE(WEB_TIMING).
565 * platform/mac/Skipped:
567 2012-04-29 Sam Weinig <sam@webkit.org>
569 Add support for the Blob constructor (Part 2)
570 https://bugs.webkit.org/show_bug.cgi?id=84555
572 Address additional feedback on Blob construction.
573 - Add exception when the dictionary is not an object.
574 - Ensure the proper ordering of dictionary access. Tested via
575 throwing exceptions in toString, and ensuring correct one is
577 - Changed type of exception throw for invalid enumeration to a
580 Reviewed by Kentaro Hara.
582 * fast/files/blob-constructor-expected.txt:
583 * fast/files/script-tests/blob-constructor.js:
585 2012-04-29 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
587 [GTK] DRT needs an implementation of layoutTestController.setDomainRelaxationForbiddenForURLScheme
588 https://bugs.webkit.org/show_bug.cgi?id=85131
590 Reviewed by Martin Robinson.
592 Unskip http/tests/security/setDomainRelaxationForbiddenForURLScheme.html
594 * platform/gtk/test_expectations.txt:
596 2012-04-29 Zan Dobersek <zandobersek@gmail.com>
598 Unreviewed, gardening after revisions 115573 and 115582.
600 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
601 * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt:
602 * platform/gtk/fast/forms/001-expected.txt:
603 * platform/gtk/fast/html/details-position-expected.txt: Added.
604 * platform/gtk/fast/replaced/width100percent-checkbox-expected.txt:
605 * platform/gtk/fast/replaced/width100percent-radio-expected.txt:
606 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
607 * platform/gtk/tables/mozilla/bugs/bug1318-expected.txt:
608 * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
610 2012-04-28 Csaba Osztrogonác <ossy@webkit.org>
612 [Qt] Unreviewed weekend gardening, update test results, skip new failing tests.
614 * fast/files/workers/inline-worker-via-blob-url.html: Trivial typo fix after r115582.
615 * platform/qt-4.8/fast/dom/Window/window-properties-expected.txt: Updated after r115582.
616 * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt: Updated after r115582.
617 * platform/qt-5.0/fast/dom/Window/window-properties-expected.txt: Updated after r115582.
618 * platform/qt/Skipped: Skip a new failing reftest after r115554.
619 * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
620 * platform/qt/fast/html/details-position-expected.png: Updated after r115573.
621 * platform/qt/fast/html/details-position-expected.txt: Updated after r115573.
622 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Updated after r115573.
624 2012-04-28 Li Yin <li.yin@intel.com>
626 MessagePort must set m_closed to be true at the end of MessagePort::close function
627 https://bugs.webkit.org/show_bug.cgi?id=85139
629 Test MessageChannel.port whether can receive message after it is closed.
631 Reviewed by Kentaro Hara.
633 * fast/events/message-port-close-expected.txt: Added.
634 * fast/events/message-port-close.html: Added.
636 2012-04-28 Sam Weinig <sam@webkit.org>
638 Add support for the Blob constructor
639 https://bugs.webkit.org/show_bug.cgi?id=84555
641 Reviewed by Maciej Stachowiak.
643 Switch tests that were not directly testing BlobBuilder over to
644 using the Blob constructor, to get test coverage of standard way
647 * fast/files/blob-constructor.html: Added.
648 * fast/files/blob-constructor-expected.txt: Added.
649 * fast/files/script-tests/blob-constructor.js: Added.
652 * fast/dom/HTMLAnchorElement/anchor-download-unset.html:
653 * fast/dom/HTMLAnchorElement/anchor-download.html:
654 * fast/dom/HTMLAnchorElement/anchor-nodownload-set.html:
655 * fast/dom/HTMLAnchorElement/anchor-nodownload.html:
656 * fast/dom/constructed-objects-prototypes-expected.txt:
657 * fast/dom/window-domurl-crash.html:
658 * fast/files/blob-slice-overflow.html:
659 * fast/files/blob-slice-test.html:
660 * fast/files/file-reader-fffd-expected.txt:
661 * fast/files/file-reader-fffd.html:
662 * fast/files/not-enough-arguments-expected.txt:
663 * fast/files/not-enough-arguments.html:
664 * fast/files/resources/read-blob-test-cases.js:
665 * fast/files/resources/read-common.js:
666 * fast/files/workers/inline-worker-via-blob-url.html:
667 * fast/filesystem/resources/file-writer-abort-continue.js:
668 * fast/filesystem/resources/file-writer-abort-depth.js:
669 * fast/filesystem/resources/file-writer-abort.js:
670 * fast/filesystem/resources/file-writer-events.js:
671 * fast/filesystem/resources/file-writer-gc-blob.js:
672 * fast/filesystem/resources/file-writer-sync-truncate-extend.js:
673 * fast/filesystem/resources/file-writer-sync-write-overlapped.js:
674 * fast/filesystem/resources/file-writer-utils.js:
675 * http/tests/fileapi/create-blob-url-from-data-url.html:
676 * http/tests/filesystem/no-cache-filesystem-url.html:
677 * http/tests/local/blob/resources/hybrid-blob-util.js:
678 * http/tests/security/resources/create-filesystem-file.html:
679 * http/tests/websocket/tests/hixie76/send-object.html:
680 * http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html:
681 * http/tests/websocket/tests/hybi/bufferedAmount-after-close.html:
682 * http/tests/websocket/tests/hybi/send-blob.html:
683 * http/tests/websocket/tests/hybi/send-file-blob-fail.html:
684 * http/tests/websocket/tests/hybi/send-file-blob.html:
685 * http/tests/websocket/tests/hybi/workers/resources/send-blob.js:
686 * platform/mac/fast/dom/Window/window-properties-expected.txt:
687 * storage/indexeddb/noblobs.html:
688 * storage/indexeddb/structured-clone.html:
690 2012-04-28 Zan Dobersek <zandobersek@gmail.com>
692 Unreviewed, removing a Mac WebKit2-specific test result for
693 http/tests/xmlviewer/dumpAsText/frames.html that is not required
694 anymore after changes in r115572.
696 * platform/mac-wk2/http/tests/xmlviewer: Removed.
697 * platform/mac-wk2/http/tests/xmlviewer/dumpAsText: Removed.
698 * platform/mac-wk2/http/tests/xmlviewer/dumpAsText/frames-expected.txt: Removed.
700 2012-04-28 Emil A Eklund <eae@chromium.org>
702 Unreviewed rebaseline for tests affected by Length change in r115573.
704 * fast/borders/border-radius-huge-assert-expected.txt: Added.
705 * fast/html/details-position-expected.txt: Added.
706 * platform/chromium-mac-leopard/fast/forms/001-expected.png:
707 * platform/chromium-mac-leopard/fast/replaced/width100percent-checkbox-expected.png:
708 * platform/chromium-mac-leopard/fast/replaced/width100percent-radio-expected.png:
709 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.png:
710 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:
711 * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
712 * platform/chromium-mac-snowleopard/fast/replaced/width100percent-checkbox-expected.png:
713 * platform/chromium-mac-snowleopard/fast/replaced/width100percent-radio-expected.png:
714 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
715 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
716 * platform/chromium-mac/fast/forms/001-expected.png:
717 * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png:
718 * platform/chromium-mac/fast/replaced/width100percent-radio-expected.png:
719 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
720 * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
721 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
722 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt:
723 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
724 * platform/chromium-win/fast/html/details-position-expected.txt:
725 * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
726 * platform/efl/fast/borders/border-radius-huge-assert-expected.txt: Removed.
727 * platform/efl/fast/html/details-position-expected.txt: Removed.
728 * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
729 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
730 * platform/gtk/fast/borders/border-radius-huge-assert-expected.txt: Removed.
731 * platform/gtk/fast/html/details-position-expected.txt: Removed.
732 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
733 * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
734 * svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
735 * svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
737 2012-04-26 Emil A Eklund <eae@chromium.org>
739 Move Length and CSS length computation to float
740 https://bugs.webkit.org/show_bug.cgi?id=84801
742 Reviewed by Eric Seidel.
744 Change Length and CSS length computation to floating point. This gets us
745 closer to the goal of supporting subpixel layout and improves precision
746 for SVG which already uses floating point for its layout.
748 This change makes computedStyle return fractional values for pixel values
749 if a fraction is specified. It also changes the result of computations
750 where two or more values with fractional precision. Prior to this change
751 the result of Length(2.9) + Length(2.9) would be 4 as each value would be
752 floored. with this change the result is 5 as the addition is done with
753 floating point precision and then the result will be floored. Once we
754 enable subpixel layout the resulting value in this example would be 5.8.
756 * fast/dom/length-attribute-mapping-expected.txt:
757 * fast/dom/length-attribute-mapping.html:
758 * platform/mac-snowleopard/fast/forms/001-expected.png:
759 * platform/mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
760 * platform/mac/fast/forms/001-expected.txt:
761 * platform/mac/fast/html/details-position-expected.png:
762 * platform/mac/fast/html/details-position-expected.txt:
763 * platform/mac/fast/replaced/width100percent-checkbox-expected.png:
764 * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
765 * platform/mac/fast/replaced/width100percent-radio-expected.png:
766 * platform/mac/fast/replaced/width100percent-radio-expected.txt:
767 * platform/mac/mathml/presentation/fractions-expected.png:
768 * platform/mac/mathml/presentation/fractions-expected.txt:
769 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
770 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
771 * platform/mac/mathml/presentation/mo-stretch-expected.png:
772 * platform/mac/mathml/presentation/mo-stretch-expected.txt:
773 * platform/mac/mathml/presentation/subsup-expected.png:
774 * platform/mac/mathml/presentation/subsup-expected.txt:
775 * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
776 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
777 * platform/mac/tables/mozilla/bugs/bug1318-expected.png:
778 * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
780 2012-04-28 Zan Dobersek <zandobersek@gmail.com>
782 [WK2] http/tests/navigation/anchor-frames-gbk.html fails
783 https://bugs.webkit.org/show_bug.cgi?id=76896
785 Reviewed by Darin Adler.
787 Unskip the now-passing test for Mac and Qt WK2 ports.
789 * platform/mac-wk2/Skipped:
790 * platform/qt-5.0-wk2/Skipped:
792 2012-04-28 Zan Dobersek <zandobersek@gmail.com>
794 Unreviewed, adding a Gtk-specific baseline for
795 fast/dom/Window/window-lookup-precedence.html.
797 * platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt: Added.
799 2012-04-28 Alexander Pavlov <apavlov@chromium.org>
801 Web Inspector: Enable touch events feature fails touch feature detection
802 https://bugs.webkit.org/show_bug.cgi?id=84397
804 Reviewed by Pavel Feldman.
806 * fast/events/touch/emulate-touch-events-expected.txt:
807 * fast/events/touch/emulate-touch-events.html:
809 2012-04-28 Nikolas Zimmermann <nzimmermann@rim.com>
811 <animateTransform type="scale"> should use '0' as effective from value not '1', if no base value is specified and from is not given
812 https://bugs.webkit.org/show_bug.cgi?id=85133
814 Reviewed by Antti Koivisto.
816 * svg/animations/animateTransform-by-scale-1-expected.svg: Added.
817 * svg/animations/animateTransform-by-scale-1.svg: Added.
819 2012-04-28 Noel Gordon <noel.gordon@gmail.com>
821 [chromium] http/tests/websocket/tests/hixie76/url-parsing.html is failing
822 https://bugs.webkit.org/show_bug.cgi?id=85130
824 Unreviewed test expectations update: fix expected text after r115533.
826 * platform/chromium-mac/http/tests/websocket/tests/hixie76/url-parsing-expected.txt: Removed.
827 * platform/chromium-win/http/tests/websocket/tests/hixie76/url-parsing-expected.txt: Removed.
828 * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt: Renamed from LayoutTests/platform/chromium-linux/http/tests/websocket/tests/hixie76/url-parsing-expected.txt.
830 2012-04-28 Nikolas Zimmermann <nzimmermann@rim.com>
832 SVGAnimateColorElement doesn't support by/to animations properly
833 https://bugs.webkit.org/show_bug.cgi?id=36704
835 Reviewed by Antti Koivisto.
837 * svg/animations/animateColor-additive-2a-expected.svg: Added.
838 * svg/animations/animateColor-additive-2a.svg: Added.
839 * svg/animations/animateColor-additive-2b-expected.svg: Added.
840 * svg/animations/animateColor-additive-2b.svg: Added.
841 * svg/animations/animateColor-additive-2c-expected.svg: Added.
842 * svg/animations/animateColor-additive-2c.svg: Added.
843 * svg/animations/animateColor-additive-2d-expected.svg: Added.
844 * svg/animations/animateColor-additive-2d.svg: Added.
846 2012-04-27 Nikolas Zimmermann <nzimmermann@rim.com>
848 Fix repetitions & by animation support for path animations
849 https://bugs.webkit.org/show_bug.cgi?id=85071
851 Reviewed by Antti Koivisto.
853 * svg/animations/path-animation.svg: Added.
854 * svg/animations/path-animation-expected.svg: Added.
855 * svg/animations/repeating-path-animation-expected.svg: Added.
856 * svg/animations/repeating-path-animation.svg: Added.
857 * svg/animations/script-tests/svgpath-animation-1.js: Correct testcase, now that by animations are supported.
861 * svg/animations/svgpath-animation-1-expected.txt:
863 2012-04-28 Nikolas Zimmermann <nzimmermann@rim.com>
865 SVGAnimateMotion does not handle accumulation
866 https://bugs.webkit.org/show_bug.cgi?id=18564
868 Reviewed by Antti Koivisto.
870 Import mozilla <animateMotion> reftests, and two testscases from
871 Dr. Olaf Hoffmanns SVG test suite, covering all additive/accumulate modes
874 * svg/animations/animateMotion-additive-1-expected.svg: Added.
875 * svg/animations/animateMotion-additive-1.svg: Added.
876 * svg/animations/animateMotion-additive-2a-expected.svg: Added.
877 * svg/animations/animateMotion-additive-2a.svg: Added.
878 * svg/animations/animateMotion-additive-2b-expected.svg: Added.
879 * svg/animations/animateMotion-additive-2b.svg: Added.
880 * svg/animations/animateMotion-additive-2c-expected.svg: Added.
881 * svg/animations/animateMotion-additive-2c.svg: Added.
882 * svg/animations/animateMotion-additive-2d-expected.svg: Added.
883 * svg/animations/animateMotion-additive-2d.svg: Added.
884 * svg/animations/mozilla/animateMotion-by-1-expected.svg: Added.
885 * svg/animations/mozilla/animateMotion-by-1.svg: Added.
886 * svg/animations/mozilla/animateMotion-from-to-1-expected.svg: Added.
887 * svg/animations/mozilla/animateMotion-from-to-1.svg: Added.
888 * svg/animations/mozilla/animateMotion-indefinite-to-1-expected.svg: Added.
889 * svg/animations/mozilla/animateMotion-indefinite-to-1.svg: Added.
890 * svg/animations/mozilla/animateMotion-indefinite-to-2-expected.svg: Added.
891 * svg/animations/mozilla/animateMotion-indefinite-to-2.svg: Added.
892 * svg/animations/mozilla/animateMotion-mpath-pathLength-1-expected.svg: Added.
893 * svg/animations/mozilla/animateMotion-mpath-pathLength-1.svg: Added.
894 * svg/animations/mozilla/animateMotion-mpath-targetChange-1-expected.svg: Added.
895 * svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg: Added.
896 * svg/animations/mozilla/animateMotion-to-overridden-1-expected.svg: Added.
897 * svg/animations/mozilla/animateMotion-to-overridden-1.svg: Added.
899 2012-04-27 Yury Semikhatsky <yurys@chromium.org>
901 ScriptStateProtectedPtr should not keep a strong reference to the context
902 https://bugs.webkit.org/show_bug.cgi?id=85009
904 Test that after frame navigation all arguments passed to the console messages
905 created in that frame will be discarded and not prevent the frame context from
908 Reviewed by Pavel Feldman.
910 * http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation-expected.txt: Added.
911 * http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html: Added.
912 * http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt:
913 * http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html:
914 * http/tests/inspector-enabled/resources/console-clear-arguments-test.js: Added.
916 (dumpConsoleMessageArgumentCounts):
917 * http/tests/inspector/console-test.js:
918 (initialize_ConsoleTest.InspectorTest.checkConsoleMessagesDontHaveParameters):
919 (initialize_ConsoleTest):
921 2012-04-28 Csaba Osztrogonác <ossy@webkit.org>
923 [Qt] Unreviewed weekend gardening, skip new failing tests.
925 * platform/qt/Skipped:
927 2012-04-27 Noel Gordon <noel.gordon@gmail.com>
929 Layout Test fast/images/gif-large-checkerboard.html is a flaky crash
930 https://bugs.webkit.org/show_bug.cgi?id=85073
932 Unreviewed text expectations update. Test has been a solid PASS for past 12 hours
933 since the patch for bug 85077 rolled in.
935 * platform/chromium/test_expectations.txt:
937 2012-04-27 Csaba Osztrogonác <ossy@webkit.org>
939 Unreviewed gardening, update expected files after r115446.
941 * fast/dom/Window/window-lookup-precedence-expected.txt: Updated after r115446.
942 * platform/qt-4.8/fast/dom/Window/window-properties-expected.txt: Updated after r115446.
943 * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt: Updated after r115446.
944 * platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt: Updated after r115446.
945 * platform/qt-5.0/fast/dom/Window/window-properties-expected.txt: Updated after r115446.
946 * platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt: Updated after r115446.
947 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: Updated after r115446.
948 * platform/qt/fast/js/global-constructors-expected.txt: Updated after r115446.
950 2012-04-27 Zan Dobersek <zandobersek@gmail.com>
952 Unreviewed, rebaselining after revisions 115446, 115510 and 115533.
954 * fast/dom/Window/window-lookup-precedence-expected.txt:
955 * http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
956 * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
957 * platform/gtk/media/video-colorspace-yuv420-expected.txt:
958 * platform/gtk/media/video-colorspace-yuv422-expected.txt:
960 2012-04-27 Dean Jackson <dino@apple.com>
962 Support reverse and alternate-reverse in CA animations
963 https://bugs.webkit.org/show_bug.cgi?id=78041
965 Reviewed by Beth Dakin.
967 Tests support for reverse and alternate-reverse animations on
968 CoreAnimation objects, as well as filling out some of the software
969 animator tests. There are three variables to exercise: reverse vs
970 forward direction animations, whether reversed timing functions are
971 inverted correctly, and that fill mode respects the direction of
974 Refactored the animation test helper class so we could reuse
975 property parsing and evaluation.
977 * animations/animation-direction-reverse-fill-mode-expected.txt: Added.
978 * animations/animation-direction-reverse-fill-mode-hardware-expected.txt: Added.
979 * animations/animation-direction-reverse-fill-mode-hardware.html: Added.
980 * animations/animation-direction-reverse-fill-mode.html: Added.
981 * animations/animation-direction-reverse-hardware-expected.txt: Added.
982 * animations/animation-direction-reverse-hardware-opacity-expected.txt: Added.
983 * animations/animation-direction-reverse-hardware-opacity.html: Added.
984 * animations/animation-direction-reverse-hardware.html: Added.
985 * animations/animation-direction-reverse-non-hardware-expected.txt: Added.
986 * animations/animation-direction-reverse-non-hardware.html: Added.
987 * animations/animation-direction-reverse-timing-functions-expected.txt: Added.
988 * animations/animation-direction-reverse-timing-functions-hardware-expected.txt: Added.
989 * animations/animation-direction-reverse-timing-functions-hardware.html: Added.
990 * animations/animation-direction-reverse-timing-functions.html: Added.
991 * animations/resources/animation-test-helpers.js:
992 (checkExpectedValue):
994 (comparePropertyValue):
996 2012-04-27 Sheriff Bot <webkit.review.bot@gmail.com>
998 Unreviewed, rolling out r115407.
999 http://trac.webkit.org/changeset/115407
1000 https://bugs.webkit.org/show_bug.cgi?id=85126
1002 Caused heap use after free (Requested by keishi_ on #webkit).
1004 * fast/forms/datalist/datalist-child-validation-expected.txt: Removed.
1005 * fast/forms/datalist/datalist-child-validation.html: Removed.
1007 2012-04-27 Kentaro Hara <haraken@chromium.org>
1009 "Not enough arguments" error should be TypeError
1010 https://bugs.webkit.org/show_bug.cgi?id=84628
1012 Reviewed by Darin Adler.
1014 Currently, some custom bindings implement "Not enough arguments"
1015 error as SyntaxError. The Web IDL spec requires that it should be
1016 TypeError: http://www.w3.org/TR/WebIDL/#dfn-overload-resolution-algorithm
1017 Thus, this patch changes SyntaxError to TypeError, and adds test
1018 cases for the exception.
1020 * http/tests/websocket/tests/hixie76/send-empty-expected.txt:
1021 * http/tests/websocket/tests/hixie76/url-parsing.html:
1022 * http/tests/websocket/tests/hybi/send-empty-expected.txt:
1023 * http/tests/websocket/tests/hybi/url-parsing.html:
1024 * http/tests/xmlhttprequest/exceptions-expected.txt:
1025 * http/tests/xmlhttprequest/exceptions.html:
1026 * platform/chromium-linux/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
1027 * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
1028 * svg/dom/SVGLength-expected.txt:
1029 * webaudio/audionode-expected.txt:
1030 * webaudio/audionode.html:
1032 2012-04-27 Kenneth Russell <kbr@google.com>
1034 Remove SHADER_COMPILER constant
1035 https://bugs.webkit.org/show_bug.cgi?id=85115
1037 Reviewed by Darin Adler.
1039 * fast/canvas/webgl/constants-expected.txt: Updated expected results.
1040 * fast/canvas/webgl/constants.html: Synced test with Khronos repository.
1042 2012-04-27 Joe Thomas <joethomas@motorola.com>
1044 fast/forms/listbox-clear-restore.html is failing
1045 https://bugs.webkit.org/show_bug.cgi?id=82818
1047 Reviewed by Darin Adler.
1049 This testcase was flaky on the bot and from the screenshots it looks like the timer failed to fire.
1050 Using document.body.offsetWidth to force a layout instead of timer.
1052 * fast/forms/listbox-clear-restore.html:
1053 * platform/mac/Skipped:
1055 2012-04-27 Andrew Scherkus <scherkus@chromium.org>
1057 [Chromium] Unreviewed, updating baselines for media/video-colorspace-yuv420/422.html due to r115510.
1059 * platform/chromium-linux/media/video-colorspace-yuv420-expected.png:
1060 * platform/chromium-linux/media/video-colorspace-yuv422-expected.png:
1061 * platform/chromium-mac-leopard/media/video-colorspace-yuv420-expected.png:
1062 * platform/chromium-mac-leopard/media/video-colorspace-yuv422-expected.png:
1063 * platform/chromium-mac-snowleopard/media/video-colorspace-yuv420-expected.png:
1064 * platform/chromium-mac-snowleopard/media/video-colorspace-yuv422-expected.png:
1065 * platform/chromium-mac/media/video-colorspace-yuv420-expected.png:
1066 * platform/chromium-mac/media/video-colorspace-yuv420-expected.txt:
1067 * platform/chromium-mac/media/video-colorspace-yuv422-expected.png:
1068 * platform/chromium-mac/media/video-colorspace-yuv422-expected.txt:
1069 * platform/chromium-win/media/video-colorspace-yuv420-expected.png:
1070 * platform/chromium-win/media/video-colorspace-yuv420-expected.txt:
1071 * platform/chromium-win/media/video-colorspace-yuv422-expected.png:
1072 * platform/chromium-win/media/video-colorspace-yuv422-expected.txt:
1073 * platform/chromium/test_expectations.txt:
1075 2012-04-27 Yi Shen <yi.4.shen@nokia.com>
1077 REGRESSION(113723): Pressing enter in this list example deletes the whole list
1078 https://bugs.webkit.org/show_bug.cgi?id=85016
1080 Reviewed by Enrica Casucci.
1082 The bug was caused by CompositeEditCommand::breakOutOfEmptyListItem, which calls isListItem
1083 on the empty list's siblings to decide which part of the list should get removed. However,
1084 the check fails when the empty list's sibling is a text node, or a list element (e.g. ul, ol).
1085 Fixed it by skipping empty list's non-element sibling and calling isListElement to do further
1088 * editing/execCommand/break-out-of-empty-list-item-expected.txt:
1089 * editing/execCommand/script-tests/break-out-of-empty-list-item.js:
1091 2012-04-27 Tim Horton <timothy_horton@apple.com>
1093 SMIL animation causes leak of the related Document (and many elements)
1094 https://bugs.webkit.org/show_bug.cgi?id=83856
1095 <rdar://problem/11216047>
1097 Reviewed by Dean Jackson.
1099 Add a few tests for different parts of this patch: smil-leak-elements tests that animated
1100 elements are garbage collected properly after being removed from the page;
1102 smil-leak-element-instances and its related smil-leak-element-instances-noBaseValRef test
1103 that we don't leak instances after they're removed from the document while the original element is still alive;
1105 smil-leak-dynamically-added-element-instances tests the same thing, but adds half of the instances
1106 while the animation is in the middle of running;
1108 svglength-element-removed-crash ensures that an animated element is not freed
1109 if JavaScript code is holding a reference to an animated property wrapper.
1111 * svg/animations/smil-leak-dynamically-added-element-instances-expected.txt: Added.
1112 * svg/animations/smil-leak-dynamically-added-element-instances.svg: Added.
1113 * svg/animations/smil-leak-element-instances-expected.txt: Added.
1114 * svg/animations/smil-leak-element-instances-noBaseValRef-expected.txt: Added.
1115 * svg/animations/smil-leak-element-instances-noBaseValRef.svg: Added.
1116 * svg/animations/smil-leak-element-instances.svg: Added.
1117 * svg/animations/smil-leak-elements-expected.txt: Added.
1118 * svg/animations/smil-leak-elements.svg: Added.
1119 * svg/animations/svglength-element-removed-crash-expected.txt: Added.
1120 * svg/animations/svglength-element-removed-crash.svg: Added.
1122 2012-04-27 Dirk Pranke <dpranke@chromium.org>
1124 Mark tables/mozilla/other/slashlogo.html as SLOW
1125 https://bugs.webkit.org/show_bug.cgi?id=85106
1127 * platform/chromium/test_expectations.txt:
1129 2012-04-24 Jeffrey Pfau <jpfau@apple.com>
1131 Disable RTF in JavaScript drag-and-drop
1132 https://bugs.webkit.org/show_bug.cgi?id=76597
1134 Reviewed by Maciej Stachowiak.
1136 * fast/events/drag-and-drop-subframe-dataTransfer-expected.txt: Added.
1137 * fast/events/drag-and-drop-subframe-dataTransfer.html: Added.
1138 * fast/events/resources/file-for-drag-and-drop-subframe-dataTransfer.html: Added.
1140 2012-04-27 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
1142 [EFL] [DRT] Unskip passing tests related to editing commands
1143 https://bugs.webkit.org/show_bug.cgi?id=84944
1145 Unreviewed, unskip passing editing commands tests.
1147 * platform/efl/Skipped:
1149 2012-04-24 Shadi Khalek <shadi@chromium.org>
1151 Support video format yuv422p tests on different ports.
1152 https://bugs.webkit.org/show_bug.cgi?id=82281
1154 Reviewed by Eric Carlson.
1156 * media/content/test_yuv420.mp4: Added.
1157 * media/content/test_yuv420.ogv:
1158 * media/content/test_yuv422.mp4: Added.
1159 * media/content/test_yuv422.ogv:
1160 * media/video-colorspace-yuv420.html:
1161 * media/video-colorspace-yuv422.html:
1163 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
1165 [Chromium] fast/js/dfg-uint32array.html is a flaky timeout.
1166 https://bugs.webkit.org/show_bug.cgi?id=85090
1168 * platform/chromium/test_expectations.txt: Added.
1170 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
1172 Mark svg/as-image/svg-as-relative-image-with-explicit-size.html as flaky.
1173 https://bugs.webkit.org/show_bug.cgi?id=85107
1175 * platform/chromium/test_expectations.txt: Registered flakiness.
1177 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
1179 Mark tables/mozilla/other/slashlogo.html as flaky timeout.
1180 https://bugs.webkit.org/show_bug.cgi?id=85106
1182 * platform/chromium/test_expectations.txt: Marked.
1184 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
1186 [Chromium] Remove remaining mentions of platform/mac-leopard.
1188 * platform/chromium/test_expectations.txt: Removed.
1190 2012-04-27 Nat Duca <nduca@chromium.org>
1192 Implement high-resolution time via window.performance.now()
1193 https://bugs.webkit.org/show_bug.cgi?id=66684
1195 This implements the high resolution time spec from
1196 http://www.w3.org/TR/hr-time/, giving javascript access to
1197 sub-millisecond timestamps that increase over time instead of being
1198 subject to skewing, for example when the host machine's clock changes.
1200 Reviewed by Tony Gentilcore.
1202 * fast/dom/Window/window-properties-performance-expected.txt:
1203 * fast/performance/performance-now-timestamps-expected.txt: Added.
1204 * fast/performance/performance-now-timestamps.html: Added.
1205 * fast/performance/script-tests/TEMPLATE.html: Added.
1206 * fast/performance/script-tests/performance-now-timestamps.js: Added.
1208 * platform/qt/fast/dom/Window/window-properties-performance-expected.txt:
1210 2012-04-27 Tony Chang <tony@chromium.org>
1212 remove LayoutTests/platform/mac-leopard
1213 https://bugs.webkit.org/show_bug.cgi?id=84999
1215 These results are no longer used by any ports.
1217 * platform/mac-leopard: Removed.
1219 2012-04-27 Christophe Dumez <christophe.dumez@intel.com>
1221 [EFL] Several media layout tests need rebaselining
1222 https://bugs.webkit.org/show_bug.cgi?id=84943
1224 Unreviewed, rebaseline EFL media layout tests due to r114957.
1226 * platform/efl/media/media-controls-clone-expected.txt:
1227 * platform/efl/media/video-empty-source-expected.txt:
1228 * platform/efl/media/video-zoom-controls-expected.txt:
1230 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
1232 Unreviewed, rolling out r115484.
1233 http://trac.webkit.org/changeset/115484
1234 https://bugs.webkit.org/show_bug.cgi?id=84555
1236 Broke Chromium compile.
1238 * fast/dom/HTMLAnchorElement/anchor-download-unset.html:
1239 * fast/dom/HTMLAnchorElement/anchor-download.html:
1240 * fast/dom/HTMLAnchorElement/anchor-nodownload-set.html:
1241 * fast/dom/HTMLAnchorElement/anchor-nodownload.html:
1242 * fast/dom/window-domurl-crash.html:
1243 * fast/files/blob-constructor-expected.txt: Removed.
1244 * fast/files/blob-constructor.html: Removed.
1245 * fast/files/blob-slice-overflow.html:
1246 * fast/files/blob-slice-test.html:
1247 * fast/files/file-reader-fffd.html:
1248 * fast/files/not-enough-arguments.html:
1249 * fast/files/resources/read-blob-test-cases.js:
1250 (testReadingTripleSlicedHybridBlob):
1251 * fast/files/resources/read-common.js:
1253 * fast/files/script-tests/blob-constructor.js: Removed.
1254 * fast/files/workers/inline-worker-via-blob-url.html:
1255 * fast/filesystem/resources/file-writer-abort-continue.js:
1258 * fast/filesystem/resources/file-writer-abort-depth.js:
1259 * fast/filesystem/resources/file-writer-abort.js:
1262 * fast/filesystem/resources/file-writer-events.js:
1265 * fast/filesystem/resources/file-writer-gc-blob.js:
1268 * fast/filesystem/resources/file-writer-sync-truncate-extend.js:
1269 * fast/filesystem/resources/file-writer-sync-write-overlapped.js:
1270 * fast/filesystem/resources/file-writer-utils.js:
1271 * http/tests/fileapi/create-blob-url-from-data-url.html:
1272 * http/tests/filesystem/no-cache-filesystem-url.html:
1273 * http/tests/local/blob/resources/hybrid-blob-util.js:
1274 (HybridBlobTestUtil.this.appendAndCreateBlob):
1275 (HybridBlobTestUtil):
1276 * http/tests/security/resources/create-filesystem-file.html:
1277 * http/tests/websocket/tests/hixie76/send-object.html:
1278 * http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html:
1279 * http/tests/websocket/tests/hybi/bufferedAmount-after-close.html:
1280 * http/tests/websocket/tests/hybi/send-blob.html:
1281 * http/tests/websocket/tests/hybi/send-file-blob-fail.html:
1282 * http/tests/websocket/tests/hybi/send-file-blob.html:
1283 * http/tests/websocket/tests/hybi/workers/resources/send-blob.js:
1284 (createBlobContainingHelloWorld):
1286 (createBlobContainingAllDistinctBytes):
1287 * platform/mac/fast/dom/Window/window-properties-expected.txt:
1288 * storage/indexeddb/noblobs.html:
1289 * storage/indexeddb/structured-clone.html:
1291 2012-04-27 Dirk Pranke <dpranke@chromium.org>
1293 [chromium] use "drt-style" output, not "test-shell-style" output, on mac and linux DRT
1294 https://bugs.webkit.org/show_bug.cgi?id=84917
1296 Unreviewed, build fix.
1298 Reland the change in r115453 with a fix for chromium win.
1300 * platform/chromium/test_expectations.txt:
1302 2012-04-27 Eric Carlson <eric.carlson@apple.com>
1304 https://bugs.webkit.org/show_bug.cgi?id=85038
1306 Unreviewed, Mac test_expectations update.
1308 * platform/mac/test_expectations.txt: Skip http/tests/inspector/network/network-initiator.html.
1310 2012-04-27 Alexandru Chiculita <achicu@adobe.com>
1312 [CSS Shaders] Implement CSS Animations and Transitions for CSS Shaders
1313 https://bugs.webkit.org/show_bug.cgi?id=71406
1315 Reviewed by Dean Jackson.
1317 * animations/resources/animation-test-helpers.js: Added a check for the "custom" function and used the parser in custom-filter-parser.js instead.
1318 (getFilterParameters):
1319 (filterParametersMatch):
1320 * css3/filters/custom/custom-filter-animation-expected.txt: Added.
1321 * css3/filters/custom/custom-filter-animation.html: Added.
1322 * css3/filters/resources/custom-filter-parser.js: Added a simple parser for the "custom" function, so that multiple types can be checked correctly.
1324 2012-04-26 Sam Weinig <sam@webkit.org>
1326 Add support for the Blob constructor
1327 https://bugs.webkit.org/show_bug.cgi?id=84555
1329 Reviewed by Maciej Stachowiak.
1331 Switch tests that were not directly testing BlobBuilder over to
1332 using the Blob constructor, to get test coverage of standard way
1335 * fast/files/blob-constructor.html:
1336 * fast/files/blob-constructor-expected.txt:
1337 * fast/files/script-tests/blob-constructor.js:
1340 * fast/dom/HTMLAnchorElement/anchor-download-unset.html:
1341 * fast/dom/HTMLAnchorElement/anchor-download.html:
1342 * fast/dom/HTMLAnchorElement/anchor-nodownload-set.html:
1343 * fast/dom/HTMLAnchorElement/anchor-nodownload.html:
1344 * fast/dom/window-domurl-crash.html:
1345 * fast/files/blob-builder-crash-expected.txt: Removed.
1346 * fast/files/blob-builder-crash.html: Removed.
1347 * fast/files/blob-slice-overflow.html:
1348 * fast/files/blob-slice-test.html:
1349 * fast/files/file-reader-fffd.html:
1350 * fast/files/not-enough-arguments.html:
1351 * fast/files/resources/read-blob-test-cases.js:
1352 * fast/files/resources/read-common.js:
1353 * fast/files/workers/inline-worker-via-blob-url.html:
1354 * fast/filesystem/resources/file-writer-abort-continue.js:
1355 * fast/filesystem/resources/file-writer-abort-depth.js:
1356 * fast/filesystem/resources/file-writer-abort.js:
1357 * fast/filesystem/resources/file-writer-events.js:
1358 * fast/filesystem/resources/file-writer-gc-blob.js:
1359 * fast/filesystem/resources/file-writer-sync-truncate-extend.js:
1360 * fast/filesystem/resources/file-writer-sync-write-overlapped.js:
1361 * fast/filesystem/resources/file-writer-utils.js:
1362 * http/tests/fileapi/create-blob-url-from-data-url.html:
1363 * http/tests/filesystem/no-cache-filesystem-url.html:
1364 * http/tests/local/blob/resources/hybrid-blob-util.js:
1365 * http/tests/security/resources/create-filesystem-file.html:
1366 * http/tests/websocket/tests/hixie76/send-object.html:
1367 * http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html:
1368 * http/tests/websocket/tests/hybi/bufferedAmount-after-close.html:
1369 * http/tests/websocket/tests/hybi/send-blob.html:
1370 * http/tests/websocket/tests/hybi/send-file-blob-fail.html:
1371 * http/tests/websocket/tests/hybi/send-file-blob.html:
1372 * http/tests/websocket/tests/hybi/workers/resources/send-blob.js:
1373 * platform/mac/fast/dom/Window/window-properties-expected.txt:
1374 * storage/indexeddb/noblobs.html:
1375 * storage/indexeddb/structured-clone.html:
1377 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
1379 Remove passing test from expectations.
1381 * platform/chromium/test_expectations.txt: Another one bites the dust.
1383 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
1385 [Chromium] Layout Tests fast/js/dfg-float64array.html, fast/js/dfg-uint16array.html, and fast/js/dfg-uint8array.html are flaky timeouts.
1386 https://bugs.webkit.org/show_bug.cgi?id=85090
1388 * platform/chromium/test_expectations.txt: Marked as flakes.
1390 2012-04-27 Shawn Singh <shawnsingh@chromium.org>
1392 Infinite backgroundClipRect should not be scrolled.
1393 https://bugs.webkit.org/show_bug.cgi?id=84979
1395 Reviewed by Adrienne Walker.
1397 * compositing/iframes/resources/fixed-position-transformed-subframe.html: Added.
1398 * compositing/iframes/scroll-fixed-transformed-element-expected.png: Added.
1399 * compositing/iframes/scroll-fixed-transformed-element-expected.txt: Added.
1400 * compositing/iframes/scroll-fixed-transformed-element.html: Added.
1402 2012-04-27 Erik Arvidsson <arv@chromium.org>
1404 Clean up tests in preparation for ES5.2 global scope fix
1405 https://bugs.webkit.org/show_bug.cgi?id=85001
1407 Reviewed by Gavin Barraclough.
1409 * fast/css/resize-value-compared.html:
1410 * fast/dom/resources/navigation-type-matches-querystring.html:
1411 * fast/dom/script-tests/webtiming-document-open.js:
1412 * fast/dom/script-tests/webtiming-navigate-within-document.js:
1413 * fast/dom/script-tests/webtiming.js:
1414 * http/tests/inspector/indexeddb/indexeddb-test.js:
1415 * http/tests/misc/resources/webtiming-cross-origin-and-back2.html:
1416 * http/tests/misc/resources/webtiming-cross-origin-redirect.html:
1417 * http/tests/misc/resources/webtiming-no-origin.html:
1418 * http/tests/misc/resources/webtiming-one-redirect.html:
1419 * http/tests/misc/resources/webtiming-ssl.html:
1420 * http/tests/misc/resources/webtiming-two-redirects.html:
1421 * http/tests/misc/webtiming-slow-load.php:
1423 2012-04-27 Dirk Pranke <dpranke@chromium.org>
1425 Unreviewed, revert r115453 - broke chromium win bots
1427 * platform/chromium/test_expectations.txt:
1429 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
1431 Layout Test media/video-currentTime-set.html is still flaky
1432 https://bugs.webkit.org/show_bug.cgi?id=85003
1434 Reviewed by Eric Carlson.
1436 * media/video-currentTime-set.html: Removed extraneous timeout code.
1438 2012-04-27 Ryosuke Niwa <rniwa@webkit.org>
1440 FormatBlock crashes when body element is removed prior to the command execution
1441 https://bugs.webkit.org/show_bug.cgi?id=84937
1443 Reviewed by Tony Chang.
1445 Add a regression test for executing FormatCommand immediately after removing
1446 the body element thereby turning the selection end points to non-candidates.
1448 * editing/execCommand/format-block-without-body-crash-expected.txt: Added.
1449 * editing/execCommand/format-block-without-body-crash.html: Added.
1451 2012-04-27 Julien Chaffraix <jchaffraix@webkit.org>
1453 NULL-deref in RenderBox::clippedOverflowRectForRepaint
1454 https://bugs.webkit.org/show_bug.cgi?id=84774
1456 Reviewed by Tony Chang.
1458 * fast/inline/crash-new-continuation-with-outline-expected.txt: Added.
1459 * fast/inline/crash-new-continuation-with-outline.html: Added.
1461 2012-04-27 Dirk Pranke <dpranke@chromium.org>
1463 [chromium] use "drt-style" output, not "test-shell-style" output, on mac and linux DRT
1464 https://bugs.webkit.org/show_bug.cgi?id=84917
1466 Unreviewed, expectations change to accompany the new-run-webkit-tests change.
1468 * platform/chromium/test_expectations.txt
1470 2012-04-27 Christophe Dumez <christophe.dumez@intel.com>
1472 [EFL] ResourceError domain needs to be properly set in FrameLoaderClient
1473 https://bugs.webkit.org/show_bug.cgi?id=84129
1475 Reviewed by Nate Chapin.
1477 Unskip the tests which require EFL's DumpRenderTree to support
1478 LayoutTestController's dumpResourceLoadCallbacks() and print out
1479 correctly information about resource loading errors.
1481 * platform/efl/Skipped:
1483 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
1485 [Chromium] platform/chromium/media/video-capture-preview.html is a flaky crash.
1486 https://bugs.webkit.org/show_bug.cgi?id=85082
1488 * platform/chromium/test_expectations.txt: Added expectation of flakiness.
1490 2012-04-27 Alexander Pavlov <apavlov@chromium.org>
1492 Web Inspector: Implement the "Disable JavaScript" option in the settings dialog
1493 https://bugs.webkit.org/show_bug.cgi?id=84946
1495 Reviewed by Yury Semikhatsky.
1497 * inspector/debugger/disable-script-expected.txt: Added.
1498 * inspector/debugger/disable-script.html: Added.
1500 2012-04-27 Keishi Hattori <keishi@webkit.org>
1502 IETC HTML5: verify HTMLDataListElement - instanceof HTMLDataListElement fails.
1503 https://bugs.webkit.org/show_bug.cgi?id=81196
1505 Reviewed by Kent Tamura.
1507 * fast/dom/Window/resources/window-properties.js: Added HTMLDataListElement to the list.
1508 * platform/chromium/fast/dom/Window/window-lookup-precedence-expected.txt:
1510 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
1512 Unreviewed, rolling out r115417.
1513 http://trac.webkit.org/changeset/115417
1514 https://bugs.webkit.org/show_bug.cgi?id=84946
1516 Added test is broken on windows.
1518 * inspector/debugger/disable-script-expected.txt: Removed.
1519 * inspector/debugger/disable-script.html: Removed.
1521 2012-04-27 Dimitri Glazkov <dglazkov@chromium.org>
1523 [Chromium] fast/images/gif-large-checkerboard.html is a flaky crash
1524 https://bugs.webkit.org/show_bug.cgi?id=85073
1526 * platform/chromium/test_expectations.txt: Marked flaky crash.
1528 2012-04-26 Andreas Kling <kling@webkit.org>
1530 Avoid mutating Element attribute storage in StepRange constructor.
1531 <http://webkit.org/b/84797>
1533 Reviewed by Antti Koivisto.
1535 * fast/selectors/querySelector-in-range-crash-expected.txt: Added.
1536 * fast/selectors/querySelector-in-range-crash.html: Added.
1538 2012-04-27 Rob Buis <rbuis@rim.com>
1540 SVG inline style of 'marker-*' does not override
1541 https://bugs.webkit.org/show_bug.cgi?id=84824
1543 Add tests for clip-path, filter, mask and marker-* properties.
1545 Reviewed by Nikolas Zimmermann.
1547 * svg/custom/inline-style-overrides-clipPath-expected.svg: Added.
1548 * svg/custom/inline-style-overrides-clipPath.svg: Added.
1549 * svg/custom/inline-style-overrides-filter-expected.svg: Added.
1550 * svg/custom/inline-style-overrides-filter.svg: Added.
1551 * svg/custom/inline-style-overrides-markers-expected.svg: Added.
1552 * svg/custom/inline-style-overrides-markers.svg: Added.
1553 * svg/custom/inline-style-overrides-mask-expected.svg: Added.
1554 * svg/custom/inline-style-overrides-mask.svg: Added.
1556 2012-04-27 Nikolas Zimmermann <nzimmermann@rim.com>
1558 Support values animation mode with just a single value
1559 https://bugs.webkit.org/show_bug.cgi?id=85064
1561 Reviewed by Antti Koivisto.
1563 * svg/animations/resources/single-values-animation.svg: Added.
1564 * svg/animations/script-tests/single-values-animation.js: Added.
1568 * svg/animations/single-values-animation-expected.txt: Added.
1569 * svg/animations/single-values-animation.html: Added.
1571 2012-04-27 Marcus Bulach <bulach@chromium.org>
1573 [chromium] Update test expectation.
1574 https://bugs.webkit.org/show_bug.cgi?id=85038
1576 Unreviewed, chromium test_expectations update.
1578 * platform/chromium/test_expectations.txt:
1580 2012-04-27 Konrad Piascik <kpiascik@rim.com>
1582 Web Inspector: Allow inspection of Web Socket Frames
1583 https://bugs.webkit.org/show_bug.cgi?id=83282
1585 Reviewed by Pavel Feldman.
1587 * http/tests/inspector/web-socket-frame-error-expected.txt: Added.
1588 * http/tests/inspector/web-socket-frame-error.html: Added.
1589 * http/tests/inspector/web-socket-frame-expected.txt: Added.
1590 * http/tests/inspector/web-socket-frame.html: Added.
1592 2012-04-27 Nikolas Zimmermann <nzimmermann@rim.com>
1594 Fix repetitions & by animation support for SVGAnimateTransformElement
1595 https://bugs.webkit.org/show_bug.cgi?id=85051
1597 Reviewed by Antti Koivisto.
1599 Enable <animateTransform> test in additive-type-by-animation, which was disabled as it triggered assertions before this patch.
1600 Add lots of new <animateTransform> covering additive/accumulative animations using reftests, for all animateTransform types (translate/rotate/skewX/skewY/scale).
1602 * svg/animations/additive-type-by-animation-expected.txt:
1603 * svg/animations/animateTransform-accumulation-expected.svg: Added.
1604 * svg/animations/animateTransform-accumulation.svg: Added.
1605 * svg/animations/animateTransform-by-scale-expected.svg: Added.
1606 * svg/animations/animateTransform-by-scale.svg: Added.
1607 * svg/animations/animateTransform-from-by-from-to-comparision-expected.svg: Added.
1608 * svg/animations/animateTransform-from-by-from-to-comparision.svg: Added.
1609 * svg/animations/animateTransform-from-by-scale-additive-sum-expected.svg: Added.
1610 * svg/animations/animateTransform-from-by-scale-additive-sum.svg: Added.
1611 * svg/animations/animateTransform-from-by-scale-expected.svg: Added.
1612 * svg/animations/animateTransform-from-by-scale.svg: Added.
1613 * svg/animations/animateTransform-rotate-around-point-expected.svg: Added.
1614 * svg/animations/animateTransform-rotate-around-point.svg: Added.
1615 * svg/animations/animateTransform-skewX-expected.svg: Added.
1616 * svg/animations/animateTransform-skewX.svg: Added.
1617 * svg/animations/animateTransform-skewY-expected.svg: Added.
1618 * svg/animations/animateTransform-skewY.svg: Added.
1619 * svg/animations/animateTransform-translate-expected.svg: Added.
1620 * svg/animations/animateTransform-translate.svg: Added.
1621 * svg/animations/multiple-animateTransform-additive-sum-expected.svg: Added.
1622 * svg/animations/multiple-animateTransform-additive-sum.svg: Added.
1623 * svg/animations/resources/additive-type-by-animation.svg:
1624 * svg/animations/script-tests/additive-type-by-animation.js:
1629 * svg/animations/script-tests/svgtransform-animation-1.js:
1638 * svg/animations/script-tests/svgtransform-animation-discrete.js:
1643 * svg/animations/svgtransform-animation-1-expected.txt:
1644 * svg/animations/svgtransform-animation-discrete-expected.txt:
1646 2012-04-27 Nikolas Zimmermann <nzimmermann@rim.com>
1648 SVG Animations update baseVal instead of animVal
1649 https://bugs.webkit.org/show_bug.cgi?id=12437
1651 Reviewed by Dirk Schulze.
1653 Add tests that change the CSS property while an animation is running, finally fixed now for both SVG DOM & CSS animations.
1655 * svg/animations/change-css-property-while-animating-fill-freeze-expected.txt: Added.
1656 * svg/animations/change-css-property-while-animating-fill-freeze.html: Added.
1657 * svg/animations/change-css-property-while-animating-fill-remove-expected.txt: Added.
1658 * svg/animations/change-css-property-while-animating-fill-remove.html: Added.
1659 * svg/animations/resources/change-css-property-while-animating-fill-freeze.svg: Added.
1660 * svg/animations/resources/change-css-property-while-animating-fill-remove.svg: Added.
1661 * svg/animations/script-tests/change-css-property-while-animating-fill-freeze.js: Added.
1668 * svg/animations/script-tests/change-css-property-while-animating-fill-remove.js: Added.
1676 2012-04-27 Philippe Normand <pnormand@igalia.com>
1678 Unreviewed, GTK test_expectations update.
1680 * platform/gtk/test_expectations.txt: Mark another http/inspector
1683 2012-04-26 Alexander Pavlov <apavlov@chromium.org>
1685 Web Inspector: Implement the "Disable JavaScript" option in the settings dialog
1686 https://bugs.webkit.org/show_bug.cgi?id=84946
1688 Reviewed by Yury Semikhatsky.
1690 * inspector/debugger/disable-script-expected.txt: Added.
1691 * inspector/debugger/disable-script.html: Added.
1693 2012-04-27 Philippe Normand <pnormand@igalia.com>
1695 Unreviewed, GTK test_expectations update.
1697 * platform/gtk/test_expectations.txt: Flag http test hitting an ASSERT.
1699 2012-04-27 Christophe Dumez <christophe.dumez@intel.com>
1701 [EFL] DRT should support LayoutTestController's dumpResourceLoadCallbacks()
1702 https://bugs.webkit.org/show_bug.cgi?id=81891
1704 Reviewed by Philippe Normand.
1706 Unskip tests which depend on EFL's DumpRenderTree support for
1707 LayoutTestController's dumpResourceLoadCallbacks(), now that it is
1710 * platform/efl/Skipped:
1712 2012-04-27 Marcus Bulach <bulach@chromium.org>
1714 [chromium] Update test expectation.
1715 https://bugs.webkit.org/show_bug.cgi?id=85038
1717 Unreviewed, chromium test_expectations update.
1719 * platform/chromium/test_expectations.txt:
1721 2012-04-27 Philippe Normand <pnormand@igalia.com>
1723 Unreviewed, GTK test_expectations update.
1725 * platform/gtk/test_expectations.txt: Fix expected results of
1726 css2.1 results and remove non-existant fast/form test.
1728 2012-04-26 Ryosuke Niwa <rniwa@webkit.org>
1730 REGRESSION (r94497): Pressing Command+A when inline (Marked Text) is not empty will clean whole content
1731 https://bugs.webkit.org/show_bug.cgi?id=84501
1733 Reviewed by Alexey Proskuryakov.
1735 Add a regression test for selecting all when there is a composition text.
1737 * editing/input/select-all-clear-input-method-expected.txt: Added.
1738 * editing/input/select-all-clear-input-method.html: Added.
1740 2012-04-26 Csaba Osztrogonác <ossy@webkit.org>
1742 [Qt] Unreviewed morning gardening, skip a new failing test.
1744 * platform/qt/Skipped:
1746 2012-04-26 Keishi Hattori <keishi@webkit.org>
1748 datalist: Form control in a <datalist> should be barred from constraint validation
1749 https://bugs.webkit.org/show_bug.cgi?id=84359
1751 Reviewed by Kent Tamura.
1753 * fast/forms/datalist/datalist-child-validation-expected.txt: Added.
1754 * fast/forms/datalist/datalist-child-validation.html: Added. Tests that willValidate changes from false to true when we move the element out of the datalist.
1756 2012-04-26 Jeffrey Pfau <jpfau@apple.com>
1758 Invalid cast in WebCore::HTMLCollection::isAcceptableElement
1759 https://bugs.webkit.org/show_bug.cgi?id=84626
1761 Reviewed by Darin Adler.
1763 Add tests to make sure only HTML elements are present in most HTMLCollection objects.
1765 * fast/dom/htmlcollection-non-html-option-expected.txt: Added.
1766 * fast/dom/htmlcollection-non-html.html: Added.
1768 2012-04-26 Benjamin Poulain <bpoulain@apple.com>
1770 Skip the new ObjC tests for WebKit2
1772 Reviewed by Andreas Kling.
1774 WebKitTestRunner doesn't have objCController, the new tests for
1775 the Objective-C bindings should be skipped on WebKit2.
1777 * platform/wk2/Skipped:
1779 2012-04-26 Oliver Hunt <oliver@apple.com>
1781 Remove RegisterFile::end()/m_end
1782 https://bugs.webkit.org/show_bug.cgi?id=85011
1784 Reviewed by Gavin Barraclough.
1786 Now that we recurse on the top of the used portion of the stack we
1787 can provide an error message even when the stack is completely full.
1789 Also made sure we were consistent in which callframe we used when
1790 creating stack overflow errors.
1792 * fast/js/global-recursion-on-full-stack-expected.txt:
1793 * fast/js/stack-trace-expected.txt:
1795 2012-04-26 Tom Zakrajsek <tomz@codeaurora.org>
1797 Unreviewed gardening
1799 * platform/qt/test_expectations.txt:
1801 2012-04-26 Aaron Colwell <acolwell@chromium.org>
1803 Updating MediaSource layout test to verify that webkitSourceState is always
1804 SOURCE_CLOSED when an error occurs.
1806 Minor style fixes and informative console messages were also added.
1807 https://bugs.webkit.org/show_bug.cgi?id=84996
1809 Reviewed by Eric Carlson.
1811 * http/tests/media/media-source/webm/video-media-source-errors-expected.txt:
1812 * http/tests/media/media-source/webm/video-media-source-errors.html:
1814 2012-04-26 Ryosuke Niwa <rniwa@webkit.org>
1816 Remove Chromium test expectation after r115244.
1818 * platform/chromium/test_expectations.txt:
1820 2012-04-26 Dave Tharp <dtharp@codeaurora.org>
1822 Integrate IETC CSS : multicolumn tests
1823 https://bugs.webkit.org/show_bug.cgi?id=84784
1825 Reviewed by Beth Dakin.
1827 Adding IETC CSS Multicolumn tests along with corresponding reference tests.
1828 Failures are noted in port-specific test_expectations.txt.
1830 * ietestcenter/css3/multicolumn/column-block-formatting-context-001-expected.htm: Added.
1831 * ietestcenter/css3/multicolumn/column-block-formatting-context-001.htm: Added.
1832 * ietestcenter/css3/multicolumn/column-containing-block-001-expected.htm: Added.
1833 * ietestcenter/css3/multicolumn/column-containing-block-001.htm: Added.
1834 * ietestcenter/css3/multicolumn/column-containing-block-002-expected.htm: Added.
1835 * ietestcenter/css3/multicolumn/column-containing-block-002.htm: Added.
1836 * ietestcenter/css3/multicolumn/column-containing-block-003-expected.htm: Added.
1837 * ietestcenter/css3/multicolumn/column-containing-block-003.htm: Added.
1838 * ietestcenter/css3/multicolumn/column-filling-001-expected.htm: Added.
1839 * ietestcenter/css3/multicolumn/column-filling-001.htm: Added.
1840 * ietestcenter/css3/multicolumn/column-width-applies-to-001-expected.htm: Added.
1841 * ietestcenter/css3/multicolumn/column-width-applies-to-001.htm: Added.
1842 * ietestcenter/css3/multicolumn/column-width-applies-to-002-expected.htm: Added.
1843 * ietestcenter/css3/multicolumn/column-width-applies-to-002.htm: Added.
1844 * ietestcenter/css3/multicolumn/column-width-applies-to-003-expected.htm: Added.
1845 * ietestcenter/css3/multicolumn/column-width-applies-to-003.htm: Added.
1846 * ietestcenter/css3/multicolumn/column-width-applies-to-004-expected.htm: Added.
1847 * ietestcenter/css3/multicolumn/column-width-applies-to-004.htm: Added.
1848 * ietestcenter/css3/multicolumn/column-width-applies-to-005-expected.htm: Added.
1849 * ietestcenter/css3/multicolumn/column-width-applies-to-005.htm: Added.
1850 * ietestcenter/css3/multicolumn/column-width-applies-to-006-expected.htm: Added.
1851 * ietestcenter/css3/multicolumn/column-width-applies-to-006.htm: Added.
1852 * ietestcenter/css3/multicolumn/column-width-applies-to-007-expected.htm: Added.
1853 * ietestcenter/css3/multicolumn/column-width-applies-to-007.htm: Added.
1854 * ietestcenter/css3/multicolumn/column-width-applies-to-008-expected.htm: Added.
1855 * ietestcenter/css3/multicolumn/column-width-applies-to-008.htm: Added.
1856 * ietestcenter/css3/multicolumn/column-width-applies-to-009-expected.htm: Added.
1857 * ietestcenter/css3/multicolumn/column-width-applies-to-009.htm: Added.
1858 * ietestcenter/css3/multicolumn/column-width-applies-to-010-expected.htm: Added.
1859 * ietestcenter/css3/multicolumn/column-width-applies-to-010.htm: Added.
1860 * ietestcenter/css3/multicolumn/column-width-applies-to-012-expected.htm: Added.
1861 * ietestcenter/css3/multicolumn/column-width-applies-to-012.htm: Added.
1862 * ietestcenter/css3/multicolumn/column-width-applies-to-013-expected.htm: Added.
1863 * ietestcenter/css3/multicolumn/column-width-applies-to-013.htm: Added.
1864 * ietestcenter/css3/multicolumn/column-width-applies-to-014-expected.htm: Added.
1865 * ietestcenter/css3/multicolumn/column-width-applies-to-014.htm: Added.
1866 * ietestcenter/css3/multicolumn/column-width-applies-to-015-expected.htm: Added.
1867 * ietestcenter/css3/multicolumn/column-width-applies-to-015.htm: Added.
1868 * ietestcenter/css3/multicolumn/column-width-negative-001-expected.htm: Added.
1869 * ietestcenter/css3/multicolumn/column-width-negative-001.htm: Added.
1870 * ietestcenter/css3/multicolumn/column-width-percentage-001-expected.htm: Added.
1871 * ietestcenter/css3/multicolumn/column-width-percentage-001.htm: Added.
1872 * platform/chromium/test_expectations.txt:
1873 * platform/efl/test_expectations.txt:
1874 * platform/gtk/test_expectations.txt:
1875 * platform/mac/test_expectations.txt:
1876 * platform/qt/test_expectations.txt:
1878 2012-04-26 Raphael Kubo da Costa <rakuco@webkit.org>
1880 [EFL] Unreviewed gardening.
1882 Update expectations in security/ after r115294.
1884 * platform/efl/security/block-test-expected.txt:
1885 * platform/efl/security/block-test-no-port-expected.txt:
1887 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org>
1889 [Chromium] Remove expectation of failure for a fixed test.
1891 * platform/chromium/test_expectations.txt: Now passing.
1893 2012-04-26 Eric Carlson <eric.carlson@apple.com>
1895 Unreviewed gardening, remove tests that now pass from test_expectations.txt
1897 * platform/mac/test_expectations.txt:
1899 2012-04-26 Ryosuke Niwa <rniwa@webkit.org>
1901 Add a test for crash in DOMSelection::deleteFromDocument
1902 https://bugs.webkit.org/show_bug.cgi?id=84991
1904 Reviewed by Alexey Proskuryakov.
1906 Add a test for the bug 44153 (fixed in r65587).
1908 * editing/selection/deleteFromDocument-after-document-open-crash-expected.txt: Added.
1909 * editing/selection/deleteFromDocument-after-document-open-crash.html: Added.
1911 2012-04-26 Benjamin Poulain <bpoulain@apple.com>
1913 ObjcClass::methodsNamed() can leak if buffer is dynamically allocated
1914 https://bugs.webkit.org/show_bug.cgi?id=84668
1916 Reviewed by Alexey Proskuryakov.
1918 Extend the test coverage to accessor with very long name. Add coverage for the
1919 JavaScript to Objective-C method name conversion.
1921 * platform/mac/plugins/bindings-objc-long-method-name-expected.txt: Added.
1922 * platform/mac/plugins/bindings-objc-long-method-name.html: Added.
1923 * platform/mac/plugins/bindings-objc-method-name-conversion-expected.txt: Added.
1924 * platform/mac/plugins/bindings-objc-method-name-conversion.html: Added.
1926 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org>
1928 [Chromium] media/video-currentTime-set.html is flaky
1929 https://bugs.webkit.org/show_bug.cgi?id=85003
1931 * platform/chromium/test_expectations.txt: Added expectation of flakiness.
1933 2012-04-26 Robert Hogan <robert@webkit.org>
1935 Unreviewed, rolling out r115342.
1936 http://trac.webkit.org/changeset/115342
1938 r115340 was rolled out
1940 * platform/qt/test_expectations.txt:
1942 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org>
1944 Unreviewed, rolling out r115349.
1945 http://trac.webkit.org/changeset/115349
1947 Patch that required this change was reverted.
1949 * platform/chromium/test_expectations.txt:
1951 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org>
1953 Unreviewed, rolling out r115340.
1954 http://trac.webkit.org/changeset/115340
1955 https://bugs.webkit.org/show_bug.cgi?id=83048
1957 Does not work with Windows.
1959 * css2.1/20110323/abspos-containing-block-initial-004-ref-expected.png: Added.
1960 * css2.1/20110323/abspos-containing-block-initial-004-ref-expected.txt: Added.
1961 * css2.1/20110323/abspos-containing-block-initial-004a-expected.png: Added.
1962 * css2.1/20110323/abspos-containing-block-initial-004a-expected.txt: Added.
1963 * css2.1/20110323/abspos-containing-block-initial-004b-expected.png: Added.
1964 * css2.1/20110323/abspos-containing-block-initial-004b-expected.txt: Added.
1965 * css2.1/20110323/abspos-containing-block-initial-004c-expected.png: Added.
1966 * css2.1/20110323/abspos-containing-block-initial-004c-expected.txt: Added.
1967 * css2.1/20110323/abspos-containing-block-initial-004d-expected.png: Added.
1968 * css2.1/20110323/abspos-containing-block-initial-004d-expected.txt: Added.
1969 * css2.1/20110323/abspos-containing-block-initial-004e-expected.png: Added.
1970 * css2.1/20110323/abspos-containing-block-initial-004e-expected.txt: Added.
1971 * css2.1/20110323/abspos-containing-block-initial-004f-expected.png: Added.
1972 * css2.1/20110323/abspos-containing-block-initial-004f-expected.txt: Added.
1973 * css2.1/20110323/abspos-containing-block-initial-005-ref-expected.png: Added.
1974 * css2.1/20110323/abspos-containing-block-initial-005-ref-expected.txt: Added.
1975 * css2.1/20110323/abspos-containing-block-initial-005a-expected.png: Added.
1976 * css2.1/20110323/abspos-containing-block-initial-005a-expected.txt: Added.
1977 * css2.1/20110323/abspos-containing-block-initial-005b-expected.png: Added.
1978 * css2.1/20110323/abspos-containing-block-initial-005b-expected.txt: Added.
1979 * css2.1/20110323/abspos-containing-block-initial-005c-expected.png: Added.
1980 * css2.1/20110323/abspos-containing-block-initial-005c-expected.txt: Added.
1981 * css2.1/20110323/abspos-containing-block-initial-005d-expected.png: Added.
1982 * css2.1/20110323/abspos-containing-block-initial-005d-expected.txt: Added.
1983 * css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
1984 * css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Added.
1985 * css2.1/20110323/abspos-containing-block-initial-009-ref-expected.png: Added.
1986 * css2.1/20110323/abspos-containing-block-initial-009-ref-expected.txt: Added.
1987 * css2.1/20110323/abspos-containing-block-initial-009a-expected.png: Added.
1988 * css2.1/20110323/abspos-containing-block-initial-009a-expected.txt: Added.
1989 * css2.1/20110323/abspos-containing-block-initial-009b-expected.png: Added.
1990 * css2.1/20110323/abspos-containing-block-initial-009b-expected.txt: Added.
1991 * css2.1/20110323/abspos-containing-block-initial-009e-expected.png: Added.
1992 * css2.1/20110323/abspos-containing-block-initial-009e-expected.txt: Added.
1993 * css2.1/20110323/abspos-containing-block-initial-009f-expected.png: Added.
1994 * css2.1/20110323/abspos-containing-block-initial-009f-expected.txt: Added.
1995 * css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
1996 * css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
1997 * css2.1/20110323/background-016.htm: Removed.
1998 * css2.1/20110323/block-replaced-width-001.htm: Added.
1999 * css2.1/20110323/empty-inline-001.htm:
2000 * css2.1/20110323/reftest.list: Removed.
2001 * css2.1/reference/ref-filled-green-100px-square.htm: Removed.
2002 * css2.1/reference/ref-filled-green-100px-square.xht: Removed.
2003 * css2.1/reference/ref-if-there-is-no-red.htm: Removed.
2004 * css2.1/reference/ref-if-there-is-no-red.xht: Removed.
2005 * css2.1/reference/ref-nothing-below.htm: Removed.
2006 * css2.1/reference/ref-nothing-below.xht: Removed.
2007 * css2.1/reference/ref-this-text-should-be-green.htm: Removed.
2008 * css2.1/reference/ref-this-text-should-be-green.xht: Removed.
2009 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
2010 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Added.
2011 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
2012 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Added.
2013 * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
2014 * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
2015 * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
2016 * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
2017 * platform/chromium-linux/css2.1/20110323/empty-inline-001-expected.png: Added.
2018 * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-width-001-expected.png: Added.
2019 * platform/chromium-mac-leopard/css2.1/20110323/empty-inline-001-expected.png: Added.
2020 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
2021 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
2022 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
2023 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
2024 * platform/chromium-mac-snowleopard/css2.1/20110323/block-replaced-width-001-expected.png: Added.
2025 * platform/chromium-mac-snowleopard/css2.1/20110323/empty-inline-001-expected.png: Added.
2026 * platform/chromium-mac/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
2027 * platform/chromium-mac/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
2028 * platform/chromium-mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
2029 * platform/chromium-mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
2030 * platform/chromium-mac/css2.1/20110323/block-replaced-width-001-expected.png: Added.
2031 * platform/chromium-mac/css2.1/20110323/empty-inline-001-expected.png: Added.
2032 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
2033 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Added.
2034 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
2035 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Added.
2036 * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
2037 * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
2038 * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
2039 * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
2040 * platform/chromium-win/css2.1/20110323/empty-inline-001-expected.png: Added.
2041 * platform/chromium-win/css2.1/20110323/empty-inline-001-expected.txt: Added.
2042 * platform/chromium/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Added.
2043 * platform/chromium/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Added.
2044 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
2045 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
2046 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Added.
2047 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Added.
2048 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
2049 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
2050 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
2051 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added.
2052 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
2053 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
2054 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
2055 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added.
2056 * platform/efl/css2.1/20110323/block-replaced-width-001-expected.png: Added.
2057 * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
2058 * platform/gtk/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Added.
2059 * platform/gtk/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Added.
2060 * platform/gtk/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
2061 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
2062 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
2063 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
2064 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added.
2065 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
2066 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
2067 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
2068 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added.
2069 * platform/gtk/css2.1/20110323/block-replaced-width-001-expected.png: Added.
2070 * platform/mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
2071 * platform/mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Added.
2072 * platform/mac-snowleopard/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
2073 * platform/mac/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Added.
2074 * platform/mac/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Added.
2075 * platform/mac/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
2076 * platform/mac/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Added.
2077 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
2078 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
2079 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
2080 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added.
2081 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
2082 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
2083 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
2084 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added.
2085 * platform/mac/css2.1/20110323/block-replaced-width-001-expected.png: Added.
2086 * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
2087 * platform/mac/css2.1/20110323/empty-inline-001-expected.png: Added.
2088 * platform/mac/css2.1/20110323/empty-inline-001-expected.txt: Added.
2089 * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Added.
2090 * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Added.
2091 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
2092 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
2093 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added.
2094 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
2095 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
2096 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added.
2097 * platform/qt/css2.1/20110323/block-replaced-width-001-expected.png: Added.
2098 * platform/qt/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
2099 * platform/qt/css2.1/20110323/empty-inline-001-expected.txt: Added.
2101 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org>
2103 [Chromium] Remove expectation of a test failure after the test itself was removed in r115340.
2105 * platform/chromium/test_expectations.txt: Removed failure expectation.
2107 2012-04-25 Ken Buchanan <kenrb@chromium.org>
2109 Crash from removal of line break object after layout
2110 https://bugs.webkit.org/show_bug.cgi?id=75461
2112 Reviewed by David Hyatt.
2114 Test exercising crashing condition in bug 75461.
2116 * fast/block/line-layout/line-break-obj-removal-crash-expected.txt: Added
2117 * fast/block/line-layout/line-break-obj-removal-crash.html: Added
2119 2012-04-26 Robert Hogan <robert@webkit.org>
2121 Update Qt expectations after r115340
2123 css2.1/20110323/abspos-replaced-width-margin-000.htm fails the reftest due to
2124 scrollbar artefacts.
2128 * platform/qt/test_expectations.txt:
2130 2012-04-26 Christophe Dumez <christophe.dumez@intel.com>
2132 [EFL] Enable VIDEO_TRACK feature
2133 https://bugs.webkit.org/show_bug.cgi?id=84830
2135 Reviewed by Gustavo Noronha Silva.
2137 Unskip test cases which requires the VIDEO_TRACK feature now that it
2138 is enabled by default for EFL port.
2140 * platform/efl/Skipped:
2142 2012-04-03 Robert Hogan <robert@webkit.org>
2144 new-webkit-run-tests: handle ref tests from the CSS test suite
2145 https://bugs.webkit.org/show_bug.cgi?id=83048
2147 Reviewed by Ryosuke Niwa.
2149 Add some of the reference infrastructure from the CSS 2.1 test suite.
2151 * css2.1/20110323/abspos-containing-block-initial-004-ref-expected.png: Removed.
2152 * css2.1/20110323/abspos-containing-block-initial-004-ref-expected.txt: Removed.
2153 * css2.1/20110323/abspos-containing-block-initial-004a-expected.png: Removed.
2154 * css2.1/20110323/abspos-containing-block-initial-004a-expected.txt: Removed.
2155 * css2.1/20110323/abspos-containing-block-initial-004b-expected.png: Removed.
2156 * css2.1/20110323/abspos-containing-block-initial-004b-expected.txt: Removed.
2157 * css2.1/20110323/abspos-containing-block-initial-004c-expected.png: Removed.
2158 * css2.1/20110323/abspos-containing-block-initial-004c-expected.txt: Removed.
2159 * css2.1/20110323/abspos-containing-block-initial-004d-expected.png: Removed.
2160 * css2.1/20110323/abspos-containing-block-initial-004d-expected.txt: Removed.
2161 * css2.1/20110323/abspos-containing-block-initial-004e-expected.png: Removed.
2162 * css2.1/20110323/abspos-containing-block-initial-004e-expected.txt: Removed.
2163 * css2.1/20110323/abspos-containing-block-initial-004f-expected.png: Removed.
2164 * css2.1/20110323/abspos-containing-block-initial-004f-expected.txt: Removed.
2165 * css2.1/20110323/abspos-containing-block-initial-005-ref-expected.png: Removed.
2166 * css2.1/20110323/abspos-containing-block-initial-005-ref-expected.txt: Removed.
2167 * css2.1/20110323/abspos-containing-block-initial-005a-expected.png: Removed.
2168 * css2.1/20110323/abspos-containing-block-initial-005a-expected.txt: Removed.
2169 * css2.1/20110323/abspos-containing-block-initial-005b-expected.png: Removed.
2170 * css2.1/20110323/abspos-containing-block-initial-005b-expected.txt: Removed.
2171 * css2.1/20110323/abspos-containing-block-initial-005c-expected.png: Removed.
2172 * css2.1/20110323/abspos-containing-block-initial-005c-expected.txt: Removed.
2173 * css2.1/20110323/abspos-containing-block-initial-005d-expected.png: Removed.
2174 * css2.1/20110323/abspos-containing-block-initial-005d-expected.txt: Removed.
2175 * css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Removed.
2176 * css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Removed.
2177 * css2.1/20110323/abspos-containing-block-initial-009-ref-expected.png: Removed.
2178 * css2.1/20110323/abspos-containing-block-initial-009-ref-expected.txt: Removed.
2179 * css2.1/20110323/abspos-containing-block-initial-009a-expected.png: Removed.
2180 * css2.1/20110323/abspos-containing-block-initial-009a-expected.txt: Removed.
2181 * css2.1/20110323/abspos-containing-block-initial-009b-expected.png: Removed.
2182 * css2.1/20110323/abspos-containing-block-initial-009b-expected.txt: Removed.
2183 * css2.1/20110323/abspos-containing-block-initial-009e-expected.png: Removed.
2184 * css2.1/20110323/abspos-containing-block-initial-009e-expected.txt: Removed.
2185 * css2.1/20110323/abspos-containing-block-initial-009f-expected.png: Removed.
2186 * css2.1/20110323/abspos-containing-block-initial-009f-expected.txt: Removed.
2187 * css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Removed.
2188 * css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Removed.
2189 These results are superseded by the reference results.
2191 * css2.1/20110323/background-016.htm: Added to prove the CSS test suite reference results work.
2193 * css2.1/20110323/block-replaced-width-001.htm: Removed. This test does not pass its reference result.
2194 It regressed at some point.
2196 * css2.1/20110323/empty-inline-001.htm: The test has been updated from the CSS test suite.
2198 * css2.1/20110323/reftest.list: Added.
2199 * css2.1/reference/ref-filled-green-100px-square.htm: Added.
2200 * css2.1/reference/ref-filled-green-100px-square.xht: Added.
2201 * css2.1/reference/ref-if-there-is-no-red.htm: Added.
2202 * css2.1/reference/ref-if-there-is-no-red.xht: Added.
2203 * css2.1/reference/ref-nothing-below.htm: Added.
2204 * css2.1/reference/ref-nothing-below.xht: Added.
2205 * css2.1/reference/ref-this-text-should-be-green.htm: Added.
2206 * css2.1/reference/ref-this-text-should-be-green.xht: Added.
2208 Ref test infrastructure from the CSS test suite.
2210 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed.
2211 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Removed.
2212 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed.
2213 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Removed.
2214 * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
2215 * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed.
2216 * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
2217 * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed.
2218 * platform/chromium-linux/css2.1/20110323/empty-inline-001-expected.png: Removed.
2219 * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
2220 * platform/chromium-mac-leopard/css2.1/20110323/empty-inline-001-expected.png: Removed.
2221 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed.
2222 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed.
2223 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
2224 * platform/chromium-mac-snowleopard/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
2225 * platform/chromium-mac-snowleopard/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
2226 * platform/chromium-mac-snowleopard/css2.1/20110323/empty-inline-001-expected.png: Removed.
2227 * platform/chromium-mac/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed.
2228 * platform/chromium-mac/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed.
2229 * platform/chromium-mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
2230 * platform/chromium-mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
2231 * platform/chromium-mac/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
2232 * platform/chromium-mac/css2.1/20110323/empty-inline-001-expected.png: Removed.
2233 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed.
2234 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Removed.
2235 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed.
2236 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Removed.
2237 * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
2238 * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed.
2239 * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
2240 * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed.
2241 * platform/chromium-win/css2.1/20110323/empty-inline-001-expected.png: Removed.
2242 * platform/chromium-win/css2.1/20110323/empty-inline-001-expected.txt: Removed.
2243 * platform/chromium/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.png: Removed.
2244 * platform/chromium/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Removed.
2245 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed.
2246 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Removed.
2247 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.png: Removed.
2248 * platform/efl/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Removed.
2249 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
2250 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Removed.
2251 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed.
2252 * platform/efl/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Removed.
2253 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
2254 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Removed.
2255 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed.
2256 * platform/efl/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Removed.
2257 * platform/efl/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
2258 * platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
2259 * platform/gtk/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Removed.
2260 * platform/gtk/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Removed.
2261 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
2262 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed.
2263 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Removed.
2264 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
2265 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed.
2266 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Removed.
2267 * platform/gtk/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
2268 * platform/gtk/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
2269 * platform/gtk/css2.1/20110323/empty-inline-001-expected.txt: Removed.
2270 * platform/mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Removed.
2271 * platform/mac-snowleopard/css2.1/20110323/abspos-containing-block-initial-007-expected.png: Removed.
2272 * platform/mac-snowleopard/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
2273 * platform/mac/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Removed.
2274 * platform/mac/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Removed.
2275 * platform/mac/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Removed.
2276 * platform/mac/css2.1/20110323/abspos-containing-block-initial-007-ref-expected.txt: Removed.
2277 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
2278 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Removed.
2279 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed.
2280 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Removed.
2281 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
2282 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Removed.
2283 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed.
2284 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Removed.
2285 * platform/mac/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
2286 * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
2287 * platform/mac/css2.1/20110323/empty-inline-001-expected.png: Removed.
2288 * platform/mac/css2.1/20110323/empty-inline-001-expected.txt: Removed.
2289 * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Removed.
2290 * platform/qt/css2.1/20110323/abspos-containing-block-initial-001-ref-expected.txt: Removed.
2291 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Removed.
2292 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Removed.
2293 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Removed.
2294 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Removed.
2295 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Removed.
2296 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Removed.
2297 * platform/qt/css2.1/20110323/block-replaced-width-001-expected.png: Removed.
2298 * platform/qt/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
2299 * platform/qt/css2.1/20110323/empty-inline-001-expected.txt: Removed.
2301 These results are superseded by the reference results.
2303 2012-04-26 Philip Rogers <pdr@google.com>
2305 Fix Skia's SkPathContainsPoint to work with sub-pixel accuracy
2306 https://bugs.webkit.org/show_bug.cgi?id=84117
2308 Reviewed by Eric Seidel.
2310 * svg/hittest/svg-small-path-expected.txt: Added.
2311 * svg/hittest/svg-small-path.xhtml: Added.
2313 2012-04-26 Sheriff Bot <webkit.review.bot@gmail.com>
2315 Unreviewed, rolling out r115323.
2316 http://trac.webkit.org/changeset/115323
2317 https://bugs.webkit.org/show_bug.cgi?id=84975
2319 Bad test, breaks all builds (Requested by apavlov1 on
2322 * inspector/debugger/disable-script-expected.txt: Removed.
2323 * inspector/debugger/disable-script.html: Removed.
2325 2012-04-26 Douglas Stockwell <dstockwell@chromium.org>
2327 IndexedDB: cursor does not correctly iterate over keys added and removed during iteration
2328 https://bugs.webkit.org/show_bug.cgi?id=84467
2330 Reviewed by Ojan Vafai.
2332 New test for keys added in reverse order during cursor iteration.
2334 * storage/indexeddb/cursor-added-bug-expected.txt: Added.
2335 * storage/indexeddb/cursor-added-bug.html: Added.
2336 * storage/indexeddb/resources/cursor-added-bug.js: Added.
2339 (setVersionSuccess):
2343 2012-04-26 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
2345 [EFL] [DRT] LayoutTestController needs implementation of setJavaScriptProfilingEnabled
2346 https://bugs.webkit.org/show_bug.cgi?id=84576
2348 Reviewed by Martin Robinson.
2350 Unskip test cases which rely on LayoutTestController's
2351 setJavaScriptProfilingEnabled implementation.
2353 * platform/efl/Skipped:
2355 2012-04-26 Dimitri Glazkov <dglazkov@chromium.org>
2357 [Chromium] webaudio/audioparam-exponentialRampToValueAtTime.html is occasionally crashing
2358 https://bugs.webkit.org/show_bug.cgi?id=84972
2360 * platform/chromium/test_expectations.txt: Marked as flaky.
2362 2012-04-26 Alexander Pavlov <apavlov@chromium.org>
2364 Web Inspector: Implement the "Disable JavaScript" option in the settings dialog
2365 https://bugs.webkit.org/show_bug.cgi?id=84946
2367 Reviewed by Yury Semikhatsky.
2369 * inspector/debugger/disable-script-expected.txt: Added.
2370 * inspector/debugger/disable-script.html: Added.
2372 2012-04-26 Dominik Röttsches <dominik.rottsches@linux.intel.com>
2374 [cairo] CairoGraphicsContext fillRect (with Color) overrides composite operator
2375 https://bugs.webkit.org/show_bug.cgi?id=84848
2377 Reviewed by Martin Robinson.
2379 Unskipping and baselining feDropShadow test,
2380 now works because of composite operator fix.
2381 Fixed png baseline result for drop shadow test on GTK.
2383 * platform/efl/svg/filters/feDropShadow-expected.png: Added.
2384 * platform/efl/svg/filters/feDropShadow-expected.txt: Added.
2385 * platform/efl/test_expectations.txt:
2386 * platform/gtk/svg/filters/feDropShadow-expected.png:
2388 2012-04-26 Nikolas Zimmermann <nzimmermann@rim.com>
2390 Fix additive by animations for most SMIL list types
2391 https://bugs.webkit.org/show_bug.cgi?id=84968
2393 Reviewed by Antti Koivisto.
2395 Add lots of new tests covering SMIL by-animations on all primitives.
2397 * svg/animations/additive-type-by-animation-expected.txt: Added.
2398 * svg/animations/additive-type-by-animation.html: Added.
2399 * svg/animations/length-list-animation-expected.svg: Added.
2400 * svg/animations/length-list-animation.svg: Added.
2401 * svg/animations/non-additive-type-by-animation-expected.txt:
2402 * svg/animations/resources/additive-type-by-animation.svg: Added.
2403 * svg/animations/resources/non-additive-type-by-animation.svg:
2404 * svg/animations/resources/svglength-additive-by-1.svg: Added.
2405 * svg/animations/resources/svglength-additive-by-2.svg: Added.
2406 * svg/animations/resources/svglength-additive-by-3.svg: Added.
2407 * svg/animations/resources/svglength-additive-by-4.svg: Added.
2408 * svg/animations/resources/svglength-additive-by-5.svg: Added.
2409 * svg/animations/resources/svglength-additive-by-6.svg: Added.
2410 * svg/animations/resources/svglength-additive-from-by-1.svg: Added.
2411 * svg/animations/resources/svglength-additive-from-by-2.svg: Added.
2412 * svg/animations/resources/svglength-additive-from-by-3.svg: Added.
2413 * svg/animations/resources/svglength-additive-from-by-4.svg: Added.
2414 * svg/animations/script-tests/additive-type-by-animation.js: Added.
2420 * svg/animations/script-tests/non-additive-type-by-animation.js:
2422 * svg/animations/script-tests/svglength-additive-by-1.js: Added.
2429 * svg/animations/script-tests/svglength-additive-by-2.js: Added.
2436 * svg/animations/script-tests/svglength-additive-by-3.js: Added.
2444 * svg/animations/script-tests/svglength-additive-by-4.js: Added.
2452 * svg/animations/script-tests/svglength-additive-by-5.js: Added.
2460 * svg/animations/script-tests/svglength-additive-by-6.js: Added.
2468 * svg/animations/script-tests/svglength-additive-from-by-1.js: Added.
2475 * svg/animations/script-tests/svglength-additive-from-by-2.js: Added.
2483 * svg/animations/script-tests/svglength-additive-from-by-3.js: Added.
2491 * svg/animations/script-tests/svglength-additive-from-by-4.js: Added.
2499 * svg/animations/svglength-additive-by-1-expected.txt: Added.
2500 * svg/animations/svglength-additive-by-1.html: Added.
2501 * svg/animations/svglength-additive-by-2-expected.txt: Added.
2502 * svg/animations/svglength-additive-by-2.html: Added.
2503 * svg/animations/svglength-additive-by-3-expected.txt: Added.
2504 * svg/animations/svglength-additive-by-3.html: Added.
2505 * svg/animations/svglength-additive-by-4-expected.txt: Added.
2506 * svg/animations/svglength-additive-by-4.html: Added.
2507 * svg/animations/svglength-additive-by-5-expected.txt: Added.
2508 * svg/animations/svglength-additive-by-5.html: Added.
2509 * svg/animations/svglength-additive-by-6-expected.txt: Added.
2510 * svg/animations/svglength-additive-by-6.html: Added.
2511 * svg/animations/svglength-additive-from-by-1-expected.txt: Added.
2512 * svg/animations/svglength-additive-from-by-1.html: Added.
2513 * svg/animations/svglength-additive-from-by-2-expected.txt: Added.
2514 * svg/animations/svglength-additive-from-by-2.html: Added.
2515 * svg/animations/svglength-additive-from-by-3-expected.txt: Added.
2516 * svg/animations/svglength-additive-from-by-3.html: Added.
2517 * svg/animations/svglength-additive-from-by-4-expected.txt: Added.
2518 * svg/animations/svglength-additive-from-by-4.html: Added.
2520 2012-04-26 Stephen Chenney <schenney@chromium.org>
2522 SVG FEConvolveMatrix does not check for invalid property values
2523 https://bugs.webkit.org/show_bug.cgi?id=84363
2525 Reviewed by Dirk Schulze.
2527 Adding code to check for valid input values on SVG feConvolveMatrix properties.
2529 * platform/chromium-linux-x86/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2530 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2531 * platform/chromium-win-vista/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2532 * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2533 * platform/chromium-win/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2534 * platform/efl/svg/filters/feConvolveFilter-y-bounds-expected.txt:
2535 * platform/gtk/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2536 * platform/gtk/svg/custom/convolution-crash-expected.txt:
2537 * platform/gtk/svg/filters/feConvolveFilter-y-bounds-expected.txt:
2538 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2539 * platform/mac/svg/custom/convolution-crash-expected.txt:
2540 * platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.txt:
2541 * platform/qt/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2542 * platform/qt/svg/custom/convolution-crash-expected.txt:
2543 * platform/qt/svg/filters/feConvolveFilter-y-bounds-expected.txt:
2544 * svg/filters/feConvolveMatrix-invalid-targetX-expected.svg: Added.
2545 * svg/filters/feConvolveMatrix-invalid-targetX.svg: Added.
2546 * svg/filters/feConvolveMatrix-invalid-targetY-expected.svg: Added.
2547 * svg/filters/feConvolveMatrix-invalid-targetY.svg: Added.
2548 * svg/filters/feConvolveMatrix-negative-kernelUnitLengthX-expected.svg: Added.
2549 * svg/filters/feConvolveMatrix-negative-kernelUnitLengthX.svg: Added.
2550 * svg/filters/feConvolveMatrix-negative-kernelUnitLengthY-expected.svg: Added.
2551 * svg/filters/feConvolveMatrix-negative-kernelUnitLengthY.svg: Added.
2552 * svg/filters/feConvolveMatrix-negative-orderX-expected.svg: Added.
2553 * svg/filters/feConvolveMatrix-negative-orderX.svg: Added.
2554 * svg/filters/feConvolveMatrix-negative-orderY-expected.svg: Added.
2555 * svg/filters/feConvolveMatrix-negative-orderY.svg: Added.
2556 * svg/filters/feConvolveMatrix-non-integral-order-expected.svg: Added.
2557 * svg/filters/feConvolveMatrix-non-integral-order.svg: Added.
2558 * svg/filters/feConvolveMatrix-zero-divisor-expected.svg: Added.
2559 * svg/filters/feConvolveMatrix-zero-divisor.svg: Added.
2561 2012-04-26 Dominik Röttsches <dominik.rottsches@linux.intel.com>
2563 [EFL][DRT] Unskip media tests that were already fixed in r113178
2564 https://bugs.webkit.org/show_bug.cgi?id=84947
2566 Unreviewed, EFL gardening.
2568 * platform/efl/Skipped: Removed a group of media tests.
2570 2012-04-26 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
2572 [EFL] [DRT] LayoutTestController needs implementation of addOriginAccessWhitelistEntry and removeOriginAccessWhitelistEntry
2573 https://bugs.webkit.org/show_bug.cgi?id=83880
2575 Reviewed by Antonio Gomes.
2577 Unskip test cases which rely on LayoutTestController's addOriginAccessWhitelistEntry
2578 and removeOriginAccessWhitelistEntry implementation.
2580 * platform/efl/Skipped:
2582 2012-04-26 Christophe Dumez <christophe.dumez@intel.com>
2584 http/tests/security/cross-frame-access-put.html is failing
2585 https://bugs.webkit.org/show_bug.cgi?id=82751
2587 Reviewed by Kentaro Hara.
2589 * http/tests/security/cross-frame-access-put-expected.txt: Correct
2590 expected value for window.frameElement. It is now 'null' instead of
2591 'undefined' when shouldAllowAccessToNode() check fails, since bug
2593 * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt: Removed.
2594 It is now identifical to the global expectation.
2595 * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Removed. Ditto.
2597 2012-04-26 Mihnea Ovidenie <mihnea@adobe.com>
2599 Crash when collecting svg symbol element in named flow.
2600 https://bugs.webkit.org/show_bug.cgi?id=84493
2602 Reviewed by David Hyatt.
2604 * fast/regions/symbol-in-named-flow-crash-expected.txt: Added.
2605 * fast/regions/symbol-in-named-flow-crash.svg: Added.
2607 2012-04-26 Nikolas Zimmermann <nzimmermann@rim.com>
2609 Share code used to animate discrete types between all animators
2610 https://bugs.webkit.org/show_bug.cgi?id=84853
2612 Reviewed by Andreas Kling.
2614 Add tests covering by-animation on non-additive types, which should have no effect.
2616 * svg/animations/non-additive-type-by-animation-expected.txt: Added.
2617 * svg/animations/non-additive-type-by-animation.html: Added.
2618 * svg/animations/resources/non-additive-type-by-animation.svg: Added.
2619 * svg/animations/script-tests/non-additive-type-by-animation.js: Added.
2623 2012-04-25 Csaba Osztrogonác <ossy@webkit.org>
2625 [Qt][WK2] Unreviewed, rolling out r113703 because of crashing tests.
2626 http://trac.webkit.org/changeset/113703
2627 https://bugs.webkit.org/show_bug.cgi?id=83024
2629 * platform/qt-5.0-wk2/Skipped:
2630 * platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt:
2632 2012-04-25 Mark Hahnenberg <mhahnenberg@apple.com>
2634 fast/js/random-array-gc-stress times out in debug mode
2635 https://bugs.webkit.org/show_bug.cgi?id=84821
2637 Reviewed by Geoffrey Garen.
2639 * fast/js/script-tests/random-array-gc-stress.js: Trying a lower number of iterations
2640 to make the slow bots happy.
2642 2012-04-25 David Barton <dbarton@mathscribe.com>
2644 Rebaseline *.png pixel test files after bug 84649 fix
2645 https://bugs.webkit.org/show_bug.cgi?id=84905
2647 Reviewed by Beth Dakin.
2649 * platform/mac/mathml/presentation/fenced-expected.png:
2650 * platform/mac/mathml/presentation/fenced-mi-expected.png:
2651 * platform/mac/mathml/presentation/mo-expected.png:
2652 * platform/mac/mathml/presentation/mo-stretch-expected.png:
2653 * platform/mac/mathml/presentation/over-expected.png:
2654 * platform/mac/mathml/presentation/row-alignment-expected.png:
2655 * platform/mac/mathml/presentation/row-expected.png:
2656 * platform/mac/mathml/presentation/sub-expected.png:
2657 * platform/mac/mathml/presentation/subsup-expected.png:
2659 2012-04-25 Alec Flett <alecflett@chromium.org>
2661 IndexedDB: implement cursor.advance()
2662 https://bugs.webkit.org/show_bug.cgi?id=84174
2664 Reviewed by Ojan Vafai.
2666 Tests for cursor.advance().
2668 * storage/indexeddb/cursor-advance-expected.txt: Added.
2669 * storage/indexeddb/cursor-advance.html: Added.
2670 * storage/indexeddb/resources/cursor-advance.js: Added.
2673 (createAndPopulateObjectStore):
2674 (makeAdvanceTest.continueToTest):
2675 (makeAdvanceTest.request.onerror):
2681 (testContinueThenAdvance):
2682 (testAdvanceMultiple):
2685 2012-04-25 Alpha Lam <hclam@chromium.org>
2687 Unreviewed, rolling out r115260.
2688 http://trac.webkit.org/changeset/115260
2689 https://bugs.webkit.org/show_bug.cgi?id=84467
2691 r115260 is crashing a list of IndexDB tests, revert.
2693 * storage/indexeddb/cursor-added-bug-expected.txt: Removed.
2694 * storage/indexeddb/cursor-added-bug.html: Removed.
2695 * storage/indexeddb/resources/cursor-added-bug.js: Removed.
2697 2012-04-25 Dimitri Glazkov <dglazkov@chromium.org>
2699 Remove unnecessary timeouts (and closures) from content-element-in-* tests.
2700 https://bugs.webkit.org/show_bug.cgi?id=84896
2702 These tests don't need any of them. Not sure how they got there in the first place. Oh wait. I reviewed this code. /me hands head in shame.
2704 Reviewed by Ojan Vafai.
2706 * fast/dom/shadow/content-element-in-media-element.html: Removed the timeout and extra closures.
2707 * fast/dom/shadow/content-element-in-meter-element.html: Ditto.
2708 * fast/dom/shadow/content-element-in-progress-element.html: Ditto.
2709 * fast/dom/shadow/content-element-in-select-element.html: Ditto.
2711 2012-04-25 Alexandru Chiculita <achicu@adobe.com>
2713 [Chromium] Layout Test css3/filters/custom/custom-filter-property-computed-style.html is failing
2714 https://bugs.webkit.org/show_bug.cgi?id=84067
2716 Reviewed by Ryosuke Niwa.
2718 All the CSS filters/shaders script tests expected to have a document.styleSheets.item(0) that they could change.
2719 The script-tests add a <link> that references a CSS file from a different parent folder, so the script
2720 has no access to the actual rules anymore. Updated all the tests to use createElement("style")
2721 and get the styleSheet by using el.sheet instead of assuming that there's one style already created.
2723 * css3/filters/script-tests/custom-filter-property-computed-style.js:
2724 * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:
2725 (testInvalidFilterRule):
2726 * css3/filters/script-tests/effect-custom-disabled.js:
2727 (testInvalidFilterRule):
2728 * css3/filters/script-tests/filter-property-computed-style.js:
2729 (testComputedFilterRule):
2730 * css3/filters/script-tests/filter-property-parsing-invalid.js:
2731 (testInvalidFilterRule):
2732 * css3/filters/script-tests/filter-property-parsing.js:
2734 * css3/filters/script-tests/filter-property.js:
2735 * platform/chromium/test_expectations.txt: Removed reference to this bug.
2736 * platform/mac/css3/filters/custom/custom-filter-property-computed-style-expected.txt: Removed. This is not necessary anymore.
2738 2012-04-25 Alexandru Chiculita <achicu@adobe.com>
2740 CSS Shaders: Use u_texture instead of s_texture. It was updated in the spec
2741 https://bugs.webkit.org/show_bug.cgi?id=82618
2743 Reviewed by Dean Jackson.
2745 Changed the uniform name passed to the CSS Shaders from s_texture to u_texture.
2746 https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html
2748 * css3/filters/resources/color-add.fs:
2749 * css3/filters/resources/color-offset-parameters.fs:
2750 * css3/filters/resources/color-offset.fs:
2752 2012-04-25 Douglas Stockwell <dstockwell@chromium.org>
2754 IndexedDB: cursor does not correctly iterate over keys added and removed during iteration
2755 https://bugs.webkit.org/show_bug.cgi?id=84467
2757 Reviewed by Ojan Vafai.
2759 New test for keys added in reverse order during cursor iteration.
2761 * storage/indexeddb/cursor-added-bug-expected.txt: Added.
2762 * storage/indexeddb/cursor-added-bug.html: Added.
2763 * storage/indexeddb/resources/cursor-added-bug.js: Added.
2766 (setVersionSuccess):
2770 2012-04-25 Alec Flett <alecflett@chromium.org>
2772 IndexedDB: support openCursor(IDBKey)
2773 https://bugs.webkit.org/show_bug.cgi?id=84652
2775 Reviewed by Ojan Vafai.
2777 Augment existing tests, and add new tests to support
2778 IDBKey parameter to openCursor/openKeyCursor. Note that this removes
2779 a test that was previously using dictionary-style parameters,
2780 which have been temporarily broken due to IDL limitations.
2782 * storage/indexeddb/cursor-delete-expected.txt:
2783 * storage/indexeddb/open-cursor-expected.txt:
2784 * storage/indexeddb/opencursor-key-expected.txt: Added.
2785 * storage/indexeddb/opencursor-key.html: Added.
2786 * storage/indexeddb/resources/cursor-delete.js:
2788 * storage/indexeddb/resources/open-cursor.js:
2789 (emptyCursorWithKeySuccess):
2790 (openEmptyCursorWithKey):
2791 (cursorWithKeySuccess):
2792 (openCursorWithKey):
2793 (emptyCursorSuccess):
2796 * storage/indexeddb/resources/opencursor-key.js: Added.
2799 (createAndPopulateObjectStore):
2802 (testObjectStore.request.onsuccess):
2804 (testIndex.request.onsuccess):
2806 (testIndexWithKey.request.onsuccess):
2809 2012-04-25 Dimitri Glazkov <dglazkov@chromium.org>
2811 [Chromium[ Remove a flaky expectation for a test that's been consistently passing.
2813 * platform/chromium/test_expectations.txt: Removed.
2815 2012-04-25 Alpha Lam <hclam@chromium.org>
2817 Unreviewed test expectations update.
2818 https://bugs.webkit.org/show_bug.cgi?id=84890
2820 Rebaseline chromium-mac test expectation for media/audio-repaint.html after r115235.
2822 * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
2824 2012-04-25 Stephen Chenney <schenney@chromium.org>
2826 Rebaseline chromium test results after bug 72796 is fixed
2827 https://bugs.webkit.org/show_bug.cgi?id=84731
2829 Unreviewed Chromikum expectations update.
2831 Text baselines changed now that this bug has been fixed.
2833 * platform/chromium-linux-x86/svg/custom/use-clipped-hit-expected.txt: Added.
2834 * platform/chromium-linux-x86/svg/custom/use-modify-target-symbol-expected.txt: Added.
2835 * platform/chromium-linux-x86/svg/custom/use-on-symbol-inside-pattern-expected.txt:
2836 * platform/chromium-linux/svg/custom/use-clipped-hit-expected.txt: Added.
2837 * platform/chromium-linux/svg/custom/use-modify-target-symbol-expected.txt: Added.
2838 * platform/chromium-linux/svg/custom/use-on-symbol-inside-pattern-expected.txt:
2839 * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
2840 * platform/chromium-mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Removed.
2841 * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Removed.
2842 * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Removed.
2843 * platform/chromium-mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
2844 * platform/chromium-win-vista/svg/custom/use-clipped-hit-expected.txt: Added.
2845 * platform/chromium-win-vista/svg/custom/use-modify-target-symbol-expected.txt: Added.
2846 * platform/chromium-win-xp/svg/custom/use-clipped-hit-expected.txt: Added.
2847 * platform/chromium-win-xp/svg/custom/use-modify-target-symbol-expected.txt: Added.
2848 * platform/chromium-win/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
2849 * platform/chromium-win/svg/carto.net/button-expected.txt:
2850 * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
2851 * platform/chromium-win/svg/carto.net/slider-expected.txt:
2852 * platform/chromium-win/svg/custom/use-clipped-hit-expected.txt:
2853 * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt:
2854 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
2855 * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt:
2856 * platform/chromium-win/svg/custom/use-on-symbol-expected.txt:
2857 * platform/chromium-win/svg/custom/use-on-symbol-inside-pattern-expected.txt:
2858 * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
2859 * platform/chromium/test_expectations.txt:
2861 2012-04-25 Andreas Kling <kling@webkit.org>
2863 Use the same results for fast/html/details-marker-style.html on all mac bots.
2865 * platform/mac/fast/html/details-marker-style-expected.png: Renamed from LayoutTests/platform/mac-snowleopard/fast/html/details-marker-style-expected.png.
2866 * platform/mac/fast/html/details-marker-style-expected.txt: Renamed from LayoutTests/platform/mac-snowleopard/fast/html/details-marker-style-expected.txt.
2868 2012-04-25 Filip Pizlo <fpizlo@apple.com>
2870 http://bellard.org/jslinux/ triggers an assertion failure in the DFG JIT
2871 https://bugs.webkit.org/show_bug.cgi?id=84815
2872 <rdar://problem/11319514>
2874 Rubber stamped by Gavin Barraclough.
2876 * fast/js/dfg-uint32-to-number-on-captured-variable-expected.txt: Added.
2877 * fast/js/dfg-uint32-to-number-on-captured-variable.html: Added.
2878 * fast/js/jsc-test-list:
2879 * fast/js/script-tests/dfg-uint32-to-number-on-captured-variable.js: Added.
2882 2012-04-25 Nate Chapin <japhet@chromium.org>
2884 Test for https://bugs.webkit.org/show_bug.cgi?id=83632.
2886 Reviewed by Eric Seidel.
2888 * http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash-expected.txt: Added.
2889 * http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash.html: Added.
2891 2012-04-25 Andrew Scherkus <scherkus@chromium.org>
2893 Rebaseline Chromium media layout tests due to r114957.
2895 * platform/chromium-linux-x86/media/video-empty-source-expected.txt:
2896 * platform/chromium-linux/media/media-document-audio-repaint-expected.txt: Removed.
2897 * platform/chromium-linux/media/video-empty-source-expected.txt:
2898 * platform/chromium-mac-leopard/media/video-empty-source-expected.txt:
2899 * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
2900 * platform/chromium-mac-snowleopard/media/video-empty-source-expected.txt:
2901 * platform/chromium-mac/fast/layers/video-layer-expected.txt:
2902 * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
2903 * platform/chromium-mac/media/audio-repaint-expected.txt:
2904 * platform/chromium-mac/media/controls-after-reload-expected.txt:
2905 * platform/chromium-mac/media/controls-strict-expected.txt:
2906 * platform/chromium-mac/media/controls-styling-expected.txt:
2907 * platform/chromium-mac/media/controls-without-preload-expected.txt:
2908 * platform/chromium-mac/media/media-controls-clone-expected.txt:
2909 * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
2910 * platform/chromium-mac/media/video-controls-rendering-expected.txt:
2911 * platform/chromium-mac/media/video-display-toggle-expected.txt:
2912 * platform/chromium-mac/media/video-empty-source-expected.txt:
2913 * platform/chromium-mac/media/video-no-audio-expected.txt:
2914 * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
2915 * platform/chromium-mac/media/video-volume-slider-expected.txt:
2916 * platform/chromium-mac/media/video-zoom-controls-expected.txt:
2917 * platform/chromium-win-vista/media/video-empty-source-expected.txt:
2918 * platform/chromium-win-xp/media/video-empty-source-expected.txt:
2919 * platform/chromium-win/fast/layers/video-layer-expected.txt:
2920 * platform/chromium-win/media/audio-controls-rendering-expected.txt:
2921 * platform/chromium-win/media/audio-repaint-expected.txt:
2922 * platform/chromium-win/media/controls-after-reload-expected.txt:
2923 * platform/chromium-win/media/controls-strict-expected.txt:
2924 * platform/chromium-win/media/controls-styling-expected.txt:
2925 * platform/chromium-win/media/controls-without-preload-expected.txt:
2926 * platform/chromium-win/media/media-controls-clone-expected.txt:
2927 * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
2928 * platform/chromium-win/media/video-controls-rendering-expected.txt:
2929 * platform/chromium-win/media/video-display-toggle-expected.txt:
2930 * platform/chromium-win/media/video-empty-source-expected.txt:
2931 * platform/chromium-win/media/video-no-audio-expected.txt:
2932 * platform/chromium-win/media/video-playing-and-pause-expected.txt:
2933 * platform/chromium-win/media/video-volume-slider-expected.txt:
2934 * platform/chromium-win/media/video-zoom-controls-expected.txt:
2935 * platform/chromium/test_expectations.txt:
2936 * platform/qt/media/audio-repaint-expected.txt: Renamed from LayoutTests/media/audio-repaint-expected.txt.
2938 2012-04-25 Alpha Lam <hclam@chromium.org>
2940 Unreviewed test expectations update.
2941 https://bugs.webkit.org/show_bug.cgi?id=84877
2943 Mark a failing test after changes in r115227.
2945 * platform/chromium/test_expectations.txt:
2947 2012-04-25 Sheriff Bot <webkit.review.bot@gmail.com>
2949 Unreviewed, rolling out r115222.
2950 http://trac.webkit.org/changeset/115222
2951 https://bugs.webkit.org/show_bug.cgi?id=84874
2953 Caused test regressions on the EFL build (Requested by rakuco
2956 * platform/efl/Skipped:
2958 2012-04-24 Ryosuke Niwa <rniwa@webkit.org>
2960 REGRESSION(r112177): listStyleType CSS property gets converted into listStyle
2961 https://bugs.webkit.org/show_bug.cgi?id=83026
2963 Reviewed by Darin Adler.
2965 Added test cases to cssText-shorthand.html and rebaselined some tests.
2967 * fast/css/cssText-shorthand-expected.txt:
2968 * fast/css/cssText-shorthand.html: Added more test cases.
2969 * fast/css/remove-shorthand-expected.txt: Correctly adds both border-width and border-style
2970 when border-color is missing.
2971 * printing/page-rule-css-text-expected.txt: Correctly uses border-width instead of border.
2973 2012-04-25 Nate Chapin <japhet@chromium.org>
2975 Test for https://bugs.webkit.org/show_bug.cgi?id=83918.
2977 Reviewed by Alexey Proskuryakov.
2979 * http/tests/cache/cancel-during-failure-crash-expected.txt: Added.
2980 * http/tests/cache/cancel-during-failure-crash.html: Added.
2982 2012-04-25 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
2984 [EFL] [DRT] LayoutTestController needs implementation of addOriginAccessWhitelistEntry and removeOriginAccessWhitelistEntry
2985 https://bugs.webkit.org/show_bug.cgi?id=83880
2987 Reviewed by Antonio Gomes.
2989 Unskip test cases which rely on LayoutTestController's addOriginAccessWhitelistEntry
2990 and removeOriginAccessWhitelistEntry implementation.
2992 * platform/efl/Skipped:
2994 2012-04-25 Thiago Marcos P. Santos <thiago.santos@intel.com>
2996 [EFL] Remove duplicated test expectations
2997 https://bugs.webkit.org/show_bug.cgi?id=84717
2999 Unreviewed gardening.
3001 These expected results are the same as the global ones.
3003 * platform/efl/compositing/geometry/tall-page-composited-expected.txt: Removed.
3004 * platform/efl/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Removed.
3005 * platform/efl/fast/block/float/in-margin-expected.txt: Removed.
3006 * platform/efl/fast/block/positioning/028-expected.txt: Removed.
3007 * platform/efl/fast/block/positioning/031-expected.txt: Removed.
3008 * platform/efl/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed.
3009 * platform/efl/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Removed.
3010 * platform/efl/fast/borders/border-radius-different-width-001-expected.txt: Removed.
3011 * platform/efl/fast/borders/borderRadiusDashed01-expected.txt: Removed.
3012 * platform/efl/fast/borders/borderRadiusDashed06-expected.txt: Removed.
3013 * platform/efl/fast/borders/borderRadiusDotted02-expected.txt: Removed.
3014 * platform/efl/fast/borders/borderRadiusDotted03-expected.txt: Removed.
3015 * platform/efl/fast/borders/inline-mask-overlay-image-outset-expected.txt: Removed.
3016 * platform/efl/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt: Removed.
3017 * platform/efl/fast/borders/only-one-border-with-width-expected.txt: Removed.
3018 * platform/efl/fast/clip/017-expected.txt: Removed.
3019 * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Removed.
3020 * platform/efl/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.txt: Removed.
3021 * platform/efl/fast/dom/HTMLMeterElement/meter-element-expected.txt: Removed.
3022 * platform/efl/fast/dom/Window/webkitConvertPoint-expected.txt: Removed.
3023 * platform/efl/fast/dynamic/subtree-boundary-percent-height-expected.txt: Removed.
3024 * platform/efl/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Removed.
3025 * platform/efl/fast/dynamic/subtree-table-cell-height-expected.txt: Removed.
3026 * platform/efl/fast/files/url-required-arguments-expected.txt: Removed.
3027 * platform/efl/fast/gradients/border-image-gradient-expected.txt: Removed.
3028 * platform/efl/fast/gradients/border-image-gradient-sides-and-corners-expected.txt: Removed.
3029 * platform/efl/fast/images/color-jpeg-with-color-profile-expected.txt: Removed.
3030 * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Removed.
3031 * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed.
3032 * platform/efl/fast/parser/comment-in-script-expected.txt: Removed.
3033 * platform/efl/fast/repaint/overflow-clip-subtree-layout-expected.txt: Removed.
3034 * platform/efl/fast/repaint/subtree-root-clip-2-expected.txt: Removed.
3035 * platform/efl/fast/repaint/subtree-root-clip-3-expected.txt: Removed.
3036 * platform/efl/fast/repaint/subtree-root-clip-expected.txt: Removed.
3037 * platform/efl/fast/replaced/image-tag-expected.txt: Removed.
3038 * platform/efl/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Removed.
3039 * platform/efl/svg/as-background-image/background-image-tiled-expected.txt: Removed.
3040 * platform/efl/svg/as-background-image/same-image-two-instances-background-image-expected.txt: Removed.
3041 * platform/efl/svg/as-image/svg-as-relative-image-with-explicit-size-expected.txt: Removed.
3042 * platform/efl/svg/clip-path/clip-in-mask-expected.txt: Removed.
3043 * platform/efl/svg/clip-path/clip-path-css-transform-1-expected.txt: Removed.
3044 * platform/efl/svg/clip-path/clip-path-css-transform-2-expected.txt: Removed.
3045 * platform/efl/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt: Removed.
3046 * platform/efl/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt: Removed.
3047 * platform/efl/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt: Removed.
3048 * platform/efl/svg/css/mask-with-shadow-expected.txt: Removed.
3049 * platform/efl/svg/dynamic-updates/SVG-dynamic-css-transform-expected.txt: Removed.
3050 * platform/efl/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.txt: Removed.
3051 * platform/efl/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.txt: Removed.
3052 * platform/efl/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.txt: Removed.
3053 * platform/efl/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.txt: Removed.
3054 * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt: Removed.
3055 * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt: Removed.
3056 * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt: Removed.
3057 * platform/efl/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.txt: Removed.
3058 * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt: Removed.
3059 * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt: Removed.
3060 * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt: Removed.
3061 * platform/efl/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.txt: Removed.
3062 * platform/efl/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.txt: Removed.
3063 * platform/efl/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.txt: Removed.
3064 * platform/efl/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.txt: Removed.
3065 * platform/efl/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.txt: Removed.
3066 * platform/efl/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.txt: Removed.
3067 * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.txt: Removed.
3068 * platform/efl/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.txt: Removed.
3069 * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.txt: Removed.
3070 * platform/efl/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.txt: Removed.
3071 * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt: Removed.
3072 * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt: Removed.
3073 * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.txt: Removed.
3074 * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt: Removed.
3075 * platform/efl/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt: Removed.
3076 * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt: Removed.
3077 * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt: Removed.
3078 * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.txt: Removed.
3079 * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt: Removed.
3080 * platform/efl/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt: Removed.
3081 * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.txt: Removed.
3082 * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.txt: Removed.
3083 * platform/efl/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.txt: Removed.
3084 * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.txt: Removed.
3085 * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.txt: Removed.
3086 * platform/efl/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.txt: Removed.
3087 * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.txt: Removed.
3088 * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.txt: Removed.
3089 * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.txt: Removed.
3090 * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.txt: Removed.
3091 * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.txt: Removed.
3092 * platform/efl/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.txt: Removed.
3093 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.txt: Removed.
3094 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.txt: Removed.
3095 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.txt: Removed.
3096 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.txt: Removed.
3097 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.txt: Removed.
3098 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.txt: Removed.
3099 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.txt: Removed.
3100 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.txt: Removed.
3101 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.txt: Removed.
3102 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.txt: Removed.
3103 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.txt: Removed.
3104 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.txt: Removed.
3105 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.txt: Removed.
3106 * platform/efl/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.txt: Removed.
3107 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.txt: Removed.
3108 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.txt: Removed.
3109 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.txt: Removed.
3110 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.txt: Removed.
3111 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.txt: Removed.
3112 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.txt: Removed.
3113 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.txt: Removed.
3114 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.txt: Removed.
3115 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.txt: Removed.
3116 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.txt: Removed.
3117 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.txt: Removed.
3118 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.txt: Removed.
3119 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.txt: Removed.
3120 * platform/efl/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.txt: Removed.
3121 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.txt: Removed.
3122 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.txt: Removed.
3123 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.txt: Removed.
3124 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.txt: Removed.
3125 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.txt: Removed.
3126 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.txt: Removed.
3127 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.txt: Removed.
3128 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.txt: Removed.
3129 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.txt: Removed.
3130 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.txt: Removed.
3131 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.txt: Removed.
3132 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.txt: Removed.
3133 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.txt: Removed.
3134 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.txt: Removed.
3135 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.txt: Removed.
3136 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.txt: Removed.
3137 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.txt: Removed.
3138 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.txt: Removed.
3139 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.txt: Removed.
3140 * platform/efl/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.txt: Removed.
3141 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.txt: Removed.
3142 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.txt: Removed.
3143 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.txt: Removed.
3144 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.txt: Removed.
3145 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.txt: Removed.
3146 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.txt: Removed.
3147 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.txt: Removed.
3148 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.txt: Removed.
3149 * platform/efl/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.txt: Removed.
3150 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.txt: Removed.
3151 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.txt: Removed.
3152 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.txt: Removed.
3153 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.txt: Removed.
3154 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.txt: Removed.
3155 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.txt: Removed.
3156 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.txt: Removed.
3157 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.txt: Removed.
3158 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.txt: Removed.
3159 * platform/efl/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.txt: Removed.
3160 * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.txt: Removed.
3161 * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.txt: Removed.
3162 * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.txt: Removed.
3163 * platform/efl/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.txt: Removed.
3164 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.txt: Removed.
3165 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.txt: Removed.
3166 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.txt: Removed.
3167 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.txt: Removed.
3168 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.txt: Removed.
3169 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.txt: Removed.
3170 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.txt: Removed.
3171 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.txt: Removed.
3172 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.txt: Removed.
3173 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.txt: Removed.
3174 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.txt: Removed.
3175 * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.txt: Removed.
3176 * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.txt: Removed.
3177 * platform/efl/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.txt: Removed.
3178 * platform/efl/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.txt: Removed.
3179 * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.txt: Removed.
3180 * platform/efl/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.txt: Removed.
3181 * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.txt: Removed.
3182 * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.txt: Removed.
3183 * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.txt: Removed.
3184 * platform/efl/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.txt: Removed.
3185 * platform/efl/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.txt: Removed.
3186 * platform/efl/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Removed.
3187 * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.txt: Removed.
3188 * platform/efl/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.txt: Removed.
3189 * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.txt: Removed.
3190 * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.txt: Removed.
3191 * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.txt: Removed.
3192 * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.txt: Removed.
3193 * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.txt: Removed.
3194 * platform/efl/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.txt: Removed.
3195 * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.txt: Removed.
3196 * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.txt: Removed.
3197 * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.txt: Removed.
3198 * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.txt: Removed.
3199 * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.txt: Removed.
3200 * platform/efl/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.txt: Removed.
3201 * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.txt: Removed.
3202 * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.txt: Removed.
3203 * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.txt: Removed.
3204 * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.txt: Removed.
3205 * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.txt: Removed.
3206 * platform/efl/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.txt: Removed.
3207 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.txt: Removed.
3208 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.txt: Removed.
3209 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.txt: Removed.
3210 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.txt: Removed.
3211 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.txt: Removed.
3212 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.txt: Removed.
3213 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.txt: Removed.
3214 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.txt: Removed.
3215 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.txt: Removed.
3216 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.txt: Removed.
3217 * platform/efl/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.txt: Removed.
3218 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.txt: Removed.
3219 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.txt: Removed.
3220 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.txt: Removed.
3221 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.txt: Removed.
3222 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.txt: Removed.
3223 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.txt: Removed.
3224 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.txt: Removed.
3225 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.txt: Removed.
3226 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.txt: Removed.
3227 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.txt: Removed.
3228 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.txt: Removed.
3229 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.txt: Removed.
3230 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.txt: Removed.
3231 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.txt: Removed.
3232 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.txt: Removed.
3233 * platform/efl/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.txt: Removed.
3234 * platform/efl/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.txt: Removed.
3235 * platform/efl/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.txt: Removed.
3236 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.txt: Removed.
3237 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.txt: Removed.
3238 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.txt: Removed.
3239 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.txt: Removed.
3240 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.txt: Removed.
3241 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.txt: Removed.
3242 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.txt: Removed.
3243 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.txt: Removed.
3244 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.txt: Removed.
3245 * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.txt: Removed.
3246 * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.txt: Removed.
3247 * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.txt: Removed.
3248 * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.txt: Removed.
3249 * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.txt: Removed.
3250 * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.txt: Removed.
3251 * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.txt: Removed.
3252 * platform/efl/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.txt: Removed.
3253 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.txt: Removed.
3254 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.txt: Removed.
3255 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.txt: Removed.
3256 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.txt: Removed.
3257 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.txt: Removed.
3258 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.txt: Removed.
3259 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.txt: Removed.
3260 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.txt: Removed.
3261 * platform/efl/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.txt: Removed.
3262 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.txt: Removed.
3263 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.txt: Removed.
3264 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.txt: Removed.
3265 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.txt: Removed.
3266 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.txt: Removed.
3267 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.txt: Removed.
3268 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.txt: Removed.
3269 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.txt: Removed.
3270 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.txt: Removed.
3271 * platform/efl/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.txt: Removed.
3272 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt: Removed.
3273 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.txt: Removed.
3274 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt: Removed.
3275 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.txt: Removed.
3276 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.txt: Removed.
3277 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt: Removed.
3278 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.txt: Removed.
3279 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt: Removed.
3280 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.txt: Removed.
3281 * platform/efl/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.txt: Removed.
3282 * platform/efl/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.txt: Removed.
3283 * platform/efl/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.txt: Removed.
3284 * platform/efl/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.txt: Removed.
3285 * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.txt: Removed.
3286 * platform/efl/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.txt: Removed.
3287 * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.txt: Removed.
3288 * platform/efl/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.txt: Removed.
3289 * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.txt: Removed.
3290 * platform/efl/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.txt: Removed.
3291 * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.txt: Removed.
3292 * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.txt: Removed.
3293 * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.txt: Removed.
3294 * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.txt: Removed.
3295 * platform/efl/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.txt: Removed.
3296 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.txt: Removed.
3297 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.txt: Removed.
3298 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.txt: Removed.
3299 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.txt: Removed.
3300 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.txt: Removed.
3301 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.txt: Removed.
3302 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.txt: Removed.
3303 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.txt: Removed.
3304 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.txt: Removed.
3305 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.txt: Removed.
3306 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.txt: Removed.
3307 * platform/efl/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.txt: Removed.
3308 * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.txt: Removed.
3309 * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.txt: Removed.
3310 * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.txt: Removed.
3311 * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.txt: Removed.
3312 * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.txt: Removed.
3313 * platform/efl/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.txt: Removed.
3314 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.txt: Removed.
3315 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.txt: Removed.
3316 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.txt: Removed.
3317 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.txt: Removed.
3318 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.txt: Removed.
3319 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.txt: Removed.
3320 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.txt: Removed.
3321 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.txt: Removed.
3322 * platform/efl/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.txt: Removed.
3323 * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.txt: Removed.
3324 * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.txt: Removed.
3325 * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.txt: Removed.
3326 * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.txt: Removed.
3327 * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.txt: Removed.
3328 * platform/efl/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.txt: Removed.
3329 * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.txt: Removed.
3330 * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.txt: Removed.
3331 * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.txt: Removed.
3332 * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.txt: Removed.
3333 * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.txt: Removed.
3334 * platform/efl/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.txt: Removed.
3335 * platform/efl/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.txt: Removed.
3336 * platform/efl/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.txt: Removed.
3337 * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.txt: Removed.
3338 * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.txt: Removed.
3339 * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.txt: Removed.
3340 * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.txt: Removed.
3341 * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.txt: Removed.
3342 * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.txt: Removed.
3343 * platform/efl/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.txt: Removed.
3344 * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.txt: Removed.
3345 * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.txt: Removed.
3346 * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.txt: Removed.
3347 * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.txt: Removed.
3348 * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.txt: Removed.
3349 * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.txt: Removed.
3350 * platform/efl/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.txt: Removed.
3351 * platform/efl/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.txt: Removed.
3352 * platform/efl/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.txt: Removed.
3353 * platform/efl/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.txt: Removed.
3354 * platform/efl/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.txt: Removed.
3355 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.txt: Removed.
3356 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.txt: Removed.
3357 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.txt: Removed.
3358 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.txt: Removed.
3359 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.txt: Removed.
3360 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.txt: Removed.
3361 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.txt: Removed.
3362 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.txt: Removed.
3363 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.txt: Removed.
3364 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.txt: Removed.
3365 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.txt: Removed.
3366 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.txt: Removed.
3367 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.txt: Removed.
3368 * platform/efl/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.txt: Removed.
3369 * platform/efl/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.txt: Removed.
3370 * platform/efl/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.txt: Removed.
3371 * platform/efl/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.txt: Removed.
3372 * platform/efl/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.txt: Removed.
3373 * platform/efl/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.txt: Removed.
3374 * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.txt: Removed.
3375 * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.txt: Removed.
3376 * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.txt: Removed.
3377 * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.txt: Removed.
3378 * platform/efl/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.txt: Removed.
3379 * platform/efl/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.txt: Removed.
3380 * platform/efl/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.txt: Removed.
3381 * platform/efl/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.txt: Removed.
3382 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.txt: Removed.
3383 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.txt: Removed.
3384 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.txt: Removed.
3385 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.txt: Removed.
3386 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.txt: Removed.
3387 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.txt: Removed.
3388 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.txt: Removed.
3389 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.txt: Removed.
3390 * platform/efl/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.txt: Removed.
3391 * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.txt: Removed.
3392 * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.txt: Removed.
3393 * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.txt: Removed.
3394 * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.txt: Removed.
3395 * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.txt: Removed.
3396 * platform/efl/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.txt: Removed.
3397 * platform/efl/svg/dynamic-upd