1 2012-03-02 Adam Klein <adamk@chromium.org>
3 Rebaselining SVG foreignObject tests after r108494.
7 * platform/chromium-linux/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
8 * platform/chromium-mac-leopard/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
9 * platform/chromium-mac-snowleopard/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
10 * platform/chromium-win/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
11 * platform/chromium-win/svg/foreignObject/fO-parent-display-changes-expected.txt: Added.
12 * platform/chromium-win/svg/foreignObject/fO-parent-display-none-expected.txt: Added.
13 * platform/chromium-win/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: Added.
14 * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: Added.
15 * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: Added.
16 * platform/chromium/test_expectations.txt:
18 2012-03-02 Erik Arvidsson <arv@chromium.org>
20 [V8] Make inline event attributes use evt for SVG and event otherwise
21 https://bugs.webkit.org/show_bug.cgi?id=80167
23 Reviewed by Ojan Vafai.
25 * fast/dom/inline-event-attributes-event-param-name-expected.txt: Added.
26 * fast/dom/inline-event-attributes-event-param-name.html: Added.
28 2012-03-02 Dirk Pranke <dpranke@chromium.org>
30 Fix expectation for svg/foreignObject/fO-parent-display-changes.svg.
32 Unreviewed, expectations change.
34 * platform/chromium/test_expectations.txt:
36 2012-03-02 Adam Klein <adamk@chromium.org>
38 Unreviewed gardening, suppress some failures in shadow tests due to the skia roll.
40 * platform/chromium/test_expectations.txt:
42 2012-03-02 Julien Chaffraix <jchaffraix@webkit.org>
44 [chromium] Layout test fast/events/overflow-events.html is flaky
45 https://bugs.webkit.org/show_bug.cgi?id=52064
47 Reviewed by Simon Fraser.
49 Try to make the test less flaky.
51 * fast/events/overflow-events.html:
52 Ensure that the 'overflow' events arrive one at a time in order (there is no guarantee that they *do* dispatch
53 though). Also added a clearer message if we fail the test. That should help us if the test is still flaky.
55 2012-03-02 Maciej Stachowiak <mjs@apple.com>
57 REGRESSION(r97353): Crash when accessing location or history properties inside a navigated window
58 https://bugs.webkit.org/show_bug.cgi?id=80133
60 Reviewed by Antti Koivisto.
62 * fast/dom/Window/navigated-window-properties-expected.txt: Added.
63 * fast/dom/Window/navigated-window-properties.html: Added.
64 * fast/dom/Window/resources/navigated-window-prop-subframe1.html: Added.
65 * fast/dom/Window/resources/navigated-window-prop-subframe2.html: Added.
67 2012-03-02 Ryosuke Niwa <rniwa@webkit.org>
69 REGRESSION(r74971): Can't select a line of RTL text on Facebook
70 https://bugs.webkit.org/show_bug.cgi?id=59435
72 Reviewed by Eric Seidel.
74 Add a regression test for selecting multiline bidirectional text.
76 * editing/selection/select-line-break-with-opposite-directionality-expected.txt: Added.
77 * editing/selection/select-line-break-with-opposite-directionality.html: Added.
79 2012-03-02 Adam Klein <adamk@chromium.org>
81 Chromium rebaselines after r109512.
85 * platform/chromium-linux/fast/block/float/026-expected.png:
86 * platform/chromium-linux/fast/block/float/028-expected.png:
87 * platform/chromium-linux/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
88 * platform/chromium-mac-leopard/fast/block/float/026-expected.png:
89 * platform/chromium-mac-leopard/fast/block/float/028-expected.png:
90 * platform/chromium-mac-leopard/fast/overflow/unreachable-overflow-rtl-bug-expected.png: Added.
91 * platform/chromium-mac-snowleopard/fast/block/float/026-expected.png: Added.
92 * platform/chromium-mac-snowleopard/fast/block/float/026-expected.txt: Added.
93 * platform/chromium-mac-snowleopard/fast/block/float/028-expected.png: Added.
94 * platform/chromium-mac-snowleopard/fast/block/float/028-expected.txt: Added.
95 * platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt: Renamed from LayoutTests/platform/chromium/fast/events/offsetX-offsetY-expected.txt.
96 * platform/chromium-mac-snowleopard/fast/overflow/unreachable-overflow-rtl-bug-expected.png: Added.
97 * platform/chromium-mac-snowleopard/fast/overflow/unreachable-overflow-rtl-bug-expected.txt: Added.
98 * platform/chromium-mac/fast/block/float/026-expected.png: Removed.
99 * platform/chromium-mac/fast/block/float/028-expected.png: Removed.
100 * platform/chromium-win/fast/block/float/026-expected.png:
101 * platform/chromium-win/fast/block/float/026-expected.txt:
102 * platform/chromium-win/fast/block/float/028-expected.png:
103 * platform/chromium-win/fast/block/float/028-expected.txt:
104 * platform/chromium-win/fast/events/offsetX-offsetY-expected.txt:
105 * platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
106 * platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
107 * platform/chromium/test_expectations.txt:
109 2012-03-02 Cary Clark <caryclark@google.com>
111 Unreviewed rebaselining of images affected by these changes:
112 https://bugs.webkit.org/show_bug.cgi?id=76556 ('Match style of platform error underline for misspellings')
113 https://bugs.webkit.org/show_bug.cgi?id=78117 ('[Skia Mac] Make misspelling underline dots unclipped')
115 * platform/chromium-mac-leopard/editing/deleting/delete-3928305-fix-expected.png:
117 * platform/chromium-mac-snowleopard/fast/dom/blur-contenteditable-expected.png: Added.
118 * platform/chromium/test_expectations.txt:
120 2012-03-02 Julien Chaffraix <jchaffraix@webkit.org>
122 Move the 'overflow' event dispatching logic out of RenderLayer
123 https://bugs.webkit.org/show_bug.cgi?id=80090
125 Reviewed by Simon Fraser.
127 * fast/events/overflow-events-writing-mode.html: Added.
128 * fast/events/overflow-events-writing-mode-expected.txt: Added.
129 Added a test for overflow events in a vertical writing mode.
131 2012-03-02 Adam Klein <adamk@chromium.org>
133 Rebaseline a test on Leopard after expectation was removed in r109516.
135 Unreviewed gardening.
137 * platform/chromium-mac-leopard/fast/repaint/transform-absolute-in-positioned-container-expected.png: Added.
139 2012-03-02 Philippe Normand <pnormand@igalia.com>
141 Unreviewed, GTK rebaseline after r109581.
143 * platform/gtk/security/block-test-expected.txt:
145 2012-03-02 Philippe Normand <pnormand@igalia.com>
147 [GTK] security/block-test.html baselines differ from mac
148 https://bugs.webkit.org/show_bug.cgi?id=78343
150 Reviewed by Martin Robinson.
152 GTK baselines updates for two security tests. They're closer to
153 the mac baselines now.
155 * platform/gtk/security/block-test-expected.txt: Added.
156 * platform/gtk/security/block-test-no-port-expected.txt:
158 2012-03-02 Kaustubh Atrawalkar <kaustubh@motorola.com>
160 Rename DOMURL to URL in the bindings
161 https://bugs.webkit.org/show_bug.cgi?id=78214
163 Reviewed by Kentaro Hara.
165 * fast/files/domurl-script-execution-context-crash-expected.txt:
166 * fast/files/domurl-script-execution-context-crash.html:
167 * fast/js/constructor-length.html:
168 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
169 * platform/gtk/fast/js/constructor-length-expected.txt:
170 * platform/gtk/fast/js/global-constructors-expected.txt:
171 * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
172 * platform/mac/fast/js/constructor-length-expected.txt:
173 * platform/mac/fast/js/global-constructors-expected.txt:
174 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
175 * platform/qt/fast/js/global-constructors-expected.txt:
177 2012-03-02 Roland Steiner <rolandsteiner@chromium.org>
179 Add :scope pseudo-class
180 https://bugs.webkit.org/show_bug.cgi?id=79077
182 Test new :scope pseudo-class
184 Reviewed by Antti Koivisto.
186 * fast/css/style-scoped/scope-pseudo-expected.txt: Added.
187 * fast/css/style-scoped/scope-pseudo.html: Added.
189 2012-03-02 Csaba Osztrogonác <ossy@webkit.org>
191 [Qt] Unreviewed gardening, skip new failing tests.
193 * platform/qt/Skipped:
195 2012-03-02 Roland Steiner <rolandsteiner@chromium.org>
197 Scoped stylesheets don't appear to work in Shadow DOM
198 https://bugs.webkit.org/show_bug.cgi?id=79549
200 Test that <style scoped> works in shadow DOM as direct child of the ShadowRoot
202 Reviewed by Antti Koivisto.
204 * fast/css/style-scoped/style-scoped-in-shadow-expected.txt: Added.
205 * fast/css/style-scoped/style-scoped-in-shadow.html: Added.
207 2012-03-02 Philippe Normand <pnormand@igalia.com>
209 Unreviewed, unskip security/block-test.html and remove its GTK
210 baseline, the platform-agnostic baseline match.
212 * platform/gtk/Skipped:
213 * platform/gtk/security/block-test-expected.txt: Removed.
215 2012-03-02 Csaba Osztrogonác <ossy@webkit.org>
217 [Qt] Unreviewed gardening, update expected files.
219 * platform/qt/Skipped: Unskip non-existent files.
220 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png:
221 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
222 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png:
223 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
225 2012-03-02 Csaba Osztrogonác <ossy@webkit.org>
227 [Qt] Unreviewed gardening, update expected files.
229 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
230 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
231 * platform/qt/fast/js/global-constructors-expected.txt:
233 2012-03-01 Alexander Pavlov <apavlov@chromium.org>
235 Web Inspector: Implement suggestions in Watch Expressions
236 https://bugs.webkit.org/show_bug.cgi?id=79912
238 Reviewed by Pavel Feldman.
240 * http/tests/inspector/console-cd-completions.html:
241 * inspector/debugger/debugger-completions-on-call-frame.html:
243 2012-03-02 Antti Koivisto <antti@apple.com>
245 REGRESSION (r104060): Page contents not painted if inserting a new stylesheet and temporary body node
246 https://bugs.webkit.org/show_bug.cgi?id=76590
248 Reviewed by Maciej Stachowiak.
250 * fast/css/pending-stylesheet-repaint-expected.png: Added.
251 * fast/css/pending-stylesheet-repaint-expected.txt: Added.
252 * fast/css/pending-stylesheet-repaint.html: Added.
254 2012-03-02 Philippe Normand <pnormand@igalia.com>
256 Unreviewed, GTK tests expectations update.
258 * platform/gtk/Skipped:
259 * platform/gtk/test_expectations.txt:
261 2012-03-02 Kenichi Ishibashi <bashi@chromium.org>
263 Adding WebSocket per-frame DEFLATE extension
264 https://bugs.webkit.org/show_bug.cgi?id=77522
266 Added tests for WebSocket deflate-frame extension. Also updated some
267 tests to follow the change.
269 Reviewed by Kent Tamura.
271 * http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt: Added.
272 * http/tests/websocket/tests/hybi/compressed-control-frame.html: Added.
273 * http/tests/websocket/tests/hybi/compressed-control-frame_wsh.py: Added.
274 (web_socket_do_extra_handshake):
275 (web_socket_transfer_data):
276 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff-expected.txt: Added.
277 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff.html: Added.
278 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt: Added.
279 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter.html: Added.
280 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter_wsh.py: Added.
281 (web_socket_do_extra_handshake):
282 (web_socket_transfer_data):
283 * http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt: Added.
284 * http/tests/websocket/tests/hybi/deflate-frame-parameter.html: Added.
285 * http/tests/websocket/tests/hybi/deflate-frame_wsh.py: Added.
286 (_get_deflate_frame_extension_processor):
287 (web_socket_do_extra_handshake):
288 (web_socket_transfer_data):
289 * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
290 * http/tests/websocket/tests/hybi/send-file-blob_wsh.py:
292 (web_socket_transfer_data):
293 * platform/efl/Skipped: Skips tests rely on zlib
294 * platform/qt/Skipped: Ditto.
296 2012-03-02 Kentaro Hara <haraken@chromium.org>
298 Unreviewed, gardening.
300 * platform/chromium/test_expectations.txt:
302 2012-03-02 Philippe Normand <pnormand@igalia.com>
305 fast/frames/flattening/frameset-flattening-advanced.html as flaky in GTK.
307 * platform/gtk/test_expectations.txt:
309 2012-03-02 Wei James <james.wei@intel.com>
311 [Chromium] Layout Test webaudio/audiobuffersource-channels.html is failing
312 https://bugs.webkit.org/show_bug.cgi?id=79765
314 Reviewed by Chris Rogers.
316 * platform/chromium/test_expectations.txt:
318 2012-03-02 Kentaro Hara <haraken@chromium.org>
320 Unreviewed, gardening.
322 * platform/chromium/test_expectations.txt:
324 2012-03-02 Pablo Flouret <pablof@motorola.com>
326 Implement DefaultParagraphSeparator execCommand, to let authors choose the default block element
327 https://bugs.webkit.org/show_bug.cgi?id=59961
329 Reviewed by Ryosuke Niwa.
331 * editing/execCommand/default-paragraph-separator-expected.txt: Added.
332 * editing/execCommand/default-paragraph-separator.html: Added.
334 2012-03-02 Mike Lawther <mikelawther@chromium.org>
336 reflection computed style test for CSS3 calc
337 https://bugs.webkit.org/show_bug.cgi?id=75902
339 Reviewed by Ojan Vafai.
341 Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
343 These tests are expected to 'fail', and will pass once calc() functionality is landed.
344 For now, they serve to demonstrate that the current code doesn't crash on these tests.
346 * css3/calc/reflection-computed-style-expected.txt: Added.
347 * css3/calc/reflection-computed-style.html: Added.
349 2012-03-02 Philippe Normand <pnormand@igalia.com>
351 Unreviewed, GTK gardening.
353 * platform/gtk/Skipped: Skip 2 new failing tests and unskip a new
354 media test that should pass on GTK.
355 * platform/gtk/editing/inserting/5994480-2-expected.txt:
356 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
357 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
358 * platform/gtk/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
359 * platform/gtk/fast/js/global-constructors-expected.txt:
360 * platform/gtk/fast/multicol/span/clone-summary-expected.txt:
362 2012-03-02 Raymond Toy <rtoy@google.com>
364 AudioParam needs tests for the parameter automation routines.
365 https://bugs.webkit.org/show_bug.cgi?id=77666
367 Reviewed by Chris Rogers.
369 * webaudio/audioparam-exponentialRampToValueAtTime.html:
370 * webaudio/audioparam-linearRampToValueAtTime-expected.txt: Added.
371 * webaudio/audioparam-linearRampToValueAtTime.html: Added.
372 * webaudio/audioparam-setTargetValueAtTime-expected.txt: Added.
373 * webaudio/audioparam-setTargetValueAtTime.html: Added.
374 * webaudio/audioparam-setValueAtTime-expected.txt: Added.
375 * webaudio/audioparam-setValueAtTime.html: Added.
376 * webaudio/audioparam-setValueCurveAtTime-expected.txt: Added.
377 * webaudio/audioparam-setValueCurveAtTime.html: Added.
378 * webaudio/resources/audioparam-testing.js:
380 (createConstantArray):
381 (createLinearRampArray):
382 (discreteTimeConstantForSampleRate):
383 (createExponentialApproachArray):
384 (createSineWaveArray):
387 (comparePartialSignals):
388 (verifyDiscontinuities):
390 (checkResultFunction.return.var):
391 (checkResultFunction):
393 (createAudioGraphAndTest):
394 * webaudio/resources/audio-testing.js: Moved isValidNumber from
395 biquad-testing.js to here.
396 * webaudio/resources/biquad-testing.js: Moved isValidNumber from
397 here to audio-testing.js.
399 2012-03-01 Dirk Pranke <dpranke@chromium.org>
401 Moar tightening of expectations (mac this time).
403 Unreviewed, expectations change.
405 * platform/chromium/test_expectations.txt:
407 2012-03-01 Dana Jansens <danakj@chromium.org>
409 [chromium] Make opaque paint tracker aware of SkCanvas layers
410 https://bugs.webkit.org/show_bug.cgi?id=79145
412 Reviewed by Stephen White.
414 * compositing/culling/clear-fixed-iframe-expected.png: Added.
415 * compositing/culling/clear-fixed-iframe-expected.txt: Added.
416 * compositing/culling/clear-fixed-iframe.html: Added.
417 * compositing/culling/resources/clear-fixed-iframe-content.html: Added.
419 2012-03-01 Hironori Bono <hbono@chromium.org>
421 Render overflow controls of an RTL element to its left-side.
422 https://bugs.webkit.org/show_bug.cgi?id=54623
424 This change adds a new flag WTF_USE_RTL_SCROLLBAR and render the
425 vertical scrollbars and resizers of RTL elements to their left side if
426 this new flag is enabled.
428 Reviewed by Ryosuke Niwa.
430 * platform/chromium/fast/events/rtl-scrollbar-expected.txt: Added.
431 * platform/chromium/fast/events/rtl-scrollbar.html: Added.
433 2012-03-01 Dirk Pranke <dpranke@chromium.org>
435 Tighten various expectations to be more accurate.
437 Unreviewed, expectations change.
439 (This means fewer "unexpected pass" results).
441 * platform/chromium/test_expectations.txt:
443 2012-03-01 Dirk Pranke <dpranke@chromium.org>
445 fast/forms/textfield-overflow.html is no longer failing.
447 Unreviewed, expectations change.
449 * platform/chromium/test_expectations.txt:
451 2012-03-01 Dirk Pranke <dpranke@chromium.org>
453 Fix paths to mac baselines for virtual/gpu/canvas/philip tests.
455 Unreveiwed, baselines update.
457 * 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.
458 * 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.
459 * 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.
460 * 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.
461 * 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.
462 * 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.
463 * 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.
464 * 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.
465 * 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.
467 2012-03-01 Kentaro Hara <haraken@chromium.org>
469 Unreviewed, gardening.
471 * platform/chromium/test_expectations.txt:
473 2012-03-01 Kent Tamura <tkent@chromium.org>
475 REGRESSION(90089): Input type='search' text shakes up and down when the style is changed.
476 https://bugs.webkit.org/show_bug.cgi?id=79445
478 Reviewed by Dimitri Glazkov.
480 * fast/forms/search/search-shaking-text-expected.html: Added.
481 * fast/forms/search/search-shaking-text.html: Added.
482 * platform/chromium/test_expectations.txt:
483 This change might need a rebaseline of fast/repaint/search-field-cancel.html
485 2012-03-01 Kentaro Hara <haraken@chromium.org>
487 Unreviewed, gardening.
489 * platform/chromium/fast/js/mozilla/strict/13.1-expected.txt: Removed.
491 2012-03-01 Kentaro Hara <haraken@chromium.org>
493 Unreviewed, gardening.
495 * platform/chromium/fast/js/mozilla/strict/12.14.1-expected.txt: Removed.
497 2012-03-01 Kentaro Hara <haraken@chromium.org>
499 Unreviewed, gardening.
501 * platform/chromium-linux/fast/frames/transparent-scrollbar-expected.png: Removed.
502 * platform/chromium-mac-snowleopard/fast/frames/transparent-scrollbar-expected.png: Added.
503 * platform/chromium-win/fast/frames/transparent-scrollbar-expected.png: Added.
505 2012-03-01 Dirk Pranke <dpranke@chromium.org>
507 Remove tests that now pass.
509 Unreviewed, expectations change.
511 * platform/chromium/test_expectations.txt:
513 2012-03-01 Gavin Barraclough <barraclough@apple.com>
515 Fix test checking for incorrect results.
517 Rubber stamped by Sam Weinig.
519 * fast/js/mozilla/strict/function-name-arity-expected.txt:
520 * fast/js/mozilla/strict/script-tests/function-name-arity.js:
521 - This tests a non-existent, non-spec-defined property.
523 2012-03-01 Gavin Barraclough <barraclough@apple.com>
525 Fix test checking for incorrect results.
527 Rubber stamped by Sam Weinig.
529 * fast/js/mozilla/strict/12.14.1-expected.txt:
530 * fast/js/mozilla/strict/script-tests/12.14.1.js:
531 - This test uses destructuring, this didn't make it into ES5.
533 2012-03-01 Gavin Barraclough <barraclough@apple.com>
535 Fix test checking for incorrect results.
537 Rubber stamped by Sam Weinig.
539 * fast/js/mozilla/strict/13.1-expected.txt:
540 * fast/js/mozilla/strict/script-tests/13.1.js:
541 - This test uses destructuring, this didn't make it into ES5.
543 2012-03-01 Gavin Barraclough <barraclough@apple.com>
545 Fix typo in test, causing test to fail.
547 Rubber stamped by Sam Weinig.
549 * fast/js/number-parsing-crash-expected.txt:
550 * fast/js/script-tests/number-parsing-crash.js:
552 2012-03-01 MORITA Hajime <morrita@google.com>
554 Custom scrollbars do not support transparency
555 https://bugs.webkit.org/show_bug.cgi?id=50547
557 Reviewed by James Robinson.
559 * fast/frames/transparent-scrollbar.html: Added.
560 * fast/frames/transparent-scrollbar-expected.txt: Added.
561 * platform/chromium-linux/fast/frames/transparent-scrollbar-expected.png: Added.
563 2012-03-01 Kent Tamura <tkent@chromium.org>
565 REGRESSION(r106388): Form state is restored to a wrong document.
566 https://bugs.webkit.org/show_bug.cgi?id=79206
568 Reviewed by Brady Eidson.
570 * fast/loader/form-state-restore-with-locked-back-forward-list-expected.txt: Added.
571 * fast/loader/form-state-restore-with-locked-back-forward-list.html: Added.
572 * fast/loader/resources/form-state-restore-with-locked-back-forward-list-2.html: Added.
573 * fast/loader/resources/form-state-restore-with-locked-back-forward-list-3.html: Added.
575 2012-03-01 Adam Klein <adamk@chromium.org>
577 Unreviewed gardening. Mark a JS strict mode test as failing in V8,
578 and link it to a semi-related V8 bug.
580 * platform/chromium/test_expectations.txt:
582 2012-03-01 Adam Klein <adamk@chromium.org>
584 Unreviewed gardening. Mark two media tests as flaky.
586 * platform/chromium/test_expectations.txt:
588 2012-03-01 Gavin Barraclough <barraclough@apple.com>
590 ES5.1-15.3.5.4. prohibits Function.caller from [[Get]]ting a strict caller
591 https://bugs.webkit.org/show_bug.cgi?id=80011
593 Reviewed by Oliver Hunt.
595 Also, fix getting the caller from within a bound function, for within a getter,
596 or setter (make our implementation match other browsers).
598 * fast/js/caller-property-expected.txt:
599 * fast/js/script-tests/caller-property.js:
600 - Add test cases covering permutations of caller/callee being strict/non-strict,
601 And for callee being a getter/setter/bound.
602 * fast/js/stack-trace-expected.txt:
603 - Allow stack tracing over host functions.
605 2012-03-01 Xingnan Wang <xingnan.wang@intel.com>
607 Enable IPP for Biquad filter
608 https://bugs.webkit.org/show_bug.cgi?id=77509
610 Reviewed by Chris Rogers.
612 Adjust a code format issue.
614 * webaudio/resources/biquad-testing.js:
617 2012-03-01 Adam Klein <adamk@chromium.org>
619 Rebaseline fast/flexbox/010.html on Leopard after removing its suppression.
621 Unreviewed gardening.
623 * platform/chromium-mac-leopard/fast/flexbox/010-expected.png: Added.
624 * platform/chromium-mac-snowleopard/fast/flexbox/010-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/flexbox/010-expected.png.
626 2012-03-01 Adam Klein <adamk@chromium.org>
628 Rebaselining some old Chromium tests and removing test_expectations.
630 Unreviewed gardening.
632 * fast/writing-mode/block-level-images-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/block-level-images-expected.txt.
633 * platform/chromium-linux/fast/backgrounds/background-leakage-expected.png: Added.
634 * platform/chromium-linux/fast/backgrounds/background-leakage-transforms-expected.png: Added.
635 * platform/chromium-linux/fast/multicol/float-multicol-expected.png:
636 * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
637 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
638 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
639 * platform/chromium-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Removed.
640 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
641 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
642 * platform/chromium-mac-snowleopard/fast/multicol/float-multicol-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/float-multicol-expected.png.
643 * platform/chromium-mac-snowleopard/fast/writing-mode/block-level-images-expected.png: Added.
644 * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png: Removed.
645 * platform/chromium-win/fast/backgrounds/background-leakage-expected.png: Added.
646 * platform/chromium-win/fast/backgrounds/background-leakage-expected.txt: Added.
647 * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.png: Added.
648 * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.txt: Added.
649 * platform/chromium-win/fast/multicol/float-multicol-expected.png:
650 * platform/chromium-win/fast/multicol/float-multicol-expected.txt:
651 * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
652 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
653 * platform/chromium/test_expectations.txt:
654 * platform/mac/fast/writing-mode/block-level-images-expected.txt: Removed.
655 * platform/qt/fast/writing-mode/block-level-images-expected.txt: Removed.
657 2012-03-01 Dirk Pranke <dpranke@chromium.org>
659 chromium: start running virtual gpu tests
660 https://bugs.webkit.org/show_bug.cgi?id=80050
662 Unreviewed, expectations change.
664 This patch un-SKIPs the platform/chromium/virtual/gpu tests
665 and copies their expectations from the GPU and generic
666 expectations for fast/canvas and canvas/philip. I
667 will re-sort the expectations in subsequent patches so
668 that the virtual expectations are next to the action ones,
669 for easier maintenance.
671 * platform/chromium/test_expectations.txt:
673 2012-03-01 Adam Klein <adamk@chromium.org>
675 Mark fast/workers/stress-js-execution.html as flakily crashy on cr-win.
677 Unreviewed gardening.
679 * platform/chromium/test_expectations.txt:
681 2012-03-01 Adam Klein <adamk@chromium.org>
683 Remove outdated (mostly mac) test suppressions.
685 Unreviewed gardening.
687 * platform/chromium/test_expectations.txt:
689 2012-03-01 Adam Klein <adamk@chromium.org>
691 Mark svg/W3C-SVG-1.1/animate-elem-32-t.svg as debug/crash after r109342.
693 Unreviewed gardening.
695 * platform/chromium/test_expectations.txt:
697 2012-03-01 Adam Klein <adamk@chromium.org>
699 Remove lots of bogus flaky test suppressions, mark some others
700 as always failing and some others for rebaselining.
702 Unreviewed gardening.
704 * platform/chromium/test_expectations.txt:
706 2012-03-01 Joe Thomas <joethomas@motorola.com>
708 :empty still applies to elements made non-empty via page dynamics.
709 https://bugs.webkit.org/show_bug.cgi?id=79734
711 Check for :empty style change should be made even if the RenderStyle for the element is NULL
712 as changes to the element's children can trigger a change in :empty state of the parent element.
714 Reviewed by Antti Koivisto.
716 * fast/selectors/empty-element-made-non-empty-expected.txt: Added.
717 * fast/selectors/empty-element-made-non-empty.html: Added.
719 2012-03-01 Kangil Han <kangil.han@samsung.com>
721 [DRT] Remove all PlainTextController usages in existing tests by adding internal API
722 https://bugs.webkit.org/show_bug.cgi?id=78570
724 Reviewed by Hajime Morita.
726 This patch will remove all PlainTextController usages
727 in existing DRT tests by adding internal API to WebCore/testing/Internals
729 * editing/text-iterator/basic-iteration-expected.txt:
730 * editing/text-iterator/script-tests/basic-iteration.js:
732 2012-03-01 Adam Klein <adamk@chromium.org>
734 Rebaseline to remove quotes around font name after r109382.
736 Unreviewed gardening.
738 * editing/inserting/5994480-2-expected.txt:
740 2012-03-01 Adam Klein <adamk@chromium.org>
742 Remove expectations for no-longer-flaky tests on Snow Leopard.
743 https://bugs.webkit.org/show_bug.cgi?id=54322
745 Unreviewed gardening.
747 * platform/chromium/test_expectations.txt:
749 2012-03-01 Julien Chaffraix <jchaffraix@webkit.org>
751 Unreviewed, rolling out r109367.
752 http://trac.webkit.org/changeset/109367
753 https://bugs.webkit.org/show_bug.cgi?id=75568
755 Some tests started to fail in a non obvious way.
757 * platform/chromium-win/fast/repaint/iframe-scroll-repaint-expected.png:
758 * platform/chromium/test_expectations.txt:
759 * platform/efl/test_expectations.txt:
760 * platform/gtk/test_expectations.txt:
761 * platform/mac/test_expectations.txt:
762 * platform/qt/test_expectations.txt:
763 * platform/win/Skipped:
765 2012-03-01 Kenichi Ishibashi <bashi@chromium.org>
767 REGRESSION: Outlook 2007 doesn't display fonts correctly on emails composed by WebKit
768 https://bugs.webkit.org/show_bug.cgi?id=79448
770 Reviewed by Ryosuke Niwa.
772 Add a test that makes sure WebKit doesn't produce single quotes around
773 face attribute of font element.
775 * editing/style/font-face-unquote-expected.txt: Added.
776 * editing/style/font-face-unquote.html: Added.
778 2012-03-01 Adam Klein <adamk@chromium.org>
780 Mark use-same-database-in-page-and-workers.html as a TEXT failure.
781 Requested by dslomov on #webkit.
783 Unreviewed gardening.
785 * platform/chromium/test_expectations.txt:
787 2012-03-01 Pavel Feldman <pfeldman@chromium.org>
789 Web Inspector: arrays in object properties sections do not scale.
790 https://bugs.webkit.org/show_bug.cgi?id=64596
792 Reviewed by Vsevolod Vlasov.
794 * inspector/console/console-big-array-expected.txt: Added.
795 * inspector/console/console-big-array.html: Added.
797 2012-03-01 Tom Sepez <tsepez@chromium.org>
799 Move m_frame protector from FrameLoader::changeLocation to FrameLoader::urlSelected
800 https://bugs.webkit.org/show_bug.cgi?id=79882
802 Reviewed by Adam Barth.
804 * fast/frames/url-selected-crash-expected.txt: Added.
805 * fast/frames/url-selected-crash.html: Added.
807 2012-03-01 Julien Chaffraix <jchaffraix@webkit.org>
809 Lazily allocate overflow: hidden layers if we have overflowing content
810 https://bugs.webkit.org/show_bug.cgi?id=75568
812 Reviewed by David Hyatt.
814 * platform/chromium-win/fast/repaint/iframe-scroll-repaint-expected.png:
815 This test really doesn't seem to test much on all platforms. The new expected result is as
816 good as the original from a correctness perspective. It just means we now do repaint the whole
817 iframe when scrolling.
819 * platform/chromium/test_expectations.txt:
820 * platform/efl/test_expectations.txt:
821 * platform/gtk/test_expectations.txt:
822 * platform/mac/test_expectations.txt:
823 * platform/qt/test_expectations.txt:
824 * platform/win/Skipped:
825 Disable gazillions tests that need a small rebaseline after losing some layers. The expectations are
826 updated to match each platform as best as I could but expect some breakage...
828 2012-03-01 Abhishek Arya <inferno@chromium.org>
830 Protect functions using two container node function, each of which can fire mutation events.
831 https://bugs.webkit.org/show_bug.cgi?id=78397
833 Reviewed by Ryosuke Niwa.
835 * fast/dom/document-set-title-mutation-crash-expected.txt: Added.
836 * fast/dom/document-set-title-mutation-crash.html: Added.
837 * fast/dom/option-text-mutation-crash-expected.txt: Added.
838 * fast/dom/option-text-mutation-crash.html: Added.
840 2012-03-01 Shinya Kawanaka <shinyak@chromium.org>
842 Appending ShadowRoot into an element should not cause crash.
843 https://bugs.webkit.org/show_bug.cgi?id=79620
845 Reviewed by Dimitri Glazkov.
847 * fast/dom/shadow/shadow-root-append-expected.txt: Added.
848 * fast/dom/shadow/shadow-root-append.html: Added.
849 * platform/efl/Skipped:
850 * platform/mac/Skipped:
851 * platform/qt/Skipped:
852 * platform/win/Skipped:
853 * platform/wincairo/Skipped:
854 * platform/wk2/Skipped:
856 2012-03-01 Stephen Chenney <schenney@chromium.org>
858 Crash in WebCore::SVGDocumentExtensions::removeAnimationElementFromTarget
859 https://bugs.webkit.org/show_bug.cgi?id=79831
861 Reviewed by Eric Seidel.
863 Out-of-order operations in the SVGSMILElement::removedFromDocument
864 method caused its target to be removed and then re-added due to a
865 later call. This led to the target being set on the animation while
866 the target element itself was unaware. At deletion time, this caused a
867 crash (or assert in debug builds). Thanks to Abhishek Arya for help
868 with the layout test.
870 * svg/animations/resources/smil-element-target-crash.svg: Added.
871 * svg/animations/smil-element-target-crash-main-expected.txt: Added.
872 * svg/animations/smil-element-target-crash-main.html: Added.
874 2012-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
876 Not reviewed. Rebaseline another SVG test on SnowLeopard, now new-run-webkit-tests --tolerance 0 -p svg also passes w/o failures on SL.
878 * platform/mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
880 2012-03-01 Ilya Tikhonovsky <loislo@chromium.org>
882 Web Inspector: move heap snapshot nodes data to external array.
883 https://bugs.webkit.org/show_bug.cgi?id=79911
885 Reviewed by Vsevolod Vlasov.
887 * inspector/profiler/heap-snapshot-loader.html:
888 * inspector/profiler/heap-snapshot-test.js:
889 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
890 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMock):
891 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockWithDOM):
893 2012-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
895 Introduce SMIL overrideStyle, to make SVG stop mutating CSS styles directly
896 https://bugs.webkit.org/show_bug.cgi?id=79790
898 Reviewed by Zoltan Herczeg.
900 SVG CSS property animations aren't leaked into the DOM anymore, update the tests.
902 * svg/animations/animate-color-transparent-expected.txt:
903 * svg/animations/animate-currentColor-expected.txt:
904 * svg/animations/animate-dynamic-update-attributeName-expected.txt:
905 * svg/animations/animate-inherit-css-property-expected.txt:
906 * svg/animations/attributeTypes-expected.txt: Added.
907 * svg/animations/attributeTypes.html: Added.
908 * svg/animations/resources/attributeTypes.svg: Added.
909 * svg/animations/script-tests/animate-color-transparent.js:
912 * svg/animations/script-tests/animate-currentColor.js:
916 * svg/animations/script-tests/animate-dynamic-update-attributeName.js:
919 * svg/animations/script-tests/animate-inherit-css-property.js:
923 * svg/animations/script-tests/attributeTypes.js: Added.
928 * svg/animations/script-tests/svgstring-animation-fallback-to-discrete.js:
932 * svg/animations/svgstring-animation-fallback-to-discrete-expected.txt:
934 2012-03-01 Florin Malita <fmalita@google.com>
936 Percent width/height SVG not always scaled on window resize
937 https://bugs.webkit.org/show_bug.cgi?id=79490
939 Reviewed by Nikolas Zimmermann.
941 Update tests to avoid the use of window.resize{To,By}.
943 * fast/repaint/percent-minheight-resize-expected.html:
944 * fast/repaint/percent-minheight-resize.html:
945 * svg/custom/svg-percent-scale-expected.html:
946 * svg/custom/svg-percent-scale-vonly-expected.html:
947 * svg/custom/svg-percent-scale-vonly.html:
948 * svg/custom/svg-percent-scale.html:
950 2012-02-29 Pavel Podivilov <podivilov@chromium.org>
952 Web Inspector: abstract out the common pattern of creating auto-updated locations.
953 https://bugs.webkit.org/show_bug.cgi?id=79906
955 Reviewed by Vsevolod Vlasov.
957 * inspector/debugger/linkifier.html:
959 2012-02-29 Shinya Kawanaka <shinyak@chromium.org>
961 Fallback elements in non-youngest shadow tree should not be rendered.
962 https://bugs.webkit.org/show_bug.cgi?id=80002
964 Reviewed by Hajime Morita.
966 Since createContentWithSelect shadw-test-driver.js is not intuitive, fallback element
967 is not added in existing tests.
968 This change makes sure the existence of fallback elements.
970 * fast/dom/resources/shadow-test-driver.js:
971 (createContentWithSelect):
972 * fast/dom/shadow/content-element-move.html:
973 * fast/dom/shadow/multiple-shadowroot-rendering.html:
975 2012-02-29 Kentaro Hara <haraken@chromium.org>
977 Unreviewed, gardening.
979 * platform/chromium/test_expectations.txt:
981 2012-02-29 Shinya Kawanaka <shinyak@chromium.org>
983 Unreviewed, rolling out r109309.
984 http://trac.webkit.org/changeset/109309
985 https://bugs.webkit.org/show_bug.cgi?id=80002
989 * fast/dom/resources/shadow-test-driver.js:
990 (createContentWithSelect):
991 * fast/dom/shadow/content-element-move.html:
993 2012-02-29 Kentaro Hara <haraken@chromium.org>
995 Unreviewed, gardening.
997 * platform/chromium-mac-snowleopard/media/sources-fallback-codecs-expected.txt: Added.
999 2012-02-29 Shinya Kawanaka <shinyak@chromium.org>
1001 createContentWithSelect in shadow-test-driver.js is not intuitive.
1002 https://bugs.webkit.org/show_bug.cgi?id=80002
1004 Reviewed by Hajime Morita.
1006 createContentWithSelect takes an agument 'fallback', but it used to create a text node
1007 if the argument is missing. This is not intuitive at all.
1009 This patch changes the createContentWithSelect behavior to make it intuitive.
1011 * fast/dom/resources/shadow-test-driver.js:
1012 (createContentWithSelect):
1013 * fast/dom/shadow/content-element-move.html:
1015 2012-02-29 Erik Arvidsson <arv@chromium.org>
1017 Rename DOMSelection to Selection
1018 https://bugs.webkit.org/show_bug.cgi?id=79688
1020 Reviewed by Adam Barth.
1022 * fast/dom/Window/window-properties-expected.txt:
1023 * fast/dom/dom-constructors-expected.txt:
1024 * fast/dom/dom-constructors.html:
1025 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
1026 * platform/mac/fast/dom/Window/window-properties-expected.txt:
1027 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
1028 * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
1029 * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt:
1030 * platform/qt/fast/dom/Window/window-properties-expected.txt:
1031 * platform/win/fast/dom/Window/window-properties-expected.txt:
1033 2012-02-29 Joshua Bell <jsbell@chromium.org>
1035 IndexedDB: IDBDatabase.objectStoreNames and IDObjectStore.indexNames results should be sorted
1036 https://bugs.webkit.org/show_bug.cgi?id=79950
1038 Reviewed by Tony Chang.
1040 * storage/indexeddb/list-ordering-expected.txt: Added.
1041 * storage/indexeddb/list-ordering.html: Added.
1043 2012-02-29 Kentaro Hara <haraken@chromium.org>
1045 Unreviewed, gardening.
1047 * platform/chromium-linux/fast/workers/storage/use-same-database-in-page-and-workers-expected.txt: Added.
1049 2012-02-29 Stephen Chenney <schenney@chromium.org>
1051 SVG <use> element allows invalid contents
1052 https://bugs.webkit.org/show_bug.cgi?id=77764
1054 Reviewed by Nikolas Zimmermann.
1056 These test all use invalid elements in the <use> and crash in the absence
1057 of this patch. Existing tests cover the valid elements in <use>, so no
1058 additional tests for those.
1060 * svg/custom/bug78807-expected.txt: Added.
1061 * svg/custom/bug78807.svg: Added.
1062 * svg/custom/bug78838-expected.txt: Added.
1063 * svg/custom/bug78838.html: Added.
1064 * svg/custom/bug79798-expected.txt: Added.
1065 * svg/custom/bug79798.html: Added.
1066 * svg/custom/resources/bug78838.svg: Added.
1067 * svg/custom/resources/bug79798.svg: Added.
1069 2012-02-29 Ami Fischman <fischman@chromium.org>
1071 Continue the search for playable mime types among <source> children of <video> even when using data: URLs
1072 https://bugs.webkit.org/show_bug.cgi?id=79934
1074 Reviewed by Eric Carlson.
1076 * media/sources-fallback-codecs-expected.txt: Added.
1077 * media/sources-fallback-codecs.html: Added.
1079 2012-02-29 Dirk Pranke <dpranke@chromium.org>
1081 need to clone the gpu baselines and expectations into the new "virtual" dir
1082 https://bugs.webkit.org/show_bug.cgi?id=79956
1084 Unreviewed, expectations change and new baselines.
1086 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
1087 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-before-css-expected.png: Added.
1088 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png: Added.
1089 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.txt: Added.
1090 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png: Added.
1091 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-reset-expected.png: Added.
1092 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
1093 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png: Added.
1094 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png: Added.
1095 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
1096 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/drawImage-expected.png: Added.
1097 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
1098 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
1099 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png: Added.
1100 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png: Added.
1101 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png: Added.
1102 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png: Added.
1103 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png: Added.
1104 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
1105 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-1-expected.png: Added.
1106 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-2-expected.png: Added.
1107 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-3-expected.png: Added.
1108 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-4-expected.png: Added.
1109 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-5-expected.png: Added.
1110 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-6-expected.png: Added.
1111 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-7-expected.png: Added.
1112 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/toDataURL-alpha-expected.png: Added.
1113 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/zero-size-fill-rect-expected.png: Added.
1114 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.gradient.radial.cone.cylinder-expected.txt: Added.
1115 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.line.width.basic-expected.txt: Added.
1116 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.line.width.transformed-expected.txt: Added.
1117 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.path.arcTo.shape.curve1-expected.txt: Added.
1118 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.path.arcTo.shape.curve2-expected.txt: Added.
1119 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.shadow.enable.blur-expected.txt: Added.
1120 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.text.draw.fontface.notinpage-expected.txt: Added.
1121 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.transformation.setTransform.skewed-expected.txt: Added.
1122 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.transformation.transform.skewed-expected.txt: Added.
1123 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-expected.png: Added.
1124 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png: Added.
1125 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-zoom-expected.png: Added.
1126 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png: Added.
1127 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
1128 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png: Added.
1129 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-currentColor-expected.txt: Added.
1130 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Added.
1131 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-fillPath-shadow-expected.txt: Added.
1132 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
1133 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
1134 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
1135 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png: Added.
1136 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-skewed-expected.png: Added.
1137 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png: Added.
1138 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
1139 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png: Added.
1140 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png: Added.
1141 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png: Added.
1142 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png: Added.
1143 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png: Added.
1144 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
1145 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
1146 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-expected.png: Added.
1147 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-expected.txt: Added.
1148 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
1149 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-incremental-repaint-expected.txt: Added.
1150 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-before-css-expected.png: Added.
1151 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png: Added.
1152 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.txt: Added.
1153 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-zoom-expected.png: Added.
1154 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-zoom-expected.txt: Added.
1155 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png: Added.
1156 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
1157 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png: Added.
1158 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
1159 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-reset-expected.png: Added.
1160 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
1161 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png: Added.
1162 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-identity-expected.png: Added.
1163 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-infinity-expected.png: Added.
1164 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-multiply-expected.png: Added.
1165 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-nan-expected.png: Added.
1166 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-non-invertible-expected.png: Added.
1167 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-skewed-expected.png: Added.
1168 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png: Added.
1169 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
1170 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/drawImage-expected.png: Added.
1171 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
1172 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
1173 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png: Added.
1174 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
1175 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png: Added.
1176 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png: Added.
1177 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png: Added.
1178 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png: Added.
1179 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
1180 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-1-expected.png: Added.
1181 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-2-expected.png: Added.
1182 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-3-expected.png: Added.
1183 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-4-expected.png: Added.
1184 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-5-expected.png: Added.
1185 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-6-expected.png: Added.
1186 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-7-expected.png: Added.
1187 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/toDataURL-alpha-expected.png: Added.
1188 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/zero-size-fill-rect-expected.png: Added.
1189 * platform/chromium/test_expectations.txt:
1190 * platform/chromium/virtual/gpu/README.txt: Added.
1191 * platform/chromium/virtual/gpu/canvas/philip/README.txt: Added.
1192 * platform/chromium/virtual/gpu/fast/canvas/README.txt: Added.
1194 2012-02-29 Kentaro Hara <haraken@chromium.org>
1196 Unreviewed gardening.
1198 * platform/chromium/fast/regions/select-in-region-crash-expected.txt: Added.
1200 2012-02-29 Kentaro Hara <haraken@chromium.org>
1202 Unreviewed, marking RegExp.html as FAIL in Chromium/V8
1203 since it requires a fix in V8.
1205 * platform/chromium/test_expectations.txt:
1207 2012-02-29 Shinya Kawanaka <shinyak@chromium.org>
1209 Methods in ShadowTree and TreeScopeAdopter should be multiple shadow roots aware.
1210 https://bugs.webkit.org/show_bug.cgi?id=79768
1212 Reviewed by Hajime Morita.
1214 * fast/dom/shadow/multiple-shadowroot-adopt-expected.txt: Added.
1215 * fast/dom/shadow/multiple-shadowroot-adopt.html: Added.
1216 * platform/efl/Skipped:
1217 * platform/mac/Skipped:
1218 * platform/qt/Skipped:
1219 * platform/win/Skipped:
1220 * platform/wincairo/Skipped:
1221 * platform/wk2/Skipped:
1223 2012-02-29 David Levin <levin@chromium.org>
1225 [chromium] Add the ability to turn off autoresize.
1226 https://bugs.webkit.org/show_bug.cgi?id=77452
1228 Reviewed by Darin Fisher.
1230 * fast/autoresize/turn-off-autoresize-expected.txt: Added.
1231 * fast/autoresize/turn-off-autoresize.html: Added.
1233 2012-02-29 Adam Klein <adamk@chromium.org>
1235 Rebaseline line-grid tests for Chromium after r109267.
1237 Unreviewed gardening.
1239 * platform/chromium-linux/fast/line-grid/line-align-left-edges-expected.png: Added.
1240 * platform/chromium-linux/fast/line-grid/line-align-right-edges-expected.png: Added.
1241 * platform/chromium-mac-snowleopard/fast/line-grid/line-align-left-edges-expected.png: Added.
1242 * platform/chromium-mac-snowleopard/fast/line-grid/line-align-right-edges-expected.png: Added.
1243 * platform/chromium-win/fast/line-grid/line-align-left-edges-expected.png: Added.
1244 * platform/chromium-win/fast/line-grid/line-align-right-edges-expected.png: Added.
1246 2012-02-29 Adam Klein <adamk@chromium.org>
1248 Mark fast/js/kde/RegExp.html test as failing on Chromium due to
1249 differing V8 behavior. Opened http://code.google.com/p/v8/issues/detail?id=1982
1250 to track this issue in V8.
1252 Unreviewed gardening.
1254 * platform/chromium/test_expectations.txt:
1256 2012-02-29 Daniel Cheng <dcheng@chromium.org>
1258 [chromium] REGRESSION: Cannot drag a file out
1259 https://bugs.webkit.org/show_bug.cgi?id=79817
1261 Reviewed by Ryosuke Niwa.
1263 * platform/chromium/fast/events/drag-downloadURL-expected.txt: Added.
1264 * platform/chromium/fast/events/drag-downloadURL.html: Added.
1266 2012-02-29 Gavin Barraclough <barraclough@apple.com>
1268 'source' property of RegExp instance cannot be ""
1269 https://bugs.webkit.org/show_bug.cgi?id=79938
1271 Reviewed by Oliver Hunt.
1273 15.10.6.4 specifies that RegExp.prototype.toString must return '/' + source + '/',
1274 and also states that the result must be a valid RegularExpressionLiteral. '//' is
1275 not a valid RegularExpressionLiteral (since it is a single line comment), and hence
1276 source cannot ever validly be "". If the source is empty, return a different Pattern
1277 that would match the same thing.
1279 * fast/js/kde/RegExp-expected.txt:
1280 * fast/js/kde/script-tests/RegExp.js:
1281 * fast/regex/script-tests/toString.js:
1282 * fast/regex/toString-expected.txt:
1283 - Update these tests to check for the correct result.
1284 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A3_T1-expected.txt:
1285 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A3_T2-expected.txt:
1286 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A3_T3-expected.txt:
1287 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A3_T4-expected.txt:
1288 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A3_T5-expected.txt:
1289 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A4_T2-expected.txt:
1290 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A4_T3-expected.txt:
1291 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A4_T5-expected.txt:
1292 - Check in failing results, these tests are all incorrect.
1294 2012-02-29 Joshua Bell <jsbell@chromium.org>
1296 IndexedDB: Resource leak with IDBObjectStore.openCursor
1297 https://bugs.webkit.org/show_bug.cgi?id=79835
1299 Ensure that IDBCursor.continue() throws the right exception when transaction is finished.
1301 Reviewed by Tony Chang.
1303 * storage/indexeddb/cursor-continue-expected.txt:
1304 * storage/indexeddb/cursor-continue.html:
1306 2012-02-29 Adam Klein <adamk@chromium.org>
1308 Unreviewed gardening. Remove suppressions for rubberbanding tests.
1310 These tests were broken by r109183 and should be fixed by r109265.
1312 * platform/chromium/test_expectations.txt:
1314 2012-02-29 Adam Klein <adamk@chromium.org>
1316 Unreviewed gardening, add MAC GPU expectations for 2d.transformation.*
1317 (removed due to MAC CPU config passing in r109257).
1319 * platform/chromium/test_expectations.txt:
1321 2012-02-29 David Hyatt <hyatt@apple.com>
1323 https://bugs.webkit.org/show_bug.cgi?id=79940
1324 <rdar://problem/10080189>
1326 Add support in WebKit for an intra-line character grid for Japanese text layout.
1328 New tests for basic left and right alignment of lines in the presence of
1329 floating and positioned objects as well as objects with margins and borders.
1331 Reviewed by Dan Bernstein.
1333 * fast/line-grid/line-align-left-edges.html: Added.
1334 * fast/line-grid/line-align-right-edges.html: Added.
1335 * platform/mac/fast/line-grid/line-align-left-edges-expected.png: Added.
1336 * platform/mac/fast/line-grid/line-align-left-edges-expected.txt: Added.
1337 * platform/mac/fast/line-grid/line-align-right-edges-expected.png: Added.
1338 * platform/mac/fast/line-grid/line-align-right-edges-expected.txt: Added.
1340 2012-02-29 Adam Klein <adamk@chromium.org>
1342 Unreviewed gardening, remove some more stale expectations (mostly mac repaint tests).
1344 * platform/chromium/test_expectations.txt:
1346 2012-02-29 Tommy Widenflycht <tommyw@google.com>
1348 MediaStream API: MediaStreamTrackList out-of-bounds access fix
1349 https://bugs.webkit.org/show_bug.cgi?id=79889
1351 Reviewed by Adam Barth.
1353 Out-of-bounds access to MediaStreamTrackList ASSERTS instead of returning 0,
1354 this is not according to ecmascript standard. Also fixed a similar issue in MediaStreamList.
1356 * fast/mediastream/peerconnection-mediastreamlist-expected.txt: Added.
1357 * fast/mediastream/peerconnection-mediastreamlist.html: Added.
1359 2012-02-29 Adam Klein <adamk@chromium.org>
1361 Unreviewed gardening, mark a few more tests as passing.
1363 * platform/chromium/test_expectations.txt:
1365 2012-02-29 Adam Klein <adamk@chromium.org>
1367 Unreviewed gardening, remove a bunch of expectations for now-passing tests.
1369 * platform/chromium/test_expectations.txt:
1371 2012-02-29 Adam Klein <adamk@chromium.org>
1373 Unreviewed gardening, mark some tests as passing on GPU tests.
1375 * platform/chromium/test_expectations.txt:
1377 2012-02-29 Kaustubh Atrawalkar <kaustubh@motorola.com>
1379 ShadowRoot need innerHTML
1380 https://bugs.webkit.org/show_bug.cgi?id=78473
1382 Reviewed by Hajime Morita.
1384 Implement innerHTML attribute for ShadowRoot.
1386 * fast/dom/shadow/shadow-root-innerHTML-expected.txt: Added.
1387 * fast/dom/shadow/shadow-root-innerHTML.html: Added.
1388 * platform/qt/Skipped: Added test case in Skipped as ShadowRoot is supported by Chromium only.
1389 * platform/mac/Skipped: ditto.
1390 * platform/win/Skipped: ditto.
1391 * platform/wincairo/Skipped: ditto.
1392 * platform/wk2/Skipped: ditto.
1394 2012-02-29 Adam Klein <adamk@chromium.org>
1396 Unreviewed gardening, mark a test as waiting for rebaselining after a skia update.
1398 * platform/chromium/test_expectations.txt:
1400 2012-02-29 Adam Klein <adamk@chromium.org>
1402 Unreviewed gardening, remove incorrect platform-specific expectation.
1404 * platform/chromium-win/fast/events/message-port-multi-expected.txt: Removed.
1406 2012-02-29 Ken Buchanan <kenrb@chromium.org>
1408 Crash when changing list marker locations
1409 https://bugs.webkit.org/show_bug.cgi?id=79681
1411 Reviewed by David Hyatt.
1413 This test exercises the crashing condition for bug 79681 where an
1414 anonymous block was being removed from the render tree inappropriately.
1416 * fast/lists/remove-listmarker-from-anonblock-with-continuation-crash-expected.txt: Added
1417 * fast/lists/remove-listmarker-from-anonblock-with-continuation-crash.html: Added
1419 2012-02-29 Adam Klein <adamk@chromium.org>
1421 Unreviewed gardening, further mark stop-animation-on-suspend.html as crashy on Windows.
1423 * platform/chromium/test_expectations.txt:
1425 2012-02-29 Gavin Barraclough <barraclough@apple.com>
1427 Writable attribute not set correctly when redefining an accessor to a data descriptor
1428 https://bugs.webkit.org/show_bug.cgi?id=79931
1430 Reviewed by Oliver Hunt.
1432 * fast/js/Object-defineProperty-expected.txt:
1433 * fast/js/script-tests/Object-defineProperty.js:
1436 2012-02-29 Max Feil <mfeil@rim.com>
1438 [BlackBerry] Add support for FLAC audio and OGG/Vorbis audio
1439 https://bugs.webkit.org/show_bug.cgi?id=79519
1441 Reviewed by Antonio Gomes.
1443 A layout test already exists for OGG. We do not support OGG
1444 video at this time, only audio.
1446 * media/media-can-play-flac-audio-expected.txt: Added.
1447 * media/media-can-play-flac-audio.html: Added.
1448 * platform/chromium/test_expectations.txt:
1449 * platform/efl/Skipped:
1450 * platform/gtk/Skipped:
1451 * platform/mac/Skipped:
1452 * platform/qt/Skipped:
1453 * platform/win/Skipped:
1454 * platform/wincairo/Skipped:
1456 2012-02-29 Greg Billock <gbillock@google.com>
1458 Add more tests for web intents
1459 https://bugs.webkit.org/show_bug.cgi?id=79527
1461 Reviewed by Adam Barth.
1463 * webintents/resources/web-intents-testing.js: Added.
1466 (startIntentWithCallbacks):
1467 (simulateButtonPress):
1468 * webintents/web-intents-failure-expected.txt: Added.
1469 * webintents/web-intents-failure.html: Added.
1470 * webintents/web-intents-invoke-expected.txt: Added.
1471 * webintents/web-intents-invoke.html: Added.
1472 * webintents/web-intents-reload.html:
1473 * webintents/web-intents-reply-expected.txt: Added.
1474 * webintents/web-intents-reply.html: Added.
1476 2012-02-29 Dmitry Lomov <dslomov@google.com>
1478 Unreviewed: updating expectations for chrmium (error messages)
1480 * platform/chromium/fast/events/message-port-multi-expected.txt: Added.
1481 * platform/chromium/test_expectations.txt:
1483 2012-02-29 Parag Radke <parag@motorola.com>
1485 Crash in WebCore::CompositeEditCommand::insertNodeAt
1486 https://bugs.webkit.org/show_bug.cgi?id=67764
1488 Reviewed by Ryosuke Niwa.
1490 Added a test case to test deletion when caret position after deletion and
1491 destination postion renders at the same place.
1493 * editing/deleting/delete-block-merge-contents-025-expected.txt: Added.
1494 * editing/deleting/delete-block-merge-contents-025.html: Added.
1496 2012-02-29 Nikolas Zimmermann <nzimmermann@rim.com>
1498 Not reviewed. Final set of pixel tests for Snow Leopard, svg/ passes with tolerance 0 again,
1499 despite one known flaky test and 2 known failures that affect Lion as well.
1501 * platform/mac-snowleopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
1502 * platform/mac-snowleopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
1503 * platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
1504 * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
1505 * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
1506 * platform/mac-snowleopard/svg/css/group-with-shadow-expected.png:
1507 * platform/mac-snowleopard/svg/custom/gradient-rotated-bbox-expected.png: Added.
1508 * platform/mac-snowleopard/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
1509 * platform/mac-snowleopard/svg/custom/marker-opacity-expected.png: Added.
1510 * platform/mac-snowleopard/svg/custom/shapes-supporting-markers-expected.png:
1511 * platform/mac-snowleopard/svg/custom/zero-path-square-cap-rendering2-expected.png: Added.
1512 * platform/mac-snowleopard/svg/filters/filter-placement-issue-expected.png: Added.
1513 * platform/mac-snowleopard/svg/filters/filter-refresh-expected.png: Added.
1514 * platform/mac-snowleopard/svg/filters/filter-rounding-issues-expected.png: Added.
1515 * platform/mac-snowleopard/svg/filters/filter-source-position-expected.png: Added.
1516 * platform/mac-snowleopard/svg/filters/filter-width-update-expected.png:
1517 * platform/mac-snowleopard/svg/filters/filterRes-expected.png: Added.
1518 * platform/mac-snowleopard/svg/filters/filterRes1-expected.png: Added.
1519 * platform/mac-snowleopard/svg/filters/filterRes2-expected.png: Added.
1520 * platform/mac-snowleopard/svg/filters/filterRes3-expected.png: Added.
1521 * platform/mac-snowleopard/svg/filters/filteredImage-expected.png: Added.
1522 * platform/mac-snowleopard/svg/filters/parent-children-with-same-filter-expected.png: Added.
1523 * platform/mac-snowleopard/svg/filters/shadow-on-filter-expected.png: Added.
1524 * platform/mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
1525 * platform/mac-snowleopard/svg/filters/subRegion-in-userSpace-expected.png: Added.
1526 * platform/mac-snowleopard/svg/filters/subRegion-one-effect-expected.png:
1527 * platform/mac-snowleopard/svg/filters/subRegion-two-effects-expected.png:
1528 * platform/mac-snowleopard/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
1529 * platform/mac-snowleopard/svg/foreignObject/filter-expected.png: Added.
1530 * platform/mac-snowleopard/svg/foreignObject/text-tref-02-b-expected.png:
1531 * platform/mac-snowleopard/svg/hixie/perf/001-expected.png:
1532 * platform/mac-snowleopard/svg/hixie/perf/002-expected.png:
1533 * platform/mac-snowleopard/svg/hixie/perf/005-expected.png: Added.
1534 * platform/mac-snowleopard/svg/hixie/perf/006-expected.png: Added.
1535 * platform/mac-snowleopard/svg/hixie/perf/007-expected.png:
1536 * platform/mac-snowleopard/svg/repaint/filter-child-repaint-expected.png: Added.
1537 * platform/mac-snowleopard/svg/repaint/filter-repaint-expected.png:
1538 * platform/mac-snowleopard/svg/repaint/image-href-change-expected.png: Added.
1539 * platform/mac-snowleopard/svg/repaint/image-with-clip-path-expected.png: Added.
1540 * platform/mac-snowleopard/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added.
1541 * platform/mac-snowleopard/svg/text/select-textLength-spacing-squeeze-2-expected.png:
1542 * platform/mac-snowleopard/svg/text/select-textLength-spacing-stretch-4-expected.png:
1543 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
1544 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
1545 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
1546 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
1547 * platform/mac-snowleopard/svg/text/selection-background-color-expected.png: Added.
1548 * platform/mac-snowleopard/svg/text/text-align-01-b-expected.png:
1549 * platform/mac-snowleopard/svg/text/text-align-05-b-expected.png:
1550 * platform/mac-snowleopard/svg/text/text-align-06-b-expected.png:
1551 * platform/mac-snowleopard/svg/text/text-fill-opacity-expected.png: Added.
1552 * platform/mac-snowleopard/svg/text/text-path-01-b-expected.png:
1553 * platform/mac-snowleopard/svg/text/text-spacing-01-b-expected.png:
1554 * platform/mac-snowleopard/svg/text/text-text-01-b-expected.png:
1555 * platform/mac-snowleopard/svg/text/text-text-04-t-expected.png:
1556 * platform/mac-snowleopard/svg/text/text-text-05-t-expected.png:
1557 * platform/mac-snowleopard/svg/text/text-text-07-t-expected.png:
1558 * platform/mac-snowleopard/svg/text/text-tselect-02-f-expected.png: Added.
1559 * platform/mac-snowleopard/svg/text/tspan-dynamic-positioning-expected.png: Added.
1560 * platform/mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
1561 * platform/mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png:
1562 * platform/mac-snowleopard/svg/webarchive/svg-feimage-subresources-expected.png: Added.
1563 * platform/mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png:
1564 * platform/mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Added.
1565 * platform/mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
1566 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
1567 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
1568 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
1570 2012-02-28 Nikolas Zimmermann <nzimmermann@rim.com>
1572 Add harness to sample W3C SVG animation tests
1573 https://bugs.webkit.org/show_bug.cgi?id=79784
1575 Reviewed by Hajime Morita.
1577 Make it possible to load external SVG documents within the svg/animations testing harness,
1578 to sample the vanilla testcases from W3C-SVG-1.1 at certain points, specific to each file.
1579 The only thing we have to change is to give the <animate> elements an id, so that its start
1580 time and duration can be queried. This is the only change needed in the *.svg files that we
1583 We can now compare the animation in Opera/FF and WebKit, thus making automatized tests of
1584 these SMIL testcases possible (baseVal/animVal dump at certain time, computedStyle etc.).
1586 Add tests covering the first ~ 20 W3C animation tests. Already found one regresion:
1587 - animate-elem-14-t.svg:
1588 <animate attributeName="width" calcMode="discrete" values="300;255;180;30" keyTimes="0;.2;.4;.6" begin="0s" dur="10s" fill="freeze"/>
1590 - animate-elem-18-t.svg
1591 <animate attributeName="width" calcMode="discrete" values="300;255;180;30" keyTimes="0;.2;.6;.8" begin="0s" dur="10s" fill="freeze"/>
1593 The last keyTime isn't correctly respected, seems to be equal to 1.0 - filed bug 79786.
1594 The baseVal tests are still commented out, as we fail them all, as we animate the baseVal, instead of the animVal.
1595 This will be fixed in the next follow-up patches.
1597 * svg/W3C-SVG-1.1/animate-elem-03-t.svg:
1598 * svg/W3C-SVG-1.1/animate-elem-04-t.svg:
1599 * svg/W3C-SVG-1.1/animate-elem-05-t.svg:
1600 * svg/W3C-SVG-1.1/animate-elem-06-t.svg:
1601 * svg/W3C-SVG-1.1/animate-elem-07-t.svg:
1602 * svg/W3C-SVG-1.1/animate-elem-08-t.svg:
1603 * svg/W3C-SVG-1.1/animate-elem-09-t.svg:
1604 * svg/W3C-SVG-1.1/animate-elem-10-t.svg:
1605 * svg/W3C-SVG-1.1/animate-elem-11-t.svg:
1606 * svg/W3C-SVG-1.1/animate-elem-12-t.svg:
1607 * svg/W3C-SVG-1.1/animate-elem-13-t.svg:
1608 * svg/W3C-SVG-1.1/animate-elem-14-t.svg:
1609 * svg/W3C-SVG-1.1/animate-elem-15-t.svg:
1610 * svg/W3C-SVG-1.1/animate-elem-16-t.svg:
1611 * svg/W3C-SVG-1.1/animate-elem-17-t.svg:
1612 * svg/W3C-SVG-1.1/animate-elem-18-t.svg:
1613 * svg/W3C-SVG-1.1/animate-elem-19-t.svg:
1614 * svg/animations/animate-elem-02-t-drt-expected.txt: Added.
1615 * svg/animations/animate-elem-02-t-drt.html: Added.
1616 * svg/animations/animate-elem-03-t-drt-expected.txt: Added.
1617 * svg/animations/animate-elem-03-t-drt.html: Added.
1618 * svg/animations/animate-elem-04-t-drt-expected.txt: Added.
1619 * svg/animations/animate-elem-04-t-drt.html: Added.
1620 * svg/animations/animate-elem-05-t-drt-expected.txt: Added.
1621 * svg/animations/animate-elem-05-t-drt.html: Added.
1622 * svg/animations/animate-elem-06-t-drt-expected.txt: Added.
1623 * svg/animations/animate-elem-06-t-drt.html: Added.
1624 * svg/animations/animate-elem-07-t-drt-expected.txt: Added.
1625 * svg/animations/animate-elem-07-t-drt.html: Added.
1626 * svg/animations/animate-elem-08-t-drt-expected.txt: Added.
1627 * svg/animations/animate-elem-08-t-drt.html: Added.
1628 * svg/animations/animate-elem-09-t-drt-expected.txt: Added.
1629 * svg/animations/animate-elem-09-t-drt.html: Added.
1630 * svg/animations/animate-elem-10-t-drt-expected.txt: Added.
1631 * svg/animations/animate-elem-10-t-drt.html: Added.
1632 * svg/animations/animate-elem-11-t-drt-expected.txt: Added.
1633 * svg/animations/animate-elem-11-t-drt.html: Added.
1634 * svg/animations/animate-elem-12-t-drt-expected.txt: Added.
1635 * svg/animations/animate-elem-12-t-drt.html: Added.
1636 * svg/animations/animate-elem-13-t-drt-expected.txt: Added.
1637 * svg/animations/animate-elem-13-t-drt.html: Added.
1638 * svg/animations/animate-elem-14-t-drt-expected.txt: Added.
1639 * svg/animations/animate-elem-14-t-drt.html: Added.
1640 * svg/animations/animate-elem-15-t-drt-expected.txt: Added.
1641 * svg/animations/animate-elem-15-t-drt.html: Added.
1642 * svg/animations/animate-elem-16-t-drt-expected.txt: Added.
1643 * svg/animations/animate-elem-16-t-drt.html: Added.
1644 * svg/animations/animate-elem-17-t-drt-expected.txt: Added.
1645 * svg/animations/animate-elem-17-t-drt.html: Added.
1646 * svg/animations/animate-elem-18-t-drt-expected.txt: Added.
1647 * svg/animations/animate-elem-18-t-drt.html: Added.
1648 * svg/animations/animate-elem-19-t-drt-expected.txt: Added.
1649 * svg/animations/animate-elem-19-t-drt.html: Added.
1650 * svg/animations/resources/SVGAnimationTestCase.js:
1652 (expectTranslationMatrix):
1653 (moveAnimationTimelineAndSample):
1654 * svg/animations/script-tests/animate-elem-02-t-drt.js: Added.
1657 (sampleAfterBeginOfFirstRepetition):
1658 (sampleAfterMidOfFirstRepetition):
1660 * svg/animations/script-tests/animate-elem-03-t-drt.js: Added.
1665 * svg/animations/script-tests/animate-elem-04-t-drt.js: Added.
1670 * svg/animations/script-tests/animate-elem-05-t-drt.js: Added.
1675 * svg/animations/script-tests/animate-elem-06-t-drt.js: Added.
1680 * svg/animations/script-tests/animate-elem-07-t-drt.js: Added.
1685 * svg/animations/script-tests/animate-elem-08-t-drt.js: Added.
1690 * svg/animations/script-tests/animate-elem-09-t-drt.js: Added.
1696 * svg/animations/script-tests/animate-elem-10-t-drt.js: Added.
1702 * svg/animations/script-tests/animate-elem-11-t-drt.js: Added.
1708 * svg/animations/script-tests/animate-elem-12-t-drt.js: Added.
1714 * svg/animations/script-tests/animate-elem-13-t-drt.js: Added.
1719 * svg/animations/script-tests/animate-elem-14-t-drt.js: Added.
1725 * svg/animations/script-tests/animate-elem-15-t-drt.js: Added.
1731 * svg/animations/script-tests/animate-elem-16-t-drt.js: Added.
1737 * svg/animations/script-tests/animate-elem-17-t-drt.js: Added.
1743 * svg/animations/script-tests/animate-elem-18-t-drt.js: Added.
1749 * svg/animations/script-tests/animate-elem-19-t-drt.js: Added.
1755 * svg/dynamic-updates/resources/SVGTestCase.js:
1759 2012-02-29 Nikolas Zimmermann <nzimmermann@rim.com>
1761 Not reviewed. Next chunk of SL pixel test updates.
1763 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
1764 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
1765 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
1766 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
1767 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
1768 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
1769 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
1770 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
1771 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
1772 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
1773 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
1774 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
1775 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
1776 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
1777 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
1778 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
1779 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
1780 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
1781 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
1782 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
1783 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
1784 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
1785 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
1786 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
1787 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
1788 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
1789 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
1790 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
1791 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
1792 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
1793 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
1794 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
1795 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
1796 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
1797 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
1798 * platform/mac-snowleopard/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
1799 * platform/mac-snowleopard/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
1800 * platform/mac-snowleopard/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
1801 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
1802 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
1803 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
1804 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
1805 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
1806 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
1807 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
1808 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
1809 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
1810 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
1811 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
1812 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
1813 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
1814 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
1815 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
1816 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
1817 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
1818 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
1819 * platform/mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
1820 * platform/mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
1821 * platform/mac-snowleopard/svg/filters/animate-fill-expected.png: Added.
1822 * platform/mac-snowleopard/svg/filters/big-sized-filter-2-expected.png: Added.
1823 * platform/mac-snowleopard/svg/filters/big-sized-filter-expected.png: Added.
1824 * platform/mac-snowleopard/svg/filters/feColorMatrix-default-type-expected.png: Added.
1825 * platform/mac-snowleopard/svg/filters/feColorMatrix-offset-expected.png: Added.
1826 * platform/mac-snowleopard/svg/filters/feColorMatrix-saturate-expected.png: Added.
1827 * platform/mac-snowleopard/svg/filters/feColorMatrix-values-expected.png: Added.
1828 * platform/mac-snowleopard/svg/filters/feComposite-expected.png:
1829 * platform/mac-snowleopard/svg/filters/feConvolveFilter-y-bounds-expected.png: Added.
1830 * platform/mac-snowleopard/svg/filters/feDisplacementMap-expected.png: Added.
1831 * platform/mac-snowleopard/svg/filters/feDropShadow-expected.png: Added.
1832 * platform/mac-snowleopard/svg/filters/feGaussianBlur-expected.png: Added.
1833 * platform/mac-snowleopard/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Added.
1834 * platform/mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added.
1835 * platform/mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: Added.
1836 * platform/mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Added.
1837 * platform/mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Added.
1838 * platform/mac-snowleopard/svg/filters/feImage-late-indirect-update-expected.png: Added.
1839 * platform/mac-snowleopard/svg/filters/feImage-multiple-targets-id-change-expected.png: Added.
1840 * platform/mac-snowleopard/svg/filters/feImage-position-expected.png: Added.
1841 * platform/mac-snowleopard/svg/filters/feImage-preserveAspectratio-expected.png: Added.
1842 * platform/mac-snowleopard/svg/filters/feImage-reference-invalidation-expected.png: Added.
1843 * platform/mac-snowleopard/svg/filters/feImage-reference-svg-primitive-expected.png: Added.
1844 * platform/mac-snowleopard/svg/filters/feImage-subregions-expected.png: Added.
1845 * platform/mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added.
1846 * platform/mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added.
1847 * platform/mac-snowleopard/svg/filters/feImage-target-add-to-document-expected.png: Added.
1848 * platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-expected.png: Added.
1849 * platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png: Added.
1850 * platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png: Added.
1851 * platform/mac-snowleopard/svg/filters/feImage-target-changes-id-expected.png: Added.
1852 * platform/mac-snowleopard/svg/filters/feImage-target-id-change-expected.png: Added.
1853 * platform/mac-snowleopard/svg/filters/feImage-target-inline-style-change-expected.png: Added.
1854 * platform/mac-snowleopard/svg/filters/feImage-target-property-change-expected.png: Added.
1855 * platform/mac-snowleopard/svg/filters/feImage-target-reappend-to-document-expected.png: Added.
1856 * platform/mac-snowleopard/svg/filters/feImage-target-remove-from-document-expected.png: Added.
1857 * platform/mac-snowleopard/svg/filters/feImage-target-style-change-expected.png: Added.
1858 * platform/mac-snowleopard/svg/filters/feLighting-crash-expected.png:
1859 * platform/mac-snowleopard/svg/filters/feMerge-expected.png: Added.
1860 * platform/mac-snowleopard/svg/filters/feOffset-expected.png:
1861 * platform/mac-snowleopard/svg/filters/feTile-expected.png:
1862 * platform/mac-snowleopard/svg/filters/filter-clip-expected.png: Added.
1863 * platform/mac-snowleopard/svg/filters/filter-on-tspan-expected.png:
1865 2012-02-29 Alexander Pavlov <apavlov@chromium.org>
1867 Web Inspector: Clicking relative links fails when query string contains a slash
1868 https://bugs.webkit.org/show_bug.cgi?id=79905
1870 Reviewed by Vsevolod Vlasov.
1872 * inspector/styles/styles-url-linkify-expected.txt:
1873 * inspector/styles/styles-url-linkify.html:
1875 2012-02-29 Nikolas Zimmermann <nzimmermann@rim.com>
1877 Not reviewed. Next chunk of SL pixel test updates.
1879 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
1880 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
1881 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
1882 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
1883 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
1884 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
1885 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
1886 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
1887 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
1888 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
1889 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
1890 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
1891 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
1892 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
1893 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
1894 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
1895 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
1896 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
1897 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
1898 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
1899 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
1900 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
1901 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
1902 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
1903 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
1904 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
1905 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
1906 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
1907 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
1908 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
1909 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
1910 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
1911 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
1912 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
1913 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
1914 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
1915 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
1916 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
1917 * platform/mac-snowleopard/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
1918 * platform/mac-snowleopard/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
1919 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
1920 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
1921 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
1922 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
1923 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
1924 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
1925 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
1926 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
1927 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
1928 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
1929 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
1930 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
1931 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
1932 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
1933 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
1934 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
1935 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
1936 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
1937 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
1938 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
1939 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
1940 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
1941 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
1942 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
1943 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
1944 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
1945 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
1946 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
1947 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
1948 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
1949 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
1950 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
1951 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
1952 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
1953 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
1954 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
1955 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
1956 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
1957 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
1958 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
1959 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
1960 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
1961 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
1962 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
1963 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
1964 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
1965 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
1966 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
1967 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
1968 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
1969 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
1970 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
1971 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
1972 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
1973 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
1974 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
1975 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
1976 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
1977 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
1978 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
1979 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
1980 * platform/mac-snowleopard/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
1981 * platform/mac-snowleopard/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
1982 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
1983 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
1984 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
1985 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
1986 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
1987 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
1988 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
1990 2012-02-29 Nikolas Zimmermann <nzimmermann@rim.com>
1992 Not reviewed. Next chunk of SL pixel test updates.
1994 * platform/mac-snowleopard/svg/carto.net/tabgroup-expected.png: Added.
1995 * platform/mac-snowleopard/svg/carto.net/window-expected.png:
1996 * platform/mac-snowleopard/svg/custom/circle-move-invalidation-expected.png:
1997 * platform/mac-snowleopard/svg/custom/glyph-selection-arabic-forms-expected.png: Added.
1998 * platform/mac-snowleopard/svg/custom/glyph-selection-non-bmp-expected.png: Added.
1999 * platform/mac-snowleopard/svg/custom/js-late-clipPath-and-object-creation-expected.png:
2000 * platform/mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.png:
2001 * platform/mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.txt:
2002 * platform/mac-snowleopard/svg/custom/use-instanceRoot-event-bubbling-expected.png:
2003 * platform/mac-snowleopard/svg/custom/use-instanceRoot-event-listeners-expected.png:
2004 * platform/mac-snowleopard/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
2005 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
2006 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
2007 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
2008 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
2009 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
2010 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
2011 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
2012 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
2013 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
2014 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
2015 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
2016 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
2017 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
2018 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
2019 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
2020 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
2021 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
2022 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
2023 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
2024 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
2025 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
2026 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
2027 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
2028 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
2029 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
2030 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
2031 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
2032 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
2033 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
2034 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
2035 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
2036 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
2037 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
2038 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
2039 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
2040 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
2041 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
2042 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
2043 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
2044 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
2045 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
2046 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
2047 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
2048 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
2049 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2050 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
2051 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
2052 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
2053 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
2054 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
2055 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
2056 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2057 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
2058 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
2059 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
2060 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
2061 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
2062 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
2063 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
2064 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
2065 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
2066 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
2067 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
2068 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
2069 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
2070 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
2071 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
2072 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
2073 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
2074 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
2075 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
2076 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
2077 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
2078 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
2079 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
2080 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
2081 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
2082 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
2083 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
2084 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
2085 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
2086 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
2087 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
2088 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
2089 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
2090 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
2091 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
2092 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
2093 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
2094 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
2095 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
2096 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
2097 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
2098 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
2099 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
2100 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
2101 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
2102 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
2103 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
2104 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
2105 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
2106 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
2107 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
2108 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
2109 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
2110 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
2111 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
2112 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
2113 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
2114 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
2115 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
2116 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
2117 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
2118 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
2119 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
2120 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
2121 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
2122 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
2123 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
2124 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
2125 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
2126 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
2127 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
2128 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
2129 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
2130 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
2131 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
2132 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
2133 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
2134 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
2135 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
2136 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
2137 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
2138 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
2139 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
2140 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
2141 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
2142 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
2143 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
2144 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
2145 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
2146 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
2147 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
2148 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
2149 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
2150 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
2151 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
2152 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
2153 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
2154 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
2155 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
2156 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
2157 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
2158 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
2159 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
2160 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
2161 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
2162 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
2163 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
2164 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
2165 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
2166 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
2167 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
2168 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
2169 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
2170 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
2171 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
2172 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
2173 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
2174 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
2175 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
2176 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
2177 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
2178 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
2179 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
2180 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
2181 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
2182 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
2183 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
2184 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
2185 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
2186 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
2187 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
2188 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
2189 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
2190 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
2191 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
2192 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
2193 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
2194 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
2196 2012-02-29 Csaba Osztrogonác <ossy@webkit.org>
2198 [Qt] Unreviewed gardening, skip more failing tests.
2200 * platform/qt-5.0/Skipped:
2202 2012-02-29 Yury Semikhatsky <yurys@chromium.org>
2204 Web Inspector: move DOM counter graphs out of experimental
2205 https://bugs.webkit.org/show_bug.cgi?id=79802
2207 Enable DOM counter graphs by default. Rebase timeline tests so that
2208 the records include counters field.
2210 Reviewed by Pavel Feldman.
2212 * inspector/timeline/timeline-dom-content-loaded-event-expected.txt:
2213 * inspector/timeline/timeline-event-dispatch-expected.txt:
2214 * inspector/timeline/timeline-injected-script-eval-expected.txt:
2215 * inspector/timeline/timeline-layout-expected.txt:
2216 * inspector/timeline/timeline-load-event-expected.txt:
2217 * inspector/timeline/timeline-mark-timeline-expected.txt:
2218 * inspector/timeline/timeline-network-resource-expected.txt:
2219 * inspector/timeline/timeline-parse-html-expected.txt:
2220 * inspector/timeline/timeline-recalculate-styles-expected.txt:
2221 * inspector/timeline/timeline-script-tag-1-expected.txt:
2222 * inspector/timeline/timeline-script-tag-2-expected.txt:
2223 * inspector/timeline/timeline-test.js:
2224 * inspector/timeline/timeline-time-stamp-expected.txt:
2225 * platform/chromium/inspector/timeline/timeline-animation-frame-expected.txt:
2226 * platform/chromium/inspector/timeline/timeline-event-dispatch-expected.txt:
2227 * platform/chromium/inspector/timeline/timeline-layout-expected.txt:
2228 * platform/chromium/inspector/timeline/timeline-mark-timeline-expected.txt:
2229 * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt:
2230 * platform/chromium/inspector/timeline/timeline-paint-expected.txt:
2231 * platform/chromium/inspector/timeline/timeline-parse-html-expected.txt:
2232 * platform/chromium/inspector/timeline/timeline-time-stamp-expected.txt:
2234 2012-02-28 Csaba Osztrogonác <ossy@webkit.org>
2236 [Qt] Unreviewed morning gardening, skip new failing tests.
2238 * platform/qt/Skipped:
2240 2012-02-28 Kenichi Ishibashi <bashi@chromium.org>
2242 [Chromium] Unreviewed test expectations update.
2244 Tests in platform/chromium/rubberbanding and
2245 platform/chromium/compositing/rubberbanding are also failing on
2248 * platform/chromium/test_expectations.txt:
2250 2012-02-28 Arko Saha <arko@motorola.com>
2252 Microdata: Implement HTMLPropertiesCollection collection.namedItem().
2253 https://bugs.webkit.org/show_bug.cgi?id=73156
2255 Reviewed by Kentaro Hara.
2257 Added test-cases for collection.namedItem().
2259 * fast/dom/MicroData/nameditem-must-be-case-sensitive-expected.txt: Added.
2260 * fast/dom/MicroData/nameditem-must-be-case-sensitive.html: Added.
2261 * fast/dom/MicroData/nameditem-must-return-correct-item-properties-expected.txt: Added.
2262 * fast/dom/MicroData/nameditem-must-return-correct-item-properties.html: Added.
2263 * fast/dom/MicroData/properties-collection-nameditem-test-expected.txt: Added.
2264 * fast/dom/MicroData/properties-collection-nameditem-test.html: Added.
2266 2012-02-28 Kenichi Ishibashi <bashi@chromium.org>
2268 [Chromium] Unreviewed test expectations update after r109183
2270 Some tests in platform/chromium/rubberbanding and
2271 platform/chromium/compositing/rubberbanding are failing.
2273 * platform/chromium/test_expectations.txt:
2275 2012-02-28 Kinuko Yasuda <kinuko@chromium.org>
2277 Add size field to Metadata in FileSystem API
2278 https://bugs.webkit.org/show_bug.cgi?id=79813
2280 Changed fast/filesystem/op-get-metadata test to also test if
2281 getMetadata returns correct file sizes.
2283 Reviewed by David Levin.
2285 * fast/filesystem/op-get-metadata-expected.txt:
2286 * fast/filesystem/resources/op-get-metadata.js:
2287 * fast/filesystem/resources/op-tests-helper.js:
2288 (createTestEnvironment.Helper.this.createSuccessCallback.entry.createWriter): Added.
2289 (createTestEnvironment.Helper.this.createSuccessCallback):
2290 (createTestEnvironment.Helper.this.createNextEntry):
2291 (runOperationTest.OperationTestHelper.this.testMetadataSuccessCallback):
2293 2012-02-28 Dmitry Lomov <dslomov@google.com>
2295 [JSC] Implement ArrayBuffer transfer
2296 https://bugs.webkit.org/show_bug.cgi?id=73493.
2297 Implement ArrayBuffer transfer, per Khronos spec: http://www.khronos.org/registry/typedarray/specs/latest/#9.
2298 This brings parity with V8 implementation of transferable typed arrays.
2300 Reviewed by Oliver Hunt.
2302 * fast/canvas/webgl/arraybuffer-transfer-of-control-expected.txt:
2303 * fast/canvas/webgl/script-tests/arraybuffer-transfer-of-control.js: Added tests for Uint8ClampedArray
2304 * fast/dom/Window/window-postmessage-args-expected.txt:
2305 * platform/gtk/Skipped:
2306 * platform/mac/Skipped:
2307 * platform/qt/Skipped:
2308 * platform/win/Skipped:
2309 * platform/wincairo/Skipped:
2311 2012-02-28 Yoshifumi Inoue <yosin@chromium.org>
2313 [Forms] Spin button sometimes ignores Indeterminate of m_upDownState
2314 https://bugs.webkit.org/show_bug.cgi?id=79754
2316 Reviewed by Kent Tamura.
2318 * fast/forms/number/spin-button-state.html: Added.
2319 * fast/forms/number/spin-button-state-expected.txt: Added.
2321 2012-02-27 MORITA Hajime <morrita@google.com>
2323 [Refactoring] RenderSummary and RenderDetail is no longer needed.
2324 https://bugs.webkit.org/show_bug.cgi?id=79641
2326 Reviewed by Kent Tamura.
2328 - Replaced "RenderSummary" and "RenderDetails" with "RenderBlock".
2329 - Added a test to ensure that summmary and details behave like a "inline-block" even when
2332 * fast/html/details-inline-expected.html: Added.
2333 * fast/html/details-inline.html: Added.
2334 * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
2335 * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
2336 * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
2337 * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
2338 * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
2339 * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
2340 * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
2341 * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
2342 * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
2343 * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
2344 * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
2345 * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
2346 * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
2347 * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
2348 * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
2349 * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
2350 * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
2351 * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
2352 * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
2353 * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
2354 * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
2355 * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
2356 * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
2357 * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
2358 * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
2359 * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
2360 * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
2361 * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
2362 * platform/chromium-win/fast/html/details-nested-1-expected.txt:
2363 * platform/chromium-win/fast/html/details-nested-2-expected.txt:
2364 * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
2365 * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
2366 * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
2367 * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
2368 * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
2369 * platform/chromium-win/fast/html/details-open1-expected.txt:
2370 * platform/chromium-win/fast/html/details-open2-expected.txt:
2371 * platform/chromium-win/fast/html/details-open3-expected.txt:
2372 * platform/chromium-win/fast/html/details-open4-expected.txt:
2373 * platform/chromium-win/fast/html/details-open5-expected.txt:
2374 * platform/chromium-win/fast/html/details-open6-expected.txt:
2375 * platform/chromium-win/fast/html/details-position-expected.txt:
2376 * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
2377 * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
2378 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
2379 * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
2380 * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
2381 * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
2382 * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
2383 * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
2384 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
2385 * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
2386 * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
2387 * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
2388 * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
2389 * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
2390 * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
2391 * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
2392 * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
2393 * platform/chromium-win/fast/html/details-replace-text-expected.txt:
2394 * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
2395 * platform/gtk/fast/html/details-add-child-1-expected.txt:
2396 * platform/gtk/fast/html/details-add-child-2-expected.txt:
2397 * platform/gtk/fast/html/details-add-details-child-1-expected.txt:
2398 * platform/gtk/fast/html/details-add-details-child-2-expected.txt:
2399 * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt:
2400 * platform/gtk/fast/html/details-add-summary-1-expected.txt:
2401 * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt:
2402 * platform/gtk/fast/html/details-add-summary-10-expected.txt:
2403 * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt:
2404 * platform/gtk/fast/html/details-add-summary-2-expected.txt:
2405 * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt:
2406 * platform/gtk/fast/html/details-add-summary-3-expected.txt:
2407 * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt:
2408 * platform/gtk/fast/html/details-add-summary-4-expected.txt:
2409 * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt:
2410 * platform/gtk/fast/html/details-add-summary-5-expected.txt:
2411 * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt:
2412 * platform/gtk/fast/html/details-add-summary-6-expected.txt:
2413 * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt:
2414 * platform/gtk/fast/html/details-add-summary-7-expected.txt:
2415 * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt:
2416 * platform/gtk/fast/html/details-add-summary-8-expected.txt:
2417 * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt:
2418 * platform/gtk/fast/html/details-add-summary-9-expected.txt:
2419 * platform/gtk/fast/html/details-add-summary-child-1-expected.txt:
2420 * platform/gtk/fast/html/details-add-summary-child-2-expected.txt:
2421 * platform/gtk/fast/html/details-nested-1-expected.txt:
2422 * platform/gtk/fast/html/details-nested-2-expected.txt:
2423 * platform/gtk/fast/html/details-no-summary1-expected.txt:
2424 * platform/gtk/fast/html/details-no-summary2-expected.txt:
2425 * platform/gtk/fast/html/details-no-summary3-expected.txt:
2426 * platform/gtk/fast/html/details-no-summary4-expected.txt:
2427 * platform/gtk/fast/html/details-open-javascript-expected.txt:
2428 * platform/gtk/fast/html/details-open1-expected.txt:
2429 * platform/gtk/fast/html/details-open2-expected.txt:
2430 * platform/gtk/fast/html/details-open3-expected.txt:
2431 * platform/gtk/fast/html/details-open4-expected.txt:
2432 * platform/gtk/fast/html/details-open5-expected.txt:
2433 * platform/gtk/fast/html/details-open6-expected.txt:
2434 * platform/gtk/fast/html/details-position-expected.txt:
2435 * platform/gtk/fast/html/details-remove-child-1-expected.txt:
2436 * platform/gtk/fast/html/details-remove-child-2-expected.txt:
2437 * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt:
2438 * platform/gtk/fast/html/details-remove-summary-1-expected.txt:
2439 * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt:
2440 * platform/gtk/fast/html/details-remove-summary-2-expected.txt:
2441 * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt:
2442 * platform/gtk/fast/html/details-remove-summary-3-expected.txt:
2443 * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt:
2444 * platform/gtk/fast/html/details-remove-summary-4-expected.txt:
2445 * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt:
2446 * platform/gtk/fast/html/details-remove-summary-5-expected.txt:
2447 * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt:
2448 * platform/gtk/fast/html/details-remove-summary-6-expected.txt:
2449 * platform/gtk/fast/html/details-remove-summary-child-1-expected.txt:
2450 * platform/gtk/fast/html/details-remove-summary-child-2-expected.txt:
2451 * platform/gtk/fast/html/details-replace-summary-child-expected.txt:
2452 * platform/gtk/fast/html/details-replace-text-expected.txt:
2453 * platform/gtk/fast/html/details-writing-mode-expected.txt:
2454 * platform/mac/fast/html/details-add-child-1-expected.txt:
2455 * platform/mac/fast/html/details-add-child-2-expected.txt:
2456 * platform/mac/fast/html/details-add-details-child-1-expected.txt:
2457 * platform/mac/fast/html/details-add-details-child-2-expected.txt:
2458 * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
2459 * platform/mac/fast/html/details-add-summary-1-expected.txt:
2460 * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
2461 * platform/mac/fast/html/details-add-summary-10-expected.txt:
2462 * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
2463 * platform/mac/fast/html/details-add-summary-2-expected.txt:
2464 * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
2465 * platform/mac/fast/html/details-add-summary-3-expected.txt:
2466 * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
2467 * platform/mac/fast/html/details-add-summary-4-expected.txt:
2468 * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
2469 * platform/mac/fast/html/details-add-summary-5-expected.txt:
2470 * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
2471 * platform/mac/fast/html/details-add-summary-6-expected.txt:
2472 * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
2473 * platform/mac/fast/html/details-add-summary-7-expected.txt:
2474 * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
2475 * platform/mac/fast/html/details-add-summary-8-expected.txt:
2476 * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
2477 * platform/mac/fast/html/details-add-summary-9-expected.txt:
2478 * platform/mac/fast/html/details-add-summary-child-1-expected.txt:
2479 * platform/mac/fast/html/details-add-summary-child-2-expected.txt:
2480 * platform/mac/fast/html/details-nested-1-expected.txt:
2481 * platform/mac/fast/html/details-nested-2-expected.txt:
2482 * platform/mac/fast/html/details-no-summary1-expected.txt:
2483 * platform/mac/fast/html/details-no-summary2-expected.txt:
2484 * platform/mac/fast/html/details-no-summary3-expected.txt:
2485 * platform/mac/fast/html/details-no-summary4-expected.txt:
2486 * platform/mac/fast/html/details-open-javascript-expected.txt:
2487 * platform/mac/fast/html/details-open1-expected.txt:
2488 * platform/mac/fast/html/details-open2-expected.txt:
2489 * platform/mac/fast/html/details-open3-expected.txt:
2490 * platform/mac/fast/html/details-open4-expected.txt:
2491 * platform/mac/fast/html/details-open5-expected.txt:
2492 * platform/mac/fast/html/details-open6-expected.txt:
2493 * platform/mac/fast/html/details-position-expected.txt:
2494 * platform/mac/fast/html/details-remove-child-1-expected.txt:
2495 * platform/mac/fast/html/details-remove-child-2-expected.txt:
2496 * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
2497 * platform/mac/fast/html/details-remove-summary-1-expected.txt:
2498 * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
2499 * platform/mac/fast/html/details-remove-summary-2-expected.txt:
2500 * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
2501 * platform/mac/fast/html/details-remove-summary-3-expected.txt:
2502 * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
2503 * platform/mac/fast/html/details-remove-summary-4-expected.txt:
2504 * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
2505 * platform/mac/fast/html/details-remove-summary-5-expected.txt:
2506 * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
2507 * platform/mac/fast/html/details-remove-summary-6-expected.txt:
2508 * platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
2509 * platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
2510 * platform/mac/fast/html/details-replace-summary-child-expected.txt:
2511 * platform/mac/fast/html/details-replace-text-expected.txt:
2512 * platform/mac/fast/html/details-writing-mode-expected.txt:
2513 * platform/qt/fast/html/details-add-child-1-expected.txt:
2514 * platform/qt/fast/html/details-add-child-2-expected.txt:
2515 * platform/qt/fast/html/details-add-details-child-1-expected.txt:
2516 * platform/qt/fast/html/details-add-details-child-2-expected.txt:
2517 * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
2518 * platform/qt/fast/html/details-add-summary-1-expected.txt:
2519 * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
2520 * platform/qt/fast/html/details-add-summary-10-expected.txt:
2521 * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
2522 * platform/qt/fast/html/details-add-summary-2-expected.txt:
2523 * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
2524 * platform/qt/fast/html/details-add-summary-3-expected.txt:
2525 * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
2526 * platform/qt/fast/html/details-add-summary-4-expected.txt:
2527 * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
2528 * platform/qt/fast/html/details-add-summary-5-expected.txt:
2529 * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
2530 * platform/qt/fast/html/details-add-summary-6-expected.txt:
2531 * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
2532 * platform/qt/fast/html/details-add-summary-7-expected.txt:
2533 * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
2534 * platform/qt/fast/html/details-add-summary-8-expected.txt:
2535 * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
2536 * platform/qt/fast/html/details-add-summary-9-expected.txt:
2537 * platform/qt/fast/html/details-add-summary-child-1-expected.txt:
2538 * platform/qt/fast/html/details-add-summary-child-2-expected.txt:
2539 * platform/qt/fast/html/details-nested-1-expected.txt:
2540 * platform/qt/fast/html/details-nested-2-expected.txt:
2541 * platform/qt/fast/html/details-no-summary1-expected.txt:
2542 * platform/qt/fast/html/details-no-summary2-expected.txt:
2543 * platform/qt/fast/html/details-no-summary3-expected.txt:
2544 * platform/qt/fast/html/details-no-summary4-expected.txt:
2545 * platform/qt/fast/html/details-open-javascript-expected.txt:
2546 * platform/qt/fast/html/details-open1-expected.txt:
2547 * platform/qt/fast/html/details-open2-expected.txt:
2548 * platform/qt/fast/html/details-open3-expected.txt:
2549 * platform/qt/fast/html/details-open4-expected.txt:
2550 * platform/qt/fast/html/details-open5-expected.txt:
2551 * platform/qt/fast/html/details-open6-expected.txt:
2552 * platform/qt/fast/html/details-position-expected.txt:
2553 * platform/qt/fast/html/details-remove-child-1-expected.txt:
2554 * platform/qt/fast/html/details-remove-child-2-expected.txt:
2555 * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
2556 * platform/qt/fast/html/details-remove-summary-1-expected.txt:
2557 * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
2558 * platform/qt/fast/html/details-remove-summary-2-expected.txt:
2559 * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
2560 * platform/qt/fast/html/details-remove-summary-3-expected.txt:
2561 * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
2562 * platform/qt/fast/html/details-remove-summary-4-expected.txt:
2563 * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
2564 * platform/qt/fast/html/details-remove-summary-5-expected.txt:
2565 * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
2566 * platform/qt/fast/html/details-remove-summary-6-expected.txt:
2567 * platform/qt/fast/html/details-remove-summary-child-1-expected.txt:
2568 * platform/qt/fast/html/details-remove-summary-child-2-expected.txt:
2569 * platform/qt/fast/html/details-replace-summary-child-expected.txt:
2570 * platform/qt/fast/html/details-replace-text-expected.txt:
2571 * platform/qt/fast/html/details-writing-mode-expected.txt:
2573 2012-02-28 Hayato Ito <hayato@chromium.org>
2575 [Shadow DOM] Make createDOM() function used in testing Shadow DOM more flexible.
2576 https://bugs.webkit.org/show_bug.cgi?id=79745
2578 Reviewed by Dimitri Glazkov.
2580 Replaces createDom and createShadow function defined in
2581 LayoutTests/fast/dom/shadow/create-dom.js with more flexible
2582 one. Now we can represent a shadow host which has both light
2583 children and ShadowRoots in one expression.
2585 * fast/dom/shadow/access-key.html:
2586 * fast/dom/shadow/get-element-by-id-in-shadow-root.html:
2587 * fast/dom/shadow/resources/create-dom.js:
2590 * fast/dom/shadow/shadow-boundary-events.html:
2592 2012-02-28 Kenichi Ishibashi <bashi@chromium.org>
2594 [Chromium] Unreviewed test expectations update
2596 svg/W3C-SVG-1.1/animate-elem-37-t.svg is failing on Win.
2598 * platform/chromium/test_expectations.txt:
2600 2012-02-28 Kenichi Ishibashi <bashi@chromium.org>
2602 [Chromium] Unreviewed test expectations update after r109176
2604 * platform/chromium/test_expectations.txt:
2606 2012-02-28 Daniel Cheng <dcheng@chromium.org>
2608 Unreviewed, rolling out r107894.
2609 http://trac.webkit.org/changeset/107894
2610 https://bugs.webkit.org/show_bug.cgi?id=30416
2612 dataTransfer.types should be an Array since DOMStringList is deprecated.
2614 * editing/pasteboard/clipboard-customData.html:
2615 * editing/pasteboard/onpaste-text-html-types.html:
2616 * fast/events/drag-and-drop-dataTransfer-types-nocrash.html:
2617 * fast/events/drag-customData.html:
2618 * fast/events/drag-dataTransfer-live-attributes-expected.txt: Removed.
2619 * fast/events/drag-dataTransfer-live-attributes.html: Removed.
2620 * http/tests/local/fileapi/resources/setup-file-input-element-for-drag.js:
2621 * http/tests/security/clipboard/script-tests/clipboard-file-access.js:
2622 (checkForEventTransferType):
2624 2012-02-27 MORITA Hajime <morrita@google.com>
2626 <content> element should behave as HTMLUnknownElement outside of a shadow DOM subtree
2627 https://bugs.webkit.org/show_bug.cgi?id=79551
2629 Reviewed by Dimitri Glazkov.
2631 * fast/dom/shadow/content-element-outside-shadow-style-expected.html: Added.
2632 * fast/dom/shadow/content-element-outside-shadow-style.html: Added.
2633 * fast/dom/shadow/content-element-outside-shadow.html:
2634 * platform/efl/Skipped:
2635 * platform/gtk/Skipped:
2636 * platform/mac/Skipped:
2637 * platform/qt/Skipped:
2638 * platform/win/Skipped:
2639 * platform/wk2/Skipped:
2641 2012-02-28 Gavin Barraclough <barraclough@apple.com>
2643 [[Get]]/[[Put]] for primitives should not wrap on strict accessor call
2644 https://bugs.webkit.org/show_bug.cgi?id=79588
2646 Reviewed by Oliver Hunt.
2648 In the case of [[Get]], this is a pretty trivial bug - just don't wrap
2649 primitives at the point you call a getter.
2651 For setters, this is a little more involved, since we have already wrapped
2652 the value up in a synthesized object. Stop doing so. There is also a further
2653 subtely, that in strict mode all attempts to create a new data property on
2654 the object should throw.
2656 * fast/js/mozilla/strict/15.5.5.1-expected.txt:
2657 * fast/js/primitive-property-access-edge-cases-expected.txt:
2658 * fast/js/read-modify-eval-expected.txt:
2659 * fast/js/script-tests/primitive-property-access-edge-cases.js:
2660 * fast/js/script-tests/read-modify-eval.js:
2661 - Added new test cases & updated test results.
2663 2012-02-28 Daniel Cheng <dcheng@chromium.org>
2665 Clipboard::getData should return an empty string instead of undefined
2666 https://bugs.webkit.org/show_bug.cgi?id=79712
2668 Reviewed by Tony Chang.
2670 * fast/events/dataTransfer-getData-returns-empty-string-expected.txt: Added.
2671 * fast/events/dataTransfer-getData-returns-empty-string.html: Added.
2672 * http/tests/local/drag-over-remote-content-expected.txt:
2673 * http/tests/security/drag-over-remote-content-iframe-expected.txt:
2674 * http/tests/security/drag-over-remote-content-iframe.html:
2676 2012-02-28 Adam Klein <adamk@chromium.org>
2678 Unreviewed gardening, mark another compositing test as flaky.
2679 https://bugs.webkit.org/show_bug.cgi?id=79823
2681 * platform/chromium/test_expectations.txt:
2683 2012-02-28 Hugo Parente Lima <hugo.lima@openbossa.org>
2685 All mouse events after a right click are ignored when they came from WebkitTestRunner
2686 https://bugs.webkit.org/show_bug.cgi?id=77350
2688 Reviewed by Chang Shu.
2690 Unskip fast/events/mouse-click-events.html.
2692 * platform/qt-5.0-wk2/Skipped:
2694 2012-02-28 Rafael Brandao <rafael.lobo@openbossa.org>
2696 [Qt] Unskip compositing & 3d-rendering tests
2697 https://bugs.webkit.org/show_bug.cgi?id=78687
2699 Reviewed by Noam Rosenthal.
2701 * platform/qt-4.8/Skipped:
2702 * platform/qt-5.0-wk1/Skipped:
2703 * platform/qt-5.0-wk2/Skipped:
2704 * platform/qt-5.0-wk2/compositing/animation/busy-indicator-expected.png: Added.
2705 * platform/qt-5.0-wk2/compositing/animation/state-at-end-event-transform-layer-expected.png: Added.
2706 * platform/qt-5.0-wk2/compositing/animation/state-at-end-event-transform-layer-expected.txt: Added.
2707 * platform/qt-5.0-wk2/compositing/color-matching/image-color-matching-expected.png: Added.
2708 * platform/qt-5.0-wk2/compositing/color-matching/image-color-matching-expected.txt: Added.
2709 * platform/qt-5.0-wk2/compositing/color-matching/pdf-image-match-expected.png: Added.
2710 * platform/qt-5.0-wk2/compositing/color-matching/pdf-image-match-expected.txt: Added.
2711 * platform/qt-5.0-wk2/compositing/compositing-visible-descendant-expected.png: Added.
2712 * platform/qt-5.0-wk2/compositing/compositing-visible-descendant-expected.txt: Added.
2713 * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png: Added.
2714 * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.txt: Added.
2715 * platform/qt-5.0-wk2/compositing/framesets/composited-frame-alignment-expected.png: Added.
2716 * platform/qt-5.0-wk2/compositing/generated-content-expected.png: Added.
2717 * platform/qt-5.0-wk2/compositing/generated-content-expected.txt: Added.
2718 * platform/qt-5.0-wk2/compositing/geometry/abs-position-inside-opacity-expected.png: Added.
2719 * platform/qt-5.0-wk2/compositing/geometry/abs-position-inside-opacity-expected.txt: Added.
2720 * platform/qt-5.0-wk2/compositing/geometry/clipping-foreground-expected.png: Added.
2721 * platform/qt-5.0-wk2/compositing/geometry/clipping-foreground-expected.txt: Added.
2722 * platform/qt-5.0-wk2/compositing/geometry/composited-html-size-expected.png: Added.
2723 * platform/qt-5.0-wk2/compositing/geometry/composited-html-size-expected.txt: Added.
2724 * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.png: Added.
2725 * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.txt: Added.
2726 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
2727 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-composited-page-scale-expected.png: Added.
2728 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-expected.png: Added.
2729 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-expected.txt: Added.
2730 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
2731 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: Added.
2732 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
2733 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Added.
2734 * platform/qt-5.0-wk2/compositing/geometry/foreground-layer-expected.png: Added.
2735 * platform/qt-5.0-wk2/compositing/geometry/horizontal-scroll-composited-expected.png: Added.
2736 * platform/qt-5.0-wk2/compositing/geometry/horizontal-scroll-composited-expected.txt: Added.
2737 * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
2738 * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Added.
2739 * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
2740 * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
2741 * platform/qt-5.0-wk2/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Added.
2742 * platform/qt-5.0-wk2/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Added.
2743 * platform/qt-5.0-wk2/compositing/geometry/outline-change-expected.png: Added.
2744 * platform/qt-5.0-wk2/compositing/geometry/outline-change-expected.txt: Added.
2745 * platform/qt-5.0-wk2/compositing/geometry/partial-layout-update-expected.png: Added.
2746 * platform/qt-5.0-wk2/compositing/geometry/partial-layout-update-expected.txt: Added.
2747 * platform/qt-5.0-wk2/compositing/geometry/preserve-3d-switching-expected.txt: Added.
2748 * platform/qt-5.0-wk2/compositing/geometry/repaint-foreground-layer-expected.png: Added.
2749 * platform/qt-5.0-wk2/compositing/geometry/root-layer-update-expected.png: Added.
2750 * platform/qt-5.0-wk2/compositing/geometry/root-layer-update-expected.txt: Added.
2751 * platform/qt-5.0-wk2/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Added.
2752 * platform/qt-5.0-wk2/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: Added.
2753 * platform/qt-5.0-wk2/compositing/geometry/vertical-scroll-composited-expected.png: Added.
2754 * platform/qt-5.0-wk2/compositing/geometry/vertical-scroll-composited-expected.txt: Added.
2755 * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png: Added.
2756 * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
2757 * platform/qt-5.0-wk2/compositing/iframes/composited-iframe-alignment-expected.png: Added.
2758 * platform/qt-5.0-wk2/compositing/iframes/composited-iframe-alignment-expected.txt: Added.
2759 * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.png: Added.
2760 * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added.
2761 * platform/qt-5.0-wk2/compositing/iframes/iframe-in-composited-layer-expected.png: Added.
2762 * platform/qt-5.0-wk2/compositing/iframes/iframe-in-composited-layer-expected.txt: Added.
2763 * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.png: Added.
2764 * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt: Added.
2765 * platform/qt-5.0-wk2/compositing/images/direct-image-background-color-expected.png: Added.
2766 * platform/qt-5.0-wk2/compositing/images/direct-image-background-color-expected.txt: Added.
2767 * platform/qt-5.0-wk2/compositing/layer-creation/spanOverlapsCanvas-expected.png: Added.
2768 * platform/qt-5.0-wk2/compositing/layers-inside-overflow-scroll-expected.png: Added.
2769 * platform/qt-5.0-wk2/compositing/layers-inside-overflow-scroll-expected.txt: Added.
2770 * platform/qt-5.0-wk2/compositing/overflow/fixed-position-ancestor-clip-expected.png: Added.
2771 * platform/qt-5.0-wk2/compositing/overflow/fixed-position-ancestor-clip-expected.txt: Added.
2772 * platform/qt-5.0-wk2/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
2773 * platform/qt-5.0-wk2/compositing/overflow/overflow-compositing-descendant-expected.txt: Added.
2774 * platform/qt-5.0-wk2/compositing/overflow/overflow-positioning-expected.png: Added.
2775 * platform/qt-5.0-wk2/compositing/overflow/overflow-positioning-expected.txt: Added.
2776 * platform/qt-5.0-wk2/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Added.
2777 * platform/qt-5.0-wk2/compositing/overflow/overflow-scaled-descendant-overlapping-expected.txt: Added.
2778 * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png: Added.
2779 * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.txt: Added.
2780 * platform/qt-5.0-wk2/compositing/overflow/parent-overflow-expected.png: Added.
2781 * platform/qt-5.0-wk2/compositing/overflow/parent-overflow-expected.txt: Added.
2782 * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.png: Added.
2783 * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
2784 * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.png: Added.
2785 * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.txt: Added.
2786 * platform/qt-5.0-wk2/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
2787 * platform/qt-5.0-wk2/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
2788 * platform/qt-5.0-wk2/compositing/plugins/composited-plugin-expected.png: Added.
2789 * platform/qt-5.0-wk2/compositing/plugins/composited-plugin-expected.txt: Added.
2790 * platform/qt-5.0-wk2/compositing/repaint/become-overlay-composited-layer-expected.png: Added.
2791 * platform/qt-5.0-wk2/compositing/repaint/become-overlay-composited-layer-expected.txt: Added.
2792 * platform/qt-5.0-wk2/compositing/repaint/composited-document-element-expected.png: Added.
2793 * platform/qt-5.0-wk2/compositing/repaint/composited-document-element-expected.txt: Added.
2794 * platform/qt-5.0-wk2/compositing/repaint/content-into-overflow-expected.png: Added.
2795 * platform/qt-5.0-wk2/compositing/repaint/content-into-overflow-expected.txt: Added.
2796 * platform/qt-5.0-wk2/compositing/repaint/layer-repaint-expected.png: Added.
2797 * platform/qt-5.0-wk2/compositing/repaint/layer-repaint-expected.txt: Added.
2798 * platform/qt-5.0-wk2/compositing/repaint/layer-repaint-rects-expected.png: Added.
2799 * platform/qt-5.0-wk2/compositing/repaint/layer-repaint-rects-expected.txt: Added.
2800 * platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute-expected.png: Added.
2801 * platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute-expected.txt: Added.
2802 * platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute2-expected.png: Added.
2803 * platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute2-expected.txt: Added.
2804 * platform/qt-5.0-wk2/compositing/repaint/overflow-into-content-expected.png: Added.
2805 * platform/qt-5.0-wk2/compositing/repaint/overflow-into-content-expected.txt: Added.
2806 * platform/qt-5.0-wk2/compositing/repaint/same-size-invalidation-expected.png: Added.
2807 * platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png: Added.
2808 * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png: Added.
2809 * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.txt: Added.
2810 * platform/qt-5.0-wk2/compositing/shadows/shadow-drawing-expected.png: Added.
2811 * platform/qt-5.0-wk2/compositing/shadows/shadow-drawing-expected.txt: Added.
2812 * platform/qt-5.0-wk2/compositing/sibling-positioning-expected.png: Added.
2813 * platform/qt-5.0-wk2/compositing/sibling-positioning-expected.txt: Added.
2814 * platform/qt-5.0-wk2/compositing/text-on-large-layer-expected.png: Added.
2815 * platform/qt-5.0-wk2/compositing/text-on-large-layer-expected.txt: Added.
2816 * platform/qt-5.0-wk2/compositing/transitions/scale-transition-no-start-expected.png: Added.
2817 * platform/qt-5.0-wk2/compositing/transitions/scale-transition-no-start-expected.txt: Added.
2818 * platform/qt-5.0-wk2/compositing/transitions/singular-scale-transition-expected.png: Added.
2819 * platform/qt-5.0-wk2/compositing/transitions/singular-scale-transition-expected.txt: Added.
2820 * platform/qt-5.0-wk2/compositing/video/video-background-color-expected.png: Added.
2821 * platform/qt-5.0-wk2/compositing/video/video-background-color-expected.txt: Added.
2822 * platform/qt-5.0-wk2/compositing/visibility/visibility-composited-expected.txt: Added.
2823 * platform/qt-5.0-wk2/compositing/visibility/visibility-composited-transforms-expected.txt: Added.
2824 * platform/qt/Skipped:
2826 2012-02-28 Adam Klein <adamk@chromium.org>
2828 Remove suppressions of SVG crash flakiness on cr-mac
2829 https://bugs.webkit.org/show_bug.cgi?id=79707
2831 Unreviewed gardening.
2833 The suspect cause of these failures was rolled out in r109164.
2834 Removing the suppressions to see if the rollout fixes them.
2836 * platform/chromium/test_expectations.txt:
2838 2012-02-28 Adam Klein <adamk@chromium.org>
2840 Unreviewed gardening, mark another compositing as flaky.
2841 https://bugs.webkit.org/show_bug.cgi?id=79823
2843 * platform/chromium/test_expectations.txt:
2845 2012-02-28 Wei James <james.wei@intel.com>
2847 No extra silence needed in multi-channels support layout test cases
2848 https://bugs.webkit.org/show_bug.cgi?id=79752
2850 Reviewed by Chris Rogers.
2852 * webaudio/audiobuffersource-multi-channels-expected.wav:
2853 * webaudio/audiobuffersource-multi-channels.html:
2854 * webaudio/resources/mix-testing.js:
2855 * webaudio/up-mixing-mono-51-expected.wav:
2856 * webaudio/up-mixing-mono-51.html:
2857 * webaudio/up-mixing-mono-stereo-expected.wav:
2858 * webaudio/up-mixing-mono-stereo.html:
2859 * webaudio/up-mixing-stereo-51-expected.wav:
2860 * webaudio/up-mixing-stereo-51.html:
2862 2012-02-28 Dean Jackson <dino@apple.com>
2864 Move custom filter tests into subdir to make them easier to skip
2865 https://bugs.webkit.org/show_bug.cgi?id=79825
2867 Reviewed by Simon Fraser.
2869 Moved all CSS Shader tests into a 'custom' sub-directory. Added this directory
2870 to the relevant skip lists.
2872 * css3/filters/custom-filter-property-computed-style.html: Removed.
2873 * css3/filters/custom-filter-property-parsing-invalid.html: Removed.
2874 * css3/filters/custom-filter-property-parsing.html: Removed.
2875 * css3/filters/custom/custom-filter-property-computed-style-expected.txt: Renamed from LayoutTests/css3/filters/custom-filter-property-computed-style-expected.txt.
2876 * css3/filters/custom/custom-filter-property-computed-style.html: Added.
2877 * css3/filters/custom/custom-filter-property-parsing-expected.txt: Renamed from LayoutTests/css3/filters/custom-filter-property-parsing-expected.txt.
2878 * css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt: Renamed from LayoutTests/css3/filters/custom-filter-property-parsing-invalid-expected.txt.
2879 * css3/filters/custom/custom-filter-property-parsing-invalid.html: Added.
2880 * css3/filters/custom/custom-filter-property-parsing.html: Added.
2881 * css3/filters/custom/custom-filter-shader-cache-expected.png: Renamed from LayoutTests/css3/filters/custom-filter-shader-cache-expected.png.
2882 * css3/filters/custom/custom-filter-shader-cache-expected.txt: Renamed from LayoutTests/css3/filters/custom-filter-shader-cache-expected.txt.
2883 * css3/filters/custom/custom-filter-shader-cache.html: Renamed from LayoutTests/css3/filters/custom-filter-shader-cache.html.
2884 * css3/filters/custom/effect-custom-combined-missing-expected.png: Renamed from LayoutTests/css3/filters/effect-custom-combined-missing-expected.png.
2885 * css3/filters/custom/effect-custom-combined-missing-expected.txt: Renamed from LayoutTests/css3/filters/effect-custom-combined-missing-expected.txt.
2886 * css3/filters/custom/effect-custom-combined-missing.html: Renamed from LayoutTests/css3/filters/effect-custom-combined-missing.html.
2887 * css3/filters/custom/effect-custom-disabled-expected.txt: Renamed from LayoutTests/css3/filters/effect-custom-disabled-expected.txt.
2888 * css3/filters/custom/effect-custom-disabled.html: Added.
2889 * css3/filters/custom/effect-custom-expected.png: Renamed from LayoutTests/css3/filters/effect-custom-expected.png.
2890 * css3/filters/custom/effect-custom-expected.txt: Renamed from LayoutTests/css3/filters/effect-custom-expected.txt.
2891 * css3/filters/custom/effect-custom-parameters-expected.png: Renamed from LayoutTests/css3/filters/effect-custom-parameters-expected.png.
2892 * css3/filters/custom/effect-custom-parameters-expected.txt: Renamed from LayoutTests/css3/filters/effect-custom-parameters-expected.txt.
2893 * css3/filters/custom/effect-custom-parameters.html: Renamed from LayoutTests/css3/filters/effect-custom-parameters.html.
2894 * css3/filters/custom/effect-custom.html: Renamed from LayoutTests/css3/filters/effect-custom.html.
2895 * css3/filters/custom/missing-custom-filter-shader-expected.png: Renamed from LayoutTests/css3/filters/missing-custom-filter-shader-expected.png.
2896 * css3/filters/custom/missing-custom-filter-shader-expected.txt: Renamed from LayoutTests/css3/filters/missing-custom-filter-shader-expected.txt.
2897 * css3/filters/custom/missing-custom-filter-shader.html: Renamed from LayoutTests/css3/filters/missing-custom-filter-shader.html.
2898 * css3/filters/effect-custom-disabled.html: Removed.
2899 * platform/chromium-mac-leopard/css3/filters/custom/effect-custom-combined-missing-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/css3/filters/effect-custom-combined-missing-expected.png.
2900 * platform/chromium-mac-leopard/css3/filters/custom/effect-custom-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/css3/filters/effect-custom-expected.png.
2901 * platform/chromium-mac-leopard/css3/filters/custom/effect-custom-parameters-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/css3/filters/effect-custom-parameters-expected.png.
2902 * platform/chromium-mac-snowleopard/css3/filters/custom/effect-custom-combined-missing-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/css3/filters/effect-custom-combined-missing-expected.png.
2903 * platform/chromium-win/css3/filters/custom/effect-custom-combined-missing-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-custom-combined-missing-expected.png.
2904 * platform/chromium-win/css3/filters/custom/effect-custom-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-custom-expected.png.
2905 * platform/chromium-win/css3/filters/custom/effect-custom-parameters-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-custom-parameters-expected.png.
2906 * platform/chromium/css3/filters/custom/effect-custom-combined-missing-expected.txt: Renamed from LayoutTests/platform/chromium/css3/filters/effect-custom-combined-missing-expected.txt.
2907 * platform/chromium/css3/filters/custom/effect-custom-disabled-expected.txt: Renamed from LayoutTests/platform/chromium/css3/filters/effect-custom-disabled-expected.txt.
2908 * platform/chromium/css3/filters/custom/effect-custom-expected.txt: Renamed from LayoutTests/platform/chromium/css3/filters/effect-custom-expected.txt.
2909 * platform/chromium/css3/filters/custom/effect-custom-parameters-expected.txt: Renamed from LayoutTests/platform/chromium/css3/filters/effect-custom-parameters-expected.txt.
2910 * platform/chromium/test_expectations.txt:
2911 * platform/mac-snowleopard/css3/filters/custom/effect-custom-expected.png: Renamed from LayoutTests/platform/mac-snowleopard/css3/filters/effect-custom-expected.png.
2912 * platform/mac-snowleopard/css3/filters/custom/effect-custom-parameters-expected.png: Renamed from LayoutTests/platform/mac-snowleopard/css3/filters/effect-custom-parameters-expected.png.
2913 * platform/qt-5.0-wk2/Skipped:
2914 * platform/qt/Skipped:
2915 * platform/win/Skipped:
2916 * platform/wincairo/Skipped:
2918 2012-02-28 Adam Klein <adamk@chromium.org>
2920 Unreviewed gardening, mark more SVG tests as flaky crashers on cr-mac.
2921 https://bugs.webkit.org/show_bug.cgi?id=79707
2923 * platform/chromium/test_expectations.txt:
2925 2012-02-28 Jungshik Shin <jshin@chromium.org>
2927 Add a fallback path to LineBreakIteratorPoolICU when the locale
2928 name from a web page is invalid and ICU fails to get a line break
2929 iterator instance. Also add a null check to
2930 TextBreakIteratorICU::acquireLineBreakIterator.
2932 https://bugs.webkit.org/show_bug.cgi?id=67640
2934 Reviewed by Dan Bernstein.
2936 * fast/text/invalid-locale-expected.txt: Added.
2937 * fast/text/invalid-locale.html: Added.
2938 * fast/text/resources/invalid-locale.html: Added.
2940 2012-02-28 Abhishek Arya <inferno@chromium.org>
2942 Crash due to accessing removed continuation in multi-column layout.
2943 https://bugs.webkit.org/show_bug.cgi?id=78417
2945 Reviewed by David Hyatt.
2947 * fast/multicol/span/runin-continuation-crash-expected.txt: Added.
2948 * fast/multicol/span/runin-continuation-crash.html: Added.
2950 2012-02-28 Abhishek Arya <inferno@chromium.org>
2952 Incorrect before child parent calculation when adding new children
2953 to anonymous column blocks.
2954 https://bugs.webkit.org/show_bug.cgi?id=79755
2956 Reviewed by David Hyatt.
2958 Test passes if you don't see the div block inside table and you see
2959 two blocks in different columns in the pixel test.
2961 * fast/multicol/span/before-child-anonymous-column-block-expected.png: Added.
2962 * fast/multicol/span/before-child-anonymous-column-block-expected.txt: Added.
2963 * fast/multicol/span/before-child-anonymous-column-block.html: Added.
2965 2012-02-28 Adam Klein <adamk@chromium.org>
2967 Mark compositing/repaint/opacity-between-absolute.html as flaky.
2969 Unreviewed gardening.
2971 * platform/chromium/test_expectations.txt:
2973 2012-02-28 Alexis Menard <alexis.menard@openbossa.org>
2975 getComputedStyle fails for 'first-line' pseudo-element
2976 https://bugs.webkit.org/show_bug.cgi?id=57505
2978 Reviewed by Tony Chang.
2980 Update expected results to the new behavior. Also added some extra checks on
2981 other pseudo-elements.
2983 * fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt:
2984 * fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html:
2986 2012-02-28 Alexey Proskuryakov <ap@apple.com>
2988 FileReader crashes when file is not readable
2989 https://bugs.webkit.org/show_bug.cgi?id=79715
2991 Reviewed by Jian Li.
2993 * fast/files/file-reader-directory-crash-expected.txt: Added.
2994 * fast/files/file-reader-directory-crash.html: Added.
2996 2012-02-28 Emil A Eklund <eae@chromium.org>
2998 Fix printing/zoomed-document.html for QT
2999 https://bugs.webkit.org/show_bug.cgi?id=79808
3001 Reviewed by Adam Barth.
3003 Fix zoomed document test case to work on QT port and remove it from skip
3006 * platform/qt/Skipped:
3007 * printing/zoomed-document.html:
3009 2012-02-28 Alok Priyadarshi <alokp@chromium.org>
3011 Heap-use-after-free in WebCore::RenderLayer::addChild
3012 https://bugs.webkit.org/show_bug.cgi?id=79698
3014 Reviewed by Simon Fraser.
3016 * fast/reflections/toggle-reflection-crash-expected.txt: Added.
3017 * fast/reflections/toggle-reflection-crash.html: Added.
3019 2012-02-28 Ken Buchanan <kenrb@chromium.org>
3021 Crash from list marker having inline and block children
3022 https://bugs.webkit.org/show_bug.cgi?id=79793
3024 Reviewed by Julien Chaffraix.
3026 Test to exercise crashing condition in bug 79793. This creates a list
3027 marker that precedes a floating :before content renderer and then
3028 modifies the render tree to remove a neighboring header element.
3030 * fast/css-generated-content/floating-before-content-with-list-marker-crash-expected.txt: Added
3031 * fast/css-generated-content/floating-before-content-with-list-marker-crash.html: Added
3033 2012-02-28 Pavel Feldman <pfeldman@google.com>
3035 Web Inspector: move filtering of the timeline records into the presentation model.
3036 https://bugs.webkit.org/show_bug.cgi?id=79789
3038 Reviewed by Yury Semikhatsky.
3040 * inspector/timeline/timeline-enum-stability-expected.txt:
3042 2012-02-28 Florin Malita <fmalita@google.com>
3044 Percent width/height SVG not always scaled on window resize
3045 https://bugs.webkit.org/show_bug.cgi?id=79490
3047 Reviewed by Nikolas Zimmermann.
3049 * fast/repaint/percent-minheight-resize-expected.html: Added.
3050 * fast/repaint/percent-minheight-resize.html: Added.
3051 * svg/custom/svg-percent-scale-expected.html: Added.
3052 * svg/custom/svg-percent-scale-vonly-expected.html: Added.
3053 * svg/custom/svg-percent-scale-vonly.html: Added.
3054 * svg/custom/svg-percent-scale.html: Added.
3056 2012-02-28 Nikolas Zimmermann <nzimmermann@rim.com>
3058 Rebaseline Gtk results after r109097.
3060 * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
3061 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
3062 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
3063 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
3064 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
3065 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
3066 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
3067 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
3068 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
3069 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
3070 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
3071 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
3072 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
3073 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
3074 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
3075 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
3076 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
3077 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
3078 * platform/gtk/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
3079 * platform/gtk/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
3080 * platform/gtk/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
3081 * platform/gtk/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
3082 * platform/gtk/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
3083 * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
3084 * platform/gtk/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
3085 * platform/gtk/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
3086 * platform/gtk/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
3087 * platform/gtk/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
3088 * platform/gtk/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
3089 * platform/gtk/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
3090 * platform/gtk/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
3091 * platform/gtk/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
3092 * platform/gtk/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
3093 * platform/gtk/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
3094 * platform/gtk/svg/batik/filters/feTile-expected.txt:
3095 * platform/gtk/svg/batik/filters/filterRegions-expected.txt:
3096 * platform/gtk/svg/batik/masking/maskRegions-expected.txt:
3097 * platform/gtk/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
3098 * platform/gtk/svg/batik/paints/patternRegionA-expected.txt:
3099 * platform/gtk/svg/batik/paints/patternRegions-expected.txt:
3100 * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
3101 * platform/gtk/svg/batik/text/longTextOnPath-expected.txt:
3102 * platform/gtk/svg/batik/text/textAnchor-expected.txt:
3103 * platform/gtk/svg/batik/text/textDecoration-expected.txt:
3104 * platform/gtk/svg/batik/text/textEffect-expected.txt:
3105 * platform/gtk/svg/batik/text/textEffect2-expected.txt:
3106 * platform/gtk/svg/batik/text/textEffect3-expected.txt:
3107 * platform/gtk/svg/batik/text/textFeatures-expected.txt:
3108 * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
3109 * platform/gtk/svg/batik/text/textLayout-expected.txt:
3110 * platform/gtk/svg/batik/text/textLayout2-expected.txt:
3111 * platform/gtk/svg/batik/text/textLength-expected.txt:
3112 * platform/gtk/svg/batik/text/textOnPath-expected.txt:
3113 * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
3114 * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
3115 * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
3116 * platform/gtk/svg/batik/text/textPosition-expected.txt:
3117 * platform/gtk/svg/batik/text/textPosition2-expected.txt:
3118 * platform/gtk/svg/batik/text/textProperties-expected.txt:
3119 * platform/gtk/svg/batik/text/textProperties2-expected.txt:
3120 * platform/gtk/svg/batik/text/textStyles-expected.txt:
3121 * platform/gtk/svg/batik/text/verticalText-expected.txt:
3122 * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
3123 * platform/gtk/svg/carto.net/button-expected.txt:
3124 * platform/gtk/svg/carto.net/colourpicker-expected.txt:
3125 * platform/gtk/svg/carto.net/slider-expected.txt:
3126 * platform/gtk/svg/carto.net/window-expected.txt:
3127 * platform/gtk/svg/clip-path/clip-path-child-clipped-expected.txt:
3128 * platform/gtk/svg/clip-path/clip-path-clipped-no-content-expected.txt:
3129 * platform/gtk/svg/clip-path/clip-path-evenodd-expected.txt:
3130 * platform/gtk/svg/clip-path/clip-path-evenodd-nonzero-expected.txt:
3131 * platform/gtk/svg/clip-path/clip-path-nonzero-evenodd-expected.txt:
3132 * platform/gtk/svg/clip-path/clip-path-nonzero-expected.txt:
3133 * platform/gtk/svg/clip-path/clip-path-text-and-shape-expected.txt:
3134 * platform/gtk/svg/clip-path/clip-path-use-as-child2-expected.txt:
3135 * platform/gtk/svg/clip-path/clip-path-use-as-child3-expected.txt:
3136 * platform/gtk/svg/clip-path/clip-path-use-as-child4-expected.txt:
3137 * platform/gtk/svg/clip-path/clip-path-use-as-child5-expected.txt:
3138 * platform/gtk/svg/clip-path/clip-path-with-container-expected.txt:
3139 * platform/gtk/svg/clip-path/clip-path-with-invisibile-child-expected.txt:
3140 * platform/gtk/svg/clip-path/clip-path-with-text-clipped-expected.txt:
3141 * platform/gtk/svg/clip-path/clipper-placement-issue-expected.txt:
3142 * platform/gtk/svg/css/clippath-with-shadow-expected.txt:
3143 * platform/gtk/svg/css/mask-with-shadow-expected.txt:
3144 * platform/gtk/svg/custom/broken-internal-references-expected.txt:
3145 * platform/gtk/svg/custom/clip-path-referencing-use-expected.txt:
3146 * platform/gtk/svg/custom/embedding-external-svgs-expected.txt:
3147 * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:
3148 * platform/gtk/svg/custom/pattern-rotate-expected.txt:
3149 * platform/gtk/svg/custom/recursive-clippath-expected.txt:
3150 * platform/gtk/svg/custom/recursive-mask-expected.txt:
3151 * platform/gtk/svg/custom/recursive-pattern-expected.txt:
3152 * platform/gtk/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
3153 * platform/gtk/svg/custom/relative-sized-shadow-tree-content-expected.txt:
3154 * platform/gtk/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
3155 * platform/gtk/svg/custom/relative-sized-use-on-symbol-expected.txt:
3156 * platform/gtk/svg/custom/struct-use-09-b-expected.txt:
3157 * platform/gtk/svg/custom/use-clipped-hit-expected.txt:
3158 * platform/gtk/svg/custom/use-detach-expected.txt:
3159 * platform/gtk/svg/custom/use-disappears-after-style-update-expected.txt:
3160 * platform/gtk/svg/custom/use-dynamic-append-expected.txt:
3161 * platform/gtk/svg/custom/use-elementInstance-event-target-expected.txt:
3162 * platform/gtk/svg/custom/use-elementInstance-methods-expected.txt:
3163 * platform/gtk/svg/custom/use-empty-reference-expected.txt:
3164 * platform/gtk/svg/custom/use-event-handler-on-referenced-element-expected.txt:
3165 * platform/gtk/svg/custom/use-event-handler-on-use-element-expected.txt:
3166 * platform/gtk/svg/custom/use-events-crash-expected.txt:
3167 * platform/gtk/svg/custom/use-instanceRoot-modifications-expected.txt:
3168 * platform/gtk/svg/custom/use-modify-container-in-target-expected.txt:
3169 * platform/gtk/svg/custom/use-modify-target-container-expected.txt:
3170 * platform/gtk/svg/custom/use-modify-target-symbol-expected.txt:
3171 * platform/gtk/svg/custom/use-nested-transform-expected.txt:
3172 * platform/gtk/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
3173 * platform/gtk/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
3174 * platform/gtk/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
3175 * platform/gtk/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
3176 * platform/gtk/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
3177 * platform/gtk/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
3178 * platform/gtk/svg/custom/use-on-g-containing-symbol-expected.txt:
3179 * platform/gtk/svg/custom/use-on-g-containing-use-expected.txt:
3180 * platform/gtk/svg/custom/use-on-g-expected.txt:
3181 * platform/gtk/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
3182 * platform/gtk/svg/custom/use-on-rect-expected.txt:
3183 * platform/gtk/svg/custom/use-on-symbol-expected.txt:
3184 * platform/gtk/svg/custom/use-on-text-expected.txt:
3185 * platform/gtk/svg/custom/use-on-use-expected.txt:
3186 * platform/gtk/svg/custom/use-property-changes-through-dom-expected.txt:
3187 * platform/gtk/svg/custom/use-property-changes-through-svg-dom-expected.txt:
3188 * platform/gtk/svg/custom/use-property-synchronization-crash-expected.txt:
3189 * platform/gtk/svg/custom/use-recalcStyle-crash-expected.txt:
3190 * platform/gtk/svg/custom/use-recursion-1-expected.txt:
3191 * platform/gtk/svg/custom/use-recursion-2-expected.txt:
3192 * platform/gtk/svg/custom/use-recursion-3-expected.txt:
3193 * platform/gtk/svg/custom/use-recursion-4-expected.txt:
3194 * platform/gtk/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
3195 * platform/gtk/svg/custom/use-symbol-overflow-expected.txt:
3196 * platform/gtk/svg/custom/use-transform-expected.txt:
3197 * platform/gtk/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt:
3198 * platform/gtk/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt:
3199 * platform/gtk/svg/filters/filter-placement-issue-expected.txt:
3200 * platform/gtk/svg/filters/filter-refresh-expected.txt:
3201 * platform/gtk/svg/filters/filter-source-position-expected.txt:
3202 * platform/gtk/svg/hixie/error/014-expected.txt:
3203 * platform/gtk/svg/hixie/error/017-expected.txt:
3204 * platform/gtk/svg/hixie/use/001-expected.txt:
3205 * platform/gtk/svg/hixie/use/002-expected.txt:
3206 * platform/gtk/svg/overflow/overflow-on-inner-svg-element-expected.txt:
3207 * platform/gtk/svg/repaint/inner-svg-change-viewPort-relative-expected.txt:
3208 * platform/gtk/svg/stroke/zero-length-path-linecap-rendering-expected.txt:
3209 * platform/gtk/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt:
3210 * platform/gtk/svg/text/text-gradient-positioning-expected.txt:
3211 * platform/gtk/svg/text/text-path-01-b-expected.txt:
3212 * platform/gtk/svg/text/text-text-04-t-expected.txt:
3213 * platform/gtk/svg/text/text-text-05-t-expected.txt:
3214 * platform/gtk/svg/text/text-text-06-t-expected.txt:
3215 * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt:
3216 * platform/gtk/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
3217 * svg/stroke/zero-length-arc-linecaps-rendering-expected.txt:
3219 2012-02-28 Csaba Osztrogonác <ossy@webkit.org>
3221 Integrate SVGUseElement within the new shadow root concept
3222 https://bugs.webkit.org/show_bug.cgi?id=78902
3224 Unreviewed gardening, update Qt specific expected files after r109097.
3226 * platform/qt/svg/[...]: Updated.
3228 2012-02-28 Nikolas Zimmermann <nzimmermann@rim.com>
3230 Not reviewed. Add missing Mac pixel test result.
3232 * platform/mac/svg/carto.net/scrollbar-expected.png: Added.
3234 2012-02-28 Nikolas Zimmermann <nzimmermann@rim.com>
3236 Integrate SVGUseElement within the new shadow root concept
3237 https://bugs.webkit.org/show_bug.cgi?id=78902
3239 Reviewed by Zoltan Herczeg.
3241 Update results after the <use> rewrite. Lots of RendeSVGContainer lines are
3242 gone in the expected results, as the artifical <g> element representing the
3243 SVG shadow root is gone, replaced by a standar #shadow-root.
3245 * platform/chromium/test_expectations.txt:
3246 * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
3247 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
3248 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
3249 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
3250 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
3251 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
3252 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
3253 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
3254 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
3255 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
3256 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
3257 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
3258 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
3259 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
3260 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
3261 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
3262 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
3263 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
3264 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
3265 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
3266 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
3267 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
3268 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
3269 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
3270 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
3271 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
3272 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
3273 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
3274 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
3275 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
3276 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
3277 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
3278 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
3279 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
3280 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
3281 * platform/mac/svg/batik/filters/feTile-expected.txt:
3282 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
3283 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
3284 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
3285 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
3286 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
3287 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
3288 * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
3289 * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
3290 * platform/mac/svg/batik/text/smallFonts-expected.txt:
3291 * platform/mac/svg/batik/text/textAnchor-expected.txt:
3292 * platform/mac/svg/batik/text/textDecoration-expected.txt:
3293 * platform/mac/svg/batik/text/textEffect-expected.txt:
3294 * platform/mac/svg/batik/text/textEffect2-expected.txt:
3295 * platform/mac/svg/batik/text/textEffect3-expected.txt:
3296 * platform/mac/svg/batik/text/textFeatures-expected.txt:
3297 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
3298 * platform/mac/svg/batik/text/textLayout-expected.txt:
3299 * platform/mac/svg/batik/text/textLayout2-expected.txt:
3300 * platform/mac/svg/batik/text/textLength-expected.txt:
3301 * platform/mac/svg/batik/text/textOnPath-expected.txt:
3302 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
3303 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
3304 * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
3305 * platform/mac/svg/batik/text/textPosition-expected.txt:
3306 * platform/mac/svg/batik/text/textPosition2-expected.txt:
3307 * platform/mac/svg/batik/text/textProperties-expected.txt:
3308 * platform/mac/svg/batik/text/textProperties2-expected.txt:
3309 * platform/mac/svg/batik/text/textStyles-expected.txt:
3310 * platform/mac/svg/batik/text/verticalText-expected.txt:
3311 * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
3312 * platform/mac/svg/carto.net/button-expected.txt:
3313 * platform/mac/svg/carto.net/colourpicker-expected.txt:
3314 * platform/mac/svg/carto.net/slider-expected.txt:
3315 * platform/mac/svg/carto.net/window-expected.txt:
3316 * platform/mac/svg/clip-path/clip-path-child-clipped-expected.txt:
3317 * platform/mac/svg/clip-path/clip-path-clipped-no-content-expected.txt:
3318 * platform/mac/svg/clip-path/clip-path-evenodd-expected.txt:
3319 * platform/mac/svg/clip-path/clip-path-evenodd-nonzero-expected.txt:
3320 * platform/mac/svg/clip-path/clip-path-nonzero-evenodd-expected.txt:
3321 * platform/mac/svg/clip-path/clip-path-nonzero-expected.txt:
3322 * platform/mac/svg/clip-path/clip-path-text-and-shape-expected.txt:
3323 * platform/mac/svg/clip-path/clip-path-use-as-child2-expected.txt:
3324 * platform/mac/svg/clip-path/clip-path-use-as-child3-expected.txt:
3325 * platform/mac/svg/clip-path/clip-path-use-as-child4-expected.txt:
3326 * platform/mac/svg/clip-path/clip-path-use-as-child5-expected.txt:
3327 * platform/mac/svg/clip-path/clip-path-with-container-expected.txt:
3328 * platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.txt:
3329 * platform/mac/svg/clip-path/clip-path-with-text-clipped-expected.txt:
3330 * platform/mac/svg/clip-path/clipper-placement-issue-expected.txt:
3331 * platform/mac/svg/css/clippath-with-shadow-expected.txt:
3332 * platform/mac/svg/css/mask-with-shadow-expected.txt:
3333 * platform/mac/svg/custom/broken-internal-references-expected.txt:
3334 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
3335 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
3336 * platform/mac/svg/custom/embedding-external-svgs-expected.txt:
3337 * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
3338 * platform/mac/svg/custom/pattern-rotate-expected.txt:
3339 * platform/mac/svg/custom/recursive-clippath-expected.txt:
3340 * platform/mac/svg/custom/recursive-mask-expected.txt:
3341 * platform/mac/svg/custom/recursive-pattern-expected.txt:
3342 * platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
3343 * platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.txt:
3344 * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
3345 * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.txt: