1 2012-03-05 Martin Robinson <mrobinson@igalia.com>
3 [soup] Crash while loading http://www.jusco.cn
4 https://bugs.webkit.org/show_bug.cgi?id=68238
6 Reviewed by Philippe Normand.
8 * http/tests/xmlhttprequest/xmlhttprequest-sync-no-timers-expected.txt: Added.
9 * http/tests/xmlhttprequest/xmlhttprequest-sync-no-timers.html: Added.
11 2012-03-05 Zan Dobersek <zandobersek@gmail.com>
13 [GTK] plugins/netscape-plugin-page-cache-works.html fails
14 https://bugs.webkit.org/show_bug.cgi?id=74409
16 Reviewed by Martin Robinson.
18 Unskip one new passing test and reclassify one failure.
20 * platform/gtk/Skipped:
22 2012-03-05 Csaba Osztrogonác <ossy@webkit.org>
24 [Qt] Unreviewed gardening.
26 * platform/qt/Skipped: Skip a new flakey test, unskip a passing test.
27 * platform/qt/svg/custom/bug78807-expected.txt: Added. (https://bugs.webkit.org/show_bug.cgi?id=80156)
29 2012-03-05 Pavel Feldman <pfeldman@chromium.org>
31 Web Inspector: check for the number of parsed css properties.
32 https://bugs.webkit.org/show_bug.cgi?id=80268
34 Reviewed by Vsevolod Vlasov.
36 * inspector/styles/set-property-boundaries-expected.txt: Added.
37 * inspector/styles/set-property-boundaries.html: Added.
39 2012-03-02 Alexander Pavlov <apavlov@chromium.org>
41 Web Inspector: [Styles] [CRASH] Handle rule addition and inline style editing failure due to Content-Security-Policy in the page
42 https://bugs.webkit.org/show_bug.cgi?id=80024
44 Reviewed by Pavel Feldman.
46 * inspector/styles/add-new-rule-inline-style-csp-expected.txt: Added.
47 * inspector/styles/add-new-rule-inline-style-csp.html: Added.
49 2012-03-05 Pavel Podivilov <podivilov@chromium.org>
51 Web Inspector: fix extensions-resource.html test.
52 https://bugs.webkit.org/show_bug.cgi?id=80183
54 Reviewed by Vsevolod Vlasov.
56 * platform/chromium/test_expectations.txt:
58 2012-03-05 Kent Tamura <tkent@chromium.org>
60 [Chromium] Rebaseline search-field-cancel.html for r109503.
61 Fix an error of the previous rebaseline.
63 * platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.txt: Removed.
64 * platform/chromium-win/fast/repaint/search-field-cancel-expected.txt:
66 2012-03-05 Csaba Osztrogonác <ossy@webkit.org>
68 Unreviewed gardening, skip a new failing test.
70 * platform/qt/Skipped:
72 2012-03-02 Andrey Kosyakov <caseq@chromium.org>
74 Add instrumentation for frame start/end on timeline.
76 Web Inspector: add timeline instrumentation for frame events
77 https://bugs.webkit.org/show_bug.cgi?id=80127
79 Reviewed by Pavel Feldman.
81 * inspector/timeline/timeline-enum-stability-expected.txt:
83 2012-03-04 MORITA Hajime <morrita@google.com>
85 Internally used HTMLContentElement subclasses should have correct wrapper.
86 https://bugs.webkit.org/show_bug.cgi?id=80237
88 Reviewed by Kent Tamura.
90 * fast/dom/shadow/content-element-user-agent-shadow-expected.txt: Added.
91 * fast/dom/shadow/content-element-user-agent-shadow.html: Added.
92 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
93 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
94 * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt:
95 * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt:
96 * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
97 * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
98 * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
99 * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
101 2012-03-04 Martin Robinson <mrobinson@igalia.com>
103 [GTK] REGRESSION: r108278 broke some tests that expect focus
104 https://bugs.webkit.org/show_bug.cgi?id=79084
106 Reviewed by Philippe Normand.
108 * platform/gtk/Skipped: Unskip passing tests.
110 2012-03-05 Kent Tamura <tkent@chromium.org>
112 [Chromium] Rebaseline search-field-cancel.html for r109503.
114 * platform/chromium-linux/fast/repaint/search-field-cancel-expected.png:
115 * platform/chromium-mac-leopard/fast/repaint/search-field-cancel-expected.png: Added.
116 * platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.png: Added.
117 * platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.txt: Added.
118 * platform/chromium-win/fast/repaint/search-field-cancel-expected.png:
119 * platform/chromium-win/fast/repaint/search-field-cancel-expected.txt:
120 * platform/chromium/test_expectations.txt:
122 2012-03-04 Philippe Normand <pnormand@igalia.com>
124 Unreviewed, mark two tests as flaky in GTK.
126 * platform/gtk/test_expectations.txt:
127 editing/selection/select-line-break-with-opposite-directionality.html
128 and fast/css/hover-update.html are flaky.
130 2012-03-04 Shinya Kawanaka <shinyak@chromium.org>
132 Refactoring: Methods like firstRendererOf of NodeRenderingContext should be extracted.
133 https://bugs.webkit.org/show_bug.cgi?id=79902
135 Reviewed by Hajime Morita.
137 Added a new test case.
139 * fast/dom/shadow/content-element-move-expected.txt:
140 * fast/dom/shadow/content-element-move.html:
142 2012-03-04 Kent Tamura <tkent@chromium.org>
144 [Chromium] We should reset mouse position before calling eventSender.mouseMove in LayoutTest
145 https://bugs.webkit.org/show_bug.cgi?id=79748
147 * platform/chromium/test_expectations.txt: Removed flaky expectations.
149 2012-03-04 Kentaro Hara <haraken@chromium.org>
151 Unreviewed, gardening.
153 * platform/chromium/fast/files/xhr-response-blob-expected.txt:
155 2012-03-01 MORITA Hajime <morrita@google.com>
157 REGRESSION(r108758): Assertion failure in WebCore::RenderMenuList::addChild
158 https://bugs.webkit.org/show_bug.cgi?id=80096
160 Reviewed by Dimitri Glazkov.
162 * fast/forms/select-generated-content-expected.txt: Added.
163 * fast/forms/select-generated-content.html: Added.
165 2012-03-04 Kentaro Hara <haraken@chromium.org>
167 Unreviewed, gardening.
169 * platform/chromium-mac-leopard/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: Added.
170 * platform/chromium-mac-snowleopard/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: Added.
171 * platform/chromium-mac-snowleopard/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added.
173 2012-03-04 Kentaro Hara <haraken@chromium.org>
175 Unreviewed, gardening.
177 * platform/chromium/test_expectations.txt:
179 2012-03-04 Kentaro Hara <haraken@chromium.org>
181 Unreviewed, gardening.
183 * platform/chromium/test_expectations.txt:
185 2012-03-04 Kentaro Hara <haraken@chromium.org>
187 Unreviewed, gardening.
189 * platform/chromium/fast/js/function-dot-arguments-and-caller-expected.txt: Removed.
191 2012-03-04 Mike Lawther <mikelawther@chromium.org>
193 table tests for CSS3 calc
194 https://bugs.webkit.org/show_bug.cgi?id=75898
196 Reviewed by Julien Chaffraix.
198 Tests CSS3 calc() (see http://webkit.org/b/16662) on some simple examples with tables.
200 * css3/calc/table-calcs-expected.txt: Added.
201 * css3/calc/table-calcs.html: Added.
202 * css3/calc/table-empty-cells-expected.html: Added.
203 * css3/calc/table-empty-cells.html: Added.
205 2012-03-04 Nikolas Zimmermann <nzimmermann@rim.com>
207 Introduce SMIL overrideStyle, to make SVG stop mutating CSS styles directly
208 https://bugs.webkit.org/show_bug.cgi?id=79790
210 Reviewed by Dirk Schulze.
212 Extended attributesTypes.html test case to check that presentation attributes are
213 always animated as CSS properties, regardless of their attributeTypes value.
215 * platform/chromium/test_expectations.txt: Remove animate-elem-32-t.svg suppression.
216 * svg/animations/attributeTypes-expected.txt: Updated expectations.
217 * svg/animations/resources/attributeTypes.svg: Fix comment.
218 * svg/animations/script-tests/attributeTypes.js: Extend test.
223 2012-03-03 Raymond Toy <rtoy@google.com>
225 DelayNode has a fixed one second max delay time
226 https://bugs.webkit.org/show_bug.cgi?id=78758
228 Reviewed by Chris Rogers.
230 * webaudio/resources/delay-testing.js: Added more informative
232 * webaudio/delaynode-expected.txt: Updated result for more
234 * webaudio/delaynode-scheduling-expected.txt: Updated result for
235 more informative messages.
236 * webaudio/delaynode-maxdelay-expected.txt: Added
237 * webaudio/delaynode-maxdelay.html: Added
239 2012-03-03 Raymond Toy <rtoy@google.com>
241 Biquad getFrequencyResponse needs a layout test.
242 https://bugs.webkit.org/show_bug.cgi?id=79503
244 Add simple test for getFrequencyResponse.
246 Reviewed by Chris Rogers.
248 * webaudio/biquad-getFrequencyResponse-expected.txt: Added.
249 * webaudio/biquad-getFrequencyResponse.html: Added.
251 2012-03-03 Sheriff Bot <webkit.review.bot@gmail.com>
253 Unreviewed, rolling out r109343.
254 http://trac.webkit.org/changeset/109343
255 https://bugs.webkit.org/show_bug.cgi?id=80212
257 Int32array can't handle values for native nodes because they
258 have int64 ids (Requested by loislo1 on #webkit).
260 * inspector/profiler/heap-snapshot-loader.html:
261 * inspector/profiler/heap-snapshot-test.js:
262 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMock):
263 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockWithDOM):
264 (initialize_HeapSnapshotTest):
266 2012-03-03 Philippe Normand <pnormand@igalia.com>
268 Unreviewed, GTK tests_expectations update.
270 * platform/gtk/Skipped:
271 * platform/gtk/test_expectations.txt:
273 2012-03-03 Philippe Normand <pnormand@igalia.com>
275 Unreviewed, rebaseline after r109623.
277 * editing/selection/select-line-break-with-opposite-directionality-expected.txt:
279 2012-03-03 Joe Thomas <joethomas@motorola.com>
281 Implement vw/vh/vmin (viewport sizes) from CSS 3 Values and Units
282 https://bugs.webkit.org/show_bug.cgi?id=27160
284 The specification related to this implementation is located at http://dev.w3.org/csswg/css3-values/#viewport-relative-lengths.
285 vw/vh/vmin are implemented as primitive length units. Added the parsing logic for these new units and creation of primitive values.
287 Added new Length types such as ViewportRelativeWidth, ViewportRelativeHeight and ViewportRelativeMin for viewport-relative lengths
288 and included the support for fetching the value of these relative length units based on the current viewport size.
290 Reviewed by Antti Koivisto.
292 * css3/viewport-relative-lengths: Added.
293 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-getStyle-expected.txt: Added.
294 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-getStyle.html: Added.
295 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-absolute-expected.html: Added.
296 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-absolute.html: Added.
297 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-expected.html: Added.
298 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh.html: Added.
299 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-absolute-expected.html: Added.
300 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-absolute.html: Added.
301 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-expected.html: Added.
302 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin.html: Added.
303 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-absolute-expected.html: Added.
304 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-absolute.html: Added.
305 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-expected.html: Added.
306 * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw.html: Added.
307 * fast/dom/Window/window-properties-expected.txt:
308 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
309 * platform/mac/fast/dom/Window/window-properties-expected.txt:
310 * platform/qt/fast/dom/Window/window-properties-expected.txt:
311 * platform/win/fast/dom/Window/window-properties-expected.txt:
313 2012-03-02 Csaba Osztrogonác <ossy@webkit.org>
315 [Qt] Unreviewed gardening, skip a new crashing test.
317 * platform/qt-5.0-wk2/Skipped:
319 2012-03-02 Csaba Osztrogonác <ossy@webkit.org>
321 [Qt] Unreviewed gardening, updated expected files.
323 * platform/qt/editing/selection/select-line-break-with-opposite-directionality-expected.png: Added.
324 * platform/qt/editing/selection/select-line-break-with-opposite-directionality-expected.txt: Added.
325 * platform/qt/fast/dom/prototype-inheritance-2-expected.png:
326 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
328 2012-03-02 Pablo Flouret <pablof@motorola.com>
330 Editor's default paragraph separator is not reset when a frame's document is changed
331 https://bugs.webkit.org/show_bug.cgi?id=80065
333 Reviewed by Ryosuke Niwa.
335 * editing/execCommand/default-paragraph-separator.html: Last line of the test did a manual reset of the value to work around this problem. Removed.
336 * editing/execCommand/reset-values-after-navigation-expected.txt: Added.
337 * editing/execCommand/reset-values-after-navigation.html: Added.
338 * editing/execCommand/resources/reset-default-values-helper-1.html: Added.
339 * editing/execCommand/resources/reset-default-values-helper-2.html: Added.
341 2012-03-02 Noel Gordon <noel.gordon@gmail.com>
343 :empty should apply to elements made empty via page dynamics
344 https://bugs.webkit.org/show_bug.cgi?id=79734
346 Reviewed by Antonio Gomes.
348 * fast/css/pseudo-empty-dynamic-empty-expected.txt: Added.
349 * fast/css/pseudo-empty-dynamic-empty.html: Added.
351 2012-03-02 Gavin Barraclough <barraclough@apple.com>
353 ES5.1-15.3.5.4. prohibits Function.caller from [[Get]]ting a strict caller
354 https://bugs.webkit.org/show_bug.cgi?id=80011
356 We now support getting the caller from within an accessor.
358 Reviewed by Sam Weinig.
360 * fast/js/function-dot-arguments-and-caller.html:
361 * platform/qt/Skipped:
363 2012-03-02 Eric Seidel <eric@webkit.org>
365 Chrome 18 fails html5test.com XHR Blob response test
366 https://bugs.webkit.org/show_bug.cgi?id=76760
368 Unreviewed rebaselining. Cr-Linux returns
369 application/javascript for .js files instead of text/javascript.
371 * platform/chromium-linux/fast/files/xhr-response-blob-expected.txt: Added.
373 2012-03-02 Michael Nordman <michaeln@google.com>
375 Unreviewed, remove an erroneous expected result that showed up in r109303.
377 * platform/chromium-linux/fast/workers/storage/use-same-database-in-page-and-workers-expected.txt: Removed.
379 2012-03-02 Adam Klein <adamk@chromium.org>
381 Mark a few tests as flaky on Leopard debug.
383 Unreviewed gardening.
385 * platform/chromium/test_expectations.txt:
387 2012-03-02 Ryosuke Niwa <rniwa@webkit.org>
389 Another test fix after r109593. Remove the extra start body tag.
391 * editing/selection/select-line-break-with-opposite-directionality.html:
393 2012-03-02 Adam Klein <adamk@chromium.org>
395 Unreviewed rebaseline for Leopard.
397 * platform/chromium-mac-leopard/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
399 2012-03-01 Eric Seidel <eric@webkit.org>
401 Chrome 18 fails html5test.com XHR Blob response test
402 https://bugs.webkit.org/show_bug.cgi?id=76760
404 Reviewed by Adam Barth.
406 * fast/files/script-tests/xhr-response-blob.js: Added.
407 (xhr.onreadystatechange):
408 * fast/files/xhr-response-blob-expected.txt: Added.
409 * fast/files/xhr-response-blob.html: Added.
410 * platform/chromium/fast/files/xhr-response-blob-expected.txt: Added.
412 2012-03-02 Adam Klein <adamk@chromium.org>
414 Unreviewed test expectations cleanup.
415 Marked a bunch of flakiness as happening only in DEBUG,
416 and removed a whole set of tests that are no longer flaky.
418 * platform/chromium/test_expectations.txt:
420 2012-03-02 Adam Klein <adamk@chromium.org>
422 Unreviewed rebaseline of SVG feImage tests after r105612 and r106113.
424 * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added.
425 * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: Added.
426 * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Added.
427 * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Added.
428 * platform/chromium-mac-leopard/svg/filters/feImage-subregions-expected.png: Added.
429 * platform/chromium-mac-leopard/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added.
430 * platform/chromium-mac-leopard/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added.
431 * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added.
432 * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: Added.
433 * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Added.
434 * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Added.
435 * platform/chromium-mac-snowleopard/svg/filters/feImage-position-expected.png: Added.
436 * platform/chromium-mac-snowleopard/svg/filters/feImage-subregions-expected.png: Added.
437 * platform/chromium-mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added.
438 * platform/chromium-mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added.
439 * platform/chromium-mac-snowleopard/svg/filters/feImage-target-add-to-document-expected.png: Added.
440 * platform/chromium-mac-snowleopard/svg/filters/feImage-target-changes-id-expected.png: Added.
441 * platform/chromium-mac-snowleopard/svg/filters/feImage-target-id-change-expected.png: Added.
442 * platform/chromium-mac-snowleopard/svg/filters/feImage-target-reappend-to-document-expected.png: Added.
443 * platform/chromium-mac-snowleopard/svg/filters/feImage-target-remove-from-document-expected.png: Added.
444 * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added.
445 * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: Added.
446 * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Added.
447 * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Added.
448 * platform/chromium-win/svg/filters/feImage-position-expected.png: Added.
449 * platform/chromium-win/svg/filters/feImage-subregions-expected.png: Added.
450 * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added.
451 * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added.
452 * platform/chromium-win/svg/filters/feImage-target-add-to-document-expected.png: Added.
453 * platform/chromium-win/svg/filters/feImage-target-changes-id-expected.png: Added.
454 * platform/chromium-win/svg/filters/feImage-target-id-change-expected.png: Added.
455 * platform/chromium-win/svg/filters/feImage-target-reappend-to-document-expected.png: Added.
456 * platform/chromium-win/svg/filters/feImage-target-remove-from-document-expected.png: Added.
457 * platform/chromium/test_expectations.txt:
459 2012-03-02 Adam Klein <adamk@chromium.org>
461 Unreviewed, rebaseline some SVG tests after r105612.
463 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
464 * platform/chromium-linux/svg/filters/feImage-reference-svg-primitive-expected.png:
465 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
466 * platform/chromium-mac-snowleopard/svg/filters/feImage-reference-invalidation-expected.png:
467 * platform/chromium-mac-snowleopard/svg/filters/feImage-reference-svg-primitive-expected.png:
468 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Removed.
469 * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
470 * platform/chromium-win/svg/filters/feImage-reference-invalidation-expected.png:
471 * platform/chromium-win/svg/filters/feImage-reference-svg-primitive-expected.png:
472 * platform/chromium/test_expectations.txt:
474 2012-03-02 Adam Klein <adamk@chromium.org>
476 Unreviewed gardening, widen flaky crash expectations for FileWriter test.
478 * platform/chromium/test_expectations.txt:
480 2012-03-02 Adam Klein <adamk@chromium.org>
482 Unreviewed rebaselining, update a bunch of old results for Snow Leopard.
484 * platform/chromium-linux/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
485 * platform/chromium-mac-snowleopard/css1/text_properties/text_transform-expected.png: Added.
486 * platform/chromium-mac-snowleopard/css1/text_properties/text_transform-expected.txt: Added.
487 * platform/chromium-mac-snowleopard/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
488 * platform/chromium-mac-snowleopard/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt: Added.
489 * platform/chromium-mac-snowleopard/fast/canvas/arc360-expected.png: Added.
490 * platform/chromium-mac-snowleopard/fast/css/transform-default-parameter-expected.png: Added.
491 * platform/chromium-mac-snowleopard/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
492 * platform/chromium-mac-snowleopard/fast/dom/scroll-reveal-left-overflow-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/dom/scroll-reveal-left-overflow-expected.txt.
493 * platform/chromium-mac-snowleopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
494 * platform/chromium-mac-snowleopard/fonts/monospace-expected.png: Added.
495 * platform/chromium-mac-snowleopard/transitions/move-after-transition-expected.png: Added.
496 * platform/chromium-mac/fast/dom/scroll-reveal-left-overflow-expected.png: Removed.
497 * platform/chromium/test_expectations.txt:
499 2012-03-02 Ryosuke Niwa <rniwa@webkit.org>
501 Unreviewed test fix. Don't add an event listener for interactive debugging
502 when the test is ran inside a DumpRenderTree / WebKitTestRunner.
504 * editing/selection/select-line-break-with-opposite-directionality.html:
506 2012-03-02 Sheriff Bot <webkit.review.bot@gmail.com>
508 Unreviewed, rolling out r109602.
509 http://trac.webkit.org/changeset/109602
510 https://bugs.webkit.org/show_bug.cgi?id=80194
512 some TEXT baselines were wrong and some baselines were wrongly
513 removed (Requested by jchaffraix on #webkit).
515 * platform/chromium-linux-x86/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
516 * platform/chromium-linux/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
517 * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
518 * platform/chromium-mac-leopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
519 * platform/chromium-mac-leopard/fast/layers/remove-layer-with-nested-stacking-expected.png: Removed.
520 * platform/chromium-mac-leopard/fast/repaint/overflow-delete-line-expected.png: Removed.
521 * platform/chromium-mac-leopard/fast/repaint/repaint-resized-overflow-expected.png: Removed.
522 * platform/chromium-mac-leopard/fast/repaint/subtree-layoutstate-transform-expected.png: Removed.
523 * platform/chromium-mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Removed.
524 * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-expected.png: Removed.
525 * platform/chromium-mac-leopard/fast/text/textIteratorNilRenderer-expected.png: Removed.
526 * platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.png: Removed.
527 * platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
528 * platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.png: Removed.
529 * platform/chromium-mac-snowleopard/fast/layers/remove-layer-with-nested-stacking-expected.png: Removed.
530 * platform/chromium-mac-snowleopard/fast/layers/remove-layer-with-nested-stacking-expected.txt: Removed.
531 * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.png: Removed.
532 * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.txt: Removed.
533 * platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.png: Removed.
534 * platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.txt: Removed.
535 * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.png: Removed.
536 * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.txt: Removed.
537 * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.png: Removed.
538 * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.txt: Removed.
539 * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.png: Removed.
540 * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.png: Removed.
541 * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.png: Removed.
542 * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.txt: Removed.
543 * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png: Removed.
544 * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.txt: Removed.
545 * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png: Removed.
546 * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.txt: Removed.
547 * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png: Added.
548 * platform/chromium-mac/fast/clip/008-expected.png: Added.
549 * platform/chromium-mac/fast/clip/011-expected.png: Added.
550 * platform/chromium-mac/fast/clip/012-expected.png: Added.
551 * platform/chromium-win-vista/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
552 * platform/chromium-win-xp/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
553 * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
554 * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
555 * platform/chromium-win/fast/clip/008-expected.txt:
556 * platform/chromium-win/fast/clip/011-expected.txt:
557 * platform/chromium-win/fast/clip/012-expected.txt:
558 * platform/chromium/test_expectations.txt:
559 * platform/gtk/fast/layers/add-layer-with-nested-stacking-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt.
560 * platform/gtk/fast/repaint/subtree-root-clip-2-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.txt.
561 * platform/gtk/fast/repaint/subtree-root-clip-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.txt.
562 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt.
563 * platform/mac/fast/repaint/subtree-root-clip-2-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.txt.
564 * platform/mac/fast/repaint/subtree-root-clip-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.txt.
565 * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt.
566 * platform/qt/fast/repaint/subtree-root-clip-2-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.txt.
567 * platform/qt/fast/repaint/subtree-root-clip-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.txt.
569 2012-03-02 Adam Klein <adamk@chromium.org>
571 Unreviewed gardening. Widen/correct a few chromium expectations.
573 * platform/chromium/test_expectations.txt:
575 2012-03-02 Adam Klein <adamk@chromium.org>
577 Rebaseline an inspector test after r109599.
578 "evt" was changed to "event", lengthening it by two characters.
580 Unreviewed gardening.
582 * platform/chromium/inspector/debugger/debugger-scripts-expected.txt:
584 2012-03-02 SravanKumar Sandela <ssandela@innominds.com>
586 Layout issue with fieldset legend element
587 https://bugs.webkit.org/show_bug.cgi?id=78684
589 Reviewed by Dirk Pranke.
591 * fast/forms/fieldset-legend-padding-unclipped-fieldset-border.html: Added.
593 Test case to check un-clipped border logic
595 * platform/chromium/test_expectations.txt:
596 * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: Added.
597 * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added.
599 2012-03-02 Igor Oliveira <igor.o@sisa.samsung.com>
601 animation-timing-function falls back to ease when overriding animation-name
602 https://bugs.webkit.org/show_bug.cgi?id=71623
604 Add a test to verify if the override the animation-name property works when the parent
605 animation did not set the animation name.
607 Reviewed by Dean Jackson.
609 * animations/animation-shorthand-overriding-expected.txt: Added.
610 * animations/animation-shorthand-overriding.html: Added.
612 2012-03-02 Mike Reed <reed@google.com>
614 new baselines for Skia shadows
616 Unreviewed rebaselining.
618 * platform/chromium-win-vista/svg/css/group-with-shadow-expected.png:
619 * platform/chromium-win-xp/svg/css: Added.
620 * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png: Added.
621 * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
622 * platform/chromium-win/fast/transforms/shadows-expected.png:
623 * platform/chromium-win/svg/css/group-with-shadow-expected.png:
624 * platform/chromium/test_expectations.txt:
626 2012-03-02 Adam Klein <adamk@chromium.org>
628 Unreviewed gardening. Suppress an inspector test timing out after r109561.
630 * platform/chromium/test_expectations.txt:
632 2012-03-02 Julien Chaffraix <jchaffraix@webkit.org>
634 Unreviewed Chromium rebaselining.
636 Those tests have consistent results with other platforms and with the expected
637 result so unmark and rebaseline them.
639 * platform/chromium-linux-x86/fast/box-shadow: Added.
640 * platform/chromium-linux-x86/fast/box-shadow/shadow-buffer-partial-expected.txt: Added.
641 * platform/chromium-linux/fast/box-shadow/shadow-buffer-partial-expected.txt: Added.
642 * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
643 * platform/chromium-mac-leopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Added.
644 * platform/chromium-mac-leopard/fast/layers/remove-layer-with-nested-stacking-expected.png: Added.
645 * platform/chromium-mac-leopard/fast/repaint/overflow-delete-line-expected.png: Added.
646 * platform/chromium-mac-leopard/fast/repaint/repaint-resized-overflow-expected.png: Added.
647 * platform/chromium-mac-leopard/fast/repaint/subtree-layoutstate-transform-expected.png: Added.
648 * platform/chromium-mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
649 * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-expected.png: Added.
650 * platform/chromium-mac-leopard/fast/text/textIteratorNilRenderer-expected.png: Added.
651 * platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.png: Added.
652 * platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Added.
653 * platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
654 * platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
655 * platform/chromium-mac-snowleopard/fast/layers/remove-layer-with-nested-stacking-expected.png: Added.
656 * platform/chromium-mac-snowleopard/fast/layers/remove-layer-with-nested-stacking-expected.txt: Added.
657 * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.png: Added.
658 * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.txt: Added.
659 * platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.png: Added.
660 * platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.txt: Added.
661 * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.png: Added.
662 * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.txt: Added.
663 * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.png: Added.
664 * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.txt: Added.
665 * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.png: Added.
666 * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.txt: Added.
667 * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.png: Added.
668 * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.txt: Added.
669 * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.png: Added.
670 * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.txt: Added.
671 * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png: Added.
672 * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.txt: Added.
673 * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png: Added.
674 * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.txt: Added.
675 * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png: Removed.
676 * platform/chromium-mac/fast/clip/008-expected.png: Removed.
677 * platform/chromium-mac/fast/clip/011-expected.png: Removed.
678 * platform/chromium-mac/fast/clip/012-expected.png: Removed.
679 * platform/chromium-win-vista/fast/box-shadow: Added.
680 * platform/chromium-win-vista/fast/box-shadow/shadow-buffer-partial-expected.txt: Added.
681 * platform/chromium-win-xp/fast/box-shadow: Added.
682 * platform/chromium-win-xp/fast/box-shadow/shadow-buffer-partial-expected.txt: Added.
683 * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
684 * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.txt: Added.
685 * platform/chromium-win/fast/clip/008-expected.txt:
686 * platform/chromium-win/fast/clip/011-expected.txt:
687 * platform/chromium-win/fast/clip/012-expected.txt:
688 * platform/chromium/test_expectations.txt:
689 * platform/gtk/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed.
690 * platform/gtk/fast/repaint/subtree-root-clip-2-expected.txt: Removed.
691 * platform/gtk/fast/repaint/subtree-root-clip-expected.txt: Removed.
692 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed.
693 * platform/mac/fast/repaint/subtree-root-clip-2-expected.txt: Removed.
694 * platform/mac/fast/repaint/subtree-root-clip-expected.txt: Removed.
695 * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed.
696 * platform/qt/fast/repaint/subtree-root-clip-2-expected.txt: Removed.
697 * platform/qt/fast/repaint/subtree-root-clip-expected.txt: Removed.
699 2012-03-02 Adam Klein <adamk@chromium.org>
701 Rebaselining SVG foreignObject tests after r108494.
703 Unreviewed gardening.
705 * platform/chromium-linux/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
706 * platform/chromium-mac-leopard/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
707 * platform/chromium-mac-snowleopard/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
708 * platform/chromium-win/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
709 * platform/chromium-win/svg/foreignObject/fO-parent-display-changes-expected.txt: Added.
710 * platform/chromium-win/svg/foreignObject/fO-parent-display-none-expected.txt: Added.
711 * platform/chromium-win/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: Added.
712 * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: Added.
713 * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: Added.
714 * platform/chromium/test_expectations.txt:
716 2012-03-02 Erik Arvidsson <arv@chromium.org>
718 [V8] Make inline event attributes use evt for SVG and event otherwise
719 https://bugs.webkit.org/show_bug.cgi?id=80167
721 Reviewed by Ojan Vafai.
723 * fast/dom/inline-event-attributes-event-param-name-expected.txt: Added.
724 * fast/dom/inline-event-attributes-event-param-name.html: Added.
726 2012-03-02 Dirk Pranke <dpranke@chromium.org>
728 Fix expectation for svg/foreignObject/fO-parent-display-changes.svg.
730 Unreviewed, expectations change.
732 * platform/chromium/test_expectations.txt:
734 2012-03-02 Adam Klein <adamk@chromium.org>
736 Unreviewed gardening, suppress some failures in shadow tests due to the skia roll.
738 * platform/chromium/test_expectations.txt:
740 2012-03-02 Julien Chaffraix <jchaffraix@webkit.org>
742 [chromium] Layout test fast/events/overflow-events.html is flaky
743 https://bugs.webkit.org/show_bug.cgi?id=52064
745 Reviewed by Simon Fraser.
747 Try to make the test less flaky.
749 * fast/events/overflow-events.html:
750 Ensure that the 'overflow' events arrive one at a time in order (there is no guarantee that they *do* dispatch
751 though). Also added a clearer message if we fail the test. That should help us if the test is still flaky.
753 2012-03-02 Maciej Stachowiak <mjs@apple.com>
755 REGRESSION(r97353): Crash when accessing location or history properties inside a navigated window
756 https://bugs.webkit.org/show_bug.cgi?id=80133
758 Reviewed by Antti Koivisto.
760 * fast/dom/Window/navigated-window-properties-expected.txt: Added.
761 * fast/dom/Window/navigated-window-properties.html: Added.
762 * fast/dom/Window/resources/navigated-window-prop-subframe1.html: Added.
763 * fast/dom/Window/resources/navigated-window-prop-subframe2.html: Added.
765 2012-03-02 Ryosuke Niwa <rniwa@webkit.org>
767 REGRESSION(r74971): Can't select a line of RTL text on Facebook
768 https://bugs.webkit.org/show_bug.cgi?id=59435
770 Reviewed by Eric Seidel.
772 Add a regression test for selecting multiline bidirectional text.
774 * editing/selection/select-line-break-with-opposite-directionality-expected.txt: Added.
775 * editing/selection/select-line-break-with-opposite-directionality.html: Added.
777 2012-03-02 Adam Klein <adamk@chromium.org>
779 Chromium rebaselines after r109512.
781 Unreviewed gardening.
783 * platform/chromium-linux/fast/block/float/026-expected.png:
784 * platform/chromium-linux/fast/block/float/028-expected.png:
785 * platform/chromium-linux/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
786 * platform/chromium-mac-leopard/fast/block/float/026-expected.png:
787 * platform/chromium-mac-leopard/fast/block/float/028-expected.png:
788 * platform/chromium-mac-leopard/fast/overflow/unreachable-overflow-rtl-bug-expected.png: Added.
789 * platform/chromium-mac-snowleopard/fast/block/float/026-expected.png: Added.
790 * platform/chromium-mac-snowleopard/fast/block/float/026-expected.txt: Added.
791 * platform/chromium-mac-snowleopard/fast/block/float/028-expected.png: Added.
792 * platform/chromium-mac-snowleopard/fast/block/float/028-expected.txt: Added.
793 * platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt: Renamed from LayoutTests/platform/chromium/fast/events/offsetX-offsetY-expected.txt.
794 * platform/chromium-mac-snowleopard/fast/overflow/unreachable-overflow-rtl-bug-expected.png: Added.
795 * platform/chromium-mac-snowleopard/fast/overflow/unreachable-overflow-rtl-bug-expected.txt: Added.
796 * platform/chromium-mac/fast/block/float/026-expected.png: Removed.
797 * platform/chromium-mac/fast/block/float/028-expected.png: Removed.
798 * platform/chromium-win/fast/block/float/026-expected.png:
799 * platform/chromium-win/fast/block/float/026-expected.txt:
800 * platform/chromium-win/fast/block/float/028-expected.png:
801 * platform/chromium-win/fast/block/float/028-expected.txt:
802 * platform/chromium-win/fast/events/offsetX-offsetY-expected.txt:
803 * platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
804 * platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
805 * platform/chromium/test_expectations.txt:
807 2012-03-02 Cary Clark <caryclark@google.com>
809 Unreviewed rebaselining of images affected by these changes:
810 https://bugs.webkit.org/show_bug.cgi?id=76556 ('Match style of platform error underline for misspellings')
811 https://bugs.webkit.org/show_bug.cgi?id=78117 ('[Skia Mac] Make misspelling underline dots unclipped')
813 * platform/chromium-mac-leopard/editing/deleting/delete-3928305-fix-expected.png:
815 * platform/chromium-mac-snowleopard/fast/dom/blur-contenteditable-expected.png: Added.
816 * platform/chromium/test_expectations.txt:
818 2012-03-02 Julien Chaffraix <jchaffraix@webkit.org>
820 Move the 'overflow' event dispatching logic out of RenderLayer
821 https://bugs.webkit.org/show_bug.cgi?id=80090
823 Reviewed by Simon Fraser.
825 * fast/events/overflow-events-writing-mode.html: Added.
826 * fast/events/overflow-events-writing-mode-expected.txt: Added.
827 Added a test for overflow events in a vertical writing mode.
829 2012-03-02 Adam Klein <adamk@chromium.org>
831 Rebaseline a test on Leopard after expectation was removed in r109516.
833 Unreviewed gardening.
835 * platform/chromium-mac-leopard/fast/repaint/transform-absolute-in-positioned-container-expected.png: Added.
837 2012-03-02 Philippe Normand <pnormand@igalia.com>
839 Unreviewed, GTK rebaseline after r109581.
841 * platform/gtk/security/block-test-expected.txt:
843 2012-03-02 Philippe Normand <pnormand@igalia.com>
845 [GTK] security/block-test.html baselines differ from mac
846 https://bugs.webkit.org/show_bug.cgi?id=78343
848 Reviewed by Martin Robinson.
850 GTK baselines updates for two security tests. They're closer to
851 the mac baselines now.
853 * platform/gtk/security/block-test-expected.txt: Added.
854 * platform/gtk/security/block-test-no-port-expected.txt:
856 2012-03-02 Kaustubh Atrawalkar <kaustubh@motorola.com>
858 Rename DOMURL to URL in the bindings
859 https://bugs.webkit.org/show_bug.cgi?id=78214
861 Reviewed by Kentaro Hara.
863 * fast/files/domurl-script-execution-context-crash-expected.txt:
864 * fast/files/domurl-script-execution-context-crash.html:
865 * fast/js/constructor-length.html:
866 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
867 * platform/gtk/fast/js/constructor-length-expected.txt:
868 * platform/gtk/fast/js/global-constructors-expected.txt:
869 * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
870 * platform/mac/fast/js/constructor-length-expected.txt:
871 * platform/mac/fast/js/global-constructors-expected.txt:
872 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
873 * platform/qt/fast/js/global-constructors-expected.txt:
875 2012-03-02 Roland Steiner <rolandsteiner@chromium.org>
877 Add :scope pseudo-class
878 https://bugs.webkit.org/show_bug.cgi?id=79077
880 Test new :scope pseudo-class
882 Reviewed by Antti Koivisto.
884 * fast/css/style-scoped/scope-pseudo-expected.txt: Added.
885 * fast/css/style-scoped/scope-pseudo.html: Added.
887 2012-03-02 Csaba Osztrogonác <ossy@webkit.org>
889 [Qt] Unreviewed gardening, skip new failing tests.
891 * platform/qt/Skipped:
893 2012-03-02 Roland Steiner <rolandsteiner@chromium.org>
895 Scoped stylesheets don't appear to work in Shadow DOM
896 https://bugs.webkit.org/show_bug.cgi?id=79549
898 Test that <style scoped> works in shadow DOM as direct child of the ShadowRoot
900 Reviewed by Antti Koivisto.
902 * fast/css/style-scoped/style-scoped-in-shadow-expected.txt: Added.
903 * fast/css/style-scoped/style-scoped-in-shadow.html: Added.
905 2012-03-02 Philippe Normand <pnormand@igalia.com>
907 Unreviewed, unskip security/block-test.html and remove its GTK
908 baseline, the platform-agnostic baseline match.
910 * platform/gtk/Skipped:
911 * platform/gtk/security/block-test-expected.txt: Removed.
913 2012-03-02 Csaba Osztrogonác <ossy@webkit.org>
915 [Qt] Unreviewed gardening, update expected files.
917 * platform/qt/Skipped: Unskip non-existent files.
918 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png:
919 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
920 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png:
921 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
923 2012-03-02 Csaba Osztrogonác <ossy@webkit.org>
925 [Qt] Unreviewed gardening, update expected files.
927 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
928 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
929 * platform/qt/fast/js/global-constructors-expected.txt:
931 2012-03-01 Alexander Pavlov <apavlov@chromium.org>
933 Web Inspector: Implement suggestions in Watch Expressions
934 https://bugs.webkit.org/show_bug.cgi?id=79912
936 Reviewed by Pavel Feldman.
938 * http/tests/inspector/console-cd-completions.html:
939 * inspector/debugger/debugger-completions-on-call-frame.html:
941 2012-03-02 Antti Koivisto <antti@apple.com>
943 REGRESSION (r104060): Page contents not painted if inserting a new stylesheet and temporary body node
944 https://bugs.webkit.org/show_bug.cgi?id=76590
946 Reviewed by Maciej Stachowiak.
948 * fast/css/pending-stylesheet-repaint-expected.png: Added.
949 * fast/css/pending-stylesheet-repaint-expected.txt: Added.
950 * fast/css/pending-stylesheet-repaint.html: Added.
952 2012-03-02 Philippe Normand <pnormand@igalia.com>
954 Unreviewed, GTK tests expectations update.
956 * platform/gtk/Skipped:
957 * platform/gtk/test_expectations.txt:
959 2012-03-02 Kenichi Ishibashi <bashi@chromium.org>
961 Adding WebSocket per-frame DEFLATE extension
962 https://bugs.webkit.org/show_bug.cgi?id=77522
964 Added tests for WebSocket deflate-frame extension. Also updated some
965 tests to follow the change.
967 Reviewed by Kent Tamura.
969 * http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt: Added.
970 * http/tests/websocket/tests/hybi/compressed-control-frame.html: Added.
971 * http/tests/websocket/tests/hybi/compressed-control-frame_wsh.py: Added.
972 (web_socket_do_extra_handshake):
973 (web_socket_transfer_data):
974 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff-expected.txt: Added.
975 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff.html: Added.
976 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt: Added.
977 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter.html: Added.
978 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter_wsh.py: Added.
979 (web_socket_do_extra_handshake):
980 (web_socket_transfer_data):
981 * http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt: Added.
982 * http/tests/websocket/tests/hybi/deflate-frame-parameter.html: Added.
983 * http/tests/websocket/tests/hybi/deflate-frame_wsh.py: Added.
984 (_get_deflate_frame_extension_processor):
985 (web_socket_do_extra_handshake):
986 (web_socket_transfer_data):
987 * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
988 * http/tests/websocket/tests/hybi/send-file-blob_wsh.py:
990 (web_socket_transfer_data):
991 * platform/efl/Skipped: Skips tests rely on zlib
992 * platform/qt/Skipped: Ditto.
994 2012-03-02 Kentaro Hara <haraken@chromium.org>
996 Unreviewed, gardening.
998 * platform/chromium/test_expectations.txt:
1000 2012-03-02 Philippe Normand <pnormand@igalia.com>
1003 fast/frames/flattening/frameset-flattening-advanced.html as flaky in GTK.
1005 * platform/gtk/test_expectations.txt:
1007 2012-03-02 Wei James <james.wei@intel.com>
1009 [Chromium] Layout Test webaudio/audiobuffersource-channels.html is failing
1010 https://bugs.webkit.org/show_bug.cgi?id=79765
1012 Reviewed by Chris Rogers.
1014 * platform/chromium/test_expectations.txt:
1016 2012-03-02 Kentaro Hara <haraken@chromium.org>
1018 Unreviewed, gardening.
1020 * platform/chromium/test_expectations.txt:
1022 2012-03-02 Pablo Flouret <pablof@motorola.com>
1024 Implement DefaultParagraphSeparator execCommand, to let authors choose the default block element
1025 https://bugs.webkit.org/show_bug.cgi?id=59961
1027 Reviewed by Ryosuke Niwa.
1029 * editing/execCommand/default-paragraph-separator-expected.txt: Added.
1030 * editing/execCommand/default-paragraph-separator.html: Added.
1032 2012-03-02 Mike Lawther <mikelawther@chromium.org>
1034 reflection computed style test for CSS3 calc
1035 https://bugs.webkit.org/show_bug.cgi?id=75902
1037 Reviewed by Ojan Vafai.
1039 Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
1041 These tests are expected to 'fail', and will pass once calc() functionality is landed.
1042 For now, they serve to demonstrate that the current code doesn't crash on these tests.
1044 * css3/calc/reflection-computed-style-expected.txt: Added.
1045 * css3/calc/reflection-computed-style.html: Added.
1047 2012-03-02 Philippe Normand <pnormand@igalia.com>
1049 Unreviewed, GTK gardening.
1051 * platform/gtk/Skipped: Skip 2 new failing tests and unskip a new
1052 media test that should pass on GTK.
1053 * platform/gtk/editing/inserting/5994480-2-expected.txt:
1054 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
1055 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
1056 * platform/gtk/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
1057 * platform/gtk/fast/js/global-constructors-expected.txt:
1058 * platform/gtk/fast/multicol/span/clone-summary-expected.txt:
1060 2012-03-02 Raymond Toy <rtoy@google.com>
1062 AudioParam needs tests for the parameter automation routines.
1063 https://bugs.webkit.org/show_bug.cgi?id=77666
1065 Reviewed by Chris Rogers.
1067 * webaudio/audioparam-exponentialRampToValueAtTime.html:
1068 * webaudio/audioparam-linearRampToValueAtTime-expected.txt: Added.
1069 * webaudio/audioparam-linearRampToValueAtTime.html: Added.
1070 * webaudio/audioparam-setTargetValueAtTime-expected.txt: Added.
1071 * webaudio/audioparam-setTargetValueAtTime.html: Added.
1072 * webaudio/audioparam-setValueAtTime-expected.txt: Added.
1073 * webaudio/audioparam-setValueAtTime.html: Added.
1074 * webaudio/audioparam-setValueCurveAtTime-expected.txt: Added.
1075 * webaudio/audioparam-setValueCurveAtTime.html: Added.
1076 * webaudio/resources/audioparam-testing.js:
1078 (createConstantArray):
1079 (createLinearRampArray):
1080 (discreteTimeConstantForSampleRate):
1081 (createExponentialApproachArray):
1082 (createSineWaveArray):
1085 (comparePartialSignals):
1086 (verifyDiscontinuities):
1088 (checkResultFunction.return.var):
1089 (checkResultFunction):
1091 (createAudioGraphAndTest):
1092 * webaudio/resources/audio-testing.js: Moved isValidNumber from
1093 biquad-testing.js to here.
1094 * webaudio/resources/biquad-testing.js: Moved isValidNumber from
1095 here to audio-testing.js.
1097 2012-03-01 Dirk Pranke <dpranke@chromium.org>
1099 Moar tightening of expectations (mac this time).
1101 Unreviewed, expectations change.
1103 * platform/chromium/test_expectations.txt:
1105 2012-03-01 Dana Jansens <danakj@chromium.org>
1107 [chromium] Make opaque paint tracker aware of SkCanvas layers
1108 https://bugs.webkit.org/show_bug.cgi?id=79145
1110 Reviewed by Stephen White.
1112 * compositing/culling/clear-fixed-iframe-expected.png: Added.
1113 * compositing/culling/clear-fixed-iframe-expected.txt: Added.
1114 * compositing/culling/clear-fixed-iframe.html: Added.
1115 * compositing/culling/resources/clear-fixed-iframe-content.html: Added.
1117 2012-03-01 Hironori Bono <hbono@chromium.org>
1119 Render overflow controls of an RTL element to its left-side.
1120 https://bugs.webkit.org/show_bug.cgi?id=54623
1122 This change adds a new flag WTF_USE_RTL_SCROLLBAR and render the
1123 vertical scrollbars and resizers of RTL elements to their left side if
1124 this new flag is enabled.
1126 Reviewed by Ryosuke Niwa.
1128 * platform/chromium/fast/events/rtl-scrollbar-expected.txt: Added.
1129 * platform/chromium/fast/events/rtl-scrollbar.html: Added.
1131 2012-03-01 Dirk Pranke <dpranke@chromium.org>
1133 Tighten various expectations to be more accurate.
1135 Unreviewed, expectations change.
1137 (This means fewer "unexpected pass" results).
1139 * platform/chromium/test_expectations.txt:
1141 2012-03-01 Dirk Pranke <dpranke@chromium.org>
1143 fast/forms/textfield-overflow.html is no longer failing.
1145 Unreviewed, expectations change.
1147 * platform/chromium/test_expectations.txt:
1149 2012-03-01 Dirk Pranke <dpranke@chromium.org>
1151 Fix paths to mac baselines for virtual/gpu/canvas/philip tests.
1153 Unreveiwed, baselines update.
1155 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.cylinder-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.gradient.radial.cone.cylinder-expected.txt.
1156 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.line.width.basic-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.line.width.basic-expected.txt.
1157 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.line.width.transformed-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.line.width.transformed-expected.txt.
1158 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.path.arcTo.shape.curve1-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.path.arcTo.shape.curve1-expected.txt.
1159 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.path.arcTo.shape.curve2-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.path.arcTo.shape.curve2-expected.txt.
1160 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.shadow.enable.blur-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.shadow.enable.blur-expected.txt.
1161 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.fontface.notinpage-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.text.draw.fontface.notinpage-expected.txt.
1162 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.transformation.setTransform.skewed-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.transformation.setTransform.skewed-expected.txt.
1163 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.transformation.transform.skewed-expected.txt: Renamed from LayoutTests/platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.transformation.transform.skewed-expected.txt.
1165 2012-03-01 Kentaro Hara <haraken@chromium.org>
1167 Unreviewed, gardening.
1169 * platform/chromium/test_expectations.txt:
1171 2012-03-01 Kent Tamura <tkent@chromium.org>
1173 REGRESSION(90089): Input type='search' text shakes up and down when the style is changed.
1174 https://bugs.webkit.org/show_bug.cgi?id=79445
1176 Reviewed by Dimitri Glazkov.
1178 * fast/forms/search/search-shaking-text-expected.html: Added.
1179 * fast/forms/search/search-shaking-text.html: Added.
1180 * platform/chromium/test_expectations.txt:
1181 This change might need a rebaseline of fast/repaint/search-field-cancel.html
1183 2012-03-01 Kentaro Hara <haraken@chromium.org>
1185 Unreviewed, gardening.
1187 * platform/chromium/fast/js/mozilla/strict/13.1-expected.txt: Removed.
1189 2012-03-01 Kentaro Hara <haraken@chromium.org>
1191 Unreviewed, gardening.
1193 * platform/chromium/fast/js/mozilla/strict/12.14.1-expected.txt: Removed.
1195 2012-03-01 Kentaro Hara <haraken@chromium.org>
1197 Unreviewed, gardening.
1199 * platform/chromium-linux/fast/frames/transparent-scrollbar-expected.png: Removed.
1200 * platform/chromium-mac-snowleopard/fast/frames/transparent-scrollbar-expected.png: Added.
1201 * platform/chromium-win/fast/frames/transparent-scrollbar-expected.png: Added.
1203 2012-03-01 Dirk Pranke <dpranke@chromium.org>
1205 Remove tests that now pass.
1207 Unreviewed, expectations change.
1209 * platform/chromium/test_expectations.txt:
1211 2012-03-01 Gavin Barraclough <barraclough@apple.com>
1213 Fix test checking for incorrect results.
1215 Rubber stamped by Sam Weinig.
1217 * fast/js/mozilla/strict/function-name-arity-expected.txt:
1218 * fast/js/mozilla/strict/script-tests/function-name-arity.js:
1219 - This tests a non-existent, non-spec-defined property.
1221 2012-03-01 Gavin Barraclough <barraclough@apple.com>
1223 Fix test checking for incorrect results.
1225 Rubber stamped by Sam Weinig.
1227 * fast/js/mozilla/strict/12.14.1-expected.txt:
1228 * fast/js/mozilla/strict/script-tests/12.14.1.js:
1229 - This test uses destructuring, this didn't make it into ES5.
1231 2012-03-01 Gavin Barraclough <barraclough@apple.com>
1233 Fix test checking for incorrect results.
1235 Rubber stamped by Sam Weinig.
1237 * fast/js/mozilla/strict/13.1-expected.txt:
1238 * fast/js/mozilla/strict/script-tests/13.1.js:
1239 - This test uses destructuring, this didn't make it into ES5.
1241 2012-03-01 Gavin Barraclough <barraclough@apple.com>
1243 Fix typo in test, causing test to fail.
1245 Rubber stamped by Sam Weinig.
1247 * fast/js/number-parsing-crash-expected.txt:
1248 * fast/js/script-tests/number-parsing-crash.js:
1250 2012-03-01 MORITA Hajime <morrita@google.com>
1252 Custom scrollbars do not support transparency
1253 https://bugs.webkit.org/show_bug.cgi?id=50547
1255 Reviewed by James Robinson.
1257 * fast/frames/transparent-scrollbar.html: Added.
1258 * fast/frames/transparent-scrollbar-expected.txt: Added.
1259 * platform/chromium-linux/fast/frames/transparent-scrollbar-expected.png: Added.
1261 2012-03-01 Kent Tamura <tkent@chromium.org>
1263 REGRESSION(r106388): Form state is restored to a wrong document.
1264 https://bugs.webkit.org/show_bug.cgi?id=79206
1266 Reviewed by Brady Eidson.
1268 * fast/loader/form-state-restore-with-locked-back-forward-list-expected.txt: Added.
1269 * fast/loader/form-state-restore-with-locked-back-forward-list.html: Added.
1270 * fast/loader/resources/form-state-restore-with-locked-back-forward-list-2.html: Added.
1271 * fast/loader/resources/form-state-restore-with-locked-back-forward-list-3.html: Added.
1273 2012-03-01 Adam Klein <adamk@chromium.org>
1275 Unreviewed gardening. Mark a JS strict mode test as failing in V8,
1276 and link it to a semi-related V8 bug.
1278 * platform/chromium/test_expectations.txt:
1280 2012-03-01 Adam Klein <adamk@chromium.org>
1282 Unreviewed gardening. Mark two media tests as flaky.
1284 * platform/chromium/test_expectations.txt:
1286 2012-03-01 Gavin Barraclough <barraclough@apple.com>
1288 ES5.1-15.3.5.4. prohibits Function.caller from [[Get]]ting a strict caller
1289 https://bugs.webkit.org/show_bug.cgi?id=80011
1291 Reviewed by Oliver Hunt.
1293 Also, fix getting the caller from within a bound function, for within a getter,
1294 or setter (make our implementation match other browsers).
1296 * fast/js/caller-property-expected.txt:
1297 * fast/js/script-tests/caller-property.js:
1298 - Add test cases covering permutations of caller/callee being strict/non-strict,
1299 And for callee being a getter/setter/bound.
1300 * fast/js/stack-trace-expected.txt:
1301 - Allow stack tracing over host functions.
1303 2012-03-01 Xingnan Wang <xingnan.wang@intel.com>
1305 Enable IPP for Biquad filter
1306 https://bugs.webkit.org/show_bug.cgi?id=77509
1308 Reviewed by Chris Rogers.
1310 Adjust a code format issue.
1312 * webaudio/resources/biquad-testing.js:
1315 2012-03-01 Adam Klein <adamk@chromium.org>
1317 Rebaseline fast/flexbox/010.html on Leopard after removing its suppression.
1319 Unreviewed gardening.
1321 * platform/chromium-mac-leopard/fast/flexbox/010-expected.png: Added.
1322 * platform/chromium-mac-snowleopard/fast/flexbox/010-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/flexbox/010-expected.png.
1324 2012-03-01 Adam Klein <adamk@chromium.org>
1326 Rebaselining some old Chromium tests and removing test_expectations.
1328 Unreviewed gardening.
1330 * fast/writing-mode/block-level-images-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/block-level-images-expected.txt.
1331 * platform/chromium-linux/fast/backgrounds/background-leakage-expected.png: Added.
1332 * platform/chromium-linux/fast/backgrounds/background-leakage-transforms-expected.png: Added.
1333 * platform/chromium-linux/fast/multicol/float-multicol-expected.png:
1334 * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
1335 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
1336 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
1337 * platform/chromium-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Removed.
1338 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
1339 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
1340 * platform/chromium-mac-snowleopard/fast/multicol/float-multicol-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/float-multicol-expected.png.
1341 * platform/chromium-mac-snowleopard/fast/writing-mode/block-level-images-expected.png: Added.
1342 * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png: Removed.
1343 * platform/chromium-win/fast/backgrounds/background-leakage-expected.png: Added.
1344 * platform/chromium-win/fast/backgrounds/background-leakage-expected.txt: Added.
1345 * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.png: Added.
1346 * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.txt: Added.
1347 * platform/chromium-win/fast/multicol/float-multicol-expected.png:
1348 * platform/chromium-win/fast/multicol/float-multicol-expected.txt:
1349 * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
1350 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
1351 * platform/chromium/test_expectations.txt:
1352 * platform/mac/fast/writing-mode/block-level-images-expected.txt: Removed.
1353 * platform/qt/fast/writing-mode/block-level-images-expected.txt: Removed.
1355 2012-03-01 Dirk Pranke <dpranke@chromium.org>
1357 chromium: start running virtual gpu tests
1358 https://bugs.webkit.org/show_bug.cgi?id=80050
1360 Unreviewed, expectations change.
1362 This patch un-SKIPs the platform/chromium/virtual/gpu tests
1363 and copies their expectations from the GPU and generic
1364 expectations for fast/canvas and canvas/philip. I
1365 will re-sort the expectations in subsequent patches so
1366 that the virtual expectations are next to the action ones,
1367 for easier maintenance.
1369 * platform/chromium/test_expectations.txt:
1371 2012-03-01 Adam Klein <adamk@chromium.org>
1373 Mark fast/workers/stress-js-execution.html as flakily crashy on cr-win.
1375 Unreviewed gardening.
1377 * platform/chromium/test_expectations.txt:
1379 2012-03-01 Adam Klein <adamk@chromium.org>
1381 Remove outdated (mostly mac) test suppressions.
1383 Unreviewed gardening.
1385 * platform/chromium/test_expectations.txt:
1387 2012-03-01 Adam Klein <adamk@chromium.org>
1389 Mark svg/W3C-SVG-1.1/animate-elem-32-t.svg as debug/crash after r109342.
1391 Unreviewed gardening.
1393 * platform/chromium/test_expectations.txt:
1395 2012-03-01 Adam Klein <adamk@chromium.org>
1397 Remove lots of bogus flaky test suppressions, mark some others
1398 as always failing and some others for rebaselining.
1400 Unreviewed gardening.
1402 * platform/chromium/test_expectations.txt:
1404 2012-03-01 Joe Thomas <joethomas@motorola.com>
1406 :empty still applies to elements made non-empty via page dynamics.
1407 https://bugs.webkit.org/show_bug.cgi?id=79734
1409 Check for :empty style change should be made even if the RenderStyle for the element is NULL
1410 as changes to the element's children can trigger a change in :empty state of the parent element.
1412 Reviewed by Antti Koivisto.
1414 * fast/selectors/empty-element-made-non-empty-expected.txt: Added.
1415 * fast/selectors/empty-element-made-non-empty.html: Added.
1417 2012-03-01 Kangil Han <kangil.han@samsung.com>
1419 [DRT] Remove all PlainTextController usages in existing tests by adding internal API
1420 https://bugs.webkit.org/show_bug.cgi?id=78570
1422 Reviewed by Hajime Morita.
1424 This patch will remove all PlainTextController usages
1425 in existing DRT tests by adding internal API to WebCore/testing/Internals
1427 * editing/text-iterator/basic-iteration-expected.txt:
1428 * editing/text-iterator/script-tests/basic-iteration.js:
1430 2012-03-01 Adam Klein <adamk@chromium.org>
1432 Rebaseline to remove quotes around font name after r109382.
1434 Unreviewed gardening.
1436 * editing/inserting/5994480-2-expected.txt:
1438 2012-03-01 Adam Klein <adamk@chromium.org>
1440 Remove expectations for no-longer-flaky tests on Snow Leopard.
1441 https://bugs.webkit.org/show_bug.cgi?id=54322
1443 Unreviewed gardening.
1445 * platform/chromium/test_expectations.txt:
1447 2012-03-01 Julien Chaffraix <jchaffraix@webkit.org>
1449 Unreviewed, rolling out r109367.
1450 http://trac.webkit.org/changeset/109367
1451 https://bugs.webkit.org/show_bug.cgi?id=75568
1453 Some tests started to fail in a non obvious way.
1455 * platform/chromium-win/fast/repaint/iframe-scroll-repaint-expected.png:
1456 * platform/chromium/test_expectations.txt:
1457 * platform/efl/test_expectations.txt:
1458 * platform/gtk/test_expectations.txt:
1459 * platform/mac/test_expectations.txt:
1460 * platform/qt/test_expectations.txt:
1461 * platform/win/Skipped:
1463 2012-03-01 Kenichi Ishibashi <bashi@chromium.org>
1465 REGRESSION: Outlook 2007 doesn't display fonts correctly on emails composed by WebKit
1466 https://bugs.webkit.org/show_bug.cgi?id=79448
1468 Reviewed by Ryosuke Niwa.
1470 Add a test that makes sure WebKit doesn't produce single quotes around
1471 face attribute of font element.
1473 * editing/style/font-face-unquote-expected.txt: Added.
1474 * editing/style/font-face-unquote.html: Added.
1476 2012-03-01 Adam Klein <adamk@chromium.org>
1478 Mark use-same-database-in-page-and-workers.html as a TEXT failure.
1479 Requested by dslomov on #webkit.
1481 Unreviewed gardening.
1483 * platform/chromium/test_expectations.txt:
1485 2012-03-01 Pavel Feldman <pfeldman@chromium.org>
1487 Web Inspector: arrays in object properties sections do not scale.
1488 https://bugs.webkit.org/show_bug.cgi?id=64596
1490 Reviewed by Vsevolod Vlasov.
1492 * inspector/console/console-big-array-expected.txt: Added.
1493 * inspector/console/console-big-array.html: Added.
1495 2012-03-01 Tom Sepez <tsepez@chromium.org>
1497 Move m_frame protector from FrameLoader::changeLocation to FrameLoader::urlSelected
1498 https://bugs.webkit.org/show_bug.cgi?id=79882
1500 Reviewed by Adam Barth.
1502 * fast/frames/url-selected-crash-expected.txt: Added.
1503 * fast/frames/url-selected-crash.html: Added.
1505 2012-03-01 Julien Chaffraix <jchaffraix@webkit.org>
1507 Lazily allocate overflow: hidden layers if we have overflowing content
1508 https://bugs.webkit.org/show_bug.cgi?id=75568
1510 Reviewed by David Hyatt.
1512 * platform/chromium-win/fast/repaint/iframe-scroll-repaint-expected.png:
1513 This test really doesn't seem to test much on all platforms. The new expected result is as
1514 good as the original from a correctness perspective. It just means we now do repaint the whole
1515 iframe when scrolling.
1517 * platform/chromium/test_expectations.txt:
1518 * platform/efl/test_expectations.txt:
1519 * platform/gtk/test_expectations.txt:
1520 * platform/mac/test_expectations.txt:
1521 * platform/qt/test_expectations.txt:
1522 * platform/win/Skipped:
1523 Disable gazillions tests that need a small rebaseline after losing some layers. The expectations are
1524 updated to match each platform as best as I could but expect some breakage...
1526 2012-03-01 Abhishek Arya <inferno@chromium.org>
1528 Protect functions using two container node function, each of which can fire mutation events.
1529 https://bugs.webkit.org/show_bug.cgi?id=78397
1531 Reviewed by Ryosuke Niwa.
1533 * fast/dom/document-set-title-mutation-crash-expected.txt: Added.
1534 * fast/dom/document-set-title-mutation-crash.html: Added.
1535 * fast/dom/option-text-mutation-crash-expected.txt: Added.
1536 * fast/dom/option-text-mutation-crash.html: Added.
1538 2012-03-01 Shinya Kawanaka <shinyak@chromium.org>
1540 Appending ShadowRoot into an element should not cause crash.
1541 https://bugs.webkit.org/show_bug.cgi?id=79620
1543 Reviewed by Dimitri Glazkov.
1545 * fast/dom/shadow/shadow-root-append-expected.txt: Added.
1546 * fast/dom/shadow/shadow-root-append.html: Added.
1547 * platform/efl/Skipped:
1548 * platform/mac/Skipped:
1549 * platform/qt/Skipped:
1550 * platform/win/Skipped:
1551 * platform/wincairo/Skipped:
1552 * platform/wk2/Skipped:
1554 2012-03-01 Stephen Chenney <schenney@chromium.org>
1556 Crash in WebCore::SVGDocumentExtensions::removeAnimationElementFromTarget
1557 https://bugs.webkit.org/show_bug.cgi?id=79831
1559 Reviewed by Eric Seidel.
1561 Out-of-order operations in the SVGSMILElement::removedFromDocument
1562 method caused its target to be removed and then re-added due to a
1563 later call. This led to the target being set on the animation while
1564 the target element itself was unaware. At deletion time, this caused a
1565 crash (or assert in debug builds). Thanks to Abhishek Arya for help
1566 with the layout test.
1568 * svg/animations/resources/smil-element-target-crash.svg: Added.
1569 * svg/animations/smil-element-target-crash-main-expected.txt: Added.
1570 * svg/animations/smil-element-target-crash-main.html: Added.
1572 2012-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
1574 Not reviewed. Rebaseline another SVG test on SnowLeopard, now new-run-webkit-tests --tolerance 0 -p svg also passes w/o failures on SL.
1576 * platform/mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1578 2012-03-01 Ilya Tikhonovsky <loislo@chromium.org>
1580 Web Inspector: move heap snapshot nodes data to external array.
1581 https://bugs.webkit.org/show_bug.cgi?id=79911
1583 Reviewed by Vsevolod Vlasov.
1585 * inspector/profiler/heap-snapshot-loader.html:
1586 * inspector/profiler/heap-snapshot-test.js:
1587 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
1588 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMock):
1589 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockWithDOM):
1591 2012-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
1593 Introduce SMIL overrideStyle, to make SVG stop mutating CSS styles directly
1594 https://bugs.webkit.org/show_bug.cgi?id=79790
1596 Reviewed by Zoltan Herczeg.
1598 SVG CSS property animations aren't leaked into the DOM anymore, update the tests.
1600 * svg/animations/animate-color-transparent-expected.txt:
1601 * svg/animations/animate-currentColor-expected.txt:
1602 * svg/animations/animate-dynamic-update-attributeName-expected.txt:
1603 * svg/animations/animate-inherit-css-property-expected.txt:
1604 * svg/animations/attributeTypes-expected.txt: Added.
1605 * svg/animations/attributeTypes.html: Added.
1606 * svg/animations/resources/attributeTypes.svg: Added.
1607 * svg/animations/script-tests/animate-color-transparent.js:
1608 (expectTransparent):
1610 * svg/animations/script-tests/animate-currentColor.js:
1614 * svg/animations/script-tests/animate-dynamic-update-attributeName.js:
1617 * svg/animations/script-tests/animate-inherit-css-property.js:
1621 * svg/animations/script-tests/attributeTypes.js: Added.
1626 * svg/animations/script-tests/svgstring-animation-fallback-to-discrete.js:
1630 * svg/animations/svgstring-animation-fallback-to-discrete-expected.txt:
1632 2012-03-01 Florin Malita <fmalita@google.com>
1634 Percent width/height SVG not always scaled on window resize
1635 https://bugs.webkit.org/show_bug.cgi?id=79490
1637 Reviewed by Nikolas Zimmermann.
1639 Update tests to avoid the use of window.resize{To,By}.
1641 * fast/repaint/percent-minheight-resize-expected.html:
1642 * fast/repaint/percent-minheight-resize.html:
1643 * svg/custom/svg-percent-scale-expected.html:
1644 * svg/custom/svg-percent-scale-vonly-expected.html:
1645 * svg/custom/svg-percent-scale-vonly.html:
1646 * svg/custom/svg-percent-scale.html:
1648 2012-02-29 Pavel Podivilov <podivilov@chromium.org>
1650 Web Inspector: abstract out the common pattern of creating auto-updated locations.
1651 https://bugs.webkit.org/show_bug.cgi?id=79906
1653 Reviewed by Vsevolod Vlasov.
1655 * inspector/debugger/linkifier.html:
1657 2012-02-29 Shinya Kawanaka <shinyak@chromium.org>
1659 Fallback elements in non-youngest shadow tree should not be rendered.
1660 https://bugs.webkit.org/show_bug.cgi?id=80002
1662 Reviewed by Hajime Morita.
1664 Since createContentWithSelect shadw-test-driver.js is not intuitive, fallback element
1665 is not added in existing tests.
1666 This change makes sure the existence of fallback elements.
1668 * fast/dom/resources/shadow-test-driver.js:
1669 (createContentWithSelect):
1670 * fast/dom/shadow/content-element-move.html:
1671 * fast/dom/shadow/multiple-shadowroot-rendering.html:
1673 2012-02-29 Kentaro Hara <haraken@chromium.org>
1675 Unreviewed, gardening.
1677 * platform/chromium/test_expectations.txt:
1679 2012-02-29 Shinya Kawanaka <shinyak@chromium.org>
1681 Unreviewed, rolling out r109309.
1682 http://trac.webkit.org/changeset/109309
1683 https://bugs.webkit.org/show_bug.cgi?id=80002
1687 * fast/dom/resources/shadow-test-driver.js:
1688 (createContentWithSelect):
1689 * fast/dom/shadow/content-element-move.html:
1691 2012-02-29 Kentaro Hara <haraken@chromium.org>
1693 Unreviewed, gardening.
1695 * platform/chromium-mac-snowleopard/media/sources-fallback-codecs-expected.txt: Added.
1697 2012-02-29 Shinya Kawanaka <shinyak@chromium.org>
1699 createContentWithSelect in shadow-test-driver.js is not intuitive.
1700 https://bugs.webkit.org/show_bug.cgi?id=80002
1702 Reviewed by Hajime Morita.
1704 createContentWithSelect takes an agument 'fallback', but it used to create a text node
1705 if the argument is missing. This is not intuitive at all.
1707 This patch changes the createContentWithSelect behavior to make it intuitive.
1709 * fast/dom/resources/shadow-test-driver.js:
1710 (createContentWithSelect):
1711 * fast/dom/shadow/content-element-move.html:
1713 2012-02-29 Erik Arvidsson <arv@chromium.org>
1715 Rename DOMSelection to Selection
1716 https://bugs.webkit.org/show_bug.cgi?id=79688
1718 Reviewed by Adam Barth.
1720 * fast/dom/Window/window-properties-expected.txt:
1721 * fast/dom/dom-constructors-expected.txt:
1722 * fast/dom/dom-constructors.html:
1723 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
1724 * platform/mac/fast/dom/Window/window-properties-expected.txt:
1725 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
1726 * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
1727 * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt:
1728 * platform/qt/fast/dom/Window/window-properties-expected.txt:
1729 * platform/win/fast/dom/Window/window-properties-expected.txt:
1731 2012-02-29 Joshua Bell <jsbell@chromium.org>
1733 IndexedDB: IDBDatabase.objectStoreNames and IDObjectStore.indexNames results should be sorted
1734 https://bugs.webkit.org/show_bug.cgi?id=79950
1736 Reviewed by Tony Chang.
1738 * storage/indexeddb/list-ordering-expected.txt: Added.
1739 * storage/indexeddb/list-ordering.html: Added.
1741 2012-02-29 Kentaro Hara <haraken@chromium.org>
1743 Unreviewed, gardening.
1745 * platform/chromium-linux/fast/workers/storage/use-same-database-in-page-and-workers-expected.txt: Added.
1747 2012-02-29 Stephen Chenney <schenney@chromium.org>
1749 SVG <use> element allows invalid contents
1750 https://bugs.webkit.org/show_bug.cgi?id=77764
1752 Reviewed by Nikolas Zimmermann.
1754 These test all use invalid elements in the <use> and crash in the absence
1755 of this patch. Existing tests cover the valid elements in <use>, so no
1756 additional tests for those.
1758 * svg/custom/bug78807-expected.txt: Added.
1759 * svg/custom/bug78807.svg: Added.
1760 * svg/custom/bug78838-expected.txt: Added.
1761 * svg/custom/bug78838.html: Added.
1762 * svg/custom/bug79798-expected.txt: Added.
1763 * svg/custom/bug79798.html: Added.
1764 * svg/custom/resources/bug78838.svg: Added.
1765 * svg/custom/resources/bug79798.svg: Added.
1767 2012-02-29 Ami Fischman <fischman@chromium.org>
1769 Continue the search for playable mime types among <source> children of <video> even when using data: URLs
1770 https://bugs.webkit.org/show_bug.cgi?id=79934
1772 Reviewed by Eric Carlson.
1774 * media/sources-fallback-codecs-expected.txt: Added.
1775 * media/sources-fallback-codecs.html: Added.
1777 2012-02-29 Dirk Pranke <dpranke@chromium.org>
1779 need to clone the gpu baselines and expectations into the new "virtual" dir
1780 https://bugs.webkit.org/show_bug.cgi?id=79956
1782 Unreviewed, expectations change and new baselines.
1784 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
1785 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-before-css-expected.png: Added.
1786 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png: Added.
1787 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.txt: Added.
1788 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png: Added.
1789 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-reset-expected.png: Added.
1790 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
1791 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png: Added.
1792 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png: Added.
1793 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
1794 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/drawImage-expected.png: Added.
1795 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
1796 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
1797 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png: Added.
1798 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png: Added.
1799 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png: Added.
1800 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png: Added.
1801 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png: Added.
1802 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
1803 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-1-expected.png: Added.
1804 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-2-expected.png: Added.
1805 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-3-expected.png: Added.
1806 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-4-expected.png: Added.
1807 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-5-expected.png: Added.
1808 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-6-expected.png: Added.
1809 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-7-expected.png: Added.
1810 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/toDataURL-alpha-expected.png: Added.
1811 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/zero-size-fill-rect-expected.png: Added.
1812 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.gradient.radial.cone.cylinder-expected.txt: Added.
1813 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.line.width.basic-expected.txt: Added.
1814 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.line.width.transformed-expected.txt: Added.
1815 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.path.arcTo.shape.curve1-expected.txt: Added.
1816 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.path.arcTo.shape.curve2-expected.txt: Added.
1817 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.shadow.enable.blur-expected.txt: Added.
1818 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.text.draw.fontface.notinpage-expected.txt: Added.
1819 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.transformation.setTransform.skewed-expected.txt: Added.
1820 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.transformation.transform.skewed-expected.txt: Added.
1821 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-expected.png: Added.
1822 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png: Added.
1823 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-zoom-expected.png: Added.
1824 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png: Added.
1825 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
1826 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png: Added.
1827 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-currentColor-expected.txt: Added.
1828 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Added.
1829 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-fillPath-shadow-expected.txt: Added.
1830 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
1831 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
1832 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
1833 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png: Added.
1834 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-skewed-expected.png: Added.
1835 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png: Added.
1836 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
1837 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png: Added.
1838 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png: Added.
1839 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png: Added.
1840 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png: Added.
1841 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png: Added.
1842 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
1843 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
1844 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-expected.png: Added.
1845 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-expected.txt: Added.
1846 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
1847 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-incremental-repaint-expected.txt: Added.
1848 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-before-css-expected.png: Added.
1849 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png: Added.
1850 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.txt: Added.
1851 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-zoom-expected.png: Added.
1852 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-zoom-expected.txt: Added.
1853 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png: Added.
1854 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
1855 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png: Added.
1856 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
1857 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-reset-expected.png: Added.
1858 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
1859 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png: Added.
1860 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-identity-expected.png: Added.
1861 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-infinity-expected.png: Added.
1862 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-multiply-expected.png: Added.
1863 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-nan-expected.png: Added.
1864 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-non-invertible-expected.png: Added.
1865 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-skewed-expected.png: Added.
1866 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png: Added.
1867 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
1868 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/drawImage-expected.png: Added.
1869 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
1870 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
1871 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png: Added.
1872 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
1873 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png: Added.
1874 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png: Added.
1875 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png: Added.
1876 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png: Added.
1877 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
1878 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-1-expected.png: Added.
1879 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-2-expected.png: Added.
1880 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-3-expected.png: Added.
1881 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-4-expected.png: Added.
1882 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-5-expected.png: Added.
1883 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-6-expected.png: Added.
1884 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-7-expected.png: Added.
1885 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/toDataURL-alpha-expected.png: Added.
1886 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/zero-size-fill-rect-expected.png: Added.
1887 * platform/chromium/test_expectations.txt:
1888 * platform/chromium/virtual/gpu/README.txt: Added.
1889 * platform/chromium/virtual/gpu/canvas/philip/README.txt: Added.
1890 * platform/chromium/virtual/gpu/fast/canvas/README.txt: Added.
1892 2012-02-29 Kentaro Hara <haraken@chromium.org>
1894 Unreviewed gardening.
1896 * platform/chromium/fast/regions/select-in-region-crash-expected.txt: Added.
1898 2012-02-29 Kentaro Hara <haraken@chromium.org>
1900 Unreviewed, marking RegExp.html as FAIL in Chromium/V8
1901 since it requires a fix in V8.
1903 * platform/chromium/test_expectations.txt:
1905 2012-02-29 Shinya Kawanaka <shinyak@chromium.org>
1907 Methods in ShadowTree and TreeScopeAdopter should be multiple shadow roots aware.
1908 https://bugs.webkit.org/show_bug.cgi?id=79768
1910 Reviewed by Hajime Morita.
1912 * fast/dom/shadow/multiple-shadowroot-adopt-expected.txt: Added.
1913 * fast/dom/shadow/multiple-shadowroot-adopt.html: Added.
1914 * platform/efl/Skipped:
1915 * platform/mac/Skipped:
1916 * platform/qt/Skipped:
1917 * platform/win/Skipped:
1918 * platform/wincairo/Skipped:
1919 * platform/wk2/Skipped:
1921 2012-02-29 David Levin <levin@chromium.org>
1923 [chromium] Add the ability to turn off autoresize.
1924 https://bugs.webkit.org/show_bug.cgi?id=77452
1926 Reviewed by Darin Fisher.
1928 * fast/autoresize/turn-off-autoresize-expected.txt: Added.
1929 * fast/autoresize/turn-off-autoresize.html: Added.
1931 2012-02-29 Adam Klein <adamk@chromium.org>
1933 Rebaseline line-grid tests for Chromium after r109267.
1935 Unreviewed gardening.
1937 * platform/chromium-linux/fast/line-grid/line-align-left-edges-expected.png: Added.
1938 * platform/chromium-linux/fast/line-grid/line-align-right-edges-expected.png: Added.
1939 * platform/chromium-mac-snowleopard/fast/line-grid/line-align-left-edges-expected.png: Added.
1940 * platform/chromium-mac-snowleopard/fast/line-grid/line-align-right-edges-expected.png: Added.
1941 * platform/chromium-win/fast/line-grid/line-align-left-edges-expected.png: Added.
1942 * platform/chromium-win/fast/line-grid/line-align-right-edges-expected.png: Added.
1944 2012-02-29 Adam Klein <adamk@chromium.org>
1946 Mark fast/js/kde/RegExp.html test as failing on Chromium due to
1947 differing V8 behavior. Opened http://code.google.com/p/v8/issues/detail?id=1982
1948 to track this issue in V8.
1950 Unreviewed gardening.
1952 * platform/chromium/test_expectations.txt:
1954 2012-02-29 Daniel Cheng <dcheng@chromium.org>
1956 [chromium] REGRESSION: Cannot drag a file out
1957 https://bugs.webkit.org/show_bug.cgi?id=79817
1959 Reviewed by Ryosuke Niwa.
1961 * platform/chromium/fast/events/drag-downloadURL-expected.txt: Added.
1962 * platform/chromium/fast/events/drag-downloadURL.html: Added.
1964 2012-02-29 Gavin Barraclough <barraclough@apple.com>
1966 'source' property of RegExp instance cannot be ""
1967 https://bugs.webkit.org/show_bug.cgi?id=79938
1969 Reviewed by Oliver Hunt.
1971 15.10.6.4 specifies that RegExp.prototype.toString must return '/' + source + '/',
1972 and also states that the result must be a valid RegularExpressionLiteral. '//' is
1973 not a valid RegularExpressionLiteral (since it is a single line comment), and hence
1974 source cannot ever validly be "". If the source is empty, return a different Pattern
1975 that would match the same thing.
1977 * fast/js/kde/RegExp-expected.txt:
1978 * fast/js/kde/script-tests/RegExp.js:
1979 * fast/regex/script-tests/toString.js:
1980 * fast/regex/toString-expected.txt:
1981 - Update these tests to check for the correct result.
1982 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A3_T1-expected.txt:
1983 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A3_T2-expected.txt:
1984 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A3_T3-expected.txt:
1985 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A3_T4-expected.txt:
1986 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A3_T5-expected.txt:
1987 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A4_T2-expected.txt:
1988 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A4_T3-expected.txt:
1989 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A4_T5-expected.txt:
1990 - Check in failing results, these tests are all incorrect.
1992 2012-02-29 Joshua Bell <jsbell@chromium.org>
1994 IndexedDB: Resource leak with IDBObjectStore.openCursor
1995 https://bugs.webkit.org/show_bug.cgi?id=79835
1997 Ensure that IDBCursor.continue() throws the right exception when transaction is finished.
1999 Reviewed by Tony Chang.
2001 * storage/indexeddb/cursor-continue-expected.txt:
2002 * storage/indexeddb/cursor-continue.html:
2004 2012-02-29 Adam Klein <adamk@chromium.org>
2006 Unreviewed gardening. Remove suppressions for rubberbanding tests.
2008 These tests were broken by r109183 and should be fixed by r109265.
2010 * platform/chromium/test_expectations.txt:
2012 2012-02-29 Adam Klein <adamk@chromium.org>
2014 Unreviewed gardening, add MAC GPU expectations for 2d.transformation.*
2015 (removed due to MAC CPU config passing in r109257).
2017 * platform/chromium/test_expectations.txt:
2019 2012-02-29 David Hyatt <hyatt@apple.com>
2021 https://bugs.webkit.org/show_bug.cgi?id=79940
2022 <rdar://problem/10080189>
2024 Add support in WebKit for an intra-line character grid for Japanese text layout.
2026 New tests for basic left and right alignment of lines in the presence of
2027 floating and positioned objects as well as objects with margins and borders.
2029 Reviewed by Dan Bernstein.
2031 * fast/line-grid/line-align-left-edges.html: Added.
2032 * fast/line-grid/line-align-right-edges.html: Added.
2033 * platform/mac/fast/line-grid/line-align-left-edges-expected.png: Added.
2034 * platform/mac/fast/line-grid/line-align-left-edges-expected.txt: Added.
2035 * platform/mac/fast/line-grid/line-align-right-edges-expected.png: Added.
2036 * platform/mac/fast/line-grid/line-align-right-edges-expected.txt: Added.
2038 2012-02-29 Adam Klein <adamk@chromium.org>
2040 Unreviewed gardening, remove some more stale expectations (mostly mac repaint tests).
2042 * platform/chromium/test_expectations.txt:
2044 2012-02-29 Tommy Widenflycht <tommyw@google.com>
2046 MediaStream API: MediaStreamTrackList out-of-bounds access fix
2047 https://bugs.webkit.org/show_bug.cgi?id=79889
2049 Reviewed by Adam Barth.
2051 Out-of-bounds access to MediaStreamTrackList ASSERTS instead of returning 0,
2052 this is not according to ecmascript standard. Also fixed a similar issue in MediaStreamList.
2054 * fast/mediastream/peerconnection-mediastreamlist-expected.txt: Added.
2055 * fast/mediastream/peerconnection-mediastreamlist.html: Added.
2057 2012-02-29 Adam Klein <adamk@chromium.org>
2059 Unreviewed gardening, mark a few more tests as passing.
2061 * platform/chromium/test_expectations.txt:
2063 2012-02-29 Adam Klein <adamk@chromium.org>
2065 Unreviewed gardening, remove a bunch of expectations for now-passing tests.
2067 * platform/chromium/test_expectations.txt:
2069 2012-02-29 Adam Klein <adamk@chromium.org>
2071 Unreviewed gardening, mark some tests as passing on GPU tests.
2073 * platform/chromium/test_expectations.txt:
2075 2012-02-29 Kaustubh Atrawalkar <kaustubh@motorola.com>
2077 ShadowRoot need innerHTML
2078 https://bugs.webkit.org/show_bug.cgi?id=78473
2080 Reviewed by Hajime Morita.
2082 Implement innerHTML attribute for ShadowRoot.
2084 * fast/dom/shadow/shadow-root-innerHTML-expected.txt: Added.
2085 * fast/dom/shadow/shadow-root-innerHTML.html: Added.
2086 * platform/qt/Skipped: Added test case in Skipped as ShadowRoot is supported by Chromium only.
2087 * platform/mac/Skipped: ditto.
2088 * platform/win/Skipped: ditto.
2089 * platform/wincairo/Skipped: ditto.
2090 * platform/wk2/Skipped: ditto.
2092 2012-02-29 Adam Klein <adamk@chromium.org>
2094 Unreviewed gardening, mark a test as waiting for rebaselining after a skia update.
2096 * platform/chromium/test_expectations.txt:
2098 2012-02-29 Adam Klein <adamk@chromium.org>
2100 Unreviewed gardening, remove incorrect platform-specific expectation.
2102 * platform/chromium-win/fast/events/message-port-multi-expected.txt: Removed.
2104 2012-02-29 Ken Buchanan <kenrb@chromium.org>
2106 Crash when changing list marker locations
2107 https://bugs.webkit.org/show_bug.cgi?id=79681
2109 Reviewed by David Hyatt.
2111 This test exercises the crashing condition for bug 79681 where an
2112 anonymous block was being removed from the render tree inappropriately.
2114 * fast/lists/remove-listmarker-from-anonblock-with-continuation-crash-expected.txt: Added
2115 * fast/lists/remove-listmarker-from-anonblock-with-continuation-crash.html: Added
2117 2012-02-29 Adam Klein <adamk@chromium.org>
2119 Unreviewed gardening, further mark stop-animation-on-suspend.html as crashy on Windows.
2121 * platform/chromium/test_expectations.txt:
2123 2012-02-29 Gavin Barraclough <barraclough@apple.com>
2125 Writable attribute not set correctly when redefining an accessor to a data descriptor
2126 https://bugs.webkit.org/show_bug.cgi?id=79931
2128 Reviewed by Oliver Hunt.
2130 * fast/js/Object-defineProperty-expected.txt:
2131 * fast/js/script-tests/Object-defineProperty.js:
2134 2012-02-29 Max Feil <mfeil@rim.com>
2136 [BlackBerry] Add support for FLAC audio and OGG/Vorbis audio
2137 https://bugs.webkit.org/show_bug.cgi?id=79519
2139 Reviewed by Antonio Gomes.
2141 A layout test already exists for OGG. We do not support OGG
2142 video at this time, only audio.
2144 * media/media-can-play-flac-audio-expected.txt: Added.
2145 * media/media-can-play-flac-audio.html: Added.
2146 * platform/chromium/test_expectations.txt:
2147 * platform/efl/Skipped:
2148 * platform/gtk/Skipped:
2149 * platform/mac/Skipped:
2150 * platform/qt/Skipped:
2151 * platform/win/Skipped:
2152 * platform/wincairo/Skipped:
2154 2012-02-29 Greg Billock <gbillock@google.com>
2156 Add more tests for web intents
2157 https://bugs.webkit.org/show_bug.cgi?id=79527
2159 Reviewed by Adam Barth.
2161 * webintents/resources/web-intents-testing.js: Added.
2164 (startIntentWithCallbacks):
2165 (simulateButtonPress):
2166 * webintents/web-intents-failure-expected.txt: Added.
2167 * webintents/web-intents-failure.html: Added.
2168 * webintents/web-intents-invoke-expected.txt: Added.
2169 * webintents/web-intents-invoke.html: Added.
2170 * webintents/web-intents-reload.html:
2171 * webintents/web-intents-reply-expected.txt: Added.
2172 * webintents/web-intents-reply.html: Added.
2174 2012-02-29 Dmitry Lomov <dslomov@google.com>
2176 Unreviewed: updating expectations for chrmium (error messages)
2178 * platform/chromium/fast/events/message-port-multi-expected.txt: Added.
2179 * platform/chromium/test_expectations.txt:
2181 2012-02-29 Parag Radke <parag@motorola.com>
2183 Crash in WebCore::CompositeEditCommand::insertNodeAt
2184 https://bugs.webkit.org/show_bug.cgi?id=67764
2186 Reviewed by Ryosuke Niwa.
2188 Added a test case to test deletion when caret position after deletion and
2189 destination postion renders at the same place.
2191 * editing/deleting/delete-block-merge-contents-025-expected.txt: Added.
2192 * editing/deleting/delete-block-merge-contents-025.html: Added.
2194 2012-02-29 Nikolas Zimmermann <nzimmermann@rim.com>
2196 Not reviewed. Final set of pixel tests for Snow Leopard, svg/ passes with tolerance 0 again,
2197 despite one known flaky test and 2 known failures that affect Lion as well.
2199 * platform/mac-snowleopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
2200 * platform/mac-snowleopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
2201 * platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
2202 * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
2203 * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
2204 * platform/mac-snowleopard/svg/css/group-with-shadow-expected.png:
2205 * platform/mac-snowleopard/svg/custom/gradient-rotated-bbox-expected.png: Added.
2206 * platform/mac-snowleopard/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
2207 * platform/mac-snowleopard/svg/custom/marker-opacity-expected.png: Added.
2208 * platform/mac-snowleopard/svg/custom/shapes-supporting-markers-expected.png:
2209 * platform/mac-snowleopard/svg/custom/zero-path-square-cap-rendering2-expected.png: Added.
2210 * platform/mac-snowleopard/svg/filters/filter-placement-issue-expected.png: Added.
2211 * platform/mac-snowleopard/svg/filters/filter-refresh-expected.png: Added.
2212 * platform/mac-snowleopard/svg/filters/filter-rounding-issues-expected.png: Added.
2213 * platform/mac-snowleopard/svg/filters/filter-source-position-expected.png: Added.
2214 * platform/mac-snowleopard/svg/filters/filter-width-update-expected.png:
2215 * platform/mac-snowleopard/svg/filters/filterRes-expected.png: Added.
2216 * platform/mac-snowleopard/svg/filters/filterRes1-expected.png: Added.
2217 * platform/mac-snowleopard/svg/filters/filterRes2-expected.png: Added.
2218 * platform/mac-snowleopard/svg/filters/filterRes3-expected.png: Added.
2219 * platform/mac-snowleopard/svg/filters/filteredImage-expected.png: Added.
2220 * platform/mac-snowleopard/svg/filters/parent-children-with-same-filter-expected.png: Added.
2221 * platform/mac-snowleopard/svg/filters/shadow-on-filter-expected.png: Added.
2222 * platform/mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
2223 * platform/mac-snowleopard/svg/filters/subRegion-in-userSpace-expected.png: Added.
2224 * platform/mac-snowleopard/svg/filters/subRegion-one-effect-expected.png:
2225 * platform/mac-snowleopard/svg/filters/subRegion-two-effects-expected.png:
2226 * platform/mac-snowleopard/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
2227 * platform/mac-snowleopard/svg/foreignObject/filter-expected.png: Added.
2228 * platform/mac-snowleopard/svg/foreignObject/text-tref-02-b-expected.png:
2229 * platform/mac-snowleopard/svg/hixie/perf/001-expected.png:
2230 * platform/mac-snowleopard/svg/hixie/perf/002-expected.png:
2231 * platform/mac-snowleopard/svg/hixie/perf/005-expected.png: Added.
2232 * platform/mac-snowleopard/svg/hixie/perf/006-expected.png: Added.
2233 * platform/mac-snowleopard/svg/hixie/perf/007-expected.png:
2234 * platform/mac-snowleopard/svg/repaint/filter-child-repaint-expected.png: Added.
2235 * platform/mac-snowleopard/svg/repaint/filter-repaint-expected.png:
2236 * platform/mac-snowleopard/svg/repaint/image-href-change-expected.png: Added.
2237 * platform/mac-snowleopard/svg/repaint/image-with-clip-path-expected.png: Added.
2238 * platform/mac-snowleopard/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added.
2239 * platform/mac-snowleopard/svg/text/select-textLength-spacing-squeeze-2-expected.png:
2240 * platform/mac-snowleopard/svg/text/select-textLength-spacing-stretch-4-expected.png:
2241 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
2242 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
2243 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
2244 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
2245 * platform/mac-snowleopard/svg/text/selection-background-color-expected.png: Added.
2246 * platform/mac-snowleopard/svg/text/text-align-01-b-expected.png:
2247 * platform/mac-snowleopard/svg/text/text-align-05-b-expected.png:
2248 * platform/mac-snowleopard/svg/text/text-align-06-b-expected.png:
2249 * platform/mac-snowleopard/svg/text/text-fill-opacity-expected.png: Added.
2250 * platform/mac-snowleopard/svg/text/text-path-01-b-expected.png:
2251 * platform/mac-snowleopard/svg/text/text-spacing-01-b-expected.png:
2252 * platform/mac-snowleopard/svg/text/text-text-01-b-expected.png:
2253 * platform/mac-snowleopard/svg/text/text-text-04-t-expected.png:
2254 * platform/mac-snowleopard/svg/text/text-text-05-t-expected.png:
2255 * platform/mac-snowleopard/svg/text/text-text-07-t-expected.png:
2256 * platform/mac-snowleopard/svg/text/text-tselect-02-f-expected.png: Added.
2257 * platform/mac-snowleopard/svg/text/tspan-dynamic-positioning-expected.png: Added.
2258 * platform/mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
2259 * platform/mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png:
2260 * platform/mac-snowleopard/svg/webarchive/svg-feimage-subresources-expected.png: Added.
2261 * platform/mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png:
2262 * platform/mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Added.
2263 * platform/mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
2264 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
2265 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
2266 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
2268 2012-02-28 Nikolas Zimmermann <nzimmermann@rim.com>
2270 Add harness to sample W3C SVG animation tests
2271 https://bugs.webkit.org/show_bug.cgi?id=79784
2273 Reviewed by Hajime Morita.
2275 Make it possible to load external SVG documents within the svg/animations testing harness,
2276 to sample the vanilla testcases from W3C-SVG-1.1 at certain points, specific to each file.
2277 The only thing we have to change is to give the <animate> elements an id, so that its start
2278 time and duration can be queried. This is the only change needed in the *.svg files that we
2281 We can now compare the animation in Opera/FF and WebKit, thus making automatized tests of
2282 these SMIL testcases possible (baseVal/animVal dump at certain time, computedStyle etc.).
2284 Add tests covering the first ~ 20 W3C animation tests. Already found one regresion:
2285 - animate-elem-14-t.svg:
2286 <animate attributeName="width" calcMode="discrete" values="300;255;180;30" keyTimes="0;.2;.4;.6" begin="0s" dur="10s" fill="freeze"/>
2288 - animate-elem-18-t.svg
2289 <animate attributeName="width" calcMode="discrete" values="300;255;180;30" keyTimes="0;.2;.6;.8" begin="0s" dur="10s" fill="freeze"/>
2291 The last keyTime isn't correctly respected, seems to be equal to 1.0 - filed bug 79786.
2292 The baseVal tests are still commented out, as we fail them all, as we animate the baseVal, instead of the animVal.
2293 This will be fixed in the next follow-up patches.
2295 * svg/W3C-SVG-1.1/animate-elem-03-t.svg:
2296 * svg/W3C-SVG-1.1/animate-elem-04-t.svg:
2297 * svg/W3C-SVG-1.1/animate-elem-05-t.svg:
2298 * svg/W3C-SVG-1.1/animate-elem-06-t.svg:
2299 * svg/W3C-SVG-1.1/animate-elem-07-t.svg:
2300 * svg/W3C-SVG-1.1/animate-elem-08-t.svg:
2301 * svg/W3C-SVG-1.1/animate-elem-09-t.svg:
2302 * svg/W3C-SVG-1.1/animate-elem-10-t.svg:
2303 * svg/W3C-SVG-1.1/animate-elem-11-t.svg:
2304 * svg/W3C-SVG-1.1/animate-elem-12-t.svg:
2305 * svg/W3C-SVG-1.1/animate-elem-13-t.svg:
2306 * svg/W3C-SVG-1.1/animate-elem-14-t.svg:
2307 * svg/W3C-SVG-1.1/animate-elem-15-t.svg:
2308 * svg/W3C-SVG-1.1/animate-elem-16-t.svg:
2309 * svg/W3C-SVG-1.1/animate-elem-17-t.svg:
2310 * svg/W3C-SVG-1.1/animate-elem-18-t.svg:
2311 * svg/W3C-SVG-1.1/animate-elem-19-t.svg:
2312 * svg/animations/animate-elem-02-t-drt-expected.txt: Added.
2313 * svg/animations/animate-elem-02-t-drt.html: Added.
2314 * svg/animations/animate-elem-03-t-drt-expected.txt: Added.
2315 * svg/animations/animate-elem-03-t-drt.html: Added.
2316 * svg/animations/animate-elem-04-t-drt-expected.txt: Added.
2317 * svg/animations/animate-elem-04-t-drt.html: Added.
2318 * svg/animations/animate-elem-05-t-drt-expected.txt: Added.
2319 * svg/animations/animate-elem-05-t-drt.html: Added.
2320 * svg/animations/animate-elem-06-t-drt-expected.txt: Added.
2321 * svg/animations/animate-elem-06-t-drt.html: Added.
2322 * svg/animations/animate-elem-07-t-drt-expected.txt: Added.
2323 * svg/animations/animate-elem-07-t-drt.html: Added.
2324 * svg/animations/animate-elem-08-t-drt-expected.txt: Added.
2325 * svg/animations/animate-elem-08-t-drt.html: Added.
2326 * svg/animations/animate-elem-09-t-drt-expected.txt: Added.
2327 * svg/animations/animate-elem-09-t-drt.html: Added.
2328 * svg/animations/animate-elem-10-t-drt-expected.txt: Added.
2329 * svg/animations/animate-elem-10-t-drt.html: Added.
2330 * svg/animations/animate-elem-11-t-drt-expected.txt: Added.
2331 * svg/animations/animate-elem-11-t-drt.html: Added.
2332 * svg/animations/animate-elem-12-t-drt-expected.txt: Added.
2333 * svg/animations/animate-elem-12-t-drt.html: Added.
2334 * svg/animations/animate-elem-13-t-drt-expected.txt: Added.
2335 * svg/animations/animate-elem-13-t-drt.html: Added.
2336 * svg/animations/animate-elem-14-t-drt-expected.txt: Added.
2337 * svg/animations/animate-elem-14-t-drt.html: Added.
2338 * svg/animations/animate-elem-15-t-drt-expected.txt: Added.
2339 * svg/animations/animate-elem-15-t-drt.html: Added.
2340 * svg/animations/animate-elem-16-t-drt-expected.txt: Added.
2341 * svg/animations/animate-elem-16-t-drt.html: Added.
2342 * svg/animations/animate-elem-17-t-drt-expected.txt: Added.
2343 * svg/animations/animate-elem-17-t-drt.html: Added.
2344 * svg/animations/animate-elem-18-t-drt-expected.txt: Added.
2345 * svg/animations/animate-elem-18-t-drt.html: Added.
2346 * svg/animations/animate-elem-19-t-drt-expected.txt: Added.
2347 * svg/animations/animate-elem-19-t-drt.html: Added.
2348 * svg/animations/resources/SVGAnimationTestCase.js:
2350 (expectTranslationMatrix):
2351 (moveAnimationTimelineAndSample):
2352 * svg/animations/script-tests/animate-elem-02-t-drt.js: Added.
2355 (sampleAfterBeginOfFirstRepetition):
2356 (sampleAfterMidOfFirstRepetition):
2358 * svg/animations/script-tests/animate-elem-03-t-drt.js: Added.
2363 * svg/animations/script-tests/animate-elem-04-t-drt.js: Added.
2368 * svg/animations/script-tests/animate-elem-05-t-drt.js: Added.
2373 * svg/animations/script-tests/animate-elem-06-t-drt.js: Added.
2378 * svg/animations/script-tests/animate-elem-07-t-drt.js: Added.
2383 * svg/animations/script-tests/animate-elem-08-t-drt.js: Added.
2388 * svg/animations/script-tests/animate-elem-09-t-drt.js: Added.
2394 * svg/animations/script-tests/animate-elem-10-t-drt.js: Added.
2400 * svg/animations/script-tests/animate-elem-11-t-drt.js: Added.
2406 * svg/animations/script-tests/animate-elem-12-t-drt.js: Added.
2412 * svg/animations/script-tests/animate-elem-13-t-drt.js: Added.
2417 * svg/animations/script-tests/animate-elem-14-t-drt.js: Added.
2423 * svg/animations/script-tests/animate-elem-15-t-drt.js: Added.
2429 * svg/animations/script-tests/animate-elem-16-t-drt.js: Added.
2435 * svg/animations/script-tests/animate-elem-17-t-drt.js: Added.
2441 * svg/animations/script-tests/animate-elem-18-t-drt.js: Added.
2447 * svg/animations/script-tests/animate-elem-19-t-drt.js: Added.
2453 * svg/dynamic-updates/resources/SVGTestCase.js:
2457 2012-02-29 Nikolas Zimmermann <nzimmermann@rim.com>
2459 Not reviewed. Next chunk of SL pixel test updates.
2461 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
2462 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
2463 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
2464 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
2465 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
2466 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
2467 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
2468 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
2469 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
2470 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
2471 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
2472 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
2473 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
2474 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
2475 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
2476 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
2477 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
2478 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
2479 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
2480 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
2481 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
2482 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
2483 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
2484 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
2485 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
2486 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
2487 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
2488 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
2489 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
2490 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
2491 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
2492 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
2493 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
2494 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
2495 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
2496 * platform/mac-snowleopard/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
2497 * platform/mac-snowleopard/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
2498 * platform/mac-snowleopard/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
2499 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
2500 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
2501 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
2502 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
2503 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
2504 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
2505 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
2506 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
2507 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
2508 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
2509 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
2510 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
2511 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
2512 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
2513 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
2514 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
2515 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
2516 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
2517 * platform/mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
2518 * platform/mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
2519 * platform/mac-snowleopard/svg/filters/animate-fill-expected.png: Added.
2520 * platform/mac-snowleopard/svg/filters/big-sized-filter-2-expected.png: Added.
2521 * platform/mac-snowleopard/svg/filters/big-sized-filter-expected.png: Added.
2522 * platform/mac-snowleopard/svg/filters/feColorMatrix-default-type-expected.png: Added.
2523 * platform/mac-snowleopard/svg/filters/feColorMatrix-offset-expected.png: Added.
2524 * platform/mac-snowleopard/svg/filters/feColorMatrix-saturate-expected.png: Added.
2525 * platform/mac-snowleopard/svg/filters/feColorMatrix-values-expected.png: Added.
2526 * platform/mac-snowleopard/svg/filters/feComposite-expected.png:
2527 * platform/mac-snowleopard/svg/filters/feConvolveFilter-y-bounds-expected.png: Added.
2528 * platform/mac-snowleopard/svg/filters/feDisplacementMap-expected.png: Added.
2529 * platform/mac-snowleopard/svg/filters/feDropShadow-expected.png: Added.
2530 * platform/mac-snowleopard/svg/filters/feGaussianBlur-expected.png: Added.
2531 * platform/mac-snowleopard/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Added.
2532 * platform/mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added.
2533 * platform/mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: Added.
2534 * platform/mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Added.
2535 * platform/mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Added.
2536 * platform/mac-snowleopard/svg/filters/feImage-late-indirect-update-expected.png: Added.
2537 * platform/mac-snowleopard/svg/filters/feImage-multiple-targets-id-change-expected.png: Added.
2538 * platform/mac-snowleopard/svg/filters/feImage-position-expected.png: Added.
2539 * platform/mac-snowleopard/svg/filters/feImage-preserveAspectratio-expected.png: Added.
2540 * platform/mac-snowleopard/svg/filters/feImage-reference-invalidation-expected.png: Added.
2541 * platform/mac-snowleopard/svg/filters/feImage-reference-svg-primitive-expected.png: Added.
2542 * platform/mac-snowleopard/svg/filters/feImage-subregions-expected.png: Added.
2543 * platform/mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added.
2544 * platform/mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added.
2545 * platform/mac-snowleopard/svg/filters/feImage-target-add-to-document-expected.png: Added.
2546 * platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-expected.png: Added.
2547 * platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png: Added.
2548 * platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png: Added.
2549 * platform/mac-snowleopard/svg/filters/feImage-target-changes-id-expected.png: Added.
2550 * platform/mac-snowleopard/svg/filters/feImage-target-id-change-expected.png: Added.
2551 * platform/mac-snowleopard/svg/filters/feImage-target-inline-style-change-expected.png: Added.
2552 * platform/mac-snowleopard/svg/filters/feImage-target-property-change-expected.png: Added.
2553 * platform/mac-snowleopard/svg/filters/feImage-target-reappend-to-document-expected.png: Added.
2554 * platform/mac-snowleopard/svg/filters/feImage-target-remove-from-document-expected.png: Added.
2555 * platform/mac-snowleopard/svg/filters/feImage-target-style-change-expected.png: Added.
2556 * platform/mac-snowleopard/svg/filters/feLighting-crash-expected.png:
2557 * platform/mac-snowleopard/svg/filters/feMerge-expected.png: Added.
2558 * platform/mac-snowleopard/svg/filters/feOffset-expected.png:
2559 * platform/mac-snowleopard/svg/filters/feTile-expected.png:
2560 * platform/mac-snowleopard/svg/filters/filter-clip-expected.png: Added.
2561 * platform/mac-snowleopard/svg/filters/filter-on-tspan-expected.png:
2563 2012-02-29 Alexander Pavlov <apavlov@chromium.org>
2565 Web Inspector: Clicking relative links fails when query string contains a slash
2566 https://bugs.webkit.org/show_bug.cgi?id=79905
2568 Reviewed by Vsevolod Vlasov.
2570 * inspector/styles/styles-url-linkify-expected.txt:
2571 * inspector/styles/styles-url-linkify.html:
2573 2012-02-29 Nikolas Zimmermann <nzimmermann@rim.com>
2575 Not reviewed. Next chunk of SL pixel test updates.
2577 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
2578 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
2579 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
2580 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
2581 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
2582 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
2583 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
2584 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
2585 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
2586 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
2587 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
2588 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
2589 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
2590 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
2591 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
2592 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
2593 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
2594 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
2595 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
2596 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
2597 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
2598 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
2599 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
2600 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
2601 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
2602 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
2603 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
2604 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
2605 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
2606 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
2607 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
2608 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
2609 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
2610 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
2611 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
2612 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
2613 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
2614 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
2615 * platform/mac-snowleopard/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
2616 * platform/mac-snowleopard/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
2617 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
2618 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
2619 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
2620 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
2621 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
2622 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
2623 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
2624 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
2625 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
2626 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
2627 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
2628 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
2629 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
2630 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
2631 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
2632 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
2633 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
2634 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
2635 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
2636 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
2637 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
2638 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
2639 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
2640 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
2641 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
2642 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
2643 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
2644 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
2645 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
2646 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
2647 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
2648 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
2649 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
2650 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
2651 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
2652 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
2653 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
2654 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
2655 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
2656 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
2657 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
2658 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
2659 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
2660 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
2661 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
2662 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
2663 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
2664 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
2665 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
2666 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
2667 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
2668 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
2669 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
2670 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
2671 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
2672 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
2673 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
2674 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
2675 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
2676 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
2677 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
2678 * platform/mac-snowleopard/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
2679 * platform/mac-snowleopard/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
2680 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
2681 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
2682 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
2683 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
2684 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
2685 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
2686 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
2688 2012-02-29 Nikolas Zimmermann <nzimmermann@rim.com>
2690 Not reviewed. Next chunk of SL pixel test updates.
2692 * platform/mac-snowleopard/svg/carto.net/tabgroup-expected.png: Added.
2693 * platform/mac-snowleopard/svg/carto.net/window-expected.png:
2694 * platform/mac-snowleopard/svg/custom/circle-move-invalidation-expected.png:
2695 * platform/mac-snowleopard/svg/custom/glyph-selection-arabic-forms-expected.png: Added.
2696 * platform/mac-snowleopard/svg/custom/glyph-selection-non-bmp-expected.png: Added.
2697 * platform/mac-snowleopard/svg/custom/js-late-clipPath-and-object-creation-expected.png:
2698 * platform/mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.png:
2699 * platform/mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.txt:
2700 * platform/mac-snowleopard/svg/custom/use-instanceRoot-event-bubbling-expected.png:
2701 * platform/mac-snowleopard/svg/custom/use-instanceRoot-event-listeners-expected.png:
2702 * platform/mac-snowleopard/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
2703 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
2704 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
2705 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
2706 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
2707 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
2708 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
2709 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
2710 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
2711 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
2712 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
2713 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
2714 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
2715 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
2716 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
2717 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
2718 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
2719 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
2720 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
2721 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
2722 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
2723 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
2724 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
2725 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
2726 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
2727 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
2728 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
2729 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
2730 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
2731 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
2732 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
2733 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
2734 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
2735 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
2736 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
2737 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
2738 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
2739 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
2740 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
2741 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
2742 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
2743 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
2744 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
2745 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
2746 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
2747 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2748 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
2749 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
2750 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
2751 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
2752 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
2753 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
2754 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2755 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
2756 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
2757 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
2758 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
2759 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
2760 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
2761 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
2762 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
2763 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
2764 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
2765 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
2766 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
2767 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
2768 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
2769 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
2770 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
2771 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
2772 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
2773 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
2774 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
2775 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
2776 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
2777 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
2778 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
2779 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
2780 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
2781 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
2782 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
2783 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
2784 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
2785 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
2786 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
2787 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
2788 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
2789 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
2790 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
2791 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
2792 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
2793 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
2794 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
2795 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
2796 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
2797 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
2798 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
2799 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
2800 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
2801 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
2802 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
2803 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
2804 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
2805 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
2806 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
2807 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
2808 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
2809 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
2810 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
2811 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
2812 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
2813 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
2814 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
2815 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
2816 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
2817 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
2818 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
2819 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
2820 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
2821 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
2822 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
2823 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
2824 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
2825 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
2826 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
2827 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
2828 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
2829 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
2830 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
2831 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
2832 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
2833 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
2834 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
2835 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
2836 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
2837 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
2838 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
2839 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
2840 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
2841 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
2842 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
2843 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
2844 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
2845 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
2846 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
2847 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
2848 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
2849 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
2850 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
2851 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
2852 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
2853 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
2854 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
2855 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
2856 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
2857 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
2858 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
2859 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
2860 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
2861 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
2862 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
2863 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
2864 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
2865 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
2866 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
2867 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
2868 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
2869 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
2870 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
2871 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
2872 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
2873 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
2874 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
2875 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
2876 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
2877 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
2878 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
2879 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
2880 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
2881 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
2882 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
2883 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
2884 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
2885 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
2886 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
2887 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
2888 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
2889 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
2890 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
2891 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
2892 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
2894 2012-02-29 Csaba Osztrogonác <ossy@webkit.org>
2896 [Qt] Unreviewed gardening, skip more failing tests.
2898 * platform/qt-5.0/Skipped:
2900 2012-02-29 Yury Semikhatsky <yurys@chromium.org>
2902 Web Inspector: move DOM counter graphs out of experimental
2903 https://bugs.webkit.org/show_bug.cgi?id=79802
2905 Enable DOM counter graphs by default. Rebase timeline tests so that
2906 the records include counters field.
2908 Reviewed by Pavel Feldman.
2910 * inspector/timeline/timeline-dom-content-loaded-event-expected.txt:
2911 * inspector/timeline/timeline-event-dispatch-expected.txt:
2912 * inspector/timeline/timeline-injected-script-eval-expected.txt:
2913 * inspector/timeline/timeline-layout-expected.txt:
2914 * inspector/timeline/timeline-load-event-expected.txt:
2915 * inspector/timeline/timeline-mark-timeline-expected.txt:
2916 * inspector/timeline/timeline-network-resource-expected.txt:
2917 * inspector/timeline/timeline-parse-html-expected.txt:
2918 * inspector/timeline/timeline-recalculate-styles-expected.txt:
2919 * inspector/timeline/timeline-script-tag-1-expected.txt:
2920 * inspector/timeline/timeline-script-tag-2-expected.txt:
2921 * inspector/timeline/timeline-test.js:
2922 * inspector/timeline/timeline-time-stamp-expected.txt:
2923 * platform/chromium/inspector/timeline/timeline-animation-frame-expected.txt:
2924 * platform/chromium/inspector/timeline/timeline-event-dispatch-expected.txt:
2925 * platform/chromium/inspector/timeline/timeline-layout-expected.txt:
2926 * platform/chromium/inspector/timeline/timeline-mark-timeline-expected.txt:
2927 * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt:
2928 * platform/chromium/inspector/timeline/timeline-paint-expected.txt:
2929 * platform/chromium/inspector/timeline/timeline-parse-html-expected.txt:
2930 * platform/chromium/inspector/timeline/timeline-time-stamp-expected.txt:
2932 2012-02-28 Csaba Osztrogonác <ossy@webkit.org>
2934 [Qt] Unreviewed morning gardening, skip new failing tests.
2936 * platform/qt/Skipped:
2938 2012-02-28 Kenichi Ishibashi <bashi@chromium.org>
2940 [Chromium] Unreviewed test expectations update.
2942 Tests in platform/chromium/rubberbanding and
2943 platform/chromium/compositing/rubberbanding are also failing on
2946 * platform/chromium/test_expectations.txt:
2948 2012-02-28 Arko Saha <arko@motorola.com>
2950 Microdata: Implement HTMLPropertiesCollection collection.namedItem().
2951 https://bugs.webkit.org/show_bug.cgi?id=73156
2953 Reviewed by Kentaro Hara.
2955 Added test-cases for collection.namedItem().
2957 * fast/dom/MicroData/nameditem-must-be-case-sensitive-expected.txt: Added.
2958 * fast/dom/MicroData/nameditem-must-be-case-sensitive.html: Added.
2959 * fast/dom/MicroData/nameditem-must-return-correct-item-properties-expected.txt: Added.
2960 * fast/dom/MicroData/nameditem-must-return-correct-item-properties.html: Added.
2961 * fast/dom/MicroData/properties-collection-nameditem-test-expected.txt: Added.
2962 * fast/dom/MicroData/properties-collection-nameditem-test.html: Added.
2964 2012-02-28 Kenichi Ishibashi <bashi@chromium.org>
2966 [Chromium] Unreviewed test expectations update after r109183
2968 Some tests in platform/chromium/rubberbanding and
2969 platform/chromium/compositing/rubberbanding are failing.
2971 * platform/chromium/test_expectations.txt:
2973 2012-02-28 Kinuko Yasuda <kinuko@chromium.org>
2975 Add size field to Metadata in FileSystem API
2976 https://bugs.webkit.org/show_bug.cgi?id=79813
2978 Changed fast/filesystem/op-get-metadata test to also test if
2979 getMetadata returns correct file sizes.
2981 Reviewed by David Levin.
2983 * fast/filesystem/op-get-metadata-expected.txt:
2984 * fast/filesystem/resources/op-get-metadata.js:
2985 * fast/filesystem/resources/op-tests-helper.js:
2986 (createTestEnvironment.Helper.this.createSuccessCallback.entry.createWriter): Added.
2987 (createTestEnvironment.Helper.this.createSuccessCallback):
2988 (createTestEnvironment.Helper.this.createNextEntry):
2989 (runOperationTest.OperationTestHelper.this.testMetadataSuccessCallback):
2991 2012-02-28 Dmitry Lomov <dslomov@google.com>
2993 [JSC] Implement ArrayBuffer transfer
2994 https://bugs.webkit.org/show_bug.cgi?id=73493.
2995 Implement ArrayBuffer transfer, per Khronos spec: http://www.khronos.org/registry/typedarray/specs/latest/#9.
2996 This brings parity with V8 implementation of transferable typed arrays.
2998 Reviewed by Oliver Hunt.
3000 * fast/canvas/webgl/arraybuffer-transfer-of-control-expected.txt:
3001 * fast/canvas/webgl/script-tests/arraybuffer-transfer-of-control.js: Added tests for Uint8ClampedArray
3002 * fast/dom/Window/window-postmessage-args-expected.txt:
3003 * platform/gtk/Skipped:
3004 * platform/mac/Skipped:
3005 * platform/qt/Skipped:
3006 * platform/win/Skipped:
3007 * platform/wincairo/Skipped:
3009 2012-02-28 Yoshifumi Inoue <yosin@chromium.org>
3011 [Forms] Spin button sometimes ignores Indeterminate of m_upDownState
3012 https://bugs.webkit.org/show_bug.cgi?id=79754
3014 Reviewed by Kent Tamura.
3016 * fast/forms/number/spin-button-state.html: Added.
3017 * fast/forms/number/spin-button-state-expected.txt: Added.
3019 2012-02-27 MORITA Hajime <morrita@google.com>
3021 [Refactoring] RenderSummary and RenderDetail is no longer needed.
3022 https://bugs.webkit.org/show_bug.cgi?id=79641
3024 Reviewed by Kent Tamura.
3026 - Replaced "RenderSummary" and "RenderDetails" with "RenderBlock".
3027 - Added a test to ensure that summmary and details behave like a "inline-block" even when
3030 * fast/html/details-inline-expected.html: Added.
3031 * fast/html/details-inline.html: Added.
3032 * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
3033 * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
3034 * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
3035 * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
3036 * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
3037 * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
3038 * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
3039 * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
3040 * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
3041 * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
3042 * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
3043 * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
3044 * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
3045 * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
3046 * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
3047 * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
3048 * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
3049 * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
3050 * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
3051 * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
3052 * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
3053 * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
3054 * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
3055 * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
3056 * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
3057 * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
3058 * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
3059 * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
3060 * platform/chromium-win/fast/html/details-nested-1-expected.txt:
3061 * platform/chromium-win/fast/html/details-nested-2-expected.txt:
3062 * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
3063 * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
3064 * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
3065 * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
3066 * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
3067 * platform/chromium-win/fast/html/details-open1-expected.txt:
3068 * platform/chromium-win/fast/html/details-open2-expected.txt:
3069 * platform/chromium-win/fast/html/details-open3-expected.txt:
3070 * platform/chromium-win/fast/html/details-open4-expected.txt:
3071 * platform/chromium-win/fast/html/details-open5-expected.txt:
3072 * platform/chromium-win/fast/html/details-open6-expected.txt:
3073 * platform/chromium-win/fast/html/details-position-expected.txt:
3074 * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
3075 * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
3076 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
3077 * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
3078 * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
3079 * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
3080 * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
3081 * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
3082 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
3083 * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
3084 * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
3085 * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
3086 * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
3087 * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
3088 * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
3089 * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
3090 * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
3091 * platform/chromium-win/fast/html/details-replace-text-expected.txt:
3092 * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
3093 * platform/gtk/fast/html/details-add-child-1-expected.txt:
3094 * platform/gtk/fast/html/details-add-child-2-expected.txt:
3095 * platform/gtk/fast/html/details-add-details-child-1-expected.txt:
3096 * platform/gtk/fast/html/details-add-details-child-2-expected.txt:
3097 * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt:
3098 * platform/gtk/fast/html/details-add-summary-1-expected.txt:
3099 * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt:
3100 * platform/gtk/fast/html/details-add-summary-10-expected.txt:
3101 * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt:
3102 * platform/gtk/fast/html/details-add-summary-2-expected.txt:
3103 * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt:
3104 * platform/gtk/fast/html/details-add-summary-3-expected.txt:
3105 * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt:
3106 * platform/gtk/fast/html/details-add-summary-4-expected.txt:
3107 * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt:
3108 * platform/gtk/fast/html/details-add-summary-5-expected.txt:
3109 * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt:
3110 * platform/gtk/fast/html/details-add-summary-6-expected.txt:
3111 * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt:
3112 * platform/gtk/fast/html/details-add-summary-7-expected.txt:
3113 * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt:
3114 * platform/gtk/fast/html/details-add-summary-8-expected.txt:
3115 * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt:
3116 * platform/gtk/fast/html/details-add-summary-9-expected.txt:
3117 * platform/gtk/fast/html/details-add-summary-child-1-expected.txt:
3118 * platform/gtk/fast/html/details-add-summary-child-2-expected.txt:
3119 * platform/gtk/fast/html/details-nested-1-expected.txt:
3120 * platform/gtk/fast/html/details-nested-2-expected.txt:
3121 * platform/gtk/fast/html/details-no-summary1-expected.txt:
3122 * platform/gtk/fast/html/details-no-summary2-expected.txt:
3123 * platform/gtk/fast/html/details-no-summary3-expected.txt:
3124 * platform/gtk/fast/html/details-no-summary4-expected.txt:
3125 * platform/gtk/fast/html/details-open-javascript-expected.txt:
3126 * platform/gtk/fast/html/details-open1-expected.txt:
3127 * platform/gtk/fast/html/details-open2-expected.txt:
3128 * platform/gtk/fast/html/details-open3-expected.txt:
3129 * platform/gtk/fast/html/details-open4-expected.txt:
3130 * platform/gtk/fast/html/details-open5-expected.txt:
3131 * platform/gtk/fast/html/details-open6-expected.txt:
3132 * platform/gtk/fast/html/details-position-expected.txt:
3133 * platform/gtk/fast/html/details-remove-child-1-expected.txt:
3134 * platform/gtk/fast/html/details-remove-child-2-expected.txt:
3135 * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt:
3136 * platform/gtk/fast/html/details-remove-summary-1-expected.txt:
3137 * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt:
3138 * platform/gtk/fast/html/details-remove-summary-2-expected.txt:
3139 * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt:
3140 * platform/gtk/fast/html/details-remove-summary-3-expected.txt:
3141 * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt:
3142 * platform/gtk/fast/html/details-remove-summary-4-expected.txt:
3143 * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt:
3144 * platform/gtk/fast/html/details-remove-summary-5-expected.txt:
3145 * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt:
3146 * platform/gtk/fast/html/details-remove-summary-6-expected.txt:
3147 * platform/gtk/fast/html/details-remove-summary-child-1-expected.txt:
3148 * platform/gtk/fast/html/details-remove-summary-child-2-expected.txt:
3149 * platform/gtk/fast/html/details-replace-summary-child-expected.txt:
3150 * platform/gtk/fast/html/details-replace-text-expected.txt:
3151 * platform/gtk/fast/html/details-writing-mode-expected.txt:
3152 * platform/mac/fast/html/details-add-child-1-expected.txt:
3153 * platform/mac/fast/html/details-add-child-2-expected.txt:
3154 * platform/mac/fast/html/details-add-details-child-1-expected.txt:
3155 * platform/mac/fast/html/details-add-details-child-2-expected.txt:
3156 * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
3157 * platform/mac/fast/html/details-add-summary-1-expected.txt:
3158 * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
3159 * platform/mac/fast/html/details-add-summary-10-expected.txt:
3160 * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
3161 * platform/mac/fast/html/details-add-summary-2-expected.txt:
3162 * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
3163 * platform/mac/fast/html/details-add-summary-3-expected.txt:
3164 * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
3165 * platform/mac/fast/html/details-add-summary-4-expected.txt:
3166 * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
3167 * platform/mac/fast/html/details-add-summary-5-expected.txt:
3168 * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
3169 * platform/mac/fast/html/details-add-summary-6-expected.txt:
3170 * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
3171 * platform/mac/fast/html/details-add-summary-7-expected.txt:
3172 * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
3173 * platform/mac/fast/html/details-add-summary-8-expected.txt:
3174 * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
3175 * platform/mac/fast/html/details-add-summary-9-expected.txt:
3176 * platform/mac/fast/html/details-add-summary-child-1-expected.txt:
3177 * platform/mac/fast/html/details-add-summary-child-2-expected.txt:
3178 * platform/mac/fast/html/details-nested-1-expected.txt:
3179 * platform/mac/fast/html/details-nested-2-expected.txt:
3180 * platform/mac/fast/html/details-no-summary1-expected.txt:
3181 * platform/mac/fast/html/details-no-summary2-expected.txt:
3182 * platform/mac/fast/html/details-no-summary3-expected.txt:
3183 * platform/mac/fast/html/details-no-summary4-expected.txt:
3184 * platform/mac/fast/html/details-open-javascript-expected.txt:
3185 * platform/mac/fast/html/details-open1-expected.txt:
3186 * platform/mac/fast/html/details-open2-expected.txt:
3187 * platform/mac/fast/html/details-open3-expected.txt:
3188 * platform/mac/fast/html/details-open4-expected.txt:
3189 * platform/mac/fast/html/details-open5-expected.txt:
3190 * platform/mac/fast/html/details-open6-expected.txt:
3191 * platform/mac/fast/html/details-position-expected.txt:
3192 * platform/mac/fast/html/details-remove-child-1-expected.txt:
3193 * platform/mac/fast/html/details-remove-child-2-expected.txt:
3194 * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
3195 * platform/mac/fast/html/details-remove-summary-1-expected.txt:
3196 * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
3197 * platform/mac/fast/html/details-remove-summary-2-expected.txt:
3198 * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
3199 * platform/mac/fast/html/details-remove-summary-3-expected.txt:
3200 * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
3201 * platform/mac/fast/html/details-remove-summary-4-expected.txt:
3202 * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
3203 * platform/mac/fast/html/details-remove-summary-5-expected.txt:
3204 * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
3205 * platform/mac/fast/html/details-remove-summary-6-expected.txt:
3206 * platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
3207 * platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
3208 * platform/mac/fast/html/details-replace-summary-child-expected.txt:
3209 * platform/mac/fast/html/details-replace-text-expected.txt:
3210 * platform/mac/fast/html/details-writing-mode-expected.txt:
3211 * platform/qt/fast/html/details-add-child-1-expected.txt:
3212 * platform/qt/fast/html/details-add-child-2-expected.txt:
3213 * platform/qt/fast/html/details-add-details-child-1-expected.txt:
3214 * platform/qt/fast/html/details-add-details-child-2-expected.txt:
3215 * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
3216 * platform/qt/fast/html/details-add-summary-1-expected.txt:
3217 * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
3218 * platform/qt/fast/html/details-add-summary-10-expected.txt:
3219 * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
3220 * platform/qt/fast/html/details-add-summary-2-expected.txt:
3221 * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
3222 * platform/qt/fast/html/details-add-summary-3-expected.txt:
3223 * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
3224 * platform/qt/fast/html/details-add-summary-4-expected.txt:
3225 * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
3226 * platform/qt/fast/html/details-add-summary-5-expected.txt:
3227 * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
3228 * platform/qt/fast/html/details-add-summary-6-expected.txt:
3229 * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
3230 * platform/qt/fast/html/details-add-summary-7-expected.txt:
3231 * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
3232 * platform/qt/fast/html/details-add-summary-8-expected.txt:
3233 * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
3234 * platform/qt/fast/html/details-add-summary-9-expected.txt:
3235 * platform/qt/fast/html/details-add-summary-child-1-expected.txt:
3236 * platform/qt/fast/html/details-add-summary-child-2-expected.txt:
3237 * platform/qt/fast/html/details-nested-1-expected.txt:
3238 * platform/qt/fast/html/details-nested-2-expected.txt:
3239 * platform/qt/fast/html/details-no-summary1-expected.txt:
3240 * platform/qt/fast/html/details-no-summary2-expected.txt:
3241 * platform/qt/fast/html/details-no-summary3-expected.txt:
3242 * platform/qt/fast/html/details-no-summary4-expected.txt:
3243 * platform/qt/fast/html/details-open-javascript-expected.txt:
3244 * platform/qt/fast/html/details-open1-expected.txt:
3245 * platform/qt/fast/html/details-open2-expected.txt:
3246 * platform/qt/fast/html/details-open3-expected.txt:
3247 * platform/qt/fast/html/details-open4-expected.txt:
3248 * platform/qt/fast/html/details-open5-expected.txt:
3249 * platform/qt/fast/html/details-open6-expected.txt:
3250 * platform/qt/fast/html/details-position-expected.txt:
3251 * platform/qt/fast/html/details-remove-child-1-expected.txt:
3252 * platform/qt/fast/html/details-remove-child-2-expected.txt:
3253 * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
3254 * platform/qt/fast/html/details-remove-summary-1-expected.txt:
3255 * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
3256 * platform/qt/fast/html/details-remove-summary-2-expected.txt:
3257 * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
3258 * platform/qt/fast/html/details-remove-summary-3-expected.txt:
3259 * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
3260 * platform/qt/fast/html/details-remove-summary-4-expected.txt:
3261 * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
3262 * platform/qt/fast/html/details-remove-summary-5-expected.txt:
3263 * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
3264 * platform/qt/fast/html/details-remove-summary-6-expected.txt:
3265 * platform/qt/fast/html/details-remove-summary-child-1-expected.txt:
3266 * platform/qt/fast/html/details-remove-summary-child-2-expected.txt:
3267 * platform/qt/fast/html/details-replace-summary-child-expected.txt:
3268 * platform/qt/fast/html/details-replace-text-expected.txt:
3269 * platform/qt/fast/html/details-writing-mode-expected.txt:
3271 2012-02-28 Hayato Ito <hayato@chromium.org>
3273 [Shadow DOM] Make createDOM() function used in testing Shadow DOM more flexible.
3274 https://bugs.webkit.org/show_bug.cgi?id=79745
3276 Reviewed by Dimitri Glazkov.
3278 Replaces createDom and createShadow function defined in
3279 LayoutTests/fast/dom/shadow/create-dom.js with more flexible
3280 one. Now we can represent a shadow host which has both light
3281 children and ShadowRoots in one expression.
3283 * fast/dom/shadow/access-key.html:
3284 * fast/dom/shadow/get-element-by-id-in-shadow-root.html:
3285 * fast/dom/shadow/resources/create-dom.js:
3288 * fast/dom/shadow/shadow-boundary-events.html:
3290 2012-02-28 Kenichi Ishibashi <bashi@chromium.org>
3292 [Chromium] Unreviewed test expectations update
3294 svg/W3C-SVG-1.1/animate-elem-37-t.svg is failing on Win.
3296 * platform/chromium/test_expectations.txt:
3298 2012-02-28 Kenichi Ishibashi <bashi@chromium.org>
3300 [Chromium] Unreviewed test expectations update after r109176
3302 * platform/chromium/test_expectations.txt:
3304 2012-02-28 Daniel Cheng <dcheng@chromium.org>
3306 Unreviewed, rolling out r107894.
3307 http://trac.webkit.org/changeset/107894
3308 https://bugs.webkit.org/show_bug.cgi?id=30416
3310 dataTransfer.types should be an Array since DOMStringList is deprecated.
3312 * editing/pasteboard/clipboard-customData.html:
3313 * editing/pasteboard/onpaste-text-html-types.html:
3314 * fast/events/drag-and-drop-dataTransfer-types-nocrash.html:
3315 * fast/events/drag-customData.html:
3316 * fast/events/drag-dataTransfer-live-attributes-expected.txt: Removed.
3317 * fast/events/drag-dataTransfer-live-attributes.html: Removed.
3318 * http/tests/local/fileapi/resources/setup-file-input-element-for-drag.js:
3319 * http/tests/security/clipboard/script-tests/clipboard-file-access.js:
3320 (checkForEventTransferType):
3322 2012-02-27 MORITA Hajime <morrita@google.com>
3324 <content> element should behave as HTMLUnknownElement outside of a shadow DOM subtree
3325 https://bugs.webkit.org/show_bug.cgi?id=79551
3327 Reviewed by Dimitri Glazkov.
3329 * fast/dom/shadow/content-element-outside-shadow-style-expected.html: Added.
3330 * fast/dom/shadow/content-element-outside-shadow-style.html: Added.
3331 * fast/dom/shadow/content-element-outside-shadow.html:
3332 * platform/efl/Skipped:
3333 * platform/gtk/Skipped:
3334 * platform/mac/Skipped:
3335 * platform/qt/Skipped:
3336 * platform/win/Skipped:
3337 * platform/wk2/Skipped:
3339 2012-02-28 Gavin Barraclough <barraclough@apple.com>
3341 [[Get]]/[[Put]] for primitives should not wrap on strict accessor call
3342 https://bugs.webkit.org/show_bug.cgi?id=79588
3344 Reviewed by Oliver Hunt.
3346 In the case of [[Get]], this is a pretty trivial bug - just don't wrap
3347 primitives at the point you call a getter.
3349 For setters, this is a little more involved, since we have already wrapped
3350 the value up in a synthesized object. Stop doing so. There is also a further
3351 subtely, that in strict mode all attempts to create a new data property on
3352 the object should throw.
3354 * fast/js/mozilla/strict/15.5.5.1-expected.txt:
3355 * fast/js/primitive-property-access-edge-cases-expected.txt:
3356 * fast/js/read-modify-eval-expected.txt:
3357 * fast/js/script-tests/primitive-property-access-edge-cases.js:
3358 * fast/js/script-tests/read-modify-eval.js:
3359 - Added new test cases & updated test results.
3361 2012-02-28 Daniel Cheng <dcheng@chromium.org>
3363 Clipboard::getData should return an empty string instead of undefined
3364 https://bugs.webkit.org/show_bug.cgi?id=79712
3366 Reviewed by Tony Chang.
3368 * fast/events/dataTransfer-getData-returns-empty-string-expected.txt: Added.
3369 * fast/events/dataTransfer-getData-returns-empty-string.html: Added.
3370 * http/tests/local/drag-over-remote-content-expected.txt:
3371 * http/tests/security/drag-over-remote-content-iframe-expected.txt:
3372 * http/tests/security/drag-over-remote-content-iframe.html:
3374 2012-02-28 Adam Klein <adamk@chromium.org>
3376 Unreviewed gardening, mark another compositing test as flaky.
3377 https://bugs.webkit.org/show_bug.cgi?id=79823
3379 * platform/chromium/test_expectations.txt:
3381 2012-02-28 Hugo Parente Lima <hugo.lima@openbossa.org>
3383 All mouse events after a right click are ignored when they came from WebkitTestRunner
3384 https://bugs.webkit.org/show_bug.cgi?id=77350
3386 Reviewed by Chang Shu.
3388 Unskip fast/events/mouse-click-events.html.