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