1 2012-06-12 Andrei Bucur <abucur@adobe.com>
3 [CSSRegions]NamedFlow::overset should return true when there's no region chain attached
4 https://bugs.webkit.org/show_bug.cgi?id=88515
6 The CSS Regions specifies that the "overset" attribute needs to return true if the content overflows, there's no region attached to the flow
7 or if the NamedFlow is in the NULL state:
8 http://www.w3.org/TR/css3-regions/#dom-named-flow-overset
10 The overset test was updated to cover the attribute value in case of a flow in the NULL state.
12 Reviewed by Andreas Kling.
14 * fast/regions/webkit-named-flow-overset-expected.txt:
15 * fast/regions/webkit-named-flow-overset.html:
17 2012-06-12 Mario Sanchez Prada <msanchez@igalia.com>
19 Unreviewed gardening. Skip test failing randomly in GTK bots after r120040.
21 * platform/gtk/TestExpectations:
23 2012-06-12 Takashi Sakamoto <tasak@google.com>
25 [Shadow DOM] <style> inside Shadow subtree should be scoped inside the subtree.
26 https://bugs.webkit.org/show_bug.cgi?id=87805
28 Reviewed by Dimitri Glazkov.
30 * fast/css/style-scoped/registering-shadowroot-expected.txt:
31 * fast/css/style-scoped/registering-shadowroot.html:
32 * fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt: Added.
33 * fast/css/style-scoped/style-scoped-change-scoped-in-shadow.html: Added.
35 2012-06-12 Mario Sanchez Prada <msanchez@igalia.com>
37 Unreviewed. Add reference to bug 88859 for test skipped in r120055.
39 * platform/efl/Skipped:
40 * platform/gtk/TestExpectations:
41 * platform/mac/Skipped:
42 * platform/qt/Skipped:
43 * platform/win/Skipped:
44 * platform/wincairo/Skipped:
46 2012-06-12 Dominic Cooney <dominicc@chromium.org>
48 [Chromium] Unreviewed: Add expectations for speech-recognition-event-constructor
50 This looks like it was failing as it was added in r120053. Filed
53 * platform/chromium/TestExpectations:
55 2012-06-12 Sheriff Bot <webkit.review.bot@gmail.com>
57 Unreviewed, rolling out r120051.
58 http://trac.webkit.org/changeset/120051
59 https://bugs.webkit.org/show_bug.cgi?id=88852
61 some tests are crashing (Requested by morrita on #webkit).
63 * fast/dom/shadow/elements-in-frameless-document-expected.txt: Removed.
64 * fast/dom/shadow/elements-in-frameless-document.html: Removed.
66 2012-06-12 Csaba Osztrogonác <ossy@webkit.org>
68 [Qt] Diverging test results on 32/64 bit architectures
69 https://bugs.webkit.org/show_bug.cgi?id=82601
71 Unreviewed gardening, update expected files.
73 * platform/qt/Skipped: Unskip svg/transforms/transform-origin-css-property.xhtml, because it passes now.
74 * platform/qt/fast/repaint/moving-shadow-on-container-expected.png:
75 * platform/qt/fast/repaint/moving-shadow-on-path-expected.png:
76 * platform/qt/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
77 * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.png:
78 * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt:
79 * platform/qt/svg/transforms/transform-origin-css-property-expected.png: Removed, because it is a reftest.
80 * platform/qt/svg/transforms/transform-origin-css-property-expected.txt: Removed, because it is a reftest.
82 2012-06-12 Kinuko Yasuda <kinuko@chromium.org>
84 Unreviewed; skipping the new XHR blob test on the platforms where XHR_RESPONSE_BLOB is not enabled.
85 http/tests/xmlhttprequest/response-blob-size.html
87 * platform/efl/Skipped:
88 * platform/gtk/TestExpectations:
89 * platform/mac/Skipped:
90 * platform/qt/Skipped:
91 * platform/win/Skipped:
92 * platform/wincairo/Skipped:
94 2012-06-11 Kaustubh Atrawalkar <kaustubh@motorola.com>
96 [DRT] LTC:: counterValueForElementById() could be moved to Internals.
97 https://bugs.webkit.org/show_bug.cgi?id=84406
99 Reviewed by Hajime Morita.
101 Move the counterValueForElementById from LayoutTestCotroller to Internals and
102 remove the old platform specific implementations as it exclusively tests WebCore functionality.
104 * fast/css/counters/2displays-expected.txt:
105 * fast/css/counters/2displays.html:
106 * fast/css/counters/adding-nodes.html:
107 * fast/css/counters/after-continuation-expected.txt:
108 * fast/css/counters/after-continuation.html:
109 * fast/css/counters/content-021-expected.txt:
110 * fast/css/counters/content-021.html:
111 * fast/css/counters/counter-before-content-not-incremented.html:
112 * fast/css/counters/counter-increment-000-expected.txt:
113 * fast/css/counters/counter-increment-000.html:
114 * fast/css/counters/counter-increment-001-expected.txt:
115 * fast/css/counters/counter-increment-001.html:
116 * fast/css/counters/counter-increment-002.html:
117 * fast/css/counters/counter-increment-inherit-expected.txt:
118 * fast/css/counters/counter-increment-inherit.htm:
119 * fast/css/counters/counter-increment-overflow.html:
120 * fast/css/counters/counter-increment-tests-expected.txt:
121 * fast/css/counters/counter-increment-tests.htm:
122 * fast/css/counters/counter-reset-000.html:
123 * fast/css/counters/counter-reset-001.html:
124 * fast/css/counters/counter-reset-002.html:
125 * fast/css/counters/counterValueForElementById-expected.txt:
126 * fast/css/counters/counterValueForElementById.html:
127 * fast/css/counters/deep-before-expected.txt:
128 * fast/css/counters/deep-before.html:
129 * fast/css/counters/invalidate-cached-counter-node.html:
130 * fast/css/counters/nesting.html:
132 2012-06-11 Hans Wennborg <hans@chromium.org>
134 Speech JavaScript API: Make SpeechRecognitionError an Event
135 https://bugs.webkit.org/show_bug.cgi?id=88784
137 Reviewed by Adam Barth.
139 Add a layout test that fires a SpeechRecognitionError.
141 * fast/speech/scripted/speechrecognition-errors-expected.txt: Added.
142 * fast/speech/scripted/speechrecognition-errors.html: Added.
144 2012-06-12 Mario Sanchez Prada <msanchez@igalia.com>
146 Unreviewed gardening. Skip test failing on GTK bots after r119947.
148 * platform/gtk/TestExpectations: Skip test.
150 2012-06-12 Hajime Morrita <morrita@chromium.org>
152 REGRESSION(r118098): <content> element does not render distributed children when cloned from another document
153 https://bugs.webkit.org/show_bug.cgi?id=88148
155 Reviewed by Dimitri Glazkov.
157 * fast/dom/shadow/elements-in-frameless-document-expected.txt: Added.
158 * fast/dom/shadow/elements-in-frameless-document.html: Added.
160 2012-06-12 Dominic Cooney <dominicc@chromium.org>
162 [Chromium] Unreviewed: Rebaseline gradient-after-transparent-border
164 Font antialiasing differences are causing this to fail after
165 rebaseline in r120043.
167 * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:
169 2012-06-12 Kent Tamura <tkent@chromium.org>
171 Remove unnecessary functions: setName() and formControlName()
172 https://bugs.webkit.org/show_bug.cgi?id=88392
174 Reviewed by Kentaro Hara.
176 * fast/forms/name-attribute-expected.txt: Added.
177 * fast/forms/name-attribute.html: Added.
179 2012-06-12 Mario Sanchez Prada <msanchez@igalia.com>
181 Unreviewed gardening. Skip test crashing on GTK debug bots.
183 * platform/gtk/TestExpectations: Skip test.
185 2012-06-12 Anna Cavender <annacc@chromium.org>
187 [Chromium] video-media-source-add-and-remove-ids.html needs to be skipped
188 until a chromium patch lands that will cause different expectations.
192 * platform/chromium/TestExpectations:
194 2012-06-12 Dominic Cooney <dominicc@chromium.org>
196 [Chromium] Unreviewed: Rebaseline gradients tests
198 Rebaseline two gradients tests after r120033 that I missed in
199 rebaselines in r120043.
201 * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients2-expected.png: Removed.
202 * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.png:
203 * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:
205 2012-06-12 Hojong Han <hojong.han@samsung.com>
207 Property names of the built-in object cannot be retrieved
208 after trying to delete one of its properties
209 https://bugs.webkit.org/show_bug.cgi?id=86461
211 Reviewed by Gavin Barraclough.
213 * fast/js/delete-syntax-expected.txt:
214 * fast/js/script-tests/delete-syntax.js:
216 2012-06-11 Dominic Cooney <dominicc@chromium.org>
218 [Chromium] Unreviewed: Rebaseline gradients tests
220 r120033 added IMAGE failures for bunch of gradient tests that will
221 need rebaselining as a result of that change. This is that
224 (File list elided because it is too long.)
226 2012-06-11 Kinuko Yasuda <kinuko@chromium.org>
228 XHR returns size==0 Blob
229 https://bugs.webkit.org/show_bug.cgi?id=88750
231 Reviewed by Alexey Proskuryakov.
233 * http/tests/xmlhttprequest/response-blob-size-expected.txt: Added.
234 * http/tests/xmlhttprequest/response-blob-size.html: Added.
236 2012-06-11 Silvia Pfeiffer <silviapf@chromium.org>
238 Introduce an Enclosure Element for Chromium video controls.
239 https://bugs.webkit.org/show_bug.cgi?id=87683
241 Reviewed by Eric Carlson.
243 Change fullscreen/video-controls-override.html, media/media-controls-invalid-url.html and
244 media/track/track-cue-rendering-snap-to-lines-not-set.html to deal with the new enclosure
245 div in Chromium controls and use the mediaControlsElement() helper function to find elements
247 Fail video controls tests in test expectations.
249 * fullscreen/video-controls-override-expected.txt: Updated.
250 * fullscreen/video-controls-override.html: Use mediaControlsElement helper function.
251 * media/media-controls-invalid-url.html: Use mediaControlsElement helper function.
252 * media/track/track-cue-rendering-snap-to-lines-not-set.html: Height is provided by enclosure element.
253 * platform/chromium/TestExpectations: Fail video controls tests.
255 2012-06-11 Dominic Cooney <dominicc@chromium.org>
257 [Chromium] Unreviewed: Expectations for track-cues-cuechange.html
258 https://bugs.webkit.org/show_bug.cgi?id=88833
260 media/track/track-cues-cuechange.html is timing out flakily like
261 some other media tests noted in bug 88833.
263 * platform/chromium/TestExpectations:
265 2012-06-11 Elliott Sprehn <esprehn@gmail.com>
267 WebKit doesn't allow replacing the document element with a DocumentFragment containing one element
268 https://bugs.webkit.org/show_bug.cgi?id=88681
270 Reviewed by Ojan Vafai.
272 Re-enables a bunch of disabled tests that are long since fixed and rewrites
273 the tests to use a more modern js-test-pre.js style.
274 https://bugs.webkit.org/show_bug.cgi?id=12751
276 * fast/dom/Document/replace-child-expected.txt:
277 * fast/dom/Document/replace-child.html:
279 2012-06-11 Dominic Cooney <dominicc@chromium.org>
281 [Chromium] Unreviewed: Update test expectations with bugs for media test timeouts
283 * platform/chromium/TestExpectations:
285 2012-06-11 Jin Yang <jin.a.yang@intel.com>
287 GeneratorGeneratedImage should cache images for the non-tiled case
288 https://bugs.webkit.org/show_bug.cgi?id=87094
290 Reviewed by Simon Fraser.
292 Update expectations: added failures for baselines to come.
294 * platform/chromium/TestExpectations:
296 2012-06-11 Vincent Scheib <scheib@chromium.org>
298 Add new Pointer Lock spec attribute webkitPointerLockElement.
299 https://bugs.webkit.org/show_bug.cgi?id=88799
301 Part of a series of refactoring changes to update pointer lock API to
302 the fullscreen locking style. https://bugs.webkit.org/show_bug.cgi?id=84402
304 New attribute webkitPointerLockElement added. Follow up patches
305 will remove the previous isLocked attribute. Tests updated to use
308 Reviewed by Dimitri Glazkov.
310 * pointer-lock/lock-already-locked-expected.txt:
311 * pointer-lock/lock-already-locked.html:
312 * pointer-lock/pointer-lock-api-expected.txt:
313 * pointer-lock/pointer-lock-api.html:
314 * pointer-lock/pointerlocklost-event-expected.txt:
315 * pointer-lock/pointerlocklost-event.html:
317 2012-06-11 Dominic Cooney <dominicc@chromium.org>
319 [Chromium] Unreviewed: http/tests/xmlhttprequest/origin-exact-matching.html is timing out on XP about half the time
321 * platform/chromium/TestExpectations:
323 2012-06-11 Julien Chaffraix <jchaffraix@webkit.org>
325 Unreviewed expected result update after r120017.
327 * platform/gtk/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
330 * platform/efl/Skipped:
331 * platform/qt/Skipped:
332 Skipped the test with some explanation on those platforms as I couldn't get
335 2012-06-11 Dan Bernstein <mitz@apple.com>
337 Updated expected results for this test after r120017.
339 * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.png:
340 * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
342 2012-06-11 Dan Bernstein <mitz@apple.com>
344 Added http/tests/security/mixedContent/blob-url-in-iframe.html back to the Mac skip list, as
345 it is still failing intermittently. <http://webkit.org/b/88736> will track this.
347 * platform/mac/Skipped:
349 2012-06-11 Max Feil <mfeil@rim.com>
351 [BlackBerry] Unexpected repeats of short media
352 https://bugs.webkit.org/show_bug.cgi?id=88733
354 Reviewed by Antonio Gomes.
356 Test for problem where short media repeats unintentionally.
358 * media/content/short.wav: Added.
359 * platform/blackberry/media/short-media-repeats-correctly-expected.txt: Added.
360 * platform/blackberry/media/short-media-repeats-correctly.html: Added.
362 2012-06-11 Julien Chaffraix <jchaffraix@webkit.org>
364 Account for margin after when laying out <legend> element
365 https://bugs.webkit.org/show_bug.cgi?id=35981
367 Reviewed by Abhishek Arya.
369 * fast/forms/legend-after-margin-horizontal-writing-mode-expected.html: Added.
370 * fast/forms/legend-after-margin-horizontal-writing-mode.html: Added.
371 * fast/forms/legend-after-margin-vertical-writing-mode-expected.html: Added.
372 * fast/forms/legend-after-margin-vertical-writing-mode.html: Added.
373 * fast/forms/legend-after-margin-with-before-border-horizontal-mode-expected.html: Added.
374 * fast/forms/legend-after-margin-with-before-border-horizontal-mode.html: Added.
375 * fast/forms/legend-small-after-margin-before-border-horizontal-mode-expected.html: Added.
376 * fast/forms/legend-small-after-margin-before-border-horizontal-mode.html: Added.
378 2012-06-05 Eric Uhrhane <ericu@chromium.org>
380 Crash in fast/files/read tests during Garbage Collection
381 https://bugs.webkit.org/show_bug.cgi?id=87165
383 Reviewed by Michael Saboff
385 Simplify file-writer-abort-continue.js a bit, and add a new test case
386 for a write that gets aborted in the final progress event, which
387 previously would have hung the FileWriter.
389 * fast/filesystem/file-writer-abort-continue-expected.txt:
390 * fast/filesystem/resources/file-writer-abort-continue.js:
392 2012-06-11 Dongwoo Im <dw.im@samsung.com>
394 WebAudio tests need to set WebKitWebAudioEnabled.
395 https://bugs.webkit.org/show_bug.cgi?id=88624
397 Reviewed by Chris Rogers.
399 * webaudio/audiochannelmerger-basic.html: Set WebKitWebAudioEnabled by including 'audio-testing.js'.
400 * webaudio/audionode-connect-order.html: ditto.
401 * webaudio/biquadfilternode-basic.html: ditto.
402 * webaudio/delaynode-maxdelay.html: ditto.
403 * webaudio/delaynode-scheduling.html: ditto.
404 * webaudio/delaynode.html: ditto.
405 * webaudio/javascriptaudionode-downmix8-2channel-input.html: ditto.
406 * webaudio/javascriptaudionode-upmix2-8channel-input.html: ditto.
407 * webaudio/mediaelementaudiosourcenode-gc.html: ditto.
408 * webaudio/mediaelementaudiosourcenode.html: ditto.
409 * webaudio/realtimeanalyser-fft-sizing.html: ditto.
410 * webaudio/stereo2mono-down-mixing.html: ditto.
412 2012-06-11 Ojan Vafai <ojan@chromium.org>
414 Last large slew of Chromium windows png rebaselines. See http://crbug.com/131829 for more information.
415 List of rebaselined files excluded because it's too long.
417 2012-06-11 Xianzhu Wang <wangxianzhu@chromium.org>
419 SVGImageCache leaks image data
420 https://bugs.webkit.org/show_bug.cgi?id=87792
422 Reviewed by Nikolas Zimmermann.
426 * svg/as-image/svg-image-leak-cached-data-expected.txt: Added.
427 * svg/as-image/svg-image-leak-cached-data.html: Added.
429 2012-06-11 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
431 [EFL] REGRESSION (r119788): tests rely on pathToLocalResource are failing after r119788
432 https://bugs.webkit.org/show_bug.cgi?id=88661
434 Reviewed by Dirk Pranke.
436 Unskip test cases which rely on pathToLocalResource().
438 * platform/efl/TestExpectations:
440 2012-06-11 Pravin D <pravind.2k4@gmail.com>
442 Relative pos. input fields in columns vanish when you start typing in them
443 https://bugs.webkit.org/show_bug.cgi?id=76834
445 Reviewed by Julien Chaffraix.
447 * fast/multicol/multicol-with-child-renderLayer-for-input-expected.html: Added.
448 * fast/multicol/multicol-with-child-renderLayer-for-input.html: Added.
450 2012-06-11 Ryosuke Niwa <rniwa@webkit.org>
452 Use testRunner instead of layoutTestController in compositing tests
453 https://bugs.webkit.org/show_bug.cgi?id=88766
455 Reviewed by Tony Chang.
458 * compositing/animation/:
459 * compositing/backface-visibility/:
460 * compositing/backing/:
461 * compositing/culling/:
462 * compositing/geometry/:
463 * compositing/iframes/:
464 * compositing/iframes/resources/:
465 * compositing/images/:
466 * compositing/layer-creation/:
467 * compositing/masks/:
468 * compositing/overflow/:
469 * compositing/plugins/:
470 * compositing/reflections/:
471 * compositing/repaint/:
472 * compositing/resources/:
474 * compositing/scaling/:
475 * compositing/tiling/:
476 * compositing/transitions/:
477 * compositing/video/:
478 * compositing/visibility/:
479 * compositing/webgl/:
480 * platform/chromium/compositing/:
481 * platform/chromium/compositing/force-compositing-mode/:
482 * platform/chromium/compositing/rubberbanding/:
483 * platform/mac/compositing/canvas/:
485 2012-06-11 Ojan Vafai <ojan@chromium.org>
487 Large slew of Chromium windows png rebaselines. See http://crbug.com/131829 for more information.
489 List of rebaselined files excluded because it's too long.
491 2012-06-11 Ryosuke Niwa <rniwa@webkit.org>
493 Use testRunner instead of layoutTestController in css 1, css 2.1, and css3 tests
494 https://bugs.webkit.org/show_bug.cgi?id=88769
496 Reviewed by Tony Chang.
498 * css1/units/zero-duration-without-units.html:
501 * css3/filters/custom/:
502 * css3/filters/resources/:
503 * css3/filters/script-tests/:
505 * css3/font-feature-settings-rendering.html:
506 * css3/images/cross-fade-invalidation.html:
507 * css3/images/optimize-contrast-canvas.html:
508 * css3/images/optimize-contrast-image.html:
509 * css3/khtml-background-size-0x0-bmp.html:
510 * css3/parsing-css3-nthchild.html:
511 * css3/style-zoomed-image.html:
512 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
513 * css3/zoom-coords.xhtml:
514 * platform/win/css2.1/resources/run-webkit-tests-epilogue.html:
515 * platform/win/css2.1/resources/run-webkit-tests-prologue.html:
517 2012-06-11 Ryosuke Niwa <rniwa@webkit.org>
519 Use testRunner instead of layoutTestController in animations tests
520 https://bugs.webkit.org/show_bug.cgi?id=88757
522 Reviewed by Tony Chang.
524 * animations/3d/change-transform-in-end-event.html:
525 * animations/3d/replace-filling-transform.html:
526 * animations/3d/state-at-end-event-transform.html:
527 * animations/3d/transform-origin-vs-functions.html:
528 * animations/animation-add-events-in-handler.html:
529 * animations/animation-border-overflow.html:
530 * animations/animation-controller-drt-api.html:
531 * animations/animation-direction-reverse-fill-mode-hardware.html:
532 * animations/animation-direction-reverse-fill-mode.html:
533 * animations/animation-drt-api-multiple-keyframes.html:
534 * animations/animation-drt-api.html:
535 * animations/animation-end-event-destroy-renderer.html:
536 * animations/animation-end-event-short-iterations.html:
537 * animations/animation-hit-test-transform.html:
538 * animations/animation-hit-test.html:
539 * animations/animation-iteration-event-destroy-renderer.html:
540 * animations/animation-matrix-negative-scale-unmatrix.html:
541 * animations/animation-on-inline-crash.html:
542 * animations/animation-shorthand-overriding.html:
543 * animations/animation-shorthand-removed.html:
544 * animations/animation-shorthand.html:
545 * animations/animation-start-event-destroy-renderer.html:
546 * animations/animation-welcome-safari.html:
547 * animations/body-removal-crash.html:
548 * animations/change-keyframes-name.html:
549 * animations/change-transform-style-during-animation.html:
550 * animations/combo-transform-translate+scale.html:
551 * animations/empty-keyframes.html:
552 * animations/fill-mode-forwards.html:
553 * animations/fill-mode-iteration-count-non-integer.html:
554 * animations/fill-mode-missing-from-to-keyframes.html:
555 * animations/fill-mode-multiple-keyframes.html:
556 * animations/fill-mode-removed.html:
557 * animations/fill-mode-reverse.html:
558 * animations/fill-mode-transform.html:
559 * animations/fill-mode.html:
560 * animations/fill-unset-properties.html:
561 * animations/font-size-using-ems.html-disabled:
562 * animations/import-crash.html:
563 * animations/keyframe-timing-functions-transform.html:
564 * animations/keyframe-timing-functions2.html:
565 * animations/keyframes-iteration-count-non-integer.html:
566 * animations/longhand-timing-function.html:
567 * animations/missing-from-to-transforms.html:
568 * animations/missing-from-to.html:
569 * animations/pause-crash.html:
570 * animations/resources/animation-test-helpers.js:
571 (checkExpectedValue):
573 * animations/state-at-end-event.html:
574 * animations/suspend-resume-animation-events.html:
575 * animations/suspend-transform-animation.html:
576 * animations/transition-and-animation-3.html:
577 * animations/unanimated-style.html:
579 2012-06-11 David Barr <davidbarr@chromium.org>
581 Add css3-images image-resolution (dppx only)
582 https://bugs.webkit.org/show_bug.cgi?id=85332
584 Reviewed by Tony Chang.
586 The css3-images module is at candidate recommendation.
587 http://www.w3.org/TR/2012/CR-css3-images-20120417/#image-resolution
589 * fast/css/image-resolution/image-resolution-expected.txt: Added.
590 * fast/css/image-resolution/image-resolution.html: Added.
591 * platform/chromium/TestExpectations: Skip tests until image-resolution implementation lands.
592 * platform/efl/TestExpectations: Skip tests until image-resolution implementation lands.
593 * platform/gtk/TestExpectations: Skip tests until image-resolution implementation lands.
594 * platform/mac/TestExpectations: Skip tests until image-resolution implementation lands.
595 * platform/qt/TestExpectations: Skip tests until image-resolution implementation lands.
597 2012-06-11 Dominic Cooney <dominicc@chromium.org>
599 [Chromium] Unreviewed: Rebaseline more SVG tests on Windows.
601 * platform/chromium-linux-x86/svg/batik/filters/filterRegions-expected.png: Removed.
602 * platform/chromium-win-vista/svg/batik/paints/gradientLimit-expected.png: Added.
603 * platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
604 * platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Added.
605 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
606 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
607 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
608 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
609 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
610 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
611 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
612 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
613 * platform/chromium-win/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
614 * platform/chromium-win/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
615 * platform/chromium-win/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
616 * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
617 * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
618 * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
619 * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
620 * platform/chromium-win/svg/as-image/same-image-two-instances-expected.png:
621 * platform/chromium-win/svg/as-image/svg-as-relative-image-expected.png:
622 * platform/chromium-win/svg/as-image/svg-image-change-content-size-expected.png:
623 * platform/chromium-win/svg/batik/filters/feTile-expected.png:
624 * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
626 2012-06-11 Dominic Cooney <dominicc@chromium.org>
628 [Chromium] Unreviewed: Rebaselines for svg/as-background-image tests on Windows.
630 * platform/chromium-linux/svg/as-background-image/svg-as-background-2-expected.png: Removed.
631 * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
632 * platform/chromium-win/svg/as-background-image/svg-as-background-4-expected.png:
633 * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
634 * platform/chromium-win/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
635 * platform/chromium-win/svg/as-background-image/svg-background-partial-redraw-expected.png:
636 * platform/chromium-win/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
638 2012-06-11 Dan Bernstein <mitz@apple.com>
640 Reverted r119940 because it caused multiple media tests to fail on Lion.
642 * http/tests/media/video-src-invalid-error-expected.txt: Removed.
643 * http/tests/media/video-src-invalid-error.html: Removed.
645 2012-06-11 János Badics <jbadics@inf.u-szeged.hu>
647 [Qt] Gardening after r119962. Four inspector/debugger tests still fail after they have been re-enabled.
648 https://bugs.webkit.org/show_bug.cgi?id=43332
650 Reviewed by Csaba Osztrogonác.
652 * platform/qt/Skipped:
654 2012-06-11 Dominic Cooney <dominicc@chromium.org>
656 [Chromium] Unreviewed: Rebaselines and updated expectations for media tests
658 Pixel differences are due to antialiasing and different rounded
659 corners on the media progress bar. The difference is not
662 * platform/chromium-win/media/audio-controls-rendering-expected.png:
663 * platform/chromium-win/media/audio-repaint-expected.png:
664 * platform/chromium-win/media/controls-after-reload-expected.png:
665 * platform/chromium-win/media/controls-layout-direction-expected.png:
666 * platform/chromium-win/media/controls-strict-expected.png:
667 * platform/chromium-win/media/controls-styling-expected.png:
668 * platform/chromium-win/media/controls-without-preload-expected.png:
669 * platform/chromium-win/media/media-controls-clone-expected.png:
670 * platform/chromium-win/media/media-document-audio-repaint-expected.png:
671 * platform/chromium-win/media/video-controls-rendering-expected.png:
672 * platform/chromium-win/media/video-display-toggle-expected.png:
673 * platform/chromium-win/media/video-layer-crash-expected.png:
674 * platform/chromium-win/media/video-no-audio-expected.png:
675 * platform/chromium-win/media/video-playing-and-pause-expected.png:
676 * platform/chromium-win/media/video-transformed-expected.png:
677 * platform/chromium-win/media/video-volume-slider-expected.png:
678 * platform/chromium-win/media/video-zoom-controls-expected.png:
679 * platform/chromium/TestExpectations:
681 2012-06-11 Dominic Cooney <dominicc@chromium.org>
683 [Chromium] Unreviewed: Mark track-cue-rendering-inner-timestamps.html failing on Vista
685 * platform/chromium/TestExpectations:
687 2012-06-11 Mike West <mkwst@chromium.org>
689 [Qt] Skipping http/tests/security/mixedContent/filesystem-url-in-iframe.html
690 https://bugs.webkit.org/show_bug.cgi?id=88770
692 ENABLE(FILE_SYSTEM) is disabled; this test should be skipped until
693 that feature is enabled. Moving it up into the proper section of the
694 Skipped file to make sure it's enabled if and when the feature makes
697 Reviewed by Csaba Osztrogonác.
699 * platform/qt/Skipped:
701 2012-06-11 Allan Sandfeld Jensen <allan.jensen@nokia.com>
703 Rect-based hittesting doesn't work in tables.
704 https://bugs.webkit.org/show_bug.cgi?id=86605
706 Reviewed by Julien Chaffraix.
708 Test nodesFromRect on tables.
710 * fast/dom/nodesFromRect-table-expected.txt: Added.
711 * fast/dom/nodesFromRect-table.html: Added.
713 2012-06-11 Szilard Ledan <szledan@inf.u-szeged.hu>
715 [Qt] Gardening, skip new failing tests.
717 Reviewed by Csaba Osztrogonác.
719 * platform/qt/Skipped:
721 2012-06-11 Christophe Dumez <christophe.dumez@intel.com>
723 [EFL] skip http/tests/cookies/js-get-and-set-http-only-cookie.html test case
724 https://bugs.webkit.org/show_bug.cgi?id=88751
726 Unreviewed EFL gardening. Skip newly introduced test case that is failing
729 * platform/efl/TestExpectations:
731 2012-06-11 Dominic Cooney <dominicc@chromium.org>
733 [Chromium] Unreviewed: Remove expectations for passing tests
735 The flakiness dashboard indicates that
736 platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.cylinder.html
738 platform/chromium/virtual/gpu/fast/canvas/canvas-currentColor.html
739 are passing on all platforms now.
741 * platform/chromium/TestExpectations:
743 2012-06-11 Christophe Dumez <christophe.dumez@intel.com>
745 [EFL] Unskip http/tests/security/mixedContent/blob-url-in-iframe.html
746 https://bugs.webkit.org/show_bug.cgi?id=88752
748 Unreviewed EFL gardening. Unskip http/tests/security/mixedContent/blob-url-in-iframe.html
749 now that it no longer depends on the legacy blob builder (r119944).
751 * platform/efl/TestExpectations:
753 2012-06-08 Kinuko Yasuda <kinuko@chromium.org>
755 Using BlobBuilder should show a deprecation warning message (if it is enabled)
756 https://bugs.webkit.org/show_bug.cgi?id=88644
760 * fast/files/blob-builder-crash-expected.txt:
762 2012-06-10 Dominic Cooney <dominicc@chromium.org>
764 [Chromium] Unreviewed: Add expectations for svg-as-background-6.html
766 Like other SVG tests noted in bug 83303, this test fails on
767 Windows because it uses a sans-serif font where a serif font is
770 * platform/chromium/TestExpectations:
772 2012-06-10 Dominic Cooney <dominicc@chromium.org>
774 [Chromium] Unreviewed: Rebaseline fixed-position-transform-composited-page-scale on Linux, Win
776 These differ in antialiasing only, where there are already
777 platform differences antialiasing.
779 * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
780 * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
782 2012-06-10 Dominic Cooney <dominicc@chromium.org>
784 [Chromium] Unreviewed: Update
785 css3/font-feature-settings-rendering.html again -- actually it may
786 pass if a particular DLL is installed. So expect PASS or
787 IMAGE+TEXT failure from this test.
789 * platform/chromium/TestExpectations:
791 2012-06-10 Dominic Cooney <dominicc@chromium.org>
793 [Chromium] Unreviewed: Update
794 css3/font-feature-settings-rendering.html expectations to fail on
797 * platform/chromium/TestExpectations:
799 2012-06-10 Hayato Ito <hayato@chromium.org>
801 An inheritance of '-webkit-user-modify' does not stop at shadow boundary.
802 https://bugs.webkit.org/show_bug.cgi?id=88514
804 Reviewed by Ryosuke Niwa.
806 * fast/dom/shadow/user-modify-inheritance-expected.txt: Added.
807 * fast/dom/shadow/user-modify-inheritance.html: Added.
809 2012-06-10 Yoshifumi Inoue <yosin@chromium.org>
811 [Forms] Introduce Decimal behind the InputNumber type
812 https://bugs.webkit.org/show_bug.cgi?id=88383
814 Reviewed by Kent Tamura.
816 * fast/forms/range/range-value-rounding-expected.txt: Added.
817 * fast/forms/range/range-value-rounding.html: Added.
819 2012-06-10 Jason Liu <jason.liu@torchmobile.com.cn>
821 [BlackBerry] Possible to clobber httponly cookie.
822 https://bugs.webkit.org/show_bug.cgi?id=86067
824 Reviewed by Rob Buis.
826 * http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added.
827 * http/tests/cookies/js-get-and-set-http-only-cookie.html: Added.
828 * platform/chromium/http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added.
830 2012-06-10 Ryosuke Niwa <rniwa@webkit.org>
832 Expose layoutTestController as testRunner
833 https://bugs.webkit.org/show_bug.cgi?id=88210
835 Reviewed by Darin Adler.
837 Add a test for testRunner object.
839 * fast/harness/testrunner-object-expected.txt: Added.
840 * fast/harness/testrunner-object.html: Added.
842 2012-06-10 Pablo Flouret <pablof@motorola.com>
844 Access control allow lists starting with a comma are parsed incorrectly (CORS)
845 https://bugs.webkit.org/show_bug.cgi?id=88461
847 Reviewed by Adam Barth.
849 * http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma-expected.txt: Added.
850 * http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma.html: Added.
851 * http/tests/xmlhttprequest/resources/access-control-allow-lists.php: Added.
853 2012-06-10 Mike West <mkwst@chromium.org>
855 Removing mixed content tests' dependency on WebKitBlobBuilder:
856 https://bugs.webkit.org/show_bug.cgi?id=88736
858 http/tests/security/mixedContent/blob-url-in-iframe.html and
859 http/tests/security/mixedContent/filesystem-url-in-iframe.html both
860 relied on WebKitBlobBuilder, which is disabled on some builds. `new
861 Blob()` is the new hotness that these tests should be using instead. This
862 patch migrates both tests to the new API.
864 It also reenables blob-url-in-iframe.html on mac (filesystem-url-in-iframe.html
865 remains disabled, as the filesystem APIs are disabled entirely).
867 Reviewed by Adam Barth.
869 * http/tests/security/mixedContent/blob-url-in-iframe.html:
870 * http/tests/security/mixedContent/filesystem-url-in-iframe.html:
871 * platform/mac/Skipped:
873 2012-06-10 Christophe Dumez <christophe.dumez@intel.com>
875 [EFL][GTK] media/track/track-cue-rendering-inner-timestamps.html is failing
876 https://bugs.webkit.org/show_bug.cgi?id=88725
878 Reviewed by Eric Carlson.
880 * media/track/track-cue-rendering-inner-timestamps.html: Round the timestamp values
881 so that the test passes for EFL and GTK ports.
882 * platform/efl/TestExpectations: Unskip test.
883 * platform/gtk/TestExpectations: Unskip test.
885 2012-06-10 Christophe Dumez <christophe.dumez@intel.com>
887 [EFL] Skip fast/dom/frame-loading-via-document-write.html
888 https://bugs.webkit.org/show_bug.cgi?id=88737
890 Unreviewed EFL gardening. Skipping test that is flaky after r119788.
892 * platform/efl/TestExpectations:
894 2012-06-06 Jer Noble <jer.noble@apple.com>
896 REGRESSION: Setting invalid media "src" does not cause "error" event
897 https://bugs.webkit.org/show_bug.cgi?id=88423
899 Reviewed by Eric Carlson.
901 * http/tests/media/video-src-invalid-error-expected.txt: Added.
902 * http/tests/media/video-src-invalid-error.html: Added.
904 2012-06-10 Zan Dobersek <zandobersek@gmail.com>
906 Unreviewed GTK gardening. Updating a few animations tests baselines,
907 adding test expectations for one FileSystem test.
909 * platform/gtk/TestExpectations:
910 * platform/gtk/animations/3d/change-transform-in-end-event-expected.txt:
911 * platform/gtk/animations/3d/matrix-transform-type-animation-expected.txt: Added.
912 * platform/gtk/animations/3d/state-at-end-event-transform-expected.txt:
914 2012-06-10 Dan Bernstein <mitz@apple.com>
916 Temporarily added http/tests/security/mixedContent/blob-url-in-iframe.html to the Mac skip
917 list. <http://webkit.org/b/88736> tracks moving this test off of the legacy
918 WebKitBlobBuilder API.
920 * platform/mac/Skipped:
922 2012-06-10 Dan Bernstein <mitz@apple.com>
924 Added http/tests/security/mixedContent/filesystem-url-in-iframe.html to the Mac skip list,
925 because FILE_SYSTEM is not enabled.
927 Part of: http/tests/security/mixedContent/blob-url-in-iframe.html and http/tests/security/mixedContent/filesystem-url-in-iframe.html are failing
928 <http://webkit.org/b/88736>
930 * platform/mac/Skipped:
932 2012-06-10 Christophe Dumez <christophe.dumez@intel.com>
934 [EFL] 2 fast/multicol/span tests are flaky
935 https://bugs.webkit.org/show_bug.cgi?id=88734
937 Unreviewed EFL gardening. Move to TestExpectations 2 tests that
938 are flaky on the bot.
940 * platform/efl/TestExpectations:
942 2012-06-10 Christophe Dumez <christophe.dumez@intel.com>
944 [EFL][GTK] Skip http/tests/xmlhttprequest/origin-exact-matching.html added in r119911
945 https://bugs.webkit.org/show_bug.cgi?id=88728
947 Unreviewed gardening. Skip new test added in r119911 which fails for both
950 * platform/efl/TestExpectations:
951 * platform/gtk/TestExpectations:
953 2012-06-10 Christophe Dumez <christophe.dumez@intel.com>
955 [EFL] Several test cases can be unskipped
956 https://bugs.webkit.org/show_bug.cgi?id=88731
958 Unreviewed EFL gardening. Unskip a few tests that are passing after
959 r118618 was rolled out.
961 * platform/efl/TestExpectations:
963 2012-06-10 Christophe Dumez <christophe.dumez@intel.com>
965 [EFL] skip userscripts/window-onerror-for-isolated-world-*.html tests
966 https://bugs.webkit.org/show_bug.cgi?id=88730
968 Unreviewed EFL gardening. Skip a few tests causing flakiness.
970 * platform/efl/Skipped:
971 * platform/efl/TestExpectations:
973 2012-06-10 Christophe Dumez <christophe.dumez@intel.com>
975 [EFL][GTK] Skip media/track/track-cue-rendering-inner-timestamps.html added in r119907
976 https://bugs.webkit.org/show_bug.cgi?id=88726
978 Unreviewed gardening. Skip test added in r119907 for GTK and EFL ports.
980 * platform/efl/TestExpectations:
981 * platform/gtk/TestExpectations:
983 2012-06-09 Ryosuke Niwa <rniwa@webkit.org>
985 Remove a Chromium test expectation for the test that has been rolled out in r119918.
987 * platform/chromium/TestExpectations:
989 2012-06-09 Sheriff Bot <webkit.review.bot@gmail.com>
991 Unreviewed, rolling out r118618 and r119353.
992 http://trac.webkit.org/changeset/118618
993 http://trac.webkit.org/changeset/119353
994 https://bugs.webkit.org/show_bug.cgi?id=88720
996 Caused at least 30 different crashes on ClusterFuzz (Requested
997 by inferno-sec on #webkit).
999 * http/tests/cache/cancel-in-progress-load-expected.txt: Removed.
1000 * http/tests/cache/cancel-in-progress-load.html: Removed.
1001 * http/tests/misc/write-while-waiting.html:
1002 * svg/as-image/svg-image-leak-cached-data-expected.txt: Removed.
1003 * svg/as-image/svg-image-leak-cached-data.html: Removed.
1005 2012-06-09 Ryosuke Niwa <rniwa@webkit.org>
1007 Fix Chromium test expectations after my previous commit (r119916).
1009 * platform/chromium/TestExpectations:
1011 2012-06-09 Ryosuke Niwa <rniwa@webkit.org>
1013 Spring CRASH cleanup of Chromium test expectations.
1014 Removed a whole bunch of bogus CRASH test expectations.
1016 * platform/chromium/TestExpectations:
1018 2012-06-09 Ryosuke Niwa <rniwa@webkit.org>
1020 Remove bogus CRASH expectations from skipped tests.
1021 There's no point in specifying test expectation when tests are skipped.
1023 * platform/chromium/TestExpectations:
1025 2012-06-09 Florin Malita <fmalita@chromium.org>
1027 Fixed-position foreignObject descendants should be relative to the foreignObject viewport
1028 https://bugs.webkit.org/show_bug.cgi?id=88547
1030 Reviewed by Abhishek Arya.
1032 * svg/foreignObject/fO-fixed-position-crash-expected.txt: Added.
1033 * svg/foreignObject/fO-fixed-position-crash.html: Added.
1034 * svg/foreignObject/fixed-position-expected.svg: Added.
1035 * svg/foreignObject/fixed-position.svg: Added.
1037 2012-06-09 Adam Barth <abarth@webkit.org>
1039 Can't use eval in iframes sanbdoxed via CSP header
1040 https://bugs.webkit.org/show_bug.cgi?id=88450
1042 Reviewed by Mihai Parparita.
1044 * http/tests/security/contentSecurityPolicy/iframe-inside-csp-expected.txt: Added.
1045 * http/tests/security/contentSecurityPolicy/iframe-inside-csp.html: Added.
1046 * http/tests/security/contentSecurityPolicy/resources/sandboxed-eval.php: Added.
1048 2012-06-09 Christophe Dumez <christophe.dumez@intel.com>
1050 [EFL] skip new tests added in r119883
1051 https://bugs.webkit.org/show_bug.cgi?id=88716
1053 Unreviewed EFL gardening. Skip new tests added in r119883.
1055 * platform/efl/Skipped:
1056 * platform/efl/TestExpectations:
1058 2012-06-09 Pablo Flouret <pablof@motorola.com>
1060 The value in Access-Control-Allow-Origin is not being matched correctly for CORS-enabled requests
1061 https://bugs.webkit.org/show_bug.cgi?id=88139
1063 Reviewed by Adam Barth.
1065 * http/tests/xmlhttprequest/origin-exact-matching-expected.txt: Added.
1066 * http/tests/xmlhttprequest/origin-exact-matching.html: Added.
1067 * http/tests/xmlhttprequest/resources/basic-auth/access-control-auth-basic.php: Get rid of a trailing slash in the origin.
1068 * http/tests/xmlhttprequest/resources/origin-exact-matching-iframe.html: Added.
1070 2012-06-09 Christophe Dumez <christophe.dumez@intel.com>
1072 [EFL] Skip tests that rely on pathToLocalResource() due to regression in r119788
1073 https://bugs.webkit.org/show_bug.cgi?id=88714
1075 Unreviewed EFL gardening. Skip tests that rely on pathToLocalResource()
1076 due to regression in r119788.
1078 * platform/efl/TestExpectations:
1080 2012-06-09 Victor Carbune <victor@rosedu.org>
1082 Basic support for timestamps within a TextTrackCue
1083 https://bugs.webkit.org/show_bug.cgi?id=88187
1085 Implemented support for timestamps within a TextTrackCue.
1086 This enables rendering functionality for Karaoke and Paint-on captions.
1088 Reviewed by Eric Carlson.
1090 * media/track/captions-webvtt/captions-inner-timestamps.vtt: Added.
1091 * media/track/track-cue-rendering-inner-timestamps-expected.txt: Added.
1092 * media/track/track-cue-rendering-inner-timestamps.html: Added.
1094 2012-06-08 Vsevolod Vlasov <vsevik@chromium.org>
1096 IndexedDB: Inspector should handle null, string, and array keyPaths
1097 https://bugs.webkit.org/show_bug.cgi?id=84303
1099 Reviewed by Pavel Feldman.
1101 * http/tests/inspector/indexeddb/database-structure-expected.txt:
1102 * http/tests/inspector/indexeddb/database-structure.html:
1104 2012-06-09 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
1106 [EFL] Gardening failure case on EFL build bot
1107 https://bugs.webkit.org/show_bug.cgi?id=88656
1109 Unreviewed EFL gardening after r119795. jquery/core.html test
1110 is crashing on debug bot and failing with a text diff on
1113 * platform/efl/TestExpectations:
1115 2012-05-25 Vsevolod Vlasov <vsevik@chromium.org>
1117 Web Inspector: Limit DebuggerAgent.Location use to DebuggerModel only, introduce WebInspector.RawLocation to be used elsewhere.
1118 https://bugs.webkit.org/show_bug.cgi?id=87270
1120 Reviewed by Pavel Feldman.
1122 * inspector/debugger/breakpoint-manager.html:
1123 * inspector/debugger/pause-in-inline-script.html:
1125 2012-06-08 Levi Weintraub <leviw@chromium.org>
1127 RenderLayer::paintChildLayerIntoColumns doesn't properly pixel snap
1128 https://bugs.webkit.org/show_bug.cgi?id=88554
1130 Reviewed by Darin Adler.
1132 * fast/sub-pixel/column-clipping-expected.html: Added.
1133 * fast/sub-pixel/column-clipping.html: Added.
1134 * platform/chromium-mac-snowleopard/fast/multicol/nested-columns-expected.png:
1135 * platform/chromium-mac-snowleopard/fast/multicol/vertical-lr/nested-columns-expected.png:
1136 * platform/chromium-mac-snowleopard/fast/multicol/vertical-rl/nested-columns-expected.png:
1137 * platform/chromium-mac/fast/borders/border-antialiasing-expected.png:
1138 * platform/chromium/TestExpectations:
1140 2012-06-08 Ryosuke Niwa <rniwa@webkit.org>
1142 Remove FAIL test expectations from EFL, Mac, and Qt ports' test expectations.
1144 * platform/efl/TestExpectations:
1145 * platform/mac/TestExpectations:
1146 * platform/qt/TestExpectations:
1148 2012-06-08 Rakesh KN <rakesh.kn@motorola.com>
1150 REGRESSION(r116487?): HTMLFormElement::elements['name'] is empty if the form is detached from the document tree
1151 https://bugs.webkit.org/show_bug.cgi?id=88632
1153 Reviewed by Ryosuke Niwa.
1155 * fast/forms/radionodelist-whose-form-element-detached-from-domtree-expected.txt: Added.
1156 * fast/forms/radionodelist-whose-form-element-detached-from-domtree.html: Added.
1158 2012-06-08 Ryosuke Niwa <rniwa@webkit.org>
1160 Remove all uses of FAIL test expectation from Chromium test expectations.
1162 * platform/chromium/TestExpectations:
1163 * platform/gtk/TestExpectations:
1165 2012-06-08 Ojan Vafai <ojan@chromium.org>
1167 Last set of chromium rebaselines missed in r119875.
1169 * platform/chromium-linux/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
1170 * platform/chromium-linux/svg/custom/js-update-container-expected.png: Added.
1171 * platform/chromium-linux/svg/custom/js-update-polygon-changes-expected.png: Added.
1172 * platform/chromium-linux/svg/custom/js-update-polygon-removal-expected.png: Added.
1173 * platform/chromium-linux/svg/custom/js-update-transform-addition-expected.png: Added.
1174 * platform/chromium-linux/svg/custom/js-update-transform-changes-expected.png: Added.
1175 * platform/chromium-linux/svg/custom/marker-referencePoint-expected.png: Added.
1176 * platform/chromium-linux/svg/custom/non-scaling-stroke-markers-expected.png: Added.
1178 2012-06-08 Shezan Baig <shezbaig.wk@gmail.com>
1180 Caret is not rendered in empty inline contenteditable elements
1181 https://bugs.webkit.org/show_bug.cgi?id=85793
1183 Reviewed by Ryosuke Niwa.
1185 Add test cases for caret in empty inline.
1187 * editing/selection/caret-in-empty-inline-1-expected.txt: Added.
1188 * editing/selection/caret-in-empty-inline-1.html: Added.
1189 * editing/selection/caret-in-empty-inline-2-expected.txt: Added.
1190 * editing/selection/caret-in-empty-inline-2.html: Added.
1192 2012-06-08 Mike West <mkwst@chromium.org>
1194 Excluding blob: and filesystem: schemes from the mixed content check.
1195 https://bugs.webkit.org/show_bug.cgi?id=84054
1197 Reviewed by Adam Barth.
1199 * http/tests/security/mixedContent/blob-url-in-iframe-expected.txt: Added.
1200 * http/tests/security/mixedContent/blob-url-in-iframe.html: Added.
1201 * http/tests/security/mixedContent/filesystem-url-in-iframe-expected.txt: Added.
1202 * http/tests/security/mixedContent/filesystem-url-in-iframe.html: Added.
1204 2012-06-08 Eli Fidler <efidler@rim.com>
1206 [BlackBerry] Default font settings are getting deleted
1207 https://bugs.webkit.org/show_bug.cgi?id=88670
1209 Reviewed by Rob Buis.
1211 This test crashes if -webkit-body (i.e. WebCore::Settings::standardFontFamily())
1212 is not a valid font family.
1214 * fonts/valid-standard-font.html: Added.
1216 2012-06-08 Ojan Vafai <ojan@chromium.org>
1218 Final set of chromium rebaselines for skia change. See crbug.com/131829.
1220 * platform/chromium-linux/svg/clip-path/clipper-placement-issue-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
1221 * platform/chromium-linux/svg/css/arrow-with-shadow-expected.png: Added.
1222 * platform/chromium-linux/svg/css/background-image-svg-expected.png: Added.
1223 * platform/chromium-linux/svg/custom/broken-internal-references-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/marker-strokeWidth-changes-expected.png.
1224 * platform/chromium-linux/svg/custom/dynamic-empty-path-expected.png: Added.
1225 * platform/chromium-linux/svg/custom/gradient-stop-corner-cases-expected.png: Added.
1226 * platform/chromium-linux/svg/custom/svgpolyparser-extra-space-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
1227 * platform/chromium-linux/svg/custom/use-forward-refs-expected.png: Added.
1228 * platform/chromium-linux/svg/custom/use-on-clip-path-with-transformation-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png.
1229 * platform/chromium-linux/svg/text/text-hkern-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
1230 * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
1231 * platform/chromium-linux/svg/text/text-vkern-expected.png: Added.
1232 * platform/chromium-linux/svg/text/text-vkern-on-horizontal-text-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/marker-strokeWidth-changes-expected.png.
1233 * platform/chromium-linux/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
1234 * platform/chromium-linux/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png.
1235 * platform/chromium-linux/svg/zoom/page/zoom-background-image-tiled-expected.png: Added.
1236 * platform/chromium-linux/svg/zoom/page/zoom-svg-as-relative-image-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
1237 * platform/chromium-win-xp/platform/chromium/compositing/accelerated-drawing/svg-filters-expected.png: Removed.
1238 * platform/chromium-win/svg/custom/js-late-marker-creation-expected.png:
1239 * platform/chromium-win/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png:
1240 * platform/chromium-win/svg/custom/js-update-bounce-expected.png:
1241 * platform/chromium-win/svg/custom/js-update-container-expected.png:
1242 * platform/chromium-win/svg/custom/js-update-path-changes-expected.png:
1243 * platform/chromium-win/svg/custom/js-update-path-removal-expected.png:
1244 * platform/chromium-win/svg/custom/js-update-polygon-changes-expected.png:
1245 * platform/chromium-win/svg/custom/js-update-polygon-removal-expected.png:
1246 * platform/chromium-win/svg/custom/js-update-transform-addition-expected.png:
1247 * platform/chromium-win/svg/custom/js-update-transform-changes-expected.png:
1248 * platform/chromium-win/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
1249 * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
1250 * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-expected.png:
1251 * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
1252 * platform/chromium-win/svg/custom/linking-a-03-b-viewTarget-expected.png:
1253 * platform/chromium-win/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
1254 * platform/chromium-win/svg/custom/linking-uri-01-b-expected.png:
1255 * platform/chromium-win/svg/custom/marker-changes-expected.png:
1256 * platform/chromium-win/svg/custom/marker-child-changes-css-expected.png:
1257 * platform/chromium-win/svg/custom/marker-child-changes-expected.png:
1258 * platform/chromium-win/svg/custom/marker-opacity-expected.png:
1259 * platform/chromium-win/svg/custom/marker-referencePoint-expected.png:
1260 * platform/chromium-win/svg/custom/marker-strokeWidth-changes-expected.png:
1261 * platform/chromium-win/svg/custom/marker-viewBox-changes-expected.png:
1262 * platform/chromium-win/svg/custom/mask-colorspace-expected.png:
1263 * platform/chromium-win/svg/custom/mask-on-multiple-objects-expected.png:
1264 * platform/chromium-win/svg/custom/no-inherited-dashed-stroke-expected.png:
1265 * platform/chromium-win/svg/custom/non-circular-marker-reference-expected.png:
1266 * platform/chromium-win/svg/custom/non-scaling-stroke-markers-expected.png:
1267 * platform/chromium-win/svg/custom/object-sizing-explicit-height-expected.png:
1268 * platform/chromium-win/svg/custom/object-sizing-explicit-width-height-expected.png:
1269 * platform/chromium-win/svg/filters/invalidate-on-child-layout-expected.png:
1270 * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.png:
1271 * platform/chromium/TestExpectations:
1273 2012-06-08 Ojan Vafai <ojan@chromium.org>
1275 viewspec-parser tests still timeout in Chromium debug even when marked slow.
1276 * platform/chromium/TestExpectations:
1278 2012-06-08 Sheriff Bot <webkit.review.bot@gmail.com>
1280 Unreviewed, rolling out r119514.
1281 http://trac.webkit.org/changeset/119514
1282 https://bugs.webkit.org/show_bug.cgi?id=88664
1284 Broke JSFiddle.net (Requested by arv on #webkit).
1286 * fast/dom/Window/window-property-shadowing-name-expected.txt:
1287 * fast/dom/Window/window-property-shadowing-name.html:
1288 * fast/dom/Window/window-property-shadowing-onclick-expected.txt: Removed.
1289 * fast/dom/Window/window-property-shadowing-onclick.html: Removed.
1290 * platform/chromium/fast/dom/Window/window-property-shadowing-name-expected.txt: Removed.
1291 * platform/chromium/fast/dom/Window/window-property-shadowing-onclick-expected.txt: Removed.
1293 2012-06-08 Ojan Vafai <ojan@chromium.org>
1295 Second wave of Chromium rebaselines after skia change. See crbug.com/131829.
1297 List of changed expectations deleted because it's too long.
1299 2012-06-08 Dan Bernstein <mitz@apple.com>
1301 Added Mac pixel results for canvas-imageSmoothingEnabled-patterns.html, and made the text
1302 results shared between platforms.
1304 * fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
1305 * platform/chromium/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Removed.
1306 * platform/gtk/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Removed.
1307 * platform/mac/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
1309 2012-06-08 Tony Chang <tony@chromium.org>
1311 [chromium] Unreviewed, rebaseline a chromium-win result that changed
1312 due to the various mock scrollbar changes.
1313 https://bugs.webkit.org/show_bug.cgi?id=88490
1315 * platform/chromium-win/fast/repaint/fixed-tranformed-expected.png:
1316 * platform/chromium/TestExpectations:
1318 2012-06-08 Stephen Chenney <schenney@chromium.org>
1320 WebCore::ImageBuffer.cpp has broken color table code
1321 https://bugs.webkit.org/show_bug.cgi?id=80321
1323 Unreviewed Chromium test expectations update after changes to SVG filter color conversion.
1325 Full list of changed files excluded to to very large number.
1327 * platform/chromium/TestExpectations:
1329 2012-06-08 Joshua Bell <jsbell@chromium.org>
1331 IndexedDB: Add regression test to verify that legacy constants have been removed
1332 https://bugs.webkit.org/show_bug.cgi?id=88669
1334 Reviewed by Tony Chang.
1336 * storage/indexeddb/legacy-constants-expected.txt:
1337 * storage/indexeddb/mozilla/create-index-unique-expected.txt:
1338 * storage/indexeddb/mozilla/resources/create-index-unique.js:
1339 (createAndVerifyIndex):
1340 * storage/indexeddb/resources/constants.js:
1342 * storage/indexeddb/resources/legacy-constants.js:
1343 (testObsoleteConstants):
1345 2012-06-08 Ojan Vafai <ojan@chromium.org>
1347 First wave of Chromium rebaselines after skia rollback. See crbug.com/131829.
1349 List of changed expected files excluded because it's too long.
1351 2012-06-08 Erik Arvidsson <arv@chromium.org>
1353 [V8] Keep TextTrackList alive as long as its owner is alive
1354 https://bugs.webkit.org/show_bug.cgi?id=88541
1356 Reviewed by Adam Barth.
1358 Add a hidden reference from the owner to the text track list.
1360 * platform/chromium/TestExpectations:
1362 2012-06-08 Tony Chang <tony@chromium.org>
1364 [chromium] Unreviewed, rebaseline platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle.html after skia gamma correction
1365 https://bugs.webkit.org/show_bug.cgi?id=88589
1367 * platform/chromium-linux/platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle-expected.png: Added.
1368 * platform/chromium/TestExpectations:
1370 2012-06-08 Dan Bernstein <mitz@apple.com>
1372 Added svg/filters/color-space-conversion.svg to the Mac skip list. It has been failing since
1373 its addition in r119841. <http://webkit.org/b/88672> is tracking the failure.
1375 * platform/mac/Skipped:
1377 2012-06-08 Stephen Chenney <schenney@chromium.org>
1379 WebCore::ImageBuffer.cpp has broken color table code
1380 https://bugs.webkit.org/show_bug.cgi?id=80321
1382 Unreviewed Chromium expectations update.
1384 Adding tests that are failing pending a rebaseline.
1386 * platform/chromium/TestExpectations:
1388 2012-06-08 Tony Chang <tony@chromium.org>
1390 [chromium] Unreviewed, remove css3/flexbox/child-overflow.html from TestExpectations.
1391 Since bug 77368 is now fixed, this test passes.
1393 * platform/chromium/TestExpectations:
1395 2012-06-08 Stephen Chenney <schenney@chromium.org>
1397 Unreviewed fix for Chromium TestExpectations.
1399 A file crept into the expectations that has not yet been submitted.
1401 * platform/chromium/TestExpectations:
1403 2012-06-08 Renata Hodovan <reni@webkit.org>
1405 Adding few already supported features to the FeatureSet in DOMImplementation
1406 https://bugs.webkit.org/show_bug.cgi?id=86482
1408 Reviewed by Nikolas Zimmermann.
1410 * platform/qt-5.0/svg/custom/svg-features-expected.txt:
1411 * platform/qt/svg/custom/svg-features-expected.txt:
1412 * svg/custom/svg-features-expected.txt:
1414 2012-06-07 Vincent Scheib <scheib@chromium.org>
1416 Layout Test pointer-lock/pointerlockchange-pointerlockerror-events.html is failing
1417 https://bugs.webkit.org/show_bug.cgi?id=88604
1419 Reviewed by Kent Tamura.
1421 Removed CRASH expectation.
1422 Test is no longer crashing with this fix to DumpRenderTree.
1424 * platform/chromium/TestExpectations:
1426 2012-06-08 Stephen Chenney <schenney@chromium.org>
1428 WebCore::ImageBuffer.cpp has broken color table code
1429 https://bugs.webkit.org/show_bug.cgi?id=80321
1431 Reviewed by Dirk Schulze.
1433 Temporarily marking Chromium tests expected to fail as a result of this patch. And a new test.
1435 * platform/chromium/TestExpectations:
1436 * svg/filters/color-space-conversion.svg:
1437 * svg/filters/color-space-conversion-expected.svg:
1439 2012-06-08 Qi Zhang <qi.2.zhang@nokia.com>
1441 [Qt] fast/viewport/viewport-133.html fails
1442 https://bugs.webkit.org/show_bug.cgi?id=80689
1444 Since https://bugs.webkit.org/show_bug.cgi?id=88047 remove this
1445 test case, remove it from skip list.
1447 Reviewed by Laszlo Gombos.
1449 * platform/qt/Skipped:
1451 2012-06-08 Bryan McQuade <bmcquade@google.com>
1452 Web Inspector: Annotate timeline records with a frame identifier
1453 https://bugs.webkit.org/show_bug.cgi?id=86406
1455 Reviewed by Vsevolod Vlasov.
1457 * inspector/timeline/timeline-animation-frame-expected.txt:
1458 * inspector/timeline/timeline-dom-content-loaded-event-expected.txt:
1459 * inspector/timeline/timeline-event-dispatch-expected.txt:
1460 * inspector/timeline/timeline-injected-script-eval-expected.txt:
1461 * inspector/timeline/timeline-layout-expected.txt:
1462 * inspector/timeline/timeline-load-event-expected.txt:
1463 * inspector/timeline/timeline-network-resource-expected.txt:
1464 * inspector/timeline/timeline-paint-expected.txt:
1465 * inspector/timeline/timeline-parse-html-expected.txt:
1466 * inspector/timeline/timeline-recalculate-styles-expected.txt:
1467 * inspector/timeline/timeline-script-tag-1-expected.txt:
1468 * inspector/timeline/timeline-script-tag-2-expected.txt:
1469 * inspector/timeline/timeline-test.js:
1470 * inspector/timeline/timeline-timer-expected.txt:
1471 * platform/chromium/inspector/timeline/timeline-animation-frame-expected.txt:
1472 * platform/chromium/inspector/timeline/timeline-event-dispatch-expected.txt:
1473 * platform/chromium/inspector/timeline/timeline-layout-expected.txt:
1474 * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt:
1475 * platform/chromium/inspector/timeline/timeline-paint-expected.txt:
1476 * platform/chromium/inspector/timeline/timeline-parse-html-expected.txt:
1477 * platform/chromium/inspector/timeline/timeline-timer-expected.txt:
1479 2012-06-08 Ilya Tikhonovsky <loislo@chromium.org>
1481 Unreviewed update for chromium test expectations.
1482 viewspec-parser-*.html were marked as SLOW.
1484 * platform/chromium/TestExpectations:
1485 BUGWK87772 SLOW : svg/dom/viewspec-parser-1.html = PASS
1486 BUGWK87772 SLOW : svg/dom/viewspec-parser-2.html = PASS
1487 BUGWK87772 SLOW : svg/dom/viewspec-parser-3.html = PASS
1488 BUGWK87772 SLOW : svg/dom/viewspec-parser-4.html = PASS
1489 BUGWK87772 SLOW : svg/dom/viewspec-parser-5.html = PASS
1491 2012-06-08 Arko Saha <arko@motorola.com>
1493 Microdata: An element with an empty itemprop='' should not get listed in the .properties list.
1494 https://bugs.webkit.org/show_bug.cgi?id=88235
1496 Reviewed by Ryosuke Niwa.
1498 * fast/dom/MicroData/element-with-empty-itemprop-expected.txt: Added.
1499 * fast/dom/MicroData/element-with-empty-itemprop.html: Added.
1501 2012-06-08 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
1503 [EFL] Unskip passing sputnik tests
1504 https://bugs.webkit.org/show_bug.cgi?id=88641
1506 Unreviewed, unskip sputnik tests which are passing now.
1508 * platform/efl/TestExpectations:
1510 2012-06-08 Zan Dobersek <zandobersek@gmail.com>
1512 Unreviewed GTK gardening, removing crash expectations for two plugins
1513 tests that were fixed after LLInt was enabled for the Gtk port in r119593.
1515 * platform/gtk/TestExpectations:
1517 2012-06-08 Hans Wennborg <hans@chromium.org>
1519 Speech JavaScript API: mock WebSpeechRecognizer for DumpRenderTree
1520 https://bugs.webkit.org/show_bug.cgi?id=87976
1522 Reviewed by Kent Tamura.
1524 Add a layout test using the new mock, pushing a mock result through
1525 and checking that events fire correctly.
1527 * fast/speech/scripted/speechrecognition-basics-expected.txt: Added.
1528 * fast/speech/scripted/speechrecognition-basics.html: Added.
1530 2012-06-08 Zan Dobersek <zandobersek@gmail.com>
1532 Unreviewed GTK gardening after r119795, adding separate test expectations
1533 for jquery/core.html - the test is crashing on debug builds and failing
1534 with a text diff on release builds.
1536 * platform/gtk/TestExpectations:
1538 2012-06-08 Noel Gordon <noel.gordon@gmail.com>
1540 [chromium] Run optimize-baselines over canvas-toDataURL-webp.html results
1542 Unreviewed test expectations update.
1544 * platform/chromium-mac/fast/canvas/canvas-toDataURL-webp-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/canvas/canvas-toDataURL-webp-expected.png.
1545 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-toDataURL-webp-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/canvas/canvas-toDataURL-webp-expected.png.
1547 2012-06-08 Zoltan Arvai <zarvai@inf.u-szeged.hu>
1549 [Qt] Unreviewed gardening. Skip tests using disabled SHADOW_DOM feature on Qt.
1551 * platform/qt/Skipped:
1553 2012-06-08 Dan Bernstein <mitz@apple.com>
1555 Fixed fast/files/read-blob-async.html failing after r119791.
1557 * fast/files/resources/read-blob-test-cases.js:
1558 (testReadingSingleArrayBufferBlob):
1559 (testReadingSlicedArrayBufferBlob):
1560 (testReadingMultipleArrayBufferBlob):
1561 (testReadingHybridBlob):
1562 (testReadingSlicedHybridBlob):
1563 (testReadingTripleSlicedHybridBlob):
1565 2012-06-08 Noel Gordon <noel.gordon@gmail.com>
1567 [chromium] New virtual GPU canvas-toDataURL-webp.html results after r119787
1569 Unreviewed test expectations update.
1571 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-toDataURL-webp-expected.png: Added.
1573 2012-06-07 Noel Gordon <noel.gordon@gmail.com>
1575 [chromium] Update canvas-toDataURL-webp.html results after r119787
1577 Unreviewed test expectations update.
1579 * platform/chromium/TestExpectations:
1580 * platform/chromium-win/fast/canvas/canvas-toDataURL-webp-expected.png: Added.
1582 2012-06-07 Takashi Sakamoto <tasak@google.com>
1584 ShadowRoot needs resetStyleInheritance
1585 https://bugs.webkit.org/show_bug.cgi?id=84048
1587 Added layout tests for checking whether resetStyleInheritance works correctly or not.
1589 Reviewed by Hajime Morita.
1591 * fast/dom/shadow/shadow-root-resetStyleInheritance.html: Added.
1592 * fast/dom/shadow/shadow-root-resetStyleInheritance-expected.html: Added.
1594 2012-06-07 Kinuko Yasuda <kinuko@chromium.org>
1596 Fix unmatched parenthesis in fast/dom/HTMLAnchorElement/anchor-download-unset.html
1597 https://bugs.webkit.org/show_bug.cgi?id=88526
1599 Reviewed by Alexey Proskuryakov.
1601 This test is skipped on other platforms than chromium.
1603 * fast/dom/HTMLAnchorElement/anchor-download-unset.html:
1604 * platform/chromium/TestExpectations:
1606 2012-06-07 Victor Carbune <victor@rosedu.org>
1608 addTextTrack should set track mode to HIDDEN
1609 https://bugs.webkit.org/show_bug.cgi?id=88317
1611 Reviewed by Eric Carlson.
1613 * media/track/track-texttracks-expected.txt: Updated.
1614 * media/track/track-texttracks.html: Updated.
1616 2012-06-07 Li Yin <li.yin@intel.com>
1618 FileAPI: Blob should support ArrayBufferView instead of ArrayBuffer for Constructor Parameters
1619 https://bugs.webkit.org/show_bug.cgi?id=88294
1621 Reviewed by Jian Li.
1623 Support ArrayBufferView in Blob constructing function.
1625 * fast/files/blob-constructor-expected.txt:
1626 * fast/files/file-reader-fffd-expected.txt:
1627 * fast/files/file-reader-fffd.html:
1628 * fast/files/script-tests/blob-constructor.js:
1629 * http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html:
1630 * http/tests/websocket/tests/hybi/bufferedAmount-after-close.html:
1631 * http/tests/websocket/tests/hybi/send-blob.html:
1632 * http/tests/websocket/tests/hybi/workers/resources/send-blob.js:
1633 (createBlobContainingAllDistinctBytes):
1635 2012-06-07 MORITA Hajime <morrita@google.com>
1637 A style in an older shadow subtree causes assert when composing with <shadow>
1638 https://bugs.webkit.org/show_bug.cgi?id=88299
1640 Reviewed by Dimitri Glazkov.
1642 * fast/dom/shadow/insertion-point-shadow-crash-expected.txt: Added.
1643 * fast/dom/shadow/insertion-point-shadow-crash.html: Added.
1645 2012-06-07 Joshua Lock <joshua.lock@intel.com>
1647 [EFL][DRT] Normalize file:///tmp/LayoutTests in LayoutTestController::pathToLocalResource()
1648 https://bugs.webkit.org/show_bug.cgi?id=67255
1650 Reviewed by Dirk Pranke.
1652 * platform/efl/TestExpectations: unskip
1653 fast/dom/frame-loading-via-document-write.html now that
1654 LayoutTestController::pathToLocalResource() is implemented for EFL.
1656 2012-06-07 Noel Gordon <noel.gordon@gmail.com>
1658 [chromium] Use WEBPImportPictureRGBX|BGRX to import picture data
1659 https://bugs.webkit.org/show_bug.cgi?id=88218
1661 Reviewed by Kent Tamura.
1663 The test image (html5.png) has an alpha 255 background. The background should
1664 be rendered black when a <canvas>.toDataURL('image/webp') is used as an <img>
1665 element src attribute for example, since WEBP does not support alpha.
1667 * fast/canvas/canvas-toDataURL-webp-expected.txt:
1668 * fast/canvas/canvas-toDataURL-webp.html: Change the test to encode the added
1669 html5.png test image as an image/webp data url.
1670 * fast/canvas/resources/html5.png: Added.
1671 * platform/chromium-mac-snowleopard/fast/canvas/canvas-toDataURL-webp-expected.png: Added.
1672 * platform/chromium/TestExpectations: Requires WIN, LINUX rebaselines.
1674 2012-06-07 Ojan Vafai <ojan@chromium.org>
1676 Last set of chromium rebaselines after r119748.
1677 Also mark pointer-lock/pointerlockchange-pointerlockerror-events.html
1678 as crashing in Chromium debug after r119763.
1680 Excluding list of changed pngs because it's too long.
1681 * platform/chromium/TestExpectations:
1683 2012-06-07 Ojan Vafai <ojan@chromium.org>
1685 Mark fast/table/multiple-captions-display.xhtml as flaky on Chromium.
1686 * platform/chromium/TestExpectations:
1688 2012-06-07 Ojan Vafai <ojan@chromium.org>
1690 Chromium rebaselines after http://trac.webkit.org/changeset/119760.
1692 * platform/chromium-linux/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
1693 * platform/chromium-mac/fast/borders/border-radius-valid-border-clipping-expected.png:
1694 * platform/chromium-win/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
1696 2012-06-07 Tony Chang <tony@chromium.org>
1698 [chromium] Unreviewed, new baselines for chromium-win after fixing
1699 scrollbar rendering in r119748.
1701 List of files omitted since it's long.
1703 2012-06-06 Vincent Scheib <scheib@chromium.org>
1705 Add new Pointer Lock spec events webkitpointerlockchange and webkitpointerlockerror
1706 https://bugs.webkit.org/show_bug.cgi?id=88377
1708 Reviewed by Dimitri Glazkov.
1710 Part of a series of refactoring changes to update pointer lock API to
1711 the fullscreen locking style. https://bugs.webkit.org/show_bug.cgi?id=84402
1713 New change and error events added. Follow up patches will remove
1714 the previous callbacks and pointerlocklost event. Tests updated
1715 to include the new events, and a new test added specifically for
1716 the new events, pointerlockchange-pointerlockerror-events.html.
1718 * pointer-lock/lock-already-locked-expected.txt:
1719 * pointer-lock/lock-already-locked.html:
1720 * pointer-lock/pointer-lock-api-expected.txt:
1721 * pointer-lock/pointer-lock-api.html:
1722 * pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt: Added.
1723 * pointer-lock/pointerlockchange-pointerlockerror-events.html: Added.
1724 * pointer-lock/pointerlocklost-event-expected.txt:
1725 * pointer-lock/pointerlocklost-event.html:
1727 2012-06-07 Takashi Sakamoto <tasak@google.com>
1729 Incorrect border rendering when border radius is above 2px.
1730 https://bugs.webkit.org/show_bug.cgi?id=88046
1732 Reviewed by Simon Fraser.
1734 * fast/borders/border-radius-valid-border-clipping-expected.txt: Added.
1735 * fast/borders/border-radius-valid-border-clipping.html: Added.
1736 * platform/chromium-mac/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
1738 2012-06-07 Edaena Salinas Jasso <edaena@apple.com>
1740 Should fire error event for empty 404 script
1741 https://bugs.webkit.org/show_bug.cgi?id=50589
1743 Reviewed by Brady Eidson.
1745 Based on a test by Ojan Vafai.
1747 * http/tests/loading/fire-error-event-empty-404-script-expected.txt: Added.
1748 * http/tests/loading/fire-error-event-empty-404-script.html: Added.
1749 * http/tests/loading/fire-error-event-script-no-content-type-expected.txt: Added.
1750 * http/tests/loading/fire-error-event-script-no-content-type.html: Added.
1751 * http/tests/loading/resources/404-with-empty-body-no-content-type.cgi: Added.
1752 * http/tests/loading/resources/404-with-empty-body.cgi: Added.
1753 * http/tests/resources/network-simulator.php: Fixed to no longer return 404 error
1754 when logging a request.
1756 2012-06-07 Ojan Vafai <ojan@chromium.org>
1758 fast/js/dfg-double-vote-fuzz.html fails on Chromium release.
1760 * platform/chromium/TestExpectations:
1762 2012-06-07 Alec Flett <alecflett@chromium.org>
1764 IndexedDB: Error codes, phase one
1765 https://bugs.webkit.org/show_bug.cgi?id=88459
1767 Reviewed by Tony Chang.
1769 * storage/indexeddb/basics-expected.txt:
1770 * storage/indexeddb/basics-shared-workers-expected.txt:
1771 * storage/indexeddb/basics-workers-expected.txt:
1772 * storage/indexeddb/create-and-remove-object-store-expected.txt:
1773 * storage/indexeddb/cursor-advance-expected.txt:
1774 * storage/indexeddb/cursor-update-expected.txt:
1775 * storage/indexeddb/database-basics-expected.txt:
1776 * storage/indexeddb/deleteIndex-expected.txt:
1777 * storage/indexeddb/resources/basics.js:
1779 * storage/indexeddb/resources/create-and-remove-object-store.js:
1780 (testCreateAndRemove):
1782 * storage/indexeddb/resources/cursor-advance.js:
1783 (testBadAdvance.advanceBadly):
1785 * storage/indexeddb/resources/cursor-update.js:
1787 * storage/indexeddb/resources/database-basics.js:
1789 * storage/indexeddb/resources/deleteIndex.js:
1791 * storage/indexeddb/resources/transaction-after-close.js:
1792 (firstTransactionComplete):
1793 * storage/indexeddb/resources/transaction-and-objectstore-calls.js:
1795 * storage/indexeddb/resources/transaction-basics.js:
1797 * storage/indexeddb/transaction-after-close-expected.txt:
1798 * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
1799 * storage/indexeddb/transaction-basics-expected.txt:
1801 2012-06-07 Elliot Poger <epoger@chromium.org>
1803 Unreviewed, rolling out r119737.
1804 http://trac.webkit.org/changeset/119737
1806 see https://bugs.webkit.org/show_bug.cgi?id=88561
1808 * css1/basic/class_as_selector-expected.txt: Removed.
1809 * css1/basic/containment-expected.txt: Removed.
1811 * platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt: Copied from LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt.
1812 * platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt: Copied from LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt.
1814 2012-06-07 Ojan Vafai <ojan@chromium.org>
1816 Hopefully final chromium rebaseline for r119617.
1818 * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
1820 2012-06-07 Ami Fischman <fischman@chromium.org>
1822 Plumb CORS attribute information from HTMLMediaElement to media players so it can be used
1823 https://bugs.webkit.org/show_bug.cgi?id=88349
1825 Reviewed by Adam Barth.
1827 * http/tests/security/resources/video-cross-origin-allow.php: Added.
1828 * http/tests/security/video-cross-origin-readback-expected.txt: Added.
1829 * http/tests/security/video-cross-origin-readback.html: Added.
1830 * platform/efl/Skipped:
1831 * platform/gtk/TestExpectations:
1832 * platform/mac/Skipped:
1833 * platform/qt/Skipped:
1834 * platform/win/Skipped:
1835 * platform/wk2/Skipped:
1837 2012-06-07 Stephen White <senorblanco@chromium.org>
1839 Unreviewed; chromium test_expectations update.
1841 Removing expected-to-fail results for now-passing tests.
1843 * platform/chromium-mac/canvas/philip/tests/2d.line.width.basic-expected.txt: Removed.
1844 * platform/chromium-mac/canvas/philip/tests/2d.line.width.transformed-expected.txt: Removed.
1845 * platform/chromium-mac/canvas/philip/tests/2d.transformation.setTransform.skewed-expected.txt: Removed.
1846 * platform/chromium-mac/canvas/philip/tests/2d.transformation.transform.skewed-expected.txt: Removed.
1848 2012-06-07 Jer Noble <jer.noble@apple.com>
1850 sometimes all slaved videos don't start playing
1851 https://bugs.webkit.org/show_bug.cgi?id=88553
1853 Reviewed by Darin Adler.
1855 * media/media-controller-time-clamp-expected.txt: Added.
1856 * media/media-controller-time-clamp.html: Added.
1858 2012-06-07 Ojan Vafai <ojan@chromium.org>
1860 Mark another test as slow on Chromium Windows.
1861 * platform/chromium/TestExpectations:
1863 2012-06-07 Elliot Poger <epoger@chromium.org>
1865 Part 1 of rebaselines for http://crbug.com/131189
1867 Unreviewed rebaselining.
1869 * css1/basic/class_as_selector-expected.txt: Added.
1870 * css1/basic/containment-expected.txt: Added.
1872 * platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt: Removed.
1873 * platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt: Removed.
1875 2012-06-07 Mike Reed <reed@google.com>
1877 clean up suppressions around two-point-radial-gradient in skia (fix will come later)
1878 https://bugs.webkit.org/show_bug.cgi?id=88549
1880 Expectations change only.
1882 * platform/chromium/TestExpectations:
1884 2012-06-07 Ojan Vafai <ojan@chromium.org>
1886 Update some flaky/slow expectations to better match the bots.
1887 * platform/chromium/TestExpectations:
1889 2012-06-07 Raymes Khoury <raymes@chromium.org>
1891 Incorrect rect-based hit-test result for culled-inline elements
1892 https://bugs.webkit.org/show_bug.cgi?id=85849
1894 Reviewed by Levi Weintraub.
1896 Added tests for rect-based hit-testing for the case when the child of a
1897 culled inline element is in the hit-test result. One of these tests is
1898 expected to fail due to https://bugs.webkit.org/show_bug.cgi?id=88376.
1900 * fast/dom/nodesFromRect-culled-inline-expected.txt: Added.
1901 * fast/dom/nodesFromRect-culled-inline.html: Added.
1903 2012-06-07 Daniel Erat <derat@chromium.org>
1905 [chromium] Add test for subpixel positioning.
1906 https://bugs.webkit.org/show_bug.cgi?id=88263
1908 Reviewed by Tony Chang.
1910 * platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning-expected.png: Added.
1911 * platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning-expected.txt: Added.
1912 * platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning.html: Added.
1914 2012-06-07 Simon Pena <spena@igalia.com>
1916 [GTK] Add baselines for new tests
1917 https://bugs.webkit.org/show_bug.cgi?id=88540
1919 Unreviewed gardening. Added baselines for new tests.
1921 * platform/gtk/TestExpectations:
1922 * platform/gtk/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
1923 * platform/gtk/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
1924 * platform/gtk/fast/reflections/reflection-with-zoom-expected.png: Added.
1925 * platform/gtk/fast/reflections/reflection-with-zoom-expected.txt: Added.
1926 * platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
1927 * platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Added.
1928 * platform/gtk/svg/repaint/text-mask-update-expected.png: Added.
1929 * platform/gtk/svg/repaint/text-mask-update-expected.txt: Added.
1931 2012-06-07 Brady Eidson <beidson@apple.com>
1933 https://bugs.webkit.org/show_bug.cgi?id=88481
1935 Move new test added by r119644 that was only meant for platform/mac into the platform/mac directory:
1936 * platform/mac/fast/loader/resources/utf8-encoded.webarchive: Renamed from LayoutTests/fast/loader/resources/utf8-encoded.webarchive.
1937 * platform/mac/fast/loader/webarchive-encoding-respected-expected.txt: Renamed from LayoutTests/fast/loader/webarchive-encoding-respected-expected.txt.
1938 * platform/mac/fast/loader/webarchive-encoding-respected.html: Renamed from LayoutTests/fast/loader/webarchive-encoding-respected.html.
1940 Also remove it from the TestExpectations files for platforms where it was Skipped:
1941 * platform/chromium/TestExpectations:
1942 * platform/efl/TestExpectations:
1943 * platform/gtk/TestExpectations:
1944 * platform/qt/TestExpectations:
1946 2012-06-07 Sheriff Bot <webkit.review.bot@gmail.com>
1948 Unreviewed, rolling out r119707.
1949 http://trac.webkit.org/changeset/119707
1950 https://bugs.webkit.org/show_bug.cgi?id=88539
1952 Because the original patch with the failing test was rolled
1953 out by 119712 (Requested by Ossy on #webkit).
1955 * platform/qt/Skipped:
1957 2012-06-07 Stephen White <senorblanco@chromium.org>
1959 [Chromium] Rebaseline tests after r119591 that enabled imageSmoothingEnabled for patterns
1960 https://bugs.webkit.org/show_bug.cgi?id=88253
1962 Unreviewed; test expectations update.
1964 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1965 * platform/chromium-linux/svg/custom/pattern-skew-transformed-expected.png: Removed.
1966 * platform/chromium-linux/svg/custom/pattern-with-transformation-expected.png:
1967 * platform/chromium-mac-leopard/svg/custom/pattern-with-transformation-expected.png:
1968 * platform/chromium-mac-snowleopard/svg/custom/pattern-with-transformation-expected.png:
1969 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1970 * platform/chromium-mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png:
1971 * platform/chromium-mac/svg/custom/oversized-pattern-scale-expected.png:
1972 * platform/chromium-mac/svg/custom/pattern-in-defs-expected.png:
1973 * platform/chromium-mac/svg/custom/pattern-skew-transformed-expected.png:
1974 * platform/chromium-mac/svg/custom/pattern-with-transformation-expected.png:
1975 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1976 * platform/chromium-win/svg/custom/nested-pattern-boundingBoxModeContent-expected.png:
1977 * platform/chromium-win/svg/custom/oversized-pattern-scale-expected.png:
1978 * platform/chromium-win/svg/custom/pattern-in-defs-expected.png:
1979 * platform/chromium-win/svg/custom/pattern-skew-transformed-expected.png:
1980 * platform/chromium-win/svg/custom/pattern-with-transformation-expected.png:
1981 * platform/chromium/TestExpectations:
1983 2012-06-07 Mario Sanchez Prada <msanchez@igalia.com>
1985 Unreviewed. Unskip passing tests for GTK.
1987 * platform/gtk/TestExpectations:
1989 2012-06-07 Alexei Filippov <alexeif@chromium.org>
1991 Web Inspector: sorting of object fields is broken in heap profiler
1992 https://bugs.webkit.org/show_bug.cgi?id=88532
1994 A recent change to heap profiler has replaced getters with functions.
1995 Function calls were missing in couple places after that change.
1997 The following changes were made to the tests:
1998 - generateSnapshot now uses pseudo random numbers for object sizes.
1999 It allows to test sorting.
2000 - Added a test that checks sorting of object instances of a particular class.
2001 - Added a test that checks sorting of fields in an object instance.
2003 Reviewed by Vsevolod Vlasov.
2005 Tests: inspector/profiler/heap-snapshot-summary-sorting-fields.html
2006 inspector/profiler/heap-snapshot-summary-sorting-instances.html
2008 * inspector/profiler/heap-snapshot-summary-sorting-fields-expected.txt: Added.
2009 * inspector/profiler/heap-snapshot-summary-sorting-fields.html: Added.
2010 * inspector/profiler/heap-snapshot-summary-sorting-instances-expected.txt: Added.
2011 * inspector/profiler/heap-snapshot-summary-sorting-instances.html: Added.
2012 * inspector/profiler/heap-snapshot-test.js:
2013 (initialize_HeapSnapshotTest.):
2014 (initialize_HeapSnapshotTest):
2015 * platform/mac/Skipped:
2016 * platform/qt/Skipped:
2017 * platform/win/Skipped:
2018 * platform/wincairo/Skipped:
2020 2012-06-07 Ilya Tikhonovsky <loislo@chromium.org>
2022 Unreviewed. Clean chromium test expectations.
2024 * platform/chromium/TestExpectations:
2026 2012-06-07 Alexei Filippov <alexeif@chromium.org>
2028 Web Inspector: reuse edge_count field of heap snapshot to store retained size
2029 https://bugs.webkit.org/show_bug.cgi?id=88416
2031 The edge_count field is unused after node first edge indexes have been built.
2032 Store node retained size in there instead of allocating an extra array for it.
2034 Reviewed by Vsevolod Vlasov.
2036 * inspector/profiler/heap-snapshot.html:
2038 2012-06-07 Sheriff Bot <webkit.review.bot@gmail.com>
2040 Unreviewed, rolling out r119694.
2041 http://trac.webkit.org/changeset/119694
2042 https://bugs.webkit.org/show_bug.cgi?id=88529
2044 it broke PrerenderBrowserTest.PrerenderHTML5VideoNetwork
2045 (Requested by loislo on #webkit).
2047 * http/tests/security/resources/video-cross-origin-allow.php: Removed.
2048 * http/tests/security/video-cross-origin-readback-expected.txt: Removed.
2049 * http/tests/security/video-cross-origin-readback.html: Removed.
2051 2012-06-07 Shinya Kawanaka <shinyak@chromium.org>
2053 Delete a contenteditable element having a Shadow DOM causes a crash.
2054 https://bugs.webkit.org/show_bug.cgi?id=86345
2056 Reviewed by Ryosuke Niwa.
2058 * editing/shadow/select-contenteditable-shadowhost-expected.txt: Added.
2059 * editing/shadow/select-contenteditable-shadowhost.html: Added.
2061 2012-06-07 Kinuko Yasuda <kinuko@chromium.org>
2063 Unreviewed rebaseline for r115582.
2065 * http/tests/security/filesystem-iframe-from-remote-expected.txt:
2066 * platform/chromium/TestExpectations:
2068 2012-06-07 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2070 [Qt] Gardening. Skip failing new test.
2071 https://bugs.webkit.org/show_bug.cgi?id=88523
2073 Reviewed by Csaba Osztrogonác.
2075 * platform/qt/Skipped: Skip http/tests/security/video-cross-origin-readback.html.
2077 2012-06-07 Csaba Osztrogonác <ossy@webkit.org>
2079 [Qt] Unreviewed Skipped list cleanup. Remove disabled/passing tests, add bug reports.
2081 * platform/qt-arm/Skipped:
2082 * platform/qt/Skipped:
2084 2012-06-07 Li Yin <li.yin@intel.com>
2086 FileAPI: If type consists of non-ASCII characters in Blob constructor, it should throw a SyntaxError.
2087 https://bugs.webkit.org/show_bug.cgi?id=88411
2089 Reviewed by Kentaro Hara.
2091 From Spec: http://dev.w3.org/2006/webapi/FileAPI/#constructorBlob
2092 If type consists of any non-ASCII characters, throw a SyntaxError and
2093 return from this algorithm.
2095 * fast/files/blob-constructor-expected.txt:
2096 * fast/files/script-tests/blob-constructor.js:
2098 2012-06-07 Arpita Bahuguna <arpitabahuguna@gmail.com>
2100 InsertUnorderedList and InsertOrderedList (execCommand) do not remove bullets
2101 https://bugs.webkit.org/show_bug.cgi?id=84597
2103 Reviewed by Ryosuke Niwa.
2105 This test verifies removing of an (un)ordered list on a selection consisting of multiple
2106 list items (paragraphs) when the end point of the selection points to the end of the last
2107 list item; followed by another paragraph not part of the selection/list.
2109 * editing/execCommand/remove-list-from-multi-list-items-expected.txt: Added.
2110 * editing/execCommand/remove-list-from-multi-list-items.html: Added.
2112 2012-06-07 Yoshifumi Inoue <yosin@chromium.org>
2114 [Forms] Improve test coverage of input-number-size.html
2115 https://bugs.webkit.org/show_bug.cgi?id=88489
2117 Reviewed by Kent Tamura.
2119 This patch improves test coverage for NumberInputType::sizeShouldIncludeDecoration()
2120 for preparation of introducing decimal arithmetic.
2122 * fast/forms/number/input-number-size-expected.txt: Updated for a new test case.
2123 * fast/forms/number/input-number-size.html: Added a test case.
2125 2012-06-07 Li Yin <li.yin@intel.com>
2127 [FileAPI] FileReader should throw an InvalidStateError exception when readyState is LOADING
2128 https://bugs.webkit.org/show_bug.cgi?id=88212
2130 Reviewed by Jian Li.
2132 From spec: http://www.w3.org/TR/FileAPI/#readAsBinaryString
2133 FileReader should throw an InvalidStateError exception instead of NOT_ALLOWED_ERR.
2135 * fast/files/read-file-async-expected.txt:
2136 * fast/files/workers/worker-read-file-async-expected.txt:
2138 2012-06-07 Hironori Bono <hbono@chromium.org>
2140 Use light gray for grammar markers on Windows and Linux
2141 https://bugs.webkit.org/show_bug.cgi?id=88398
2143 Reviewed by Ryosuke Niwa.
2145 This change changes the color of grammar markers from dark gray to light gray
2146 and rebaselines a couple of pixel tests affected by this change.
2148 * platform/chromium-linux/editing/spelling/grammar-markers-expected.png:
2149 * platform/chromium-win/editing/spelling/grammar-markers-expected.png:
2151 2012-06-06 Xianzhu Wang <wangxianzhu@chromium.org>
2153 Element.getBoundingClientRect() and Element.getClientRects() return incorrect values in frames in a scaled page
2154 https://bugs.webkit.org/show_bug.cgi?id=88430
2156 Reviewed by James Robinson.
2158 * fast/dom/Element/resources/client-rect-frame.html: Added.
2159 * fast/dom/Element/scale-page-bounding-client-rect-in-frame-expected.txt: Added.
2160 * fast/dom/Element/scale-page-bounding-client-rect-in-frame.html: Added.
2161 * fast/dom/Element/scale-page-client-rects-in-frame-expected.txt: Added.
2162 * fast/dom/Element/scale-page-client-rects-in-frame.html: Added.
2164 2012-06-06 Sheriff Bot <webkit.review.bot@gmail.com>
2166 Unreviewed, rolling out r119668.
2167 http://trac.webkit.org/changeset/119668
2168 https://bugs.webkit.org/show_bug.cgi?id=88493
2170 Hitting assertions in debug builds (Requested by rniwa on
2173 * editing/selection/caret-in-empty-inline-1-expected.txt: Removed.
2174 * editing/selection/caret-in-empty-inline-1.html: Removed.
2175 * editing/selection/caret-in-empty-inline-2-expected.txt: Removed.
2176 * editing/selection/caret-in-empty-inline-2.html: Removed.
2178 2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
2180 One more Chromium rebaseline for r119617.
2182 Also update the test expectation per r119659.
2183 fast/sub-pixel/file-upload-control-at-fractional-offset.html should have MISSING expectation.
2185 * platform/chromium-linux/compositing/geometry/fixed-position-expected.png:
2186 * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-expected.png:
2187 * platform/chromium-mac/compositing/geometry/fixed-position-expected.png:
2188 * platform/chromium-win/compositing/geometry/fixed-position-expected.png:
2189 * platform/chromium/TestExpectations:
2191 2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
2193 More Chromium rebaselines for r119591 and r119617.
2195 * platform/chromium-linux/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Removed.
2196 * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
2197 * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
2198 * platform/chromium-win-xp/fast/text/backslash-to-yen-sign-euc-expected.png:
2199 * platform/chromium-win/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
2201 2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
2203 Add an image failure expectation to fast/repaint/fixed-tranformed.html
2204 on Chromium Windows and Chromium Mac. The failure is tracked by the bug 88490.
2206 * platform/chromium/TestExpectations:
2208 2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
2210 Add a timeout expectation to http/tests/media/video-cookie.html.
2211 The failure is tracked by the Chromium issue 131533.
2213 * platform/chromium/TestExpectations:
2215 2012-06-06 Shezan Baig <shezbaig.wk@gmail.com>
2217 Caret is not rendered in empty inline contenteditable elements
2218 https://bugs.webkit.org/show_bug.cgi?id=85793
2220 Reviewed by Ryosuke Niwa.
2222 Add test cases for caret in empty inline.
2224 * editing/selection/caret-in-empty-inline-1-expected.txt: Added.
2225 * editing/selection/caret-in-empty-inline-1.html: Added.
2226 * editing/selection/caret-in-empty-inline-2-expected.txt: Added.
2227 * editing/selection/caret-in-empty-inline-2.html: Added.
2229 2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
2231 Add failing test expectation for the test added by r119644.
2232 The failure is tracked by the bug 88481.
2234 * platform/chromium/TestExpectations:
2235 * platform/efl/TestExpectations:
2236 * platform/gtk/TestExpectations:
2237 * platform/qt/TestExpectations:
2239 2012-06-06 Noel Gordon <noel.gordon@gmail.com>
2241 Add a test for PNG COLOR_TYPE_PALETTE image with a color profile
2242 https://bugs.webkit.org/show_bug.cgi?id=86722
2244 Reviewed by Adam Barth
2246 Add paletted PNG image with a color profile and write a test. Add platform exceptions
2247 since color correction is not implemented on all platforms. Note: that wincairo skips
2250 * fast/images/paletted-png-with-color-profile-expected.txt: Added.
2251 * fast/images/paletted-png-with-color-profile.html: Added.
2252 * fast/images/resources/palatted-color-png-gamma-one-color-profile.png: Added.
2253 * platform/chromium/TestExpectations: No color correction for paletted PNG images.
2254 * platform/efl/TestExpectations: SKIP, no color correction.
2255 * platform/gtk/TestExpectations: SKIP, no color correction.
2256 * platform/mac-snowleopard/fast/images/paletted-png-with-color-profile-expected.png: Added.
2257 The image is a 64-color, paletted PNG image containing a gamma 1.0 sRGB color profile.
2258 See the bug for more detailed properties of the test image and its color profile.
2259 * platform/qt/TestExpectations: SKIP, no color correction.
2261 2012-06-06 Alexis Menard <alexis.menard@openbossa.org>
2263 Fix border-image-slice failures on http://css3test.com.
2264 https://bugs.webkit.org/show_bug.cgi?id=88328
2266 Reviewed by Tony Chang.
2268 Make sure we cover more border-image-slice parsing.
2270 * fast/css/getComputedStyle/getComputedStyle-border-image-slice-expected.txt: Added.
2271 * fast/css/getComputedStyle/getComputedStyle-border-image-slice.html: Added.
2273 2012-06-06 Levi Weintraub <leviw@chromium.org>
2275 Use enclosingIntRect instead of pixelSnappedIntRect in RenderFileUploadControl
2276 https://bugs.webkit.org/show_bug.cgi?id=88454
2278 Reviewed by Kent Tamura.
2280 Skipping new test on non-chromium platforms, and correcting a typo in several skipped files.
2281 Also updating the bug number in the gtk skipped file to 85532 from 60318 to better reflect
2282 the outstanding work of enabling each port to support sub-pixel layout, instead of sub-pixel
2285 * fast/sub-pixel/file-upload-control-at-fractional-offset.html: Added.
2286 * platform/chromium-mac-snowleopard/fast/sub-pixel: Added.
2287 * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
2288 * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Added.
2289 * platform/chromium/TestExpectations:
2290 * platform/efl/Skipped:
2291 * platform/gtk-wk2/Skipped:
2292 * platform/gtk/TestExpectations:
2293 * platform/mac-lion/Skipped:
2294 * platform/mac-snowleopard/Skipped:
2295 * platform/mac-wk2/Skipped:
2296 * platform/mac/Skipped:
2297 * platform/qt-4.8/Skipped:
2298 * platform/qt/Skipped:
2299 * platform/win-wk2/Skipped:
2300 * platform/win-xp/Skipped:
2301 * platform/win/Skipped:
2302 * platform/wincairo/Skipped:
2303 * platform/wk2/Skipped:
2305 2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
2307 Revert erroneous change in r119637.
2309 * platform/chromium/TestExpectations:
2311 2012-06-06 Jessie Berlin <jberlin@apple.com>
2313 [Win] ASSERT(m_manualStream) failed in PluginView::didFinishLoading running
2314 fast/loader/reload-zero-byte-plugin.html
2316 Skip another affected test on Windows to get the bots greener.
2318 * platform/win/Skipped:
2320 2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
2322 Chromium rebaseline after r119617 part 5.
2324 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Added.
2325 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Added.
2326 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Added.
2327 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Added.
2328 * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Added.
2329 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Added.
2330 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions3-expected.png: Added.
2331 * platform/chromium-linux-x86/tables/mozilla_expected_failures/core/columns-expected.png: Added.
2332 * platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin: Added.
2333 * platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Added.
2334 * platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Added.
2335 * platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: Added.
2336 * platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added.
2337 * platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: Added.
2338 * platform/chromium-linux/tables/mozilla/bugs/bug1055-1-expected.png:
2339 * platform/chromium-linux/tables/mozilla/bugs/bug113235-3-expected.png:
2340 * platform/chromium-linux/tables/mozilla/bugs/bug11944-expected.png:
2341 * platform/chromium-linux/tables/mozilla/bugs/bug131020-expected.png:
2342 * platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.png:
2343 * platform/chromium-linux/tables/mozilla/bugs/bug149275-1-expected.png:
2344 * platform/chromium-linux/tables/mozilla/bugs/bug16252-expected.png:
2345 * platform/chromium-linux/tables/mozilla/bugs/bug22019-expected.png:
2346 * platform/chromium-linux/tables/mozilla/bugs/bug2947-expected.png:
2347 * platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.png:
2348 * platform/chromium-linux/tables/mozilla/bugs/bug32205-2-expected.png:
2349 * platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.png:
2350 * platform/chromium-linux/tables/mozilla/bugs/bug43039-expected.png:
2351 * platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.png:
2352 * platform/chromium-linux/tables/mozilla/bugs/bug46480-2-expected.png:
2353 * platform/chromium-linux/tables/mozilla/bugs/bug5797-expected.png:
2354 * platform/chromium-linux/tables/mozilla/bugs/bug650-expected.png:
2355 * platform/chromium-linux/tables/mozilla/bugs/bug96343-expected.png:
2356 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
2357 * platform/chromium-linux/tables/mozilla/core/borders-expected.png:
2358 * platform/chromium-linux/tables/mozilla/core/captions-expected.png:
2359 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_fix-expected.png:
2360 * platform/chromium-linux/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
2361 * platform/chromium-linux/tables/mozilla/core/row_span-expected.png:
2362 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
2363 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
2364 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
2365 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
2366 * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
2367 * platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
2368 * platform/chromium-linux/tables/mozilla/marvin/x_td_height-expected.png:
2369 * platform/chromium-linux/tables/mozilla/marvin/x_td_nowrap-expected.png:
2370 * platform/chromium-linux/tables/mozilla/marvin/x_th_height-expected.png:
2371 * platform/chromium-linux/tables/mozilla/marvin/x_th_nowrap-expected.png:
2372 * platform/chromium-linux/tables/mozilla/other/nestedTables-expected.png:
2373 * platform/chromium-linux/tables/mozilla/other/test6-expected.png:
2374 * platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.png:
2375 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
2376 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
2377 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
2378 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
2379 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
2380 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
2381 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
2382 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
2383 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
2384 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
2385 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions3-expected.png:
2386 * platform/chromium-linux/tables/mozilla_expected_failures/core/columns-expected.png:
2387 * platform/chromium-linux/tables/mozilla_expected_failures/core/standards1-expected.png:
2388 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
2389 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
2390 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
2391 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
2392 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
2393 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
2394 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
2395 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
2396 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
2397 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
2398 * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png:
2399 * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
2400 * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
2401 * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
2402 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Added.
2403 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Added.
2404 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Added.
2405 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Added.
2406 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Added.
2407 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Added.
2408 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug19526-expected.png: Added.
2409 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Added.
2410 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added.
2411 * platform/chromium-win-vista/tables/mozilla_expected_failures/core: Added.
2412 * platform/chromium-win-vista/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
2413 * platform/chromium-win-vista/tables/mozilla_expected_failures/core/captions3-expected.png: Added.
2414 * platform/chromium-win-vista/tables/mozilla_expected_failures/core/col_span2-expected.png: Added.
2415 * platform/chromium-win-vista/tables/mozilla_expected_failures/core/columns-expected.png: Added.
2416 * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin: Added.
2417 * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Added.
2418 * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added.
2419 * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Added.
2420 * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Added.
2421 * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: Added.
2422 * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added.
2423 * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: Added.
2424 * platform/chromium-win-vista/tables/mozilla_expected_failures/other: Added.
2425 * platform/chromium-win-vista/tables/mozilla_expected_failures/other/empty_cells-expected.png: Added.
2426 * platform/chromium-win-xp/tables/mozilla/bugs/bug131020-expected.png: Removed.
2427 * platform/chromium-win/tables/mozilla/bugs/bug101674-expected.png:
2428 * platform/chromium-win/tables/mozilla/bugs/bug10269-2-expected.png:
2429 * platform/chromium-win/tables/mozilla/bugs/bug1055-1-expected.png:
2430 * platform/chromium-win/tables/mozilla/bugs/bug113235-1-expected.png:
2431 * platform/chromium-win/tables/mozilla/bugs/bug137388-2-expected.png:
2432 * platform/chromium-win/tables/mozilla/bugs/bug149275-1-expected.png:
2433 * platform/chromium-win/tables/mozilla/bugs/bug22019-expected.png:
2434 * platform/chromium-win/tables/mozilla/bugs/bug2997-expected.png:
2435 * platform/chromium-win/tables/mozilla/bugs/bug38916-expected.png:
2436 * platform/chromium-win/tables/mozilla/bugs/bug3977-expected.png:
2437 * platform/chromium-win/tables/mozilla/bugs/bug43854-1-expected.png:
2438 * platform/chromium-win/tables/mozilla/bugs/bug46480-1-expected.png:
2439 * platform/chromium-win/tables/mozilla/bugs/bug50695-1-expected.png:
2440 * platform/chromium-win/tables/mozilla/bugs/bug56405-expected.png:
2441 * platform/chromium-win/tables/mozilla/bugs/bug625-expected.png:
2442 * platform/chromium-win/tables/mozilla/bugs/bug7112-1-expected.png:
2443 * platform/chromium-win/tables/mozilla/bugs/bug7112-2-expected.png:
2444 * platform/chromium-win/tables/mozilla/core/borders-expected.png:
2445 * platform/chromium-win/tables/mozilla/core/captions-expected.png:
2446 * platform/chromium-win/tables/mozilla/core/col_span-expected.png:
2447 * platform/chromium-win/tables/mozilla/core/row_span-expected.png:
2448 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
2449 * platform/chromium-win/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
2450 * platform/chromium-win/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
2451 * platform/chromium-win/tables/mozilla/marvin/x_td_nowrap-expected.png:
2452 * platform/chromium-win/tables/mozilla/marvin/x_th_nowrap-expected.png:
2453 * platform/chromium-win/tables/mozilla/other/cell_widths-expected.png:
2454 * platform/chromium-win/tables/mozilla/other/nestedTables-expected.png:
2455 * platform/chromium-win/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
2456 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
2457 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
2458 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
2459 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
2460 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
2461 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
2462 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
2463 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
2464 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
2465 * platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.png:
2466 * platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.png:
2467 * platform/chromium-win/tables/mozilla_expected_failures/core/col_span2-expected.png:
2468 * platform/chromium-win/tables/mozilla_expected_failures/core/columns-expected.png:
2469 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
2470 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
2471 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
2472 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
2473 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
2474 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
2475 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
2476 * platform/chromium-win/tables/mozilla_expected_failures/other/empty_cells-expected.png:
2478 2012-06-06 Filip Pizlo <fpizlo@apple.com>
2480 DFG arguments access slow path should not crash if the arguments haven't been created
2481 https://bugs.webkit.org/show_bug.cgi?id=88471
2483 Reviewed by Gavin Barraclough.
2485 * fast/js/dfg-arguments-out-of-bounds-expected.txt: Added.
2486 * fast/js/dfg-arguments-out-of-bounds.html: Added.
2487 * fast/js/dfg-inline-arguments-out-of-bounds-expected.txt: Added.
2488 * fast/js/dfg-inline-arguments-out-of-bounds.html: Added.
2489 * fast/js/script-tests/dfg-arguments-out-of-bounds.js: Added.
2492 * fast/js/script-tests/dfg-inline-arguments-out-of-bounds.js: Added.
2496 2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
2498 Chromium rebaseline after r119617 part 4.
2500 * platform/chromium-linux-x86/fast/text/international: Added.
2501 * platform/chromium-linux-x86/fast/text/international/bidi-neutral-run-expected.png: Added.
2502 * platform/chromium-linux-x86/ietestcenter: Added.
2503 * platform/chromium-linux-x86/ietestcenter/css3: Added.
2504 * platform/chromium-linux-x86/ietestcenter/css3/bordersbackgrounds: Added.
2505 * platform/chromium-linux-x86/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
2506 * platform/chromium-linux-x86/platform/chromium/compositing: Removed.
2507 * platform/chromium-linux/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
2508 * platform/chromium-linux/fast/text/international/bidi-european-terminators-expected.png:
2509 * platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.png:
2510 * platform/chromium-linux/fast/text/softHyphen-expected.png:
2511 * platform/chromium-linux/fast/text/wbr-expected.png:
2512 * platform/chromium-linux/fast/text/whitespace/024-expected.png:
2513 * platform/chromium-linux/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:
2514 * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
2515 * platform/chromium-linux/fonts/cursive-expected.png:
2516 * platform/chromium-linux/fonts/default-expected.png:
2517 * platform/chromium-linux/fonts/fantasy-expected.png:
2518 * platform/chromium-linux/fonts/serif-expected.png:
2519 * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
2520 * platform/chromium-linux/media/video-zoom-expected.png:
2521 * platform/chromium-linux/platform/chromium/compositing/layout-width-change-expected.png:
2522 * platform/chromium-linux/platform/chromium/media/video-frame-size-change-expected.png:
2523 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png:
2524 * platform/chromium-linux/printing/return-from-printing-mode-expected.png:
2525 * platform/chromium-linux/scrollbars/basic-scrollbar-expected.png:
2526 * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png:
2527 * platform/chromium-linux/scrollbars/scrollbar-orientation-expected.png:
2528 * platform/chromium-linux/svg/custom/altglyph-expected.png:
2529 * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2530 * platform/chromium-linux/svg/custom/text-xy-updates-SVGList-expected.png:
2531 * platform/chromium-linux/svg/dom/SVGLengthList-basics-expected.png:
2532 * platform/chromium-linux/svg/dom/SVGLengthList-insertItemBefore-expected.png:
2533 * platform/chromium-linux/svg/dom/SVGLengthList-replaceItem-expected.png:
2534 * platform/chromium-linux/svg/dom/SVGLengthList-xml-dom-modifications-expected.png:
2535 * platform/chromium-linux/svg/dom/SVGPathSegList-appendItem-expected.png:
2536 * platform/chromium-linux/svg/dom/SVGPathSegList-clear-and-initialize-expected.png:
2537 * platform/chromium-linux/svg/dom/SVGPathSegList-insertItemBefore-expected.png:
2538 * platform/chromium-linux/svg/dom/SVGPathSegList-removeItem-expected.png:
2539 * platform/chromium-linux/svg/dom/SVGPathSegList-replaceItem-expected.png:
2540 * platform/chromium-linux/svg/dom/SVGPointList-basics-expected.png:
2541 * platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
2542 * platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
2543 * platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
2544 * platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
2545 * platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
2546 * platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
2547 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
2548 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
2549 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
2550 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
2551 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
2552 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
2553 * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
2554 * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
2555 * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
2556 * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
2557 * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
2558 * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
2559 * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
2560 * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
2561 * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
2562 * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
2563 * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
2564 * platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
2565 * platform/chromium-linux/svg/text/multichar-glyph-expected.png:
2566 * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
2567 * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
2568 * platform/chromium-mac-leopard/media/video-zoom-expected.png:
2569 * platform/chromium-mac-leopard/scrollbars/basic-scrollbar-expected.png:
2570 * platform/chromium-mac-leopard/scrollbars/disabled-scrollbar-expected.png:
2571 * platform/chromium-mac-leopard/scrollbars/listbox-scrollbar-combinations-expected.png:
2572 * platform/chromium-mac-leopard/scrollbars/overflow-scrollbar-combinations-expected.png:
2573 * platform/chromium-mac-leopard/scrollbars/scrollbar-orientation-expected.png:
2574 * platform/chromium-mac-snowleopard/media/video-zoom-expected.png:
2575 * platform/chromium-mac-snowleopard/platform/chromium/compositing/layout-width-change-expected.png:
2576 * platform/chromium-mac-snowleopard/scrollbars/basic-scrollbar-expected.png:
2577 * platform/chromium-mac-snowleopard/scrollbars/disabled-scrollbar-expected.png:
2578 * platform/chromium-mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.png:
2579 * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png:
2580 * platform/chromium-mac-snowleopard/scrollbars/scrollbar-orientation-expected.png:
2581 * platform/chromium-mac/media/video-zoom-expected.png:
2582 * platform/chromium-mac/platform/chromium/compositing/img-layer-grow-expected.png:
2583 * platform/chromium-mac/platform/chromium/compositing/layout-width-change-expected.png:
2584 * platform/chromium-mac/scrollbars/basic-scrollbar-expected.png:
2585 * platform/chromium-mac/scrollbars/disabled-scrollbar-expected.png:
2586 * platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png:
2587 * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png:
2588 * platform/chromium-mac/scrollbars/scrollbar-orientation-expected.png:
2589 * platform/chromium-win-vista/platform/chromium/compositing: Added.
2590 * platform/chromium-win-vista/platform/chromium/compositing/layout-width-change-expected.png: Added.
2591 * platform/chromium-win-xp/platform/chromium/compositing: Added.
2592 * platform/chromium-win-xp/platform/chromium/compositing/layout-width-change-expected.png: Added.
2593 * platform/chromium-win/fast/text/international/bidi-european-terminators-expected.png:
2594 * platform/chromium-win/fast/text/word-break-expected.png:
2595 * platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
2596 * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
2597 * platform/chromium-win/media/video-zoom-expected.png:
2598 * platform/chromium-win/platform/chromium/compositing/img-layer-grow-expected.png: Added.
2599 * platform/chromium-win/platform/chromium/compositing/layout-width-change-expected.png:
2600 * platform/chromium-win/platform/chromium/media/video-frame-size-change-expected.png:
2601 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png:
2602 * platform/chromium-win/scrollbars/basic-scrollbar-expected.png:
2603 * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png:
2604 * platform/chromium-win/scrollbars/scrollbar-orientation-expected.png:
2605 * platform/chromium-win/scrollbars/scrollbars-on-positioned-content-expected.png:
2606 * platform/chromium-win/svg/custom/altglyph-expected.png:
2607 * platform/chromium-win/svg/custom/invisible-text-after-scrolling-expected.png:
2608 * platform/chromium-win/svg/custom/junk-data-expected.png:
2609 * platform/chromium-win/svg/custom/missing-xlink-expected.png:
2610 * platform/chromium-win/svg/custom/path-bad-data-expected.png:
2611 * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2612 * platform/chromium-win/svg/custom/text-xy-updates-SVGList-expected.png:
2613 * platform/chromium-win/svg/custom/use-font-face-crash-expected.png:
2614 * platform/chromium-win/svg/dom/SVGLengthList-initialize-expected.png:
2615 * platform/chromium-win/svg/dom/SVGLengthList-xml-dom-modifications-expected.png:
2616 * platform/chromium-win/svg/dom/SVGNumberList-basics-expected.png:
2617 * platform/chromium-win/svg/dom/SVGPathSegList-clear-and-initialize-expected.png:
2618 * platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
2619 * platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
2620 * platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
2621 * platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
2622 * platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
2623 * platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
2624 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
2625 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
2626 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
2627 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
2628 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
2629 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
2630 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
2631 * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
2632 * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
2633 * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
2634 * platform/chromium-win/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
2635 * platform/chromium-win/svg/hixie/error/012-expected.png:
2636 * platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
2637 * platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
2638 * platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
2639 * platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
2640 * platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
2641 * platform/chromium-win/svg/repaint/image-with-clip-path-expected.png:
2642 * platform/chromium-win/svg/text/multichar-glyph-expected.png:
2644 2012-06-06 Brady Eidson <beidson@apple.com>
2646 <rdar://problem/11575112> and https://bugs.webkit.org/show_bug.cgi?id=88428
2647 REGRESSION (r115654): Opening many non-English WebArchives shows obvious encoding issues
2649 Reviewed by Nate Chapin.
2651 * fast/loader/resources/utf8-encoded.webarchive: Added.
2652 * fast/loader/webarchive-encoding-respected-expected.txt: Added.
2653 * fast/loader/webarchive-encoding-respected.html: Added.
2655 2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
2657 Chromium rebaseline after r119617 part 3.
2659 * platform/chromium-linux-x86/fast/images: Removed.
2660 * platform/chromium-linux-x86/fast/media: Removed.
2661 * platform/chromium-linux-x86/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
2662 * platform/chromium-linux-x86/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
2663 * platform/chromium-linux-x86/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
2664 * platform/chromium-linux-x86/fast/multicol/vertical-lr: Added.
2665 * platform/chromium-linux-x86/fast/multicol/vertical-lr/column-rules-expected.png: Added.
2666 * platform/chromium-linux-x86/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
2667 * platform/chromium-linux-x86/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
2668 * platform/chromium-linux-x86/fast/multicol/vertical-rl: Added.
2669 * platform/chromium-linux-x86/fast/multicol/vertical-rl/column-rules-expected.png: Added.
2670 * platform/chromium-linux-x86/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
2671 * platform/chromium-linux-x86/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
2672 * platform/chromium-linux/fast/forms/file/file-input-direction-expected.png:
2673 * platform/chromium-linux/fast/forms/form-hides-table-expected.png:
2674 * platform/chromium-linux/fast/forms/textAreaLineHeight-expected.png:
2675 * platform/chromium-linux/fast/frames/frame-scrolling-attribute-expected.png:
2676 * platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.png:
2677 * platform/chromium-linux/fast/images/gif-large-checkerboard-expected.png:
2678 * platform/chromium-linux/fast/inline/inline-borders-with-bidi-override-expected.png:
2679 * platform/chromium-linux/fast/invalid/residual-style-expected.png:
2680 * platform/chromium-linux/fast/layers/scroll-rect-to-visible-expected.png:
2681 * platform/chromium-linux/fast/line-grid/line-grid-inside-columns-expected.png:
2682 * platform/chromium-linux/fast/lists/001-vertical-expected.png:
2683 * platform/chromium-linux/fast/lists/li-br-expected.png:
2684 * platform/chromium-linux/fast/lists/ol-start-parsing-expected.png:
2685 * platform/chromium-linux/fast/media/mq-relative-constraints-08-expected.png:
2686 * platform/chromium-linux/fast/multicol/column-break-with-balancing-expected.png:
2687 * platform/chromium-linux/fast/multicol/column-rules-stacking-expected.png:
2688 * platform/chromium-linux/fast/multicol/float-multicol-expected.png:
2689 * platform/chromium-linux/fast/multicol/float-paginate-complex-expected.png:
2690 * platform/chromium-linux/fast/multicol/float-paginate-expected.png:
2691 * platform/chromium-linux/fast/multicol/layers-split-across-columns-expected.png:
2692 * platform/chromium-linux/fast/multicol/overflow-unsplittable-expected.png:
2693 * platform/chromium-linux/fast/multicol/scrolling-overflow-expected.png:
2694 * platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.png:
2695 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
2696 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
2697 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.png:
2698 * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.png:
2699 * platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.png:
2700 * platform/chromium-linux/fast/multicol/table-vertical-align-expected.png:
2701 * platform/chromium-linux/fast/multicol/vertical-lr/column-rules-expected.png:
2702 * platform/chromium-linux/fast/multicol/vertical-lr/float-avoidance-expected.png:
2703 * platform/chromium-linux/fast/multicol/vertical-lr/float-multicol-expected.png:
2704 * platform/chromium-linux/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
2705 * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.png:
2706 * platform/chromium-linux/fast/multicol/vertical-rl/column-rules-expected.png:
2707 * platform/chromium-linux/fast/multicol/vertical-rl/float-avoidance-expected.png:
2708 * platform/chromium-linux/fast/multicol/vertical-rl/float-multicol-expected.png:
2709 * platform/chromium-linux/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
2710 * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.png:
2711 * platform/chromium-linux/fast/overflow/005-expected.png:
2712 * platform/chromium-linux/fast/overflow/008-expected.png:
2713 * platform/chromium-linux/fast/overflow/childFocusRingClip-expected.png:
2714 * platform/chromium-linux/fast/overflow/clip-rects-fixed-ancestor-expected.png:
2715 * platform/chromium-linux/fast/overflow/float-in-relpositioned-expected.png:
2716 * platform/chromium-linux/fast/overflow/image-selection-highlight-expected.png:
2717 * platform/chromium-linux/fast/overflow/overflow-auto-position-absolute-expected.png:
2718 * platform/chromium-linux/fast/overflow/overflow-stacking-expected.png:
2719 * platform/chromium-linux/fast/overflow/overflow-text-hit-testing-expected.png:
2720 * platform/chromium-linux/fast/overflow/overflow-x-y-expected.png:
2721 * platform/chromium-linux/fast/overflow/position-fixed-transform-clipping-expected.png:
2722 * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
2723 * platform/chromium-linux/fast/overflow/scrollRevealButton-expected.png:
2724 * platform/chromium-linux/fast/reflections/reflection-direction-expected.png:
2725 * platform/chromium-linux/fast/repaint/fixed-child-move-after-scroll-expected.png:
2726 * platform/chromium-linux/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
2727 * platform/chromium-linux/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
2728 * platform/chromium-linux/fast/repaint/fixed-move-after-scroll-expected.png:
2729 * platform/chromium-linux/fast/repaint/line-flow-with-floats-1-expected.png:
2730 * platform/chromium-linux/fast/repaint/line-flow-with-floats-10-expected.png:
2731 * platform/chromium-linux/fast/repaint/line-flow-with-floats-2-expected.png:
2732 * platform/chromium-linux/fast/repaint/line-flow-with-floats-3-expected.png:
2733 * platform/chromium-linux/fast/repaint/line-flow-with-floats-4-expected.png:
2734 * platform/chromium-linux/fast/repaint/line-flow-with-floats-5-expected.png:
2735 * platform/chromium-linux/fast/repaint/line-flow-with-floats-6-expected.png:
2736 * platform/chromium-linux/fast/repaint/line-flow-with-floats-7-expected.png:
2737 * platform/chromium-linux/fast/repaint/line-flow-with-floats-9-expected.png:
2738 * platform/chromium-linux/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png:
2739 * platform/chromium-linux/fast/repaint/overflow-scroll-body-appear-expected.png:
2740 * platform/chromium-linux/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png:
2741 * platform/chromium-linux/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png:
2742 * platform/chromium-linux/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png:
2743 * platform/chromium-linux/fast/replaced/width100percent-image-expected.png:
2744 * platform/chromium-linux/fast/table/023-expected.png:
2745 * platform/chromium-linux/fast/table/027-vertical-expected.png:
2746 * platform/chromium-linux/fast/table/034-expected.png:
2747 * platform/chromium-linux/fast/table/040-expected.png:
2748 * platform/chromium-linux/fast/table/040-vertical-expected.png:
2749 * platform/chromium-linux/fast/table/border-collapsing/002-vertical-expected.png:
2750 * platform/chromium-linux/fast/table/border-collapsing/004-vertical-expected.png:
2751 * platform/chromium-linux/fast/table/height-percent-test-expected.png:
2752 * platform/chromium-linux/fast/table/height-percent-test-vertical-expected.png:
2753 * platform/chromium-linux/fast/table/table-display-types-vertical-expected.png:
2754 * platform/chromium-linux/fast/table/wide-colspan-expected.png:
2755 * platform/chromium-linux/fast/table/wide-column-expected.png:
2756 * platform/chromium-mac/fast/frames/transparent-scrollbar-expected.png:
2757 * platform/chromium-win-vista/fast/multicol: Added.
2758 * platform/chromium-win-vista/fast/multicol/span: Added.
2759 * platform/chromium-win-vista/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
2760 * platform/chromium-win-vista/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
2761 * platform/chromium-win-vista/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
2762 * platform/chromium-win-vista/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added.
2763 * platform/chromium-win-vista/fast/multicol/vertical-lr: Added.
2764 * platform/chromium-win-vista/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
2765 * platform/chromium-win-vista/fast/multicol/vertical-lr/column-rules-expected.png: Added.
2766 * platform/chromium-win-vista/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
2767 * platform/chromium-win-vista/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
2768 * platform/chromium-win-vista/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
2769 * platform/chromium-win-vista/fast/multicol/vertical-rl: Added.
2770 * platform/chromium-win-vista/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
2771 * platform/chromium-win-vista/fast/multicol/vertical-rl/column-rules-expected.png: Added.
2772 * platform/chromium-win-vista/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
2773 * platform/chromium-win-vista/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
2774 * platform/chromium-win-vista/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
2775 * platform/chromium-win/fast/forms/basic-textareas-expected.png:
2776 * platform/chromium-win/fast/forms/basic-textareas-quirks-expected.png:
2777 * platform/chromium-win/fast/forms/button-default-title-expected.png:
2778 * platform/chromium-win/fast/forms/form-hides-table-expected.png:
2779 * platform/chromium-win/fast/forms/textAreaLineHeight-expected.png:
2780 * platform/chromium-win/fast/frames/iframe-scrolling-attribute-expected.png:
2781 * platform/chromium-win/fast/frames/inline-object-inside-frameset-expected.png:
2782 * platform/chromium-win/fast/frames/transparent-scrollbar-expected.png:
2783 * platform/chromium-win/fast/gradients/css3-color-stop-units-expected.png:
2784 * platform/chromium-win/fast/images/gif-large-checkerboard-expected.png:
2785 * platform/chromium-win/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
2786 * platform/chromium-win/fast/inline-block/tricky-baseline-expected.png:
2787 * platform/chromium-win/fast/inline/inline-borders-with-bidi-override-expected.png:
2788 * platform/chromium-win/fast/inline/long-wrapped-line-expected.png:
2789 * platform/chromium-win/fast/invalid/residual-style-expected.png:
2790 * platform/chromium-win/fast/layers/overflow-scroll-auto-switch-expected.png:
2791 * platform/chromium-win/fast/line-grid/line-grid-inside-columns-expected.png:
2792 * platform/chromium-win/fast/lists/001-expected.png:
2793 * platform/chromium-win/fast/lists/001-vertical-expected.png:
2794 * platform/chromium-win/fast/lists/li-br-expected.png:
2795 * platform/chromium-win/fast/lists/ol-start-parsing-expected.png:
2796 * platform/chromium-win/fast/multicol/column-break-with-balancing-expected.png:
2797 * platform/chromium-win/fast/multicol/columns-shorthand-parsing-expected.png:
2798 * platform/chromium-win/fast/multicol/float-multicol-expected.png:
2799 * platform/chromium-win/fast/multicol/float-paginate-complex-expected.png:
2800 * platform/chromium-win/fast/multicol/float-paginate-expected.png:
2801 * platform/chromium-win/fast/multicol/layers-in-multicol-expected.png:
2802 * platform/chromium-win/fast/multicol/layers-split-across-columns-expected.png:
2803 * platform/chromium-win/fast/multicol/overflow-unsplittable-expected.png:
2804 * platform/chromium-win/fast/multicol/positioned-with-constrained-height-expected.png:
2805 * platform/chromium-win/fast/multicol/scrolling-overflow-expected.png:
2806 * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.png:
2807 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
2808 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.png:
2809 * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
2810 * platform/chromium-win/fast/multicol/table-vertical-align-expected.png:
2811 * platform/chromium-win/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
2812 * platform/chromium-win/fast/multicol/vertical-lr/column-rules-expected.png:
2813 * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
2814 * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png:
2815 * platform/chromium-win/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
2816 * platform/chromium-win/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
2817 * platform/chromium-win/fast/multicol/vertical-rl/column-rules-expected.png:
2818 * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
2819 * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png:
2820 * platform/chromium-win/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
2821 * platform/chromium-win/fast/overflow/003-expected.png:
2822 * platform/chromium-win/fast/overflow/005-expected.png:
2823 * platform/chromium-win/fast/overflow/007-expected.png:
2824 * platform/chromium-win/fast/overflow/008-expected.png:
2825 * platform/chromium-win/fast/overflow/float-in-relpositioned-expected.png:
2826 * platform/chromium-win/fast/overflow/image-selection-highlight-expected.png:
2827 * platform/chromium-win/fast/overflow/overflow-stacking-expected.png:
2828 * platform/chromium-win/fast/overflow/position-fixed-transform-clipping-expected.png:
2829 * platform/chromium-win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
2830 * platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
2831 * platform/chromium-win/fast/reflections/reflection-direction-expected.png:
2832 * platform/chromium-win/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
2833 * platform/chromium-win/fast/repaint/fixed-child-move-after-scroll-expected.png:
2834 * platform/chromium-win/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
2835 * platform/chromium-win/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
2836 * platform/chromium-win/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
2837 * platform/chromium-win/fast/repaint/fixed-move-after-scroll-expected.png:
2838 * platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.png:
2839 * platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.png:
2840 * platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.png:
2841 * platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.png:
2842 * platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.png:
2843 * platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.png:
2844 * platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.png:
2845 * platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.png:
2846 * platform/chromium-win/fast/repaint/overflow-scroll-body-appear-expected.png:
2847 * platform/chromium-win/fast/repaint/scroll-inside-table-cell-expected.png:
2848 * platform/chromium-win/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
2849 * platform/chromium-win/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
2850 * platform/chromium-win/fast/repaint/selection-gap-overflow-scroll-expected.png:
2851 * platform/chromium-win/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png:
2852 * platform/chromium-win/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png:
2853 * platform/chromium-win/fast/table/027-vertical-expected.png:
2854 * platform/chromium-win/fast/table/034-expected.png:
2855 * platform/chromium-win/fast/table/038-vertical-expected.png:
2856 * platform/chromium-win/fast/table/border-collapsing/002-vertical-expected.png:
2857 * platform/chromium-win/fast/table/border-collapsing/004-expected.png:
2858 * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.png:
2859 * platform/chromium-win/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
2860 * platform/chromium-win/fast/table/edge-offsets-expected.png:
2861 * platform/chromium-win/fast/table/empty-cells-expected.png:
2862 * platform/chromium-win/fast/table/frame-and-rules-expected.png:
2863 * platform/chromium-win/fast/table/overflowHidden-expected.png:
2864 * platform/chromium-win/fast/table/table-display-types-expected.png:
2865 * platform/chromium-win/fast/table/table-display-types-vertical-expected.png:
2866 * platform/chromium-win/fast/table/wide-colspan-expected.png:
2867 * platform/chromium-win/fast/table/wide-column-expected.png:
2868 * platform/chromium/TestExpectations:
2870 2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
2872 Chromium rebaseline after r119617 part 2.
2874 * fast/block/float/021-expected.txt: Added.
2875 * platform/chromium-linux-x86/fast/block/positioning/auto: Added.
2876 * platform/chromium-linux-x86/fast/block/positioning/auto/vertical-lr: Added.
2877 * platform/chromium-linux-x86/fast/block/positioning/auto/vertical-lr/007-expected.png: Added.
2878 * platform/chromium-linux-x86/fast/block/positioning/auto/vertical-rl: Added.
2879 * platform/chromium-linux-x86/fast/block/positioning/auto/vertical-rl/007-expected.png: Added.
2880 * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png:
2881 * platform/chromium-linux/fast/block/float/019-expected.png:
2882 * platform/chromium-linux/fast/block/float/021-expected.png:
2883 * platform/chromium-linux/fast/block/float/025-expected.png:
2884 * platform/chromium-linux/fast/block/float/026-expected.png:
2885 * platform/chromium-linux/fast/block/float/027-expected.png:
2886 * platform/chromium-linux/fast/block/float/028-expected.png:
2887 * platform/chromium-linux/fast/block/float/033-expected.png:
2888 * platform/chromium-linux/fast/block/float/avoidance-percent-width-strict-expected.png:
2889 * platform/chromium-linux/fast/block/float/centered-float-avoidance-complexity-expected.png:
2890 * platform/chromium-linux/fast/block/float/nested-clearance-expected.png:
2891 * platform/chromium-linux/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
2892 * platform/chromium-linux/fast/block/lineboxcontain/parsing-invalid-expected.png:
2893 * platform/chromium-linux/fast/block/margin-collapse/empty-clear-blocks-expected.png:
2894 * platform/chromium-linux/fast/block/positioning/047-expected.png:
2895 * platform/chromium-linux/fast/block/positioning/055-expected.png:
2896 * platform/chromium-linux/fast/block/positioning/auto/vertical-lr/007-expected.png:
2897 * platform/chromium-linux/fast/block/positioning/auto/vertical-rl/007-expected.png:
2898 * platform/chromium-linux/fast/block/positioning/negative-rel-position-expected.png:
2899 * platform/chromium-linux/fast/block/positioning/relative-overflow-block-expected.png:
2900 * platform/chromium-linux/fast/body-propagation/overflow/002-expected.png:
2901 * platform/chromium-linux/fast/body-propagation/overflow/002-xhtml-expected.png:
2902 * platform/chromium-linux/fast/body-propagation/overflow/003-declarative-expected.png:
2903 * platform/chromium-linux/fast/body-propagation/overflow/003-expected.png:
2904 * platform/chromium-linux/fast/body-propagation/overflow/003-xhtml-expected.png:
2905 * platform/chromium-linux/fast/body-propagation/overflow/004-declarative-expected.png:
2906 * platform/chromium-linux/fast/body-propagation/overflow/004-expected.png:
2907 * platform/chromium-linux/fast/body-propagation/overflow/004-xhtml-expected.png:
2908 * platform/chromium-linux/fast/body-propagation/overflow/007-declarative-expected.png:
2909 * platform/chromium-linux/fast/body-propagation/overflow/007-expected.png:
2910 * platform/chromium-linux/fast/body-propagation/overflow/007-xhtml-expected.png:
2911 * platform/chromium-linux/fast/borders/border-image-massive-scale-expected.png:
2912 * platform/chromium-linux/fast/borders/inline-mask-overlay-image-expected.png:
2913 * platform/chromium-linux/fast/borders/rtl-border-01-expected.png:
2914 * platform/chromium-linux/fast/borders/rtl-border-02-expected.png:
2915 * platform/chromium-linux/fast/borders/rtl-border-03-expected.png:
2916 * platform/chromium-linux/fast/canvas/canvas-bg-expected.png:
2917 * platform/chromium-linux/fast/css/005-expected.png:
2918 * platform/chromium-linux/fast/css/bidi-override-in-anonymous-block-expected.png:
2919 * platform/chromium-linux/fast/css/clip-text-in-scaled-div-expected.png:
2920 * platform/chromium-linux/fast/css/first-child-pseudo-class-expected.png:
2921 * platform/chromium-linux/fast/css/first-of-type-pseudo-class-expected.png:
2922 * platform/chromium-linux/fast/css/font_property_normal-expected.png:
2923 * platform/chromium-linux/fast/css/last-child-pseudo-class-expected.png:
2924 * platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.png:
2925 * platform/chromium-linux/fast/css/nested-floating-relative-position-percentages-expected.png:
2926 * platform/chromium-linux/fast/css/only-child-pseudo-class-expected.png:
2927 * platform/chromium-linux/fast/css/only-of-type-pseudo-class-expected.png:
2928 * platform/chromium-linux/fast/css/percentage-non-integer-expected.png:
2929 * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
2930 * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
2931 * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
2932 * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
2933 * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
2934 * platform/chromium-linux/fast/css/text-overflow-ellipsis-expected.png:
2935 * platform/chromium-linux/fast/css/text-overflow-ellipsis-strict-expected.png:
2936 * platform/chromium-linux/fast/dom/clone-node-dynamic-style-expected.png:
2937 * platform/chromium-linux/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png:
2938 * platform/chromium-linux/fast/dom/scroll-reveal-top-overflow-expected.png:
2939 * platform/chromium-linux/fast/dynamic/008-expected.png:
2940 * platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
2941 * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.png:
2942 * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.png:
2943 * platform/chromium-linux/fast/events/resize-events-expected.png:
2944 * platform/chromium-linux/fast/events/standalone-image-drag-to-editable-expected.png:
2945 * platform/chromium-linux/fast/flexbox/016-expected.png:
2946 * platform/chromium-win-vista/fast/block/positioning/auto/vertical-lr/007-expected.png: Added.
2947 * platform/chromium-win-vista/fast/block/positioning/auto/vertical-rl/007-expected.png: Added.
2948 * platform/chromium-win-xp/fast/dom/34176-expected.png:
2949 * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.png:
2950 * platform/chromium-win/fast/block/basic/truncation-rtl-expected.png:
2951 * platform/chromium-win/fast/block/float/008-expected.png:
2952 * platform/chromium-win/fast/block/float/021-expected.png:
2953 * platform/chromium-win/fast/block/float/021-expected.txt:
2954 * platform/chromium-win/fast/block/float/032-expected.png:
2955 * platform/chromium-win/fast/block/float/avoidance-percent-width-strict-expected.png:
2956 * platform/chromium-win/fast/block/float/br-with-clear-2-expected.png:
2957 * platform/chromium-win/fast/block/float/nested-clearance-expected.png:
2958 * platform/chromium-win/fast/block/margin-collapse/104-expected.png:
2959 * platform/chromium-win/fast/block/margin-collapse/empty-clear-blocks-expected.png:
2960 * platform/chromium-win/fast/block/positioning/047-expected.png:
2961 * platform/chromium-win/fast/block/positioning/auto/vertical-lr/007-expected.png:
2962 * platform/chromium-win/fast/block/positioning/auto/vertical-rl/007-expected.png:
2963 * platform/chromium-win/fast/block/positioning/negative-rel-position-expected.png:
2964 * platform/chromium-win/fast/block/positioning/relative-overflow-replaced-expected.png:
2965 * platform/chromium-win/fast/block/positioning/relative-overflow-replaced-float-expected.png:
2966 * platform/chromium-win/fast/block/positioning/vertical-lr/002-expected.png:
2967 * platform/chromium-win/fast/block/positioning/vertical-rl/002-expected.png:
2968 * platform/chromium-win/fast/borders/border-image-massive-scale-expected.png:
2969 * platform/chromium-win/fast/borders/inline-mask-overlay-image-expected.png:
2970 * platform/chromium-win/fast/borders/rtl-border-01-expected.png:
2971 * platform/chromium-win/fast/borders/rtl-border-02-expected.png:
2972 * platform/chromium-win/fast/borders/rtl-border-03-expected.png:
2973 * platform/chromium-win/fast/canvas/canvas-bg-expected.png:
2974 * platform/chromium-win/fast/clip/014-expected.png:
2975 * platform/chromium-win/fast/css/clip-text-in-scaled-div-expected.png:
2976 * platform/chromium-win/fast/css/first-of-type-pseudo-class-expected.png:
2977 * platform/chromium-win/fast/css/font_property_normal-expected.png:
2978 * platform/chromium-win/fast/css/hsl-color-expected.png:
2979 * platform/chromium-win/fast/css/last-of-type-pseudo-class-expected.png:
2980 * platform/chromium-win/fast/css/nested-floating-relative-position-percentages-expected.png:
2981 * platform/chromium-win/fast/css/only-of-type-pseudo-class-expected.png:
2982 * platform/chromium-win/fast/css/percentage-non-integer-expected.png:
2983 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
2984 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
2985 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
2986 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
2987 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
2988 * platform/chromium-win/fast/css/word-space-extra-expected.png:
2989 * platform/chromium-win/fast/dom/34176-expected.png:
2990 * platform/chromium-win/fast/dom/clone-node-dynamic-style-expected.png:
2991 * platform/chromium-win/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png:
2992 * platform/chromium-win/fast/dom/scroll-reveal-left-overflow-expected.png:
2993 * platform/chromium-win/fast/dynamic/window-resize-scrollbars-test-expected.png:
2994 * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.png:
2995 * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.png:
2996 * platform/chromium-win/fast/events/pointer-events-2-expected.png:
2997 * platform/chromium-win/fast/events/resize-events-expected.png:
2998 * platform/chromium-win/fast/events/standalone-image-drag-to-editable-expected.png:
2999 * platform/chromium-win/fast/flexbox/016-expected.png:
3000 * platform/chromium/TestExpectations:
3001 * platform/efl/fast/block/float/021-expected.txt: Removed.
3002 * platform/gtk/fast/block/float/021-expected.txt: Removed.
3004 2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
3006 Chromium rebaseline after r119617 part 1.
3008 * platform/chromium-linux-x86/compositing/geometry/horizontal-scroll-composited-expected.png:
3009 * platform/chromium-linux-x86/css2.1/20110323: Removed.
3010 * platform/chromium-linux/compositing/culling/filter-occlusion-blur-large-expected.png:
3011 * platform/chromium-linux/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
3012 * platform/chromium-linux/compositing/geometry/fixed-position-composited-page-scale-expected.png:
3013 * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
3014 * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
3015 * platform/chromium-linux/compositing/geometry/horizontal-scroll-composited-expected.png:
3016 * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
3017 * platform/chromium-linux/compositing/masks/masked-ancestor-expected.png:
3018 * platform/chromium-linux/compositing/masks/multiple-masks-expected.png:
3019 * platform/chromium-linux/compositing/masks/simple-composited-mask-expected.png:
3020 * platform/chromium-linux/compositing/overflow/fixed-position-ancestor-clip-expected.png:
3021 * platform/chromium-linux/compositing/overflow/overflow-scroll-expected.png:
3022 * platform/chromium-linux/compositing/overflow/scroll-ancestor-update-expected.png:
3023 * platform/chromium-linux/compositing/scaling: Removed.
3024 * platform/chromium-linux/css1/basic/comments-expected.png:
3025 * platform/chromium-linux/css1/box_properties/border_left_width-expected.png:
3026 * platform/chromium-linux/css1/box_properties/border_right_width-expected.png:
3027 * platform/chromium-linux/css1/box_properties/border_style-expected.png:
3028 * platform/chromium-linux/css1/box_properties/border_top_width-expected.png:
3029 * platform/chromium-linux/css1/box_properties/border_width-expected.png:
3030 * platform/chromium-linux/css1/box_properties/float_elements_in_series-expected.png:
3031 * platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.png:
3032 * platform/chromium-linux/css1/box_properties/margin-expected.png:
3033 * platform/chromium-linux/css1/box_properties/margin_inline-expected.png:
3034 * platform/chromium-linux/css1/box_properties/margin_top-expected.png:
3035 * platform/chromium-linux/css1/box_properties/padding_bottom-expected.png:
3036 * platform/chromium-linux/css1/box_properties/width-expected.png:
3037 * platform/chromium-linux/css1/color_and_background/background-expected.png:
3038 * platform/chromium-linux/css1/color_and_background/background_position-expected.png:
3039 * platform/chromium-linux/css1/font_properties/font-expected.png:
3040 * platform/chromium-linux/css1/font_properties/font_size-expected.png:
3041 * platform/chromium-linux/css1/font_properties/font_weight-expected.png:
3042 * platform/chromium-linux/css1/formatting_model/inline_elements-expected.png:
3043 * platform/chromium-linux/css1/pseudo/firstletter-expected.png:
3044 * platform/chromium-linux/css1/pseudo/firstline-expected.png:
3045 * platform/chromium-linux/css1/text_properties/letter_spacing-expected.png:
3046 * platform/chromium-linux/css1/text_properties/line_height-expected.png:
3047 * platform/chromium-linux/css1/text_properties/text_decoration-expected.png:
3048 * platform/chromium-linux/css1/text_properties/text_transform-expected.png:
3049 * platform/chromium-linux/css1/text_properties/word_spacing-expected.png:
3050 * platform/chromium-linux/css1/units/color_units-expected.png:
3051 * platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
3052 * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
3053 * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
3054 * platform/chromium-linux/css2.1/20110323/block-non-replaced-height-016-expected.png:
3055 * platform/chromium-linux/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
3056 * platform/chromium-linux/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
3057 * platform/chromium-linux/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
3058 * platform/chromium-linux/css2.1/t1202-counters-08-b-expected.png:
3059 * platform/chromium-linux/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
3060 * platform/chromium-linux/css2.1/t1508-c527-font-07-b-expected.png:
3061 * platform/chromium-linux/editing/inserting/typing-at-end-of-line-expected.png:
3062 * platform/chromium-linux/editing/selection/focus_editable_html-expected.png:
3063 * platform/chromium-linux/editing/selection/select-all-003-expected.png:
3064 * platform/chromium-linux/editing/selection/select-all-004-expected.png:
3065 * platform/chromium-mac-leopard/compositing/masks/multiple-masks-expected.png: Removed.
3066 * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
3067 * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Removed.
3068 * platform/chromium-mac-snowleopard/compositing/geometry/horizontal-scroll-composited-expected.png:
3069 * platform/chromium-mac-snowleopard/compositing/overflow/fixed-position-ancestor-clip-expected.png:
3070 * platform/chromium-mac-snowleopard/compositing/overflow/overflow-scroll-expected.png:
3071 * platform/chromium-mac-snowleopard/compositing/overflow/scroll-ancestor-update-expected.png:
3072 * platform/chromium-mac/compositing/culling/filter-occlusion-alpha-large-expected.png: Added.
3073 * platform/chromium-mac/compositing/culling/filter-occlusion-blur-large-expected.png:
3074 * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
3075 * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-expected.png:
3076 * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
3077 * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
3078 * platform/chromium-mac/compositing/geometry/horizontal-scroll-composited-expected.png:
3079 * platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png:
3080 * platform/chromium-mac/compositing/iframes/scroll-fixed-transformed-element-expected.png:
3081 * platform/chromium-mac/compositing/iframes/scroll-grandchild-iframe-expected.png: Added.
3082 * platform/chromium-mac/compositing/layer-creation/fixed-position-and-transform-expected.png: Added.
3083 * platform/chromium-mac/compositing/layer-creation/fixed-position-scroll-expected.png:
3084 * platform/chromium-mac/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
3085 * platform/chromium-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
3086 * platform/chromium-mac/compositing/overflow/overflow-scroll-expected.png:
3087 * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png:
3088 * platform/chromium-mac/compositing/scaling/tiled-layer-recursion-expected.png: Added.
3089 * platform/chromium-win-vista/compositing/geometry/horizontal-scroll-composited-expected.png:
3090 * platform/chromium-win-vista/css1/formatting_model/inline_elements-expected.png: Removed.
3091 * platform/chromium-win-vista/css1/formatting_model/replaced_elements-expected.png: Added.
3092 * platform/chromium-win-xp/compositing/geometry/horizontal-scroll-composited-expected.png:
3093 * platform/chromium-win-xp/css1/formatting_model: Removed.
3094 * platform/chromium-win-xp/css1/formatting_model/inline_elements-expected.png: Removed.
3095 * platform/chromium-win/compositing/culling/filter-occlusion-alpha-large-expected.png: Added.
3096 * platform/chromium-win/compositing/culling/filter-occlusion-blur-large-expected.png:
3097 * platform/chromium-win/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
3098 * platform/chromium-win/compositing/geometry/fixed-position-composited-page-scale-expected.png:
3099 * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
3100 * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
3101 * platform/chromium-win/compositing/geometry/horizontal-scroll-composited-expected.png:
3102 * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
3103 * platform/chromium-win/compositing/iframes/scroll-fixed-transformed-element-expected.png:
3104 * platform/chromium-win/compositing/iframes/scroll-grandchild-iframe-expected.png: Added.
3105 * platform/chromium-win/compositing/layer-creation/fixed-position-and-transform-expected.png: Added.
3106 * platform/chromium-win/compositing/layer-creation/fixed-position-scroll-expected.png:
3107 * platform/chromium-win/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
3108 * platform/chromium-win/compositing/masks/masked-ancestor-expected.png:
3109 * platform/chromium-win/compositing/masks/multiple-masks-expected.png:
3110 * platform/chromium-win/compositing/masks/simple-composited-mask-expected.png:
3111 * platform/chromium-win/compositing/overflow/fixed-position-ancestor-clip-expected.png:
3112 * platform/chromium-win/compositing/overflow/overflow-scroll-expected.png:
3113 * platform/chromium-win/compositing/overflow/scroll-ancestor-update-expected.png:
3114 * platform/chromium-win/compositing/scaling/tiled-layer-recursion-expected.png: Added.
3115 * platform/chromium-win/css1/basic/comments-expected.png:
3116 * platform/chromium-win/css1/basic/inheritance-expected.png:
3117 * platform/chromium-win/css1/box_properties/border_bottom_width-expected.png:
3118 * platform/chromium-win/css1/box_properties/border_width-expected.png:
3119 * platform/chromium-win/css1/box_properties/clear-expected.png:
3120 * platform/chromium-win/css1/box_properties/float_elements_in_series-expected.png:
3121 * platform/chromium-win/css1/box_properties/height-expected.png:
3122 * platform/chromium-win/css1/box_properties/margin_inline-expected.png:
3123 * platform/chromium-win/css1/box_properties/margin_top-expected.png:
3124 * platform/chromium-win/css1/box_properties/padding-expected.png:
3125 * platform/chromium-win/css1/box_properties/padding_bottom-expected.png:
3126 * platform/chromium-win/css1/box_properties/padding_inline-expected.png:
3127 * platform/chromium-win/css1/box_properties/padding_top-expected.png:
3128 * platform/chromium-win/css1/classification/white_space-expected.png:
3129 * platform/chromium-win/css1/color_and_background/background_attachment-expected.png:
3130 * platform/chromium-win/css1/color_and_background/background_position-expected.png:
3131 * platform/chromium-win/css1/color_and_background/background_repeat-expected.png:
3132 * platform/chromium-win/css1/conformance/forward_compatible_parsing-expected.png:
3133 * platform/chromium-win/css1/font_properties/font_weight-expected.png:
3134 * platform/chromium-win/css1/formatting_model/floating_elements-expected.png:
3135 * platform/chromium-win/css1/formatting_model/height_of_lines-expected.png:
3136 * platform/chromium-win/css1/formatting_model/replaced_elements-expected.png:
3137 * platform/chromium-win/css1/formatting_model/vertical_formatting-expected.png:
3138 * platform/chromium-win/css1/pseudo/firstline-expected.png:
3139 * platform/chromium-win/css1/pseudo/multiple_pseudo_elements-expected.png:
3140 * platform/chromium-win/css1/text_properties/text_decoration-expected.png:
3141 * platform/chromium-win/css1/text_properties/text_indent-expected.png:
3142 * platform/chromium-win/css1/text_properties/text_transform-expected.png:
3143 * platform/chromium-win/css1/units/color_units-expected.png:
3144 * platform/chromium-win/css1/units/length_units-expected.png:
3145 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
3146 * platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-007-expected.png:
3147 * platform/chromium-win/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
3148 * platform/chromium-win/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
3149 * platform/chromium-win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
3150 * platform/chromium-win/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
3151 * platform/chromium-win/css2.1/t1002-c5523-width-02-b-g-expected.png:
3152 * platform/chromium-win/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
3153 * platform/chromium-win/css2.1/t1508-c527-font-07-b-expected.png:
3154 * platform/chromium-win/editing/inserting/insert-div-023-expected.png:
3155 * platform/chromium-win/editing/selection/focus_editable_html-expected.png:
3156 * platform/chromium-win/editing/selection/select-all-003-expected.png:
3157 * platform/chromium-win/editing/selection/select-all-004-expected.png:
3158 * platform/chromium/compositing/scaling: Removed.
3159 * platform/chromium/compositing/scaling/tiled-layer-recursion-expected.png: Removed.
3161 2012-06-06 Gavin Barraclough <barraclough@apple.com>
3163 Assigning to a static property should not change iteration order
3164 https://bugs.webkit.org/show_bug.cgi?id=88401
3166 Reviewed by Geoff Garen.
3168 A specific iteration order is not defined by the spec, but test-262 somewhat tenuously
3169 requires that it is at least stable, e.g. ch10/10.4/10.4.2/S10.4.2_A1.1_T1.js
3171 Whilst it is not clear that this behavior really arises from the specification, it
3172 would seem like common sense to conform to this.
3174 The problem here is that we allow properties in the structure to shadow those in the
3175 static table, and we iterate the properties in the structure first - which means that
3176 as values of existing properties are modified, their iteration order changes too.
3178 The easy fix is to iterate the properties from the static table first. This has a
3179 further benefit, since it will mean that user added properties will come after those
3180 present in the static table (respected the expected insertion-order).
3182 * fast/js/property-iteration-expected.txt: Added.
3183 * fast/js/property-iteration.html: Added.
3184 * fast/js/script-tests/property-iteration.js: Added.
3188 2012-06-06 Tony Chang <tony@chromium.org>
3190 webkit crashes on debug builds when running IETC flexbox-ordinal-group-001.htm
3191 https://bugs.webkit.org/show_bug.cgi?id=85832
3193 Reviewed by Ojan Vafai.
3195 * platform/chromium/TestExpectations: Remove test that passes.
3196 * platform/efl/TestExpectations:
3197 * platform/gtk/TestExpectations:
3198 * platform/mac/TestExpectations:
3199 * platform/qt/TestExpectations:
3200 * platform/win/Skipped:
3202 2012-06-06 Ojan Vafai <ojan@chromium.org>
3204 Remove some magic from the -webkit-flex shorthand parsing to match the changes in the spec
3205 https://bugs.webkit.org/show_bug.cgi?id=88444
3207 Reviewed by Tony Chang.
3209 * css3/flexbox/flex-property-parsing-expected.txt:
3210 * css3/flexbox/flex-property-parsing.html:
3212 2012-06-06 Joshua Bell <jsbell@chromium.org>
3214 IndexedDB: Infinite recursion in IDBObjectStore.openCursor(key, legacy_constant)
3215 https://bugs.webkit.org/show_bug.cgi?id=88431
3217 Reviewed by Tony Chang.
3219 * storage/indexeddb/legacy-constants-expected.txt:
3220 * storage/indexeddb/resources/legacy-constants.js: Refactored and added test cases.
3222 (doChecks.doNext.request.onsuccess):
3223 (doChecks.doNext.testWithKey.request.onsuccess):
3224 (doChecks.doNext.testWithKey):
3228 2012-06-06 Joshua Bell <jsbell@chromium.org>
3230 IndexedDB: Rename IDBFactory.getDatabaseNames() to webkitGetDatabaseNames()
3231 https://bugs.webkit.org/show_bug.cgi?id=86874
3233 Reviewed by Ojan Vafai.
3235 * storage/indexeddb/factory-basics-expected.txt:
3236 * storage/indexeddb/resources/factory-basics.js:
3239 (deleteDatabaseSuccess):
3241 2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
3243 Chromium rebaseline after r119591 because it was failing with missing results.
3245 * platform/chromium-linux/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
3246 * platform/chromium-linux/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Removed.
3247 * platform/chromium-mac-leopard/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
3248 * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
3249 * platform/chromium-mac/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
3250 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
3251 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
3252 * platform/chromium-win-vista/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
3253 * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
3254 * platform/chromium-win/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
3255 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
3256 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
3257 * platform/chromium/TestExpectations:
3258 * platform/chromium/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
3260 2012-06-06 Sadrul Habib Chowdhury <sadrul@chromium.org>
3262 [WK2] fast/hidpi/device-scale-factor-paint.html crashes
3263 https://bugs.webkit.org/show_bug.cgi?id=88350
3265 Reviewed by Alexey Proskuryakov.
3267 * fast/hidpi/device-scale-factor-paint-expected.html: Renamed from LayoutTests/platform/chromium/fast/hidpi/device-scale-factor-paint-expected.html.
3268 * platform/wk2/Skipped:
3270 2012-06-06 Ilya Tikhonovsky <loislo@chromium.org>
3272 Unreviewed rebaseline for r119591.
3274 * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.png:
3275 * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
3277 2012-06-06 Julien Chaffraix <jchaffraix@webkit.org>
3279 Add support for direction on table row group with collapsing borders
3280 https://bugs.webkit.org/show_bug.cgi?id=87900
3282 Reviewed by Ojan Vafai.
3284 * fast/table/border-collapsing/first-cell-left-border-hidden-table-ltr-section-rtl-expected.html: Added.
3285 * fast/table/border-collapsing/first-cell-left-border-hidden-table-ltr-section-rtl.html: Added.
3286 * fast/table/border-collapsing/last-cell-left-border-hidden-table-ltr-section-rtl-expected.html: Added.
3287 * fast/table/border-collapsing/last-cell-left-border-hidden-table-ltr-section-rtl.html: Added.
3288 * fast/table/border-collapsing/left-border-table-ltr-section-rtl-expected.html: Added.
3289 * fast/table/border-collapsing/left-border-table-ltr-section-rtl.html: Added.
3290 * fast/table/border-collapsing/left-border-table-rtl-section-ltr-expected.html: Added.
3291 * fast/table/border-collapsing/left-border-table-rtl-section-ltr.html: Added.
3292 * fast/table/border-collapsing/left-border-table-rtl-section-rtl-expected.html: Added.
3293 * fast/table/border-collapsing/left-border-table-rtl-section-rtl.html: Added.
3294 * fast/table/border-collapsing/left-border-vertical-lr-table-ltr-section-rtl-expected.html: Added.
3295 * fast/table/border-collapsing/left-border-vertical-lr-table-ltr-section-rtl.html: Added.
3296 * fast/table/border-collapsing/left-border-vertical-lr-table-rtl-section-ltr-expected.html: Added.
3297 * fast/table/border-collapsing/left-border-vertical-lr-table-rtl-section-ltr.html: Added.
3298 * fast/table/border-collapsing/left-border-vertical-lr-table-rtl-section-rtl-expected.html: Added.
3299 * fast/table/border-collapsing/left-border-vertical-lr-table-rtl-section-rtl.html: Added.
3300 * fast/table/border-collapsing/rtl-table-left-border-hidden-expected.html: Added.
3301 * fast/table/border-collapsing/rtl-table-left-border-hidden.html: Added.
3302 * fast/table/border-collapsing/top-border-vertical-rl-table-ltr-section-rtl-expected.html: Added.
3303 * fast/table/border-collapsing/top-border-vertical-rl-table-ltr-section-rtl.html: Added.
3304 * fast/table/border-collapsing/top-border-vertical-rl-table-rtl-section-ltr-expected.html: Added.
3305 * fast/table/border-collapsing/top-border-vertical-rl-table-rtl-section-ltr.html: Added.
3306 * fast/table/border-collapsing/top-border-vertical-rl-table-rtl-section-rtl-expected.html: Added.
3307 * fast/table/border-collapsing/top-border-vertical-rl-table-rtl-section-rtl.html: Added.
3308 Most of those are test are a variation of direction on table and row group along with disabling some
3309 borders (either using 'hidden' or just disabling it by setting it to 0px).
3311 * fast/table/table-ltr-section-rtl-expected.html: Added.
3312 * fast/table/table-ltr-section-rtl.html: Added.
3313 * fast/table/table-rtl-section-ltr-expected.html: Added.
3314 * fast/table/table-rtl-section-ltr.html: Added.
3315 * fast/table/table-rtl-section-rtl-expected.html: Added.
3316 * fast/table/table-rtl-section-rtl.html: Added.
3317 Bonus as there was little testing for mixed direction + separate borders.
3319 2012-06-06 Keyar Hood <keyar@chromium.org>
3321 [Chromium] imageSmoothingEnabled should apply to patterns
3322 https://bugs.webkit.org/show_bug.cgi?id=88103
3324 Reviewed by Stephen White.
3326 Added tests for imageSmoothingEnabled flag applying to patterns.
3328 Modified the TestExpectations file as tests are failing due to the new
3329 change. It makes the pictures prettier (and it agrees with other
3330 browsers) so we have decided that the new results are to be considered
3332 * fast/canvas/canvas-imageSmoothingEnabled-patterns.html: Added.
3333 * platform/chromium-linux/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
3334 * platform/chromium-linux/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
3335 * platform/chromium/TestExpectations:
3337 2012-06-06 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
3339 [EFL][DRT] http/tests/globalhistory testcases do not pass
3340 https://bugs.webkit.org/show_bug.cgi?id=82579
3342 Reviewed by Csaba Osztrogonác.
3344 * platform/efl/Skipped: Unskip http/tests/globalhistory.
3346 2012-06-06 Ilya Tikhonovsky <loislo@chromium.org>
3348 Unreviewed update chromium test expectations.
3350 * platform/chromium/TestExpectations:
3351 css3/filters/huge-region-composited.html = CRASH : was removed
3353 2012-06-06 Sergio Villar Senin <svillar@igalia.com>
3355 Unreviewed, updated TestExpectations after several tests have been
3356 regularly passing in the 3 GTK bots for some time.
3358 * platform/gtk/TestExpectations:
3360 2012-06-06 Dominik Röttsches <dominik.rottsches@intel.com>
3362 [EFL] Turning the bot into a springtime green
3363 https://bugs.webkit.org/show_bug.cgi?id=88400
3365 Unreviewed, EFL gardening.
3367 * platform/efl/Skipped:
3368 * platform/efl/TestExpectations:
3370 2012-06-06 Andy Wingo <wingo@igalia.com>
3372 REGRESSION (r106478): None of the Paper.js JavaScript examples work
3373 https://bugs.webkit.org/show_bug.cgi?id=87158
3375 Added regression tests for functions inside eval inside a with.
3377 Reviewed by Michael Saboff.
3379 * fast/js/eval-and-with-expected.txt: Added.
3380 * fast/js/eval-and-with.html: Added.
3381 * fast/js/script-tests/eval-and-with.js: Added.
3383 2012-06-06 Zoltan Arvai <zarvai@inf.u-szeged.hu>
3385 [Qt][WK2] Unreviewed gardening. Skip modified falining test. Rebase a test.
3386 [Qt] Fix wrong skipping.
3388 * platform/qt-5.0-wk2/Skipped:
3389 * platform/qt-5.0-wk2/compositing/backing/no-backing-for-perspective-expected.txt:
3390 * platform/qt/Skipped:
3392 2012-06-05 Joe Thomas <joethomas@motorola.com>
3394 ASSERTION FAILED: ASSERT(!isPercentageIntrinsicSize) in RenderReplaced::computeIntrinsicRatioInformationForRenderBox
3395 https://bugs.webkit.org/show_bug.cgi?id=88197
3397 Reviewed by Daniel Bates.
3399 RenderSVGRoot extends RenderReplaced and it overrides the computeIntrinsicRatioInformation()
3400 method of RenderReplaced. RenderSVGRoot::computeIntrinsicRatioInformation
3401 sets isPercentageIntrinsicSize to true while it handles width and height of percentage types.
3402 So this assertion should be fired only if intrinsicRatio is non-zero.
3404 * svg/in-html/svg-assert-failure-percentage-expected.txt: Added.
3405 * svg/in-html/svg-assert-failure-percentage.html: Added.
3407 2012-06-05 Tony Chang <tony@chromium.org>
3409 Changing flexbox justify/alignment doesn't update their positioning
3410 https://bugs.webkit.org/show_bug.cgi?id=88366
3412 Reviewed by Ojan Vafai.
3414 * css3/flexbox/style-change-expected.txt: Added.
3415 * css3/flexbox/style-change.html: Added.
3417 2012-06-05 Ojan Vafai <ojan@chromium.org>
3419 Nested CSS flexbox renders incorrectly
3420 https://bugs.webkit.org/show_bug.cgi?id=87679
3422 Reviewed by Julien Chaffraix.
3424 * css3/flexbox/perpendicular-writing-modes-inside-flex-item-expected.txt: Added.
3425 * css3/flexbox/perpendicular-writing-modes-inside-flex-item.html: Added.
3427 2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
3429 Remove erroneous expected image added in r119544.
3431 * platform/chromium-mac/fast/forms/select/optgroup-rendering-expected.txt: Removed.
3433 2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
3435 Chromium rebaselines after r115091.
3437 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
3438 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Added.
3439 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
3440 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Added.
3441 * platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
3442 * platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Added.
3443 * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
3444 * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
3445 * platform/chromium/TestExpectations:
3447 2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
3449 More Chromium rebaselines after r119528 and r119512.
3451 * platform/chromium-linux/editing/selection/3690703-2-expected.png:
3452 * platform/chromium-linux/editing/selection/3690703-expected.png:
3453 * platform/chromium-linux/editing/selection/3690719-expected.png:
3454 * platform/chromium-linux/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
3456 2012-06-05 Max Feil <mfeil@rim.com>
3458 [BlackBerry] Conditionally enlarge HTML5 video controls in fullscreen mode
3459 https://bugs.webkit.org/show_bug.cgi?id=87551
3461 Reviewed by Antonio Gomes.
3463 * media/media-controls.js:
3464 (mediaControlsButtonDimensions):
3465 * platform/blackberry/media/video-controls-enlarged-fullscreen-meta-expected.txt: Added.
3466 * platform/blackberry/media/video-controls-enlarged-fullscreen-meta.html: Added.
3467 * platform/blackberry/media/video-controls-enlarged-fullscreen-nometa-expected.txt: Added.
3468 * platform/blackberry/media/video-controls-enlarged-fullscreen-nometa.html: Added.
3470 2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
3472 Stop generating image results in the tests added by r114172.
3474 Rubber-stamped by Simon Fraser.
3476 * css3/filters/huge-region-composited.html:
3477 * css3/filters/huge-region.html:
3478 * platform/chromium/TestExpectations:
3480 2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
3482 Chromium rebaselines after r118772.
3484 * platform/chromium-mac-leopard/fast/forms/select/optgroup-rendering-expected.png: Added.
3485 * platform/chromium-mac-snowleopard/fast/forms/select/optgroup-rendering-expected.png: Added.
3486 * platform/chromium-mac/fast/forms/select/optgroup-rendering-expected.png: Added.
3487 * platform/chromium-mac/fast/forms/select/optgroup-rendering-expected.txt: Added.
3488 * platform/chromium-win/fast/forms/select/optgroup-rendering-expected.png: Added.
3489 * platform/chromium-win/fast/forms/select/optgroup-rendering-expected.txt: Added.
3490 * platform/chromium/TestExpectations:
3492 2012-06-05 Levi Weintraub <leviw@chromium.org>
3494 Unreviewed. Fixing an incorrect path in lion Skipped file.
3496 * platform/mac-lion/Skipped:
3498 2012-06-05 Emil A Eklund <eae@chromium.org>
3500 Unreviewed gardening. Chromium windows test expectation updates.
3502 * platform/chromium-win/fast/sub-pixel: Added.
3503 * platform/chromium-win/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
3504 * platform/chromium/TestExpectations:
3506 2012-06-05 Levi Weintraub <leviw@chromium.org>
3508 Unreviewed gardening. More updated Chromium test expectations following 119528.
3510 * platform/chromium-linux-x86/editing/selection: Added.
3511 * platform/chromium-linux-x86/editing/selection/3690703-2-expected.png: Added.
3512 * platform/chromium-linux-x86/editing/selection/3690703-expected.png: Added.
3513 * platform/chromium-linux-x86/editing/selection/3690719-expected.png: Added.
3514 * platform/chromium-linux-x86/fast/sub-pixel: Added.
3515 * platform/chromium-linux-x86/fast/sub-pixel/selection: Added.
3516 * platform/chromium-linux-x86/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
3517 * platform/chromium-linux/fast/sub-pixel: Added.
3518 * platform/chromium-linux/fast/sub-pixel/selection: Added.
3519 * platform/chromium-linux/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
3520 * platform/chromium-mac-leopard/editing/selection/3690703-2-expected.png:
3521 * platform/chromium-mac-leopard/editing/selection/3690703-expected.png:
3522 * platform/chromium-mac-leopard/editing/selection/3690719-expected.png:
3523 * platform/chromium-mac-leopard/editing/selection/selection-button-text-expected.png:
3524 * platform/chromium-mac-leopard/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
3525 * platform/chromium-mac-leopard/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
3526 * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
3527 * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
3528 * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
3529 * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
3530 * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
3531 * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
3532 * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
3533 * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
3534 * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
3535 * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
3536 * platform/chromium-mac/editing/selection/3690703-2-expected.png:
3537 * platform/chromium-mac/editing/selection/3690703-expected.png:
3538 * platform/chromium-mac/editing/selection/3690719-expected.png:
3539 * platform/chromium-mac/editing/selection/selection-button-text-expected.png:
3540 * platform/chromium-mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
3541 * platform/chromium-mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
3542 * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
3543 * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
3544 * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
3545 * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
3546 * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
3547 * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
3548 * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
3549 * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
3550 * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
3551 * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
3552 * platform/chromium-mac/fast/sub-pixel/selection: Added.
3553 * platform/chromium-mac/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
3554 * platform/chromium-win-vista/fast/sub-pixel: Added.
3555 * platform/chromium-win-vista/fast/sub-pixel/selection: Added.
3556 * platform/chromium-win-vista/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
3557 * platform/chromium-win/editing/selection/3690703-2-expected.png:
3558 * platform/chromium-win/editing/selection/3690703-expected.png:
3559 * platform/chromium-win/editing/selection/3690719-expected.png:
3560 * platform/chromium-win/fast/sub-pixel: Added.
3561 * platform/chromium-win/fast/sub-pixel/selection: Added.
3562 * platform/chromium-win/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
3563 * platform/chromium/TestExpectations:
3565 2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
3567 Chromium rebaselines for r119523 and r119529.
3569 * platform/chromium-linux/compositing/layer-creation: Removed.
3570 * platform/chromium-mac-snowleopard/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
3571 * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
3572 * platform/chromium-mac/compositing/iframes/scroll-fixed-transformed-element-expected.png: Added.
3573 * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
3574 * platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt:
3575 * platform/chromium-win/compositing/iframes/scroll-fixed-transformed-element-expected.png: Added.
3576 * platform/chromium-win/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
3578 2012-06-05 Levi Weintraub <leviw@chromium.org>
3580 Fixing two leopard-specific baselines following r119528.
3582 * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-expected.png:
3583 * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
3585 2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
3587 Fix Chromium test expectations.
3589 * platform/chromium/TestExpectations:
3591 2012-06-05 Simon Fraser <simon.fraser@apple.com>
3593 Avoid creating compositing layers for preserve-3d without transformed descendants
3594 https://bugs.webkit.org/show_bug.cgi?id=88115
3596 Reviewed by Antti Koivisto.
3598 * compositing/backing/no-backing-for-perspective-expected.txt:
3599 * compositing/backing/no-backing-for-perspective.html: Change the transform to be non-affine so that
3600 we keep making layers for perspective.
3601 * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
3602 * compositing/layer-creation/no-compositing-for-preserve-3d.html: Copied from LayoutTests/compositing/backing/no-backing-for-perspective.html.
3604 2012-06-05 Levi Weintraub <leviw@chromium.org>
3606 Block selection gaps painted not properly pixel snapped
3607 https://bugs.webkit.org/show_bug.cgi?id=88000
3609 Reviewed by Ryosuke Niwa.
3611 One new selection test and updated snowleopard expectations for a handful that improved.
3613 Note: a couple of the RTL results appear worse, but sadly are only returning to our old pre-sub-pixel results.
3615 * fast/sub-pixel/selection: Added.
3616 * fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.txt: Added.
3617 * fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html: Added.
3618 * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
3619 * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
3620 * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
3621 * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
3622 * platform/chromium-mac-snowleopard/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
3623 * platform/chromium-mac-snowleopard/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
3624 * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
3625 * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
3626 * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
3627 * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
3628 * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
3629 * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
3630 * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
3631 * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
3632 * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
3633 * platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
3634 * platform/chromium-mac-snowleopard/fast/sub-pixel: Added.
3635 * platform/chromium-mac-snowleopard/fast/sub-pixel/selection: Added.
3636 * platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
3637 * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.png:
3638 * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
3639 * platform/chromium/TestExpectations:
3640 * platform/efl/Skipped:
3641 * platform/gtk-wk2/Skipped:
3642 * platform/mac-lion/Skipped:
3643 * platform/mac-snowleopard/Skipped:
3644 * platform/mac-wk2/Skipped:
3645 * platform/mac/Skipped:
3646 * platform/qt-4.8/Skipped:
3647 * platform/qt/Skipped:
3648 * platform/win-wk2/Skipped:
3649 * platform/win-xp/Skipped:
3650 * platform/win/Skipped:
3651 * platform/wincairo/Skipped:
3652 * platform/wk2/Skipped:
3654 2012-06-05 Adam Barth <abarth@webkit.org>
3656 Remove support for target-densitydpi in the viewport meta tag
3657 https://bugs.webkit.org/show_bug.cgi?id=88047
3659 Reviewed by Kenneth Rohde Christiansen.
3661 These tests are no longer needed because they're testing a feature we
3664 * fast/viewport/viewport-133-expected.txt: Removed.
3665 * fast/viewport/viewport-133.html: Removed.
3666 * fast/viewport/viewport-92-expected.txt: Removed.
3667 * fast/viewport/viewport-92.html: Removed.
3668 * fast/viewport/viewport-93-expected.txt: Removed.
3669 * fast/viewport/viewport-93.html: Removed.
3670 * fast/viewport/viewport-94-expected.txt: Removed.
3671 * fast/viewport/viewport-94.html: Removed.
3672 * fast/viewport/viewport-95-expected.txt: Removed.
3673 * fast/viewport/viewport-95.html: Removed.
3674 * fast/viewport/viewport-96-expected.txt: Removed.
3675 * fast/viewport/viewport-96.html: Removed.
3677 2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
3679 Fix Chromium test expectations.
3681 * platform/chromium/TestExpectations:
3683 2012-06-05 Emil A Eklund <eae@chromium.org>
3685 Unreviewed chromium mac rebaseline for float-containing-block-with-margin.
3687 * platform/chromium-mac-leopard/fast/sub-pixel: Added.
3688 * platform/chromium-mac-leopard/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
3689 * platform/chromium-mac/fast/sub-pixel/float-containing-block-with-margin-expected.png:
3691 2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
3693 Add Chromium test failure expectations per Skia roll:
3694 http://src.chromium.org/viewvc/chrome?view=rev&revision=140580
3696 * platform/chromium/TestExpectations:
3698 2012-06-05 Tim Horton <timothy_horton@apple.com>
3700 Assertion failure on mac-lion-wk2 in fast/hidpi/device-scale-factor-paint.html
3701 https://bugs.webkit.org/show_bug.cgi?id=88356
3703 Unreviewed, remove incorrect baselines and skip test on Mac.
3705 * platform/mac/Skipped:
3706 * platform/mac/fast/hidpi/device-scale-factor-paint-expected.png: Removed.
3707 * platform/mac/fast/hidpi/device-scale-factor-paint-expected.txt: Removed.
3709 2012-06-05 Erik Arvidsson <arv@chromium.org>
3711 [V8] Improve variable resolution order on window
3712 https://bugs.webkit.org/show_bug.cgi?id=84247
3714 Reviewed by Ojan Vafai.
3716 This changes the V8 flag to turn on es52_globals and updates the layout tests to reflect the fixed behavior.
3718 * fast/dom/Window/window-property-shadowing-name-expected.txt: The expectation is now reversed.
3719 * fast/dom/Window/window-property-shadowing-name.html: JSC fails so this test says fail. Bug 75575 tracks JSC.
3720 * fast/dom/Window/window-property-shadowing-onclick-expected.txt: Added.
3721 * fast/dom/Window/window-property-shadowing-onclick.html: Added.
3722 * platform/chromium/fast/dom/Window/window-property-shadowing-name-expected.txt: Copied from LayoutTests/fast/dom/Window/window-property-shadowing-name-expected.txt.
3723 * platform/chromium/fast/dom/Window/window-property-shadowing-onclick-expected.txt: Added.
3725 2012-06-05 Emil A Eklund <eae@chromium.org>
3727 Change fast/sub-pixel/float-containing-block-with-margin.html to pixel test
3728 https://bugs.webkit.org/show_bug.cgi?id=88351
3730 Reviewed by Levi Weintraub.
3732 Change fast/sub-pixel/float-containing-block-with-margin.html to pixel
3733 test to allow for platform differences as the default styling makes it
3734 very hard to use a reftests for this.
3736 * fast/sub-pixel/float-containing-block-with-margin-expected.html: Removed.
3737 * fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
3738 * fast/sub-pixel/float-containing-block-with-margin-expected.txt: Added.
3739 * fast/sub-pixel/float-containing-block-with-margin.html:
3740 * platform/chromium-mac/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
3741 * platform/chromium/TestExpectations:
3743 2012-06-05 Levi Weintraub <leviw@chromium.org>
3745 Unreviewed gardening. Fixing improper text expectation following r119503.
3747 * platform/chromium-mac/fast/line-grid/line-align-left-edges-expected.txt: Removed.
3748 * platform/chromium-win/fast/line-grid/line-align-left-edges-expected.txt: Removed.
3749 * platform/chromium/fast/line-grid: Added.
3750 * platform/chromium/fast/line-grid/line-align-left-edges-expected.txt: Added.
3752 2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
3754 Chromium rebaseline per Chromium r140536.
3756 * platform/chromium-linux-x86/http/tests/media: Added.
3757 * platform/chromium-linux-x86/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
3758 * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
3759 * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
3760 * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
3761 * platform/chromium-win-vista/http/tests/media: Added.
3762 * platform/chromium-win-vista/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
3763 * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
3765 2012-06-01 Ojan Vafai <ojan@chromium.org>
3767 Change overrideSizes to be content-box instead of border-box
3768 https://bugs.webkit.org/show_bug.cgi?id=88116
3770 Reviewed by Tony Chang.
3772 * fast/table/padding-height-and-override-height-expected.txt:
3773 * fast/table/padding-height-and-override-height.html:
3774 Tests the change in RenderBox::availableLogicalHeightUsing to correctly subtract the
3775 borderAndPaddingLogicalHeight instead of the borderAndPaddingLogicalWidth.
3776 * platform/chromium-linux/tables/mozilla/bugs/bug131020-expected.png:
3777 * platform/chromium-win/tables/mozilla/bugs/bug131020-expected.txt:
3778 The new results are more correct. The table cell had 2px too much padding-top and padding-bottom before.
3780 2012-06-05 Tim Horton <timothy_horton@apple.com>
3782 http/tests/media/remove-while-loading.html times out on mac-lion-wk2
3783 https://bugs.webkit.org/show_bug.cgi?id=88348
3785 Unreviewed skip of this test for greenness.
3787 * platform/mac-wk2/Skipped:
3789 2012-06-05 Levi Weintraub <leviw@chromium.org>
3791 Unreviewed gardening. Updating test expectations after r119456.
3793 * fast/line-grid/line-grid-contains-value-expected.txt: Added.
3794 * platform/chromium-mac-leopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
3795 * platform/chromium-mac-leopard/fast/forms/001-expected.png:
3796 * platform/chromium-mac-leopard/fast/inline/inline-box-background-expected.png:
3797 * platform/chromium-mac-leopard/fast/inline/inline-box-background-long-image-expected.png:
3798 * platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-x-expected.png:
3799 * platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-y-expected.png:
3800 * platform/chromium-mac-leopard/fast/replaced/width100percent-checkbox-expected.png:
3801 * platform/chromium-mac-leopard/fast/replaced/width100percent-radio-expected.png:
3802 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.png:
3803 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:
3804 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
3805 * platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
3806 * platform/chromium-mac-snowleopard/fast/inline/inline-box-background-expected.png:
3807 * platform/chromium-mac-snowleopard/fast/inline/inline-box-background-long-image-expected.png:
3808 * platform/chromium-mac-snowleopard/fast/inline/inline-box-background-repeat-x-expected.png:
3809 * platform/chromium-mac-snowleopard/fast/inline/inline-box-background-repeat-y-expected.png:
3810 * platform/chromium-mac-snowleopard/fast/replaced/width100percent-checkbox-expected.png:
3811 * platform/chromium-mac-snowleopard/fast/replaced/width100percent-radio-expected.png:
3812 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
3813 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
3814 * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
3815 * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
3816 * platform/chromium-mac/fast/forms/001-expected.png:
3817 * platform/chromium-mac/fast/forms/001-expected.txt:
3818 * platform/chromium-mac/fast/inline/inline-box-background-expected.png:
3819 * platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.png:
3820 * platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.png:
3821 * platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.png:
3822 * platform/chromium-mac/fast/line-grid/line-align-left-edges-expected.png:
3823 * platform/chromium-mac/fast/line-grid/line-align-left-edges-expected.txt: Added.
3824 * platform/chromium-mac/fast/line-grid/line-grid-contains-value-expected.txt: Added.
3825 * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png:
3826 * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.txt:
3827 * platform/chromium-mac/fast/replaced/width100percent-radio-expected.png:
3828 * platform/chromium-mac/fast/replaced/width100percent-radio-expected.txt:
3829 * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
3830 * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
3831 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
3832 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt:
3833 * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
3834 * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
3835 * platform/chromium-win/fast/line-grid/line-align-left-edges-expected.png:
3836 * platform/chromium-win/fast/line-grid/line-align-left-edges-expected.txt: Added.
3837 * platform/chromium-win/fast/line-grid/line-grid-contains-value-expected.png:
3838 * platform/chromium/TestExpectations:
3839 * platform/chromium/fast/line-grid: Removed.
3840 * platform/chromium/fast/line-grid/line-align-left-edges-expected.txt: Removed.
3841 * platform/efl/fast/line-grid/line-grid-contains-value-expected.txt: Removed.
3842 * platform/gtk/fast/line-grid/line-grid-contains-value-expected.txt: Removed.
3844 2012-06-05 Douglas Stockwell <dstockwell@chromium.org>
3846 Crash when modifying fixed-position elements in a detached frame
3847 https://bugs.webkit.org/show_bug.cgi?id=88288
3849 Reviewed by James Robinson.
3851 * fast/block/positioning/fixed-position-detached-frame-expected.txt: Added.
3852 * fast/block/positioning/fixed-position-detached-frame.html: Added.
3854 2012-06-05 Alexei Filippov <alexeif@chromium.org>
3856 Web Inspector: serialize edge counts instead of indexes in heap snapshot
3857 https://bugs.webkit.org/show_bug.cgi?id=88324
3859 The serialized node structure currently holds an index
3860 of its first containment edge in the edges array.
3861 The index can be quite big (up to 7 digits for large snapshots).
3862 The patch changes the serialization format to pass
3863 node containment edge count instead. For most nodes the count
3864 is just a single digit number.
3865 This reduces serialized snapshot size and therefore its transfer time.
3867 Reviewed by Yury Semikhatsky.
3869 * inspector/profiler/heap-snapshot-expected.txt:
3870 * inspector/profiler/heap-snapshot-test.js:
3871 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject):
3872 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
3873 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockWithDOM):
3874 (initialize_HeapSnapshotTest.):
3875 * inspector/profiler/heap-snapshot.html:
3877 2012-06-05 Arpita Bahuguna <arpitabahuguna@gmail.com>
3879 CSS 2.1 failure: border-conflict-element-021a
3880 https://bugs.webkit.org/show_bug.cgi?id=86885
3882 Reviewed by Julien Chaffraix.
3884 * css2.1/20110323/border-conflict-element-021a-expected.html: Added.
3885 * css2.1/20110323/border-conflict-element-021a.htm: Added.
3886 Added ref test under the css2.1 test-suite for border-conflict-element-021a.
3888 * fast/table/border-collapsing/adjacent-row-groups-expected.html: Added.
3889 * fast/table/border-collapsing/adjacent-row-groups.html: Added.
3890 Added ref test for verifying 'border-collapse: collapse' table rendering when two
3891 adjacent table row-groups have the same border-width and the same border-style. In
3892 such a case the color of the border from the top-most table row-group wins.
3894 * fast/table/border-collapsing/adjacent-row-groups-multi.html: Added.
3895 * fast/table/border-collapsing/adjacent-row-groups-multi-expected.html: Added.
3896 Additional ref test added for verifying 'border-collapse: collapse' table rendering
3897 for adjacent table row-groups when more than one table headers and/or footers are specified.
3899 2012-06-05 Ilya Tikhonovsky <loislo@chromium.org>
3901 Chromium unreviewed sheriffing: enable blob tests that are passing since r119454.
3903 * platform/chromium/TestExpectations:
3904 fast/filesystem/file-writer-gc-blob.html
3905 fast/filesystem/workers/file-writer-sync-truncate-extend.html
3906 fast/filesystem/workers/file-writer-gc-blob.html
3908 2012-06-05 Sheriff Bot <webkit.review.bot@gmail.com>
3910 Unreviewed, rolling out r119467, r119471, and r119476.
3911 http://trac.webkit.org/changeset/119467
3912 http://trac.webkit.org/changeset/119471
3913 http://trac.webkit.org/changeset/119476
3914 https://bugs.webkit.org/show_bug.cgi?id=88332
3916 it broke chromium-mac static initializers test.\ (Requested by
3919 * platform/chromium-mac/css3/font-feature-settings-rendering-expected.png: Removed.
3920 * platform/chromium-mac/css3/font-feature-settings-rendering-expected.txt: Removed.
3921 * platform/chromium/TestExpectations:
3923 2012-06-05 Rob Buis <rwlbuis@webkit.org>
3925 Hit ASSERT when editing attribute value in Element in SVG Document
3926 https://bugs.webkit.org/show_bug.cgi?id=88179
3928 Reviewed by Pavel Feldman.
3930 Test setting attribute on non HTML element.
3932 * inspector/elements/set-attribute-non-html-expected.txt: Added.
3933 * inspector/elements/set-attribute-non-html.svg: Added.
3935 2012-06-05 Dongwoo Im <dw.im@samsung.com>
3937 Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
3938 https://bugs.webkit.org/show_bug.cgi?id=73176
3940 Reviewed by Adam Barth.
3942 Two more APIs are added in Custom Scheme Handler specification.
3943 http://dev.w3.org/html5/spec/Overview.html#custom-handlers
3944 One is 'isProtocolHandlerRegistered' to query whether the specific URL
3945 is registered or not.
3946 The other is 'unregisterProtocolHandler' to remove the registered URL.
3948 * fast/dom/unregister-protocol-handler-expected.txt: Added.
3949 * fast/dom/unregister-protocol-handler.html: Added.
3951 2012-06-05 MORITA Hajime <morrita@google.com>
3953 https://bugs.webkit.org/show_bug.cgi?id=88029
3954 content-element-api.html and shadow-element.html depend on V8.
3956 Reviewed by Kentaro Hara.
3958 Replaced typeof checking with comparison.
3960 * fast/dom/shadow/content-element-api.html:
3961 * fast/dom/shadow/shadow-element.html:
3963 2012-06-04 Kinuko Yasuda <kinuko@chromium.org>
3965 Chromium tests: "Add support for the Blob constructor" [r115582] regressed blob layout tests
3966 https://bugs.webkit.org/show_bug.cgi?id=85174
3968 Reviewed by Kentaro Hara.
3970 Changing blob-constructor.html label from CRASH to TEXT.
3972 * platform/chromium/TestExpectations:
3974 2012-06-05 Kenichi Ishibashi <bashi@chromium.org>
3976 [Chromium] Unreviewed test expectations update
3978 * platform/chromium/TestExpectations:
3980 2012-06-05 Alexander Pavlov <apavlov@chromium.org>
3982 Unreviewed, build fix after r119469.
3984 * inspector/styles/lazy-computed-style-expected.txt:
3985 * inspector/styles/styles-computed-trace-expected.txt:
3987 2012-06-05 Alexander Pavlov <apavlov@chromium.org>
3989 Web Inspector: "-webkit"-prefixed properties are considered inherited in the Computed Style pane
3990 https://bugs.webkit.org/show_bug.cgi?id=88257
3992 Reviewed by Pavel Feldman.
3994 * inspector/elements/elements-panel-styles-expected.txt:
3995 * inspector/elements/elements-panel-styles.html:
3997 2012-06-05 Kenichi Ishibashi <bashi@chromium.org>
3999 [Chromium] Implement font shaping with font-feature-settings on Mac
4000 https://bugs.webkit.org/show_bug.cgi?id=69826
4002 Reviewed by Tony Chang.
4004 Added the expectation for sss3/font-feature-settings-rendering.html.
4006 * platform/chromium-mac/css3/font-feature-settings-rendering-expected.png: Added.
4007 * platform/chromium-mac/css3/font-feature-settings-rendering-expected.txt: Added.
4008 * platform/chromium/TestExpectations: Removed css3/font-feature-settings-rendering.html.
4010 2012-06-05 Li Yin <li.yin@intel.com>
4012 IETC: FileList.item(-1) should return null instead of raising
4013 https://bugs.webkit.org/show_bug.cgi?id=77899