1 2012-03-01 Adam Klein <adamk@chromium.org>
3 Rebaseline fast/flexbox/010.html on Leopard after removing its suppression.
7 * platform/chromium-mac-leopard/fast/flexbox/010-expected.png: Added.
8 * platform/chromium-mac-snowleopard/fast/flexbox/010-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/flexbox/010-expected.png.
10 2012-03-01 Adam Klein <adamk@chromium.org>
12 Rebaselining some old Chromium tests and removing test_expectations.
16 * fast/writing-mode/block-level-images-expected.txt: Renamed from LayoutTests/platform/gtk/fast/writing-mode/block-level-images-expected.txt.
17 * platform/chromium-linux/fast/backgrounds/background-leakage-expected.png: Added.
18 * platform/chromium-linux/fast/backgrounds/background-leakage-transforms-expected.png: Added.
19 * platform/chromium-linux/fast/multicol/float-multicol-expected.png:
20 * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
21 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
22 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
23 * platform/chromium-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Removed.
24 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
25 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
26 * platform/chromium-mac-snowleopard/fast/multicol/float-multicol-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/float-multicol-expected.png.
27 * platform/chromium-mac-snowleopard/fast/writing-mode/block-level-images-expected.png: Added.
28 * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png: Removed.
29 * platform/chromium-win/fast/backgrounds/background-leakage-expected.png: Added.
30 * platform/chromium-win/fast/backgrounds/background-leakage-expected.txt: Added.
31 * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.png: Added.
32 * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.txt: Added.
33 * platform/chromium-win/fast/multicol/float-multicol-expected.png:
34 * platform/chromium-win/fast/multicol/float-multicol-expected.txt:
35 * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
36 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
37 * platform/chromium/test_expectations.txt:
38 * platform/mac/fast/writing-mode/block-level-images-expected.txt: Removed.
39 * platform/qt/fast/writing-mode/block-level-images-expected.txt: Removed.
41 2012-03-01 Dirk Pranke <dpranke@chromium.org>
43 chromium: start running virtual gpu tests
44 https://bugs.webkit.org/show_bug.cgi?id=80050
46 Unreviewed, expectations change.
48 This patch un-SKIPs the platform/chromium/virtual/gpu tests
49 and copies their expectations from the GPU and generic
50 expectations for fast/canvas and canvas/philip. I
51 will re-sort the expectations in subsequent patches so
52 that the virtual expectations are next to the action ones,
53 for easier maintenance.
55 * platform/chromium/test_expectations.txt:
57 2012-03-01 Adam Klein <adamk@chromium.org>
59 Mark fast/workers/stress-js-execution.html as flakily crashy on cr-win.
63 * platform/chromium/test_expectations.txt:
65 2012-03-01 Adam Klein <adamk@chromium.org>
67 Remove outdated (mostly mac) test suppressions.
71 * platform/chromium/test_expectations.txt:
73 2012-03-01 Adam Klein <adamk@chromium.org>
75 Mark svg/W3C-SVG-1.1/animate-elem-32-t.svg as debug/crash after r109342.
79 * platform/chromium/test_expectations.txt:
81 2012-03-01 Adam Klein <adamk@chromium.org>
83 Remove lots of bogus flaky test suppressions, mark some others
84 as always failing and some others for rebaselining.
88 * platform/chromium/test_expectations.txt:
90 2012-03-01 Joe Thomas <joethomas@motorola.com>
92 :empty still applies to elements made non-empty via page dynamics.
93 https://bugs.webkit.org/show_bug.cgi?id=79734
95 Check for :empty style change should be made even if the RenderStyle for the element is NULL
96 as changes to the element's children can trigger a change in :empty state of the parent element.
98 Reviewed by Antti Koivisto.
100 * fast/selectors/empty-element-made-non-empty-expected.txt: Added.
101 * fast/selectors/empty-element-made-non-empty.html: Added.
103 2012-03-01 Kangil Han <kangil.han@samsung.com>
105 [DRT] Remove all PlainTextController usages in existing tests by adding internal API
106 https://bugs.webkit.org/show_bug.cgi?id=78570
108 Reviewed by Hajime Morita.
110 This patch will remove all PlainTextController usages
111 in existing DRT tests by adding internal API to WebCore/testing/Internals
113 * editing/text-iterator/basic-iteration-expected.txt:
114 * editing/text-iterator/script-tests/basic-iteration.js:
116 2012-03-01 Adam Klein <adamk@chromium.org>
118 Rebaseline to remove quotes around font name after r109382.
120 Unreviewed gardening.
122 * editing/inserting/5994480-2-expected.txt:
124 2012-03-01 Adam Klein <adamk@chromium.org>
126 Remove expectations for no-longer-flaky tests on Snow Leopard.
127 https://bugs.webkit.org/show_bug.cgi?id=54322
129 Unreviewed gardening.
131 * platform/chromium/test_expectations.txt:
133 2012-03-01 Julien Chaffraix <jchaffraix@webkit.org>
135 Unreviewed, rolling out r109367.
136 http://trac.webkit.org/changeset/109367
137 https://bugs.webkit.org/show_bug.cgi?id=75568
139 Some tests started to fail in a non obvious way.
141 * platform/chromium-win/fast/repaint/iframe-scroll-repaint-expected.png:
142 * platform/chromium/test_expectations.txt:
143 * platform/efl/test_expectations.txt:
144 * platform/gtk/test_expectations.txt:
145 * platform/mac/test_expectations.txt:
146 * platform/qt/test_expectations.txt:
147 * platform/win/Skipped:
149 2012-03-01 Kenichi Ishibashi <bashi@chromium.org>
151 REGRESSION: Outlook 2007 doesn't display fonts correctly on emails composed by WebKit
152 https://bugs.webkit.org/show_bug.cgi?id=79448
154 Reviewed by Ryosuke Niwa.
156 Add a test that makes sure WebKit doesn't produce single quotes around
157 face attribute of font element.
159 * editing/style/font-face-unquote-expected.txt: Added.
160 * editing/style/font-face-unquote.html: Added.
162 2012-03-01 Adam Klein <adamk@chromium.org>
164 Mark use-same-database-in-page-and-workers.html as a TEXT failure.
165 Requested by dslomov on #webkit.
167 Unreviewed gardening.
169 * platform/chromium/test_expectations.txt:
171 2012-03-01 Pavel Feldman <pfeldman@chromium.org>
173 Web Inspector: arrays in object properties sections do not scale.
174 https://bugs.webkit.org/show_bug.cgi?id=64596
176 Reviewed by Vsevolod Vlasov.
178 * inspector/console/console-big-array-expected.txt: Added.
179 * inspector/console/console-big-array.html: Added.
181 2012-03-01 Tom Sepez <tsepez@chromium.org>
183 Move m_frame protector from FrameLoader::changeLocation to FrameLoader::urlSelected
184 https://bugs.webkit.org/show_bug.cgi?id=79882
186 Reviewed by Adam Barth.
188 * fast/frames/url-selected-crash-expected.txt: Added.
189 * fast/frames/url-selected-crash.html: Added.
191 2012-03-01 Julien Chaffraix <jchaffraix@webkit.org>
193 Lazily allocate overflow: hidden layers if we have overflowing content
194 https://bugs.webkit.org/show_bug.cgi?id=75568
196 Reviewed by David Hyatt.
198 * platform/chromium-win/fast/repaint/iframe-scroll-repaint-expected.png:
199 This test really doesn't seem to test much on all platforms. The new expected result is as
200 good as the original from a correctness perspective. It just means we now do repaint the whole
201 iframe when scrolling.
203 * platform/chromium/test_expectations.txt:
204 * platform/efl/test_expectations.txt:
205 * platform/gtk/test_expectations.txt:
206 * platform/mac/test_expectations.txt:
207 * platform/qt/test_expectations.txt:
208 * platform/win/Skipped:
209 Disable gazillions tests that need a small rebaseline after losing some layers. The expectations are
210 updated to match each platform as best as I could but expect some breakage...
212 2012-03-01 Abhishek Arya <inferno@chromium.org>
214 Protect functions using two container node function, each of which can fire mutation events.
215 https://bugs.webkit.org/show_bug.cgi?id=78397
217 Reviewed by Ryosuke Niwa.
219 * fast/dom/document-set-title-mutation-crash-expected.txt: Added.
220 * fast/dom/document-set-title-mutation-crash.html: Added.
221 * fast/dom/option-text-mutation-crash-expected.txt: Added.
222 * fast/dom/option-text-mutation-crash.html: Added.
224 2012-03-01 Shinya Kawanaka <shinyak@chromium.org>
226 Appending ShadowRoot into an element should not cause crash.
227 https://bugs.webkit.org/show_bug.cgi?id=79620
229 Reviewed by Dimitri Glazkov.
231 * fast/dom/shadow/shadow-root-append-expected.txt: Added.
232 * fast/dom/shadow/shadow-root-append.html: Added.
233 * platform/efl/Skipped:
234 * platform/mac/Skipped:
235 * platform/qt/Skipped:
236 * platform/win/Skipped:
237 * platform/wincairo/Skipped:
238 * platform/wk2/Skipped:
240 2012-03-01 Stephen Chenney <schenney@chromium.org>
242 Crash in WebCore::SVGDocumentExtensions::removeAnimationElementFromTarget
243 https://bugs.webkit.org/show_bug.cgi?id=79831
245 Reviewed by Eric Seidel.
247 Out-of-order operations in the SVGSMILElement::removedFromDocument
248 method caused its target to be removed and then re-added due to a
249 later call. This led to the target being set on the animation while
250 the target element itself was unaware. At deletion time, this caused a
251 crash (or assert in debug builds). Thanks to Abhishek Arya for help
252 with the layout test.
254 * svg/animations/resources/smil-element-target-crash.svg: Added.
255 * svg/animations/smil-element-target-crash-main-expected.txt: Added.
256 * svg/animations/smil-element-target-crash-main.html: Added.
258 2012-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
260 Not reviewed. Rebaseline another SVG test on SnowLeopard, now new-run-webkit-tests --tolerance 0 -p svg also passes w/o failures on SL.
262 * platform/mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
264 2012-03-01 Ilya Tikhonovsky <loislo@chromium.org>
266 Web Inspector: move heap snapshot nodes data to external array.
267 https://bugs.webkit.org/show_bug.cgi?id=79911
269 Reviewed by Vsevolod Vlasov.
271 * inspector/profiler/heap-snapshot-loader.html:
272 * inspector/profiler/heap-snapshot-test.js:
273 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
274 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMock):
275 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockWithDOM):
277 2012-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
279 Introduce SMIL overrideStyle, to make SVG stop mutating CSS styles directly
280 https://bugs.webkit.org/show_bug.cgi?id=79790
282 Reviewed by Zoltan Herczeg.
284 SVG CSS property animations aren't leaked into the DOM anymore, update the tests.
286 * svg/animations/animate-color-transparent-expected.txt:
287 * svg/animations/animate-currentColor-expected.txt:
288 * svg/animations/animate-dynamic-update-attributeName-expected.txt:
289 * svg/animations/animate-inherit-css-property-expected.txt:
290 * svg/animations/attributeTypes-expected.txt: Added.
291 * svg/animations/attributeTypes.html: Added.
292 * svg/animations/resources/attributeTypes.svg: Added.
293 * svg/animations/script-tests/animate-color-transparent.js:
296 * svg/animations/script-tests/animate-currentColor.js:
300 * svg/animations/script-tests/animate-dynamic-update-attributeName.js:
303 * svg/animations/script-tests/animate-inherit-css-property.js:
307 * svg/animations/script-tests/attributeTypes.js: Added.
312 * svg/animations/script-tests/svgstring-animation-fallback-to-discrete.js:
316 * svg/animations/svgstring-animation-fallback-to-discrete-expected.txt:
318 2012-03-01 Florin Malita <fmalita@google.com>
320 Percent width/height SVG not always scaled on window resize
321 https://bugs.webkit.org/show_bug.cgi?id=79490
323 Reviewed by Nikolas Zimmermann.
325 Update tests to avoid the use of window.resize{To,By}.
327 * fast/repaint/percent-minheight-resize-expected.html:
328 * fast/repaint/percent-minheight-resize.html:
329 * svg/custom/svg-percent-scale-expected.html:
330 * svg/custom/svg-percent-scale-vonly-expected.html:
331 * svg/custom/svg-percent-scale-vonly.html:
332 * svg/custom/svg-percent-scale.html:
334 2012-02-29 Pavel Podivilov <podivilov@chromium.org>
336 Web Inspector: abstract out the common pattern of creating auto-updated locations.
337 https://bugs.webkit.org/show_bug.cgi?id=79906
339 Reviewed by Vsevolod Vlasov.
341 * inspector/debugger/linkifier.html:
343 2012-02-29 Shinya Kawanaka <shinyak@chromium.org>
345 Fallback elements in non-youngest shadow tree should not be rendered.
346 https://bugs.webkit.org/show_bug.cgi?id=80002
348 Reviewed by Hajime Morita.
350 Since createContentWithSelect shadw-test-driver.js is not intuitive, fallback element
351 is not added in existing tests.
352 This change makes sure the existence of fallback elements.
354 * fast/dom/resources/shadow-test-driver.js:
355 (createContentWithSelect):
356 * fast/dom/shadow/content-element-move.html:
357 * fast/dom/shadow/multiple-shadowroot-rendering.html:
359 2012-02-29 Kentaro Hara <haraken@chromium.org>
361 Unreviewed, gardening.
363 * platform/chromium/test_expectations.txt:
365 2012-02-29 Shinya Kawanaka <shinyak@chromium.org>
367 Unreviewed, rolling out r109309.
368 http://trac.webkit.org/changeset/109309
369 https://bugs.webkit.org/show_bug.cgi?id=80002
373 * fast/dom/resources/shadow-test-driver.js:
374 (createContentWithSelect):
375 * fast/dom/shadow/content-element-move.html:
377 2012-02-29 Kentaro Hara <haraken@chromium.org>
379 Unreviewed, gardening.
381 * platform/chromium-mac-snowleopard/media/sources-fallback-codecs-expected.txt: Added.
383 2012-02-29 Shinya Kawanaka <shinyak@chromium.org>
385 createContentWithSelect in shadow-test-driver.js is not intuitive.
386 https://bugs.webkit.org/show_bug.cgi?id=80002
388 Reviewed by Hajime Morita.
390 createContentWithSelect takes an agument 'fallback', but it used to create a text node
391 if the argument is missing. This is not intuitive at all.
393 This patch changes the createContentWithSelect behavior to make it intuitive.
395 * fast/dom/resources/shadow-test-driver.js:
396 (createContentWithSelect):
397 * fast/dom/shadow/content-element-move.html:
399 2012-02-29 Erik Arvidsson <arv@chromium.org>
401 Rename DOMSelection to Selection
402 https://bugs.webkit.org/show_bug.cgi?id=79688
404 Reviewed by Adam Barth.
406 * fast/dom/Window/window-properties-expected.txt:
407 * fast/dom/dom-constructors-expected.txt:
408 * fast/dom/dom-constructors.html:
409 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
410 * platform/mac/fast/dom/Window/window-properties-expected.txt:
411 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
412 * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
413 * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt:
414 * platform/qt/fast/dom/Window/window-properties-expected.txt:
415 * platform/win/fast/dom/Window/window-properties-expected.txt:
417 2012-02-29 Joshua Bell <jsbell@chromium.org>
419 IndexedDB: IDBDatabase.objectStoreNames and IDObjectStore.indexNames results should be sorted
420 https://bugs.webkit.org/show_bug.cgi?id=79950
422 Reviewed by Tony Chang.
424 * storage/indexeddb/list-ordering-expected.txt: Added.
425 * storage/indexeddb/list-ordering.html: Added.
427 2012-02-29 Kentaro Hara <haraken@chromium.org>
429 Unreviewed, gardening.
431 * platform/chromium-linux/fast/workers/storage/use-same-database-in-page-and-workers-expected.txt: Added.
433 2012-02-29 Stephen Chenney <schenney@chromium.org>
435 SVG <use> element allows invalid contents
436 https://bugs.webkit.org/show_bug.cgi?id=77764
438 Reviewed by Nikolas Zimmermann.
440 These test all use invalid elements in the <use> and crash in the absence
441 of this patch. Existing tests cover the valid elements in <use>, so no
442 additional tests for those.
444 * svg/custom/bug78807-expected.txt: Added.
445 * svg/custom/bug78807.svg: Added.
446 * svg/custom/bug78838-expected.txt: Added.
447 * svg/custom/bug78838.html: Added.
448 * svg/custom/bug79798-expected.txt: Added.
449 * svg/custom/bug79798.html: Added.
450 * svg/custom/resources/bug78838.svg: Added.
451 * svg/custom/resources/bug79798.svg: Added.
453 2012-02-29 Ami Fischman <fischman@chromium.org>
455 Continue the search for playable mime types among <source> children of <video> even when using data: URLs
456 https://bugs.webkit.org/show_bug.cgi?id=79934
458 Reviewed by Eric Carlson.
460 * media/sources-fallback-codecs-expected.txt: Added.
461 * media/sources-fallback-codecs.html: Added.
463 2012-02-29 Dirk Pranke <dpranke@chromium.org>
465 need to clone the gpu baselines and expectations into the new "virtual" dir
466 https://bugs.webkit.org/show_bug.cgi?id=79956
468 Unreviewed, expectations change and new baselines.
470 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
471 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-before-css-expected.png: Added.
472 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png: Added.
473 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.txt: Added.
474 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png: Added.
475 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-reset-expected.png: Added.
476 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
477 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png: Added.
478 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png: Added.
479 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
480 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/drawImage-expected.png: Added.
481 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
482 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
483 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png: Added.
484 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png: Added.
485 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png: Added.
486 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png: Added.
487 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png: Added.
488 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
489 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-1-expected.png: Added.
490 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-2-expected.png: Added.
491 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-3-expected.png: Added.
492 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-4-expected.png: Added.
493 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-5-expected.png: Added.
494 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-6-expected.png: Added.
495 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-7-expected.png: Added.
496 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/toDataURL-alpha-expected.png: Added.
497 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/zero-size-fill-rect-expected.png: Added.
498 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.gradient.radial.cone.cylinder-expected.txt: Added.
499 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.line.width.basic-expected.txt: Added.
500 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.line.width.transformed-expected.txt: Added.
501 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.path.arcTo.shape.curve1-expected.txt: Added.
502 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.path.arcTo.shape.curve2-expected.txt: Added.
503 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.shadow.enable.blur-expected.txt: Added.
504 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.text.draw.fontface.notinpage-expected.txt: Added.
505 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.transformation.setTransform.skewed-expected.txt: Added.
506 * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/2d.transformation.transform.skewed-expected.txt: Added.
507 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-expected.png: Added.
508 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png: Added.
509 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-zoom-expected.png: Added.
510 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png: Added.
511 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
512 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png: Added.
513 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-currentColor-expected.txt: Added.
514 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Added.
515 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-fillPath-shadow-expected.txt: Added.
516 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
517 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added.
518 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
519 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png: Added.
520 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-skewed-expected.png: Added.
521 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png: Added.
522 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
523 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png: Added.
524 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png: Added.
525 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png: Added.
526 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png: Added.
527 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png: Added.
528 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
529 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
530 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-expected.png: Added.
531 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-expected.txt: Added.
532 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
533 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-incremental-repaint-expected.txt: Added.
534 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-before-css-expected.png: Added.
535 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png: Added.
536 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.txt: Added.
537 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-zoom-expected.png: Added.
538 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-zoom-expected.txt: Added.
539 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png: Added.
540 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
541 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png: Added.
542 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
543 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-reset-expected.png: Added.
544 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
545 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-baseline-expected.png: Added.
546 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-identity-expected.png: Added.
547 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-infinity-expected.png: Added.
548 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-multiply-expected.png: Added.
549 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-nan-expected.png: Added.
550 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-non-invertible-expected.png: Added.
551 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-skewed-expected.png: Added.
552 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transforms-during-path-expected.png: Added.
553 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
554 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/drawImage-expected.png: Added.
555 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
556 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
557 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png: Added.
558 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
559 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png: Added.
560 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png: Added.
561 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/patternfill-repeat-expected.png: Added.
562 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png: Added.
563 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
564 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-1-expected.png: Added.
565 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-2-expected.png: Added.
566 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-3-expected.png: Added.
567 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-4-expected.png: Added.
568 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-5-expected.png: Added.
569 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-6-expected.png: Added.
570 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/shadow-offset-7-expected.png: Added.
571 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/toDataURL-alpha-expected.png: Added.
572 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/zero-size-fill-rect-expected.png: Added.
573 * platform/chromium/test_expectations.txt:
574 * platform/chromium/virtual/gpu/README.txt: Added.
575 * platform/chromium/virtual/gpu/canvas/philip/README.txt: Added.
576 * platform/chromium/virtual/gpu/fast/canvas/README.txt: Added.
578 2012-02-29 Kentaro Hara <haraken@chromium.org>
580 Unreviewed gardening.
582 * platform/chromium/fast/regions/select-in-region-crash-expected.txt: Added.
584 2012-02-29 Kentaro Hara <haraken@chromium.org>
586 Unreviewed, marking RegExp.html as FAIL in Chromium/V8
587 since it requires a fix in V8.
589 * platform/chromium/test_expectations.txt:
591 2012-02-29 Shinya Kawanaka <shinyak@chromium.org>
593 Methods in ShadowTree and TreeScopeAdopter should be multiple shadow roots aware.
594 https://bugs.webkit.org/show_bug.cgi?id=79768
596 Reviewed by Hajime Morita.
598 * fast/dom/shadow/multiple-shadowroot-adopt-expected.txt: Added.
599 * fast/dom/shadow/multiple-shadowroot-adopt.html: Added.
600 * platform/efl/Skipped:
601 * platform/mac/Skipped:
602 * platform/qt/Skipped:
603 * platform/win/Skipped:
604 * platform/wincairo/Skipped:
605 * platform/wk2/Skipped:
607 2012-02-29 David Levin <levin@chromium.org>
609 [chromium] Add the ability to turn off autoresize.
610 https://bugs.webkit.org/show_bug.cgi?id=77452
612 Reviewed by Darin Fisher.
614 * fast/autoresize/turn-off-autoresize-expected.txt: Added.
615 * fast/autoresize/turn-off-autoresize.html: Added.
617 2012-02-29 Adam Klein <adamk@chromium.org>
619 Rebaseline line-grid tests for Chromium after r109267.
621 Unreviewed gardening.
623 * platform/chromium-linux/fast/line-grid/line-align-left-edges-expected.png: Added.
624 * platform/chromium-linux/fast/line-grid/line-align-right-edges-expected.png: Added.
625 * platform/chromium-mac-snowleopard/fast/line-grid/line-align-left-edges-expected.png: Added.
626 * platform/chromium-mac-snowleopard/fast/line-grid/line-align-right-edges-expected.png: Added.
627 * platform/chromium-win/fast/line-grid/line-align-left-edges-expected.png: Added.
628 * platform/chromium-win/fast/line-grid/line-align-right-edges-expected.png: Added.
630 2012-02-29 Adam Klein <adamk@chromium.org>
632 Mark fast/js/kde/RegExp.html test as failing on Chromium due to
633 differing V8 behavior. Opened http://code.google.com/p/v8/issues/detail?id=1982
634 to track this issue in V8.
636 Unreviewed gardening.
638 * platform/chromium/test_expectations.txt:
640 2012-02-29 Daniel Cheng <dcheng@chromium.org>
642 [chromium] REGRESSION: Cannot drag a file out
643 https://bugs.webkit.org/show_bug.cgi?id=79817
645 Reviewed by Ryosuke Niwa.
647 * platform/chromium/fast/events/drag-downloadURL-expected.txt: Added.
648 * platform/chromium/fast/events/drag-downloadURL.html: Added.
650 2012-02-29 Gavin Barraclough <barraclough@apple.com>
652 'source' property of RegExp instance cannot be ""
653 https://bugs.webkit.org/show_bug.cgi?id=79938
655 Reviewed by Oliver Hunt.
657 15.10.6.4 specifies that RegExp.prototype.toString must return '/' + source + '/',
658 and also states that the result must be a valid RegularExpressionLiteral. '//' is
659 not a valid RegularExpressionLiteral (since it is a single line comment), and hence
660 source cannot ever validly be "". If the source is empty, return a different Pattern
661 that would match the same thing.
663 * fast/js/kde/RegExp-expected.txt:
664 * fast/js/kde/script-tests/RegExp.js:
665 * fast/regex/script-tests/toString.js:
666 * fast/regex/toString-expected.txt:
667 - Update these tests to check for the correct result.
668 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A3_T1-expected.txt:
669 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A3_T2-expected.txt:
670 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A3_T3-expected.txt:
671 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A3_T4-expected.txt:
672 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A3_T5-expected.txt:
673 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A4_T2-expected.txt:
674 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A4_T3-expected.txt:
675 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A4_T5-expected.txt:
676 - Check in failing results, these tests are all incorrect.
678 2012-02-29 Joshua Bell <jsbell@chromium.org>
680 IndexedDB: Resource leak with IDBObjectStore.openCursor
681 https://bugs.webkit.org/show_bug.cgi?id=79835
683 Ensure that IDBCursor.continue() throws the right exception when transaction is finished.
685 Reviewed by Tony Chang.
687 * storage/indexeddb/cursor-continue-expected.txt:
688 * storage/indexeddb/cursor-continue.html:
690 2012-02-29 Adam Klein <adamk@chromium.org>
692 Unreviewed gardening. Remove suppressions for rubberbanding tests.
694 These tests were broken by r109183 and should be fixed by r109265.
696 * platform/chromium/test_expectations.txt:
698 2012-02-29 Adam Klein <adamk@chromium.org>
700 Unreviewed gardening, add MAC GPU expectations for 2d.transformation.*
701 (removed due to MAC CPU config passing in r109257).
703 * platform/chromium/test_expectations.txt:
705 2012-02-29 David Hyatt <hyatt@apple.com>
707 https://bugs.webkit.org/show_bug.cgi?id=79940
708 <rdar://problem/10080189>
710 Add support in WebKit for an intra-line character grid for Japanese text layout.
712 New tests for basic left and right alignment of lines in the presence of
713 floating and positioned objects as well as objects with margins and borders.
715 Reviewed by Dan Bernstein.
717 * fast/line-grid/line-align-left-edges.html: Added.
718 * fast/line-grid/line-align-right-edges.html: Added.
719 * platform/mac/fast/line-grid/line-align-left-edges-expected.png: Added.
720 * platform/mac/fast/line-grid/line-align-left-edges-expected.txt: Added.
721 * platform/mac/fast/line-grid/line-align-right-edges-expected.png: Added.
722 * platform/mac/fast/line-grid/line-align-right-edges-expected.txt: Added.
724 2012-02-29 Adam Klein <adamk@chromium.org>
726 Unreviewed gardening, remove some more stale expectations (mostly mac repaint tests).
728 * platform/chromium/test_expectations.txt:
730 2012-02-29 Tommy Widenflycht <tommyw@google.com>
732 MediaStream API: MediaStreamTrackList out-of-bounds access fix
733 https://bugs.webkit.org/show_bug.cgi?id=79889
735 Reviewed by Adam Barth.
737 Out-of-bounds access to MediaStreamTrackList ASSERTS instead of returning 0,
738 this is not according to ecmascript standard. Also fixed a similar issue in MediaStreamList.
740 * fast/mediastream/peerconnection-mediastreamlist-expected.txt: Added.
741 * fast/mediastream/peerconnection-mediastreamlist.html: Added.
743 2012-02-29 Adam Klein <adamk@chromium.org>
745 Unreviewed gardening, mark a few more tests as passing.
747 * platform/chromium/test_expectations.txt:
749 2012-02-29 Adam Klein <adamk@chromium.org>
751 Unreviewed gardening, remove a bunch of expectations for now-passing tests.
753 * platform/chromium/test_expectations.txt:
755 2012-02-29 Adam Klein <adamk@chromium.org>
757 Unreviewed gardening, mark some tests as passing on GPU tests.
759 * platform/chromium/test_expectations.txt:
761 2012-02-29 Kaustubh Atrawalkar <kaustubh@motorola.com>
763 ShadowRoot need innerHTML
764 https://bugs.webkit.org/show_bug.cgi?id=78473
766 Reviewed by Hajime Morita.
768 Implement innerHTML attribute for ShadowRoot.
770 * fast/dom/shadow/shadow-root-innerHTML-expected.txt: Added.
771 * fast/dom/shadow/shadow-root-innerHTML.html: Added.
772 * platform/qt/Skipped: Added test case in Skipped as ShadowRoot is supported by Chromium only.
773 * platform/mac/Skipped: ditto.
774 * platform/win/Skipped: ditto.
775 * platform/wincairo/Skipped: ditto.
776 * platform/wk2/Skipped: ditto.
778 2012-02-29 Adam Klein <adamk@chromium.org>
780 Unreviewed gardening, mark a test as waiting for rebaselining after a skia update.
782 * platform/chromium/test_expectations.txt:
784 2012-02-29 Adam Klein <adamk@chromium.org>
786 Unreviewed gardening, remove incorrect platform-specific expectation.
788 * platform/chromium-win/fast/events/message-port-multi-expected.txt: Removed.
790 2012-02-29 Ken Buchanan <kenrb@chromium.org>
792 Crash when changing list marker locations
793 https://bugs.webkit.org/show_bug.cgi?id=79681
795 Reviewed by David Hyatt.
797 This test exercises the crashing condition for bug 79681 where an
798 anonymous block was being removed from the render tree inappropriately.
800 * fast/lists/remove-listmarker-from-anonblock-with-continuation-crash-expected.txt: Added
801 * fast/lists/remove-listmarker-from-anonblock-with-continuation-crash.html: Added
803 2012-02-29 Adam Klein <adamk@chromium.org>
805 Unreviewed gardening, further mark stop-animation-on-suspend.html as crashy on Windows.
807 * platform/chromium/test_expectations.txt:
809 2012-02-29 Gavin Barraclough <barraclough@apple.com>
811 Writable attribute not set correctly when redefining an accessor to a data descriptor
812 https://bugs.webkit.org/show_bug.cgi?id=79931
814 Reviewed by Oliver Hunt.
816 * fast/js/Object-defineProperty-expected.txt:
817 * fast/js/script-tests/Object-defineProperty.js:
820 2012-02-29 Max Feil <mfeil@rim.com>
822 [BlackBerry] Add support for FLAC audio and OGG/Vorbis audio
823 https://bugs.webkit.org/show_bug.cgi?id=79519
825 Reviewed by Antonio Gomes.
827 A layout test already exists for OGG. We do not support OGG
828 video at this time, only audio.
830 * media/media-can-play-flac-audio-expected.txt: Added.
831 * media/media-can-play-flac-audio.html: Added.
832 * platform/chromium/test_expectations.txt:
833 * platform/efl/Skipped:
834 * platform/gtk/Skipped:
835 * platform/mac/Skipped:
836 * platform/qt/Skipped:
837 * platform/win/Skipped:
838 * platform/wincairo/Skipped:
840 2012-02-29 Greg Billock <gbillock@google.com>
842 Add more tests for web intents
843 https://bugs.webkit.org/show_bug.cgi?id=79527
845 Reviewed by Adam Barth.
847 * webintents/resources/web-intents-testing.js: Added.
850 (startIntentWithCallbacks):
851 (simulateButtonPress):
852 * webintents/web-intents-failure-expected.txt: Added.
853 * webintents/web-intents-failure.html: Added.
854 * webintents/web-intents-invoke-expected.txt: Added.
855 * webintents/web-intents-invoke.html: Added.
856 * webintents/web-intents-reload.html:
857 * webintents/web-intents-reply-expected.txt: Added.
858 * webintents/web-intents-reply.html: Added.
860 2012-02-29 Dmitry Lomov <dslomov@google.com>
862 Unreviewed: updating expectations for chrmium (error messages)
864 * platform/chromium/fast/events/message-port-multi-expected.txt: Added.
865 * platform/chromium/test_expectations.txt:
867 2012-02-29 Parag Radke <parag@motorola.com>
869 Crash in WebCore::CompositeEditCommand::insertNodeAt
870 https://bugs.webkit.org/show_bug.cgi?id=67764
872 Reviewed by Ryosuke Niwa.
874 Added a test case to test deletion when caret position after deletion and
875 destination postion renders at the same place.
877 * editing/deleting/delete-block-merge-contents-025-expected.txt: Added.
878 * editing/deleting/delete-block-merge-contents-025.html: Added.
880 2012-02-29 Nikolas Zimmermann <nzimmermann@rim.com>
882 Not reviewed. Final set of pixel tests for Snow Leopard, svg/ passes with tolerance 0 again,
883 despite one known flaky test and 2 known failures that affect Lion as well.
885 * platform/mac-snowleopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
886 * platform/mac-snowleopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
887 * platform/mac-snowleopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
888 * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
889 * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
890 * platform/mac-snowleopard/svg/css/group-with-shadow-expected.png:
891 * platform/mac-snowleopard/svg/custom/gradient-rotated-bbox-expected.png: Added.
892 * platform/mac-snowleopard/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
893 * platform/mac-snowleopard/svg/custom/marker-opacity-expected.png: Added.
894 * platform/mac-snowleopard/svg/custom/shapes-supporting-markers-expected.png:
895 * platform/mac-snowleopard/svg/custom/zero-path-square-cap-rendering2-expected.png: Added.
896 * platform/mac-snowleopard/svg/filters/filter-placement-issue-expected.png: Added.
897 * platform/mac-snowleopard/svg/filters/filter-refresh-expected.png: Added.
898 * platform/mac-snowleopard/svg/filters/filter-rounding-issues-expected.png: Added.
899 * platform/mac-snowleopard/svg/filters/filter-source-position-expected.png: Added.
900 * platform/mac-snowleopard/svg/filters/filter-width-update-expected.png:
901 * platform/mac-snowleopard/svg/filters/filterRes-expected.png: Added.
902 * platform/mac-snowleopard/svg/filters/filterRes1-expected.png: Added.
903 * platform/mac-snowleopard/svg/filters/filterRes2-expected.png: Added.
904 * platform/mac-snowleopard/svg/filters/filterRes3-expected.png: Added.
905 * platform/mac-snowleopard/svg/filters/filteredImage-expected.png: Added.
906 * platform/mac-snowleopard/svg/filters/parent-children-with-same-filter-expected.png: Added.
907 * platform/mac-snowleopard/svg/filters/shadow-on-filter-expected.png: Added.
908 * platform/mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
909 * platform/mac-snowleopard/svg/filters/subRegion-in-userSpace-expected.png: Added.
910 * platform/mac-snowleopard/svg/filters/subRegion-one-effect-expected.png:
911 * platform/mac-snowleopard/svg/filters/subRegion-two-effects-expected.png:
912 * platform/mac-snowleopard/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
913 * platform/mac-snowleopard/svg/foreignObject/filter-expected.png: Added.
914 * platform/mac-snowleopard/svg/foreignObject/text-tref-02-b-expected.png:
915 * platform/mac-snowleopard/svg/hixie/perf/001-expected.png:
916 * platform/mac-snowleopard/svg/hixie/perf/002-expected.png:
917 * platform/mac-snowleopard/svg/hixie/perf/005-expected.png: Added.
918 * platform/mac-snowleopard/svg/hixie/perf/006-expected.png: Added.
919 * platform/mac-snowleopard/svg/hixie/perf/007-expected.png:
920 * platform/mac-snowleopard/svg/repaint/filter-child-repaint-expected.png: Added.
921 * platform/mac-snowleopard/svg/repaint/filter-repaint-expected.png:
922 * platform/mac-snowleopard/svg/repaint/image-href-change-expected.png: Added.
923 * platform/mac-snowleopard/svg/repaint/image-with-clip-path-expected.png: Added.
924 * platform/mac-snowleopard/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added.
925 * platform/mac-snowleopard/svg/text/select-textLength-spacing-squeeze-2-expected.png:
926 * platform/mac-snowleopard/svg/text/select-textLength-spacing-stretch-4-expected.png:
927 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
928 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
929 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
930 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
931 * platform/mac-snowleopard/svg/text/selection-background-color-expected.png: Added.
932 * platform/mac-snowleopard/svg/text/text-align-01-b-expected.png:
933 * platform/mac-snowleopard/svg/text/text-align-05-b-expected.png:
934 * platform/mac-snowleopard/svg/text/text-align-06-b-expected.png:
935 * platform/mac-snowleopard/svg/text/text-fill-opacity-expected.png: Added.
936 * platform/mac-snowleopard/svg/text/text-path-01-b-expected.png:
937 * platform/mac-snowleopard/svg/text/text-spacing-01-b-expected.png:
938 * platform/mac-snowleopard/svg/text/text-text-01-b-expected.png:
939 * platform/mac-snowleopard/svg/text/text-text-04-t-expected.png:
940 * platform/mac-snowleopard/svg/text/text-text-05-t-expected.png:
941 * platform/mac-snowleopard/svg/text/text-text-07-t-expected.png:
942 * platform/mac-snowleopard/svg/text/text-tselect-02-f-expected.png: Added.
943 * platform/mac-snowleopard/svg/text/tspan-dynamic-positioning-expected.png: Added.
944 * platform/mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
945 * platform/mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png:
946 * platform/mac-snowleopard/svg/webarchive/svg-feimage-subresources-expected.png: Added.
947 * platform/mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png:
948 * platform/mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Added.
949 * platform/mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
950 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
951 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
952 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
954 2012-02-28 Nikolas Zimmermann <nzimmermann@rim.com>
956 Add harness to sample W3C SVG animation tests
957 https://bugs.webkit.org/show_bug.cgi?id=79784
959 Reviewed by Hajime Morita.
961 Make it possible to load external SVG documents within the svg/animations testing harness,
962 to sample the vanilla testcases from W3C-SVG-1.1 at certain points, specific to each file.
963 The only thing we have to change is to give the <animate> elements an id, so that its start
964 time and duration can be queried. This is the only change needed in the *.svg files that we
967 We can now compare the animation in Opera/FF and WebKit, thus making automatized tests of
968 these SMIL testcases possible (baseVal/animVal dump at certain time, computedStyle etc.).
970 Add tests covering the first ~ 20 W3C animation tests. Already found one regresion:
971 - animate-elem-14-t.svg:
972 <animate attributeName="width" calcMode="discrete" values="300;255;180;30" keyTimes="0;.2;.4;.6" begin="0s" dur="10s" fill="freeze"/>
974 - animate-elem-18-t.svg
975 <animate attributeName="width" calcMode="discrete" values="300;255;180;30" keyTimes="0;.2;.6;.8" begin="0s" dur="10s" fill="freeze"/>
977 The last keyTime isn't correctly respected, seems to be equal to 1.0 - filed bug 79786.
978 The baseVal tests are still commented out, as we fail them all, as we animate the baseVal, instead of the animVal.
979 This will be fixed in the next follow-up patches.
981 * svg/W3C-SVG-1.1/animate-elem-03-t.svg:
982 * svg/W3C-SVG-1.1/animate-elem-04-t.svg:
983 * svg/W3C-SVG-1.1/animate-elem-05-t.svg:
984 * svg/W3C-SVG-1.1/animate-elem-06-t.svg:
985 * svg/W3C-SVG-1.1/animate-elem-07-t.svg:
986 * svg/W3C-SVG-1.1/animate-elem-08-t.svg:
987 * svg/W3C-SVG-1.1/animate-elem-09-t.svg:
988 * svg/W3C-SVG-1.1/animate-elem-10-t.svg:
989 * svg/W3C-SVG-1.1/animate-elem-11-t.svg:
990 * svg/W3C-SVG-1.1/animate-elem-12-t.svg:
991 * svg/W3C-SVG-1.1/animate-elem-13-t.svg:
992 * svg/W3C-SVG-1.1/animate-elem-14-t.svg:
993 * svg/W3C-SVG-1.1/animate-elem-15-t.svg:
994 * svg/W3C-SVG-1.1/animate-elem-16-t.svg:
995 * svg/W3C-SVG-1.1/animate-elem-17-t.svg:
996 * svg/W3C-SVG-1.1/animate-elem-18-t.svg:
997 * svg/W3C-SVG-1.1/animate-elem-19-t.svg:
998 * svg/animations/animate-elem-02-t-drt-expected.txt: Added.
999 * svg/animations/animate-elem-02-t-drt.html: Added.
1000 * svg/animations/animate-elem-03-t-drt-expected.txt: Added.
1001 * svg/animations/animate-elem-03-t-drt.html: Added.
1002 * svg/animations/animate-elem-04-t-drt-expected.txt: Added.
1003 * svg/animations/animate-elem-04-t-drt.html: Added.
1004 * svg/animations/animate-elem-05-t-drt-expected.txt: Added.
1005 * svg/animations/animate-elem-05-t-drt.html: Added.
1006 * svg/animations/animate-elem-06-t-drt-expected.txt: Added.
1007 * svg/animations/animate-elem-06-t-drt.html: Added.
1008 * svg/animations/animate-elem-07-t-drt-expected.txt: Added.
1009 * svg/animations/animate-elem-07-t-drt.html: Added.
1010 * svg/animations/animate-elem-08-t-drt-expected.txt: Added.
1011 * svg/animations/animate-elem-08-t-drt.html: Added.
1012 * svg/animations/animate-elem-09-t-drt-expected.txt: Added.
1013 * svg/animations/animate-elem-09-t-drt.html: Added.
1014 * svg/animations/animate-elem-10-t-drt-expected.txt: Added.
1015 * svg/animations/animate-elem-10-t-drt.html: Added.
1016 * svg/animations/animate-elem-11-t-drt-expected.txt: Added.
1017 * svg/animations/animate-elem-11-t-drt.html: Added.
1018 * svg/animations/animate-elem-12-t-drt-expected.txt: Added.
1019 * svg/animations/animate-elem-12-t-drt.html: Added.
1020 * svg/animations/animate-elem-13-t-drt-expected.txt: Added.
1021 * svg/animations/animate-elem-13-t-drt.html: Added.
1022 * svg/animations/animate-elem-14-t-drt-expected.txt: Added.
1023 * svg/animations/animate-elem-14-t-drt.html: Added.
1024 * svg/animations/animate-elem-15-t-drt-expected.txt: Added.
1025 * svg/animations/animate-elem-15-t-drt.html: Added.
1026 * svg/animations/animate-elem-16-t-drt-expected.txt: Added.
1027 * svg/animations/animate-elem-16-t-drt.html: Added.
1028 * svg/animations/animate-elem-17-t-drt-expected.txt: Added.
1029 * svg/animations/animate-elem-17-t-drt.html: Added.
1030 * svg/animations/animate-elem-18-t-drt-expected.txt: Added.
1031 * svg/animations/animate-elem-18-t-drt.html: Added.
1032 * svg/animations/animate-elem-19-t-drt-expected.txt: Added.
1033 * svg/animations/animate-elem-19-t-drt.html: Added.
1034 * svg/animations/resources/SVGAnimationTestCase.js:
1036 (expectTranslationMatrix):
1037 (moveAnimationTimelineAndSample):
1038 * svg/animations/script-tests/animate-elem-02-t-drt.js: Added.
1041 (sampleAfterBeginOfFirstRepetition):
1042 (sampleAfterMidOfFirstRepetition):
1044 * svg/animations/script-tests/animate-elem-03-t-drt.js: Added.
1049 * svg/animations/script-tests/animate-elem-04-t-drt.js: Added.
1054 * svg/animations/script-tests/animate-elem-05-t-drt.js: Added.
1059 * svg/animations/script-tests/animate-elem-06-t-drt.js: Added.
1064 * svg/animations/script-tests/animate-elem-07-t-drt.js: Added.
1069 * svg/animations/script-tests/animate-elem-08-t-drt.js: Added.
1074 * svg/animations/script-tests/animate-elem-09-t-drt.js: Added.
1080 * svg/animations/script-tests/animate-elem-10-t-drt.js: Added.
1086 * svg/animations/script-tests/animate-elem-11-t-drt.js: Added.
1092 * svg/animations/script-tests/animate-elem-12-t-drt.js: Added.
1098 * svg/animations/script-tests/animate-elem-13-t-drt.js: Added.
1103 * svg/animations/script-tests/animate-elem-14-t-drt.js: Added.
1109 * svg/animations/script-tests/animate-elem-15-t-drt.js: Added.
1115 * svg/animations/script-tests/animate-elem-16-t-drt.js: Added.
1121 * svg/animations/script-tests/animate-elem-17-t-drt.js: Added.
1127 * svg/animations/script-tests/animate-elem-18-t-drt.js: Added.
1133 * svg/animations/script-tests/animate-elem-19-t-drt.js: Added.
1139 * svg/dynamic-updates/resources/SVGTestCase.js:
1143 2012-02-29 Nikolas Zimmermann <nzimmermann@rim.com>
1145 Not reviewed. Next chunk of SL pixel test updates.
1147 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
1148 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
1149 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
1150 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
1151 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
1152 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
1153 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
1154 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
1155 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
1156 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
1157 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
1158 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
1159 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
1160 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
1161 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
1162 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
1163 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
1164 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
1165 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
1166 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
1167 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
1168 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
1169 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
1170 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
1171 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
1172 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
1173 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
1174 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
1175 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
1176 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
1177 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
1178 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
1179 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
1180 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
1181 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
1182 * platform/mac-snowleopard/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
1183 * platform/mac-snowleopard/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
1184 * platform/mac-snowleopard/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
1185 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
1186 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
1187 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
1188 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
1189 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
1190 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
1191 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
1192 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
1193 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
1194 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
1195 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
1196 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
1197 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
1198 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
1199 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
1200 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
1201 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
1202 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
1203 * platform/mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
1204 * platform/mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
1205 * platform/mac-snowleopard/svg/filters/animate-fill-expected.png: Added.
1206 * platform/mac-snowleopard/svg/filters/big-sized-filter-2-expected.png: Added.
1207 * platform/mac-snowleopard/svg/filters/big-sized-filter-expected.png: Added.
1208 * platform/mac-snowleopard/svg/filters/feColorMatrix-default-type-expected.png: Added.
1209 * platform/mac-snowleopard/svg/filters/feColorMatrix-offset-expected.png: Added.
1210 * platform/mac-snowleopard/svg/filters/feColorMatrix-saturate-expected.png: Added.
1211 * platform/mac-snowleopard/svg/filters/feColorMatrix-values-expected.png: Added.
1212 * platform/mac-snowleopard/svg/filters/feComposite-expected.png:
1213 * platform/mac-snowleopard/svg/filters/feConvolveFilter-y-bounds-expected.png: Added.
1214 * platform/mac-snowleopard/svg/filters/feDisplacementMap-expected.png: Added.
1215 * platform/mac-snowleopard/svg/filters/feDropShadow-expected.png: Added.
1216 * platform/mac-snowleopard/svg/filters/feGaussianBlur-expected.png: Added.
1217 * platform/mac-snowleopard/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Added.
1218 * platform/mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added.
1219 * platform/mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: Added.
1220 * platform/mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Added.
1221 * platform/mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Added.
1222 * platform/mac-snowleopard/svg/filters/feImage-late-indirect-update-expected.png: Added.
1223 * platform/mac-snowleopard/svg/filters/feImage-multiple-targets-id-change-expected.png: Added.
1224 * platform/mac-snowleopard/svg/filters/feImage-position-expected.png: Added.
1225 * platform/mac-snowleopard/svg/filters/feImage-preserveAspectratio-expected.png: Added.
1226 * platform/mac-snowleopard/svg/filters/feImage-reference-invalidation-expected.png: Added.
1227 * platform/mac-snowleopard/svg/filters/feImage-reference-svg-primitive-expected.png: Added.
1228 * platform/mac-snowleopard/svg/filters/feImage-subregions-expected.png: Added.
1229 * platform/mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added.
1230 * platform/mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added.
1231 * platform/mac-snowleopard/svg/filters/feImage-target-add-to-document-expected.png: Added.
1232 * platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-expected.png: Added.
1233 * platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png: Added.
1234 * platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png: Added.
1235 * platform/mac-snowleopard/svg/filters/feImage-target-changes-id-expected.png: Added.
1236 * platform/mac-snowleopard/svg/filters/feImage-target-id-change-expected.png: Added.
1237 * platform/mac-snowleopard/svg/filters/feImage-target-inline-style-change-expected.png: Added.
1238 * platform/mac-snowleopard/svg/filters/feImage-target-property-change-expected.png: Added.
1239 * platform/mac-snowleopard/svg/filters/feImage-target-reappend-to-document-expected.png: Added.
1240 * platform/mac-snowleopard/svg/filters/feImage-target-remove-from-document-expected.png: Added.
1241 * platform/mac-snowleopard/svg/filters/feImage-target-style-change-expected.png: Added.
1242 * platform/mac-snowleopard/svg/filters/feLighting-crash-expected.png:
1243 * platform/mac-snowleopard/svg/filters/feMerge-expected.png: Added.
1244 * platform/mac-snowleopard/svg/filters/feOffset-expected.png:
1245 * platform/mac-snowleopard/svg/filters/feTile-expected.png:
1246 * platform/mac-snowleopard/svg/filters/filter-clip-expected.png: Added.
1247 * platform/mac-snowleopard/svg/filters/filter-on-tspan-expected.png:
1249 2012-02-29 Alexander Pavlov <apavlov@chromium.org>
1251 Web Inspector: Clicking relative links fails when query string contains a slash
1252 https://bugs.webkit.org/show_bug.cgi?id=79905
1254 Reviewed by Vsevolod Vlasov.
1256 * inspector/styles/styles-url-linkify-expected.txt:
1257 * inspector/styles/styles-url-linkify.html:
1259 2012-02-29 Nikolas Zimmermann <nzimmermann@rim.com>
1261 Not reviewed. Next chunk of SL pixel test updates.
1263 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
1264 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
1265 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
1266 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
1267 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
1268 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
1269 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
1270 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
1271 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
1272 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
1273 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
1274 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
1275 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
1276 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
1277 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
1278 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
1279 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
1280 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
1281 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
1282 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
1283 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
1284 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
1285 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
1286 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
1287 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
1288 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
1289 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
1290 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
1291 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
1292 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
1293 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
1294 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
1295 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
1296 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
1297 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
1298 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
1299 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
1300 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
1301 * platform/mac-snowleopard/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
1302 * platform/mac-snowleopard/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
1303 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
1304 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
1305 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
1306 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
1307 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
1308 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
1309 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
1310 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
1311 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
1312 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
1313 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
1314 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
1315 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
1316 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
1317 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
1318 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
1319 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
1320 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
1321 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
1322 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
1323 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
1324 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
1325 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
1326 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
1327 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
1328 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
1329 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
1330 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
1331 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
1332 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
1333 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
1334 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
1335 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
1336 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
1337 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
1338 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
1339 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
1340 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
1341 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
1342 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
1343 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
1344 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
1345 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
1346 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
1347 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
1348 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
1349 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
1350 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
1351 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
1352 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
1353 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
1354 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
1355 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
1356 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
1357 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
1358 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
1359 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
1360 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
1361 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
1362 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
1363 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
1364 * platform/mac-snowleopard/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
1365 * platform/mac-snowleopard/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
1366 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
1367 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
1368 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
1369 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
1370 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
1371 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
1372 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
1374 2012-02-29 Nikolas Zimmermann <nzimmermann@rim.com>
1376 Not reviewed. Next chunk of SL pixel test updates.
1378 * platform/mac-snowleopard/svg/carto.net/tabgroup-expected.png: Added.
1379 * platform/mac-snowleopard/svg/carto.net/window-expected.png:
1380 * platform/mac-snowleopard/svg/custom/circle-move-invalidation-expected.png:
1381 * platform/mac-snowleopard/svg/custom/glyph-selection-arabic-forms-expected.png: Added.
1382 * platform/mac-snowleopard/svg/custom/glyph-selection-non-bmp-expected.png: Added.
1383 * platform/mac-snowleopard/svg/custom/js-late-clipPath-and-object-creation-expected.png:
1384 * platform/mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.png:
1385 * platform/mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.txt:
1386 * platform/mac-snowleopard/svg/custom/use-instanceRoot-event-bubbling-expected.png:
1387 * platform/mac-snowleopard/svg/custom/use-instanceRoot-event-listeners-expected.png:
1388 * platform/mac-snowleopard/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
1389 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
1390 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
1391 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
1392 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
1393 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
1394 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
1395 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
1396 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
1397 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
1398 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
1399 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
1400 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
1401 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
1402 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
1403 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
1404 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
1405 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
1406 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
1407 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
1408 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
1409 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
1410 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
1411 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
1412 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
1413 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
1414 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
1415 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
1416 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
1417 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
1418 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
1419 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
1420 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
1421 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
1422 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
1423 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
1424 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
1425 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
1426 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
1427 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
1428 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
1429 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
1430 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
1431 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
1432 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
1433 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
1434 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
1435 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
1436 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
1437 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
1438 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
1439 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
1440 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
1441 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
1442 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
1443 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
1444 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
1445 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
1446 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
1447 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
1448 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
1449 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
1450 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
1451 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
1452 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
1453 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
1454 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
1455 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
1456 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
1457 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
1458 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
1459 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
1460 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
1461 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
1462 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
1463 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
1464 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
1465 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
1466 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
1467 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
1468 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
1469 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
1470 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
1471 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
1472 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
1473 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
1474 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
1475 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
1476 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
1477 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
1478 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
1479 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
1480 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
1481 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
1482 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
1483 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
1484 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
1485 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
1486 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
1487 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
1488 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
1489 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
1490 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
1491 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
1492 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
1493 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
1494 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
1495 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
1496 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
1497 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
1498 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
1499 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
1500 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
1501 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
1502 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
1503 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
1504 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
1505 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
1506 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
1507 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
1508 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
1509 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
1510 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
1511 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
1512 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
1513 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
1514 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
1515 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
1516 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
1517 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
1518 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
1519 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
1520 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
1521 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
1522 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
1523 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
1524 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
1525 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
1526 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
1527 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
1528 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
1529 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
1530 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
1531 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
1532 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
1533 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
1534 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
1535 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
1536 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
1537 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
1538 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
1539 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
1540 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
1541 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
1542 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
1543 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
1544 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
1545 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
1546 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
1547 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
1548 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
1549 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
1550 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
1551 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
1552 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
1553 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
1554 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
1555 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
1556 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
1557 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
1558 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
1559 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
1560 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
1561 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
1562 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
1563 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
1564 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
1565 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
1566 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
1567 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
1568 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
1569 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
1570 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
1571 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
1572 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
1573 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
1574 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
1575 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
1576 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
1577 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
1578 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
1580 2012-02-29 Csaba Osztrogonác <ossy@webkit.org>
1582 [Qt] Unreviewed gardening, skip more failing tests.
1584 * platform/qt-5.0/Skipped:
1586 2012-02-29 Yury Semikhatsky <yurys@chromium.org>
1588 Web Inspector: move DOM counter graphs out of experimental
1589 https://bugs.webkit.org/show_bug.cgi?id=79802
1591 Enable DOM counter graphs by default. Rebase timeline tests so that
1592 the records include counters field.
1594 Reviewed by Pavel Feldman.
1596 * inspector/timeline/timeline-dom-content-loaded-event-expected.txt:
1597 * inspector/timeline/timeline-event-dispatch-expected.txt:
1598 * inspector/timeline/timeline-injected-script-eval-expected.txt:
1599 * inspector/timeline/timeline-layout-expected.txt:
1600 * inspector/timeline/timeline-load-event-expected.txt:
1601 * inspector/timeline/timeline-mark-timeline-expected.txt:
1602 * inspector/timeline/timeline-network-resource-expected.txt:
1603 * inspector/timeline/timeline-parse-html-expected.txt:
1604 * inspector/timeline/timeline-recalculate-styles-expected.txt:
1605 * inspector/timeline/timeline-script-tag-1-expected.txt:
1606 * inspector/timeline/timeline-script-tag-2-expected.txt:
1607 * inspector/timeline/timeline-test.js:
1608 * inspector/timeline/timeline-time-stamp-expected.txt:
1609 * platform/chromium/inspector/timeline/timeline-animation-frame-expected.txt:
1610 * platform/chromium/inspector/timeline/timeline-event-dispatch-expected.txt:
1611 * platform/chromium/inspector/timeline/timeline-layout-expected.txt:
1612 * platform/chromium/inspector/timeline/timeline-mark-timeline-expected.txt:
1613 * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt:
1614 * platform/chromium/inspector/timeline/timeline-paint-expected.txt:
1615 * platform/chromium/inspector/timeline/timeline-parse-html-expected.txt:
1616 * platform/chromium/inspector/timeline/timeline-time-stamp-expected.txt:
1618 2012-02-28 Csaba Osztrogonác <ossy@webkit.org>
1620 [Qt] Unreviewed morning gardening, skip new failing tests.
1622 * platform/qt/Skipped:
1624 2012-02-28 Kenichi Ishibashi <bashi@chromium.org>
1626 [Chromium] Unreviewed test expectations update.
1628 Tests in platform/chromium/rubberbanding and
1629 platform/chromium/compositing/rubberbanding are also failing on
1632 * platform/chromium/test_expectations.txt:
1634 2012-02-28 Arko Saha <arko@motorola.com>
1636 Microdata: Implement HTMLPropertiesCollection collection.namedItem().
1637 https://bugs.webkit.org/show_bug.cgi?id=73156
1639 Reviewed by Kentaro Hara.
1641 Added test-cases for collection.namedItem().
1643 * fast/dom/MicroData/nameditem-must-be-case-sensitive-expected.txt: Added.
1644 * fast/dom/MicroData/nameditem-must-be-case-sensitive.html: Added.
1645 * fast/dom/MicroData/nameditem-must-return-correct-item-properties-expected.txt: Added.
1646 * fast/dom/MicroData/nameditem-must-return-correct-item-properties.html: Added.
1647 * fast/dom/MicroData/properties-collection-nameditem-test-expected.txt: Added.
1648 * fast/dom/MicroData/properties-collection-nameditem-test.html: Added.
1650 2012-02-28 Kenichi Ishibashi <bashi@chromium.org>
1652 [Chromium] Unreviewed test expectations update after r109183
1654 Some tests in platform/chromium/rubberbanding and
1655 platform/chromium/compositing/rubberbanding are failing.
1657 * platform/chromium/test_expectations.txt:
1659 2012-02-28 Kinuko Yasuda <kinuko@chromium.org>
1661 Add size field to Metadata in FileSystem API
1662 https://bugs.webkit.org/show_bug.cgi?id=79813
1664 Changed fast/filesystem/op-get-metadata test to also test if
1665 getMetadata returns correct file sizes.
1667 Reviewed by David Levin.
1669 * fast/filesystem/op-get-metadata-expected.txt:
1670 * fast/filesystem/resources/op-get-metadata.js:
1671 * fast/filesystem/resources/op-tests-helper.js:
1672 (createTestEnvironment.Helper.this.createSuccessCallback.entry.createWriter): Added.
1673 (createTestEnvironment.Helper.this.createSuccessCallback):
1674 (createTestEnvironment.Helper.this.createNextEntry):
1675 (runOperationTest.OperationTestHelper.this.testMetadataSuccessCallback):
1677 2012-02-28 Dmitry Lomov <dslomov@google.com>
1679 [JSC] Implement ArrayBuffer transfer
1680 https://bugs.webkit.org/show_bug.cgi?id=73493.
1681 Implement ArrayBuffer transfer, per Khronos spec: http://www.khronos.org/registry/typedarray/specs/latest/#9.
1682 This brings parity with V8 implementation of transferable typed arrays.
1684 Reviewed by Oliver Hunt.
1686 * fast/canvas/webgl/arraybuffer-transfer-of-control-expected.txt:
1687 * fast/canvas/webgl/script-tests/arraybuffer-transfer-of-control.js: Added tests for Uint8ClampedArray
1688 * fast/dom/Window/window-postmessage-args-expected.txt:
1689 * platform/gtk/Skipped:
1690 * platform/mac/Skipped:
1691 * platform/qt/Skipped:
1692 * platform/win/Skipped:
1693 * platform/wincairo/Skipped:
1695 2012-02-28 Yoshifumi Inoue <yosin@chromium.org>
1697 [Forms] Spin button sometimes ignores Indeterminate of m_upDownState
1698 https://bugs.webkit.org/show_bug.cgi?id=79754
1700 Reviewed by Kent Tamura.
1702 * fast/forms/number/spin-button-state.html: Added.
1703 * fast/forms/number/spin-button-state-expected.txt: Added.
1705 2012-02-27 MORITA Hajime <morrita@google.com>
1707 [Refactoring] RenderSummary and RenderDetail is no longer needed.
1708 https://bugs.webkit.org/show_bug.cgi?id=79641
1710 Reviewed by Kent Tamura.
1712 - Replaced "RenderSummary" and "RenderDetails" with "RenderBlock".
1713 - Added a test to ensure that summmary and details behave like a "inline-block" even when
1716 * fast/html/details-inline-expected.html: Added.
1717 * fast/html/details-inline.html: Added.
1718 * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt:
1719 * platform/chromium-linux/fast/html/details-replace-text-expected.txt:
1720 * platform/chromium-win/fast/html/details-add-child-1-expected.txt:
1721 * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
1722 * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt:
1723 * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
1724 * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
1725 * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
1726 * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
1727 * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
1728 * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
1729 * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
1730 * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
1731 * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
1732 * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
1733 * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
1734 * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
1735 * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
1736 * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
1737 * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
1738 * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
1739 * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
1740 * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
1741 * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
1742 * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
1743 * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
1744 * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt:
1745 * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt:
1746 * platform/chromium-win/fast/html/details-nested-1-expected.txt:
1747 * platform/chromium-win/fast/html/details-nested-2-expected.txt:
1748 * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
1749 * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
1750 * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
1751 * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
1752 * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
1753 * platform/chromium-win/fast/html/details-open1-expected.txt:
1754 * platform/chromium-win/fast/html/details-open2-expected.txt:
1755 * platform/chromium-win/fast/html/details-open3-expected.txt:
1756 * platform/chromium-win/fast/html/details-open4-expected.txt:
1757 * platform/chromium-win/fast/html/details-open5-expected.txt:
1758 * platform/chromium-win/fast/html/details-open6-expected.txt:
1759 * platform/chromium-win/fast/html/details-position-expected.txt:
1760 * platform/chromium-win/fast/html/details-remove-child-1-expected.txt:
1761 * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
1762 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
1763 * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
1764 * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
1765 * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
1766 * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
1767 * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
1768 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
1769 * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
1770 * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
1771 * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
1772 * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
1773 * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
1774 * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt:
1775 * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt:
1776 * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt:
1777 * platform/chromium-win/fast/html/details-replace-text-expected.txt:
1778 * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
1779 * platform/gtk/fast/html/details-add-child-1-expected.txt:
1780 * platform/gtk/fast/html/details-add-child-2-expected.txt:
1781 * platform/gtk/fast/html/details-add-details-child-1-expected.txt:
1782 * platform/gtk/fast/html/details-add-details-child-2-expected.txt:
1783 * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt:
1784 * platform/gtk/fast/html/details-add-summary-1-expected.txt:
1785 * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt:
1786 * platform/gtk/fast/html/details-add-summary-10-expected.txt:
1787 * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt:
1788 * platform/gtk/fast/html/details-add-summary-2-expected.txt:
1789 * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt:
1790 * platform/gtk/fast/html/details-add-summary-3-expected.txt:
1791 * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt:
1792 * platform/gtk/fast/html/details-add-summary-4-expected.txt:
1793 * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt:
1794 * platform/gtk/fast/html/details-add-summary-5-expected.txt:
1795 * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt:
1796 * platform/gtk/fast/html/details-add-summary-6-expected.txt:
1797 * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt:
1798 * platform/gtk/fast/html/details-add-summary-7-expected.txt:
1799 * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt:
1800 * platform/gtk/fast/html/details-add-summary-8-expected.txt:
1801 * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt:
1802 * platform/gtk/fast/html/details-add-summary-9-expected.txt:
1803 * platform/gtk/fast/html/details-add-summary-child-1-expected.txt:
1804 * platform/gtk/fast/html/details-add-summary-child-2-expected.txt:
1805 * platform/gtk/fast/html/details-nested-1-expected.txt:
1806 * platform/gtk/fast/html/details-nested-2-expected.txt:
1807 * platform/gtk/fast/html/details-no-summary1-expected.txt:
1808 * platform/gtk/fast/html/details-no-summary2-expected.txt:
1809 * platform/gtk/fast/html/details-no-summary3-expected.txt:
1810 * platform/gtk/fast/html/details-no-summary4-expected.txt:
1811 * platform/gtk/fast/html/details-open-javascript-expected.txt:
1812 * platform/gtk/fast/html/details-open1-expected.txt:
1813 * platform/gtk/fast/html/details-open2-expected.txt:
1814 * platform/gtk/fast/html/details-open3-expected.txt:
1815 * platform/gtk/fast/html/details-open4-expected.txt:
1816 * platform/gtk/fast/html/details-open5-expected.txt:
1817 * platform/gtk/fast/html/details-open6-expected.txt:
1818 * platform/gtk/fast/html/details-position-expected.txt:
1819 * platform/gtk/fast/html/details-remove-child-1-expected.txt:
1820 * platform/gtk/fast/html/details-remove-child-2-expected.txt:
1821 * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt:
1822 * platform/gtk/fast/html/details-remove-summary-1-expected.txt:
1823 * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt:
1824 * platform/gtk/fast/html/details-remove-summary-2-expected.txt:
1825 * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt:
1826 * platform/gtk/fast/html/details-remove-summary-3-expected.txt:
1827 * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt:
1828 * platform/gtk/fast/html/details-remove-summary-4-expected.txt:
1829 * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt:
1830 * platform/gtk/fast/html/details-remove-summary-5-expected.txt:
1831 * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt:
1832 * platform/gtk/fast/html/details-remove-summary-6-expected.txt:
1833 * platform/gtk/fast/html/details-remove-summary-child-1-expected.txt:
1834 * platform/gtk/fast/html/details-remove-summary-child-2-expected.txt:
1835 * platform/gtk/fast/html/details-replace-summary-child-expected.txt:
1836 * platform/gtk/fast/html/details-replace-text-expected.txt:
1837 * platform/gtk/fast/html/details-writing-mode-expected.txt:
1838 * platform/mac/fast/html/details-add-child-1-expected.txt:
1839 * platform/mac/fast/html/details-add-child-2-expected.txt:
1840 * platform/mac/fast/html/details-add-details-child-1-expected.txt:
1841 * platform/mac/fast/html/details-add-details-child-2-expected.txt:
1842 * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
1843 * platform/mac/fast/html/details-add-summary-1-expected.txt:
1844 * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
1845 * platform/mac/fast/html/details-add-summary-10-expected.txt:
1846 * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
1847 * platform/mac/fast/html/details-add-summary-2-expected.txt:
1848 * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
1849 * platform/mac/fast/html/details-add-summary-3-expected.txt:
1850 * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
1851 * platform/mac/fast/html/details-add-summary-4-expected.txt:
1852 * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
1853 * platform/mac/fast/html/details-add-summary-5-expected.txt:
1854 * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
1855 * platform/mac/fast/html/details-add-summary-6-expected.txt:
1856 * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
1857 * platform/mac/fast/html/details-add-summary-7-expected.txt:
1858 * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
1859 * platform/mac/fast/html/details-add-summary-8-expected.txt:
1860 * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
1861 * platform/mac/fast/html/details-add-summary-9-expected.txt:
1862 * platform/mac/fast/html/details-add-summary-child-1-expected.txt:
1863 * platform/mac/fast/html/details-add-summary-child-2-expected.txt:
1864 * platform/mac/fast/html/details-nested-1-expected.txt:
1865 * platform/mac/fast/html/details-nested-2-expected.txt:
1866 * platform/mac/fast/html/details-no-summary1-expected.txt:
1867 * platform/mac/fast/html/details-no-summary2-expected.txt:
1868 * platform/mac/fast/html/details-no-summary3-expected.txt:
1869 * platform/mac/fast/html/details-no-summary4-expected.txt:
1870 * platform/mac/fast/html/details-open-javascript-expected.txt:
1871 * platform/mac/fast/html/details-open1-expected.txt:
1872 * platform/mac/fast/html/details-open2-expected.txt:
1873 * platform/mac/fast/html/details-open3-expected.txt:
1874 * platform/mac/fast/html/details-open4-expected.txt:
1875 * platform/mac/fast/html/details-open5-expected.txt:
1876 * platform/mac/fast/html/details-open6-expected.txt:
1877 * platform/mac/fast/html/details-position-expected.txt:
1878 * platform/mac/fast/html/details-remove-child-1-expected.txt:
1879 * platform/mac/fast/html/details-remove-child-2-expected.txt:
1880 * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
1881 * platform/mac/fast/html/details-remove-summary-1-expected.txt:
1882 * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
1883 * platform/mac/fast/html/details-remove-summary-2-expected.txt:
1884 * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
1885 * platform/mac/fast/html/details-remove-summary-3-expected.txt:
1886 * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
1887 * platform/mac/fast/html/details-remove-summary-4-expected.txt:
1888 * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
1889 * platform/mac/fast/html/details-remove-summary-5-expected.txt:
1890 * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
1891 * platform/mac/fast/html/details-remove-summary-6-expected.txt:
1892 * platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
1893 * platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
1894 * platform/mac/fast/html/details-replace-summary-child-expected.txt:
1895 * platform/mac/fast/html/details-replace-text-expected.txt:
1896 * platform/mac/fast/html/details-writing-mode-expected.txt:
1897 * platform/qt/fast/html/details-add-child-1-expected.txt:
1898 * platform/qt/fast/html/details-add-child-2-expected.txt:
1899 * platform/qt/fast/html/details-add-details-child-1-expected.txt:
1900 * platform/qt/fast/html/details-add-details-child-2-expected.txt:
1901 * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
1902 * platform/qt/fast/html/details-add-summary-1-expected.txt:
1903 * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
1904 * platform/qt/fast/html/details-add-summary-10-expected.txt:
1905 * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
1906 * platform/qt/fast/html/details-add-summary-2-expected.txt:
1907 * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
1908 * platform/qt/fast/html/details-add-summary-3-expected.txt:
1909 * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
1910 * platform/qt/fast/html/details-add-summary-4-expected.txt:
1911 * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
1912 * platform/qt/fast/html/details-add-summary-5-expected.txt:
1913 * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
1914 * platform/qt/fast/html/details-add-summary-6-expected.txt:
1915 * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
1916 * platform/qt/fast/html/details-add-summary-7-expected.txt:
1917 * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
1918 * platform/qt/fast/html/details-add-summary-8-expected.txt:
1919 * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
1920 * platform/qt/fast/html/details-add-summary-9-expected.txt:
1921 * platform/qt/fast/html/details-add-summary-child-1-expected.txt:
1922 * platform/qt/fast/html/details-add-summary-child-2-expected.txt:
1923 * platform/qt/fast/html/details-nested-1-expected.txt:
1924 * platform/qt/fast/html/details-nested-2-expected.txt:
1925 * platform/qt/fast/html/details-no-summary1-expected.txt:
1926 * platform/qt/fast/html/details-no-summary2-expected.txt:
1927 * platform/qt/fast/html/details-no-summary3-expected.txt:
1928 * platform/qt/fast/html/details-no-summary4-expected.txt:
1929 * platform/qt/fast/html/details-open-javascript-expected.txt:
1930 * platform/qt/fast/html/details-open1-expected.txt:
1931 * platform/qt/fast/html/details-open2-expected.txt:
1932 * platform/qt/fast/html/details-open3-expected.txt:
1933 * platform/qt/fast/html/details-open4-expected.txt:
1934 * platform/qt/fast/html/details-open5-expected.txt:
1935 * platform/qt/fast/html/details-open6-expected.txt:
1936 * platform/qt/fast/html/details-position-expected.txt:
1937 * platform/qt/fast/html/details-remove-child-1-expected.txt:
1938 * platform/qt/fast/html/details-remove-child-2-expected.txt:
1939 * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
1940 * platform/qt/fast/html/details-remove-summary-1-expected.txt:
1941 * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
1942 * platform/qt/fast/html/details-remove-summary-2-expected.txt:
1943 * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
1944 * platform/qt/fast/html/details-remove-summary-3-expected.txt:
1945 * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
1946 * platform/qt/fast/html/details-remove-summary-4-expected.txt:
1947 * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
1948 * platform/qt/fast/html/details-remove-summary-5-expected.txt:
1949 * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
1950 * platform/qt/fast/html/details-remove-summary-6-expected.txt:
1951 * platform/qt/fast/html/details-remove-summary-child-1-expected.txt:
1952 * platform/qt/fast/html/details-remove-summary-child-2-expected.txt:
1953 * platform/qt/fast/html/details-replace-summary-child-expected.txt:
1954 * platform/qt/fast/html/details-replace-text-expected.txt:
1955 * platform/qt/fast/html/details-writing-mode-expected.txt:
1957 2012-02-28 Hayato Ito <hayato@chromium.org>
1959 [Shadow DOM] Make createDOM() function used in testing Shadow DOM more flexible.
1960 https://bugs.webkit.org/show_bug.cgi?id=79745
1962 Reviewed by Dimitri Glazkov.
1964 Replaces createDom and createShadow function defined in
1965 LayoutTests/fast/dom/shadow/create-dom.js with more flexible
1966 one. Now we can represent a shadow host which has both light
1967 children and ShadowRoots in one expression.
1969 * fast/dom/shadow/access-key.html:
1970 * fast/dom/shadow/get-element-by-id-in-shadow-root.html:
1971 * fast/dom/shadow/resources/create-dom.js:
1974 * fast/dom/shadow/shadow-boundary-events.html:
1976 2012-02-28 Kenichi Ishibashi <bashi@chromium.org>
1978 [Chromium] Unreviewed test expectations update
1980 svg/W3C-SVG-1.1/animate-elem-37-t.svg is failing on Win.
1982 * platform/chromium/test_expectations.txt:
1984 2012-02-28 Kenichi Ishibashi <bashi@chromium.org>
1986 [Chromium] Unreviewed test expectations update after r109176
1988 * platform/chromium/test_expectations.txt:
1990 2012-02-28 Daniel Cheng <dcheng@chromium.org>
1992 Unreviewed, rolling out r107894.
1993 http://trac.webkit.org/changeset/107894
1994 https://bugs.webkit.org/show_bug.cgi?id=30416
1996 dataTransfer.types should be an Array since DOMStringList is deprecated.
1998 * editing/pasteboard/clipboard-customData.html:
1999 * editing/pasteboard/onpaste-text-html-types.html:
2000 * fast/events/drag-and-drop-dataTransfer-types-nocrash.html:
2001 * fast/events/drag-customData.html:
2002 * fast/events/drag-dataTransfer-live-attributes-expected.txt: Removed.
2003 * fast/events/drag-dataTransfer-live-attributes.html: Removed.
2004 * http/tests/local/fileapi/resources/setup-file-input-element-for-drag.js:
2005 * http/tests/security/clipboard/script-tests/clipboard-file-access.js:
2006 (checkForEventTransferType):
2008 2012-02-27 MORITA Hajime <morrita@google.com>
2010 <content> element should behave as HTMLUnknownElement outside of a shadow DOM subtree
2011 https://bugs.webkit.org/show_bug.cgi?id=79551
2013 Reviewed by Dimitri Glazkov.
2015 * fast/dom/shadow/content-element-outside-shadow-style-expected.html: Added.
2016 * fast/dom/shadow/content-element-outside-shadow-style.html: Added.
2017 * fast/dom/shadow/content-element-outside-shadow.html:
2018 * platform/efl/Skipped:
2019 * platform/gtk/Skipped:
2020 * platform/mac/Skipped:
2021 * platform/qt/Skipped:
2022 * platform/win/Skipped:
2023 * platform/wk2/Skipped:
2025 2012-02-28 Gavin Barraclough <barraclough@apple.com>
2027 [[Get]]/[[Put]] for primitives should not wrap on strict accessor call
2028 https://bugs.webkit.org/show_bug.cgi?id=79588
2030 Reviewed by Oliver Hunt.
2032 In the case of [[Get]], this is a pretty trivial bug - just don't wrap
2033 primitives at the point you call a getter.
2035 For setters, this is a little more involved, since we have already wrapped
2036 the value up in a synthesized object. Stop doing so. There is also a further
2037 subtely, that in strict mode all attempts to create a new data property on
2038 the object should throw.
2040 * fast/js/mozilla/strict/15.5.5.1-expected.txt:
2041 * fast/js/primitive-property-access-edge-cases-expected.txt:
2042 * fast/js/read-modify-eval-expected.txt:
2043 * fast/js/script-tests/primitive-property-access-edge-cases.js:
2044 * fast/js/script-tests/read-modify-eval.js:
2045 - Added new test cases & updated test results.
2047 2012-02-28 Daniel Cheng <dcheng@chromium.org>
2049 Clipboard::getData should return an empty string instead of undefined
2050 https://bugs.webkit.org/show_bug.cgi?id=79712
2052 Reviewed by Tony Chang.
2054 * fast/events/dataTransfer-getData-returns-empty-string-expected.txt: Added.
2055 * fast/events/dataTransfer-getData-returns-empty-string.html: Added.
2056 * http/tests/local/drag-over-remote-content-expected.txt:
2057 * http/tests/security/drag-over-remote-content-iframe-expected.txt:
2058 * http/tests/security/drag-over-remote-content-iframe.html:
2060 2012-02-28 Adam Klein <adamk@chromium.org>
2062 Unreviewed gardening, mark another compositing test as flaky.
2063 https://bugs.webkit.org/show_bug.cgi?id=79823
2065 * platform/chromium/test_expectations.txt:
2067 2012-02-28 Hugo Parente Lima <hugo.lima@openbossa.org>
2069 All mouse events after a right click are ignored when they came from WebkitTestRunner
2070 https://bugs.webkit.org/show_bug.cgi?id=77350
2072 Reviewed by Chang Shu.
2074 Unskip fast/events/mouse-click-events.html.
2076 * platform/qt-5.0-wk2/Skipped:
2078 2012-02-28 Rafael Brandao <rafael.lobo@openbossa.org>
2080 [Qt] Unskip compositing & 3d-rendering tests
2081 https://bugs.webkit.org/show_bug.cgi?id=78687
2083 Reviewed by Noam Rosenthal.
2085 * platform/qt-4.8/Skipped:
2086 * platform/qt-5.0-wk1/Skipped:
2087 * platform/qt-5.0-wk2/Skipped:
2088 * platform/qt-5.0-wk2/compositing/animation/busy-indicator-expected.png: Added.
2089 * platform/qt-5.0-wk2/compositing/animation/state-at-end-event-transform-layer-expected.png: Added.
2090 * platform/qt-5.0-wk2/compositing/animation/state-at-end-event-transform-layer-expected.txt: Added.
2091 * platform/qt-5.0-wk2/compositing/color-matching/image-color-matching-expected.png: Added.
2092 * platform/qt-5.0-wk2/compositing/color-matching/image-color-matching-expected.txt: Added.
2093 * platform/qt-5.0-wk2/compositing/color-matching/pdf-image-match-expected.png: Added.
2094 * platform/qt-5.0-wk2/compositing/color-matching/pdf-image-match-expected.txt: Added.
2095 * platform/qt-5.0-wk2/compositing/compositing-visible-descendant-expected.png: Added.
2096 * platform/qt-5.0-wk2/compositing/compositing-visible-descendant-expected.txt: Added.
2097 * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png: Added.
2098 * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.txt: Added.
2099 * platform/qt-5.0-wk2/compositing/framesets/composited-frame-alignment-expected.png: Added.
2100 * platform/qt-5.0-wk2/compositing/generated-content-expected.png: Added.
2101 * platform/qt-5.0-wk2/compositing/generated-content-expected.txt: Added.
2102 * platform/qt-5.0-wk2/compositing/geometry/abs-position-inside-opacity-expected.png: Added.
2103 * platform/qt-5.0-wk2/compositing/geometry/abs-position-inside-opacity-expected.txt: Added.
2104 * platform/qt-5.0-wk2/compositing/geometry/clipping-foreground-expected.png: Added.
2105 * platform/qt-5.0-wk2/compositing/geometry/clipping-foreground-expected.txt: Added.
2106 * platform/qt-5.0-wk2/compositing/geometry/composited-html-size-expected.png: Added.
2107 * platform/qt-5.0-wk2/compositing/geometry/composited-html-size-expected.txt: Added.
2108 * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.png: Added.
2109 * platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.txt: Added.
2110 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
2111 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-composited-page-scale-expected.png: Added.
2112 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-expected.png: Added.
2113 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-expected.txt: Added.
2114 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
2115 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: Added.
2116 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
2117 * platform/qt-5.0-wk2/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Added.
2118 * platform/qt-5.0-wk2/compositing/geometry/foreground-layer-expected.png: Added.
2119 * platform/qt-5.0-wk2/compositing/geometry/horizontal-scroll-composited-expected.png: Added.
2120 * platform/qt-5.0-wk2/compositing/geometry/horizontal-scroll-composited-expected.txt: Added.
2121 * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
2122 * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Added.
2123 * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
2124 * platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
2125 * platform/qt-5.0-wk2/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Added.
2126 * platform/qt-5.0-wk2/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Added.
2127 * platform/qt-5.0-wk2/compositing/geometry/outline-change-expected.png: Added.
2128 * platform/qt-5.0-wk2/compositing/geometry/outline-change-expected.txt: Added.
2129 * platform/qt-5.0-wk2/compositing/geometry/partial-layout-update-expected.png: Added.
2130 * platform/qt-5.0-wk2/compositing/geometry/partial-layout-update-expected.txt: Added.
2131 * platform/qt-5.0-wk2/compositing/geometry/preserve-3d-switching-expected.txt: Added.
2132 * platform/qt-5.0-wk2/compositing/geometry/repaint-foreground-layer-expected.png: Added.
2133 * platform/qt-5.0-wk2/compositing/geometry/root-layer-update-expected.png: Added.
2134 * platform/qt-5.0-wk2/compositing/geometry/root-layer-update-expected.txt: Added.
2135 * platform/qt-5.0-wk2/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Added.
2136 * platform/qt-5.0-wk2/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: Added.
2137 * platform/qt-5.0-wk2/compositing/geometry/vertical-scroll-composited-expected.png: Added.
2138 * platform/qt-5.0-wk2/compositing/geometry/vertical-scroll-composited-expected.txt: Added.
2139 * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png: Added.
2140 * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
2141 * platform/qt-5.0-wk2/compositing/iframes/composited-iframe-alignment-expected.png: Added.
2142 * platform/qt-5.0-wk2/compositing/iframes/composited-iframe-alignment-expected.txt: Added.
2143 * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.png: Added.
2144 * platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.txt: Added.
2145 * platform/qt-5.0-wk2/compositing/iframes/iframe-in-composited-layer-expected.png: Added.
2146 * platform/qt-5.0-wk2/compositing/iframes/iframe-in-composited-layer-expected.txt: Added.
2147 * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.png: Added.
2148 * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt: Added.
2149 * platform/qt-5.0-wk2/compositing/images/direct-image-background-color-expected.png: Added.
2150 * platform/qt-5.0-wk2/compositing/images/direct-image-background-color-expected.txt: Added.
2151 * platform/qt-5.0-wk2/compositing/layer-creation/spanOverlapsCanvas-expected.png: Added.
2152 * platform/qt-5.0-wk2/compositing/layers-inside-overflow-scroll-expected.png: Added.
2153 * platform/qt-5.0-wk2/compositing/layers-inside-overflow-scroll-expected.txt: Added.
2154 * platform/qt-5.0-wk2/compositing/overflow/fixed-position-ancestor-clip-expected.png: Added.
2155 * platform/qt-5.0-wk2/compositing/overflow/fixed-position-ancestor-clip-expected.txt: Added.
2156 * platform/qt-5.0-wk2/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
2157 * platform/qt-5.0-wk2/compositing/overflow/overflow-compositing-descendant-expected.txt: Added.
2158 * platform/qt-5.0-wk2/compositing/overflow/overflow-positioning-expected.png: Added.
2159 * platform/qt-5.0-wk2/compositing/overflow/overflow-positioning-expected.txt: Added.
2160 * platform/qt-5.0-wk2/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Added.
2161 * platform/qt-5.0-wk2/compositing/overflow/overflow-scaled-descendant-overlapping-expected.txt: Added.
2162 * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png: Added.
2163 * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.txt: Added.
2164 * platform/qt-5.0-wk2/compositing/overflow/parent-overflow-expected.png: Added.
2165 * platform/qt-5.0-wk2/compositing/overflow/parent-overflow-expected.txt: Added.
2166 * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.png: Added.
2167 * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
2168 * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.png: Added.
2169 * platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.txt: Added.
2170 * platform/qt-5.0-wk2/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
2171 * platform/qt-5.0-wk2/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
2172 * platform/qt-5.0-wk2/compositing/plugins/composited-plugin-expected.png: Added.
2173 * platform/qt-5.0-wk2/compositing/plugins/composited-plugin-expected.txt: Added.
2174 * platform/qt-5.0-wk2/compositing/repaint/become-overlay-composited-layer-expected.png: Added.
2175 * platform/qt-5.0-wk2/compositing/repaint/become-overlay-composited-layer-expected.txt: Added.
2176 * platform/qt-5.0-wk2/compositing/repaint/composited-document-element-expected.png: Added.
2177 * platform/qt-5.0-wk2/compositing/repaint/composited-document-element-expected.txt: Added.
2178 * platform/qt-5.0-wk2/compositing/repaint/content-into-overflow-expected.png: Added.
2179 * platform/qt-5.0-wk2/compositing/repaint/content-into-overflow-expected.txt: Added.
2180 * platform/qt-5.0-wk2/compositing/repaint/layer-repaint-expected.png: Added.
2181 * platform/qt-5.0-wk2/compositing/repaint/layer-repaint-expected.txt: Added.
2182 * platform/qt-5.0-wk2/compositing/repaint/layer-repaint-rects-expected.png: Added.
2183 * platform/qt-5.0-wk2/compositing/repaint/layer-repaint-rects-expected.txt: Added.
2184 * platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute-expected.png: Added.
2185 * platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute-expected.txt: Added.
2186 * platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute2-expected.png: Added.
2187 * platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute2-expected.txt: Added.
2188 * platform/qt-5.0-wk2/compositing/repaint/overflow-into-content-expected.png: Added.
2189 * platform/qt-5.0-wk2/compositing/repaint/overflow-into-content-expected.txt: Added.
2190 * platform/qt-5.0-wk2/compositing/repaint/same-size-invalidation-expected.png: Added.
2191 * platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png: Added.
2192 * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png: Added.
2193 * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.txt: Added.
2194 * platform/qt-5.0-wk2/compositing/shadows/shadow-drawing-expected.png: Added.
2195 * platform/qt-5.0-wk2/compositing/shadows/shadow-drawing-expected.txt: Added.
2196 * platform/qt-5.0-wk2/compositing/sibling-positioning-expected.png: Added.
2197 * platform/qt-5.0-wk2/compositing/sibling-positioning-expected.txt: Added.
2198 * platform/qt-5.0-wk2/compositing/text-on-large-layer-expected.png: Added.
2199 * platform/qt-5.0-wk2/compositing/text-on-large-layer-expected.txt: Added.
2200 * platform/qt-5.0-wk2/compositing/transitions/scale-transition-no-start-expected.png: Added.
2201 * platform/qt-5.0-wk2/compositing/transitions/scale-transition-no-start-expected.txt: Added.
2202 * platform/qt-5.0-wk2/compositing/transitions/singular-scale-transition-expected.png: Added.
2203 * platform/qt-5.0-wk2/compositing/transitions/singular-scale-transition-expected.txt: Added.
2204 * platform/qt-5.0-wk2/compositing/video/video-background-color-expected.png: Added.
2205 * platform/qt-5.0-wk2/compositing/video/video-background-color-expected.txt: Added.
2206 * platform/qt-5.0-wk2/compositing/visibility/visibility-composited-expected.txt: Added.
2207 * platform/qt-5.0-wk2/compositing/visibility/visibility-composited-transforms-expected.txt: Added.
2208 * platform/qt/Skipped:
2210 2012-02-28 Adam Klein <adamk@chromium.org>
2212 Remove suppressions of SVG crash flakiness on cr-mac
2213 https://bugs.webkit.org/show_bug.cgi?id=79707
2215 Unreviewed gardening.
2217 The suspect cause of these failures was rolled out in r109164.
2218 Removing the suppressions to see if the rollout fixes them.
2220 * platform/chromium/test_expectations.txt:
2222 2012-02-28 Adam Klein <adamk@chromium.org>
2224 Unreviewed gardening, mark another compositing as flaky.
2225 https://bugs.webkit.org/show_bug.cgi?id=79823
2227 * platform/chromium/test_expectations.txt:
2229 2012-02-28 Wei James <james.wei@intel.com>
2231 No extra silence needed in multi-channels support layout test cases
2232 https://bugs.webkit.org/show_bug.cgi?id=79752
2234 Reviewed by Chris Rogers.
2236 * webaudio/audiobuffersource-multi-channels-expected.wav:
2237 * webaudio/audiobuffersource-multi-channels.html:
2238 * webaudio/resources/mix-testing.js:
2239 * webaudio/up-mixing-mono-51-expected.wav:
2240 * webaudio/up-mixing-mono-51.html:
2241 * webaudio/up-mixing-mono-stereo-expected.wav:
2242 * webaudio/up-mixing-mono-stereo.html:
2243 * webaudio/up-mixing-stereo-51-expected.wav:
2244 * webaudio/up-mixing-stereo-51.html:
2246 2012-02-28 Dean Jackson <dino@apple.com>
2248 Move custom filter tests into subdir to make them easier to skip
2249 https://bugs.webkit.org/show_bug.cgi?id=79825
2251 Reviewed by Simon Fraser.
2253 Moved all CSS Shader tests into a 'custom' sub-directory. Added this directory
2254 to the relevant skip lists.
2256 * css3/filters/custom-filter-property-computed-style.html: Removed.
2257 * css3/filters/custom-filter-property-parsing-invalid.html: Removed.
2258 * css3/filters/custom-filter-property-parsing.html: Removed.
2259 * css3/filters/custom/custom-filter-property-computed-style-expected.txt: Renamed from LayoutTests/css3/filters/custom-filter-property-computed-style-expected.txt.
2260 * css3/filters/custom/custom-filter-property-computed-style.html: Added.
2261 * css3/filters/custom/custom-filter-property-parsing-expected.txt: Renamed from LayoutTests/css3/filters/custom-filter-property-parsing-expected.txt.
2262 * css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt: Renamed from LayoutTests/css3/filters/custom-filter-property-parsing-invalid-expected.txt.
2263 * css3/filters/custom/custom-filter-property-parsing-invalid.html: Added.
2264 * css3/filters/custom/custom-filter-property-parsing.html: Added.
2265 * css3/filters/custom/custom-filter-shader-cache-expected.png: Renamed from LayoutTests/css3/filters/custom-filter-shader-cache-expected.png.
2266 * css3/filters/custom/custom-filter-shader-cache-expected.txt: Renamed from LayoutTests/css3/filters/custom-filter-shader-cache-expected.txt.
2267 * css3/filters/custom/custom-filter-shader-cache.html: Renamed from LayoutTests/css3/filters/custom-filter-shader-cache.html.
2268 * css3/filters/custom/effect-custom-combined-missing-expected.png: Renamed from LayoutTests/css3/filters/effect-custom-combined-missing-expected.png.
2269 * css3/filters/custom/effect-custom-combined-missing-expected.txt: Renamed from LayoutTests/css3/filters/effect-custom-combined-missing-expected.txt.
2270 * css3/filters/custom/effect-custom-combined-missing.html: Renamed from LayoutTests/css3/filters/effect-custom-combined-missing.html.
2271 * css3/filters/custom/effect-custom-disabled-expected.txt: Renamed from LayoutTests/css3/filters/effect-custom-disabled-expected.txt.
2272 * css3/filters/custom/effect-custom-disabled.html: Added.
2273 * css3/filters/custom/effect-custom-expected.png: Renamed from LayoutTests/css3/filters/effect-custom-expected.png.
2274 * css3/filters/custom/effect-custom-expected.txt: Renamed from LayoutTests/css3/filters/effect-custom-expected.txt.
2275 * css3/filters/custom/effect-custom-parameters-expected.png: Renamed from LayoutTests/css3/filters/effect-custom-parameters-expected.png.
2276 * css3/filters/custom/effect-custom-parameters-expected.txt: Renamed from LayoutTests/css3/filters/effect-custom-parameters-expected.txt.
2277 * css3/filters/custom/effect-custom-parameters.html: Renamed from LayoutTests/css3/filters/effect-custom-parameters.html.
2278 * css3/filters/custom/effect-custom.html: Renamed from LayoutTests/css3/filters/effect-custom.html.
2279 * css3/filters/custom/missing-custom-filter-shader-expected.png: Renamed from LayoutTests/css3/filters/missing-custom-filter-shader-expected.png.
2280 * css3/filters/custom/missing-custom-filter-shader-expected.txt: Renamed from LayoutTests/css3/filters/missing-custom-filter-shader-expected.txt.
2281 * css3/filters/custom/missing-custom-filter-shader.html: Renamed from LayoutTests/css3/filters/missing-custom-filter-shader.html.
2282 * css3/filters/effect-custom-disabled.html: Removed.
2283 * 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.
2284 * platform/chromium-mac-leopard/css3/filters/custom/effect-custom-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/css3/filters/effect-custom-expected.png.
2285 * 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.
2286 * 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.
2287 * 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.
2288 * platform/chromium-win/css3/filters/custom/effect-custom-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-custom-expected.png.
2289 * platform/chromium-win/css3/filters/custom/effect-custom-parameters-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/filters/effect-custom-parameters-expected.png.
2290 * platform/chromium/css3/filters/custom/effect-custom-combined-missing-expected.txt: Renamed from LayoutTests/platform/chromium/css3/filters/effect-custom-combined-missing-expected.txt.
2291 * platform/chromium/css3/filters/custom/effect-custom-disabled-expected.txt: Renamed from LayoutTests/platform/chromium/css3/filters/effect-custom-disabled-expected.txt.
2292 * platform/chromium/css3/filters/custom/effect-custom-expected.txt: Renamed from LayoutTests/platform/chromium/css3/filters/effect-custom-expected.txt.
2293 * platform/chromium/css3/filters/custom/effect-custom-parameters-expected.txt: Renamed from LayoutTests/platform/chromium/css3/filters/effect-custom-parameters-expected.txt.
2294 * platform/chromium/test_expectations.txt:
2295 * platform/mac-snowleopard/css3/filters/custom/effect-custom-expected.png: Renamed from LayoutTests/platform/mac-snowleopard/css3/filters/effect-custom-expected.png.
2296 * platform/mac-snowleopard/css3/filters/custom/effect-custom-parameters-expected.png: Renamed from LayoutTests/platform/mac-snowleopard/css3/filters/effect-custom-parameters-expected.png.
2297 * platform/qt-5.0-wk2/Skipped:
2298 * platform/qt/Skipped:
2299 * platform/win/Skipped:
2300 * platform/wincairo/Skipped:
2302 2012-02-28 Adam Klein <adamk@chromium.org>
2304 Unreviewed gardening, mark more SVG tests as flaky crashers on cr-mac.
2305 https://bugs.webkit.org/show_bug.cgi?id=79707
2307 * platform/chromium/test_expectations.txt:
2309 2012-02-28 Jungshik Shin <jshin@chromium.org>
2311 Add a fallback path to LineBreakIteratorPoolICU when the locale
2312 name from a web page is invalid and ICU fails to get a line break
2313 iterator instance. Also add a null check to
2314 TextBreakIteratorICU::acquireLineBreakIterator.
2316 https://bugs.webkit.org/show_bug.cgi?id=67640
2318 Reviewed by Dan Bernstein.
2320 * fast/text/invalid-locale-expected.txt: Added.
2321 * fast/text/invalid-locale.html: Added.
2322 * fast/text/resources/invalid-locale.html: Added.
2324 2012-02-28 Abhishek Arya <inferno@chromium.org>
2326 Crash due to accessing removed continuation in multi-column layout.
2327 https://bugs.webkit.org/show_bug.cgi?id=78417
2329 Reviewed by David Hyatt.
2331 * fast/multicol/span/runin-continuation-crash-expected.txt: Added.
2332 * fast/multicol/span/runin-continuation-crash.html: Added.
2334 2012-02-28 Abhishek Arya <inferno@chromium.org>
2336 Incorrect before child parent calculation when adding new children
2337 to anonymous column blocks.
2338 https://bugs.webkit.org/show_bug.cgi?id=79755
2340 Reviewed by David Hyatt.
2342 Test passes if you don't see the div block inside table and you see
2343 two blocks in different columns in the pixel test.
2345 * fast/multicol/span/before-child-anonymous-column-block-expected.png: Added.
2346 * fast/multicol/span/before-child-anonymous-column-block-expected.txt: Added.
2347 * fast/multicol/span/before-child-anonymous-column-block.html: Added.
2349 2012-02-28 Adam Klein <adamk@chromium.org>
2351 Mark compositing/repaint/opacity-between-absolute.html as flaky.
2353 Unreviewed gardening.
2355 * platform/chromium/test_expectations.txt:
2357 2012-02-28 Alexis Menard <alexis.menard@openbossa.org>
2359 getComputedStyle fails for 'first-line' pseudo-element
2360 https://bugs.webkit.org/show_bug.cgi?id=57505
2362 Reviewed by Tony Chang.
2364 Update expected results to the new behavior. Also added some extra checks on
2365 other pseudo-elements.
2367 * fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt:
2368 * fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html:
2370 2012-02-28 Alexey Proskuryakov <ap@apple.com>
2372 FileReader crashes when file is not readable
2373 https://bugs.webkit.org/show_bug.cgi?id=79715
2375 Reviewed by Jian Li.
2377 * fast/files/file-reader-directory-crash-expected.txt: Added.
2378 * fast/files/file-reader-directory-crash.html: Added.
2380 2012-02-28 Emil A Eklund <eae@chromium.org>
2382 Fix printing/zoomed-document.html for QT
2383 https://bugs.webkit.org/show_bug.cgi?id=79808
2385 Reviewed by Adam Barth.
2387 Fix zoomed document test case to work on QT port and remove it from skip
2390 * platform/qt/Skipped:
2391 * printing/zoomed-document.html:
2393 2012-02-28 Alok Priyadarshi <alokp@chromium.org>
2395 Heap-use-after-free in WebCore::RenderLayer::addChild
2396 https://bugs.webkit.org/show_bug.cgi?id=79698
2398 Reviewed by Simon Fraser.
2400 * fast/reflections/toggle-reflection-crash-expected.txt: Added.
2401 * fast/reflections/toggle-reflection-crash.html: Added.
2403 2012-02-28 Ken Buchanan <kenrb@chromium.org>
2405 Crash from list marker having inline and block children
2406 https://bugs.webkit.org/show_bug.cgi?id=79793
2408 Reviewed by Julien Chaffraix.
2410 Test to exercise crashing condition in bug 79793. This creates a list
2411 marker that precedes a floating :before content renderer and then
2412 modifies the render tree to remove a neighboring header element.
2414 * fast/css-generated-content/floating-before-content-with-list-marker-crash-expected.txt: Added
2415 * fast/css-generated-content/floating-before-content-with-list-marker-crash.html: Added
2417 2012-02-28 Pavel Feldman <pfeldman@google.com>
2419 Web Inspector: move filtering of the timeline records into the presentation model.
2420 https://bugs.webkit.org/show_bug.cgi?id=79789
2422 Reviewed by Yury Semikhatsky.
2424 * inspector/timeline/timeline-enum-stability-expected.txt:
2426 2012-02-28 Florin Malita <fmalita@google.com>
2428 Percent width/height SVG not always scaled on window resize
2429 https://bugs.webkit.org/show_bug.cgi?id=79490
2431 Reviewed by Nikolas Zimmermann.
2433 * fast/repaint/percent-minheight-resize-expected.html: Added.
2434 * fast/repaint/percent-minheight-resize.html: Added.
2435 * svg/custom/svg-percent-scale-expected.html: Added.
2436 * svg/custom/svg-percent-scale-vonly-expected.html: Added.
2437 * svg/custom/svg-percent-scale-vonly.html: Added.
2438 * svg/custom/svg-percent-scale.html: Added.
2440 2012-02-28 Nikolas Zimmermann <nzimmermann@rim.com>
2442 Rebaseline Gtk results after r109097.
2444 * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
2445 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
2446 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
2447 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
2448 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
2449 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
2450 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
2451 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
2452 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
2453 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
2454 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
2455 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
2456 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
2457 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
2458 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
2459 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
2460 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
2461 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
2462 * platform/gtk/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2463 * platform/gtk/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2464 * platform/gtk/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
2465 * platform/gtk/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
2466 * platform/gtk/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
2467 * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
2468 * platform/gtk/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
2469 * platform/gtk/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2470 * platform/gtk/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
2471 * platform/gtk/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
2472 * platform/gtk/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
2473 * platform/gtk/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
2474 * platform/gtk/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2475 * platform/gtk/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
2476 * platform/gtk/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
2477 * platform/gtk/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
2478 * platform/gtk/svg/batik/filters/feTile-expected.txt:
2479 * platform/gtk/svg/batik/filters/filterRegions-expected.txt:
2480 * platform/gtk/svg/batik/masking/maskRegions-expected.txt:
2481 * platform/gtk/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
2482 * platform/gtk/svg/batik/paints/patternRegionA-expected.txt:
2483 * platform/gtk/svg/batik/paints/patternRegions-expected.txt:
2484 * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
2485 * platform/gtk/svg/batik/text/longTextOnPath-expected.txt:
2486 * platform/gtk/svg/batik/text/textAnchor-expected.txt:
2487 * platform/gtk/svg/batik/text/textDecoration-expected.txt:
2488 * platform/gtk/svg/batik/text/textEffect-expected.txt:
2489 * platform/gtk/svg/batik/text/textEffect2-expected.txt:
2490 * platform/gtk/svg/batik/text/textEffect3-expected.txt:
2491 * platform/gtk/svg/batik/text/textFeatures-expected.txt:
2492 * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2493 * platform/gtk/svg/batik/text/textLayout-expected.txt:
2494 * platform/gtk/svg/batik/text/textLayout2-expected.txt:
2495 * platform/gtk/svg/batik/text/textLength-expected.txt:
2496 * platform/gtk/svg/batik/text/textOnPath-expected.txt:
2497 * platform/gtk/svg/batik/text/textOnPath2-expected.txt:
2498 * platform/gtk/svg/batik/text/textOnPath3-expected.txt:
2499 * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
2500 * platform/gtk/svg/batik/text/textPosition-expected.txt:
2501 * platform/gtk/svg/batik/text/textPosition2-expected.txt:
2502 * platform/gtk/svg/batik/text/textProperties-expected.txt:
2503 * platform/gtk/svg/batik/text/textProperties2-expected.txt:
2504 * platform/gtk/svg/batik/text/textStyles-expected.txt:
2505 * platform/gtk/svg/batik/text/verticalText-expected.txt:
2506 * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
2507 * platform/gtk/svg/carto.net/button-expected.txt:
2508 * platform/gtk/svg/carto.net/colourpicker-expected.txt:
2509 * platform/gtk/svg/carto.net/slider-expected.txt:
2510 * platform/gtk/svg/carto.net/window-expected.txt:
2511 * platform/gtk/svg/clip-path/clip-path-child-clipped-expected.txt:
2512 * platform/gtk/svg/clip-path/clip-path-clipped-no-content-expected.txt:
2513 * platform/gtk/svg/clip-path/clip-path-evenodd-expected.txt:
2514 * platform/gtk/svg/clip-path/clip-path-evenodd-nonzero-expected.txt:
2515 * platform/gtk/svg/clip-path/clip-path-nonzero-evenodd-expected.txt:
2516 * platform/gtk/svg/clip-path/clip-path-nonzero-expected.txt:
2517 * platform/gtk/svg/clip-path/clip-path-text-and-shape-expected.txt:
2518 * platform/gtk/svg/clip-path/clip-path-use-as-child2-expected.txt:
2519 * platform/gtk/svg/clip-path/clip-path-use-as-child3-expected.txt:
2520 * platform/gtk/svg/clip-path/clip-path-use-as-child4-expected.txt:
2521 * platform/gtk/svg/clip-path/clip-path-use-as-child5-expected.txt:
2522 * platform/gtk/svg/clip-path/clip-path-with-container-expected.txt:
2523 * platform/gtk/svg/clip-path/clip-path-with-invisibile-child-expected.txt:
2524 * platform/gtk/svg/clip-path/clip-path-with-text-clipped-expected.txt:
2525 * platform/gtk/svg/clip-path/clipper-placement-issue-expected.txt:
2526 * platform/gtk/svg/css/clippath-with-shadow-expected.txt:
2527 * platform/gtk/svg/css/mask-with-shadow-expected.txt:
2528 * platform/gtk/svg/custom/broken-internal-references-expected.txt:
2529 * platform/gtk/svg/custom/clip-path-referencing-use-expected.txt:
2530 * platform/gtk/svg/custom/embedding-external-svgs-expected.txt:
2531 * platform/gtk/svg/custom/path-textPath-simulation-expected.txt:
2532 * platform/gtk/svg/custom/pattern-rotate-expected.txt:
2533 * platform/gtk/svg/custom/recursive-clippath-expected.txt:
2534 * platform/gtk/svg/custom/recursive-mask-expected.txt:
2535 * platform/gtk/svg/custom/recursive-pattern-expected.txt:
2536 * platform/gtk/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
2537 * platform/gtk/svg/custom/relative-sized-shadow-tree-content-expected.txt:
2538 * platform/gtk/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
2539 * platform/gtk/svg/custom/relative-sized-use-on-symbol-expected.txt:
2540 * platform/gtk/svg/custom/struct-use-09-b-expected.txt:
2541 * platform/gtk/svg/custom/use-clipped-hit-expected.txt:
2542 * platform/gtk/svg/custom/use-detach-expected.txt:
2543 * platform/gtk/svg/custom/use-disappears-after-style-update-expected.txt:
2544 * platform/gtk/svg/custom/use-dynamic-append-expected.txt:
2545 * platform/gtk/svg/custom/use-elementInstance-event-target-expected.txt:
2546 * platform/gtk/svg/custom/use-elementInstance-methods-expected.txt:
2547 * platform/gtk/svg/custom/use-empty-reference-expected.txt:
2548 * platform/gtk/svg/custom/use-event-handler-on-referenced-element-expected.txt:
2549 * platform/gtk/svg/custom/use-event-handler-on-use-element-expected.txt:
2550 * platform/gtk/svg/custom/use-events-crash-expected.txt:
2551 * platform/gtk/svg/custom/use-instanceRoot-modifications-expected.txt:
2552 * platform/gtk/svg/custom/use-modify-container-in-target-expected.txt:
2553 * platform/gtk/svg/custom/use-modify-target-container-expected.txt:
2554 * platform/gtk/svg/custom/use-modify-target-symbol-expected.txt:
2555 * platform/gtk/svg/custom/use-nested-transform-expected.txt:
2556 * platform/gtk/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
2557 * platform/gtk/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
2558 * platform/gtk/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
2559 * platform/gtk/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
2560 * platform/gtk/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
2561 * platform/gtk/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
2562 * platform/gtk/svg/custom/use-on-g-containing-symbol-expected.txt:
2563 * platform/gtk/svg/custom/use-on-g-containing-use-expected.txt:
2564 * platform/gtk/svg/custom/use-on-g-expected.txt:
2565 * platform/gtk/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
2566 * platform/gtk/svg/custom/use-on-rect-expected.txt:
2567 * platform/gtk/svg/custom/use-on-symbol-expected.txt:
2568 * platform/gtk/svg/custom/use-on-text-expected.txt:
2569 * platform/gtk/svg/custom/use-on-use-expected.txt:
2570 * platform/gtk/svg/custom/use-property-changes-through-dom-expected.txt:
2571 * platform/gtk/svg/custom/use-property-changes-through-svg-dom-expected.txt:
2572 * platform/gtk/svg/custom/use-property-synchronization-crash-expected.txt:
2573 * platform/gtk/svg/custom/use-recalcStyle-crash-expected.txt:
2574 * platform/gtk/svg/custom/use-recursion-1-expected.txt:
2575 * platform/gtk/svg/custom/use-recursion-2-expected.txt:
2576 * platform/gtk/svg/custom/use-recursion-3-expected.txt:
2577 * platform/gtk/svg/custom/use-recursion-4-expected.txt:
2578 * platform/gtk/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
2579 * platform/gtk/svg/custom/use-symbol-overflow-expected.txt:
2580 * platform/gtk/svg/custom/use-transform-expected.txt:
2581 * platform/gtk/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt:
2582 * platform/gtk/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt:
2583 * platform/gtk/svg/filters/filter-placement-issue-expected.txt:
2584 * platform/gtk/svg/filters/filter-refresh-expected.txt:
2585 * platform/gtk/svg/filters/filter-source-position-expected.txt:
2586 * platform/gtk/svg/hixie/error/014-expected.txt:
2587 * platform/gtk/svg/hixie/error/017-expected.txt:
2588 * platform/gtk/svg/hixie/use/001-expected.txt:
2589 * platform/gtk/svg/hixie/use/002-expected.txt:
2590 * platform/gtk/svg/overflow/overflow-on-inner-svg-element-expected.txt:
2591 * platform/gtk/svg/repaint/inner-svg-change-viewPort-relative-expected.txt:
2592 * platform/gtk/svg/stroke/zero-length-path-linecap-rendering-expected.txt:
2593 * platform/gtk/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt:
2594 * platform/gtk/svg/text/text-gradient-positioning-expected.txt:
2595 * platform/gtk/svg/text/text-path-01-b-expected.txt:
2596 * platform/gtk/svg/text/text-text-04-t-expected.txt:
2597 * platform/gtk/svg/text/text-text-05-t-expected.txt:
2598 * platform/gtk/svg/text/text-text-06-t-expected.txt:
2599 * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt:
2600 * platform/gtk/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
2601 * svg/stroke/zero-length-arc-linecaps-rendering-expected.txt:
2603 2012-02-28 Csaba Osztrogonác <ossy@webkit.org>
2605 Integrate SVGUseElement within the new shadow root concept
2606 https://bugs.webkit.org/show_bug.cgi?id=78902
2608 Unreviewed gardening, update Qt specific expected files after r109097.
2610 * platform/qt/svg/[...]: Updated.
2612 2012-02-28 Nikolas Zimmermann <nzimmermann@rim.com>
2614 Not reviewed. Add missing Mac pixel test result.
2616 * platform/mac/svg/carto.net/scrollbar-expected.png: Added.
2618 2012-02-28 Nikolas Zimmermann <nzimmermann@rim.com>
2620 Integrate SVGUseElement within the new shadow root concept
2621 https://bugs.webkit.org/show_bug.cgi?id=78902
2623 Reviewed by Zoltan Herczeg.
2625 Update results after the <use> rewrite. Lots of RendeSVGContainer lines are
2626 gone in the expected results, as the artifical <g> element representing the
2627 SVG shadow root is gone, replaced by a standar #shadow-root.
2629 * platform/chromium/test_expectations.txt:
2630 * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
2631 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
2632 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
2633 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
2634 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
2635 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
2636 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
2637 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
2638 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
2639 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
2640 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
2641 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
2642 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
2643 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
2644 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
2645 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
2646 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
2647 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
2648 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
2649 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2650 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2651 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
2652 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
2653 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
2654 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
2655 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
2656 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2657 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
2658 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
2659 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
2660 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
2661 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2662 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
2663 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
2664 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
2665 * platform/mac/svg/batik/filters/feTile-expected.txt:
2666 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
2667 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
2668 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
2669 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
2670 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
2671 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
2672 * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
2673 * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
2674 * platform/mac/svg/batik/text/smallFonts-expected.txt:
2675 * platform/mac/svg/batik/text/textAnchor-expected.txt:
2676 * platform/mac/svg/batik/text/textDecoration-expected.txt:
2677 * platform/mac/svg/batik/text/textEffect-expected.txt:
2678 * platform/mac/svg/batik/text/textEffect2-expected.txt:
2679 * platform/mac/svg/batik/text/textEffect3-expected.txt:
2680 * platform/mac/svg/batik/text/textFeatures-expected.txt:
2681 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2682 * platform/mac/svg/batik/text/textLayout-expected.txt:
2683 * platform/mac/svg/batik/text/textLayout2-expected.txt:
2684 * platform/mac/svg/batik/text/textLength-expected.txt:
2685 * platform/mac/svg/batik/text/textOnPath-expected.txt:
2686 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
2687 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
2688 * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
2689 * platform/mac/svg/batik/text/textPosition-expected.txt:
2690 * platform/mac/svg/batik/text/textPosition2-expected.txt:
2691 * platform/mac/svg/batik/text/textProperties-expected.txt:
2692 * platform/mac/svg/batik/text/textProperties2-expected.txt:
2693 * platform/mac/svg/batik/text/textStyles-expected.txt:
2694 * platform/mac/svg/batik/text/verticalText-expected.txt:
2695 * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
2696 * platform/mac/svg/carto.net/button-expected.txt:
2697 * platform/mac/svg/carto.net/colourpicker-expected.txt:
2698 * platform/mac/svg/carto.net/slider-expected.txt:
2699 * platform/mac/svg/carto.net/window-expected.txt:
2700 * platform/mac/svg/clip-path/clip-path-child-clipped-expected.txt:
2701 * platform/mac/svg/clip-path/clip-path-clipped-no-content-expected.txt:
2702 * platform/mac/svg/clip-path/clip-path-evenodd-expected.txt:
2703 * platform/mac/svg/clip-path/clip-path-evenodd-nonzero-expected.txt:
2704 * platform/mac/svg/clip-path/clip-path-nonzero-evenodd-expected.txt:
2705 * platform/mac/svg/clip-path/clip-path-nonzero-expected.txt:
2706 * platform/mac/svg/clip-path/clip-path-text-and-shape-expected.txt:
2707 * platform/mac/svg/clip-path/clip-path-use-as-child2-expected.txt:
2708 * platform/mac/svg/clip-path/clip-path-use-as-child3-expected.txt:
2709 * platform/mac/svg/clip-path/clip-path-use-as-child4-expected.txt:
2710 * platform/mac/svg/clip-path/clip-path-use-as-child5-expected.txt:
2711 * platform/mac/svg/clip-path/clip-path-with-container-expected.txt:
2712 * platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.txt:
2713 * platform/mac/svg/clip-path/clip-path-with-text-clipped-expected.txt:
2714 * platform/mac/svg/clip-path/clipper-placement-issue-expected.txt:
2715 * platform/mac/svg/css/clippath-with-shadow-expected.txt:
2716 * platform/mac/svg/css/mask-with-shadow-expected.txt:
2717 * platform/mac/svg/custom/broken-internal-references-expected.txt:
2718 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
2719 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
2720 * platform/mac/svg/custom/embedding-external-svgs-expected.txt:
2721 * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
2722 * platform/mac/svg/custom/pattern-rotate-expected.txt:
2723 * platform/mac/svg/custom/recursive-clippath-expected.txt:
2724 * platform/mac/svg/custom/recursive-mask-expected.txt:
2725 * platform/mac/svg/custom/recursive-pattern-expected.txt:
2726 * platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
2727 * platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.txt:
2728 * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
2729 * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.txt:
2730 * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
2731 * platform/mac/svg/custom/struct-use-09-b-expected.txt:
2732 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
2733 * platform/mac/svg/custom/use-css-events-expected.txt:
2734 * platform/mac/svg/custom/use-detach-expected.txt:
2735 * platform/mac/svg/custom/use-disappears-after-style-update-expected.png:
2736 * platform/mac/svg/custom/use-disappears-after-style-update-expected.txt:
2737 * platform/mac/svg/custom/use-dynamic-append-expected.txt:
2738 * platform/mac/svg/custom/use-elementInstance-event-target-expected.txt:
2739 * platform/mac/svg/custom/use-elementInstance-methods-expected.txt:
2740 * platform/mac/svg/custom/use-empty-reference-expected.txt:
2741 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
2742 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
2743 * platform/mac/svg/custom/use-events-crash-expected.txt:
2744 * platform/mac/svg/custom/use-font-face-crash-expected.txt:
2745 * platform/mac/svg/custom/use-instanceRoot-event-bubbling-expected.png:
2746 * platform/mac/svg/custom/use-instanceRoot-event-listeners-expected.png:
2747 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
2748 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
2749 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
2750 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
2751 * platform/mac/svg/custom/use-nested-transform-expected.txt:
2752 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
2753 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
2754 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
2755 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
2756 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
2757 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
2758 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
2759 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
2760 * platform/mac/svg/custom/use-on-g-expected.txt:
2761 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
2762 * platform/mac/svg/custom/use-on-rect-expected.txt:
2763 * platform/mac/svg/custom/use-on-symbol-expected.txt:
2764 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
2765 * platform/mac/svg/custom/use-on-text-expected.txt:
2766 * platform/mac/svg/custom/use-on-use-expected.txt:
2767 * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
2768 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
2769 * platform/mac/svg/custom/use-property-synchronization-crash-expected.txt:
2770 * platform/mac/svg/custom/use-recalcStyle-crash-expected.txt:
2771 * platform/mac/svg/custom/use-recursion-1-expected.txt:
2772 * platform/mac/svg/custom/use-recursion-2-expected.txt:
2773 * platform/mac/svg/custom/use-recursion-3-expected.txt:
2774 * platform/mac/svg/custom/use-recursion-4-expected.png:
2775 * platform/mac/svg/custom/use-recursion-4-expected.txt:
2776 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
2777 * platform/mac/svg/custom/use-symbol-overflow-expected.txt:
2778 * platform/mac/svg/custom/use-transform-expected.txt:
2779 * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt:
2780 * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt:
2781 * platform/mac/svg/filters/filter-placement-issue-expected.txt:
2782 * platform/mac/svg/filters/filter-refresh-expected.txt:
2783 * platform/mac/svg/filters/filter-source-position-expected.txt:
2784 * platform/mac/svg/hixie/error/014-expected.txt:
2785 * platform/mac/svg/hixie/error/017-expected.txt:
2786 * platform/mac/svg/hixie/use/001-expected.txt:
2787 * platform/mac/svg/hixie/use/002-expected.txt:
2788 * platform/mac/svg/overflow/overflow-on-inner-svg-element-expected.txt:
2789 * platform/mac/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt:
2790 * platform/mac/svg/stroke/zero-length-path-linecap-rendering-expected.txt:
2791 * platform/mac/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt:
2792 * platform/mac/svg/text/text-gradient-positioning-expected.txt:
2793 * platform/mac/svg/text/text-path-01-b-expected.txt:
2794 * platform/mac/svg/text/text-text-04-t-expected.txt:
2795 * platform/mac/svg/text/text-text-05-t-expected.txt:
2796 * platform/mac/svg/text/text-text-06-t-expected.txt:
2797 * platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt:
2798 * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
2799 * svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt:
2800 * svg/clip-path/clip-path-childs-clipped-expected.txt:
2801 * svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt:
2802 * svg/clip-path/clip-path-clipped-expected.txt:
2803 * svg/clip-path/clip-path-clipped-nonzero-expected.txt:
2804 * svg/clip-path/clip-path-on-clipped-use-expected.txt:
2805 * svg/clip-path/clip-path-use-as-child-expected.txt:
2806 * svg/css/circle-in-mask-with-shadow-expected.txt:
2807 * svg/custom/deep-dynamic-updates-expected.txt:
2808 * svg/custom/non-scaling-stroke-expected.txt:
2809 * svg/custom/resource-client-removal-expected.txt:
2810 * svg/custom/use-clipped-transform-expected.txt:
2811 * svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
2812 * svg/custom/use-forward-refs-expected.txt:
2813 * svg/custom/use-image-in-g-expected.txt:
2814 * svg/custom/use-in-symbol-with-offset-expected.txt:
2815 * svg/custom/use-inherit-style-expected.txt:
2816 * svg/custom/use-move-to-offset-expected.txt:
2817 * svg/custom/use-multiple-on-nested-disallowed-font-expected.txt:
2818 * svg/custom/use-on-clip-path-with-transformation-expected.txt:
2819 * svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt:
2820 * svg/custom/use-setAttribute-crash-expected.txt:
2821 * svg/custom/use-transfer-width-height-properties-to-svg-expected.txt:
2822 * svg/custom/use-transfer-width-height-properties-to-svg1-expected.txt:
2823 * svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt:
2824 * svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt:
2825 * svg/custom/use-transfer-width-height-properties-to-symbol1-expected.txt:
2826 * svg/custom/use-transfer-width-height-properties-to-symbol2-expected.txt:
2827 * svg/repaint/inner-svg-change-viewPort-relative-expected.txt:
2829 2012-02-28 Shinya Kawanaka <shinyak@chromium.org>
2831 Element should be able to have multiple shadow roots.
2832 https://bugs.webkit.org/show_bug.cgi?id=77931
2834 Reviewed by Hajime Morita.
2836 * fast/dom/resources/shadow-test-driver.js:
2837 (createSpanWithText):
2840 * fast/dom/shadow/multiple-shadowroot-expected.txt: Added.
2841 * fast/dom/shadow/multiple-shadowroot-rendering-expected.txt: Added.
2842 * fast/dom/shadow/multiple-shadowroot-rendering.html: Added.
2843 * fast/dom/shadow/multiple-shadowroot.html: Added.
2844 * platform/efl/Skipped:
2845 * platform/gtk/Skipped:
2846 * platform/mac/Skipped:
2847 * platform/qt/Skipped:
2848 * platform/win/Skipped:
2849 * platform/wincairo/Skipped:
2850 * platform/wk2/Skipped:
2852 2012-02-28 Yoshifumi Inoue <yosin@chromium.org>
2854 [Chromium] We should reset mouse position before calling eventSender.mouseMove in LayoutTest
2855 https://bugs.webkit.org/show_bug.cgi?id=79748
2857 Calls eventSender.moveTo(0, 0) before other eventSender.moveTo call to make sure test scripts
2858 get mousemove event.
2860 Reviewed by Kent Tamura.
2862 * fast/forms/number/input-number-events.html:
2863 * fast/forms/number/input-number-large-padding.html:
2864 * fast/forms/number/input-spinbutton-capturing.html:
2866 2012-02-28 Kenichi Ishibashi <bashi@chromium.org>
2868 Unreviewed test expectations update.
2870 webaudio/audiobuffersource-channels.html crashes on debug builds.
2872 * platform/chromium/test_expectations.txt:
2874 2012-02-28 Philippe Normand <pnormand@igalia.com>
2876 Unreviewed, marking a media test flaky on GTK.
2878 * platform/gtk/test_expectations.txt:
2879 media/video-poster-blocked-by-willsendrequest.html is flaky.
2881 2012-02-28 Philippe Normand <pnormand@igalia.com>
2883 Unreviewed, GTK baselines for 22 new tests.
2885 * platform/gtk/fast/block/float/centered-float-avoidance-complexity-expected.txt: Added.
2886 * platform/gtk/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Added.
2887 * platform/gtk/fast/css/non-empty-span-expected.txt: Added.
2888 * platform/gtk/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt: Added.
2889 * platform/gtk/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt: Added.
2890 * platform/gtk/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt: Added.
2891 * platform/gtk/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt: Added.
2892 * platform/gtk/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: Added.
2893 * platform/gtk/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt: Added.
2894 * platform/gtk/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt: Added.
2895 * platform/gtk/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt: Added.
2896 * platform/gtk/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt: Added.
2897 * platform/gtk/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt: Added.
2898 * platform/gtk/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt: Added.
2899 * platform/gtk/fast/repaint/region-painting-invalidation-expected.txt: Added.
2900 * platform/gtk/svg/foreignObject/fO-display-none-expected.txt: Added.
2901 * platform/gtk/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.txt: Added.
2902 * platform/gtk/svg/foreignObject/fO-parent-display-changes-expected.txt: Added.
2903 * platform/gtk/svg/foreignObject/fO-parent-display-none-expected.txt: Added.
2904 * platform/gtk/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: Added.
2905 * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: Added.
2906 * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: Added.
2908 2012-02-28 Philippe Normand <pnormand@igalia.com>
2910 Unreviewed, GTK test_expectations update, skipping 2 new failing
2913 * platform/gtk/test_expectations.txt:
2915 2012-02-27 Philippe Normand <pnormand@igalia.com>
2917 Unreviewed, GTK rebaseline.
2919 * platform/gtk/Skipped: Skip all dom/shadow tests, GTK doesn't
2920 support this feature yet.
2921 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
2922 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
2923 * platform/gtk/fast/js/constructor-length-expected.txt:
2924 * platform/gtk/fast/multicol/span/clone-flexbox-expected.txt: Added.
2925 * platform/gtk/fast/multicol/span/clone-summary-expected.txt: Added.
2926 * platform/gtk/fast/runin/runin-div-before-child-expected.txt: Added.
2927 * platform/gtk/fast/runin/runin-table-before-child-expected.txt: Added.
2928 * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
2929 * platform/gtk/media/audio-repaint-expected.txt:
2930 * platform/gtk/media/video-zoom-controls-expected.txt:
2931 * platform/gtk/svg/css/getComputedStyle-basic-expected.txt: Added.
2932 * platform/gtk/svg/repaint/inner-svg-change-viewPort-relative-expected.txt: Added.
2933 * platform/gtk/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
2934 * platform/gtk/svg/text/text-rescale-expected.txt: Added.
2935 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
2937 2012-02-27 Yoshifumi Inoue <yosin@chromium.org>
2939 LayoutTests/fast/forms/number/input-number-events.html is failing since r108228
2940 https://bugs.webkit.org/show_bug.cgi?id=79329
2942 Remove trailing whitespace which makes test failure.
2944 Reviewed by Kent Tamura.
2946 * fast/forms/number/input-number-events-expected.txt: Remove trailing whitespace at line 11.
2948 2012-02-27 David Barton <dbarton@mathscribe.com>
2950 Fix <msubsup> formatting, especially for a tall base, subscript, or superscript
2951 https://bugs.webkit.org/show_bug.cgi?id=79274
2953 Reviewed by Julien Chaffraix.
2955 * mathml/presentation/subsup.xhtml:
2956 * platform/mac/mathml/presentation/mo-stretch-expected.png: Added property svn:mime-type.
2957 * platform/mac/mathml/presentation/mo-stretch-expected.txt:
2958 * platform/mac/mathml/presentation/msubsup-base-changed-expected.png:
2959 * platform/mac/mathml/presentation/msubsup-base-changed-expected.txt:
2960 * platform/mac/mathml/presentation/msubsup-sub-changed-expected.png:
2961 * platform/mac/mathml/presentation/msubsup-sub-changed-expected.txt:
2962 * platform/mac/mathml/presentation/msubsup-sup-changed-expected.png:
2963 * platform/mac/mathml/presentation/msubsup-sup-changed-expected.txt:
2964 * platform/mac/mathml/presentation/sub-expected.png:
2965 * platform/mac/mathml/presentation/sub-expected.txt:
2966 * platform/mac/mathml/presentation/subsup-expected.png:
2967 * platform/mac/mathml/presentation/subsup-expected.txt:
2969 2012-02-27 Csaba Osztrogonác <ossy@webkit.org>
2971 [Qt] Unreviewed morning gardening.
2973 * platform/qt/Skipped: Skip new failing tests.
2974 * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated.
2976 2012-02-27 Wei James <james.wei@intel.com>
2978 Multi-Channel support in AudioBufferSourceNode
2979 https://bugs.webkit.org/show_bug.cgi?id=79202
2981 Reviewed by Chris Rogers.
2983 * webaudio/audiobuffersource-channels-expected.txt:
2984 * webaudio/audiobuffersource-channels.html:
2985 * webaudio/audiobuffersource-multi-channels-expected.wav: Added.
2986 * webaudio/audiobuffersource-multi-channels.html: Added.
2988 2012-02-27 Emil A Eklund <eae@chromium.org>
2990 Printed font-size should not be dependant on zoom level
2991 https://bugs.webkit.org/show_bug.cgi?id=79717
2993 Reviewed by Adam Barth.
2995 Ignore full page zoom level when printing a document.
2997 * printing/zoomed-document-expected.txt: Added.
2998 * printing/zoomed-document.html: Added.
3000 2012-02-27 Sheriff Bot <webkit.review.bot@gmail.com>
3002 Unreviewed, rolling out r109041.
3003 http://trac.webkit.org/changeset/109041
3004 https://bugs.webkit.org/show_bug.cgi?id=79741
3006 Broke Chromium Win build (Requested by bashi on #webkit).
3008 * webintents/resources/web-intents-testing.js: Removed.
3009 * webintents/web-intents-failure-expected.txt: Removed.
3010 * webintents/web-intents-failure.html: Removed.
3011 * webintents/web-intents-invoke-expected.txt: Removed.
3012 * webintents/web-intents-invoke.html: Removed.
3013 * webintents/web-intents-reload.html:
3014 * webintents/web-intents-reply-expected.txt: Removed.
3015 * webintents/web-intents-reply.html: Removed.
3017 2012-02-27 Huang Dongsung <luxtella@company100.net>
3019 Fixed a typo in CanvasRenderingContext2D::drawImage(HTMLCanvasElement);
3020 incorrect source and destination rect used.
3021 https://bugs.webkit.org/show_bug.cgi?id=79566
3023 I amended canvas-composite-canvas to cover this bug, and I also amended
3024 canvas-composite-image because I changed
3025 LayoutTests/fast/canvas/resources/canvas-composite-image-common.js.
3026 However, the change of canvas-composite-image is reasonable because
3027 drawImage(HTMLImageElement) will be able to have a similar bug.
3029 Reviewed by Daniel Bates.
3031 * fast/canvas/canvas-composite-canvas.html:
3032 * fast/canvas/canvas-composite-image.html:
3033 * fast/canvas/resources/canvas-composite-image-common.js:
3036 2012-02-27 Shawn Singh <shawnsingh@chromium.org>
3038 RenderLayer ClipRect not accounting for transforms
3039 https://bugs.webkit.org/show_bug.cgi?id=76486
3041 Reviewed by Simon Fraser.
3043 * compositing/layer-creation/overlap-transformed-and-clipped-expected.png: Added.
3044 * compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Added.
3045 * compositing/layer-creation/overlap-transformed-and-clipped.html: Added.
3047 2012-02-27 Adam Klein <adamk@chromium.org>
3049 [MutationObservers] Clear pending mutation records on disconnect()
3050 https://bugs.webkit.org/show_bug.cgi?id=78639
3052 Reviewed by Ojan Vafai.
3054 * fast/mutation/disconnect-cancel-pending-expected.txt: Added.
3055 * fast/mutation/disconnect-cancel-pending.html: Added.
3057 2012-02-27 Brady Eidson <beidson@apple.com>
3059 <rdar://problem/10924993> and https://bugs.webkit.org/show_bug.cgi?id=79725
3060 <a ping> doesn't work in WebKit2
3062 Reviewed by Alexey Proskuryakov.
3064 * platform/wk2/Skipped: Unskip some tests that now pass.
3066 2012-02-27 Adam Klein <adamk@chromium.org>
3068 Always notify subtree of removal in ContainerNode::removeChildren
3069 https://bugs.webkit.org/show_bug.cgi?id=79316
3071 Reviewed by Ryosuke Niwa.
3073 * fast/forms/form-associated-element-removal-expected.txt: Added.
3074 * fast/forms/form-associated-element-removal.html: Added.
3076 2012-02-27 Adrienne Walker <enne@google.com>
3078 [chromium] Unreviewed gardening, mark another svg test as flaky crasher
3079 https://bugs.webkit.org/show_bug.cgi?id=79707
3081 * platform/chromium/test_expectations.txt:
3083 2012-02-27 Adrienne Walker <enne@google.com>
3085 [chromium] Unreviewed gardening, mark more svg tests as flaky crashers
3086 https://bugs.webkit.org/show_bug.cgi?id=79707
3088 * platform/chromium/test_expectations.txt:
3090 2012-02-27 Daniel Bates <dbates@webkit.org>
3092 Add test case for ::selection:window-inactive
3093 https://bugs.webkit.org/show_bug.cgi?id=79623
3095 Reviewed by Beth Dakin.
3097 Add reftest to ensure that we don't regress inactive selection color.
3099 For completeness, support for inactive selection color was added in
3100 <http://trac.webkit.org/changeset/41094> (<rdar://problem/6077775>).
3102 * fast/selectors/selection-window-inactive-expected.html: Added.
3103 * fast/selectors/selection-window-inactive.html: Added.
3105 2012-02-27 Greg Billock <gbillock@google.com>
3107 Add more tests for web intents
3108 https://bugs.webkit.org/show_bug.cgi?id=79527
3110 Reviewed by Adam Barth.
3112 * webintents/resources/web-intents-testing.js: Added.
3113 * webintents/web-intents-failure-expected.txt: Added.
3114 * webintents/web-intents-failure.html: Added.
3115 * webintents/web-intents-invoke-expected.txt: Added.
3116 * webintents/web-intents-invoke.html: Added.
3117 * webintents/web-intents-reply-expected.txt: Added.
3118 * webintents/web-intents-reply.html: Added.
3120 2012-02-27 ChangSeok Oh <shivamidow@gmail.com>
3122 [EFL] Support mutation observers
3123 https://bugs.webkit.org/show_bug.cgi?id=79603
3125 Reviewed by Eric Seidel.
3127 Rebased skipped tests regarding the mutation observers feature.
3129 * platform/efl/Skipped:
3131 2012-02-27 Kentaro Hara <haraken@chromium.org>
3133 [JSC] Add [ConstructorParameters=] to all custom constructors
3134 https://bugs.webkit.org/show_bug.cgi?id=78221
3136 Reviewed by Adam Barth.
3138 The added tests check the length property of the custom constructors.
3140 * fast/js/constructor-length.html:
3141 * platform/mac/fast/js/constructor-length-expected.txt:
3143 2012-02-27 Adrienne Walker <enne@google.com>
3145 [chromium] Unreviewed gardening, mark many svg tests as flaky crashers
3146 https://bugs.webkit.org/show_bug.cgi?id=79707
3148 * platform/chromium/test_expectations.txt:
3150 2012-02-27 Adrienne Walker <enne@google.com>
3152 [chromium] Unreviewed gardening, mark two fast/regex tests as failing
3154 * platform/chromium/test_expectations.txt:
3156 2012-02-27 Chris Rogers <crogers@google.com>
3158 Implement static compression curve parameters for DynamicsCompressorNode
3159 https://bugs.webkit.org/show_bug.cgi?id=78937
3161 Reviewed by Kenneth Russell.
3163 * webaudio/dynamicscompressor-basic-expected.txt: Added.
3164 * webaudio/dynamicscompressor-basic.html: Added.
3166 2012-02-27 Oliver Hunt <oliver@apple.com>
3168 REGRESSION (r108112): AWS Management Console at amazon.com fails to initialize
3169 https://bugs.webkit.org/show_bug.cgi?id=79693
3171 Reviewed by Filip Pizlo.
3173 Update test case to handle Error.stack being a string rather than an array.
3175 * fast/js/script-tests/stack-trace.js:
3178 2012-02-27 Min Qin <qinmin@google.com>
3180 Cleanup Gesture requirement when exiting video-play-require-user-gesture test
3181 https://bugs.webkit.org/show_bug.cgi?id=79690
3183 Reviewed by Philippe Normand.
3185 * media/video-play-require-user-gesture.html:
3187 2012-02-27 Mihnea Ovidenie <mihnea@adobe.com>
3189 [CSSRegions]-webkit-flow-into initial value should be none instead of auto
3190 https://bugs.webkit.org/show_bug.cgi?id=79670
3192 Reviewed by Simon Fraser.
3194 * fast/css/getComputedStyle/computed-style-expected.txt:
3195 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3196 * fast/regions/css-regions-disabled-expected.txt:
3197 * fast/regions/script-tests/css-regions-disabled.js:
3198 * fast/regions/script-tests/webkit-flow-parsing.js:
3199 * fast/regions/webkit-flow-parsing-expected.txt:
3200 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-expected.txt:
3201 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3202 * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
3203 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
3204 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3205 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
3206 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3207 * platform/qt/svg/css/getComputedStyle-basic-expected.txt:
3208 * svg/css/getComputedStyle-basic-expected.txt:
3210 2012-02-27 Ojan Vafai <ojan@chromium.org>
3212 implement display: -webkit-inline-flexbox
3213 https://bugs.webkit.org/show_bug.cgi?id=77772
3215 Reviewed by David Hyatt.
3217 * css3/flexbox/inline-flexbox-expected.html: Added.
3218 * css3/flexbox/inline-flexbox.html: Added.
3220 2012-02-27 Ken Buchanan <kenrb@chromium.org>
3222 Absolute positioned elements with Inline Relative Positioned Container are not layout correctly
3223 https://bugs.webkit.org/show_bug.cgi?id=78713
3225 Reviewed by David Hyatt.
3227 Test case originally by Robin Cao. This exercises the crashing
3228 condition in bug 78713.
3230 * fast/css/positioned-in-relative-position-inline-crash-expected.txt: Added.
3231 * fast/css/positioned-in-relative-position-inline-crash.html: Added.
3233 2012-02-27 Pavel Feldman <pfeldman@google.com>
3235 Web Inspector: move record formatting into the timeline presentation model.
3236 https://bugs.webkit.org/show_bug.cgi?id=79684
3238 Reviewed by Vsevolod Vlasov.
3240 * inspector/timeline/timeline-receive-response-event.html:
3242 2012-02-27 Gavin Barraclough <barraclough@apple.com>
3244 RegExp lastIndex should behave as a regular property
3245 https://bugs.webkit.org/show_bug.cgi?id=79446
3247 Reviewed by Sam Weinig.
3249 lastIndex should be a regular data descriptor, with the attributes configurable:false,
3250 enumerable:false, writable:true. As such, it should be possible to reconfigure writable
3251 as false. If the lastIndex property is reconfigured to be read-only, we should respect
3254 * fast/regex/lastIndex-expected.txt: Added.
3255 * fast/regex/lastIndex.html: Added.
3256 * fast/regex/script-tests/lastIndex.js: Added.
3257 - Added test cases for correct handling of lastIndex.
3259 2012-02-27 Adrienne Walker <enne@google.com>
3261 [chromium] Unreviewed gardening, mark getPutImageDataPair as slow
3262 https://bugs.webkit.org/show_bug.cgi?id=79679
3264 * platform/chromium/test_expectations.txt:
3266 2012-02-27 Michael Saboff <msaboff@apple.com>
3268 Error check regexp min quantifier
3269 https://bugs.webkit.org/show_bug.cgi?id=70648
3271 Reviewed by Gavin Barraclough.
3273 New test added to check for newly generated SyntaxError.
3275 * fast/regex/overflow-expected.txt:
3276 * fast/regex/script-tests/overflow.js:
3279 2012-02-27 Pavel Feldman <pfeldman@google.com>
3281 Web Inspector: extract TimelineModel and TimelinePresentationModel into their own files.
3282 https://bugs.webkit.org/show_bug.cgi?id=79675
3284 Reviewed by Vsevolod Vlasov.
3286 * inspector/timeline/timeline-enum-stability.html:
3287 * inspector/timeline/timeline-network-resource.html:
3288 * inspector/timeline/timeline-paint.html:
3289 * inspector/timeline/timeline-script-tag-1.html:
3290 * inspector/timeline/timeline-test.js:
3291 (initialize_Timeline.InspectorTest.waitForRecordType.addRecord):
3292 (initialize_Timeline.InspectorTest.waitForRecordType):
3293 (initialize_Timeline.InspectorTest.printTimelineRecords):
3294 (initialize_Timeline.InspectorTest.dumpTimelineRecord):
3295 (initialize_Timeline.InspectorTest._timelineAgentTypeToString):
3297 2012-02-27 Alexander Pavlov <apavlov@chromium.org>
3299 Web Inspector: [Styles] Allow adding CSS properties anywhere in the style declaration, not only at the end
3300 https://bugs.webkit.org/show_bug.cgi?id=79662
3302 Reviewed by Pavel Feldman.
3304 * inspector/styles/styles-add-blank-property-expected.txt:
3305 * inspector/styles/styles-add-blank-property.html:
3306 * inspector/styles/styles-formatting.html:
3307 * inspector/styles/styles-history.html:
3308 * inspector/styles/undo-add-property-expected.txt:
3309 * inspector/styles/undo-add-property.html:
3311 2012-02-27 Ilya Tikhonovsky <loislo@chromium.org>
3313 Unreviewed fix for lint error after r108992.
3315 * platform/chromium/test_expectations.txt:
3317 2012-02-27 Pavel Feldman <pfeldman@google.com>
3319 [Shadow]: Expose one ShadowRoot in the Elements panel
3320 https://bugs.webkit.org/show_bug.cgi?id=78202
3322 Reviewed by Yury Semikhatsky.
3324 * inspector/console/console-dirxml-expected.txt:
3326 2012-02-27 Pavel Feldman <pfeldman@google.com>
3328 Web Inspector: drop protocol-level tests
3329 https://bugs.webkit.org/show_bug.cgi?id=79671
3331 Reviewed by Vsevolod Vlasov.
3333 * inspector/protocol/console-agent-expected.txt: Removed.
3334 * inspector/protocol/console-agent.html: Removed.
3335 * inspector/protocol/runtime-agent-expected.txt: Removed.
3336 * inspector/protocol/runtime-agent.html: Removed.
3338 2012-02-27 Csaba Osztrogonác <ossy@webkit.org>