Update ReadMe.md
[qtwebkit.git] / LayoutTests / ChangeLog-2011-06-04
blob810dd1b9c4e39146b1609be8e0a9241436ab2139
1 2011-06-04  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
3         Reviewed by Andreas Kling.
5         [Qt] Enable passing File API tests
6         https://bugs.webkit.org/show_bug.cgi?id=62020
8         File API has been enabled for QtWebKit in r74115,
9         let's also enable the passing related tests.
11         * platform/qt/Skipped:
13 2011-06-04  Alexey Proskuryakov  <ap@apple.com>
15         Reviewed by Darin Adler.
17         Input value sanitization for text fields is incorrect
18         https://bugs.webkit.org/show_bug.cgi?id=62061
19         <rdar://problem/9553273>
21         * fast/forms/input-value-sanitization-expected.txt:
22         * fast/forms/input-value-sanitization.html:
23         * fast/forms/paste-multiline-text-input.html:
24         * fast/forms/script-tests/input-value-sanitization.js: Removed.
26 2011-06-04  Jeffrey Pfau  <jpfau@apple.com>
28         Reviewed by Beth Dakin.
30         Crash in WebCore::RenderMathMLSubSup::baselinePosition()
31         https://bugs.webkit.org/show_bug.cgi?id=57897
33         Added simple test that hits the relevant code.
35         * mathml/msubsup-remove-children-expected.txt: Added.
36         * mathml/msubsup-remove-children.xhtml: Added.
38 2011-06-03  Vangelis Kokkevis  <vangelis@chromium.org>
40         Unreviewed. Fixes test expectatations.
42         [chromium] Fixing redefinitions of test_expectations entries
43         for chrome gpu tests.
45         * platform/chromium/test_expectations.txt:
47 2011-06-03  James Robinson  <jamesr@chromium.org>
49         [chromium] Mark GPU-only expectations as GPU.
51         * platform/chromium/test_expectations.txt:
53 2011-06-03  Andrew Scherkus  <scherkus@chromium.org>
55         Unreviewed, rebaselining Chromium GPU media pixel results after Chromium commit 87830.
57         * platform/chromium-gpu-linux/media/controls-after-reload-expected.png:
58         * platform/chromium-gpu-linux/media/controls-strict-expected.png:
59         * platform/chromium-gpu-linux/media/controls-styling-expected.png:
60         * platform/chromium-gpu-linux/media/controls-without-preload-expected.png:
61         * platform/chromium-gpu-linux/media/video-aspect-ratio-expected.png:
62         * platform/chromium-gpu-linux/media/video-canvas-alpha-expected.png:
63         * platform/chromium-gpu-linux/media/video-display-toggle-expected.png:
64         * platform/chromium-gpu-linux/media/video-layer-crash-expected.png:
65         * platform/chromium-gpu-linux/media/video-no-audio-expected.png:
66         * platform/chromium-gpu-linux/media/video-transformed-expected.png:
67         * platform/chromium-gpu-linux/media/video-volume-slider-expected.png:
68         * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png:
69         * platform/chromium-gpu-mac/media/controls-after-reload-expected.png:
70         * platform/chromium-gpu-mac/media/controls-strict-expected.png:
71         * platform/chromium-gpu-mac/media/controls-styling-expected.png:
72         * platform/chromium-gpu-mac/media/controls-without-preload-expected.png:
73         * platform/chromium-gpu-mac/media/video-aspect-ratio-expected.png:
74         * platform/chromium-gpu-mac/media/video-display-toggle-expected.png:
75         * platform/chromium-gpu-mac/media/video-layer-crash-expected.png:
76         * platform/chromium-gpu-mac/media/video-no-audio-expected.png:
77         * platform/chromium-gpu-mac/media/video-transformed-expected.png:
78         * platform/chromium-gpu-mac/media/video-volume-slider-expected.png:
79         * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png:
80         * platform/chromium-gpu-win/media/controls-after-reload-expected.png:
81         * platform/chromium-gpu-win/media/controls-strict-expected.png:
82         * platform/chromium-gpu-win/media/controls-styling-expected.png:
83         * platform/chromium-gpu-win/media/controls-without-preload-expected.png:
84         * platform/chromium-gpu-win/media/video-aspect-ratio-expected.png:
85         * platform/chromium-gpu-win/media/video-canvas-alpha-expected.png:
86         * platform/chromium-gpu-win/media/video-display-toggle-expected.png:
87         * platform/chromium-gpu-win/media/video-layer-crash-expected.png:
88         * platform/chromium-gpu-win/media/video-no-audio-expected.png:
89         * platform/chromium-gpu-win/media/video-transformed-expected.png:
90         * platform/chromium-gpu-win/media/video-volume-slider-expected.png:
91         * platform/chromium-gpu-win/media/video-zoom-controls-expected.png:
93 2011-06-03  Dirk Pranke  <dpranke@chromium.org>
95         Unreviewed, merge in downstream lines from Chromium as part of
96         landing the fix for bug 61888.
98         * platform/chromium/test_expectations.txt:
100 2011-06-03  Adam Barth  <abarth@webkit.org>
102         Reviewed by Eric Seidel.
104         DOMWindow::setLocation doesn't understand that DOMWindow can be inactive
105         https://bugs.webkit.org/show_bug.cgi?id=62057
107         Test that some esoteric combination of eval, load, and Location don't
108         do something goofy.
110         * http/tests/security/xss-DENIED-contentWindow-eval-expected.txt: Added.
111         * http/tests/security/xss-DENIED-contentWindow-eval.html: Added.
113 2011-06-03  James Simonsen  <simonjam@chromium.org>
115         [Chromium] Unreviewed, baseline for full-screen-placeholder. More flakiness for svg/zoom and navigator.
117         * platform/chromium-win/fullscreen/full-screen-placeholder-expected.txt: Added.
118         * platform/chromium/test_expectations.txt:
120 2011-05-31  Martin Robinson  <mrobinson@igalia.com>
122         Reviewed by Ryosuke Niwa.
124         [GTK] Support smart replace for the pasteboard
125         https://bugs.webkit.org/show_bug.cgi?id=61734
127         Unskip tests which are now passing and update results for other tests
128         which vary depending on smart replace support.
130         * platform/gtk/Skipped: Unskip tests which are now passing.
131         * platform/gtk/editing/deleting/smart-delete-003-expected.txt:
132         * platform/gtk/editing/deleting/smart-delete-004-expected.txt:
133         * platform/gtk/editing/pasteboard/4944770-2-expected.txt:
134         * platform/gtk/editing/pasteboard/drag-drop-modifies-page-expected.txt:
135         * platform/gtk/editing/pasteboard/smart-paste-007-expected.txt:
136         * platform/gtk/editing/pasteboard/smart-paste-008-expected.txt:
137         * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt:
138         * platform/gtk/fast/lists/drag-into-marker-expected.txt:
140 2011-06-03  Martin Robinson  <mrobinson@igalia.com>
142         Reviewed by Dimitri Glazkov.
144         Teach Gtk build about window.internals
145         https://bugs.webkit.org/show_bug.cgi?id=61071
147         * platform/gtk/Skipped: Unskip the one new window.internals test.
149 2011-06-03  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
151         Reviewed by Antonio Gomes.
153         [Qt] Enable ArrayBuffer passing tests as ArrayBuffer is enabled by default
154         https://bugs.webkit.org/show_bug.cgi?id=62025
156         * platform/qt/Skipped:
158 2011-06-03  Andrew Scherkus  <scherkus@chromium.org>
160         Unreviewed, updating media/video-display-aspect-ratio.html expectations for Chromium.
162         * platform/chromium/test_expectations.txt:
164 2011-06-03  Andrew Scherkus  <scherkus@chromium.org>
166         Unreviewed, adding Ogg Theora version of media/content/test-par-16-9.mp4.
168         * media/content/test-par-16-9.ogv: Added.
170 2011-06-03  Dirk Pranke  <dpranke@chromium.org>
172         Unreviewed, expectations change. Fix conflict in expectations.
174         * platform/chromium/test_expectations.txt:
176 2011-06-01  Jer Noble  <jer.noble@apple.com>
178         Reviewed by Simon Fraser.
180         Flash of broken page when exiting full screen at jerryseinfeld.com
181         https://bugs.webkit.org/show_bug.cgi?id=61897
182         <rdar://problem/9522985>
184         * fullscreen/full-screen-placeholder-expected.txt: Added.
185         * fullscreen/full-screen-placeholder.html: Added.
187 2011-06-03  Robert Kroeger  <rjkroege@chromium.org>
189         Reviewed by Adam Barth.
191         Removed test_expectations failure entry for BUGCR36415 as is fixed
192         with patch in https://bugs.webkit.org/show_bug.cgi?id=62016
194         * platform/chromium/test_expectations.txt:
196 2011-06-03  James Simonsen  <simonjam@chromium.org>
198         [Chromium] Unreviewed, pixel baselines for selectlist-minsize.html.
200         * platform/chromium-linux/fast/forms/selectlist-minsize-expected.png: Added.
201         * platform/chromium-linux/fast/forms/selectlist-minsize-expected.txt: Added.
202         * platform/chromium-mac/fast/forms/selectlist-minsize-expected.png: Added.
203         * platform/chromium-win/fast/forms/selectlist-minsize-expected.png: Added.
204         * platform/chromium-win/fast/forms/selectlist-minsize-expected.txt: Added.
206 2011-06-03  Doreen Jiang  <doreen.jiang@nokia.com>
208         Reviewed by Benjamin Poulain.
210         [Qt]The minimum size of the select menu list is incorrect for qtwebkit
211         https://bugs.webkit.org/show_bug.cgi?id=56752
213         The test is to get the render tree of select menu lists with varying widths based on content.
214         Some select list based tests are rebaselined because minimum width of RenderMenuList changes
215         based on the content with this fix.
217         * fast/forms/selectlist-minsize.html: Added.
218         * platform/mac/fast/forms/selectlist-minsize-expected.txt: Added.
219         * platform/qt/editing/pasteboard/4641033-expected.txt:
220         * platform/qt/editing/pasteboard/4944770-1-expected.txt:
221         * platform/qt/editing/pasteboard/4944770-2-expected.txt:
222         * platform/qt/editing/selection/caret-before-select-expected.txt:
223         * platform/qt/fast/forms/003-expected.txt:
224         * platform/qt/fast/forms/004-expected.txt:
225         * platform/qt/fast/forms/HTMLOptionElement_label06-expected.txt:
226         * platform/qt/fast/forms/HTMLOptionElement_label07-expected.txt:
227         * platform/qt/fast/forms/basic-selects-expected.txt:
228         * platform/qt/fast/forms/menulist-deselect-update-expected.txt:
229         * platform/qt/fast/forms/menulist-separator-painting-expected.txt:
230         * platform/qt/fast/forms/menulist-style-color-expected.txt:
231         * platform/qt/fast/forms/option-script-expected.txt:
232         * platform/qt/fast/forms/select-background-none-expected.txt:
233         * platform/qt/fast/forms/select-baseline-expected.txt:
234         * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.txt:
235         * platform/qt/fast/forms/select-empty-option-height-expected.txt:
236         * platform/qt/fast/forms/select-size-expected.txt:
237         * platform/qt/fast/forms/select-style-expected.txt:
238         * platform/qt/fast/forms/selectlist-minsize-expected.txt: Added.
239         * platform/qt/fast/invalid/014-expected.txt:
240         * platform/qt/fast/replaced/replaced-breaking-expected.txt:
241         * platform/qt/fast/replaced/replaced-breaking-mixture-expected.txt:
242         * platform/qt/fast/replaced/three-selects-break-expected.txt:
243         * platform/qt/tables/mozilla/bugs/bug29326-expected.txt:
244         * platform/qt/tables/mozilla/core/margins-expected.txt:
246 2011-06-03  Marcus Bulach  <bulach@chromium.org>
248         Reviewed by Unreviewed rebaseline.
250         [chromium] Rebaseline following r88020
251         https://bugs.webkit.org/show_bug.cgi?id=62028
253         * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
255 2011-06-02  Dimitri Glazkov  <dglazkov@chromium.org>
257         Reviewed by Darin Adler.
259         Prevent event dispatch for events with related target when host is the target.
260         https://bugs.webkit.org/show_bug.cgi?id=61979
262         * fast/events/shadow-boundary-crossing-expected.txt: Added test.
263         * fast/events/shadow-boundary-crossing.html: Added expectations.
265 2011-06-03  Mario Sanchez Prada  <msanchez@igalia.com>
267         Unreviewed, new baselines for GTK after r88007 and r8009.
269         * platform/gtk/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Added.
270         * platform/gtk/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: Added.
271         * platform/gtk/svg/as-object/object-box-sizing-no-width-height-expected.png: Added.
272         * platform/gtk/svg/as-object/object-box-sizing-no-width-height-expected.txt: Added.
273         * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Added.
274         * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
276 2011-06-03  Mario Sanchez Prada  <msanchez@igalia.com>
278         Unreviewed, new baselines for GTK after r88011.
280         * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png: Added.
281         * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt: Added.
282         * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-expected.png: Added.
283         * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt: Added.
284         * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png: Added.
285         * platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt: Added.
287 2011-06-03  Mario Sanchez Prada  <msanchez@igalia.com>
289         Unreviewed, tests rebaselines for GTK after r88011.
291         * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt:
292         * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-height-expected.png: Added.
293         * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
294         * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png: Added.
295         * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
296         * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-expected.png: Added.
297         * platform/gtk/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
298         * platform/gtk/fast/frames/flattening/iframe-flattening-offscreen-expected.png: Added.
299         * platform/gtk/fast/frames/flattening/iframe-flattening-simple-expected.txt:
300         * platform/gtk/fast/frames/flattening/iframe-flattening-simple-expected.png: Added.
302 2011-06-03  Rob Buis  <rbuis@rim.com>
304         Reviewed by Nikolas Zimmermann.
306         Creating <animateMotion> elements via javascript do not execute
307         https://bugs.webkit.org/show_bug.cgi?id=34301
309         Update test results.
311         * fast/dom/Window/window-properties-expected.txt:
312         * fast/dom/Window/window-property-descriptors-expected.txt:
313         * fast/dom/prototype-inheritance-2-expected.txt:
314         * fast/dom/prototype-inheritance-expected.txt:
315         * fast/js/global-constructors-expected.txt:
316         * svg/custom/global-constructors-expected.txt:
318 2011-06-03  Marcus Bulach  <bulach@chromium.org>
320         Reviewed by Unreviewed rebaseline.
322         [chromium] Rebaseline following r88007-88008
323         https://bugs.webkit.org/show_bug.cgi?id=62018
325         * platform/chromium-linux-x86/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Added.
326         * platform/chromium-linux-x86/svg/as-object/object-box-sizing-no-width-height-expected.png: Added.
327         * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Added.
328         * platform/chromium-linux/svg/as-object/object-box-sizing-no-width-height-expected.png: Added.
329         * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Added.
330         * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: Added.
331         * platform/chromium-win/svg/as-object/object-box-sizing-no-width-height-expected.png: Added.
332         * platform/chromium-win/svg/as-object/object-box-sizing-no-width-height-expected.txt: Added.
333         * platform/chromium/test_expectations.txt:
335 2011-06-03  Yael Aharon  <yael.aharon@nokia.com>
337         Reviewed by Kenneth Rohde Christiansen.
339         Frame flattening is broken with nested frames
340         https://bugs.webkit.org/show_bug.cgi?id=61491
342         * fast/frames/flattening/iframe-flattening-out-of-view.html: Added.
343         * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-expected.png: Added.
344         * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt: Added.
345         * fast/frames/flattening/iframe-flattening-out-of-view-and-scroll.html
346         * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png: Added.
347         * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt: Added.
348         * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html
349         * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png: Added.
350         * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt: Added.
352 2011-06-03  Mikhail Naganov  <mnaganov@chromium.org>
354         Reviewed by Yury Semikhatsky.
356         Web Inspector: [Chromium] cpu-profiler-profiling layout test is flaky on Linux Debug.
357         https://bugs.webkit.org/show_bug.cgi?id=61533
359         Skip cpu-profiler-profiling in debug, implement a fast headless alternative.
361         * inspector/profiler/cpu-profiler-profiling-without-inspector-expected.txt: Added.
362         * inspector/profiler/cpu-profiler-profiling-without-inspector.html: Added.
363         * platform/chromium/test_expectations.txt:
365 2011-06-03  Nikolas Zimmermann  <nzimmermann@rim.com>
367         Reviewed by Andreas Kling.
369         Incorrect embedded document replaced size calculation for box-sizing: border-box
370         https://bugs.webkit.org/show_bug.cgi?id=62007
372         When using <object style="box-sizing: border-box" data="foo.svg"/> to embed foo.svg
373         which has an intrinsic width/height, the embedded document intrinsic size is incorrect.
375         * platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Added.
376         * platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: Added.
377         * platform/mac/svg/as-object: Added.
378         * platform/mac/svg/as-object/object-box-sizing-no-width-height-expected.png: Added.
379         * platform/mac/svg/as-object/object-box-sizing-no-width-height-expected.txt: Added.
380         * svg/as-image/img-preserveAspectRatio-support-2.html: Added.
381         * svg/as-image/resources/circle-default-default.svg: Added.
382         * svg/as-object: Added.
383         * svg/as-object/object-box-sizing-no-width-height.html: Added.
385 2011-06-03  Sheriff Bot  <webkit.review.bot@gmail.com>
387         Unreviewed, rolling out r88004.
388         http://trac.webkit.org/changeset/88004
389         https://bugs.webkit.org/show_bug.cgi?id=62008
391         This patch broke 4 tests in the GTK bots (Requested by
392         msanchez on #webkit).
394         * platform/gtk/accessibility/caret-browsing-anchor-followed-expected.txt: Removed.
395         * platform/gtk/accessibility/caret-browsing-anchor-followed.html: Removed.
397 2011-06-03  Nikolas Zimmermann  <nzimmermann@rim.com>
399         Reviewed by Andreas Kling.
401         Zooming <object style="width/height: auto" data="foo.svg"/> doesn't work as expected
402         https://bugs.webkit.org/show_bug.cgi?id=62005
404         Zooming an object with auto size, that references a svg with fixed size was broken. The svg size stayed the same.
405         Added new tests covering this zooming.
407         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
408         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
409         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
410         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
411         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Added.
412         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
413         * svg/zoom/page/resources/circle.svg: Added.
414         * svg/zoom/page/zoom-svg-through-object-with-auto-size.html: Added.
416 2011-06-03  Csaba Osztrogonác  <ossy@webkit.org>
418         [Qt][WK2] Update platform specific expected file after r87873.
420         * platform/qt-wk2/fast/events/overflow-viewport-renderer-deleted-expected.txt: Added.
422 2011-06-03  Mario Sanchez Prada  <msanchez@igalia.com>
424         Reviewed by Martin Robinson.
426         Focus and caret position should be updated when same-page links are followed
427         https://bugs.webkit.org/show_bug.cgi?id=59737
429         New layout test for testing this GTK-specific feature.
431         * platform/gtk/accessibility/caret-browsing-anchor-followed-expected.txt: Added.
432         * platform/gtk/accessibility/caret-browsing-anchor-followed.html: Added.
434 2011-06-03  Dominic Cooney  <dominicc@chromium.org>
436         Reviewed by Kent Tamura.
438         Adds a test that keygen clones have the right shadow pseudoclass.
439         https://bugs.webkit.org/show_bug.cgi?id=61984
441         * fast/html/clone-keygen-expected.txt: Added.
442         * fast/html/clone-keygen.html: Added.
443         * platform/win/Skipped: Test needs DRT functionality not in this port.
445 2011-06-03  Mario Sanchez Prada  <msanchez@igalia.com>
447         Unreviewed, skipping test with different results in 32-bit and 64-bit.
449         * platform/gtk/Skipped: Skipped test.
451 2011-06-03  Csaba Osztrogonác  <ossy@webkit.org>
453         [Qt] Update platform specific expected files after r87873.
455         * platform/qt/fast/events/overflow-viewport-renderer-deleted-expected.txt: Added.
456         * platform/qt/plugins/document-open-expected.txt: Added.
458 2011-06-03  Mario Sanchez Prada  <msanchez@igalia.com>
460         Unreviewed. Test rebaseline for GTK after revision 87936.
462         * platform/gtk/fast/repaint/repaint-across-writing-mode-boundary-expected.txt:
464 2011-06-03  Dominic Cooney  <dominicc@chromium.org>
466         Reviewed by Kent Tamura.
468         Adds a test that range input clones have the right kind of slider.
469         https://bugs.webkit.org/show_bug.cgi?id=61982
471         * fast/html/clone-range-expected.txt: Added.
472         * fast/html/clone-range.html: Added.
473         * platform/win/Skipped: Test needs DRT functionality not in this port.
475 2011-06-03  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
477         Reviewed by Csaba Osztrogonác.
479         [Qt] Organize the disabled features section in the Skipped list
480         https://bugs.webkit.org/show_bug.cgi?id=61994
482         Move all the tests for disabled features under the "Disabled
483         features" section in the Skipped list. Use the name of the build flags to
484         identify the features for better tracking.
486         * platform/qt/Skipped:
488 2011-06-03  Mario Sanchez Prada  <msanchez@igalia.com>
490         Unreviewed, unskipping tests, now passing after reverting r87901.
492         * platform/gtk/Skipped: Unskipped 3 tests.
494 2011-06-02  Kent Tamura  <tkent@chromium.org>
496         Reviewed by Dimitri Glazkov.
498         REGRESSION(r87014): Cloned text <input> doesn't work well.
499         https://bugs.webkit.org/show_bug.cgi?id=61909
501         * fast/forms/textfield-clone-expected.txt: Added.
502         * fast/forms/textfield-clone.html: Added.
504 2011-06-02  Adam Barth  <abarth@webkit.org>
506         Tweaks to which kind of failure we expect.
508         * platform/chromium/test_expectations.txt:
510 2011-06-02  Adam Barth  <abarth@webkit.org>
512         This process is converging (hopefully).
514         * platform/chromium-mac/fast/backgrounds/svg-as-mask-expected.png: Added.
516 2011-06-02  Adam Barth  <abarth@webkit.org>
518         Some more fallout from http://trac.webkit.org/changeset/87955, this time on Windows.
520         * platform/chromium-win-vista/fast/forms/validation-message-appearance-expected.png: Removed.
521         * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
522         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
524 2011-06-02  Adam Barth  <abarth@webkit.org>
526         This test is flaky on Linux.
528         * platform/chromium/test_expectations.txt:
530 2011-06-02  Adam Barth  <abarth@webkit.org>
532         The next round of updated baselines after
533         http://trac.webkit.org/changeset/87955.  Again, these all look fine to
534         visual inspection.
536         * platform/chromium-mac-leopard/fast/css/shadow-multiple-expected.png: Added.
537         * platform/chromium-mac/fast/backgrounds/background-leakage-expected.png: Added.
538         * platform/chromium-mac/fast/backgrounds/background-leakage-transforms-expected.png: Added.
539         * platform/chromium-mac/fast/backgrounds/svg-as-background-1-expected.png:
540         * platform/chromium-mac/fast/backgrounds/svg-as-mask-expected.png: Removed.
541         * platform/chromium-mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
542         * platform/chromium-mac/fast/blockflow/border-styles-vertical-lr-expected.png: Added.
543         * platform/chromium-mac/fast/blockflow/border-styles-vertical-rl-expected.png: Added.
544         * platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.png:
545         * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.png:
546         * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.png:
547         * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.png:
548         * platform/chromium-mac/fast/borders/border-radius-circle-expected.png: Added.
549         * platform/chromium-mac/fast/borders/border-radius-different-width-001-expected.png: Added.
550         * platform/chromium-mac/fast/borders/border-radius-groove-01-expected.png: Added.
551         * platform/chromium-mac/fast/borders/border-radius-groove-02-expected.png: Added.
552         * platform/chromium-mac/fast/borders/border-radius-groove-03-expected.png: Added.
553         * platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.png: Added.
554         * platform/chromium-mac/fast/borders/border-radius-inline-flow-expected.png: Added.
555         * platform/chromium-mac/fast/borders/border-radius-inset-outset-expected.png: Added.
556         * platform/chromium-mac/fast/borders/border-radius-wide-border-02-expected.png: Added.
557         * platform/chromium-mac/fast/borders/border-radius-wide-border-03-expected.png: Added.
558         * platform/chromium-mac/fast/borders/border-radius-wide-border-04-expected.png: Added.
559         * platform/chromium-mac/fast/borders/border-styles-split-expected.png: Added.
560         * platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.png:
561         * platform/chromium-mac/fast/borders/borderRadiusDashed04-expected.png:
562         * platform/chromium-mac/fast/borders/borderRadiusDashed05-expected.png: Added.
563         * platform/chromium-mac/fast/borders/borderRadiusDashed06-expected.png: Added.
564         * platform/chromium-mac/fast/borders/borderRadiusDotted02-expected.png: Added.
565         * platform/chromium-mac/fast/borders/borderRadiusDotted03-expected.png: Added.
566         * platform/chromium-mac/fast/borders/borderRadiusDotted04-expected.png: Added.
567         * platform/chromium-mac/fast/borders/borderRadiusDotted05-expected.png: Added.
568         * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.png:
569         * platform/chromium-mac/fast/borders/borderRadiusDouble04-expected.png: Added.
570         * platform/chromium-mac/fast/borders/borderRadiusDouble05-expected.png: Added.
571         * platform/chromium-mac/fast/borders/borderRadiusDouble06-expected.png: Added.
572         * platform/chromium-mac/fast/borders/borderRadiusDouble07-expected.png: Added.
573         * platform/chromium-mac/fast/borders/borderRadiusDouble08-expected.png: Added.
574         * platform/chromium-mac/fast/borders/borderRadiusDouble09-expected.png: Added.
575         * platform/chromium-mac/fast/borders/borderRadiusInvalidColor-expected.png: Added.
576         * platform/chromium-mac/fast/borders/mixed-border-styles-radius-expected.png: Added.
577         * platform/chromium-mac/fast/borders/mixed-border-styles-radius2-expected.png: Added.
578         * platform/chromium-mac/fast/borders/webkit-border-radius-expected.png: Added.
579         * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png:
580         * platform/chromium-mac/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
581         * platform/chromium-mac/fast/box-shadow/spread-expected.png:
582         * platform/chromium-mac/fast/css/border-radius-non-negative-expected.png: Added.
583         * platform/chromium-mac/fast/css/box-shadow-and-border-radius-expected.png: Added.
584         * platform/chromium-mac/fast/css/shadow-multiple-expected.png: Added.
585         * platform/chromium-mac/fast/forms/basic-selects-expected.png: Added.
586         * platform/chromium-mac/fast/forms/menulist-clip-expected.png: Added.
587         * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png: Added.
588         * platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.png: Added.
589         * platform/chromium-mac/fast/forms/menulist-separator-painting-expected.png: Added.
590         * platform/chromium-mac/fast/forms/menulist-style-color-expected.png: Added.
591         * platform/chromium-mac/fast/forms/select-background-none-expected.png:
592         * platform/chromium-mac/fast/forms/select-baseline-expected.png: Added.
593         * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png: Added.
594         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png: Added.
595         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
596         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
597         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
598         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png: Added.
599         * platform/chromium-mac/svg/carto.net/button-expected.png: Added.
601 2011-06-02  Adam Barth  <abarth@webkit.org>
603         First round of baseline updates after
604         http://trac.webkit.org/changeset/87955 changed some floating point
605         calculations for borders.  Visually, these appear to all be fine.
607         * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png:
608         * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png:
609         * platform/chromium-gpu-win/media/video-zoom-controls-expected.png:
610         * platform/chromium-linux-x86/fast/backgrounds: Added.
611         * platform/chromium-linux-x86/fast/backgrounds/border-radius-split-background-expected.png: Added.
612         * platform/chromium-linux-x86/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
613         * platform/chromium-linux-x86/fast/borders/border-radius-constraints-expected.png: Added.
614         * platform/chromium-linux-x86/fast/borders/border-radius-split-inline-expected.png: Added.
615         * platform/chromium-linux-x86/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
616         * platform/chromium-linux-x86/fast/borders/borderRadiusArcs01-expected.png:
617         * platform/chromium-linux-x86/fast/borders/borderRadiusDashed02-expected.png:
618         * platform/chromium-linux-x86/fast/borders/borderRadiusDashed03-expected.png:
619         * platform/chromium-linux-x86/fast/borders/borderRadiusDotted01-expected.png:
620         * platform/chromium-linux-x86/fast/borders/borderRadiusDouble01-expected.png:
621         * platform/chromium-linux-x86/fast/borders/borderRadiusDouble02-expected.png:
622         * platform/chromium-linux-x86/fast/borders/borderRadiusDouble03-expected.png:
623         * platform/chromium-linux-x86/fast/borders/borderRadiusGroove01-expected.png:
624         * platform/chromium-linux-x86/fast/borders/borderRadiusGroove02-expected.png:
625         * platform/chromium-linux-x86/fast/borders/borderRadiusInset01-expected.png:
626         * platform/chromium-linux-x86/fast/borders/borderRadiusOutset01-expected.png:
627         * platform/chromium-linux-x86/fast/borders/borderRadiusRidge01-expected.png:
628         * platform/chromium-linux-x86/fast/borders/borderRadiusSolid01-expected.png:
629         * platform/chromium-linux-x86/fast/borders/borderRadiusSolid02-expected.png:
630         * platform/chromium-linux-x86/fast/borders/borderRadiusSolid03-expected.png:
631         * platform/chromium-linux-x86/fast/borders/borderRadiusSolid04-expected.png: Added.
632         * platform/chromium-linux-x86/fast/borders/different-color-borders-expected.png: Added.
633         * platform/chromium-linux-x86/fast/borders/fieldsetBorderRadius-expected.png: Added.
634         * platform/chromium-linux-x86/fast/box-shadow/inset-box-shadows-expected.png: Added.
635         * platform/chromium-linux-x86/fast/box-shadow/inset-expected.png: Added.
636         * platform/chromium-linux-x86/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
637         * platform/chromium-linux-x86/fast/box-shadow/spread-multiple-inset-expected.png: Added.
638         * platform/chromium-linux-x86/fast/clip: Added.
639         * platform/chromium-linux-x86/fast/clip/overflow-border-radius-clip-expected.png: Added.
640         * platform/chromium-linux-x86/fast/css/nested-rounded-corners-expected.png: Added.
641         * platform/chromium-linux-x86/fast/repaint/border-radius-repaint-expected.png:
642         * platform/chromium-linux-x86/fast/transforms: Added.
643         * platform/chromium-linux-x86/fast/transforms/shadows-expected.png: Added.
644         * platform/chromium-linux-x86/media: Added.
645         * platform/chromium-linux-x86/media/video-zoom-controls-expected.png: Added.
646         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
647         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
648         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
649         * platform/chromium-linux-x86/svg/custom/dasharrayOrigin-expected.png: Added.
650         * platform/chromium-linux-x86/svg/custom/fractional-rects-expected.png: Added.
651         * platform/chromium-linux-x86/svg/custom/gradient-rotated-bbox-expected.png: Added.
652         * platform/chromium-linux-x86/svg/custom/rounded-rects-expected.png: Added.
653         * platform/chromium-linux-x86/svg/custom/svg-fonts-in-html-expected.png: Added.
654         * platform/chromium-linux-x86/svg/hixie/perf/001-expected.png:
655         * platform/chromium-linux-x86/svg/hixie/perf/002-expected.png:
656         * platform/chromium-linux-x86/svg/wicd/rightsizing-grid-expected.png:
657         * platform/chromium-linux-x86/svg/wicd/test-scalable-background-image1-expected.png:
658         * platform/chromium-linux/fast/backgrounds/border-radius-split-background-expected.png:
659         * platform/chromium-linux/fast/backgrounds/border-radius-split-background-image-expected.png:
660         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png:
661         * platform/chromium-linux/fast/borders/border-radius-constraints-expected.png:
662         * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
663         * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
664         * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
665         * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png:
666         * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png:
667         * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png:
668         * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png:
669         * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png:
670         * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
671         * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png:
672         * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
673         * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
674         * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png:
675         * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png:
676         * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.png:
677         * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.png:
678         * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.png:
679         * platform/chromium-linux/fast/borders/borderRadiusSolid04-expected.png:
680         * platform/chromium-linux/fast/borders/different-color-borders-expected.png:
681         * platform/chromium-linux/fast/borders/fieldsetBorderRadius-expected.png:
682         * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
683         * platform/chromium-linux/fast/box-shadow/inset-expected.png:
684         * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
685         * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.png:
686         * platform/chromium-linux/fast/clip/overflow-border-radius-clip-expected.png:
687         * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
688         * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.png:
689         * platform/chromium-linux/fast/transforms/shadows-expected.png:
690         * platform/chromium-linux/media/video-zoom-controls-expected.png:
691         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
692         * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
693         * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
694         * platform/chromium-linux/svg/custom/dasharrayOrigin-expected.png:
695         * platform/chromium-linux/svg/custom/fractional-rects-expected.png:
696         * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.png:
697         * platform/chromium-linux/svg/custom/rounded-rects-expected.png:
698         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
699         * platform/chromium-linux/svg/hixie/perf/001-expected.png:
700         * platform/chromium-linux/svg/hixie/perf/002-expected.png:
701         * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.png:
702         * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png:
703         * platform/chromium-mac-leopard/fast/borders/border-radius-split-inline-expected.png: Added.
704         * platform/chromium-mac-leopard/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
705         * platform/chromium-mac-leopard/fast/repaint/border-radius-repaint-expected.png: Added.
706         * platform/chromium-mac-leopard/fast/transforms/shadows-expected.png: Added.
707         * platform/chromium-mac-leopard/svg/hixie/perf: Added.
708         * platform/chromium-mac-leopard/svg/hixie/perf/001-expected.png: Added.
709         * platform/chromium-mac-leopard/svg/hixie/perf/002-expected.png: Added.
710         * platform/chromium-mac/fast/backgrounds/border-radius-split-background-expected.png:
711         * platform/chromium-mac/fast/backgrounds/border-radius-split-background-image-expected.png:
712         * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png: Added.
713         * platform/chromium-mac/fast/borders/border-radius-constraints-expected.png: Added.
714         * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png:
715         * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
716         * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png: Added.
717         * platform/chromium-mac/fast/borders/borderRadiusDashed02-expected.png: Added.
718         * platform/chromium-mac/fast/borders/borderRadiusDashed03-expected.png: Added.
719         * platform/chromium-mac/fast/borders/borderRadiusDotted01-expected.png: Added.
720         * platform/chromium-mac/fast/borders/borderRadiusDouble01-expected.png: Added.
721         * platform/chromium-mac/fast/borders/borderRadiusDouble02-expected.png: Added.
722         * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png: Added.
723         * platform/chromium-mac/fast/borders/borderRadiusGroove01-expected.png: Added.
724         * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png: Added.
725         * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png: Added.
726         * platform/chromium-mac/fast/borders/borderRadiusOutset01-expected.png: Added.
727         * platform/chromium-mac/fast/borders/borderRadiusRidge01-expected.png: Added.
728         * platform/chromium-mac/fast/borders/borderRadiusSolid01-expected.png: Added.
729         * platform/chromium-mac/fast/borders/borderRadiusSolid02-expected.png: Added.
730         * platform/chromium-mac/fast/borders/borderRadiusSolid03-expected.png: Added.
731         * platform/chromium-mac/fast/borders/borderRadiusSolid04-expected.png: Added.
732         * platform/chromium-mac/fast/borders/different-color-borders-expected.png: Added.
733         * platform/chromium-mac/fast/borders/fieldsetBorderRadius-expected.png: Added.
734         * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
735         * platform/chromium-mac/fast/box-shadow/inset-expected.png: Added.
736         * platform/chromium-mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
737         * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png:
738         * platform/chromium-mac/fast/clip: Added.
739         * platform/chromium-mac/fast/clip/overflow-border-radius-clip-expected.png: Added.
740         * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
741         * platform/chromium-mac/fast/repaint/border-radius-repaint-expected.png: Added.
742         * platform/chromium-mac/fast/transforms/shadows-expected.png:
743         * platform/chromium-mac/media/video-zoom-controls-expected.png:
744         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
745         * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
746         * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
747         * platform/chromium-mac/svg/custom/dasharrayOrigin-expected.png:
748         * platform/chromium-mac/svg/custom/fractional-rects-expected.png: Added.
749         * platform/chromium-mac/svg/custom/gradient-rotated-bbox-expected.png:
750         * platform/chromium-mac/svg/custom/rounded-rects-expected.png: Added.
751         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
752         * platform/chromium-mac/svg/hixie/perf/001-expected.png:
753         * platform/chromium-mac/svg/hixie/perf/002-expected.png:
754         * platform/chromium-mac/svg/wicd: Added.
755         * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.png: Added.
756         * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png: Added.
757         * platform/chromium-win-vista/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
758         * platform/chromium-win-vista/svg/wicd/rightsizing-grid-expected.png: Removed.
759         * platform/chromium-win-vista/svg/wicd/test-scalable-background-image1-expected.png: Removed.
760         * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Removed.
761         * platform/chromium-win/fast/backgrounds/border-radius-split-background-expected.png:
762         * platform/chromium-win/fast/backgrounds/border-radius-split-background-image-expected.png:
763         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-expected.png:
764         * platform/chromium-win/fast/borders/border-radius-constraints-expected.png:
765         * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
766         * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
767         * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
768         * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png:
769         * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png:
770         * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png:
771         * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png:
772         * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png:
773         * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
774         * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png:
775         * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
776         * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
777         * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png:
778         * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png:
779         * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.png:
780         * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.png:
781         * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.png:
782         * platform/chromium-win/fast/borders/borderRadiusSolid04-expected.png:
783         * platform/chromium-win/fast/borders/different-color-borders-expected.png:
784         * platform/chromium-win/fast/borders/fieldsetBorderRadius-expected.png:
785         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
786         * platform/chromium-win/fast/box-shadow/inset-expected.png:
787         * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
788         * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.png:
789         * platform/chromium-win/fast/clip/overflow-border-radius-clip-expected.png:
790         * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
791         * platform/chromium-win/fast/repaint/border-radius-repaint-expected.png:
792         * platform/chromium-win/fast/transforms/shadows-expected.png:
793         * platform/chromium-win/media/video-zoom-controls-expected.png:
794         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
795         * platform/chromium-win/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
796         * platform/chromium-win/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
797         * platform/chromium-win/svg/custom/dasharrayOrigin-expected.png:
798         * platform/chromium-win/svg/custom/fractional-rects-expected.png:
799         * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.png:
800         * platform/chromium-win/svg/custom/rounded-rects-expected.png:
801         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
802         * platform/chromium-win/svg/hixie/perf/001-expected.png:
803         * platform/chromium-win/svg/hixie/perf/002-expected.png:
804         * platform/chromium-win/svg/wicd/rightsizing-grid-expected.png:
805         * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png: Added.
806         * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.txt: Added.
808 2011-06-02  Jian Li  <jianli@chromium.org>
810         Reviewed by David Levin.
812         Update the behavior of multiple reads for FileReader
813         https://bugs.webkit.org/show_bug.cgi?id=61793
815         Added test cases to cover calling read methods multiple times.
817         * fast/files/read-file-async-expected.txt:
818         * fast/files/resources/read-file-test-cases.js:
819         (ensureInitialized):
820         (runNextTest):
821         (testMultipleReads):
822         (testReuseReaderStep1):
823         (testReuseReaderStep2):
824         * fast/files/workers/worker-read-file-async-expected.txt:
826 2011-06-02  Brady Eidson  <beidson@apple.com>
828         Reviewed by Oliver Hunt.
830         <rdar://problem/9539920> and https://bugs.webkit.org/show_bug.cgi?id=61950
831         Repro crash loading certain webarchives after r87566.
833         * webarchive/loading/javascript-url-iframe-crash-expected.txt: Added.
834         * webarchive/loading/javascript-url-iframe-crash.html: Added.
835         * webarchive/loading/resources/javascript-url-iframe-crash.webarchive: Added.
837 2011-06-02  Tony Chang  <tony@chromium.org>
839         [chromium] mark media/audio-delete-while-slider-thumb-clicked.html as passing
840         https://bugs.webkit.org/show_bug.cgi?id=61967
842         This test is passing now that we get proper click events on the
843         slider and we no longer use absolute positions on the slider.  The
844         test was updated in r78562 while it was disabled, so the chromium
845         results were stale (thus I'm deleting them).
847         * platform/chromium-win/media/audio-delete-while-slider-thumb-clicked-expected.txt: Removed.
848         * platform/chromium/test_expectations.txt:
850 2011-06-02  Stephen White  <senorblanco@chromium.org>
852         Reviewed by Andreas Kling.
854         Fix layout test compositing/images/direct-svg-image.html.
855         https://bugs.webkit.org/show_bug.cgi?id=61966
856         
857         Change this test to get SVG resources from their new, post-r87782
858         location (svg/as-image).
860         * compositing/images/direct-svg-image.html:
862 2011-06-02  Dimitri Glazkov  <dglazkov@chromium.org>
864         Reviewed by Darin Adler.
866         Add build logistics and plumbing for window.internals object.
867         https://bugs.webkit.org/show_bug.cgi?id=60313
869         * fast/dom/Window/script-tests/window-property-descriptors.js: Added internals object to list of properties to skip.
870         * fast/dom/Window/window-properties.html: Ditto.
871         * fast/dom/script-tests/prototype-inheritance-2.js: Ditto.
872         * fast/dom/script-tests/prototype-inheritance.js: Ditto.
873         * fast/harness/internals-object-expected.txt: Added.
874         * fast/harness/internals-object.html: Added.
875         * platform/gtk/Skipped: Skipped the newly added test until platform supports window.internals.
876         * platform/mac-wk2/Skipped: Ditto.
877         * platform/qt/Skipped: Ditto.
878         * platform/win/Skipped: Ditto.
880 2011-06-02  Adam Barth  <abarth@webkit.org>
882         More housekeep w.r.t. border-radius-clip.html.  These new image results
883         look correct.  The "replaced" version is the one with the failure.
885         * platform/chromium-linux-x86/fast/overflow/border-radius-clipping-expected.png: Added.
886         * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.png:
887         * platform/chromium-mac-leopard/fast/overflow/border-radius-clipping-expected.png:
888         * platform/chromium-mac/fast/overflow/border-radius-clipping-expected.png: Removed.
889         * platform/chromium-win/fast/overflow/border-radius-clipping-expected.png:
890         * platform/chromium/test_expectations.txt:
892 2011-06-02  Adam Barth  <abarth@webkit.org>
894         First cut at updating test expectations for Win 7.
896         * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt: Removed.
897         * platform/chromium-win/fullscreen/full-screen-zIndex-after-expected.png: Added.
898         * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Removed.
899         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Removed.
900         * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.png: Added.
901         * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt: Added.
902         * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png: Added.
903         * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.txt: Added.
904         * platform/chromium-win/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
905         * platform/chromium-win/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
906         * platform/chromium/test_expectations.txt:
908 2011-06-02  Adam Barth  <abarth@webkit.org>
910         These differ only by the scroll bar.
912         * platform/chromium-linux-x86/fast/css: Added.
913         * platform/chromium-linux-x86/fast/css/last-of-type-pseudo-class-expected.png: Added.
914         * platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.png:
915         * platform/chromium/test_expectations.txt:
917 2011-06-02  Ryosuke Niwa  <rniwa@webkit.org>
919         Reviewed by Eric Seidel.
921         REGRESSION: inline style is lost when deleting line break between paragraphs with same style
922         https://bugs.webkit.org/show_bug.cgi?id=61899
924         Added a regression test to ensure WebKit preserves font family for a paragraph being merged
925         to the previous paragraph when deleting a line break between two paragraphs with the same style.
927         * editing/deleting/delete-line-break-between-paragraphs-with-same-style-expected.txt: Added.
928         * editing/deleting/delete-line-break-between-paragraphs-with-same-style.html: Added.
930 2011-06-01  Ryosuke Niwa  <rniwa@webkit.org>
932         Reviewed by Simon Fraser.
934         REGRESSION: Text selection broken for text with line-height applied
935         https://bugs.webkit.org/show_bug.cgi?id=54929
937         Added a test to ensure WebKit can place caret in text with a line-height smaller than
938         the height of the text.
940         * editing/selection/hit-test-on-text-with-line-height-expected.txt: Added.
941         * editing/selection/hit-test-on-text-with-line-height.html: Added.
943 2011-06-02  Adam Barth  <abarth@webkit.org>
945         This test actually fails as IMAGE not as IMAGE+TEXT.
947         * platform/chromium/test_expectations.txt:
949 2011-06-02  Adam Barth  <abarth@webkit.org>
951         New baselines for these tests.  These only differ from the existing baselines by a handful of pixels.
953         * platform/chromium-linux-x86/fast/borders/border-radius-huge-assert-expected.png: Added.
954         * platform/chromium-linux-x86/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Added.
955         * platform/chromium-linux-x86/fast/borders/borderRadiusArcs01-expected.png: Added.
956         * platform/chromium-linux-x86/fast/borders/borderRadiusDashed02-expected.png: Added.
957         * platform/chromium-linux-x86/fast/borders/borderRadiusDashed03-expected.png: Added.
958         * platform/chromium-linux-x86/fast/borders/borderRadiusDotted01-expected.png: Added.
959         * platform/chromium-linux-x86/fast/borders/borderRadiusDouble01-expected.png: Added.
960         * platform/chromium-linux-x86/fast/borders/borderRadiusDouble02-expected.png: Added.
961         * platform/chromium-linux-x86/fast/borders/borderRadiusDouble03-expected.png: Added.
962         * platform/chromium-linux-x86/fast/borders/borderRadiusGroove01-expected.png: Added.
963         * platform/chromium-linux-x86/fast/borders/borderRadiusGroove02-expected.png: Added.
964         * platform/chromium-linux-x86/fast/borders/borderRadiusInset01-expected.png: Added.
965         * platform/chromium-linux-x86/fast/borders/borderRadiusInvalidColor-expected.png: Added.
966         * platform/chromium-linux-x86/fast/borders/borderRadiusOutset01-expected.png: Added.
967         * platform/chromium-linux-x86/fast/borders/borderRadiusRidge01-expected.png: Added.
968         * platform/chromium-linux-x86/fast/borders/borderRadiusSolid01-expected.png: Added.
969         * platform/chromium-linux-x86/fast/borders/borderRadiusSolid02-expected.png: Added.
970         * platform/chromium-linux-x86/fast/borders/borderRadiusSolid03-expected.png: Added.
971         * platform/chromium-linux-x86/fast/box-shadow: Added.
972         * platform/chromium-linux-x86/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
973         * platform/chromium-linux-x86/fast/overflow: Added.
974         * platform/chromium-linux-x86/fast/repaint/border-radius-repaint-expected.png: Added.
975         * platform/chromium-linux-x86/fast/replaced: Added.
976         * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png:
977         * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
978         * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
979         * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png:
980         * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png:
981         * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png:
982         * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png:
983         * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png:
984         * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
985         * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png:
986         * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
987         * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
988         * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.png:
989         * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png:
990         * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png:
991         * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.png:
992         * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.png:
993         * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.png:
994         * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
995         * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.png:
996         * platform/chromium-mac-leopard/fast/borders/border-radius-huge-assert-expected.png:
997         * platform/chromium-mac-leopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
998         * platform/chromium-mac-leopard/fast/borders/borderRadiusInvalidColor-expected.png:
999         * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1000         * platform/chromium-mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Removed.
1001         * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
1002         * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1003         * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
1004         * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png:
1005         * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png:
1006         * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png:
1007         * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png:
1008         * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png:
1009         * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
1010         * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png:
1011         * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
1012         * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
1013         * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.png:
1014         * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png:
1015         * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png:
1016         * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.png:
1017         * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.png:
1018         * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.png:
1019         * platform/chromium-win/fast/repaint/border-radius-repaint-expected.png:
1020         * platform/chromium/test_expectations.txt:
1022 2011-06-02  Andreas Kling  <kling@webkit.org>
1024         Reviewed by James Robinson.
1026         Canvas/V8: Fix setting strokeStyle or fillStyle to a CSS system color.
1027         https://bugs.webkit.org/show_bug.cgi?id=61944
1029         * platform/chromium/test_expectations.txt: Unskip canvas/philip/tests/2d.fillStyle.parse.system.html.
1031 2011-06-02  Dimitri Glazkov  <dglazkov@chromium.org>
1033         Unreviewed, rolling out r87926.
1034         http://trac.webkit.org/changeset/87926
1035         https://bugs.webkit.org/show_bug.cgi?id=60313
1037         Fails to find WebCoreTestSupport.dylib on bots.
1039         * fast/dom/Window/script-tests/window-property-descriptors.js:
1040         * fast/dom/Window/window-properties.html:
1041         * fast/dom/script-tests/prototype-inheritance-2.js:
1042         * fast/dom/script-tests/prototype-inheritance.js:
1043         * fast/harness/internals-object-expected.txt: Removed.
1044         * fast/harness/internals-object.html: Removed.
1045         * platform/gtk/Skipped:
1046         * platform/mac-wk2/Skipped:
1047         * platform/qt/Skipped:
1048         * platform/win/Skipped:
1050 2011-06-02  Adam Barth  <abarth@webkit.org>
1052         More examples of SVG tests timing out in debug with Skia.
1054         * platform/chromium/test_expectations.txt:
1056 2011-06-02  Adrienne Walker  <enne@google.com>
1058         [chromium] Unreviewed, rebaseline tests after r87822
1059         https://bugs.webkit.org/show_bug.cgi?id=60821
1061         * platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.png:
1062         * platform/chromium-gpu-win/platform/chromium/compositing/layout-width-change-expected.png:
1064 2011-05-21  Dimitri Glazkov  <dglazkov@chromium.org>
1066         Reviewed by Darin Adler.
1068         Add build logistics and plumbing for window.internals object.
1069         https://bugs.webkit.org/show_bug.cgi?id=60313
1071         * fast/dom/Window/script-tests/window-property-descriptors.js: Added internals object to list of properties to skip.
1072         * fast/dom/Window/window-properties.html: Ditto.
1073         * fast/dom/script-tests/prototype-inheritance-2.js: Ditto.
1074         * fast/dom/script-tests/prototype-inheritance.js: Ditto.
1075         * fast/harness/internals-object-expected.txt: Added.
1076         * fast/harness/internals-object.html: Added.
1077         * platform/gtk/Skipped: Skipped the newly added test until platform supports window.internals.
1078         * platform/mac-wk2/Skipped: Ditto.
1079         * platform/qt/Skipped: Ditto.
1080         * platform/win/Skipped: Ditto.
1082 2011-06-02  Dimitri Glazkov  <dglazkov@chromium.org>
1084         [Win] Start skipping a test that's now using shadowRoot machinery.
1086         * platform/win/Skipped: Skip fast/events/shadow-boundary-crossing.html, since it now uses shadowRoot accessors.
1088 2011-06-02  John Knottenbelt  <jknotten@chromium.org>
1090         Unreviewed.
1092         [Chromium] Adjust test expectations.
1093         https://bugs.webkit.org/show_bug.cgi?id=61938
1095         * platform/chromium/test_expectations.txt:
1097 2011-06-02  Adrienne Walker  <enne@google.com>
1099         [chromium] Unreviewed, rebaseline tests after r87822
1100         https://bugs.webkit.org/show_bug.cgi?id=60821
1102         * platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.png:
1103         * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.png:
1104         * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png:
1105         * platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.png:
1106         * platform/chromium-gpu-mac/compositing/geometry/fixed-position-expected.png:
1107         * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.png:
1108         * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.png:
1109         * platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
1110         * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.png:
1111         * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.png:
1112         * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.png:
1113         * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.png:
1114         * platform/chromium/test_expectations.txt:
1116 2011-06-02  Mario Sanchez Prada  <msanchez@igalia.com>
1118         Unreviewed, skipping another failing test in GTK after r87901.
1120         * platform/gtk/Skipped: Skipped test.
1122 2011-06-02  Jessie Berlin  <jberlin@apple.com>
1124         WebKitTestRunner needs an implementation of eventSender.
1125         https://bugs.webkit.org/show_bug.cgi?id=42194
1127         Add editing/pasteboard/copy-standalone-image-crash.html to the mac-wk2 skipped list to get
1128         the bots green, as it uses eventSender.contextClick().
1130         * platform/mac-wk2/Skipped:
1132 2011-06-02  John Knottenbelt  <jknotten@chromium.org>
1134         Unreviewed.
1136         [Chromium] Rebaseline scaling-font-with-geometric-precision and navigator-detached-no-crash.
1137         https://bugs.webkit.org/show_bug.cgi?id=61934
1139         * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.png:
1140         * platform/chromium-mac-leopard/svg/text/scaling-font-with-geometric-precision-expected.png: Added.
1141         * platform/chromium-mac/fast/dom/navigator-detached-no-crash-expected.txt: Added.
1142         * platform/chromium-win/svg/text/scaling-font-with-geometric-precision-expected.png: Added.
1143         * platform/chromium-win/svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
1144         * platform/chromium/test_expectations.txt:
1146 2011-06-02  Jessie Berlin  <jberlin@apple.com>
1148         WebKitTestRunner needs an implementation of setTextDirection.
1149         https://bugs.webkit.org/show_bug.cgi?id=61931
1150         
1151         Add fast/html/set-text-direction.html to the mac-wk2 skipped list to get the bots green.
1153         * platform/mac-wk2/Skipped:
1155 2011-06-02  Mario Sanchez Prada  <msanchez@igalia.com>
1157         Unreviewed, skiping flaky test on GTK 32-bit Debug bot.
1159         * platform/gtk/Skipped: Skipped test.
1161 2011-06-02  Igor Oliveira  <igor.oliveira@openbossa.org>
1163         Reviewed by Eric Seidel.
1165         [Qt] Rebaseline tables/mozilla/bugs/bug196870.html test after r73385
1166         https://bugs.webkit.org/show_bug.cgi?id=61781
1168         Rebaseline tables/mozilla/bugs/bug196870.html test after r73385.
1169         See bug #49220
1171         * platform/qt/Skipped:
1172         * platform/qt/tables/mozilla/bugs/bug196870-expected.txt:
1174 2011-06-02  Dimitri Glazkov  <dglazkov@chromium.org>
1176         Reviewed by Darin Adler.
1178         Stop event propagation for cases where relatedTarget is both ancestor of the target and at shadow boundary.
1179         https://bugs.webkit.org/show_bug.cgi?id=61892
1181         * fast/events/shadow-boundary-crossing.html: Added a test that uses new shadow DOM testing machinery.
1182         * fast/events/shadow-boundary-crossing-expected.txt: Updated expectations.
1184 2011-06-02  Mario Sanchez Prada  <msanchez@igalia.com>
1186         Unreviewed, skipping failing tests in GTK after r87901.
1188         * platform/gtk/Skipped: Skipped 2 tests.
1190 2011-06-02  John Knottenbelt  <jknotten@chromium.org>
1192         Unreviewed.
1194         Adjust test expectations, rebaseline windows SVG wicd tests.
1195         https://bugs.webkit.org/show_bug.cgi?id=61929
1197         * platform/chromium-win/svg/wicd/rightsizing-grid-expected.png: Added.
1198         * platform/chromium-win/svg/wicd/rightsizing-grid-expected.txt: Added.
1199         * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.png: Added.
1200         * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.txt: Added.
1201         * platform/chromium/test_expectations.txt:
1203 2011-06-02  John Knottenbelt  <jknotten@chromium.org>
1205         Unreviewed.
1207         Rebaseline SVG tests.
1208         https://bugs.webkit.org/show_bug.cgi?id=61927
1210         * platform/chromium-mac-leopard/svg/hixie/intrinsic/001-expected.png: Added.
1211         * platform/chromium-mac-leopard/svg/hixie/intrinsic/002-expected.png: Added.
1212         * platform/chromium-mac-leopard/svg/hixie/intrinsic/003-expected.png: Added.
1213         * platform/chromium-win/svg/as-image/svg-as-background-with-viewBox-expected.txt: Added.
1214         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
1215         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
1216         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
1217         * platform/chromium-win/svg/hixie/intrinsic/001-expected.png: Added.
1218         * platform/chromium-win/svg/hixie/intrinsic/001-expected.txt: Added.
1219         * platform/chromium-win/svg/hixie/intrinsic/002-expected.png: Added.
1220         * platform/chromium-win/svg/hixie/intrinsic/002-expected.txt: Added.
1221         * platform/chromium-win/svg/hixie/intrinsic/003-expected.png: Added.
1222         * platform/chromium-win/svg/hixie/intrinsic/003-expected.txt: Added.
1223         * platform/chromium-win/svg/in-html/by-reference-expected.txt:
1224         * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt:
1226 2011-06-02  Mario Sanchez Prada  <msanchez@igalia.com>
1228         Unreviewed, skipped tests crashing on GTK debug bots.
1230         * platform/gtk/Skipped: Skipped 2 more tests crashing on GTK debug
1231         bots because of the same reason than before (see WK bug 61924).
1233 2011-06-02  Rob Buis  <rbuis@rim.com>
1235         Reviewed by Nikolas Zimmermann.
1237         LayoutTests/svg/animations/animate-path-nested-transforms.html causes assertion in debug mode. 
1238         https://bugs.webkit.org/show_bug.cgi?id=49045
1240         Fix mistake in id part of expected values.
1242         * svg/animations/script-tests/animate-mpath-insert.js:
1243         (executeTest):
1244         * svg/animations/script-tests/animate-path-nested-transforms.js:
1245         (executeTest):
1247 2011-06-02  Kent Tamura  <tkent@chromium.org>
1249         [Chromium] Update spinbutton expectations.
1251         * platform/chromium/test_expectations.txt:
1253 2011-06-02  Mario Sanchez Prada  <msanchez@igalia.com>
1255         Unreviewed, skipped tests crashing on GTK debug bots.
1257         * platform/gtk/Skipped: Skipped 9 more tests crashing on GTK debug
1258         bots because of the same reason than before (see WK bug 61924).
1260 2011-06-02  Mario Sanchez Prada  <msanchez@igalia.com>
1262         Unreviewed, skipped tests crashing on GTK debug bots.
1264         * platform/gtk/Skipped: Skipped 7 tests crashing, apparently all
1265         of them crash because of the same reason (see WK bug 61924).
1267 2011-06-02  John Knottenbelt  <jknotten@chromium.org>
1269         Unreviewed.
1271         [Chromium] Adjust test expectations.
1272         https://bugs.webkit.org/show_bug.cgi?id=61922
1274         * platform/chromium/test_expectations.txt:
1276 2011-06-02  Naiem Shaik  <naiem.shaik@gmail.com>
1278         Reviewed by Kent Tamura.
1280         Fixing invalid value being returned for default checkbox and radio state
1281         https://bugs.webkit.org/show_bug.cgi?id=61674
1283         As per http://www.w3.org/TR/html5/number-state.html#checkbox-state and
1284         http://www.w3.org/TR/html5/number-state.html#radio-button-state:
1285         The value IDL attribute is in mode default/on:
1286         If the element has a value attribute, it must return that attribute's
1287         value; otherwise, it must return the string "on".
1288         Currently default value is empty string;Default value of Radio button
1289         and checkbox should be "on"
1290         This works as per spec in IE9,Firefox and Opera
1292         * fast/forms/checkbox-default-value-expected.txt: Added.
1293         * fast/forms/checkbox-default-value.html: Added.
1294         * fast/forms/radio-default-value-expected.txt: Added.
1295         * fast/forms/radio-default-value.html: Added.
1297 2011-06-02  Mario Sanchez Prada  <msanchez@igalia.com>
1299         Unreviewed, skipped test timing out for GTK since r87605.
1301         * platform/gtk/Skipped: Skipped test.
1303 2011-06-02  Mario Sanchez Prada  <msanchez@igalia.com>
1305         Unreviewed, added missing new baselines for GTK after r87779.
1307         * platform/gtk/svg/hixie/intrinsic/002-expected.png: Added.
1308         * platform/gtk/svg/hixie/intrinsic/002-expected.txt: Added.
1310 2011-06-02  Mario Sanchez Prada  <msanchez@igalia.com>
1312         Unreviewed, new GTK baselines after r87807, r87829, r87840 and r87846.
1314         * platform/gtk/svg/as-image/svg-as-background-with-relative-size-expected.png: Added.
1315         * platform/gtk/svg/as-image/svg-as-background-with-relative-size-expected.txt: Added.
1316         * platform/gtk/svg/as-image/svg-as-background-with-viewBox-expected.png: Added.
1317         * platform/gtk/svg/as-image/svg-as-background-with-viewBox-expected.txt: Added.
1318         * platform/gtk/svg/custom/embedding-external-svgs-expected.png: Added.
1319         * platform/gtk/svg/custom/embedding-external-svgs-expected.txt: Added.
1320         * platform/gtk/svg/text/scaling-font-with-geometric-precision-expected.png: Added.
1321         * platform/gtk/svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
1323 2011-06-02  Mario Sanchez Prada  <msanchez@igalia.com>
1325         Unreviewed, skipped SVG tests randomly failing with 16px diff.
1327         * platform/gtk/Skipped: Skipped tests.
1329 2011-06-02  Mario Sanchez Prada  <msanchez@igalia.com>
1331         Update GTK expectations because the position of steppers are moved.
1333         * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
1334         * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.txt:
1335         * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
1337 2011-06-02  John Knottenbelt  <jknotten@chromium.org>
1339         Unreviewed.
1341         [Chromium] Update baselines for Windows 7 platform.
1342         https://bugs.webkit.org/show_bug.cgi?id=61916
1344         * platform/chromium-win/fast/borders/border-antialiasing-expected.png: Added.
1345         * platform/chromium-win/fast/borders/border-antialiasing-expected.txt: Added.
1346         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
1347         * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
1348         * platform/chromium-win/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
1349         * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
1350         * platform/chromium-win/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
1351         * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added.
1352         * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added.
1353         * platform/chromium-win/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
1354         * platform/chromium-win/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
1355         * platform/chromium-win/svg/as-image/svg-as-background-with-relative-size-expected.png: Added.
1356         * platform/chromium-win/svg/as-image/svg-as-background-with-relative-size-expected.txt: Added.
1357         * platform/chromium-win/svg/custom/embedding-external-svgs-expected.png: Added.
1358         * platform/chromium-win/svg/custom/embedding-external-svgs-expected.txt: Added.
1359         * platform/chromium-win/svg/custom/invalid-fill-expected.png:
1360         * platform/chromium-win/svg/custom/invalid-fill-expected.txt:
1361         * platform/chromium-win/svg/custom/invalid-fill-hex-expected.png:
1362         * platform/chromium-win/svg/custom/invalid-fill-hex-expected.txt:
1363         * platform/chromium-win/svg/custom/invalid-stroke-hex-expected.png: Added.
1364         * platform/chromium-win/svg/custom/invalid-stroke-hex-expected.txt: Added.
1365         * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.png: Added.
1366         * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.txt: Added.
1367         * platform/chromium-win/svg/custom/object-no-size-attributes-expected.txt: Added.
1368         * platform/chromium-win/svg/custom/object-sizing-expected.png: Added.
1369         * platform/chromium-win/svg/custom/object-sizing-expected.txt: Added.
1370         * platform/chromium-win/svg/custom/object-sizing-explicit-width-height-expected.png: Added.
1371         * platform/chromium-win/svg/custom/object-sizing-explicit-width-height-expected.txt: Added.
1372         * platform/chromium-win/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png: Added.
1373         * platform/chromium-win/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.txt: Added.
1374         * platform/chromium-win/svg/custom/object-sizing-height-50p-on-target-svg-expected.png: Added.
1375         * platform/chromium-win/svg/custom/object-sizing-height-50p-on-target-svg-expected.txt: Added.
1376         * platform/chromium-win/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Added.
1377         * platform/chromium-win/svg/custom/object-sizing-no-width-height-expected.png: Added.
1378         * platform/chromium-win/svg/custom/object-sizing-no-width-height-expected.txt: Added.
1379         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Added.
1380         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added.
1381         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png: Added.
1382         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.txt: Added.
1383         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added.
1384         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
1385         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Added.
1386         * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
1387         * platform/chromium-win/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Added.
1388         * platform/chromium-win/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added.
1389         * platform/chromium-win/svg/custom/object-sizing-width-50p-on-target-svg-expected.png: Added.
1390         * platform/chromium-win/svg/custom/object-sizing-width-50p-on-target-svg-expected.txt: Added.
1391         * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Added.
1392         * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added.
1393         * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Added.
1394         * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
1395         * platform/chromium-win/svg/custom/small-rect-scale-expected.png: Added.
1396         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
1397         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
1398         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
1399         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
1400         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
1401         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
1402         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
1403         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
1404         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
1405         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
1406         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
1407         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
1408         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
1409         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
1410         * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
1411         * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
1412         * platform/chromium-win/svg/filters/feBlend-invalid-mode-expected.txt: Added.
1413         * platform/chromium-win/svg/filters/feConvolveFilter-y-bounds-expected.png: Added.
1415 2011-06-02  Mario Sanchez Prada  <msanchez@igalia.com>
1417         Unreviewed, skipped test with 1px different results in GTK bots.
1419         * platform/gtk/Skipped: Skipped test.
1421 2011-06-02  Yuta Kitamura  <yutak@chromium.org>
1423         Reviewed by Kent Tamura.
1425         WebSocket: Call WebSocketChannel::fail() when WebSocketHandshake has failed
1426         https://bugs.webkit.org/show_bug.cgi?id=61841
1428         * http/tests/websocket/tests/bad-handshake-crash-expected.txt:
1429         Now the error message starts with a capital letter.
1431 2011-06-01  Kent Tamura  <tkent@chromium.org>
1433         Reviewed by Dimitri Glazkov.
1435         Remove outer-spin-button
1436         https://bugs.webkit.org/show_bug.cgi?id=61845
1438         Update Mac expectations because the position of steppers are moved.
1440         * platform/chromium/test_expectations.txt:
1441         * platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png:
1442         * platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
1443         * platform/mac/fast/forms/input-appearance-spinbutton-expected.png:
1444         * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
1445         * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.png:
1446         * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.txt:
1447         * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png:
1448         * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
1449         * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.png:
1450         * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
1452 2011-06-01  Adam Barth  <abarth@webkit.org>
1454         There seems to be something odd about registerProtocolHandler on Mac.
1455         The "no-crash" seems to "pass" because the test does not crash, where
1456         as the "register-protocol-handler" test fails, apparently due to the
1457         API being disabled.
1459         * platform/chromium/test_expectations.txt:
1460         * platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt: Removed.
1461         * platform/mac/fast/dom/navigator-detached-no-crash-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/dom/navigator-detached-no-crash-expected.txt.
1462             - This expectation file is misplaced.
1464 2011-06-01  Adam Barth  <abarth@webkit.org>
1466         Now that this test doesn't time out, we can see that it fails.  That's
1467         progress, of a sort.
1469         * platform/chromium/test_expectations.txt:
1471 2011-06-01  Adam Barth  <abarth@webkit.org>
1473         Move expected result to the correct location.  The script put it in the
1474         wrong location.
1476         * platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt: Removed.
1477         * platform/chromium-win/fast/js/property-getters-and-setters-expected.txt: Removed.
1478         * platform/chromium/fast/js/property-getters-and-setters-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt.
1480 2011-06-01  Adam Barth  <abarth@webkit.org>
1482         These test time out on debug, probably because drop shadows are slow in debug skia.
1484         * platform/chromium/test_expectations.txt:
1486 2011-06-01  Julien Chaffraix  <jchaffraix@codeaurora.org>
1488         Reviewed by Simon Fraser.
1490         CSSStyleSheet#insertRule doesn't work well with imported stylesheets
1491         https://bugs.webkit.org/show_bug.cgi?id=56981
1493         Test that a combination of insertRule and @import works properly.
1495         * fast/css/import-and-insert-rule-no-update-expected.txt: Added.
1496         * fast/css/import-and-insert-rule-no-update.html: Added.
1497         * fast/css/resources/red.css: Added.
1498         (div):
1499         * fast/css/resources/redimport.css: Added.
1501 2011-06-01  Abhishek Arya  <inferno@chromium.org>
1503         Reviewed by Alexey Proskuryakov.
1505         Tests setting document.body to non body elements, elements in other
1506         documents.
1507         https://bugs.webkit.org/show_bug.cgi?id=60831
1509         * fast/dom/document-set-body-expected.txt: Added.
1510         * fast/dom/document-set-body.html: Added.
1512 2011-06-01  Adam Barth  <abarth@webkit.org>
1514         Add Windows baseline for this new test.
1516         * platform/chromium-win-vista/svg/text/scaling-font-with-geometric-precision-expected.png: Added.
1517         * platform/chromium-win-vista/svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
1519 2011-06-01  Adam Barth  <abarth@webkit.org>
1521         Update image baselines for these drop shadows.  They differ from each
1522         other only by minor rendering differences in the shadow.
1524         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
1525         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
1526         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
1527         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
1528         * platform/chromium-linux-x86/svg/filters/feDropShadow-expected.png: Added.
1529         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
1530         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
1531         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
1532         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
1533         * platform/chromium-linux/svg/filters/feDropShadow-expected.png:
1534         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
1535         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
1536         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
1537         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
1538         * platform/chromium-mac-leopard/svg/filters/feDropShadow-expected.png:
1539         * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
1540         * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
1541         * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
1542         * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
1543         * platform/chromium-mac/svg/filters/feDropShadow-expected.png:
1544         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
1545         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
1546         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
1547         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
1548         * platform/chromium-win/svg/filters/feDropShadow-expected.png:
1549         * platform/chromium/test_expectations.txt:
1551 2011-06-01  Jochen Eisinger  <jochen@chromium.org>
1553         Reviewed by Adam Barth.
1555         Add a test for FrameLoaderClient::allowImages
1556         https://bugs.webkit.org/show_bug.cgi?id=34314
1558         * platform/chromium/permissionclient/image-permissions-expected.txt: Added.
1559         * platform/chromium/permissionclient/image-permissions.html: Added.
1560         * platform/chromium/permissionclient/resources/boston.gif: Added.
1561         * platform/chromium/permissionclient/resources/image.html: Added.
1563 2011-06-01  Adam Barth  <abarth@webkit.org>
1565         These tests no longer time out.  Yay!
1567         * platform/chromium/test_expectations.txt:
1569 2011-06-01  Adam Barth  <abarth@webkit.org>
1571         Update expected results to match V8 rather than JSC.
1573         * platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt:
1575 2011-06-01  Noel Gordon  <noel.gordon@gmail.com>
1577         Reviewed by Tony Chang.
1579         Test plugin should support event logging on the windows port.
1580         https://bugs.webkit.org/show_bug.cgi?id=61721
1582         * platform/chromium-win/plugins/keyboard-events-expected.txt:  New windows result.
1583         * platform/chromium/test_expectations.txt:  New expectations.
1584         * plugins/keyboard-events.html:  Add attribute windowPlugin="false" to force the
1585         Chromium windows port to load the test plugin in windowless mode. The plugin will
1586         then receive events and can log them to the console as required by this test.
1587         * plugins/mouse-events.html:  Ditto.
1589 2011-06-01  Adam Barth  <abarth@webkit.org>
1591         ... and finally Windows.
1593         * platform/chromium-win-vista/fullscreen/full-screen-zIndex-after-expected.png: Added.
1595 2011-06-01  David Carson  <dacarson@apple.com>
1597         Reviewed by Antti Koivisto.
1599         Don't flatten frames that have a zero size.
1600         https://bugs.webkit.org/show_bug.cgi?id=61831
1602         This tests creates an iframe that has a width and height of zero
1603         and ensures that the iframe is not flattened to the size of the
1604         containing content.
1606         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html: Added.
1607         * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size-expected.txt: Added.
1609 2011-06-01  Adam Barth  <abarth@webkit.org>
1611         Linux image baselines for this new test.  Leviw confirms that this results are correct.
1613         * platform/chromium-linux-x86/svg/text: Added.
1614         * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.png: Added.
1615         * platform/chromium-linux-x86/svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
1616         * platform/chromium-linux/svg/text/scaling-font-with-geometric-precision-expected.png: Added.
1617         * platform/chromium-linux/svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
1619 2011-06-01  Adam Barth  <abarth@webkit.org>
1621         Image baselines for this new test.
1623         * platform/chromium-linux-x86/fullscreen/full-screen-zIndex-after-expected.png: Added.
1624         * platform/chromium-linux/fullscreen/full-screen-zIndex-after-expected.png: Added.
1625         * platform/chromium-mac/fullscreen/full-screen-zIndex-after-expected.png: Added.
1627 2011-06-01  Adam Barth  <abarth@webkit.org>
1629         ... and now Windows results.
1631         * platform/chromium-win-vista/svg/custom/embedding-external-svgs-expected.png: Added.
1632         * platform/chromium-win-vista/svg/custom/embedding-external-svgs-expected.txt: Added.
1634 2011-06-01  Daniel Cheng  <dcheng@chromium.org>
1636         Reviewed by Tony Chang.
1638         [chromium] Use correct file name for dragging out images.
1639         https://bugs.webkit.org/show_bug.cgi?id=24887
1641         * fast/events/drag-image-filename-expected.txt: Added.
1642         * fast/events/drag-image-filename.html: Added.
1643         * platform/gtk/Skipped:
1644         * platform/mac/Skipped:
1645         * platform/qt/Skipped:
1646         * platform/win/Skipped:
1648 2011-06-01  Levi Weintraub  <leviw@chromium.org>
1650         Reviewed by Eric Seidel.
1652         Text is scaled in a stair-step pattern
1653         https://bugs.webkit.org/show_bug.cgi?id=60317
1655         Stop scaling the specified font to the actual on-screen value when font-rendering: 
1656         geometricPrecision is specified, but instead scale the graphics context. This allows
1657         us to scale text up and down smoothly.
1659         * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.png: Added.
1660         * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.txt: Added.
1661         * svg/text/scaling-font-with-geometric-precision.html: Added.
1663 2011-06-01  Jer Noble  <jer.noble@apple.com>
1665         Reviewed by Darin Adler.
1667         Page layout messed up after exiting full screen at Apple trailers page
1668         https://bugs.webkit.org/show_bug.cgi?id=61755
1670         * fullscreen/full-screen-zIndex-after-expected.txt: Added.
1671         * fullscreen/full-screen-zIndex-after.html: Added.
1672         * platform/mac/fullscreen/full-screen-zIndex-after-expected.png: Added.
1674 2011-06-01  Adam Barth  <abarth@webkit.org>
1676         Image baselines for this test.  More to follow once the bots catch up.
1678         * platform/chromium-linux-x86/svg/custom/embedding-external-svgs-expected.png: Added.
1679         * platform/chromium-linux-x86/svg/custom/embedding-external-svgs-expected.txt: Added.
1680         * platform/chromium-linux/svg/custom/embedding-external-svgs-expected.png: Added.
1681         * platform/chromium-linux/svg/custom/embedding-external-svgs-expected.txt: Added.
1683 2011-06-01  Adam Barth  <abarth@webkit.org>
1685         Image baselines for these platforms.
1687         * platform/chromium-linux-x86/svg/as-image/svg-as-background-with-relative-size-expected.png: Added.
1688         * platform/chromium-linux-x86/svg/as-image/svg-as-background-with-relative-size-expected.txt: Added.
1689         * platform/chromium-linux/svg/as-image/svg-as-background-with-relative-size-expected.png: Added.
1690         * platform/chromium-linux/svg/as-image/svg-as-background-with-relative-size-expected.txt: Added.
1691         * platform/chromium-win-vista/svg/as-image/svg-as-background-with-relative-size-expected.png: Added.
1692         * platform/chromium-win-vista/svg/as-image/svg-as-background-with-relative-size-expected.txt: Added.
1694 2011-06-01  Nikolas Zimmermann  <nzimmermann@rim.com>
1696         Reviewed by Rob Buis.
1698         SVG graphics do not actually work in IMG tags or as background-image properties
1699         https://bugs.webkit.org/show_bug.cgi?id=18228
1701         Adding the nice testcase from the bug 18228, all issues are fully resolved now.
1703         * platform/mac/svg/custom/embedding-external-svgs-expected.png: Added.
1704         * platform/mac/svg/custom/embedding-external-svgs-expected.txt: Added.
1705         * svg/custom/embedding-external-svgs.xhtml: Added.
1706         * svg/custom/resources/spinner.svg: Added.
1708 2011-06-01  Adam Barth  <abarth@webkit.org>
1710         Add new results for this new test.  Our results are different by one
1711         pixel.  Mac results likely to follow once those bots catch up.
1713         * platform/chromium-linux-x86/svg/as-image: Added.
1714         * platform/chromium-linux-x86/svg/as-image/svg-as-background-with-viewBox-expected.txt: Added.
1715         * platform/chromium-linux/svg/as-image/svg-as-background-with-viewBox-expected.txt: Added.
1716         * platform/chromium-win-vista/svg/as-image: Added.
1717         * platform/chromium-win-vista/svg/as-image/svg-as-background-with-viewBox-expected.txt: Added.
1719 2011-06-01  Ryosuke Niwa  <rniwa@webkit.org>
1721         Skip editing/pasteboard/drag-drop-list.html on GTK after r87778
1722         since smart paste isn't supported by GTK (tracked by the bug 61661).
1724         * platform/gtk/Skipped:
1726 2011-06-01  Annie Sullivan  <sullivan@chromium.org>
1728         Reviewed by Ryosuke Niwa.
1730         LayoutTests/editing/pasteboard/drag-drop-list fails on webkit2
1731         https://bugs.webkit.org/show_bug.cgi?id=61871
1733         Renames editing/pasteboard/4861080.html to drag-drop-list.html, since it was renamed in r87778. 
1735         * platform/mac-wk2/Skipped:
1736         * platform/qt-wk2/Skipped:
1738 2011-06-01  Nikolas Zimmermann  <nzimmermann@rim.com>
1740         Reviewed by Eric Seidel.
1742         Permanent red background when SVG is used as a background image (DEBUG ONLY)
1743         https://bugs.webkit.org/show_bug.cgi?id=16518
1745         The problem seems gone, I can't reproduce it anymore, add Beths test to svg/as-image.
1747         * platform/mac/svg/as-image/svg-as-background-with-relative-size-expected.png: Added.
1748         * platform/mac/svg/as-image/svg-as-background-with-relative-size-expected.txt: Added.
1749         * svg/as-image/resources/svg-as-background-with-relative-size.svg: Added.
1750         * svg/as-image/svg-as-background-with-relative-size.html: Added.
1752 2011-05-31  Oliver Hunt  <oliver@apple.com>
1754         Reviewed by Geoffrey Garen.
1756         Freezing a function and its prototype causes browser to crash.
1757         https://bugs.webkit.org/show_bug.cgi?id=61758
1759         Add test to ensure correct behaviour
1761         * fast/js/preventExtensions-expected.txt:
1762         * fast/js/script-tests/preventExtensions.js:
1763         (f):
1765 2011-05-19  Adrienne Walker  <enne@google.com>
1767         Reviewed by James Robinson.
1769         [chromium] Don't split long, narrow layers into multiple tiles.
1770         https://bugs.webkit.org/show_bug.cgi?id=60821
1772         These tests have imperceptible pixel changes on horizontal scrollbars
1773         as a result of this patch.  Marking them as failing temporarily so
1774         that they can be rebaselined.
1776         * platform/chromium/test_expectations.txt:
1778 2011-06-01  Steve Lacey  <sjl@chromium.org>
1780         Reviewed by Eric Carlson.
1782         Remove layout test http/tests/media/video-seekable-stall
1784         http/tests/media/video-seekable-stall.html fails on the Leopard Commit Queue Machine
1785         https://bugs.webkit.org/show_bug.cgi?id=35271
1787         * http/tests/media/video-seekable-stall-expected.txt: Removed.
1788         * http/tests/media/video-seekable-stall.html: Removed.
1789         * platform/chromium-linux/http/tests/media/video-seekable-stall-expected.png: Removed.
1790         * platform/chromium-win/http/tests/media/video-seekable-stall-expected.png: Removed.
1791         * platform/chromium/test_expectations.txt:
1792         * platform/gtk/Skipped:
1793         * platform/mac-snowleopard/Skipped:
1794         * platform/win/Skipped:
1796 2011-06-01  Mario Sanchez Prada  <msanchez@igalia.com>
1798         Unreviewed, added new baselines for GTK after r87779.
1800         * platform/gtk/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png: Added.
1801         * platform/gtk/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.txt: Added.
1802         * platform/gtk/svg/custom/object-sizing-height-50p-on-target-svg-expected.png: Added.
1803         * platform/gtk/svg/custom/object-sizing-height-50p-on-target-svg-expected.txt: Added.
1804         * platform/gtk/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Added.
1805         * platform/gtk/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added.
1806         * platform/gtk/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png: Added.
1807         * platform/gtk/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.txt: Added.
1808         * platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added.
1809         * platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
1810         * platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Added.
1811         * platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
1812         * platform/gtk/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Added.
1813         * platform/gtk/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added.
1814         * platform/gtk/svg/custom/object-sizing-width-50p-on-target-svg-expected.png: Added.
1815         * platform/gtk/svg/custom/object-sizing-width-50p-on-target-svg-expected.txt: Added.
1816         * platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Added.
1817         * platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added.
1818         * platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Added.
1819         * platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
1820         * platform/gtk/svg/hixie/intrinsic/001-expected.png: Added.
1821         * platform/gtk/svg/hixie/intrinsic/001-expected.txt: Added.
1822         * platform/gtk/svg/hixie/intrinsic/003-expected.png: Added.
1823         * platform/gtk/svg/hixie/intrinsic/003-expected.txt: Added.
1825 2011-06-01  Adam Barth  <abarth@webkit.org>
1827         Add baselines for these tests.
1829         * platform/chromium-linux-x86/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png: Added.
1830         * platform/chromium-linux-x86/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.txt: Added.
1831         * platform/chromium-linux/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png: Added.
1832         * platform/chromium-linux/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.txt: Added.
1833         * platform/chromium-win-vista/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png: Added.
1834         * platform/chromium-win-vista/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.txt: Added.
1836 2011-06-01  Mario Sanchez Prada  <msanchez@igalia.com>
1838         Unreviewed, added new baseline for GTK after r87726.
1840         * platform/gtk/fast/frames/flattening/iframe-flattening-nested-expected.txt: Added.
1841         * platform/gtk/fast/frames/flattening/iframe-flattening-nested-expected.png: Added.
1843 2011-06-01  Mario Sanchez Prada  <msanchez@igalia.com>
1845         Unreviewed, added new baselines for GTK after r87721.
1847         * platform/gtk/svg/custom/invalid-stroke-hex-expected.txt: Added.
1848         * platform/gtk/svg/custom/invalid-stroke-hex-expected.png: Added.
1849         * platform/gtk/svg/custom/invalid-uri-stroke-expected.txt: Added.
1850         * platform/gtk/svg/custom/invalid-uri-stroke-expected.png: Added.
1852 2011-06-01  Mario Sanchez Prada  <msanchez@igalia.com>
1854         Unreviewed, added new baseline for GTK after r87680.
1856         * platform/gtk/svg/filters/feConvolveFilter-y-bounds-expected.txt: Added.
1857         * platform/gtk/svg/filters/feConvolveFilter-y-bounds-expected.png: Added.
1859 2011-06-01  Mario Sanchez Prada  <msanchez@igalia.com>
1861         Unreviewed, added new baseline for GTK after r87605.
1863         * platform/gtk/svg/wicd/test-scalable-background-image2-expected.txt: Added.
1864         * platform/gtk/svg/wicd/test-scalable-background-image2-expected.png: Added.
1866 2011-06-01  Mario Sanchez Prada  <msanchez@igalia.com>
1868         Unreviewed, added new baselines for GTK after r87526.
1870         * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added.
1871         * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added.
1872         * platform/gtk/svg/custom/object-no-size-attributes-expected.png: Added.
1873         * platform/gtk/svg/custom/object-no-size-attributes-expected.txt: Added.
1874         * platform/gtk/svg/custom/object-sizing-expected.png: Added.
1875         * platform/gtk/svg/custom/object-sizing-expected.txt: Added.
1876         * platform/gtk/svg/custom/object-sizing-explicit-height-expected.png: Added.
1877         * platform/gtk/svg/custom/object-sizing-explicit-height-expected.txt: Added.
1878         * platform/gtk/svg/custom/object-sizing-explicit-width-expected.png: Added.
1879         * platform/gtk/svg/custom/object-sizing-explicit-width-expected.txt: Added.
1880         * platform/gtk/svg/custom/object-sizing-explicit-width-height-expected.png: Added.
1881         * platform/gtk/svg/custom/object-sizing-explicit-width-height-expected.txt: Added.
1882         * platform/gtk/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Added.
1883         * platform/gtk/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt: Added.
1884         * platform/gtk/svg/custom/object-sizing-no-width-height-expected.png: Added.
1885         * platform/gtk/svg/custom/object-sizing-no-width-height-expected.txt: Added.
1886         * platform/gtk/svg/wicd/rightsizing-grid-expected.png: Added.
1887         * platform/gtk/svg/wicd/rightsizing-grid-expected.txt: Added.
1888         * platform/gtk/svg/wicd/test-rightsizing-a-expected.png: Added.
1889         * platform/gtk/svg/wicd/test-rightsizing-a-expected.txt: Added.
1890         * platform/gtk/svg/wicd/test-rightsizing-b-expected.png: Added.
1891         * platform/gtk/svg/wicd/test-rightsizing-b-expected.txt: Added.
1892         * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
1893         * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
1894         * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
1895         * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
1896         * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
1897         * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
1898         * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
1899         * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added.
1900         * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
1901         * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
1902         * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-text-expected.png: Added.
1903         * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-text-expected.txt: Added.
1905 2011-06-01  Mario Sanchez Prada  <msanchez@igalia.com>
1907         Unreviewed, added new baseline for GTK after r87387.
1909         * platform/gtk/fast/borders/border-antialiasing-expected.txt: Added.
1910         * platform/gtk/fast/borders/border-antialiasing-expected.png: Added.
1912 2011-06-01  Nikolas Zimmermann  <nzimmermann@rim.com>
1914         Reviewed by Rob Buis.
1916         SVGs with a viewbox specified do not seem to work as SVGImages
1917         https://bugs.webkit.org/show_bug.cgi?id=16517
1919         SVGs with a viewBox work as background image nowadays, add a testcase covering it, originally from Beth Dakin.
1921         * platform/mac/svg/as-image/svg-as-background-with-viewBox-expected.png: Added.
1922         * platform/mac/svg/as-image/svg-as-background-with-viewBox-expected.txt: Added.
1923         * svg/as-image/resources/green-relative-size-rect-with-viewBox.svg: Added.
1924         * svg/as-image/svg-as-background-with-viewBox.html: Added.
1926 2011-06-01  Shishir Agrawal  <shishir@chromium.org>
1928         Reviewed by Tony Gentilcore.
1930         Renaming the Page Visibility attributes as per the modified spec draft.
1931         https://bugs.webkit.org/show_bug.cgi?id=61825
1933         Spec draft:
1934         http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html
1936         - Event needs to be webkitVisibilityChange from webkitVisibilityStateChange
1937         - The attribute webkitIsVisible needs to change to webkitHidden
1939         * fast/events/page-visibility-iframe-delete-test.html:
1940         * fast/events/page-visibility-iframe-move-test-expected.txt:
1941         * fast/events/page-visibility-iframe-move-test.html:
1942         * fast/events/page-visibility-iframe-propagation-test-expected.txt:
1943         * fast/events/page-visibility-iframe-propagation-test.html:
1944         * fast/events/page-visibility-transition-test-expected.txt:
1945         * fast/events/page-visibility-transition-test.html:
1947 2011-06-01  Gabor Loki  <loki@webkit.org>
1949         Rubber-stamped by Csaba Osztrogonác.
1951         Skip a flakey test on ARM.
1953         * platform/qt-arm/Skipped:
1955 2011-06-01  Csaba Osztrogonác  <ossy@webkit.org>
1957         [WK2] Skip new failing test because of missing SVG animation pause API.
1959         * platform/mac-wk2/Skipped:
1961 2011-06-01  Mario Sanchez Prada  <msanchez@igalia.com>
1963         Unreviewed, skipping flaky test on GTK 64-bit bot.
1965         * platform/gtk/Skipped: Skipped test.
1967 2011-06-01  Csaba Osztrogonác  <ossy@webkit.org>
1969         [Qt] Unreviewed trivial fix after r87778.
1971         * platform/qt/Skipped: Rename editing/pasteboard/4861080.html to editing/pasteboard/drag-drop-list.html.
1973 2011-06-01  Gabor Loki  <loki@webkit.org>
1975         Rubber-stamped by Csaba Osztrogonác.
1977         [Qt] Skip flakey tests on ARM
1979         * platform/qt-arm/Skipped:
1981 2011-06-01  John Knottenbelt  <jknotten@chromium.org>
1983         Unreviewed.
1985         [Chromium] Add in baselines for new SVG tests following https://bugs.webkit.org/show_bug.cgi?id=15473
1986         https://bugs.webkit.org/show_bug.cgi?id=61849
1988         * platform/chromium-linux-x86/svg/custom/object-sizing-height-50p-on-target-svg-expected.png: Added.
1989         * platform/chromium-linux-x86/svg/custom/object-sizing-height-50p-on-target-svg-expected.txt: Added.
1990         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Added.
1991         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added.
1992         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png: Added.
1993         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.txt: Added.
1994         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added.
1995         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
1996         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Added.
1997         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
1998         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Added.
1999         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added.
2000         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-on-target-svg-expected.png: Added.
2001         * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-on-target-svg-expected.txt: Added.
2002         * platform/chromium-linux-x86/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Added.
2003         * platform/chromium-linux-x86/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added.
2004         * platform/chromium-linux-x86/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Added.
2005         * platform/chromium-linux-x86/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
2006         * platform/chromium-linux-x86/svg/hixie/intrinsic/001-expected.png: Added.
2007         * platform/chromium-linux-x86/svg/hixie/intrinsic/001-expected.txt: Added.
2008         * platform/chromium-linux-x86/svg/hixie/intrinsic/002-expected.png: Added.
2009         * platform/chromium-linux-x86/svg/hixie/intrinsic/002-expected.txt: Added.
2010         * platform/chromium-linux-x86/svg/hixie/intrinsic/003-expected.png: Added.
2011         * platform/chromium-linux-x86/svg/hixie/intrinsic/003-expected.txt: Added.
2012         * platform/chromium-linux/svg/custom/object-sizing-height-50p-on-target-svg-expected.png: Added.
2013         * platform/chromium-linux/svg/custom/object-sizing-height-50p-on-target-svg-expected.txt: Added.
2014         * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Added.
2015         * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added.
2016         * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png: Added.
2017         * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.txt: Added.
2018         * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added.
2019         * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
2020         * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Added.
2021         * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
2022         * platform/chromium-linux/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Added.
2023         * platform/chromium-linux/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added.
2024         * platform/chromium-linux/svg/custom/object-sizing-width-50p-on-target-svg-expected.png: Added.
2025         * platform/chromium-linux/svg/custom/object-sizing-width-50p-on-target-svg-expected.txt: Added.
2026         * platform/chromium-linux/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Added.
2027         * platform/chromium-linux/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added.
2028         * platform/chromium-linux/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Added.
2029         * platform/chromium-linux/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
2030         * platform/chromium-linux/svg/hixie/intrinsic/001-expected.png: Added.
2031         * platform/chromium-linux/svg/hixie/intrinsic/001-expected.txt: Added.
2032         * platform/chromium-linux/svg/hixie/intrinsic/002-expected.png: Added.
2033         * platform/chromium-linux/svg/hixie/intrinsic/002-expected.txt: Added.
2034         * platform/chromium-linux/svg/hixie/intrinsic/003-expected.png: Added.
2035         * platform/chromium-linux/svg/hixie/intrinsic/003-expected.txt: Added.
2036         * platform/chromium-win-vista/svg/custom/object-sizing-height-50p-on-target-svg-expected.png: Added.
2037         * platform/chromium-win-vista/svg/custom/object-sizing-height-50p-on-target-svg-expected.txt: Added.
2038         * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Added.
2039         * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added.
2040         * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png: Added.
2041         * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.txt: Added.
2042         * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added.
2043         * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
2044         * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Added.
2045         * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
2046         * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Added.
2047         * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added.
2048         * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-on-target-svg-expected.png: Added.
2049         * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-on-target-svg-expected.txt: Added.
2050         * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Added.
2051         * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added.
2052         * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Added.
2053         * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
2054         * platform/chromium-win-vista/svg/hixie/intrinsic/001-expected.png: Added.
2055         * platform/chromium-win-vista/svg/hixie/intrinsic/001-expected.txt: Added.
2056         * platform/chromium-win-vista/svg/hixie/intrinsic/002-expected.png: Added.
2057         * platform/chromium-win-vista/svg/hixie/intrinsic/002-expected.txt: Added.
2058         * platform/chromium-win-vista/svg/hixie/intrinsic/003-expected.png: Added.
2059         * platform/chromium-win-vista/svg/hixie/intrinsic/003-expected.txt: Added.
2061 2011-06-01  Mario Sanchez Prada  <msanchez@igalia.com>
2063         Unreviewed. Test rebaselines for GTK after revision 87526.
2065         * platform/gtk/svg/hixie/text/003-expected.png:
2066         * platform/gtk/svg/hixie/text/003-expected.txt:
2067         * platform/gtk/svg/in-html/by-reference-expected.txt:
2068         * platform/gtk/svg/zoom/page/relative-sized-document-scrollbars-expected.txt:
2070 2011-06-01  Nikolas Zimmermann  <nzimmermann@rim.com>
2072         Reviewed by Andreas Kling.
2074         REGRESSION: fast/images/svg-background-crash-on-refresh.html hangs
2075         https://bugs.webkit.org/show_bug.cgi?id=15483
2077         The regression seems gone, I can't reproduce it anymore, reenable svg-background-crash-on-refresh.html.
2078         Convert the test to use dumpAsText() and actually execute the refreshing twice, including forced gc
2079         to see whether we crash on referesh or not, before it didn't actually reload. If a crash happened,
2080         it happened somewhen after executing this test, which is probably why it was flakey.
2082         * platform/mac/svg/as-image/svg-background-crash-on-refresh-expected.png: Removed.
2083         * platform/mac/svg/as-image/svg-background-crash-on-refresh-expected.txt: Removed.
2084         * svg/as-image/svg-background-crash-on-refresh-expected.txt: Copied from platform/mac/svg/as-image/svg-background-crash-on-refresh-expected.txt.
2085         * svg/as-image/svg-background-crash-on-refresh.html: Copied from svg/as-image/svg-background-crash-on-refresh.html-disabled.
2086         * svg/as-image/svg-background-crash-on-refresh.html-disabled: Removed.
2088 2011-06-01  Mario Sanchez Prada  <msanchez@igalia.com>
2090         Unreviewed. Test rebaselines for GTK after revision 87721.
2092         * platform/gtk/svg/custom/invalid-fill-expected.png:
2093         * platform/gtk/svg/custom/invalid-fill-expected.txt:
2094         * platform/gtk/svg/custom/invalid-fill-hex-expected.png:
2095         * platform/gtk/svg/custom/invalid-fill-hex-expected.txt:
2097 2011-06-01  Nikolas Zimmermann  <nzimmermann@rim.com>
2099         Reviewed by Adam Barth.
2101         Move fast/images/*svg* to svg/as-image/
2102         https://bugs.webkit.org/show_bug.cgi?id=61840
2104         The SVG crowd regulary runs pixel tests, and we'd like to also include the SVG-as-image tests in our daily runs.
2105         Also it makes more sense to have these tests in a single place, just like eg. svg/in-html (html5+svg).
2107         * fast/images/animated-svg-as-image.html: Removed.
2108         * fast/images/drag-svg-as-image-expected.txt: Removed.
2109         * fast/images/drag-svg-as-image.html: Removed.
2110         * fast/images/resources/animated-rect-fixed-size.svg: Removed.
2111         * fast/images/resources/animated-rect-relative-size.svg: Removed.
2112         * fast/images/resources/butterfly.svg: Removed.
2113         * fast/images/resources/circle.svg: Removed.
2114         * fast/images/resources/green-fixed-size-rect.svg: Removed.
2115         * fast/images/resources/green-relative-size-rect.svg: Removed.
2116         * fast/images/resources/load-script.html: Removed.
2117         * fast/images/resources/width-100-percent.svg: Removed.
2118         * fast/images/svg-as-background.html: Removed.
2119         * fast/images/svg-as-image.html: Removed.
2120         * fast/images/svg-as-relative-image.html: Removed.
2121         * fast/images/svg-as-tiled-background.html: Removed.
2122         * fast/images/svg-background-crash-on-refresh.html-disabled: Removed.
2123         * fast/images/svg-background-partial-redraw.html: Removed.
2124         * fast/images/svg-image-leak-loader-expected.txt: Removed.
2125         * fast/images/svg-image-leak-loader.html: Removed.
2126         * fast/images/svg-nested-expected.txt: Removed.
2127         * fast/images/svg-nested.html: Removed.
2128         * fast/images/svg-width-100p-as-background.html: Removed.
2129         * platform/chromium-linux/fast/images/animated-svg-as-image-expected.png: Removed.
2130         * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.png: Removed.
2131         * platform/chromium-linux/svg/as-image: Added.
2132         * platform/chromium-linux/svg/as-image/animated-svg-as-image-expected.png: Copied from platform/chromium-linux/fast/images/animated-svg-as-image-expected.png.
2133         * platform/chromium-linux/svg/as-image/svg-background-partial-redraw-expected.png: Copied from platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.png.
2134         * platform/chromium-mac-leopard/fast/images/svg-background-partial-redraw-expected.png: Removed.
2135         * platform/chromium-mac-leopard/svg/as-image: Added.
2136         * platform/chromium-mac-leopard/svg/as-image/svg-background-partial-redraw-expected.png: Copied from platform/chromium-mac-leopard/fast/images/svg-background-partial-redraw-expected.png.
2137         * platform/chromium-mac/fast/images/svg-background-partial-redraw-expected.png: Removed.
2138         * platform/chromium-mac/svg/as-image: Added.
2139         * platform/chromium-mac/svg/as-image/svg-background-partial-redraw-expected.png: Copied from platform/chromium-mac/fast/images/svg-background-partial-redraw-expected.png.
2140         * platform/chromium-win/fast/images/animated-svg-as-image-expected.png: Removed.
2141         * platform/chromium-win/fast/images/animated-svg-as-image-expected.txt: Removed.
2142         * platform/chromium-win/fast/images/svg-as-background-expected.txt: Removed.
2143         * platform/chromium-win/fast/images/svg-as-tiled-background-expected.txt: Removed.
2144         * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.png: Removed.
2145         * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.txt: Removed.
2146         * platform/chromium-win/fast/images/svg-width-100p-as-background-expected.txt: Removed.
2147         * platform/chromium-win/svg/as-image: Added.
2148         * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.png: Copied from platform/chromium-win/fast/images/animated-svg-as-image-expected.png.
2149         * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.txt: Copied from platform/chromium-win/fast/images/animated-svg-as-image-expected.txt.
2150         * platform/chromium-win/svg/as-image/svg-as-background-expected.txt: Copied from platform/chromium-win/fast/images/svg-as-background-expected.txt.
2151         * platform/chromium-win/svg/as-image/svg-as-tiled-background-expected.txt: Copied from platform/chromium-win/fast/images/svg-as-tiled-background-expected.txt.
2152         * platform/chromium-win/svg/as-image/svg-background-partial-redraw-expected.png: Copied from platform/chromium-win/fast/images/svg-background-partial-redraw-expected.png.
2153         * platform/chromium-win/svg/as-image/svg-background-partial-redraw-expected.txt: Copied from platform/chromium-win/fast/images/svg-background-partial-redraw-expected.txt.
2154         * platform/chromium-win/svg/as-image/svg-width-100p-as-background-expected.txt: Copied from platform/chromium-win/fast/images/svg-width-100p-as-background-expected.txt.
2155         * platform/chromium/test_expectations.txt:
2156         * platform/gtk/fast/images/animated-svg-as-image-expected.png: Removed.
2157         * platform/gtk/fast/images/animated-svg-as-image-expected.txt: Removed.
2158         * platform/gtk/fast/images/svg-as-background-expected.png: Removed.
2159         * platform/gtk/fast/images/svg-as-background-expected.txt: Removed.
2160         * platform/gtk/fast/images/svg-as-image-expected.png: Removed.
2161         * platform/gtk/fast/images/svg-as-image-expected.txt: Removed.
2162         * platform/gtk/fast/images/svg-as-relative-image-expected.png: Removed.
2163         * platform/gtk/fast/images/svg-as-relative-image-expected.txt: Removed.
2164         * platform/gtk/fast/images/svg-as-tiled-background-expected.png: Removed.
2165         * platform/gtk/fast/images/svg-as-tiled-background-expected.txt: Removed.
2166         * platform/gtk/fast/images/svg-background-partial-redraw-expected.txt: Removed.
2167         * platform/gtk/fast/images/svg-width-100p-as-background-expected.png: Removed.
2168         * platform/gtk/fast/images/svg-width-100p-as-background-expected.txt: Removed.
2169         * platform/gtk/svg/as-image: Added.
2170         * platform/gtk/svg/as-image/animated-svg-as-image-expected.png: Copied from platform/gtk/fast/images/animated-svg-as-image-expected.png.
2171         * platform/gtk/svg/as-image/animated-svg-as-image-expected.txt: Copied from platform/gtk/fast/images/animated-svg-as-image-expected.txt.
2172         * platform/gtk/svg/as-image/svg-as-background-expected.png: Copied from platform/gtk/fast/images/svg-as-background-expected.png.
2173         * platform/gtk/svg/as-image/svg-as-background-expected.txt: Copied from platform/gtk/fast/images/svg-as-background-expected.txt.
2174         * platform/gtk/svg/as-image/svg-as-image-expected.png: Copied from platform/gtk/fast/images/svg-as-image-expected.png.
2175         * platform/gtk/svg/as-image/svg-as-image-expected.txt: Copied from platform/gtk/fast/images/svg-as-image-expected.txt.
2176         * platform/gtk/svg/as-image/svg-as-relative-image-expected.png: Copied from platform/gtk/fast/images/svg-as-relative-image-expected.png.
2177         * platform/gtk/svg/as-image/svg-as-relative-image-expected.txt: Copied from platform/gtk/fast/images/svg-as-relative-image-expected.txt.
2178         * platform/gtk/svg/as-image/svg-as-tiled-background-expected.png: Copied from platform/gtk/fast/images/svg-as-tiled-background-expected.png.
2179         * platform/gtk/svg/as-image/svg-as-tiled-background-expected.txt: Copied from platform/gtk/fast/images/svg-as-tiled-background-expected.txt.
2180         * platform/gtk/svg/as-image/svg-background-partial-redraw-expected.txt: Copied from platform/gtk/fast/images/svg-background-partial-redraw-expected.txt.
2181         * platform/gtk/svg/as-image/svg-width-100p-as-background-expected.png: Copied from platform/gtk/fast/images/svg-width-100p-as-background-expected.png.
2182         * platform/gtk/svg/as-image/svg-width-100p-as-background-expected.txt: Copied from platform/gtk/fast/images/svg-width-100p-as-background-expected.txt.
2183         * platform/mac-leopard/fast/images/animated-svg-as-image-expected.png: Removed.
2184         * platform/mac-leopard/fast/images/svg-background-partial-redraw-expected.png: Removed.
2185         * platform/mac-leopard/svg/as-image: Added.
2186         * platform/mac-leopard/svg/as-image/animated-svg-as-image-expected.png: Copied from platform/mac-leopard/fast/images/animated-svg-as-image-expected.png.
2187         * platform/mac-leopard/svg/as-image/svg-background-partial-redraw-expected.png: Copied from platform/mac-leopard/fast/images/svg-background-partial-redraw-expected.png.
2188         * platform/mac/fast/images/animated-svg-as-image-expected.png: Removed.
2189         * platform/mac/fast/images/animated-svg-as-image-expected.txt: Removed.
2190         * platform/mac/fast/images/svg-as-background-expected.png: Removed.
2191         * platform/mac/fast/images/svg-as-background-expected.txt: Removed.
2192         * platform/mac/fast/images/svg-as-image-expected.png: Removed.
2193         * platform/mac/fast/images/svg-as-image-expected.txt: Removed.
2194         * platform/mac/fast/images/svg-as-relative-image-expected.png: Removed.
2195         * platform/mac/fast/images/svg-as-relative-image-expected.txt: Removed.
2196         * platform/mac/fast/images/svg-as-tiled-background-expected.png: Removed.
2197         * platform/mac/fast/images/svg-as-tiled-background-expected.txt: Removed.
2198         * platform/mac/fast/images/svg-background-crash-on-refresh-expected.png: Removed.
2199         * platform/mac/fast/images/svg-background-crash-on-refresh-expected.txt: Removed.
2200         * platform/mac/fast/images/svg-background-partial-redraw-expected.png: Removed.
2201         * platform/mac/fast/images/svg-background-partial-redraw-expected.txt: Removed.
2202         * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Removed.
2203         * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Removed.
2204         * platform/mac/svg/as-image: Added.
2205         * platform/mac/svg/as-image/animated-svg-as-image-expected.png: Copied from platform/mac/fast/images/animated-svg-as-image-expected.png.
2206         * platform/mac/svg/as-image/animated-svg-as-image-expected.txt: Copied from platform/mac/fast/images/animated-svg-as-image-expected.txt.
2207         * platform/mac/svg/as-image/svg-as-background-expected.png: Copied from platform/mac/fast/images/svg-as-background-expected.png.
2208         * platform/mac/svg/as-image/svg-as-background-expected.txt: Copied from platform/mac/fast/images/svg-as-background-expected.txt.
2209         * platform/mac/svg/as-image/svg-as-image-expected.png: Copied from platform/mac/fast/images/svg-as-image-expected.png.
2210         * platform/mac/svg/as-image/svg-as-image-expected.txt: Copied from platform/mac/fast/images/svg-as-image-expected.txt.
2211         * platform/mac/svg/as-image/svg-as-relative-image-expected.png: Copied from platform/mac/fast/images/svg-as-relative-image-expected.png.
2212         * platform/mac/svg/as-image/svg-as-relative-image-expected.txt: Copied from platform/mac/fast/images/svg-as-relative-image-expected.txt.
2213         * platform/mac/svg/as-image/svg-as-tiled-background-expected.png: Copied from platform/mac/fast/images/svg-as-tiled-background-expected.png.
2214         * platform/mac/svg/as-image/svg-as-tiled-background-expected.txt: Copied from platform/mac/fast/images/svg-as-tiled-background-expected.txt.
2215         * platform/mac/svg/as-image/svg-background-crash-on-refresh-expected.png: Copied from platform/mac/fast/images/svg-background-crash-on-refresh-expected.png.
2216         * platform/mac/svg/as-image/svg-background-crash-on-refresh-expected.txt: Copied from platform/mac/fast/images/svg-background-crash-on-refresh-expected.txt.
2217         * platform/mac/svg/as-image/svg-background-partial-redraw-expected.png: Copied from platform/mac/fast/images/svg-background-partial-redraw-expected.png.
2218         * platform/mac/svg/as-image/svg-background-partial-redraw-expected.txt: Copied from platform/mac/fast/images/svg-background-partial-redraw-expected.txt.
2219         * platform/mac/svg/as-image/svg-width-100p-as-background-expected.png: Copied from platform/mac/fast/images/svg-width-100p-as-background-expected.png.
2220         * platform/mac/svg/as-image/svg-width-100p-as-background-expected.txt: Copied from platform/mac/fast/images/svg-width-100p-as-background-expected.txt.
2221         * platform/qt-mac/Skipped:
2222         * platform/qt-wk2/Skipped:
2223         * platform/qt/Skipped:
2224         * platform/qt/fast/images/animated-svg-as-image-expected.txt: Removed.
2225         * platform/qt/fast/images/svg-as-background-expected.txt: Removed.
2226         * platform/qt/fast/images/svg-as-image-expected.txt: Removed.
2227         * platform/qt/fast/images/svg-as-relative-image-expected.txt: Removed.
2228         * platform/qt/fast/images/svg-as-tiled-background-expected.txt: Removed.
2229         * platform/qt/fast/images/svg-background-partial-redraw-expected.png: Removed.
2230         * platform/qt/fast/images/svg-background-partial-redraw-expected.txt: Removed.
2231         * platform/qt/fast/images/svg-width-100p-as-background-expected.txt: Removed.
2232         * platform/qt/svg/as-image: Added.
2233         * platform/qt/svg/as-image/animated-svg-as-image-expected.txt: Copied from platform/qt/fast/images/animated-svg-as-image-expected.txt.
2234         * platform/qt/svg/as-image/svg-as-background-expected.txt: Copied from platform/qt/fast/images/svg-as-background-expected.txt.
2235         * platform/qt/svg/as-image/svg-as-image-expected.txt: Copied from platform/qt/fast/images/svg-as-image-expected.txt.
2236         * platform/qt/svg/as-image/svg-as-relative-image-expected.txt: Copied from platform/qt/fast/images/svg-as-relative-image-expected.txt.
2237         * platform/qt/svg/as-image/svg-as-tiled-background-expected.txt: Copied from platform/qt/fast/images/svg-as-tiled-background-expected.txt.
2238         * platform/qt/svg/as-image/svg-background-partial-redraw-expected.png: Copied from platform/qt/fast/images/svg-background-partial-redraw-expected.png.
2239         * platform/qt/svg/as-image/svg-background-partial-redraw-expected.txt: Copied from platform/qt/fast/images/svg-background-partial-redraw-expected.txt.
2240         * platform/qt/svg/as-image/svg-width-100p-as-background-expected.txt: Copied from platform/qt/fast/images/svg-width-100p-as-background-expected.txt.
2241         * svg/as-image: Added.
2242         * svg/as-image/animated-svg-as-image.html: Copied from fast/images/animated-svg-as-image.html.
2243         * svg/as-image/drag-svg-as-image-expected.txt: Copied from fast/images/drag-svg-as-image-expected.txt.
2244         * svg/as-image/drag-svg-as-image.html: Copied from fast/images/drag-svg-as-image.html.
2245         * svg/as-image/resources: Added.
2246         * svg/as-image/resources/animated-rect-fixed-size.svg: Copied from fast/images/resources/animated-rect-fixed-size.svg.
2247         * svg/as-image/resources/animated-rect-relative-size.svg: Copied from fast/images/resources/animated-rect-relative-size.svg.
2248         * svg/as-image/resources/butterfly.svg: Copied from fast/images/resources/butterfly.svg.
2249         * svg/as-image/resources/circle.svg: Copied from fast/images/resources/circle.svg.
2250         * svg/as-image/resources/green-fixed-size-rect.svg: Copied from fast/images/resources/green-fixed-size-rect.svg.
2251         * svg/as-image/resources/green-relative-size-rect.svg: Copied from fast/images/resources/green-relative-size-rect.svg.
2252         * svg/as-image/resources/load-script.html: Copied from fast/images/resources/load-script.html.
2253         * svg/as-image/resources/width-100-percent.svg: Copied from fast/images/resources/width-100-percent.svg.
2254         * svg/as-image/svg-as-background.html: Copied from fast/images/svg-as-background.html.
2255         * svg/as-image/svg-as-image.html: Copied from fast/images/svg-as-image.html.
2256         * svg/as-image/svg-as-relative-image.html: Copied from fast/images/svg-as-relative-image.html.
2257         * svg/as-image/svg-as-tiled-background.html: Copied from fast/images/svg-as-tiled-background.html.
2258         * svg/as-image/svg-background-crash-on-refresh.html-disabled: Copied from fast/images/svg-background-crash-on-refresh.html-disabled.
2259         * svg/as-image/svg-background-partial-redraw.html: Copied from fast/images/svg-background-partial-redraw.html.
2260         * svg/as-image/svg-image-leak-loader-expected.txt: Copied from fast/images/svg-image-leak-loader-expected.txt.
2261         * svg/as-image/svg-image-leak-loader.html: Copied from fast/images/svg-image-leak-loader.html.
2262         * svg/as-image/svg-nested-expected.txt: Copied from fast/images/svg-nested-expected.txt.
2263         * svg/as-image/svg-nested.html: Copied from fast/images/svg-nested.html.
2264         * svg/as-image/svg-width-100p-as-background.html: Copied from fast/images/svg-width-100p-as-background.html.
2266 2011-06-01  Nikolas Zimmermann  <nzimmermann@rim.com>
2268         Reviewed by Rob Buis.
2270         SVG fails all 3 of Hixie's CSS intrinsic sizing tests
2271         https://bugs.webkit.org/show_bug.cgi?id=15473
2273         Hixies CSS intrinsic sizing tests cover percentage sizes specified on the target SVG document as width/height attributes
2274         and using width: auto / height: auto on the <object> that hosts the SVG document. Take percentage sizes of the outermost
2275         SVGs width/height attributes into account when determining the intrinsic size of the <object>.
2277         Added several other testcases demonstrating several scenarios. All tests work exactly the same in WebKit and Firefox now.
2278         The *on-target-svg-absolute.xhtml tests look equal to WebKit/FF but Opera fails them, likely a relict of the different
2279         interpretation of the intrinsic size of a SVG document in SVG Tiny 1.2.
2281         * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png: Added.
2282         * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.txt: Added.
2283         * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-expected.png: Added.
2284         * platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-expected.txt: Added.
2285         * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Added.
2286         * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added.
2287         * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png: Added.
2288         * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.txt: Added.
2289         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added.
2290         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
2291         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Added.
2292         * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
2293         * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Added.
2294         * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added.
2295         * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-expected.png: Added.
2296         * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-expected.txt: Added.
2297         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Added.
2298         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added.
2299         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Added.
2300         * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
2301         * platform/mac/svg/hixie/intrinsic: Added.
2302         * platform/mac/svg/hixie/intrinsic/001-expected.png: Added.
2303         * platform/mac/svg/hixie/intrinsic/001-expected.txt: Added.
2304         * platform/mac/svg/hixie/intrinsic/002-expected.png: Added.
2305         * platform/mac/svg/hixie/intrinsic/002-expected.txt: Added.
2306         * platform/mac/svg/hixie/intrinsic/003-expected.png: Added.
2307         * platform/mac/svg/hixie/intrinsic/003-expected.txt: Added.
2308         * svg/custom/object-sizing-height-50p-on-target-svg-absolute.xhtml: Added.
2309         * svg/custom/object-sizing-height-50p-on-target-svg.xhtml: Added.
2310         * svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute.xhtml: Added.
2311         * svg/custom/object-sizing-width-50p-height-50p-on-target-svg.xhtml: Added.
2312         * svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute.xhtml: Added.
2313         * svg/custom/object-sizing-width-50p-height-75p-on-target-svg.xhtml: Added.
2314         * svg/custom/object-sizing-width-50p-on-target-svg-absolute.xhtml: Added.
2315         * svg/custom/object-sizing-width-50p-on-target-svg.xhtml: Added.
2316         * svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute.xhtml: Added.
2317         * svg/custom/object-sizing-width-75p-height-50p-on-target-svg.xhtml: Added.
2318         * svg/custom/resources/object-sizing-height-50p.svg: Added.
2319         * svg/custom/resources/object-sizing-width-50p-height-50p.svg: Added.
2320         * svg/custom/resources/object-sizing-width-50p-height-75p.svg: Added.
2321         * svg/custom/resources/object-sizing-width-50p.svg: Added.
2322         * svg/custom/resources/object-sizing-width-75p-height-50p.svg: Added.
2323         * svg/hixie/intrinsic: Added.
2324         * svg/hixie/intrinsic/001.html: Added.
2325         * svg/hixie/intrinsic/002.html: Added.
2326         * svg/hixie/intrinsic/003.html: Added.
2327         * svg/hixie/intrinsic/resources: Added.
2328         * svg/hixie/intrinsic/resources/001.svg: Added.
2329         * svg/hixie/intrinsic/resources/002.svg: Added.
2330         * svg/hixie/intrinsic/resources/003.svg: Added.
2331         * svg/hixie/intrinsic/resources/test-bl: Added.
2332         * svg/hixie/intrinsic/resources/test-br: Added.
2333         * svg/hixie/intrinsic/resources/test-tl: Added.
2334         * svg/hixie/intrinsic/resources/test-tr: Added.
2336 2011-06-01  Annie Sullivan  <sullivan@chromium.org>
2338         Reviewed by Ryosuke Niwa.
2340         Convert editing/pasteboard/4861010 to dump-as-markup
2341         https://bugs.webkit.org/show_bug.cgi?id=61683
2343         Renamed test to drag-drop-list.html, cleaned up html, and updated description.
2345         * editing/pasteboard/4861080.html: Removed.
2346         * editing/pasteboard/drag-drop-list.html: Copied from LayoutTests/editing/pasteboard/4861080.html.
2347         * platform/chromium-linux/editing/pasteboard/4861080-expected.png: Removed.
2348         * platform/chromium-win/editing/pasteboard/4861080-expected.png: Removed.
2349         * platform/chromium-win/editing/pasteboard/4861080-expected.txt: Removed.
2350         * platform/gtk/editing/pasteboard/4861080-expected.png: Removed.
2351         * platform/gtk/editing/pasteboard/4861080-expected.txt: Removed.
2352         * platform/mac-leopard/editing/pasteboard/4861080-expected.png: Removed.
2353         * platform/mac/editing/pasteboard/4861080-expected.png: Removed.
2354         * platform/mac/editing/pasteboard/4861080-expected.txt: Removed.
2356 2011-05-31  Kent Tamura  <tkent@chromium.org>
2358         Reviewed by Hajime Morita.
2360         Convert fast/forms/date-input-visible-strings.html to dumpAsText().
2361         https://bugs.webkit.org/show_bug.cgi?id=61777
2363         * fast/forms/date-input-visible-strings.html:
2364         * fast/forms/date-input-visible-strings-expected.txt: Added.
2365         * platform/chromium-linux/fast/forms/date-input-visible-strings-expected.png: Removed.
2366         * platform/chromium-mac-leopard/fast/forms/date-input-visible-strings-expected.png: Removed.
2367         * platform/chromium-win/fast/forms/date-input-visible-strings-expected.png: Removed.
2368         * platform/chromium-win/fast/forms/date-input-visible-strings-expected.txt: Removed.
2369         * platform/gtk/fast/forms/date-input-visible-strings-expected.png: Removed.
2370         * platform/gtk/fast/forms/date-input-visible-strings-expected.txt: Removed.
2371         * platform/mac/fast/forms/date-input-visible-strings-expected.png: Removed.
2372         * platform/mac/fast/forms/date-input-visible-strings-expected.txt: Removed.
2373         * platform/win/fast/forms/date-input-visible-strings-expected.txt: Removed.
2375 2011-05-31  Annie Sullivan  <sullivan@chromium.org>
2377         Reviewed by Ryosuke Niwa.
2379         Convert editing/pasteboard/paste-blockquote-into-blockquote-2.html to dump-as-markup
2380         https://bugs.webkit.org/show_bug.cgi?id=61682
2382         Convert test to dump-as-markup and clean up HTML. Also update test description.
2384         * editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Added.
2385         * editing/pasteboard/paste-blockquote-into-blockquote-2.html:
2386         * platform/chromium-linux/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png: Removed.
2387         * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png: Removed.
2388         * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Removed.
2389         * platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Removed.
2390         * platform/mac-leopard/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png: Removed.
2391         * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png: Removed.
2392         * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Removed.
2393         * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Removed.
2395 2011-05-31  Kinuko Yasuda  <kinuko@chromium.org>
2397         Reviewed by Kent Tamura.
2399         [Chromium] webkitStorageInfo methods (for quota API) should not crash when error callback is not given.
2400         https://bugs.webkit.org/show_bug.cgi?id=61823
2402         Added a new test for the fix marked the new test 'skipped' on unsupported platforms.
2404         * platform/chromium/test_expectations.txt:
2405         * platform/gtk/Skipped:
2406         * platform/mac/Skipped:
2407         * platform/qt/Skipped:
2408         * platform/win/Skipped:
2409         * storage/storageinfo-no-callbacks-expected.txt: Added.
2410         * storage/storageinfo-no-callbacks.html: Added.
2412 2011-05-31  Hironori Bono  <hbono@chromium.org>
2414         Reviewed by Eric Seidel.
2416         Send an input event when we change the text direction.
2417         https://bugs.webkit.org/show_bug.cgi?id=50952
2419         This adds a new layout test to verify that we can receive input events
2420         when we change the text direction of a <textarea> element and an <input>
2421         element.
2423         * fast/html/set-text-direction-expected.txt: Added.
2424         * fast/html/set-text-direction.html: Added.
2425         * platform/gtk/Skipped:
2426         * platform/mac-leopard/Skipped:
2427         * platform/mac-tiger/Skipped:
2428         * platform/qt/Skipped:
2429         * platform/win/Skipped:
2431 2011-05-27  Adrienne Walker  <enne@google.com>
2433         Reviewed by James Robinson.
2435         [chromium] Fix crash from empty reflections with masks
2436         https://bugs.webkit.org/show_bug.cgi?id=61654
2438         * compositing/reflections/empty-reflection-with-mask-expected.txt: Added.
2439         * compositing/reflections/empty-reflection-with-mask.html: Added.
2441 2011-05-31  Berend-Jan Wever  <skylined@chromium.org>
2443         Reviewed by Adam Barth.
2445         Add test to make sure an error in requestFileSystem or resolveLocalFileSystemURI
2446         when no error callback is supplied does not cause a NULL ptr.
2447         https://bugs.webkit.org/show_bug.cgi?id=49539
2449         * fast/filesystem/filesystem-no-callback-null-ptr-crash.html: Added.
2450         * fast/filesystem/filesystem-no-callback-null-ptr-crash-expected.txt: Added.
2452 2011-05-31  Hao Zheng  <zhenghao@chromium.org>
2454         Reviewed by Tony Chang.
2456         Flush output buffer of php.
2457         https://bugs.webkit.org/show_bug.cgi?id=56060
2459         On Lucid, the output buffer is enabled by default, but it's not
2460         enabled on Hardy. Fix test http/tests/loading/preload-slow-loading.php
2461         http://www.php.net/manual/en/function.ob-flush.php
2463         * http/tests/loading/preload-slow-loading.php:
2464         * platform/chromium/test_expectations.txt:
2466 2011-05-31  Adam Barth  <abarth@webkit.org>
2468         Add chromium-mac-leopard image results for these SVG tests.
2470         * platform/chromium-mac-leopard/svg/custom/invalid-fill-expected.png: Added.
2471         * platform/chromium-mac-leopard/svg/custom/invalid-fill-hex-expected.png: Added.
2472         * platform/chromium-mac-leopard/svg/custom/invalid-stroke-hex-expected.png: Added.
2473         * platform/chromium-mac-leopard/svg/custom/invalid-uri-stroke-expected.png: Added.
2475 2011-05-31  Rob Buis  <rbuis@rim.com>
2477         RS=Dirk Schulze.
2479         run-webkit-tests on animate-path-nested-transform.html crashes
2480         https://bugs.webkit.org/show_bug.cgi?id=61798
2482         "Fix" the crashing test by choosing safer values.
2484         * svg/animations/script-tests/animate-path-nested-transforms.js:
2485         (executeTest):
2487 2011-05-31  Rob Buis  <rbuis@rim.com>
2489         Reviewed by Dirk Schulze.
2491         https://bugs.webkit.org/show_bug.cgi?id=34301
2492         Creating <animateMotion> elements via javascript do not execute
2494         https://bugs.webkit.org/show_bug.cgi?id=17043
2495         SVG missing some .idl files
2497         Verify that adding mpath via javascript works.
2499         * svg/animations/animate-mpath-insert-expected.txt: Added.
2500         * svg/animations/animate-mpath-insert.html: Added.
2501         * svg/animations/script-tests/animate-mpath-insert.js: Added.
2502         (mpath.setAttributeNS.animateMotion.appendChild.g.appendChild.rootSVGElement.appendChild.passIfCloseEnough):
2503         (startSample):
2504         (endSample):
2505         (executeTest):
2507 2011-05-31  Abhishek Arya  <inferno@chromium.org>
2509         Reviewed by Dimitri Glazkov.
2511         Tests that cloning an audio element with media controls does
2512         not result in crash.
2513         https://bugs.webkit.org/show_bug.cgi?id=61765
2515         * media/media-controls-clone-crash-expected.txt: Added.
2516         * media/media-controls-clone-crash.html: Added.
2518 2011-05-31  Andreas Kling  <kling@webkit.org>
2520         Unreviewed. Rebaseline Mac after JSC/Canvas bindings changes.
2522         * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
2524 2011-05-31  Abhishek Arya  <inferno@chromium.org>
2526         Reviewed by Dimitri Glazkov.
2528         Test that we do not crash when a DOMNodeInsertedIntoDocument event
2529         is fired while generating a error message block in xml parsing.
2530         https://bugs.webkit.org/show_bug.cgi?id=61688
2532         * fast/dom/xml-parser-error-message-crash-expected.txt: Added.
2533         * fast/dom/xml-parser-error-message-crash.svg: Added.
2535 2011-05-31  Andreas Kling  <kling@webkit.org>
2537         Reviewed by Antti Koivisto.
2539         Canvas/JSC: Auto-generate overloads for setShadow()
2540         https://bugs.webkit.org/show_bug.cgi?id=61786
2542         Add a test to verify the behavior of setShadow() when called
2543         with different numbers of arguments.
2545         * fast/canvas/canvas-overloads-setShadow-expected.txt: Added.
2546         * fast/canvas/canvas-overloads-setShadow.html: Added.
2547         * fast/canvas/script-tests/canvas-overloads-setShadow.js: Added.
2549 2011-05-31  Andreas Kling  <kling@webkit.org>
2551         Reviewed by Antti Koivisto.
2553         Canvas/JSC: Auto-generate overloads for drawImageFromRect()
2554         https://bugs.webkit.org/show_bug.cgi?id=61709
2556         Add a test to verify the behavior of drawImageFromRect() when called
2557         with different numbers of arguments.
2559         * fast/canvas/canvas-overloads-drawImageFromRect-expected.txt: Added.
2560         * fast/canvas/canvas-overloads-drawImageFromRect.html: Added.
2561         * fast/canvas/script-tests/canvas-overloads-drawImageFromRect.js: Added.
2563 2011-05-31  Andreas Kling  <kling@webkit.org>
2565         Reviewed by Antti Koivisto.
2567         Canvas/JSC: Auto-generate overloads for drawImage()
2568         https://bugs.webkit.org/show_bug.cgi?id=61703
2570         Add a test to verify the behavior of drawImage() when called with
2571         different numbers of arguments.
2573         * fast/canvas/canvas-overloads-drawImage-expected.txt: Added.
2574         * fast/canvas/canvas-overloads-drawImage.html: Added.
2575         * fast/canvas/script-tests/canvas-overloads-drawImage.js: Added.
2577 2011-05-31  Andreas Kling  <kling@webkit.org>
2579         Reviewed by Antti Koivisto.
2581         Canvas/JSC: Auto-generate overloads for strokeRect()
2582         https://bugs.webkit.org/show_bug.cgi?id=61641
2584         Add a test to verify the behavior of strokeRect() when called with
2585         different numbers of arguments.
2587         * fast/canvas/canvas-overloads-strokeRect-expected.txt: Added.
2588         * fast/canvas/canvas-overloads-strokeRect.html: Added.
2589         * fast/canvas/script-tests/canvas-overloads-strokeRect.js: Added.
2591 2011-05-31  Andreas Kling  <kling@webkit.org>
2593         Reviewed by Antti Koivisto.
2595         Canvas/JSC: Auto-generate overloads for setFillColor()
2596         https://bugs.webkit.org/show_bug.cgi?id=61635
2598         Add a test to verify the behavior of setFillColor() when called with
2599         different numbers of arguments.
2601         * fast/canvas/canvas-overloads-setFillColor-expected.txt: Added.
2602         * fast/canvas/canvas-overloads-setFillColor.html: Added.
2603         * fast/canvas/script-tests/canvas-overloads-setFillColor.js: Added.
2605 2011-05-31  Andreas Kling  <kling@webkit.org>
2607         Reviewed by Antti Koivisto.
2609         Canvas/JSC: Auto-generate overloads for setStrokeColor()
2610         https://bugs.webkit.org/show_bug.cgi?id=61629
2612         Add a test to verify the behavior of setStrokeColor() when called with
2613         different numbers of arguments.
2615         * fast/canvas/canvas-overloads-setStrokeColor-expected.txt: Added.
2616         * fast/canvas/canvas-overloads-setStrokeColor.html: Added.
2617         * fast/canvas/script-tests/canvas-overloads-setStrokeColor.js: Added.
2619 2011-05-31  Andreas Kling  <kling@webkit.org>
2621         Reviewed by Antti Koivisto.
2623         Canvas/JSC: Auto-generate overloads for strokeText()
2624         https://bugs.webkit.org/show_bug.cgi?id=61626
2626         Add a test to verify the behavior of strokeText() when called with different
2627         numbers of arguments. There are two differences to the previous behavior:
2629         - SyntaxError exceptions are now raised with the message "Not enough arguments."
2630         - Calling strokeText() with superfluous arguments now lets the call through
2631           instead of raising a SyntaxError. This matches both Gecko and Presto.
2633         * fast/canvas/canvas-overloads-strokeText-expected.txt: Added.
2634         * fast/canvas/canvas-overloads-strokeText.html: Added.
2635         * fast/canvas/script-tests/canvas-overloads-strokeText.js: Added.
2637 2011-05-31  Andreas Kling  <kling@webkit.org>
2639         Reviewed by Antti Koivisto.
2641         Canvas/JSC: Auto-generate overloads for fillText()
2642         https://bugs.webkit.org/show_bug.cgi?id=61623
2644         Add a test to verify the behavior of fillText() when called with different
2645         numbers of arguments. There are two differences to the previous behavior:
2647         - SyntaxError exceptions are now raised with the message "Not enough arguments."
2648         - Calling fillText() with superfluous arguments now lets the call through
2649           instead of raising a SyntaxError. This matches both Gecko and Presto.
2651         * fast/canvas/canvas-overloads-fillText-expected.txt: Added.
2652         * fast/canvas/canvas-overloads-fillText.html: Added.
2653         * fast/canvas/script-tests/canvas-overloads-fillText.js: Added.
2655 2011-05-31  Simon Fraser  <simon.fraser@apple.com>
2657         Reviewed by Kenneth Rohde Christiansen.
2659         Frame flattening is broken with nested frames
2660         https://bugs.webkit.org/show_bug.cgi?id=61491
2662         * fast/frames/flattening/iframe-flattening-nested.html: Added.
2663         * fast/frames/flattening/resources/inner-frame.html: Added.
2664         * fast/frames/flattening/resources/intermediate-frame.html: Added.
2665         * platform/mac/fast/frames/flattening/iframe-flattening-nested-expected.png: Added.
2666         * platform/mac/fast/frames/flattening/iframe-flattening-nested-expected.txt: Added.
2668 2011-05-31  Mikhail Naganov  <mnaganov@chromium.org>
2670         [Chromium] Unreviewed tests results rebaseline after r87721.
2672         * platform/chromium-linux-x86/svg/custom/invalid-fill-expected.png: Added.
2673         * platform/chromium-linux-x86/svg/custom/invalid-fill-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/custom/invalid-fill-expected.txt.
2674         * platform/chromium-linux-x86/svg/custom/invalid-fill-hex-expected.png: Added.
2675         * platform/chromium-linux-x86/svg/custom/invalid-stroke-hex-expected.png: Added.
2676         * platform/chromium-linux-x86/svg/custom/invalid-uri-stroke-expected.png: Added.
2677         * platform/chromium-linux/svg/custom/invalid-fill-expected.png:
2678         * platform/chromium-linux/svg/custom/invalid-fill-expected.txt:
2679         * platform/chromium-linux/svg/custom/invalid-fill-hex-expected.png:
2680         * platform/chromium-linux/svg/custom/invalid-stroke-hex-expected.png: Added.
2681         * platform/chromium-linux/svg/custom/invalid-uri-stroke-expected.png: Added.
2682         * platform/chromium-win-vista/svg/custom/invalid-fill-expected.png: Added.
2683         * platform/chromium-win-vista/svg/custom/invalid-fill-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/custom/invalid-fill-expected.txt.
2684         * platform/chromium-win-vista/svg/custom/invalid-fill-hex-expected.png: Added.
2685         * platform/chromium-win-vista/svg/custom/invalid-fill-hex-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/custom/invalid-fill-expected.txt.
2686         * platform/chromium-win-vista/svg/custom/invalid-stroke-hex-expected.png: Added.
2687         * platform/chromium-win-vista/svg/custom/invalid-stroke-hex-expected.txt: Added.
2688         * platform/chromium-win-vista/svg/custom/invalid-uri-stroke-expected.png: Added.
2689         * platform/chromium-win-vista/svg/custom/invalid-uri-stroke-expected.txt: Added.
2691 2011-05-31  Oliver Varga  <Varga.Oliver@stud.u-szeged.hu>
2693         Reviewed by Nikolas Zimmermann.
2695         Invalid color handling is broken for SVG
2696         https://bugs.webkit.org/show_bug.cgi?id=58531
2698         Fix invalid color fallback handling. If the fill/stroke attributes computed
2699         value leads to a an invalid color, inherit the desired color from the parent
2700         style instead. Matches Opera/FF and SVG 1.1 Second Edition (http://www.w3.org/TR/SVG/).
2702         * platform/chromium-linux/svg/custom/invalid-fill-expected.txt:
2703         * platform/chromium-linux/svg/custom/invalid-fill-hex-expected.txt:
2704         * platform/chromium-linux/svg/custom/invalid-stroke-hex-expected.txt: Added.
2705         * platform/chromium-linux/svg/custom/invalid-uri-stroke-expected.txt: Added.
2706         * platform/mac/svg/custom/invalid-fill-expected.png:
2707         * platform/mac/svg/custom/invalid-fill-expected.txt:
2708         * platform/mac/svg/custom/invalid-fill-hex-expected.png:
2709         * platform/mac/svg/custom/invalid-fill-hex-expected.txt:
2710         * platform/mac/svg/custom/invalid-stroke-hex-expected.png: Added.
2711         * platform/mac/svg/custom/invalid-stroke-hex-expected.txt: Added.
2712         * platform/mac/svg/custom/invalid-uri-stroke-expected.png: Added.
2713         * platform/mac/svg/custom/invalid-uri-stroke-expected.txt: Added.
2714         * platform/qt/svg/custom/invalid-fill-expected.txt:
2715         * platform/qt/svg/custom/invalid-fill-hex-expected.txt:
2716         * platform/qt/svg/custom/invalid-stroke-hex-expected.txt: Added.
2717         * platform/qt/svg/custom/invalid-uri-stroke-expected.txt: Added.
2718         * svg/custom/invalid-fill-hex.svg:
2719         * svg/custom/invalid-fill.svg:
2720         * svg/custom/invalid-stroke-hex.svg: Added.
2721         * svg/custom/invalid-uri-stroke.svg: Added.
2723 2011-05-31  Yuta Kitamura  <yutak@chromium.org>
2725         Reviewed by Kent Tamura.
2727         WebSocket: Make the output of client-close.html more verbose
2728         https://bugs.webkit.org/show_bug.cgi?id=61770
2730         * http/tests/websocket/tests/client-close-expected.txt:
2731         * http/tests/websocket/tests/client-close.html:
2732         * http/tests/websocket/tests/client-close_wsh.py:
2733         Echo back the first two bytes received from the client.
2735 2011-05-31  Zoltan Horvath  <zoltan@webkit.org>
2737         [Qt][WK2] Ossyize editing/pasteboard/copy-standalone-image-crash.html since eventSender is not implemented.
2739         * platform/qt-wk2/Skipped:
2741 2011-05-31  Yuta Kitamura  <yutak@chromium.org>
2743         Unreviewed. Update Chromium test expectation for http/tests/websocket/tests/client-close.html.
2745         * platform/chromium/test_expectations.txt:
2747 2011-05-30  Gabor Loki  <loki@webkit.org>
2749         Rubber-stamped by Csaba Osztrogonác.
2751         [Qt] Skip crashed test after r87691-r87693 on ARM
2752         https://bugs.webkit.org/show_bug.cgi?id=61764
2754         * platform/qt-arm/Skipped:
2756 2011-05-30  James Kozianski  <koz@chromium.org>
2758         Reviewed by Kent Tamura.
2760         [Chromium] Make isValidProtocol() accept protocols with '+'.
2761         https://bugs.webkit.org/show_bug.cgi?id=61759
2763         * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt: Added.
2764         * platform/chromium/fast/dom/register-protocol-handler-expected.txt: Added.
2766 2011-05-30  Andrey Petrov  <andrey.petrov@gmail.com>
2768         Reviewed by Hajime Morita.
2770         Using jQuery to show/hide IMG elements crashes WebKit
2771         https://bugs.webkit.org/show_bug.cgi?id=31721
2773         * editing/pasteboard/copy-standalone-image-crash-expected.txt: Added.
2774         * editing/pasteboard/copy-standalone-image-crash.html: Added.
2776 2011-05-30  Kent Tamura  <tkent@chromium.org>
2778         [Mac] Skip a flaky test: svg/zoom/page/zoom-svg-through-object-with-text.xhtml
2780         * platform/mac/Skipped:
2782 2011-05-30  Martin Robinson  <mrobinson@igalia.com>
2784         Reviewed by Xan Lopez.
2786         [GTK] fast/css/font-face-zero-hash-key.html is crashing on the bots
2787         https://bugs.webkit.org/show_bug.cgi?id=61693
2789         * platform/gtk/Skipped: Unskip the test which is no longer crashing.
2791 2011-05-30  Gavin Peters  <gavinp@chromium.org>
2793         Reviewed by Adam Barth.
2795         prevent HTMLLinkElement from watching multiple CachedResources
2796         https://bugs.webkit.org/show_bug.cgi?id=61686
2798         If we modify an existing link element, stop listening to the previous
2799         cached resource, to prevent double notifications (which crash).
2801         * fast/dom/HTMLLinkElement/prefetch-too-many-clients-expected.txt: Added.
2802         * fast/dom/HTMLLinkElement/prefetch-too-many-clients.html: Added.
2803         * platform/gtk/Skipped:
2804         * platform/mac/Skipped:
2805         * platform/qt/Skipped:
2806         * platform/win/Skipped:
2808 2011-05-30  Sheriff Bot  <webkit.review.bot@gmail.com>
2810         Unreviewed, rolling out r87683.
2811         http://trac.webkit.org/changeset/87683
2812         https://bugs.webkit.org/show_bug.cgi?id=61729
2814         Breaks inspector tests on Chromium (Requested by apavlov on
2815         #webkit).
2817         * http/tests/inspector/inspect-iframe-from-different-domain.html:
2818         * inspector/elements/elements-delete-inline-style.html:
2819         * inspector/elements/elements-panel-styles.html:
2820         * inspector/styles/styles-iframe.html:
2821         * inspector/styles/styles-update-from-js-expected.txt:
2822         * inspector/styles/styles-update-from-js.html:
2823         * inspector/styles/styles-url-linkify.html:
2825 2011-05-30  Gabor Rapcsanyi  <rgabor@webkit.org>
2827         Rubber-stamped by Csaba Osztrogonác.
2829         [Qt] Remove passing tests from ARM Skipped list
2831         * platform/qt-arm/Skipped:
2832         * platform/qt-arm/fast: Removed.
2833         * platform/qt-arm/fast/block: Removed.
2834         * platform/qt-arm/fast/block/float: Removed.
2835         * platform/qt-arm/fast/block/float/float-not-removed-from-next-sibling-expected.txt: Removed.
2836         * platform/qt-arm/fast/block/float/float-not-removed-from-next-sibling2-expected.txt: Removed.
2837         * platform/qt-arm/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed.
2838         * platform/qt-arm/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Removed.
2839         * platform/qt-arm/fast/transforms: Removed.
2840         * platform/qt-arm/fast/transforms/transform-positioned-ancestor-expected.txt: Removed.
2841         * platform/qt-arm/transforms: Removed.
2842         * platform/qt-arm/transforms/2d: Removed.
2843         * platform/qt-arm/transforms/2d/compound-transforms-vs-containers-expected.txt: Removed.
2844         * platform/qt-arm/transforms/2d/transform-borderbox-expected.txt: Removed.
2845         * platform/qt-arm/transforms/2d/transform-origin-borderbox-expected.txt: Removed.
2846         * platform/qt-arm/transforms/2d/zoom-menulist-expected.txt: Removed.
2847         * platform/qt-arm/transforms/no_transform_hit_testing-expected.txt: Removed.
2848         * platform/qt-arm/transforms/svg-vs-css-expected.txt: Removed.
2850 2011-05-27  Alexander Pavlov  <apavlov@chromium.org>
2852         Reviewed by Yury Semikhatsky.
2854         Web Inspector: node selection is slow in the Elements panel.
2855         https://bugs.webkit.org/show_bug.cgi?id=60813
2857         * http/tests/inspector/inspect-iframe-from-different-domain.html:
2858         * inspector/elements/elements-delete-inline-style.html:
2859         * inspector/elements/elements-panel-styles.html:
2860         * inspector/styles/styles-iframe.html:
2861         * inspector/styles/styles-update-from-js.html:
2862         * inspector/styles/styles-update-from-js-expected.txt:
2863         * inspector/styles/styles-url-linkify.html:
2865 2011-05-30  Mikhail Naganov  <mnaganov@chromium.org>
2867         Unreviewed.
2868         [Chromium] Rebaseline tests after r87680.
2870         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Added.
2871         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Added.
2872         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Added.
2873         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Added.
2874         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Added.
2875         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Added.
2876         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Added.
2877         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added.
2878         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
2879         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added.
2880         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added.
2881         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added.
2882         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added.
2883         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added.
2884         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added.
2885         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added.
2886         * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
2887         * platform/chromium-linux-x86/svg/filters/feConvolveFilter-y-bounds-expected.png: Added.
2888         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
2889         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
2890         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
2891         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
2892         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
2893         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
2894         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
2895         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
2896         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
2897         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
2898         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
2899         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
2900         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
2901         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
2902         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
2903         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
2904         * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
2905         * platform/chromium-linux/svg/filters/feConvolveFilter-y-bounds-expected.png: Added.
2906         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
2907         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
2908         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
2909         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
2910         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
2911         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
2912         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
2913         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
2914         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
2915         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
2916         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
2917         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
2918         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
2919         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
2920         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
2921         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
2922         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
2923         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
2924         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
2925         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
2926         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
2927         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
2928         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
2929         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
2930         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
2931         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
2932         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
2933         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
2934         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
2935         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
2936         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
2937         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
2938         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Added.
2939         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Added.
2940         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Added.
2941         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Added.
2942         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Added.
2943         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Added.
2944         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Added.
2945         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added.
2946         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
2947         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added.
2948         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added.
2949         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added.
2950         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added.
2951         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added.
2952         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added.
2953         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added.
2954         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added.
2955         * platform/chromium-win-vista/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
2956         * platform/chromium-win-vista/svg/filters/feConvolveFilter-y-bounds-expected.png: Added.
2958 2011-05-30  Ryan Sleevi  <rsleevi@chromium.org>
2960         Reviewed by Darin Adler.
2962         FEConvolveMatrix::getPixelValue() fails to properly check if y is within bounds, causing it to fail to correctly apply the kernel and edge mode to the first targetY pixels
2963         https://bugs.webkit.org/show_bug.cgi?id=61603
2965         * platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.png: Added.
2966         * platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.txt: Added.
2967         * svg/filters/feConvolveFilter-y-bounds.svg: Added.
2969 2011-05-30  Sheriff Bot  <webkit.review.bot@gmail.com>
2971         Unreviewed, rolling out r87618.
2972         http://trac.webkit.org/changeset/87618
2973         https://bugs.webkit.org/show_bug.cgi?id=61720
2975         Causes BrowserFocusTest.FocusOnReload to fail (Requested by
2976         abarth|gardener on #webkit).
2978         * fast/dom/HTMLLinkElement/prefetch-too-many-clients-expected.txt: Removed.
2979         * fast/dom/HTMLLinkElement/prefetch-too-many-clients.html: Removed.
2980         * platform/gtk/Skipped:
2981         * platform/mac/Skipped:
2982         * platform/qt/Skipped:
2983         * platform/win/Skipped:
2985 2011-05-29  Yuta Kitamura  <yutak@chromium.org>
2987         Reviewed by Kent Tamura.
2989         WebSocket closing handshake
2990         https://bugs.webkit.org/show_bug.cgi?id=35721
2992         * http/tests/websocket/tests/client-close-expected.txt: Added.
2993         * http/tests/websocket/tests/client-close.html: Added. Test client-initiated close.
2994         * http/tests/websocket/tests/client-close_wsh.py: Added.
2995         * http/tests/websocket/tests/close-before-open-expected.txt: Add a new console message.
2996         * http/tests/websocket/tests/close-event-expected.txt:
2997         * http/tests/websocket/tests/close-event.html: Test if closeEvent.wasClean is true.
2998         * http/tests/websocket/tests/close-unref-websocket-expected.txt: Add a new console message.
2999         * http/tests/websocket/tests/frame-length-longer-than-buffer_wsh.py:
3000         We need to stop pywebsocket from starting the closing handshake. Otherwise, pywebsocket
3001         waits for a close frame to arrive and this test will time out.
3002         * http/tests/websocket/tests/server-close-expected.txt: Added.
3003         * http/tests/websocket/tests/server-close.html: Added. Test server-initiated close.
3004         * http/tests/websocket/tests/server-close_wsh.py: Added.
3005         * http/tests/websocket/tests/websocket-event-target-expected.txt: Add a new console message.
3007 2011-05-29  Adam Barth  <abarth@webkit.org>
3009         More IMAGE results.
3011         * platform/chromium-mac-leopard/svg/wicd/test-scalable-background-image1-expected.png: Added.
3013 2011-05-29  Adam Barth  <abarth@webkit.org>
3015         Add image baselines for all these beautiful platforms.
3017         * platform/chromium-linux-x86/fullscreen: Added.
3018         * platform/chromium-linux-x86/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
3019         * platform/chromium-linux/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
3020         * platform/chromium-mac-leopard/fullscreen: Added.
3021         * platform/chromium-mac-leopard/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
3022         * platform/chromium-mac/fullscreen: Added.
3023         * platform/chromium-mac/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
3024         * platform/chromium-win-vista/fullscreen: Added.
3025         * platform/chromium-win-vista/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
3027 2011-05-29  Jer Noble  <jer.noble@apple.com>
3029         Reviewed by Simon Fraser.
3031         Embedded Vimeo video, when taken fullscreen, is overlapped by content from the enclosing page
3032         https://bugs.webkit.org/show_bug.cgi?id=61712
3034         * fullscreen/full-screen-iframe-zIndex-expected.txt: Added.
3035         * fullscreen/full-screen-iframe-zIndex.html: Added.
3036         * platform/mac/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
3038 2011-05-29  Adam Barth  <abarth@webkit.org>
3040         Add expected result.
3042         * platform/chromium-mac-leopard/svg/wicd/test-scalable-background-image2-expected.png: Added.
3044 2011-05-29  Adam Barth  <abarth@webkit.org>
3046         Slightly adjust the type of the expected failure.
3048         * platform/chromium/test_expectations.txt:
3050 2011-05-28  Alexey Proskuryakov  <ap@apple.com>
3052         Reviewed by Geoff Garen.
3054         REGRESSION (r85375): Load event is sometimes lost when multiple image elements use the same URL
3055         https://bugs.webkit.org/show_bug.cgi?id=61692
3056         <rdar://problem/9488628>
3058         * fast/dom/gc-image-element-2-expected.txt: Added.
3059         * fast/dom/gc-image-element-2.html: Added.
3061 2011-05-28  Martin Robinson  <mrobinson@igalia.com>
3063         Skip a failing test and better classify some existing skipped tests.
3065         * platform/gtk/Skipped: Update the skipped list.
3067 2011-05-28  Gavin Peters  <gavinp@chromium.org>
3069         Reviewed by Adam Barth.
3071         prevent HTMLLinkElement from watching multiple CachedResources
3072         https://bugs.webkit.org/show_bug.cgi?id=61686
3074         If we modify an existing link element, stop listening to the previous
3075         cached resource, to prevent double notifications (which crash).
3077         * fast/dom/HTMLLinkElement/prefetch-too-many-clients-expected.txt: Added.
3078         * fast/dom/HTMLLinkElement/prefetch-too-many-clients.html: Added.
3079         * platform/gtk/Skipped:
3080         * platform/mac/Skipped:
3081         * platform/qt/Skipped:
3082         * platform/win/Skipped:
3084 2011-05-28  Tonis Tiigi  <tonistiigi@gmail.com>
3086         Reviewed by Pavel Feldman.
3088         Web Inspector: there is a problem with computed style properties with wrong values
3089         https://bugs.webkit.org/show_bug.cgi?id=60535
3091         Adding cases that test invalid properties.
3093         * inspector/styles/styles-computed-trace-expected.txt:
3094         * inspector/styles/styles-computed-trace.html:
3096 2011-05-28  Robert Hogan  <robert@webkit.org>
3098         Reviewed by Antonio Gomes.
3100         [Qt] fast/events/backspace-nagivates-back fails on Qt bots (Mac and Linux)
3101         https://bugs.webkit.org/show_bug.cgi?id=60311
3103         If there is no editable text Qt interprets backspace as a navigation
3104         command, regardless of platform.
3106         * platform/qt/fast/events/backspace-navigates-back-expected.txt: Added.
3108 2011-05-28  Mikhail Naganov  <mnaganov@chromium.org>
3110         [Chromium] Unreviewed. Test expectations update after r87605
3112         * platform/chromium-linux-x86/svg/wicd/test-scalable-background-image1-expected.png: Added.
3113         * platform/chromium-linux-x86/svg/wicd/test-scalable-background-image1-expected.txt: Added.
3114         * platform/chromium-linux-x86/svg/wicd/test-scalable-background-image2-expected.png: Added.
3115         * platform/chromium-linux-x86/svg/wicd/test-scalable-background-image2-expected.txt: Added.
3116         * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png: Added.
3117         * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.txt: Added.
3118         * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png: Added.
3119         * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.txt: Added.
3120         * platform/chromium-win-vista/svg/wicd/test-scalable-background-image1-expected.png: Added.
3121         * platform/chromium-win-vista/svg/wicd/test-scalable-background-image1-expected.txt: Added.
3122         * platform/chromium-win-vista/svg/wicd/test-scalable-background-image2-expected.png: Added.
3123         * platform/chromium-win-vista/svg/wicd/test-scalable-background-image2-expected.txt: Added.
3125 2011-05-28  Annie Sullivan  <sullivan@chromium.org>
3127         Reviewed by Ryosuke Niwa.
3129         editing/style/non-inheritable-styles should be dump-as-markup test
3130         https://bugs.webkit.org/show_bug.cgi?id=61681
3132         Converts the test to dump-as-markup and cleans up the HTML a bit.
3134         * editing/style/non-inheritable-styles-expected.txt: Added.
3135         * editing/style/non-inheritable-styles.html:
3136         * platform/chromium-linux/editing/style/non-inheritable-styles-expected.png: Removed.
3137         * platform/chromium-win/editing/style/non-inheritable-styles-expected.png: Removed.
3138         * platform/chromium-win/editing/style/non-inheritable-styles-expected.txt: Removed.
3139         * platform/gtk/editing/style/non-inheritable-styles-expected.png: Removed.
3140         * platform/gtk/editing/style/non-inheritable-styles-expected.txt: Removed.
3141         * platform/mac-leopard/editing/style/non-inheritable-styles-expected.png: Removed.
3142         * platform/mac/editing/style/non-inheritable-styles-expected.png: Removed.
3143         * platform/mac/editing/style/non-inheritable-styles-expected.txt: Removed.
3144         * platform/qt/editing/style/non-inheritable-styles-expected.png: Removed.
3145         * platform/qt/editing/style/non-inheritable-styles-expected.txt: Removed.
3147 2011-05-27  Nikolas Zimmermann  <nzimmermann@rim.com>
3149         Not reviewed, this just adds a new test.
3151         WebKit fails WICD SVG background image tests
3152         https://bugs.webkit.org/show_bug.cgi?id=16481
3154         Add two WICD SVG background image tests, which pass just fine.
3156         * svg/wicd/resources/test-scalable-background-image1.css: Added.
3157         (html):
3158         (body):
3159         (p):
3160         * svg/wicd/resources/test-scalable-background-image1.svg: Added.
3161         * svg/wicd/resources/test-scalable-background-image2.css: Added.
3162         (html):
3163         * svg/wicd/resources/test-scalable-background-image2.svg: Added.
3164         * svg/wicd/test-scalable-background-image1.xhtml: Added.
3165         * svg/wicd/test-scalable-background-image2.xhtml: Added.
3167 2011-05-27  Annie Sullivan  <sullivan@chromium.org>
3169         Reviewed by Ryosuke Niwa.
3171         editing/inserting/insert-3907422 should be dumpAsText test
3172         https://bugs.webkit.org/show_bug.cgi?id=61680
3174         Converted to dumpAsMarkup and cleaned up markup.
3176         * editing/inserting/insert-3907422-fix-expected.txt: Added.
3177         * editing/inserting/insert-3907422-fix.html:
3178         * platform/chromium-linux/editing/inserting/insert-3907422-fix-expected.png: Removed.
3179         * platform/chromium-mac-leopard/editing/inserting/insert-3907422-fix-expected.png: Removed.
3180         * platform/chromium-mac/editing/inserting/insert-3907422-fix-expected.png: Removed.
3181         * platform/chromium-win/editing/inserting/insert-3907422-fix-expected.png: Removed.
3182         * platform/chromium-win/editing/inserting/insert-3907422-fix-expected.txt: Removed.
3183         * platform/gtk/editing/inserting/insert-3907422-fix-expected.txt: Removed.
3184         * platform/mac/editing/inserting/insert-3907422-fix-expected.png: Removed.
3185         * platform/mac/editing/inserting/insert-3907422-fix-expected.txt: Removed.
3186         * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: Removed.
3188 2011-05-27  Jochen Eisinger  <jochen@chromium.org>
3190         Reviewed by Adam Barth.
3192         Check access policy on all storage operations
3193         https://bugs.webkit.org/show_bug.cgi?id=61581
3195         * platform/chromium/permissionclient/storage-permission-expected.txt: Added.
3196         * platform/chromium/permissionclient/storage-permission.html: Added.
3198 2011-05-27  Adam Klein  <adamk@chromium.org>
3200         Unreviewed. Hopefully last rebaseline from r87526.
3202         * platform/chromium-mac-leopard/svg/hixie/text/003-expected.png: Added.
3204 2011-05-27  Adam Klein  <adamk@chromium.org>
3206         Unreviewed. Even more rebaselines after r87526.
3208         * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
3209         * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
3210         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
3211         * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
3212         * platform/chromium-mac-leopard/svg/custom/object-sizing-expected.png: Added.
3213         * platform/chromium-mac-leopard/svg/wicd/rightsizing-grid-expected.png: Added.
3214         * platform/chromium-mac-leopard/svg/wicd/test-rightsizing-b-expected.png: Added.
3215         * platform/chromium-mac-leopard/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Removed.
3216         * platform/chromium-mac-leopard/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Removed.
3217         * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
3218         * platform/chromium-win-vista/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
3219         * platform/chromium-win-vista/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
3220         * platform/chromium/test_expectations.txt:
3222 2011-05-27  Steve Lacey  <sjl@chromium.org>
3224         Reviewed by Eric Carlson.
3226         The behaviour of controls-after-reload was causing
3227         layoutTestController in DumpRenderTree to misbehave causing a reported
3228         failure in the test run after it (controls-css-overload).
3230         Effectively, notifyDone() ended up getting called again after the test
3231         was being torn down.
3233         This change removes the unneeded seek at the end of the test (as we
3234         should have already seeked to 0.
3236         https://bugs.webkit.org/show_bug.cgi?id=60132
3238         * media/controls-after-reload.html:
3239         * platform/chromium/test_expectations.txt:
3241 2011-05-27  Adam Klein  <adamk@chromium.org>
3243         Unreviewed. More rebaselines after r87526.
3245         * platform/chromium-linux-x86/svg/in-html/by-reference-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/in-html/by-reference-expected.txt.
3246         * platform/chromium-linux/svg/in-html/by-reference-expected.txt:
3247         * platform/chromium-win-vista/svg/in-html/by-reference-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/in-html/by-reference-expected.txt.
3248         * platform/chromium-win-vista/svg/zoom/page/zoom-foreignObject-expected.png: Added.
3249         * platform/chromium/test_expectations.txt:
3251 2011-05-27  Adrienne Walker  <enne@google.com>
3253         [chromium] Unreviewed. Adjust baselines for debug-only failing scrollbar test.
3254         https://bugs.webkit.org/show_bug.cgi?id=61652
3256         * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png:
3257         * platform/chromium/test_expectations.txt:
3259 2011-05-27  Adam Klein  <adamk@chromium.org>
3261         Unreviewed. Rebaselines and test expectations updates after r87526.
3263         * platform/chromium-linux-x86/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added.
3264         * platform/chromium-linux-x86/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added.
3265         * platform/chromium-linux-x86/svg/custom/object-no-size-attributes-expected.txt: Added.
3266         * platform/chromium-linux-x86/svg/custom/object-sizing-expected.png: Added.
3267         * platform/chromium-linux-x86/svg/custom/object-sizing-expected.txt: Added.
3268         * platform/chromium-linux-x86/svg/custom/object-sizing-explicit-height-expected.png: Added.
3269         * platform/chromium-linux-x86/svg/custom/object-sizing-explicit-height-expected.txt: Added.
3270         * platform/chromium-linux-x86/svg/custom/object-sizing-explicit-width-expected.png: Added.
3271         * platform/chromium-linux-x86/svg/custom/object-sizing-explicit-width-expected.txt: Added.
3272         * platform/chromium-linux-x86/svg/custom/object-sizing-explicit-width-height-expected.png: Added.
3273         * platform/chromium-linux-x86/svg/custom/object-sizing-explicit-width-height-expected.txt: Added.
3274         * platform/chromium-linux-x86/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Added.
3275         * platform/chromium-linux-x86/svg/custom/object-sizing-no-width-height-expected.png: Added.
3276         * platform/chromium-linux-x86/svg/custom/object-sizing-no-width-height-expected.txt: Added.
3277         * platform/chromium-linux-x86/svg/wicd/rightsizing-grid-expected.png: Added.
3278         * platform/chromium-linux-x86/svg/wicd/rightsizing-grid-expected.txt: Added.
3279         * platform/chromium-linux-x86/svg/wicd/test-rightsizing-a-expected.png: Added.
3280         * platform/chromium-linux-x86/svg/wicd/test-rightsizing-a-expected.txt: Added.
3281         * platform/chromium-linux-x86/svg/wicd/test-rightsizing-b-expected.png: Added.
3282         * platform/chromium-linux-x86/svg/wicd/test-rightsizing-b-expected.txt: Added.
3283         * platform/chromium-linux-x86/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Added.
3284         * platform/chromium-linux-x86/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt.
3285         * platform/chromium-linux-x86/svg/zoom/page/zoom-foreignObject-expected.txt: Added.
3286         * platform/chromium-linux/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added.
3287         * platform/chromium-linux/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added.
3288         * platform/chromium-linux/svg/custom/object-no-size-attributes-expected.txt: Added.
3289         * platform/chromium-linux/svg/custom/object-sizing-expected.png: Added.
3290         * platform/chromium-linux/svg/custom/object-sizing-expected.txt: Added.
3291         * platform/chromium-linux/svg/custom/object-sizing-explicit-height-expected.png: Added.
3292         * platform/chromium-linux/svg/custom/object-sizing-explicit-height-expected.txt: Added.
3293         * platform/chromium-linux/svg/custom/object-sizing-explicit-width-expected.png: Added.
3294         * platform/chromium-linux/svg/custom/object-sizing-explicit-width-expected.txt: Added.
3295         * platform/chromium-linux/svg/custom/object-sizing-explicit-width-height-expected.png: Added.
3296         * platform/chromium-linux/svg/custom/object-sizing-explicit-width-height-expected.txt: Added.
3297         * platform/chromium-linux/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Added.
3298         * platform/chromium-linux/svg/custom/object-sizing-no-width-height-expected.png: Added.
3299         * platform/chromium-linux/svg/custom/object-sizing-no-width-height-expected.txt: Added.
3300         * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.png: Added.
3301         * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.txt: Added.
3302         * platform/chromium-linux/svg/wicd/test-rightsizing-a-expected.png: Added.
3303         * platform/chromium-linux/svg/wicd/test-rightsizing-a-expected.txt: Added.
3304         * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.png: Added.
3305         * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt: Added.
3306         * platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
3307         * platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
3308         * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.txt: Added.
3309         * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Added.
3310         * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt.
3311         * platform/chromium-win-vista/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added.
3312         * platform/chromium-win-vista/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added.
3313         * platform/chromium-win-vista/svg/custom/object-no-size-attributes-expected.txt: Added.
3314         * platform/chromium-win-vista/svg/custom/object-sizing-expected.png: Added.
3315         * platform/chromium-win-vista/svg/custom/object-sizing-expected.txt: Added.
3316         * platform/chromium-win-vista/svg/custom/object-sizing-explicit-height-expected.png: Added.
3317         * platform/chromium-win-vista/svg/custom/object-sizing-explicit-height-expected.txt: Added.
3318         * platform/chromium-win-vista/svg/custom/object-sizing-explicit-width-expected.png: Added.
3319         * platform/chromium-win-vista/svg/custom/object-sizing-explicit-width-expected.txt: Added.
3320         * platform/chromium-win-vista/svg/custom/object-sizing-explicit-width-height-expected.png: Added.
3321         * platform/chromium-win-vista/svg/custom/object-sizing-explicit-width-height-expected.txt: Added.
3322         * platform/chromium-win-vista/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Added.
3323         * platform/chromium-win-vista/svg/custom/object-sizing-no-width-height-expected.png: Added.
3324         * platform/chromium-win-vista/svg/custom/object-sizing-no-width-height-expected.txt: Added.
3325         * platform/chromium-win-vista/svg/wicd/rightsizing-grid-expected.png: Added.
3326         * platform/chromium-win-vista/svg/wicd/rightsizing-grid-expected.txt: Added.
3327         * platform/chromium-win-vista/svg/wicd/test-rightsizing-a-expected.png: Added.
3328         * platform/chromium-win-vista/svg/wicd/test-rightsizing-a-expected.txt: Added.
3329         * platform/chromium-win-vista/svg/wicd/test-rightsizing-b-expected.png: Added.
3330         * platform/chromium-win-vista/svg/wicd/test-rightsizing-b-expected.txt: Added.
3331         * platform/chromium-win-vista/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Added.
3332         * platform/chromium-win-vista/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt.
3333         * platform/chromium-win-vista/svg/zoom/page/zoom-foreignObject-expected.txt: Added.
3334         * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.png:
3335         * platform/chromium/test_expectations.txt:
3337 2011-05-27  James Robinson  <jamesr@chromium.org>
3339         Reviewed by Simon Fraser.
3341         GraphicsLayers for overflow controls on iframe without clipping layer left out of layer tree
3342         https://bugs.webkit.org/show_bug.cgi?id=61590
3344         * compositing/iframes/resizer-expected.txt: Added.
3345         * compositing/iframes/resizer.html: Added.
3347 2011-05-27  Nikolas Zimmermann  <nzimmermann@rim.com>
3349         Not reviewed.
3351         embedded SVG object doesn't scale right
3352         https://bugs.webkit.org/show_bug.cgi?id=10526
3354         Fix last failing win/svg test, put result in correct directory.
3356         * platform/win/svg/custom/object-sizing-explicit-width-height-expected.txt: Copied from platform/win/svg/zoom/page/object-sizing-explicit-width-height-expected.txt.
3357         * platform/win/svg/zoom/page/object-sizing-explicit-width-height-expected.txt: Removed.
3359 2011-05-27  Ryosuke Niwa  <rniwa@webkit.org>
3361         Skip smart-paste-001.html through smart-paste-005.html because GTK doesn't support smart replace.
3362         The feature is tracked by the bug 61661.
3364         * platform/gtk/Skipped:
3366 2011-05-27  Nikolas Zimmermann  <nzimmermann@rim.com>
3368         Not reviewed.
3370         embedded SVG object doesn't scale right
3371         https://bugs.webkit.org/show_bug.cgi?id=10526
3373         Rebaseline some qt/win/leopard results.
3375         * platform/mac-leopard/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
3376         * platform/mac-leopard/svg/zoom/page/zoom-svg-through-object-with-text-expected.txt: Added.
3377         * platform/qt/svg/in-html/by-reference-expected.txt:
3378         * platform/qt/svg/zoom/page/relative-sized-document-scrollbars-expected.txt:
3379         * platform/win/svg/zoom/page/object-sizing-explicit-width-height-expected.txt: Added.
3380         * platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
3381         * platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
3382         * platform/win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
3383         * platform/win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added.
3384         * platform/win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
3385         * platform/win/svg/zoom/page/zoom-svg-through-object-with-text-expected.txt: Added.
3387 2011-05-27  Nat Duca  <nduca@chromium.org>
3389         Unreviewed, landed by enne@google.com.
3391         [chromium] Add suppression for media/video-zoom due to 64/32 scrollbar issue
3392         https://bugs.webkit.org/show_bug.cgi?id=61652
3394         * platform/chromium/test_expectations.txt:
3396 2011-05-27  Ryosuke Niwa  <rniwa@webkit.org>
3398         Reviewed by Kent Tamura.
3400         Convert editing/pasteboard/paste-pre-001.html and paste-pre-002.html to dump-as-markup tests
3401         https://bugs.webkit.org/show_bug.cgi?id=61610
3403         Converted paste-pre-001.html and paste-pre-002.html to dump-as-markup tests.
3405         * editing/pasteboard/paste-pre-001-expected.txt: Added.
3406         * editing/pasteboard/paste-pre-001.html:
3407         * editing/pasteboard/paste-pre-002-expected.txt: Added.
3408         * editing/pasteboard/paste-pre-002.html:
3409         * platform/chromium-linux/editing/pasteboard/paste-pre-001-expected.png: Removed.
3410         * platform/chromium-linux/editing/pasteboard/paste-pre-002-expected.png: Removed.
3411         * platform/chromium-win/editing/pasteboard/paste-pre-001-expected.png: Removed.
3412         * platform/chromium-win/editing/pasteboard/paste-pre-001-expected.txt:
3413         * platform/chromium-win/editing/pasteboard/paste-pre-002-expected.png: Removed.
3414         * platform/chromium-win/editing/pasteboard/paste-pre-002-expected.txt:
3415         * platform/gtk/editing/pasteboard/paste-pre-001-expected.png: Removed.
3416         * platform/gtk/editing/pasteboard/paste-pre-001-expected.txt: Removed.
3417         * platform/gtk/editing/pasteboard/paste-pre-002-expected.png: Removed.
3418         * platform/gtk/editing/pasteboard/paste-pre-002-expected.txt: Removed.
3419         * platform/mac-leopard/editing/pasteboard/paste-pre-002-expected.png: Removed.
3420         * platform/mac/editing/pasteboard/paste-pre-001-expected.png: Removed.
3421         * platform/mac/editing/pasteboard/paste-pre-001-expected.txt: Removed.
3422         * platform/mac/editing/pasteboard/paste-pre-002-expected.png: Removed.
3423         * platform/mac/editing/pasteboard/paste-pre-002-expected.txt: Removed.
3424         * platform/qt/editing/pasteboard/paste-pre-001-expected.png: Removed.
3425         * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: Removed.
3426         * platform/qt/editing/pasteboard/paste-pre-002-expected.png: Removed.
3427         * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: Removed.
3429 2011-05-27  Nikolas Zimmermann  <nzimmermann@rim.com>
3431         Reviewed by Rob Buis.
3433         embedded SVG object doesn't scale right
3434         https://bugs.webkit.org/show_bug.cgi?id=10526
3436         <object> tags should treat width/height on a referenced SVG as intrinsic width/height
3437         https://bugs.webkit.org/show_bug.cgi?id=11976
3439         Incorrect handling of percentage values for width/height on embedded elements
3440         https://bugs.webkit.org/show_bug.cgi?id=14793
3442         WebKit fails some WICD 1.0 core test cases
3443         https://bugs.webkit.org/show_bug.cgi?id=15836 (partially fixed, all 'rightsizing' tests are fixed)
3445         CSS 2.1: Support replaced elements with relative intrinsic sizes
3446         https://bugs.webkit.org/show_bug.cgai?id=15849 (partially fixed)
3448         SVG embedded as <object> doesn't respect width/height attributes
3449         https://bugs.webkit.org/show_bug.cgi?id=34972
3451         Explicit size of object tag ignored
3452         https://bugs.webkit.org/show_bug.cgi?id=37086
3454         * http/tests/misc/object-embedding-svg-delayed-size-negotiation.xhtml: Added.
3455         * http/tests/misc/resources/embedded.svg: Added.
3456         * http/tests/misc/resources/svg-slow.pl: Added.
3457         * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added.
3458         * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added.
3459         * platform/mac/svg/custom/object-no-size-attributes-expected.png: Added.
3460         * platform/mac/svg/custom/object-no-size-attributes-expected.txt: Added.
3461         * platform/mac/svg/custom/object-sizing-expected.png: Added.
3462         * platform/mac/svg/custom/object-sizing-expected.txt: Added.
3463         * platform/mac/svg/custom/object-sizing-explicit-height-expected.png: Added.
3464         * platform/mac/svg/custom/object-sizing-explicit-height-expected.txt: Added.
3465         * platform/mac/svg/custom/object-sizing-explicit-width-expected.png: Added.
3466         * platform/mac/svg/custom/object-sizing-explicit-width-expected.txt: Added.
3467         * platform/mac/svg/custom/object-sizing-explicit-width-height-expected.png: Added.
3468         * platform/mac/svg/custom/object-sizing-explicit-width-height-expected.txt: Added.
3469         * platform/mac/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Added.
3470         * platform/mac/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt: Added.
3471         * platform/mac/svg/custom/object-sizing-no-width-height-expected.png: Added.
3472         * platform/mac/svg/custom/object-sizing-no-width-height-expected.txt: Added.
3473         * platform/mac/svg/hixie/text/003-expected.png:
3474         * platform/mac/svg/hixie/text/003-expected.txt:
3475         * platform/mac/svg/in-html/by-reference-expected.txt:
3476         * platform/mac/svg/wicd: Added.
3477         * platform/mac/svg/wicd/rightsizing-grid-expected.png: Added.
3478         * platform/mac/svg/wicd/rightsizing-grid-expected.txt: Added.
3479         * platform/mac/svg/wicd/test-rightsizing-a-expected.png: Added.
3480         * platform/mac/svg/wicd/test-rightsizing-a-expected.txt: Added.
3481         * platform/mac/svg/wicd/test-rightsizing-b-expected.png: Added.
3482         * platform/mac/svg/wicd/test-rightsizing-b-expected.txt: Added.
3483         * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.txt:
3484         * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png:
3485         * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt:
3486         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
3487         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
3488         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
3489         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
3490         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
3491         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
3492         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-no-width-height-expected.png: Added.
3493         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-no-width-height-expected.txt: Added.
3494         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
3495         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added.
3496         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
3497         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
3498         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-text-expected.png: Added.
3499         * platform/mac/svg/zoom/page/zoom-svg-through-object-with-text-expected.txt: Added.
3500         * svg/custom/object-no-size-attributes.xhtml: Added.
3501         * svg/custom/object-sizing-explicit-height.xhtml: Added.
3502         * svg/custom/object-sizing-explicit-width-height.xhtml: Added.
3503         * svg/custom/object-sizing-explicit-width.xhtml: Added.
3504         * svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml: Added.
3505         * svg/custom/object-sizing-no-width-height.xhtml: Added.
3506         * svg/custom/object-sizing.xhtml: Added.
3507         * svg/custom/resources/embedded.svg: Added.
3508         * svg/custom/resources/red-circle.svg: Added.
3509         * svg/in-html/by-reference-expected.png:
3510         * svg/wicd: Added.
3511         * svg/wicd/resources: Added.
3512         * svg/wicd/resources/a.svg: Added.
3513         * svg/wicd/resources/bcde.svg: Added.
3514         * svg/wicd/resources/empty1.svg: Added.
3515         * svg/wicd/resources/empty2.svg: Added.
3516         * svg/wicd/resources/empty3.svg: Added.
3517         * svg/wicd/resources/f.svg: Added.
3518         * svg/wicd/resources/g.svg: Added.
3519         * svg/wicd/resources/h.svg: Added.
3520         * svg/wicd/resources/i.svg: Added.
3521         * svg/wicd/resources/j.svg: Added.
3522         * svg/wicd/resources/k.svg: Added.
3523         * svg/wicd/resources/l.svg: Added.
3524         * svg/wicd/resources/main.css: Added.
3525         (body,html):
3526         (body):
3527         (.buttons):
3528         (h1):
3529         (h2):
3530         (h4):
3531         (p):
3532         (table):
3533         (th):
3534         (td,th):
3535         (td a):
3536         (a):
3537         (a:hover):
3538         (a:focus):
3539         (a:visited):
3540         (a.index):
3541         (a.index:hover):
3542         (a.index:focus):
3543         (a.index:visited):
3544         (ul):
3545         (ol):
3546         (.red):
3547         (.navi):
3548         (.navi a):
3549         (.navi a:hover):
3550         (.navi a:visited):
3551         * svg/wicd/resources/mnop.svg: Added.
3552         * svg/wicd/resources/q.svg: Added.
3553         * svg/wicd/resources/r.svg: Added.
3554         * svg/wicd/resources/s.svg: Added.
3555         * svg/wicd/resources/t.svg: Added.
3556         * svg/wicd/resources/test-rightsizing-a.css: Added.
3557         (html,body):
3558         (div.all):
3559         (object.w100):
3560         (object.h100):
3561         * svg/wicd/resources/test-rightsizing-b.css: Added.
3562         (html,body):
3563         (object):
3564         * svg/wicd/resources/test-svg-child-object-rightsizing.gif: Added.
3565         * svg/wicd/resources/test-svg-child-object-rightsizing.png: Added.
3566         * svg/wicd/resources/test-svg-child-object-rightsizing.svg: Added.
3567         * svg/wicd/resources/test-svg-child-object-rightsizing1.svg: Added.
3568         * svg/wicd/rightsizing-grid.xhtml: Added.
3569         * svg/wicd/test-rightsizing-a.xhtml: Added.
3570         * svg/wicd/test-rightsizing-b.xhtml: Added.
3571         * svg/zoom/page/resources: Added.
3572         * svg/zoom/page/resources/absolute-sized-svg.png: Added.
3573         * svg/zoom/page/resources/absolute-sized-svg.svg: Added.
3574         * svg/zoom/page/resources/huge-rect.svg: Added.
3575         * svg/zoom/page/resources/percentage-sized-svg.png: Added.
3576         * svg/zoom/page/resources/percentage-sized-svg.svg: Added.
3577         * svg/zoom/page/resources/text.svg: Added.
3578         * svg/zoom/page/resources/tux.svg: Added.
3579         * svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml: Added.
3580         * svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml: Added.
3581         * svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml: Added.
3582         * svg/zoom/page/zoom-svg-through-object-with-override-size.html: Added.
3583         * svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml: Added.
3584         * svg/zoom/page/zoom-svg-through-object-with-text.xhtml: Added.
3586 2011-05-25  Martin Robinson  <mrobinson@igalia.com>
3588         Reviewed by Dirk Schulze.
3590         [GTK][Cairo] Twitter rendering breaks
3591         https://bugs.webkit.org/show_bug.cgi?id=60917
3593         Added a GTK+ specific test that verifies that zero pixel sized
3594         fonts do not corrupt the Cairo context.
3596         * platform/gtk/fonts/zero-pixel-sized-fonts-expected.png: Added.
3597         * platform/gtk/fonts/zero-pixel-sized-fonts-expected.txt: Added.
3598         * platform/gtk/fonts/zero-pixel-sized-fonts.html: Added.
3600 2011-05-27  Sheriff Bot  <webkit.review.bot@gmail.com>
3602         Unreviewed, rolling out r87464.
3603         http://trac.webkit.org/changeset/87464
3604         https://bugs.webkit.org/show_bug.cgi?id=61643
3606         client-close/server-close tests are flaky on Chromium Mac and
3607         Windows (Requested by aklein on #webkit).
3609         * http/tests/websocket/tests/client-close-expected.txt: Removed.
3610         * http/tests/websocket/tests/client-close.html: Removed.
3611         * http/tests/websocket/tests/client-close_wsh.py: Removed.
3612         * http/tests/websocket/tests/close-before-open-expected.txt:
3613         * http/tests/websocket/tests/close-event-expected.txt:
3614         * http/tests/websocket/tests/close-event.html:
3615         * http/tests/websocket/tests/close-unref-websocket-expected.txt:
3616         * http/tests/websocket/tests/frame-length-longer-than-buffer_wsh.py:
3617         * http/tests/websocket/tests/server-close-expected.txt: Removed.
3618         * http/tests/websocket/tests/server-close.html: Removed.
3619         * http/tests/websocket/tests/server-close_wsh.py: Removed.
3620         * http/tests/websocket/tests/websocket-event-target-expected.txt:
3622 2011-05-27  Rob Buis  <rbuis@rim.com>
3624         Reviewed by Nikolas Zimmermann.
3626         https://bugs.webkit.org/show_bug.cgi?id=19995
3627         hixie.ch : anchor Link fails with fragment identifiers inside SVG fragments.
3629         Remove 003-broken.xml and replace it with a 003.xml that is text-only.
3631         * platform/mac/svg/hixie/links/003-broken-expected.png: Removed.
3632         * platform/mac/svg/hixie/links/003-broken-expected.txt: Removed.
3633         * svg/hixie/links/003-broken.xml: Removed.
3634         * svg/hixie/links/003-expected.txt: Added.
3635         * svg/hixie/links/003.xml: Added.
3637 2011-05-27  Yael Aharon  <yael.aharon@nokia.com>
3639         Unreviewed.
3641         WebKit2 does not support eventSender.
3643         * platform/mac-wk2/Skipped:
3645 2011-05-27  Andreas Kling  <kling@webkit.org>
3647         Reviewed by Benjamin Poulain.
3649         Update RGBA color serialization to match HTML5.
3650         https://bugs.webkit.org/show_bug.cgi?id=61449
3652         Update tests to reflect the new behavior.
3654         * canvas/philip/tests/2d.fillStyle.get.transparent.html:
3655         * canvas/philip/tests/2d.shadow.attributes.shadowColor.initial.html:
3656         * canvas/philip/tests/2d.shadow.attributes.shadowColor.valid.html:
3657         * editing/style/inline-style-container-expected.txt
3658         * editing/style/script-tests/inline-style-container.js:
3659         * fast/canvas/canvas-color-clamping-expected.txt:
3660         * fast/canvas/canvas-color-serialization-expected.txt:
3661         * fast/canvas/canvas-currentColor-expected.txt:
3662         * fast/canvas/script-tests/canvas-color-clamping.js:
3663         * fast/canvas/script-tests/canvas-color-serialization.js:
3664         * fast/canvas/script-tests/canvas-currentColor.js:
3665         * fast/dom/canvasContext2d-element-attribute-js-null-expected.txt:
3666         * fast/dom/canvasContext2d-element-attribute-js-null.html:
3668 2011-05-27  Yael Aharon  <yael.aharon@nokia.com>
3670         Unreviewed.
3672         Skip a test that requires eventSender.beginDragWithFiles.
3674         * platform/win/Skipped:
3676 2011-05-27  Yael Aharon  <yael.aharon@nokia.com>
3678         Unreviewed.
3680         Skip a test that is failing until investigated.
3682         * platform/gtk/Skipped:
3684 2011-05-27  Hans Wennborg  <hans@chromium.org>
3686         Reviewed by Tony Gentilcore.
3688         IndexedDB: Support mutating cursors on top of LevelDB
3689         https://bugs.webkit.org/show_bug.cgi?id=61615
3691         New test for adding new entries to an objecet store while running a
3692         cursor over it.
3694         * storage/indexeddb/mutating-cursor-expected.txt: Added.
3695         * storage/indexeddb/mutating-cursor.html: Added.
3697 2011-05-27  Csaba Osztrogonác  <ossy@webkit.org>
3699         [Qt][Mac] Daily gardening.
3701         Typo fix, and remove non-existent files from Skipped list.
3703         * platform/qt-mac/Skipped:
3705 2011-05-27  Csaba Osztrogonác  <ossy@webkit.org>
3707         [Qt][Mac] Daily gardening.
3709         * platform/qt-mac/Skipped:
3710          - plugins/embed-attributes-setting.html was unskipped by r87306, but fails on Qt-Mac.
3711          - plugins/plugin-initiate-popup-window.html unskipped by r87429, but fails on Qt-Mac.
3712          - fast/css/disabled-author-styles unskipped by r87311, but fails on Qt-Mac.
3713         * platform/qt-mac/editing/pasteboard/paste-code-in-pre-expected.txt: Added after r87468.
3715 2011-05-27  Yael Aharon  <yael.aharon@nokia.com>
3717         Unreviewed.
3719         Skip test that is failing on the bot, until investigated.
3721         * platform/chromium/test_expectations.txt:
3723 2011-05-27  Yael Aharon  <yael.aharon@nokia.com>
3725         Unreviewed.
3727         Skip new dropzone tests. Qt's DRT does not support drag 'n drop.
3729         * platform/qt/Skipped:
3731 2011-05-27  Csaba Osztrogonác  <ossy@webkit.org>
3733         [WK2] Skip new failing tests because of missing SVG animation pause API.
3735         * platform/mac-wk2/Skipped: Add failing tests.
3736         * platform/qt-wk2/Skipped: Remove tests, because they fail because of WK2 specific bug, not Qt-WK2 specific.
3738 2011-05-26  Yael Aharon  <yael.aharon@nokia.com>
3740         Reviewed by Tony Chang.
3742         webkit should implement the dropzone attribute
3743         https://bugs.webkit.org/show_bug.cgi?id=58210
3745         * fast/events/dropzone-001-expected.txt: Added.
3746         * fast/events/dropzone-001.html: Added.
3747         * fast/events/dropzone-002-expected.txt: Added.
3748         * fast/events/dropzone-002.html: Added.
3749         * fast/events/dropzone-003-expected.txt: Added.
3750         * fast/events/dropzone-003.html: Added.
3751         * fast/events/dropzone-004-expected.txt: Added.
3752         * fast/events/dropzone-004.html: Added.
3753         * fast/events/resources/dropzone.js: Added.
3755 2011-05-27  Csaba Osztrogonác  <ossy@webkit.org>
3757         [Qt]http/tests/security/xss-DENIED-xsl-document.xml fails with Qt 4.8
3758         https://bugs.webkit.org/show_bug.cgi?id=60175
3760         [Qt]http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception.html fails with Qt 4.8
3761         https://bugs.webkit.org/show_bug.cgi?id=60176
3763         * platform/qt-4.8/Skipped: The bug is in Qt 4.8, add Qt bug tracker URL's.
3765 2011-05-27  Zoltan Horvath  <zoltan@webkit.org>
3767         [Qt][WK2] Make the bot environmentally friendly.
3769         * platform/qt-wk2/Skipped:
3771 2011-05-27  Ryosuke Niwa  <rniwa@webkit.org>
3773         Reviewed by Kent Tamura.
3775         Convert smart-paste-004.html through smart-paste-006.html to dumpAsText tests
3776         https://bugs.webkit.org/show_bug.cgi?id=61618
3778         Converted smart-paste-004.html, smart-paste-005.html, and smart-paste-005.html to dumpAsText tests.
3780         * editing/pasteboard/smart-paste-004-expected.txt: Added.
3781         * editing/pasteboard/smart-paste-004.html:
3782         * editing/pasteboard/smart-paste-005-expected.txt: Added.
3783         * editing/pasteboard/smart-paste-005.html:
3784         * editing/pasteboard/smart-paste-006-expected.txt: Added.
3785         * editing/pasteboard/smart-paste-006.html:
3786         * platform/chromium-linux/editing/pasteboard/smart-paste-004-expected.png: Removed.
3787         * platform/chromium-linux/editing/pasteboard/smart-paste-004-expected.txt: Removed.
3788         * platform/chromium-linux/editing/pasteboard/smart-paste-005-expected.png: Removed.
3789         * platform/chromium-linux/editing/pasteboard/smart-paste-006-expected.png: Removed.
3790         * platform/chromium-win/editing/pasteboard/smart-paste-004-expected.png: Removed.
3791         * platform/chromium-win/editing/pasteboard/smart-paste-004-expected.txt: Removed.
3792         * platform/chromium-win/editing/pasteboard/smart-paste-005-expected.png: Removed.
3793         * platform/chromium-win/editing/pasteboard/smart-paste-005-expected.txt: Removed.
3794         * platform/chromium-win/editing/pasteboard/smart-paste-006-expected.png: Removed.
3795         * platform/chromium-win/editing/pasteboard/smart-paste-006-expected.txt: Removed.
3796         * platform/gtk/editing/pasteboard/smart-paste-004-expected.png: Removed.
3797         * platform/gtk/editing/pasteboard/smart-paste-004-expected.txt: Removed.
3798         * platform/gtk/editing/pasteboard/smart-paste-005-expected.png: Removed.
3799         * platform/gtk/editing/pasteboard/smart-paste-005-expected.txt: Removed.
3800         * platform/gtk/editing/pasteboard/smart-paste-006-expected.png: Removed.
3801         * platform/gtk/editing/pasteboard/smart-paste-006-expected.txt: Removed.
3802         * platform/mac/editing/pasteboard/smart-paste-004-expected.png: Removed.
3803         * platform/mac/editing/pasteboard/smart-paste-004-expected.txt: Removed.
3804         * platform/mac/editing/pasteboard/smart-paste-005-expected.png: Removed.
3805         * platform/mac/editing/pasteboard/smart-paste-005-expected.txt: Removed.
3806         * platform/mac/editing/pasteboard/smart-paste-006-expected.png: Removed.
3807         * platform/mac/editing/pasteboard/smart-paste-006-expected.txt: Removed.
3808         * platform/qt/editing/pasteboard/smart-paste-004-expected.png: Removed.
3809         * platform/qt/editing/pasteboard/smart-paste-004-expected.txt: Removed.
3810         * platform/qt/editing/pasteboard/smart-paste-005-expected.png: Removed.
3811         * platform/qt/editing/pasteboard/smart-paste-005-expected.txt: Removed.
3812         * platform/qt/editing/pasteboard/smart-paste-006-expected.png: Removed.
3813         * platform/qt/editing/pasteboard/smart-paste-006-expected.txt: Removed.
3815 2011-05-27  Ryosuke Niwa  <rniwa@webkit.org>
3817         Reviewed by Kent Tamura.
3819         Convert smart-paste-001.html through smart-paste-003.html to dumpAsText tests
3820         https://bugs.webkit.org/show_bug.cgi?id=61617
3822         Converted smart-paste-001.html, smart-paste-002.html, and smart-paste-003.html to dumpAsText tests.
3824         * editing/pasteboard/smart-paste-001-expected.txt: Added.
3825         * editing/pasteboard/smart-paste-001.html:
3826         * editing/pasteboard/smart-paste-002-expected.txt: Added.
3827         * editing/pasteboard/smart-paste-002.html:
3828         * editing/pasteboard/smart-paste-003-expected.txt: Added.
3829         * editing/pasteboard/smart-paste-003.html:
3830         * platform/chromium-linux/editing/pasteboard/smart-paste-001-expected.png: Removed.
3831         * platform/chromium-linux/editing/pasteboard/smart-paste-002-expected.png: Removed.
3832         * platform/chromium-linux/editing/pasteboard/smart-paste-003-expected.png: Removed.
3833         * platform/chromium-linux/editing/pasteboard/smart-paste-003-expected.txt: Removed.
3834         * platform/chromium-win/editing/pasteboard/smart-paste-001-expected.png: Removed.
3835         * platform/chromium-win/editing/pasteboard/smart-paste-001-expected.txt: Removed.
3836         * platform/chromium-win/editing/pasteboard/smart-paste-002-expected.png: Removed.
3837         * platform/chromium-win/editing/pasteboard/smart-paste-002-expected.txt: Removed.
3838         * platform/chromium-win/editing/pasteboard/smart-paste-003-expected.png: Removed.
3839         * platform/chromium-win/editing/pasteboard/smart-paste-003-expected.txt: Removed.
3840         * platform/gtk/editing/pasteboard/smart-paste-001-expected.png: Removed.
3841         * platform/gtk/editing/pasteboard/smart-paste-001-expected.txt: Removed.
3842         * platform/gtk/editing/pasteboard/smart-paste-002-expected.png: Removed.
3843         * platform/gtk/editing/pasteboard/smart-paste-002-expected.txt: Removed.
3844         * platform/gtk/editing/pasteboard/smart-paste-003-expected.png: Removed.
3845         * platform/gtk/editing/pasteboard/smart-paste-003-expected.txt: Removed.
3846         * platform/mac/editing/pasteboard/smart-paste-001-expected.png: Removed.
3847         * platform/mac/editing/pasteboard/smart-paste-001-expected.txt: Removed.
3848         * platform/mac/editing/pasteboard/smart-paste-002-expected.png: Removed.
3849         * platform/mac/editing/pasteboard/smart-paste-002-expected.txt: Removed.
3850         * platform/mac/editing/pasteboard/smart-paste-003-expected.png: Removed.
3851         * platform/mac/editing/pasteboard/smart-paste-003-expected.txt: Removed.
3852         * platform/qt/editing/pasteboard/smart-paste-001-expected.txt: Removed.
3853         * platform/qt/editing/pasteboard/smart-paste-002-expected.png: Removed.
3854         * platform/qt/editing/pasteboard/smart-paste-002-expected.txt: Removed.
3855         * platform/qt/editing/pasteboard/smart-paste-003-expected.png: Removed.
3856         * platform/qt/editing/pasteboard/smart-paste-003-expected.txt: Removed.
3858 2011-05-27  Ryosuke Niwa  <rniwa@webkit.org>
3860         Reviewed by Kent Tamura.
3862         Convert editing/pasteboard/paste-unrendered-select.html to a dump-as-markup test
3863         https://bugs.webkit.org/show_bug.cgi?id=61616
3865         Converted paste-unrendered-select.html to a dump-as-markup test.
3867         * editing/pasteboard/paste-unrendered-select-expected.txt: Added.
3868         * editing/pasteboard/paste-unrendered-select.html:
3869         * platform/chromium-linux/editing/pasteboard/paste-unrendered-select-expected.png: Removed.
3870         * platform/chromium-win/editing/pasteboard/paste-unrendered-select-expected.png: Removed.
3871         * platform/chromium-win/editing/pasteboard/paste-unrendered-select-expected.txt: Removed.
3872         * platform/gtk/editing/pasteboard/paste-unrendered-select-expected.png: Removed.
3873         * platform/gtk/editing/pasteboard/paste-unrendered-select-expected.txt: Removed.
3874         * platform/mac-leopard/editing/pasteboard/paste-unrendered-select-expected.png: Removed.
3875         * platform/mac/editing/pasteboard/paste-unrendered-select-expected.png: Removed.
3876         * platform/mac/editing/pasteboard/paste-unrendered-select-expected.txt: Removed.
3877         * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt: Removed.
3879 2011-05-27  Shishir Agrawal  <shishir@chromium.org>
3881         Reviewed by Tony Gentilcore.
3883         Enable Page Visibility API in the chromium port.
3884         https://bugs.webkit.org/show_bug.cgi?id=61397
3886         * platform/chromium/test_expectations.txt:
3888 2011-05-27  Ryosuke Niwa  <rniwa@webkit.org>
3890         Reviewed by Kent Tamura.
3892         Convert editing/pasteboard/paste-text-002.html and paste-text-003.html to dump-as-markup tests
3893         https://bugs.webkit.org/show_bug.cgi?id=61614
3895         Converted paste-text-002.html and paste-text-003.html to dump-as-markup tests.
3896         Also added some descriptions to the tests.
3898         * editing/pasteboard/paste-text-002-expected.txt: Added.
3899         * editing/pasteboard/paste-text-002.html:
3900         * editing/pasteboard/paste-text-003-expected.txt: Added.
3901         * editing/pasteboard/paste-text-003.html:
3902         * platform/chromium-linux/editing/pasteboard/paste-text-002-expected.png: Removed.
3903         * platform/chromium-linux/editing/pasteboard/paste-text-003-expected.png: Removed.
3904         * platform/chromium-win/editing/pasteboard/paste-text-002-expected.png: Removed.
3905         * platform/chromium-win/editing/pasteboard/paste-text-002-expected.txt: Removed.
3906         * platform/chromium-win/editing/pasteboard/paste-text-003-expected.png: Removed.
3907         * platform/chromium-win/editing/pasteboard/paste-text-003-expected.txt: Removed.
3908         * platform/gtk/editing/pasteboard/paste-text-002-expected.txt: Removed.
3909         * platform/gtk/editing/pasteboard/paste-text-003-expected.txt: Removed.
3910         * platform/mac/editing/pasteboard/paste-text-002-expected.png: Removed.
3911         * platform/mac/editing/pasteboard/paste-text-002-expected.txt: Removed.
3912         * platform/mac/editing/pasteboard/paste-text-003-expected.png: Removed.
3913         * platform/mac/editing/pasteboard/paste-text-003-expected.txt: Removed.
3914         * platform/qt/editing/pasteboard/paste-text-002-expected.png: Removed.
3915         * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Removed.
3916         * platform/qt/editing/pasteboard/paste-text-003-expected.png: Removed.
3917         * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Removed.
3919 2011-05-26  MORITA Hajime <morrita@google.com>
3921         Reviewed by Kent Tamura.
3923         WebCore::HTMLSummaryElement::isMainSummary crashes
3924         https://bugs.webkit.org/show_bug.cgi?id=61511
3926         * fast/html/details-summary-document-child-expected.txt: Added.
3927         * fast/html/details-summary-document-child.html: Added.
3929 2011-05-26  Ryosuke Niwa  <rniwa@webkit.org>
3931         Reviewed by Adam Barth.
3933         Convert editing/pasteboard/paste-blockquote-1.html to a dump-as-markup test
3934         https://bugs.webkit.org/show_bug.cgi?id=61608
3936         Converted paste-blockquote-1.html to a dump-as-markup test.
3938         * editing/pasteboard/paste-blockquote-1-expected.txt: Added.
3939         * editing/pasteboard/paste-blockquote-1.html:
3940         * platform/chromium-linux/editing/pasteboard/paste-blockquote-1-expected.png: Removed.
3941         * platform/chromium-win/editing/pasteboard/paste-blockquote-1-expected.png: Removed.
3942         * platform/chromium-win/editing/pasteboard/paste-blockquote-1-expected.txt: Removed.
3943         * platform/gtk/editing/pasteboard/paste-blockquote-1-expected.txt: Removed.
3944         * platform/mac-leopard/editing/pasteboard/paste-blockquote-1-expected.png: Removed.
3945         * platform/mac/editing/pasteboard/paste-blockquote-1-expected.png: Removed.
3946         * platform/mac/editing/pasteboard/paste-blockquote-1-expected.txt: Removed.
3947         * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt: Removed.
3949 2011-05-26  Ryosuke Niwa  <rniwa@webkit.org>
3951         Reviewed by Adam Barth.
3953         Convert editing/pasteboard/merge-end-*.html to dump-as-markup tests
3954         https://bugs.webkit.org/show_bug.cgi?id=61607
3956         * editing/pasteboard/merge-end-1-expected.txt: Added.
3957         * editing/pasteboard/merge-end-1.html:
3958         * editing/pasteboard/merge-end-2-expected.txt: Added.
3959         * editing/pasteboard/merge-end-2.html:
3960         * editing/pasteboard/merge-end-3-expected.txt: Added.
3961         * editing/pasteboard/merge-end-3.html:
3962         * editing/pasteboard/merge-end-4-expected.txt: Added.
3963         * editing/pasteboard/merge-end-4.html:
3964         * editing/pasteboard/merge-end-5-expected.txt: Added.
3965         * editing/pasteboard/merge-end-5.html:
3966         * platform/chromium-linux/editing/pasteboard/merge-end-1-expected.png: Removed.
3967         * platform/chromium-linux/editing/pasteboard/merge-end-2-expected.png: Removed.
3968         * platform/chromium-linux/editing/pasteboard/merge-end-3-expected.png: Removed.
3969         * platform/chromium-linux/editing/pasteboard/merge-end-4-expected.png: Removed.
3970         * platform/chromium-linux/editing/pasteboard/merge-end-5-expected.png: Removed.
3971         * platform/chromium-mac-leopard/editing/pasteboard/merge-end-4-expected.png: Removed.
3972         * platform/chromium-mac/editing/pasteboard/merge-end-4-expected.png: Removed.
3973         * platform/chromium-win/editing/pasteboard/merge-end-1-expected.png: Removed.
3974         * platform/chromium-win/editing/pasteboard/merge-end-1-expected.txt: Removed.
3975         * platform/chromium-win/editing/pasteboard/merge-end-2-expected.png: Removed.
3976         * platform/chromium-win/editing/pasteboard/merge-end-2-expected.txt: Removed.
3977         * platform/chromium-win/editing/pasteboard/merge-end-3-expected.png: Removed.
3978         * platform/chromium-win/editing/pasteboard/merge-end-3-expected.txt: Removed.
3979         * platform/chromium-win/editing/pasteboard/merge-end-4-expected.png: Removed.
3980         * platform/chromium-win/editing/pasteboard/merge-end-4-expected.txt: Removed.
3981         * platform/chromium-win/editing/pasteboard/merge-end-5-expected.png: Removed.
3982         * platform/chromium-win/editing/pasteboard/merge-end-5-expected.txt: Removed.
3983         * platform/gtk/editing/pasteboard/merge-end-1-expected.png: Removed.
3984         * platform/gtk/editing/pasteboard/merge-end-1-expected.txt: Removed.
3985         * platform/gtk/editing/pasteboard/merge-end-2-expected.png: Removed.
3986         * platform/gtk/editing/pasteboard/merge-end-2-expected.txt: Removed.
3987         * platform/gtk/editing/pasteboard/merge-end-3-expected.png: Removed.
3988         * platform/gtk/editing/pasteboard/merge-end-3-expected.txt: Removed.
3989         * platform/gtk/editing/pasteboard/merge-end-4-expected.png: Removed.
3990         * platform/gtk/editing/pasteboard/merge-end-4-expected.txt: Removed.
3991         * platform/gtk/editing/pasteboard/merge-end-5-expected.png: Removed.
3992         * platform/gtk/editing/pasteboard/merge-end-5-expected.txt: Removed.
3993         * platform/mac-leopard/editing/pasteboard/merge-end-1-expected.png: Removed.
3994         * platform/mac-leopard/editing/pasteboard/merge-end-2-expected.png: Removed.
3995         * platform/mac-leopard/editing/pasteboard/merge-end-3-expected.png: Removed.
3996         * platform/mac-leopard/editing/pasteboard/merge-end-5-expected.png: Removed.
3997         * platform/mac/editing/pasteboard/merge-end-1-expected.png: Removed.
3998         * platform/mac/editing/pasteboard/merge-end-1-expected.txt: Removed.
3999         * platform/mac/editing/pasteboard/merge-end-2-expected.png: Removed.
4000         * platform/mac/editing/pasteboard/merge-end-2-expected.txt: Removed.
4001         * platform/mac/editing/pasteboard/merge-end-3-expected.png: Removed.
4002         * platform/mac/editing/pasteboard/merge-end-3-expected.txt: Removed.
4003         * platform/mac/editing/pasteboard/merge-end-4-expected.png: Removed.
4004         * platform/mac/editing/pasteboard/merge-end-4-expected.txt: Removed.
4005         * platform/mac/editing/pasteboard/merge-end-5-expected.png: Removed.
4006         * platform/mac/editing/pasteboard/merge-end-5-expected.txt: Removed.
4007         * platform/qt/editing/pasteboard/merge-end-1-expected.png: Removed.
4008         * platform/qt/editing/pasteboard/merge-end-1-expected.txt: Removed.
4009         * platform/qt/editing/pasteboard/merge-end-2-expected.png: Removed.
4010         * platform/qt/editing/pasteboard/merge-end-2-expected.txt: Removed.
4011         * platform/qt/editing/pasteboard/merge-end-3-expected.png: Removed.
4012         * platform/qt/editing/pasteboard/merge-end-3-expected.txt: Removed.
4013         * platform/qt/editing/pasteboard/merge-end-4-expected.png: Removed.
4014         * platform/qt/editing/pasteboard/merge-end-4-expected.txt: Removed.
4015         * platform/qt/editing/pasteboard/merge-end-5-expected.png: Removed.
4016         * platform/qt/editing/pasteboard/merge-end-5-expected.txt: Removed.
4018 2011-05-26  Ryosuke Niwa  <rniwa@webkit.org>
4020         Reviewed by Adam Barth.
4022         Convert editing/pasteboard/interchange-newline-*.html to dump-as-markup tests.
4023         https://bugs.webkit.org/show_bug.cgi?id=61605
4025         Converted interchange-newline-1 thorugh 4 to dump-as-markup tests.
4026         Also revised some test descriptions.
4028         * editing/pasteboard/interchange-newline-1-expected.txt: Added.
4029         * editing/pasteboard/interchange-newline-1.html:
4030         * editing/pasteboard/interchange-newline-2-expected.txt: Added.
4031         * editing/pasteboard/interchange-newline-2.html:
4032         * editing/pasteboard/interchange-newline-3-expected.txt: Added.
4033         * editing/pasteboard/interchange-newline-3.html:
4034         * editing/pasteboard/interchange-newline-4-expected.txt: Added.
4035         * editing/pasteboard/interchange-newline-4.html:
4036         * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.png: Removed.
4037         * platform/chromium-linux/editing/pasteboard/interchange-newline-2-expected.png: Removed.
4038         * platform/chromium-linux/editing/pasteboard/interchange-newline-3-expected.png: Removed.
4039         * platform/chromium-linux/editing/pasteboard/interchange-newline-4-expected.png: Removed.
4040         * platform/chromium-mac-leopard/editing/pasteboard/interchange-newline-1-expected.png: Removed.
4041         * platform/chromium-mac/editing/pasteboard/interchange-newline-1-expected.png: Removed.
4042         * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.png: Removed.
4043         * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
4044         * platform/chromium-win/editing/pasteboard/interchange-newline-2-expected.png: Removed.
4045         * platform/chromium-win/editing/pasteboard/interchange-newline-2-expected.txt: Removed.
4046         * platform/chromium-win/editing/pasteboard/interchange-newline-3-expected.png: Removed.
4047         * platform/chromium-win/editing/pasteboard/interchange-newline-3-expected.txt: Removed.
4048         * platform/chromium-win/editing/pasteboard/interchange-newline-4-expected.png: Removed.
4049         * platform/chromium-win/editing/pasteboard/interchange-newline-4-expected.txt: Removed.
4050         * platform/gtk/editing/pasteboard/interchange-newline-1-expected.png: Removed.
4051         * platform/gtk/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
4052         * platform/gtk/editing/pasteboard/interchange-newline-2-expected.png: Removed.
4053         * platform/gtk/editing/pasteboard/interchange-newline-2-expected.txt: Removed.
4054         * platform/gtk/editing/pasteboard/interchange-newline-3-expected.png: Removed.
4055         * platform/gtk/editing/pasteboard/interchange-newline-3-expected.txt: Removed.
4056         * platform/gtk/editing/pasteboard/interchange-newline-4-expected.png: Removed.
4057         * platform/gtk/editing/pasteboard/interchange-newline-4-expected.txt: Removed.
4058         * platform/mac-leopard/editing/pasteboard/interchange-newline-1-expected.png: Removed.
4059         * platform/mac-leopard/editing/pasteboard/interchange-newline-2-expected.png: Removed.
4060         * platform/mac-leopard/editing/pasteboard/interchange-newline-3-expected.png: Removed.
4061         * platform/mac-leopard/editing/pasteboard/interchange-newline-4-expected.png: Removed.
4062         * platform/mac/editing/pasteboard/interchange-newline-1-expected.png: Removed.
4063         * platform/mac/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
4064         * platform/mac/editing/pasteboard/interchange-newline-2-expected.png: Removed.
4065         * platform/mac/editing/pasteboard/interchange-newline-2-expected.txt: Removed.
4066         * platform/mac/editing/pasteboard/interchange-newline-3-expected.png: Removed.
4067         * platform/mac/editing/pasteboard/interchange-newline-3-expected.txt: Removed.
4068         * platform/mac/editing/pasteboard/interchange-newline-4-expected.png: Removed.
4069         * platform/mac/editing/pasteboard/interchange-newline-4-expected.txt: Removed.
4070         * platform/qt/editing/pasteboard/interchange-newline-1-expected.png: Removed.
4071         * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Removed.
4072         * platform/qt/editing/pasteboard/interchange-newline-3-expected.txt: Removed.
4073         * platform/qt/editing/pasteboard/interchange-newline-4-expected.txt: Removed.
4075 2011-05-26  Shane Stephens  <shanestephens@google.com>
4077         Reviewed by James Robinson.
4079         REGRESSION (r81992): layout triggered by position update fails to apply when transform is updated at same time
4080         https://bugs.webkit.org/show_bug.cgi?id=60689
4082         * transforms/2d/set-transform-and-top-expected.txt: Added.
4083         * transforms/2d/set-transform-and-top.html: Added.
4085 2011-05-26  Adam Barth  <abarth@webkit.org>
4087         Reviewed by Eric Seidel.
4089         Support cross-origin property for images
4090         https://bugs.webkit.org/show_bug.cgi?id=61015
4092         Test various cases involving CORS requests and canvas tainting.
4094         * http/tests/security/canvas-remote-read-remote-image-allowed-expected.txt: Added.
4095         * http/tests/security/canvas-remote-read-remote-image-allowed-with-credentials-expected.txt: Added.
4096         * http/tests/security/canvas-remote-read-remote-image-allowed-with-credentials.html: Added.
4097         * http/tests/security/canvas-remote-read-remote-image-allowed.html: Added.
4098         * http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt: Added.
4099         * http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin.html: Added.
4100         * http/tests/security/resources/abe-allow-credentials.php: Added.
4101         * http/tests/security/resources/abe-allow-star.php: Added.
4103 2011-05-26  Ryosuke Niwa  <rniwa@webkit.org>
4105         Reviewed by Eric Seidel.
4107         editing/pasteboard/4700297.html should be renamed and converted to a dump-as-markup test
4108         https://bugs.webkit.org/show_bug.cgi?id=61595
4110         Renamed 4700297.html to insert-div-text-into-text.html and converted it into a dump-as-markup test.
4112         * editing/pasteboard/4700297.html: Removed.
4113         * editing/pasteboard/insert-div-text-into-text-expected.txt: Added.
4114         * editing/pasteboard/insert-div-text-into-text.html: Copied from LayoutTests/editing/pasteboard/4700297.html.
4115         * platform/chromium-linux/editing/pasteboard/4700297-expected.png: Removed.
4116         * platform/chromium-win/editing/pasteboard/4700297-expected.png: Removed.
4117         * platform/chromium-win/editing/pasteboard/4700297-expected.txt: Removed.
4118         * platform/gtk/editing/pasteboard/4700297-expected.png: Removed.
4119         * platform/gtk/editing/pasteboard/4700297-expected.txt: Removed.
4120         * platform/mac-leopard/editing/pasteboard/4700297-expected.png: Removed.
4121         * platform/mac/editing/pasteboard/4700297-expected.png: Removed.
4122         * platform/mac/editing/pasteboard/4700297-expected.txt: Removed.
4123         * platform/qt/editing/pasteboard/4700297-expected.png: Removed.
4124         * platform/qt/editing/pasteboard/4700297-expected.txt: Removed.
4126 2011-05-26  Ryosuke Niwa  <rniwa@webkit.org>
4128         Reviewed by Hajime Morita.
4130         editing/pasteboard/5483567.html should be renamed and converted to a dump-as-markup test.
4131         https://bugs.webkit.org/show_bug.cgi?id=61599
4133         Renamed 5483567.html to pasting-word-in-div-extra-line.html and converted it to
4134         a dump-as-markup test.
4136         * editing/pasteboard/5483567.html: Removed.
4137         * editing/pasteboard/pasting-word-in-div-extra-line-expected.txt: Added.
4138         * editing/pasteboard/pasting-word-in-div-extra-line.html: Copied from
4139         LayoutTests/editing/pasteboard/5483567.html.
4140         * platform/chromium-linux/editing/pasteboard/5483567-expected.png: Removed.
4141         * platform/chromium-win/editing/pasteboard/5483567-expected.png: Removed.
4142         * platform/chromium-win/editing/pasteboard/5483567-expected.txt: Removed.
4143         * platform/gtk/editing/pasteboard/5483567-expected.txt: Removed.
4144         * platform/mac-leopard/editing/pasteboard/5483567-expected.png: Removed.
4145         * platform/mac/editing/pasteboard/5483567-expected.png: Removed.
4146         * platform/mac/editing/pasteboard/5483567-expected.txt: Removed.
4147         * platform/qt/editing/pasteboard/5483567-expected.txt: Removed.
4149 2011-05-26  Ryosuke Niwa  <rniwa@webkit.org>
4151         Reviewed by Eric Seidel.
4153         editing/pasteboard/5089327.html should be renamed and converted to a dump-as-markup test
4154         https://bugs.webkit.org/show_bug.cgi?id=61597
4156         Renamed 5089327.html to paste-into-blockquote-with-document-font-color.html and converted it
4157         to a dump-as-markup test.
4159         * editing/pasteboard/5089327.html: Removed.
4160         * editing/pasteboard/paste-into-blockquote-with-document-font-color-expected.txt: Added.
4161         * editing/pasteboard/paste-into-blockquote-with-document-font-color.html: Copied from
4162         LayoutTests/editing/pasteboard/5089327.html.
4163         * platform/chromium-linux/editing/pasteboard/5089327-expected.png: Removed.
4164         * platform/chromium-win/editing/pasteboard/5089327-expected.png: Removed.
4165         * platform/chromium-win/editing/pasteboard/5089327-expected.txt: Removed.
4166         * platform/gtk/editing/pasteboard/5089327-expected.txt: Removed.
4167         * platform/mac-leopard/editing/pasteboard/5089327-expected.png: Removed.
4168         * platform/mac/editing/pasteboard/5089327-expected.png: Removed.
4169         * platform/mac/editing/pasteboard/5089327-expected.txt: Removed.
4170         * platform/qt/editing/pasteboard/5089327-expected.txt: Removed.
4172 2011-05-26  Ryosuke Niwa  <rniwa@webkit.org>
4174         Reviewed by Eric Seidel.
4176         editing/pasteboard/5027857.html should be renamed and converted to a dump-as-markup test
4177         https://bugs.webkit.org/show_bug.cgi?id=61602
4179         Renamed 5027857.html to paste-code-in-pre.html and converted it to a dump-as-markup test.
4181         * editing/pasteboard/5027857.html: Removed.
4182         * editing/pasteboard/paste-code-in-pre-expected.txt: Added.
4183         * editing/pasteboard/paste-code-in-pre.html: Copied from LayoutTests/editing/pasteboard/5027857.html.
4184         * platform/chromium-linux/editing/pasteboard/5027857-expected.png: Removed.
4185         * platform/chromium-win/editing/pasteboard/5027857-expected.png: Removed.
4186         * platform/chromium-win/editing/pasteboard/5027857-expected.txt: Removed.
4187         * platform/chromium-win/editing/pasteboard/paste-code-in-pre-expected.txt: Added.
4188         * platform/gtk/editing/pasteboard/5027857-expected.png: Removed.
4189         * platform/gtk/editing/pasteboard/5027857-expected.txt: Removed.
4190         * platform/mac-leopard/editing/pasteboard/5027857-expected.png: Removed.
4191         * platform/mac/editing/pasteboard/5027857-expected.png: Removed.
4192         * platform/mac/editing/pasteboard/5027857-expected.txt: Removed.
4193         * platform/qt/editing/pasteboard/5027857-expected.txt: Removed.
4195 2011-05-26  Annie Sullivan  <sullivan@chromium.org>
4197         Reviewed by Ryosuke Niwa.
4199         Delete table in contentEditable/designMode produces odd contents
4200         https://bugs.webkit.org/show_bug.cgi?id=57148
4202         Add a test for the case given in the bug: deleting an unstyled table
4203         should not leave behind a style span.
4205         Rebaseline tests now that border-collapse, -webkit-border-horizontal-spacing,
4206         and -webkit-border-vertical-spacing style spans are no longer added on
4207         table and table cell deletion, and no longer applied when copying to the
4208         clipboard.
4210         * editing/deleting/5026848-2-expected.txt:
4211         * editing/deleting/5026848-3-expected.txt:
4212         * editing/deleting/5032066-expected.txt:
4213         * editing/deleting/5115601-expected.txt:
4214         * editing/deleting/5206311-2-expected.txt:
4215         * editing/deleting/delete-block-table-expected.txt:
4216         * editing/deleting/delete-last-char-in-table-expected.txt: Added.
4217         * editing/deleting/delete-last-char-in-table.html: Added. New test for bug.
4218         * editing/deleting/delete-select-all-001-expected.txt:
4219         * editing/pasteboard/data-transfer-items-expected.txt:
4220         * editing/pasteboard/onpaste-text-html-expected.txt:
4221         * editing/selection/4895428-1-expected.txt:
4222         * editing/selection/4895428-4-expected.txt:
4223         * fast/events/ondrop-text-html-expected.txt:
4225 2011-05-26  Ryosuke Niwa  <rniwa@webkit.org>
4227         Reviewed by Simon Fraser.
4229         editing/pasteboard/style-from-rules.html is flaky on Mac bots
4230         https://bugs.webkit.org/show_bug.cgi?id=61586
4232         Don't attach an event listener to dump markup on paste when ran by DRT
4233         because we manually dump markup in DRT.
4235         * editing/pasteboard/style-from-rules.html:
4237 2011-05-26  Yuta Kitamura  <yutak@chromium.org>
4239         Reviewed by Kent Tamura.
4241         WebSocket closing handshake
4242         https://bugs.webkit.org/show_bug.cgi?id=35721
4244         * http/tests/websocket/tests/client-close-expected.txt: Added.
4245         * http/tests/websocket/tests/client-close.html: Added. Test client-initiated close.
4246         * http/tests/websocket/tests/client-close_wsh.py: Added.
4247         * http/tests/websocket/tests/close-before-open-expected.txt: Add a new console message.
4248         * http/tests/websocket/tests/close-event-expected.txt:
4249         * http/tests/websocket/tests/close-event.html: Test if closeEvent.wasClean is true.
4250         * http/tests/websocket/tests/close-unref-websocket-expected.txt: Add a new console message.
4251         * http/tests/websocket/tests/frame-length-longer-than-buffer_wsh.py:
4252         We need to stop pywebsocket from starting the closing handshake. Otherwise, pywebsocket
4253         waits for a close frame to arrive and this test will time out.
4254         * http/tests/websocket/tests/server-close-expected.txt: Added.
4255         * http/tests/websocket/tests/server-close.html: Added. Test server-initiated close.
4256         * http/tests/websocket/tests/server-close_wsh.py: Added.
4257         * http/tests/websocket/tests/websocket-event-target-expected.txt: Add a new console message.
4259 2011-05-26  MORITA Hajime  <morrita@google.com>
4261         Unreviewed expectations update for <details>.
4263         * platform/chromium-linux-x86/fast/html/details-add-child-1-expected.png: Added.
4264         * platform/chromium-linux-x86/fast/html/details-add-child-2-expected.png: Added.
4265         * platform/chromium-linux-x86/fast/html/details-add-details-child-1-expected.png: Added.
4266         * platform/chromium-linux-x86/fast/html/details-add-details-child-2-expected.png: Added.
4267         * platform/chromium-linux-x86/fast/html/details-add-summary-child-1-expected.png: Added.
4268         * platform/chromium-linux-x86/fast/html/details-add-summary-child-2-expected.png: Added.
4269         * platform/chromium-linux-x86/fast/html/details-nested-1-expected.png: Added.
4270         * platform/chromium-linux-x86/fast/html/details-nested-2-expected.png: Added.
4271         * platform/chromium-linux-x86/fast/html/details-remove-child-1-expected.png: Added.
4272         * platform/chromium-linux-x86/fast/html/details-remove-child-2-expected.png: Added.
4273         * platform/chromium-linux-x86/fast/html/details-remove-summary-child-1-expected.png: Added.
4274         * platform/chromium-linux-x86/fast/html/details-remove-summary-child-2-expected.png: Added.
4275         * platform/chromium-linux-x86/fast/html/details-replace-summary-child-expected.png: Added.
4276         * platform/chromium-linux-x86/fast/html/details-replace-summary-child-expected.txt: Added.
4277         * platform/chromium-linux-x86/fast/html/details-replace-text-expected.png: Added.
4278         * platform/chromium-linux-x86/fast/html/details-replace-text-expected.txt: Added.
4279         * platform/chromium-linux/fast/html/details-add-child-1-expected.png: Added.
4280         * platform/chromium-linux/fast/html/details-add-child-2-expected.png: Added.
4281         * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png: Added.
4282         * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png: Added.
4283         * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png: Added.
4284         * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png: Added.
4285         * platform/chromium-linux/fast/html/details-nested-1-expected.png: Added.
4286         * platform/chromium-linux/fast/html/details-nested-2-expected.png: Added.
4287         * platform/chromium-linux/fast/html/details-remove-child-1-expected.png: Added.
4288         * platform/chromium-linux/fast/html/details-remove-child-2-expected.png: Added.
4289         * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png: Added.
4290         * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png: Added.
4291         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png: Added.
4292         * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt: Added.
4293         * platform/chromium-linux/fast/html/details-replace-text-expected.png: Added.
4294         * platform/chromium-linux/fast/html/details-replace-text-expected.txt: Added.
4295         * platform/chromium-mac-leopard/fast/html/details-add-child-1-expected.png: Added.
4296         * platform/chromium-mac-leopard/fast/html/details-add-child-2-expected.png: Added.
4297         * platform/chromium-mac-leopard/fast/html/details-add-details-child-1-expected.png: Added.
4298         * platform/chromium-mac-leopard/fast/html/details-add-details-child-2-expected.png: Added.
4299         * platform/chromium-mac-leopard/fast/html/details-add-summary-child-1-expected.png: Added.
4300         * platform/chromium-mac-leopard/fast/html/details-add-summary-child-2-expected.png: Added.
4301         * platform/chromium-mac-leopard/fast/html/details-nested-1-expected.png: Added.
4302         * platform/chromium-mac-leopard/fast/html/details-nested-2-expected.png: Added.
4303         * platform/chromium-mac-leopard/fast/html/details-remove-child-1-expected.png: Added.
4304         * platform/chromium-mac-leopard/fast/html/details-remove-child-2-expected.png: Added.
4305         * platform/chromium-mac-leopard/fast/html/details-remove-summary-child-1-expected.png: Added.
4306         * platform/chromium-mac-leopard/fast/html/details-remove-summary-child-2-expected.png: Added.
4307         * platform/chromium-mac-leopard/fast/html/details-replace-summary-child-expected.png: Added.
4308         * platform/chromium-mac-leopard/fast/html/details-replace-text-expected.png: Added.
4309         * platform/chromium-win/fast/html/details-add-child-1-expected.png: Added.
4310         * platform/chromium-win/fast/html/details-add-child-1-expected.txt: Added.
4311         * platform/chromium-win/fast/html/details-add-child-2-expected.png: Added.
4312         * platform/chromium-win/fast/html/details-add-child-2-expected.txt: Added.
4313         * platform/chromium-win/fast/html/details-add-details-child-1-expected.png: Added.
4314         * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt: Added.
4315         * platform/chromium-win/fast/html/details-add-details-child-2-expected.png: Added.
4316         * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt: Added.
4317         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
4318         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
4319         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
4320         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
4321         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
4322         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
4323         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
4324         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
4325         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
4326         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
4327         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
4328         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
4329         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
4330         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
4331         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
4332         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
4333         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
4334         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
4335         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
4336         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
4337         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png: Added.
4338         * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt: Added.
4339         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png: Added.
4340         * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt: Added.
4341         * platform/chromium-win/fast/html/details-nested-1-expected.png: Added.
4342         * platform/chromium-win/fast/html/details-nested-1-expected.txt: Added.
4343         * platform/chromium-win/fast/html/details-nested-2-expected.png: Added.
4344         * platform/chromium-win/fast/html/details-nested-2-expected.txt: Added.
4345         * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
4346         * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
4347         * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
4348         * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
4349         * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
4350         * platform/chromium-win/fast/html/details-open1-expected.txt:
4351         * platform/chromium-win/fast/html/details-open2-expected.txt:
4352         * platform/chromium-win/fast/html/details-open3-expected.txt:
4353         * platform/chromium-win/fast/html/details-open4-expected.txt:
4354         * platform/chromium-win/fast/html/details-open5-expected.txt:
4355         * platform/chromium-win/fast/html/details-open6-expected.txt:
4356         * platform/chromium-win/fast/html/details-position-expected.txt:
4357         * platform/chromium-win/fast/html/details-remove-child-1-expected.png: Added.
4358         * platform/chromium-win/fast/html/details-remove-child-1-expected.txt: Added.
4359         * platform/chromium-win/fast/html/details-remove-child-2-expected.png: Added.
4360         * platform/chromium-win/fast/html/details-remove-child-2-expected.txt: Added.
4361         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
4362         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
4363         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
4364         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
4365         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
4366         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
4367         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
4368         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
4369         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
4370         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
4371         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
4372         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
4373         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png: Added.
4374         * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt: Added.
4375         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png: Added.
4376         * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt: Added.
4377         * platform/chromium-win/fast/html/details-replace-summary-child-expected.png: Added.
4378         * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt: Added.
4379         * platform/chromium-win/fast/html/details-replace-text-expected.png: Added.
4380         * platform/chromium-win/fast/html/details-replace-text-expected.txt: Added.
4381         * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
4382         * platform/chromium/test_expectations.txt:
4384 2011-05-26  James Kozianski  <koz@chromium.org>
4386         Reviewed by Eric Seidel.
4388         Implement a whitelist for registerProtocolHandler.
4390         Described in the thread here
4391         http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2011-April/031220.html
4393         https://bugs.webkit.org/show_bug.cgi?id=60322
4395         * fast/dom/register-protocol-handler.html:
4397 2011-05-26  Adam Klein  <adamk@chromium.org>
4399         Unreviewed. Remove some passing tests from the test expectations.
4401         * platform/chromium/test_expectations.txt:
4403 2011-05-26  Qi Zhang  <qi.2.zhang@nokia.com>
4405         Reviewed by Andreas Kling.
4407         WebKitTestRunner needs layoutTestController.setAuthorAndUserStylesEnabled
4408         https://bugs.webkit.org/show_bug.cgi?id=42676
4410         Implemented layoutTestController.setAuthorAndUserStylesEnabled for WebKitTestRunner.
4412         * platform/mac-wk2/Skipped:
4413         * platform/qt-wk2/Skipped:
4415 2011-05-26  Adam Klein  <adamk@chromium.org>
4417         Unreviewed.  Add Leopard rebaseline.
4419         * platform/chromium-mac-leopard/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
4421 2011-05-26  Sheriff Bot  <webkit.review.bot@gmail.com>
4423         Unreviewed, rolling out r87368.
4424         http://trac.webkit.org/changeset/87368
4425         https://bugs.webkit.org/show_bug.cgi?id=61564
4427         Wrong approach, will do the wrong thing if the element needs
4428         simplified normal flow layout but is not positioned (Requested
4429         by jamesr on #webkit).
4431         * transforms/2d/set-transform-and-top-expected.txt: Removed.
4432         * transforms/2d/set-transform-and-top.html: Removed.
4434 2011-05-02  Robert Hogan  <robert@webkit.org>
4436         Reviewed by Adam Roben.
4438         [Qt] Allow popup windows from plugins when initiated by a user gesture
4440         https://bugs.webkit.org/show_bug.cgi?id=41292
4442         * platform/qt/Skipped: Unskip plugin-initiate-popup-window.html
4443         * platform/qt/plugins/plugin-initiate-popup-window-expected.txt: Copied from LayoutTests/platform/mac/plugins/plugin-initiate-popup-window-expected.txt.
4444         * plugins/plugin-initiate-popup-window.html: Plugins are only windowless
4445                                                      by default on OSX, so make the plugins windowless explicitly.
4447 2011-05-26  Mihai Parparita  <mihaip@chromium.org>
4449         Reviewed by Adam Barth.
4451         Support cross-origin XMLHttpRequest in isolated worlds
4452         https://bugs.webkit.org/show_bug.cgi?id=59843
4454         Add test for doing a cross-origin XHR in an isolated world via 
4455         setIsolatedWorldSecurityOrigin and addOriginAccessWhitelistEntry.
4457         Skipped on JSC ports.
4459         * http/tests/security/isolatedWorld/cross-origin-xhr-expected.txt: Added.
4460         * http/tests/security/isolatedWorld/cross-origin-xhr.html: Added.
4461         * http/tests/security/isolatedWorld/resources/cross-origin-xhr.txt: Added.
4462         * platform/gtk/Skipped:
4463         * platform/mac/Skipped:
4464         * platform/qt/Skipped:
4465         * platform/win/Skipped:
4467 2011-05-26  Adam Klein  <adamk@chromium.org>
4469         Unreviewed. Suppress more flaky Linux tests.
4471         * platform/chromium/test_expectations.txt:
4473 2011-05-26  Adam Klein  <adamk@chromium.org>
4475         Unreviewed. Suppress flaky timeouts and crashes in a few tests.
4477         * platform/chromium/test_expectations.txt:
4479 2011-05-26  Adam Klein  <adamk@chromium.org>
4481         Unreviewed. Remove test expectations for now-passing tests.
4483         * platform/chromium/test_expectations.txt: Narrow some failures to Win/Linux; remove tests now passing due to rollout.
4485 2011-05-26  Adam Klein  <adamk@chromium.org>
4487         Unreviewed. Rebaselines for SVG tests added in r87284.
4489         * platform/chromium-linux-x86/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Added.
4490         * platform/chromium-linux-x86/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Added.
4491         * platform/chromium-linux-x86/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Added.
4492         * platform/chromium-linux-x86/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Added.
4493         * platform/chromium-linux-x86/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Added.
4494         * platform/chromium-linux-x86/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Added.
4495         * platform/chromium-linux-x86/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Added.
4496         * platform/chromium-linux-x86/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Added.
4497         * platform/chromium-linux-x86/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Added.
4498         * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Added.
4499         * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Added.
4500         * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Added.
4501         * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Added.
4502         * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Added.
4503         * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Added.
4504         * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Added.
4505         * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Added.
4506         * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Added.
4507         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Added.
4508         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Added.
4509         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Added.
4510         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Added.
4511         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Added.
4512         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Added.
4513         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Added.
4514         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Added.
4515         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Added.
4516         * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Added.
4517         * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Added.
4518         * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Added.
4519         * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Added.
4520         * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Added.
4521         * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Added.
4522         * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Added.
4523         * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Added.
4524         * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Added.
4525         * platform/chromium/test_expectations.txt:
4527 2011-05-26  Ryosuke Niwa  <rniwa@webkit.org>
4529         GTK & Qt rebaselines for r87400.
4531         * platform/gtk/editing/pasteboard/5780697-2-expected.txt:
4532         * platform/qt/editing/pasteboard/5780697-2-expected.txt:
4534 2011-05-26  Andrey Kosyakov  <caseq@chromium.org>
4536         Unreviewed. Skipping 3 new inspector tests on mac-wk2, see http://webkit.org/b/61437
4538         * platform/mac-wk2/Skipped:
4540 2011-05-25  Ryosuke Niwa  <rniwa@webkit.org>
4542         Reviewed by Enrica Casucci.
4544         WebKit duplicates styles from css rules on copy and paste
4545         https://bugs.webkit.org/show_bug.cgi?id=61466
4547         Added a test to ensure Webkit does not leave redundant inline style declarations after paste.
4548         Also rebaselined several tests that progressed.
4550         * editing/pasteboard/4922709-expected.txt:
4551         * editing/pasteboard/5780697-2-expected.txt:
4552         * editing/pasteboard/paste-text-012-expected.txt:
4553         * editing/pasteboard/style-from-rules-expected.txt: Added.
4554         * editing/pasteboard/style-from-rules.html: Added.
4555         * platform/chromium-win/editing/pasteboard/5780697-2-expected.txt:
4557 2011-05-26  Michael Schneider  <michschn@google.com>
4559         Reviewed by Pavel Feldman.
4561         WebInspector: Added tests for timeline data API in a inspector extension.
4562         https://bugs.webkit.org/show_bug.cgi?id=61098
4564         * inspector/extensions/extensions-api-expected.txt:
4565         * inspector/extensions/extensions-events-expected.txt:
4566         * inspector/extensions/extensions-events.html:
4567         * inspector/timeline/timeline-test.js:
4568         (initialize_Timeline.InspectorTest.startTimeline):
4569         (initialize_Timeline.InspectorTest.stopTimeline):
4571 2011-05-26  Adam Klein  <adamk@chromium.org>
4573         Unreviewed. Added baselines after r87387.
4575         * platform/chromium-linux-x86/fast/borders/border-antialiasing-expected.png: Added.
4576         * platform/chromium-linux-x86/fast/borders/border-antialiasing-expected.txt: Added.
4577         * platform/chromium-linux/fast/borders/border-antialiasing-expected.png: Added.
4578         * platform/chromium-linux/fast/borders/border-antialiasing-expected.txt: Added.
4579         * platform/chromium-mac-leopard/fast/borders/border-antialiasing-expected.png: Added.
4580         * platform/chromium-win-vista/fast/borders/border-antialiasing-expected.png: Added.
4581         * platform/chromium-win-vista/fast/borders/border-antialiasing-expected.txt: Added.
4582         * platform/chromium/test_expectations.txt: Removed override.
4584 2011-05-26  Adam Klein  <adamk@chromium.org>
4586         Unreviewed. Test expectations update/rebaseline.
4588         * platform/chromium-linux-x86/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
4589         * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
4590         * platform/chromium-win-vista/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
4591         * platform/chromium/test_expectations.txt: BUGCR84052, border-antialiasing.html IMAGE+TEXT.
4593 2011-05-26  Andrey Kosyakov  <caseq@chromium.org>
4595         Reviewed by Yury Semikhatsky.
4597         Web Inspector: TimelinePanel should not modify input timeline data when processing timeline event
4598         https://bugs.webkit.org/show_bug.cgi?id=61529
4600         Do not modify input timeline data when processing timeline event.
4602         * inspector/timeline/timeline-network-resource-expected.txt:
4603         * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt
4605 2011-05-26  Tony Chang  <tony@chromium.org>
4607         Unreviewed, fixing the expected results for a test that had the
4608         output duplicated.
4610         * platform/chromium/test_expectations.txt:
4611         * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt:
4613 2011-05-26  Rob Buis  <rbuis@rim.com>
4615         Reviewed by Dirk Schulze.
4617         Dynamically created <animate> elements do not animate upon document insertion as they should
4618         https://bugs.webkit.org/show_bug.cgi?id=20028
4620         Add tests for dynamically inserting <animate>.
4622         * svg/animations/animate-insert-begin-expected.txt: Added.
4623         * svg/animations/animate-insert-begin.html: Added.
4624         * svg/animations/animate-insert-no-begin-expected.txt: Added.
4625         * svg/animations/animate-insert-no-begin.html: Added.
4626         * svg/animations/script-tests/animate-insert-begin.js: Added.
4627         (sample1):
4628         (sample2):
4629         (executeTest):
4630         * svg/animations/script-tests/animate-insert-no-begin.js: Added.
4631         (sample1):
4632         (sample2):
4633         (executeTest):
4635 2011-05-26  Chang Shu  <cshu@webkit.org>
4637         Unreviewed.
4639         [Qt] http/tests/websocket/tests/reload-crash.html fails intermittently with time out
4640         https://bugs.webkit.org/show_bug.cgi?id=50152
4642         Unskip the test case as it's not reproducible. Will watch the buildbot results.
4644         * platform/qt/Skipped: Unskip http/tests/websocket/tests/reload-crash.html
4646 2011-05-25  Simon Fraser  <simon.fraser@apple.com>
4648         Reviewed by Adam Roben.
4650         Some repeating linear gradients look wrong
4651         https://bugs.webkit.org/show_bug.cgi?id=61371
4652         
4653         Pixel test for repeating linear gradient.
4655         * fast/gradients/css3-repeating-linear-gradients2-expected.txt: Added.
4656         * fast/gradients/css3-repeating-linear-gradients2.html: Added.
4657         * platform/mac/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
4659 2011-05-25  Simon Fraser  <simon.fraser@apple.com>
4661         Reviewed by Dan Bernstein.
4663         Always antialias table borders when scaling
4664         https://bugs.webkit.org/show_bug.cgi?id=61502
4665         
4666         Pixel tests for the drawing of collapsed table borders, column rules
4667         and inline outlines when scaled.
4669         * fast/borders/border-antialiasing.html: Added.
4670         * platform/mac/fast/borders/border-antialiasing-expected.png: Added.
4671         * platform/mac/fast/borders/border-antialiasing-expected.txt: Added.
4673 2011-05-26  Csaba Osztrogonác  <ossy@webkit.org>
4675         [Qt][WK2] Update expected files after r87320.
4677         * platform/qt-wk2/Skipped:
4678         * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt: Added.
4679         * platform/qt-wk2/fast/dom/Window/window-property-descriptors-expected.txt: Added.
4681 2011-05-26  Qi Zhang  <qi.2.zhang@nokia.com>
4683         Reviewed by Andreas Kling.
4685         [Qt] Remove test cases related to layoutTestController.dumpBackForwardList from qt-wk2/Skipped
4686         https://bugs.webkit.org/show_bug.cgi?id=61462
4688         WebKitTestRunner already support layoutTestController.dumpBackForwardList from r70723.
4690         * platform/qt-wk2/Skipped:
4692 2011-05-26  Vsevolod Vlasov  <vsevik@chromium.org>
4694         Reviewed by Yury Semikhatsky.
4696         Web Inspector: Use different SourceFrame instances for ResourcesPanel and NetworkPanel
4697         https://bugs.webkit.org/show_bug.cgi?id=59193
4699         * inspector/debugger/source-frame.html:
4701 2011-05-26  Philippe Normand  <pnormand@igalia.com>
4703         Unreviewed, skip flaky test on GTK.
4705         [GTK] http/tests/eventsource/workers/eventsource-simple.html is flaky crash
4706         https://bugs.webkit.org/show_bug.cgi?id=61523
4708         * platform/gtk/Skipped:
4710 2011-05-26  Philippe Normand  <pnormand@igalia.com>
4712         Unreviewed, GTK baselines for new tests.
4714         * platform/gtk/fast/box-shadow/scaled-box-shadow-expected.txt: Added.
4715         * platform/gtk/fast/css/box-shadow-and-border-radius-expected.txt: Added.
4716         * platform/gtk/fast/html/details-add-details-child-2-expected.txt: Added.
4717         * platform/gtk/fast/html/details-replace-summary-child-expected.txt: Added.
4718         * platform/gtk/fast/html/details-replace-text-expected.txt: Added.
4719         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
4720         * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
4722 2011-05-26  Philippe Normand  <pnormand@igalia.com>
4724         Unreviewed, rollout of r87373 and r87375. Those commits were
4725         mistaken. I'll properly land the baselines later on.
4727         * platform/gtk/fast/box-shadow/scaled-box-shadow-actual.txt: Removed.
4728         * platform/gtk/fast/box-shadow/scaled-box-shadow-diffs.txt: Removed.
4729         * platform/gtk/fast/box-shadow/scaled-box-shadow-expectted.txt: Removed.
4730         * platform/gtk/fast/box-shadow/scaled-box-shadow-pretty-diff.html.txt: Removed.
4731         * platform/gtk/fast/box-shadow/scaled-box-shadow-stderr.txt: Removed.
4732         * platform/gtk/fast/css/box-shadow-and-border-radius-actual.txt: Removed.
4733         * platform/gtk/fast/css/box-shadow-and-border-radius-diffs.txt: Removed.
4734         * platform/gtk/fast/css/box-shadow-and-border-radius-expected.txt: Removed.
4735         * platform/gtk/fast/css/box-shadow-and-border-radius-pretty-diff.html.txt: Removed.
4736         * platform/gtk/fast/html/details-add-details-child-2-actual.txt: Removed.
4737         * platform/gtk/fast/html/details-add-details-child-2-diffs.txt: Removed.
4738         * platform/gtk/fast/html/details-add-details-child-2-expected.txt: Removed.
4739         * platform/gtk/fast/html/details-add-details-child-2-pretty-diff.html.txt: Removed.
4740         * platform/gtk/fast/html/details-replace-summary-child-actual.txt: Removed.
4741         * platform/gtk/fast/html/details-replace-summary-child-diffs.txt: Removed.
4742         * platform/gtk/fast/html/details-replace-summary-child-expected.txt: Removed.
4743         * platform/gtk/fast/html/details-replace-summary-child-pretty-diff.html.txt: Removed.
4744         * platform/gtk/fast/html/details-replace-text-actual.txt: Removed.
4745         * platform/gtk/fast/html/details-replace-text-diffs.txt: Removed.
4746         * platform/gtk/fast/html/details-replace-text-expected.txt: Removed.
4747         * platform/gtk/fast/html/details-replace-text-pretty-diff.html.txt: Removed.
4748         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-actual.txt: Removed.
4749         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-diffs.txt: Removed.
4750         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Removed.
4751         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-felem-01-b-pretty-diff.html.txt: Removed.
4752         * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-actual.txt: Removed.
4753         * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-diffs.txt: Removed.
4754         * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Removed.
4755         * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-pretty-diff.html.txt: Removed.
4757 2011-05-26  Keishi Hattori  <keishi@webkit.org>
4759         Reviewed by Kent Tamura.
4761         Add <input type=color> appearance.
4762         https://bugs.webkit.org/show_bug.cgi?id=61275
4764         * fast/forms/color/input-appearance-color.html: Added. Tests appearance of input type=color.
4765         * platform/chromium/test_expectations.txt: Expect FAIL for fast/forms/color
4766         * platform/mac/fast/forms/color/input-appearance-color-expected.png: Added.
4767         * platform/mac/fast/forms/color/input-appearance-color-expected.txt: Added.
4769 2011-05-26  Kent Tamura  <tkent@chromium.org>
4771         Reviewed by Dimitri Glazkov.
4773         Fix a bug that <input type="number"> dispatches two blurs when tabbing
4774         from an invalid number
4775         https://bugs.webkit.org/show_bug.cgi?id=59071
4777         * fast/forms/input-number-blur-twice-expected.txt: Added.
4778         * fast/forms/input-number-blur-twice.html: Added.
4780 2011-05-26  Shane Stephens  <shanestephens@google.com>
4782         Reviewed by James Robinson.
4784         REGRESSION (r81992): layout triggered by position update fails to apply when transform is updated at same time
4785         https://bugs.webkit.org/show_bug.cgi?id=60689
4787         * transforms/2d/set-transform-and-top-expected.txt: Added.
4788         * transforms/2d/set-transform-and-top.html: Added.
4790 2011-05-25  Igor Oliveira  <igor.oliveira@openbossa.org>
4792         Reviewed by Antonio Gomes.
4794         [Qt] REGRESSION(r87298) Skip drag-not-loaded-image.html failing test
4795         https://bugs.webkit.org/show_bug.cgi?id=61465
4797         Skip drag-not-loaded-image.html layout test from Qt. see bug 31332
4799         * platform/qt/Skipped:
4801 2011-05-25  Steve Lacey  <sjl@chromium.org>
4803         Reviewed by Eric Carlson.
4805         Rebaseline media tests after moving media controls to flexbox layout.
4807         https://bugs.webkit.org/show_bug.cgi?id=61380
4809         * platform/chromium-mac/fast/layers/video-layer-expected.txt:
4810         * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
4811         * platform/chromium-mac/media/audio-repaint-expected.txt:
4812         * platform/chromium-mac/media/controls-after-reload-expected.txt:
4813         * platform/chromium-mac/media/controls-strict-expected.txt:
4814         * platform/chromium-mac/media/controls-styling-expected.txt:
4815         * platform/chromium-mac/media/controls-without-preload-expected.txt:
4816         * platform/chromium-mac/media/video-controls-rendering-expected.txt:
4817         * platform/chromium-mac/media/video-display-toggle-expected.txt:
4818         * platform/chromium-mac/media/video-empty-source-expected.txt:
4819         * platform/chromium-mac/media/video-no-audio-expected.txt:
4820         * platform/chromium-mac/media/video-volume-slider-expected.txt:
4821         * platform/chromium-win/fast/layers/video-layer-expected.txt:
4822         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
4823         * platform/chromium-win/media/audio-repaint-expected.txt:
4824         * platform/chromium-win/media/controls-after-reload-expected.txt:
4825         * platform/chromium-win/media/controls-strict-expected.txt:
4826         * platform/chromium-win/media/controls-styling-expected.txt:
4827         * platform/chromium-win/media/controls-without-preload-expected.txt:
4828         * platform/chromium-win/media/video-controls-rendering-expected.txt:
4829         * platform/chromium-win/media/video-display-toggle-expected.txt:
4830         * platform/chromium-win/media/video-empty-source-expected.txt:
4831         * platform/chromium-win/media/video-no-audio-expected.txt:
4832         * platform/chromium-win/media/video-volume-slider-expected.txt:
4833         * platform/chromium/test_expectations.txt:
4835 2011-05-24  MORITA Hajime  <morrita@google.com>
4837         RenderText with empty text is not created inside ShadowContentElement 
4838         https://bugs.webkit.org/show_bug.cgi?id=61111
4840         - Added tests that capture the probelem.
4841         - Updated expectations that were wrong.
4843         * fast/html/details-replace-summary-child.html: Added.
4844         * fast/html/details-replace-text.html: Added.
4845         * platform/gtk/fast/html/details-no-summary4-expected.txt:
4846         * platform/gtk/fast/html/details-open-javascript-expected.txt:
4847         * platform/gtk/fast/html/details-open4-expected.txt:
4848         * platform/mac/fast/html/details-add-details-child-2-expected.txt:
4849         * platform/mac/fast/html/details-no-summary4-expected.txt:
4850         * platform/mac/fast/html/details-open-javascript-expected.txt:
4851         * platform/mac/fast/html/details-open4-expected.txt:
4852         * platform/mac/fast/html/details-replace-summary-child-expected.png: Added.
4853         * platform/mac/fast/html/details-replace-summary-child-expected.txt: Added.
4854         * platform/mac/fast/html/details-replace-text-expected.png: Added.
4855         * platform/mac/fast/html/details-replace-text-expected.txt: Added.
4856         * platform/qt/fast/html/details-no-summary4-expected.txt:
4857         * platform/qt/fast/html/details-open-javascript-expected.txt:
4858         * platform/qt/fast/html/details-open4-expected.txt:
4860 2011-05-25  Adam Klein  <adamk@chromium.org>
4862         Unreviewed. Add Win/CRASH expectation for new crashy plugin test,
4863         reported as http://crbug.com/83994.
4865         * platform/chromium/test_expectations.txt:
4867 2011-05-25  Adam Klein  <adamk@chromium.org>
4869         Unreviewed. Temporarily ignore MHTML test failures on Windows
4870         while we dig into it in http://crbug.com/83833.
4872         * platform/chromium/test_expectations.txt:
4874 2011-05-25  Qi Zhang  <qi.2.zhang@nokia.com>
4876         Reviewed by Simon Hausmann.
4878         WebKitTestRunner needs layoutTestController.setPrivateBrowsingEnabled
4879         https://bugs.webkit.org/show_bug.cgi?id=42697
4881         * platform/mac-wk2/Skipped:
4882         * platform/qt-wk2/Skipped:
4884 2011-05-25  Adam Klein  <adamk@chromium.org>
4886         Unreviewed. Fix to previous update, mark drag-not-loaded-image crash as DEBUG-only.
4888         * platform/chromium/test_expectations.txt:
4890 2011-05-25  Jer Noble  <jer.noble@apple.com>
4892         Unreviewed; Skip failing tests after r87328.
4894         * platform/mac/Skipped:
4896 2011-05-25  Adam Klein  <adamk@chromium.org>
4898         Unreviewed. Test expectations update.
4900         * platform/chromium/test_expectations.txt:
4902 2011-05-25  Adam Klein  <adamk@chromium.org>
4904         Unreviewed. Rebaseline svg tests after r87310.
4906         * platform/chromium-linux-x86/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Added.
4907         * platform/chromium-linux-x86/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
4908         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
4909         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Added.
4910         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
4911         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
4912         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Removed.
4913         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Added.
4914         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
4915         * platform/chromium-win/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
4917 2011-05-25  Adam Klein  <adamk@chromium.org>
4919         Unreviewed. Removing test_expectations for non-existent tests.
4921         * platform/chromium/test_expectations.txt:
4923 2011-05-25  Jer Noble  <jer.noble@apple.com>
4925         Unreviewed; Update Skipped list for failing tests.
4927         A new full-screen test requires <video> full screen support, which does not
4928         exist on mac-leopard.  Follow-up to r87322.
4930         * platform/mac-leopard/Skipped:
4932 2011-05-25  Adam Klein  <adamk@chromium.org>
4934         Unreviewed. Test expectations update, followup to r87291.
4936         The aforementioned change cleared out these files, when the intent
4937         seems to have been removal to remove them.
4939         * platform/chromium-mac/ietestcenter/Javascript/15.5.4.20-1-1-expected.txt: Removed.
4940         * platform/chromium-mac/ietestcenter/Javascript/15.5.4.20-1-2-expected.txt: Removed.
4941         * platform/chromium-win/ietestcenter/Javascript/15.5.4.20-1-1-expected.txt: Removed.
4942         * platform/chromium-win/ietestcenter/Javascript/15.5.4.20-1-2-expected.txt: Removed.
4944 2011-05-25  Jon Honeycutt  <jhoneycutt@apple.com>
4946         REGRESSION (WebKit2): Crash in Flash on USA Today photo gallery
4947         https://bugs.webkit.org/show_bug.cgi?id=61428
4948         <rdar://problem/9457006>
4950         Reviewed by Adam Roben.
4952         * platform/win/plugins/call-javascript-that-destroys-plugin-expected.txt: Added.
4953         * platform/win/plugins/call-javascript-that-destroys-plugin.html: Added.
4955 2011-05-25  Andrew Scherkus  <scherkus@chromium.org>
4957         Reviewed by Eric Carlson.
4959         Fix media element regression where ended event stopped firing after changing the src attribute.
4961         https://bugs.webkit.org/show_bug.cgi?id=61336
4963         * media/media-ended-expected.txt: Added.
4964         * media/media-ended.html: Added.
4966 2011-05-25  Jer Noble  <jer.noble@apple.com>
4968         Reviewed by Darin Adler.
4970         REGRESSION: Fullscreen button on embedded Vimeo videos does nothing
4971         https://bugs.webkit.org/show_bug.cgi?id=61461
4973         * fullscreen/full-screen-iframe-legacy-expected.txt: Added.
4974         * fullscreen/full-screen-iframe-legacy.html: Added.
4975         * fullscreen/resources/legacy.html: Added.
4977 2011-05-25  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
4979         Reviewed by Andreas Kling.
4981         [Qt] Missing update for expected results in LayoutTests after r87315
4982         https://bugs.webkit.org/show_bug.cgi?id=61467
4984         We now expose __qt_sender__ as a non-enumarated property in the
4985         global object. Fix our expectations in relevant tests.
4987         * platform/qt/fast/dom/Window/window-properties-expected.txt:
4988         * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
4990 2011-05-25  Kulanthaivel Palanichamy  <kulanthaivel@codeaurora.org>
4992         Reviewed by David Hyatt.
4994         Selector matching doesn't update when DOM changes ("[data-a=x] #x")
4995         https://bugs.webkit.org/show_bug.cgi?id=60752
4996         
4997         Added test cases for all the attribute selector types (CSS2.1 & CSS3).
4999         * fast/css/attribute-selector-begin-dynamic-no-elementstyle-expected.txt: Added.
5000         * fast/css/attribute-selector-begin-dynamic-no-elementstyle.html: Added.
5001         * fast/css/attribute-selector-contain-dynamic-no-elementstyle-expected.txt: Added.
5002         * fast/css/attribute-selector-contain-dynamic-no-elementstyle.html: Added.
5003         * fast/css/attribute-selector-end-dynamic-no-elementstyle-expected.txt: Added.
5004         * fast/css/attribute-selector-end-dynamic-no-elementstyle.html: Added.
5005         * fast/css/attribute-selector-exact-dynamic-no-elementstyle-expected.txt: Added.
5006         * fast/css/attribute-selector-exact-dynamic-no-elementstyle.html: Added.
5007         * fast/css/attribute-selector-hyphen-dynamic-no-elementstyle-expected.txt: Added.
5008         * fast/css/attribute-selector-hyphen-dynamic-no-elementstyle.html: Added.
5009         * fast/css/attribute-selector-list-dynamic-no-elementstyle-expected.txt: Added.
5010         * fast/css/attribute-selector-list-dynamic-no-elementstyle.html: Added.
5011         * fast/css/attribute-selector-set-dynamic-no-elementstyle-expected.txt: Added.
5012         * fast/css/attribute-selector-set-dynamic-no-elementstyle.html: Added.
5014 2011-05-25  Adam Klein  <adamk@chromium.org>
5016         Unreviewed. Update chromium expectations after r87307.
5018         * platform/chromium/test_expectations.txt: suppress, WK61470.
5020 2011-05-25  Sheriff Bot  <webkit.review.bot@gmail.com>
5022         Unreviewed, rolling out r87257.
5023         http://trac.webkit.org/changeset/87257
5024         https://bugs.webkit.org/show_bug.cgi?id=61457
5026         This broke layout tests, see bug 61431. (Requested by
5027         hwennborg on #webkit).
5029         * storage/indexeddb/migrate-basics-expected.txt: Removed.
5030         * storage/indexeddb/migrate-basics.html: Removed.
5032 2011-05-25  Qi Zhang  <qi.2.zhang@nokia.com>
5034         Reviewed by Andreas Kling.
5036         [Qt] fast/css/disabled-author-styles.html failed
5037         https://bugs.webkit.org/show_bug.cgi?id=61438
5039         Unskip test case and provide expect result files.
5041         * platform/qt/Skipped:
5042         * platform/qt/fast/css/disabled-author-styles-expected.png: Added.
5043         * platform/qt/fast/css/disabled-author-styles-expected.txt: Added.
5045 2011-05-25  Rob Buis  <rbuis@rim.com>
5047         Reviewed by Eric Seidel.
5049         WebKit does not handle missing filter elements correctly
5050         https://bugs.webkit.org/show_bug.cgi?id=12569
5052         Updated improved pixel test result and add new SVG1.1 SE test and results.
5054         * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Added.
5055         * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.txt: Added.
5056         * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
5057         * svg/W3C-SVG-1.1-SE/filters-felem-01-b.svg: Added.
5059 2011-05-25  Nate Chapin  <japhet@chromium.org>
5061         Reviewed by Adam Barth.
5063         Add new console output for https://bugs.webkit.org/show_bug.cgi?id=59113.
5065         * http/tests/security/view-source-no-javascript-url-expected.txt:
5067 2011-05-25  Julien Chaffraix  <jchaffraix@codeaurora.org>
5069         Reviewed by James Robinson.
5071         http://philip.html5.org/tests/canvas/suite/tests/2d.composite.uncovered.fill.source-in.html fails
5072         https://bugs.webkit.org/show_bug.cgi?id=39027
5074         And:
5076         - Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.fill.source-out.html
5077           https://bugs.webkit.org/show_bug.cgi?id=48295
5079         - Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.pattern.source-in.html
5080           https://bugs.webkit.org/show_bug.cgi?id=48304
5082         - Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.pattern.source-out.html
5083         https://bugs.webkit.org/show_bug.cgi?id=48305
5085         * canvas/philip/tests/2d.composite.uncovered.pattern.source-in-expected.txt:
5086         * canvas/philip/tests/2d.composite.uncovered.pattern.source-out-expected.txt:
5087         Those 2 tests need a trailing line that was added as part of this change.
5089         * fast/canvas/canvas-composite-alpha.html: Updated the test result to match the specification.
5090         The changes are fairly simple:
5091           - Clear up the destination rectangle as it should be always transparent now (source is transparent
5092             outside the source rectangle).
5093           - Clear the composition rectangle if source or destination is transparent.
5094           - Fixed the test when run in the browser.
5095         Validated the changes against FF and Opera (IE 9 cannot render this test).
5097         * platform/chromium/test_expectations.txt:
5098         * platform/gtk/Skipped:
5099         * platform/mac/Skipped:
5100         * platform/qt/Skipped:
5101         Re-enable 4 tests.
5103 2011-05-20  Robert Hogan  <robert@webkit.org>
5105         Reviewed by Geoffrey Garen.
5107         [Qt/Gtk/Chromium] Fix plugins/embed-attributes-setting.html
5109         Use the test netscape plugin instead of quicktime.
5110         Allows the test to pass on Qt/Gtk/Chromium as well as Mac.
5112         https://bugs.webkit.org/show_bug.cgi?id=61182
5113         http://code.google.com/p/chromium/issues/detail?id=15797
5115         * platform/chromium/test_expectations.txt:
5116         * platform/gtk/Skipped:
5117         * platform/qt/Skipped:
5118         * plugins/embed-attributes-setting-expected.txt:
5119         * plugins/embed-attributes-setting.html:
5121 2011-05-25  Leon Scroggins  <scroggo@google.com>
5123         Reviewed by Steve Block.
5125         Update chromium expectations for more canvas fixes.
5126         https://bugs.webkit.org/show_bug.cgi?id=61433
5128         * platform/chromium/test_expectations.txt:
5130 2011-05-25  Igor Oliveira  <igor.oliveira@openbossa.org>
5132         Reviewed by Antonio Gomes.
5134         [Qt] QtWebKit crashes when dragging not loaded images
5135         https://bugs.webkit.org/show_bug.cgi?id=61314
5137         Checks if WebKit crashes when dragging an image not yet loaded.
5139         * http/tests/misc/drag-not-loaded-image-expected.txt: Added.
5140         * http/tests/misc/drag-not-loaded-image.html: Added.
5142 2011-05-25  Andrey Kosyakov  <caseq@chromium.org>
5144         Unreviewed. Skipped 3 new inspector tests that time out on gtk.
5146         * platform/gtk/Skipped:
5148 2011-05-25  Gabor Loki  <loki@webkit.org>
5150         Rubber-stamped by Csaba Osztrogonác.
5152         [Qt] Skip failed tests after r87290 and r87292 on ARM
5154         * platform/qt-arm/Skipped:
5156 2011-05-25  Anton Muhin  <antonm@chromium.org>
5158         Unreviewed.
5160         Update test expectations after 3.3.6.1 v8 roll.
5162         * platform/chromium-mac/ietestcenter/Javascript/15.5.4.20-1-1-expected.txt:
5163         * platform/chromium-mac/ietestcenter/Javascript/15.5.4.20-1-2-expected.txt:
5164         * platform/chromium-win/ietestcenter/Javascript/15.5.4.20-1-1-expected.txt:
5165         * platform/chromium-win/ietestcenter/Javascript/15.5.4.20-1-2-expected.txt:
5166         * platform/chromium/ietestcenter: Added.
5167         * platform/chromium/ietestcenter/Javascript: Added.
5168         * platform/chromium/ietestcenter/Javascript/15.4.4.14-5-28-expected.txt: Added.
5169         * platform/chromium/ietestcenter/Javascript/15.4.4.15-5-28-expected.txt: Added.
5171 2011-05-25  Gabor Loki  <loki@webkit.org>
5173         Rubber-stamped by Csaba Osztrogonác.
5175         [Qt] Skip a flakey timed out test on ARM
5177         * platform/qt-arm/Skipped:
5179 2011-05-25  Fumitoshi Ukai  <ukai@chromium.org>
5181         Unreviewed.
5183         Update chromium test expectations.
5185         * platform/chromium/test_expectations.txt: svn/dynamic-updates failing
5187 2011-05-25  Fumitoshi Ukai  <ukai@chromium.org>
5189         Unreviewed.
5191         Update chromium test expectations.
5193         * platform/chromium/test_expectations.txt: mhtml tests pass
5195 2011-05-25  Fumitoshi Ukai  <ukai@chromium.org>
5197         Unreviewed.
5199         Update chromium test expectations.
5201         * platform/chromium/test_expectations.txt:
5203 2011-05-25  Fumitoshi Ukai  <ukai@chromium.org>
5205         Unreviewed.
5207         Update chromium test expectations.
5209         * platform/chromium/test_expectations.txt:
5211 2011-05-25  Felician Marton  <marton.felician.zoltan@stud.u-szeged.hu>
5213         Reviewed by Csaba Osztrogonác.
5215         Added dynamic tests for missing properties (and attributes) in TextElement. The corresponding Mac pixel test results also added.
5216         https://bugs.webkit.org/show_bug.cgi?id=59677
5218         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Added.
5219         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Added.
5220         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Added.
5221         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Added.
5222         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Added.
5223         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Added.
5224         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Added.
5225         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Added.
5226         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Added.
5227         * svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.txt: Added.
5228         * svg/dynamic-updates/SVGTextElement-dom-dx-attr.html: Added.
5229         * svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.txt: Added.
5230         * svg/dynamic-updates/SVGTextElement-dom-dy-attr.html: Added.
5231         * svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.txt: Added.
5232         * svg/dynamic-updates/SVGTextElement-dom-rotate-attr.html: Added.
5233         * svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.txt: Added.
5234         * svg/dynamic-updates/SVGTextElement-dom-x-attr.html: Added.
5235         * svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.txt: Added.
5236         * svg/dynamic-updates/SVGTextElement-dom-y-attr.html: Added.
5237         * svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.txt: Added.
5238         * svg/dynamic-updates/SVGTextElement-svgdom-dx-prop.html: Added.
5239         * svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.txt: Added.
5240         * svg/dynamic-updates/SVGTextElement-svgdom-dy-prop.html: Added.
5241         * svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.txt: Added.
5242         * svg/dynamic-updates/SVGTextElement-svgdom-x-prop.html: Added.
5243         * svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.txt: Added.
5244         * svg/dynamic-updates/SVGTextElement-svgdom-y-prop.html: Added.
5245         * svg/dynamic-updates/script-tests/SVGTextElement-dom-dx-attr.js: Added.
5246         (executeTest):
5247         * svg/dynamic-updates/script-tests/SVGTextElement-dom-dy-attr.js: Added.
5248         (executeTest):
5249         * svg/dynamic-updates/script-tests/SVGTextElement-dom-rotate-attr.js: Added.
5250         (executeTest):
5251         * svg/dynamic-updates/script-tests/SVGTextElement-dom-x-attr.js: Added.
5252         (executeTest):
5253         * svg/dynamic-updates/script-tests/SVGTextElement-dom-y-attr.js: Added.
5254         (executeTest):
5255         * svg/dynamic-updates/script-tests/SVGTextElement-svgdom-dx-prop.js: Added.
5256         (executeTest):
5257         * svg/dynamic-updates/script-tests/SVGTextElement-svgdom-dy-prop.js: Added.
5258         (executeTest):
5259         * svg/dynamic-updates/script-tests/SVGTextElement-svgdom-x-prop.js: Added.
5260         (executeTest):
5261         * svg/dynamic-updates/script-tests/SVGTextElement-svgdom-y-prop.js: Added.
5262         (executeTest):
5264 2011-05-25  Yuta Kitamura  <yutak@chromium.org>
5266         Reviewed by Kent Tamura.
5268         [Chromium] Clean up WebSocket test expectations
5269         https://bugs.webkit.org/show_bug.cgi?id=61429
5271         * platform/chromium/test_expectations.txt:
5272         Remove two test expectations for tests that are no longer failing.
5274 2011-05-25  Yuta Kitamura  <yutak@chromium.org>
5276         Reviewed by Kent Tamura.
5278         WebSocket: Use fail() when WebSocketChannel has failed
5279         https://bugs.webkit.org/show_bug.cgi?id=61353
5281         * http/tests/websocket/tests/frame-length-overflow-expected.txt:
5282         Added a new console message.
5284 2011-05-24  Pavel Podivilov  <podivilov@chromium.org>
5286         Reviewed by Yury Semikhatsky.
5288         Web Inspector: inspected page crashes when call stack is empty after live edit.
5289         https://bugs.webkit.org/show_bug.cgi?id=61364
5291         * inspector/debugger/live-edit-expected.txt:
5292         * inspector/debugger/live-edit.html:
5293         * platform/chromium/test_expectations.txt:
5295 2011-05-25  Mads Ager  <ager@chromium.org>
5297         Reviewed by Adam Barth.
5299         Update chromium expectations after removal of execScript from V8
5300         https://bugs.webkit.org/show_bug.cgi?id=61267
5302         * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
5304 2011-05-23  Yury Semikhatsky  <yurys@chromium.org>
5306         Reviewed by Adam Barth.
5308         Chromium DevTools: Tab crashes with "Aw, snap!" on entering "(new Image())." in console
5309         https://bugs.webkit.org/show_bug.cgi?id=61194
5311         * inspector/console/console-eval-syntax-error-expected.txt: Added.
5312         * inspector/console/console-eval-syntax-error.html: Added.
5313         * platform/chromium/inspector/console/console-eval-syntax-error-expected.txt: Added.
5315 2011-05-24  Keishi Hattori  <keishi@webkit.org>
5317         Reviewed by Kent Tamura.
5319         Disable textfield implementation of <input type=color>. Add INPUT_COLOR feature flag. Add input color sanitizer.
5320         https://bugs.webkit.org/show_bug.cgi?id=61273
5322         * fast/forms/ValidityState-typeMismatch-color-expected.txt: Removed.
5323         * fast/forms/ValidityState-typeMismatch-color.html: Removed.
5324         * fast/forms/color/input-value-sanitization-color-expected.txt: Added.
5325         * fast/forms/color/input-value-sanitization-color.html: Added. Tests
5326         sanitization algorithm for input type=color.
5327         * fast/forms/input-type-change3-expected.txt:
5328         * fast/forms/input-widths-expected.txt:
5329         * fast/forms/input-widths.html: Removed type=color because it
5330         is no loger a text input type.
5331         * fast/forms/script-tests/ValidityState-patternMismatch-unsupported.js: Changed to range input type.
5332         * fast/forms/script-tests/ValidityState-typeMismatch-color.js: Removed.
5333         * fast/forms/script-tests/input-type-change3.js:
5334         * platform/gtk/Skipped: Skip fast/forms/color.
5335         * platform/mac/Skipped: Skip fast/forms/color.
5336         * platform/qt/Skipped: Skip fast/forms/color.
5337         * platform/win/Skipped: Skip fast/forms/color.
5339 2011-05-24  Csaba Osztrogonác  <ossy@webkit.org>
5341         [Qt][WK2] Skip new failing test.
5343         * platform/qt-wk2/Skipped:
5345 2011-05-24  Annie Sullivan  <sullivan@chromium.org>
5347         Reviewed by Ryosuke Niwa.
5349         Convert LayoutTests/editing/selection/4895428-1 and -4 to dump-as-markup
5350         https://bugs.webkit.org/show_bug.cgi?id=61402
5352         Converts the two html files to dump-as-markup and adds doctype, html, and body tags.
5354         * editing/selection/4895428-1-expected.txt: Added.
5355         * editing/selection/4895428-1.html: Converted to dump-as-markup
5356         * editing/selection/4895428-4-expected.txt: Added.
5357         * editing/selection/4895428-4.html: Converted to dump-as-markup
5358         * platform/chromium-linux/editing/selection/4895428-1-expected.png: Removed.
5359         * platform/chromium-linux/editing/selection/4895428-4-expected.png: Removed.
5360         * platform/chromium-win/editing/selection/4895428-1-expected.png: Removed.
5361         * platform/chromium-win/editing/selection/4895428-1-expected.txt: Removed.
5362         * platform/chromium-win/editing/selection/4895428-4-expected.png: Removed.
5363         * platform/chromium-win/editing/selection/4895428-4-expected.txt: Removed.
5364         * platform/gtk/editing/selection/4895428-1-expected.png: Removed.
5365         * platform/gtk/editing/selection/4895428-1-expected.txt: Removed.
5366         * platform/gtk/editing/selection/4895428-4-expected.png: Removed.
5367         * platform/gtk/editing/selection/4895428-4-expected.txt: Removed.
5368         * platform/mac-leopard/editing/selection/4895428-1-expected.png: Removed.
5369         * platform/mac-leopard/editing/selection/4895428-4-expected.png: Removed.
5370         * platform/mac/editing/selection/4895428-1-expected.png: Removed.
5371         * platform/mac/editing/selection/4895428-1-expected.txt: Removed.
5372         * platform/mac/editing/selection/4895428-4-expected.png: Removed.
5373         * platform/mac/editing/selection/4895428-4-expected.txt: Removed.
5375 2011-05-24  Steve Lacey  <sjl@chromium.org>
5377         Reviewed by Eric Carlson.
5379         Move chromium media controls timeline back to flexible rather than absolute
5380         layout.
5382         https://bugs.webkit.org/show_bug.cgi?id=61379
5384         * platform/chromium/test_expectations.txt: Added expected failures from this change.
5386 2011-05-24  Kent Tamura  <tkent@chromium.org>
5388         Reviewed by Hajime Morita.
5390         Convert fast/forms/input-type-change.html to a dumpAsText() test
5391         https://bugs.webkit.org/show_bug.cgi?id=61029
5393         Merge input-type-change2 to input-type-change.html, and convert it to
5394         a dumpAsText() test.
5396         * fast/forms/input-type-change-expected.txt:
5397         * fast/forms/input-type-change.html:
5398         * fast/forms/input-type-change2.html: Removed.
5399         * platform/chromium-linux/fast/forms/input-type-change-expected.png: Removed.
5400         * platform/chromium-linux/fast/forms/input-type-change2-expected.png: Removed.
5401         * platform/chromium-mac-leopard/fast/forms/input-type-change-expected.png: Removed.
5402         * platform/chromium-mac/fast/forms/input-type-change-expected.png: Removed.
5403         * platform/chromium-win/fast/forms/input-type-change-expected.png: Removed.
5404         * platform/chromium-win/fast/forms/input-type-change-expected.txt: Removed.
5405         * platform/chromium-win/fast/forms/input-type-change2-expected.png: Removed.
5406         * platform/chromium-win/fast/forms/input-type-change2-expected.txt: Removed.
5407         * platform/gtk/fast/forms/input-type-change-expected.png: Removed.
5408         * platform/gtk/fast/forms/input-type-change-expected.txt: Removed.
5409         * platform/gtk/fast/forms/input-type-change2-expected.png: Removed.
5410         * platform/gtk/fast/forms/input-type-change2-expected.txt: Removed.
5411         * platform/mac-leopard/fast/forms/input-type-change-expected.png: Removed.
5412         * platform/mac-leopard/fast/forms/input-type-change2-expected.png: Removed.
5413         * platform/mac/fast/forms/input-type-change-expected.png: Removed.
5414         * platform/mac/fast/forms/input-type-change-expected.txt:
5415         * platform/mac/fast/forms/input-type-change-expected.txt: Removed.
5416         * platform/mac/fast/forms/input-type-change2-expected.png: Removed.
5417         * platform/mac/fast/forms/input-type-change2-expected.txt: Removed.
5418         * platform/qt-arm/Skipped: Remove input-type-change2.html.
5419         * platform/qt-mac/Skipped: ditto.
5420         * platform/qt/fast/forms/input-type-change-expected.txt: Removed.
5421         * platform/qt/fast/forms/input-type-change2-expected.txt: Removed.
5423 2011-05-24  Julien Chaffraix  <jchaffraix@codeaurora.org>
5425         Reviewed by Hajime Morita.
5427         <legend> element is dropped on the floor
5428         https://bugs.webkit.org/show_bug.cgi?id=18691
5430         * html5lib/resources/webkit02.dat: Added a passing
5431         test for <legend> parsing.
5433 2011-05-24  Annie Sullivan  <sullivan@chromium.org>
5435         Reviewed by Tony Chang.
5437         editing/deleting/5032066 should be a dump-as-markup test
5438         https://bugs.webkit.org/show_bug.cgi?id=61327
5440         Converts 5032066 to dump-as-markup and adds doctype, html, and body tags.
5442         * editing/deleting/5032066-expected.txt: Added.
5443         * editing/deleting/5032066.html:
5444         * platform/chromium-linux/editing/deleting/5032066-expected.png: Removed.
5445         * platform/chromium-win/editing/deleting/5032066-expected.png: Removed.
5446         * platform/chromium-win/editing/deleting/5032066-expected.txt: Removed.
5447         * platform/gtk/editing/deleting/5032066-expected.txt: Removed.
5448         * platform/mac-leopard/editing/deleting/5032066-expected.png: Removed.
5449         * platform/mac/editing/deleting/5032066-expected.png: Removed.
5450         * platform/mac/editing/deleting/5032066-expected.txt: Removed.
5451         * platform/qt/editing/deleting/5032066-expected.png: Removed.
5452         * platform/qt/editing/deleting/5032066-expected.txt: Removed.
5454 2011-05-24  Annie Sullivan  <sullivan@chromium.org>
5456         Reviewed by Ryosuke Niwa.
5458         Convert LayoutTests/editing/deleting/5115601.html to dump-as-markup.
5459         https://bugs.webkit.org/show_bug.cgi?id=61330
5461         Converted to dump-as-markup and added a little html cleanup.
5463         * editing/deleting/5115601-expected.txt: Added.
5464         * editing/deleting/5115601.html: Convert to dump-as-markup.
5465         * platform/chromium-linux/editing/deleting/5115601-expected.png: Removed.
5466         * platform/chromium-win/editing/deleting/5115601-expected.png: Removed.
5467         * platform/chromium-win/editing/deleting/5115601-expected.txt: Removed.
5468         * platform/gtk/editing/deleting/5115601-expected.txt: Removed.
5469         * platform/mac-leopard/editing/deleting/5115601-expected.png: Removed.
5470         * platform/mac/editing/deleting/5115601-expected.png: Removed.
5471         * platform/mac/editing/deleting/5115601-expected.txt: Removed.
5472         * platform/qt/editing/deleting/5115601-expected.png: Removed.
5473         * platform/qt/editing/deleting/5115601-expected.txt: Removed.
5475 2011-05-24  Annie Sullivan  <sullivan@chromium.org>
5477         Reviewed by Ryosuke Niwa.
5479         Convert LayoutTests/editing/deleting/5206311-2.html to dump-as-markup
5480         https://bugs.webkit.org/show_bug.cgi?id=61332
5482         Used dump-as-markup to improve readability of results.
5483         Also improved HTML and cleaned up descriptions.
5485         * editing/deleting/5206311-2-expected.txt: Added.
5486         * editing/deleting/5206311-2.html: Convert to dump-as-markup.
5487         * platform/chromium-linux/editing/deleting/5206311-2-expected.png: Removed.
5488         * platform/chromium-win/editing/deleting/5206311-2-expected.png: Removed.
5489         * platform/chromium-win/editing/deleting/5206311-2-expected.txt: Removed.
5490         * platform/gtk/editing/deleting/5206311-2-expected.txt: Removed.
5491         * platform/mac-leopard/editing/deleting/5206311-2-expected.png: Removed.
5492         * platform/mac/editing/deleting/5206311-2-expected.png: Removed.
5493         * platform/mac/editing/deleting/5206311-2-expected.txt: Removed.
5494         * platform/qt/editing/deleting/5206311-2-expected.png: Removed.
5495         * platform/qt/editing/deleting/5206311-2-expected.txt: Removed.
5497 2011-05-24  Annie Sullivan  <sullivan@chromium.org>
5499         Reviewed by Ryosuke Niwa.
5501         Convert LayoutTests/editing/deleting/delete-block-table.html to dumpAsText test.
5502         https://bugs.webkit.org/show_bug.cgi?id=61333
5504         Converts delete-block-table.html to dumpAsText test by changing to use runDumpAsTextEditingTest.
5506         * editing/deleting/delete-block-table-expected.txt: Added.
5507         * editing/deleting/delete-block-table.html: Converted to dump-as-markup.
5508         * platform/chromium-linux/editing/deleting/delete-block-table-expected.png: Removed.
5509         * platform/chromium-win/editing/deleting/delete-block-table-expected.png: Removed.
5510         * platform/chromium-win/editing/deleting/delete-block-table-expected.txt: Removed.
5511         * platform/gtk/editing/deleting/delete-block-table-expected.png: Removed.
5512         * platform/gtk/editing/deleting/delete-block-table-expected.txt: Removed.
5513         * platform/mac-leopard/editing/deleting/delete-block-table-expected.png: Removed.
5514         * platform/mac/editing/deleting/delete-block-table-expected.png: Removed.
5515         * platform/mac/editing/deleting/delete-block-table-expected.txt: Removed.
5516         * platform/qt/editing/deleting/delete-block-table-expected.txt: Removed.
5518 2011-05-24  Justin Novosad  <junov@chromium.org>
5520         Reviewed by Stephen White.
5522         [Chromium] cleanup test expectations for drawImage that are no longer
5523         flaky
5524         https://bugs.webkit.org/show_bug.cgi?id=61389
5526         * platform/chromium/test_expectations.txt:
5528 2011-05-24  Greg Simon  <gregsimon@chromium.org>
5530         Reviewed by Dimitri Glazkov.
5532         Control Indexeddb backends from LayoutTestController
5533         https://bugs.webkit.org/show_bug.cgi?id=61000
5535         LayoutTest for migration between SQLite and LevelDB
5536         in IndxededDB.
5538         * storage/indexeddb/migrate-basics-expected.txt: Added.
5539         * storage/indexeddb/migrate-basics.html: Added.
5541 2011-05-24  Fumitoshi Ukai  <ukai@chromium.org>
5543         Unreviewed.
5545         Chromium expectations update. (mhtml)
5547         * platform/chromium/test_expectations.txt:
5549 2011-05-24  Leon Scroggins  <scroggo@google.com>
5551         Reviewed by Kenneth Russell.
5553         Update expectations for tests drawing a canvas into another canvas (or itself), which have been fixed in gpu.
5554         https://bugs.webkit.org/show_bug.cgi?id=61362
5556         * platform/chromium/test_expectations.txt:
5558 2011-05-24  Ryosuke Niwa  <rniwa@webkit.org>
5560         Final attempt to fix a test; if this fails, I'm just going to skip it.
5562         * fast/events/selectstart-by-double-triple-clicks.html:
5564 2011-05-24  Leo Yang  <leo.yang@torchmobile.com.cn>
5566         Reviewed by Ryosuke Niwa.
5568         [SVG] Assertion failure by dragging text between input fields inside <foreignObject>s
5569         https://bugs.webkit.org/show_bug.cgi?id=60692
5571         Test case to verify dragging and dropping text between input fields
5572         inside SVG <foreignObject>s. Test passes if no crash occurs in debug mode.
5574         Drag and drop is not supported in Qt DRT, so skip this case on Qt platform.
5576         * editing/pasteboard/drag-drop-input-in-svg-expected.txt: Added.
5577         * editing/pasteboard/drag-drop-input-in-svg.svg: Added.
5578         * platform/qt/Skipped:
5580 2011-05-24  Ryosuke Niwa  <rniwa@webkit.org>
5582         Yet another attempt to make Chromium Windows test bots happy.
5584         * fast/events/selectstart-by-double-triple-clicks.html:
5586 2011-05-24  Ryosuke Niwa  <rniwa@webkit.org>
5588         Reviewed by Tony Chang.
5590         [chromium] selectstart-by-drag.html and selectstart-by-double-triple-clicks.html
5591         fail on Windows and Linux
5592         https://bugs.webkit.org/show_bug.cgi?id=61377
5594         selectstart-by-drag.html pass on Chromium Windows and Chromium Linux so don't use
5595         the failing test expectation on Windows port.
5597         In selectstart-by-double-triple-clicks.html, /^\s|\s$/ isn't recognized by V8 so
5598         replace it by /^[ \t]|[ \t]$/.
5600         * platform/chromium/fast/events/selectstart-by-drag-expected.txt: Copied from
5601         LayoutTests/fast/events/selectstart-by-drag-expected.txt.
5602         * fast/events/selectstart-by-double-triple-clicks.html:
5603         * platform/chromium/test_expectations.txt:
5605 2011-05-24  James Simonsen  <simonjam@chromium.org>
5607         Reviewed by Eric Seidel.
5609         ASSERT_NOT_REACHED reached with broken ideograph and system fallback
5610         https://bugs.webkit.org/show_bug.cgi?id=53528
5612         * platform/chromium/test_expectations.txt: Remove CRASH from fixed test.
5614 2011-05-24  Ryosuke Niwa  <rniwa@webkit.org>
5616         Skip fast/events/scroll-in-scaled-page-with-overflow-hidden.html on Mac WebKit2
5617         since WebKitTestRunner doesn't implement eventSender.mouseScrollBy yet (bug 42194).
5619         * platform/mac-wk2/Skipped:
5621 2011-05-24  Alexey Proskuryakov  <ap@apple.com>
5623         Skip platform/mac/editing/input/maxlength.html - textInputController is not implemented.
5625         * platform/mac-wk2/Skipped:
5627 2011-05-24  Robert Hogan  <robert@webkit.org>
5629         Reviewed by Ryosuke Niwa.
5631         [Qt] Fix fast/events/selectstart-by-single-click-with-shift.html
5632         https://bugs.webkit.org/show_bug.cgi?id=61393
5634         * platform/qt/Skipped: Unskip fast/events/selectstart-by-single-click-with-shift.html
5636 2011-05-24  Ryosuke Niwa  <rniwa@webkit.org>
5638         Skip fast/events/selectstart-by-double-triple-clicks.html and selectstart-by-drag.html
5639         on Mac WebKit 2 per the bug 42194.
5641         * platform/mac-wk2/Skipped:
5643 2011-05-24  Ryosuke Niwa  <rniwa@webkit.org>
5645         Skip fast/events/scroll-in-scaled-page-with-overflow-hidden.html added by r87187 on GTK
5646         because GTK port doesn't implement eventSender.scalePageBy yet (bug 61396).
5648         * platform/gtk/Skipped:
5650 2011-05-24  Ryosuke Niwa  <rniwa@webkit.org>
5652         Skip fast/events/scroll-in-scaled-page-with-overflow-hidden.html added by r87187 on Windows
5653         because Windows port doesn't implement eventSender.scalePageBy yet (bug 59098).
5655         * platform/win/Skipped:
5657 2011-05-24  Ryosuke Niwa  <rniwa@webkit.org>
5659         Reviewed by Darin Adler.
5661         Undo gets broken in contenteditable area when a text field's value is set by script
5662         https://bugs.webkit.org/show_bug.cgi?id=61340
5664         Added a test to ensure WebKit does not clear undo stack when setting the value of input or textarea.
5666         * editing/undo/undo-after-setting-value-expected.txt: Added.
5667         * editing/undo/undo-after-setting-value.html: Added.
5669 2011-05-24  Adam Klein  <adamk@chromium.org>
5671         Unreviewed. Updating Chromium test expectations.
5673         * platform/chromium/test_expectations.txt:
5675 2011-05-24  Kenneth Russell  <kbr@google.com>
5677         Reviewed by James Robinson.
5679         Implement Float64Array
5680         https://bugs.webkit.org/show_bug.cgi?id=39144
5682         Added unit tests to existing typed array tests in Khronos repository and
5683         synced layout test with them. Updated other affected layout tests.
5685         * fast/canvas/webgl/array-unit-tests-expected.txt:
5686         * fast/canvas/webgl/array-unit-tests.html:
5687         * fast/dom/Window/script-tests/window-property-descriptors.js:
5688         * fast/dom/Window/window-properties.html:
5689         * fast/dom/script-tests/constructed-objects-prototypes.js:
5690         (constructorPropertiesOnWindow):
5691         * fast/dom/script-tests/prototype-inheritance-2.js:
5692         (constructorNamesForWindow):
5693         * fast/dom/script-tests/prototype-inheritance.js:
5694         * fast/js/script-tests/global-constructors.js:
5696 2011-05-24  Ryosuke Niwa  <rniwa@webkit.org>
5698         Skip the tests added by r87096 and remove the failing test expectations on Qt.
5699         The failures are tracked by the bug 61322.
5701         * platform/qt/Skipped:
5702         * platform/qt/fast/events/selectstart-by-double-triple-clicks-expected.txt: Removed.
5703         * platform/qt/fast/events/selectstart-by-drag-expected.txt: Removed.
5704         * platform/qt/fast/events/selectstart-by-single-click-with-shift-expected.txt: Removed.
5706 2011-05-24  Jay Civelli  <jcivelli@chromium.org>
5708         Reviewed by Adam Barth.
5710         Adding MHTML reading support to WebCore.
5711         https://bugs.webkit.org/show_bug.cgi?id=7168
5713         * mhtml/frame_0.html_original: Added.
5714         * mhtml/frame_1.html_original: Added.
5715         * mhtml/frame_2.html_original: Added.
5716         * mhtml/frame_4.html_original: Added.
5717         * mhtml/multi_frames.html_original: Added.
5718         * mhtml/multi_frames_ie.mht: Added.
5719         * mhtml/multi_frames_unmht.mht: Added.
5720         * mhtml/page_with_css_and_js.html_original: Added.
5721         * mhtml/page_with_css_and_js_ie.mht: Added.
5722         * mhtml/page_with_css_and_js_unmht.mht: Added.
5723         * mhtml/page_with_image.html_original: Added.
5724         * mhtml/page_with_image_ie.mht: Added.
5725         * mhtml/page_with_image_unmht.mht: Added.
5726         * mhtml/resources/red_square.png: Added.
5727         * mhtml/simple_page.html_original: Added.
5728         * mhtml/simple_page_ie.mht: Added.
5729         * mhtml/simple_page_unmht.mht: Added.
5730         * platform/chromium/mhtml/multi_frames_ie-expected.txt: Added.
5731         * platform/chromium/mhtml/multi_frames_unmht-expected.txt: Added.
5732         * platform/chromium/mhtml/page_with_css_and_js_ie-expected.txt: Added.
5733         * platform/chromium/mhtml/page_with_css_and_js_unmht-expected.txt: Added.
5734         * platform/chromium/mhtml/page_with_image_ie-expected.txt: Added.
5735         * platform/chromium/mhtml/page_with_image_unmht-expected.txt: Added.
5736         * platform/chromium/mhtml/simple_page_ie-expected.txt: Added.
5737         * platform/chromium/mhtml/simple_page_unmht-expected.txt: Added.
5739 2011-05-24  Sam Weinig  <sam@webkit.org>
5741         Reviewed by Beth Dakin.
5743         Can't scroll scaled page that has overflow:hidden on its root
5744         <rdar://problem/9029189>
5745         https://bugs.webkit.org/show_bug.cgi?id=61339
5747         * fast/events/scroll-in-scaled-page-with-overflow-hidden-expected.txt: Added.
5748         * fast/events/scroll-in-scaled-page-with-overflow-hidden.html: Added.
5750 2011-05-24  Jian Li  <jianli@chromium.org>
5752         Reviewed by Kenneth Russell.
5754         Make start parameter of Blob.slice optional.
5755         https://bugs.webkit.org/show_bug.cgi?id=59628
5757         * fast/files/blob-slice-test-expected.txt:
5758         * fast/files/blob-slice-test.html:
5760 2011-05-24  Adam Roben  <aroben@apple.com>
5762         Test that we don't crash when a JS wrapper for an NPObject is destroyed after its plugin is unloaded
5764         Test for <http://webkit.org/b/61316> <rdar://problem/9489824> Crash in deallocateNPObject
5765         when reloading yahoo.com webarchive in WebKit2
5767         and
5769         <http://webkit.org/b/61317> <rdar://problem/9489829> Crash in _NPN_DeallocateObject when
5770         reloading yahoo.com webarchive in WebKit1
5772         Reviewed by Oliver Hunt.
5774         * plugins/npobject-js-wrapper-destroyed-after-plugin-unload-expected.txt: Added.
5775         * plugins/npobject-js-wrapper-destroyed-after-plugin-unload.html: Added.
5776         (startTest): Gets a JS wrapper for an NPObject from the plugin, allocate a bunch of memory
5777         so the JS wrapper will be finalized, then destroy the plugin and wait for a little bit
5778         before calling finishTest.
5779         (finishTest): Force a GC so the JS wrapper will be destroyed. If we didn't crash, we passed!
5781 2011-05-24  Adam Klein  <adamk@chromium.org>
5783         Unreviewed, rolling out r87145.
5784         http://trac.webkit.org/changeset/87145
5785         https://bugs.webkit.org/show_bug.cgi?id=61194
5787         Regression in LayoutTests/inspector/debugger/scripts-panel.html on Chromium Win & Linux.
5789         * inspector/console/console-eval-syntax-error-expected.txt: Removed.
5790         * inspector/console/console-eval-syntax-error.html: Removed.
5791         * platform/chromium/inspector/console/console-eval-syntax-error-expected.txt: Removed.
5793 2011-05-24  Matthew Delaney  <mdelaney@apple.com>
5795         Reviewed by Simon Fraser.
5797         Clamp coordinates to integers for canvas create/getImageData routines
5798         https://bugs.webkit.org/show_bug.cgi?id=61135
5800         * fast/canvas/canvas-getImageData-largeNonintegralDimensions-expected.txt: Added.
5801         * fast/canvas/canvas-getImageData-largeNonintegralDimensions.html: Added.
5803 2011-05-24  Tony Chang  <tony@chromium.org>
5805         Reviewed by James Robinson.
5807         fix render overflow computation for input type=range
5808         https://bugs.webkit.org/show_bug.cgi?id=61132
5810         * fast/forms/slider-hit-testing-expected.txt: Added.
5811         * fast/forms/slider-hit-testing.html: Added.
5813 2011-05-24  Kenneth Russell  <kbr@google.com>
5815         Unreviewed. Fixed incorrect test expectations I previously checked in.
5817         * platform/chromium-gpu-mac/compositing/animation/busy-indicator-actual.png: Removed.
5818         * platform/chromium-gpu-mac/compositing/animation/busy-indicator-expected.png: Added.
5819         * platform/chromium-gpu-win/compositing/animation/busy-indicator-actual.png: Removed.
5820         * platform/chromium-gpu-win/compositing/animation/busy-indicator-expected.png: Added.
5822 2011-05-24  Adam Klein  <adamk@chromium.org>
5824         Unreviewed.  Updated Chromium test expectations.
5826         * platform/chromium/test_expectations.txt: svg failure on Linux, BUGWK61370.
5828 2011-05-24  Adam Klein  <adamk@chromium.org>
5830         Unreviewed.
5832         Chromium test expectations update.
5833         https://bugs.webkit.org/show_bug.cgi?id=61169
5835         * platform/chromium/test_expectations.txt: Marked optimize-contrast tests as IMAGE failure, BUGWK61169.
5837 2011-05-24  Qi Zhang  <qi.2.zhang@nokia.com>
5839         Reviewed by Andreas Kling.
5841         [Qt] fast/workers/shared-worker-frame-lifecycle.html failed on Qt Bot
5842         https://bugs.webkit.org/show_bug.cgi?id=34281
5844         Remove the test case from skip list.
5846         * platform/qt/Skipped:
5848 2011-05-23  Yury Semikhatsky  <yurys@chromium.org>
5850         Reviewed by Adam Barth.
5852         Chromium DevTools: Tab crashes with "Aw, snap!" on entering "(new Image())." in console
5853         https://bugs.webkit.org/show_bug.cgi?id=61194
5855         * inspector/console/console-eval-syntax-error-expected.txt: Added.
5856         * inspector/console/console-eval-syntax-error.html: Added.
5857         * platform/chromium/inspector/console/console-eval-syntax-error-expected.txt: Added.
5859 2011-05-24  Gabor Loki  <loki@webkit.org>
5861         Rubber-stamped by Csaba Osztrogonác.
5863         [Qt] Skip failing new test introduced in r87096
5865         * platform/qt-arm/Skipped:
5867 2011-05-24  Leon Scroggins  <scroggo@google.com>
5869         Reviewed by James Robinson.
5871         Update expectations for shadow tests which are now passing.
5872         https://bugs.webkit.org/show_bug.cgi?id=61278
5874         Also remove some expectations for missing tests.
5876         * platform/chromium/test_expectations.txt:
5878 2011-05-24  Csaba Osztrogonác  <ossy@webkit.org>
5880         [Qt][Mac] Skip one more failing test.
5882         * platform/qt-mac/Skipped:
5884 2011-05-24  James Robinson  <jamesr@chromium.org>
5886         Reviewed by Kenneth Russell.
5888         [chromium] Properly handle huge initial dimensions for 2d canvas when accelerated 2d canvas is enabled
5889         https://bugs.webkit.org/show_bug.cgi?id=60077
5891         Update expectation to reflect that the canvas layer isn't composited.
5893         * platform/chromium-gpu/compositing/tiling/huge-layer-img-expected.txt:
5895 2011-05-24  Fumitoshi Ukai  <ukai@chromium.org>
5897         Reviewed by Adam Barth.
5899         close before open WebSocket doesn't fire close event.
5900         https://bugs.webkit.org/show_bug.cgi?id=57301
5902         * http/tests/websocket/tests/close-before-open-expected.txt: Added.
5903         * http/tests/websocket/tests/close-before-open.html: Added.
5905 2011-05-24  Zoltan Horvath  <zoltan@webkit.org>
5907         [Qt][WK2] Paint the bot green for ultimate satisfaction of Ossy. 
5909         * platform/qt-wk2/Skipped:
5911 2011-05-24  Csaba Osztrogonác  <ossy@webkit.org>
5913         [Qt][Mac] Skip failing tests.
5915         * platform/qt-mac/Skipped:
5917 2011-05-24  Annie Sullivan  <sullivan@chromium.org>
5919         Reviewed by Ryosuke Niwa.
5921         editing/deleting/5026848-2 and editing/deleting/5026848-3 should be dump-as-markup tests
5922         https://bugs.webkit.org/show_bug.cgi?id=61323
5924         Convert editing/deleting/5026848-2 and editing/deleting/5026848-3 to dump-as-markup.
5926         * editing/deleting/5026848-2-expected.txt: Added.
5927         * editing/deleting/5026848-2.html: Convert to dump-as-markup.
5928         * editing/deleting/5026848-3-expected.txt: Added.
5929         * editing/deleting/5026848-3.html: Convert to dump-as-markup.
5930         * platform/chromium-linux/editing/deleting/5026848-2-expected.png: Removed.
5931         * platform/chromium-linux/editing/deleting/5026848-3-expected.png: Removed.
5932         * platform/chromium-win/editing/deleting/5026848-2-expected.png: Removed.
5933         * platform/chromium-win/editing/deleting/5026848-2-expected.txt: Removed.
5934         * platform/chromium-win/editing/deleting/5026848-3-expected.png: Removed.
5935         * platform/chromium-win/editing/deleting/5026848-3-expected.txt: Removed.
5936         * platform/gtk/editing/deleting/5026848-2-expected.txt: Removed.
5937         * platform/gtk/editing/deleting/5026848-3-expected.txt: Removed.
5938         * platform/mac-leopard/editing/deleting/5026848-2-expected.png: Removed.
5939         * platform/mac-leopard/editing/deleting/5026848-3-expected.png: Removed.
5940         * platform/mac/editing/deleting/5026848-2-expected.png: Removed.
5941         * platform/mac/editing/deleting/5026848-2-expected.txt: Removed.
5942         * platform/mac/editing/deleting/5026848-3-expected.png: Removed.
5943         * platform/mac/editing/deleting/5026848-3-expected.txt: Removed.
5944         * platform/qt/editing/deleting/5026848-2-expected.png: Removed.
5945         * platform/qt/editing/deleting/5026848-2-expected.txt: Removed.
5946         * platform/qt/editing/deleting/5026848-3-expected.png: Removed.
5947         * platform/qt/editing/deleting/5026848-3-expected.txt: Removed.
5949 2011-05-23  Gabor Loki  <loki@webkit.org>
5951         Rubber-stamped by Csaba Osztrogonác.
5953         [Qt] Skip failing test because of missing anti-aliased fonts on ARM
5955         * platform/qt-arm/Skipped:
5957 2011-05-23  Fumitoshi Ukai  <ukai@chromium.org>
5959         Unreviewed.
5961         Chromium expectations update.
5962         https://bugs.webkit.org/show_bug.cgi?id=61342
5964         * platform/chromium/test_expectations.txt:
5966 2011-05-23  Mike Lawther  <mikelawther@chromium.org>
5968         Reviewed by James Robinson.
5970         implement image-rendering: optimize-contrast (with a vendor prefix) as defined in CSS3 image values
5971         https://bugs.webkit.org/show_bug.cgi?id=56627
5973         * css3/images/optimize-contrast-canvas-expected.checksum: Added.
5974         * css3/images/optimize-contrast-canvas-expected.png: Added.
5975         * css3/images/optimize-contrast-canvas-expected.txt: Added.
5976         * css3/images/optimize-contrast-canvas.html: Added.
5977         * css3/images/optimize-contrast-image-expected.checksum: Added.
5978         * css3/images/optimize-contrast-image-expected.png: Added.
5979         * css3/images/optimize-contrast-image-expected.txt: Added.
5980         * css3/images/optimize-contrast-image.html: Added.
5982 2011-05-23  Justin Schuh  <jschuh@chromium.org>
5984         Unreviewed.
5986         Chromium multiple expectations update.
5988         * platform/chromium/test_expectations.txt:
5990 2011-05-23  Sheriff Bot  <webkit.review.bot@gmail.com>
5992         Unreviewed, rolling out r87007.
5993         http://trac.webkit.org/changeset/87007
5994         https://bugs.webkit.org/show_bug.cgi?id=61329
5996         patch unnecessarily breaks HTML5 compatibility (Requested by
5997         estes on #webkit).
5999         * fast/replaced/object-with-non-empty-classid-triggers-fallback-expected.txt:
6000         * fast/replaced/object-with-non-empty-classid-triggers-fallback.html:
6002 2011-05-23  Julien Chaffraix  <jchaffraix@codeaurora.org>
6004         Reviewed by Darin Adler.
6006         Test for: Crash from null pointer dereference below WebCore::StorageAreaImpl::setItem()
6007         https://bugs.webkit.org/show_bug.cgi?id=57140
6008         <rdar://problem/9191214>
6010         * fast/storage/storage-detached-iframe-expected.txt: Added.
6011         * fast/storage/storage-detached-iframe.html: Added.
6013         * platform/chromium/test_expectations.txt: Marked the test as CRASH
6014         on Chromium - Linux.
6016 2011-05-23  Chris Fleizach  <cfleizach@apple.com>
6018         Reviewed by David Kilzer.
6020         VO doesn't work with HTML5 range (slider) input @step attribute
6021         https://bugs.webkit.org/show_bug.cgi?id=61298
6023         * platform/mac/accessibility/range-alter-by-step-expected.txt: Added.
6024         * platform/mac/accessibility/range-alter-by-step.html: Added.
6026 2011-05-23  Ryosuke Niwa  <rniwa@webkit.org>
6028         Rebaselines work better if we had the new lines at the end of each file.
6030         * platform/gtk/fast/events/selectstart-by-double-triple-clicks-expected.txt:
6031         * platform/gtk/fast/events/selectstart-by-drag-expected.txt:
6032         * platform/qt/fast/events/selectstart-by-double-triple-clicks-expected.txt:
6033         * platform/qt/fast/events/selectstart-by-drag-expected.txt:
6034         * platform/qt/fast/events/selectstart-by-single-click-with-shift-expected.txt:
6035         * platform/win/fast/events/selectstart-by-drag-expected.txt:
6037 2011-05-23  Ryosuke Niwa  <rniwa@webkit.org>
6039         Check in failing test expectations after r87096.
6040         They are tracked by the bugs 61319, 61320, and 61322.
6042         * platform/gtk/fast/events/selectstart-by-double-triple-clicks-expected.txt: Added.
6043         * platform/gtk/fast/events/selectstart-by-drag-expected.txt: Added.
6044         * platform/qt/fast/events/selectstart-by-double-triple-clicks-expected.txt: Added.
6045         * platform/qt/fast/events/selectstart-by-drag-expected.txt: Added.
6046         * platform/qt/fast/events/selectstart-by-single-click-with-shift-expected.txt: Added.
6047         * platform/win/fast/events/selectstart-by-drag-expected.txt: Added.
6049 2011-05-23  Ryosuke Niwa  <rniwa@webkit.org>
6051         Chromium test fix. On Chromium Windows, a space after a word is selected when you double click on the word.
6053         * fast/events/selectstart-by-double-triple-clicks.html:
6055 2011-05-23  Ryosuke Niwa  <rniwa@webkit.org>
6057         Reviewed by Alexey Proskuryakov.
6059         selectstart is fired for every mouse move
6060         https://bugs.webkit.org/show_bug.cgi?id=19489
6062         Added tests to ensure selectstart is dispatches exactly once when selecting text by a mouse drag,
6063         a mouse click, a double click, or a triple click. Also rebaselined a test that previously logged
6064         extra selectstart dispatches.
6066         * fast/events/selectstart-by-double-triple-clicks-expected.txt: Added.
6067         * fast/events/selectstart-by-double-triple-clicks.html: Added.
6068         * fast/events/selectstart-by-drag.html:
6069         * fast/events/selectstart-by-single-click-with-shift-expected.txt: Added.
6070         * fast/events/selectstart-by-single-click-with-shift.html: Added.
6072 2011-05-22  Robert Hogan  <robert@webkit.org>
6074         Reviewed by Andreas Kling.
6076         [Qt] Unskip passing transitions tests
6077         https://bugs.webkit.org/show_bug.cgi?id=61246
6079         * platform/qt/Skipped:
6080         * platform/qt/transitions/move-after-transition-expected.txt: Added.
6081         * platform/qt/transitions/transition-end-event-rendering-expected.txt: Added.
6083 2011-05-23  Adam Barth  <abarth@webkit.org>
6085         Reviewed by Eric Seidel.
6087         Update ImageDecoder::create to match sniffing spec
6088         https://bugs.webkit.org/show_bug.cgi?id=47683
6090         This test actually passes before this patch anyway.  I don't think this
6091         patch is actually observable in any meaningful way.
6093         * fast/images/busted-oval-does-not-render-expected.txt: Added.
6094         * fast/images/busted-oval-does-not-render.html: Added.
6095         * fast/images/resources/busted-oval.png: Added.
6097 2011-05-23  Abhishek Arya  <inferno@chromium.org>
6099         Reviewed by Simon Fraser.
6101         Tests that we do not crash when parsing css color for integer or
6102         percentage values.
6103         https://bugs.webkit.org/show_bug.cgi?id=61293
6105         * fast/css/parse-color-int-or-percent-crash-expected.txt: Added.
6106         * fast/css/parse-color-int-or-percent-crash.html: Added.
6108 2011-05-20  Ryosuke Niwa  <rniwa@webkit.org>
6110         Reviewed by Enrica Casucci.
6112         REGRESSION(r84311): WebKit copies too much styles when copying
6113         https://bugs.webkit.org/show_bug.cgi?id=60914
6115         Added a test to ensure WebKit does not clone hierarchy to preserve background color.
6117         Also renamed editing/pasteboard/do-not-copy-body-color.html to do-no-clone-unnecessary-styles.html
6118         and updated the description to match new behavior. While this test ensures WebKit does not copy
6119         body's background color when it's not fully selected, this isn't a necessary requirement for us
6120         not to duplicate borders so new expected result is correct.
6122         * editing/pasteboard/copy-text-with-backgroundcolor-expected.txt: Some spans became style spans.
6123         * editing/pasteboard/do-no-clone-unnecessary-styles-2-expected.txt: Added.
6124         * editing/pasteboard/do-no-clone-unnecessary-styles-2.html: Added.
6125         * editing/pasteboard/do-no-clone-unnecessary-styles-expected.txt: Renamed from
6126         LayoutTests/editing/pasteboard/do-not-copy-body-color-expected.txt.
6127         * editing/pasteboard/do-no-clone-unnecessary-styles.html: Renamed from
6128         LayoutTests/editing/pasteboard/do-not-copy-body-color.html.
6130 2011-05-23  Ryosuke Niwa  <rniwa@webkit.org>
6132         Reviewed by Tony Chang.
6134         Style visibility: hidden on <br/> tags causes input fields to lose focus after deleting all content
6135         https://bugs.webkit.org/show_bug.cgi?id=45889
6137         Add a regression test now that the bug has been fixed by r87067.
6139         * fast/forms/delete-text-with-invisible-br-expected.txt: Added.
6140         * fast/forms/delete-text-with-invisible-br.html: Added.
6142 2011-05-23  Sheriff Bot  <webkit.review.bot@gmail.com>
6144         Unreviewed, rolling out r87070.
6145         http://trac.webkit.org/changeset/87070
6146         https://bugs.webkit.org/show_bug.cgi?id=61285
6148         broke resource-parameters.html on win, weird failures on wk2
6149         (Requested by caseq on #webkit).
6151         * http/tests/inspector/network/network-size.html:
6152         * http/tests/inspector/resource-har-conversion-expected.txt:
6153         * http/tests/inspector/resource-har-conversion.html:
6154         * http/tests/inspector/resource-har-headers-expected.txt: Removed.
6155         * http/tests/inspector/resource-har-headers.html: Removed.
6156         * http/tests/inspector/resource-parameters-expected.txt:
6157         * http/tests/inspector/resources-test.js:
6159 2011-05-23  Qi Zhang  <qi.2.zhang@nokia.com>
6161         Reviewed by Darin Adler.
6163         WebKitTestRunner needs layoutTestController.setJavaScriptCanAccessClipboard
6164         https://bugs.webkit.org/show_bug.cgi?id=42669
6166         Unskip test case due to the implementation setJavaScriptCanAccessClipboard in WebKitTestRunner.
6168         * platform/mac-wk2/Skipped:
6169         * platform/qt-wk2/Skipped:
6171 2011-05-18  Pavel Podivilov  <podivilov@chromium.org>
6173         Reviewed by Yury Semikhatsky.
6175         Web Inspector: source mapping for pretty-printed scripts is sometimes inaccurate after indented comments.
6176         https://bugs.webkit.org/show_bug.cgi?id=61037
6178         * http/tests/inspector/inspector-test.js:
6179         (initialize_InspectorTest):
6180         * inspector/debugger/resources/obfuscated.js:
6181         (withComments):
6182         * inspector/debugger/script-formatter.html:
6184 2011-05-23  Mike West  <mkwst@chromium.org>
6186         Reviewed by Yury Semikhatsky.
6188         Web Inspector: Missing fields in HAR
6189         https://bugs.webkit.org/show_bug.cgi?id=58127
6191         Setting correct expectations for the following fields newly added to
6192         the HAR implementation:
6193         - entry.request.httpVersion
6194         - entry.request.headersSize
6195         - entry.request.bodySize
6196         - entry.response.httpVersion
6197         - entry.response.headersSize
6198         - entry.response.bodySize
6199         - entry.response.content.compression
6201         * http/tests/inspector/network/network-size.html:
6202         * http/tests/inspector/resource-har-conversion-expected.txt:
6203         * http/tests/inspector/resource-har-conversion.html:
6204         * http/tests/inspector/resource-har-headers-expected.txt: Added.
6205         * http/tests/inspector/resource-har-headers.html: Added.
6206         * http/tests/inspector/resource-parameters-expected.txt:
6207         * http/tests/inspector/resources-test.js:
6209 2011-05-23  Csaba Osztrogonác  <ossy@webkit.org>
6211         [Qt][WK] Skip a failing test.
6213         * platform/qt-wk2/Skipped:
6215 2011-05-23  Kent Tamura  <tkent@chromium.org>
6217         Reviewed by Dimitri Glazkov.
6219         Change text-based <input> types to the new shadow DOM model
6220         https://bugs.webkit.org/show_bug.cgi?id=54179
6222         Update test results because the shadow tree structure of <input> and
6223         <textarea> is changed.
6225         * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
6226         * editing/deleting/delete-ligature-001-expected.txt:
6227         * editing/pasteboard/copy-in-password-field-expected.txt:
6228         * editing/selection/select-all-textarea-expected.txt:
6229         * fast/events/5056619-expected.txt:
6230         * fast/forms/focus-selection-input-expected.txt:
6231         * fast/forms/focus-selection-textarea-expected.txt:
6232         * platform/chromium-linux/editing/selection/select-across-readonly-input-1-expected.txt:
6233         * platform/chromium-linux/editing/selection/select-across-readonly-input-4-expected.txt:
6234         * platform/chromium-linux/editing/selection/select-across-readonly-input-5-expected.txt:
6235         * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
6236         * platform/chromium-linux/fast/forms/input-readonly-autoscroll-expected.txt:
6237         * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
6238         * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
6239         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
6240         * platform/chromium-win-vista/fast/forms/validation-message-appearance-expected.txt:
6241         * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
6242         * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
6243         * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
6244         * platform/chromium-win/editing/selection/4895428-3-expected.txt:
6245         * platform/chromium-win/editing/selection/4975120-expected.txt:
6246         * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
6247         * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
6248         * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
6249         * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.txt:
6250         * platform/chromium-win/fast/events/autoscroll-expected.txt:
6251         * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
6252         * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
6253         * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
6254         * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
6255         * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
6256         * platform/chromium-win/fast/forms/input-paste-undo-expected.txt:
6257         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
6258         * platform/chromium-win/fast/forms/input-placeholder-visibility-2-expected.txt:
6259         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
6260         * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
6261         * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
6262         * platform/chromium-win/fast/forms/input-text-double-click-expected.txt:
6263         * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
6264         * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
6265         * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
6266         * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
6267         * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
6268         * platform/chromium-win/fast/forms/search-rtl-expected.txt:
6269         * platform/chromium-win/fast/forms/search-zoomed-expected.txt:
6270         * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
6271         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
6272         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
6273         * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
6274         * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
6275         * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
6276         * platform/chromium-win/fast/forms/textfield-outline-expected.txt:
6277         * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
6278         * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
6279         * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
6280         * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
6281         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
6282         * platform/chromium/test_expectations.txt:
6283         * platform/gtk/editing/inserting/4960120-1-expected.txt:
6284         * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt:
6285         * platform/gtk/editing/pasteboard/pasting-tabs-expected.txt:
6286         * platform/gtk/editing/selection/4895428-3-expected.txt:
6287         * platform/gtk/editing/selection/4975120-expected.txt:
6288         * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt:
6289         * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt:
6290         * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt:
6291         * platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt:
6292         * platform/gtk/fast/events/autoscroll-expected.txt:
6293         * platform/gtk/fast/events/context-no-deselect-expected.txt:
6294         * platform/gtk/fast/forms/input-appearance-focus-expected.txt:
6295         * platform/gtk/fast/forms/input-appearance-readonly-expected.txt:
6296         * platform/gtk/fast/forms/input-appearance-selection-expected.txt:
6297         * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
6298         * platform/gtk/fast/forms/input-paste-undo-expected.txt:
6299         * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
6300         * platform/gtk/fast/forms/input-placeholder-visibility-2-expected.txt:
6301         * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
6302         * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
6303         * platform/gtk/fast/forms/input-text-click-inside-expected.txt:
6304         * platform/gtk/fast/forms/input-text-click-outside-expected.txt:
6305         * platform/gtk/fast/forms/input-text-double-click-expected.txt:
6306         * platform/gtk/fast/forms/input-text-drag-down-expected.txt:
6307         * platform/gtk/fast/forms/input-text-option-delete-expected.txt:
6308         * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
6309         * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt:
6310         * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
6311         * platform/gtk/fast/forms/search-rtl-expected.txt:
6312         * platform/gtk/fast/forms/search-transformed-expected.txt:
6313         * platform/gtk/fast/forms/search-zoomed-expected.txt:
6314         * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
6315         * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt:
6316         * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt:
6317         * platform/gtk/fast/forms/textarea-scrollbar-expected.txt:
6318         * platform/gtk/fast/forms/textarea-scrolled-type-expected.txt:
6319         * platform/gtk/fast/forms/textfield-focus-ring-expected.txt:
6320         * platform/gtk/fast/forms/textfield-outline-expected.txt:
6321         * platform/gtk/fast/forms/textfield-overflow-expected.txt:
6322         * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
6323         * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
6324         * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
6325         * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt:
6326         * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.txt:
6327         * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-2-expected.txt:
6328         * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.txt:
6329         * platform/mac-wk2/editing/selection/select-across-readonly-input-1-expected.txt:
6330         * platform/mac-wk2/editing/selection/select-across-readonly-input-4-expected.txt:
6331         * platform/mac-wk2/editing/selection/select-across-readonly-input-5-expected.txt:
6332         * platform/mac/editing/inserting/4960120-1-expected.txt:
6333         * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
6334         * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
6335         * platform/mac/editing/selection/4895428-3-expected.txt:
6336         * platform/mac/editing/selection/4975120-expected.txt:
6337         * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
6338         * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
6339         * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
6340         * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
6341         * platform/mac/fast/events/autoscroll-expected.txt:
6342         * platform/mac/fast/events/context-no-deselect-expected.txt:
6343         * platform/mac/fast/forms/input-appearance-focus-expected.txt:
6344         * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
6345         * platform/mac/fast/forms/input-appearance-selection-expected.txt:
6346         * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
6347         * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
6348         * platform/mac/fast/forms/input-paste-undo-expected.txt:
6349         * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
6350         * platform/mac/fast/forms/input-placeholder-visibility-2-expected.txt:
6351         * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
6352         * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
6353         * platform/mac/fast/forms/input-text-click-inside-expected.txt:
6354         * platform/mac/fast/forms/input-text-double-click-expected.txt:
6355         * platform/mac/fast/forms/input-text-drag-down-expected.txt:
6356         * platform/mac/fast/forms/input-text-option-delete-expected.txt:
6357         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
6358         * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
6359         * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
6360         * platform/mac/fast/forms/search-rtl-expected.txt:
6361         * platform/mac/fast/forms/search-transformed-expected.txt:
6362         * platform/mac/fast/forms/search-zoomed-expected.txt:
6363         * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
6364         * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
6365         * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
6366         * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
6367         * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
6368         * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
6369         * platform/mac/fast/forms/textfield-outline-expected.txt:
6370         * platform/mac/fast/forms/textfield-overflow-expected.txt:
6371         * platform/mac/fast/forms/validation-message-appearance-expected.txt:
6372         * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
6373         * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
6374         * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
6375         * platform/qt/editing/inserting/4960120-1-expected.txt:
6376         * platform/qt/editing/pasteboard/pasting-tabs-expected.txt:
6377         * platform/qt/editing/selection/4895428-3-expected.txt:
6378         * platform/qt/editing/selection/4975120-expected.txt:
6379         * platform/qt/fast/events/context-no-deselect-expected.txt:
6380         * platform/qt/fast/forms/input-appearance-focus-expected.txt:
6381         * platform/qt/fast/forms/input-appearance-readonly-expected.txt:
6382         * platform/qt/fast/forms/input-appearance-selection-expected.txt:
6383         * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
6384         * platform/qt/fast/forms/input-paste-undo-expected.txt:
6385         * platform/qt/fast/forms/input-text-click-inside-expected.txt:
6386         * platform/qt/fast/forms/input-text-double-click-expected.txt:
6387         * platform/qt/fast/forms/input-text-option-delete-expected.txt:
6388         * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
6389         * platform/qt/fast/forms/plaintext-mode-2-expected.txt:
6390         * platform/qt/fast/forms/search-rtl-expected.txt:
6391         * platform/qt/fast/forms/search-transformed-expected.txt:
6392         * platform/qt/fast/forms/search-zoomed-expected.txt:
6393         * platform/qt/fast/forms/textfield-outline-expected.txt:
6394         * platform/qt/fast/forms/textfield-overflow-expected.txt:
6395         * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
6396         * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
6397         * platform/win/editing/inserting/4960120-1-expected.txt:
6398         * platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
6399         * platform/win/fast/forms/input-text-drag-down-expected.txt:
6400         * platform/win/fast/forms/textarea-scrollbar-expected.txt:
6401         * platform/win/fast/forms/textarea-scrolled-type-expected.txt:
6403 2011-05-23  Csaba Osztrogonác  <ossy@webkit.org>
6405         [Qt] Unreviewed, skip new failing tests.
6407         * platform/qt-arm/Skipped:
6408         * platform/qt-mac/Skipped:
6409         * platform/qt-wk2/Skipped:
6411 2011-05-23  Sheriff Bot  <webkit.review.bot@gmail.com>
6413         Unreviewed, rolling out r87014, r87016, and r87017.
6414         http://trac.webkit.org/changeset/87014
6415         http://trac.webkit.org/changeset/87016
6416         http://trac.webkit.org/changeset/87017
6417         https://bugs.webkit.org/show_bug.cgi?id=61266
6419         It made more tests assert (Requested by Ossy on #webkit).
6421         * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
6422         * editing/deleting/delete-ligature-001-expected.txt:
6423         * editing/pasteboard/copy-in-password-field-expected.txt:
6424         * editing/selection/select-all-textarea-expected.txt:
6425         * fast/events/5056619-expected.txt:
6426         * fast/forms/focus-selection-input-expected.txt:
6427         * fast/forms/focus-selection-textarea-expected.txt:
6428         * platform/chromium-linux/editing/selection/select-across-readonly-input-1-expected.txt:
6429         * platform/chromium-linux/editing/selection/select-across-readonly-input-4-expected.txt:
6430         * platform/chromium-linux/editing/selection/select-across-readonly-input-5-expected.txt:
6431         * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
6432         * platform/chromium-linux/fast/forms/input-readonly-autoscroll-expected.txt:
6433         * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
6434         * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
6435         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
6436         * platform/chromium-win-vista/fast/forms/validation-message-appearance-expected.txt:
6437         * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
6438         * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
6439         * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
6440         * platform/chromium-win/editing/selection/4895428-3-expected.txt:
6441         * platform/chromium-win/editing/selection/4975120-expected.txt:
6442         * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
6443         * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
6444         * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
6445         * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.txt:
6446         * platform/chromium-win/fast/events/autoscroll-expected.txt:
6447         * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
6448         * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
6449         * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
6450         * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
6451         * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
6452         * platform/chromium-win/fast/forms/input-paste-undo-expected.txt:
6453         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
6454         * platform/chromium-win/fast/forms/input-placeholder-visibility-2-expected.txt:
6455         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
6456         * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
6457         * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
6458         * platform/chromium-win/fast/forms/input-text-double-click-expected.txt:
6459         * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
6460         * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
6461         * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
6462         * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
6463         * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
6464         * platform/chromium-win/fast/forms/search-rtl-expected.txt:
6465         * platform/chromium-win/fast/forms/search-zoomed-expected.txt:
6466         * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
6467         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
6468         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
6469         * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
6470         * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
6471         * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
6472         * platform/chromium-win/fast/forms/textfield-outline-expected.txt:
6473         * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
6474         * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
6475         * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
6476         * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
6477         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
6478         * platform/chromium/test_expectations.txt:
6479         * platform/gtk/editing/inserting/4960120-1-expected.txt:
6480         * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt:
6481         * platform/gtk/editing/pasteboard/pasting-tabs-expected.txt:
6482         * platform/gtk/editing/selection/4895428-3-expected.txt:
6483         * platform/gtk/editing/selection/4975120-expected.txt:
6484         * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt:
6485         * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt:
6486         * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt:
6487         * platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt:
6488         * platform/gtk/fast/events/autoscroll-expected.txt:
6489         * platform/gtk/fast/events/context-no-deselect-expected.txt:
6490         * platform/gtk/fast/forms/input-appearance-focus-expected.txt:
6491         * platform/gtk/fast/forms/input-appearance-readonly-expected.txt:
6492         * platform/gtk/fast/forms/input-appearance-selection-expected.txt:
6493         * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
6494         * platform/gtk/fast/forms/input-paste-undo-expected.txt:
6495         * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
6496         * platform/gtk/fast/forms/input-placeholder-visibility-2-expected.txt:
6497         * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
6498         * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
6499         * platform/gtk/fast/forms/input-text-click-inside-expected.txt:
6500         * platform/gtk/fast/forms/input-text-click-outside-expected.txt:
6501         * platform/gtk/fast/forms/input-text-double-click-expected.txt:
6502         * platform/gtk/fast/forms/input-text-drag-down-expected.txt:
6503         * platform/gtk/fast/forms/input-text-option-delete-expected.txt:
6504         * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
6505         * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt:
6506         * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
6507         * platform/gtk/fast/forms/search-rtl-expected.txt:
6508         * platform/gtk/fast/forms/search-transformed-expected.txt:
6509         * platform/gtk/fast/forms/search-zoomed-expected.txt:
6510         * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
6511         * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt:
6512         * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt:
6513         * platform/gtk/fast/forms/textarea-scrollbar-expected.txt:
6514         * platform/gtk/fast/forms/textarea-scrolled-type-expected.txt:
6515         * platform/gtk/fast/forms/textfield-focus-ring-expected.txt:
6516         * platform/gtk/fast/forms/textfield-outline-expected.txt:
6517         * platform/gtk/fast/forms/textfield-overflow-expected.txt:
6518         * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
6519         * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
6520         * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
6521         * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt:
6522         * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.txt:
6523         * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-2-expected.txt:
6524         * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.txt:
6525         * platform/mac-wk2/editing/selection/select-across-readonly-input-1-expected.txt:
6526         * platform/mac-wk2/editing/selection/select-across-readonly-input-4-expected.txt:
6527         * platform/mac-wk2/editing/selection/select-across-readonly-input-5-expected.txt:
6528         * platform/mac/editing/inserting/4960120-1-expected.txt:
6529         * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
6530         * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
6531         * platform/mac/editing/selection/4895428-3-expected.txt:
6532         * platform/mac/editing/selection/4975120-expected.txt:
6533         * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
6534         * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
6535         * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
6536         * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
6537         * platform/mac/fast/events/autoscroll-expected.txt:
6538         * platform/mac/fast/events/context-no-deselect-expected.txt:
6539         * platform/mac/fast/forms/input-appearance-focus-expected.txt:
6540         * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
6541         * platform/mac/fast/forms/input-appearance-selection-expected.txt:
6542         * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
6543         * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
6544         * platform/mac/fast/forms/input-paste-undo-expected.txt:
6545         * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
6546         * platform/mac/fast/forms/input-placeholder-visibility-2-expected.txt:
6547         * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
6548         * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
6549         * platform/mac/fast/forms/input-text-click-inside-expected.txt:
6550         * platform/mac/fast/forms/input-text-double-click-expected.txt:
6551         * platform/mac/fast/forms/input-text-drag-down-expected.txt:
6552         * platform/mac/fast/forms/input-text-option-delete-expected.txt:
6553         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
6554         * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
6555         * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
6556         * platform/mac/fast/forms/search-rtl-expected.txt:
6557         * platform/mac/fast/forms/search-transformed-expected.txt:
6558         * platform/mac/fast/forms/search-zoomed-expected.txt:
6559         * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
6560         * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
6561         * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
6562         * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
6563         * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
6564         * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
6565         * platform/mac/fast/forms/textfield-outline-expected.txt:
6566         * platform/mac/fast/forms/textfield-overflow-expected.txt:
6567         * platform/mac/fast/forms/validation-message-appearance-expected.txt:
6568         * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
6569         * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
6570         * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
6571         * platform/qt/editing/inserting/4960120-1-expected.txt:
6572         * platform/qt/editing/pasteboard/pasting-tabs-expected.txt:
6573         * platform/qt/editing/selection/4895428-3-expected.txt:
6574         * platform/qt/editing/selection/4975120-expected.txt:
6575         * platform/qt/fast/events/context-no-deselect-expected.txt:
6576         * platform/qt/fast/forms/input-appearance-focus-expected.txt:
6577         * platform/qt/fast/forms/input-appearance-readonly-expected.txt:
6578         * platform/qt/fast/forms/input-appearance-selection-expected.txt:
6579         * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
6580         * platform/qt/fast/forms/input-paste-undo-expected.txt:
6581         * platform/qt/fast/forms/input-text-click-inside-expected.txt:
6582         * platform/qt/fast/forms/input-text-double-click-expected.txt:
6583         * platform/qt/fast/forms/input-text-option-delete-expected.txt:
6584         * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
6585         * platform/qt/fast/forms/plaintext-mode-2-expected.txt:
6586         * platform/qt/fast/forms/search-rtl-expected.txt:
6587         * platform/qt/fast/forms/search-transformed-expected.txt:
6588         * platform/qt/fast/forms/search-zoomed-expected.txt:
6589         * platform/qt/fast/forms/textfield-outline-expected.txt:
6590         * platform/qt/fast/forms/textfield-overflow-expected.txt:
6591         * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
6592         * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
6593         * platform/win/editing/inserting/4960120-1-expected.txt:
6594         * platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
6595         * platform/win/fast/forms/input-text-drag-down-expected.txt:
6596         * platform/win/fast/forms/textarea-scrollbar-expected.txt:
6597         * platform/win/fast/forms/textarea-scrolled-type-expected.txt:
6599 2011-05-22  Fumitoshi Ukai  <ukai@chromium.org>
6601         Unreviewed.
6603         Chromium expectations update.
6605         * platform/chromium/test_expectations.txt: add fast/block/positioning/058.html
6607 2011-05-22  Robert Hogan  <robert@webkit.org>
6609         Reviewed by Kenneth Rohde Christiansen.
6611         Fix policyDelegate in Qt DRT
6612         https://bugs.webkit.org/show_bug.cgi?id=61247
6614         * platform/qt/Skipped: Unskip fast/encoding/mailto-always-utf-8.html
6615         * platform/qt/fast/forms/mailto/formenctype-attribute-button-html-expected.txt: Removed.
6616         * platform/qt/fast/forms/mailto/formenctype-attribute-input-html-expected.txt: Removed.
6618 2011-05-22  Dominic Cooney  <dominicc@chromium.org>
6620         Reviewed by Dimitri Glazkov.
6622         When removing a shadow root, also remove it from the render tree.
6623         https://bugs.webkit.org/show_bug.cgi?id=61245
6625         * platform/mac/Skipped: Unskip shadow tests.
6627 2011-05-21  Dirk Schulze  <krit@webkit.org>
6629         Reviewed by Darin Adler.
6631         REGRESSION(r66731): pointer-events are broken in some cases
6632         https://bugs.webkit.org/show_bug.cgi?id=45467
6634         Check that an embedded SVG element doesn't have a pointer, if pointer-events is set to 'none'.
6636         * svg/custom/pointer-events-on-svg-with-pointer-expected.txt: Added.
6637         * svg/custom/pointer-events-on-svg-with-pointer.xhtml: Added.
6638         * svg/custom/pointer-events-on-svg-without-pointer-expected.txt: Added.
6639         * svg/custom/pointer-events-on-svg-without-pointer.xhtml: Added.
6641 2011-05-21  Dan Bernstein  <mitz@apple.com>
6643         Reviewed by Darin Adler.
6645         <rdar://problem/9479926> REGRESSION (r82144): Icon overlaps text in Twitter message dialog
6646         https://bugs.webkit.org/show_bug.cgi?id=61241
6648         * fast/block/positioning/start-ignoring-before-expected.png: Added.
6649         * fast/block/positioning/start-ignoring-before-expected.txt: Added.
6650         * fast/block/positioning/start-ignoring-before.html: Added.
6652 2011-05-21  Justin Schuh  <jschuh@chromium.org>
6654         Unreviewed.
6656         Chromium expectations exception for:
6657         fast/css/custom-font-xheight.html
6659         * platform/chromium/test_expectations.txt:
6661 2011-05-21  Justin Schuh  <jschuh@chromium.org>
6663         Unreviewed
6665         Chromium expectations updates.
6667         * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png: Added.
6668         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added.
6669         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
6670         * platform/chromium-win/fast/box-shadow/border-radius-big-expected.png:
6671         * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png: Added.
6672         * platform/chromium-win/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added.
6673         * platform/chromium-win/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
6674         * platform/chromium/test_expectations.txt:
6676 2011-05-21  Jeremy Noble  <jer.noble@apple.com>
6678         Reviewed by Eric Carlson.
6680         WebKit2: fix failing fullscreen/full-screen-remove* tests.
6681         https://bugs.webkit.org/show_bug.cgi?id=61027
6683         * platform/mac-wk2/Skipped: Unskip most fullscreen/ tests.
6685 2011-05-21  Justin Schuh  <jschuh@chromium.org>
6687         Unreviewed.
6689         Chromium SVG expectations update.
6691         * platform/chromium/test_expectations.txt:
6693 2011-05-21  Gavin Peters  <gavinp@chromium.org>
6695         Reviewed by Adam Barth.
6697         Add rel type prerender to distinguish prerender from prefetch
6698         https://bugs.webkit.org/show_bug.cgi?id=61079
6700         Chrome right now uses <link rel=prefetch ...> for one of two things,
6701         to warm the cache in the same way as firefox, or to launch a speculative
6702         rendering of a web page, for faster "loading" when the user navigates to it.
6704         This new rel type will let us distinguish the two cases; the rel type prerender
6705         isn't used on the web today, but the Google Web Search example prerendering application
6706         is ready to experiment with it.
6708         * fast/dom/HTMLLinkElement/prerender-expected.txt: Added.
6709         * fast/dom/HTMLLinkElement/prerender.html: Added.
6710         * platform/gtk/Skipped:
6711         * platform/mac/Skipped:
6712         * platform/qt/Skipped:
6713         * platform/win/Skipped:
6715 2011-05-21  Kent Tamura  <tkent@chromium.org>
6717         [GTK] [Chromium] Update test results for r87014.
6718         https://bugs.webkit.org/show_bug.cgi?id=54179
6720         * platform/chromium-win-vista/fast/forms/validation-message-appearance-expected.txt:
6721         * platform/gtk/fast/forms/input-text-click-outside-expected.txt:
6722         * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
6724 2011-05-21  Kent Tamura  <tkent@chromium.org>
6726         [Qt] Update test results for r87014.
6728         * platform/qt/fast/events/context-no-deselect-expected.txt:
6729         * platform/qt/fast/forms/input-text-double-click-expected.txt:
6730         * platform/qt/fast/forms/textfield-outline-expected.txt:
6732 2011-05-21  Kent Tamura  <tkent@chromium.org>
6734         Reviewed by Dimitri Glazkov.
6736         Change text-based <input> types to the new shadow DOM model
6737         https://bugs.webkit.org/show_bug.cgi?id=54179
6739         Update test results because the shadow tree structure of <input> and
6740         <textarea> is changed.
6742         * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
6743         * editing/deleting/delete-ligature-001-expected.txt:
6744         * editing/pasteboard/copy-in-password-field-expected.txt:
6745         * editing/selection/select-all-textarea-expected.txt:
6746         * fast/events/5056619-expected.txt:
6747         * fast/forms/focus-selection-input-expected.txt:
6748         * fast/forms/focus-selection-textarea-expected.txt:
6749         * platform/chromium-linux/editing/selection/select-across-readonly-input-1-expected.txt:
6750         * platform/chromium-linux/editing/selection/select-across-readonly-input-4-expected.txt:
6751         * platform/chromium-linux/editing/selection/select-across-readonly-input-5-expected.txt:
6752         * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
6753         * platform/chromium-linux/fast/forms/input-readonly-autoscroll-expected.txt:
6754         * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
6755         * platform/chromium-linux/fast/forms/textfield-outline-expected.txt:
6756         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
6757         * platform/chromium-win/editing/inserting/4960120-1-expected.txt:
6758         * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
6759         * platform/chromium-win/editing/pasteboard/pasting-tabs-expected.txt:
6760         * platform/chromium-win/editing/selection/4895428-3-expected.txt:
6761         * platform/chromium-win/editing/selection/4975120-expected.txt:
6762         * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
6763         * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
6764         * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
6765         * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.txt:
6766         * platform/chromium-win/fast/events/autoscroll-expected.txt:
6767         * platform/chromium-win/fast/events/context-no-deselect-expected.txt:
6768         * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
6769         * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
6770         * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
6771         * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
6772         * platform/chromium-win/fast/forms/input-paste-undo-expected.txt:
6773         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
6774         * platform/chromium-win/fast/forms/input-placeholder-visibility-2-expected.txt:
6775         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
6776         * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
6777         * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
6778         * platform/chromium-win/fast/forms/input-text-double-click-expected.txt:
6779         * platform/chromium-win/fast/forms/input-text-drag-down-expected.txt:
6780         * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
6781         * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
6782         * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
6783         * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
6784         * platform/chromium-win/fast/forms/search-rtl-expected.txt:
6785         * platform/chromium-win/fast/forms/search-zoomed-expected.txt:
6786         * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
6787         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
6788         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
6789         * platform/chromium-win/fast/forms/textarea-scrollbar-expected.txt:
6790         * platform/chromium-win/fast/forms/textarea-scrolled-type-expected.txt:
6791         * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
6792         * platform/chromium-win/fast/forms/textfield-outline-expected.txt:
6793         * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
6794         * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
6795         * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
6796         * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
6797         * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
6798         * platform/chromium/test_expectations.txt:
6799         * platform/gtk/editing/inserting/4960120-1-expected.txt:
6800         * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt:
6801         * platform/gtk/editing/pasteboard/pasting-tabs-expected.txt:
6802         * platform/gtk/editing/selection/4895428-3-expected.txt:
6803         * platform/gtk/editing/selection/4975120-expected.txt:
6804         * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt:
6805         * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt:
6806         * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt:
6807         * platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt:
6808         * platform/gtk/fast/events/autoscroll-expected.txt:
6809         * platform/gtk/fast/events/context-no-deselect-expected.txt:
6810         * platform/gtk/fast/forms/input-appearance-focus-expected.txt:
6811         * platform/gtk/fast/forms/input-appearance-readonly-expected.txt:
6812         * platform/gtk/fast/forms/input-appearance-selection-expected.txt:
6813         * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
6814         * platform/gtk/fast/forms/input-paste-undo-expected.txt:
6815         * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
6816         * platform/gtk/fast/forms/input-placeholder-visibility-2-expected.txt:
6817         * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
6818         * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
6819         * platform/gtk/fast/forms/input-text-click-inside-expected.txt:
6820         * platform/gtk/fast/forms/input-text-double-click-expected.txt:
6821         * platform/gtk/fast/forms/input-text-drag-down-expected.txt:
6822         * platform/gtk/fast/forms/input-text-option-delete-expected.txt:
6823         * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
6824         * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt:
6825         * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
6826         * platform/gtk/fast/forms/search-rtl-expected.txt:
6827         * platform/gtk/fast/forms/search-transformed-expected.txt:
6828         * platform/gtk/fast/forms/search-zoomed-expected.txt:
6829         * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
6830         * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt:
6831         * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt:
6832         * platform/gtk/fast/forms/textarea-scrollbar-expected.txt:
6833         * platform/gtk/fast/forms/textarea-scrolled-type-expected.txt:
6834         * platform/gtk/fast/forms/textfield-focus-ring-expected.txt:
6835         * platform/gtk/fast/forms/textfield-outline-expected.txt:
6836         * platform/gtk/fast/forms/textfield-overflow-expected.txt:
6837         * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
6838         * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
6839         * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt:
6840         * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.txt:
6841         * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-2-expected.txt:
6842         * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.txt:
6843         * platform/mac-wk2/editing/selection/select-across-readonly-input-1-expected.txt:
6844         * platform/mac-wk2/editing/selection/select-across-readonly-input-4-expected.txt:
6845         * platform/mac-wk2/editing/selection/select-across-readonly-input-5-expected.txt:
6846         * platform/mac/editing/inserting/4960120-1-expected.txt:
6847         * platform/mac/editing/pasteboard/drop-text-without-selection-expected.txt:
6848         * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
6849         * platform/mac/editing/selection/4895428-3-expected.txt:
6850         * platform/mac/editing/selection/4975120-expected.txt:
6851         * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt:
6852         * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt:
6853         * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt:
6854         * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
6855         * platform/mac/fast/events/autoscroll-expected.txt:
6856         * platform/mac/fast/events/context-no-deselect-expected.txt:
6857         * platform/mac/fast/forms/input-appearance-focus-expected.txt:
6858         * platform/mac/fast/forms/input-appearance-readonly-expected.txt:
6859         * platform/mac/fast/forms/input-appearance-selection-expected.txt:
6860         * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
6861         * platform/mac/fast/forms/input-double-click-selection-gap-bug-expected.txt:
6862         * platform/mac/fast/forms/input-paste-undo-expected.txt:
6863         * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
6864         * platform/mac/fast/forms/input-placeholder-visibility-2-expected.txt:
6865         * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
6866         * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
6867         * platform/mac/fast/forms/input-text-click-inside-expected.txt:
6868         * platform/mac/fast/forms/input-text-double-click-expected.txt:
6869         * platform/mac/fast/forms/input-text-drag-down-expected.txt:
6870         * platform/mac/fast/forms/input-text-option-delete-expected.txt:
6871         * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
6872         * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
6873         * platform/mac/fast/forms/plaintext-mode-2-expected.txt:
6874         * platform/mac/fast/forms/search-rtl-expected.txt:
6875         * platform/mac/fast/forms/search-transformed-expected.txt:
6876         * platform/mac/fast/forms/search-zoomed-expected.txt:
6877         * platform/mac/fast/forms/tabbing-input-iframe-expected.txt:
6878         * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
6879         * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
6880         * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
6881         * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
6882         * platform/mac/fast/forms/textfield-focus-ring-expected.txt:
6883         * platform/mac/fast/forms/textfield-outline-expected.txt:
6884         * platform/mac/fast/forms/textfield-overflow-expected.txt:
6885         * platform/mac/fast/forms/validation-message-appearance-expected.txt:
6886         * platform/mac/fast/frames/take-focus-from-iframe-expected.txt:
6887         * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
6888         * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt:
6889         * platform/qt/editing/inserting/4960120-1-expected.txt:
6890         * platform/qt/editing/pasteboard/pasting-tabs-expected.txt:
6891         * platform/qt/editing/selection/4895428-3-expected.txt:
6892         * platform/qt/editing/selection/4975120-expected.txt:
6893         * platform/qt/fast/forms/input-appearance-focus-expected.txt:
6894         * platform/qt/fast/forms/input-appearance-readonly-expected.txt:
6895         * platform/qt/fast/forms/input-appearance-selection-expected.txt:
6896         * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
6897         * platform/qt/fast/forms/input-paste-undo-expected.txt:
6898         * platform/qt/fast/forms/input-text-click-inside-expected.txt:
6899         * platform/qt/fast/forms/input-text-option-delete-expected.txt:
6900         * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
6901         * platform/qt/fast/forms/plaintext-mode-2-expected.txt:
6902         * platform/qt/fast/forms/search-rtl-expected.txt:
6903         * platform/qt/fast/forms/search-transformed-expected.txt:
6904         * platform/qt/fast/forms/search-zoomed-expected.txt:
6905         * platform/qt/fast/forms/textfield-overflow-expected.txt:
6906         * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
6907         * platform/qt/fast/transforms/transformed-focused-text-input-expected.txt:
6908         * platform/win/editing/inserting/4960120-1-expected.txt:
6909         * platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
6910         * platform/win/fast/forms/input-text-drag-down-expected.txt:
6911         * platform/win/fast/forms/textarea-scrollbar-expected.txt:
6912         * platform/win/fast/forms/textarea-scrolled-type-expected.txt:
6914 2011-05-21  Kent Tamura  <tkent@chromium.org>
6916         [Mac] Add expectation files for box-shadow-and-border-radius.html.
6918         * platform/mac/fast/css/box-shadow-and-border-radius-expected.png: Added.
6919         * platform/mac/fast/css/box-shadow-and-border-radius-expected.txt: Added.
6921 2011-05-20  Simon Fraser  <simon.fraser@apple.com>
6923         Reviewed by Dan Bernstein.
6925         Allow ShadowBlur to do tiling when the context is scaled
6926         https://bugs.webkit.org/show_bug.cgi?id=61232
6928         * fast/box-shadow/scaled-box-shadow.html: Added.
6929         * platform/mac/fast/box-shadow/scaled-box-shadow-expected.png: Added.
6930         * platform/mac/fast/box-shadow/scaled-box-shadow-expected.txt: Added.
6932 2011-05-20  Alexey Proskuryakov  <ap@apple.com>
6934         Reviewed by Kent Tamura.
6936         Special characters can be inserted in text field having reached maxlength
6937         https://bugs.webkit.org/show_bug.cgi?id=19479
6938         <rdar://problem/7828739>
6940         * platform/mac/editing/input/maxlength-expected.txt: Added.
6941         * platform/mac/editing/input/maxlength.html: Added.
6943         * fast/forms/input-number-commit-valid-only-expected.txt:
6944         * fast/forms/script-tests/input-number-commit-valid-only.js:
6945         The user can make a number field empty by deleting its content, so there is no reason why
6946         execCommand shouldn't be able to make it empty.
6948 2011-05-20  Andy Estes  <aestes@apple.com>
6950         Reviewed by Darin Adler.
6952         REGRESSION (r70748): WebKit cannot play videos created by Podcast Producer.
6953         https://bugs.webkit.org/show_bug.cgi?id=61229
6954         
6955         Test that an object element with a non-empty classid, a valid MIME
6956         type and no fallback content is allowed to load.
6958         * fast/replaced/object-with-non-empty-classid-triggers-fallback-expected.txt:
6959         * fast/replaced/object-with-non-empty-classid-triggers-fallback.html:
6961 2011-05-20  Kulanthaivel Palanichamy  <kulanthaivel@codeaurora.org>
6963         Reviewed by Simon Fraser.
6965         If both border-radius and box-shadow applied, shadow is not fully visible
6966         https://bugs.webkit.org/show_bug.cgi?id=59577
6968         * fast/css/box-shadow-and-border-radius.html: Added.
6969         * platform/qt/fast/css/box-shadow-and-border-radius-expected.png: Added.
6970         * platform/qt/fast/css/box-shadow-and-border-radius-expected.txt: Added.
6971         * platform/win/fast/css/box-shadow-and-border-radius-expected.png: Added.
6972         * platform/win/fast/css/box-shadow-and-border-radius-expected.txt: Added.
6974 2011-05-20  Kenneth Russell  <kbr@google.com>
6976         Unreviewed. Manually pulled missing layout test result from Mesa bots.
6978         * platform/chromium-gpu-mac/compositing/animation/busy-indicator-actual.png: Added.
6979         * platform/chromium-gpu-win/compositing/animation/busy-indicator-actual.png: Added.
6981 2011-05-20  Leon Scroggins  <scroggo@google.com>
6983         Reviewed by Kenneth Russell.
6985         gpu canvas alpha tests failing on the chromium canaries
6986         https://bugs.webkit.org/show_bug.cgi?id=59768
6988         Remove tests which are now passing from test_expectations.
6990         * platform/chromium/test_expectations.txt:
6992 2011-05-20  Justin Schuh  <jschuh@chromium.org>
6994         Unreviewed.
6996         Chromium expectations exception for:
6997         svg/W3C-SVG-1.1-SE/struct-use-14-f.svg 
6999         * platform/chromium/test_expectations.txt:
7001 2011-05-20  Ryosuke Niwa  <rniwa@webkit.org>
7003         Rebaselines after r86983.
7005         * platform/chromium-win/editing/pasteboard/smart-paste-003-expected.txt:
7006         * platform/chromium-win/editing/pasteboard/smart-paste-004-expected.txt:
7007         * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
7008         * platform/win/editing/pasteboard/paste-xml-expected.txt:
7010 2011-05-20  Justin Schuh  <jschuh@chromium.org>
7012         Unreviewed.
7014         Chromium expectations update.
7016         * platform/chromium/test_expectations.txt:
7018 2011-05-20  Justin Schuh  <jschuh@chromium.org>
7020         Unreviewed.
7022         Chromium expectaions update.
7024         * platform/chromium/test_expectations.txt:
7026 2011-05-20  Ryosuke Niwa  <rniwa@webkit.org>
7028         Reviewed by Enrica Casucci.
7030         Wrap copied contents by one style span instead of two
7031         https://bugs.webkit.org/show_bug.cgi?id=60988
7033         Rebaselined tests due to the change in how WebKit preserves style in copy and paste.
7035         * editing/pasteboard/4930986-2-expected.txt: Whitespace change.
7036         * editing/pasteboard/5065605-expected.txt: No longer adds redundant inline style declaration.
7037         * editing/pasteboard/paste-4039777-fix-expected.txt: Progression; Now we hit the list merging logic
7038         in ReplaceSelectionCommand: isStyleSpan(refNode.get()) && isListElement(refNode->firstChild()).
7039         * editing/pasteboard/paste-list-001-expected.txt: Ditto.
7040         * editing/pasteboard/paste-text-011-expected.txt: An extra style span was added.
7041         * editing/pasteboard/paste-text-012-expected.txt: Ditto.
7042         * editing/pasteboard/smart-paste-003-trailing-whitespace-expected.txt: No longer adds redundant style span.
7043         * platform/chromium-win/editing/pasteboard/paste-text-003-expected.txt: No longer adds empty anonymous nodes.
7044         * platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt: Ditto.
7045         * platform/gtk/editing/pasteboard/paste-text-003-expected.txt: Ditto.
7046         * platform/mac/editing/pasteboard/paste-text-003-expected.txt: Ditto.
7047         * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Ditto.
7049 2011-05-20  Justin Schuh  <jschuh@chromium.org>
7051         Unreviewed.
7053         Chromium expectaions update.
7055         * platform/chromium/test_expectations.txt:
7057 2011-05-20  Simon Fraser  <simon.fraser@apple.com>
7059         Reviewed by Sam Weinig.
7061         numberOfActiveAnimations() can include animations from documents in the page cache
7062         https://bugs.webkit.org/show_bug.cgi?id=53641
7064         Unskip tests that were broken because of bad numberOfActiveAnimations() behavior.
7065         
7066         * platform/mac-wk2/Skipped:
7068 2011-05-20  Dirk Schulze  <krit@webkit.org>
7070         Unreviewed rebaseline of Qt. One of the two tests doesn't even need a platform specific result anymore.
7072         SVGPathSegList needs better getTotalLength, getSegmentAtLength path traversal code
7073         https://bugs.webkit.org/show_bug.cgi?id=12047
7075         * platform/qt/svg/custom/path-getTotalLength-expected.txt: Removed.
7076         * platform/qt/svg/custom/path-textPath-simulation-expected.txt:
7078 2011-05-20  Rob Buis  <rbuis@rim.com>
7080         Reviewed by Dirk Schulze.
7082         Use test from ietestcenter fails
7083         https://bugs.webkit.org/show_bug.cgi?id=60844
7085         * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added.
7086         * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
7087         * svg/W3C-SVG-1.1-SE/struct-use-14-f.svg: Added.
7089 2011-05-20  Simon Fraser  <simon.fraser@apple.com>
7091         Reviewed by Sam Weinig.
7093         WebKitTestRunner needs layoutTestController.pauseTransitionAtTimeOnElementWithId
7094         https://bugs.webkit.org/show_bug.cgi?id=42550
7095         
7096         REGRESSION (r84961): transitions/transition-timing-function.html failing on SnowLeopard Intel Release (WebKit2 Tests)
7097         https://bugs.webkit.org/show_bug.cgi?id=59865
7098         
7099         Unskip transition tests that rely on the pause API, and remove a line which refers
7100         to a test that no longer exists.
7102         * platform/mac-wk2/Skipped:
7104 2011-05-20  Abhishek Arya  <inferno@chromium.org>
7106         Reviewed by Kent Tamura.
7108         Tests that we do not crash when auto-focus triggers a attach.
7109         https://bugs.webkit.org/show_bug.cgi?id=32882
7111         * fast/forms/input-element-attach-crash-expected.txt: Added.
7112         * fast/forms/input-element-attach-crash.html: Added.
7114 2011-05-20  Mark Pilgrim  <pilgrim@chromium.org>
7116         Reviewed by Tony Chang.
7118         IndexedDB createObjectStore should throw if name is null
7119         https://bugs.webkit.org/show_bug.cgi?id=58465
7121         * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt: Added.
7122         * storage/indexeddb/mozilla/create-objectstore-null-name.html: Added.
7124 2011-05-20  Xiaomei Ji  <xji@chromium.org>
7126         Reviewed by Ryosuke Niwa.
7128         ctrl-arrow does not work on words separated by multiple spaces.
7129         https://bugs.webkit.org/show_bug.cgi?id=57543.
7131         Add more test cases for mutiplespaces.
7133         * editing/selection/move-by-word-visually-expected.txt:
7134         * editing/selection/move-by-word-visually.html:
7136 2011-05-20  Andrew Scherkus  <scherkus@chromium.org>
7138         Unreviewed, checking in baselines for media/media-document-audio-repaint.html for chromium-{mac,linux,win}.
7140         * platform/chromium-linux/media/media-document-audio-repain-expected.png: Added.
7141         * platform/chromium-mac/media/media-document-audio-repaint-expected.png: Added.
7142         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt: Added.
7143         * platform/chromium-win/media/media-document-audio-repaint-expected.png: Added.
7144         * platform/chromium-win/media/media-document-audio-repaint-expected.txt: Added.
7146 2011-05-20  Andrew Scherkus  <scherkus@chromium.org>
7148         Unreviewed, updating media/event-attributes.html as passing for Chromium.
7150         * platform/chromium/test_expectations.txt:
7152 2011-05-20  Kent Tamura  <tkent@chromium.org>
7154         [Windows] fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1.html failing since r86936
7155         https://bugs.webkit.org/show_bug.cgi?id=61190
7157         * platform/win/Skipped: Skip it because the test uses <progress> and
7158           Windows doesn't have <progress> support.
7160 2011-05-19  Sergey Vorobyev  <sergeyvorobyev@google.com>
7162         Reviewed by Yury Semikhatsky.
7164         Web Inspector: Background network events collection - add GUI to Inspector.
7165         https://bugs.webkit.org/show_bug.cgi?id=58652
7167         Move reopenFrontend() to inspector-test.js
7168         Add first test for background events collection.
7170         * http/tests/inspector/inspector-test.js:
7171         ():
7172         * http/tests/inspector/network-test.js: Added.
7173         (initialize_NetworkTest.InspectorTest.enableBackgroundEventCollection):
7174         (initialize_NetworkTest.InspectorTest.disableBackgroundEventCollection):
7175         * http/tests/inspector/network/network-clear-after-disabled-expected.txt: Added.
7176         * http/tests/inspector/network/network-clear-after-disabled.html: Added.
7177         * http/tests/inspector/network/network-close-load-open-expected.txt: Added.
7178         * http/tests/inspector/network/network-close-load-open.html: Added.
7179         * http/tests/inspector/network/network-open-load-reopen-expected.txt: Added.
7180         * http/tests/inspector/network/network-open-load-reopen.html: Added.
7181         * inspector/debugger/open-close-open-expected.txt:
7182         * inspector/debugger/open-close-open.html:
7183         * platform/qt/Skipped:
7185 2011-05-20  Csaba Osztrogonác  <ossy@webkit.org>
7187         [Qt] Skip failing tests.
7189         * platform/qt-arm/Skipped:
7191 2011-05-20  Csaba Osztrogonác  <ossy@webkit.org>
7193         [Qt][Mac] Skip one more plugins test after r86938.
7195         * platform/qt-mac/Skipped:
7197 2011-05-20  Robert Hogan  <robert@webkit.org>
7199         Rubber-stamped by Csaba Osztrogonác.
7201         [Qt-mac] Skip two plugins test
7203         Unskipped in platform/qt/ so need to skip in qt-mac as the build
7204         does not support plugins (?)
7206         * platform/qt-mac/Skipped: plugins/get-url-with-javascript-url.html
7207                                    plugins/windowless_plugin_paint_test.html
7209 2011-05-20  Robert Hogan  <robert@webkit.org>
7211         Rubber-stamped by Csaba Osztrogonác.
7213         [Qt] plugins/keyboard-events.html fails after r72717
7215         https://bugs.webkit.org/show_bug.cgi?id=50050
7217         keyboard-events.html now passes thanks to the buildbot
7218         upgrades. It was blocked by a bug in Xvfb on xorg-server
7219         1.4.2.
7221        * platform/qt/Skipped:
7223 2011-05-20  Csaba Osztrogonác  <ossy@webkit.org>
7225         [Qt] Unreviewed. Remove unnecessary Qt specific expected files.
7227         * platform/qt/editing/execCommand/5062376-expected.txt: Removed.
7228         * platform/qt/editing/execCommand/insert-list-with-id-expected.txt: Removed.
7229         * platform/qt/editing/inserting/insert-before-link-1-expected.txt: Removed.
7230         * platform/qt/editing/pasteboard/4840662-expected.txt: Removed.
7231         * platform/qt/editing/pasteboard/5245519-expected.txt: Removed.
7232         * platform/qt/editing/pasteboard/copy-in-password-field-expected.txt: Removed.
7233         * platform/qt/editing/pasteboard/page-zoom-expected.txt: Removed.
7234         * platform/qt/editing/undo/redo-style-expected.txt: Removed.
7235         * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
7236         * platform/qt/fast/dom/frame-loading-via-document-write-expected.txt: Removed.
7237         * platform/qt/fast/dom/wrapper-classes-expected.txt: Removed.
7238         * platform/qt/fast/dynamic/dirty-float-in-clean-line-expected.txt: Removed.
7239         * platform/qt/fast/dynamic/float-at-line-break-expected.txt: Removed.
7240         * platform/qt/fast/dynamic/unicode-bidi-expected.txt: Removed.
7241         * platform/qt/fast/encoding/preload-encoding-expected.txt: Removed.
7242         * platform/qt/fast/lists/alpha-list-wrap-expected.txt: Removed.
7243         * platform/qt/fast/lists/decimal-leading-zero-expected.txt: Removed.
7244         * platform/qt/fast/lists/li-values-expected.txt: Removed.
7245         * platform/qt/fast/lists/list-style-type-dynamic-change-expected.txt: Removed.
7246         * platform/qt/fast/repaint/svg-layout-root-style-attr-update-expected.txt: Removed.
7247         * platform/qt/fast/text/bidi-embedding-pop-and-push-same-2-expected.txt: Removed.
7248         * platform/qt/fast/text/justify-nbsp-expected.txt: Removed.
7249         * platform/qt/fast/text/setData-dirty-lines-expected.txt: Removed.
7250         * platform/qt/fast/text/splitText-dirty-lines-expected.txt: Removed.
7251         * platform/qt/http/tests/security/cross-frame-access-call-expected.txt: Removed.
7252         * platform/qt/http/tests/security/cross-frame-access-get-expected.txt: Removed.
7253         * platform/qt/plugins/document-open-expected.txt: Removed.
7254         * platform/qt/plugins/resize-from-plugin-expected.txt: Removed.
7255         * platform/qt/svg/custom/animation-currentColor-expected.txt: Removed.
7256         * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Removed.
7257         * platform/qt/svg/custom/text-zoom-expected.txt: Removed.
7258         * platform/qt/svg/custom/transformedMaskFails-expected.txt: Removed.
7260 2011-05-20  Sergio Villar Senin  <svillar@igalia.com>
7262         Unreviewed, new GTK+ test results.
7264         * platform/gtk/fast/html/details-add-details-child-1-expected.png: Added.
7265         * platform/gtk/fast/html/details-add-details-child-1-expected.txt: Added.
7266         * platform/gtk/fast/html/details-nested-1-expected.png: Added.
7267         * platform/gtk/fast/html/details-nested-1-expected.txt: Added.
7268         * platform/gtk/fast/html/details-nested-2-expected.png: Added.
7269         * platform/gtk/fast/html/details-nested-2-expected.txt: Added.
7270         * platform/gtk/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
7271         * platform/gtk/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
7272         * platform/gtk/svg/custom/painting-marker-07-f-inherit-expected.png: Added.
7273         * platform/gtk/svg/custom/painting-marker-07-f-inherit-expected.txt: Added.
7274         * platform/gtk/svg/custom/small-rect-scale-expected.png: Added.
7275         * platform/gtk/svg/custom/small-rect-scale-expected.txt: Added.
7277 2011-05-20  Sergio Villar Senin  <svillar@igalia.com>
7279         Unreviewed, new GTK+ test expectations after r86920.
7281         * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
7283 2011-05-20  Sheriff Bot  <webkit.review.bot@gmail.com>
7285         Unreviewed, rolling out r86920.
7286         http://trac.webkit.org/changeset/86920
7287         https://bugs.webkit.org/show_bug.cgi?id=61173
7289         It cause compile error on some buildbot in chromium. e.g.
7290         http://build.chromium.org/p/chromium.memory/builders/Chromium%20Mac%20Builder%20%28valgrind%29/builds/12336/steps/compile/logs/stdio#error1
7291         (Requested by ukai_ on #webkit).
7293         * css3/images/optimize-contrast-canvas-expected.png: Removed.
7294         * css3/images/optimize-contrast-canvas-expected.txt: Removed.
7295         * css3/images/optimize-contrast-canvas.html: Removed.
7296         * css3/images/optimize-contrast-image-expected.png: Removed.
7297         * css3/images/optimize-contrast-image-expected.txt: Removed.
7298         * css3/images/optimize-contrast-image.html: Removed.
7299         * fast/css/getComputedStyle/computed-style-expected.txt:
7300         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
7301         * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
7302         * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
7303         * svg/css/getComputedStyle-basic-expected.txt:
7305 2011-05-20  Dirk Schulze  <krit@webkit.org>
7307         Reviewed by Eric Seidel.
7309         SVG Large curve path segment OOM crash
7310         https://bugs.webkit.org/show_bug.cgi?id=42079
7312         Added a test to verify, that the browser does not crash on calculating the total length on big segments.
7313         It makes no sense to add the result of getTotalLength(), since they differ a lot bewteen platforms.
7314         This is caused by the platform graphic libraries. See comment #9 on the bug.
7316         * svg/custom/path-getTotalLength-on-big-segment-crash-expected.txt: Added.
7317         * svg/custom/path-getTotalLength-on-big-segment-crash.svg: Added.
7319 2011-05-19  Fumitoshi Ukai  <ukai@chromium.org>
7321         Unreviewed.
7323         Chromium expectations update.
7325         * platform/chromium/test_expectations.txt: add BUGWK61169
7327 2011-05-19  Mike Lawther  <mikelawther@chromium.org>
7329         Reviewed by Simon Fraser.
7331         implement image-rendering: optimize-contrast (with a vendor prefix) as defined in CSS3 image values
7332         https://bugs.webkit.org/show_bug.cgi?id=56627
7334         * css3/images/optimize-contrast-canvas-expected.checksum: Added.
7335         * css3/images/optimize-contrast-canvas-expected.png: Added.
7336         * css3/images/optimize-contrast-canvas-expected.txt: Added.
7337         * css3/images/optimize-contrast-canvas.html: Added.
7338         * css3/images/optimize-contrast-image-expected.checksum: Added.
7339         * css3/images/optimize-contrast-image-expected.png: Added.
7340         * css3/images/optimize-contrast-image-expected.txt: Added.
7341         * css3/images/optimize-contrast-image.html: Added.
7343 2011-05-19  Justin Schuh  <jschuh@chromium.org>
7345         Unreviewed.
7347         Chromium expectations update.
7349         * platform/chromium/test_expectations.txt:
7351 2011-05-19  Jeremy Noble  <jer.noble@apple.com>
7353         Unreviewed; added new test to gtk Skipped list.
7355         * platform/gtk/Skipped:
7357 2011-05-18  Kenneth Russell  <kbr@google.com>
7359         Reviewed by James Robinson.
7361         [chromium] Disable blending in compositor for WebGL layers with alpha=false
7362         https://bugs.webkit.org/show_bug.cgi?id=61091
7364         * compositing/webgl/webgl-no-alpha.html: Added.
7365         * platform/chromium-gpu/compositing/webgl/webgl-no-alpha-expected.png: Added.
7366         * platform/chromium-gpu/compositing/webgl/webgl-no-alpha-expected.txt: Added.
7367         * platform/mac-wk2/Skipped:
7368         * platform/mac/compositing/webgl/webgl-no-alpha-expected.png: Added.
7369         * platform/mac/compositing/webgl/webgl-no-alpha-expected.txt: Added.
7371 2011-05-18  Jeremy Noble  <jer.noble@apple.com>
7373         Reviewed by Darin Adler.
7375         Poster is not shown in Safari for video element with no playable source elements.
7376         https://bugs.webkit.org/show_bug.cgi?id=61109
7378         * media/video-src-invalid-poster-expected.txt: Added.
7379         * media/video-src-invalid-poster.html: Added.
7381 2011-05-19  Andrew Wilson  <atwilson@chromium.org>
7383         Reviewed by Darin Adler.
7385         MessagePortArray cloning code needs to verify source before copying
7386         https://bugs.webkit.org/show_bug.cgi?id=61130
7388         * fast/events/message-port-multi-expected.txt:
7389         * fast/events/resources/message-port-multi.js:
7390         Added test for "passing an array with an item at a really large index" to postMessage().
7392 2011-05-19  Justin Schuh  <jschuh@chromium.org>
7394         Unreviewed.
7396         Chromium expectations update.
7398         * platform/chromium/test_expectations.txt:
7400 2011-05-15  Robert Hogan  <robert@webkit.org>
7402         Reviewed by Antonio Gomes.
7404         [Qt][GTK] plugins/get-url-with-javascript-url.html fails
7405         https://bugs.webkit.org/show_bug.cgi?id=60834
7406         Fix unix test plugin for plugins/get-url-with-javascript-url.html
7408         * platform/qt/Skipped:
7410 2011-05-19  Justin Schuh  <jschuh@chromium.org>
7412         Unreviewed.
7414         Chromium expectations update.
7416         * platform/chromium/test_expectations.txt:
7418 2011-05-19  Justin Schuh  <jschuh@chromium.org>
7420         Unreviewed.
7422         Chromium gradient expectations update.
7424         * platform/chromium-linux-x86/fast/gradients: Added.
7425         * platform/chromium-linux-x86/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
7426         * platform/chromium-linux/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
7427         * platform/chromium-mac-leopard/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
7428         * platform/chromium-win-vista/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
7430 2011-05-19  Sheriff Bot  <webkit.review.bot@gmail.com>
7432         Unreviewed, rolling out r86869, r86873, r86875, and r86877.
7433         http://trac.webkit.org/changeset/86869
7434         http://trac.webkit.org/changeset/86873
7435         http://trac.webkit.org/changeset/86875
7436         http://trac.webkit.org/changeset/86877
7437         https://bugs.webkit.org/show_bug.cgi?id=61139
7439         broke builds and debug DRT (Requested by rniwa on #webkit).
7441         * fast/dom/Window/script-tests/window-property-descriptors.js:
7442         * fast/dom/Window/window-properties.html:
7443         * fast/dom/script-tests/prototype-inheritance-2.js:
7444         * fast/dom/script-tests/prototype-inheritance.js:
7445         * fast/harness/internals-object-expected.txt: Removed.
7446         * fast/harness/internals-object.html: Removed.
7447         * platform/gtk/Skipped:
7448         * platform/mac-wk2/Skipped:
7449         * platform/qt/Skipped:
7450         * platform/win/Skipped:
7452 2011-05-19  Justin Schuh  <jschuh@chromium.org>
7454         Unreviewed.
7456         Chromium expectations update.
7458         * platform/chromium/test_expectations.txt:
7460 2011-05-19  Robert Hogan  <robert@webkit.org>
7462         Reviewed by Andreas Kling.
7464         [Qt] Fix plugins/windowless_plugin_paint_test.html
7465         https://bugs.webkit.org/show_bug.cgi?id=60992
7467         * platform/qt/Skipped:
7469 2011-05-18  Dimitri Glazkov  <dglazkov@chromium.org>
7471         Reviewed by Darin Adler.
7473         Add build logistics and plumbing for window.internals object.
7474         https://bugs.webkit.org/show_bug.cgi?id=60313
7476         * fast/dom/Window/script-tests/window-property-descriptors.js: Added internals object to list of properties to skip.
7477         * fast/dom/Window/window-properties.html: Ditto.
7478         * fast/dom/script-tests/prototype-inheritance-2.js: Ditto.
7479         * fast/dom/script-tests/prototype-inheritance.js: Ditto.
7480         * fast/harness/internals-object-expected.txt: Added.
7481         * fast/harness/internals-object.html: Added.
7482         * platform/gtk/Skipped: Skipped the newly added test until platform supports window.internals.
7483         * platform/mac-wk2/Skipped: Ditto.
7484         * platform/qt/Skipped: Ditto.
7485         * platform/win/Skipped: Ditto.
7487 2011-05-19  Ryosuke Niwa  <rniwa@webkit.org>
7489         Make Mac Leopard bot happy after r81176.
7491         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
7493 2011-05-19  Ryosuke Niwa  <rniwa@webkit.org>
7495         Reviewed by Darin Adler.
7497         REGRESSION (r83322): Many crashes in Mail.app in WebCore::Node::nodeIndex
7498         https://bugs.webkit.org/show_bug.cgi?id=61012
7500         Added a test to ensure WebKit does not crash when inserting a content immediately after
7501         a styled element inside a Mail blockquote. Regrettably the expected result is incorrect,
7502         but it matches the behavior of WebKit before r83322.
7504         * editing/pasteboard/5065605-expected.txt: Reintroduced redundant style spans.
7505         * editing/pasteboard/paste-text-011-expected.txt: Ditto.
7506         * platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt: Ditto.
7507         * editing/pasteboard/paste-after-inline-style-element-expected.txt: Added.
7508         * editing/pasteboard/paste-after-inline-style-element.html: Added.
7510 2011-05-19  Csaba Osztrogonác  <ossy@webkit.org>
7512         [Qt] Skip failing test after r86841.
7514         * platform/qt-arm/Skipped:
7516 2011-05-19  Csaba Osztrogonác  <ossy@webkit.org>
7518         [Qt] Skip failing tests after r86834.
7520         * platform/qt-arm/Skipped:
7522 2011-05-19  Philippe Normand  <pnormand@igalia.com>
7524         Unreviewed, skip 2 failing tests on GTK.
7526         * platform/gtk/Skipped: Skip http/tests/appcache/interrupted-update.html
7527         and http/tests/navigation/post-307-response.html
7529 2011-05-19  Zsolt Fehér  <h490267@stud.u-szeged.hu>
7531         Reviewed by Csaba Osztrogonác.
7533         [Qt] Implement eventSender.scalePageBy
7534         https://bugs.webkit.org/show_bug.cgi?id=60015
7536         * platform/qt/Skipped: Unskip fast/transforms/selection-bounds-in-transformed-view.html.
7538 2011-05-19  Csaba Osztrogonác  <ossy@webkit.org>
7540         [Qt] Skip failing tests after r86834.
7542         * platform/qt-mac/Skipped:
7543         * platform/qt-wk2/Skipped:
7545 2011-05-18  Yury Semikhatsky  <yurys@chromium.org>
7547         Reviewed by Pavel Feldman.
7549         InjectedScriptSource.js - "Don't be eval()."
7550         https://bugs.webkit.org/show_bug.cgi?id=60800
7552         * inspector/console/console-eval-blocked-expected.txt: Added.
7553         * inspector/console/console-eval-blocked.html: Added.
7555 2011-05-19  Chang Shu  <cshu@webkit.org>
7557         Reviewed by Csaba Osztrogonác.
7559         [Qt] Rebaseline editing/style tests that are working
7560         https://bugs.webkit.org/show_bug.cgi?id=61075
7562         Also based on digging of Zsolt Fehér.
7564         * platform/qt/Skipped:
7565         * platform/qt/editing/style/5046875-1-expected.png: Added.
7566         * platform/qt/editing/style/5046875-1-expected.txt:
7567         * platform/qt/editing/style/5046875-2-expected.png: Added.
7568         * platform/qt/editing/style/5046875-2-expected.txt:
7569         * platform/qt/editing/style/5065910-expected.png: Added.
7570         * platform/qt/editing/style/5065910-expected.txt:
7571         * platform/qt/editing/style/5084241-expected.png: Added.
7572         * platform/qt/editing/style/5084241-expected.txt:
7573         * platform/qt/editing/style/5279521-expected.png: Added.
7574         * platform/qt/editing/style/5279521-expected.txt:
7575         * platform/qt/editing/style/block-style-004-expected.png: Added.
7576         * platform/qt/editing/style/block-style-005-expected.png: Added.
7577         * platform/qt/editing/style/block-style-006-expected.png: Added.
7578         * platform/qt/editing/style/create-block-for-style-001-expected.png: Added.
7579         * platform/qt/editing/style/create-block-for-style-001-expected.txt:
7580         * platform/qt/editing/style/create-block-for-style-002-expected.png: Added.
7581         * platform/qt/editing/style/create-block-for-style-002-expected.txt:
7582         * platform/qt/editing/style/create-block-for-style-003-expected.png: Added.
7583         * platform/qt/editing/style/create-block-for-style-003-expected.txt:
7584         * platform/qt/editing/style/create-block-for-style-004-expected.png: Added.
7585         * platform/qt/editing/style/create-block-for-style-004-expected.txt:
7586         * platform/qt/editing/style/create-block-for-style-005-expected.png: Added.
7587         * platform/qt/editing/style/create-block-for-style-005-expected.txt:
7588         * platform/qt/editing/style/create-block-for-style-006-expected.png: Added.
7589         * platform/qt/editing/style/create-block-for-style-006-expected.txt:
7590         * platform/qt/editing/style/create-block-for-style-007-expected.png: Added.
7591         * platform/qt/editing/style/create-block-for-style-007-expected.txt:
7592         * platform/qt/editing/style/create-block-for-style-008-expected.png: Added.
7593         * platform/qt/editing/style/create-block-for-style-008-expected.txt:
7594         * platform/qt/editing/style/create-block-for-style-009-expected.png: Added.
7595         * platform/qt/editing/style/create-block-for-style-009-expected.txt:
7596         * platform/qt/editing/style/create-block-for-style-010-expected.png: Added.
7597         * platform/qt/editing/style/create-block-for-style-010-expected.txt:
7598         * platform/qt/editing/style/create-block-for-style-011-expected.png: Added.
7599         * platform/qt/editing/style/create-block-for-style-011-expected.txt:
7600         * platform/qt/editing/style/create-block-for-style-012-expected.png: Added.
7601         * platform/qt/editing/style/create-block-for-style-012-expected.txt:
7602         * platform/qt/editing/style/create-block-for-style-013-expected.png: Added.
7603         * platform/qt/editing/style/create-block-for-style-013-expected.txt:
7604         * platform/qt/editing/style/font-family-with-space-expected.png: Added.
7605         * platform/qt/editing/style/font-family-with-space-expected.txt:
7606         * platform/qt/editing/style/fontsize-1-expected.png: Added.
7607         * platform/qt/editing/style/non-inheritable-styles-expected.png: Added.
7608         * platform/qt/editing/style/non-inheritable-styles-expected.txt:
7609         * platform/qt/editing/style/relative-font-size-change-001-expected.png: Added.
7610         * platform/qt/editing/style/relative-font-size-change-001-expected.txt:
7611         * platform/qt/editing/style/relative-font-size-change-002-expected.png: Added.
7612         * platform/qt/editing/style/relative-font-size-change-002-expected.txt:
7613         * platform/qt/editing/style/relative-font-size-change-003-expected.png: Added.
7614         * platform/qt/editing/style/relative-font-size-change-003-expected.txt:
7615         * platform/qt/editing/style/relative-font-size-change-004-expected.png: Added.
7616         * platform/qt/editing/style/relative-font-size-change-004-expected.txt:
7617         * platform/qt/editing/style/smoosh-styles-001-expected.png: Added.
7618         * platform/qt/editing/style/smoosh-styles-001-expected.txt:
7619         * platform/qt/editing/style/smoosh-styles-003-expected.png: Added.
7620         * platform/qt/editing/style/smoosh-styles-003-expected.txt:
7621         * platform/qt/editing/style/style-3690704-fix-expected.png: Added.
7622         * platform/qt/editing/style/style-3998892-fix-expected.png: Added.
7623         * platform/qt/editing/style/style-3998892-fix-expected.txt:
7624         * platform/qt/editing/style/style-boundary-001-expected.png: Added.
7625         * platform/qt/editing/style/style-boundary-001-expected.txt:
7626         * platform/qt/editing/style/style-boundary-004-expected.png: Added.
7627         * platform/qt/editing/style/style-boundary-004-expected.txt:
7628         * platform/qt/editing/style/table-selection-expected.png: Added.
7629         * platform/qt/editing/style/table-selection-expected.txt:
7631 2011-05-19  Philippe Normand  <pnormand@igalia.com>
7633         Unreviewed, skip failing GTK fullscreen test
7635         https://bugs.webkit.org/show_bug.cgi?id=61118
7637         * platform/gtk/Skipped: Skip fullscreen/full-screen-keyboard-enabled.html
7639 2011-05-19  Kent Tamura  <tkent@chromium.org>
7641         Reviewed by Hajime Morita.
7643         tooLong validity should not be true for a value set by a script
7644         https://bugs.webkit.org/show_bug.cgi?id=60948
7646         Update existing tests for the new behavior.
7648         * fast/forms/ValidityState-tooLong-input-expected.txt:
7649         * fast/forms/ValidityState-tooLong-textarea-expected.txt:
7650         * fast/forms/resources/textarea-live-pseudo-selectors.js:
7651         * fast/forms/script-tests/ValidityState-tooLong-input.js:
7652         * fast/forms/script-tests/ValidityState-tooLong-textarea.js:
7654 2011-05-19  Yuzo Fujishima  <yuzo@google.com>
7656         Unreviewed Chromium test expectation change.
7658         svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr.html needs new reference image on Leopard.
7660         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
7662 2011-05-19  David Barr  <davidbarr@chromium.org>
7664         Reviewed by Simon Fraser.
7666         CSS3: We fail 'border radius sum of radii' test
7667         https://bugs.webkit.org/show_bug.cgi?id=38788
7669         * fast/css/border-radius-non-negative-expected.txt: Added.
7670         * fast/css/border-radius-non-negative.html: Added.
7671         * platform/mac/fast/css/border-radius-non-negative-expected.png: Added.
7673 2011-05-19  Kenichi Ishibashi  <bashi@chromium.org>
7675         Reviewed by Kent Tamura.
7677         [Chromium] IME candidate window appears wrong position in an iframe
7678         https://bugs.webkit.org/show_bug.cgi?id=61023
7680         Added a test which ensures the IME candidate position is located
7681         at suitable position.
7683         * platform/chromium-mac/editing/input/ime-candidate-window-position-expected.txt: Added.
7684         * platform/chromium-mac/editing/input/ime-candidate-window-position.html: Added.
7685         * platform/chromium-mac/editing/resources/ime-candidate-window-position-iframe.html: Added.
7687 2011-05-19  Emil A Eklund  <eae@chromium.org>
7689         Reviewed by Alexey Proskuryakov.
7691         REGRESSION (r80808): Multiple <select> - Selection reset to first element from multiple selected ones
7692         https://bugs.webkit.org/show_bug.cgi?id=60986
7694         * fast/dom/HTMLSelectElement/change-multiple-preserve-selection-expected.txt:
7695         * fast/dom/HTMLSelectElement/change-multiple-preserve-selection.html:
7697 2011-05-19  Mihnea Ovidenie  <mihnea@adobe.com>
7699         Reviewed by Simon Fraser.
7701         Gradients not horizontal using 270deg with odd div width
7702         https://bugs.webkit.org/show_bug.cgi?id=60157
7703         
7704         When the angle of the linear gradient is 270, the endpoint should
7705         be computed in the same way as for 0, 90, 180 cases since tan(270)
7706         is undefined.
7708         * fast/gradients/css3-linear-right-angle-gradients-expected.txt: Added.
7709         * fast/gradients/css3-linear-right-angle-gradients.html: Added.
7710         * platform/mac/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
7712 2011-05-19  Yuzo Fujishima  <yuzo@google.com>
7714         Unreviewed Chromium test expectation change.
7716         svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr.html needs new reference image on Snow Leopard.
7718         * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
7720 2011-05-19  Nikolas Zimmermann  <nzimmermann@rim.com>
7722         Not reviewed.
7724         Update mac pixel test baseline, had marginal differences in the filter results and the text selection rectangles since a while.
7725         The baseline passes again on my 32bit and 64bit machine, using run-webkit-tests --tolerance 0.011 -p svg
7727         * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
7728         * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
7729         * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
7730         * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
7731         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
7732         * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
7733         * platform/mac/svg/batik/filters/feTile-expected.png:
7734         * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
7735         * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
7736         * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
7737         * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
7738         * platform/mac/svg/custom/foreign-object-skew-expected.png:
7739         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
7740         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
7741         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
7742         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
7743         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
7744         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
7745         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
7746         * platform/mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
7747         * platform/mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
7748         * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
7749         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
7750         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
7751         * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
7752         * platform/mac/svg/filters/feTile-expected.png:
7753         * platform/mac/svg/filters/filterRes-expected.png:
7754         * platform/mac/svg/filters/filterRes1-expected.png:
7755         * platform/mac/svg/filters/filterRes3-expected.png:
7756         * platform/mac/svg/filters/parent-children-with-same-filter-expected.png:
7757         * platform/mac/svg/filters/subRegion-one-effect-expected.png:
7758         * platform/mac/svg/filters/subRegion-two-effects-expected.png:
7759         * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.png:
7760         * platform/mac/svg/text/text-align-01-b-expected.png:
7761         * platform/mac/svg/text/text-align-02-b-expected.png:
7762         * platform/mac/svg/text/text-align-04-b-expected.png:
7763         * platform/mac/svg/text/text-align-05-b-expected.png:
7764         * platform/mac/svg/text/text-align-06-b-expected.png:
7765         * platform/mac/svg/text/text-altglyph-01-b-expected.png:
7766         * platform/mac/svg/text/text-deco-01-b-expected.png:
7767         * platform/mac/svg/text/text-fonts-01-t-expected.png:
7768         * platform/mac/svg/text/text-fonts-02-t-expected.png:
7769         * platform/mac/svg/text/text-intro-05-t-expected.png:
7770         * platform/mac/svg/text/text-path-01-b-expected.png:
7771         * platform/mac/svg/text/text-text-01-b-expected.png:
7772         * platform/mac/svg/text/text-text-03-b-expected.png:
7773         * platform/mac/svg/text/text-text-04-t-expected.png:
7774         * platform/mac/svg/text/text-text-05-t-expected.png:
7775         * platform/mac/svg/text/text-text-06-t-expected.png:
7776         * platform/mac/svg/text/text-text-07-t-expected.png:
7777         * platform/mac/svg/text/text-text-08-b-expected.png:
7778         * platform/mac/svg/text/text-tref-01-b-expected.png:
7779         * platform/mac/svg/text/text-tselect-01-b-expected.png:
7780         * platform/mac/svg/text/text-tselect-02-f-expected.png:
7781         * platform/mac/svg/text/text-tspan-01-b-expected.png:
7782         * platform/mac/svg/text/text-ws-01-t-expected.png:
7783         * platform/mac/svg/text/text-ws-02-t-expected.png:
7784         * platform/mac/svg/zoom/text/zoom-foreignObject-expected.png:
7786 2011-05-18  Gabor Loki  <loki@webkit.org>
7788         Rubber-stamped by Csaba Osztrogonác.
7790         [Qt] Skip flaky timed out tests on ARM
7792         * platform/qt-arm/Skipped:
7794 2011-05-18  Ryosuke Niwa  <rniwa@webkit.org>
7796         Yet another rebaseline after r81176.
7798         * platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
7800 2011-05-18  Ryosuke Niwa  <rniwa@webkit.org>
7802         Reviewed by Kent Tamura.
7804         editing/pasteboard/paste-blockquote-into-blockquote-3.html should be a dump-as-markup test
7805         https://bugs.webkit.org/show_bug.cgi?id=61102
7807         Converted the test.
7809         * editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt: Added.
7810         * editing/pasteboard/paste-blockquote-into-blockquote-3.html:
7811         * platform/chromium-linux/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.png: Removed.
7812         * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.png: Removed.
7813         * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt: Removed.
7814         * platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt: Removed.
7815         * platform/mac-leopard/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.png: Removed.
7816         * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.png: Removed.
7817         * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt: Removed.
7818         * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.txt: Removed.
7820 2011-05-18  Justin Schuh  <jschuh@chromium.org>
7822         Unreviewed.
7824         Chromium test expectations update.
7826         * platform/chromium/test_expectations.txt:
7828 2011-05-18  Mark Pilgrim  <pilgrim@chromium.org>
7830         Reviewed by Tony Chang.
7832         IndexedDB put() should fail adding to object store that uses
7833         out-of-line keys and has no key generator and the key parameter
7834         was not provided
7835         https://bugs.webkit.org/show_bug.cgi?id=58609
7837         One new test and one fix to an existing test that relied on the old
7838         broken behavior.
7840         * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt: Added.
7841         * storage/indexeddb/mozilla/key-requirements-put-no-key.html: Added.
7842         * storage/indexeddb/objectstore-autoincrement-expected.txt:
7843         * storage/indexeddb/objectstore-autoincrement.html:
7845 2011-05-18  Siddharth Mathur  <siddharth.mathur@nokia.com>
7847         Reviewed by Oliver Hunt.
7849         [Qt] fast/encoding/yentest.html and yentest2.html fail
7850         https://bugs.webkit.org/show_bug.cgi?id=39852
7852         * platform/qt/Skipped: Unskip passing tests.
7854 2011-05-18  Justin Schuh  <jschuh@chromium.org>
7856         Unreviewed.
7858         Chromium test expectations update for details element (Windows).
7859         * platform/chromium/test_expectations.txt:
7861 2011-05-18  Justin Schuh  <jschuh@chromium.org>
7863         Unreviewed.
7865         Chromium expectations update for SVG tests.
7867         * platform/chromium-linux-x86/svg/W3C-SVG-1.1-SE: Added.
7868         * platform/chromium-linux-x86/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
7869         * platform/chromium-linux-x86/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
7870         * platform/chromium-linux-x86/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
7871         * platform/chromium-linux-x86/svg/dynamic-updates: Added.
7872         * platform/chromium-linux-x86/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: Added.
7873         * platform/chromium-linux-x86/svg/filters: Added.
7874         * platform/chromium-linux-x86/svg/filters/feBlend-invalid-mode-expected.txt: Added.
7875         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
7876         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
7877         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
7878         * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
7879         * platform/chromium-linux/svg/filters/feBlend-invalid-mode-expected.txt: Added.
7880         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
7881         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
7882         * platform/chromium-mac/svg/filters/feBlend-invalid-mode-expected.txt: Added.
7883         * platform/chromium-win-vista/svg/W3C-SVG-1.1-SE: Added.
7884         * platform/chromium-win-vista/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
7885         * platform/chromium-win-vista/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
7886         * platform/chromium-win-vista/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
7887         * platform/chromium-win-vista/svg/dynamic-updates: Added.
7888         * platform/chromium-win-vista/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: Added.
7889         * platform/chromium-win-vista/svg/filters: Added.
7890         * platform/chromium-win-vista/svg/filters/feBlend-invalid-mode-expected.txt: Added.
7892 2011-05-18  Yi Shen  <yi.4.shen@nokia.com>
7894         Reviewed by Andreas Kling.
7896         [Qt] Enterkey to go to Newline does not work in the text area(in HTML form)
7897         https://bugs.webkit.org/show_bug.cgi?id=33179
7899         Unskip the fast/events/onsearch-enter.html test.
7901         * platform/qt/Skipped:
7903 2011-05-18  Rob Buis  <rbuis@rim.com>
7905         Reviewed by Nikolas Zimmermann.
7907         Marker test from ietestcenter fails
7908         https://bugs.webkit.org/show_bug.cgi?id=60721
7910         Test cases where display=none is set on <marker>, i.e. directly or through ancestor.
7912         * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
7913         * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.txt: Added.
7914         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
7915         * platform/mac/svg/custom/painting-marker-07-f-inherit-expected.png: Added.
7916         * platform/mac/svg/custom/painting-marker-07-f-inherit-expected.txt: Added.
7917         * svg/W3C-SVG-1.1-SE/painting-marker-07-f.svg: Added.
7918         * svg/custom/painting-marker-07-f-inherit.svg: Added.
7920 2011-05-18  Alexis Menard  <alexis.menard@openbossa.org>, Simon Hausmann  <simon.hausmann@nokia.com>
7922         Reviewed by Eric Carlson.
7924         MediaElements fails to load the data in some cases.
7925         https://bugs.webkit.org/show_bug.cgi?id=60760
7927         This test creates an hidden video element and make sure the loading works.
7929         * http/tests/media/media-can-load-when-hidden-expected.txt: Added.
7930         * http/tests/media/media-can-load-when-hidden.html: Added.
7932 2011-05-18  Justin Schuh  <jschuh@chromium.org>
7934         Unreviewed.
7936         Fixing previous Chromium tests expectations update for details element.
7938         * platform/chromium/test_expectations.txt:
7940 2011-05-18  Justin Schuh  <jschuh@chromium.org>
7942         Unreviewed.
7944         Another Chromium tests expectations update for details element.
7946         * platform/chromium/test_expectations.txt:
7948 2011-05-18  Justin Schuh  <jschuh@chromium.org>
7950         Unreviewed.
7952         Chromium tests expectations update for details element.
7954         * platform/chromium/test_expectations.txt:
7956 2011-05-18  Erik Arvidsson  <arv@chromium.org>
7958         Reviewed by Ojan Vafai.
7960         Expand layout test for testing the coords of a click on a label element
7961         https://bugs.webkit.org/show_bug.cgi?id=61080
7963         This expands the existing test to click on a label inside a scrolled element.
7965         * fast/events/simulated-click-coords-expected.txt:
7966         * fast/events/simulated-click-coords.html:
7968 2011-05-18  Abhishek Arya  <inferno@chromium.org>
7970         Reviewed by Beth Dakin.
7972         Tests that we do not crash when prematurely calling removeChild,
7973         followed by destroy call on table caption.
7974         https://bugs.webkit.org/show_bug.cgi?id=61083
7976         * fast/table/table-captions-child-visible-crash-expected.txt: Added.
7977         * fast/table/table-captions-child-visible-crash.html: Added.
7979 2011-05-18  Chang Shu  <cshu@webkit.org>
7981         Reviewed by Csaba Osztrogonác.
7983         editing/style/apply-through-end-of-document.html is supposed to be dumpAsText
7984         https://bugs.webkit.org/show_bug.cgi?id=61077
7986         * editing/style/apply-through-end-of-document-expected.txt:
7987         * editing/style/apply-through-end-of-document.html:
7988         * platform/chromium-linux/editing/style/apply-through-end-of-document-expected.png: Removed.
7989         * platform/chromium-win/editing/style/apply-through-end-of-document-expected.png: Removed.
7990         * platform/chromium-win/editing/style/apply-through-end-of-document-expected.txt: Removed.
7991         * platform/gtk/editing/style/apply-through-end-of-document-expected.txt: Removed.
7992         * platform/mac-leopard/editing/style/apply-through-end-of-document-expected.png: Removed.
7993         * platform/mac/editing/style/apply-through-end-of-document-expected.png: Removed.
7995 2011-05-18  Erik Arvidsson  <arv@chromium.org>
7997         Reviewed by Ojan Vafai.
7999         event.clientX/clientY is 0/0 in a click generated through a label
8000         https://bugs.webkit.org/show_bug.cgi?id=56606
8002         This tests that clicking on a label for an input generates a click event on the input
8003         with the same coordinates as the original click.
8005         * fast/events/simulated-click-coords-expected.txt: Added.
8006         * fast/events/simulated-click-coords.html: Added.
8008 2011-05-18  Rob Buis  <rbuis@rim.com>
8010         Reviewed by Nikolas Zimmermann.
8012         NULL deref when SVG elements have table styles 
8013         https://bugs.webkit.org/show_bug.cgi?id=45561
8015         * svg/custom/display-table-caption-foreignObject-expected.txt: Added.
8016         * svg/custom/display-table-caption-foreignObject.svg: Added.
8017         * svg/custom/display-table-caption-inherit-foreignObject-expected.txt: Added.
8018         * svg/custom/display-table-caption-inherit-foreignObject.xhtml: Added.
8019         * svg/custom/display-table-caption-inherit-text-expected.txt: Added.
8020         * svg/custom/display-table-caption-inherit-text.xhtml: Added.
8021         * svg/custom/display-table-caption-text-expected.txt: Added.
8022         * svg/custom/display-table-caption-text.svg: Added.
8024 2011-05-18  Adam Roben  <aroben@apple.com>
8026         Skip a new test that fails due to unimplemented WTR features
8028         * platform/mac-wk2/Skipped: Added http/tests/loading/nested_bad_objects.php.
8030 2011-05-18  Adam Roben  <aroben@apple.com>
8032         Remove mac-wk2 expected failure results for a plugins test that I fixed in r86456
8034         Fixes <http://webkit.org/b/57456> <rdar://problem/9209331>
8035         plugins/embed-prefers-plugins-for-images.html failing on SnowLeopard Intel Release (WebKit2
8036         Tests)
8038         * platform/mac-wk2/plugins/embed-prefers-plugins-for-images-expected.txt: Removed.
8039         * platform/win-wk2/plugins/embed-prefers-plugins-for-images-expected.txt: Removed. We don't
8040         need this extra passing result now that mac-wk2's failing result is gone.
8042 2011-05-18  Pavel Feldman  <pfeldman@google.com>
8044         Reviewed by Yury Semikhatsky.
8046         Web Inspector: [REGRESSION] Completion while on a breakpoint is not working.
8047         https://bugs.webkit.org/show_bug.cgi?id=60811
8049         * inspector/debugger/debugger-completions-on-call-frame-expected.txt: Added.
8050         * inspector/debugger/debugger-completions-on-call-frame.html: Added.
8052 2011-05-18  Nikolas Zimmermann  <nzimmermann@rim.com>
8054         Reviewed by Rob Buis.
8056         All animated SVG enum properties are now ints
8057         https://bugs.webkit.org/show_bug.cgi?id=10749
8059         Add tests for all elements using SVGAnimatedEnumeration in the SVG DOM API.
8061         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: Update result, progression.
8062         * svg/dom/SVGAnimatedEnumeration-SVGClipPathElement-expected.txt: Added.
8063         * svg/dom/SVGAnimatedEnumeration-SVGClipPathElement.html: Added.
8064         * svg/dom/SVGAnimatedEnumeration-SVGComponentTransferFunctionElement-expected.txt: Added.
8065         * svg/dom/SVGAnimatedEnumeration-SVGComponentTransferFunctionElement.html: Added.
8066         * svg/dom/SVGAnimatedEnumeration-SVGFEBlendElement-expected.txt: Added.
8067         * svg/dom/SVGAnimatedEnumeration-SVGFEBlendElement.html: Added.
8068         * svg/dom/SVGAnimatedEnumeration-SVGFEColorMatrixElement-expected.txt: Added.
8069         * svg/dom/SVGAnimatedEnumeration-SVGFEColorMatrixElement.html: Added.
8070         * svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt: Added.
8071         * svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement.html: Added.
8072         * svg/dom/SVGAnimatedEnumeration-SVGFEConvolveMatrixElement-expected.txt: Added.
8073         * svg/dom/SVGAnimatedEnumeration-SVGFEConvolveMatrixElement.html: Added.
8074         * svg/dom/SVGAnimatedEnumeration-SVGFEDisplacementMapElement-expected.txt: Added.
8075         * svg/dom/SVGAnimatedEnumeration-SVGFEDisplacementMapElement.html: Added.
8076         * svg/dom/SVGAnimatedEnumeration-SVGFEMorphologyElement-expected.txt: Added.
8077         * svg/dom/SVGAnimatedEnumeration-SVGFEMorphologyElement.html: Added.
8078         * svg/dom/SVGAnimatedEnumeration-SVGFETurbulenceElement-expected.txt: Added.
8079         * svg/dom/SVGAnimatedEnumeration-SVGFETurbulenceElement.html: Added.
8080         * svg/dom/SVGAnimatedEnumeration-SVGFilterElement-expected.txt: Added.
8081         * svg/dom/SVGAnimatedEnumeration-SVGFilterElement.html: Added.
8082         * svg/dom/SVGAnimatedEnumeration-SVGGradientElement-expected.txt: Added.
8083         * svg/dom/SVGAnimatedEnumeration-SVGGradientElement.html: Added.
8084         * svg/dom/SVGAnimatedEnumeration-SVGMarkerElement-expected.txt: Added.
8085         * svg/dom/SVGAnimatedEnumeration-SVGMarkerElement.html: Added.
8086         * svg/dom/SVGAnimatedEnumeration-SVGMaskElement-expected.txt: Added.
8087         * svg/dom/SVGAnimatedEnumeration-SVGMaskElement.html: Added.
8088         * svg/dom/SVGAnimatedEnumeration-SVGPatternElement-expected.txt: Added.
8089         * svg/dom/SVGAnimatedEnumeration-SVGPatternElement.html: Added.
8090         * svg/dom/SVGAnimatedEnumeration-SVGTextContentElement-expected.txt: Added.
8091         * svg/dom/SVGAnimatedEnumeration-SVGTextContentElement.html: Added.
8092         * svg/dom/SVGAnimatedEnumeration-SVGTextPathElement-expected.txt: Added.
8093         * svg/dom/SVGAnimatedEnumeration-SVGTextPathElement.html: Added.
8094         * svg/dom/SVGAnimatedEnumeration-expected.txt:
8095         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGClipPathElement.js: Added.
8096         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGComponentTransferFunctionElement.js: Added.
8097         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGFEBlendElement.js: Added.
8098         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGFEColorMatrixElement.js: Added.
8099         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGFECompositeElement.js: Added.
8100         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGFEConvolveMatrixElement.js: Added.
8101         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGFEDisplacementMapElement.js: Added.
8102         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGFEMorphologyElement.js: Added.
8103         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGFETurbulenceElement.js: Added.
8104         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGFilterElement.js: Added.
8105         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGGradientElement.js: Added.
8106         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGMarkerElement.js: Added.
8107         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGMaskElement.js: Added.
8108         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGPatternElement.js: Added.
8109         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGTextContentElement.js: Added.
8110         * svg/dom/script-tests/SVGAnimatedEnumeration-SVGTextPathElement.js: Added.
8111         * svg/dom/script-tests/SVGAnimatedEnumeration.js:
8112         * svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.txt:
8113         * svg/dynamic-updates/script-tests/SVGTextElement-svgdom-lengthAdjust-prop.js:
8114         (executeTest):
8115         * svg/filters/feBlend-invalid-mode-expected.txt:
8116         * svg/filters/feComponentTransfer-style-crash-expected.txt:
8117         * svg/filters/feComponentTransfer-style-crash.xhtml:
8118         * svg/filters/feDisplacementMap-crash-test-expected.txt:
8119         * svg/filters/feDisplacementMap-crash-test.xhtml:
8121 2011-05-18  Kinuko Yasuda  <kinuko@chromium.org>
8123         Reviewed by David Levin.
8125         Expose webkitStorageInfo.requestQuota() for Quota API if QUOTA flag is enabled
8126         https://bugs.webkit.org/show_bug.cgi?id=59681
8128         * platform/chromium/test_expectations.txt:
8129         * platform/gtk/Skipped:
8130         * platform/mac/Skipped:
8131         * platform/qt/Skipped:
8132         * platform/win/Skipped:
8133         * storage/script-tests/storageinfo-request-quota.js: Added.
8134         * storage/storageinfo-request-quota-expected.txt: Added.
8135         * storage/storageinfo-request-quota.html: Added.
8137 2011-05-18  Csaba Osztrogonác  <ossy@webkit.org>
8139         [Qt][WK2] Skip two failing tests.
8141         * platform/qt-wk2/Skipped:
8143 2011-05-18  Zoltan Horvath  <zoltan@webkit.org>
8145         Remove whitespace from the line of fast/forms/ValidityState-valueMissing-002.html
8147         * platform/mac-wk2/Skipped:
8149 2011-05-18  Alexander Pavlov  <apavlov@chromium.org>
8151         Reviewed by Pavel Feldman.
8153         Web Inspector: model-based CSS editing does not update @import-ed stylesheet resources
8154         https://bugs.webkit.org/show_bug.cgi?id=60966
8156         * inspector/styles/resources/styles-new-API-1.css:
8157         * inspector/styles/resources/styles-new-API-2.css: Copied from LayoutTests/inspector/styles/resources/styles-new-API-1.css.
8158         (@page):
8159         (@page :first):
8160         (#absent-id):
8161         (@font-face):
8162         (body):
8163         * inspector/styles/styles-new-API-expected.txt:
8165 2011-05-18  Zoltan Horvath  <zoltan@webkit.org>
8167         Reviewed by Csaba Osztrogonác.
8169         Add fast/forms/ValidityState-valueMissing-002.html to the Skipped list since
8170         eventSender.keyDown is unimplemented.
8172         * platform/mac-wk2/Skipped:
8174 2011-05-18  Yuzo Fujishima  <yuzo@google.com>
8176         Unreviewed Chromium test expectation change.
8178         Removed duplcate entries added by r86749
8180         * platform/chromium/test_expectations.txt:
8182 2011-05-18  Yuzo Fujishima  <yuzo@google.com>
8184         Unreviewed Chromium test expectation change.
8186         Since Chromium r85744, tests for <details> element pass on Mac and TEXT mismatch on Linux.
8188         * platform/chromium/test_expectations.txt:
8190 2011-05-18  Abhishek Arya  <inferno@chromium.org>
8192         Reviewed by Dirk Schulze.
8194         Tests that we do not crash when trying to access a removed
8195         smil element in animated elements list.
8196         https://bugs.webkit.org/show_bug.cgi?id=60980
8198         * svg/animations/smil-element-not-removed-crash-expected.txt: Added.
8199         * svg/animations/smil-element-not-removed-crash.html: Added.
8201 2011-05-18  Kent Tamura  <tkent@chromium.org>
8203         Reviewed by Hajime Morita.
8205         valueMissing validity for <select> is lame when selecting a value by a key operation
8206         https://bugs.webkit.org/show_bug.cgi?id=61021
8208         Add test cases for the bug.
8210         * fast/forms/ValidityState-valueMissing-002-expected.txt:
8211         * fast/forms/ValidityState-valueMissing-002.html:
8213 2011-05-18  Kristóf Kosztyó  <Kosztyo.Kristof@stud.u-szeged.hu>
8215         Reviewed by Csaba Osztrogonác.
8217         [Qt] Implement layoutTestController.setValueForUser()
8218         https://bugs.webkit.org/show_bug.cgi?id=60956
8220         * platform/qt/Skipped: Unskip fast/forms/onchange-setvalueforuser.html
8222 2011-05-16  Jeremy Noble  <jer.noble@apple.com>
8224         Reviewed by Darin Adler.
8226         Disable keyboard input (with exceptions) in full-screen mode.
8227         https://bugs.webkit.org/show_bug.cgi?id=60943
8229         * fullscreen/full-screen-keyboard-disabled-expected.txt: Added.
8230         * fullscreen/full-screen-keyboard-disabled.html: Added.
8231         * fullscreen/full-screen-keyboard-enabled-expected.txt: Added.
8232         * fullscreen/full-screen-keyboard-enabled.html: Added.
8234 2011-05-17  Jeremy Noble  <jer.noble@apple.com>
8236         Reviewed by Darin Adler.
8238         Removing a full-screen element or ancestor from the DOM should trigger exiting full-screen mode.
8239         https://bugs.webkit.org/show_bug.cgi?id=60997
8241         Updated the following tests with the new expectation that removing an element from the DOM will trigger
8242         full screen mode to exit.
8244         * fullscreen/full-screen-remove-ancestor-expected.txt:
8245         * fullscreen/full-screen-remove-ancestor.html:
8246         * fullscreen/full-screen-remove-children-expected.txt:
8247         * fullscreen/full-screen-remove-children.html:
8248         * fullscreen/full-screen-remove-expected.txt:
8249         * fullscreen/full-screen-remove.html:
8251 2011-05-17  Csaba Osztrogonác  <ossy@webkit.org>
8253         [Qt] Skip failing tests on minor Qt platforms.
8255         * platform/qt-arm/Skipped:
8256         * platform/qt-mac/Skipped:
8257         * platform/qt-wk2/Skipped:
8259 2011-05-17  Yuzo Fujishima  <yuzo@google.com>
8261         Unreviewed Chromium test expectation change.
8263         The following tests now pass:
8264         fast/js/mozilla/eval/exhaustive-fun-normalcaller-direct-strictcode.html
8265         fast/js/mozilla/eval/exhaustive-fun-strictcaller-direct-normalcode.html
8266         fast/js/mozilla/eval/exhaustive-fun-strictcaller-direct-strictcode.html
8268         * platform/chromium/test_expectations.txt:
8270 2011-05-17  Yuzo Fujishima  <yuzo@google.com>
8272         Unreviewed Chromium test expectation change.
8274         plugins/windowless_plugin_paint_test.html now passes on Linux, timeouts on Mac.
8276         * platform/chromium/test_expectations.txt:
8278 2011-05-17  Yuta Kitamura  <yutak@chromium.org>
8280         Reviewed by Kent Tamura.
8282         WebSocket: Add CLOSING state
8283         https://bugs.webkit.org/show_bug.cgi?id=60878
8285         The value of WebSocket.CLOSED has been changed from 2 to 3, we have to update
8286         expected results of tests that dump WebSocket.readyState.
8288         * fast/dom/Window/window-properties-expected.txt:
8289         * http/tests/websocket/tests/bufferedAmount-after-close-expected.txt:
8290         * http/tests/websocket/tests/close-on-unload-reference-in-parent-expected.txt:
8291         * http/tests/websocket/tests/close-on-unload-reference-in-parent.html:
8292         * http/tests/websocket/tests/handshake-error-expected.txt:
8293         * http/tests/websocket/tests/script-tests/bufferedAmount-after-close.js:
8294         (ws.onclose):
8295         * http/tests/websocket/tests/script-tests/handshake-error.js:
8296         (ws.onclose):
8297         * http/tests/websocket/tests/send-after-close-on-unload-expected.txt:
8298         * http/tests/websocket/tests/send-after-close-on-unload.html:
8299         * http/tests/websocket/tests/simple-expected.txt:
8300         * platform/qt/fast/dom/Window/window-properties-expected.txt:
8302 2011-05-17  Yuzo Fujishima  <yuzo@google.com>
8304         Unreviewed Chromium test expectation change.
8306         plugins/invalidate_rect.html now passes on Linux.
8308         * platform/chromium/test_expectations.txt:
8310 2011-05-17  Geoffrey Garen  <ggaren@apple.com>
8312         Reviewed by Gavin Barraclough.
8314         Global object initialization is expensive
8315         https://bugs.webkit.org/show_bug.cgi?id=60933
8316         
8317         Added a few more expected failures, now that more code uses static hash
8318         tables.
8319         
8320         The fact that built-ins are not deletable, but should be, is covered by
8321         https://bugs.webkit.org/show_bug.cgi?id=61014
8323         * sputnik/Conformance/15_Native_Objects/15.6_Boolean/15.6.2/S15.6.2.1_A4-expected.txt:
8324         * sputnik/Conformance/15_Native_Objects/15.6_Boolean/15.6.3/15.6.3.1_Boolean.prototype/S15.6.3.1_A1-expected.txt:
8325         * sputnik/Conformance/15_Native_Objects/15.6_Boolean/15.6.4/S15.6.4_A1-expected.txt:
8326         * sputnik/Conformance/15_Native_Objects/15.7_Number/15.7.2/S15.7.2.1_A4-expected.txt:
8327         * sputnik/Conformance/15_Native_Objects/15.7_Number/15.7.3/15.7.3.1_Number.prototype/S15.7.3.1_A2_T1-expected.txt:
8328         * sputnik/Conformance/15_Native_Objects/15.7_Number/15.7.4/S15.7.4_A1-expected.txt:
8329         * sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.4/15.9.4.2_Date.parse/S15.9.4.2_A1_T2-expected.txt:
8330         * sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.4/15.9.4.3_Date.UTC/S15.9.4.3_A1_T2-expected.txt:
8332 2011-05-17  Cris Neckar  <cdn@chromium.org>
8334         Reviewed by Adam Barth.
8336         Tests for crash when two nested image objects with invalid data are loaded.
8337         https://bugs.webkit.org/show_bug.cgi?id=61005
8339         * http/tests/loading/nested_bad_objects-expected.txt: Added.
8340         * http/tests/loading/nested_bad_objects.php: Added.
8342 2011-05-17  Adam Barth  <abarth@webkit.org>
8344         Rubber-stamped by Simon Fraser.
8346         Remove empty directory.
8348         * fast/inspector: Removed.
8350 2011-05-17  Ryosuke Niwa  <rniwa@webkit.org>
8352         Reviewed by Enrica Casucci.
8354         editing/pasteboard/paste-blockquote-2.html and paste-blockquote-3.html should be dump-as-markup tests
8355         https://bugs.webkit.org/show_bug.cgi?id=60998
8357         Converted the tests.
8359         * editing/pasteboard/paste-blockquote-2-expected.txt: Added.
8360         * editing/pasteboard/paste-blockquote-2.html:
8361         * editing/pasteboard/paste-blockquote-3-expected.txt: Added.
8362         * editing/pasteboard/paste-blockquote-3.html:
8363         * platform/chromium-linux/editing/pasteboard/paste-blockquote-2-expected.png: Removed.
8364         * platform/chromium-linux/editing/pasteboard/paste-blockquote-3-expected.png: Removed.
8365         * platform/chromium-mac-leopard/editing/pasteboard/paste-blockquote-2-expected.png: Removed.
8366         * platform/chromium-mac-leopard/editing/pasteboard/paste-blockquote-3-expected.png: Removed.
8367         * platform/chromium-mac/editing/pasteboard/paste-blockquote-2-expected.png: Removed.
8368         * platform/chromium-mac/editing/pasteboard/paste-blockquote-3-expected.png: Removed.
8369         * platform/chromium-win/editing/pasteboard/paste-blockquote-2-expected.png: Removed.
8370         * platform/chromium-win/editing/pasteboard/paste-blockquote-2-expected.txt: Removed.
8371         * platform/chromium-win/editing/pasteboard/paste-blockquote-3-expected.png: Removed.
8372         * platform/chromium-win/editing/pasteboard/paste-blockquote-3-expected.txt: Removed.
8373         * platform/gtk/editing/pasteboard/paste-blockquote-2-expected.txt: Removed.
8374         * platform/gtk/editing/pasteboard/paste-blockquote-3-expected.txt: Removed.
8375         * platform/mac-leopard/editing/pasteboard/paste-blockquote-3-expected.png: Removed.
8376         * platform/mac/editing/pasteboard/paste-blockquote-2-expected.png: Removed.
8377         * platform/mac/editing/pasteboard/paste-blockquote-2-expected.txt: Removed.
8378         * platform/mac/editing/pasteboard/paste-blockquote-3-expected.png: Removed.
8379         * platform/mac/editing/pasteboard/paste-blockquote-3-expected.txt: Removed.
8380         * platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt: Removed.
8381         * platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt: Removed.
8383 2011-05-17  Ryosuke Niwa  <rniwa@webkit.org>
8385         Reviewed by Enrica Casucci.
8387         editing/pasteboard/paste-text-012.html should be a dump-as-markup test
8388         https://bugs.webkit.org/show_bug.cgi?id=60996
8390         Converted the test.
8392         * editing/pasteboard/paste-text-012-expected.txt: Added.
8393         * editing/pasteboard/paste-text-012.html:
8394         * platform/chromium-linux/editing/pasteboard/paste-text-012-expected.png: Removed.
8395         * platform/chromium-win/editing/pasteboard/paste-text-012-expected.png: Removed.
8396         * platform/chromium-win/editing/pasteboard/paste-text-012-expected.txt: Removed.
8397         * platform/gtk/editing/pasteboard/paste-text-012-expected.png: Removed.
8398         * platform/gtk/editing/pasteboard/paste-text-012-expected.txt: Removed.
8399         * platform/mac-leopard/editing/pasteboard/paste-text-012-expected.png: Removed.
8400         * platform/mac/editing/pasteboard/paste-text-012-expected.png: Removed.
8401         * platform/mac/editing/pasteboard/paste-text-012-expected.txt: Removed.
8402         * platform/qt/editing/pasteboard/paste-text-012-expected.txt: Removed.
8404 2011-05-17  Robert Hogan  <robert@webkit.org>
8406         Rubber-stamped by Csaba Osztrogonac.
8408         [Gtk] plugins/get-url-notify-with-url-that-fails-to-load.html crashes on buildbot
8410         Skip on qt-mac
8412         http://bugs.webkit.org/show_bug.cgi?id=60838
8414         * platform/qt-mac/Skipped:
8416 2011-05-17  Erik Arvidsson  <arv@chromium.org>
8418         Reviewed by Ryosuke Niwa.
8420         document.activeElement doesn't point to the focused frame
8421         https://bugs.webkit.org/show_bug.cgi?id=49509
8423         This tests that an iframe is the activeElement when focus is inside that frame.
8425         * fast/dom/HTMLDocument/active-element-frames-expected.txt: Added.
8426         * fast/dom/HTMLDocument/active-element-frames.html: Added.
8428 2011-05-16  Robert Hogan  <robert@webkit.org>
8430         Reviewed by Kenneth Rohde Christiansen.
8432         plugins/invalidate_rect.html fails on linux ports
8434         https://bugs.webkit.org/show_bug.cgi?id=54051
8436        * platform/qt/Skipped: Unskip plugins/invalidate_rect.html
8437        * platform/qt-mac/Skipped: Skip plugins/invalidate_rect.html
8439 2011-05-17  Tony Chang  <tony@chromium.org>
8441         Land linux 32 bit results.
8443         * platform/chromium-linux-x86/fast/repaint/moving-shadow-on-container-expected.txt: Added.
8444         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
8445         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added.
8446         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
8447         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
8448         * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
8449         * platform/chromium-linux-x86/svg/css/composite-shadow-example-expected.txt: Added.
8450         * platform/chromium-linux-x86/svg/css/composite-shadow-with-opacity-expected.txt: Added.
8451         * platform/chromium-linux-x86/svg/css/stars-with-shadow-expected.txt: Added.
8452         * platform/chromium-linux-x86/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Added.
8453         * platform/chromium-linux-x86/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added.
8454         * platform/chromium-linux-x86/svg/custom/use-on-symbol-inside-pattern-expected.txt: Added.
8455         * platform/chromium-linux-x86/svg/hixie/perf/001-expected.png: Added.
8456         * platform/chromium-linux-x86/svg/hixie/perf/001-expected.txt: Added.
8457         * platform/chromium-linux-x86/svg/hixie/perf/002-expected.png: Added.
8458         * platform/chromium-linux-x86/svg/hixie/perf/002-expected.txt: Added.
8459         * platform/chromium/test_expectations.txt:
8461 2011-05-17  Andrew Wilson  <atwilson@chromium.org>
8463         Unreviewed chromium test expectations update.
8465         * platform/chromium/test_expectations.txt:
8467 2011-05-17  Yufeng Shen  <miletus@chromium.org>
8469         Reviewed by Darin Fisher.
8471         Make WebKit expose extra touch information
8472         https://bugs.webkit.org/show_bug.cgi?id=59030
8474         * fast/events/touch/document-create-touch-expected.txt:
8475         * fast/events/touch/script-tests/document-create-touch.js:
8477 2011-05-17  Andreas Kling  <kling@webkit.org>
8479         Reviewed by Kenneth Rohde Christiansen.
8481         Area element doesn't update region when dynamically altered.
8482         https://bugs.webkit.org/show_bug.cgi?id=54636
8484         * fast/images/imagemap-dynamic-area-updates-expected.txt: Added.
8485         * fast/images/imagemap-dynamic-area-updates.html: Added.
8486         * fast/images/script-tests/imagemap-dynamic-area-updates.js: Added.
8487         (setArea):
8488         (checkForArea):
8490 2011-05-09  Luiz Agostini  <luiz.agostini@openbossa.org>
8492         Reviewed by Kenneth Rohde Christiansen.
8494         [Qt] Redirection of HTTP POST (3xx) incorrectly includes original POST data
8495         https://bugs.webkit.org/show_bug.cgi?id=60440
8497         These new tests check that no POST content is sent to the new URL after receiving http
8498         status codes 301, 302 and 303, and checks that the POST content is sent to the new URL
8499         after receiving a 307 http status code.
8501         * http/tests/navigation/post-301-response-expected.txt: Added.
8502         * http/tests/navigation/post-301-response.html: Added.
8503         * http/tests/navigation/post-302-response-expected.txt: Added.
8504         * http/tests/navigation/post-302-response.html: Added.
8505         * http/tests/navigation/post-303-response-expected.txt: Added.
8506         * http/tests/navigation/post-303-response.html: Added.
8507         * http/tests/navigation/post-307-response-expected.txt: Added.
8508         * http/tests/navigation/post-307-response.html: Added.
8509         * http/tests/navigation/resources/redirected-post-request-contents.php: Added.
8510         * http/tests/navigation/resources/redirection-response.php: Added.
8512 2011-05-17  Sakamuri Ramakrishna  <ramakrishna.sakamuri@nokia.com>
8514         Reviewed by Andreas Kling.
8516         [Qt] 4 of the skipped storage layout tests pass on Qt Linux- skip list to be modified
8517         https://bugs.webkit.org/show_bug.cgi?id=60715
8519         * platform/qt/Skipped:
8521 2011-05-17  Anton Muhin  <antonm@chromium.org>
8523         Unreviewed.
8525         Improving test expectations.
8527         * platform/chromium/test_expectations.txt:
8529 2011-05-17  Sam Magnuson  <smagnuson@netflix.com>
8531         Reviewed by Kenneth Rohde Christiansen.
8533         [Qt] Node that have both an opacity and a transform animation on them seem not to fire.
8534         https://bugs.webkit.org/show_bug.cgi?id=40841
8536         * compositing/animation/busy-indicator-no.png: Added.
8537         * compositing/animation/busy-indicator.html: Added.
8538         * compositing/animation/busy-indicator.png: Added.
8539         * compositing/animation/busy-indicator-expected.txt: Added.
8541 2011-05-17  Andreas Kling  <kling@webkit.org>
8543         Bot-matching rebaseline after r86675.
8545         * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
8547 2011-05-17  Igor Oliveira  <igor.oliveira@openbossa.org>
8549         Reviewed by Andreas Kling.
8551         [Qt] rebaseline skipped tests after r83871
8552         https://bugs.webkit.org/show_bug.cgi?id=60961
8554         Rebaseline tests after r83871 and remove them from Qt Skipped file.
8556         * platform/qt/Skipped:
8557         * platform/qt/http/tests/local/file-url-sent-as-referer-expected.txt:
8558         * platform/qt/http/tests/misc/error404-expected.txt:
8559         * platform/qt/http/tests/misc/frame-access-during-load-expected.txt:
8560         * platform/qt/http/tests/misc/generated-content-inside-table-expected.txt:
8561         * platform/qt/http/tests/misc/iframe404-expected.txt:
8562         * platform/qt/http/tests/misc/location-replace-crossdomain-expected.txt:
8563         * platform/qt/http/tests/uri/css-href-expected.txt:
8564         * platform/qt/tables/layering/paint-test-layering-1-expected.txt:
8565         * platform/qt/tables/layering/paint-test-layering-2-expected.txt:
8566         * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.txt:
8567         * platform/qt/tables/mozilla/bugs/bug56201-expected.txt:
8568         * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
8569         * platform/qt/tables/mozilla/other/slashlogo-expected.txt:
8570         * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
8571         * platform/qt/transforms/2d/transform-fixed-container-expected.txt:
8572         * platform/qt/transitions/svg-text-shadow-transition-expected.txt:
8574 2011-05-17  Jessie Berlin  <jberlin@apple.com>
8576         WebKit2 needs layoutTestController.overridePreference.
8577         https://bugs.webkit.org/show_bug.cgi?id=42197
8579         Add fast/images/animated-gif-restored-from-bfcache.html to the mac-wk2 Skipped list to get
8580         the bots green.
8582         * platform/mac-wk2/Skipped:
8584 2011-05-17  Sheriff Bot  <webkit.review.bot@gmail.com>
8586         Unreviewed, rolling out r86660.
8587         http://trac.webkit.org/changeset/86660
8588         https://bugs.webkit.org/show_bug.cgi?id=60958
8590         broke search in console panel (Requested by podivilov on
8591         #webkit).
8593         * http/tests/inspector/change-iframe-src.html:
8594         * http/tests/inspector/console-resource-errors.html:
8595         * http/tests/inspector/inspector-test.js:
8596         (initialize_InspectorTest.InspectorTest.evaluateInConsole):
8597         * http/tests/inspector/network/network-size-chunked.html:
8598         * http/tests/inspector/network/network-size-sync.html:
8599         * http/tests/inspector/network/network-size.html:
8600         * http/tests/inspector/network/network-timing.html:
8601         * http/tests/inspector/resource-tree/resource-tree-frame-add.html:
8602         * http/tests/inspector/resource-tree/resource-tree-frame-navigate.html:
8603         * inspector/console/console-assert.html:
8604         * inspector/console/console-trace-in-eval.html:
8605         * inspector/console/console-trace.html:
8606         * inspector/console/console-uncaught-exception.html:
8607         * inspector/debugger/debugger-autocontinue-on-syntax-error.html:
8608         * inspector/styles/styles-iframe.html:
8609         * inspector/timeline/timeline-network-resource.html:
8610         * inspector/timeline/timeline-script-tag-1.html:
8611         * inspector/timeline/timeline-script-tag-2.html:
8613 2011-05-12  Hans Wennborg  <hans@chromium.org>
8615         Reviewed by Steve Block.
8617         IndexedDB: Index population should ignore records without key for index
8618         https://bugs.webkit.org/show_bug.cgi?id=60697
8620         Test that we can create a new index for which not all current records
8621         have a key.
8623         * storage/indexeddb/index-basics-expected.txt:
8624         * storage/indexeddb/index-basics.html:
8626 2011-05-17  Alexander Pavlov  <apavlov@chromium.org>
8628         Reviewed by Yury Semikhatsky.
8630         Web Inspector: Increment/decrement of very big CSS numeric values results in invalid CSS
8631         https://bugs.webkit.org/show_bug.cgi?id=60890
8633         * inspector/styles/up-down-numerics-and-colors-expected.txt:
8634         * inspector/styles/up-down-numerics-and-colors.html:
8636 2011-05-17  Yuzo Fujishima  <yuzo@google.com>
8638         Unreviewed Chromium test expectation change.
8640         The following tests are flaky on Linux.
8641         fast/speech/input-appearance-numberandspeech.html
8642         fast/speech/input-appearance-searchandspeech.html
8643         fast/speech/input-appearance-speechbutton.html
8645         * platform/chromium/test_expectations.txt:
8647 2011-05-17  Yuzo Fujishima  <yuzo@google.com>
8649         Unreviewed Chromium test expectation change.
8651         fast/js/mozilla/strict/eval-variable-environment.html now passes.
8653         * platform/chromium/test_expectations.txt:
8655 2011-05-17  Pavel Podivilov  <podivilov@chromium.org>
8657         Reviewed by Yury Semikhatsky.
8659         Web Inspector: merge ConsoleView into ConsolePanel.
8660         https://bugs.webkit.org/show_bug.cgi?id=54670
8662         * http/tests/inspector/change-iframe-src.html:
8663         * http/tests/inspector/console-resource-errors.html:
8664         * http/tests/inspector/inspector-test.js:
8665         (initialize_InspectorTest.InspectorTest.evaluateInConsole):
8666         (initialize_InspectorTest.InspectorTest.waitUntilConsoleMessageAdded):
8667         * http/tests/inspector/network/network-size-chunked.html:
8668         * http/tests/inspector/network/network-size-sync.html:
8669         * http/tests/inspector/network/network-size.html:
8670         * http/tests/inspector/network/network-timing.html:
8671         * http/tests/inspector/resource-tree/resource-tree-frame-add.html:
8672         * http/tests/inspector/resource-tree/resource-tree-frame-navigate.html:
8673         * inspector/console/console-assert.html:
8674         * inspector/console/console-trace-in-eval.html:
8675         * inspector/console/console-trace.html:
8676         * inspector/console/console-uncaught-exception.html:
8677         * inspector/debugger/debugger-autocontinue-on-syntax-error.html:
8678         * inspector/styles/styles-iframe.html:
8679         * inspector/timeline/timeline-network-resource.html:
8680         * inspector/timeline/timeline-script-tag-1.html:
8681         * inspector/timeline/timeline-script-tag-2.html:
8683 2011-05-16  Yuta Kitamura  <yutak@chromium.org>
8685         Reviewed by Kent Tamura.
8687         WebSocket: WebSocketHandshake prints a carriage return to console
8688         https://bugs.webkit.org/show_bug.cgi?id=60880
8690         * http/tests/websocket/tests/handshake-error-expected.txt:
8691         Remove a carriage return in the first line.
8693 2011-05-16  Yuzo Fujishima  <yuzo@google.com>
8695         Unreviewed Chromium test expectation change.
8697         http/tests/appcache/interrupted-update.html is flaky on win, mac, and linux.
8699         * platform/chromium/test_expectations.txt:
8701 2011-05-16  Yuzo Fujishima  <yuzo@google.com>
8703         Unreviewed Chromium test expectation change.
8705         svg/hixie/perf/00{1,2}.xml now pass on Linux.
8707         * platform/chromium/test_expectations.txt:
8709 2011-05-16  Sheriff Bot  <webkit.review.bot@gmail.com>
8711         Unreviewed, rolling out r86648.
8712         http://trac.webkit.org/changeset/86648
8713         https://bugs.webkit.org/show_bug.cgi?id=60941
8715         media/controls-css-overload.html still failing on non-GPU
8716         tests (Requested by scherkus on #webkit).
8718         * platform/chromium/test_expectations.txt:
8720 2011-05-16  Naoki Takano  <takano.naoki@gmail.com>
8722         Reviewed by Kent Tamura.
8724         HTML5 Number Spinbox displays a 0 in situations where a 0 is not between the min and max.
8725         https://bugs.webkit.org/show_bug.cgi?id=60871
8727         * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: Added expected results.
8728         * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Added test patterns when initial values are empty.
8730 2011-05-16  Adam Barth  <abarth@webkit.org>
8732         Reviewed by Eric Seidel.
8734         Remove bogus ASSERT in Document::setCompatibilityMode
8735         https://bugs.webkit.org/show_bug.cgi?id=60935
8737         This test case triggers the ASSERT.
8739         * fast/parser/append-child-followed-by-document-write-expected.txt: Added.
8740         * fast/parser/append-child-followed-by-document-write.html: Added.
8742 2011-05-16  Ian Henderson  <ianh@apple.com>
8744         Reviewed by Joseph Pecoraro.
8746         Page::goToItem doesn't work while loading is deferred
8747         https://bugs.webkit.org/show_bug.cgi?id=60412
8749         * loader/navigation-while-deferring-loads-expected.txt: Added.
8750         * loader/navigation-while-deferring-loads.html: Added.
8751         * platform/gtk/Skipped:
8752         * platform/qt/Skipped:
8753         * platform/win/Skipped:
8755 2011-05-16  Andrew Scherkus  <scherkus@chromium.org>
8757         Unreviewed, updating expectation for media/controls-css-overload.html.
8759         * platform/chromium/test_expectations.txt:
8761 2011-05-16  Andrew Scherkus  <scherkus@chromium.org>
8763         Unreviewed, checking in new baselines for media/video-canvas-alpha.html for chromium-gpu-{linux,win}.
8765         * platform/chromium-gpu-linux/media/video-canvas-alpha-expected.png:
8766         * platform/chromium-gpu-win/media/video-canvas-alpha-expected.png:
8767         * platform/chromium/test_expectations.txt:
8769 2011-05-16  Andrew Scherkus  <scherkus@chromium.org>
8771         Unreviewed, un-skipping a few Chromium layout test expectations.
8773         * platform/chromium/test_expectations.txt:
8775 2011-05-16  Adam Barth  <abarth@webkit.org>
8777         Attempt to fix baselines for xss-DENIED-set-opener.html.  This is too hard.
8779         * platform/chromium-linux/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
8780         * platform/chromium-win-vista/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
8782 2011-05-16  Adam Barth  <abarth@webkit.org>
8784         Attempt to fix baselines for set-href-attribute-hash.html.  This is too hard.
8786         * platform/chromium-linux/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt:
8787         * platform/chromium-win-vista/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt:
8789 2011-05-16  Andrew Wilson  <atwilson@chromium.org>
8791         Unreviewed chromium expectations changes to disable crashing tests.
8793         https://bugs.webkit.org/show_bug.cgi?id=60931
8795         * platform/chromium/test_expectations.txt:
8797 2011-05-16  Andrew Scherkus  <scherkus@chromium.org>
8799         Unreviewed, marking media/video-transformed.html as passing on all platforms.
8801         * platform/chromium/test_expectations.txt:
8803 2011-05-16  Andrew Scherkus  <scherkus@chromium.org>
8805         Unreviewed, rebaselining media/video-aspect-ratio.html for chromium-gpu-{linux,mac,win}.
8807         * platform/chromium-gpu-linux/media/video-aspect-ratio-expected.png: Added.
8808         * platform/chromium-gpu-mac/media/video-aspect-ratio-expected.png: Added.
8809         * platform/chromium-gpu-win/media/video-aspect-ratio-expected.png: Added.
8810         * platform/chromium/test_expectations.txt:
8812 2011-05-16  Adam Barth  <abarth@webkit.org>
8814         Layout test file-URL-with-port-number.html fails on Mac and Linux
8815         http://code.google.com/p/chromium/issues/detail?id=10342
8817         The consensus is to not support this behavior unless there is a
8818         compelling compatibility reason.
8820         * platform/chromium/test_expectations.txt:
8822 2011-05-16  Ryosuke Niwa  <rniwa@webkit.org>
8824         Reviewed by Enrica Casucci.
8826         editing/pasteboard/5075944-2.html and 5075944-3.html should be renamed and converted to dump-as-markup tests
8827         https://bugs.webkit.org/show_bug.cgi?id=60923
8829         Renamed pasteboard/5075944-2.html to pasteboard/preserve-underline-color.html and pasteboard/5075944-3.html to
8830         deleting/deleting-line-break-preserves-underline-color.html. Also converted them to dump-as-markup tests.
8832         * editing/deleting/deleting-line-break-preserves-underline-color-expected.txt: Added.
8833         * editing/deleting/deleting-line-break-preserves-underline-color.html: Copied from LayoutTests/editing/pasteboard/5075944-3.html.
8834         * editing/pasteboard/5075944-2.html: Removed.
8835         * editing/pasteboard/5075944-3.html: Removed.
8836         * editing/pasteboard/preserve-underline-color-expected.txt: Added.
8837         * editing/pasteboard/preserve-underline-color.html: Copied from LayoutTests/editing/pasteboard/5075944-2.html.
8838         * platform/chromium-linux/editing/pasteboard/5075944-2-expected.png: Removed.
8839         * platform/chromium-linux/editing/pasteboard/5075944-3-expected.png: Removed.
8840         * platform/chromium-win/editing/pasteboard/5075944-2-expected.png: Removed.
8841         * platform/chromium-win/editing/pasteboard/5075944-2-expected.txt: Removed.
8842         * platform/chromium-win/editing/pasteboard/5075944-3-expected.png: Removed.
8843         * platform/chromium-win/editing/pasteboard/5075944-3-expected.txt: Removed.
8844         * platform/gtk/editing/pasteboard/5075944-2-expected.png: Removed.
8845         * platform/gtk/editing/pasteboard/5075944-2-expected.txt: Removed.
8846         * platform/gtk/editing/pasteboard/5075944-3-expected.txt: Removed.
8847         * platform/mac-leopard/editing/pasteboard/5075944-2-expected.png: Removed.
8848         * platform/mac-leopard/editing/pasteboard/5075944-3-expected.png: Removed.
8849         * platform/mac/editing/pasteboard/5075944-2-expected.png: Removed.
8850         * platform/mac/editing/pasteboard/5075944-2-expected.txt: Removed.
8851         * platform/mac/editing/pasteboard/5075944-3-expected.png: Removed.
8852         * platform/mac/editing/pasteboard/5075944-3-expected.txt: Removed.
8853         * platform/qt-arm/Skipped:
8854         * platform/qt-mac/Skipped:
8855         * platform/qt/editing/pasteboard/5075944-2-expected.txt: Removed.
8856         * platform/qt/editing/pasteboard/5075944-3-expected.txt: Removed.
8858 2011-05-16  Adam Barth  <abarth@webkit.org>
8860         Layout Test fast/dom/HTMLAnchorElement/set-href-attribute-hash.html is failing
8861         http://code.google.com/p/chromium/issues/detail?id=72428
8863         This test is passing, not failing.
8865         * platform/chromium/fast/dom/HTMLAnchorElement: Added.
8866         * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt: Added.
8867         * platform/chromium/test_expectations.txt:
8869 2011-05-16  Adam Barth  <abarth@webkit.org>
8871         cross-frame-access-call.html fails after WebKit r74449
8872         http://code.google.com/p/chromium/issues/detail?id=67767
8874         These tests aren't really failing.  They just have different results
8875         because of interactions with the popup blocker.
8877         * platform/chromium/http/tests/security/aboutBlank: Added.
8878         * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Added.
8879         * platform/chromium/http/tests/security/cross-frame-access-call-expected.txt:
8880         * platform/chromium/test_expectations.txt:
8882 2011-05-16  Andrew Scherkus  <scherkus@chromium.org>
8884         Unreviewed, rebaselining media/video-zoom.html for chromium-gpu-{linux,mac}.
8886         * platform/chromium-gpu-linux/media/video-zoom-expected.png:
8887         * platform/chromium-gpu-mac/media/video-zoom-expected.png:
8888         * platform/chromium/test_expectations.txt:
8890 2011-05-16  Andrew Scherkus  <scherkus@chromium.org>
8892         Unreviewed, removing baselines for media/media-document-audio-repaint.html as they're incorrect.
8894         * platform/chromium-linux/media/media-document-audio-repaint-expected.png: Removed.
8895         * platform/chromium-mac-leopard/media/media-document-audio-repaint-expected.png: Removed.
8896         * platform/chromium-mac/media/media-document-audio-repaint-expected.png: Removed.
8897         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt: Removed.
8898         * platform/chromium-win/media/media-document-audio-repaint-expected.png: Removed.
8899         * platform/chromium-win/media/media-document-audio-repaint-expected.txt: Removed.
8900         * platform/chromium/test_expectations.txt:
8902 2011-05-16  Robert Hogan  <robert@webkit.org>
8904         Reviewed by Csaba Osztrogonác.
8906         https://bugs.webkit.org/show_bug.cgi?id=59930
8908         Add plugins/object-embed-plugin-scripting.html to qt-mac Skipped list
8910         Note that nearly all plugin tests are currently skipped by qt-mac,
8911         so something may be missng from the buildbot.
8913         * platform/qt-mac/Skipped:
8915 2011-05-16  Robert Hogan  <robert@webkit.org>
8917         Reviewed by Anders Carlsson.
8919         [Gtk] plugins/get-url-notify-with-url-that-fails-to-load.html crashes on buildbot
8921         https://bugs.webkit.org/show_bug.cgi?id=60838
8923         * platform/gtk/Skipped:
8924         * platform/qt/Skipped:
8926 2011-05-16  Dan Bernstein  <mitz@apple.com>
8928         Re-added platform-specific result after r86599.
8930         * platform/mac-leopard/editing/text-iterator/findString-expected.txt: Copied from platform/mac-leopard/editing/text-iterator/findString-expected.txt.
8932 2011-05-16  Ryosuke Niwa  <rniwa@webkit.org>
8934         Reviewed by Enrica Casucci.
8936         editing/deleting/5091898.html should be renamed and converted to a dump-as-markup test
8937         https://bugs.webkit.org/show_bug.cgi?id=60920
8939         Renamed 5091898.html to delete-line-break-before-underlined-content.html and converted it
8940         to a dump-as-markup test.
8942         * editing/deleting/5091898.html: Removed.
8943         * editing/deleting/delete-line-break-before-underlined-content-expected.txt: Added.
8944         * editing/deleting/delete-line-break-before-underlined-content.html: Copied from LayoutTests/editing/deleting/5091898.html.
8945         * platform/chromium-linux/editing/deleting/5091898-expected.png: Removed.
8946         * platform/chromium-win/editing/deleting/5091898-expected.png: Removed.
8947         * platform/chromium-win/editing/deleting/5091898-expected.txt: Removed.
8948         * platform/gtk/editing/deleting/5091898-expected.txt: Removed.
8949         * platform/mac-leopard/editing/deleting/5091898-expected.png: Removed.
8950         * platform/mac/editing/deleting/5091898-expected.png: Removed.
8951         * platform/mac/editing/deleting/5091898-expected.txt: Removed.
8952         * platform/mac/editing/style/5091898-expected.png: Removed.
8953         * platform/mac/editing/style/5091898-expected.txt: Removed.
8954         * platform/qt-arm/Skipped:
8955         * platform/qt-mac/Skipped:
8956         * platform/qt/editing/deleting/5091898-expected.png: Removed.
8957         * platform/qt/editing/deleting/5091898-expected.txt: Removed.
8959 2011-05-16  Tony Chang  <tony@chromium.org>
8961         Move chromium-linux-x86_64 results into chromium-linux.  We're making
8962         x86_64 the default configuration for chromium-linux because that's
8963         what the devs build and use.
8965 2011-05-16  Andrew Scherkus  <scherkus@chromium.org>
8967         Unreviewed, correcting bug number for a test expectation.
8969         * platform/chromium/test_expectations.txt:
8971 2011-05-16  Andrew Scherkus  <scherkus@chromium.org>
8973         Unreviewed, de-duplicating media/video-zoom-controls.html expectations.
8975         * platform/chromium/test_expectations.txt:
8977 2011-05-16  Dan Bernstein  <mitz@apple.com>
8979         Reviewed by Darin Adler.
8981         <rdar://problem/9446653> REGRESSION (r84750): Moving by word stops at apostrophe mid-word
8982         https://bugs.webkit.org/show_bug.cgi?id=60915
8984         * editing/text-iterator/findString-expected.txt:
8985         * editing/text-iterator/findString.html:
8987 2011-05-16  Andrew Wilson  <atwilson@chromium.org>
8989         Unreviewed, rolling out r86589.
8990         http://trac.webkit.org/changeset/86589
8991         https://bugs.webkit.org/show_bug.cgi?id=54670
8993         Broke chromium inspector tests.
8995         * http/tests/inspector/inspector-test.js:
8996         (initialize_InspectorTest.InspectorTest.evaluateInConsole):
8997         * inspector/console/console-assert.html:
8998         * inspector/console/console-trace-in-eval.html:
8999         * inspector/console/console-trace.html:
9000         * inspector/console/console-uncaught-exception.html:
9001         * inspector/debugger/debugger-autocontinue-on-syntax-error.html:
9002         * inspector/styles/styles-iframe.html:
9003         * inspector/timeline/timeline-network-resource.html:
9004         * inspector/timeline/timeline-script-tag-1.html:
9005         * inspector/timeline/timeline-script-tag-2.html:
9007 2011-05-16  Pavel Podivilov  <podivilov@chromium.org>
9009         Reviewed by Yury Semikhatsky.
9011         Web Inspector: merge ConsoleView into ConsolePanel.
9012         https://bugs.webkit.org/show_bug.cgi?id=54670
9014         * http/tests/inspector/inspector-test.js:
9015         (initialize_InspectorTest.InspectorTest.evaluateInConsole):
9016         (initialize_InspectorTest.InspectorTest.waitUntilConsoleMessageAdded):
9017         * inspector/console/console-assert.html:
9018         * inspector/console/console-trace-in-eval.html:
9019         * inspector/console/console-trace.html:
9020         * inspector/console/console-uncaught-exception.html:
9021         * inspector/debugger/debugger-autocontinue-on-syntax-error.html:
9022         * inspector/styles/styles-iframe.html:
9023         * inspector/timeline/timeline-network-resource.html:
9024         * inspector/timeline/timeline-script-tag-1.html:
9025         * inspector/timeline/timeline-script-tag-2.html:
9027 2011-05-16  Balazs Kelemen  <kbalazs@webkit.org>
9029         Reviewed by Adam Roben.
9031         [WK2] Remove some passing tests from the mac-wk2 skipped list
9032         https://bugs.webkit.org/show_bug.cgi?id=60889
9034         * platform/mac-wk2/Skipped:
9036 2011-05-16  Adam Barth  <abarth@webkit.org>
9038         Reviewed by Darin Adler.
9040         Remove disable-javascript-urls CSP directive
9041         https://bugs.webkit.org/show_bug.cgi?id=60874
9043         No need to test a feature that doesn't exist.
9045         * http/tests/security/contentSecurityPolicy/javascript-urls-blocked-expected.txt: Removed.
9046         * http/tests/security/contentSecurityPolicy/javascript-urls-blocked.html: Removed.
9048 2011-05-16  Leandro Gracia Gil  <leandrogracia@chromium.org>
9050         Reviewed by Tony Gentilcore.
9052         Media Stream API: add local stream requests.
9053         https://bugs.webkit.org/show_bug.cgi?id=60177
9055         Re-enable the argument-types test as the navigator.getUserMedia options
9056         are now being parsed and raise the appropriate exceptions.
9058         * platform/chromium/test_expectations.txt:
9060 2011-05-16  Mark Pilgrim  <pilgrim@chromium.org>
9062         Reviewed by Tony Chang.
9064         Port Mozilla's IndexedDB tests: cursors
9065         https://bugs.webkit.org/show_bug.cgi?id=60804
9067         This test creates an object store with a few records and exercises
9068         a variety of cursors going forward, backward, and over key ranges.
9069         It also updates records from the cursor and checks that the update
9070         stuck.
9072         * storage/indexeddb/mozilla/cursors-expected.txt: Added.
9073         * storage/indexeddb/mozilla/cursors.html: Added.
9075 2011-05-16  Jessie Berlin  <jberlin@apple.com>
9077         Remove the failing mac-wk2 expected results for online-fallback-layering.html, since it now
9078         appears to be passing on the SL WK2 bots:
9079         http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r86545%20(11698)/http/tests/appcache/online-fallback-layering-pretty-diff.html
9081         * platform/mac-wk2/http/tests/appcache/online-fallback-layering-expected.txt: Removed.
9083 2011-05-16  Csaba Osztrogonác  <ossy@webkit.org>
9085         Unreviewed, skip failing tests.
9087         * platform/mac-wk2/Skipped: Add fast/forms/focus-with-display-block.html because of missing eventSender.keyDown implementation
9088         * platform/qt-wk2/Skipped: Add fast/js/array-sort-modifying-tostring.html to make WK2 bot green to be able to catch new regressions
9090 2011-05-16  Pavel Feldman  <pfeldman@google.com>
9092         Not reviewed: fix inspector dom action test flake.
9094         * inspector/elements/edit-dom-actions.html:
9096 2011-05-16  Adam Roben  <aroben@apple.com>
9098         Skip another new test that relies on parts of EventSender that WTR doesn't support
9100         * platform/mac-wk2/Skipped: Added fast/forms/focus-with-display-block.html.
9102 2011-05-16  Adam Roben  <aroben@apple.com>
9104         Skip a new test that relies on parts of EventSender that WTR doesn't support
9106         * platform/mac-wk2/Skipped: Addd
9107         platform/mac/editing/pasteboard/drag-selections-to-contenteditable.html.
9109 2011-05-16  Adam Roben  <aroben@apple.com>
9111         Update results for a new Mac dragging test
9113         This test has been failing since it was added in r86472. I don't know whether the old
9114         results are wrong or the test is actually showing a bug. <http://webkit.org/b/60882> tracks
9115         the failure.
9117         * platform/mac/editing/pasteboard/drag-selections-to-contenteditable-expected.txt:
9119 2011-05-16  Pavel Feldman  <pfeldman@google.com>
9121         Not reviewed: simplify inspector dom actions test.
9123         * inspector/elements/edit-dom-actions.html:
9125 2011-05-16  Alexander Pavlov  <apavlov@chromium.org>
9127         Reviewed by Pavel Feldman.
9129         Web Inspector: Fix SourceJavaScriptTokenizer keyword parsing
9130         https://bugs.webkit.org/show_bug.cgi?id=60773
9132         * inspector/syntax-highlight-javascript-expected.txt:
9133         * inspector/syntax-highlight-javascript.html:
9135 2011-05-16  Robert Hogan  <robert@webkit.org>
9137         Reviewed by Yury Semikhatsky.
9139         [Qt] Fix crash in inspector/console/console-long-eval-crash.html
9140         https://bugs.webkit.org/show_bug.cgi?id=60858
9142         * platform/qt/Skipped:
9144 2011-05-16  Gavin Barraclough  <barraclough@apple.com>
9146         Rubber stamped by Geoff Garen.
9148         https://bugs.webkit.org/show_bug.cgi?id=60866
9149         Evaluation order broken for empty alternatives in subpatterns
9151         Reverted https://bugs.webkit.org/show_bug.cgi?id=51395, and added
9152         test cases for /(|a)/ and /(a|)/, to test the evaluation order of
9153         subpattern matches with empty alternatives.
9155         * fast/regex/parentheses-expected.txt:
9156         * fast/regex/script-tests/parentheses.js:
9157         * fast/regex/script-tests/slow.js:
9158         * fast/regex/slow-expected.txt:
9160 2011-05-16  Alejandro G. Castro  <alex@igalia.com>
9162         Skipped failing test, the fail already has a bug:
9164         [Qt][GTK] plugins/get-url-with-javascript-url.html fails
9165         https://bugs.webkit.org/show_bug.cgi?id=60834
9167         * platform/gtk/Skipped:
9169 2011-05-15  Gavin Barraclough  <barraclough@apple.com>
9171         Reviewed by Geoff Garen & Michael Saboff.
9173         https://bugs.webkit.org/show_bug.cgi?id=60860
9174         Add layout tests for some regular expressions that used to crash the compiler.
9176         * fast/regex/parentheses-expected.txt:
9177         * fast/regex/script-tests/parentheses.js:
9179 2011-05-06  Philippe Normand  <pnormand@igalia.com>
9181         Reviewed by Martin Robinson.
9183         media/video-volume-slider.html causes GTK 64 bit debug bot to time out
9184         https://bugs.webkit.org/show_bug.cgi?id=60055
9186         * media/video-volume-slider.html: Use the shadow DOM tree to
9187         locate the mute button and get its coordinates. This test is now
9188         more port-agnostic.
9190 2011-05-12  Philippe Normand  <pnormand@igalia.com>
9192         Reviewed by Darin Adler.
9194         Move mediaControlsButtonCoordinates() out of video-test.js
9195         https://bugs.webkit.org/show_bug.cgi?id=60693
9197         Moved the function to a new js file called media-controls.js. Also
9198         made the function throw an exception if the button is not found
9199         and handle the exception in the various tests using the function.
9201         * media/audio-delete-while-step-button-clicked.html:
9202         * media/media-controls.js: Added.
9203         (mediaControlsButtonCoordinates):
9204         * media/video-controls-transformed.html:
9205         * media/video-controls-visible-audio-only.html:
9206         * media/video-controls-zoomed.html:
9207         * media/video-test.js:
9208         (isInTimeRanges):
9210 2011-05-15  MORITA Hajime  <morrita@google.com>
9212         Unreviewed an expectation update.
9214         * platform/gtk/fast/html/details-add-child-2-expected.txt:
9216 2011-05-15  Kenichi Ishibashi  <bashi@chromium.org>
9218         Reviewed by Kent Tamura.
9220         <output>, <meter> and <progress> elements with display:block can be focused if you try to tab to it
9221         https://bugs.webkit.org/show_bug.cgi?id=60602
9223         Add a test that ensures <output>, <meter> and <progress> are not focused.
9224         Add tabindex attributes to <progress> elements in progressbar.html so that these elements can be focused.
9226         * fast/forms/focus-with-display-block-expected.txt: Added.
9227         * fast/forms/focus-with-display-block.html: Added.
9228         * platform/mac/accessibility/progressbar.html: Added tabindex attributes to progress elements.
9230 2011-05-12  MORITA Hajime  <morrita@google.com>
9232         Reviewed by Dimitri Glazkov.
9234         ShadowContentElement should affect the order of renderer children
9235         https://bugs.webkit.org/show_bug.cgi?id=59157
9237         * fast/html/details-add-details-child-1.html: Added.
9238         * fast/html/details-add-details-child-2.html: Added.
9239         * fast/html/details-nested-1.html: Added.
9240         * fast/html/details-nested-2.html: Added.
9241         * platform/chromium/test_expectations.txt:        
9242         * platform/gtk/fast/html/details-open2-expected.txt:
9243         * platform/mac/fast/html/details-add-child-2-expected.txt:
9244         * platform/mac/fast/html/details-add-details-child-1-expected.png: Added.
9245         * platform/mac/fast/html/details-add-details-child-1-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-add-child-2-expected.txt.
9246         * platform/mac/fast/html/details-add-details-child-2-expected.png: Added.
9247         * platform/mac/fast/html/details-add-details-child-2-expected.txt: Copied from LayoutTests/platform/mac/fast/html/details-add-child-2-expected.txt.
9248         * platform/mac/fast/html/details-add-summary-10-and-click-expected.png: Added.
9249         * platform/mac/fast/html/details-add-summary-10-expected.png: Added.
9250         * platform/mac/fast/html/details-nested-1-expected.png: Added.
9251         * platform/mac/fast/html/details-nested-1-expected.txt: Added.
9252         * platform/mac/fast/html/details-nested-2-expected.png: Added.
9253         * platform/mac/fast/html/details-nested-2-expected.txt: Added.
9254         * platform/mac/fast/html/details-open2-expected.txt:
9255         * platform/qt/fast/html/details-add-child-2-expected.txt:
9256         * platform/qt/fast/html/details-open2-expected.txt:
9258 2011-05-15  Yuzo Fujishima  <yuzo@google.com>
9260         Unreviewed Chromium test expectation change.
9262         * platform/chromium-linux/svg/custom/small-rect-scale-expected.png: Added.
9263         * platform/chromium-win-vista/svg/custom/small-rect-scale-expected.png: Added.
9265 2011-05-15  Dominic Cooney  <dominicc@chromium.org>
9267         Unreviewed. Remove expectation of gc-shadow.html flakiness.
9269         * platform/chromium/test_expectations.txt:
9271 2011-05-15  Rob Buis  <rbuis@rim.com>
9273         Reviewed by Eric Seidel.
9275         REGERSSION(r26359-26570): Points in SVG kNN correlation model do not appear in ToT
9276         https://bugs.webkit.org/show_bug.cgi?id=16614
9278         Include testcase from the bug to prevent future regression (right now we pass both full testcase
9279         and this reduction).
9281         * platform/mac/svg/custom/small-rect-scale-expected.png: Added.
9282         * platform/mac/svg/custom/small-rect-scale-expected.txt: Added.
9283         * svg/custom/small-rect-scale.svg: Added.
9285 2011-05-15  Csaba Osztrogonác  <ossy@webkit.org>
9287         Unreviewed typo fix after r86509.
9289         * platform/qt/Skipped:
9291 2011-05-15  Ilya Tikhonovsky  <loislo@chromium.org>
9293         Unreviewed. Just skipping a test.
9295         * platform/qt/Skipped:
9296         inspector/console/console-long-eval-crash.html
9298 2011-05-15  Eric Carlson  <eric.carlson@apple.com>
9300         Unreviewed, just skipping a test.
9302         New test fails on some of the SnowLeopard bots.
9304         * platform/mac-snowleopard/Skipped:
9306 2011-05-15  Ilya Tikhonovsky  <loislo@chromium.org>
9308         Reviewed by Yury Semikhatsky.
9310         Web Inspector: chromium renderer crash at eval in console.
9312         https://bugs.webkit.org/show_bug.cgi?id=60616
9313         Renderer of inspected page is crashing when modal dialog
9314         has been opened via console eval and page is reloaded.
9316         * inspector/console/console-long-eval-crash-expected.txt: Added.
9317         * inspector/console/console-long-eval-crash.html: Added.
9318         * platform/gtk/Skipped:
9319         * platform/mac-wk2/Skipped:
9320         * platform/qt-wk2/Skipped:
9321         * platform/win/Skipped:
9323 2011-05-15  Eric Carlson  <eric.carlson@apple.com>
9325         Reviewed by Maciej Stachowiak.
9327         Use new AVAssetReferenceRestrictions to prevent cross site media references
9328         https://bugs.webkit.org/show_bug.cgi?id=60791
9329         <rdar://problem/9374202>
9331         Add test for cross-domain QuickTime reference movie and test.
9333         * http/tests/media/resources/cross-site-reference.mov: Added.
9334         * http/tests/media/video-cross-site-expected.txt: Added.
9335         * http/tests/media/video-cross-site.html: Added.
9336         * platform/chromium/test_expectations.txt: Skipped, QuickTime reference movies not supported.
9337         * platform/gtk/Skipped: Ditto.
9339 2011-05-15  Sheriff Bot  <webkit.review.bot@gmail.com>
9341         Unreviewed, rolling out r86504.
9342         http://trac.webkit.org/changeset/86504
9343         https://bugs.webkit.org/show_bug.cgi?id=60853
9345         "Broke Qt EventSender in editing/selection tests" (Requested
9346         by mwenge on #webkit).
9348         * platform/qt/Skipped:
9349         * platform/qt/http/tests/plugins/plugin-document-has-focus-expected.txt: Removed.
9351 2011-05-12  Robert Hogan  <robert@webkit.org>
9353         Reviewed by Benjamin Poulain.
9355         [Qt] fix http/tests/plugins/plugin-document-has-focus.html
9357         For some reason the platform-independent expected result has
9358         no newline at the end of the file. The unix test plugin also
9359         reports the event from a different line. These are harmless
9360         differences, so create platform-specific result.
9362         Note that nearly every platform skips this test at the moment.
9364         https://bugs.webkit.org/show_bug.cgi?id=60722
9366         * platform/qt/Skipped:
9367         * platform/qt/http/tests/plugins/plugin-document-has-focus-expected.txt: Added.
9369 2011-05-14  Abhishek Arya  <inferno@chromium.org>
9371         Reviewed by Dan Bernstein.
9373         Tests that we do not crash when trying to parse an invalid font family
9374         value of 'inherit' or 'initial' in a font face rule.
9375         https://bugs.webkit.org/show_bug.cgi?id=60837
9377         * fast/css/invalid-font-family-in-font-face-crash-expected.txt: Added.
9378         * fast/css/invalid-font-family-in-font-face-crash.html: Added.
9380 2011-05-14  Andrew Wilson  <atwilson@chromium.org>
9382         Unreviewed chromium expectations change.
9384         * platform/chromium/test_expectations.txt:
9386 2011-05-14  Anders Carlsson  <andersca@apple.com>
9388         
9389         * platform/qt/Skipped:
9390         Add plugins/get-url-notify-with-url-that-fails-to-load.html to the skipped list.
9392 2011-05-14  Jeremy Noble  <jer.noble@apple.com>
9394         Reviewed by Darin Adler.
9396         Exiting full screen causes <video> element inline controls to become visible
9397         https://bugs.webkit.org/show_bug.cgi?id=60142
9399         * fullscreen/video-controls-override-expected.txt: Added.
9400         * fullscreen/video-controls-override.html: Added.
9402 2011-05-14  Anders Carlsson  <andersca@apple.com>
9404         Reviewed by Kevin Decker.
9406         NPP_URLNotify is not called if a URL passed to NPN_GetURLNotify fails to load
9407         https://bugs.webkit.org/show_bug.cgi?id=60823
9408         <rdar://problem/9430386>
9410         Add test.
9412         * platform/gtk/Skipped:
9413         Add test to Skipped list since it apparently crashes.
9415         * plugins/get-url-notify-with-url-that-fails-to-load-expected.txt: Added.
9416         * plugins/get-url-notify-with-url-that-fails-to-load.html: Added.
9418 2011-05-14  Csaba Osztrogonác  <ossy@webkit.org>
9420         [Qt]fast/events/remove-target-in-mouseup* tests fail
9421         https://bugs.webkit.org/show_bug.cgi?id=60833
9423         [Qt][GTK] plugins/get-url-with-javascript-url.html fails
9424         https://bugs.webkit.org/show_bug.cgi?id=60834
9426         * platform/qt/Skipped: Add failing tests.
9428 2011-05-14  Sheriff Bot  <webkit.review.bot@gmail.com>
9430         Unreviewed, rolling out r86476.
9431         http://trac.webkit.org/changeset/86476
9432         https://bugs.webkit.org/show_bug.cgi?id=60832
9434         It made plugins/get-url-notify-with-url-that-fails-to-
9435         load.html crash on GTK (Requested by Ossy on #webkit).
9437         * plugins/get-url-notify-with-url-that-fails-to-load-expected.txt: Removed.
9438         * plugins/get-url-notify-with-url-that-fails-to-load.html: Removed.
9440 2011-05-13  Alexey Proskuryakov  <ap@apple.com>
9442         Reviewed by Darin Adler.
9444         HTML5 Application Cache Update Failures on Page Refresh
9445         https://bugs.webkit.org/show_bug.cgi?id=60598
9446         <rdar://problem/9418639>
9448         * http/tests/appcache/interrupted-update-expected.txt: Added.
9449         * http/tests/appcache/interrupted-update.html: Added.
9450         * http/tests/appcache/resources/interrupted-update.manifest: Added.
9452         * http/tests/appcache/main-resource-redirect.html:
9453         * http/tests/appcache/non-html.xhtml:
9454         Now that we dispatch an error even when aborting a load due to navigation, error event
9455         handler was getting called after notifyDone().
9457 2011-05-13  Anders Carlsson  <andersca@apple.com>
9459         Reviewed by Sam Weinig.
9461         NPP_URLNotify is not called if a URL passed to NPN_GetURLNotify fails to load
9462         https://bugs.webkit.org/show_bug.cgi?id=60823
9463         <rdar://problem/9430386>
9465         Add test.
9467         * plugins/get-url-notify-with-url-that-fails-to-load-expected.txt: Added.
9468         * plugins/get-url-notify-with-url-that-fails-to-load.html: Added.
9470 2011-05-13  Andrew Wilson  <atwilson@chromium.org>
9472         Disable failing test on chromium. Unreviewed.
9474         * platform/chromium/test_expectations.txt:
9476 2011-05-13  Daniel Cheng  <dcheng@chromium.org>
9478         Reviewed by Tony Chang.
9480         Improve drag start logic
9481         https://bugs.webkit.org/show_bug.cgi?id=59409
9483         Add a new test to test drag start edge cases on Mac (because of a non-zero text drag delay)
9484         as well as rebase an existing test.
9486         * fast/css/user-drag-none.html: Text nodes are no longer draggable.
9487         * platform/mac/editing/pasteboard/drag-selections-to-contenteditable-expected.txt: Added.
9488         * platform/mac/editing/pasteboard/drag-selections-to-contenteditable.html: Added.
9490 2011-05-13  Anders Carlsson  <andersca@apple.com>
9492         Reviewed by Sam Weinig.
9494         NPN_GetURL with a javascript: URL doesn't send back the result in the stream
9495         https://bugs.webkit.org/show_bug.cgi?id=60810
9497         Add a test that calls NPN_GetURL on a javascript: URL and checks that it gets back the expected result.
9499         * plugins/get-url-with-javascript-url-expected.txt: Added.
9500         * plugins/get-url-with-javascript-url.html: Added.
9502 2011-05-13  Mark Pilgrim  <pilgrim@chromium.org>
9504         Reviewed by Tony Chang.
9506         Port Mozilla's IndexedDB tests: remove objectstore
9507         https://bugs.webkit.org/show_bug.cgi?id=60768
9509         This test creates an objectstore, populates it with 100 records,
9510         deletes the objectstore, and checks that the objectStoreNames array
9511         is updated properly at each step.
9513         * storage/indexeddb/mozilla/remove-objectstore-expected.txt: Added.
9514         * storage/indexeddb/mozilla/remove-objectstore.html: Added.
9516 2011-05-13  Sheriff Bot  <webkit.review.bot@gmail.com>
9518         Unreviewed, rolling out r86447.
9519         http://trac.webkit.org/changeset/86447
9520         https://bugs.webkit.org/show_bug.cgi?id=60809
9522         "Broke some uses of EventSender object on Qt" (Requested by
9523         mwenge on #webkit).
9525         * platform/qt/Skipped:
9526         * platform/qt/http/tests/plugins/plugin-document-has-focus-expected.txt: Removed.
9528 2011-05-13  Adam Barth  <abarth@webkit.org>
9530         Reviewed by Eric Seidel.
9532         iframe sandbox doesn't properly block popups
9533         https://bugs.webkit.org/show_bug.cgi?id=60784
9535         Test that we block popup windows from inside sandbox.
9537         * http/tests/security/no-popup-from-sandbox-expected.txt: Added.
9538         * http/tests/security/no-popup-from-sandbox-top-expected.txt: Added.
9539         * http/tests/security/no-popup-from-sandbox-top.html: Added.
9540         * http/tests/security/no-popup-from-sandbox.html: Added.
9542 2011-05-13  Ryosuke Niwa  <rniwa@webkit.org>
9544         Reviewed by Darin Adler.
9546         click event shouldn't fire when the target is ever removed in mouseup
9547         https://bugs.webkit.org/show_bug.cgi?id=60600
9549         Added tests to ensure WebKit does not fire click event when the target node
9550         is removed in mouseup event.
9552         * fast/events/remove-target-in-mouseup-deep-expected.txt: Added.
9553         * fast/events/remove-target-in-mouseup-deep.html: Added.
9554         * fast/events/remove-target-in-mouseup-expected.txt: Added.
9555         * fast/events/remove-target-in-mouseup-insertback-expected.txt: Added.
9556         * fast/events/remove-target-in-mouseup-insertback.html: Added.
9557         * fast/events/remove-target-in-mouseup-twice-expected.txt: Added.
9558         * fast/events/remove-target-in-mouseup-twice.html: Added.
9559         * fast/events/remove-target-in-mouseup.html: Added.
9561 2011-05-13  Adam Barth  <abarth@webkit.org>
9563         Reviewed by Eric Seidel.
9565         indexedDB is visible inside iframe sandbox
9566         https://bugs.webkit.org/show_bug.cgi?id=60785
9568         * http/tests/security/no-indexeddb-from-sandbox-expected.txt: Added.
9569         * http/tests/security/no-indexeddb-from-sandbox.html: Added.
9571 2011-05-13  Mark Pilgrim  <pilgrim@chromium.org>
9573         Reviewed by Tony Chang.
9575         Port Mozilla's IndexedDB tests: indexes with keys and key ranges
9576         https://bugs.webkit.org/show_bug.cgi?id=60733
9578         This megatest creates an object store with several rows of data,
9579         creates indexes on each key, then iterates each index in a variety
9580         of ways (keys, key ranges, etc).
9582         * storage/indexeddb/mozilla/indexes-expected.txt: Added.
9583         * storage/indexeddb/mozilla/indexes.html: Added.
9585 2011-05-13  Nat Duca  <nduca@chromium.org>
9587         Reviewed by James Robinson.
9589         [chromium] compositing tests are failing
9590         https://bugs.webkit.org/show_bug.cgi?id=60738
9592         Remove supression for previously failing compositor tests.
9594         * platform/chromium/test_expectations.txt:
9596 2011-05-13  Andrew Wilson  <atwilson@chromium.org>
9598         Removed chromium border-fit-lines.html suppression as it seems to pass now. Unreviewed.
9601         * platform/chromium/test_expectations.txt:
9603 2011-05-13  Andrew Wilson  <atwilson@chromium.org>
9605         Suppress crasher in chromium. Unreviewed.
9607         * platform/chromium/test_expectations.txt:
9609 2011-05-13  Abhishek Arya  <inferno@chromium.org>
9611         Reviewed by Dave Hyatt.
9613         Tests that we do not crash when trying to access a deleted float.
9614         https://bugs.webkit.org/show_bug.cgi?id=60780
9616         * fast/block/float/float-not-removed-crash-expected.txt: Added.
9617         * fast/block/float/float-not-removed-crash.html: Added.
9619 2011-05-13  Robert Hogan  <robert@webkit.org>
9621         Reviewed by Benjamin Poulain.
9623         [Qt] fix http/tests/plugins/plugin-document-has-focus.html
9625         For some reason the platform-independent expected result has
9626         no newline at the end of the file. The unix test plugin also
9627         reports the event from a different line. These are harmless
9628         differences, so create platform-specific result.
9630         Note that nearly every platform skips this test at the moment.
9632         https://bugs.webkit.org/show_bug.cgi?id=60722
9634         * platform/qt/Skipped:
9635         * platform/qt/http/tests/plugins/plugin-document-has-focus-expected.txt: Added.
9637 2011-05-05  Pavel Podivilov  <podivilov@chromium.org>
9639         Reviewed by Yury Semikhatsky.
9641         Web Inspector: fix source mapping for formatted scripts.
9642         https://bugs.webkit.org/show_bug.cgi?id=60263
9644         * inspector/debugger/resources/obfuscated.js:
9645         (formatted1):
9646         (formatted2):
9647         * inspector/debugger/script-formatter.html:
9649 2011-05-13  Adam Roben  <aroben@apple.com>
9651         Add a test for windowed plugins inside iframes inside scrolled overflow areas
9653         Part of the test for <http://webkit.org/b/60194> <rdar://problem/9383760> REGRESSION
9654         (r79167): Windowed plugins in Google Reader don't move when the article list is scrolled
9656         Reviewed by Dan Bernstein.
9658         * platform/win/plugins/iframe-inside-overflow-expected.txt: Added.
9659         * platform/win/plugins/iframe-inside-overflow.html: Added.
9660         (loaded): Scrolls the div and tells the plugin to start its test (which will cause its
9661         window rect to be logged).
9662         * platform/win/plugins/resources/dump-window-rect-iframe.html: Added.
9664 2011-05-02  Robert Hogan  <robert@webkit.org>
9666         Reviewed by Eric Seidel.
9668         Make fast/dom/object-embed-plugin-scripting.html compatible with non-Mac ports
9670         https://bugs.webkit.org/show_bug.cgi?id=59930
9672         * fast/dom/resources/articles.m4a: Removed.
9673         * platform/chromium/test_expectations.txt: Unskip object-embed-plugin-scripting.html on Linux
9674         * platform/qt/Skipped: Unskip object-embed-plugin-scripting.html
9675         * plugins/object-embed-plugin-scripting-expected.txt: Renamed from LayoutTests/fast/dom/object-embed-plugin-scripting-expected.txt.
9676         * plugins/object-embed-plugin-scripting.html: Renamed from LayoutTests/fast/dom/object-embed-plugin-scripting.html.
9677         * plugins/resources/apple.gif: Added.
9679 2011-05-13  Steve VanDeBogart  <vandebo@chromium.org>
9681         Unreviewed.
9683         Update expectations for GPU tests that use shadows after fix (Skia rev 1297).
9684         https://bugs.webkit.org/show_bug.cgi?id=60742
9686         * platform/chromium/test_expectations.txt:
9688 2011-05-13  Csaba Osztrogonác  <ossy@webkit.org>
9690         [Qt] Unreviewed fix after r86357, r86374, r86376. Skip failing tests.
9692         * platform/qt-wk2/Skipped: Add 4 failing tests.
9695 2011-05-13  Csaba Osztrogonác  <ossy@webkit.org>
9697         [Qt] Unreviewed fix after r86357, r86374, r86376. Skip failing tests.
9699         * platform/qt-wk2/Skipped:
9701 2011-05-13  Csaba Osztrogonác  <ossy@webkit.org>
9703         [Qt] Unreviewed fix after r86357, r86374, r86376. Skip failing tests.
9705         * platform/qt-arm/Skipped:
9706         * platform/qt-mac/Skipped:
9708 2011-05-12  Anton Muhin  <antonnm@chromium.org>
9710         Unreviewed.
9712         Rebaselining tests under r86417.
9714 2011-05-05  Hans Wennborg  <hans@chromium.org>
9716         Reviewed by Steve Block.
9718         IndexedDB: Transaction rollback prevented by open SQLite statement
9719         https://bugs.webkit.org/show_bug.cgi?id=60032
9721         Add test for veryfing that transaction roll-back works, even with a
9722         previously opened cursor still around.
9724         * storage/indexeddb/transaction-rollback-expected.txt: Added.
9725         * storage/indexeddb/transaction-rollback.html: Added.
9727 2011-05-13  Sergio Villar Senin  <svillar@igalia.com>
9729         Unreviewed, new GTK+ test expectations after r86352.
9731         * platform/gtk/svg/custom/stroke-opacity-update-expected.png: Added.
9732         * platform/gtk/svg/custom/stroke-opacity-update-expected.txt: Added.
9734 2011-05-13  Sergio Villar Senin  <svillar@igalia.com>
9736         Unreviewed, new GTK+ test expectations.
9738         * platform/gtk/fast/borders/outline-alpha-block-expected.png:
9739         * platform/gtk/fast/borders/outline-alpha-block-expected.txt:
9740         * platform/gtk/fast/borders/outline-alpha-inline-expected.png:
9741         * platform/gtk/fast/borders/outline-alpha-inline-expected.txt:
9742         * platform/gtk/svg/custom/fill-opacity-update-expected.png:
9743         * platform/gtk/svg/custom/fill-opacity-update-expected.txt:
9745 2011-05-13  Alexey Proskuryakov  <ap@apple.com>
9747         Unreviewed test changes.
9749         Web Inspector: Show Error Messages for Application Cache Errors
9750         https://bugs.webkit.org/show_bug.cgi?id=41642
9752         * http/tests/appcache/404-resource-expected.txt:
9753         * http/tests/appcache/manifest-redirect-expected.txt:
9754         * http/tests/appcache/origin-quota-expected.txt:
9755         * http/tests/appcache/resource-redirect-2-expected.txt:
9756         * http/tests/appcache/resource-redirect-expected.txt:
9757         * http/tests/appcache/wrong-content-type-expected.txt:
9758         * http/tests/appcache/wrong-signature-2-expected.txt:
9759         * http/tests/appcache/wrong-signature-expected.txt:
9761 2011-05-12  Ben Wells  <benwells@chromium.org>
9763         Reviewed by Simon Fraser.
9765         RGBA colors in outlines show overpainting at the corners
9766         https://bugs.webkit.org/show_bug.cgi?id=58999
9768         Converted the new tests to be text tests with pixel results
9769         (using dumpAsText(true)).
9770         Updated test_expectations comments to be more helpful and accurate and split
9771         new expectations into two groups for skia / chromium-mac as chromium-mac can be
9772         rebaselined now.
9774         * fast/borders/outline-alpha-block-expected.txt: Added.
9775         * fast/borders/outline-alpha-block.html:
9776         * fast/borders/outline-alpha-inline-expected.txt: Added.
9777         * fast/borders/outline-alpha-inline.html:
9778         * platform/chromium/test_expectations.txt:
9779         * platform/mac/fast/borders/outline-alpha-block-expected.txt: Removed.
9780         * platform/mac/fast/borders/outline-alpha-inline-expected.txt: Removed.
9782 2011-05-12  David Grogan  <dgrogan@chromium.org>
9784         Reviewed by Darin Adler.
9786         make layout tests in storage/domstorage/events more deterministic
9787         https://bugs.webkit.org/show_bug.cgi?id=60299
9789         Instead of counting the number of storage events fired between two
9790         setTimeout(0) events, specify the number of events to wait for and wait up to
9791         1 second for them.
9793         * storage/domstorage/events/resources/eventTestHarness.js:
9794         (runAfterNStorageEvents):
9795         (countStorageEvents.onTimeout):
9796         (countStorageEvents):
9797         (testStorages.allDone):
9798         * storage/domstorage/events/script-tests/basic-body-attribute.js:
9799         (step1):
9800         (step2):
9801         (step3):
9802         (step4):
9803         (step5):
9804         * storage/domstorage/events/script-tests/basic-setattribute.js:
9805         (step1):
9806         (step2):
9807         (step3):
9808         (step4):
9809         (step5):
9810         * storage/domstorage/events/script-tests/basic.js:
9811         (test):
9812         (step1):
9813         (step2):
9814         (step3):
9815         (step4):
9816         (step5):
9817         * storage/domstorage/events/script-tests/case-sensitive.js:
9818         (test):
9819         (step1):
9820         (step2):
9821         * storage/domstorage/events/script-tests/documentURI.js:
9822         (test):
9823         (step1):
9824         (step2):
9826 2011-05-12  Andrew Wilson  <atwilson@chromium.org>
9828         Unreviewed expectations tweaks for chromium.
9830         * platform/chromium/test_expectations.txt:
9832 2011-05-12  Kent Tamura  <tkent@chromium.org>
9834         [Chromium] Update test expectations for r86224.
9836         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
9837         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
9838         * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png:
9839         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png: Removed.
9840         * platform/chromium-win-vista/fast/forms/validation-message-appearance-expected.png: Added.
9841         * platform/chromium-win-vista/fast/forms/validation-message-appearance-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt.
9842         * platform/chromium/test_expectations.txt:
9844 2011-05-12  Daniel Bates  <dbates@rim.com>
9846         Reviewed by Adele Peterson.
9848         Frame's noResize attribute can not be set by JavaScript
9849         https://bugs.webkit.org/show_bug.cgi?id=14845
9851         Tests that frame resizing is allowed and disallowed depending on the value of the noResize property.
9853         Also, tests to ensure that frame resizing is allowed and disallowed when programmatically
9854         removing and adding the noresize attribute, respectively.
9856         * fast/frames/frame-inherit-noresize-from-frameset-expected.txt: Added.
9857         * fast/frames/frame-inherit-noresize-from-frameset.html: Added. See <https://bugs.webkit.org/show_bug.cgi?id=57604>.
9858         * fast/frames/frame-programmatic-noresize-expected.txt: Added.
9859         * fast/frames/frame-programmatic-noresize.html: Added.
9860         * fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize-expected.txt: Added.
9861         * fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html: Added.
9862         * fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false-expected.txt: Added.
9863         * fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false.html: Added.
9864         * fast/frames/resources/frame-programmatic-resize.js: Added.
9865         (setTestFrameById):
9866         (deltaWidth):
9867         (shouldAllowFrameResize):
9868         (shouldDisallowFrameResize):
9869         (shouldDisallowFrameResizeAfterProcessingFrame):
9870         (shouldAllowFrameResizeAfterProcessingFrame):
9871         (checkTestFrameWidthEquals):
9872         (resizeTestFrameBy):
9873         (log):
9874         (description):
9876 2011-05-12  Dan Bernstein  <mitz@apple.com>
9878         Reviewed by Sam Weinig.
9880         Updated results for <rdar://problem/9427336> WebFindOptionsAtWordStarts still fails with some Japanese words
9881         https://bugs.webkit.org/show_bug.cgi?id=60730
9883         * editing/text-iterator/findString-expected.txt:
9884         * editing/text-iterator/findString.html:
9886 2011-05-12  Daniel Bates  <dbates@rim.com>
9888         Reviewed by Kenneth Rohde Christiansen.
9890         [Qt] fast/events/fire-mousedown-while-pressing-mouse-button.html failing
9891         https://bugs.webkit.org/show_bug.cgi?id=58863
9893         Remove test case fast/events/fire-mousedown-while-pressing-mouse-button.html
9894         from the Skipped list since it now passes.
9896         * platform/qt/Skipped:
9898 2011-05-12  Chang Shu  <cshu@webkit.org>
9900         Reviewed by Csaba Osztrogonác.
9902         [Qt] Rebaseline editing/execCommand tests that are working
9903         https://bugs.webkit.org/show_bug.cgi?id=60717
9905         Also based on digging of Zsolt Fehér.
9907         * platform/qt/Skipped:
9908         * platform/qt/editing/execCommand/4580583-1-expected.png: Added.
9909         * platform/qt/editing/execCommand/4580583-1-expected.txt:
9910         * platform/qt/editing/execCommand/4580583-2-expected.png: Added.
9911         * platform/qt/editing/execCommand/4580583-2-expected.txt:
9912         * platform/qt/editing/execCommand/4641880-1-expected.png: Added.
9913         * platform/qt/editing/execCommand/4641880-1-expected.txt:
9914         * platform/qt/editing/execCommand/4641880-2-expected.png: Added.
9915         * platform/qt/editing/execCommand/4641880-2-expected.txt:
9916         * platform/qt/editing/execCommand/4747450-expected.png: Added.
9917         * platform/qt/editing/execCommand/4747450-expected.txt:
9918         * platform/qt/editing/execCommand/4786404-1-expected.png: Added.
9919         * platform/qt/editing/execCommand/4786404-2-expected.png: Added.
9920         * platform/qt/editing/execCommand/4916402-expected.png: Added.
9921         * platform/qt/editing/execCommand/4916402-expected.txt:
9922         * platform/qt/editing/execCommand/4916541-expected.png: Added.
9923         * platform/qt/editing/execCommand/4916541-expected.txt:
9924         * platform/qt/editing/execCommand/4924441-expected.png: Added.
9925         * platform/qt/editing/execCommand/4924441-expected.txt:
9926         * platform/qt/editing/execCommand/5049671-expected.png: Added.
9927         * platform/qt/editing/execCommand/5062376-expected.png: Added.
9928         * platform/qt/editing/execCommand/5062376-expected.txt:
9929         * platform/qt/editing/execCommand/5080333-1-expected.png: Added.
9930         * platform/qt/editing/execCommand/5080333-1-expected.txt:
9931         * platform/qt/editing/execCommand/5080333-2-expected.png: Added.
9932         * platform/qt/editing/execCommand/5080333-2-expected.txt:
9933         * platform/qt/editing/execCommand/5136770-expected.png: Added.
9934         * platform/qt/editing/execCommand/5136770-expected.txt:
9935         * platform/qt/editing/execCommand/5138441-expected.png: Added.
9936         * platform/qt/editing/execCommand/5138441-expected.txt:
9937         * platform/qt/editing/execCommand/5142012-1-expected.png: Added.
9938         * platform/qt/editing/execCommand/5142012-1-expected.txt:
9939         * platform/qt/editing/execCommand/5142012-2-expected.png: Added.
9940         * platform/qt/editing/execCommand/5142012-2-expected.txt:
9941         * platform/qt/editing/execCommand/5190926-expected.png: Added.
9942         * platform/qt/editing/execCommand/5190926-expected.txt:
9943         * platform/qt/editing/execCommand/5481523-expected.png: Added.
9944         * platform/qt/editing/execCommand/5481523-expected.txt: Added.
9945         * platform/qt/editing/execCommand/5482023-expected.png: Added.
9946         * platform/qt/editing/execCommand/5482023-expected.txt: Added.
9947         * platform/qt/editing/execCommand/5569741-expected.png: Added.
9948         * platform/qt/editing/execCommand/5569741-expected.txt: Added.
9949         * platform/qt/editing/execCommand/create-list-with-hr-expected.png: Added.
9950         * platform/qt/editing/execCommand/create-list-with-hr-expected.txt:
9951         * platform/qt/editing/execCommand/find-after-replace-expected.png: Added.
9952         * platform/qt/editing/execCommand/find-after-replace-expected.txt:
9953         * platform/qt/editing/execCommand/findString-2-expected.png: Added.
9954         * platform/qt/editing/execCommand/findString-2-expected.txt:
9955         * platform/qt/editing/execCommand/findString-expected.png: Added.
9956         * platform/qt/editing/execCommand/findString-expected.txt:
9957         * platform/qt/editing/execCommand/format-block-with-trailing-br-expected.png: Added.
9958         * platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt:
9959         * platform/qt/editing/execCommand/indent-empty-root-expected.png: Added.
9960         * platform/qt/editing/execCommand/indent-empty-root-expected.txt:
9961         * platform/qt/editing/execCommand/indent-list-item-expected.png: Added.
9962         * platform/qt/editing/execCommand/indent-list-item-expected.txt:
9963         * platform/qt/editing/execCommand/indent-selection-expected.png: Added.
9964         * platform/qt/editing/execCommand/indent-selection-expected.txt:
9965         * platform/qt/editing/execCommand/insert-list-and-stitch-expected.png: Added.
9966         * platform/qt/editing/execCommand/insert-list-and-stitch-expected.txt:
9967         * platform/qt/editing/execCommand/insert-list-with-id-expected.png: Added.
9968         * platform/qt/editing/execCommand/insert-list-with-id-expected.txt:
9969         * platform/qt/editing/execCommand/insertHorizontalRule-expected.png: Added.
9970         * platform/qt/editing/execCommand/insertHorizontalRule-expected.txt:
9971         * platform/qt/editing/execCommand/insertImage-expected.png: Added.
9972         * platform/qt/editing/execCommand/insertImage-expected.txt:
9973         * platform/qt/editing/execCommand/nsresponder-indent-expected.png: Added.
9974         * platform/qt/editing/execCommand/nsresponder-indent-expected.txt: Added.
9975         * platform/qt/editing/execCommand/nsresponder-outdent-expected.png: Added.
9976         * platform/qt/editing/execCommand/nsresponder-outdent-expected.txt: Added.
9977         * platform/qt/editing/execCommand/outdent-blockquote-test1-expected.png: Added.
9978         * platform/qt/editing/execCommand/outdent-blockquote-test1-expected.txt: Added.
9979         * platform/qt/editing/execCommand/outdent-blockquote-test2-expected.png: Added.
9980         * platform/qt/editing/execCommand/outdent-blockquote-test2-expected.txt: Added.
9981         * platform/qt/editing/execCommand/outdent-blockquote-test3-expected.png: Added.
9982         * platform/qt/editing/execCommand/outdent-blockquote-test3-expected.txt: Added.
9983         * platform/qt/editing/execCommand/outdent-blockquote-test4-expected.png: Added.
9984         * platform/qt/editing/execCommand/outdent-blockquote-test4-expected.txt: Added.
9985         * platform/qt/editing/execCommand/outdent-selection-expected.png: Added.
9986         * platform/qt/editing/execCommand/outdent-selection-expected.txt:
9987         * platform/qt/editing/execCommand/paste-1-expected.png: Added.
9988         * platform/qt/editing/execCommand/paste-1-expected.txt:
9989         * platform/qt/editing/execCommand/paste-2-expected.png: Added.
9990         * platform/qt/editing/execCommand/paste-2-expected.txt:
9991         * platform/qt/editing/execCommand/print-expected.png: Added.
9992         * platform/qt/editing/execCommand/print-expected.txt:
9993         * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.png: Added.
9994         * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.txt:
9995         * platform/qt/editing/execCommand/remove-list-item-1-expected.png: Added.
9996         * platform/qt/editing/execCommand/remove-list-item-1-expected.txt:
9997         * platform/qt/editing/execCommand/selectAll-expected.png: Added.
9998         * platform/qt/editing/execCommand/selectAll-expected.txt:
10000 2011-05-12  Chang Shu  <cshu@webkit.org>
10002         Reviewed by Csaba Osztrogonác.
10004         [Qt] Rebaseline editing/pasteboard tests that are working
10005         https://bugs.webkit.org/show_bug.cgi?id=60707
10007         * platform/qt/Skipped:
10008         * platform/qt/editing/pasteboard/4076267-2-expected.png: Added.
10009         * platform/qt/editing/pasteboard/4076267-2-expected.txt: Added.
10010         * platform/qt/editing/pasteboard/4076267-expected.png: Added.
10011         * platform/qt/editing/pasteboard/4076267-expected.txt: Added.
10012         * platform/qt/editing/pasteboard/4806874-expected.png: Added.
10013         * platform/qt/editing/pasteboard/4806874-expected.txt:
10014         * platform/qt/editing/pasteboard/5387578-expected.png: Added.
10015         * platform/qt/editing/pasteboard/5387578-expected.txt:
10016         * platform/qt/editing/pasteboard/bad-placeholder-expected.png: Added.
10017         * platform/qt/editing/pasteboard/bad-placeholder-expected.txt:
10018         * platform/qt/editing/pasteboard/block-wrappers-necessary-expected.png: Added.
10019         * platform/qt/editing/pasteboard/block-wrappers-necessary-expected.txt:
10020         * platform/qt/editing/pasteboard/input-field-1-expected.png: Added.
10021         * platform/qt/editing/pasteboard/input-field-1-expected.txt:
10022         * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.png: Added.
10023         * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
10024         * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.png: Added.
10025         * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt:
10026         * platform/qt/editing/pasteboard/paste-text-008-expected.png: Added.
10027         * platform/qt/editing/pasteboard/paste-text-008-expected.txt: Added.
10028         * platform/qt/editing/pasteboard/smart-paste-008-expected.png: Added.
10029         * platform/qt/editing/pasteboard/smart-paste-008-expected.txt: Added.
10031 2011-05-12  Andrew Wilson  <atwilson@chromium.org>
10033         Unreviewed expectations update for Chromium.
10035         * platform/chromium/test_expectations.txt:
10037 2011-05-12  Andrew Wilson  <atwilson@chromium.org>
10039         Unreviewed expectations update for Chromium.
10041         * platform/chromium/test_expectations.txt:
10043 2011-05-12  Andrew Wilson  <atwilson@chromium.org>
10045         Unreviewed expectations update for Chromium.
10047         * platform/chromium/test_expectations.txt:
10049 2011-05-12  Andrew Wilson  <atwilson@chromium.org>
10051         Unreviewed expectations update for Chromium.
10053         * platform/chromium/test_expectations.txt:
10055 2011-05-12  Andrew Wilson  <atwilson@chromium.org>
10057         Unreviewed expectations update for chromium.
10059         * platform/chromium/test_expectations.txt:
10061 2011-05-12  Adam Barth  <abarth@webkit.org>
10063         Reviewed by Darin Adler.
10065         REGRESSION (r65868): createContextualFragment does not work with <style>
10066         https://bugs.webkit.org/show_bug.cgi?id=60155
10068         These test results match Firefox.
10070         * fast/parser/style-in-create-contextual-fragment-expected.txt: Added.
10071         * fast/parser/style-in-create-contextual-fragment-head-expected.txt: Added.
10072         * fast/parser/style-in-create-contextual-fragment-head.html: Added.
10073         * fast/parser/style-in-create-contextual-fragment.html: Added.
10075 2011-05-12  David Grogan  <dgrogan@chromium.org>
10077         Reviewed by Nate Chapin.
10079         IndexedDB: fix up database-quota.html layout test
10080         https://bugs.webkit.org/show_bug.cgi?id=60519
10082         Remove commitAndContinue idiom; translate some missed instances of
10083         event.code to event.target.errorCode from bug 54331
10085         * storage/indexeddb/database-quota-expected.txt:
10086         * storage/indexeddb/database-quota.html:
10088 2011-05-12  Ryosuke Niwa  <rniwa@webkit.org>
10090         Reviewed by Darin Adler.
10092         WebKit inserts base, link, meta, style, and title elements into an editable region
10093         when pasting table cells from Excel
10094         https://bugs.webkit.org/show_bug.cgi?id=60644
10096         Added a test to ensure WebKit strips the said elements prior to inserting HTML.
10098         * editing/pasteboard/paste-head-contents-expected.txt: Added.
10099         * editing/pasteboard/paste-head-contents.html: Added.
10101 2011-05-08 Abhishek Arya <inferno@chromium.org> and Carol Szabo  <carol@webkit.org>
10103         Reviewed by David Hyatt.
10105         Fix reparenting and destruction of counter nodes.
10106         https://bugs.webkit.org/show_bug.cgi?id=57929
10108         * fast/css/counters/element-removal-crash-expected.txt: Added.
10109         * fast/css/counters/element-removal-crash.xhtml: Added.
10111 2011-05-12  Chang Shu  <cshu@webkit.org>
10113         Reviewed by Darin Adler.
10115         Rebaseline editing/inserting tests that work
10116         https://bugs.webkit.org/show_bug.cgi?id=60702
10118         * platform/qt/Skipped:
10119         * platform/qt/editing/inserting/4278698-expected.png: Added.
10120         * platform/qt/editing/inserting/4278698-expected.txt:
10121         * platform/qt/editing/inserting/editable-html-element-expected.png: Added.
10122         * platform/qt/editing/inserting/editable-html-element-expected.txt:
10123         * platform/qt/editing/inserting/editing-empty-divs-expected.png: Added.
10124         * platform/qt/editing/inserting/editing-empty-divs-expected.txt:
10125         * platform/qt/editing/inserting/insert-div-023-expected.png: Added.
10126         * platform/qt/editing/inserting/insert-div-023-expected.txt:
10127         * platform/qt/editing/inserting/multiple-lines-selected-expected.png: Added.
10128         * platform/qt/editing/inserting/multiple-lines-selected-expected.txt: Added.
10130 2011-05-12  Rob Buis  <rwlbuis@gmail.com>
10132         Reviewed by Darin Adler.
10134         REGRESSION(79985): Changes in fill-opacity should trigger repaint but don't
10135         https://bugs.webkit.org/show_bug.cgi?id=59941
10137         Improve test to not need a click. Offer a stroke-opacity variant as well.
10139         * platform/mac/svg/custom/fill-opacity-update-expected.png:
10140         * platform/mac/svg/custom/fill-opacity-update-expected.txt:
10141         * platform/mac/svg/custom/stroke-opacity-update-expected.png: Added.
10142         * platform/mac/svg/custom/stroke-opacity-update-expected.txt: Added.
10143         * svg/custom/fill-opacity-update.svg:
10144         * svg/custom/stroke-opacity-update.svg: Added.
10146 2011-05-12  Simon Fraser  <simon.fraser@apple.com>
10148         Reviewed by Dan Bernstein.
10150         Mismatched multiple box-shadows do not transition as expected
10151         https://bugs.webkit.org/show_bug.cgi?id=60137
10152         
10153         New test for animating between mismatched lists of shadows.
10154         Update the test and result for multiple-shadow-transition.html,
10155         as this change fixes its behavior.
10157         * transitions/mismatched-shadow-transitions-expected.txt: Added.
10158         * transitions/mismatched-shadow-transitions.html: Added.
10159         * transitions/multiple-shadow-transitions-expected.txt:
10160         * transitions/multiple-shadow-transitions.html:
10162 2011-05-12  Anton Muhin  <antonnm@chromium.org>
10164         Unreviewed.
10166         Chromium expectations.
10168         * platform/chromium/test_expectations.txt:
10170 2011-05-12  Anton Muhin  <antonnm@chromium.org>
10172         Unreviewed.
10174         Chromium expectations.
10176         * platform/chromium/test_expectations.txt:
10178 2011-05-12  Anton Muhin  <antonnm@chromium.org>
10180         Unreviewed.
10182         Fixed typo.
10184         * platform/chromium/test_expectations.txt:
10186 2011-05-12  Anton Muhin  <antonnm@chromium.org>
10188         Unreviewed.
10190         Chromium expectations.
10192         * platform/chromium/test_expectations.txt:
10194 2011-05-12  Philippe Normand  <pnormand@igalia.com>
10196         Unreviewed, GTK baselines for new tests.
10198         * platform/gtk/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png: Added.
10199         * platform/gtk/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt: Added.
10200         * platform/gtk/fast/borders/outline-alpha-block-expected.png: Added.
10201         * platform/gtk/fast/borders/outline-alpha-block-expected.txt: Added.
10202         * platform/gtk/fast/borders/outline-alpha-inline-expected.png: Added.
10203         * platform/gtk/fast/borders/outline-alpha-inline-expected.txt: Added.
10204         * platform/gtk/fast/inline/nested-top-alignment-expected.png: Added.
10205         * platform/gtk/fast/inline/nested-top-alignment-expected.txt: Added.
10206         * platform/gtk/scrollbars/scrollbars-on-positioned-content-expected.png: Added.
10207         * platform/gtk/scrollbars/scrollbars-on-positioned-content-expected.txt: Added.
10208         * platform/gtk/svg/custom/fill-opacity-update-expected.png: Added.
10209         * platform/gtk/svg/custom/fill-opacity-update-expected.txt: Added.
10211 2011-05-12  Anton Muhin  <antonnm@chromium.org>
10213         Unreviewed.
10215         Chromium GPU suppressions.
10217         * platform/chromium/test_expectations.txt:
10219 2011-05-12  Adam Roben  <aroben@apple.com>
10221         Update Windows results after r86315
10223         * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
10224         * platform/win/fast/dom/prototype-inheritance-expected.txt:
10225         * platform/win/fast/js/global-constructors-expected.txt:
10227 2011-05-12  Rob Buis  <rwlbuis@gmail.com>
10229         Reviewed by Eric Seidel.
10231         REGRESSION(79985): Changes in fill-opacity should trigger repaint but don't
10232         https://bugs.webkit.org/show_bug.cgi?id=59941
10234         * svg/custom/fill-opacity-update.svg: Added.
10236 2011-05-10  Yury Semikhatsky  <yurys@chromium.org>
10238         Reviewed by Pavel Feldman.
10240         Web Inspector: test that eval can access scoped variables in console
10241         https://bugs.webkit.org/show_bug.cgi?id=60547
10243         * inspector/console/console-eval-scoped-expected.txt: Added.
10244         * inspector/console/console-eval-scoped.html: Added.
10246 2011-05-12  Csaba Osztrogonác  <ossy@webkit.org>
10248         Add new expected files after r86313.
10250         * platform/qt-arm/fast/transforms/transform-positioned-ancestor-expected.txt: Added.
10251         * platform/qt-arm/transforms/2d/transform-borderbox-expected.txt: Added.
10252         * platform/qt-arm/transforms/2d/transform-origin-borderbox-expected.txt: Added.
10253         * platform/qt-arm/transforms/2d/zoom-menulist-expected.txt: Added.
10254         * platform/qt-arm/transforms/no_transform_hit_testing-expected.txt: Added.
10255         * platform/qt-arm/transforms/svg-vs-css-expected.txt: Added.
10256         * platform/qt-mac/Skipped: Add plugins/get-targeted-javascript-url.html because of missing plugin.getURLNotify() implementation
10257         * platform/qt-mac/fast/transforms/transform-positioned-ancestor-expected.txt: Added.
10258         * platform/qt-mac/transforms/2d/transform-borderbox-expected.txt: Added.
10259         * platform/qt-mac/transforms/2d/transform-origin-borderbox-expected.txt: Added.
10260         * platform/qt-mac/transforms/2d/zoom-menulist-expected.txt: Added.
10261         * platform/qt-mac/transforms/no_transform_hit_testing-expected.txt: Added.
10262         * platform/qt-mac/transforms/svg-vs-css-expected.txt: Added.
10264 2011-05-12  Philippe Normand  <pnormand@igalia.com>
10266         Unreviewed, GTK rebaseline after r86307.
10268         * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
10269         * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.png:
10271 2011-05-12  Yuta Kitamura  <yutak@chromium.org>
10273         Unreviewed. Update Qt test expectations affected in r86320.
10275         * platform/qt/fast/dom/Window/window-properties-expected.txt:
10276         * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
10277         * platform/qt/fast/dom/prototype-inheritance-expected.txt:
10278         * platform/qt/fast/js/global-constructors-expected.txt:
10280 2011-05-12  Yuta Kitamura  <yutak@chromium.org>
10282         Reviewed by Kent Tamura.
10284         WebSocket add new event: CloseEvent
10285         https://bugs.webkit.org/show_bug.cgi?id=35573
10287         Original patch was written by Fumitoshi Ukai <ukai@chromium.org>.
10288         I modified the test close-event.html slightly so that it passes on Chromium.
10289         I also updated a few test results that are affected by this change.
10291         * fast/dom/Window/window-properties-expected.txt:
10292         * fast/dom/Window/window-property-descriptors-expected.txt:
10293         * fast/dom/prototype-inheritance-expected.txt:
10294         * fast/js/global-constructors-expected.txt:
10295         * http/tests/websocket/tests/close-event-expected.txt: Added.
10296         * http/tests/websocket/tests/close-event.html: Added.
10297         * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
10299 2011-05-12  Ben Wells  <benwells@chromium.org>
10301         Reviewed by Simon Fraser.
10303         RGBA colors in outlines show overpainting at the corners
10304         https://bugs.webkit.org/show_bug.cgi?id=58999
10306         * fast/borders/outline-alpha-block.html: Added.
10307         * fast/borders/outline-alpha-inline.html: Added.
10308         * platform/chromium/test_expectations.txt:
10309         * platform/mac/fast/borders/outline-alpha-block-expected.png: Added.
10310         * platform/mac/fast/borders/outline-alpha-block-expected.txt: Added.
10311         * platform/mac/fast/borders/outline-alpha-inline-expected.png: Added.
10312         * platform/mac/fast/borders/outline-alpha-inline-expected.txt: Added.
10313         * platform/mac/fast/box-shadow/box-shadow-radius-expected.png: Rebaselined as this test had rgba outlines.
10314         * platform/mac/fast/layers/self-painting-outline-expected.png: Rebaselined as this test had rgba outlines.
10316 2011-05-11  Srinivasulu Chereddy  <Srinivasulu.Chereddy@nokia.com>
10318         Reviewed by Eric Seidel.
10320         [Qt] Expected results for 6 new CSS3 transforms tests and the updated skipped list
10321         https://bugs.webkit.org/show_bug.cgi?id=60654
10323         * platform/qt/Skipped:
10324         * platform/qt/fast/transforms/transform-positioned-ancestor-expected.png: Added.
10325         * platform/qt/fast/transforms/transform-positioned-ancestor-expected.txt: Added.
10326         * platform/qt/transforms/2d/transform-borderbox-expected.png: Added.
10327         * platform/qt/transforms/2d/transform-borderbox-expected.txt: Added.
10328         * platform/qt/transforms/2d/transform-origin-borderbox-expected.png: Added.
10329         * platform/qt/transforms/2d/transform-origin-borderbox-expected.txt: Added.
10330         * platform/qt/transforms/2d/zoom-menulist-expected.png: Added.
10331         * platform/qt/transforms/2d/zoom-menulist-expected.txt: Added.
10332         * platform/qt/transforms/no_transform_hit_testing-expected.png: Added.
10333         * platform/qt/transforms/no_transform_hit_testing-expected.txt: Added.
10334         * platform/qt/transforms/svg-vs-css-expected.png: Added.
10335         * platform/qt/transforms/svg-vs-css-expected.txt: Added.
10337 2011-05-10  MORITA Hajime  <morrita@google.com>
10339         Reviewed by Kent Tamura.
10341         Crashes if the document inside iframe is removed during pasting some text into it.
10342         https://bugs.webkit.org/show_bug.cgi?id=60534
10344         * editing/pasteboard/paste-removing-iframe-expected.txt: Added.
10345         * editing/pasteboard/paste-removing-iframe.html: Added.
10346         * editing/pasteboard/resources/paste-removing-iframe-child.html: Added.
10348 2011-05-11  MORITA Hajime  <morrita@google.com>
10350         Reviewed by Kent Tamura.
10352         Some elements in meter-styles.html are hiding its content part with non-content-area.
10353         https://bugs.webkit.org/show_bug.cgi?id=58149
10354         
10355         - Resized the border and padding values
10356         - Gave "-webkit-appearance: none" to test that is intended to be painted using shadows.
10358         * fast/dom/HTMLMeterElement/meter-styles.html:
10359         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
10360         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
10361         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
10363 2011-05-11  Kent Tamura  <tkent@chromium.org>
10365         Reviewed by Dimitri Glazkov.
10367         input type=email is too strict
10368         https://bugs.webkit.org/show_bug.cgi?id=55988
10370         * fast/forms/resources/ValidityState-typeMismatch-email.js:
10371         * fast/forms/ValidityState-typeMismatch-email-expected.txt:
10373 2011-05-11  Jia Pu  <jpu@apple.com>
10375         Reviewed by Darin Adler.
10377         Autocorrection persists after deleting and retyping the same word at same location.
10378         https://bugs.webkit.org/show_bug.cgi?id=60555
10379         <rdar://problem/9373915>
10381         See WebCore/ChangeLog for detail.
10383         * platform/mac-leopard/Skipped:
10384         * platform/mac-snowleopard/Skipped:
10385         * platform/mac/editing/spelling/delete-autocorrected-word-2-expected.png: Added.
10386         * platform/mac/editing/spelling/delete-autocorrected-word-2-expected.txt: Added.
10387         * platform/mac/editing/spelling/delete-autocorrected-word-2.html: Added.
10389 2011-05-11  Kent Tamura  <tkent@chromium.org>
10391         Reviewed by Dimitri Glazkov.
10393         <input pattern="1|10" value="10"> doesn't work correctly.
10394         https://bugs.webkit.org/show_bug.cgi?id=60619
10396         Add test cases and update the result.
10398         * fast/forms/ValidityState-patternMismatch-expected.txt:
10399         * fast/forms/ValidityState-patternMismatch.html:
10401 2011-05-11  Abhishek Arya  <inferno@chromium.org>
10403         Unreviewed.
10405         More rebaselines after r86261.
10407         * platform/chromium-mac-leopard/fast/dom/HTMLInputElement/input-slider-update-expected.png: Added.
10408         * platform/chromium-mac-leopard/fast/forms/slider-padding-expected.png: Added.
10409         * platform/chromium-mac-leopard/fast/forms/slider-thumb-shared-style-expected.png:
10410         * platform/chromium-mac-leopard/fast/repaint/slider-thumb-drag-release-expected.png:
10411         * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.png:
10412         * platform/chromium-mac/fast/forms/slider-padding-expected.png: Added.
10413         * platform/chromium/test_expectations.txt:
10415 2011-05-11  Abhishek Arya  <inferno@chromium.org>
10417         Unreviewed.
10419         Rebaselines after r86261.
10421         * platform/chromium-mac/fast/forms/slider-thumb-shared-style-expected.png:
10422         * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.png:
10424 2011-05-11  Adam Roben  <aroben@apple.com>
10426         Test what happens when a plugin makes a targeted javascript: request
10428         Test for <http://webkit.org/b/60568> <rdar://problem/8610657> REGRESSION (WebKit2): Flash
10429         plugin doesn't appear on a hanes.com page
10431         Reviewed by Anders Carlsson.
10433         * plugins/get-targeted-javascript-url-expected.txt: Added.
10434         * plugins/get-targeted-javascript-url.html: Added.
10435         (startTest): Tell the plugin to make two targeted javascript: requests. One calls a function
10436         with a return value, the other calls a function with no return value.
10437         (finishTest): Check that both functions were called, and that we either didn't get an
10438         NPP_URLNotify call (like in Mozilla, WebKit1, and WebKit2), or got an NPP_URLNotify call
10439         with NPRES_DONE (like in Chrome).
10441 2011-05-11  Kenji Imasaki  <imasaki@chromium.org>
10443         Reviewed by David Levin.
10445         [Chromium] Remove non-flaky test (video-layer-crash) from
10446         the test expectation file.
10447         https://bugs.webkit.org/show_bug.cgi?id=60634
10449         * platform/chromium/test_expectations.txt:
10451 2011-05-11  Jessie Berlin  <jberlin@apple.com>
10453         [SnowLeopard WebKit2 Tests] fast/frames/flattening/frameset-flattening-subframesets.html
10454         flakey.
10455         https://bugs.webkit.org/show_bug.cgi?id=60648
10457         Add the test to the mac-wk2 Skipped list to get the bots green.
10459         * platform/mac-wk2/Skipped:
10461 2011-05-11  Anton Muhin  <antonnm@chromium.org>
10463         Unreviewed.
10465         Removing now unnecessary Chromium suppressions.
10467         * platform/chromium/test_expectations.txt:
10469 2011-05-11  Chang Shu  <cshu@webkit.org>
10471         Reviewed by Antonio Gomes.
10473         [Qt] Tab not working in editing/inserting/typing-tab-designmode-forms.html
10474         https://bugs.webkit.org/show_bug.cgi?id=60477
10476         Unskip passed tests.
10478         * platform/qt/Skipped:
10480 2011-05-11  Csaba Osztrogonác  <ossy@webkit.org>
10482         Unreviewed fix after r86228.
10484         * platform/qt-mac/Skipped: Add failing editing tets.
10486 2011-05-11  Anton Muhin  <antonnm@chromium.org>
10488         Unreviewed.
10490         Chromium suppressions.
10492         * platform/chromium/test_expectations.txt:
10494 2011-05-11  Csaba Osztrogonác  <ossy@webkit.org>
10496         Unreviewed update after r86230.
10498         * platform/qt-arm/transforms/2d/compound-transforms-vs-containers-expected.txt: Added.
10499         * platform/qt-mac/transforms/2d/compound-transforms-vs-containers-expected.txt: Added.
10501 2011-05-11  Chang Shu  <cshu@webkit.org>
10503         Reviewed by Csaba Osztrogonác.
10505         [Qt] Some skipped editing tests actually work and just need rebaseline.
10506         https://bugs.webkit.org/show_bug.cgi?id=60469
10508         Unskip some editing tests that actually work.
10510         * platform/qt/Skipped:
10512 2011-05-11  Julien Chaffraix  <jchaffraix@webkit.org>
10514         Reviewed by Geoffrey Garen.
10516         Tests for: XPathResult should keep its node set's JS wrappers alive
10517         https://bugs.webkit.org/show_bug.cgi?id=34231
10519         * fast/xpath/xpath-result-eventlistener-crash-expected.txt: Added.
10520         * fast/xpath/xpath-result-eventlistener-crash.html: Added.
10521         Test that an event listener registered on an XPATH result snapshots' node does
10522         not crash. This case was already fixed prior to this change. However it is better
10523         to keep it as a regression test.
10525         * fast/xpath/xpath-snapshot-result-should-mark-its-nodeset-expected.txt: Added.
10526         * fast/xpath/xpath-snapshot-result-should-mark-its-nodeset.html: Added.
10527         Test that an XPath snapshot result keeps its node wrapper alive.
10529         * fast/xpath/xpath-iterator-result-should-mark-its-nodeset-expected.txt: Added.
10530         * fast/xpath/xpath-iterator-result-should-mark-its-nodeset.html: Added.
10531         Test that an XPath iterator result keeps its node wrapper alive.
10533         * fast/xpath/xpath-other-nodeset-result-should-mark-its-nodeset-expected.txt: Added.
10534         * fast/xpath/xpath-other-nodeset-result-should-mark-its-nodeset.html: Added.
10535         Test that other XPath result that holds nodes keeps their wrapper alive.
10537 2011-05-11  Jessie Berlin  <jberlin@apple.com>
10539         WebKitTestRunner needs layoutTestController.originsWithLocalStorage.
10541         Add two more storage tracker tests (added in r86205) to the mac-wk2 Skipped list to get the
10542         bots green.
10544         * platform/mac-wk2/Skipped:
10546 2011-05-11  Srinivasulu Chereddy  <srinivasulu.chereddy@nokia.com>
10548         Reviewed by Csaba Osztrogonác.
10550         [Qt] Expected results for 2d-transforms new test
10551         https://bugs.webkit.org/show_bug.cgi?id=60565
10553         Added expected results for 1 new 2d-transforms test.
10555         * platform/qt/transforms/2d/compound-transforms-vs-containers-expected.png: Added.
10556         * platform/qt/transforms/2d/compound-transforms-vs-containers-expected.txt: Added.
10557         * platform/qt/Skipped: Unskip now passing test.
10559 2011-05-11  Kent Tamura  <tkent@chromium.org>
10561         The tests added by r86224 don't work on WebKit2/mac.
10563         * platform/mac-wk2/Skipped:
10565 2011-05-11  Kent Tamura  <tkent@chromium.org>
10567         Reviewed by Hajime Morita.
10569         The position of validation message bubble is wrong for non text fields.
10570         https://bugs.webkit.org/show_bug.cgi?id=60341
10572         * fast/forms/resources/common.js: Added. Helper functions for fast/forms.
10573         * fast/forms/validation-message-on-checkbox-expected.txt: Added.
10574         * fast/forms/validation-message-on-checkbox.html: Added.
10575         * fast/forms/validation-message-on-listbox-expected.txt: Added.
10576         * fast/forms/validation-message-on-listbox.html: Added.
10577         * fast/forms/validation-message-on-menulist-expected.txt: Added.
10578         * fast/forms/validation-message-on-menulist.html: Added.
10579         * fast/forms/validation-message-on-radio-expected.txt: Added.
10580         * fast/forms/validation-message-on-radio.html: Added.
10581         * fast/forms/validation-message-on-textarea-expected.txt: Added.
10582         * fast/forms/validation-message-on-textarea.html: Added.
10583         * platform/chromium/test_expectations.txt:
10584         * platform/gtk/Skipped:
10585         * platform/mac/fast/forms/validation-message-appearance-expected.png: Updated.
10586         * platform/mac/fast/forms/validation-message-appearance-expected.txt: Updated.
10587         * platform/qt/Skipped:
10588         * platform/win/Skipped:
10590 2011-05-10  Yury Semikhatsky  <yurys@chromium.org>
10592         Reviewed by Pavel Feldman.
10594         Web Inspector: test that browser doesn't crash if alert() arguments conversion throws to an exception
10595         https://bugs.webkit.org/show_bug.cgi?id=60541
10597         * inspector/console/alert-toString-exception-expected.txt: Added.
10598         * inspector/console/alert-toString-exception.html: Added.
10599         * platform/chromium/inspector/console/alert-toString-exception-expected.txt: Added.
10601 2011-05-10  Abhishek Arya  <inferno@chromium.org>
10603         Unreviewed.
10605         Chromium rebaselines.
10607         * platform/chromium-gpu-linux/media/video-transformed-expected.png:
10608         * platform/chromium-gpu-mac/media/video-transformed-expected.png:
10609         * platform/chromium-gpu-win/media/video-transformed-expected.png:
10611 2011-05-10  Anton D'Auria  <adauria@apple.com>
10613         Reviewed by David Levin.
10615         StorageTracker should report actual local storage usage on disk
10616         https://bugs.webkit.org/show_bug.cgi?id=60558
10618         * storage/domstorage/localstorage/storagetracker/storage-tracker-6-create-expected.txt: Added.
10619         * storage/domstorage/localstorage/storagetracker/storage-tracker-6-create.html: Added.
10620         * storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage-expected.txt: Added.
10621         * storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage.html: Added.
10623 2011-05-10  Anton D'Auria  <adauria@apple.com>
10625         Reviewed by Alexey Proskuryakov.
10627         Add ApplicationCache API to get disk usage per origin
10628         https://bugs.webkit.org/show_bug.cgi?id=57127
10630         * http/tests/appcache/origin-usage-expected.txt: Added.
10631         * http/tests/appcache/origin-usage.html: Added.
10632         * http/tests/appcache/resources/origin-usage-iframe-1.html: Added.
10633         * http/tests/appcache/resources/origin-usage-iframe-1.manifest: Added.
10634         * http/tests/appcache/resources/origin-usage-iframe-2.html: Added.
10635         * http/tests/appcache/resources/origin-usage-iframe-2.manifest: Added.
10636         * platform/chromium/test_expectations.txt:
10637         * platform/gtk/Skipped:
10638         * platform/mac-wk2/Skipped:
10639         * platform/qt/Skipped:
10641 2011-05-10  Adam Klein  <adamk@chromium.org>
10643         Reviewed by David Levin.
10645         LayoutTest demonstrating that filesystem: URLs are not cached in WebKit
10646         https://bugs.webkit.org/show_bug.cgi?id=58854
10648         Regression test for http://crbug.com/79539.
10650         * http/tests/filesystem/no-cache-filesystem-url-expected.txt: Added.
10651         * http/tests/filesystem/no-cache-filesystem-url.html: Added.
10653 2011-05-05  Jer Noble  <jer.noble@apple.com>
10655         Reviewed by Maciej Stachowiak.
10657         Removing the full screen element via parent.innerHTML="" does not result in a webkitfullscreenchange event.
10658         https://bugs.webkit.org/show_bug.cgi?id=60278
10660         * fullscreen/full-screen-remove-children-expected.txt: Added.
10661         * fullscreen/full-screen-remove-children.html: Added.
10662         * fullscreen/full-screen-test.js: Fixed an exception when running in Safari.
10664 2011-05-10  Kenichi Ishibashi  <bashi@chromium.org>
10666         Reviewed by Tony Chang.
10668         REGRESSION(r85013): platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html is failing
10669         https://bugs.webkit.org/show_bug.cgi?id=60079
10671         Update the expected results.
10673         * platform/chromium-linux-x86_64/platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.png: Added.
10674         * platform/chromium-linux-x86_64/platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.txt:
10675         * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.png:
10676         * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.txt:
10677         * platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html:
10678         * platform/chromium-linux/platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.png: Removed.
10679         * platform/chromium/test_expectations.txt:
10681 2011-05-10  Kenji Imasaki  <imasaki@chromium.org>
10683         Reviewed by David Levin.
10685         [Chromium] Add rebaselines for video-layer-crash.
10686         https://bugs.webkit.org/show_bug.cgi?id=60548
10688         Chromium bug is http://crbug.com/60744. Expected images need to be
10689         updated because they are incorrect. The cause of this image change
10690         cannot be easily determined at present because the test has been
10691         broken for so long.
10693         * platform/chromium-gpu-linux/media/video-layer-crash-expected.png: Added.
10694         * platform/chromium-gpu-mac/media/video-layer-crash-expected.png: Added.
10695         * platform/chromium-gpu-win/media/video-layer-crash-expected.png: Added.
10696         * platform/chromium-linux/media/video-layer-crash-expected.png:
10697         * platform/chromium-win/media/video-layer-crash-expected.png:
10699 2011-05-10  Chang Shu  <cshu@webkit.org>
10701         Reviewed by Darin Adler.
10703         Convert editing/inserting/typing-tab-designmode-forms.html to dumpAsText
10704         https://bugs.webkit.org/show_bug.cgi?id=60554
10706         * editing/inserting/typing-tab-designmode-forms-expected.txt: Added.
10707         * editing/inserting/typing-tab-designmode-forms.html:
10708         * platform/chromium-linux/editing/inserting/typing-tab-designmode-forms-expected.png: Removed.
10709         * platform/chromium-mac-leopard/editing/inserting/typing-tab-designmode-forms-expected.png: Removed.
10710         * platform/chromium-win/editing/inserting/typing-tab-designmode-forms-expected.png: Removed.
10711         * platform/chromium-win/editing/inserting/typing-tab-designmode-forms-expected.txt: Removed.
10712         * platform/gtk/editing/inserting/typing-tab-designmode-forms-expected.png: Removed.
10713         * platform/gtk/editing/inserting/typing-tab-designmode-forms-expected.txt: Removed.
10714         * platform/mac-leopard/editing/inserting/typing-tab-designmode-forms-expected.png: Removed.
10715         * platform/mac/editing/inserting/typing-tab-designmode-forms-expected.png: Removed.
10716         * platform/mac/editing/inserting/typing-tab-designmode-forms-expected.txt: Removed.
10718 2011-05-10  Abhishek Arya  <inferno@chromium.org>
10720         Reviewed by Simon Fraser.
10722         Tests that we do not crash due to wrong result from
10723         hasOverhangingFloats.
10724         https://bugs.webkit.org/show_bug.cgi?id=60537
10726         * fast/block/float/no-overhanging-float-crash-expected.txt: Added.
10727         * fast/block/float/no-overhanging-float-crash.html: Added.
10729 2011-05-10  Adam Roben  <aroben@apple.com>
10731         Update some plugin tests to work with WebKit2's asynchronous windowed plugin positioning on Windows
10733         Fixes <http://webkit.org/b/60442> <rdar://problem/9403200> REGRESSION (r85795):
10734         platform/win/plugins/window-geometry-initialized-before-set-window.html and
10735         platform/win/plugins/window-region-is-set-to-clip-rect.html failing on Windows 7 Release
10736         (WebKit2 Tests)
10738         Reviewed by Anders Carlsson.
10740         * platform/win/plugins/window-geometry-initialized-before-set-window-expected.txt: Updated
10741         for new test output that doesn't claim anything about the window's position.
10743         * platform/win/plugins/window-region-is-set-to-clip-rect.html: Hide the plugin initially,
10744         and tell the plugin when the load event has fired.
10746         * platform/win-wk2/platform/win/plugins/window-geometry-initialized-before-set-window-expected.txt: Removed.
10747         * platform/win-wk2/platform/win/plugins/window-region-is-set-to-clip-rect-expected.txt: Removed.
10749 2011-05-10  Csaba Osztrogonác  <ossy@webkit.org>
10751         Unreviewed.
10753         * platform/qt-arm/Skipped: Add fast/workers/wrapper-map-gc.html, because it crashes intermittently.
10755 2011-05-10  Csaba Osztrogonác  <ossy@webkit.org>
10757         Unreviewed.
10759         * platform/qt-arm/Skipped: Add fast/dom/Geolocation/window-close-crash.html.
10761 2011-05-10  Steve Lacey  <sjl@chromium.org>
10763         Reviewed by Eric Carlson.
10765         Fix video-play-stall-before-metadata.
10767         A stalled event won't be sent until no progress has happened for 3
10768         seconds. Make sure that the connection is still open for at least that long.
10769         https://bugs.webkit.org/show_bug.cgi?id=60306
10771         * http/tests/media/video-load-and-stall.cgi:
10772         * http/tests/media/video-play-stall-before-meta-data.html:
10773         * platform/chromium/test_expectations.txt:
10775 2011-05-10  Csaba Osztrogonác  <ossy@webkit.org>
10777         One more unreviewed typo fix after r86148. :(
10779         * platform/qt-4.8/Skipped:
10781 2011-05-10  Csaba Osztrogonác  <ossy@webkit.org>
10783         Unreviewed typo fix after r86148.
10785         * platform/qt-4.8/Skipped:
10787 2011-05-10  Csaba Osztrogonác  <ossy@webkit.org>
10789         [Qt]http/tests/security/xss-DENIED-xsl-document.xml fails with Qt 4.8
10790         https://bugs.webkit.org/show_bug.cgi?id=60175
10792         [Qt]http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception.html fails with Qt 4.8
10793         https://bugs.webkit.org/show_bug.cgi?id=60176
10795         * platform/qt-4.8/Skipped:
10796          - Add http/tests/security/xss-DENIED-xsl-document.xml
10797          - Add http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception.html
10799 2011-05-10  Andrey Kosyakov  <caseq@chromium.org>
10801         Reviewed by Sam Weinig.
10803         Web Inspector: inspector/console/console-shadow-dom-access.html crashes on mac debug
10804         https://bugs.webkit.org/show_bug.cgi?id=60266
10806         * platform/mac/Skipped: removed suppression of console-shadow-dom-access.html
10808 2011-05-10  Csaba Osztrogonác  <ossy@webkit.org>
10810         [WK2] eventSender.keyDown is unimplemented
10812         Move fast/forms/radio-group-keyboard-change-event.html from qt-wk2/Skipped to
10813         mac-wk2/Skipped, because it isn't Qt specific bug, but general WK2 specific one.
10815         * platform/mac-wk2/Skipped:
10816         * platform/qt-wk2/Skipped:
10818 2011-05-10  Csaba Osztrogonác  <ossy@webkit.org>
10820         Unreviewed.
10822         [Qt][Mac] Add platform specific expected result for plugins/plugin-javascript-access.html,
10823         which is same as the platform independent one, but differs from the general Qt specific.
10825         * platform/qt-mac/plugins: Added.
10826         * platform/qt-mac/plugins/plugin-javascript-access-expected.txt: Added.
10828 2011-05-10  Csaba Osztrogonác  <ossy@webkit.org>
10830         Unreviewed.
10832         [Qt] fast/events/backspace-nagivates-back fails on Qt bots (Mac and Linux)
10833         https://bugs.webkit.org/show_bug.cgi?id=60311
10835         It is a general Qt related bug, so we should add it to qt/Skipped instead of all Skipped list.
10837         * platform/qt-arm/Skipped: Remove fast/events/backspace-navigates-back.html.
10838         * platform/qt-linux/Skipped: Remove fast/events/backspace-navigates-back.html.
10839         * platform/qt-mac/Skipped: Remove fast/events/backspace-navigates-back.html.
10840         * platform/qt/Skipped: Add fast/events/backspace-navigates-back.html.
10842 2011-05-10  Csaba Osztrogonác  <ossy@webkit.org>
10844         Unreviewed.
10846         Move plugins/plugin-javascript-access-expected.txt from qt-linux platform
10847         to qt, because it should be used by qt-4.8, qt-arm Linux platforms too.
10849         * platform/qt-linux/plugins: Removed.
10850         * platform/qt-linux/plugins/plugin-javascript-access-expected.txt: Removed.
10851         * platform/qt/plugins/plugin-javascript-access-expected.txt: Copied from LayoutTests/platform/qt-linux/plugins/plugin-javascript-access-expected.txt.
10853 2011-05-10  Csaba Osztrogonác  <ossy@webkit.org>
10855         Reviewed by Kenneth Rohde Christiansen.
10857         [Qt] Add new qt-4.8 platform for layout testing
10858         https://bugs.webkit.org/show_bug.cgi?id=60544
10860         * platform/qt-4.8/Skipped: Added.
10862 2011-05-10  Csaba Osztrogonác  <ossy@webkit.org>
10864         [Qt][WK2] eventSender.keyDown is unimplemented
10866         * platform/qt-wk2/Skipped: Add fast/forms/radio-group-keyboard-change-event.html.
10868 2011-05-10  Csaba Osztrogonác  <ossy@webkit.org>
10870         plugins/embed-prefers-plugins-for-images.html fails on non-Apple platforms.
10871         https://bugs.webkit.org/show_bug.cgi?id=57137
10873         * platform/qt-mac/Skipped: Add plugins/embed-prefers-plugins-for-images.html.
10875 2011-05-10  Csaba Osztrogonác  <ossy@webkit.org>
10877         Unreviewed fix.
10879         [Qt] DumpRenderTreeQt needs an implementation of unmarkText
10880         https://bugs.webkit.org/show_bug.cgi?id=60499
10882         r86124 implemented unmarkText() and it fixed a test,
10883         which doesn't need Qt specific expected failure anymore.
10885         * platform/qt/fast/events/ime-composition-events-001-expected.txt: Removed.
10887 2011-05-10  MORITA Hajime  <morrita@google.com>
10889         Unreviewed flakiness marking (video-controls-rendering.html)
10890         
10891         * platform/chromium/test_expectations.txt:
10893 2011-05-09  Martin Robinson  <mrobinson@igalia.com>
10895         Update the results for a test after r86102. This test was susceptible to
10896         scrollbar race conditions and r86102 changed timing slightly.
10898         * platform/gtk/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
10900 2011-05-09  Chang Shu  <cshu@webkit.org>
10902         Reviewed by Kenneth Rohde Christiansen.
10904         [Qt] DumpRenderTreeQt needs an implementation of unmarkText
10905         https://bugs.webkit.org/show_bug.cgi?id=60499
10907         Unskipped passed test.
10909         * platform/qt/Skipped:
10911 2011-05-09  Kenji Imasaki  <imasaki@chromium.org>
10913         Reviewed by David Levin.
10915         [Chromium] Add rebaseline images for video-controls-rendering.
10916         https://bugs.webkit.org/show_bug.cgi?id=60517
10918         Chromium bug is http://crbug.com/82033. These rebaselines are necessary
10919         due to unrelated bug (http://crbug.com/74102). We are checking in bad
10920         baselines for the time being so that we ensure no other problems occur.
10921         This test will fail when above bug (http://crbug.com/74102) is fixed.
10922         At that time, we will checkin correct baselines.
10924         * platform/chromium-gpu-linux/media/video-controls-rendering -expected.png: Added.
10925         * platform/chromium-gpu-mac/media/video-controls-rendering-expected.png: Added.
10926         * platform/chromium-gpu-win/media/video-controls-rendering-expected.png: Added.
10927         * platform/chromium/test_expectations.txt:
10929 2011-05-08  Jeremy Noble  <jer.noble@apple.com>
10931         Reviewed by Dan Bernstein.
10933         Full-screen video disappears behind black screen with scrollbar, followed by crash at jerryseinfeld.com
10934         https://bugs.webkit.org/show_bug.cgi?id=60449
10936         * fullscreen/full-screen-remove-sibling-expected.txt: Added.
10937         * fullscreen/full-screen-remove-sibling.html: Added.
10939 2011-05-09  Adam Barth  <abarth@webkit.org>
10941         Reviewed by Eric Seidel.
10943         CSP should block Function constructor
10944         https://bugs.webkit.org/show_bug.cgi?id=60240
10946         Test that the function constructor is properly blocked.
10948         * http/tests/security/contentSecurityPolicy/function-constructor-allowed-expected.txt: Added.
10949         * http/tests/security/contentSecurityPolicy/function-constructor-allowed.html: Added.
10950         * http/tests/security/contentSecurityPolicy/function-constructor-blocked-expected.txt: Added.
10951         * http/tests/security/contentSecurityPolicy/function-constructor-blocked.html: Added.
10952         * platform/chromium/test_expectations.txt:
10954 2011-05-09  Robert Hogan  <robert@webkit.org>
10956         Unreviewed, update test expectations.
10958         Update platform-specific results after r86086
10960         The unix test NPAPI plugin now supports the png mime type.
10962         https://bugs.webkit.org/show_bug.cgi?id=57137
10964         * platform/gtk/plugins/plugin-javascript-access-expected.txt:
10965         * platform/qt-linux/plugins/plugin-javascript-access-expected.txt:
10967 2011-05-09  Kenji Imasaki  <imasaki@chromium.org>
10969         Reviewed by David Levin.
10971         [Chromium] Remove unflaky media-related tests from test expectation.
10972         https://bugs.webkit.org/show_bug.cgi?id=60500
10974         Chromium bug is http://crbug.com/81660.
10975         * platform/chromium/test_expectations.txt:
10977 2011-05-09  Erik Arvidsson  <arv@chromium.org>
10979         Reviewed by Darin Adler.
10981         radiogroup: onchange not detected when triggered by keyboard
10982         https://bugs.webkit.org/show_bug.cgi?id=32013
10984         * fast/forms/radio-group-keyboard-change-event-expected.txt: Added.
10985         * fast/forms/radio-group-keyboard-change-event.html: Added.
10987 2011-05-09  Robert Hogan  <robert@webkit.org>
10989         Reviewed by Adam Roben.
10991         https://bugs.webkit.org/show_bug.cgi?id=57137
10993         Unskip plugins/embed-prefers-plugins-for-images.html
10995         Add image/png mime-type to test netscape plugin on Unix.
10997         * platform/gtk/Skipped:
10998         * platform/qt/Skipped:
11000 2011-05-09  Chang Shu  <cshu@webkit.org>
11002         Unreviewed.
11004         Expected result for editing/inserting/insert-bg-font.html can be shared
11005         https://bugs.webkit.org/show_bug.cgi?id=60498
11007         * editing/inserting/insert-bg-font-expected.txt: Copied from LayoutTests/platform/mac/editing/inserting/insert-bg-font-expected.txt.
11008         * platform/gtk/editing/inserting/insert-bg-font-expected.txt: Removed.
11009         * platform/mac/editing/inserting/insert-bg-font-expected.txt: Removed.
11010         * platform/qt/Skipped:
11012 2011-05-09  Abhishek Arya  <inferno@chromium.org>
11014         Unreviewed.
11016         Rebaselines for r86065.
11018         * platform/chromium-linux/platform/gtk: Added.
11019         * platform/chromium-linux/platform/gtk/fonts: Added.
11020         * platform/chromium-linux/platform/gtk/fonts/fontconfig-synthetic-bold-expected.png: Added.
11021         * platform/chromium-mac-leopard/platform: Added.
11022         * platform/chromium-mac-leopard/platform/gtk: Added.
11023         * platform/chromium-mac-leopard/platform/gtk/fonts: Added.
11024         * platform/chromium-mac-leopard/platform/gtk/fonts/fontconfig-synthetic-bold-expected.png: Added.
11025         * platform/chromium-mac/platform/gtk: Added.
11026         * platform/chromium-mac/platform/gtk/fonts: Added.
11027         * platform/chromium-mac/platform/gtk/fonts/fontconfig-synthetic-bold-expected.png: Added.
11028         * platform/chromium-mac/platform/gtk/fonts/fontconfig-synthetic-bold-expected.txt: Added.
11029         * platform/chromium-win/platform/gtk: Added.
11030         * platform/chromium-win/platform/gtk/fonts: Added.
11031         * platform/chromium-win/platform/gtk/fonts/fontconfig-synthetic-bold-expected.png: Added.
11032         * platform/chromium-win/platform/gtk/fonts/fontconfig-synthetic-bold-expected.txt: Added.
11033         * platform/chromium/test_expectations.txt:
11035 2011-05-09  Chang Shu  <cshu@webkit.org>
11037         Unreviewed.
11039         [Qt] editing/inserting/5803706-1.html has the incorrect expected result
11040         https://bugs.webkit.org/show_bug.cgi?id=60479
11042         * platform/qt/editing/inserting/5803706-1-expected.txt: Removed.
11044 2011-05-09  Martin Robinson  <mrobinson@igalia.com>
11046         Add a pixel result for platform/gtk/fonts/fontconfig-synthetic-bold.html.
11048         * platform/gtk/fonts/fontconfig-synthetic-bold-expected.png: Added.
11050 2011-05-08  Abhishek Arya  <inferno@chromium.org>
11052         Reviewed by Dave Hyatt.
11054         Add a crash test for r85964.
11055         https://bugs.webkit.org/show_bug.cgi?id=59473
11057         * fast/block/positioning/removing-inside-relpositioned-inline-crash-expected.txt: Added.
11058         * fast/block/positioning/removing-inside-relpositioned-inline-crash.html: Added.
11060 2011-05-09  Abhishek Arya  <inferno@chromium.org>
11062         Reviewed by Dave Hyatt.
11064         Tests that we do not when failing to dirty lines while removing
11065         a inline.
11066         https://bugs.webkit.org/show_bug.cgi?id=60448
11068         * fast/inline/inline-destroy-dirty-lines-crash-expected.txt: Added.
11069         * fast/inline/inline-destroy-dirty-lines-crash.html: Added.
11071 2011-05-09  Alejandro G. Castro  <alex@igalia.com>
11073         Unreviewed, skip 2 more flaky svg tests failing by one pixel in
11074         32-bits Debug, see bug 39022.
11076         * platform/gtk/Skipped:
11078 2011-05-09  Andreas Kling  <andreas.kling@nokia.com>
11080         Unreviewed. Re-skip two failing inspector tests on Qt.
11082         They still fail in the bot's environment for whatever reason.
11084         * platform/qt/Skipped:
11086 2011-05-09  Leandro Gracia Gil  <leandrogracia@chromium.org>
11088         Reviewed by Tony Gentilcore.
11090         Media Stream API: add exception raising to the getUserMedia method.
11091         https://bugs.webkit.org/show_bug.cgi?id=60387
11093         Update the expected results for the argument types after the lastest updates
11094         in the getUserMedia specification. The test has been disabled temporarily
11095         and will be re-enabled by 60177 since some exceptions are risen after parsing
11096         the provided options.
11098         * fast/dom/MediaStream/argument-types-expected.txt:
11099         * fast/dom/MediaStream/script-tests/argument-types.js:
11100         (ObjectThrowingException.prototype.toString):
11101         * platform/chromium/test_expectations.txt:
11103 2011-05-09  Andreas Kling  <andreas.kling@nokia.com>
11105         Reviewed by Benjamin Poulain.
11107         [Qt] Minor skiplist cleanup.
11109         Unskip two inspector tests that aren't failing.
11110         Added explanation for why http/tests/misc/redirect-to-external-url.html is skipped.
11112         * platform/qt/Skipped:
11114 2011-05-09  Mahesh Kulkarni  <mahesh.kulkarni@nokia.com>
11116         Reviewed by Andreas Kling.
11118         [Qt] fix fast/dom/Geolocation/window-close-crash.html
11119         https://bugs.webkit.org/show_bug.cgi?id=60458
11121         Unskipping fast/dom/Geolocation/window-close-crash.html.
11123         * platform/qt/Skipped:
11125 2011-05-09  Srinivasulu Chereddy  <srinivasulu.chereddy@nokia.com>
11127         Reviewed by Laszlo Gombos.
11129         [Qt] one skipped 2d-transforms layout test passes on Qt Linux - skip list to be updated
11130         https://bugs.webkit.org/show_bug.cgi?id=60399
11132         * platform/qt/Skipped:
11134 2011-05-09  Shishir Agrawal  <shishir@chromium.org>
11136         Reviewed by Tony Gentilcore.
11138         Implement Page Visibility API.
11139         https://bugs.webkit.org/show_bug.cgi?id=54181
11141         * fast/events/page-visibility-iframe-delete-test-expected.txt: Added.
11142         * fast/events/page-visibility-iframe-delete-test.html: Added.
11143         * fast/events/page-visibility-iframe-move-test-expected.txt: Added.
11144         * fast/events/page-visibility-iframe-move-test.html: Added.
11145         * fast/events/page-visibility-iframe-propagation-test-expected.txt: Added.
11146         * fast/events/page-visibility-iframe-propagation-test.html: Added.
11147         * fast/events/page-visibility-transition-test-expected.txt: Added.
11148         * fast/events/page-visibility-transition-test.html: Added.
11149         * fast/events/resources/page-visibility-iframe-delete-test-frame.html: Added.
11150         * fast/events/resources/page-visibility-iframe-move-new-page.html: Added.
11151         * platform/chromium/test_expectations.txt:
11152         * platform/gtk/Skipped:
11153         * platform/mac/Skipped:
11154         * platform/qt/Skipped:
11155         * platform/win/Skipped:
11157 2011-05-09  Venkat Penukonda  <venkat.2.penukonda@nokia.com>
11159         Reviewed by Csaba Osztrogonác.
11161         [Qt]6 of the skipped canvas layout tests pass on Qt Linux
11162         https://bugs.webkit.org/show_bug.cgi?id=60382
11164         * platform/qt/Skipped: Removed passing canvas tests
11166 2011-05-08  MORITA Hajime  <morrita@google.com>
11168         Unreviewed, rolling out r86042.
11169         http://trac.webkit.org/changeset/86042
11171         The change contains an incorrect specification.
11173         * platform/chromium/test_expectations.txt:
11175 2011-05-08  MORITA Hajime  <morrita@google.com>
11177         Unreviewed marking flaky test (insecure-plugin-in-iframe.html)
11178         
11179         * platform/chromium/test_expectations.txt:
11181 2011-05-08  Ryosuke Niwa  <rniwa@webkit.org>
11183         Reviewed by Kent Tamura.
11185         selectstart event does not fire when selection is made via select all
11186         https://bugs.webkit.org/show_bug.cgi?id=60376
11188         Added tests to ensure selectstart event is fired when a user selects all contents
11189         and script can prevent such selection change in selectstart's event handler.
11191         * fast/events/selectstart-on-selectall-expected.txt: Added.
11192         * fast/events/selectstart-on-selectall.html: Added.
11193         * fast/events/selectstart-prevent-selectall-expected.txt: Added.
11194         * fast/events/selectstart-prevent-selectall.html: Added.
11196 2011-05-08  Abhishek Arya  <inferno@chromium.org>
11198         Unreviewed.
11200         More rebaselines for r86028.
11202         * platform/chromium-linux/fast/text/basic/002-expected.png:
11203         * platform/chromium-win/fast/text/basic/002-expected.png:
11204         * platform/chromium-win/fast/text/basic/002-expected.txt:
11206 2011-05-08  Kenji Imasaki  <imasaki@chromium.org>
11208         Reviewed by Eric Seidel.
11210         [Chromium] add rebaseline for video-volume-slider for GPU.
11211         https://bugs.webkit.org/show_bug.cgi?id=60427
11213         These tests are failing due to text.
11214         http://code.google.com/p/chromium/issues/detail?id=81482
11216         * platform/chromium-gpu-linux/media/video-volume-slider-expected.png:
11217         * platform/chromium-gpu-mac/media/video-volume-slider-expected.png:
11218         * platform/chromium-gpu-win/media/video-volume-slider-expected.png:
11219         * platform/chromium/test_expectations.txt:
11221 2011-05-08  Abhishek Arya  <inferno@chromium.org>
11223         Unreviewed.
11225         More chromium rebaseline for r86028.
11227         * platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.png:
11228         * platform/chromium-linux/fast/text/justified-selection-expected.png:
11229         * platform/chromium-linux/fast/text/justify-ideograph-leading-expansion-expected.png: Added.
11230         * platform/chromium-linux/fast/text/justify-nbsp-expected.png: Removed.
11231         * platform/chromium-linux/fast/text/trailing-white-space-2-expected.png:
11232         * platform/chromium-linux/fast/text/trailing-white-space-expected.png:
11233         * platform/chromium-mac-leopard/fast/text/justify-nbsp-expected.png: Removed.
11234         * platform/chromium-mac/fast/text/justify-ideograph-leading-expansion-expected.png: Added.
11235         * platform/chromium-mac/fast/text/justify-ideograph-leading-expansion-expected.txt:
11236         * platform/chromium-win-xp/fast/text/justify-ideograph-leading-expansion-expected.png: Added.
11237         * platform/chromium-win/css1/box_properties/float_on_text_elements-expected.png:
11238         * platform/chromium-win/css1/box_properties/float_on_text_elements-expected.txt:
11239         * platform/chromium-win/fast/text/justified-selection-expected.png:
11240         * platform/chromium-win/fast/text/justified-selection-expected.txt:
11241         * platform/chromium-win/fast/text/justify-ideograph-leading-expansion-expected.png: Added.
11242         * platform/chromium-win/fast/text/justify-ideograph-leading-expansion-expected.txt: Added.
11243         * platform/chromium-win/fast/text/justify-nbsp-expected.png: Added.
11244         * platform/chromium-win/fast/text/trailing-white-space-2-expected.png:
11245         * platform/chromium-win/fast/text/trailing-white-space-2-expected.txt:
11246         * platform/chromium-win/fast/text/trailing-white-space-expected.png:
11247         * platform/chromium-win/fast/text/trailing-white-space-expected.txt:
11248         * platform/chromium/test_expectations.txt:
11250 2011-05-08  Abhishek Arya  <inferno@chromium.org>
11252         Unreviewed.
11254         Chromium Rebaselines for r86028.
11256         * platform/chromium-linux/css1/box_properties/clear_float-expected.png:
11257         * platform/chromium-linux/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
11258         * platform/chromium-linux/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
11259         * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
11260         * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
11261         * platform/chromium-linux/css2.1/t1602-c546-txt-align-00-b-expected.png:
11262         * platform/chromium-linux/fast/multicol/float-avoidance-expected.png:
11263         * platform/chromium-linux/fast/multicol/vertical-lr/float-avoidance-expected.png:
11264         * platform/chromium-linux/fast/multicol/vertical-rl/float-avoidance-expected.png:
11265         * platform/chromium-linux/fast/repaint/line-flow-with-floats-1-expected.png:
11266         * platform/chromium-linux/fast/repaint/line-flow-with-floats-10-expected.png:
11267         * platform/chromium-linux/fast/repaint/line-flow-with-floats-2-expected.png:
11268         * platform/chromium-linux/fast/repaint/line-flow-with-floats-3-expected.png:
11269         * platform/chromium-linux/fast/repaint/line-flow-with-floats-4-expected.png:
11270         * platform/chromium-linux/fast/repaint/line-flow-with-floats-5-expected.png:
11271         * platform/chromium-linux/fast/repaint/line-flow-with-floats-6-expected.png:
11272         * platform/chromium-linux/fast/repaint/line-flow-with-floats-7-expected.png:
11273         * platform/chromium-linux/fast/repaint/line-flow-with-floats-8-expected.png:
11274         * platform/chromium-linux/fast/repaint/line-flow-with-floats-9-expected.png:
11275         * platform/chromium-linux/fast/text/justified-selection-at-edge-expected.png:
11276         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
11277         * platform/chromium-linux/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
11278         * platform/chromium-linux/tables/mozilla/marvin/x_td_align_justify-expected.png:
11279         * platform/chromium-linux/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
11280         * platform/chromium-linux/tables/mozilla/marvin/x_th_align_justify-expected.png:
11281         * platform/chromium-linux/tables/mozilla/marvin/x_thead_align_justify-expected.png:
11282         * platform/chromium-linux/tables/mozilla/marvin/x_tr_align_justify-expected.png:
11283         * platform/chromium-mac-leopard/css1/box_properties/clear_float-expected.png: Added.
11284         * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added.
11285         * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
11286         * platform/chromium-mac-leopard/css2.1/t1602-c546-txt-align-00-b-expected.png:
11287         * platform/chromium-mac-leopard/fast/multicol/float-avoidance-expected.png:
11288         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-1-expected.png:
11289         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-10-expected.png:
11290         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-2-expected.png:
11291         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-3-expected.png:
11292         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-4-expected.png:
11293         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-5-expected.png:
11294         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-6-expected.png:
11295         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-7-expected.png:
11296         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-8-expected.png:
11297         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-9-expected.png:
11298         * platform/chromium-mac-leopard/fast/text/justified-selection-at-edge-expected.png:
11299         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
11300         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_td_align_justify-expected.png:
11301         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
11302         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_th_align_justify-expected.png:
11303         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_thead_align_justify-expected.png: Added.
11304         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_tr_align_justify-expected.png:
11305         * platform/chromium-mac/fast/repaint/line-flow-with-floats-1-expected.png:
11306         * platform/chromium-mac/fast/repaint/line-flow-with-floats-10-expected.png:
11307         * platform/chromium-mac/fast/repaint/line-flow-with-floats-2-expected.png:
11308         * platform/chromium-mac/fast/repaint/line-flow-with-floats-3-expected.png:
11309         * platform/chromium-mac/fast/repaint/line-flow-with-floats-4-expected.png:
11310         * platform/chromium-mac/fast/repaint/line-flow-with-floats-5-expected.png:
11311         * platform/chromium-mac/fast/repaint/line-flow-with-floats-6-expected.png:
11312         * platform/chromium-mac/fast/repaint/line-flow-with-floats-7-expected.png:
11313         * platform/chromium-mac/fast/repaint/line-flow-with-floats-8-expected.png:
11314         * platform/chromium-mac/fast/repaint/line-flow-with-floats-9-expected.png:
11315         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
11316         * platform/chromium-win/css1/box_properties/clear_float-expected.png:
11317         * platform/chromium-win/css1/box_properties/clear_float-expected.txt:
11318         * platform/chromium-win/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
11319         * platform/chromium-win/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
11320         * platform/chromium-win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
11321         * platform/chromium-win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
11322         * platform/chromium-win/css2.1/t1602-c546-txt-align-00-b-expected.png:
11323         * platform/chromium-win/css2.1/t1602-c546-txt-align-00-b-expected.txt:
11324         * platform/chromium-win/fast/multicol/float-avoidance-expected.png:
11325         * platform/chromium-win/fast/multicol/float-avoidance-expected.txt:
11326         * platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.png:
11327         * platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.txt:
11328         * platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.png:
11329         * platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.txt:
11330         * platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.png:
11331         * platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.txt:
11332         * platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.png:
11333         * platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.txt:
11334         * platform/chromium-win/fast/repaint/line-flow-with-floats-2-expected.png:
11335         * platform/chromium-win/fast/repaint/line-flow-with-floats-2-expected.txt:
11336         * platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.png:
11337         * platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.txt:
11338         * platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.png:
11339         * platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.txt:
11340         * platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.png:
11341         * platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.txt:
11342         * platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.png:
11343         * platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.txt:
11344         * platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.png:
11345         * platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.txt:
11346         * platform/chromium-win/fast/repaint/line-flow-with-floats-8-expected.png:
11347         * platform/chromium-win/fast/repaint/line-flow-with-floats-8-expected.txt:
11348         * platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.png:
11349         * platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.txt:
11350         * platform/chromium-win/fast/text/justified-selection-at-edge-expected.png:
11351         * platform/chromium-win/fast/text/justified-selection-at-edge-expected.txt:
11352         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
11353         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt:
11354         * platform/chromium-win/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
11355         * platform/chromium-win/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
11356         * platform/chromium-win/tables/mozilla/marvin/x_td_align_justify-expected.png:
11357         * platform/chromium-win/tables/mozilla/marvin/x_td_align_justify-expected.txt:
11358         * platform/chromium-win/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
11359         * platform/chromium-win/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
11360         * platform/chromium-win/tables/mozilla/marvin/x_th_align_justify-expected.png:
11361         * platform/chromium-win/tables/mozilla/marvin/x_th_align_justify-expected.txt:
11362         * platform/chromium-win/tables/mozilla/marvin/x_thead_align_justify-expected.png:
11363         * platform/chromium-win/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
11364         * platform/chromium-win/tables/mozilla/marvin/x_tr_align_justify-expected.png:
11365         * platform/chromium-win/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
11366         * platform/chromium/test_expectations.txt:
11368 2011-05-08  Dan Bernstein  <mitz@apple.com>
11370         Updated a platform-specific expected result again after r86028.
11372         * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.txt:
11374 2011-05-08  Dan Bernstein  <mitz@apple.com>
11376         Updated some platform-specific expected results after r86028.
11378         * platform/gtk/css1/box_properties/clear_float-expected.txt:
11379         * platform/gtk/css1/box_properties/float_on_text_elements-expected.txt:
11380         * platform/gtk/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
11381         * platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
11382         * platform/gtk/css2.1/t1602-c546-txt-align-00-b-expected.txt:
11383         * platform/gtk/fast/multicol/float-avoidance-expected.txt:
11384         * platform/gtk/fast/multicol/vertical-lr/float-avoidance-expected.txt:
11385         * platform/gtk/fast/multicol/vertical-rl/float-avoidance-expected.txt:
11386         * platform/gtk/fast/repaint/line-flow-with-floats-1-expected.txt:
11387         * platform/gtk/fast/repaint/line-flow-with-floats-10-expected.txt:
11388         * platform/gtk/fast/repaint/line-flow-with-floats-2-expected.txt:
11389         * platform/gtk/fast/repaint/line-flow-with-floats-3-expected.txt:
11390         * platform/gtk/fast/repaint/line-flow-with-floats-4-expected.txt:
11391         * platform/gtk/fast/repaint/line-flow-with-floats-5-expected.txt:
11392         * platform/gtk/fast/repaint/line-flow-with-floats-6-expected.txt:
11393         * platform/gtk/fast/repaint/line-flow-with-floats-7-expected.txt:
11394         * platform/gtk/fast/repaint/line-flow-with-floats-8-expected.txt:
11395         * platform/gtk/fast/repaint/line-flow-with-floats-9-expected.txt:
11396         * platform/gtk/fast/text/justified-selection-at-edge-expected.txt:
11397         * platform/gtk/fast/text/trailing-white-space-2-expected.txt:
11398         * platform/gtk/svg/custom/svg-fonts-in-html-expected.txt:
11399         * platform/gtk/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
11400         * platform/gtk/tables/mozilla/marvin/x_td_align_justify-expected.txt:
11401         * platform/gtk/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
11402         * platform/gtk/tables/mozilla/marvin/x_th_align_justify-expected.txt:
11403         * platform/gtk/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
11404         * platform/gtk/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
11405         * platform/mac-leopard/fast/text/justify-ideograph-leading-expansion-expected.txt:
11406         * platform/qt/css1/box_properties/clear_float-expected.txt:
11407         * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
11408         * platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
11409         * platform/qt/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
11410         * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
11411         * platform/qt/css2.1/t1602-c546-txt-align-00-b-expected.txt:
11412         * platform/qt/fast/multicol/float-avoidance-expected.txt:
11413         * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.txt:
11414         * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.txt:
11415         * platform/qt/fast/text/justified-selection-at-edge-expected.txt:
11416         * platform/qt/fast/text/justify-nbsp-expected.txt:
11417         * platform/qt/svg/custom/svg-fonts-in-html-expected.txt:
11418         * platform/qt/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
11419         * platform/qt/tables/mozilla/marvin/x_td_align_justify-expected.txt:
11420         * platform/qt/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
11421         * platform/qt/tables/mozilla/marvin/x_th_align_justify-expected.txt:
11422         * platform/qt/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
11423         * platform/qt/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
11424         * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
11426 2011-05-08  Dan Bernstein  <mitz@apple.com>
11428         Reviewed by Darin Adler.
11430         <rdar://problem/9401853> REGRESSION (r78846): Insufficient expansion for justification when there are multiple inline boxes
11431         https://bugs.webkit.org/show_bug.cgi?id=60432
11433         * fast/text/justify-nbsp-expected.png:
11434         * fast/text/justify-nbsp-expected.txt:
11435         * platform/mac-snowleopard/fast/text/justify-ideograph-leading-expansion-expected.txt:
11436         * platform/mac/css1/box_properties/clear_float-expected.png:
11437         * platform/mac/css1/box_properties/clear_float-expected.txt:
11438         * platform/mac/css1/box_properties/float_on_text_elements-expected.txt:
11439         * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
11440         * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
11441         * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
11442         * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
11443         * platform/mac/css2.1/t1602-c546-txt-align-00-b-expected.png:
11444         * platform/mac/css2.1/t1602-c546-txt-align-00-b-expected.txt:
11445         * platform/mac/fast/multicol/float-avoidance-expected.png:
11446         * platform/mac/fast/multicol/float-avoidance-expected.txt:
11447         * platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.png:
11448         * platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.txt:
11449         * platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.png:
11450         * platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.txt:
11451         * platform/mac/fast/repaint/line-flow-with-floats-1-expected.png:
11452         * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt:
11453         * platform/mac/fast/repaint/line-flow-with-floats-10-expected.png:
11454         * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt:
11455         * platform/mac/fast/repaint/line-flow-with-floats-2-expected.png:
11456         * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt:
11457         * platform/mac/fast/repaint/line-flow-with-floats-3-expected.png:
11458         * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt:
11459         * platform/mac/fast/repaint/line-flow-with-floats-4-expected.png:
11460         * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt:
11461         * platform/mac/fast/repaint/line-flow-with-floats-5-expected.png:
11462         * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt:
11463         * platform/mac/fast/repaint/line-flow-with-floats-6-expected.png:
11464         * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt:
11465         * platform/mac/fast/repaint/line-flow-with-floats-7-expected.png:
11466         * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt:
11467         * platform/mac/fast/repaint/line-flow-with-floats-8-expected.png:
11468         * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt:
11469         * platform/mac/fast/repaint/line-flow-with-floats-9-expected.png:
11470         * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt:
11471         * platform/mac/fast/text/hyphenate-character-expected.png:
11472         * platform/mac/fast/text/hyphenate-character-expected.txt:
11473         * platform/mac/fast/text/hyphens-expected.png:
11474         * platform/mac/fast/text/hyphens-expected.txt:
11475         * platform/mac/fast/text/justified-selection-at-edge-expected.png:
11476         * platform/mac/fast/text/justified-selection-at-edge-expected.txt:
11477         * platform/mac/fast/text/justify-ideograph-leading-expansion-expected.png:
11478         * platform/mac/svg/custom/svg-fonts-in-html-expected.png:
11479         * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
11480         * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
11481         * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
11482         * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.png:
11483         * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.txt:
11484         * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
11485         * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
11486         * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.png:
11487         * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.txt:
11488         * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.png:
11489         * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
11490         * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.png:
11491         * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
11493 2011-05-07  Dan Bernstein  <mitz@apple.com>
11495         Reviewed by Maciej Stachowiak.
11497         <rdar://problem/9403055> REGRESSION (r85499): Inline images in iChat overflow their chat bubbles
11498         https://bugs.webkit.org/show_bug.cgi?id=60443
11500         * fast/replaced/table-percent-height-positioned-expected.png: Added.
11501         * fast/replaced/table-percent-height-positioned-expected.txt: Added.
11502         * fast/replaced/table-percent-height-positioned.html: Added.
11504 2011-05-07  Justin Novosad  <junov@chromium.org>
11506         Reviewed by Kenneth Russell.
11508         [Chromium] Cleanup unexpected test passes in the gpu webkit tests
11509         https://bugs.webkit.org/show_bug.cgi?id=60393
11511         * platform/chromium/test_expectations.txt:
11513 2011-05-07  Jessie Berlin  <jberlin@apple.com>
11515         [Windows WebKit2 Release Tests]
11516         platform/win/plugins/window-geometry-initialized-before-set-window.html and
11517         platform/win/plugins/window-region-is-set-to-clip-rect.html failing since r85795.
11518         https://bugs.webkit.org/show_bug.cgi?id=60442
11520         Add win-wk2 failing expected results to get the bots green.
11522         * platform/win-wk2/platform/win/plugins/window-geometry-initialized-before-set-window-expected.txt: Added.
11523         * platform/win-wk2/platform/win/plugins/window-region-is-set-to-clip-rect-expected.txt: Added.
11525 2011-05-07  Jessie Berlin  <jberlin@apple.com>
11527         WebKitTestRunner needs layoutTestController.setPopupBlockingEnabled
11529         Add another test (fast/events/popup-blocked-from-mousemove.html) to the mac-wk2 Skipped list
11530         to get the bots green.
11532         * platform/mac-wk2/Skipped:
11534 2011-05-07  Joe Mason  <jmason@rim.com>
11536         Reviewed by Daniel Bates.
11538         FrameLoader::isProcessingUserGesture is wrong in dispatchWillPerformClientRedirect
11539         https://bugs.webkit.org/show_bug.cgi?id=52211
11541         Add willPerformClientRedirect to the user-gesture tests.
11543         * fast/frames/location-redirect-user-gesture-expected.txt:
11544         * fast/frames/meta-refresh-user-gesture-expected.txt:
11546 2011-05-07  Jessie Berlin  <jberlin@apple.com>
11548         [WebKit2] editing/selection/select-across-readonly-input-{1-5}.html failing since
11549         introduction in r85669.
11550         https://bugs.webkit.org/show_bug.cgi?id=60272
11552         Add expected failing text results to get the bots green.
11554         Note: these tests still need pixel results to be generated both for mac-wk2 and win-wk2.
11556         * platform/mac-wk2/editing/selection: Added.
11557         * platform/mac-wk2/editing/selection/select-across-readonly-input-1-expected.txt: Added.
11558         * platform/mac-wk2/editing/selection/select-across-readonly-input-2-expected.txt: Added.
11559         * platform/mac-wk2/editing/selection/select-across-readonly-input-3-expected.txt: Added.
11560         * platform/mac-wk2/editing/selection/select-across-readonly-input-4-expected.txt: Added.
11561         * platform/mac-wk2/editing/selection/select-across-readonly-input-5-expected.txt: Added.
11563 2011-05-06  Abhishek Arya  <inferno@chromium.org>
11565         Unreviewed.
11567         Forgot it since my last svg rebaseline r85981.
11569         * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.png: Added.
11571 2011-05-06  Abhishek Arya  <inferno@chromium.org>
11573         Unreviewed.
11575         Chromium rebaselines for r85990
11577         * platform/chromium-linux/scrollbars/scrollbars-on-positioned-content-expected.png: Added.
11578         * platform/chromium-mac-leopard/scrollbars/scrollbars-on-positioned-content-expected.png: Added.
11579         * platform/chromium-mac/scrollbars/scrollbars-on-positioned-content-expected.png: Added.
11580         * platform/chromium-win/scrollbars/scrollbars-on-positioned-content-expected.png: Added.
11581         * platform/chromium-win/scrollbars/scrollbars-on-positioned-content-expected.txt: Added.
11583 2011-05-06  Adam Barth  <abarth@webkit.org>
11585         Reviewed by Eric Seidel.
11587         Implement "Report-Only" mode for CSP
11588         https://bugs.webkit.org/show_bug.cgi?id=60402
11590         * http/tests/security/contentSecurityPolicy/report-only-expected.txt: Added.
11591         * http/tests/security/contentSecurityPolicy/report-only.html: Added.
11593 2011-05-06  Kenji Imasaki  <imasaki@chromium.org>
11595         Reviewed by David Levin.
11597         [Chromium] Add rebaseline to chromium for video-layer.
11598         https://bugs.webkit.org/show_bug.cgi?id=60423
11600         These expected files are produced by the rebaseline tool.
11601         http://code.google.com/p/chromium/issues/detail?id=81833
11603         * platform/chromium-linux/fast/layers/video-layer-expected.png:
11604         * platform/chromium-mac-leopard/fast/layers/video-layer-expected.png:
11605         * platform/chromium-mac/fast/layers/video-layer-expected.png:
11606         * platform/chromium-mac/fast/layers/video-layer-expected.txt:
11607         * platform/chromium-win/fast/layers/video-layer-expected.png:
11608         * platform/chromium-win/fast/layers/video-layer-expected.txt:
11609         * platform/chromium/test_expectations.txt:
11611 2011-05-06  Steve Lacey  <sjl@chromium.org>
11613         Reviewed by David Levin.
11615         [chromium] Rebaseline needed for media/audio-repaint
11616         https://bugs.webkit.org/show_bug.cgi?id=60416
11618         * platform/chromium-linux/media/audio-repaint-expected.png:
11619         * platform/chromium-mac-leopard/media/audio-repaint-expected.png:
11620         * platform/chromium-mac-leopard/media/audio-repaint-expected.txt: Removed.
11621         * platform/chromium-mac/media/audio-repaint-expected.png:
11622         * platform/chromium-mac/media/audio-repaint-expected.txt:
11623         * platform/chromium-win/media/audio-repaint-expected.png:
11624         * platform/chromium-win/media/audio-repaint-expected.txt:
11625         * platform/chromium/test_expectations.txt:
11627 2011-05-06  Beth Dakin  <bdakin@apple.com>
11629         Reviewed by Darin Adler.
11631         https://bugs.webkit.org/show_bug.cgi?id=60421
11632         Custom scrollbars nested inside an overlay scrollbar overflow region end up 
11633         painting twice
11634         -and corresponding-
11635         <rdar://problem/9389072>
11637         * platform/mac/scrollbars/scrollbars-on-positioned-content-expected.png: Added.
11638         * platform/mac/scrollbars/scrollbars-on-positioned-content-expected.txt: Added.
11639         * scrollbars/scrollbars-on-positioned-content.html: Added.
11641 2011-05-06  Abhishek Arya  <inferno@chromium.org>
11643         Unreviewed.
11645         Disable platform/win/plugins/visibility-hidden.html.
11647         * platform/chromium/test_expectations.txt:
11649 2011-05-06  Abhishek Arya  <inferno@chromium.org>
11651         Unreviewed.
11653         Rebaselines for r85926.
11654         https://bugs.webkit.org/show_bug.cgi?id=60356
11656         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
11657         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
11658         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
11659         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
11660         * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
11661         * platform/chromium-linux/svg/batik/filters/filterRegions-expected.png:
11662         * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.png:
11663         * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.png:
11664         * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.png:
11665         * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.png:
11666         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
11667         * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
11668         * platform/chromium-linux/svg/filters/filter-on-tspan-expected.png:
11669         * platform/chromium-linux/svg/filters/filterRes-expected.png: Added.
11670         * platform/chromium-linux/svg/filters/subRegion-one-effect-expected.png:
11671         * platform/chromium-linux/svg/filters/subRegion-two-effects-expected.png:
11672         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
11673         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
11674         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
11675         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
11676         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
11677         * platform/chromium-mac-leopard/svg/batik/filters: Added.
11678         * platform/chromium-mac-leopard/svg/batik/filters/feTile-expected.png: Added.
11679         * platform/chromium-mac-leopard/svg/batik/filters/filterRegions-expected.png: Added.
11680         * platform/chromium-mac-leopard/svg/batik/text/textFeatures-expected.png: Added.
11681         * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.png:
11682         * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.png:
11683         * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Linear-expected.png:
11684         * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Table-expected.png:
11685         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
11686         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
11687         * platform/chromium-mac-leopard/svg/filters/feGaussianBlur-expected.png: Added.
11688         * platform/chromium-mac-leopard/svg/filters/feOffset-expected.png:
11689         * platform/chromium-mac-leopard/svg/filters/feTile-expected.png: Added.
11690         * platform/chromium-mac-leopard/svg/filters/filter-on-tspan-expected.png: Added.
11691         * platform/chromium-mac-leopard/svg/filters/filter-rounding-issues-expected.png: Added.
11692         * platform/chromium-mac-leopard/svg/filters/filterRes-expected.png:
11693         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
11694         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
11695         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
11696         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
11697         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
11698         * platform/chromium-mac/svg/batik/filters/feTile-expected.png: Added.
11699         * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png: Added.
11700         * platform/chromium-mac/svg/batik/text/textFeatures-expected.png: Added.
11701         * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.png:
11702         * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.png:
11703         * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.png:
11704         * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.png:
11705         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
11706         * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
11707         * platform/chromium-mac/svg/filters/feGaussianBlur-expected.png: Added.
11708         * platform/chromium-mac/svg/filters/feOffset-expected.png: Added.
11709         * platform/chromium-mac/svg/filters/feTile-expected.png: Added.
11710         * platform/chromium-mac/svg/filters/filter-on-tspan-expected.png: Added.
11711         * platform/chromium-mac/svg/filters/filter-rounding-issues-expected.png: Added.
11712         * platform/chromium-mac/svg/filters/filterRes-expected.png: Added.
11713         * platform/chromium-mac/svg/filters/filterRes1-expected.png: Added.
11714         * platform/chromium-mac/svg/filters/filterRes3-expected.png: Added.
11715         * platform/chromium-mac/svg/filters/parent-children-with-same-filter-expected.png: Added.
11716         * platform/chromium-mac/svg/filters/subRegion-one-effect-expected.png: Added.
11717         * platform/chromium-mac/svg/filters/subRegion-two-effects-expected.png: Added.
11718         * platform/chromium-win-vista/svg/batik/text/textFeatures-expected.png: Added.
11719         * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
11720         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
11721         * platform/chromium-win/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
11722         * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
11723         * platform/chromium-win/svg/batik/filters/feTile-expected.png:
11724         * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
11725         * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
11726         * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.png:
11727         * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.png:
11728         * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.png:
11729         * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.png:
11730         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
11731         * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
11732         * platform/chromium-win/svg/filters/feGaussianBlur-expected.png:
11733         * platform/chromium-win/svg/filters/feOffset-expected.png:
11734         * platform/chromium-win/svg/filters/feTile-expected.png:
11735         * platform/chromium-win/svg/filters/filter-on-tspan-expected.png:
11736         * platform/chromium-win/svg/filters/filter-rounding-issues-expected.png:
11737         * platform/chromium-win/svg/filters/filterRes-expected.png: Added.
11738         * platform/chromium-win/svg/filters/filterRes1-expected.png:
11739         * platform/chromium-win/svg/filters/filterRes3-expected.png:
11740         * platform/chromium-win/svg/filters/parent-children-with-same-filter-expected.png:
11741         * platform/chromium-win/svg/filters/subRegion-one-effect-expected.png:
11742         * platform/chromium-win/svg/filters/subRegion-two-effects-expected.png:
11743         * platform/chromium/test_expectations.txt:
11745 2011-05-06  Abhishek Arya  <inferno@chromium.org>
11747         Unreviewed.
11749         Chromium Rebaselines for r85964, r85971 and r85967.
11751         * platform/chromium-linux/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png: Added.
11752         * platform/chromium-linux/fast/forms/date-input-visible-strings-expected.png: Added.
11753         * platform/chromium-linux/fast/inline/nested-top-alignment-expected.png: Added.
11754         * platform/chromium-mac-leopard/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png: Added.
11755         * platform/chromium-mac-leopard/fast/forms/date-input-visible-strings-expected.png: Added.
11756         * platform/chromium-mac-leopard/fast/inline/nested-top-alignment-expected.png: Added.
11757         * platform/chromium-win/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png: Added.
11758         * platform/chromium-win/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt: Added.
11759         * platform/chromium-win/fast/forms/date-input-visible-strings-expected.png: Added.
11760         * platform/chromium-win/fast/forms/date-input-visible-strings-expected.txt: Added.
11761         * platform/chromium-win/fast/inline/nested-top-alignment-expected.png: Added.
11762         * platform/chromium-win/fast/inline/nested-top-alignment-expected.txt: Added.
11763         * platform/chromium/test_expectations.txt:
11765 2011-05-06  Justin Schuh  <jschuh@chromium.org>
11767         Reviewed by Adam Barth.
11769         [Chromium] Whitelist input events interpreted as user gestures
11770         https://bugs.webkit.org/show_bug.cgi?id=60213
11772         * fast/events/popup-blocked-from-mousemove-expected.txt: Added.
11773         * fast/events/popup-blocked-from-mousemove.html: Added.
11775 2011-05-06  Abhishek Arya  <inferno@chromium.org>
11777         Unreviewed.
11779         Fix error due to duplicate entry.
11781         * platform/chromium/test_expectations.txt:
11783 2011-05-06  Adam Barth  <abarth@webkit.org>
11785         Reviewed by Eric Seidel.
11787         Add disable-javascript-urls CSP directive
11788         https://bugs.webkit.org/show_bug.cgi?id=60301
11790         * http/tests/security/contentSecurityPolicy/javascript-urls-blocked-expected.txt: Added.
11791         * http/tests/security/contentSecurityPolicy/javascript-urls-blocked.html: Added.
11793 2011-05-06  Adam Barth  <abarth@webkit.org>
11795         Reviewed by Eric Seidel.
11797         Wire up CSP's eval blocking to V8's new API
11798         https://bugs.webkit.org/show_bug.cgi?id=60384
11800         * platform/chromium/http/tests/security/contentSecurityPolicy/eval-blocked-expected.txt: Added.
11801             - Boo different error messages.
11802         * platform/chromium/test_expectations.txt:
11803             - Test progression.
11805 2011-05-06  David Hyatt  <hyatt@apple.com>
11807         Reviewed by Dan Bernstein.
11809         https://bugs.webkit.org/show_bug.cgi?id=60398 (<rdar://problem/9307696>)
11810         REGRESSION (r81684?): cox.com sign in button is missing
11811         
11812         Fix a typo in r81684 where the ascent was used in a comparison instead of boxHeight.
11813         This restores the original behavior before the refactoring messed it up.
11815         * fast/inline/nested-top-alignment.html: Added.
11816         * platform/mac/fast/inline/nested-top-alignment-expected.png: Added.
11817         * platform/mac/fast/inline/nested-top-alignment-expected.txt: Added.
11819 2011-05-06  Adrienne Walker  <enne@google.com>
11821         [chromium] Unreviewed, rebaseline changes after r85959
11822         https://bugs.webkit.org/show_bug.cgi?id=59020
11824         * platform/chromium-gpu-mac/compositing/flat-with-transformed-child-expected.png: Added.
11825         * platform/chromium-gpu-win/compositing/flat-with-transformed-child-expected.png: Added.
11826         * platform/chromium/test_expectations.txt:
11828 2011-05-06  Ojan Vafai  <ojan@chromium.org>
11830         Reviewed by Tony Chang.
11832         [results.html] label the zoomed pixel containers (expected, actual, diff)
11833         https://bugs.webkit.org/show_bug.cgi?id=60383
11835         * fast/harness/results.html:
11837 2011-05-06  Joseph Pecoraro  <joepeck@webkit.org>
11839         Unreviewed. Add pixel results for mac.
11841         * platform/mac/fast/forms/date-input-visible-strings-expected.png: Added.
11843 2011-05-06  Steve Lacey  <sjl@chromium.org>
11845         Reviewed by Eric Carlson.
11847         Add baselines to chromium for video-source-error that reflect the fact that
11848         chromium does not support mp4.
11850         [chromium] Rebaseline needed for video-source-error
11851         https://bugs.webkit.org/show_bug.cgi?id=60292
11853         * platform/chromium/media/video-source-error-expected.txt: Added.
11854         * platform/chromium/test_expectations.txt:
11856 2011-05-06  David Hyatt  <hyatt@apple.com>
11858         Reviewed by Dan Bernstein.
11860         https://bugs.webkit.org/show_bug.cgi?id=60390 (<rdar://problem/9364449>)
11861         REGRESSION (r81992): portions of ticketmaster site render blank
11863         Make simplified layout skip from a positioned object out to its containing block.  There is no
11864         need to dirty the intermediate inlines, and in this case it's actively harmful, since the
11865         block responsible for the layout of the positioned object doesn't get m_posChildNeedsLayout set.
11867         * fast/block/positioning/hiding-inside-relpositioned-inline.html: Added.
11868         * platform/mac/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png: Added.
11869         * platform/mac/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt: Added.
11871 2011-05-06  Adam Roben  <aroben@apple.com>
11873         Add a test that shows that windowed plugins with visibility:hidden do not appear on screen
11875         I could only figure out how to make this a pixel test. Note that the pixel test doesn't pass
11876         in WebKit2 due to <http://webkit.org/b/58050>, but I verified it works correctly in
11877         MiniBrowser.
11879         Test for <http://webkit.org/b/60285> REGRESSION (WebKit2): A white rectangle covers up
11880         important UI elements when composing a new message at mail.yahoo.com with BrowserPlus!
11881         plug-in installed
11883         Reviewed by Anders Carlsson.
11885         * platform/win/plugins/visibility-hidden-expected.png: Added.
11886         * platform/win/plugins/visibility-hidden-expected.txt: Added.
11887         * platform/win/plugins/visibility-hidden.html: Added.
11889 2011-05-04  Adrienne Walker  <enne@google.com>
11891         Reviewed by James Robinson.
11893         [chromium] Fix incorrect scissor rect for layers that render into a rendersurface
11894         https://bugs.webkit.org/show_bug.cgi?id=59020
11896         * compositing/flat-with-transformed-child-expected.txt: Added.
11897         * compositing/flat-with-transformed-child.html: Added.
11898         * platform/chromium-gpu-linux/compositing/flat-with-transformed-child-expected.checksum: Added.
11899         * platform/chromium-gpu-linux/compositing/flat-with-transformed-child-expected.png: Added.
11900         * platform/chromium/test_expectations.txt:
11902 2011-05-05  Ojan Vafai  <ojan@chromium.org>
11904         Reviewed by Mihai Parparita.
11906         [results.html] zoomed pixel results should not be antialiased
11907         https://bugs.webkit.org/show_bug.cgi?id=60330
11909         -Use canvas instead of CSS zoom.
11910         -Only zoom the part of the image we need to show.
11911         -Make pixel zooming mostly work in Firefox.
11912         -Increase the zoom from 3x to 6x.
11914         * fast/harness/results.html:
11916 2011-05-06  Adrienne Walker  <enne@google.com>
11918         [chromium] Unreviewed, fix parse errors in test_expectations.
11920         I will annotate bug 60356 so that this case gets looked at.
11922         * platform/chromium/test_expectations.txt:
11924 2011-05-06  Csaba Osztrogonác  <ossy@webkit.org>
11926         Unreviewed expectations update.
11928         [Qt]fast/events/backspace-navigates-back.html fails
11929         https://bugs.webkit.org/show_bug.cgi?id=60349
11931         * platform/mac-wk2/Skipped: Add fast/events/backspace-navigates-back.html because of missing layoutTestController.setEditingBehavior().
11932         * platform/qt-arm/Skipped: Add fast/events/backspace-navigates-back.html.
11933         * platform/qt-arm/fast/block/float/float-not-removed-from-next-sibling-expected.txt: Added.
11934         * platform/qt-arm/fast/block/float/float-not-removed-from-next-sibling2-expected.txt: Added.
11935         * platform/qt-arm/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Added.
11936         * platform/qt-arm/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Added.
11937         * platform/qt-mac/Skipped: Add fast/events/backspace-navigates-back.html.
11939 2011-05-06  Philippe Normand  <pnormand@igalia.com>
11941         Windows DRT needs an implementation of shadowRoot
11942         https://bugs.webkit.org/show_bug.cgi?id=59081
11944         Skip media/video-controls-visible-audio-only.html that now
11945         requires shadowRoot support.
11947         * platform/win/Skipped:
11949 2011-05-06  Joe Mason  <jmason@rim.com>
11951         Reviewed by Adam Barth.
11953         WebSocket urls should always be encoded as UTF-8. Relative urls should not be expanded.
11954         https://bugs.webkit.org/show_bug.cgi?id=57138
11956         * http/tests/websocket/tests/url-with-nonascii-query-expected.txt: Added.
11957         * http/tests/websocket/tests/url-with-nonascii-query.html: Added.
11958         * http/tests/websocket/tests/url-parsing-expected.txt: Failure message for relative url has changed since it is no longer expanded.
11960 2011-05-06  MORITA Hajime  <morrita@google.com>
11962         Unreviewed, marking tests whose expectations became obsolete since r85926.
11964         * platform/chromium/test_expectations.txt:
11966 2011-05-03  Philippe Normand  <pnormand@igalia.com>
11968         Reviewed by Martin Robinson.
11970         Layout tests shouldn't have to hard code media controller element locations
11971         https://bugs.webkit.org/show_bug.cgi?id=28220
11973         New mediaControlsButtonCoordinates() function to get the middle
11974         coordinates of a media controls button. This avoids hardcoding
11975         positions in the tests.
11977         Also unskipped the affected GTK media tests now passing.
11979         * media/audio-delete-while-step-button-clicked.html:
11980         * media/video-controls-transformed.html:
11981         * media/video-controls-zoomed.html:
11982         * media/video-test.js:
11983         (mediaControlsButtonCoordinates):
11984         * platform/gtk/Skipped:
11986 2011-05-06  MORITA Hajime  <morrita@google.com>
11988         Unreviewed flakiness marking. (send-form-data-with-sliced-file.html)
11990         * platform/chromium/test_expectations.txt:
11992 2011-05-06  MORITA Hajime <morrita@google.com>
11994         Unreviewed flakiness marking. (resource-tree-frame-navigate.html)
11995         * platform/chromium/test_expectations.txt:
11997 2011-05-06  Csaba Osztrogonác  <ossy@webkit.org>
11999         Unreviewed expectations update.
12001         * platform/mac-wk2/Skipped:
12002          - Add http/tests/navigation/response204.html because of missing layoutTestController.queueLoad()
12003         * platform/qt-arm/Skipped:
12004          - Add fast/css/hover-update.html, because it fails intermittently.
12005          - Add failing http/tests/websocket/tests/frame-lengths.html and http/tests/websocket/tests/simple-stress.html.
12006         * platform/qt-mac/fast/block/float/float-not-removed-from-next-sibling-expected.txt: Added.
12007         * platform/qt-mac/fast/block/float/float-not-removed-from-next-sibling2-expected.txt: Added.
12008         * platform/qt-mac/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Added.
12009         * platform/qt-mac/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Added.
12010         * platform/qt-wk2/Skipped:
12011          - Add new but failing test: editing/pasteboard/paste-placeholder-input.html
12013 2011-05-06  Cris Neckar  <cdn@chromium.org>
12015         Reviewed by Dirk Schulze.
12017         Change maxEffectRect to a FloatRect.
12018         https://bugs.webkit.org/show_bug.cgi?id=59551
12020         * svg/filters/filter-after-transform-crash-expected.txt: Added.
12021         * svg/filters/filter-after-transform-crash.svg: Added.
12023 2011-05-04  Philippe Normand  <pnormand@igalia.com>
12025         Reviewed by Dimitri Glazkov.
12027         Implement LayoutTestController::pseudoShadowId()
12028         https://bugs.webkit.org/show_bug.cgi?id=60034
12030         * media/video-controls-transformed.html: Refactored to use the
12031         pseudoShadowId() LayoutTestController method.
12033 2011-05-06  MORITA Hajime  <morrita@google.com>
12035         Unreviewed flakiness marking. (test_boolean_expr.html)
12036         
12037         * platform/chromium/test_expectations.txt:
12039 2011-05-05  MORITA Hajime  <morrita@google.com>
12041         Unreviewed flakiness marking.
12043         * platform/chromium/test_expectations.txt:
12045 2011-05-05  MORITA Hajime <morrita@google.com>
12047         Unreviewed attempt to error fix on test_expectations.txt.
12048         
12049         * platform/chromium/test_expectations.txt:
12051 2011-05-05  MORITA Hajime  <morrita@google.com>
12053         Unreviewed error fix on test_expectations.txt.
12055         * platform/chromium/test_expectations.txt:
12057 2011-05-05  MORITA Hajime <morrita@google.com>
12059         Unreviewed error fix on test_expectations.txt.
12060         
12061         * platform/chromium/test_expectations.txt:
12063 2011-05-05  MORITA Hajime  <morrita@google.com>
12065         Unreviewed addding skip line for full-screen-stacking-context.html.
12067         * platform/chromium/test_expectations.txt:
12069 2011-05-05  Ojan Vafai  <ojan@chromium.org>
12071         Now that win has a failing result, chromium-win needs to
12072         have the passing result. http://trac.webkit.org/changeset/85911
12074         * platform/chromium/fast/harness/results-expected.txt: Added.
12076 2011-05-05  Ojan Vafai  <ojan@chromium.org>
12078         Move failing result as it appears to be failing on all Apple Win platforms.
12080         * platform/win/fast/harness/results-expected.txt: Renamed from LayoutTests/platform/win-7sp0/fast/harness/results-expected.txt.
12082 2011-05-05  Evan Martin  <evan@chromium.org>
12084         Unreviewed, just skipping a test.
12086         New test fast/events/backspace-nagivates-back fails on Qt
12087         https://bugs.webkit.org/show_bug.cgi?id=60311
12089         Skip this test until Antonoi has time to look at it.
12091         * platform/qt-linux/Skipped:
12093 2011-05-05  Jer Noble  <jer.noble@apple.com>
12095         Unreviewed, partial rollout of r85843 and r85824.  r85897 made these expected results unnecessary.
12097         * platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.txt: Removed.
12098         * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.txt: Removed.
12099         * platform/gtk/fullscreen/full-screen-stacking-context-expected.txt: Removed.
12101 2011-05-05  Kenji Imasaki  <imasaki@chromium.org>
12103         Reviewed by Jian Li.
12105         [Chromium] Remove non-flaky tests (BUGCR81682, BUGCR80067)
12106         and skip one unsupported test in test expectation file (BUGCR59399).
12107         https://bugs.webkit.org/show_bug.cgi?id=60282
12109         The skipped test is a cliking test that is specific to Mac and we
12110         (Chrome Video Stack team) decided not to support it.
12112         * platform/chromium/test_expectations.txt:
12114 2011-05-05  Steve Lacey  <sjl@chromium.org>
12116         Reviewed by Eric Seidel.
12118         Rebaseline various media tests after absolute positioning change. This rebaseline also
12119         fixes outstanding minor pixel diffs.
12121         [chromium] Rebaseline various media tests after controls absolute positioning changes
12122         https://bugs.webkit.org/show_bug.cgi?id=60230
12124         * platform/chromium-gpu-linux/media/video-display-toggle-expected.png:
12125         * platform/chromium-gpu-linux/media/video-no-audio-expected.png:
12126         * platform/chromium-gpu-mac/media/video-display-toggle-expected.png:
12127         * platform/chromium-gpu-mac/media/video-no-audio-expected.png:
12128         * platform/chromium-gpu-win/media/video-display-toggle-expected.png:
12129         * platform/chromium-gpu-win/media/video-no-audio-expected.png:
12130         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
12131         * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
12132         * platform/chromium-linux/media/video-controls-rendering-expected.png:
12133         * platform/chromium-linux/media/video-display-toggle-expected.png:
12134         * platform/chromium-linux/media/video-empty-source-expected.png:
12135         * platform/chromium-linux/media/video-no-audio-expected.png:
12136         * platform/chromium-linux/media/video-volume-slider-expected.png:
12137         * platform/chromium-mac-leopard/media/audio-controls-rendering-expected.png:
12138         * platform/chromium-mac-leopard/media/audio-controls-rendering-expected.txt: Removed.
12139         * platform/chromium-mac-leopard/media/controls-after-reload-expected.txt: Removed.
12140         * platform/chromium-mac-leopard/media/controls-strict-expected.txt: Removed.
12141         * platform/chromium-mac-leopard/media/controls-styling-expected.txt: Removed.
12142         * platform/chromium-mac-leopard/media/media-document-audio-repaint-expected.png:
12143         * platform/chromium-mac-leopard/media/video-controls-rendering-expected.png:
12144         * platform/chromium-mac-leopard/media/video-display-toggle-expected.png:
12145         * platform/chromium-mac-leopard/media/video-empty-source-expected.png:
12146         * platform/chromium-mac-leopard/media/video-empty-source-expected.txt: Removed.
12147         * platform/chromium-mac-leopard/media/video-no-audio-expected.png:
12148         * platform/chromium-mac-leopard/media/video-no-audio-expected.txt: Removed.
12149         * platform/chromium-mac-leopard/media/video-volume-slider-expected.png:
12150         * platform/chromium-mac-leopard/media/video-volume-slider-expected.txt: Removed.
12151         * platform/chromium-mac/media/audio-controls-rendering-expected.png:
12152         * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
12153         * platform/chromium-mac/media/controls-after-reload-expected.txt:
12154         * platform/chromium-mac/media/controls-strict-expected.txt:
12155         * platform/chromium-mac/media/controls-styling-expected.txt:
12156         * platform/chromium-mac/media/controls-without-preload-expected.txt:
12157         * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
12158         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
12159         * platform/chromium-mac/media/video-controls-rendering-expected.png:
12160         * platform/chromium-mac/media/video-controls-rendering-expected.txt:
12161         * platform/chromium-mac/media/video-display-toggle-expected.png:
12162         * platform/chromium-mac/media/video-display-toggle-expected.txt:
12163         * platform/chromium-mac/media/video-empty-source-expected.png:
12164         * platform/chromium-mac/media/video-empty-source-expected.txt:
12165         * platform/chromium-mac/media/video-no-audio-expected.png:
12166         * platform/chromium-mac/media/video-no-audio-expected.txt:
12167         * platform/chromium-mac/media/video-volume-slider-expected.png:
12168         * platform/chromium-mac/media/video-volume-slider-expected.txt:
12169         * platform/chromium-win/media/audio-controls-rendering-expected.png:
12170         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
12171         * platform/chromium-win/media/controls-after-reload-expected.txt:
12172         * platform/chromium-win/media/controls-strict-expected.txt:
12173         * platform/chromium-win/media/controls-styling-expected.txt:
12174         * platform/chromium-win/media/controls-without-preload-expected.txt:
12175         * platform/chromium-win/media/media-document-audio-repaint-expected.png:
12176         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
12177         * platform/chromium-win/media/video-controls-rendering-expected.png:
12178         * platform/chromium-win/media/video-controls-rendering-expected.txt:
12179         * platform/chromium-win/media/video-display-toggle-expected.png:
12180         * platform/chromium-win/media/video-display-toggle-expected.txt:
12181         * platform/chromium-win/media/video-empty-source-expected.png:
12182         * platform/chromium-win/media/video-empty-source-expected.txt:
12183         * platform/chromium-win/media/video-no-audio-expected.png:
12184         * platform/chromium-win/media/video-no-audio-expected.txt:
12185         * platform/chromium-win/media/video-volume-slider-expected.png:
12186         * platform/chromium-win/media/video-volume-slider-expected.txt:
12187         * platform/chromium/test_expectations.txt:
12189 2011-05-05  Jer Noble  <jer.noble@apple.com>
12191         Reviewed by Tony Chang.
12193         full-screen-stacking-context-expected.txt should be under platform/mac
12194         https://bugs.webkit.org/show_bug.cgi?id=60236
12196         Make the text output of full screen pixel tests platform agnostic.
12198         * fullscreen/full-screen-stacking-context-expected.txt:
12199         * fullscreen/full-screen-test.js:
12200         * fullscreen/full-screen-zIndex-expected.txt:
12201         * platform/chromium-linux/fullscreen/full-screen-zIndex-expected.txt: Removed.
12202         * platform/chromium-win/fullscreen/full-screen-zIndex-expected.txt: Removed.
12203         * platform/gtk/fullscreen/full-screen-zIndex-expected.txt: Removed.
12205 2011-05-05  Justin Novosad  <junov@chromium.org>
12207         Reviewed by Kenneth Russell.
12209         [Chromium] Change the --accelerated-2d-canvas flag to mean Ganesh, and stop using --enable-accelerated-drawing for that purpose
12210         https://bugs.webkit.org/show_bug.cgi?id=60173
12212         * platform/chromium/test_expectations.txt:
12213         Adding expected failures for the the switch to Ganesh
12215 2011-05-05  Tony Gentilcore  <tonyg@chromium.org>
12217         Reviewed by Adam Barth.
12219         ASSERT(m_state == ParsingState) fires @ www.canalplus.fr
12220         https://bugs.webkit.org/show_bug.cgi?id=60101
12222         * fast/parser/close-while-stopping-expected.txt: Added.
12223         * fast/parser/close-while-stopping.html: Added.
12225 2011-05-03  Evan Martin  <evan@chromium.org>
12227         Reviewed by Ojan Vafai.
12229         REGRESSION: backspace should not go back on Linux
12230         https://bugs.webkit.org/show_bug.cgi?id=59731
12232         Add a test that verifies that pressing backspace goes back on Mac
12233         and Windows but does not go back on Linux.
12235         * fast/events/backspace-navigates-back-expected.txt: Added.
12236         * fast/events/backspace-navigates-back.html: Added.
12238 2011-05-05  Alpha Lam  <hclam@chromium.org>
12240         Build fix. Not reviewed.
12242         Add test expectations.
12244         * platform/chromium-linux/fast/block/float/float-not-removed-from-next-sibling-expected.png: Added.
12245         * platform/chromium-linux/fast/block/float/float-not-removed-from-next-sibling2-expected.png: Added.
12246         * platform/chromium-linux/fast/block/float/float-not-removed-from-next-sibling3-expected.png: Added.
12247         * platform/chromium-linux/fast/block/float/float-not-removed-from-next-sibling4-expected.png: Added.
12248         * platform/chromium-win/fast/block/float/float-not-removed-from-next-sibling-expected.png: Added.
12249         * platform/chromium-win/fast/block/float/float-not-removed-from-next-sibling2-expected.png: Added.
12250         * platform/chromium-win/fast/block/float/float-not-removed-from-next-sibling3-expected.png: Added.
12251         * platform/chromium-win/fast/block/float/float-not-removed-from-next-sibling4-expected.png: Added.
12253 2011-05-05  Adam Roben  <aroben@apple.com>
12255         Update pixel results for draws-gradient.html to have an alpha channel
12257         These pixel results were generated in r71418, when DRT was changed not to use an alpha
12258         channel for pixel results. DRT was changed back to using an alpha channel in r71516, but
12259         these pixel results were never updated. Now that DRT ensures that the alpha channel is
12260         filled with constant opacity, we can safely update these pixel results without negatively
12261         affecting their appearance. (The draws-gradient plugin uses ::GradientFill, which fills the
12262         alpha channel with 0, so the plugin would have shown up as fully transparent in the pixel
12263         results if DRT didn't modify the alpha channel.)
12265         Fixes <http://webkit.org/b/60300> draws-gradient.html's pixel results can't be correctly
12266         generated due to alpha channel weirdness
12268         Reviewed by Sam Weinig.
12270         * platform/win/platform/win/plugins/draws-gradient-expected.png: Regenerated. Looks the same
12271         as before, but with an alpha channel.
12273 2011-05-05  Abhishek Arya  <inferno@chromium.org>
12275         Unreviewed.
12277         Minor rebaselines for gtk after my r85876.
12279         * platform/gtk/fast/block/float/float-not-removed-from-next-sibling-expected.txt: Added.
12280         * platform/gtk/fast/block/float/float-not-removed-from-next-sibling2-expected.txt: Added.
12281         * platform/gtk/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Added.
12282         * platform/gtk/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Added.
12284 2011-05-05  Tony Chang  <tony@chromium.org>
12286         Remove google-chrome-linux results.  We're switching the official
12287         builders from hardy to lucid and want to clear the old hardy based
12288         results.
12290         * platform/google-chrome-linux32/css1: Removed.
12291         * platform/google-chrome-linux32/css2.1: Removed.
12292         * platform/google-chrome-linux32/editing: Removed.
12293         * platform/google-chrome-linux32/fast: Removed.
12294         * platform/google-chrome-linux32/plugins: Removed.
12295         * platform/google-chrome-linux32/svg: Removed.
12296         * platform/google-chrome-linux32/tables: Removed.
12297         * platform/google-chrome-linux32/transforms: Removed.
12298         * platform/google-chrome-linux64/fast: Removed.
12299         * platform/google-chrome-linux64/svg: Removed.
12301 2011-05-05  Abhishek Arya  <inferno@chromium.org>
12303         Unreviewed.
12305         Minor rebaselines for qt after my r85876.
12307         * platform/qt/fast/block/float/float-not-removed-from-next-sibling-expected.txt: Added.
12308         * platform/qt/fast/block/float/float-not-removed-from-next-sibling2-expected.txt: Added.
12309         * platform/qt/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Added.
12310         * platform/qt/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Added.
12312 2011-05-05  Dirk Pranke  <dpranke@chromium.org>
12314         Reviewed by Ojan Vafai.
12316         Modify the chromium expectations so that you no longer need to
12317         specify both the operating system and the version. I.e., you
12318         don't need "MAC LEOPARD", just "LEOPARD".
12320         * platform/chromium/test_expectations.txt:
12322 2011-05-05  Tony Chang  <tony@chromium.org>
12324         Reviewed by Adam Barth.
12326         [chromium] switch from Lucida to free fonts for Hindi and Thai
12327         https://bugs.webkit.org/show_bug.cgi?id=60287
12329         Rebase tests that have Thai or Hindi glyphs.  We have different
12330         results for x86_64 (lucid) and x86 (hardy) because the fonts have
12331         changed.  Since it's only a handful of tests, seems ok to have
12332         separate baselines (also, hardy is going away real soon now).
12334         * platform/chromium-linux-x86_64/fast/text/atsui-multiple-renderers-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/text/atsui-multiple-renderers-expected.png.
12335         * platform/chromium-linux-x86_64/fast/text/atsui-multiple-renderers-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/text/atsui-multiple-renderers-expected.txt.
12336         * platform/chromium-linux-x86_64/fast/text/capitalize-boundaries-expected.png: Added.
12337         * platform/chromium-linux-x86_64/fast/text/capitalize-boundaries-expected.txt: Added.
12338         * platform/chromium-linux-x86_64/fast/text/complex-text-opacity-expected.png: Added.
12339         * platform/chromium-linux-x86_64/fast/text/complex-text-opacity-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/text/complex-text-opacity-expected.txt.
12340         * platform/chromium-linux-x86_64/fast/text/international/danda-space-expected.png:
12341         * platform/chromium-linux-x86_64/fast/text/international/danda-space-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/text/international/danda-space-expected.txt.
12342         * platform/chromium-linux-x86_64/fast/text/international/hindi-spacing-expected.png: Added.
12343         * platform/chromium-linux-x86_64/fast/text/international/hindi-spacing-expected.txt: Added.
12344         * platform/chromium-linux-x86_64/fast/text/international/thai-baht-space-expected.png: Added.
12345         * platform/chromium-linux-x86_64/fast/text/international/thai-baht-space-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/text/international/thai-baht-space-expected.txt.
12346         * platform/chromium-linux-x86_64/fast/text/international/thai-line-breaks-expected.png: Added.
12347         * platform/chromium-linux-x86_64/fast/text/international/thai-line-breaks-expected.txt: Added.
12348         * platform/chromium-linux-x86_64/platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.txt.
12349         * platform/chromium-linux/fast/text/atsui-multiple-renderers-expected.png:
12350         * platform/chromium-linux/fast/text/atsui-multiple-renderers-expected.txt:
12351         * platform/chromium-linux/fast/text/complex-text-opacity-expected.png:
12352         * platform/chromium-linux/fast/text/complex-text-opacity-expected.txt:
12353         * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.txt:
12354         * platform/chromium-linux/fast/text/international/danda-space-expected.png:
12355         * platform/chromium-linux/fast/text/international/danda-space-expected.txt:
12356         * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
12357         * platform/chromium-linux/fast/text/international/hindi-spacing-expected.txt:
12358         * platform/chromium-linux/fast/text/international/thai-baht-space-expected.png:
12359         * platform/chromium-linux/fast/text/international/thai-baht-space-expected.txt:
12360         * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png:
12361         * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.txt:
12363 2011-05-04  Abhishek Arya  <inferno@chromium.org>
12365         Reviewed by Dave Hyatt.
12367         Tests that we do not crash when trying to add overflow from a float not in the
12368         descendant list and whose renderer is already removed.
12369         https://bugs.webkit.org/show_bug.cgi?id=56299
12371         * fast/block/float/float-not-removed-from-next-sibling-crash-expected.txt: Added.
12372         * fast/block/float/float-not-removed-from-next-sibling-crash.html: Added.
12373         * fast/block/float/float-not-removed-from-next-sibling.html: Added. Black
12374         text boxes should be inside the silver float. Failing test will have float
12375         added to the text div block which will push the text downward.
12376         * fast/block/float/float-not-removed-from-next-sibling-expected.png: Added.
12377         * fast/block/float/float-not-removed-from-next-sibling-expected.txt: Added.
12378         * fast/block/float/float-not-removed-from-next-sibling2.html: Added. Black
12379         text boxes should be inside the silver float. Failing test will have float
12380         added to the text div block which will push the text downward.
12381         * fast/block/float/float-not-removed-from-next-sibling2-expected.png: Added.
12382         * fast/block/float/float-not-removed-from-next-sibling2-expected.txt: Added.
12383         * fast/block/float/float-not-removed-from-next-sibling3.html: Added. Distance
12384         between the silver float and black text boxes should be less than height of
12385         silver float. Failing test will have float overflow added to the text div
12386         block which will cause large space between silver float and and black text boxes.
12387         * fast/block/float/float-not-removed-from-next-sibling3-expected.png: Added.
12388         * fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Added.
12389         * fast/block/float/float-not-removed-from-next-sibling4.html: Added. Distance
12390         between the silver float and black text boxes should be less than height of
12391         silver float. Failing test will have float overflow added to the text div
12392         block which will cause large space between silver float and and black text boxes.
12393         * fast/block/float/float-not-removed-from-next-sibling4-expected.png: Added.
12394         * fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Added.
12396 2011-05-05  Tony Gentilcore  <tonyg@chromium.org>
12398         Reviewed by Nate Chapin.
12400         [Navigation Timing] navigationStart should always be available
12401         https://bugs.webkit.org/show_bug.cgi?id=59448
12403         * http/tests/misc/resources/webtiming-cross-origin-and-back2.html:
12404         * http/tests/misc/resources/webtiming-cross-origin-redirect.html:
12405         * http/tests/misc/webtiming-origins-expected.txt:
12407 2011-05-05  Chang Shu  <cshu@webkit.org>
12409         Reviewed by Andreas Kling.
12411         [Qt][WK2] Support PageGroup in QGraphicsWKView/QWKPage constructors
12412         https://bugs.webkit.org/show_bug.cgi?id=59638
12414         Unskip passed tests.
12416         * platform/qt-wk2/Skipped:
12418 2011-05-05  Andrey Kosyakov  <caseq@chromium.org>
12420         Unreviewed. Skip inspector/console/console-shadow-dom-access.html (crashes in debug)
12421         https://bugs.webkit.org/show_bug.cgi?id=60266
12423         * platform/mac/Skipped:
12425 2011-05-04  Andrey Kosyakov  <caseq@chromium.org>
12427         Reviewed by Yury Semikhatsky.
12429         Web Inspector: add test for shadow DOM access in the console API
12430         https://bugs.webkit.org/show_bug.cgi?id=60192
12432         * http/tests/inspector/elements-test.js:
12433         (initialize_ElementTest.InspectorTest.findNode.processChildren):
12434         (initialize_ElementTest.InspectorTest.nodeWithId):
12435         (initialize_ElementTest.InspectorTest.selectNode):
12436         * inspector/console/console-shadow-dom-access-expected.txt: Added.
12437         * inspector/console/console-shadow-dom-access.html: Added.
12439 2011-05-05  Philippe Normand  <pnormand@igalia.com>
12441         Unreviewed, GTK baselines for new tests.
12443         * platform/gtk/editing/inserting/typing-at-end-of-line-expected.png: Added.
12444         * platform/gtk/editing/inserting/typing-at-end-of-line-expected.txt: Added.
12445         * platform/gtk/editing/selection/select-across-readonly-input-1-expected.png: Added.
12446         * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt: Added.
12447         * platform/gtk/editing/selection/select-across-readonly-input-2-expected.png: Added.
12448         * platform/gtk/editing/selection/select-across-readonly-input-2-expected.txt: Added.
12449         * platform/gtk/editing/selection/select-across-readonly-input-3-expected.png: Added.
12450         * platform/gtk/editing/selection/select-across-readonly-input-3-expected.txt: Added.
12451         * platform/gtk/editing/selection/select-across-readonly-input-4-expected.png: Added.
12452         * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt: Added.
12453         * platform/gtk/editing/selection/select-across-readonly-input-5-expected.png: Added.
12454         * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt: Added.
12455         * platform/gtk/fast/forms/input-placeholder-text-indent-expected.png: Added.
12456         * platform/gtk/fast/forms/input-placeholder-text-indent-expected.txt: Added.
12458 2011-05-05  MORITA Hajime  <morrita@google.com>
12460         Unreviewed, marking flaky tests.
12462         * platform/chromium/test_expectations.txt:
12464 2011-05-05  MORITA Hajime <morrita@google.com>
12466         Unreviewed, rolling out r85817.
12467         http://trac.webkit.org/changeset/85817
12469         It looks these lines are mis-skipped.
12471         * platform/chromium/test_expectations.txt:
12473 2011-05-05  Philippe Normand  <pnormand@igalia.com>
12475         Unreviewed, GTK baselines for new fullscreen test.
12477         * platform/gtk/fullscreen/full-screen-stacking-context-expected.png: Added.
12478         * platform/gtk/fullscreen/full-screen-stacking-context-expected.txt: Added.
12480 2011-05-05  MORITA Hajime <morrita@google.com>
12482         Unreviewed, fixed a syntax error on expectations file.
12484         * platform/chromium/test_expectations.txt:
12486 2011-05-05  MORITA Hajime  <morrita@google.com>
12488         Unreviewed expectations update for MAC GPU flakiness.
12489         - video-zoom-controls.html: Added IMAGE
12490         - media/controls-without-preload.html, media/controls-styling.html, media/controls-strict.html, media/controls-after-reload.html
12491           Added TEXT
12492         * platform/chromium/test_expectations.txt:
12494 2011-05-04  MORITA Hajime  <morrita@google.com>
12496         Unreviewed expectations update.
12498         * platform/chromium/test_expectations.txt:
12500 2011-05-04  MORITA Hajime <morrita@google.com>
12502         r85835 skipped too much. narrowed skipped target.
12504         * platform/chromium/test_expectations.txt:
12506 2011-05-04  MORITA Hajime  <morrita@google.com>
12508         Unreviewed marking failing gpu tests:
12509         - controls-without-preload.html, controls-after-reload.html, controls-strict.html, controls-styling.html
12510         
12511         * platform/chromium/test_expectations.txt:
12513 2011-05-04  Sheriff Bot  <webkit.review.bot@gmail.com>
12515         Unreviewed, rolling out r85788.
12516         http://trac.webkit.org/changeset/85788
12517         https://bugs.webkit.org/show_bug.cgi?id=60250
12519         svg/text/text-block-child-crash.xhtml asserts (Requested by
12520         Ossy on #webkit).
12522         * svg/custom/display-table-caption-foreignObject-expected.txt: Removed.
12523         * svg/custom/display-table-caption-foreignObject.svg: Removed.
12524         * svg/custom/display-table-caption-inherit-foreignObject-expected.txt: Removed.
12525         * svg/custom/display-table-caption-inherit-foreignObject.xhtml: Removed.
12526         * svg/custom/display-table-caption-inherit-text-expected.txt: Removed.
12527         * svg/custom/display-table-caption-inherit-text.xhtml: Removed.
12528         * svg/custom/display-table-caption-text-expected.txt: Removed.
12529         * svg/custom/display-table-caption-text.svg: Removed.
12531 2011-05-04  MORITA Hajime <morrita@google.com>
12533         Marking at r85822 was not enough. Re-marked it.
12535         * platform/chromium/test_expectations.txt:
12537 2011-05-04  MORITA Hajime  <morrita@google.com>
12539         Unreviewed flaky marking to full-screen-stacking-context.html.
12541         * platform/chromium/test_expectations.txt:
12543 2011-05-04  James Robinson  <jamesr@chromium.org>
12545         Reviewed by Kenneth Russell.
12547         [chromium] REGRESSION(85136): Composited content vanishes when transform-style changes from preserve-3d to flat
12548         https://bugs.webkit.org/show_bug.cgi?id=60202
12550         Adds a regression test for composited content changing from transform-style: preserve-3d to flat.
12552         * compositing/repaint/transform-style-change-expected.png: Added.
12553         * compositing/repaint/transform-style-change-expected.txt: Added.
12554         * compositing/repaint/transform-style-change.html: Added.
12556 2011-05-04  MORITA Hajime <morrita@google.com>
12558         Unreviewed expectations update.
12560         * platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.txt: Added.
12561         * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.txt: Added.
12563 2011-05-04  Cris Neckar  <cdn@chromium.org>
12565         Reviewed by Adam Barth.
12567         Tests whether a style media specifier inside an svg image will crash.
12568         https://bugs.webkit.org/show_bug.cgi?id=49902
12570         * fast/media/media-svg-crash-expected.txt: Added.
12571         * fast/media/media-svg-crash.html: Added.
12573 2011-05-04  MORITA Hajime  <morrita@google.com>
12575         Unreviewed skipping text-block-child-crash.xhtml
12577         * platform/chromium/test_expectations.txt:
12579 2011-05-04  Ojan Vafai  <ojan@chromium.org>
12581         Commit failing result. It's not clear to me why this test is failing.
12582         There's nothing platform specific about it, it doesn't depend on the
12583         system environment and it's not failing on the chromium win7 bot.
12585         Committing this for now to green the tree.
12587         * platform/win-7sp0/fast/harness/results-expected.txt: Added.
12589 2011-05-04  Joseph Pecoraro  <joepeck@webkit.org>
12591         Reviewed by Darin Adler.
12593         Unable to Paste After Deleting Text from Input due to -webkit-user-select
12594         https://bugs.webkit.org/show_bug.cgi?id=60219
12596         * editing/pasteboard/paste-placeholder-input-expected.txt: Added.
12597         * editing/pasteboard/paste-placeholder-input.html: Added.
12599 2011-05-04  MORITA Hajime  <morrita@google.com>
12601         Unreviewed marking flaky tests.
12603         * platform/chromium/test_expectations.txt:
12605 2011-05-04  Vangelis Kokkevis  <vangelis@chromium.org>
12607         Reviewed by Kenneth Russell.
12609         [chromium] Adding a new layout test for perpendicular layers.
12610         https://bugs.webkit.org/show_bug.cgi?id=59255
12612         * platform/chromium-gpu-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Added.
12613         * platform/chromium-gpu-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.txt: Added.
12614         * platform/chromium/compositing/perpendicular-layer-sorting.html: Added.
12615         * platform/chromium/test_expectations.txt:
12617 2011-05-03  Jer Noble  <jer.noble@apple.com>
12619         Reviewed by Antti Koivisto.
12621         Safari: Video at apple.com cannot play at full screen mode with layout distortion
12622         https://bugs.webkit.org/show_bug.cgi?id=60140
12624         * fullscreen/full-screen-stacking-context-expected.txt: Added.
12625         * fullscreen/full-screen-stacking-context.html: Added.
12626         * platform/mac/fullscreen/full-screen-stacking-context-expected.png: Added.
12628 2011-05-04  Ojan Vafai  <ojan@chromium.org>
12630         Reviewed by Eric Seidel.
12632         [results.html] Hide the entire table if all failures are expected
12633         https://bugs.webkit.org/show_bug.cgi?id=60225
12635         If in a port that uses expected results and all failures are expected,
12636         hide the table as well as the rows when hiding expected failures.
12638         * fast/harness/resources/results-test.js:
12639         * fast/harness/results-expected.txt:
12640         * fast/harness/results.html:
12642 2011-05-04  Mark Pilgrim  <pilgrim@chromium.org>
12644         Reviewed by Tony Chang.
12646         Port Mozilla's IndexedDB tests: odd result order
12647         https://bugs.webkit.org/show_bug.cgi?id=60193
12649         This test uses setTimeout to check that the result property of
12650         asynchronous requests persists into the setTimeout callback.
12652         * storage/indexeddb/mozilla/odd-result-order-expected.txt: Added.
12653         * storage/indexeddb/mozilla/odd-result-order.html: Added.
12655 2011-05-04  Alpha Lam  <hclam@chromium.org>
12657         Not reviewed. Build fix.
12659         Test expectations.
12661         * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png:
12662         * platform/chromium/test_expectations.txt:
12664 2011-05-04  Ojan Vafai  <ojan@chromium.org>
12666         Reviewed by Eric Seidel.
12668         [results.html] put flaky tests into their own table
12669         https://bugs.webkit.org/show_bug.cgi?id=60214
12671         * fast/harness/resources/results-test.js:
12672         * fast/harness/results-expected.txt:
12673         * fast/harness/results.html:
12675 2011-05-04  Ojan Vafai  <ojan@chromium.org>
12677         Reviewed by Eric Seidel.
12679         [results.html] fix apply options on page load
12680         https://bugs.webkit.org/show_bug.cgi?id=60217
12682         This broke when we started storing options in localstorage.
12683         Also fixes regressions exposed by fixing this.
12685         * fast/harness/resources/results-test.js:
12686         * fast/harness/results.html:
12688 2011-05-04  Rob Buis  <rbuis@rim.com>
12690         Reviewed by Darin Adler.
12692         NULL deref when SVG elements have table styles 
12693         https://bugs.webkit.org/show_bug.cgi?id=45561
12695         Test that we do not crash anymore for value table-caption through direct usage
12696         and indirectly through inherit.
12698         * svg/custom/display-table-caption-foreignObject-expected.txt: Added.
12699         * svg/custom/display-table-caption-foreignObject.svg: Added.
12700         * svg/custom/display-table-caption-inherit-foreignObject-expected.txt: Added.
12701         * svg/custom/display-table-caption-inherit-foreignObject.xhtml: Added.
12702         * svg/custom/display-table-caption-inherit-text-expected.txt: Added.
12703         * svg/custom/display-table-caption-inherit-text.xhtml: Added.
12704         * svg/custom/display-table-caption-text-expected.txt: Added.
12705         * svg/custom/display-table-caption-text.svg: Added.
12707 2011-05-04  Luiz Agostini  <luiz.agostini@openbossa.org>
12709         Unreviewed build fix.
12711         Skipping test http/tests/navigation/response204.html for Mac, Win and GTK.
12713         * platform/gtk/Skipped:
12714         * platform/mac/Skipped:
12715         * platform/win/Skipped:
12717 2011-05-03  Kenji Imasaki  <imasaki@chromium.org>
12719         Reviewed by David Levin.
12721         [Chromium] Update bug numbers in media related test cases.
12722         https://bugs.webkit.org/show_bug.cgi?id=60078
12724         * platform/chromium/test_expectations.txt:
12726 2011-05-04  Simon Fraser  <simon.fraser@apple.com>
12728         Reviewed by Anders Carlsson.
12730         WebKit2 flashes if entering and exiting compositing rapidly
12731         https://bugs.webkit.org/show_bug.cgi?id=60198
12732         
12733         Testcase that toggles compositing 10 times and should not flash or assert.
12735         * compositing/toggle-compositing-expected.txt: Added.
12736         * compositing/toggle-compositing.html: Added.
12738 2011-05-04  Jessie Berlin  <jberlin@apple.com>
12740         Windows DRT needs an implementation of shadowRoot
12741         https://bugs.webkit.org/show_bug.cgi?id=59081
12743         Add another test for the shadow dom to the Windows Skipped list to get the bots green.
12745         * platform/win/Skipped:
12747 2011-05-04  Ojan Vafai  <ojan@chromium.org>
12749         Reviewed by Eric Seidel.
12751         [results.html] Don't show actual failure type column for ports that don't use expectations files
12752         https://bugs.webkit.org/show_bug.cgi?id=60199
12754         For the most part, the links shown tell you what type of failure it is.
12755         The only case where we lose some information here is for a test that
12756         failed one run, but passed or had a different failure on retry.i
12757         We should probably put those tests in their own table anyways.
12759         * fast/harness/resources/results-test.js:
12760         * fast/harness/results.html:
12762 2011-05-04  Andrey Kosyakov  <caseq@chromium.org>
12764         Unreviewed. Skipped inspector/elements/shadow-dom.html on win.
12765         https://bugs.webkit.org/show_bug.cgi?id=60195
12767         * platform/win/Skipped:
12769 2011-04-01  Luiz Agostini  <luiz.agostini@openbossa.org>
12771         Reviewed by Kenneth Rohde Christiansen.
12773         [Qt] Qt WebKit updates view on HTTP 204 response
12774         https://bugs.webkit.org/show_bug.cgi?id=42529
12776         Responses which have status code equal to 204 should be ignored.
12778         * http/tests/navigation/response204-expected.txt: Added.
12779         * http/tests/navigation/response204.html: Added.
12780         * http/tests/navigation/resources/response204.pl: Added.
12782 2011-05-03  Geoffrey Garen  <ggaren@apple.com>
12784         Reviewed by Darin Adler.
12786         <rdar://problem/9366557> Various crashes due to bad DFG codegen at canalplus.fr
12788         * fast/js/trivial-functions-expected.txt: Added.
12789         * fast/js/trivial-functions.html: Added.
12791 2011-05-04  Mark Pilgrim  <pilgrim@chromium.org>
12793         Reviewed by Tony Chang.
12795         IndexedDB open (database) should fail if name is null
12796         https://bugs.webkit.org/show_bug.cgi?id=60022
12798         * storage/indexeddb/mozilla/open-database-null-name-expected.txt: Added.
12799         * storage/indexeddb/mozilla/open-database-null-name.html: Added.
12801 2011-05-04  Ojan Vafai  <ojan@chromium.org>
12803         Improve styling on the toolbar. Make the background opaque.
12805         * fast/harness/results.html:
12807 2011-05-04  Alpha Lam  <hclam@chromium.org>
12809         Not reviewed. Build fix.
12811         Test expectations for Linux.
12813         * platform/chromium-linux/fast/canvas/webgl/css-webkit-canvas-expected.png: Added.
12814         * platform/chromium-linux/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Added.
12816 2011-05-04  Andrey Kosyakov  <caseq@chromium.org>
12818         Unreviewed. Another shot at fixing flakiness under win (also renamed a couple of obsolete things).
12820         * inspector/elements/shadow-dom-expected.txt:
12821         * inspector/elements/shadow-dom.html:
12823 2011-05-04  Ojan Vafai  <ojan@chromium.org>
12825         Reviewed by Eric Seidel.
12827         [results.html] don't show expand buttons for passing tests
12828         https://bugs.webkit.org/show_bug.cgi?id=60187
12830         After http://trac.webkit.org/changeset/85636 there's nothing
12831         to expand for the unexpected passes table.
12833         * fast/harness/resources/results-test.js:
12834         * fast/harness/results.html:
12836 2011-05-04  Ojan Vafai  <ojan@chromium.org>
12838         Reviewed by Eric Seidel.
12840         [results.html] bucket crashes/timeouts into their own test lists
12841         https://bugs.webkit.org/show_bug.cgi?id=60181
12843         Also, don't show the "expected to fail but passed" table for ports
12844         that don't use an expectation file.
12846         * fast/harness/resources/results-test.js:
12847         * fast/harness/results.html:
12849 2011-05-04  Andrey Kosyakov  <caseq@chromium.org>
12851         Unreviewed. Attempt to resolve flakiness on windows.
12853         * inspector/elements/shadow-dom.html:
12855 2011-05-04  Andrey Kosyakov  <caseq@chromium.org>
12857         Reviewed by Yury Semikhatsky.
12859         Web Inspector: expose shadow DOM in the Elements panel
12860         https://bugs.webkit.org/show_bug.cgi?id=60160
12862         * http/tests/inspector/elements-test.js:
12863         (initialize_ElementTest.InspectorTest.nodeWithId.processChildren):
12864         (initialize_ElementTest.InspectorTest.nodeWithId.documentRequested):
12865         (initialize_ElementTest.InspectorTest.nodeWithId):
12866         * inspector/elements/shadow-dom-expected.txt: Added.
12867         * inspector/elements/shadow-dom.html: Added.
12869 2011-05-04  Csaba Osztrogonác  <ossy@webkit.org>
12871         [Qt] Fix crashes in QMetaObject::metacall
12872         https://bugs.webkit.org/show_bug.cgi?id=53912
12874         * platform/qt/Skipped: Unskip http/tests/websocket/tests.
12876 2011-05-04  Philippe Normand  <pnormand@igalia.com>
12878         Unreviewed, skip fast/dom/Geolocation/argument-types.html crashing
12879         on GTK.
12881         [GTK] fast/dom/Geolocation/argument-types.html flaky crash on 32-bits Debug
12882         https://bugs.webkit.org/show_bug.cgi?id=60158
12884         * platform/gtk/Skipped:
12886 2011-05-04  Mark Pilgrim  <pilgrim@chromium.org>
12888         Reviewed by Tony Chang.
12890         Port Mozilla's IndexedDB tests: readyState
12891         https://bugs.webkit.org/show_bug.cgi?id=60069
12893         Checks the value of the request.readyState property during and
12894         after opening a database, setting the version, creating a datastore,
12895         adding a record, and retrieving a record.
12897         * storage/indexeddb/mozilla/readyState-expected.txt: Added.
12898         * storage/indexeddb/mozilla/readyState.html: Added.
12900 2011-05-04  Philippe Normand  <pnormand@igalia.com>
12902         Unreviewed, GTK rebaseline after r85669.
12904         * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt:
12906 2011-05-04  Satish Sampath  <satish@chromium.org>
12908         Reviewed by Tony Gentilcore.
12910         Layout the speech input button to the left of outer spin button properly.
12911         https://bugs.webkit.org/show_bug.cgi?id=59742
12913         * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png:
12914         * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt:
12915         * platform/chromium/test_expectations.txt:
12917 2011-05-03  Yury Semikhatsky  <yurys@chromium.org>
12919         Reviewed by Pavel Feldman.
12921         Web Inspector: can't inspect element in an iframe when element originates from non-frame document
12922         https://bugs.webkit.org/show_bug.cgi?id=60031
12924         * inspector/elements/elements-inspect-iframe-from-different-domain-expected.txt: Added.
12925         * inspector/elements/elements-inspect-iframe-from-different-domain.html: Added.
12927 2011-05-03  Dan Bernstein  <mitz@apple.com>
12929         Updated expected results after updating this test in r85676.
12931         * platform/mac/fast/text/ligature-subdivision-expected.txt:
12933 2011-05-03  Alpha Lam  <hclam@chromium.org>
12935         Not reviewed. Build fix.
12937         Quick suppresion for layout test failures.
12939         * platform/chromium/test_expectations.txt:
12941 2011-05-03  Dirk Pranke  <dpranke@chromium.org>
12943         Unreviewed, expectations triage and new baselines.
12945         * platform/chromium-linux/fast/borders/bidi-012-expected.png: Added.
12946         * platform/chromium-mac-leopard/fast/borders/bidi-012-expected.png: Added.
12947         * platform/chromium-mac-leopard/fast/multicol/client-rects-expected.png: Added.
12948         * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png: Removed.
12949         * platform/chromium-win/fast/borders/bidi-012-expected.png: Added.
12950         * platform/chromium-win/fast/borders/bidi-012-expected.txt: Added.
12951         * platform/chromium/test_expectations.txt:
12952         * platform/mac/fast/block/float/float-overhangs-root-expected.png:
12954 2011-05-03  Dirk Pranke  <dpranke@chromium.org>
12956         Unreviewed, expectations triage and new baselines.
12958         * platform/chromium-linux/fast/box-shadow/inset-expected.png:
12959         * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
12960         * platform/chromium-linux/fast/forms/basic-selects-expected.png:
12961         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
12962         * platform/chromium-mac-leopard/fast/box-shadow/inset-expected.png: Added.
12963         * platform/chromium-mac-leopard/fast/forms/basic-selects-expected.png:
12964         * platform/chromium-mac/fast/box-shadow/inset-expected.png: Removed.
12965         * platform/chromium-mac/fast/forms/basic-selects-expected.png: Removed.
12966         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
12967         * platform/chromium-win/fast/box-shadow/inset-expected.png:
12968         * platform/chromium-win/fast/forms/basic-selects-expected.png:
12969         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
12970         * platform/chromium/test_expectations.txt:
12972 2011-05-03  Dirk Pranke  <dpranke@chromium.org>
12974         Unreviewed, expectations change and new baselines.
12976         * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png: Added.
12977         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
12978         * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png:
12979         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
12980         * platform/chromium-win/fast/backgrounds/gradient-background-leakage-expected.png: Added.
12981         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
12982         * platform/chromium/test_expectations.txt:
12984 2011-05-03  Dirk Pranke  <dpranke@chromium.org>
12986         Unreviewed, expectations triage.
12988         * platform/chromium/test_expectations.txt:
12990 2011-05-03  Dirk Pranke  <dpranke@chromium.org>
12992         Unreviewed, expectations triage.
12994         * platform/chromium-win-xp/svg/css/text-shadow-multiple-expected.png: Removed.
12995         * platform/chromium/test_expectations.txt:
12997 2011-05-03  Dirk Pranke  <dpranke@chromium.org>
12999         Unreviewed, expectations triage.
13001         * platform/chromium/test_expectations.txt:
13003 2011-05-03  Dirk Pranke  <dpranke@chromium.org>
13005         Unreviewed, remove obsolete baselines.
13007         * platform/chromium-win-xp/fast/repaint/shadow-multiple-horizontal-expected.png: Removed.
13008         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
13009         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
13010         * platform/chromium-win-xp/fast/repaint/shadow-multiple-vertical-expected.png: Removed.
13011         * platform/chromium/test_expectations.txt:
13013 2011-05-03  Dirk Pranke  <dpranke@chromium.org>
13015         Unreviewed, expectations triaging.
13017         * platform/chromium/test_expectations.txt:
13019 2011-05-03  Dean Jackson  <dino@apple.com>
13021         Reviewed by Simon Fraser.
13023         Interrupted transitions are not correctly removed
13024         https://bugs.webkit.org/show_bug.cgi?id=60062
13026         * transitions/3d/interrupted-transition-expected.txt: Added.
13027         * transitions/3d/interrupted-transition.html: Added.
13029 2011-05-03  Alpha Lam  <hclam@chromium.org>
13031         Not reviewed. Build fix.
13033         Adding rebaseline for recent changes for mac.
13035         * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-1-expected.png: Added.
13036         * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-2-expected.png: Added.
13037         * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-3-expected.png: Added.
13038         * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-4-expected.png: Added.
13039         * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-5-expected.png: Added.
13041 2011-05-03  Enrica Casucci  <enrica@apple.com>
13043         Reviewed by Ryosuke Niwa.
13045         Crash in SpellingCorrectionController::respondToChangedSelection.
13046         https://bugs.webkit.org/show_bug.cgi?id=60071
13047         <rdar://problem/9358190>
13049         * editing/selection/undo-crash-expected.txt: Added.
13050         * editing/selection/undo-crash.html: Added.
13052 2011-05-03  Csaba Osztrogonác  <ossy@webkit.org>
13054         [Qt][WK2] Incorrect line number dumping
13055         https://bugs.webkit.org/show_bug.cgi?id=60074
13057         [Qt][WK2] editing/pasteboard/do-not-copy-body-color.html fails
13058         https://bugs.webkit.org/show_bug.cgi?id=60076
13060         * platform/qt-wk2/Skipped: Add a couple of failing tests.
13062 2011-05-03  Tony Chang  <tony@chromium.org>
13064         Add a bug number for a recent regression to test_expectations.txt.
13066         * platform/chromium/test_expectations.txt:
13068 2011-05-03  Alpha Lam  <hclam@chromium.org>
13070         Not reviewed. Build fix.
13072         Test expectations.
13074         * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.png: Added.
13075         * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt: Added.
13076         * platform/chromium-win/editing/selection/select-across-readonly-input-2-expected.png: Added.
13077         * platform/chromium-win/editing/selection/select-across-readonly-input-2-expected.txt: Added.
13078         * platform/chromium-win/editing/selection/select-across-readonly-input-3-expected.png: Added.
13079         * platform/chromium-win/editing/selection/select-across-readonly-input-3-expected.txt: Added.
13080         * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.png: Added.
13081         * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt: Added.
13082         * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.png: Added.
13083         * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt: Added.
13084         * platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.txt:
13086 2011-05-03  Alpha Lam  <hclam@chromium.org>
13088         Build fix. Not reviewed.
13090         Test expectation change after r85674.
13092         * platform/chromium-linux/platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.png: Added.
13094 2011-05-03  Alpha Lam  <hclam@chromium.org>
13096         Build fix. Not reviewed.
13098         Add test expectations for new tests.
13100         * platform/chromium-linux/editing/selection/select-across-readonly-input-1-expected.png: Added.
13101         * platform/chromium-linux/editing/selection/select-across-readonly-input-1-expected.txt: Added.
13102         * platform/chromium-linux/editing/selection/select-across-readonly-input-2-expected.png: Added.
13103         * platform/chromium-linux/editing/selection/select-across-readonly-input-2-expected.txt: Added.
13104         * platform/chromium-linux/editing/selection/select-across-readonly-input-3-expected.png: Added.
13105         * platform/chromium-linux/editing/selection/select-across-readonly-input-3-expected.txt: Added.
13106         * platform/chromium-linux/editing/selection/select-across-readonly-input-4-expected.png: Added.
13107         * platform/chromium-linux/editing/selection/select-across-readonly-input-4-expected.txt: Added.
13108         * platform/chromium-linux/editing/selection/select-across-readonly-input-5-expected.png: Added.
13109         * platform/chromium-linux/editing/selection/select-across-readonly-input-5-expected.txt: Added.
13110         * platform/chromium-linux/fast/forms/input-readonly-autoscroll-expected.txt: Added.
13112 2011-05-03  Dan Bernstein  <mitz@apple.com>
13114         Rubber-stamped by Darin Adler.
13116         Account for font metric differences exposed by r85411.
13117         Fixes <rdar://problem/9377892> REGRESSION (r85403-r85475): platform/mac/fast/text/ligature-subdivision.html failing
13119         * platform/mac/fast/text/script-tests/ligature-subdivision.js:
13121 2011-05-03  Tony Chang  <tony@chromium.org>
13123         Update results for fast/harness/results.html.  We shouldn't be
13124         ignoring these failures :(
13126         * fast/harness/results-expected.txt:
13127         * platform/chromium/test_expectations.txt:
13129 2011-05-03  Tony Chang  <tony@chromium.org>
13131         Update chromium linux test results after r85013.  The vertical
13132         positioning of the glyphs have improved.
13134         * platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.png:
13135         * platform/chromium-linux/fast/text/atsui-spacing-features-expected.png:
13136         * platform/chromium-linux/fast/text/international/hebrew-vowels-expected.png:
13137         * platform/chromium-linux/fast/text/international/thai-baht-space-expected.png:
13138         * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png:
13139         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
13140         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
13141         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
13142         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
13143         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
13144         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
13145         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
13146         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
13147         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
13148         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
13149         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
13150         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
13151         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
13152         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
13153         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
13154         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
13155         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png:
13156         * platform/chromium-linux/svg/text/text-intro-05-t-expected.png:
13157         * platform/chromium/test_expectations.txt:
13159 2011-05-03  Igor Oliveira  <igor.oliveira@openbossa.org>
13161         Reviewed by Csaba Osztrogonác.
13163         [Qt] REGRESSION(r85648) Skip data-transfer-items.html test because data-transfer-items is not a Qt default build option
13164         https://bugs.webkit.org/show_bug.cgi?id=60068
13166         Skip data-transfer-items.html test because data-transfer-items
13167         is not a Qt default build option
13169         * platform/qt/Skipped:
13171 2011-05-03  Ryosuke Niwa  <rniwa@webkit.org>
13173         Reviewed by Darin Adler.
13175         WebKit allows selection that crosses the shadow boundary of a readonly input element
13176         https://bugs.webkit.org/show_bug.cgi?id=60000
13178         Added pixel tests to ensure WebKit doesn't create a selection that spans across
13179         the shadow DOM boundary of a readonly input element. Also rebaselined a test that
13180         previously exhibited this behavior.
13182         * editing/selection/resources/select-across-readonly-input.js: Added.
13183         (moveMouseToMiddleOfElement):
13184         * editing/selection/select-across-readonly-input-1.html: Added.
13185         * editing/selection/select-across-readonly-input-2.html: Added.
13186         * editing/selection/select-across-readonly-input-3.html: Added.
13187         * editing/selection/select-across-readonly-input-4.html: Added.
13188         * editing/selection/select-across-readonly-input-5.html: Added.
13189         * platform/mac/editing/selection/select-across-readonly-input-1-expected.png: Added.
13190         * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt: Added.
13191         * platform/mac/editing/selection/select-across-readonly-input-2-expected.png: Added.
13192         * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt: Added.
13193         * platform/mac/editing/selection/select-across-readonly-input-3-expected.png: Added.
13194         * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt: Added.
13195         * platform/mac/editing/selection/select-across-readonly-input-4-expected.png: Added.
13196         * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt: Added.
13197         * platform/mac/editing/selection/select-across-readonly-input-5-expected.png: Added.
13198         * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt: Added.
13199         * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt:
13201 2011-05-03  Alpha Lam  <hclam@chromium.org>
13203         Not reviewed. Build fix.
13205         Add expectation to suppress new failure.
13207         * platform/chromium/test_expectations.txt:
13209 2011-05-03  Csaba Osztrogonác  <ossy@webkit.org>
13211         [Qt][WK2] Support PageGroup in QGraphicsWKView/QWKPage constructors
13212         https://bugs.webkit.org/show_bug.cgi?id=59638
13214         * platform/qt-wk2/Skipped: Add failing tests until fix.
13216 2011-05-03  James Robinson  <jamesr@chromium.org>
13218         Reviewed by Kenneth Russell.
13220         [chromium] Resizing a 2d canvas to huge dimensions after compositing crashes with accelerated 2d canvas option enabled
13221         https://bugs.webkit.org/show_bug.cgi?id=59965
13223         Adds a test with a canvas rendered once with normal width/height dimensions then resized to very large dimensions.
13225         * fast/canvas/canvas-resize-after-paint-expected.txt: Added.
13226         * fast/canvas/canvas-resize-after-paint.html: Added.
13228 2011-05-03  Ojan Vafai  <ojan@chromium.org>
13230         Reviewed by Tony Chang.
13232         store results.html options in localstorage
13233         https://bugs.webkit.org/show_bug.cgi?id=60048
13235         This makes options persistent per-domain. It's not perfect,
13236         but it should make it possible to have preferences for how
13237         people would like the results.html page to render.
13239         * fast/harness/resources/results-test.js:
13240         * fast/harness/results.html:
13242 2011-05-03  Igor Oliveira  <igor.oliveira@openbossa.org>
13244         Reviewed by Eric Seidel.
13246         [Qt] Implement initial support to DataTransferItems
13247         https://bugs.webkit.org/show_bug.cgi?id=58448
13249         Remove data-transfer-items.html from Qt skipped tests and create an expected
13250         result file for data-transfer-items.html test. The need to create a expected result
13251         file is because the test presuppose that the type of the first element in
13252         DataTransferItems list is a html but when Qt selects a data, it first copies a text
13253         and then it copies the html, so for Qt expected test file the first element is a
13254         text and the second one is a html.
13256         * platform/qt/Skipped:
13257         * platform/qt/editing/pasteboard/data-transfer-items-expected.txt: Added.
13259 2011-05-03  Alpha Lam  <hclam@chromium.org>
13261         Not reviewed. Build fix.
13263         new baseline for SVG test.
13265         * platform/chromium-win-vista/svg/text/text-intro-05-t-expected.txt: Added.
13267 2011-05-03  Alpha Lam  <hclam@chromium.org>
13269         Not reviewed. Build fix.
13271         Test expectations fix.
13273         * platform/chromium-gpu-mac/animations/3d/replace-filling-transform-expected.png: Added.
13274         * platform/chromium/test_expectations.txt:
13276 2011-05-03  Alpha Lam  <hclam@chromium.org>
13278         Not reviewed. Build fix.
13280         New baseline for GPU layout tests.
13282         * platform/chromium-gpu-mac/animations/3d/matrix-transform-type-animation-expected.png: Added.
13283         * platform/chromium-gpu-mac/animations/3d/state-at-end-event-transform-expected.png: Added.
13285 2011-05-03  Mario Sanchez Prada  <msanchez@igalia.com>
13287         Unreviewed, skipping test timing out in the GTK 64-bit bot.
13289         * platform/gtk/Skipped: Skipped media/video-volume-slider.html.
13291 2011-05-03  Ojan Vafai  <ojan@chromium.org>
13293         improve styling of options menu in results.html file
13295         * fast/harness/results.html:
13297 2011-05-03  Alpha Lam  <hclam@chromium.org>
13299         Not reviewed. Build fix.
13301         New baseline and add test expectation to suppress failure.
13303         * platform/chromium-gpu-win/animations/3d/replace-filling-transform-expected.png: Added.
13304         * platform/chromium/test_expectations.txt:
13306 2011-05-03  Ojan Vafai  <ojan@chromium.org>
13308         Reviewed by Tony Chang.
13310         Don't include the test itself in expanded test results
13311         https://bugs.webkit.org/show_bug.cgi?id=60051
13313         When loading from local disk, we can't force it to render as
13314         plain text, which causes the page to actually run. Also,
13315         the extra clutter of another iframe is probably not worth it.
13317         If we decide we want this later, we can add it back in as a
13318         preference that's off by default.
13320         * fast/harness/results.html:
13322 2011-05-03  Alpha Lam  <hclam@chromium.org>
13324         Not reviewed. Build fix.
13326         Test expectation for a slow test to avoid flakiness.
13328         * platform/chromium/test_expectations.txt:
13330 2011-05-03  Ojan Vafai  <ojan@chromium.org>
13332         Fix test that broke after adding CSS animations.
13334         * fast/harness/resources/results-test.js:
13335         * fast/harness/results-expected.txt:
13337 2011-05-03  Alpha Lam  <hclam@chromium.org>
13339         Not reviewed. Build fix.
13341         Adding test expectations for some SVG tests on Windows.
13343         * platform/chromium-win-vista/svg/text/text-fonts-01-t-expected.png: Removed.
13344         * platform/chromium-win-vista/svg/text/text-intro-05-t-expected.png: Added.
13345         * platform/chromium-win-xp/svg/text/text-fonts-01-t-expected.png: Added.
13346         * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.png: Added.
13347         * platform/chromium-win/svg/text/text-fonts-01-t-expected.png: Added.
13348         * platform/chromium-win/svg/text/text-fonts-01-t-expected.txt: Added.
13349         * platform/chromium-win/svg/text/text-intro-05-t-expected.png:
13350         * platform/chromium-win/svg/text/text-intro-05-t-expected.txt:
13351         * platform/chromium/test_expectations.txt:
13353 2011-05-03  Mark Pilgrim  <pilgrim@chromium.org>
13355         Reviewed by Tony Chang.
13357         Port Mozilla's IndexedDB tests: cursor update updates indexes
13358         https://bugs.webkit.org/show_bug.cgi?id=59995
13360         This test creates an object store, adds both a unique and a non-unique index,
13361         adds a record, opens a cursor, changes the record, and verifies that both
13362         indexes correctly updated to reflect the modified record.
13364         * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt: Added.
13365         * storage/indexeddb/mozilla/cursor-update-updates-indexes.html: Added.
13367 2011-05-03  James Robinson  <jamesr@chromium.org>
13369         Remove stale expectations for animations/3d in chromium test_expectations.txt
13371         * platform/chromium/test_expectations.txt:
13373 2011-05-03  James Robinson  <jamesr@chromium.org>
13375         Reviewed by Kenneth Russell.
13377         [chromium] Layout test animations/3d/replace-filling-transform.html failing
13378         https://bugs.webkit.org/show_bug.cgi?id=59839
13380         Ignore animations/3d when run in CPU mode as these are compositor tests.
13382         * platform/chromium/test_expectations.txt:
13384 2011-05-03  Ojan Vafai  <ojan@chromium.org>
13386         Reviewed by Tony Chang.
13388         put results.html options in a menu
13389         https://bugs.webkit.org/show_bug.cgi?id=60042
13391         There are currently two options. With https://bugs.webkit.org/show_bug.cgi?id=59267
13392         there will be three. Put them behind a menu to reduce clutter.
13394         * fast/harness/resources/results-test.js:
13395         * fast/harness/results.html:
13397 2011-05-03  Ojan Vafai  <ojan@chromium.org>
13399         Reviewed by Tony Chang.
13401         make pixel zooming in results.html file less jarring
13402         https://bugs.webkit.org/show_bug.cgi?id=60038
13404         -Hide zoomed images when you mouse out of the document or
13405         mouseover an iframe.
13406         -Handle the case where the zoomed images overlap the actual images.
13408         * fast/harness/results.html:
13410 2011-05-03  David Hyatt  <hyatt@apple.com>
13412         Reviewed by Dan Bernstein.
13414         https://bugs.webkit.org/show_bug.cgi?id=60040
13415         <rdar://problem/9261591>
13417         Links broken at iplanwebsites.com. Make sure that culledInlineAbsoluteQuads still does
13418         a translation of a 0,0 point to absolute coordinates so that the top left position is
13419         accurate.
13421         Added fast/inline/skipped-whitespace-client-rect.html
13423         * fast/inline/skipped-whitespace-client-rect-expected.txt: Added.
13424         * fast/inline/skipped-whitespace-client-rect.html: Added.
13426 2011-05-03  Ojan Vafai  <ojan@chromium.org>
13428         Fix test accidentally modified in http://trac.webkit.org/changeset/85610.
13430         * fullscreen/full-screen-zIndex.html:
13432 2011-05-02  Ojan Vafai  <ojan@chromium.org>
13434         Reviewed by Tony Chang.
13436         add image toggling behavior from old-run-webkit-tests
13437         https://bugs.webkit.org/show_bug.cgi?id=59978
13439         Add a checkbox to switch between image toggling (default)
13440         and just showing results for expected/actual images.
13442         * fast/harness/resources/results-test.js:
13443         * fast/harness/results-expected.txt:
13444         * fast/harness/results.html:
13446 2011-05-03  Satish Sampath  <satish@chromium.org>
13448         Unreviewed, update test expectations for chromium.
13450         * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.png:
13451         * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt:
13452         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
13453         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
13454         * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png:
13455         * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt:
13456         * platform/chromium-mac-leopard/fast/speech/input-appearance-speechbutton-expected.txt: Removed.
13458 2011-05-03  Satish Sampath  <satish@chromium.org>
13460         Reviewed by Tony Gentilcore.
13462         Rebaseline speech input layout test expectations for chromium.
13463         https://bugs.webkit.org/show_bug.cgi?id=59742
13465         * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.png:
13466         * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt:
13467         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
13468         * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
13469         * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png:
13470         * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt:
13471         * platform/chromium-mac-leopard/fast/speech/input-appearance-speechbutton-expected.png:
13472         * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
13473         * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png:
13474         * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt:
13475         * platform/chromium/test_expectations.txt:
13477 2011-05-03  Yury Semikhatsky  <yurys@chromium.org>
13479         Unreviewed. Provide Chromium test expectaions for new test.
13481         * platform/chromium/inspector/console/console-log-document-proto-expected.txt: Added.
13483 2011-05-03  Pavel Feldman  <pfeldman@google.com>
13485         Not reviewed: rebaseline inspector test.
13487         * inspector/storage-panel-dom-storage-expected.txt:
13488         * inspector/storage-panel-dom-storage.html:
13490 2011-05-03  Gabor Rapcsanyi  <rgabor@webkit.org>
13492         Rubber-stamped by Csaba Osztrogonác.
13494         [Qt] Add failing tests to ARM specific Skipped list
13496         * platform/qt-arm/Skipped:
13498 2011-05-03  Yury Semikhatsky  <yurys@chromium.org>
13500         Reviewed by Pavel Feldman.
13502         Web Inspector: remove special logic for type of document.__proto__
13503         https://bugs.webkit.org/show_bug.cgi?id=60014
13505         * inspector/console/console-log-document-proto-expected.txt: Added.
13506         * inspector/console/console-log-document-proto.html: Added.
13507         * inspector/console/console-log-toString-object-expected.txt:
13508         * inspector/console/console-log-toString-object.html:
13510 2011-05-03  Philippe Normand  <pnormand@igalia.com>
13512         Unreviewed, unskip now passing test.
13514         [GTK] media/video-controls-transformed.html fails
13515         https://bugs.webkit.org/show_bug.cgi?id=50706
13517         * platform/gtk/Skipped:
13519 2011-05-03  Mario Sanchez Prada  <msanchez@igalia.com>
13521         Unreviewed, needed rebaseline after revision r85499.
13523         * platform/gtk/fast/replaced/table-percent-height-expected.txt:
13525 2011-05-02  Simon Fraser  <simon.fraser@apple.com>
13527         Reviewed by Dan Bernstein.
13529         Possible crash when removing elements with reflections
13530         https://bugs.webkit.org/show_bug.cgi?id=60009
13531         
13532         Testcase that sometimes crashes if run with MallocScribble enabled.
13534         * fast/reflections/remove-reflection-crash-expected.txt: Added.
13535         * fast/reflections/remove-reflection-crash.html: Added.
13537 2011-05-02  Ian Henderson  <ianh@apple.com>
13539         Reviewed by Dan Bernstein.
13541         CSS !important not respected by JavaScript
13542         https://bugs.webkit.org/show_bug.cgi?id=60007
13544         * fast/css/important-js-override-expected.txt: Added.
13545         * fast/css/important-js-override.html: Added.
13547 2011-05-02  Alpha Lam  <hclam@chromium.org>
13549         Not reviewed. Build fix.
13551         Fix Chromium test expectations.
13553         * platform/chromium/test_expectations.txt:
13555 2011-05-02  Alpha Lam  <hclam@chromium.org>
13557         Not reviewed. Build fix.
13559         New baselines for SVG tests for Chromium Leopard build.
13561         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
13562         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
13563         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
13564         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
13565         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Added.
13566         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Added.
13567         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Added.
13568         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Added.
13569         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
13570         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
13571         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
13572         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
13573         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
13574         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
13575         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
13576         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
13577         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
13578         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
13579         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
13580         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
13581         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
13582         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
13583         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
13584         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
13585         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
13586         * platform/chromium-mac-leopard/svg/filters/feLighting-crash-expected.png: Added.
13587         * platform/chromium-mac-leopard/tables/mozilla_expected_failures/other/test4-expected.png: Added.
13589 2011-05-02  Dimitri Glazkov  <dglazkov@chromium.org>
13591         Unreviewed, rolling out r85578.
13592         http://trac.webkit.org/changeset/85578
13593         https://bugs.webkit.org/show_bug.cgi?id=59976
13595         The test needs more lovin'. Voluntary rollout.
13597         * media/video-document-click-expected.txt: Removed.
13598         * media/video-document-click.html: Removed.
13600 2011-05-02  Dimitri Glazkov  <dglazkov@chromium.org>
13602         Reviewed by Darin Adler.
13604         Add layout tests for clicking in media documents.
13605         https://bugs.webkit.org/show_bug.cgi?id=59976
13607         * media/video-document-click-expected.txt: Added.
13608         * media/video-document-click.html: Added.
13610 2011-05-02  Mark Pilgrim  <pilgrim@chromium.org>
13612         Reviewed by Tony Chang.
13614         Port Mozilla's IndexedDB tests: adding and removing values
13615         https://bugs.webkit.org/show_bug.cgi?id=59953
13617         * storage/indexeddb/mozilla/object-store-remove-values-expected.txt: Added.
13618         * storage/indexeddb/mozilla/object-store-remove-values.html: Added.
13620 2011-05-02  Alpha Lam  <hclam@chromium.org>
13622         Not reviewed. Build fix.
13624         Expectation for new test.
13626         * platform/chromium/test_expectations.txt:
13628 2011-05-02  Alpha Lam  <hclam@chromium.org>
13630         Not reviewed. Build fix.
13632         Chromium test expectations.
13634         * platform/chromium/test_expectations.txt:
13636 2011-05-02  Joseph Pecoraro  <joepeck@webkit.org>
13638         Reviewed by David Kilzer.
13640         Respect fixed text-indent on ::-webkit-input-placeholder
13641         https://bugs.webkit.org/show_bug.cgi?id=59825
13643         Placeholder text does not appear in the render tree
13644         dumps, so this is a pixel test for the position of
13645         the placeholder affected by text-indent.
13647         * fast/forms/input-placeholder-text-indent.html: Added.
13648         * platform/mac/fast/forms/input-placeholder-text-indent-expected.png: Added.
13649         * platform/mac/fast/forms/input-placeholder-text-indent-expected.txt: Added.
13651 2011-05-02  Eric Uhrhane  <ericu@chromium.org>
13653         Reviewed by Eric Seidel.
13655         Some FileWriter progress events should be queued
13656         https://bugs.webkit.org/show_bug.cgi?id=50846
13658         * fast/filesystem/resources/file-writer-events.js:
13659         (onWrite): Expect readyState at onwrite to be DONE now, not WRITING.
13660         * fast/filesystem/resources/file-writer-utils.js:
13661         Switch to using onwrite, now that it works.
13663 2011-05-02  Mark Pilgrim  <pilgrim@chromium.org>
13665         Reviewed by Tony Chang.
13667         Port Mozilla's IndexedDB tests: cursor mutation in object store
13668         https://bugs.webkit.org/show_bug.cgi?id=59933
13670         This is a test case *adapted* from a test in Mozilla's IndexedDB
13671         test suite. The original test checked cursor mutation while iterating
13672         an index cursor (tracked as bug 59822). This test checks whether the
13673         cursor mutation is successfully recognized while iterating a straight
13674         objectstore cursor. Specifically, it deletes a record that's already
13675         been iterated, then adds a record to the objectstore during iteration,
13676         then checks that no records were skipped and that the added record is
13677         eventually found during iteration.
13679         * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt: Added.
13680         * storage/indexeddb/mozilla/cursor-mutation-objectstore-only.html: Added.
13682 2011-05-02  Csaba Osztrogonác  <ossy@webkit.org>
13684         Update Qt specific expected result after r85499.
13686         * platform/qt/fast/replaced/table-percent-height-expected.png:
13687         * platform/qt/fast/replaced/table-percent-height-expected.txt:
13689 2011-05-02  Alpha Lam  <hclam@chromium.org>
13691         Not reviewed. Build fix.
13693         Test expectation for new test.
13695         * platform/chromium/test_expectations.txt:
13697 2011-05-02  Michael Saboff  <msaboff@apple.com>
13699         Reviewed by Geoffrey Garen.
13701         crash in JSC::RegExp::match
13702         https://bugs.webkit.org/show_bug.cgi?id=58922
13704         New tests to check for proper clearing and chaining of backtrack
13705         data labels.
13707         * fast/regex/parentheses-expected.txt:
13708         * fast/regex/script-tests/parentheses.js:
13710 2011-05-02  Adrienne Walker  <enne@google.com>
13712         [chromium] Unreviewed, rebaseline small scrollbar image differences after r85527
13713         https://bugs.webkit.org/show_bug.cgi?id=58907
13715         This could be tickling the same bug that is showing up in bug 58587.
13717         * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png:
13718         * platform/chromium-gpu-linux/compositing/geometry/fixed-in-composited-expected.png:
13719         * platform/chromium-gpu-linux/compositing/geometry/tall-page-composited-expected.png:
13720         * platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.png:
13721         * platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.png:
13722         * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.png:
13723         * platform/chromium-gpu-linux/platform/chromium/compositing/layout-width-change-expected.png:
13725 2011-05-02  Alpha Lam  <hclam@chromium.org>
13727         Not reviewed. Build fix.
13729         Fix Chromium test expectations.
13731         * platform/chromium/test_expectations.txt:
13733 2011-05-02  Alpha Lam  <hclam@chromium.org>
13735         Not reviewed. Build fix.
13737         Fix Chromium test expectations.
13739         * platform/chromium/test_expectations.txt:
13741 2011-05-02  Enrica Casucci  <enrica@apple.com>
13743         Reviewed by Dan Bernstein.
13745         Text does not split on white space when typing to the edge of window.
13746         https://bugs.webkit.org/show_bug.cgi?id=59968
13747         <rdar://problem/9112683>
13749         * editing/inserting/typing-at-end-of-line.html: Added.
13750         * platform/mac/editing/inserting/typing-at-end-of-line-expected.txt: Added.
13752 2011-05-02  Alpha Lam  <hclam@chromium.org>
13754         Not reviewed. Build fix.
13756         Test expectations for Chromium Mac port.
13758         * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
13759         * platform/chromium/test_expectations.txt:
13761 2011-05-02  Tony Chang  <tony@chromium.org>
13763         Remove unused files.
13765         * platform/gtk/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Removed. This file differs from
13766             the value in the png file, but I assume that the png is correct (more recently generated).
13767         * platform/mac/fast/table/dynamic-caption-add-before-child-expected.checksum: Removed.
13768         * platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.checksum: Removed.
13769         * platform/mac/fast/table/multiple-captions-display-expected.checksum: Removed.
13771 2011-05-02  Csaba Osztrogonác  <ossy@webkit.org>
13773         Update Qt specific expected result after r85499.
13775         * platform/qt/fast/replaced/table-percent-height-expected.png:
13776         * platform/qt/fast/replaced/table-percent-height-expected.txt:
13778 2011-05-02  Chang Shu  <cshu@webkit.org>
13780         Reviewed by Martin Robinson.
13782         [GTK][Qt] fast/events/keydown-1.html fails
13783         https://bugs.webkit.org/show_bug.cgi?id=59586
13785         Replace mac-specific keys with cross-platform keys to make the test
13786         pass on GTK and Qt platforms.
13788         * fast/events/keydown-1.html:
13789         * platform/gtk/Skipped:
13790         * platform/qt/Skipped:
13792 2011-04-27  Adrienne Walker  <enne@google.com>
13794         Reviewed by James Robinson.
13796         Add test for multiple invalidations of the same size.
13797         https://bugs.webkit.org/show_bug.cgi?id=58907
13799         This tests a bug in Chromium where canvas state was not being properly
13800         reset between draw calls and a cached canvas of the same size was
13801         being used to paint into that retained incorrect state.
13803         * compositing/repaint/same-size-invalidation-expected.txt: Added.
13804         * compositing/repaint/same-size-invalidation.html: Added.
13805         * platform/chromium-gpu/compositing/repaint/same-size-invalidation-expected.png: Added.
13807 2011-05-02  Alpha Lam  <hclam@chromium.org>
13809         Not reviewed. Build fix.
13811         Add test expectations for SVG changes.
13813         * platform/chromium-mac-leopard/editing/selection/3690703-2-expected.png:
13814         * platform/chromium-mac-leopard/editing/selection/3690703-expected.png:
13815         * platform/chromium-mac-leopard/editing/selection/3690719-expected.png:
13816         * platform/chromium-mac-leopard/editing/selection/4975120-expected.png:
13817         * platform/chromium-mac-leopard/editing/selection/extend-selection-bidi-expected.png:
13818         * platform/chromium-mac-leopard/editing/style/5046875-1-expected.png:
13819         * platform/chromium-mac-leopard/fast/forms/input-appearance-focus-expected.png:
13820         * platform/chromium-mac-leopard/fast/forms/input-appearance-readonly-expected.png:
13821         * platform/chromium-mac-leopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
13822         * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-expected.png:
13823         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
13824         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-expected.png:
13825         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
13826         * platform/chromium-mac-leopard/svg/text/text-intro-05-t-expected.png:
13827         * platform/chromium-mac/editing/selection/3690703-2-expected.png: Added.
13828         * platform/chromium-mac/editing/selection/3690703-expected.png: Added.
13829         * platform/chromium-mac/editing/selection/3690719-expected.png: Added.
13830         * platform/chromium-mac/editing/selection/4975120-expected.png: Added.
13831         * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png: Added.
13832         * platform/chromium-mac/editing/style/5046875-1-expected.png: Added.
13833         * platform/chromium-mac/fast/borders/svg-as-border-image-2-expected.png: Removed.
13834         * platform/chromium-mac/fast/borders/svg-as-border-image-expected.png: Added.
13835         * platform/chromium-mac/fast/forms/input-appearance-focus-expected.png: Added.
13836         * platform/chromium-mac/fast/forms/input-appearance-readonly-expected.png: Added.
13837         * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
13838         * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.png:
13839         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
13840         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
13841         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
13842         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
13843         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
13844         * platform/chromium-mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
13845         * platform/chromium-mac/svg/css/circle-in-mask-with-shadow-expected.png:
13846         * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-expected.png: Added.
13847         * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Added.
13848         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Added.
13849         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Added.
13850         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Added.
13851         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Added.
13852         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
13853         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
13854         * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
13855         * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
13856         * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
13857         * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
13858         * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
13859         * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
13860         * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
13861         * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
13862         * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
13863         * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
13864         * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
13865         * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
13866         * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
13867         * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
13868         * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
13869         * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
13870         * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
13871         * platform/chromium-mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
13872         * platform/chromium-mac/svg/filters/feLighting-crash-expected.png: Added.
13873         * platform/chromium-mac/svg/text/text-intro-05-t-expected.png:
13874         * platform/chromium/test_expectations.txt:
13876 2011-05-02  Alpha Lam  <hclam@chromium.org>
13878         Not reviewed. Build fix.
13880         Add test expectations to accomodate new tests.
13882         * platform/chromium/test_expectations.txt:
13884 2011-05-02  Alpha Lam  <hclam@chromium.org>
13886         Not reviewed. Build fix.
13888         Adjust test expectations.
13890         * platform/chromium/test_expectations.txt:
13892 2011-05-02  Mark Pilgrim  <pilgrim@chromium.org>
13894         Reviewed by Tony Chang.
13896         Port Mozilla's IndexedDB tests: inline autoincrement key added on put
13897         https://bugs.webkit.org/show_bug.cgi?id=59936
13899         * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-expected.txt: Added.
13900         * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put.html: Added.
13902 2011-05-02  Alpha Lam  <hclam@chromium.org>
13904         Not reviewd. Build fix.
13906         Adjust test expectations to make build bots happy.
13908         * platform/chromium/test_expectations.txt:
13910 2011-05-02  Alpha Lam  <hclam@chromium.org>
13912         Not reviewed. Build fix.
13914         Rebaseline SVG layout tests and add expectations for new tests.
13916         * platform/chromium-linux/svg/text/text-fonts-01-t-expected.png:
13917         * platform/chromium-linux/svg/text/text-text-04-t-expected.png:
13918         * platform/chromium-mac/svg/text/text-fonts-01-t-expected.png:
13919         * platform/chromium-mac/svg/text/text-text-04-t-expected.png:
13920         * platform/chromium-win/fast/text/selection-rect-rounding-expected.png: Added.
13921         * platform/chromium-win/fast/text/selection-rect-rounding-expected.txt: Added.
13922         * platform/chromium-win/svg/text/text-text-04-t-expected.png:
13924 2011-05-02  Alpha Lam  <hclam@chromium.org>
13926         Not reviewed. Build fix.
13928         Rebaseline SVG layout tests for chromium port.
13930         * platform/chromium-linux-x86_64/svg/text/text-text-01-b-expected.png:
13931         * platform/chromium-linux/editing/style/block-style-003-expected.png:
13932         * platform/chromium-linux/editing/style/create-block-for-style-005-expected.png:
13933         * platform/chromium-linux/editing/style/create-block-for-style-006-expected.png:
13934         * platform/chromium-linux/editing/style/create-block-for-style-010-expected.png:
13935         * platform/chromium-linux/editing/style/create-block-for-style-011-expected.png:
13936         * platform/chromium-linux/editing/style/create-block-for-style-012-expected.png:
13937         * platform/chromium-linux/editing/style/table-selection-expected.png:
13938         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.png:
13939         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
13940         * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-1-expected.png:
13941         * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-2-expected.png:
13942         * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-3-expected.png:
13943         * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-4-expected.png:
13944         * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-1-expected.png:
13945         * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-2-expected.png:
13946         * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-3-expected.png:
13947         * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-4-expected.png:
13948         * platform/chromium-linux/svg/text/text-align-01-b-expected.png:
13949         * platform/chromium-linux/svg/text/text-align-02-b-expected.png:
13950         * platform/chromium-linux/svg/text/text-align-03-b-expected.png:
13951         * platform/chromium-linux/svg/text/text-align-04-b-expected.png:
13952         * platform/chromium-linux/svg/text/text-align-05-b-expected.png:
13953         * platform/chromium-linux/svg/text/text-align-06-b-expected.png:
13954         * platform/chromium-linux/svg/text/text-altglyph-01-b-expected.png:
13955         * platform/chromium-linux/svg/text/text-deco-01-b-expected.png:
13956         * platform/chromium-linux/svg/text/text-fonts-02-t-expected.png:
13957         * platform/chromium-linux/svg/text/text-path-01-b-expected.png:
13958         * platform/chromium-linux/svg/text/text-text-01-b-expected.png:
13959         * platform/chromium-linux/svg/text/text-text-03-b-expected.png:
13960         * platform/chromium-linux/svg/text/text-text-05-t-expected.png:
13961         * platform/chromium-linux/svg/text/text-text-06-t-expected.png:
13962         * platform/chromium-linux/svg/text/text-text-07-t-expected.png:
13963         * platform/chromium-linux/svg/text/text-text-08-b-expected.png:
13964         * platform/chromium-linux/svg/text/text-tref-01-b-expected.png:
13965         * platform/chromium-linux/svg/text/text-tselect-01-b-expected.png:
13966         * platform/chromium-linux/svg/text/text-tspan-01-b-expected.png:
13967         * platform/chromium-linux/svg/text/text-ws-01-t-expected.png:
13968         * platform/chromium-linux/svg/text/text-ws-02-t-expected.png:
13969         * platform/chromium-linux/svg/text/textPathBoundsBug-expected.png:
13970         * platform/chromium-mac-leopard/editing/style/table-selection-expected.png:
13971         * platform/chromium-mac-leopard/svg/text/text-align-02-b-expected.png:
13972         * platform/chromium-mac-leopard/svg/text/text-fonts-02-t-expected.png:
13973         * platform/chromium-mac-leopard/svg/text/text-text-01-b-expected.png:
13974         * platform/chromium-mac-leopard/svg/text/text-tspan-01-b-expected.png: Removed.
13975         * platform/chromium-mac/editing/style/block-style-003-expected.png: Added.
13976         * platform/chromium-mac/editing/style/create-block-for-style-005-expected.png: Added.
13977         * platform/chromium-mac/editing/style/create-block-for-style-006-expected.png: Added.
13978         * platform/chromium-mac/editing/style/create-block-for-style-010-expected.png: Added.
13979         * platform/chromium-mac/editing/style/create-block-for-style-011-expected.png: Added.
13980         * platform/chromium-mac/editing/style/create-block-for-style-012-expected.png: Added.
13981         * platform/chromium-mac/editing/style/table-selection-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/text/textPathBoundsBug-expected.png.
13982         * platform/chromium-mac/svg/text/select-textLength-spacing-squeeze-1-expected.png: Added.
13983         * platform/chromium-mac/svg/text/select-textLength-spacing-squeeze-2-expected.png: Added.
13984         * platform/chromium-mac/svg/text/select-textLength-spacing-squeeze-3-expected.png: Added.
13985         * platform/chromium-mac/svg/text/select-textLength-spacing-squeeze-4-expected.png: Added.
13986         * platform/chromium-mac/svg/text/select-textLength-spacing-stretch-1-expected.png: Added.
13987         * platform/chromium-mac/svg/text/select-textLength-spacing-stretch-2-expected.png: Added.
13988         * platform/chromium-mac/svg/text/select-textLength-spacing-stretch-3-expected.png: Added.
13989         * platform/chromium-mac/svg/text/select-textLength-spacing-stretch-4-expected.png: Added.
13990         * platform/chromium-mac/svg/text/text-align-01-b-expected.png:
13991         * platform/chromium-mac/svg/text/text-align-02-b-expected.png:
13992         * platform/chromium-mac/svg/text/text-align-03-b-expected.png:
13993         * platform/chromium-mac/svg/text/text-align-04-b-expected.png:
13994         * platform/chromium-mac/svg/text/text-align-05-b-expected.png:
13995         * platform/chromium-mac/svg/text/text-align-06-b-expected.png:
13996         * platform/chromium-mac/svg/text/text-altglyph-01-b-expected.png:
13997         * platform/chromium-mac/svg/text/text-deco-01-b-expected.png:
13998         * platform/chromium-mac/svg/text/text-fonts-02-t-expected.png:
13999         * platform/chromium-mac/svg/text/text-path-01-b-expected.png:
14000         * platform/chromium-mac/svg/text/text-text-01-b-expected.png:
14001         * platform/chromium-mac/svg/text/text-text-03-b-expected.png:
14002         * platform/chromium-mac/svg/text/text-text-05-t-expected.png:
14003         * platform/chromium-mac/svg/text/text-text-06-t-expected.png:
14004         * platform/chromium-mac/svg/text/text-text-07-t-expected.png:
14005         * platform/chromium-mac/svg/text/text-text-08-b-expected.png:
14006         * platform/chromium-mac/svg/text/text-tref-01-b-expected.png:
14007         * platform/chromium-mac/svg/text/text-tselect-01-b-expected.png:
14008         * platform/chromium-mac/svg/text/text-tselect-02-f-expected.png:
14009         * platform/chromium-mac/svg/text/text-tspan-01-b-expected.png:
14010         * platform/chromium-mac/svg/text/text-ws-01-t-expected.png:
14011         * platform/chromium-mac/svg/text/text-ws-02-t-expected.png:
14012         * platform/chromium-mac/svg/text/textPathBoundsBug-expected.png:
14013         * platform/chromium-win/editing/style/block-style-003-expected.png:
14014         * platform/chromium-win/editing/style/create-block-for-style-005-expected.png:
14015         * platform/chromium-win/editing/style/create-block-for-style-006-expected.png:
14016         * platform/chromium-win/editing/style/create-block-for-style-010-expected.png:
14017         * platform/chromium-win/editing/style/create-block-for-style-011-expected.png:
14018         * platform/chromium-win/editing/style/create-block-for-style-012-expected.png:
14019         * platform/chromium-win/editing/style/table-selection-expected.png:
14020         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.png:
14021         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
14022         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.png:
14023         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.png:
14024         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.png:
14025         * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.png:
14026         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.png:
14027         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.png:
14028         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.png:
14029         * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.png:
14030         * platform/chromium-win/svg/text/text-align-01-b-expected.png:
14031         * platform/chromium-win/svg/text/text-align-02-b-expected.png:
14032         * platform/chromium-win/svg/text/text-align-03-b-expected.png:
14033         * platform/chromium-win/svg/text/text-align-04-b-expected.png:
14034         * platform/chromium-win/svg/text/text-align-05-b-expected.png:
14035         * platform/chromium-win/svg/text/text-align-06-b-expected.png:
14036         * platform/chromium-win/svg/text/text-altglyph-01-b-expected.png:
14037         * platform/chromium-win/svg/text/text-deco-01-b-expected.png:
14038         * platform/chromium-win/svg/text/text-fonts-02-t-expected.png:
14039         * platform/chromium-win/svg/text/text-path-01-b-expected.png:
14040         * platform/chromium-win/svg/text/text-text-01-b-expected.png:
14041         * platform/chromium-win/svg/text/text-text-03-b-expected.png:
14042         * platform/chromium-win/svg/text/text-text-05-t-expected.png:
14043         * platform/chromium-win/svg/text/text-text-06-t-expected.png:
14044         * platform/chromium-win/svg/text/text-text-07-t-expected.png:
14045         * platform/chromium-win/svg/text/text-text-08-b-expected.png:
14046         * platform/chromium-win/svg/text/text-tref-01-b-expected.png:
14047         * platform/chromium-win/svg/text/text-tselect-01-b-expected.png:
14048         * platform/chromium-win/svg/text/text-tselect-02-f-expected.png:
14049         * platform/chromium-win/svg/text/text-tspan-01-b-expected.png:
14050         * platform/chromium-win/svg/text/text-ws-01-t-expected.png:
14051         * platform/chromium-win/svg/text/text-ws-02-t-expected.png:
14052         * platform/chromium-win/svg/text/textPathBoundsBug-expected.png:
14054 2011-05-02  Tony Chang  <tony@chromium.org>
14056         Reviewed by Kent Tamura.
14058         convert manual-tests/bugzilla-6821.html to a layout test
14059         https://bugs.webkit.org/show_bug.cgi?id=59404
14061         * fast/css/hover-update-expected.txt: Added.
14062         * fast/css/hover-update.html: Added.
14064 2011-05-02  Abhishek Arya  <inferno@chromium.org>
14066         Unreviewed.
14068         Remove passing tests after rebaselines from r85365.
14070         * platform/chromium/test_expectations.txt:
14072 2011-05-02  Dan Bernstein  <mitz@apple.com>
14074         Reviewed by Simon Fraser.
14076         <rdar://problem/7972529> Images with percentage based height/max-height are missing when they are inside blocks inside tables
14077         https://bugs.webkit.org/show_bug.cgi?id=58006
14079         * fast/replaced/table-percent-height-expected.txt: Updated.
14080         * fast/replaced/table-percent-height.html: Added a test case with a replaced object nested in an
14081         auto-height block inside a table cell.
14083 2011-05-02  Daniel Bates  <dbates@webkit.org>
14085         Reviewed by Sam Weinig.
14087         Convert manual test onblur-remove.html to a DRT test; onblur-remove.html fails
14088         https://bugs.webkit.org/show_bug.cgi?id=59379
14090         Make onblur-remove.html a DRT test. As of 04/25/2011 this test fails. See bug #59379
14091         for more details.
14093         * fast/events/onblur-remove-expected.txt: Added; expected failure results.
14094         * fast/events/onblur-remove.html: Copied from Source/WebCore/manual-tests/onblur-remove.html.
14096 2011-05-02  Martin Robinson  <mrobinson@igalia.com>
14098         Reviewed by Eric Seidel.
14100         [GTK] editing/selection/select-out-of-editable.html failing after r83967
14101         https://bugs.webkit.org/show_bug.cgi?id=58667
14103         * platform/gtk/Skipped: Unskip a test which is now passing.
14105 2011-05-02  Jessie Berlin  <jberlin@apple.com>
14107         REGRESSION (r83928 or before): Some tests failing assertions in MarkStack::internalAppend
14108         / MarkStack::drain.
14109         https://bugs.webkit.org/show_bug.cgi?id=58657
14111         Add inspector/styles/styles-cancel-editing.html to the Windows XP Skipped list because it
14112         has been crashing under MarkStack::drain on the Windows XP bots.
14114         * platform/win-xp/Skipped:
14116 2011-05-02  Csaba Osztrogonác  <ossy@webkit.org>
14118         [Qt] Update an exptected file after r85474.
14120         * platform/qt/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
14121         * platform/qt/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
14123 2011-05-02  Philippe Normand  <pnormand@igalia.com>
14125         Reviewed by Eric Carlson.
14127         [GTK] Media tests relying on video-paint-test.js are still flaky
14128         https://bugs.webkit.org/show_bug.cgi?id=59934
14130         Dump the render tree after the video completed the seek. This is
14131         to avoid flake happening in the control slider not always being at
14132         beginning of the timeline.
14134         * media/video-paint-test.js:
14135         (init.document.addEventListener.):
14136         (init):
14138 2011-05-02  Zsolt Fehér  <h490267@stud.u-szeged.hu>
14140         Reviewed by Csaba Osztrogonác.
14142         DRT sideeffect revealed by r71268
14143         https://bugs.webkit.org/show_bug.cgi?id=48958
14145         * platform/qt/Skipped: Unskip svg/custom/text-zoom.xhtml
14147 2011-05-02  Philippe Normand  <pnormand@igalia.com>
14149         Unreviewed, skip flaky test on GTK.
14151         * platform/gtk/Skipped: Skip tables/mozilla_expected_failures/bugs/bug85016.html
14153 2011-05-02  Philippe Normand  <pnormand@igalia.com>
14155         Unreviewed, re-enable websocket tests on GTK. they moved over to a
14156         real http server and most of the flakiness went away.
14158         * platform/gtk/Skipped:
14160 2011-05-02  Philippe Normand  <pnormand@igalia.com>
14162         Unreviewed, GTK baselines for new tests.
14164         * platform/gtk/fast/backgrounds/gradient-background-leakage-expected.png: Added.
14165         * platform/gtk/fast/backgrounds/gradient-background-leakage-expected.txt: Added.
14166         * platform/gtk/fast/block/float/float-overhangs-root-expected.png: Added.
14167         * platform/gtk/fast/block/float/float-overhangs-root-expected.txt: Added.
14168         * platform/gtk/fast/block/float/overhanging-tall-block-expected.png: Added.
14169         * platform/gtk/fast/block/float/overhanging-tall-block-expected.txt: Added.
14170         * platform/gtk/fast/block/positioning/rtl-fixed-positioning-expected.png: Added.
14171         * platform/gtk/fast/block/positioning/rtl-fixed-positioning-expected.txt: Added.
14172         * platform/gtk/fast/block/positioning/vertical-rl/fixed-positioning-expected.png: Added.
14173         * platform/gtk/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt: Added.
14174         * platform/gtk/fast/box-shadow/single-pixel-shadow-expected.png: Added.
14175         * platform/gtk/fast/box-shadow/single-pixel-shadow-expected.txt: Added.
14176         * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Added.
14177         * platform/gtk/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Added.
14178         * platform/gtk/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Added.
14179         * platform/gtk/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Added.
14180         * platform/gtk/fast/forms/date-input-visible-strings-expected.png: Added.
14181         * platform/gtk/fast/forms/date-input-visible-strings-expected.txt: Added.
14182         * platform/gtk/fast/html/details-add-child-1-expected.png: Added.
14183         * platform/gtk/fast/html/details-add-child-1-expected.txt: Added.
14184         * platform/gtk/fast/html/details-add-child-2-expected.png: Added.
14185         * platform/gtk/fast/html/details-add-child-2-expected.txt: Added.
14186         * platform/gtk/fast/html/details-add-summary-child-1-expected.png: Added.
14187         * platform/gtk/fast/html/details-add-summary-child-1-expected.txt: Added.
14188         * platform/gtk/fast/html/details-add-summary-child-2-expected.png: Added.
14189         * platform/gtk/fast/html/details-add-summary-child-2-expected.txt: Added.
14190         * platform/gtk/fast/html/details-remove-child-1-expected.png: Added.
14191         * platform/gtk/fast/html/details-remove-child-1-expected.txt: Added.
14192         * platform/gtk/fast/html/details-remove-child-2-expected.png: Added.
14193         * platform/gtk/fast/html/details-remove-child-2-expected.txt: Added.
14194         * platform/gtk/fast/html/details-remove-summary-child-1-expected.png: Added.
14195         * platform/gtk/fast/html/details-remove-summary-child-1-expected.txt: Added.
14196         * platform/gtk/fast/html/details-remove-summary-child-2-expected.png: Added.
14197         * platform/gtk/fast/html/details-remove-summary-child-2-expected.txt: Added.
14198         * platform/gtk/fast/table/auto-100-percent-width-expected.png: Added.
14199         * platform/gtk/fast/table/auto-100-percent-width-expected.txt: Added.
14200         * platform/gtk/fast/table/dynamic-caption-add-before-child-expected.png: Added.
14201         * platform/gtk/fast/table/dynamic-caption-add-before-child-expected.txt: Added.
14202         * platform/gtk/fast/table/dynamic-caption-add-remove-before-child-expected.png: Added.
14203         * platform/gtk/fast/table/dynamic-caption-add-remove-before-child-expected.txt: Added.
14204         * platform/gtk/fast/table/multiple-captions-display-expected.png: Added.
14205         * platform/gtk/fast/table/multiple-captions-display-expected.txt: Added.
14206         * platform/gtk/fast/text/selection-rect-rounding-expected.png: Added.
14207         * platform/gtk/fast/text/selection-rect-rounding-expected.txt: Added.
14208         * platform/gtk/svg/filters/feDropShadow-expected.png: Added.
14209         * platform/gtk/svg/filters/feDropShadow-expected.txt: Added.
14211 2011-05-02  Philippe Normand  <pnormand@igalia.com>
14213         Unreviewed, GTK rebaseline after r85355.
14215         * platform/gtk/fast/table/prepend-in-anonymous-table-expected.txt:
14216         * platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
14218 2011-05-01  Oliver Hunt  <oliver@apple.com>
14220         Reviewed by Gavin Barraclough.
14222         ES5 Strict mode does not allow getter and setter for same propId
14223         https://bugs.webkit.org/show_bug.cgi?id=57295
14225         Update for correct results
14227         * fast/js/mozilla/strict/11.1.5-expected.txt:
14229 2011-05-01  Oliver Hunt  <oliver@apple.com>
14231         Reviewed by Gavin Barraclough.
14233         Assigning to function identifier under strict should throw
14234         https://bugs.webkit.org/show_bug.cgi?id=59289
14236         Add test case for correct behaviour, and update mozilla test results to reflect
14237         the correct result.
14239         * fast/js/basic-strict-mode-expected.txt:
14240         * fast/js/mozilla/strict/assign-to-callee-name-expected.txt:
14241         * fast/js/script-tests/basic-strict-mode.js:
14243 2011-05-01  Adam Barth  <abarth@webkit.org>
14245         Reviewed by Eric Seidel.
14247         Polish CSP host and port matching
14248         https://bugs.webkit.org/show_bug.cgi?id=59899
14250         Test two host wildcard cases.
14252         * http/tests/security/contentSecurityPolicy/image-full-host-wildcard-allowed-expected.txt: Added.
14253         * http/tests/security/contentSecurityPolicy/image-full-host-wildcard-allowed.html: Added.
14254         * http/tests/security/contentSecurityPolicy/image-host-wildcard-allowed-expected.txt: Added.
14255         * http/tests/security/contentSecurityPolicy/image-host-wildcard-allowed.html: Added.
14257 2011-05-01  Adam Barth  <abarth@webkit.org>
14259         Reviewed by Eric Seidel.
14261         CSP default-src is missing
14262         https://bugs.webkit.org/show_bug.cgi?id=58641
14264         Test that default-src controls some scripting policy and that
14265         script-src, if present, overrides default-src.  In principle, we could
14266         test the interaction of default-src with every other directive, but
14267         that seems like overkill.
14269         * http/tests/security/contentSecurityPolicy/default-src-inline-allowed-expected.txt: Added.
14270         * http/tests/security/contentSecurityPolicy/default-src-inline-allowed.html: Added.
14271         * http/tests/security/contentSecurityPolicy/default-src-inline-blocked-expected.txt: Added.
14272         * http/tests/security/contentSecurityPolicy/default-src-inline-blocked.html: Added.
14273         * http/tests/security/contentSecurityPolicy/script-src-overrides-default-src-expected.txt: Added.
14274         * http/tests/security/contentSecurityPolicy/script-src-overrides-default-src.html: Added.
14276 2011-05-01  Justin Schuh  <jschuh@chromium.org>
14278         Reviewed by Adam Barth.
14280         History::stateObjectAdded should check origin via SecurityOrigin::canRequest
14281         https://bugs.webkit.org/show_bug.cgi?id=59840
14283         * fast/loader/stateobjects/pushstate-in-data-url-denied-expected.txt: Added.
14284         * fast/loader/stateobjects/pushstate-in-data-url-denied.html: Added.
14285         * fast/loader/stateobjects/replacestate-base-illegal-expected.txt: Removed.
14286         * fast/loader/stateobjects/replacestate-base-illegal.html: Removed.
14287         * fast/loader/stateobjects/replacestate-base-legal-expected.txt: Removed.
14288         * fast/loader/stateobjects/replacestate-base-legal.html: Removed.
14289         * fast/loader/stateobjects/resources/replacestate-base-pass.html: Removed.
14290         * http/tests/navigation/replacestate-base-illegal-expected.txt: Copied from LayoutTests/fast/loader/stateobjects/replacestate-base-illegal-expected.txt.
14291         * http/tests/navigation/replacestate-base-illegal.html: Copied from LayoutTests/fast/loader/stateobjects/replacestate-base-illegal.html.
14292         * http/tests/navigation/replacestate-base-legal-expected.txt: Copied from LayoutTests/fast/loader/stateobjects/replacestate-base-legal-expected.txt.
14293         * http/tests/navigation/replacestate-base-legal.html: Copied from LayoutTests/fast/loader/stateobjects/replacestate-base-legal.html.
14294         * http/tests/navigation/resources/replacestate-base-pass.html: Copied from LayoutTests/fast/loader/stateobjects/resources/replacestate-base-pass.html.
14296 2011-05-01  Emil A Eklund  <eae@chromium.org>
14298         Reviewed by Eric Seidel.
14300         getComputedStyle() returns unitless values for some properties that require units
14301         https://bugs.webkit.org/show_bug.cgi?id=55111
14303         Add test to verify that getComputedStyle returns length properties with a unit.
14305         * fast/css/getComputedStyle/getComputedStyle-length-unit-expected.txt: Added.
14306         * fast/css/getComputedStyle/getComputedStyle-length-unit.html: Added.
14308 2011-05-01  Yael Aharon  <yael.aharon@nokia.com>
14310         Reviewed by Eric Seidel.
14312         CSS3 nth-child(n) selector fails
14313         https://bugs.webkit.org/show_bug.cgi?id=56943
14315         * fast/css/nth-child-n-expected.txt: Added.
14316         * fast/css/nth-child-n.html: Added.
14318 2011-05-01  Nikolas Zimmermann  <nzimmermann@rim.com>
14320         Reviewed by Dirk Schulze.
14322         LEAK: SVGElement leaks when detaching it in a pending resource state
14323         https://bugs.webkit.org/show_bug.cgi?id=59072
14325         Add testcase that used to leak, the leaks bot will assure they won't in future.
14327         * svg/custom/pending-resource-leak-2-expected.txt: Added.
14328         * svg/custom/pending-resource-leak-2.svg: Added.
14329         * svg/custom/pending-resource-leak-3-expected.txt: Added.
14330         * svg/custom/pending-resource-leak-3.svg: Added.
14331         * svg/custom/pending-resource-leak-expected.txt: Added.
14332         * svg/custom/pending-resource-leak.svg: Added.
14334 2011-05-01  Dan Bernstein  <mitz@apple.com>
14336         Reviewed by Anders Carlsson.
14338         <rdar://problem/9155067> REGRESSION (float-based line boxes): Gaps and overlaps in selection highlight
14339         https://bugs.webkit.org/show_bug.cgi?id=56658
14341         * fast/text/selection-rect-rounding.html: Added.
14342         * platform/mac/fast/text/selection-rect-rounding-expected.png: Added.
14343         * platform/mac/fast/text/selection-rect-rounding-expected.txt: Added.
14345 2011-04-30  Justin Schuh  <jschuh@chromium.org>
14347         Reviewed by Dirk Schulze.
14349         Make RenderSVGResourceFilter take ownership of filter data when painting
14350         https://bugs.webkit.org/show_bug.cgi?id=51524
14352         * svg/custom/filter-on-svgimage-expected.txt: Added.
14353         * svg/custom/filter-on-svgimage.svg: Added.
14355 2011-04-30  Adam Roben  <aroben@apple.com>
14357         Skip another test that requires layoutTestController.setAlwaysAcceptCookies on mac-wk2
14359         <http://webkit.org/b/42778> tracks implementing this feature.
14361         * platform/mac-wk2/Skipped: Added
14362         http/tests/xmlhttprequest/cross-origin-cookie-storage.html.
14364 2011-04-30  Adam Roben  <aroben@apple.com>
14366         Skip another test that requires eventSender.keyDown on mac-wk2
14368         <http://webkit.org/b/42194> tracks implementing this feature.
14370         * platform/mac-wk2/Skipped: Added plugins/keyboard-events.html.
14372 2011-04-30  Adam Roben  <aroben@apple.com>
14374         Skip another test that requires layoutTestController.overridePreference on mac-wk2
14376         <http://webkit.org/b/42197> tracks implementing this feature.
14378         * platform/mac-wk2/Skipped: Added fast/canvas/webgl/framebuffer-object-attachment.html.
14380 2011-04-30  Adam Roben  <aroben@apple.com>
14382         Skip a failing test on mac-wk2
14384         I can't check in expected failure results because the results are slightly different each
14385         time.
14387         <http://webkit.org/b/59865> tracks the failure.
14389         * platform/mac-wk2/Skipped: Added transitions/transition-timing-function.html.
14391 2011-04-30  Adam Roben  <aroben@apple.com>
14393         Skip a flaky test on mac-wk2
14395         <http://webkit.org/b/58990> tracks the failure.
14397         * platform/mac-wk2/Skipped: Added editing/undo/undo-iframe-location-change.html.
14399 2011-04-30  Adam Roben  <aroben@apple.com>
14401         Remove mac-wk2 expected failure results for an animation test
14403         Looks like this started passing in r85340. (I hope it wasn't because animation-api-1.html,
14404         which is now skipped, was causing this one to fail!)
14406         Fixes <http://webkit.org/b/56528> <rdar://problem/9147568> REGRESSION (r80846):
14407         animations/animation-controller-drt-api.html failing in WebKit2
14409         * platform/mac-wk2/animations/animation-controller-drt-api-expected.txt: Removed.
14411 2011-04-30  Csaba Osztrogonác  <ossy@webkit.org>
14413         [Qt] Add one more flakey test to the Skipped list.
14415         * platform/qt-mac/Skipped:
14417 2011-04-29  Csaba Osztrogonác  <ossy@webkit.org>
14419         Unreviewed. Update Qt specific expected files after r85355.
14420         https://bugs.webkit.org/show_bug.cgi?id=59833
14422         * platform/qt/fast/table/prepend-in-anonymous-table-expected.txt:
14423         * platform/qt/tables/mozilla_expected_failures/other/test4-expected.txt:
14425 2011-04-29  Adam Barth  <abarth@webkit.org>
14427         Reviewed by Eric Seidel.
14429         CSP script-src should block eval
14430         https://bugs.webkit.org/show_bug.cgi?id=59850
14432         Test that both function-eval and operator-eval are correctly blocked
14433         and allowed according to the policy.
14435         * http/tests/security/contentSecurityPolicy/eval-allowed-expected.txt: Added.
14436         * http/tests/security/contentSecurityPolicy/eval-allowed.html: Added.
14437         * http/tests/security/contentSecurityPolicy/eval-blocked-expected.txt: Added.
14438         * http/tests/security/contentSecurityPolicy/eval-blocked.html: Added.
14440 2011-04-29  Joseph Pecoraro  <joepeck@webkit.org>
14442         Unreviewed. Add windows expected results for a new test.
14444         * platform/win/fast/forms/date-input-visible-strings-expected.txt: Added.
14446 2011-04-29  Adam Barth  <abarth@webkit.org>
14448         Reviewed by Eric Seidel.
14450         style-src should block @style
14451         https://bugs.webkit.org/show_bug.cgi?id=59293
14453         Testing makes perfect.
14455         * http/tests/security/contentSecurityPolicy/inline-style-attribute-allowed-expected.txt: Added.
14456         * http/tests/security/contentSecurityPolicy/inline-style-attribute-allowed.html: Added.
14457         * http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked-expected.txt: Added.
14458         * http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked.html: Added.
14459         * http/tests/security/contentSecurityPolicy/inline-style-attribute-on-html-expected.txt: Added.
14460         * http/tests/security/contentSecurityPolicy/inline-style-attribute-on-html.html: Added.
14462 2011-04-29  Joseph Pecoraro  <joepeck@webkit.org>
14464         Reviewed by Kent Tamura.
14466         Allow Localized Date Strings for Date Input Fields
14467         https://bugs.webkit.org/show_bug.cgi?id=59752
14469         The render tree dump prints out the visible string
14470         inside the <input> field.
14472         * fast/forms/date-input-visible-strings.html: Added.
14473         * platform/mac/fast/forms/date-input-visible-strings-expected.txt: Added.
14475 2011-04-29  Adam Barth  <abarth@webkit.org>
14477         Reviewed by Eric Seidel.
14479         style-src should block inline style from <style>
14480         https://bugs.webkit.org/show_bug.cgi?id=59292
14482         Testing makes perfect.
14484         * http/tests/security/contentSecurityPolicy/inline-style-allowed-expected.txt: Added.
14485         * http/tests/security/contentSecurityPolicy/inline-style-allowed.html: Added.
14486         * http/tests/security/contentSecurityPolicy/inline-style-blocked-expected.txt: Added.
14487         * http/tests/security/contentSecurityPolicy/inline-style-blocked.html: Added.
14489 2011-04-29  Sam Weinig  <sam@webkit.org>
14491         Add tests using layoutTestController.setPrivateBrowsingEnabled to the WebKit2
14492         skipped list. Covered by https://bugs.webkit.org/show_bug.cgi?id=59857
14494         * platform/mac-wk2/Skipped:
14496 2011-04-29  Geoffrey Garen  <ggaren@apple.com>
14498         Reviewed by Alexey Proskuryakov.
14500         REGRESSION: r83938 abandons GC memory
14501         https://bugs.webkit.org/show_bug.cgi?id=59604
14502         
14503         Test an edge case of an image that has finished loading but has not yet
14504         fired its load event.
14506         * fast/dom/gc-image-element-expected.txt: Added.
14507         * fast/dom/gc-image-element.html: Added.
14509 2011-04-29  Emil Eklund  <eae@chromium.org>
14511         Reviewed by Tony Chang.
14513         Setting outerHTML should merge text nodes
14514         https://bugs.webkit.org/show_bug.cgi?id=52686
14515         
14516         Add test for setting Element.outerHTML.
14518         * fast/dom/set-outer-html-expected.txt: Added.
14519         * fast/dom/set-outer-html.html: Added.
14521 2011-04-29  Emil A Eklund  <eae@chromium.org>
14523         Reviewed by Dimitri Glazkov.
14525         Onchange on text fields has an incoherent behavior
14526         https://bugs.webkit.org/show_bug.cgi?id=57330
14528         Add tests for typing and then deleting text from an empty field.
14530         * fast/events/onchange-text-form-field-expected.txt:
14531         * fast/events/onchange-text-form-field.html:
14532         * platform/gtk/fast/events/onchange-text-form-field-expected.txt: Removed.
14534 2011-04-29  Kenneth Russell  <kbr@google.com>
14536         Unreviewed. Merged in all downstream Chromium test expectations.
14538         * platform/chromium/test_expectations.txt:
14540 2011-04-29  Abhishek Arya  <inferno@chromium.org>
14542         Unreviewed.
14543         
14544         Chromium rebaselines for r85355.
14545         https://bugs.webkit.org/show_bug.cgi?id=59833
14547         * platform/chromium-linux/fast/table/dynamic-caption-add-before-child-expected.png: Added.
14548         * platform/chromium-linux/fast/table/dynamic-caption-add-remove-before-child-expected.png: Added.
14549         * platform/chromium-linux/fast/table/multiple-captions-display-expected.png: Added.
14550         * platform/chromium-mac-leopard/fast/table/dynamic-caption-add-before-child-expected.png: Added.
14551         * platform/chromium-mac-leopard/fast/table/dynamic-caption-add-remove-before-child-expected.png: Added.
14552         * platform/chromium-mac-leopard/fast/table/multiple-captions-display-expected.png: Added.
14553         * platform/chromium-mac/tables/mozilla_expected_failures/other/test4-expected.png:
14554         * platform/chromium-win/fast/table/dynamic-caption-add-before-child-expected.png: Added.
14555         * platform/chromium-win/fast/table/dynamic-caption-add-before-child-expected.txt: Added.
14556         * platform/chromium-win/fast/table/dynamic-caption-add-remove-before-child-expected.png: Added.
14557         * platform/chromium-win/fast/table/dynamic-caption-add-remove-before-child-expected.txt: Added.
14558         * platform/chromium-win/fast/table/multiple-captions-display-expected.png: Added.
14559         * platform/chromium-win/fast/table/multiple-captions-display-expected.txt: Added.
14560         * platform/chromium-win/fast/table/prepend-in-anonymous-table-expected.txt:
14561         * platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.txt:
14562         * platform/chromium/test_expectations.txt:
14564 2011-04-29  Gavin Barraclough  <barraclough@apple.com>
14566         Reviewed by Oliver Hunt & Geoff Garen.
14568         https://bugs.webkit.org/show_bug.cgi?id=59221
14569         [RegexFuzz] Regression blocking testing
14571         Add new tests for parenthetical assertions.
14573         * fast/regex/assertion-expected.txt:
14574         * fast/regex/script-tests/assertion.js:
14576 2011-04-29  Adam Roben  <aroben@apple.com>
14578         Ensure PHP's short_open_tag and log_errors settings are turned on
14580         These are usually on by default, but you can't trust defaults!
14582         Reviewed by Sam Weinig.
14584         * http/conf/apache2-debian-httpd.conf:
14585         * http/conf/apache2-httpd.conf:
14586         * http/conf/apache2-msys-httpd.conf:
14587         * http/conf/cygwin-httpd.conf:
14588         * http/conf/fedora-httpd.conf:
14589         * http/conf/httpd.conf:
14590         Added settings to turn on short_open_tag and log_errors.
14592 2011-04-29  Ojan Vafai  <ojan@chromium.org>
14594         Inlude new expected results accidentally excluded from
14595         http://trac.webkit.org/changeset/85346.
14597         * fast/harness/results-expected.txt:
14599 2011-04-21  Abhishek Arya  <inferno@chromium.org>
14601         Reviewed by Dave Hyatt.
14603         Tests that we do not crash on
14604         ASSERT(!m_layoutRoot->container() || !m_layoutRoot->container()->needsLayout())
14605         when a table has two or more captions.
14606         https://bugs.webkit.org/show_bug.cgi?id=58249
14608         * fast/table/dynamic-caption-add-before-child.xhtml: Added. Tests that
14609         before child caption becomes the first caption.
14610         * fast/table/dynamic-caption-add-remove-before-child.xhtml: Added. Tests
14611         that when we remove the before child caption, the original caption becomes
14612         the first caption and is drawn.
14613         * fast/table/multiple-captions-crash-expected.txt: Added.
14614         * fast/table/multiple-captions-crash.xhtml: Added. Tests that we
14615         do not crash when table has multiple captions and captions (other
14616         than the first one) have input elements added as their child.
14617         * fast/table/multiple-captions-crash2-expected.txt: Added.
14618         * fast/table/multiple-captions-crash2.xhtml: Added. Same as
14619         multiple-captions-crash.xhtml but this testcase does not have
14620         enclosing table tags for the captions.
14621         * fast/table/multiple-captions-display.xhtml: Added. Tests that only
14622         the first caption and captions with position fixed (display=BLOCK) are
14623         shown. Other captions are not added to table.
14624         * platform/mac/fast/table/dynamic-caption-add-before-child-expected.checksum: Added.
14625         * platform/mac/fast/table/dynamic-caption-add-before-child-expected.png: Added.
14626         * platform/mac/fast/table/dynamic-caption-add-before-child-expected.txt: Added.
14627         * platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.checksum: Added.
14628         * platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.png: Added.
14629         * platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.txt: Added.
14630         * platform/mac/fast/table/multiple-captions-display-expected.checksum: Added.
14631         * platform/mac/fast/table/multiple-captions-display-expected.png: Added.
14632         * platform/mac/fast/table/multiple-captions-display-expected.txt: Added.
14633         * platform/mac/fast/table/prepend-in-anonymous-table-expected.png:
14634         * platform/mac/fast/table/prepend-in-anonymous-table-expected.txt: Rebaseline
14635         test because we do not allow captions other than the first one.
14636         * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt: Rebaseline
14637         test because we do not allow captions other than the first one.
14639 2011-04-29  Dean Jackson  <dino@apple.com>
14641         https://bugs.webkit.org/show_bug.cgi?id=59729
14643         Another followup from adding ENABLE(ANIMATION_API). Fix
14644         tests that mention webkitGetAnimations().
14646         * fast/dom/Window/window-properties-expected.txt:
14647         * platform/qt/fast/dom/Window/window-properties-expected.txt:
14649 2011-04-29  Dean Jackson  <dino@apple.com>
14651         https://bugs.webkit.org/show_bug.cgi?id=59729
14653         Followup from adding an ENABLE flag that is disabled by
14654         default. Adjust broken test results.
14656         * fast/dom/Window/window-properties-expected.txt:
14657         * fast/dom/Window/window-property-descriptors-expected.txt:
14658         * fast/dom/prototype-inheritance-2-expected.txt:
14659         * fast/dom/prototype-inheritance-expected.txt:
14660         * fast/js/global-constructors-expected.txt:
14661         * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
14662         * platform/qt/fast/dom/Window/window-properties-expected.txt:
14663         * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
14664         * platform/qt/fast/dom/prototype-inheritance-expected.txt:
14665         * platform/qt/fast/js/global-constructors-expected.txt:
14666         * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
14667         * platform/win/fast/dom/prototype-inheritance-expected.txt:
14668         * platform/win/fast/js/global-constructors-expected.txt:
14670 2011-04-29  Ojan Vafai  <ojan@chromium.org>
14672         Reviewed by Eric Seidel.
14674         handle flaky failures
14675         https://bugs.webkit.org/show_bug.cgi?id=59820
14677         Handle that actual can be a space-separated list of results
14678         when we do retries. Also, show expected flaky tests that pass
14679         in the unexpected passes table.
14681         * fast/harness/resources/results-test.js:
14682         * fast/harness/results.html:
14684 2011-04-29  Mark Pilgrim  <pilgrim@chromium.org>
14686         Reviewed by Tony Chang.
14688         Port Mozilla's IndexedDB tests: index with integer keys
14689         https://bugs.webkit.org/show_bug.cgi?id=59794
14691         * storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt: Added.
14692         * storage/indexeddb/mozilla/create-index-with-integer-keys.html: Added.
14694 2011-04-29  Dean Jackson  <dino@apple.com>
14696         Reviewed by Simon Fraser.
14698         Add ENABLE macro for WebKitAnimation
14699         https://bugs.webkit.org/show_bug.cgi?id=59729
14701         Now that the WebKit Animation API is disabled by
14702         default, skip the existing test.
14704         * platform/chromium/test_expectations.txt:
14705         * platform/gtk/Skipped:
14706         * platform/mac/Skipped:
14707         * platform/qt/Skipped:
14708         * platform/win/Skipped:
14710 2011-04-29  Dean Jackson  <dino@apple.com>
14712         Reviewed by Simon Fraser.
14714         https://bugs.webkit.org/show_bug.cgi?id=59149
14715         (Regression) Existing animations are not replaced when filling.
14717         Add a test that exercises the case where a hardware animation
14718         is in a filling mode, then is replaced by a new animation.
14720         * animations/3d/replace-filling-transform-expected.txt: Added.
14721         * animations/3d/replace-filling-transform.html: Added.
14722         * animations/3d/replace-filling-transform-expected.png: Added.
14724 2011-04-29  Mark Pilgrim  <pilgrim@chromium.org>
14726         Reviewed by Tony Chang.
14728         Port Mozilla's IndexedDB tests: indexes against autoincrementing keys
14729         https://bugs.webkit.org/show_bug.cgi?id=59722
14731         * storage/indexeddb/mozilla/autoincrement-indexes-expected.txt: Added.
14732         * storage/indexeddb/mozilla/autoincrement-indexes.html: Added.
14734 2011-04-29  Csaba Osztrogonác  <ossy@webkit.org>
14736         Remove WML
14737         https://bugs.webkit.org/show_bug.cgi?id=59678
14739         [Qt] Remove WML tests from the Skipped list after r85256.
14741         * platform/qt/Skipped:
14743 2011-04-28  Abhishek Arya  <inferno@chromium.org>
14745         Reviewed by Nikolas Zimmermann.
14747         Tests that we do not crash when inline text is removed and we
14748         try to access layout attributes containing that inline text.
14749         https://bugs.webkit.org/show_bug.cgi?id=59161
14751         * svg/text/inline-text-destroy-attributes-crash-expected.txt: Added.
14752         * svg/text/inline-text-destroy-attributes-crash.xhtml: Added.
14754 2011-04-29  Csaba Osztrogonác  <ossy@webkit.org>
14756         [Qt] Add flakey tests to the Skipped list.
14758         * platform/qt-mac/Skipped:
14760 2011-04-29  Adam Roben  <aroben@apple.com>
14762         Move some tests that time out in Debug from win-xp/Skipped to win/Skipped
14764         This will help people who run tests in Debug on Windows 7.
14766         * platform/win-xp/Skipped: Moved two XHR tests from here...
14767         * platform/win/Skipped: ...to here.
14769 2011-04-29  Jessie Berlin  <jberlin@apple.com>
14771         WebKit2 needs layoutTestController.overridePreference.
14772         https://bugs.webkit.org/show_bug.cgi?id=42197
14774         Add http/tests/inspector/network/ping.html, which uses overridePreference, to the mac-wk2
14775         Skipped list to get the bots green.
14777         * platform/mac-wk2/Skipped:
14779 2011-04-29  Pavel Feldman  <pfeldman@google.com>
14781         Not reviewed: skip flaky inspector tests on GTK for now.
14783         * platform/gtk/Skipped:
14785 2011-04-29  Pavel Feldman  <pfeldman@google.com>
14787         Not reviewed: skip flaky inspector tests for now.
14789         * platform/mac/Skipped:
14791 2011-04-29  Pavel Feldman  <pfeldman@google.com>
14793         Reviewed by Yury Semikhatsky.
14795         Web Inspector: CSS editing breaks when entering "color: rgb(1"
14796         https://bugs.webkit.org/show_bug.cgi?id=59789
14798         * inspector/styles/styles-add-invalid-property-expected.txt: Added.
14799         * inspector/styles/styles-add-invalid-property.html: Added.
14800         * inspector/styles/styles-cancel-editing-expected.txt: Added.
14801         * inspector/styles/styles-cancel-editing.html: Added.
14802         * inspector/styles/styles-commit-editing-expected.txt: Added.
14803         * inspector/styles/styles-commit-editing.html: Added.
14805 2011-04-29  Pavel Podivilov  <podivilov@chromium.org>
14807         Reviewed by Pavel Feldman.
14809         Web Inspector: breakpoints set in original and formatted scripts are messed up after navigation.
14810         https://bugs.webkit.org/show_bug.cgi?id=59476
14812         * http/tests/inspector/inspector-test.js:
14813         (initialize_InspectorTest.InspectorTest.navigate):
14814         (initialize_InspectorTest.InspectorTest.reloadPage):
14815         (initialize_InspectorTest.InspectorTest.pageLoaded):
14816         (initialize_InspectorTest.InspectorTest.runWhenPageLoads):
14817         ():
14818         * inspector/debugger/resources/test-navigation.html: Added.
14819         * inspector/debugger/script-formatter-expected.txt:
14820         * inspector/debugger/script-formatter.html:
14822 2011-04-28  Pavel Podivilov  <podivilov@chromium.org>
14824         Reviewed by Yury Semikhatsky.
14826         Web Inspector: include script end line:column in scriptParsed parameters.
14827         https://bugs.webkit.org/show_bug.cgi?id=59717
14829         * inspector/debugger/debugger-scripts-expected.txt:
14830         * inspector/debugger/debugger-scripts.html:
14832 2011-04-28  Yury Semikhatsky  <yurys@chromium.org>
14834         Reviewed by Pavel Feldman.
14836         Web Inspector: [protocol] Evaluate should expose thrown exception value
14837         https://bugs.webkit.org/show_bug.cgi?id=59000
14839         * inspector/console/console-dir-expected.txt:
14840         * inspector/console/console-eval-global-expected.txt:
14841         * inspector/console/console-format-expected.txt:
14842         * inspector/extensions/extensions-eval-expected.txt:
14843         * inspector/protocol/console-agent-expected.txt:
14844         * inspector/protocol/runtime-agent-expected.txt:
14846 2011-04-29  Sheriff Bot  <webkit.review.bot@gmail.com>
14848         Unreviewed, rolling out r85315.
14849         http://trac.webkit.org/changeset/85315
14850         https://bugs.webkit.org/show_bug.cgi?id=59792
14852         Broke script-formatter.html test (Requested by podivilov on
14853         #webkit).
14855         * http/tests/inspector/inspector-test.js:
14856         (initialize_InspectorTest.InspectorTest.reloadPage):
14857         (initialize_InspectorTest.InspectorTest.pageReloaded):
14858         (initialize_InspectorTest.InspectorTest.runWhenPageLoads):
14859         ():
14860         * inspector/debugger/script-formatter-expected.txt:
14861         * inspector/debugger/script-formatter.html:
14863 2011-04-29  Vsevolod Vlasov  <vsevik@chromium.org>
14865         Reviewed by Pavel Feldman.
14867         Web Inspector: Hyperlink Auditing (ping) requests are not shown in network panel
14868         https://bugs.webkit.org/show_bug.cgi?id=58794
14870         Added ping requests to network panel.
14872         * http/tests/inspector/network/ping-expected.txt: Added.
14873         * http/tests/inspector/network/ping.html: Added.
14875 2011-04-28  Pavel Podivilov  <podivilov@chromium.org>
14877         Reviewed by Pavel Feldman.
14879         Web Inspector: breakpoints set in original and formatted scripts are messed up after navigation.
14880         https://bugs.webkit.org/show_bug.cgi?id=59476
14882         * http/tests/inspector/inspector-test.js:
14883         (initialize_InspectorTest.InspectorTest.navigate):
14884         (initialize_InspectorTest.InspectorTest.reloadPage):
14885         (initialize_InspectorTest.InspectorTest.pageLoaded):
14886         (initialize_InspectorTest.InspectorTest.runWhenPageLoads):
14887         ():
14888         * inspector/debugger/script-formatter-expected.txt:
14889         * inspector/debugger/script-formatter.html:
14891 2011-04-28  Adam Roben  <aroben@apple.com>
14893         Unskip some tests that were failing due to local issues on the bots that have been resolved
14895         See <http://webkit.org/b/51807> for details.
14897         * platform/mac-leopard/Skipped:
14899 2011-04-28  Adam Roben  <aroben@apple.com>
14901         Skip a failing custom font test on Leopard
14903         <http://webkit.org/b/59780> tracks the failure.
14905         * platform/mac-leopard/Skipped: Added fast/css/custom-font-xheight.html.
14907 2011-04-28  Adam Roben  <aroben@apple.com>
14909         Skip a timing-out canvas test on Leopard
14911         <http://webkit.org/b/59777> tracks the failure.
14913         * platform/mac-leopard/Skipped: Added fast/canvas/canvas-largedraws.html.
14915 2011-04-28  Simon Fraser  <simon.fraser@apple.com>
14917         Reviewed by Dan Bernstein.
14919         Mask placement on composited layer is incorrect sometimes
14920         https://bugs.webkit.org/show_bug.cgi?id=59775
14922         * compositing/masks/layer-mask-placement-expected.png: Added.
14923         * compositing/masks/layer-mask-placement-expected.txt: Added.
14924         * compositing/masks/layer-mask-placement.html: Added.
14926 2011-04-28  Adam Roben  <aroben@apple.com>
14928         Move some mac-snowleopard results back up to mac
14930         * platform/mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.png: Removed.
14931         * platform/mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.txt: Removed.
14932         * platform/mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.png: Removed.
14933         * platform/mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.txt: Removed.
14934         * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png:
14935         * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
14936         * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png:
14937         * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
14939 2011-04-28  Simon Fraser  <simon.fraser@apple.com>
14941         Reviewed by Dirk Schulze.
14943         1px box-shadow looks ugly
14944         https://bugs.webkit.org/show_bug.cgi?id=58100
14945         and
14946         ShadowBlur incorrectly handles zero-sized blur radius in one axis
14947         https://bugs.webkit.org/show_bug.cgi?id=59710
14948         
14949         Pixel test for a single-pixel shadow.
14951         * fast/box-shadow/single-pixel-shadow.html: Added.
14952         * platform/mac/fast/box-shadow/single-pixel-shadow-expected.png: Added.
14953         * platform/mac/fast/box-shadow/single-pixel-shadow-expected.txt: Added.
14954         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
14955         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
14956         * platform/mac/svg/filters/feDropShadow-expected.png:
14958 2011-04-28  Adam Roben  <aroben@apple.com>
14960         Skip all fast/dom/shadow tests on Mac
14962         They seem to be causing later tests to crash. See <http://webkit.org/b/59571>.
14964         * platform/mac/Skipped:
14966 2011-04-28  Yael Aharon  <yael.aharon@nokia.com>
14968         Reviewed by Beth Dakin.
14970         CSS sibling selector (~) does not work with :target pseudo class
14971         https://bugs.webkit.org/show_bug.cgi?id=26539
14973         * fast/css/pseudo-target-indirect-sibling-001-expected.txt: Added.
14974         * fast/css/pseudo-target-indirect-sibling-001.html: Added.
14975         * fast/css/pseudo-target-indirect-sibling-002-expected.txt: Added.
14976         * fast/css/pseudo-target-indirect-sibling-002.html: Added.
14978 2011-04-28  Dirk Pranke  <dpranke@chromium.org>
14980         Unreviewed, expectations change. More flakiness.
14982         * platform/chromium/test_expectations.txt:
14984 2011-04-28  Steve Lacey  <sjl@chromium.org>
14986         Reviewed by Eric Carlson.
14988         Change chromium media controls to use absolute positioning until bug 59644 is fixed.
14989         https://bugs.webkit.org/show_bug.cgi?id=59732
14991         * platform/chromium/test_expectations.txt: Add expectations for affected tests.
14993 2011-04-28  Julien Chaffraix  <jchaffraix@codeaurora.org>
14995         Reviewed by Darin Adler.
14997         CSS counters in :before pseudo-elements do not always update
14998         https://bugs.webkit.org/show_bug.cgi?id=38291
15000         The previous bug was solved so just landing the test case to ensure that
15001         we don't regress it.
15003         * fast/css/counters/counter-before-content-not-incremented-expected.txt: Added.
15004         * fast/css/counters/counter-before-content-not-incremented.html: Added.
15006 2011-04-28  Dirk Pranke  <dpranke@chromium.org>
15008         Suppress GPU failures - bug 59768, and
15009         some fast/repaint/shadow failures that are
15010         probably just rebaselines.
15012         * platform/chromium/test_expectations.txt:
15014 2011-04-28  Dirk Pranke  <dpranke@chromium.org>
15016         Unreviewed, expectations change.
15018         * platform/chromium/test_expectations.txt:
15020 2011-04-28  Martin Robinson  <mrobinson@igalia.com>
15022         Reviewed by Dirk Schulze.
15024         [Cairo] Text underline is not shadowed when text-shadow is enabled
15025         https://bugs.webkit.org/show_bug.cgi?id=48074
15027         Updated pixel results for this test. They were previously incorrect
15028         because text underlines were not shadowed.
15030         * platform/gtk/fast/text/stroking-decorations-expected.png:
15032 2011-04-28  Dirk Pranke  <dpranke@chromium.org>
15034         Unreviewed, expectations change.
15036         * platform/chromium/test_expectations.txt:
15038 2011-04-28  Chang Shu  <cshu@webkit.org>
15040         Reviewed by Eric Seidel.
15042         isContentEditable is not working properly with document.designMode
15043         https://bugs.webkit.org/show_bug.cgi?id=53031
15045         1. Added test cases for checking isContentEditable with designMode.
15046         2. Added a new test case for setting contenteditable attribute to "inherit" as the
15047         original code will cause a crash.
15048         3. Ryosuke Niwa also helped to fix test cases under editing/style that cause infinite loop.
15050         * editing/style/iframe-onload-crash-mac.html:
15051         * editing/style/iframe-onload-crash-unix.html:
15052         * editing/style/iframe-onload-crash-win.html:
15053         * fast/dom/HTMLElement/attr-invalid-string-expected.txt:
15054         * fast/dom/HTMLElement/attr-invalid-string.html:
15055         * fast/dom/HTMLElement/iscontenteditable-designmodeon-allinherit-expected.txt: Added.
15056         * fast/dom/HTMLElement/iscontenteditable-designmodeon-allinherit-subframe-expected.txt: Added.
15057         * fast/dom/HTMLElement/iscontenteditable-designmodeon-allinherit-subframe.html: Added.
15058         * fast/dom/HTMLElement/iscontenteditable-designmodeon-allinherit.html: Added.
15059         * fast/dom/HTMLElement/iscontenteditable-designmodeon-ancestor-expected.txt: Added.
15060         * fast/dom/HTMLElement/iscontenteditable-designmodeon-ancestor.html: Added.
15061         * fast/dom/HTMLElement/iscontenteditable-designmodeon-expected.txt: Added.
15062         * fast/dom/HTMLElement/iscontenteditable-designmodeon.html: Added.
15064 2011-04-28  Mike Reed  <reed@google.com>
15066         Reviewed by Eric Seidel.
15068         fix shadw behavior for both CSS and Canvas
15069         https://bugs.webkit.org/show_bug.cgi?id=59700
15071         * platform/chromium/test_expectations.txt:
15073 2011-04-28  Ojan Vafai  <ojan@chromium.org>
15075         Reviewed by Darin Adler.
15077         fast/harness/results.html failing in some configurations
15078         https://bugs.webkit.org/show_bug.cgi?id=59750
15080         * fast/harness/resources/results-test.js:
15082 2011-04-28  Dan Bernstein  <mitz@apple.com>
15084         Reviewed by Simon Fraser.
15086         <rdar://problem/9291132> Add support for -epub-prefixed properties
15088         * fast/css/epub-properties-expected.txt: Added.
15089         * fast/css/epub-properties.html: Added.
15091 2011-04-28  Adam Barth  <abarth@webkit.org>
15093         Reviewed by Eric Seidel.
15095         Remove WML
15096         https://bugs.webkit.org/show_bug.cgi?id=59678
15098         Remove WML tests.  These tests do not appear to be run on
15099         build.webkit.org because none of the bots on build.webkit.org enable
15100         WML.
15102         * fast/wml: Removed.
15103         * fast/wml/br-element-in-table.wml: Removed.
15104         * fast/wml/br-element-in-text.wml: Removed.
15105         * fast/wml/card-element.wml: Removed.
15106         * fast/wml/case-sensitivity.wml: Removed.
15107         * fast/wml/cdata-section.wml: Removed.
15108         * fast/wml/comment.wml: Removed.
15109         * fast/wml/do-element-optional-attr.wml: Removed.
15110         * fast/wml/do-shadow.wml: Removed.
15111         * fast/wml/do-template.wml: Removed.
15112         * fast/wml/entity.wml: Removed.
15113         * fast/wml/err-event-binding-conflict.wml: Removed.
15114         * fast/wml/err-invalid-location-for-varref.wml: Removed.
15115         * fast/wml/err-invalid-tablecolumn-number.wml: Removed.
15116         * fast/wml/err-invalid-variable-name.wml: Removed.
15117         * fast/wml/err-multi-access.wml: Removed.
15118         * fast/wml/err-multi-http-equiv-in-meta.wml: Removed.
15119         * fast/wml/err-multi-name-in-meta.wml: Removed.
15120         * fast/wml/err-multi-timer.wml: Removed.
15121         * fast/wml/err-samename-do.wml: Removed.
15122         * fast/wml/err-unallowed-task-in-anchor.wml: Removed.
15123         * fast/wml/fieldset.wml: Removed.
15124         * fast/wml/html-fieldset-crash.html: Removed.
15125         * fast/wml/img-localsrc.wml: Removed.
15126         * fast/wml/img-src-localsrc-alt.wml: Removed.
15127         * fast/wml/img-src.wml: Removed.
15128         * fast/wml/input.wml: Removed.
15129         * fast/wml/p-align.wml: Removed.
15130         * fast/wml/p-mode.wml: Removed.
15131         * fast/wml/resources: Removed.
15132         * fast/wml/resources/fail.png: Removed.
15133         * fast/wml/resources/pass.png: Removed.
15134         * fast/wml/select.wml: Removed.
15135         * fast/wml/show-first-card.wml: Removed.
15136         * fast/wml/table-element-align-attribute-invalid.wml: Removed.
15137         * fast/wml/table-element-columns-attribute-invalid-number.wml: Removed.
15138         * fast/wml/table-element-columns-attribute-invalid.wml: Removed.
15139         * fast/wml/table-element-columns-attribute-missing.wml: Removed.
15140         * fast/wml/table-element-columns-attribute.wml: Removed.
15141         * fast/wml/table-element.wml: Removed.
15142         * fast/wml/task-noop-in-do.wml: Removed.
15143         * fast/wml/test.wml: Removed.
15144         * fast/wml/text-emphasis.wml: Removed.
15145         * fast/wml/validate-dtd.wml: Removed.
15146         * http/tests/wml: Removed.
15147         * http/tests/wml/access-target-domain-deny-expected.txt: Removed.
15148         * http/tests/wml/access-target-domain-deny.html: Removed.
15149         * http/tests/wml/access-target-expected.txt: Removed.
15150         * http/tests/wml/access-target-path-deny-expected.txt: Removed.
15151         * http/tests/wml/access-target-path-deny.html: Removed.
15152         * http/tests/wml/access-target.html: Removed.
15153         * http/tests/wml/go-task-get-method-accept-charset-expected.txt: Removed.
15154         * http/tests/wml/go-task-get-method-accept-charset.html: Removed.
15155         * http/tests/wml/go-task-get-method-expected.txt: Removed.
15156         * http/tests/wml/go-task-get-method.html: Removed.
15157         * http/tests/wml/go-task-post-method-accept-charset-expected.txt: Removed.
15158         * http/tests/wml/go-task-post-method-accept-charset.html: Removed.
15159         * http/tests/wml/go-task-post-method-expected.txt: Removed.
15160         * http/tests/wml/go-task-post-method.html: Removed.
15161         * http/tests/wml/post-data-to-server-expected.txt: Removed.
15162         * http/tests/wml/post-data-to-server.html: Removed.
15163         * http/tests/wml/resources: Removed.
15164         * http/tests/wml/resources/access-target-domain-deny.wml: Removed.
15165         * http/tests/wml/resources/access-target-path-deny.wml: Removed.
15166         * http/tests/wml/resources/access-target.wml: Removed.
15167         * http/tests/wml/resources/answer-utf8.cgi: Removed.
15168         * http/tests/wml/resources/answer.cgi: Removed.
15169         * http/tests/wml/resources/dumpVariables.cgi: Removed.
15170         * http/tests/wml/resources/locked-deck.wml: Removed.
15171         * http/tests/wml/resources/unreachable-domain.wml: Removed.
15172         * http/tests/wml/resources/unreachable-path.wml: Removed.
15173         * http/tests/wml/script-tests: Removed.
15174         * http/tests/wml/script-tests/TEMPLATE.html: Removed.
15175         * http/tests/wml/script-tests/access-target-domain-deny.js: Removed.
15176         * http/tests/wml/script-tests/access-target-path-deny.js: Removed.
15177         * http/tests/wml/script-tests/access-target.js: Removed.
15178         * http/tests/wml/script-tests/go-task-get-method-accept-charset.js: Removed.
15179         * http/tests/wml/script-tests/go-task-get-method.js: Removed.
15180         * http/tests/wml/script-tests/go-task-post-method-accept-charset.js: Removed.
15181         * http/tests/wml/script-tests/go-task-post-method.js: Removed.
15182         * http/tests/wml/script-tests/post-data-to-server.js: Removed.
15183         * http/tests/xmlviewer/dumpAsText/wml-expected.txt: Removed.
15184         * http/tests/xmlviewer/dumpAsText/wml.xml: Removed.
15185         * platform/mac-leopard/fast/wml: Removed.
15186         * platform/mac-leopard/fast/wml/html-fieldset-crash-expected.png: Removed.
15187         * platform/mac/fast/wml: Removed.
15188         * platform/mac/fast/wml/br-element-in-table-expected.png: Removed.
15189         * platform/mac/fast/wml/br-element-in-table-expected.txt: Removed.
15190         * platform/mac/fast/wml/br-element-in-text-expected.png: Removed.
15191         * platform/mac/fast/wml/br-element-in-text-expected.txt: Removed.
15192         * platform/mac/fast/wml/card-element-expected.png: Removed.
15193         * platform/mac/fast/wml/card-element-expected.txt: Removed.
15194         * platform/mac/fast/wml/case-sensitivity-expected.png: Removed.
15195         * platform/mac/fast/wml/case-sensitivity-expected.txt: Removed.
15196         * platform/mac/fast/wml/cdata-section-expected.png: Removed.
15197         * platform/mac/fast/wml/cdata-section-expected.txt: Removed.
15198         * platform/mac/fast/wml/comment-expected.png: Removed.
15199         * platform/mac/fast/wml/comment-expected.txt: Removed.
15200         * platform/mac/fast/wml/do-element-optional-attr-expected.png: Removed.
15201         * platform/mac/fast/wml/do-element-optional-attr-expected.txt: Removed.
15202         * platform/mac/fast/wml/do-shadow-expected.png: Removed.
15203         * platform/mac/fast/wml/do-shadow-expected.txt: Removed.
15204         * platform/mac/fast/wml/do-template-expected.png: Removed.
15205         * platform/mac/fast/wml/do-template-expected.txt: Removed.
15206         * platform/mac/fast/wml/entity-expected.png: Removed.
15207         * platform/mac/fast/wml/entity-expected.txt: Removed.
15208         * platform/mac/fast/wml/err-event-binding-conflict-expected.png: Removed.
15209         * platform/mac/fast/wml/err-event-binding-conflict-expected.txt: Removed.
15210         * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png: Removed.
15211         * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt: Removed.
15212         * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.png: Removed.
15213         * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.txt: Removed.
15214         * platform/mac/fast/wml/err-invalid-variable-name-expected.png: Removed.
15215         * platform/mac/fast/wml/err-invalid-variable-name-expected.txt: Removed.
15216         * platform/mac/fast/wml/err-multi-access-expected.png: Removed.
15217         * platform/mac/fast/wml/err-multi-access-expected.txt: Removed.
15218         * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.png: Removed.
15219         * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.txt: Removed.
15220         * platform/mac/fast/wml/err-multi-name-in-meta-expected.png: Removed.
15221         * platform/mac/fast/wml/err-multi-name-in-meta-expected.txt: Removed.
15222         * platform/mac/fast/wml/err-multi-timer-expected.png: Removed.
15223         * platform/mac/fast/wml/err-multi-timer-expected.txt: Removed.
15224         * platform/mac/fast/wml/err-samename-do-expected.png: Removed.
15225         * platform/mac/fast/wml/err-samename-do-expected.txt: Removed.
15226         * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png: Removed.
15227         * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt: Removed.
15228         * platform/mac/fast/wml/fieldset-expected.png: Removed.
15229         * platform/mac/fast/wml/fieldset-expected.txt: Removed.
15230         * platform/mac/fast/wml/html-fieldset-crash-expected.png: Removed.
15231         * platform/mac/fast/wml/html-fieldset-crash-expected.txt: Removed.
15232         * platform/mac/fast/wml/img-localsrc-expected.png: Removed.
15233         * platform/mac/fast/wml/img-localsrc-expected.txt: Removed.
15234         * platform/mac/fast/wml/img-src-expected.png: Removed.
15235         * platform/mac/fast/wml/img-src-expected.txt: Removed.
15236         * platform/mac/fast/wml/img-src-localsrc-alt-expected.png: Removed.
15237         * platform/mac/fast/wml/img-src-localsrc-alt-expected.txt: Removed.
15238         * platform/mac/fast/wml/input-expected.png: Removed.
15239         * platform/mac/fast/wml/input-expected.txt: Removed.
15240         * platform/mac/fast/wml/p-align-expected.png: Removed.
15241         * platform/mac/fast/wml/p-align-expected.txt: Removed.
15242         * platform/mac/fast/wml/p-mode-expected.png: Removed.
15243         * platform/mac/fast/wml/p-mode-expected.txt: Removed.
15244         * platform/mac/fast/wml/select-expected.png: Removed.
15245         * platform/mac/fast/wml/select-expected.txt: Removed.
15246         * platform/mac/fast/wml/show-first-card-expected.png: Removed.
15247         * platform/mac/fast/wml/show-first-card-expected.txt: Removed.
15248         * platform/mac/fast/wml/table-element-align-attribute-invalid-expected.png: Removed.
15249         * platform/mac/fast/wml/table-element-align-attribute-invalid-expected.txt: Removed.
15250         * platform/mac/fast/wml/table-element-columns-attribute-expected.png: Removed.
15251         * platform/mac/fast/wml/table-element-columns-attribute-expected.txt: Removed.
15252         * platform/mac/fast/wml/table-element-columns-attribute-invalid-expected.png: Removed.
15253         * platform/mac/fast/wml/table-element-columns-attribute-invalid-expected.txt: Removed.
15254         * platform/mac/fast/wml/table-element-columns-attribute-invalid-number-expected.png: Removed.
15255         * platform/mac/fast/wml/table-element-columns-attribute-invalid-number-expected.txt: Removed.
15256         * platform/mac/fast/wml/table-element-columns-attribute-missing-expected.png: Removed.
15257         * platform/mac/fast/wml/table-element-columns-attribute-missing-expected.txt: Removed.
15258         * platform/mac/fast/wml/table-element-expected.png: Removed.
15259         * platform/mac/fast/wml/table-element-expected.txt: Removed.
15260         * platform/mac/fast/wml/task-noop-in-do-expected.png: Removed.
15261         * platform/mac/fast/wml/task-noop-in-do-expected.txt: Removed.
15262         * platform/mac/fast/wml/test-expected.png: Removed.
15263         * platform/mac/fast/wml/test-expected.txt: Removed.
15264         * platform/mac/fast/wml/text-emphasis-expected.png: Removed.
15265         * platform/mac/fast/wml/text-emphasis-expected.txt: Removed.
15266         * platform/mac/fast/wml/validate-dtd-expected.png: Removed.
15267         * platform/mac/fast/wml/validate-dtd-expected.txt: Removed.
15268         * wml: Removed.
15269         * wml/access-target-deny-expected.txt: Removed.
15270         * wml/access-target-deny.html: Removed.
15271         * wml/access-target-expected.txt: Removed.
15272         * wml/access-target.html: Removed.
15273         * wml/enter-card-with-events-expected.txt: Removed.
15274         * wml/enter-card-with-events.html: Removed.
15275         * wml/enter-first-card-with-events-expected.txt: Removed.
15276         * wml/enter-first-card-with-events.html: Removed.
15277         * wml/go-task-get-method-external-deck-expected.txt: Removed.
15278         * wml/go-task-get-method-external-deck-with-href-expected.txt: Removed.
15279         * wml/go-task-get-method-external-deck-with-href.html: Removed.
15280         * wml/go-task-get-method-external-deck.html: Removed.
15281         * wml/go-task-get-method-same-deck-expected.txt: Removed.
15282         * wml/go-task-get-method-same-deck.html: Removed.
15283         * wml/input-format-expected.txt: Removed.
15284         * wml/input-format.html: Removed.
15285         * wml/newcontext-same-deck-expected.txt: Removed.
15286         * wml/newcontext-same-deck.html: Removed.
15287         * wml/onenterforward-event-expected.txt: Removed.
15288         * wml/onenterforward-event.html: Removed.
15289         * wml/onenterforward-inline-event-expected.txt: Removed.
15290         * wml/onenterforward-inline-event.html: Removed.
15291         * wml/ontimer-event-expected.txt: Removed.
15292         * wml/ontimer-event.html: Removed.
15293         * wml/ontimer-inline-event-expected.txt: Removed.
15294         * wml/ontimer-inline-event.html: Removed.
15295         * wml/option-element-onpick-expected.txt: Removed.
15296         * wml/option-element-onpick-recursion-expected.txt: Removed.
15297         * wml/option-element-onpick-recursion.html: Removed.
15298         * wml/option-element-onpick.html: Removed.
15299         * wml/resources: Removed.
15300         * wml/resources/WMLTestCase.js: Removed.
15301         * wml/resources/access-target-deny.wml: Removed.
15302         * wml/resources/access-target.wml: Removed.
15303         * wml/resources/enter-card-with-events.wml: Removed.
15304         * wml/resources/enter-first-card-with-events.wml: Removed.
15305         * wml/resources/external-deck.wml: Removed.
15306         * wml/resources/locked-deck.wml: Removed.
15307         * wml/resources/newcontext-same-deck.wml: Removed.
15308         * wml/resources/onenterforward-event.wml: Removed.
15309         * wml/resources/onenterforward-inline-event.wml: Removed.
15310         * wml/resources/ontimer-event.wml: Removed.
15311         * wml/resources/ontimer-inline-event.wml: Removed.
15312         * wml/resources/option-element-onpick-recursion.wml: Removed.
15313         * wml/resources/test-document.wml: Removed.
15314         * wml/script-tests: Removed.
15315         * wml/script-tests/TEMPLATE.html: Removed.
15316         * wml/script-tests/access-target-deny.js: Removed.
15317         * wml/script-tests/access-target.js: Removed.
15318         * wml/script-tests/enter-card-with-events.js: Removed.
15319         * wml/script-tests/enter-first-card-with-events.js: Removed.
15320         * wml/script-tests/go-task-get-method-external-deck-with-href.js: Removed.
15321         * wml/script-tests/go-task-get-method-external-deck.js: Removed.
15322         * wml/script-tests/go-task-get-method-same-deck.js: Removed.
15323         * wml/script-tests/input-format.js: Removed.
15324         * wml/script-tests/newcontext-same-deck.js: Removed.
15325         * wml/script-tests/onenterforward-event.js: Removed.
15326         * wml/script-tests/onenterforward-inline-event.js: Removed.
15327         * wml/script-tests/ontimer-event.js: Removed.
15328         * wml/script-tests/ontimer-inline-event.js: Removed.
15329         * wml/script-tests/option-element-onpick-recursion.js: Removed.
15330         * wml/script-tests/option-element-onpick.js: Removed.
15331         * wml/script-tests/select-element-variables.js: Removed.
15332         * wml/script-tests/variable-reference-invalid-character.js: Removed.
15333         * wml/script-tests/variable-reference-valid.js: Removed.
15334         * wml/select-element-variables-expected.txt: Removed.
15335         * wml/select-element-variables.html: Removed.
15336         * wml/variable-reference-invalid-character-expected.txt: Removed.
15337         * wml/variable-reference-invalid-character.html: Removed.
15338         * wml/variable-reference-valid-expected.txt: Removed.
15339         * wml/variable-reference-valid.html: Removed.
15341 2011-04-28  Ojan Vafai  <ojan@chromium.org>
15343         Reviewed by Mihai Parparita.
15345         use a hierarchical data structure to store results json
15346         https://bugs.webkit.org/show_bug.cgi?id=59736
15348         * fast/harness/resources/results-test.js:
15349         * fast/harness/results.html:
15351 2011-04-28  Mark Pilgrim  <pilgrim@chromium.org>
15353         Reviewed by Tony Chang.
15355         IndexedDB createIndex should fail if name arg is null
15356         https://bugs.webkit.org/show_bug.cgi?id=58365
15358         * storage/indexeddb/mozilla/create-index-null-name-expected.txt: Added.
15359         * storage/indexeddb/mozilla/create-index-null-name.html: Added.
15361 2011-04-28  Mark Pilgrim  <pilgrim@chromium.org>
15363         Reviewed by Tony Chang.
15365         IndexedDB put() should fail if second (key) parameter is null
15366         https://bugs.webkit.org/show_bug.cgi?id=58613
15368         Added one test and fixed another that relied on old (broken) behavior
15369         when passing null in second parameter.
15371         * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt: Added.
15372         * storage/indexeddb/mozilla/key-requirements-put-null-key.html: Added.
15373         * storage/indexeddb/objectstore-basics-expected.txt:
15374         * storage/indexeddb/objectstore-basics.html:
15376 2011-04-28  Mark Pilgrim  <pilgrim@chromium.org>
15378         Reviewed by Darin Fisher.
15380         Port Mozilla's IndexedDB tests: versionchange event
15381         https://bugs.webkit.org/show_bug.cgi?id=58738
15383         * storage/indexeddb/mozilla: Added.
15384         * storage/indexeddb/mozilla/versionchange-expected.txt: Added.
15385         * storage/indexeddb/mozilla/versionchange.html: Added.
15387 2011-04-28  Kenneth Russell  <kbr@google.com>
15389         Unreviewed test expectations update. Marked flaky and crashing tests.
15391         * platform/chromium/test_expectations.txt:
15393 2011-04-28  Tony Chang  <tony@chromium.org>
15395         Fix description in recently added test results.
15397         * storage/indexeddb/mozilla/key-requirements-expected.txt:
15399 2011-04-28  Dominic Cooney  <dominicc@chromium.org>
15401         Reviewed by Geoffrey Garen.
15403         Walk shadow hosts as well as parent nodes when finding opaque roots.
15404         https://bugs.webkit.org/show_bug.cgi?id=59571
15406         Remove expectation of failure.
15408         * platform/mac/fast/dom/shadow/gc-shadow-expected.txt: Removed.
15410 2011-04-28  Dimitri Glazkov  <dglazkov@chromium.org>
15412         Added the test results, missed in r85209.
15414         * platform/mac/fast/dom/shadow/gc-shadow-expected.txt: Added.
15416 2011-04-28  Matthew Delaney  <mdelaney@apple.com>
15418         Reviewed by Brian Weinstein.
15420         Push canvas tests' expected results down from platform/mac and into platform/mac-snowleopard
15421         https://bugs.webkit.org/show_bug.cgi?id=59654
15423         * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.radial.cone.front-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.gradient.radial.cone.front-expected.txt.
15424         * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.radial.cone.top-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.gradient.radial.cone.top-expected.txt.
15425         * platform/mac-snowleopard/canvas/philip/tests/2d.strokeRect.zero.4-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.strokeRect.zero.4-expected.txt.
15426         * platform/mac/canvas/philip/tests/2d.gradient.radial.cone.front-expected.txt: Removed.
15427         * platform/mac/canvas/philip/tests/2d.gradient.radial.cone.top-expected.txt: Removed.
15428         * platform/mac/canvas/philip/tests/2d.strokeRect.zero.4-expected.txt: Removed.
15430 2011-04-28  Ojan Vafai  <ojan@chromium.org>
15432         Reviewed by Tony Chang.
15434         link to tests at a specific revision in the results.html file
15435         https://bugs.webkit.org/show_bug.cgi?id=59711
15437         This matches old-run-webkit-tests.
15439         * fast/harness/resources/results-test.js:
15440         * fast/harness/results-expected.txt:
15441         * fast/harness/results.html:
15443 2011-04-28  Dominic Cooney  <dominicc@chromium.org>
15445         Reviewed by Dimitri Glazkov.
15447         Unskip fast/dom/shadow/gc-shadow.html on Mac with expected failure
15448         https://bugs.webkit.org/show_bug.cgi?id=59647
15450         * fast/dom/shadow/gc-shadow.html: Actually GC the shadow roots now.
15451         * fast/dom/shadow/gc-shadow-expected.txt: Updated.
15452         * platform/mac/Skipped: Unskip gc-shadow.html.
15453         * platform/mac/fast/dom/shadow/gc-shadow-expected.txt: Added.
15455 2011-04-28  Arno Renevier  <arno@renevier.net>
15457         Reviewed by Gustavo Noronha Silva.
15459         [Soup] does not load css stylesheets without content-type
15460         https://bugs.webkit.org/show_bug.cgi?id=59697
15462         * platform/gtk/Skipped: Enable now passing tests:
15463          - http/tests/mime/standard-mode-loads-stylesheet-with-empty-content-type.html
15464          - http/tests/mime/standard-mode-loads-stylesheet-with-text-css-and-invalid-type.html
15466 2011-04-28  Adam Roben  <aroben@apple.com>
15468         Update expected results for a hyphenation test
15470         * platform/mac/fast/text/hyphenate-limit-before-after-expected.txt:
15472 2011-04-28  Sam Weinig  <sam@webkit.org>
15474         Add failing test to Leopard skipped list.
15475         Will track using https://bugs.webkit.org/show_bug.cgi?id=51807
15477         * platform/mac-leopard/Skipped:
15479 2011-04-28  Adam Roben  <aroben@apple.com>
15481         Skip another crashing shadow DOM test
15483         <http://webkit.org/b/59708> tracks the failure. Maybe it will eventually be duped to
15484         <http://webkit.org/b/59571>.
15486         * platform/mac/Skipped: Added fast/dom/shadow/nodetype.html.
15488 2011-04-28  Leon Scroggins  <scroggo@google.com>
15490         Reviewed by Steve Block.
15492         Rebaseline tests which look different due to a change in skia gradient calculations.
15493         https://bugs.webkit.org/show_bug.cgi?id=59132
15495         * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
15496         * platform/chromium-linux-x86_64/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
15497         * platform/chromium-linux/fast/gradients/background-clipped-expected.png:
15498         * platform/chromium-linux/fast/gradients/crash-on-zero-radius-expected.png:
15499         * platform/chromium-linux/fast/gradients/generated-gradients-expected.png:
15500         * platform/chromium-linux/fast/gradients/radial-centered-expected.png:
15501         * platform/chromium-linux/fast/gradients/simple-gradients-expected.png:
15502         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
15503         * platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
15504         * platform/chromium-win/fast/gradients/background-clipped-expected.png:
15505         * platform/chromium-win/fast/gradients/crash-on-zero-radius-expected.png:
15506         * platform/chromium-win/fast/gradients/generated-gradients-expected.png:
15507         * platform/chromium-win/fast/gradients/radial-centered-expected.png:
15508         * platform/chromium-win/fast/gradients/simple-gradients-expected.png:
15509         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
15510         * platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
15511         * platform/chromium/test_expectations.txt:
15513 2011-04-28  Pavel Feldman  <pfeldman@google.com>
15515         Not reviewed: skipping new inspector tests on Mac while I'm looking into it.
15517         * platform/mac/Skipped:
15519 2011-04-28  Satish Sampath  <satish@chromium.org>
15521         Reviewed by Tony Gentilcore.
15523         Speech input button layout issues with padding and border.
15524         https://bugs.webkit.org/show_bug.cgi?id=59613
15526         * fast/speech/input-text-speechbutton-expected.txt:
15527         * fast/speech/input-text-speechbutton.html: Updated to test with padding.
15529 2011-04-28  Chris Fleizach  <cfleizach@apple.com>
15531         Not reviewed. Add new expected results for GTK platform.
15533         ARIA role attribute implemented incorrectly; does not support token list with fallbacks
15534         https://bugs.webkit.org/show_bug.cgi?id=59648
15536         * platform/gtk/accessibility/aria-fallback-roles-expected.txt: Added.
15538 2011-04-28  Pavel Feldman  <pfeldman@google.com>
15540         Not reviewed: unflake new inspector tests.
15542         * http/tests/inspector/resource-tree/resource-tree-reload.html:
15543         * http/tests/inspector/resource-tree/resource-tree-test.js:
15544         (initialize_ResourceTreeTest.InspectorTest.dumpResourcesURLMap):
15546 2011-04-28  Jessie Berlin  <jberlin@apple.com>
15548         accessibility/aria-fallback-roles.html failing on Windows since introduction in r85157.
15549         https://bugs.webkit.org/show_bug.cgi?id=59701
15551         Add Windows-specific results to get the bots green.
15553         * platform/win/accessibility/aria-fallback-roles-expected.txt: Added.
15555 2011-04-28  Pavel Feldman  <pfeldman@google.com>
15557         Reviewed by Yury Semikhatsky.
15559         Web Inspector: add ResourceTreeModel tests.
15560         https://bugs.webkit.org/show_bug.cgi?id=59616
15562         * http/tests/inspector/resource-tree-model-expected.txt: Removed.
15563         * http/tests/inspector/resource-tree-model.html: Removed.
15564         * http/tests/inspector/resource-tree/resource-tree-document-url-expected.txt: Added.
15565         * http/tests/inspector/resource-tree/resource-tree-document-url.html: Added.
15566         * http/tests/inspector/resource-tree/resource-tree-frame-navigate-expected.txt: Added.
15567         * http/tests/inspector/resource-tree/resource-tree-frame-navigate.html: Added.
15568         * http/tests/inspector/resource-tree/resource-tree-reload-expected.txt: Added.
15569         * http/tests/inspector/resource-tree/resource-tree-reload.html: Added.
15570         * http/tests/inspector/resource-tree/resource-tree-test.js: Added.
15571         (initialize_ResourceTreeTest.InspectorTest.dumpResources):
15572         (initialize_ResourceTreeTest.InspectorTest.dumpResources.comparator):
15573         (initialize_ResourceTreeTest.InspectorTest.dumpResourcesURLMap):
15574         (initialize_ResourceTreeTest.InspectorTest.dumpResourcesTree):
15575         (initialize_ResourceTreeTest.InspectorTest.runAfterResourcesAreLoaded.callbackWrapper):
15576         (initialize_ResourceTreeTest.InspectorTest.runAfterResourcesAreLoaded):
15577         (initialize_ResourceTreeTest.InspectorTest.dumpResourceTreeEverything):
15578         (initialize_ResourceTreeTest):
15579         * http/tests/inspector/resource-tree/resources/dummy-iframe.html: Added.
15580         * http/tests/inspector/resource-tree/resources/resource-tree-frame-navigate-iframe-after.html: Added.
15581         * http/tests/inspector/resource-tree/resources/resource-tree-frame-navigate-iframe-before.html: Added.
15582         * http/tests/inspector/resource-tree/resources/resource-tree-reload-iframe.html: Added.
15583         * http/tests/inspector/resource-tree/resources/script-initial.js: Added.
15584         (foo):
15585         * http/tests/inspector/resource-tree/resources/script-navigated.js: Added.
15586         (foo):
15587         * http/tests/inspector/resource-tree/resources/styles-initial-2.css: Added.
15588         (html):
15589         * http/tests/inspector/resource-tree/resources/styles-initial.css: Added.
15590         (html):
15591         * http/tests/inspector/resource-tree/resources/styles-navigated.css: Added.
15592         (html):
15593         * platform/win/Skipped:
15595 2011-04-28  Mikhail Naganov  <mnaganov@chromium.org>
15597         Reviewed by Yury Semikhatsky.
15599         WebInspector: [Chromium] Implement retaining paths following in detailed heap snapshots.
15600         https://bugs.webkit.org/show_bug.cgi?id=59592
15602         * inspector/profiler/detailed-heapshots-test.js:
15603         (initialize_DetailedHeapshotTest):
15605 2011-04-28  Mikhail Naganov  <mnaganov@chromium.org>
15607         Reviewed by Yury Semikhatsky.
15609         Web Inspector: [Chromium] Optimize detailed heap snapshots loading / parsing.
15610         https://bugs.webkit.org/show_bug.cgi?id=59454
15612         * inspector/profiler/heap-snapshot-loader-expected.txt: Added.
15613         * inspector/profiler/heap-snapshot-loader.html: Added.
15614         * inspector/profiler/heap-snapshot-test.js:
15615         (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMock):
15616         (initialize_HeapSnapshotTest):
15618 2011-04-28  Mark Pilgrim  <pilgrim@chromium.org>
15620         Reviewed by Tony Chang.
15622         Port Mozilla's IndexedDB tests: readonly and read/write transactions
15623         https://bugs.webkit.org/show_bug.cgi?id=59465
15625         * storage/indexeddb/mozilla: Added.
15626         * storage/indexeddb/mozilla/readonly-transactions-expected.txt: Added.
15627         * storage/indexeddb/mozilla/readonly-transactions.html: Added.
15628         * storage/indexeddb/mozilla/readwrite-transactions-expected.txt: Added.
15629         * storage/indexeddb/mozilla/readwrite-transactions.html: Added.
15631 2011-04-28  Gabor Rapcsanyi  <rgabor@webkit.org>
15633         Reviewed by Csaba Osztrogonác.
15635         [Qt] Add ARM specific Skipped list
15636         https://bugs.webkit.org/show_bug.cgi?id=59680
15638         * platform/qt-arm/Skipped: Added.
15640 2011-04-27  Csaba Osztrogonác  <ossy@webkit.org>
15642         Convert LayoutTests/fast/events/mouseout-dead-node.html from pixel test to text-based test
15643         https://bugs.webkit.org/show_bug.cgi?id=59369
15645         [Qt] Qt specific expected result is unnecessary after r85163.
15647         * platform/qt/fast/events/mouseout-dead-node-expected.txt: Removed.
15649 2011-04-27  Naoki Takano  <takano.naoki@gmail.com>
15651         Reviewed by Ryosuke Niwa.
15653         Convert LayoutTests/fast/events/mouseout-dead-node.html from pixel test to text-based test
15654         https://bugs.webkit.org/show_bug.cgi?id=59369
15656         * fast/events/mouseout-dead-node-expected.txt: Added.
15657         * fast/events/mouseout-dead-node.html: Change to use dumpAsText.
15658         * platform/chromium-linux/fast/events/mouseout-dead-node-expected.png: Removed.
15659         * platform/chromium-win/fast/events/mouseout-dead-node-expected.png: Removed.
15660         * platform/chromium-win/fast/events/mouseout-dead-node-expected.txt: Removed.
15661         * platform/gtk/fast/events/mouseout-dead-node-expected.txt: Removed.
15662         * platform/mac-leopard/fast/events/mouseout-dead-node-expected.png: Removed.
15663         * platform/mac/fast/events/mouseout-dead-node-expected.png: Removed.
15664         * platform/mac/fast/events/mouseout-dead-node-expected.txt: Removed.
15666 2011-04-27  Kenneth Russell  <kbr@google.com>
15668         Chromium test failures after r85142
15669         https://bugs.webkit.org/show_bug.cgi?id=59673
15671         Unreviewed. Temporarily suppress test failures.
15673         * platform/chromium/test_expectations.txt:
15675 2011-04-27  Eric Seidel  <eric@webkit.org>
15677         Reviewed by Ojan Vafai.
15679         Log more information when http/tests/xmlhttprequest/basic-auth.html fails
15680         https://bugs.webkit.org/show_bug.cgi?id=59651
15682         Very basic, but it's better than nothing.
15684         * http/tests/xmlhttprequest/basic-auth.html:
15686 2011-04-27  Chris Fleizach  <cfleizach@apple.com>
15688         Reviewed by Beth Dakin.
15690         <rdar://problem/9315254> ARIA role attribute implemented incorrectly; does not support token list with fallbacks
15691         https://bugs.webkit.org/show_bug.cgi?id=59648
15693         * accessibility/aria-fallback-roles.html: Added.
15694         * platform/mac/accessibility/aria-fallback-roles-expected.txt: Added.
15696 2011-04-27  Mark Pilgrim  <pilgrim@chromium.org>
15698         Reviewed by Tony Chang.
15700         Port Mozilla's IndexedDB tests: creating unique index and updating indexNames
15701         https://bugs.webkit.org/show_bug.cgi?id=59631
15703         * storage/indexeddb/mozilla/create-index-unique-expected.txt: Added.
15704         * storage/indexeddb/mozilla/create-index-unique.html: Added.
15706 2011-04-27  Mark Pilgrim  <pilgrim@chromium.org>
15708         Reviewed by Tony Chang.
15710         Should call done() from unexpectedErrorCallback so failing IndexedDB tests don't time out
15711         https://bugs.webkit.org/show_bug.cgi?id=59569
15713         * storage/indexeddb/exception-in-event-aborts-expected.txt:
15714         * storage/indexeddb/exception-in-event-aborts.html:
15715         * storage/indexeddb/resources/shared.js:
15716         (unexpectedSuccessCallback):
15717         (unexpectedErrorCallback):
15718         (unexpectedAbortCallback):
15719         (unexpectedCompleteCallback):
15720         (unexpectedBlockedCallback):
15722 2011-04-27  Mark Pilgrim  <pilgrim@chromium.org>
15724         Reviewed by Tony Chang.
15726         Port Mozilla's IndexedDB tests: creating and deleting indexes
15727         https://bugs.webkit.org/show_bug.cgi?id=59635
15729         * storage/indexeddb/mozilla/remove-index-expected.txt: Added.
15730         * storage/indexeddb/mozilla/remove-index.html: Added.
15732 2011-04-27  Mark Pilgrim  <pilgrim@chromium.org>
15734         Reviewed by Tony Chang.
15736         Port Mozilla's IndexedDB tests: get() and put() basics
15737         https://bugs.webkit.org/show_bug.cgi?id=59468
15739         * storage/indexeddb/mozilla: Added.
15740         * storage/indexeddb/mozilla/put-get-values-expected.txt: Added.
15741         * storage/indexeddb/mozilla/put-get-values.html: Added.
15743 2011-04-27  Mark Pilgrim  <pilgrim@chromium.org>
15745         Reviewed by Tony Chang.
15747         Port Mozilla's IndexedDB tests: index cursors
15748         https://bugs.webkit.org/show_bug.cgi?id=59472
15750         * storage/indexeddb/mozilla: Added.
15751         * storage/indexeddb/mozilla/object-cursors-expected.txt: Added.
15752         * storage/indexeddb/mozilla/object-cursors.html: Added.
15754 2011-04-27  Mark Pilgrim  <pilgrim@chromium.org>
15756         Reviewed by Tony Chang.
15758         Port Mozilla's IndexedDB tests: event.target.source in success callbacks
15759         https://bugs.webkit.org/show_bug.cgi?id=59632
15761         * storage/indexeddb/mozilla/event-source-expected.txt: Added.
15762         * storage/indexeddb/mozilla/event-source.html: Added.
15764 2011-04-27  Mark Pilgrim  <pilgrim@chromium.org>
15766         Reviewed by Tony Chang.
15768         Port Mozilla's IndexedDB tests: event.target.result after add() and put()
15769         https://bugs.webkit.org/show_bug.cgi?id=59634
15771         * storage/indexeddb/mozilla/key-requirements-expected.txt: Added.
15772         * storage/indexeddb/mozilla/key-requirements.html: Added.
15774 2011-04-27  Mark Pilgrim  <pilgrim@chromium.org>
15776         Reviewed by Tony Chang.
15778         IndexedDB object store deleting entry should fail if key is null
15779         https://bugs.webkit.org/show_bug.cgi?id=58614
15781         * storage/indexeddb/mozilla: Added.
15782         * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt: Added.
15783         * storage/indexeddb/mozilla/key-requirements-delete-null-key.html: Added.
15785 2011-04-27  Eric Carlson  <eric.carlson@apple.com>
15787         Reviewed by Dan Bernstein.
15789         audio-no-installed-engines.html media test has unnecessary pixel results
15790         https://bugs.webkit.org/show_bug.cgi?id=59456
15792         Convert audio-no-installed-engines.html results from pixel to text.
15794         * media/audio-no-installed-engines-expected.txt: Added.
15795         * media/audio-no-installed-engines.html:
15796         * platform/chromium-linux/media/audio-no-installed-engines-expected.png: Removed.
15797         * platform/chromium-win/media/audio-no-installed-engines-expected.png: Removed.
15798         * platform/chromium-win/media/audio-no-installed-engines-expected.txt: Removed.
15799         * platform/gtk/media/audio-no-installed-engines-expected.txt: Removed.
15800         * platform/mac-leopard/media/audio-no-installed-engines-expected.png: Removed.
15801         * platform/mac/media/audio-no-installed-engines-expected.png: Removed.
15802         * platform/mac/media/audio-no-installed-engines-expected.txt: Removed.
15804 2011-04-27  Robert Hogan  <robert@webkit.org>
15806         Reviewed by Adam Barth.
15808         Allow shadowing of history object
15809         https://bugs.webkit.org/show_bug.cgi?id=55965
15811         * fast/dom/Window/get-set-properties-expected.txt:
15812         * fast/dom/Window/get-set-properties.html:
15813         * fast/dom/Window/window-property-shadowing-expected.txt:
15814         * fast/dom/Window/window-property-shadowing.html:
15815         * fast/js/var-declarations-shadowing-expected.txt:
15816         * fast/js/var-declarations-shadowing.html:
15817         * http/tests/history/cross-origin-replace-history-object-child-expected.txt: Added.
15818         * http/tests/history/cross-origin-replace-history-object-child.html: Added.
15819         * http/tests/history/cross-origin-replace-history-object-expected.txt: Added.
15820         * http/tests/history/cross-origin-replace-history-object.html: Added.
15821         * http/tests/history/resources/cross-origin-replaces-history-object-child-iframe.html: Added.
15822         * http/tests/history/resources/cross-origin-replaces-history-object-iframe.html: Added.
15823         * http/tests/security/cross-frame-access-put-expected.txt: Note that a window property with
15824           the DoNotCheckDomainSecurityOnGet attribute generates two cross-origin JS warnings. Amended
15825           expected results to include the additional extra warning for the history object.
15827 2011-04-27  Dirk Pranke  <dpranke@chromium.org>
15829         Unreviewed, expectations change. Fix some
15830         Chromium Mac Leopard failures.
15832         * platform/chromium/test_expectations.txt:
15834 2011-04-27  Dirk Pranke  <dpranke@chromium.org>
15836         Unreviewed, expectations change. Fix Chromium Mac SL Debug
15837         expectations, few miscellaneous other expectations.
15839         * platform/chromium/test_expectations.txt:
15841 2011-04-27  Mark Pilgrim  <pilgrim@chromium.org>
15843         Reviewed by Tony Chang.
15845         Port Mozilla's IndexedDB tests: clear()
15846         https://bugs.webkit.org/show_bug.cgi?id=59498
15848         * storage/indexeddb/mozilla: Added.
15849         * storage/indexeddb/mozilla/clear-expected.txt: Added.
15850         * storage/indexeddb/mozilla/clear.html: Added.
15852 2011-04-27  Mark Pilgrim  <pilgrim@chromium.org>
15854         Reviewed by Tony Chang.
15856         Port Mozilla's IndexedDB tests: add twice failure
15857         https://bugs.webkit.org/show_bug.cgi?id=59492
15859         * storage/indexeddb/mozilla: Added.
15860         * storage/indexeddb/mozilla/add-twice-failure-expected.txt: Added.
15861         * storage/indexeddb/mozilla/add-twice-failure.html: Added.
15863 2011-04-27  Kenneth Russell  <kbr@google.com>
15865         Unreviewed. Fixed more breakage in test_expectations.txt caused by
15866         my previous checkin, caught with --lint-test-files thanks to dpranke.
15868         * platform/chromium/test_expectations.txt:
15870 2011-04-27  Andy Estes  <aestes@apple.com>
15872         Skip fast/blockflow/broken-ideographic-font.html on Leopard.
15874         * platform/mac-leopard/Skipped:
15876 2011-04-27  Kenneth Russell  <kbr@google.com>
15878         Unreviewed, test expectation updates.
15879           - Marked media/video-controls-transformed.html as failing generally.
15880           - Fixed malformed bug ID in last update.
15882         * platform/chromium/test_expectations.txt:
15884 2011-04-27  Kenneth Russell  <kbr@google.com>
15886         Unreviewed, test expectation updates.
15887           - Added a couple of flaky tests.
15888           - Filed bugs for a preexisting and a new failure.
15889           - Rebaselined fast/lists/003-vertical.html on Mac.
15891         * platform/chromium-mac/fast/lists/003-vertical-expected.txt:
15892         * platform/chromium/test_expectations.txt:
15894 2011-04-27  Dirk Pranke  <dpranke@chromium.org>
15896         Unreviewed, update w/ failing tests and remove a bunch of
15897         passing mac tests.
15899         * platform/chromium/test_expectations.txt:
15901 2011-04-27  Mark Pilgrim  <pilgrim@chromium.org>
15903         Reviewed by Tony Chang.
15905         Port Mozilla's IndexedDB tests: bad keypath
15906         https://bugs.webkit.org/show_bug.cgi?id=59497
15908         * storage/indexeddb/mozilla: Added.
15909         * storage/indexeddb/mozilla/bad-keypath-expected.txt: Added.
15910         * storage/indexeddb/mozilla/bad-keypath.html: Added.
15912 2011-04-27  Kenneth Russell  <kbr@google.com>
15914         [chromium] Rebaseline direct-image-compositing.html after r85011
15915         https://bugs.webkit.org/show_bug.cgi?id=59624
15917         Unreviewed. It looks like the previous image result for this
15918         layout test was checked in from a Debug rather than Release build
15919         and was affected by bug 58587.
15921         * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png:
15922         * platform/chromium/test_expectations.txt:
15924 2011-04-27  Dirk Pranke  <dpranke@chromium.org>
15926         Unreviewed, update w/ failing tests.
15928         * platform/chromium/test_expectations.txt:
15930 2011-04-27  Mark Rowe  <mrowe@apple.com>
15932         Rubber-stamped by Geoff Garen.
15934         Remove some files that are no longer relevant.
15936         * platform/mac-tiger: Removed.
15938 2011-04-27  Csaba Osztrogonác  <ossy@webkit.org>
15940         [Qt][Mac] Unreviewed. Add more failing tests to the Skipped list.
15942         * platform/qt-mac/Skipped:
15944 2011-04-27  Victoria Kirst  <vrk@chromium.org>
15946         Unreviewed.
15948         [chromium] Rebaseline and add baselines for a few media layout tests
15949         and update test_expectations.txt.
15951         * platform/chromium-gpu-linux/media/controls-after-reload-expected.png: Added.
15952         * platform/chromium-gpu-linux/media/controls-strict-expected.png: Added.
15953         * platform/chromium-gpu-linux/media/controls-styling-expected.png: Added.
15954         * platform/chromium-gpu-linux/media/controls-without-preload-expected.png: Added.
15955         * platform/chromium-gpu-linux/media/video-transformed-expected.png: Added.
15956         * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png: Added.
15957         * platform/chromium-gpu-mac/media/controls-after-reload-expected.png: Added.
15958         * platform/chromium-gpu-mac/media/controls-strict-expected.png: Added.
15959         * platform/chromium-gpu-mac/media/controls-styling-expected.png: Added.
15960         * platform/chromium-gpu-mac/media/controls-without-preload-expected.png: Added.
15961         * platform/chromium-gpu-mac/media/video-transformed-expected.png: Added.
15962         * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png:
15963         * platform/chromium-gpu-win/media/controls-after-reload-expected.png: Added.
15964         * platform/chromium-gpu-win/media/controls-strict-expected.png: Added.
15965         * platform/chromium-gpu-win/media/controls-styling-expected.png: Added.
15966         * platform/chromium-gpu-win/media/controls-without-preload-expected.png: Added.
15967         * platform/chromium-gpu-win/media/video-transformed-expected.png: Added.
15968         * platform/chromium-gpu-win/media/video-zoom-controls-expected.png: Added.
15969         * platform/chromium-linux/media/controls-after-reload-expected.png:
15970         * platform/chromium-linux/media/controls-strict-expected.png:
15971         * platform/chromium-linux/media/controls-styling-expected.png:
15972         * platform/chromium-linux/media/controls-without-preload-expected.png:
15973         * platform/chromium-linux/media/video-transformed-expected.png:
15974         * platform/chromium-linux/media/video-zoom-controls-expected.png:
15975         * platform/chromium-mac-leopard/media/controls-after-reload-expected.png:
15976         * platform/chromium-mac-leopard/media/controls-strict-expected.png:
15977         * platform/chromium-mac-leopard/media/controls-styling-expected.png:
15978         * platform/chromium-mac-leopard/media/controls-without-preload-expected.png:
15979         * platform/chromium-mac-leopard/media/video-zoom-controls-expected.png:
15980         * platform/chromium-mac/media/controls-after-reload-expected.png:
15981         * platform/chromium-mac/media/controls-strict-expected.png:
15982         * platform/chromium-mac/media/controls-styling-expected.png:
15983         * platform/chromium-mac/media/controls-without-preload-expected.png:
15984         * platform/chromium-mac/media/video-zoom-controls-expected.png:
15985         * platform/chromium-win/media/controls-after-reload-expected.png:
15986         * platform/chromium-win/media/controls-strict-expected.png:
15987         * platform/chromium-win/media/controls-styling-expected.png:
15988         * platform/chromium-win/media/controls-without-preload-expected.png:
15989         * platform/chromium-win/media/video-transformed-expected.png:
15990         * platform/chromium-win/media/video-zoom-controls-expected.png:
15991         * platform/chromium/test_expectations.txt:
15993 2011-04-27  Adrienne Walker  <enne@google.com>
15995         [chromium] Unreviewed, rollout r85075 (scissor rect changes)
15996         https://bugs.webkit.org/show_bug.cgi?id=59020
15998         * compositing/flat-with-transformed-child-expected.txt: Removed.
15999         * compositing/flat-with-transformed-child.html: Removed.
16000         * platform/chromium-gpu-linux/compositing/flat-with-transformed-child-expected.checksum: Removed.
16001         * platform/chromium-gpu-linux/compositing/flat-with-transformed-child-expected.png: Removed.
16002         * platform/chromium/test_expectations.txt:
16004 2011-04-27  Csaba Osztrogonác  <ossy@webkit.org>
16006         [Qt][Mac] Unreviewed. Add more failing tests to the Skipped list.
16008         * platform/qt-mac/Skipped:
16010 2011-04-27  Csaba Osztrogonác  <ossy@webkit.org>
16012         [Qt][Mac] Unreviewed. Add more failing tests to the Skipped list.
16014         * platform/qt-mac/Skipped:
16016 2011-04-27  Adrienne Walker  <enne@google.com>
16018         [chromium] Unreviewed, update flat-with-transformed-child expectations.
16020         * platform/chromium/test_expectations.txt:
16022 2011-04-27  Enrica Casucci  <enrica@apple.com>
16024         Reviewed by Darin Adler.
16026         REGRESSION (r84311): Copy should preserve background color if specified in the body only if the entire content is selected.
16027         https://bugs.webkit.org/show_bug.cgi?id=59251
16028         <rdar://problem/9327044>
16030         * editing/pasteboard/do-not-copy-body-color-expected.txt: Added.
16031         * editing/pasteboard/do-not-copy-body-color.html: Added.
16033 2011-04-27  Ojan Vafai  <ojan@chromium.org>
16035         Reviewed by Eric Seidel.
16037         address aesthetic concerns for results.html format brought up at webkit meeting
16038         https://bugs.webkit.org/show_bug.cgi?id=59625
16040         -remove background-color
16041         -lowercase expected/actual results types to reduce overall width
16042         -let the test name (first column) wrap
16044         * fast/harness/resources/results-test.js:
16045         * fast/harness/results.html:
16047 2011-04-27  Mark Pilgrim  <pilgrim@chromium.org>
16049         Reviewed by Tony Chang.
16051         Port Mozilla's IndexedDB tests: objectStoreNames
16052         https://bugs.webkit.org/show_bug.cgi?id=59484
16054         * storage/indexeddb/mozilla: Added.
16055         * storage/indexeddb/mozilla/global-data-expected.txt: Added.
16056         * storage/indexeddb/mozilla/global-data.html: Added.
16057         * storage/indexeddb/mozilla/objectstorenames-expected.txt: Added.
16058         * storage/indexeddb/mozilla/objectstorenames.html: Added.
16060 2011-04-27  Dimitri Glazkov  <dglazkov@chromium.org>
16062         Skip crashing/failing shadow DOM tests until they are fixed.
16063         https://bugs.webkit.org/show_bug.cgi?id=59571
16065         * platform/gtk/Skipped: Added failing tests.
16066         * platform/mac/Skipped: Ditto.
16068 2011-04-27  Csaba Osztrogonác  <ossy@webkit.org>
16070         [Qt][Mac] Unreviewed. Add all failing tests to the Skipped list.
16072         * platform/qt-mac/Skipped:
16074 2011-04-27  Mark Pilgrim  <pilgrim@chromium.org>
16076         Reviewed by Tony Chang.
16078         Port Mozilla's IndexedDB tests: createObjectStore basics
16079         https://bugs.webkit.org/show_bug.cgi?id=59486
16081         * storage/indexeddb/mozilla: Added.
16082         * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: Added.
16083         * storage/indexeddb/mozilla/create-objectstore-basics.html: Added.
16085 2011-04-16  Dimitri Glazkov  <dglazkov@chromium.org>
16087         Reviewed by Antti Koivisto.
16089         Teach sub-selector chains about shadow descendants
16090         https://bugs.webkit.org/show_bug.cgi?id=58342
16092         * fast/css/unknown-pseudo-element-matching-expected.txt: Updated expectations.
16093         * fast/css/unknown-pseudo-element-matching.html: Added new tests.
16095 2011-04-20  Adrienne Walker  <enne@google.com>
16097         Reviewed by Kenneth Russell.
16099         [chromium] Fix incorrect scissor rect for layers that render into a rendersurface
16100         https://bugs.webkit.org/show_bug.cgi?id=59020
16102         * compositing/flat-with-transformed-child-expected.txt: Added.
16103         * compositing/flat-with-transformed-child.html: Added.
16104         * platform/chromium-gpu-linux/compositing/flat-with-transformed-child-expected.checksum: Added.
16105         * platform/chromium-gpu-linux/compositing/flat-with-transformed-child-expected.png: Added.
16106         * platform/chromium/test_expectations.txt:
16108 2011-04-27  Martin Robinson  <mrobinson@igalia.com>
16110         Rebaseline some tests which differ on the bots after r85066.
16112         * platform/gtk/fast/forms/select-writing-direction-natural-expected.txt:
16113         * platform/gtk/fast/text/international/bidi-menulist-expected.txt:
16115 2011-04-27  Kenneth Russell  <kbr@google.com>
16117         Web Inspector: regression in inspector/console/console-dir.html after r85054
16118         https://bugs.webkit.org/show_bug.cgi?id=59620
16120         Unreviewed. Missed updating chromium-specific expectations in earlier rebaseline.
16122         * platform/chromium/inspector/console/console-dir-expected.txt:
16124 2011-04-27  Kenneth Russell  <kbr@google.com>
16126         [chromium] Rebaseline direct-image-compositing.html after r85011
16127         https://bugs.webkit.org/show_bug.cgi?id=59624
16129         * platform/chromium-gpu-win/compositing/direct-image-compositing-expected.txt:
16131 2011-04-27  Dan Bernstein  <mitz@apple.com>
16133         Reviewed by Anders Carlsson.
16135         <rdar://problem/9335973> REGRESSION (r84341): Buttons in the Mac App store are rendered incorrectly
16136         https://bugs.webkit.org/show_bug.cgi?id=59622
16138         * fast/borders/border-image-trumps-radius-expected.png: Added.
16139         * fast/borders/border-image-trumps-radius-expected.txt: Added.
16140         * fast/borders/border-image-trumps-radius.html: Added.
16142 2011-04-27  Martin Robinson  <mrobinson@igalia.com>
16144         Reviewed by Eric Seidel.
16146         [GTK] Menulists do not follow text direction when rendering options with right-to-left text
16147         https://bugs.webkit.org/show_bug.cgi?id=54038
16149         * platform/gtk/Skipped: Unskip passing test.
16150         * platform/gtk/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Added.
16151         * platform/gtk/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
16152         * platform/gtk/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
16154 2011-02-03  Martin Robinson  <mrobinson@igalia.com>
16156         Reviewed by Xan Lopez.
16158         [GTK] editing/pasteboard/copy-standalone-image.html fails
16159         https://bugs.webkit.org/show_bug.cgi?id=53645
16161         Unskip the test and add new expected results for it.
16163         * platform/gtk/Skipped: Unskip this test as it is now passing.
16164         * platform/gtk/editing/pasteboard/copy-standalone-image-expected.checksum:
16165         * platform/gtk/editing/pasteboard/copy-standalone-image-expected.png:
16166         * platform/gtk/editing/pasteboard/copy-standalone-image-expected.txt:
16168 2011-04-27  Kenneth Russell  <kbr@google.com>
16170         Not reviewed. Rebaseline test to get the tree green.
16172         Web Inspector: regression in inspector/console/console-dir.html after r85054
16173         https://bugs.webkit.org/show_bug.cgi?id=59620
16175         * inspector/console/console-dir-expected.txt:
16177 2011-04-27  Sheriff Bot  <webkit.review.bot@gmail.com>
16179         Unreviewed, rolling out r84987.
16180         http://trac.webkit.org/changeset/84987
16181         https://bugs.webkit.org/show_bug.cgi?id=59618
16183         Caused crashes on the GTK+ debug bots. (Requested by mrobinson
16184         on #webkit).
16186         * platform/gtk/Skipped:
16188 2011-04-27  Levi Weintraub  <leviw@chromium.org>
16190         new baselines needed after r85011
16191         https://bugs.webkit.org/show_bug.cgi?id=59581
16193         * platform/chromium-linux/css2.1/t0905-c414-flt-02-c-expected.txt:
16194         * platform/chromium-linux/css2.1/t0905-c414-flt-03-c-expected.txt:
16195         * platform/chromium-linux/css2.1/t0905-c414-flt-04-c-expected.txt:
16196         * platform/chromium-linux/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
16197         * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
16198         * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
16199         * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
16200         * platform/chromium-mac-leopard/fast/repaint/box-shadow-h-expected.png:
16201         * platform/chromium-mac-leopard/fast/repaint/box-shadow-v-expected.png:
16202         * platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.png:
16203         * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
16204         * platform/chromium-win/css2.1/t0905-c414-flt-00-d-expected.txt:
16205         * platform/chromium-win/css2.1/t0905-c414-flt-01-d-g-expected.txt:
16206         * platform/chromium-win/css2.1/t0905-c414-flt-02-c-expected.txt:
16207         * platform/chromium-win/css2.1/t0905-c414-flt-03-c-expected.txt:
16208         * platform/chromium-win/css2.1/t0905-c414-flt-04-c-expected.txt:
16209         * platform/chromium-win/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
16210         * platform/chromium-win/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
16211         * platform/chromium-win/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
16212         * platform/chromium-win/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
16213         * platform/chromium-win/css2.1/t090501-c414-flt-02-d-g-expected.txt:
16214         * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
16215         * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.txt:
16216         * platform/chromium-win/fast/block/float/029-expected.txt:
16217         * platform/chromium-win/fast/block/float/031-expected.txt:
16218         * platform/chromium-win/fast/block/float/clamped-right-float-expected.txt:
16219         * platform/chromium-win/fast/block/float/float-overhangs-root-expected.png: Added.
16220         * platform/chromium-win/fast/block/float/nested-clearance-expected.txt:
16221         * platform/chromium-win/fast/block/margin-collapse/062-expected.txt:
16222         * platform/chromium-win/fast/block/margin-collapse/063-expected.txt:
16223         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.txt:
16224         * platform/chromium-win/fast/css/h1-in-section-elements-expected.txt:
16225         * platform/chromium-win/fast/forms/basic-textareas-quirks-expected.txt:
16226         * platform/chromium-win/fast/inline/inline-box-background-expected.txt:
16227         * platform/chromium-win/fast/inline/inline-box-background-long-image-expected.txt:
16228         * platform/chromium-win/fast/inline/inline-box-background-repeat-x-expected.txt:
16229         * platform/chromium-win/fast/inline/inline-box-background-repeat-y-expected.txt:
16230         * platform/chromium-win/fast/lists/003-expected.txt:
16231         * platform/chromium-win/fast/lists/003-vertical-expected.txt:
16232         * platform/chromium-win/fast/media/mq-relative-constraints-08-expected.txt:
16233         * platform/chromium-win/fast/repaint/box-shadow-h-expected.txt:
16234         * platform/chromium-win/fast/repaint/box-shadow-v-expected.txt:
16235         * platform/chromium-win/fast/text/whitespace/012-expected.txt:
16236         * platform/chromium-win/tables/mozilla/bugs/bug120364-expected.txt:
16237         * platform/chromium-win/tables/mozilla/bugs/bug45055-2-expected.txt:
16238         * platform/chromium-win/tables/mozilla/bugs/bug72359-expected.txt:
16239         * platform/chromium-win/tables/mozilla/marvin/x_table_align_left-expected.txt:
16240         * platform/chromium-win/tables/mozilla/marvin/x_table_align_right-expected.txt:
16241         * platform/chromium/test_expectations.txt:
16243 2011-04-27  Darin Adler  <darin@apple.com>
16245         * platform/chromium-mac/fast/block/positioning/rtl-fixed-positioning-expected.checksum: Removed.
16246         * platform/chromium-mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.checksum: Removed.
16247         * platform/chromium-mac/fast/forms/basic-textareas-quirks-actual.checksum: Removed.
16248         * platform/chromium-mac/fast/forms/select-empty-option-height.checksum: Removed.
16249         * platform/mac/fast/block/float/float-overhangs-root-expected.checksum: Removed.
16251 2011-04-27  Jessie Berlin  <jberlin@apple.com>
16253         Update the Windows-XP-specific platform results after r85011 and r85052 to get the bots green.
16255         * platform/win-xp/fast/text/emphasis-expected.txt:
16256         * platform/win-xp/fast/text/emphasis-vertical-expected.txt:
16258 2011-04-27  Yury Semikhatsky  <yurys@chromium.org>
16260         Reviewed by Pavel Feldman.
16262         Web Inspector: browser crash on evaluation of 'throw undefined'
16263         https://bugs.webkit.org/show_bug.cgi?id=59611
16265         * inspector/console/console-eval-throw-undefined-expected.txt: Added.
16266         * inspector/console/console-eval-throw-undefined.html: Added.
16268 2011-04-27  Csaba Osztrogonác  <ossy@webkit.org>
16270         [Qt] Migrate to Debian Squeeze
16271         https://bugs.webkit.org/show_bug.cgi?id=59609
16273         * platform/qt/Skipped: Add failing tests until fix.
16274          - fast/workers/storage/use-same-database-in-page-and-workers.html
16275          - svg/W3C-SVG-1.1/struct-image-06-t.svg
16276          - http/tests/loading/preload-slow-loading.php
16277          - http/tests/security/contentSecurityPolicy/media-src-allowed.html
16278          - http/tests/security/contentSecurityPolicy/media-src-blocked.html
16280 2011-04-27  Jessie Berlin  <jberlin@webkit.org>
16282         Update the Windows-specific platform results after r85011 to get the bots green.
16284         * platform/win/fast/borders/bidi-012-expected.txt:
16285         * platform/win/fast/forms/basic-textareas-quirks-expected.txt:
16286         * platform/win/fast/inline/inline-box-background-expected.txt:
16287         * platform/win/fast/inline/inline-box-background-long-image-expected.txt:
16288         * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt:
16289         * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt:
16290         * platform/win/fast/lists/003-vertical-expected.txt:
16291         * platform/win/fast/text/emphasis-expected.txt:
16292         * platform/win/fast/text/emphasis-vertical-expected.txt:
16294 2011-04-27  Pavel Feldman  <pfeldman@google.com>
16296         Not reviewed: rebaselining inspector test.
16298         * inspector/extensions/extensions-events-expected.txt:
16300 2011-04-27  Martin Robinson  <mrobinson@igalia.com>
16302         Skip another test on GTK+ because we are still missing frame loader delegate output
16303         in the DRT.
16305         * platform/gtk/Skipped: Update skipped list.
16307 2011-04-27  Martin Robinson  <mrobinson@igalia.com>
16309         Update GTK+ specific expected results after r85011.
16311         * platform/gtk/css2.1/t0905-c414-flt-00-d-expected.txt:
16312         * platform/gtk/css2.1/t0905-c414-flt-01-d-g-expected.txt:
16313         * platform/gtk/css2.1/t0905-c414-flt-02-c-expected.txt:
16314         * platform/gtk/css2.1/t0905-c414-flt-03-c-expected.txt:
16315         * platform/gtk/css2.1/t0905-c414-flt-04-c-expected.txt:
16316         * platform/gtk/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
16317         * platform/gtk/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
16318         * platform/gtk/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
16319         * platform/gtk/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
16320         * platform/gtk/css2.1/t090501-c414-flt-02-d-g-expected.txt:
16321         * platform/gtk/css2.1/t090501-c414-flt-03-b-g-expected.txt:
16322         * platform/gtk/fast/backgrounds/background-position-parsing-expected.txt:
16323         * platform/gtk/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
16324         * platform/gtk/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
16325         * platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-expected.png: Added.
16326         * platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
16327         * platform/gtk/fast/block/float/008-expected.txt:
16328         * platform/gtk/fast/block/float/029-expected.txt:
16329         * platform/gtk/fast/block/float/031-expected.txt:
16330         * platform/gtk/fast/block/float/033-expected.txt:
16331         * platform/gtk/fast/block/float/035-expected.txt:
16332         * platform/gtk/fast/block/float/clamped-right-float-expected.txt:
16333         * platform/gtk/fast/block/float/float-forced-below-other-floats-expected.txt:
16334         * platform/gtk/fast/block/float/nested-clearance-expected.txt:
16335         * platform/gtk/fast/block/margin-collapse/062-expected.txt:
16336         * platform/gtk/fast/block/margin-collapse/063-expected.txt:
16337         * platform/gtk/fast/blockflow/block-level-images-expected.png:
16338         * platform/gtk/fast/blockflow/block-level-images-expected.txt:
16339         * platform/gtk/fast/blockflow/floats-in-block-layout-expected.txt:
16340         * platform/gtk/fast/borders/bidi-012-expected.png:
16341         * platform/gtk/fast/borders/bidi-012-expected.txt:
16342         * platform/gtk/fast/box-shadow/basic-shadows-expected.txt:
16343         * platform/gtk/fast/css/color-correction-on-background-image-expected.txt:
16344         * platform/gtk/fast/css/h1-in-section-elements-expected.png:
16345         * platform/gtk/fast/css/h1-in-section-elements-expected.txt:
16346         * platform/gtk/fast/forms/basic-textareas-quirks-expected.png:
16347         * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt:
16348         * platform/gtk/fast/inline/inline-box-background-expected.txt:
16349         * platform/gtk/fast/inline/inline-box-background-long-image-expected.txt:
16350         * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.txt:
16351         * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.txt:
16352         * platform/gtk/fast/lists/003-expected.txt:
16353         * platform/gtk/fast/lists/003-vertical-expected.png: Added.
16354         * platform/gtk/fast/lists/003-vertical-expected.txt:
16355         * platform/gtk/fast/media/mq-relative-constraints-08-expected.txt:
16356         * platform/gtk/fast/repaint/box-shadow-h-expected.txt:
16357         * platform/gtk/fast/repaint/box-shadow-v-expected.txt:
16358         * platform/gtk/fast/repaint/subtree-root-clip-expected.txt:
16359         * platform/gtk/fast/text/emphasis-vertical-expected.txt:
16360         * platform/gtk/fast/text/whitespace/012-expected.txt:
16361         * platform/gtk/plugins/resize-from-plugin-expected.txt:
16362         * platform/gtk/tables/mozilla/bugs/bug120364-expected.txt:
16363         * platform/gtk/tables/mozilla/bugs/bug45055-2-expected.txt:
16364         * platform/gtk/tables/mozilla/bugs/bug72359-expected.txt:
16365         * platform/gtk/tables/mozilla/marvin/x_table_align_left-expected.txt:
16366         * platform/gtk/tables/mozilla/marvin/x_table_align_right-expected.txt:
16368 2011-04-27  Martin Robinson  <mrobinson@igalia.com>
16370         Skip a failing test. Add GTK+-specific results for another and organize
16371         the Skipped file a bit. Remove platform-specific results for a test which
16372         is now a text dumping test.
16374         * platform/gtk/Skipped: Organize and skip a new test.
16375         * platform/gtk/fast/events/keydown-1-expected.png: Removed.
16376         * platform/gtk/fast/events/keydown-1-expected.txt: Removed.
16377         * platform/gtk/fast/events/overflow-viewport-renderer-deleted-expected.txt: Added.
16379 2011-04-27  Csaba Osztrogonác  <ossy@webkit.org>
16381         Root element should establish a new block formatting context
16382         https://bugs.webkit.org/show_bug.cgi?id=54573
16384         Update Qt specific expected results after r85011.
16386         * platform/qt/css2.1/t0905-c414-flt-00-d-expected.png:
16387         * platform/qt/css2.1/t0905-c414-flt-00-d-expected.txt:
16388         * platform/qt/css2.1/t0905-c414-flt-01-d-g-expected.png:
16389         * platform/qt/css2.1/t0905-c414-flt-01-d-g-expected.txt:
16390         * platform/qt/css2.1/t0905-c414-flt-02-c-expected.png:
16391         * platform/qt/css2.1/t0905-c414-flt-02-c-expected.txt:
16392         * platform/qt/css2.1/t0905-c414-flt-03-c-expected.png:
16393         * platform/qt/css2.1/t0905-c414-flt-03-c-expected.txt:
16394         * platform/qt/css2.1/t0905-c414-flt-04-c-expected.png:
16395         * platform/qt/css2.1/t0905-c414-flt-04-c-expected.txt:
16396         * platform/qt/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
16397         * platform/qt/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
16398         * platform/qt/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png:
16399         * platform/qt/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
16400         * platform/qt/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png:
16401         * platform/qt/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
16402         * platform/qt/css2.1/t090501-c414-flt-02-d-g-expected.png:
16403         * platform/qt/css2.1/t090501-c414-flt-02-d-g-expected.txt:
16404         * platform/qt/css2.1/t090501-c414-flt-03-b-g-expected.png:
16405         * platform/qt/css2.1/t090501-c414-flt-03-b-g-expected.txt:
16406         * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
16407         * platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
16408         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
16409         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
16410         * platform/qt/fast/block/float/008-expected.png:
16411         * platform/qt/fast/block/float/008-expected.txt:
16412         * platform/qt/fast/block/float/029-expected.txt:
16413         * platform/qt/fast/block/float/031-expected.txt:
16414         * platform/qt/fast/block/float/033-expected.png:
16415         * platform/qt/fast/block/float/033-expected.txt:
16416         * platform/qt/fast/block/float/035-expected.png:
16417         * platform/qt/fast/block/float/035-expected.txt:
16418         * platform/qt/fast/block/float/clamped-right-float-expected.txt:
16419         * platform/qt/fast/block/float/nested-clearance-expected.txt:
16420         * platform/qt/fast/block/margin-collapse/062-expected.txt:
16421         * platform/qt/fast/block/margin-collapse/063-expected.txt:
16422         * platform/qt/fast/blockflow/block-level-images-expected.png:
16423         * platform/qt/fast/blockflow/block-level-images-expected.txt:
16424         * platform/qt/fast/blockflow/floats-in-block-layout-expected.png:
16425         * platform/qt/fast/blockflow/floats-in-block-layout-expected.txt:
16426         * platform/qt/fast/borders/bidi-012-expected.txt:
16427         * platform/qt/fast/box-shadow/basic-shadows-expected.png:
16428         * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
16429         * platform/qt/fast/lists/003-vertical-expected.png:
16430         * platform/qt/fast/lists/003-vertical-expected.txt:
16431         * platform/qt/fast/media/mq-relative-constraints-08-expected.png: Added.
16432         * platform/qt/fast/media/mq-relative-constraints-08-expected.txt:
16433         * platform/qt/fast/text/whitespace/012-expected.png: Added.
16434         * platform/qt/fast/text/whitespace/012-expected.txt:
16435         * platform/qt/tables/mozilla/bugs/bug120364-expected.png:
16436         * platform/qt/tables/mozilla/bugs/bug120364-expected.txt:
16437         * platform/qt/tables/mozilla/bugs/bug45055-2-expected.png:
16438         * platform/qt/tables/mozilla/bugs/bug45055-2-expected.txt:
16439         * platform/qt/tables/mozilla/bugs/bug72359-expected.png:
16440         * platform/qt/tables/mozilla/bugs/bug72359-expected.txt:
16441         * platform/qt/tables/mozilla/marvin/x_table_align_left-expected.png:
16442         * platform/qt/tables/mozilla/marvin/x_table_align_left-expected.txt:
16443         * platform/qt/tables/mozilla/marvin/x_table_align_right-expected.png:
16444         * platform/qt/tables/mozilla/marvin/x_table_align_right-expected.txt:
16446 2011-04-26  Csaba Osztrogonác  <ossy@webkit.org>
16448         [Qt] Improper rendering of <button> tag when it contains a <br>
16449         https://bugs.webkit.org/show_bug.cgi?id=50521
16451         Update Qt specific expected files after r85009.
16453         * platform/qt/fast/replaced/table-percent-height-expected.txt:
16455 2011-04-26  Csaba Osztrogonác  <ossy@webkit.org>
16457         [Qt] Improper rendering of <button> tag when it contains a <br>
16458         https://bugs.webkit.org/show_bug.cgi?id=50521
16460         Update Qt specific expected files after r85009.
16462         * platform/qt/editing/selection/3690703-2-expected.png:
16463         * platform/qt/editing/selection/3690703-2-expected.txt:
16464         * platform/qt/editing/selection/3690703-expected.png:
16465         * platform/qt/editing/selection/3690703-expected.txt:
16466         * platform/qt/editing/selection/3690719-expected.png:
16467         * platform/qt/editing/selection/3690719-expected.txt:
16468         * platform/qt/editing/selection/5240265-expected.png:
16469         * platform/qt/editing/selection/5240265-expected.txt:
16470         * platform/qt/fast/block/float/float-avoidance-expected.png:
16471         * platform/qt/fast/block/float/float-avoidance-expected.txt:
16472         * platform/qt/fast/block/positioning/inline-block-relposition-expected.png:
16473         * platform/qt/fast/block/positioning/inline-block-relposition-expected.txt:
16474         * platform/qt/fast/css/continuationCrash-expected.png:
16475         * platform/qt/fast/css/continuationCrash-expected.txt:
16476         * platform/qt/fast/css/margin-top-bottom-dynamic-expected.png:
16477         * platform/qt/fast/css/margin-top-bottom-dynamic-expected.txt:
16478         * platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
16479         * platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
16480         * platform/qt/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
16481         * platform/qt/fast/forms/basic-buttons-expected.png: Added.
16482         * platform/qt/fast/forms/basic-buttons-expected.txt:
16483         * platform/qt/fast/forms/basic-selects-expected.png:
16484         * platform/qt/fast/forms/basic-selects-expected.txt:
16485         * platform/qt/fast/forms/blankbuttons-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug4429-expected.png.
16486         * platform/qt/fast/forms/blankbuttons-expected.txt:
16487         * platform/qt/fast/forms/button-align-expected.png: Added.
16488         * platform/qt/fast/forms/button-align-expected.txt:
16489         * platform/qt/fast/forms/button-cannot-be-nested-expected.png: Added.
16490         * platform/qt/fast/forms/button-cannot-be-nested-expected.txt:
16491         * platform/qt/fast/forms/button-generated-content-expected.png: Added.
16492         * platform/qt/fast/forms/button-generated-content-expected.txt:
16493         * platform/qt/fast/forms/button-inner-block-reuse-expected.png: Added.
16494         * platform/qt/fast/forms/button-inner-block-reuse-expected.txt:
16495         * platform/qt/fast/forms/button-line-break-expected.txt:
16496         * platform/qt/fast/forms/button-positioned-expected.png: Added.
16497         * platform/qt/fast/forms/button-positioned-expected.txt:
16498         * platform/qt/fast/forms/button-sizes-expected.png: Added.
16499         * platform/qt/fast/forms/button-sizes-expected.txt:
16500         * platform/qt/fast/forms/button-style-color-expected.png: Added.
16501         * platform/qt/fast/forms/button-style-color-expected.txt:
16502         * platform/qt/fast/forms/button-table-styles-expected.png: Added.
16503         * platform/qt/fast/forms/button-table-styles-expected.txt:
16504         * platform/qt/fast/forms/button-text-transform-expected.png: Added.
16505         * platform/qt/fast/forms/button-text-transform-expected.txt:
16506         * platform/qt/fast/forms/control-clip-overflow-expected.png: Added.
16507         * platform/qt/fast/forms/control-clip-overflow-expected.txt:
16508         * platform/qt/fast/forms/control-restrict-line-height-expected.png: Added.
16509         * platform/qt/fast/forms/control-restrict-line-height-expected.txt:
16510         * platform/qt/fast/forms/formmove3-expected.png: Added.
16511         * platform/qt/fast/forms/formmove3-expected.txt:
16512         * platform/qt/fast/forms/input-button-sizes-expected.png:
16513         * platform/qt/fast/forms/input-button-sizes-expected.txt:
16514         * platform/qt/fast/forms/select-baseline-expected.png: Added.
16515         * platform/qt/fast/forms/select-baseline-expected.txt:
16516         * platform/qt/fast/forms/targeted-frame-submission-expected.png: Added.
16517         * platform/qt/fast/forms/targeted-frame-submission-expected.txt:
16518         * platform/qt/fast/replaced/replaced-breaking-expected.png:
16519         * platform/qt/fast/replaced/replaced-breaking-expected.txt:
16520         * platform/qt/fast/replaced/width100percent-button-expected.png:
16521         * platform/qt/fast/replaced/width100percent-button-expected.txt:
16522         * platform/qt/fast/selectors/064-expected.png:
16523         * platform/qt/fast/selectors/064-expected.txt:
16524         * platform/qt/fast/table/append-cells2-expected.png:
16525         * platform/qt/fast/table/append-cells2-expected.txt:
16526         * platform/qt/fast/table/remove-td-display-none-expected.png:
16527         * platform/qt/fast/table/remove-td-display-none-expected.txt:
16528         * platform/qt/fast/text/textIteratorNilRenderer-expected.png: Added.
16529         * platform/qt/fast/text/textIteratorNilRenderer-expected.txt:
16530         * platform/qt/http/tests/navigation/javascriptlink-frames-expected.png:
16531         * platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt:
16532         * platform/qt/platform/qt/fast/forms/button-line-break-expected.png: Added.
16533         * platform/qt/svg/custom/inline-svg-in-xhtml-expected.png:
16534         * platform/qt/svg/custom/inline-svg-in-xhtml-expected.txt:
16535         * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
16536         * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
16537         * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
16538         * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
16539         * platform/qt/tables/mozilla/bugs/bug138725-expected.png:
16540         * platform/qt/tables/mozilla/bugs/bug138725-expected.txt:
16541         * platform/qt/tables/mozilla/bugs/bug18359-expected.png:
16542         * platform/qt/tables/mozilla/bugs/bug18359-expected.txt:
16543         * platform/qt/tables/mozilla/bugs/bug2479-2-expected.png:
16544         * platform/qt/tables/mozilla/bugs/bug2479-2-expected.txt:
16545         * platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
16546         * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
16547         * platform/qt/tables/mozilla/bugs/bug2479-4-expected.png:
16548         * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
16549         * platform/qt/tables/mozilla/bugs/bug26178-expected.png:
16550         * platform/qt/tables/mozilla/bugs/bug26178-expected.txt:
16551         * platform/qt/tables/mozilla/bugs/bug28928-expected.png:
16552         * platform/qt/tables/mozilla/bugs/bug28928-expected.txt:
16553         * platform/qt/tables/mozilla/bugs/bug33855-expected.png:
16554         * platform/qt/tables/mozilla/bugs/bug33855-expected.txt:
16555         * platform/qt/tables/mozilla/bugs/bug39209-expected.png:
16556         * platform/qt/tables/mozilla/bugs/bug39209-expected.txt:
16557         * platform/qt/tables/mozilla/bugs/bug4429-expected.png:
16558         * platform/qt/tables/mozilla/bugs/bug4429-expected.txt:
16559         * platform/qt/tables/mozilla/bugs/bug44505-expected.png:
16560         * platform/qt/tables/mozilla/bugs/bug44505-expected.txt:
16561         * platform/qt/tables/mozilla/bugs/bug46368-1-expected.png:
16562         * platform/qt/tables/mozilla/bugs/bug46368-1-expected.txt:
16563         * platform/qt/tables/mozilla/bugs/bug46368-2-expected.png:
16564         * platform/qt/tables/mozilla/bugs/bug46368-2-expected.txt:
16565         * platform/qt/tables/mozilla/bugs/bug51037-expected.png:
16566         * platform/qt/tables/mozilla/bugs/bug51037-expected.txt:
16567         * platform/qt/tables/mozilla/bugs/bug51727-expected.png:
16568         * platform/qt/tables/mozilla/bugs/bug51727-expected.txt:
16569         * platform/qt/tables/mozilla/bugs/bug52505-expected.png:
16570         * platform/qt/tables/mozilla/bugs/bug52505-expected.txt:
16571         * platform/qt/tables/mozilla/bugs/bug52506-expected.png:
16572         * platform/qt/tables/mozilla/bugs/bug52506-expected.txt:
16573         * platform/qt/tables/mozilla/bugs/bug60749-expected.png:
16574         * platform/qt/tables/mozilla/bugs/bug60749-expected.txt:
16575         * platform/qt/tables/mozilla/bugs/bug68912-expected.png:
16576         * platform/qt/tables/mozilla/bugs/bug68912-expected.txt:
16577         * platform/qt/tables/mozilla/bugs/bug7342-expected.png:
16578         * platform/qt/tables/mozilla/bugs/bug7342-expected.txt:
16579         * platform/qt/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
16580         * platform/qt/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
16581         * platform/qt/tables/mozilla/dom/tableDom-expected.png:
16582         * platform/qt/tables/mozilla/dom/tableDom-expected.txt:
16583         * platform/qt/tables/mozilla/other/move_row-expected.png:
16584         * platform/qt/tables/mozilla/other/move_row-expected.txt:
16585         * platform/qt/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
16586         * platform/qt/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
16587         * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
16588         * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
16589         * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
16590         * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
16591         * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
16592         * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
16594 2011-04-26  Dirk Pranke  <dpranke@chromium.org>
16596         Unreviewed, expectations change.
16598         And yet more failures resulting from r85011
16600         * platform/chromium/test_expectations.txt:
16602 2011-04-26  Dirk Pranke  <dpranke@chromium.org>
16604         Unreviewed, expectations change.
16606         Suppress more failures resulting from r85011
16608         * platform/chromium/test_expectations.txt:
16610 2011-04-26  Chang Shu  <cshu@webkit.org>
16612         Reviewed by Laszlo Gombos.
16614         WebKitTestRunner needs layoutTestController.addOriginAccessWhitelistEntry
16615         https://bugs.webkit.org/show_bug.cgi?id=42544
16617         Unskip passed tests and place failing tests for other reasons to other sections.
16619         * platform/mac-wk2/Skipped:
16620         * platform/qt-wk2/Skipped:
16622 2011-04-26  Dirk Pranke  <dpranke@chromium.org>
16624         Unreviewed, expectations change.
16626         Suppress failures resulting from r85011 - probably just needs
16627         new baselines.
16629         * platform/chromium/test_expectations.txt:
16631 2011-04-26  Pavel Feldman  <pfeldman@chromium.org>
16633         Not reviewed: restore inspector test disabled in r84913.
16635         * http/tests/inspector-enabled/dom-storage-open.html: Renamed from LayoutTests/http/tests/inspector-enabled/dom-storage-open.html-disabled.
16637 2011-04-26  Ami Fischman  <fischman@google.com>
16639         Reviewed by David Levin.
16641         Fix media/video-controls-transformed.html layouttest to compute the click
16642         location of the play button instead of hard-coding pixel values that have
16643         been wrong for a long time.  Start expecting the test to pass in chromium
16644         (it's currently Skipped on all platforms).
16645         https://bugs.webkit.org/show_bug.cgi?id=58590
16647         * media/video-controls-transformed.html:
16648         * platform/chromium/test_expectations.txt:
16650 2011-04-26  Dirk Pranke  <dpranke@chromium.org>
16652         Unreviewed, expectations change. Update w/ more flakiness.
16654         * platform/chromium/test_expectations.txt:
16656 2011-04-26  Kenichi Ishibashi  <bashi@chromium.org>
16658         Reviewed by Tony Chang.
16660         [Chromium] Vertical positions are off for some Arabic glyphs on Linux
16661         https://bugs.webkit.org/show_bug.cgi?id=59182
16663         Add a test for checking vertical offsets of Arabic script shaping.
16664         The font which is used in the test was created from scratch.
16666         * platform/chromium-linux/fast/text/international/arabic-vertical-offset-expected.png: Added.
16667         * platform/chromium-linux/fast/text/international/arabic-vertical-offset-expected.txt: Added.
16668         * platform/chromium-linux/fast/text/international/arabic-vertical-offset.html: Added.
16669         * platform/chromium-linux/fast/text/international/resources/font-for-arabic-offset-test.ttf: Added.
16671 2011-04-26  Tony Chang  <tony@chromium.org>
16673         Reviewed by Ojan Vafai.
16675         Fix http/tests/security/cross-frame-access-document-direct.html timeout in chromium
16676         https://bugs.webkit.org/show_bug.cgi?id=59376
16678         * http/tests/security/cross-frame-access-document-direct.html: Include a try/catch for invalid access.
16679         * platform/chromium/http/tests/security/cross-frame-access-document-direct-expected.txt: Added. Chromium includes a console.log
16680             statement of the invalid access.
16681         * platform/chromium/test_expectations.txt: Remove passing test.
16683 2011-04-26  Levi Weintraub  <leviw@chromium.org>
16685         Reviewed by Eric Seidel.
16687         Root element should establish a new block formatting context
16688         https://bugs.webkit.org/show_bug.cgi?id=54573
16690         Always expanding the root render object to enclose overhanging floats.
16692         * fast/backgrounds/size/contain-and-cover-expected.txt:
16693         * fast/block/float/float-overhangs-root.html: Added.
16694         * platform/mac/compositing/direct-image-compositing-expected.txt:
16695         * platform/mac/css2.1/t0905-c414-flt-00-d-expected.txt:
16696         * platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.txt:
16697         * platform/mac/css2.1/t0905-c414-flt-02-c-expected.txt:
16698         * platform/mac/css2.1/t0905-c414-flt-03-c-expected.txt:
16699         * platform/mac/css2.1/t0905-c414-flt-04-c-expected.txt:
16700         * platform/mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
16701         * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
16702         * platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
16703         * platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
16704         * platform/mac/css2.1/t090501-c414-flt-02-d-g-expected.txt:
16705         * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
16706         * platform/mac/fast/backgrounds/background-position-parsing-expected.txt:
16707         * platform/mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
16708         * platform/mac/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
16709         * platform/mac/fast/block/float/008-expected.txt:
16710         * platform/mac/fast/block/float/029-expected.txt:
16711         * platform/mac/fast/block/float/031-expected.txt:
16712         * platform/mac/fast/block/float/033-expected.txt:
16713         * platform/mac/fast/block/float/035-expected.txt:
16714         * platform/mac/fast/block/float/clamped-right-float-expected.txt:
16715         * platform/mac/fast/block/float/float-forced-below-other-floats-expected.txt:
16716         * platform/mac/fast/block/float/float-overhangs-root-expected.checksum: Added.
16717         * platform/mac/fast/block/float/float-overhangs-root-expected.png: Added.
16718         * platform/mac/fast/block/float/float-overhangs-root-expected.txt: Added.
16719         * platform/mac/fast/block/float/nested-clearance-expected.txt:
16720         * platform/mac/fast/block/margin-collapse/062-expected.txt:
16721         * platform/mac/fast/block/margin-collapse/063-expected.txt:
16722         * platform/mac/fast/blockflow/block-level-images-expected.txt:
16723         * platform/mac/fast/blockflow/floats-in-block-layout-expected.txt:
16724         * platform/mac/fast/borders/bidi-012-expected.txt:
16725         * platform/mac/fast/box-shadow/basic-shadows-expected.txt:
16726         * platform/mac/fast/css/color-correction-on-background-image-expected.txt:
16727         * platform/mac/fast/css/h1-in-section-elements-expected.txt:
16728         * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
16729         * platform/mac/fast/inline/inline-box-background-expected.txt:
16730         * platform/mac/fast/inline/inline-box-background-long-image-expected.txt:
16731         * platform/mac/fast/inline/inline-box-background-repeat-x-expected.txt:
16732         * platform/mac/fast/inline/inline-box-background-repeat-y-expected.txt:
16733         * platform/mac/fast/lists/003-expected.txt:
16734         * platform/mac/fast/lists/003-vertical-expected.txt:
16735         * platform/mac/fast/media/mq-relative-constraints-08-expected.txt:
16736         * platform/mac/fast/repaint/box-shadow-h-expected.txt:
16737         * platform/mac/fast/repaint/box-shadow-v-expected.txt:
16738         * platform/mac/fast/repaint/subtree-root-clip-expected.txt:
16739         * platform/mac/fast/text/emphasis-expected.txt:
16740         * platform/mac/fast/text/emphasis-vertical-expected.txt:
16741         * platform/mac/fast/text/whitespace/012-expected.txt:
16742         * platform/mac/tables/mozilla/bugs/bug120364-expected.txt:
16743         * platform/mac/tables/mozilla/bugs/bug45055-2-expected.txt:
16744         * platform/mac/tables/mozilla/bugs/bug72359-expected.txt:
16745         * platform/mac/tables/mozilla/marvin/x_table_align_left-expected.txt:
16746         * platform/mac/tables/mozilla/marvin/x_table_align_right-expected.txt:
16748 2011-04-26  Dawit Alemayehu  <adawit@kde.org>
16750         Reviewed by Andreas Kling.
16752         Added qtwebkit layout test for the button line break fix (Bug 50521).
16754         [Qt] Improper rendering of <button> tag when it contains a <br>
16755         https://bugs.webkit.org/show_bug.cgi?id=50521
16757         * platform/qt/fast/forms/button-line-break-expected.txt: Added.
16758         * platform/qt/fast/forms/button-line-break.html: Added.
16760 2011-04-26  Chris Fleizach  <cfleizach@apple.com>
16762         Reviewed by Adele Peterson.
16764         AX: Add more text marker routines to DRT
16765         https://bugs.webkit.org/show_bug.cgi?id=58949
16767         * platform/mac/accessibility/textmarker-string-for-range-expected.txt: Added.
16768         * platform/mac/accessibility/textmarker-string-for-range.html: Added.
16770 2011-04-26  Dirk Pranke  <dpranke@chromium.org>
16772         Unreviewed, even more expectations change for flaky tests.
16774         * platform/chromium/test_expectations.txt:
16776 2011-04-26  Dirk Pranke  <dpranke@chromium.org>
16778         Unreviewed, expectations change for flaky and passing tests.
16780         * platform/chromium/test_expectations.txt:
16782 2011-04-26  Dinesh K Garg  <dineshg@codeaurora.org>
16784         Reviewed by Eric Seidel.
16786         Test case for: beginElement broken by setAttribute
16787         https://bugs.webkit.org/show_bug.cgi?id=26019
16789         * svg/animations/animate-beginElementAt-expected.txt: Added.
16790         * svg/animations/animate-beginElementAt.svg: Added.
16791         * svg/animations/animate-dynamic-update-attributeName-expected.txt:
16792         Nice side effect of the patch, we are now fully passing this test.
16794 2011-04-26  Geoffrey Garen  <ggaren@apple.com>
16796         Reviewed by Oliver Hunt.
16798         Fixed a few flaky tests, noticed while working on new-run-webkit-tests.
16800         * accessibility/image-link.html: Wait until the load event fires before
16801         traversing the AX tree, since the the tree will be different after our
16802         subresources load.
16804         * fast/dom/StyleSheet/detached-style-pi-expected.txt:
16805         * fast/dom/StyleSheet/detached-style-pi.xhtml: Wait until the load event
16806         fires before traversing the style tree, since the the tree will be
16807         different after our subresources load.
16809         * platform/mac/test_expectations.txt: Expect success for two extra tests,
16810         since they pass when you have the right fonts.
16812 2011-04-26  Dirk Pranke  <dpranke@chromium.org>
16814         Unreviewed, expectations change. Remove tests that are passing.
16816         * platform/chromium/test_expectations.txt:
16818 2011-04-26  Alejandro G. Castro  <alex@igalia.com>
16820         Remove gtk specific render expectations after the tests were
16821         converted in text tests (r84873).
16823         * platform/gtk/animations/animation-drt-api-expected.txt: Removed.
16824         * platform/gtk/animations/animation-drt-api-multiple-keyframes-expected.txt: Removed.
16826 2011-04-26  Martin Robinson  <mrobinson@igalia.com>
16828         Reviewed by Xan Lopez.
16830         [GTK] flaky crash  storage/open-database-set-empty-version.html
16831         https://bugs.webkit.org/show_bug.cgi?id=58988
16833         * platform/gtk/Skipped: Unskip test which should no longer be crashing.
16835 2011-04-26  Martin Robinson  <mrobinson@igalia.com>
16837         Reviewed by Eric Seidel.
16839         [GTK]  fast/block/float/overhanging-tall-block.html crashes in the bots
16840         https://bugs.webkit.org/show_bug.cgi?id=58818
16842         * platform/gtk/Skipped: Unskip a test which is no longer crashing.
16844 2011-04-26  Mario Sanchez Prada  <msanchez@igalia.com>
16846         Reviewed by Eric Seidel.
16848         [GTK] accessibility/aria-combobox-expected.txt
16849         https://bugs.webkit.org/show_bug.cgi?id=59399
16851         Unskip the test and provide expectations for Mac and GTK.
16853         * accessibility/aria-combobox.html: Do not check roles to be the
16854         right ones, print them and leave the check for the expected file.
16855         * platform/gtk/Skipped: Unskip the test.
16856         * platform/gtk/accessibility/aria-combobox-expected.txt: New.
16857         * platform/mac/accessibility/aria-combobox-expected.txt: Updated.
16859 2011-04-26  Mario Sanchez Prada  <msanchez@igalia.com>
16861         Reviewed by Eric Seidel.
16863         [GTK] Implement isChecked in DRT
16864         https://bugs.webkit.org/show_bug.cgi?id=59385
16866         * platform/gtk/Skipped: Unskip the layout test
16867         accessibility/aria-checkbox-checked.html.
16869 2011-04-26  Alejandro G. Castro  <alex@igalia.com>
16871         Skipped insecure-css-in-iframe.html, we are missing
16872         didRunInsecureContent notification.
16874         * platform/gtk/Skipped:
16876 2011-04-26  Csaba Osztrogonác  <ossy@webkit.org>
16878         [Qt] Add platform specific expected results for new passing tests.
16880         * platform/qt/fast/backgrounds/background-leakage-expected.png: Added.
16881         * platform/qt/fast/backgrounds/background-leakage-expected.txt: Added.
16882         * platform/qt/fast/backgrounds/background-leakage-transforms-expected.png: Added.
16883         * platform/qt/fast/backgrounds/background-leakage-transforms-expected.txt: Added.
16884         * platform/qt/fast/backgrounds/gradient-background-leakage-expected.png: Added.
16885         * platform/qt/fast/backgrounds/gradient-background-leakage-expected.txt: Added.
16886         * platform/qt/fast/block/positioning/rtl-fixed-positioning-expected.png: Added.
16887         * platform/qt/fast/block/positioning/rtl-fixed-positioning-expected.txt: Added.
16888         * platform/qt/fast/block/positioning/vertical-rl/fixed-positioning-expected.png: Added.
16889         * platform/qt/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt: Added.
16890         * platform/qt/fast/borders/bidi-002-expected.png: Added.
16891         * platform/qt/fast/borders/bidi-002-expected.txt: Added.
16892         * platform/qt/fast/borders/bidi-009a-expected.png: Added.
16893         * platform/qt/fast/borders/bidi-009a-expected.txt: Added.
16894         * platform/qt/fast/borders/bidi-012-expected.png: Added.
16895         * platform/qt/fast/borders/bidi-012-expected.txt: Added.
16896         * platform/qt/fast/borders/border-radius-different-width-001-expected.png: Added.
16897         * platform/qt/fast/borders/border-radius-different-width-001-expected.txt: Added.
16898         * platform/qt/fast/borders/border-radius-inset-outset-expected.png: Added.
16899         * platform/qt/fast/borders/border-radius-inset-outset-expected.txt: Added.
16900         * platform/qt/fast/borders/mixed-border-styles-expected.png: Added.
16901         * platform/qt/fast/borders/mixed-border-styles-expected.txt: Added.
16902         * platform/qt/fast/borders/mixed-border-styles-radius-expected.png: Added.
16903         * platform/qt/fast/borders/mixed-border-styles-radius-expected.txt: Added.
16904         * platform/qt/fast/borders/table-borders-expected.png: Added.
16905         * platform/qt/fast/borders/table-borders-expected.txt: Added.
16906         * platform/qt/fast/borders/webkit-border-radius-expected.png: Added.
16907         * platform/qt/fast/borders/webkit-border-radius-expected.txt: Added.
16908         * platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Added.
16909         * platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Added.
16910         * platform/qt/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Added.
16911         * platform/qt/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Added.
16912         * platform/qt/fast/forms/select-background-none-expected.png: Added.
16913         * platform/qt/fast/forms/select-background-none-expected.txt: Added.
16914         * platform/qt/fast/html/details-add-child-1-expected.png: Added.
16915         * platform/qt/fast/html/details-add-child-1-expected.txt: Added.
16916         * platform/qt/fast/html/details-add-child-2-expected.png: Added.
16917         * platform/qt/fast/html/details-add-child-2-expected.txt: Added.
16918         * platform/qt/fast/html/details-add-summary-child-1-expected.png: Added.
16919         * platform/qt/fast/html/details-add-summary-child-1-expected.txt: Added.
16920         * platform/qt/fast/html/details-add-summary-child-2-expected.png: Added.
16921         * platform/qt/fast/html/details-add-summary-child-2-expected.txt: Added.
16922         * platform/qt/fast/html/details-remove-child-1-expected.png: Added.
16923         * platform/qt/fast/html/details-remove-child-1-expected.txt: Added.
16924         * platform/qt/fast/html/details-remove-child-2-expected.png: Added.
16925         * platform/qt/fast/html/details-remove-child-2-expected.txt: Added.
16926         * platform/qt/fast/html/details-remove-summary-child-1-expected.png: Added.
16927         * platform/qt/fast/html/details-remove-summary-child-1-expected.txt: Added.
16928         * platform/qt/fast/html/details-remove-summary-child-2-expected.png: Added.
16929         * platform/qt/fast/html/details-remove-summary-child-2-expected.txt: Added.
16930         * platform/qt/fast/inline/positioned-object-between-replaced-elements-expected.png: Added.
16931         * platform/qt/fast/inline/positioned-object-between-replaced-elements-expected.txt: Added.
16932         * platform/qt/fast/table/auto-100-percent-width-expected.png: Added.
16933         * platform/qt/fast/table/auto-100-percent-width-expected.txt: Added.
16934         * platform/qt/fast/text/zero-font-size-expected.png: Added.
16935         * platform/qt/fast/text/zero-font-size-expected.txt: Added.
16936         * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
16937         * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
16938         * platform/qt/svg/filters/feDropShadow-expected.png: Added.
16939         * platform/qt/svg/filters/feDropShadow-expected.txt: Added.
16941 2011-04-26  Antti Koivisto  <antti@apple.com>
16943         Not reviewed.
16945         Flaky Test: fast/loader/file-protocol-fragment.html 
16946         https://bugs.webkit.org/show_bug.cgi?id=59488
16948         * fast/loader/file-protocol-fragment.html:
16950 2011-04-26  Simon Fraser  <simon.fraser@apple.com>
16952         Reviewed by Daniel Bates.
16954         Convert some transition tests to use the pause API, and more cleanup
16955         https://bugs.webkit.org/show_bug.cgi?id=59490
16957         * animations/animation-drt-api.html:
16958         Fail message was the same as the pass message (doh!).
16960         * platform/chromium-linux/transitions/transition-drt-api-expected.png: Removed.
16961         * platform/chromium-win/transitions/transition-drt-api-expected.png: Removed.
16962         * platform/chromium-win/transitions/transition-drt-api-expected.txt: Removed.
16963         * platform/gtk/transitions/transition-drt-api-expected.txt: Removed.
16964         * platform/mac/transitions/transition-drt-api-expected.png: Removed.
16965         * platform/mac/transitions/transition-drt-api-expected.txt: Removed.
16966         * transitions/transition-drt-api-expected.txt: Added.
16967         * transitions/transition-drt-api.html:
16968         Made into a text test.
16969         * transitions/font-family-during-transition.html:
16970         Use the pause API.
16971         * transitions/transition-drt-api-delay.html:
16972         General cleanup.
16973         * transitions/bad-transition-shorthand-crash.html:
16974         Shorten the test.
16975         * transitions/border-radius-transition.html:
16976         * transitions/default-timing-function.html:
16977         * transitions/interrupt-zero-duration.html:
16978         Remove style attribute
16979         * transitions/color-transition-premultiplied.html:
16980         * transitions/transition-timing-function-expected.txt:
16981         * transitions/transition-timing-function.html:
16982         Use pause API.
16983         * transitions/inherit-other-props.html:
16984         * transitions/transform-op-list-match.html:
16985         Whitespace.
16986         * transitions/opacity-transition-zindex.html:
16987         Add FIXME.
16988         * transitions/transition-shorthand-delay-expected.txt:
16989         * transitions/transition-shorthand-delay.html:
16990         * transitions/zero-duration-with-non-zero-delay-start-expected.txt:
16991         * transitions/zero-duration-with-non-zero-delay-start.html:
16992         Use runTransitionTest().
16994 2011-04-26  Maciej Stachowiak  <mjs@apple.com>
16996         Reviewed by Adam Barth.
16998         [Windows and Leopard Tests] media/invalid-media-url-crash.html failing since r84762
16999         https://bugs.webkit.org/show_bug.cgi?id=59324
17000         
17001         Use a properly invalid URL, instead of http:aa. This also allows the test to
17002         be unskipped on SL.
17004         * media/invalid-media-url-crash.html:
17005         * platform/mac-snowleopard/Skipped:
17007 2011-04-26  Stephen White  <senorblanco@chromium.org>
17009         Unreviewed; chromium test expectations update.
17011         * platform/chromium/test_expectations.txt:
17012         fast/css/table-border-spacing.html is flaky in Debug.
17014 2011-04-26  Stephen White  <senorblanco@chromium.org>
17016         Unreviewed; test expectations update.
17018         * platform/chromium/test_expectations.txt:
17019         Mark a test that seems to be passing IMAGE CRASH (I don't trust it
17020         enough yet to remove the CRASH).
17022 2011-04-26  Csaba Osztrogonác  <ossy@webkit.org>
17024         [Qt] Add Qt specific expected result for new test introduced in r84930.
17026         * platform/qt/fast/loader/file-protocol-fragment-expected.txt: Added.
17028 2011-04-26  Jessie Berlin  <jberlin@webkit.org>
17030         editing/text-iterator/findString.html passes on Leopard after r84750, so remove the expected
17031         failing results to get the bots green.
17033         * platform/mac-leopard/editing/text-iterator/findString-expected.txt: Removed.
17035 2011-04-26  Jessie Berlin  <jberlin@webkit.org>
17037         [Windows Tests] media/invalid-media-url-crash.html failing since r84726.
17038         https://bugs.webkit.org/show_bug.cgi?id=59324
17040         The test is timing out on all of the Windows bots, so skip it to get them green.
17042         * platform/win/Skipped:
17044 2011-04-26  Antti Koivisto  <antti@apple.com>
17046         Not reviewed.
17048         Add fast/loader/file-protocol-fragment.html to WebKit2 skip list
17049         (uses layoutTestController.dumpResourceLoadCallbacks).
17051         * platform/mac-wk2/Skipped:
17053 2011-04-26  Stephen White  <senorblanco@chromium.org>
17055         Unreviewed; chromium test expectations update.
17057         * platform/chromium/test_expectations.txt:
17058         Tracking yet more flaky tests.
17060 2011-04-26  Dmitry Titov  <dimich@chromium.org>
17062         Reviewed by Darin Adler.
17064         Convert fast/frames/contentWindow_Frame.html and fast/frames/contentWindow_IFrame.html to 'dumpAsText'
17065         https://bugs.webkit.org/show_bug.cgi?id=59436
17067         * fast/frames/contentWindow_Frame-expected.txt: Added.
17068         * fast/frames/contentWindow_Frame.html:
17069         * fast/frames/contentWindow_iFrame-expected.txt: Added.
17070         * fast/frames/contentWindow_iFrame.html:
17071         * platform/chromium-linux/fast/frames/contentWindow_Frame-expected.png: Removed.
17072         * platform/chromium-linux/fast/frames/contentWindow_iFrame-expected.png: Removed.
17073         * platform/chromium-win/fast/frames/contentWindow_Frame-expected.png: Removed.
17074         * platform/chromium-win/fast/frames/contentWindow_Frame-expected.txt: Removed.
17075         * platform/chromium-win/fast/frames/contentWindow_iFrame-expected.png: Removed.
17076         * platform/chromium-win/fast/frames/contentWindow_iFrame-expected.txt: Removed.
17077         * platform/gtk/fast/frames/contentWindow_Frame-expected.txt: Removed.
17078         * platform/gtk/fast/frames/contentWindow_iFrame-expected.txt: Removed.
17079         * platform/mac-leopard/fast/frames/contentWindow_Frame-expected.png: Removed.
17080         * platform/mac-leopard/fast/frames/contentWindow_iFrame-expected.png: Removed.
17081         * platform/mac/fast/frames/contentWindow_Frame-expected.png: Removed.
17082         * platform/mac/fast/frames/contentWindow_Frame-expected.txt: Removed.
17083         * platform/mac/fast/frames/contentWindow_iFrame-expected.png: Removed.
17084         * platform/mac/fast/frames/contentWindow_iFrame-expected.txt: Removed.
17085         * platform/qt/fast/frames/contentWindow_Frame-expected.txt: Removed.
17086         * platform/qt/fast/frames/contentWindow_iFrame-expected.txt: Removed.
17088 2011-04-26  Stephen White  <senorblanco@chromium.org>
17090         Unreviewed; chromium test expectations update.
17092         * platform/chromium/test_expectations.txt:
17093         Add a few flaky tests.
17095 2011-04-26  Stephen White  <senorblanco@chromium.org>
17097         Unreviewed; chromium test expectations update.
17099         * platform/chromium/test_expectations.txt:
17100         Add failing expectations for new test introduced in r84930.
17102 2011-04-26  Daniel Bates  <dbates@webkit.org>
17104         Add expected results for GTK and Qt ports for the test panScroll-click-hyperlink.html
17105         (added in <http://trac.webkit.org/changeset/84922>).
17107         * platform/gtk/fast/events/panScroll-click-hyperlink-expected.txt: Added; expected
17108           failure results since this port doesn't build with pan scrolling enabled.
17109         * platform/qt-win/fast: Added.
17110         * platform/qt-win/fast/events: Added.
17111         * platform/qt-win/fast/events/panScroll-click-hyperlink-expected.txt: Added.
17112         * platform/qt/fast/events/panScroll-click-hyperlink-expected.txt: Added; expected
17113           failure results since the port for the Linux platform doesn't build with pan scrolling
17114           enabled.
17116 2011-04-26  Antti Koivisto  <antti@apple.com>
17118         Reviewed by Adele Peterson.
17120         Don't strip fragments from file: urls in memory cache
17121         https://bugs.webkit.org/show_bug.cgi?id=59463
17123         * fast/loader/file-protocol-fragment-expected.txt: Added.
17124         * fast/loader/file-protocol-fragment.html: Added.
17126 2011-04-26  Stephen White  <senorblanco@chromium.org>
17128         Unreviewed; chromium test expectations update.
17130         * platform/chromium/test_expectations.txt:
17131         Added expectations for new test
17132         fast/events/panScroll-click-hyperlink.html.  Added a flaky test.
17134 2011-04-26  Stephen White  <senorblanco@chromium.org>
17136         Unreviewed; chromium test expectations update.
17138         * platform/chromium/test_expectations.txt:
17139         Add some failing and flaky tests.
17141 2011-04-26  Simon Fraser  <simon.fraser@apple.com>
17143         Reviewed by Adam Roben.
17145         Fix path to transition-test-helpers.js in a test that is skipped
17146         on Mac but not Windows.
17148         * compositing/animation/animated-composited-inside-hidden.html:
17150 2011-04-26  Daniel Bates  <dbates@rim.com>
17152         Reviewed by Adam Barth.
17154         Add layout test to ensure we don't regress clicking when exiting pan scrolling
17155         https://bugs.webkit.org/show_bug.cgi?id=58702
17157         On ports that build with PAN_SCROLLING enabled (includes all Windows ports at
17158         the time of writing), ensure that a mouse click is ignored when in pan scroll mode.
17160         This test is expected to fail on ports either built with PAN_SCROLLING disabled
17161         or don't support pan scrolling. In particular, this test is expected to fail on
17162         the Apple Mac and Chromium Mac port.
17164         * fast/events/panScroll-click-hyperlink.html: Added.
17165         * platform/mac/fast/events/panScroll-click-hyperlink-expected.txt: Added.
17166         * platform/win/fast/events/panScroll-click-hyperlink-expected.txt: Added.
17168 2011-04-26  John Knottenbelt  <jknotten@chromium.org>
17170         Reviewed by Ojan Vafai.
17172         [Chromium] Adjust expectation for animations/play-state.html
17173         https://bugs.webkit.org/show_bug.cgi?id=59441
17175         * platform/chromium/test_expectations.txt:
17177 2011-04-26  Ryosuke Niwa  <rniwa@webkit.org>
17179         Reviewed by Dan Bernstein.
17181         [RTL] Arabic/AB - after typing a date, cursors doesn't go back
17182         https://bugs.webkit.org/show_bug.cgi?id=49111
17184         Added a test to move left and right within Arabic numerals and Arabic letters.
17186         We still fail to set the position offset properly when we moving to the left from before B
17187         to before A in "ABC123" (logical order) in a LTR block where ABC and 123 are Arabic letters
17188         and numerals respectively. This bug is to be fixed in the followup bugs.
17190         * editing/selection/move-left-right-expected.txt:
17191         * editing/selection/move-left-right.html:
17193 2011-04-26  Stephen White  <senorblanco@chromium.org>
17195         Unreviewed; chromium test_expectations update.
17197         Updated expectations for newly-failing tests.
17199         * platform/chromium/test_expectations.txt:
17201 2011-04-26  Stephen White  <senorblanco@chromium.org>
17203         Unreviewed; chromium test_expectations update.
17205         Remove duplicate expectations.
17207         * platform/chromium/test_expectations.txt:
17209 2011-04-26  Pavel Feldman  <pfeldman@google.com>
17211         Not reviewed: disable failing inspector test while I'm finding a better way to test what it does.
17213         * http/tests/inspector-enabled/dom-storage-open.html-disabled: Renamed from LayoutTests/http/tests/inspector-enabled/dom-storage-open.html.
17215 2011-04-26  Kristóf Kosztyó  <Kosztyo.Kristof@stud.u-szeged.hu>
17217         Reviewed by Csaba Osztrogonác.
17219         [Qt] layoutTestController.overridePreference() is already implemented.
17221         * platform/qt/Skipped: Unskip now passing tests:
17222          - fast/events/pageshow-pagehide-on-back-cached.html
17223          - fast/events/pageshow-pagehide-on-back-cached-with-frames.html
17225 2011-04-26  Kristóf Kosztyó  <Kosztyo.Kristof@stud.u-szeged.hu>
17227         Reviewed by Csaba Osztrogonác.
17229         [Qt] Implement LayoutTestController::setAutofilled
17230         https://bugs.webkit.org/show_bug.cgi?id=59439
17232         * platform/qt/Skipped:
17234 2011-04-26  Csaba Osztrogonác  <ossy@webkit.org>
17236         Unreviewed.
17238         [WK2] editing/pasteboard/paste-before-tab-span.html introdueced in r84885, but
17239         it doesn't work with WK2 because of missing eventSender.keyDown() implementation.
17241         * platform/mac-wk2/Skipped: Add editing/pasteboard/paste-before-tab-span.html until fix.
17243 2011-04-26  John Knottenbelt  <jknotten@chromium.org>
17245         Unreviewed.
17247         [Chromium] Remove passing tests from test_expectations.txt
17248         https://bugs.webkit.org/show_bug.cgi?id=59443
17250         * platform/chromium/test_expectations.txt:
17252 2011-04-26  Leo Yang  <leo.yang@torchmobile.com.cn>
17254         Reviewed by Nikolas Zimmermann.
17256         ASSERT failure in SVGUseElement
17257         https://bugs.webkit.org/show_bug.cgi?id=59313
17259         Test case to verify webkit doesn't crash when a <use> element
17260         is pending on resource and the document is not well-formed.
17261         Test passes if no crash occurs in debug mode.
17263         * svg/custom/use-crash-in-non-wellformed-document-expected.txt: Added.
17264         * svg/custom/use-crash-in-non-wellformed-document.svg: Added.
17266 2011-04-26  Chang Shu  <cshu@webkit.org>
17268         Reviewed by Sam Weinig.
17270         Convert fast/dom/keydown-1.html to dumpAsText test
17271         https://bugs.webkit.org/show_bug.cgi?id=59390
17273         * fast/events/keydown-1-expected.txt: Added.
17274         * fast/events/keydown-1.html:
17275         * platform/mac/fast/events/keydown-1-expected.png: Removed.
17276         * platform/mac/fast/events/keydown-1-expected.txt: Removed.
17278 2011-04-26  Csaba Osztrogonác  <ossy@webkit.org>
17280         Convert LayoutTests/fast/events/onloadFrameCrash.html from pixel test to text-based test
17281         https://bugs.webkit.org/show_bug.cgi?id=59362
17283         We don't need Qt specific expected file after r84817.
17285         * platform/qt/fast/events/onloadFrameCrash-expected.txt: Removed.
17287 2011-04-25  Levi Weintraub  <leviw@chromium.org>
17289         Reviewed by Ryosuke Niwa.
17291         REGRESSION: a character appears after tab span when typing immediately before the tab span
17292         https://bugs.webkit.org/show_bug.cgi?id=58132
17294         Correcting the order of operations we use to avoid inserting into invalid positions in
17295         ReplaceSelectionCommand to avoid inserting into tab-spans.
17297         * editing/pasteboard/paste-before-tab-span-expected.txt: Added.
17298         * editing/pasteboard/paste-before-tab-span.html: Added.
17300 2011-04-25  Geoffrey Garen  <ggaren@apple.com>
17302         Reviewed by Oliver Hunt.
17304         Custom prototypes on DOM objects don't persist after garbage collection
17305         https://bugs.webkit.org/show_bug.cgi?id=59412
17307         * fast/dom/gc-custom-prototype-expected.txt: Added.
17308         * fast/dom/gc-custom-prototype.html: Added.
17309         * fast/dom/script-tests/dataset-gc.js:
17311 2011-04-25  Daniel Bates  <dbates@webkit.org>
17313         Update some call sites that referenced the old location for
17314         the scripts {animation, transition}-test-helpers.js. These
17315         scripts were moved in <http://trac.webkit.org/changeset/84872>,
17316         and <http://trac.webkit.org/changeset/84874>, respectively.
17318         * compositing/animation/computed-style-during-delay.html:
17319         * compositing/reflections/animation-inside-reflection.html:
17320         * compositing/reflections/nested-reflection-animated.html:
17321         * compositing/reflections/nested-reflection-transition.html:
17322         * compositing/transitions/scale-transition-no-start.html:
17323         * compositing/transitions/singular-scale-transition.html:
17325 2011-04-25  Simon Fraser  <simon.fraser@apple.com>
17327         Reviewed by Dan Bernstein.
17329         Clean up transition tests
17330         https://bugs.webkit.org/show_bug.cgi?id=59410
17331         
17332         General test cleanup: use the named variables as
17333         arguments to runTransitionTest() for readability,
17334         remove unnecessary titles and meta tags, remove
17335         style and script tag attributes etc. No substantive
17336         changes.
17338         * transitions/background-transitions.html:
17339         * transitions/bad-transition-shorthand-crash.html:
17340         * transitions/border-radius-transition.html:
17341         * transitions/cancel-transition.html:
17342         * transitions/change-values-during-transition.html:
17343         * transitions/clip-transition.html:
17344         * transitions/color-transition-all.html:
17345         * transitions/color-transition-premultiplied.html:
17346         * transitions/default-timing-function.html:
17347         * transitions/extra-transition.html:
17348         * transitions/hang-with-bad-transition-list.html:
17349         * transitions/inherit-other-props.html:
17350         * transitions/inherit.html:
17351         * transitions/interrupt-transform-transition.html:
17352         * transitions/interrupt-zero-duration.html:
17353         * transitions/interrupted-accelerated-transition.html:
17354         * transitions/interrupted-all-transition.html:
17355         * transitions/mask-transitions.html:
17356         * transitions/matched-transform-functions.html:
17357         * transitions/min-max-width-height-transitions.html:
17358         * transitions/mismatched-shadow-styles.html:
17359         * transitions/move-after-transition.html:
17360         * transitions/multiple-background-size-transitions.html:
17361         * transitions/multiple-background-transitions.html:
17362         * transitions/multiple-mask-transitions.html:
17363         * transitions/multiple-shadow-transitions.html:
17364         * transitions/multiple-text-shadow-transition.html:
17365         * transitions/negative-delay.html:
17366         * transitions/opacity-transition-zindex.html:
17367         * transitions/override-transition-crash.html:
17368         * transitions/remove-transition-style.html:
17369         * transitions/repeated-firing-background-color.html:
17370         * transitions/retargetted-transition.html:
17371         * transitions/shadow.html:
17372         * transitions/shorthand-border-transitions.html:
17373         * transitions/shorthand-transitions.html:
17374         * transitions/start-transform-transition.html:
17375         * transitions/steps-timing-function.html:
17376         * transitions/suspend-transform-transition.html:
17377         * transitions/svg-text-shadow-transition.html:
17378         * transitions/text-indent-transition.html:
17379         * transitions/transform-op-list-match.html:
17380         * transitions/transform-op-list-no-match.html:
17381         * transitions/transition-drt-api-delay.html:
17382         * transitions/transition-drt-api.html:
17383         * transitions/transition-duration-cleared-in-transitionend-crash.html:
17384         * transitions/transition-end-event-all-properties.html:
17385         * transitions/transition-end-event-attributes.html:
17386         * transitions/transition-end-event-container.html:
17387         * transitions/transition-end-event-destroy-iframe.html:
17388         * transitions/transition-end-event-destroy-renderer.html:
17389         * transitions/transition-end-event-left.html:
17390         * transitions/transition-end-event-multiple-01.html:
17391         * transitions/transition-end-event-multiple-02.html:
17392         * transitions/transition-end-event-multiple-03.html:
17393         * transitions/transition-end-event-multiple-04.html:
17394         * transitions/transition-end-event-nested.html:
17395         * transitions/transition-end-event-rendering.html:
17396         * transitions/transition-end-event-set-none.html:
17397         * transitions/transition-end-event-transform.html:
17398         * transitions/transition-end-event-window.html:
17399         * transitions/transition-hit-test-transform.html:
17400         * transitions/transition-hit-test.html:
17401         * transitions/transition-shorthand-delay.html:
17402         * transitions/transition-timing-function.html:
17403         * transitions/zero-duration-in-list.html:
17404         * transitions/zero-duration-with-non-zero-delay-end.html:
17405         * transitions/zero-duration-with-non-zero-delay-start.html:
17406         * transitions/zero-duration-without-units.html:
17408 2011-04-25  Simon Fraser  <simon.fraser@apple.com>
17410         Reviewed by Daniel Bates.
17412         Move transition-test-helpers.js to resources/
17413         https://bugs.webkit.org/show_bug.cgi?id=59397
17414         
17415         Move transition-test-helpers.js and fix tests.
17417         * transitions/background-transitions.html:
17418         * transitions/border-radius-transition.html:
17419         * transitions/clip-transition.html:
17420         * transitions/color-transition-all.html:
17421         * transitions/color-transition-premultiplied.html:
17422         * transitions/default-timing-function.html:
17423         * transitions/font-family-during-transition.html:
17424         * transitions/mask-transitions.html:
17425         * transitions/min-max-width-height-transitions.html:
17426         * transitions/mismatched-shadow-styles.html:
17427         * transitions/move-after-transition.html:
17428         * transitions/multiple-background-size-transitions.html:
17429         * transitions/multiple-background-transitions.html:
17430         * transitions/multiple-mask-transitions.html:
17431         * transitions/multiple-shadow-transitions.html:
17432         * transitions/negative-delay.html:
17433         * transitions/resources/interrupted-accelerated-transition-final.html:
17434         * transitions/resources/transition-test-helpers.js:
17435         (roundNumber):
17436         (isCloseEnough):
17437         (isShadow):
17438         ():
17439         (expected):
17440         (callback.delay):
17441         * transitions/shorthand-border-transitions.html:
17442         * transitions/shorthand-transitions.html:
17443         * transitions/steps-timing-function.html:
17444         * transitions/svg-text-shadow-transition.html:
17445         * transitions/text-indent-transition.html:
17446         * transitions/transform-op-list-match.html:
17447         * transitions/transform-op-list-no-match.html:
17448         * transitions/transition-drt-api-delay.html:
17449         * transitions/transition-end-event-rendering.html:
17450         * transitions/transition-hit-test-transform.html:
17451         * transitions/transition-shorthand-delay.html:
17452         * transitions/zero-duration-in-list.html:
17454 2011-04-25  Simon Fraser  <simon.fraser@apple.com>
17456         Reviewed by Daniel Bates.
17458         Make a couple of animation tests into text tests
17459         https://bugs.webkit.org/show_bug.cgi?id=59389
17461         * animations/animation-drt-api-multiple-keyframes.html:
17462         * animations/animation-drt-api.html:
17463         No need for these two to be text tests.
17464         
17465         * animations/state-at-end-event.html:
17466         General cleanup.
17467         
17468         * animations/animation-drt-api-expected.txt: Added.
17469         * animations/animation-drt-api-multiple-keyframes-expected.txt: Added.
17470         * animations/animation-drt-api-multiple-keyframes.html:
17471         * animations/animation-drt-api.html:
17472         * animations/state-at-end-event.html:
17473         * platform/mac/animations/animation-drt-api-expected.png: Removed.
17474         * platform/mac/animations/animation-drt-api-expected.txt: Removed.
17475         * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.png: Removed.
17476         * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.txt: Removed.
17478 2011-04-25  Simon Fraser  <simon.fraser@apple.com>
17480         Reviewed by Daniel Bates.
17482         Move animation-test-helpers.js into resources directory
17483         https://bugs.webkit.org/show_bug.cgi?id=59365
17484         
17485         Move animation-test-helpers.js and fix the tests accordingly.
17487         * animations/3d/matrix-transform-type-animation.html:
17488         * animations/3d/transform-perspective.html:
17489         * animations/animation-direction.html:
17490         * animations/animation-drt-api-multiple-keyframes.html:
17491         * animations/animation-drt-api.html:
17492         * animations/animation-hit-test-transform.html:
17493         * animations/animation-hit-test.html:
17494         * animations/big-rotation.html:
17495         * animations/change-keyframes-name.html:
17496         * animations/change-keyframes.html:
17497         * animations/change-one-anim.html:
17498         * animations/combo-transform-rotate+scale.html:
17499         * animations/dynamic-stylesheet-loading.html:
17500         * animations/generic-from-to.html:
17501         * animations/import.html:
17502         * animations/keyframe-timing-functions-transform.html:
17503         * animations/keyframe-timing-functions.html:
17504         * animations/keyframe-timing-functions2.html:
17505         * animations/keyframes-comma-separated.html:
17506         * animations/keyframes-out-of-order.html:
17507         * animations/keyframes.html:
17508         * animations/lineheight-animation.html:
17509         * animations/longhand-timing-function.html:
17510         * animations/matrix-anim.html:
17511         * animations/missing-from-to-transforms.html:
17512         * animations/missing-from-to.html:
17513         * animations/missing-keyframe-properties-repeating.html:
17514         * animations/missing-keyframe-properties-timing-function.html:
17515         * animations/missing-keyframe-properties.html:
17516         * animations/missing-values-first-keyframe.html:
17517         * animations/missing-values-last-keyframe.html:
17518         * animations/multiple-animations.html:
17519         * animations/multiple-keyframes.html:
17520         * animations/negative-delay.html:
17521         * animations/opacity-transform-animation.html:
17522         * animations/play-state-suspend.html:
17523         * animations/play-state.html:
17524         * animations/resources/animation-test-helpers.js:
17525         (isCloseEnough):
17526         (matrixStringToArray):
17527         (checkExpectedValue):
17528         (endTest):
17529         (startTest):
17530         (runAnimationTest.else):
17531         (runAnimationTest):
17532         (waitForAnimationToStart):
17533         * animations/simultaneous-start-left.html:
17534         * animations/simultaneous-start-transform.html:
17535         * animations/stop-animation-on-suspend.html:
17536         * animations/suspend-resume-animation.html:
17537         * animations/timing-functions.html:
17538         * animations/transition-and-animation-1.html:
17539         * animations/transition-and-animation-2.html:
17540         * animations/transition-and-animation-3.html:
17541         * animations/unanimated-style.html:
17542         * animations/width-using-ems.html:
17544 2011-04-25  Sheriff Bot  <webkit.review.bot@gmail.com>
17546         Unreviewed, rolling out r84864.
17547         http://trac.webkit.org/changeset/84864
17548         https://bugs.webkit.org/show_bug.cgi?id=59413
17550         Expect result of use-crash-in-non-wellformed-document.svg is
17551         platform dependent (Requested by leoyang on #webkit).
17553         * svg/custom/use-crash-in-non-wellformed-document-expected.txt: Removed.
17554         * svg/custom/use-crash-in-non-wellformed-document.svg: Removed.
17556 2011-04-25  Dirk Pranke  <dpranke@chromium.org>
17558         Unreviewed, expectations change. Remove tests that are no longer
17559         failing, add missing baselines for Chromium Mac SL.
17561         * platform/chromium/test_expectations.txt:
17562         * platform/chromium-mac/fast/block/positioning/rtl-fixed-positioning-expected.png: Added.
17563         * platform/chromium-mac/fast/block/positioning/rtl-fixed-positioning-expected.txt: Added.
17564         * platform/chromium-mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.png: Added.
17566 2011-04-25  Mihai Parparita  <mihaip@chromium.org>
17568         Reviewed by Ojan Vafai.
17570         Convert fast/events/focusingUnloadedFrame.html to dumpAsText
17571         https://bugs.webkit.org/show_bug.cgi?id=59371
17573         * fast/events/focusingUnloadedFrame-expected.txt: Added.
17574         * fast/events/focusingUnloadedFrame.html:
17575         * platform/chromium-linux/fast/events/focusingUnloadedFrame-expected.png: Removed.
17576         * platform/chromium-win/fast/events/focusingUnloadedFrame-expected.png: Removed.
17577         * platform/chromium-win/fast/events/focusingUnloadedFrame-expected.txt: Removed.
17578         * platform/gtk/fast/events/focusingUnloadedFrame-expected.png: Removed.
17579         * platform/gtk/fast/events/focusingUnloadedFrame-expected.txt: Removed.
17580         * platform/mac-leopard/fast/events/focusingUnloadedFrame-expected.png: Removed.
17581         * platform/mac/fast/events/focusingUnloadedFrame-expected.png: Removed.
17582         * platform/mac/fast/events/focusingUnloadedFrame-expected.txt: Removed.
17584 2011-04-25  Leo Yang  <leo.yang@torchmobile.com.cn>
17586         Reviewed by Nikolas Zimmermann.
17588         ASSERT failure in SVGUseElement
17589         https://bugs.webkit.org/show_bug.cgi?id=59313
17591         Test case to verify webkit doesn't crash when a <use> element
17592         is pending on resource and the document is not well-formed.
17593         Test passes if no crash occurs in debug mode.
17595         * svg/custom/use-crash-in-non-wellformed-document-expected.txt: Added.
17596         * svg/custom/use-crash-in-non-wellformed-document.svg: Added.
17598 2011-04-25  Mihai Parparita  <mihaip@chromium.org>
17600         Reviewed by Tony Chang.
17602         Convert fast/loader/start-load-in-unload.html to dumpAsText
17603         https://bugs.webkit.org/show_bug.cgi?id=59384
17605         * fast/loader/start-load-in-unload-expected.txt: Added.
17606         * fast/loader/start-load-in-unload.html:
17607         * platform/chromium-linux/fast/loader/start-load-in-unload-expected.png: Removed.
17608         * platform/chromium-win/fast/loader/start-load-in-unload-expected.png: Removed.
17609         * platform/chromium-win/fast/loader/start-load-in-unload-expected.txt: Removed.
17610         * platform/gtk/fast/loader/start-load-in-unload-expected.png: Removed.
17611         * platform/gtk/fast/loader/start-load-in-unload-expected.txt: Removed.
17612         * platform/mac-leopard/fast/loader/start-load-in-unload-expected.png: Removed.
17613         * platform/mac/fast/loader/start-load-in-unload-expected.png: Removed.
17614         * platform/mac/fast/loader/start-load-in-unload-expected.txt: Removed.
17615         * platform/qt/fast/loader/start-load-in-unload-expected.txt: Removed.
17617 2011-04-25  Tony Chang  <tony@chromium.org>
17619         Reviewed by Antonio Gomes.
17621         replace a setTimeout with a onload event to save 2 seconds in a test
17622         https://bugs.webkit.org/show_bug.cgi?id=59350
17624         * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url.html:
17626 2011-04-25  Mihai Parparita  <mihaip@chromium.org>
17628         Reviewed by Ojan Vafai.
17630         Convert fast/events/event-sender-mouse-moved.html to dumpAsText
17631         https://bugs.webkit.org/show_bug.cgi?id=59366
17633         * fast/events/event-sender-mouse-moved-expected.txt: Added.
17634         * fast/events/event-sender-mouse-moved.html:
17635         * platform/chromium-linux/fast/events/event-sender-mouse-moved-expected.png: Removed.
17636         * platform/chromium-win/fast/events/event-sender-mouse-moved-expected.png: Removed.
17637         * platform/chromium-win/fast/events/event-sender-mouse-moved-expected.txt: Removed.
17638         * platform/gtk/fast/events/event-sender-mouse-moved-expected.txt: Removed.
17639         * platform/mac-leopard/fast/events/event-sender-mouse-moved-expected.png: Removed.
17640         * platform/mac/fast/events/event-sender-mouse-moved-expected.png: Removed.
17641         * platform/mac/fast/events/event-sender-mouse-moved-expected.txt: Removed.
17642         * platform/qt/fast/events/event-sender-mouse-moved-expected.txt: Removed.
17644 2011-04-25  Dirk Pranke  <dpranke@chromium.org>
17646         Unreviewed, expectations change. Remove tests that are no longer
17647         failing.
17649         * platform/chromium/test_expectations.txt:
17651 2011-04-25  Dan Bernstein  <mitz@apple.com>
17653         Reviewed by Sam Weinig.
17655         Convert a test to dump as text.
17657         * fast/dom/jsDevicePixelRatio-expected.txt: Added.
17658         * fast/dom/jsDevicePixelRatio.html:
17659         * platform/chromium-linux/fast/dom/jsDevicePixelRatio-expected.png: Removed.
17660         * platform/chromium-win/fast/dom/jsDevicePixelRatio-expected.png: Removed.
17661         * platform/chromium-win/fast/dom/jsDevicePixelRatio-expected.txt: Removed.
17662         * platform/gtk/fast/dom/jsDevicePixelRatio-expected.png: Removed.
17663         * platform/gtk/fast/dom/jsDevicePixelRatio-expected.txt: Removed.
17664         * platform/mac-leopard/fast/dom/jsDevicePixelRatio-expected.png: Removed.
17665         * platform/mac/fast/dom/jsDevicePixelRatio-expected.png: Removed.
17666         * platform/mac/fast/dom/jsDevicePixelRatio-expected.txt: Removed.
17667         * platform/qt/fast/dom/jsDevicePixelRatio-expected.png: Removed.
17668         * platform/qt/fast/dom/jsDevicePixelRatio-expected.txt: Removed.
17670 2011-04-25  Philippe Normand  <pnormand@igalia.com>
17672         Unreviewed, GTK rebaseline and skip a couple of failing tests.
17674         * platform/gtk/Skipped: skip
17675         http/tests/security/mixedContent/insecure-css-in-main-frame.html
17676         and editing/text-iterator/findString.html
17677         * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt:
17679 2011-04-25  Dan Bernstein  <mitz@apple.com>
17681         Move text-only results of a test that was switched to dump as text in r72166
17682         alongside the test, and remove old expected pixel results.
17684         * fast/dom/setPrimitiveValue-expected.txt: Added.
17685         * platform/chromium-linux/fast/dom/setPrimitiveValue-expected.png: Removed.
17686         * platform/chromium-win/fast/dom/setPrimitiveValue-expected.png: Removed.
17687         * platform/gtk/fast/dom/setPrimitiveValue-expected.txt: Removed.
17688         * platform/mac-leopard/fast/dom/setPrimitiveValue-expected.png: Removed.
17689         * platform/mac/fast/dom/setPrimitiveValue-expected.png: Removed.
17690         * platform/mac/fast/dom/setPrimitiveValue-expected.txt: Removed.
17691         * platform/qt/fast/dom/setPrimitiveValue-expected.png: Removed.
17692         * platform/qt/fast/dom/setPrimitiveValue-expected.txt: Removed.
17694 2011-04-25  Adele Peterson  <adele@apple.com>
17696         Reviewed by Adam Roben.
17698         Convert fast/events/label-focus.html to a text only test
17699         https://bugs.webkit.org/show_bug.cgi?id=59364
17701         * fast/events/label-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/events/label-focus-expected.txt.
17702         * fast/events/label-focus.html:
17703         * platform/chromium-linux/fast/events/label-focus-expected.png: Removed.
17704         * platform/chromium-win/fast/events/label-focus-expected.png: Removed.
17705         * platform/chromium-win/fast/events/label-focus-expected.txt: Removed.
17706         * platform/gtk/fast/events/label-focus-expected.png: Removed.
17707         * platform/gtk/fast/events/label-focus-expected.txt: Removed.
17708         * platform/mac-leopard/fast/events/label-focus-expected.png: Removed.
17709         * platform/mac/fast/events/label-focus-expected.png: Removed.
17710         * platform/mac/fast/events/label-focus-expected.txt: Removed.
17711         * platform/qt/fast/events/label-focus-expected.txt: Removed.
17713 2011-04-25  Dan Bernstein  <mitz@apple.com>
17715         Reviewed by Sam Weinig.
17717         Changed a test to dump as text.
17719         * fast/css/affected-by-hover-after-style-change.html:
17720         * platform/gtk/fast/css/affected-by-hover-after-style-change-expected.png: Removed.
17721         * platform/gtk/fast/css/affected-by-hover-after-style-change-expected.txt: Removed.
17722         * platform/mac/fast/css/affected-by-hover-after-style-change-expected.png: Removed.
17723         * platform/mac/fast/css/affected-by-hover-after-style-change-expected.txt: Removed.
17724         * platform/qt/fast/css/affected-by-hover-after-style-change-expected.png: Removed.
17725         * platform/qt/fast/css/affected-by-hover-after-style-change-expected.txt: Removed.
17727 2011-04-25  Daniel Bates  <dbates@webkit.org>
17729         Reviewed by Sam Weinig.
17731         Convert LayoutTests/fast/events/onloadFrameCrash.html from pixel test to text-based test
17732         https://bugs.webkit.org/show_bug.cgi?id=59362
17734         * fast/events/onloadFrameCrash-expected.txt: Added.
17735         * fast/events/onloadFrameCrash.html: Modified to dump as text.
17736         * platform/gtk/fast/events/onloadFrameCrash-expected.png: Removed.
17737         * platform/gtk/fast/events/onloadFrameCrash-expected.txt: Removed.
17738         * platform/mac/fast/events/onloadFrameCrash-expected.png: Removed.
17739         * platform/mac/fast/events/onloadFrameCrash-expected.txt: Removed.
17741 2011-04-25  Dan Bernstein  <mitz@apple.com>
17743         Reviewed by Adam Roben.
17745         Changed a test to dump as text.
17747         * fast/css/zoom-property-parsing-expected.txt: Added.
17748         * fast/css/zoom-property-parsing.html:
17749         * platform/chromium-linux/fast/css/zoom-property-parsing-expected.png: Removed.
17750         * platform/chromium-win/fast/css/zoom-property-parsing-expected.png: Removed.
17751         * platform/chromium-win/fast/css/zoom-property-parsing-expected.txt: Removed.
17752         * platform/gtk/fast/css/zoom-property-parsing-expected.png: Removed.
17753         * platform/gtk/fast/css/zoom-property-parsing-expected.txt: Removed.
17754         * platform/mac-leopard/fast/css/zoom-property-parsing-expected.png: Removed.
17755         * platform/mac/fast/css/zoom-property-parsing-expected.png: Removed.
17756         * platform/mac/fast/css/zoom-property-parsing-expected.txt: Removed.
17757         * platform/qt/fast/css/zoom-property-parsing-expected.png: Removed.
17758         * platform/qt/fast/css/zoom-property-parsing-expected.txt: Removed.
17760 2011-04-25  Dirk Pranke  <dpranke@chromium.org>
17762         Unreviewed, expectations change.
17764         Missed the Chromium Mac baseline in the previous change.
17766         * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt:
17768 2011-04-25  Dirk Pranke  <dpranke@chromium.org>
17770         Unreviewed, expectations change.
17772         * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt:
17774 2011-04-25  Csaba Osztrogonác  <ossy@webkit.org>
17776         [Qt][WK2]fast/dom/shadow/gc-shadow.html fails
17777         https://bugs.webkit.org/show_bug.cgi?id=59335
17779         * platform/qt-wk2/Skipped: Add fast/dom/shadow/gc-shadow.html.
17781 2011-04-25  Csaba Osztrogonác  <ossy@webkit.org>
17783         [Qt] New tests introduced in r84742 fail
17784         https://bugs.webkit.org/show_bug.cgi?id=59334
17786         * platform/qt/Skipped:
17788 2011-04-25  Jer Noble  <jer.noble@apple.com>
17790         Unreviewed; add failing test to mac-wk2/Skipped list.
17792         * platform/mac-wk2/Skipped:
17794 2011-04-25  Jessie Berlin  <jberlin@webkit.org>
17796         [Snow Leopard Intel WebKit2 Release Tests] editing/undo/undo-iframe-location-change.html and
17797         compositing/iframes/invisible-nested-iframe-show.html failing since r84037.
17798         https://bugs.webkit.org/show_bug.cgi?id=58990
17800         Add failing expected results for SL WK2 to get the bots green.
17802         These tests are already Skipped on Windows or have their own expected results.
17804         * platform/mac-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
17805         * platform/mac-wk2/editing/undo/undo-iframe-location-change-expected.txt: Added.
17807 2011-04-25  Alexander Pavlov  <apavlov@chromium.org>
17809         Reviewed by Yury Semikhatsky.
17811         Web Inspector: CSS is parsed improperly when saved in UTF-8 with a BOM
17812         https://bugs.webkit.org/show_bug.cgi?id=59322
17814         * inspector/styles/parse-utf8-bom-expected.txt: Added.
17815         * inspector/styles/parse-utf8-bom.html: Added.
17816         * inspector/styles/resources/parse-utf8-bom-main.css: Added.
17817         (h1):
17818         (h2):
17819         * inspector/styles/resources/parse-utf8-bom-reset.css: Added.
17821 2011-04-25  Jessie Berlin  <jberlin@webkit.org>
17823         Add another HTMLProgressElement test to the Windows Skipped list to get the bots green,
17824         since Windows does not have an implementation of HTMLProgressElement.
17826         * platform/win/Skipped:
17827         Add fast/dom/HTMLProgressElement/progress-writing-mode.html.
17829 2011-04-25  Pavel Feldman  <pfeldman@google.com>
17831         Reviewed by Yury Semikhatsky.
17833         Web Inspector: move Frame and Resource Tree management into the Page agent.
17834         https://bugs.webkit.org/show_bug.cgi?id=59321
17836         * inspector/report-protocol-errors.html:
17838 2011-04-25  Pavel Feldman  <pfeldman@google.com>
17840         Reviewed by Yury Semikhatsky.
17842         Web Inspector: few protocol improvements.
17843         https://bugs.webkit.org/show_bug.cgi?id=59319
17845         * http/tests/inspector/inspector-test.js:
17846         (initialize_InspectorTest.InspectorTest.reloadPage):
17848 2011-04-25  Maciej Stachowiak  <mjs@apple.com>
17850         Reviewed by Cameron Zwarich.
17852         Fix tests after URL parsing fix
17853         https://bugs.webkit.org/show_bug.cgi?id=59317
17855         * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-host.js: Update
17856         expected behavior.
17857         * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-protocol.js: Update expected
17858         behavior.
17859         * fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Update expectations.
17860         * fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt: Update expectations.
17861         * fast/loader/url-parse-1-expected.txt: Update expectations.
17862         * http/tests/loading/cross-origin-XHR-willLoadRequest.html: Replace single slash
17863         in an http: URL with a double slash - the single slash seemed to be erroneous.
17865 2011-04-24  Dirk Pranke  <dpranke@chromium.org>
17867         Unreviewed, expectations change.
17869         Add Chromium baselines for fast/table/auto-100-percent-width.html.
17870         Mark fast/dom/HTMLMeterElement/meter-element.html and
17871         http/tests/misc/will-send-request-returns-null-on-redirect.html
17872         as failing - need triage.
17874         * platform/chromium-mac/fast/table/auto-100-percent-width-expected.png: Added.
17875         * platform/chromium-win/fast/table/auto-100-percent-width-expected.png: Added.
17876         * platform/chromium/test_expectations.txt:
17878 2011-04-24  Adam Barth  <abarth@webkit.org>
17880         Update Chromium results for standard-url.html (again).
17882         * platform/chromium-linux/fast/url/standard-url-expected.txt:
17883         * platform/chromium-mac/fast/url/standard-url-expected.txt:
17884         * platform/chromium-win/fast/url/standard-url-expected.txt:
17886 2011-04-24  Sheriff Bot  <webkit.review.bot@gmail.com>
17888         Unreviewed, rolling out r84759.
17889         http://trac.webkit.org/changeset/84759
17890         https://bugs.webkit.org/show_bug.cgi?id=59306
17892         Caused gc-shadow.html to start crashing in V8. (Requested by
17893         dglazkov|away on #webkit).
17895         * fast/dom/shadow/append-child-text-expected.txt: Removed.
17896         * fast/dom/shadow/append-child-text.html: Removed.
17898 2011-04-24  Maciej Stachowiak  <mjs@apple.com>
17900         Reviewed by George Staikos.
17902         Handling of URLs like http:/example.com/ is incorrect
17903         https://bugs.webkit.org/show_bug.cgi?id=59300
17904         <rdar://problem/9231956>
17906         Added some new test cases. Also updated results for the
17907         change. The changes are progressions.
17909         * fast/url/relative-expected.txt:
17910         * fast/url/script-tests/segments.js:
17911         * fast/url/script-tests/standard-url.js:
17912         * fast/url/segments-expected.txt:
17913         * fast/url/segments-from-data-url-expected.txt:
17914         * fast/url/standard-url-expected.txt:
17916 2011-04-24  Adam Barth  <abarth@webkit.org>
17918         Update Chromium results for standard-url.html
17920         * platform/chromium-linux/fast/url/standard-url-expected.txt: Added.
17921         * platform/chromium-mac/fast/url/standard-url-expected.txt:
17922         * platform/chromium-win/fast/url/standard-url-expected.txt:
17924 2011-04-24  Dominic Cooney  <dominicc@chromium.org>
17926         Reviewed by Dimitri Glazkov.
17928         Crash when adding a text node to a shadow root
17929         https://bugs.webkit.org/show_bug.cgi?id=59304
17931         * fast/dom/shadow/append-child-text-expected.txt: Added.
17932         * fast/dom/shadow/append-child-text.html: Added.
17934 2011-04-24  Adam Barth  <abarth@webkit.org>
17936         Reviewed by Eric Seidel.
17938         Update Content-Security-Policy syntax to match new version of spec
17939         https://bugs.webkit.org/show_bug.cgi?id=59291
17941         Update tests to use the new syntax.
17943         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-allowed.html:
17944         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked.html:
17945         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-allowed.html:
17946         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked.html:
17947         * http/tests/security/contentSecurityPolicy/image-allowed.html:
17948         * http/tests/security/contentSecurityPolicy/image-blocked.html:
17949         * http/tests/security/contentSecurityPolicy/inline-script-allowed.html:
17950         * http/tests/security/contentSecurityPolicy/style-allowed.html:
17951         * http/tests/security/contentSecurityPolicy/style-blocked.html:
17952         * http/tests/security/contentSecurityPolicy/xsl-allowed.php:
17953         * http/tests/security/contentSecurityPolicy/xsl-blocked.php:
17955 2011-04-24  Adam Barth  <abarth@webkit.org>
17957         Reviewed by Maciej Stachowiak.
17959         Test canonicalization of scheme:/host
17960         https://bugs.webkit.org/show_bug.cgi?id=59296
17962         * fast/url/script-tests/segments.js:
17963         * fast/url/script-tests/standard-url.js:
17964         * fast/url/segments-expected.txt:
17965         * fast/url/standard-url-expected.txt:
17967 2011-04-24  Rik Cabanier  <cabanier@adobe.com>
17969         Reviewed by Simon Fraser.
17971         Tables are not rendered correctly
17972         https://bugs.webkit.org/show_bug.cgi?id=59138
17974         * fast/table/auto-100-percent-width.html: Added.
17975         * platform/mac/fast/table/auto-100-percent-width-expected.txt: Added.
17977 2011-04-23  Dan Bernstein  <mitz@apple.com>
17979         Reviewed by Simon Fraser.
17981         <rdar://problem/8970549> WebFindOptionsAtWordStarts fails with Japanese words
17982         https://bugs.webkit.org/show_bug.cgi?id=59288
17984         * editing/text-iterator/findString-expected.txt:
17985         * editing/text-iterator/findString.html:
17987 2011-04-23  Dominic Cooney  <dominicc@chromium.org>
17989         Reviewed by Dimitri Glazkov.
17991         [V8] Nodes in shadow DOM should not be GCed while their hosts are alive
17992         https://bugs.webkit.org/show_bug.cgi?id=59284
17994         * fast/dom/shadow/gc-shadow-expected.txt: Added.
17995         * fast/dom/shadow/gc-shadow.html: Added.
17997 2011-04-23  MORITA Hajime <morrita@google.com>
17999         Unreviewed test_expectations.txt update.
18000         r84745 didn't fix meter-element.html break on chromium.
18002         * platform/chromium/test_expectations.txt:
18004 2011-04-23  MORITA Hajime  <morrita@google.com>
18006         Reviewed by Kent Tamura.
18008         REGRESSION: (non-Mac) <meter>'s bar part isn't rendered for with -webkit-writing-mode: vertical-lr from r82899
18009         https://bugs.webkit.org/show_bug.cgi?id=59281
18011         * fast/dom/HTMLMeterElement/meter-writing-mode.html: Added.
18012         * fast/dom/HTMLProgressElement/progress-writing-mode.html: Added.
18013         * platform/chromium/test_expectations.txt:
18014         * platform/mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Added.
18015         * platform/mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Added.
18016         * platform/mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Added.
18017         * platform/mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Added.
18019 2011-04-23  Alexey Proskuryakov  <ap@apple.com>
18021         Unreviewed.
18023         REGRESSION (r80812): window.print();window.close() doesn't work in WebKit2
18024         https://bugs.webkit.org/show_bug.cgi?id=59241
18025         <rdar://problem/9150861>
18027         * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
18028         * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
18029         * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
18030         Resource load delegates for cancelled loads are now correctly sent before frame load
18031         delegate's didFinishLoading, so cancellation errors get logged by DumpRenderTree.
18033 2011-04-22  Chris Evans  <cevans@chromium.org>
18035         Reviewed by Adam Barth.
18037         Upgrade CSS loads from mixed content warning (displayed) to mixed
18038         content error (ran)
18039         https://bugs.webkit.org/show_bug.cgi?id=59056
18041         * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt: Update expectation.
18042         * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt: Update expectation.
18043         * http/tests/security/mixedContent/insecure-css-in-iframe.html: Update expectation.
18044         * http/tests/security/mixedContent/insecure-css-in-main-frame.html: Update expectation.
18045         * http/tests/security/mixedContent/resources/frame-with-insecure-css.html: Fix typo.
18047 2011-04-22  Csaba Osztrogonác  <ossy@webkit.org>
18049         [Qt][WK2] Add some failing tests to the Skipped list because of a WTR sideeffect bug.
18051         * platform/qt-wk2/Skipped:
18053 2011-04-22  Csaba Osztrogonác  <ossy@webkit.org>
18055         [Qt] Unskip a bunch of passing tests and update their expected files.
18056         This patch based on work of Kristóf Kosztyó <Kosztyo.Kristof@stud.u-szeged.hu>
18058         * platform/qt/Skipped:
18059         * platform/qt/fast/[...]: Added, updated.
18060         * platform/qt/scrollbars/[...]: Added, updated.
18062 2011-04-22  Dirk Pranke  <dpranke@chromium.org>
18064         Unreviewed, expectations change - clean up some flakiness.
18066         * platform/chromium/test_expectations.txt:
18068 2011-04-22  Ojan Vafai  <ojan@chromium.org>
18070         Reviewed by Eric Seidel.
18072         don't white-space:nowrap the results iframes
18073         https://bugs.webkit.org/show_bug.cgi?id=59259
18075         * fast/harness/results.html:
18077 2011-04-22  Dirk Pranke  <dpranke@chromium.org>
18079         Unreviewed, expectations change. Roll in deps bots failures.
18081         * platform/chromium/test_expectations.txt:
18083 2011-04-22  Chang Shu  <cshu@webkit.org>
18085         Reviewed by Kenneth Rohde Christiansen.
18087         WebKitTestRunner needs layoutTestController.setFrameFlatteningEnabled
18088         https://bugs.webkit.org/show_bug.cgi?id=42536
18090         Unskip passed tests.
18092         * platform/mac-wk2/Skipped:
18093         * platform/qt-wk2/Skipped:
18095 2011-04-22  Xiaomei Ji  <xji@chromium.org>
18097         [QT] move-by-word-visually.html failed in QT.
18098         https://bugs.webkit.org/show_bug.cgi?id=59265
18100         Temporarily skip the test in QT while investigating.
18102         * platform/qt/Skipped:
18104 2011-04-22  Alejandro G. Castro  <alex@igalia.com>
18106         Undo rebaseline done in r84677 for this test, it was a flaky
18107         execution.
18109         * platform/gtk/media/video-controls-rendering-expected.txt:
18111 2011-04-22  Mahesh Kulkarni  <mahesh.kulkarni@nokia.com>
18113         Unreviewed: Updated bug ID for geolocation skipped cases
18115         * platform/mac-wk2/Skipped:
18116         * platform/qt-wk2/Skipped:
18118 2011-04-22  Martin Robinson  <mrobinson@igalia.com>
18120         Reviewed by Xan Lopez.
18122         [GTK] fast/events/overflow-viewport-renderer-deleted.html crashes
18123         https://bugs.webkit.org/show_bug.cgi?id=58976
18125         * platform/gtk/Skipped: Unskip a test which is no longer crashing.
18127 2011-04-22  Xiaomei Ji  <xji@chromium.org>
18129         Reviewed by Ryosuke Niwa.
18131         move caret by word in visual order returns wrong result when caret itself is at word boundary.
18132         https://bugs.webkit.org/show_bug.cgi?id=58504.
18134         Add test case to test moving left/right by word visually on every character position.
18135         Remove a specific test added before for testing a specific code path since the test case
18136         is covered now.
18138         * editing/selection/move-by-word-visually-expected.txt:
18139         * editing/selection/move-by-word-visually.html:
18141 2011-04-22  Xiaomei Ji  <xji@chromium.org>
18143         Rebaseline after r84655.
18145         * platform/chromium-linux/fast/block/positioning/rtl-fixed-positioning-expected.png: Added.
18146         * platform/chromium-linux/fast/block/positioning/vertical-rl/fixed-positioning-expected.png: Added.
18147         * platform/chromium-mac-leopard/fast/block/positioning/rtl-fixed-positioning-expected.png: Added.
18148         * platform/chromium-mac/fast/block/positioning/rtl-fixed-positioning-expected.checksum: Added.
18149         * platform/chromium-mac/fast/block/positioning/vertical-rl: Added.
18150         * platform/chromium-mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.checksum: Added.
18151         * platform/chromium-mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt: Added.
18152         * platform/chromium-win/fast/block/positioning/rtl-fixed-positioning-expected.png: Added.
18153         * platform/chromium-win/fast/block/positioning/vertical-rl/fixed-positioning-expected.png: Added.
18154         * platform/chromium-win/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt: Added.
18156 2011-04-22  Xiaomei Ji  <xji@chromium.org>
18158         Rebase after r84659.
18160         * platform/chromium-linux/editing/deleting/table-cells-expected.png:
18161         * platform/chromium-linux/fast/forms/cursor-at-editable-content-boundary-expected.txt: Added.
18162         * platform/chromium-linux/fast/inline-block/14498-positionForCoordinates-expected.png:
18163         * platform/chromium-mac-leopard/editing/deleting/table-cells-expected.png:
18164         * platform/chromium-mac-leopard/fast/inline-block/14498-positionForCoordinates-expected.png:
18165         * platform/chromium-mac/editing/deleting/table-cells-expected.png: Added.
18166         * platform/chromium-mac/fast/inline-block/14498-positionForCoordinates-expected.png: Added.
18167         * platform/chromium-win/editing/deleting/table-cells-expected.png:
18168         * platform/chromium-win/fast/forms/cursor-at-editable-content-boundary-expected.txt: Added.
18169         * platform/chromium-win/fast/inline-block/14498-positionForCoordinates-expected.png:
18171 2011-04-22  Eric Seidel  <eric@webkit.org>
18173         Reviewed by Eric Carlson.
18175         Flaky Test: media/invalid-media-url-crash.html
18176         https://bugs.webkit.org/show_bug.cgi?id=51138
18178         Add one more test to the list of known crashers from rdar://9054715.
18180         * platform/mac-snowleopard/Skipped:
18182 2011-04-19  Jer Noble  <jer.noble@apple.com>
18184         Reviewed by Daniel Bates.
18186         Full Screen from within an <iframe> does not cause <iframe> to resize.
18187         https://bugs.webkit.org/show_bug.cgi?id=58638
18189         * fullscreen/full-screen-frameset-expected.txt: Added.
18190         * fullscreen/full-screen-frameset.html: Added.
18191         * fullscreen/content/inner.html: Added.
18192         * fullscreen/full-screen-iframe-allowed-expected.txt: Updated.
18193         * fullscreen/full-screen-iframe-allowed.html: Add a button with which to trigger
18194             full screen mode in Safari.
18195         * fullscreen/full-screen-iframe-not-allowed-expected.txt: Updated.
18196         * fullscreen/full-screen-iframe-not-allowed.html: Ditto.
18197         * fullscreen/resources/allowed.html: Added.
18198         * fullscreen/resources/inner.html: Added.
18200 2011-04-22  Xiaomei Ji  <xji@chromium.org>
18202         Rebaseline after r84659.
18204         * platform/mac-wk2/fast/forms: Added.
18205         * platform/mac-wk2/fast/forms/cursor-at-editable-content-boundary-expected.txt: Added.
18206         * platform/win/fast/forms/cursor-at-editable-content-boundary-expected.txt: Added.
18208 2011-04-22  Yael Aharon  <yael.aharon@nokia.com>
18210         Reviewed by Sam Weinig.
18212         HTMLFormControlElement::labels should allow custom attributes.
18213         https://bugs.webkit.org/show_bug.cgi?id=59128
18215         * fast/forms/labels-custom-property-expected.txt: Added.
18216         * fast/forms/labels-custom-property.html: Added.
18218 2011-04-22  Csaba Osztrogonác  <ossy@webkit.org>
18220         [Qt] REGRESSION(r84296): platform/qt/fast/history/back-to-unreachable-url-then-forward.html fails
18221         https://bugs.webkit.org/show_bug.cgi?id=58977
18223         r84604 fixed the bug, so we can unskip it.
18225         * platform/qt/Skipped: Unskip platform/qt/fast/history/back-to-unreachable-url-then-forward.html.
18227 2011-04-22  Roland Steiner  <rolandsteiner@chromium.org>
18229         Unreviewed: Updated Chromium expectations after WK r84606
18231         * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
18232         * platform/chromium-mac/fast/url/host-expected.txt: Removed.
18233         * platform/chromium-mac/fast/url/path-expected.txt: Removed.
18234         * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
18235         * platform/chromium-win/fast/url/host-expected.txt: Removed.
18236         * platform/chromium-win/fast/url/path-expected.txt: Removed.
18238 2011-04-22  Adam Barth  <abarth@webkit.org>
18240         Reviewed by Eric Seidel.
18242         CSP frame-src is missing
18243         https://bugs.webkit.org/show_bug.cgi?id=58643
18245         Update expected result to show that this test is passing now.
18247         * http/tests/security/contentSecurityPolicy/frame-src-blocked-expected.txt:
18249 2011-04-22  Levi Weintraub  <leviw@chromium.org>
18251         Reviewed by Ryosuke Niwa.
18253         End/Home keys do not work in a contentEditable element
18254         https://bugs.webkit.org/show_bug.cgi?id=50564
18256         Fixing modifying selection by lineboundary (home/end) for editable contexts that are
18257         inline and share a line with non-editable content.
18259         * editing/selection/modify-by-lineboundary-in-inline-editable-contexts-expected.txt: Added.
18260         * editing/selection/modify-by-lineboundary-in-inline-editable-contexts.html: Added.
18261         * editing/selection/script-tests/modify-by-lineboundary-in-inline-editable-contexts.js: Added.
18262         (testModifyByLine):
18264 2011-04-22  Dimitri Glazkov  <dglazkov@chromium.org>
18266         [Gtk] Update expectations after r84511.
18268         * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt:
18269         * platform/gtk/fast/html/details-add-summary-1-expected.txt:
18270         * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt:
18271         * platform/gtk/fast/html/details-add-summary-10-expected.txt:
18272         * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt:
18273         * platform/gtk/fast/html/details-add-summary-2-expected.txt:
18274         * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt:
18275         * platform/gtk/fast/html/details-add-summary-3-expected.txt:
18276         * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt:
18277         * platform/gtk/fast/html/details-add-summary-4-expected.txt:
18278         * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt:
18279         * platform/gtk/fast/html/details-add-summary-5-expected.txt:
18280         * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt:
18281         * platform/gtk/fast/html/details-add-summary-6-expected.txt:
18282         * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt:
18283         * platform/gtk/fast/html/details-add-summary-7-expected.txt:
18284         * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt:
18285         * platform/gtk/fast/html/details-add-summary-8-expected.txt:
18286         * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt:
18287         * platform/gtk/fast/html/details-add-summary-9-expected.txt:
18288         * platform/gtk/fast/html/details-no-summary1-expected.txt:
18289         * platform/gtk/fast/html/details-no-summary2-expected.txt:
18290         * platform/gtk/fast/html/details-no-summary3-expected.txt:
18291         * platform/gtk/fast/html/details-no-summary4-expected.txt:
18292         * platform/gtk/fast/html/details-open-javascript-expected.txt:
18293         * platform/gtk/fast/html/details-open1-expected.txt:
18294         * platform/gtk/fast/html/details-open2-expected.txt:
18295         * platform/gtk/fast/html/details-open3-expected.txt:
18296         * platform/gtk/fast/html/details-open4-expected.txt:
18297         * platform/gtk/fast/html/details-open5-expected.txt:
18298         * platform/gtk/fast/html/details-open6-expected.txt:
18299         * platform/gtk/fast/html/details-position-expected.txt:
18300         * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt:
18301         * platform/gtk/fast/html/details-remove-summary-1-expected.txt:
18302         * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt:
18303         * platform/gtk/fast/html/details-remove-summary-2-expected.txt:
18304         * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt:
18305         * platform/gtk/fast/html/details-remove-summary-3-expected.txt:
18306         * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt:
18307         * platform/gtk/fast/html/details-remove-summary-4-expected.txt:
18308         * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt:
18309         * platform/gtk/fast/html/details-remove-summary-5-expected.txt:
18310         * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt:
18311         * platform/gtk/fast/html/details-remove-summary-6-expected.txt:
18312         * platform/gtk/fast/html/details-writing-mode-expected.txt:
18313         * platform/gtk/media/video-controls-rendering-expected.txt:
18315 2011-04-22  Tony Chang  <tony@chromium.org>
18317         Landing new baselines for plugins/embedded-attributes-style.html after
18318         border changes (r84273).
18320         https://bugs.webkit.org/show_bug.cgi?id=59068
18322         * platform/chromium-linux/plugins/embed-attributes-style-expected.png:
18323         * platform/chromium-win/plugins/embed-attributes-style-expected.png:
18324         * platform/chromium/test_expectations.txt:
18326 2011-04-22  Csaba Osztrogonác  <ossy@webkit.org>
18328         [Qt] Update expected files after r84632.
18330         * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
18331         * platform/qt/fast/html/details-add-summary-1-expected.txt:
18332         * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
18333         * platform/qt/fast/html/details-add-summary-10-expected.txt:
18334         * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
18335         * platform/qt/fast/html/details-add-summary-2-expected.txt:
18336         * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
18337         * platform/qt/fast/html/details-add-summary-3-expected.txt:
18338         * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
18339         * platform/qt/fast/html/details-add-summary-4-expected.txt:
18340         * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
18341         * platform/qt/fast/html/details-add-summary-5-expected.txt:
18342         * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
18343         * platform/qt/fast/html/details-add-summary-6-expected.txt:
18344         * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
18345         * platform/qt/fast/html/details-add-summary-7-expected.txt:
18346         * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
18347         * platform/qt/fast/html/details-add-summary-8-expected.txt:
18348         * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
18349         * platform/qt/fast/html/details-add-summary-9-expected.txt:
18350         * platform/qt/fast/html/details-no-summary1-expected.txt:
18351         * platform/qt/fast/html/details-no-summary2-expected.txt:
18352         * platform/qt/fast/html/details-no-summary3-expected.txt:
18353         * platform/qt/fast/html/details-no-summary4-expected.txt:
18354         * platform/qt/fast/html/details-open-javascript-expected.txt:
18355         * platform/qt/fast/html/details-open1-expected.txt:
18356         * platform/qt/fast/html/details-open2-expected.txt:
18357         * platform/qt/fast/html/details-open3-expected.txt:
18358         * platform/qt/fast/html/details-open4-expected.txt:
18359         * platform/qt/fast/html/details-open5-expected.txt:
18360         * platform/qt/fast/html/details-open6-expected.txt:
18361         * platform/qt/fast/html/details-position-expected.txt:
18362         * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
18363         * platform/qt/fast/html/details-remove-summary-1-expected.txt:
18364         * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
18365         * platform/qt/fast/html/details-remove-summary-2-expected.txt:
18366         * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
18367         * platform/qt/fast/html/details-remove-summary-3-expected.txt:
18368         * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
18369         * platform/qt/fast/html/details-remove-summary-4-expected.txt:
18370         * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
18371         * platform/qt/fast/html/details-remove-summary-5-expected.txt:
18372         * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
18373         * platform/qt/fast/html/details-remove-summary-6-expected.txt:
18374         * platform/qt/fast/html/details-writing-mode-expected.txt:
18376 2011-04-22  Sam Weinig  <sam@webkit.org>
18378         Reviewed by Gavin Barraclough and Oliver Hunt.
18380         Arrays should participate in global object forwarding fun
18381         https://bugs.webkit.org/show_bug.cgi?id=59215
18383         - Update results of prototype-inheritance-2 for new array behavior.
18384         - Remove checks for primitives, since they were incorrect.
18385         - Force function check to check a function not on a primitive (this
18386           wasn't happening by itself, since functions normally aren't enumerable
18387           in the DOM).
18388         - Add exception to the test to not try and test HTMLProgressElement, since
18389           it is not available on all platforms. This allows us to remove the windows
18390           specific results.
18392         * fast/dom/prototype-inheritance-2-expected.txt:
18393         * fast/dom/script-tests/prototype-inheritance-2.js:
18394         (constructorNamesForWindow):
18395         (crawl):
18396         * platform/win/fast/dom/prototype-inheritance-2-expected.txt: Removed.
18398 2011-04-21  Geoffrey Garen  <ggaren@apple.com>
18400         Reviewed by Oliver Hunt.
18402         Removed a use of markDOMObjectWrapper: Element and Document
18403         https://bugs.webkit.org/show_bug.cgi?id=59178
18405         * fast/dom/dataset-gc-expected.txt:
18406         * fast/dom/script-tests/dataset-gc.js: Changed this test not to be
18407         specific to __proto__. We have a general bug in the DOM that assignment
18408         to __proto__ does not persist after garbage collection. While we should
18409         fix that bug, we don't want existing tests to tickle it, because it makes
18410         them flaky.
18412 2011-04-22  Simon Fraser  <simon.fraser@apple.com>
18414         Reviewed by Dan Bernstein.
18416         Rounded corners don't looks smooth when background-image is a gradient
18417         https://bugs.webkit.org/show_bug.cgi?id=59213
18419         Testcase for rounded borders on an element with a gradient background.
18421         * fast/backgrounds/gradient-background-leakage.html: Added.
18422         * platform/mac/fast/backgrounds/gradient-background-leakage-expected.png: Added.
18423         * platform/mac/fast/backgrounds/gradient-background-leakage-expected.txt: Added.
18425 2011-04-22  Mike Reed  <reed@google.com>
18427         Reviewed by Eric Seidel.
18429         Update expected images with new shadow code
18430         [chromium, win] Multiple failures of shadow rendering layout tests
18431         https://bugs.webkit.org/show_bug.cgi?id=58772
18433         * platform/chromium-linux/fast/multicol/shadow-breaking-expected.png:
18434         * platform/chromium-linux/svg/css/composite-shadow-text-expected.png:
18435         * platform/chromium-win-xp/fast/multicol/shadow-breaking-expected.png: Added.
18436         * platform/chromium-win-xp/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
18437         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
18438         * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
18439         * platform/chromium-win-xp/fast/repaint/shadow-multiple-vertical-expected.png: Added.
18440         * platform/chromium-win-xp/fast/text/shadow-translucent-fill-expected.png: Added.
18441         * platform/chromium-win-xp/fast/transforms: Added.
18442         * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Added.
18443         * platform/chromium-win-xp/svg/css: Added.
18444         * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png: Added.
18445         * platform/chromium-win-xp/svg/css/text-shadow-multiple-expected.png: Added.
18446         * platform/chromium-win-xp/transitions: Added.
18447         * platform/chromium-win-xp/transitions/svg-text-shadow-transition-expected.png: Added.
18448         * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
18449         * platform/chromium-win/svg/css/composite-shadow-text-expected.png:
18450         * platform/chromium/test_expectations.txt:
18452 2011-04-22  Xiaomei Ji  <xji@chromium.org>
18454         Reviewed by David Hyatt.
18456         Local caret rectangle calculation should be relative to its containing block.
18457         https://bugs.webkit.org/show_bug.cgi?id=49508.
18459         * fast/forms/cursor-at-editable-content-boundary-expected.txt: Added.
18460         * fast/forms/cursor-at-editable-content-boundary.html: Added.
18461         * platform/mac/fast/forms/cursor-at-editable-content-boundary-expected.txt: Added.
18463 2011-04-22  Roland Steiner  <rolandsteiner@chromium.org>
18465         Unreviewed: update Chromium baselines.
18467         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
18468         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
18469         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
18470         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
18471         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
18472         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
18473         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
18474         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
18475         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
18476         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
18477         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
18478         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
18479         * platform/chromium-mac-leopard/svg/filters/feDropShadow-expected.png: Added.
18481 2011-04-22  Tony Chang  <tony@chromium.org>
18483         Unreviewed, deleting remaining .checksum files.
18484         More will probably creep in over the next few days-- I'll do
18485         another pass in a week or so.
18487 2011-04-22  Levi Weintraub  <leviw@chromium.org>
18489         Reviewed by Darin Fisher.
18491         REGRESSION: left property broken with position:fixed elements in RTL documents
18492         https://bugs.webkit.org/show_bug.cgi?id=59204
18493         http://code.google.com/p/chromium/issues/detail?id=80216
18495         Test to ensure position:fixed works properly in RTL documents.
18497         * fast/block/positioning/rtl-fixed-positioning.html: Added.
18498         * fast/block/positioning/vertical-rl/fixed-positioning.html: Added.
18499         * platform/mac/fast/block/positioning/rtl-fixed-positioning-expected.checksum: Added.
18500         * platform/mac/fast/block/positioning/rtl-fixed-positioning-expected.png: Added.
18501         * platform/mac/fast/block/positioning/rtl-fixed-positioning-expected.txt: Added.
18502         * platform/mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.checksum: Added.
18503         * platform/mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.png: Added.
18504         * platform/mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt: Added.
18506 2011-04-22  Roland Steiner  <rolandsteiner@chromium.org>
18508         Unreviewed: Chromium test expectations update.
18510         * platform/chromium/test_expectations.txt:
18512 2011-04-22  Tony Chang  <tony@chromium.org>
18514         Unreviewed, deleting .checksum files in platform/mac.
18516 2011-04-22  Sam Weinig  <sam@webkit.org>
18518         Fix windows test result.
18520         * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
18522 2011-04-22  Sam Weinig  <sam@webkit.org>
18524         Reviewed by Gavin Barraclough.
18526         Remove remaining uses of deprecated version of toJS
18527         https://bugs.webkit.org/show_bug.cgi?id=59170
18529         * fast/dom/prototype-inheritance-2-expected.txt:
18530         Add new passing results since we now use the correct global object. The remaining
18531         failures are pure JS objects (Array, Boolean, String, Number, Function).
18533 2011-04-22  Tony Chang  <tony@chromium.org>
18535         Unreviewed, deleting .checksum files in platform/gtk and platform/qt*.
18537 2011-04-22  Philippe Normand  <pnormand@igalia.com>
18539         Reviewed by Martin Robinson.
18541         [GTK] DRT: implement eventSender.scalePageBy
18542         https://bugs.webkit.org/show_bug.cgi?id=59082
18544         Unskipped tests that should pass now that
18545         eventSender.scalePageBy() is supported in GTK.
18547         * platform/gtk/Skipped:
18548         * platform/gtk/fast/repaint/scale-page-shrink-expected.checksum: Added.
18549         * platform/gtk/fast/repaint/scale-page-shrink-expected.png: Added.
18550         * platform/gtk/fast/repaint/scale-page-shrink-expected.txt: Added.
18552 2011-04-21  MORITA Hajime  <morrita@google.com>
18554         Reviewed by Dimitri Glazkov.
18556         Content of <details> should be forwarded through the shadow DOM
18557         https://bugs.webkit.org/show_bug.cgi?id=59055
18559         * fast/html/details-add-child-1.html: Added.
18560         * fast/html/details-add-child-2.html: Added.
18561         * fast/html/details-remove-child-1.html: Added.
18562         * fast/html/details-remove-child-2.html: Added.
18563         * platform/chromium/test_expectations.txt:
18564         * platform/mac/fast/html/details-add-child-1-expected.checksum: Added.
18565         * platform/mac/fast/html/details-add-child-1-expected.png: Added.
18566         * platform/mac/fast/html/details-add-child-1-expected.txt: Added.
18567         * platform/mac/fast/html/details-add-child-2-expected.checksum: Added.
18568         * platform/mac/fast/html/details-add-child-2-expected.png: Added.
18569         * platform/mac/fast/html/details-add-child-2-expected.txt: Added.
18570         * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
18571         * platform/mac/fast/html/details-add-summary-1-expected.txt:
18572         * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
18573         * platform/mac/fast/html/details-add-summary-10-expected.txt:
18574         * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
18575         * platform/mac/fast/html/details-add-summary-2-expected.txt:
18576         * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
18577         * platform/mac/fast/html/details-add-summary-3-expected.txt:
18578         * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
18579         * platform/mac/fast/html/details-add-summary-4-expected.txt:
18580         * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
18581         * platform/mac/fast/html/details-add-summary-5-expected.txt:
18582         * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
18583         * platform/mac/fast/html/details-add-summary-6-expected.txt:
18584         * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
18585         * platform/mac/fast/html/details-add-summary-7-expected.txt:
18586         * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
18587         * platform/mac/fast/html/details-add-summary-8-expected.txt:
18588         * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
18589         * platform/mac/fast/html/details-add-summary-9-expected.txt:
18590         * platform/mac/fast/html/details-add-summary-child-1-expected.txt:
18591         * platform/mac/fast/html/details-add-summary-child-2-expected.txt:
18592         * platform/mac/fast/html/details-no-summary1-expected.txt:
18593         * platform/mac/fast/html/details-no-summary2-expected.txt:
18594         * platform/mac/fast/html/details-no-summary3-expected.txt:
18595         * platform/mac/fast/html/details-no-summary4-expected.txt:
18596         * platform/mac/fast/html/details-open-javascript-expected.txt:
18597         * platform/mac/fast/html/details-open1-expected.txt:
18598         * platform/mac/fast/html/details-open2-expected.txt:
18599         * platform/mac/fast/html/details-open3-expected.txt:
18600         * platform/mac/fast/html/details-open4-expected.txt:
18601         * platform/mac/fast/html/details-open5-expected.txt:
18602         * platform/mac/fast/html/details-open6-expected.txt:
18603         * platform/mac/fast/html/details-position-expected.txt:
18604         * platform/mac/fast/html/details-remove-child-1-expected.checksum: Added.
18605         * platform/mac/fast/html/details-remove-child-1-expected.png: Added.
18606         * platform/mac/fast/html/details-remove-child-1-expected.txt: Added.
18607         * platform/mac/fast/html/details-remove-child-2-expected.checksum: Added.
18608         * platform/mac/fast/html/details-remove-child-2-expected.png: Added.
18609         * platform/mac/fast/html/details-remove-child-2-expected.txt: Added.
18610         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
18611         * platform/mac/fast/html/details-remove-summary-1-expected.txt:
18612         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
18613         * platform/mac/fast/html/details-remove-summary-2-expected.txt:
18614         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
18615         * platform/mac/fast/html/details-remove-summary-3-expected.txt:
18616         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
18617         * platform/mac/fast/html/details-remove-summary-4-expected.txt:
18618         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
18619         * platform/mac/fast/html/details-remove-summary-5-expected.txt:
18620         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
18621         * platform/mac/fast/html/details-remove-summary-6-expected.txt:
18622         * platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
18623         * platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
18624         * platform/mac/fast/html/details-writing-mode-expected.txt:
18626 2011-04-21  Simon Fraser  <simon.fraser@apple.com>
18628         Reviewed by Dan Bernstein.
18630         Extra GraphicsContext::save() in InlineTextBox::paintDecoration()
18631         https://bugs.webkit.org/show_bug.cgi?id=59109
18633         Testcase that exercises the fixed InlineTextBox::paintDecoration() code.
18635         * fast/text/multiple-text-shadow-alpha-expected.txt: Added.
18636         * fast/text/multiple-text-shadow-alpha.html: Added.
18638 2011-04-22  Jessie Berlin  <jberlin@apple.com>
18640         Windows DRT needs an implementation of shadowRoot.
18641         https://bugs.webkit.org/show_bug.cgi?id=59081
18643         Add media/audio-controls-do-not-fade-out.html, which uses layoutTestController.shadowRoot
18644         to the win Skipped list to get the bots green.
18646         * platform/win/Skipped:
18648 2011-04-22  Jessie Berlin  <jberlin@apple.com>
18650         Update the Windows-specific results after r84558.
18652         * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
18654 2011-04-22  Pavel Podivilov  <podivilov@chromium.org>
18656         Reviewed by Pavel Feldman.
18658         Web Inspector: fix de-obfuscation of scripts inlined in html.
18659         https://bugs.webkit.org/show_bug.cgi?id=58538
18661         * inspector/debugger/resources/obfuscated.js:
18662         * inspector/debugger/script-formatter-expected.txt:
18663         * inspector/debugger/script-formatter.html: Renamed from LayoutTests/inspector/debugger/script-formatter.html-disabled.
18665 2011-04-22  Mikhail Naganov  <mnaganov@chromium.org>
18667         Reviewed by Pavel Feldman.
18669         Web Inspector: [Chromium] Refactor code prior to moving detailed heap snapshots into workers.
18670         https://bugs.webkit.org/show_bug.cgi?id=59189
18672         * inspector/profiler/detailed-heapshots-comparison-sorting.html:
18673         * inspector/profiler/detailed-heapshots-test.js:
18674         (initialize_DetailedHeapshotTest):
18675         (initialize_DetailedHeapshotTest.):
18676         * inspector/profiler/heap-snapshot-expected.txt:
18677         * inspector/profiler/heap-snapshot.html:
18679 2011-04-22  Csaba Osztrogonác  <ossy@webkit.org>
18681         [WK2] CSP reporting doesn't work
18682         https://bugs.webkit.org/show_bug.cgi?id=59192
18684         * platform/mac-wk2/Skipped: Add http/tests/security/contentSecurityPolicy/report-uri-from-child-frame.html.
18686 2011-04-22  Csaba Osztrogonác  <ossy@webkit.org>
18688         [Qt]fast/url/idna tests fail
18689         https://bugs.webkit.org/show_bug.cgi?id=59187
18691         * platform/qt/Skipped: Add fast/url/idna2003.html and fast/url/idna2008.html.
18692         * platform/qt/fast/url/path-expected.txt: Update after r84606.
18694 2011-04-22  Dan Bernstein  <mitz@apple.com>
18696         Reviewed by Maciej Stachowiak.
18698         <rdar://problem/9322486> REGRESSION (r83397): Default controls fade out when playing audio-only media
18699         https://bugs.webkit.org/show_bug.cgi?id=59180
18701         * media/audio-controls-do-not-fade-out-expected.txt: Added.
18702         * media/audio-controls-do-not-fade-out.html: Added.
18704 2011-04-22  Ojan Vafai  <ojan@chromium.org>
18706         Reviewed by Eric Seidel.
18708         address maciej's styling feedback for results.html page
18709         https://bugs.webkit.org/show_bug.cgi?id=59165
18711         * fast/harness/results.html:
18713 2011-04-21  Chris Weber  <chris@lookout.net>
18715         Reviewed by Adam Barth.
18717         Add more test coverage to fast/url
18718         https://bugs.webkit.org/show_bug.cgi?id=59142
18720         The PASS/FAIL results for host, path, and port are set to match
18721         Chromium.  The PASS/FAIL results for idna2003 and idna2008 are set to
18722         match those specifications.
18724         * fast/url/host-expected.txt:
18725         * fast/url/idna2003-expected.txt: Added.
18726         * fast/url/idna2003.html: Added.
18727         * fast/url/idna2008-expected.txt: Added.
18728         * fast/url/idna2008.html: Added.
18729         * fast/url/path-expected.txt:
18730         * fast/url/port-expected.txt:
18731         * fast/url/script-tests/host.js:
18732         * fast/url/script-tests/idna2003.js: Added.
18733         * fast/url/script-tests/idna2008.js: Added.
18734         * fast/url/script-tests/path.js:
18735         * fast/url/script-tests/port.js:
18737 2011-04-21  Beth Dakin  <bdakin@apple.com>
18739         Reviewed by Dan Bernstein.
18741         https://bugs.webkit.org/show_bug.cgi?id=57898
18742         REGRESSION (r82185): Scroll position not restored on navigation back to a page in
18743         the page cache
18744         -and corresponding-
18745         <rdar://problem/9226652>
18747         * fast/loader/scroll-position-restored-on-back-non-cached-expected.txt: Added.
18748         * fast/loader/scroll-position-restored-on-back-non-cached.html: Added.
18750 2011-04-21  Chris Fleizach  <cfleizach@apple.com>
18752         Reviewed by Beth Dakin.
18754         WebKit is erroneously modifying the DOM; adding 'aria-selected' to tables
18755         https://bugs.webkit.org/show_bug.cgi?id=59140
18757         * accessibility/aria-combobox.html:
18758         * platform/mac/accessibility/aria-combobox-expected.txt:
18759         * platform/mac/accessibility/aria-slider-value-change-expected.txt:
18760         * platform/mac/accessibility/aria-slider-value-change.html:
18762 2011-04-21  Dirk Pranke  <dpranke@chromium.org>
18764         Unreviewed, expectations change - new baselines needed as
18765         a result of r84589.
18767         * platform/chromium/test_expectations.txt:
18769 2011-04-21  Dirk Pranke  <dpranke@chromium.org>
18771         Unreviewed, expectations change. Triage failure for
18772         media/video-zoom.html on chromium gpu bots.
18774         * platform/chromium/test_expectations.txt:
18776 2011-04-21  Dirk Pranke  <dpranke@chromium.org>
18778         Unreviewed, expectations change. Suppress failures on chromium
18779         win/linux from bug 59166.
18781         * platform/chromium/test_expectations.txt:
18783 2011-04-21  Dimitri Glazkov  <dglazkov@chromium.org>
18785         Reviewed by Adele Peterson.
18787         REGRESSION (r83386): Typing in WSJ.com search field doesn't clear placeholder text
18788         https://bugs.webkit.org/show_bug.cgi?id=59053
18790         * fast/events/shadow-boundary-crossing-expected.txt: Updated expected results.
18791         * fast/events/shadow-boundary-crossing.html: Added new sub-test.
18793 2011-04-21  Dirk Pranke  <dpranke@chromium.org>
18795         Unreviwed, expecations change. Pick up chromium-win baselines
18796         for r84522.
18798         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
18799         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
18800         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
18801         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
18802         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
18803         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
18804         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
18805         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
18806         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
18807         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
18808         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
18809         * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
18810         * platform/chromium-win/svg/filters/feDropShadow-expected.png: Added.
18812 2011-04-21  Dirk Pranke  <dpranke@chromium.org>
18814         Unreviewed, expectations change.
18816         Suppress failures possibly caused by bug 59158 on chromium win/linux:
18817         fast/canvas/canvas-stroke{Path,Rect}-alpha-shadow.html = TEXT
18819         * platform/chromium/test_expectations.txt:
18821 2011-04-21  Ojan Vafai  <ojan@chromium.org>
18823         Reviewed by Tony Chang.
18825         move json_results.html over to LayoutTests/fast/harness
18826         https://bugs.webkit.org/show_bug.cgi?id=59154
18828         * fast/harness/resources/results-test.js:
18829         * fast/harness/results-expected.txt: Added.
18830         * fast/harness/results.html: Added.
18832 2011-04-21  Dirk Pranke  <dpranke@chromium.org>
18834         Update baselines to accomodate the change in r84506. I wonder
18835         how much having platform/mac in the search path hurts
18836         chromium-win/-linux.
18838         * platform/chromium-win/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Added.
18840 2011-04-21  Matthew Delaney  <mdelaney@apple.com>
18842         Reviewed by Simon Fraser.
18844         Move canvas test set-colors.html expected results out of platform/mac-leopard and into platform/mac
18845         This test expected result pertains to all of mac, not just leopard.
18846         https://bugs.webkit.org/show_bug.cgi?id=59139
18848         * platform/mac-leopard/fast/canvas/set-colors-expected.txt: Removed.
18849         * platform/mac/fast/canvas/set-colors-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/canvas/set-colors-expected.txt.
18851 2011-04-21  Tony Chang  <tony@chromium.org>
18853         Embed checksums in more png files.  Not sure how these were missed earlier.
18855         * animations/missing-values-first-keyframe-expected.png:
18856         * animations/missing-values-last-keyframe-expected.png:
18857         * animations/opacity-transform-animation-expected.png:
18858         * animations/suspend-transform-animation-expected.png:
18859         * compositing/backface-visibility-expected.png:
18860         * compositing/checkerboard-expected.png:
18861         * compositing/geometry/ancestor-overflow-change-expected.png:
18862         * compositing/geometry/tall-page-composited-expected.png:
18863         * compositing/iframes/composited-iframe-scroll-expected.png:
18864         * compositing/iframes/iframe-content-flipping-expected.png:
18865         * compositing/iframes/nested-iframe-scrolling-expected.png:
18866         * compositing/images/direct-pdf-image-expected.png:
18867         * compositing/images/direct-svg-image-expected.png:
18868         * compositing/overflow/zero-size-overflow-expected.png:
18869         * compositing/reflections/backface-hidden-reflection-expected.png:
18870         * compositing/reflections/remove-add-reflection-expected.png:
18871         * compositing/tiling/constrained-layer-size-expected.png:
18872         * compositing/z-order/negative-z-index-expected.png:
18873         * transforms/3d/general/cssmatrix-3d-zoom-expected.png:
18874         * transforms/3d/general/matrix-with-zoom-3d-expected.png:
18875         * transitions/suspend-transform-transition-expected.png:
18877 2011-04-21  Dirk Pranke  <dpranke@chromium.org>
18879         Unreviewed, expectations change - update chromium SVG baselines
18880         after r84522.
18882         * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
18884 2011-04-21  Dirk Pranke  <dpranke@chromium.org>
18886         Unreviewed, expectations change - update chromium SVG baselines
18887         after r84522.
18889         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
18890         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
18891         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
18892         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
18893         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
18894         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
18895         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
18896         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
18897         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
18898         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
18899         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
18900         * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
18901         * platform/chromium-linux/svg/filters/feDropShadow-expected.png: Added.
18902         * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
18903         * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
18904         * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
18905         * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
18906         * platform/chromium-mac/svg/filters/feDropShadow-expected.png: Added.
18908 2011-04-21  Geoffrey Garen  <ggaren@apple.com>
18910         Reviewed by Sam Weinig.
18912         Fixed a failure seen in fast/dom/prototype-inheritance-2.html due to
18913         wrong global object use.
18915         * fast/dom/prototype-inheritance-2-expected.txt: Expect success!
18917 2011-04-21  Dirk Pranke  <dpranke@chromium.org>
18919         Unreviewed, expectations change - flaky tests.
18921         * platform/chromium/test_expectations.txt:
18923 2011-04-21  Adam Barth  <abarth@webkit.org>
18925         Update test results to show that we're using ogv.  I would have
18926         preferred to make this test independent of which video codec we have,
18927         but I didn't see a way to do that.
18929         * platform/chromium/http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt: Added.
18930         * platform/chromium/media/csp-blocks-video-expected.txt: Added.
18931         * platform/chromium/test_expectations.txt:
18933 2011-04-21  Tony Chang  <tony@chromium.org>
18935         Unreviewed, deleting .checksum files in platform/chromium*
18937 2011-04-21  Tony Chang  <tony@chromium.org>
18939         Unreviewed, embedding checksums in png files not in LayoutTests/platform.
18941 2011-04-21  Dirk Schulze  <krit@webkit.org>
18943         Uneviewed rebaseline of win.
18945         SVG feDropShadow implementation of SVG Filters 1.2
18946         https://bugs.webkit.org/show_bug.cgi?id=52513
18948         * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
18949         * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
18950         * platform/win/fast/dom/prototype-inheritance-expected.txt:
18951         * platform/win/fast/js/global-constructors-expected.txt:
18953 2011-04-21  Martin Robinson  <mrobinson@igalia.com>
18955         [GTK] DRT: implement eventSender.scalePageBy
18956         https://bugs.webkit.org/show_bug.cgi?id=59082
18958         Rolling out r84507 since it broke many GTK+ tests.
18960         * platform/gtk/Skipped:
18961         * platform/gtk/fast/repaint/scale-page-shrink-expected.checksum: Removed.
18962         * platform/gtk/fast/repaint/scale-page-shrink-expected.png: Removed.
18963         * platform/gtk/fast/repaint/scale-page-shrink-expected.txt: Removed.
18965 2011-04-21  Dirk Schulze  <krit@webkit.org>
18967         Unreviewed rebaseline.
18969         SVG feDropShadow implementation of SVG Filters 1.2
18970         https://bugs.webkit.org/show_bug.cgi?id=52513
18972         * fast/dom/Window/window-properties-expected.txt:
18973         * fast/dom/Window/window-property-descriptors-expected.txt:
18974         * fast/dom/prototype-inheritance-2-expected.txt:
18975         * fast/dom/prototype-inheritance-expected.txt:
18976         * fast/js/global-constructors-expected.txt:
18978 2011-04-21  Csaba Osztrogonác  <ossy@webkit.org>
18980         [Qt] Unreviewed. Update expected files after r84522.
18982         * platform/qt/fast/dom/Window/window-properties-expected.txt:
18983         * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
18984         * platform/qt/fast/dom/prototype-inheritance-expected.txt:
18985         * platform/qt/fast/js/global-constructors-expected.txt:
18987 2011-04-21  Roland Steiner  <rolandsteiner@chromium.org>
18989         Unreviewed: skip tests on Windows.
18991         fast/dom/shadow/layout-tests-can-access-shadow.html is failing on Windows
18992         https://bugs.webkit.org/show_bug.cgi?id=59081
18994         Skip all tests in fast/dom/shadow on Windows.
18995         (shadowRoot accessor is not implemented on Windows yet)
18997         * platform/win/Skipped:
18999 2011-04-21  Dirk Pranke  <dpranke@chromium.org>
19001         Unreviewed, expectations change.
19003         Roll in downstream failures as of Chromium r82532.
19005         * platform/chromium/test_expectations.txt:
19007 2011-04-21  Roland Steiner  <rolandsteiner@chromium.org>
19009         Reviewed by Kent Tamura.
19011         Bug 59012 - Shadows should be imported along with their host nodes
19012         https://bugs.webkit.org/show_bug.cgi?id=59012
19014         Verify that the shadow of a bound element is imported along with the element.
19016         * fast/dom/shadow/import-shadowroot-expected.txt: Added.
19017         * fast/dom/shadow/import-shadowroot.html: Added.
19019 2011-04-21  Dirk Schulze  <krit@webkit.org>
19021         Reviewed by Nikolas Zimmermann.
19023         SVG feDropShadow implementation of SVG Filters 1.2
19024         https://bugs.webkit.org/show_bug.cgi?id=52513
19026         Added dynamic update tests for FEDropShadow as well as a basic pixel test.
19028         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.checksum: Added.
19029         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
19030         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.checksum: Added.
19031         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
19032         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.checksum: Added.
19033         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
19034         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.checksum: Added.
19035         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
19036         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.checksum: Added.
19037         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
19038         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.checksum: Added.
19039         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
19040         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.checksum: Added.
19041         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
19042         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.checksum: Added.
19043         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
19044         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.checksum: Added.
19045         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
19046         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.checksum: Added.
19047         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
19048         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.checksum: Added.
19049         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
19050         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.checksum: Added.
19051         * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
19052         * platform/mac/svg/filters/feDropShadow-expected.checksum: Added.
19053         * platform/mac/svg/filters/feDropShadow-expected.png: Added.
19054         * platform/mac/svg/filters/feDropShadow-expected.txt: Added.
19055         * svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.txt: Added.
19056         * svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr.html: Added.
19057         * svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.txt: Added.
19058         * svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr.html: Added.
19059         * svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.txt: Added.
19060         * svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr.html: Added.
19061         * svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.txt: Added.
19062         * svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr.html: Added.
19063         * svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.txt: Added.
19064         * svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr.html: Added.
19065         * svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.txt: Added.
19066         * svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr.html: Added.
19067         * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.txt: Added.
19068         * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop.html: Added.
19069         * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.txt: Added.
19070         * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop.html: Added.
19071         * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.txt: Added.
19072         * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop.html: Added.
19073         * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.txt: Added.
19074         * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop.html: Added.
19075         * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.txt: Added.
19076         * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop.html: Added.
19077         * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.txt: Added.
19078         * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop.html: Added.
19079         * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop.html:
19080         * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop.html:
19081         * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop.html:
19082         * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop.html:
19083         * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-dom-dx-attr.js: Added.
19084         (executeTest):
19085         * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-dom-dy-attr.js: Added.
19086         (executeTest):
19087         * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-dom-in-attr.js: Added.
19088         (executeTest):
19089         * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-dom-shadow-color-attr.js: Added.
19090         (executeTest):
19091         * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-dom-shadow-opacity-attr.js: Added.
19092         (executeTest):
19093         * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-dom-stdDeviation-attr.js: Added.
19094         (executeTest):
19095         * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-svgdom-dx-prop.js: Added.
19096         (executeTest):
19097         * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-svgdom-dy-prop.js: Added.
19098         (executeTest):
19099         * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-svgdom-in-prop.js: Added.
19100         (executeTest):
19101         * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-svgdom-shadow-color-prop.js: Added.
19102         (executeTest):
19103         * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-svgdom-shadow-opacity-prop.js: Added.
19104         (executeTest):
19105         * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-svgdom-stdDeviation-prop.js: Added.
19106         (executeTest):
19107         * svg/filters/feDropShadow.svg: Added.
19109 2011-04-21  MORITA Hajime  <morrita@google.com>
19111         Unreviewed expectations update following r84511.
19113         * platform/gtk/fast/html/details-open2-expected.txt:
19114         * platform/qt/fast/html/details-open2-expected.txt:
19116 2011-04-20  Roland Steiner  <rolandsteiner@chromium.org>
19118         Reviewed by Dimitri Glazkov.
19120         Bug 58704 - Decide on node type for ShadowRoot
19121         https://bugs.webkit.org/show_bug.cgi?id=58704
19123         Test node types of shadow host, shadow root and first shadow child.
19125         * fast/dom/shadow/nodetype-expected.txt: Added.
19126         * fast/dom/shadow/nodetype.html: Added.
19128 2011-04-20  Dimitri Glazkov  <dglazkov@chromium.org>
19130         Reviewed by Kent Tamura.
19132         REGRESSION (r75543): Styles bleed into new shadow DOM (like slider and video)
19133         https://bugs.webkit.org/show_bug.cgi?id=52917
19135         * fast/css/shadow-dom-scope-expected.txt: Added.
19136         * fast/css/shadow-dom-scope.html: Added.
19138 2011-04-21  Levi Weintraub  <leviw@chromium.org>
19140         Reviewed by Simon Fraser.
19142         position fixed element does not render properly when dynamically updated via javascript
19143         https://bugs.webkit.org/show_bug.cgi?id=54297
19145         Disabling the LayoutState fast-path for fixed-position content.
19147         * fast/repaint/fixed-contents-changed-after-scroll.html: Added.
19148         * fast/repaint/transformed-contents-changed-after-scroll.html: Added.
19149         * platform/mac/fast/repaint/fixed-contents-changed-after-scroll-expected.checksum: Added.
19150         * platform/mac/fast/repaint/fixed-contents-changed-after-scroll-expected.png: Added.
19151         * platform/mac/fast/repaint/fixed-contents-changed-after-scroll-expected.txt: Added.
19152         * platform/mac/fast/repaint/transformed-contents-changed-after-scroll-expected.checksum: Added.
19153         * platform/mac/fast/repaint/transformed-contents-changed-after-scroll-expected.png: Added.
19154         * platform/mac/fast/repaint/transformed-contents-changed-after-scroll-expected.txt: Added.
19156 2011-04-21  Tony Chang  <tony@chromium.org>
19158         Unreviewed.  Fixed the last set of tests that are missing pngs.
19159         Created new png baselines on my Leopard machine.
19161         * platform/chromium-mac-leopard/fast/blockflow/english-bt-text-expected.checksum: Removed.
19162         * platform/chromium-mac-leopard/fast/blockflow/english-bt-text-expected.png: Added.
19163         * platform/chromium-mac-leopard/fast/borders/svg-as-border-image-expected.checksum: Removed.
19164         * platform/chromium-mac-leopard/fast/borders/svg-as-border-image-expected.png: Added.
19165         * platform/chromium-mac-leopard/fast/css/background-shorthand-invalid-url-expected.checksum: Removed.
19166         * platform/chromium-mac-leopard/fast/css/background-shorthand-invalid-url-expected.png: Added.
19167         * platform/chromium-mac-leopard/fast/css/value-list-out-of-bounds-crash-expected.checksum: Removed.
19168         * platform/chromium-mac-leopard/fast/css/value-list-out-of-bounds-crash-expected.png: Added.
19169         * platform/chromium-mac-leopard/svg/custom/group-opacity-expected.checksum: Removed.
19170         * platform/chromium-mac-leopard/svg/custom/group-opacity-expected.png: Added.
19171         * platform/chromium-mac-leopard/svg/custom/image-with-transform-clip-filter-expected.checksum: Removed.
19172         * platform/chromium-mac-leopard/svg/custom/image-with-transform-clip-filter-expected.png: Added.
19173         * platform/chromium-mac/editing/selection/extend-by-word-002-expected.checksum: Removed. Matches platform/mac.
19174         * platform/chromium/test_expectations.txt:
19176 2011-04-20  MORITA Hajime  <morrita@google.com>
19178         Reviewed by Dimitri Glazkov.
19180         Content of <summary> should be forwarded through the shadow DOM
19181         https://bugs.webkit.org/show_bug.cgi?id=58914
19183         - Added test cases for dynamic DOM change.
19184         - Updated expectations details-open2.html because generated RenderTree slightly changed.
19186         * fast/html/details-add-summary-child-1.html: Added.
19187         * fast/html/details-add-summary-child-2.html: Added.
19188         * fast/html/details-remove-summary-child-1.html: Added.
19189         * fast/html/details-remove-summary-child-2.html: Added.
19190         * platform/chromium/test_expectations.txt:
19191         * platform/mac/fast/html/details-add-summary-child-1-expected.checksum: Added.
19192         * platform/mac/fast/html/details-add-summary-child-1-expected.png: Added.
19193         * platform/mac/fast/html/details-add-summary-child-1-expected.txt: Added.
19194         * platform/mac/fast/html/details-add-summary-child-2-expected.checksum: Added.
19195         * platform/mac/fast/html/details-add-summary-child-2-expected.png: Added.
19196         * platform/mac/fast/html/details-add-summary-child-2-expected.txt: Added.
19197         * platform/mac/fast/html/details-open2-expected.txt:
19198         * platform/mac/fast/html/details-remove-summary-child-1-expected.checksum: Added.
19199         * platform/mac/fast/html/details-remove-summary-child-1-expected.png: Added.
19200         * platform/mac/fast/html/details-remove-summary-child-1-expected.txt: Added.
19201         * platform/mac/fast/html/details-remove-summary-child-2-expected.checksum: Added.
19202         * platform/mac/fast/html/details-remove-summary-child-2-expected.png: Added.
19203         * platform/mac/fast/html/details-remove-summary-child-2-expected.txt: Added.
19205 2011-04-20  Matthew Delaney  <mdelaney@apple.com>
19207         Reviewed by Maciej Stachowiak.
19209         arc() should add a circle to the path when start and end angles are far enough apart
19210         https://bugs.webkit.org/show_bug.cgi?id=58934
19212         * fast/canvas/canvas_arc_largeangles-expected.txt: Added.
19213         * fast/canvas/canvas_arc_largeangles.html: Added.
19215 2011-04-20  Matthew Delaney  <mdelaney@apple.com>
19217         Reviewed by Adam Roben.
19219         Move toDataURL.jpeg.alpha expected result out of /mac-snowleopard and into /mac
19220         https://bugs.webkit.org/show_bug.cgi?id=59038
19222         * platform/mac-snowleopard/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Removed.
19223         * platform/mac/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Copied from LayoutTests/platform/mac-snowleopard/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt.
19225 2011-04-21  Philippe Normand  <pnormand@igalia.com>
19227         Reviewed by Martin Robinson.
19229         [GTK] missing LayoutTestController::callShouldCloseOnWebView()
19230         https://bugs.webkit.org/show_bug.cgi?id=59086
19232         * platform/gtk/Skipped: Unskip fast/events/onbeforeunload-focused-iframe.html
19234 2011-04-21  Philippe Normand  <pnormand@igalia.com>
19236         Reviewed by Martin Robinson.
19238         [GTK] DRT: implement eventSender.scalePageBy
19239         https://bugs.webkit.org/show_bug.cgi?id=59082
19241         Unskipped tests that should pass now that
19242         eventSender.scalePageBy() is supported in GTK.
19244         * platform/gtk/Skipped:
19245         * platform/gtk/fast/repaint/scale-page-shrink-expected.checksum: Added.
19246         * platform/gtk/fast/repaint/scale-page-shrink-expected.png: Added.
19247         * platform/gtk/fast/repaint/scale-page-shrink-expected.txt: Added.
19249 2011-04-21  Adam Barth  <abarth@webkit.org>
19251         Update results to show failure.
19253         * http/tests/security/contentSecurityPolicy/frame-src-blocked-expected.txt:
19255 2011-04-21  Tony Gentilcore  <tonyg@chromium.org>
19257         [chromium] inspector/console/console-log-before-inspector-open.html times out on mac
19258         https://bugs.webkit.org/show_bug.cgi?id=59106
19260         Seems to have started timing out in 84470-84471 which were expectations
19261         updates.
19263         * platform/chromium/test_expectations.txt:
19265 2011-04-21  Adam Barth  <abarth@webkit.org>
19267         Reviewed by Tony Gentilcore.
19269         Make test robust to PHP magic quotes
19270         https://bugs.webkit.org/show_bug.cgi?id=59104
19272         * http/tests/security/contentSecurityPolicy/report-uri-expected.txt:
19273         * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt:
19274         * http/tests/security/contentSecurityPolicy/resources/save-report.php:
19276 2011-04-21  Tony Gentilcore  <tonyg@chromium.org>
19278         [chromium] Temporarily skip new contentSecurityPolicy tests
19279         https://bugs.webkit.org/show_bug.cgi?id=59103
19281         Tests introduced by http://trac.webkit.org/changeset/84478
19283         * platform/chromium/test_expectations.txt:
19285 2011-04-20  Andrey Kosyakov  <caseq@chromium.org>
19287         Reviewed by Pavel Feldman.
19289         Expose console API to the code evaluated by sidebar.setExpression()
19291         Web Inspector: [Extensions API] console API is not exposed to code evaluated by sidebar.setExpression()
19292         https://bugs.webkit.org/show_bug.cgi?id=59006
19294         * inspector/extensions/extensions-expected.txt:
19295         * inspector/extensions/extensions.html:
19297 2011-04-21  Tony Gentilcore  <tonyg@chromium.org>
19299         [chromium] Correct expecations for editing/selection/designmode-no-caret.html
19300         https://bugs.webkit.org/show_bug.cgi?id=59088
19302         Straighten out bad override in designmode-no-caret.html
19304         * platform/chromium/test_expectations.txt:
19306 2011-04-21  Adam Roben  <aroben@apple.com>
19308         Skip some newly-failing tests on Windows
19310         <http://webkit.org/b/59098> and <http://webkit.org/b/59099> track the failures.
19312         * platform/win/Skipped: Added fast/transforms/selection-bounds-in-transformed-view.html and
19313         http/tests/security/contentSecurityPolicy/frame-src-blocked.html.
19315 2011-04-21  Tony Gentilcore  <tonyg@chromium.org>
19317         BitmapImage::destroyMetadataAndNotify should clear m_checkedForSolidColor
19318         https://bugs.webkit.org/show_bug.cgi?id=58926
19320         Remove chromium's crashing expectations.
19322         * platform/chromium/test_expectations.txt:
19324 2011-04-21  Tony Gentilcore  <tonyg@chromium.org>
19326         [chromium] Correct expecations for editing/selection/designmode-no-caret.html
19327         https://bugs.webkit.org/show_bug.cgi?id=59088
19329         http://trac.webkit.org/changeset/84470 seemed to have caused a conflict. This
19330         has always been failing on Win Debug.
19332         * platform/chromium/test_expectations.txt:
19334 2011-04-21  Csaba Osztrogonác  <ossy@webkit.org>
19336         [Qt][WK2] Unreviewed.
19338         REGRESSION (WK2): Animated GIF stops when navigating forward, back
19339         https://bugs.webkit.org/show_bug.cgi?id=59042
19341         * platform/qt-wk2/Skipped: Add fast/images/animated-gif-restored-from-bfcache.html,
19342         because WebKit2 since it doesn't implement layoutTestController.overridePreference().
19344 2011-04-21  Philippe Normand  <pnormand@igalia.com>
19346         Unreviewed, GTK baselines for test added in r84398.
19348         * platform/gtk/fast/borders/bidi-012-expected.checksum: Added.
19349         * platform/gtk/fast/borders/bidi-012-expected.png: Added.
19350         * platform/gtk/fast/borders/bidi-012-expected.txt: Added.
19352 2011-04-21  Philippe Normand  <pnormand@igalia.com>
19354         Unreviewed, GTK baselines for
19355         http/tests/security/contentSecurityPolicy tests that don't escape
19356         the quote character.
19358         * platform/gtk/http/tests/security/contentSecurityPolicy/report-uri-expected.txt: Added.
19359         * platform/gtk/http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: Added.
19361 2011-04-21  Csaba Osztrogonác  <ossy@webkit.org>
19363         [Qt] Missing eventSender.scalePageBy() implementation
19365         * platform/qt/Skipped: Add fast/transforms/selection-bounds-in-transformed-view.html.
19367 2011-04-21  Adam Barth  <abarth@webkit.org>
19369         Reviewed by Eric Seidel.
19371         CSP report-uri is missing
19372         https://bugs.webkit.org/show_bug.cgi?id=58639
19374         Test that report-uri sends a report.  Testing approach stolen from the
19375         ping tests.
19377         * http/tests/security/contentSecurityPolicy/report-uri-expected.txt: Added.
19378         * http/tests/security/contentSecurityPolicy/report-uri.html: Added.
19379         * http/tests/security/contentSecurityPolicy/resources/echo-report.php: Added.
19380         * http/tests/security/contentSecurityPolicy/resources/go-to-echo-report.js: Added.
19381         * http/tests/security/contentSecurityPolicy/resources/save-report.php: Added.
19383 2011-04-21  Philippe Normand  <pnormand@igalia.com>
19385         Unreviewed, skip
19386         fast/transforms/selection-bounds-in-transformed-view.html on GTK as it
19387         depends on eventSender.scalePageBy().
19389         * platform/gtk/Skipped:
19391 2011-04-21  Yuta Kitamura  <yutak@chromium.org>
19393         Unreviewed, skip fast/dom/shadow/layout-tests-can-access-shadow.html on Windows.
19395         fast/dom/shadow/layout-tests-can-access-shadow.html is failing on Windows
19396         https://bugs.webkit.org/show_bug.cgi?id=59081
19398         * platform/win/Skipped:
19400 2011-04-21  Alexey Proskuryakov  <ap@apple.com>
19402         Reviewed by Dan Bernstein.
19404         REGRESSION: Korean encoding alias KSC5601 does not work
19405         https://bugs.webkit.org/show_bug.cgi?id=59075
19406         <rdar://problem/9303233>
19408         * fast/encoding/char-decoding-expected.txt:
19409         * fast/encoding/char-decoding.html:
19410         Added tests for KSC_5601 (which worked, but wasn't tested), and KSC5601 (which was broken).
19412 2011-04-20  Dominic Cooney  <dominicc@chromium.org>
19414         Reviewed by Dimitri Glazkov.
19416         layoutTestController can create and destroy shadow DOM
19417         https://bugs.webkit.org/show_bug.cgi?id=59058
19419         Exercise the new layoutTestController methods.
19421         * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt: Added.
19422         * fast/dom/shadow/layout-tests-can-access-shadow.html: Added.
19424 2011-04-20  Dirk Pranke  <dpranke@chromium.org>
19426         Make video/image-zoom fail on GPU on all ports.
19428         * platform/chromium/test_expectations.txt:
19430 2011-04-20  Dirk Pranke  <dpranke@chromium.org>
19432         Unreviewed, expectations change.
19434         * platform/chromium/test_expectations.txt:
19436 2011-04-20  Dirk Pranke  <dpranke@chromium.org>
19438         Unreviewed, expectations change.
19440         Add test failures for r84454, r84457, flakiness on deps bots.
19442         * platform/chromium/test_expectations.txt:
19444 2011-04-20  Dirk Pranke  <dpranke@chromium.org>
19446         Unreviewed, expectations change.
19448         Suppress failures for inspector/debugger/live-edit.html
19449         and inspector/console/console-object-constructor-name.html
19451         * platform/chromium/test_expectations.txt:
19453 2011-04-20  Dirk Pranke  <dpranke@chromium.org>
19455         Unreviewed, expectations change.
19457         Suppress failures for media/csp-blocks-video.html and
19458         plugins/embed-attributes-style.html
19460         * platform/chromium/test_expectations.txt:
19462 2011-04-20  Adam Barth  <abarth@webkit.org>
19464         Reviewed by Eric Seidel.
19466         CSP frame-src is missing
19467         https://bugs.webkit.org/show_bug.cgi?id=58643
19469         Tests the basic functionality of frame-src.
19471         * http/tests/security/contentSecurityPolicy/frame-src-allowed-expected.txt: Added.
19472         * http/tests/security/contentSecurityPolicy/frame-src-allowed.html: Added.
19473         * http/tests/security/contentSecurityPolicy/frame-src-blocked-expected.txt: Added.
19474         * http/tests/security/contentSecurityPolicy/frame-src-blocked.html: Added.
19475         * http/tests/security/contentSecurityPolicy/resources/alert-fail.html: Added.
19476         * http/tests/security/contentSecurityPolicy/resources/alert-pass.html: Added.
19478 2011-04-20  Dirk Pranke  <dpranke@chromium.org>
19480         Unreviewed, expectations change.
19482         * platform/chromium/test_expectations.txt:
19484 2011-04-20  Adam Barth  <abarth@webkit.org>
19486         Reviewed by Eric Seidel.
19488         CSP policy violations should log to the console
19489         https://bugs.webkit.org/show_bug.cgi?id=58646
19491         Now with console messages.  I had to split a bunch of these tests into
19492         smaller pieces to avoid race conditions in the new test output.
19494         * http/tests/security/contentSecurityPolicy/directive-parsing-expected.txt:
19495         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked-expected.txt:
19496         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked-expected.txt:
19497         * http/tests/security/contentSecurityPolicy/image-blocked-expected.txt:
19498         * http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt:
19499         * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt:
19500         * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy.html:
19501         * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
19502         * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url.html: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy.html.
19503         * http/tests/security/contentSecurityPolicy/javascript-url-allowed-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked-expected.txt.
19504         * http/tests/security/contentSecurityPolicy/javascript-url-allowed.html: Added.
19505         * http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.
19506         * http/tests/security/contentSecurityPolicy/javascript-url-blocked.html: Added.
19507         * http/tests/security/contentSecurityPolicy/javascript-url-expected.txt: Removed.
19508         * http/tests/security/contentSecurityPolicy/javascript-url.html: Removed.
19509         * http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:
19510         * http/tests/security/contentSecurityPolicy/object-src-none-allowed-expected.txt: Added.
19511         * http/tests/security/contentSecurityPolicy/object-src-none-allowed.html: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/object-src-none.html.
19512         * http/tests/security/contentSecurityPolicy/object-src-none-blocked-expected.txt: Added.
19513         * http/tests/security/contentSecurityPolicy/object-src-none-blocked.html: Renamed from LayoutTests/http/tests/security/contentSecurityPolicy/object-src-none.html.
19514         * http/tests/security/contentSecurityPolicy/object-src-none-expected.txt: Removed.
19515         * http/tests/security/contentSecurityPolicy/script-src-none-expected.txt:
19516         * http/tests/security/contentSecurityPolicy/script-src-none-inline-event-expected.txt:
19517         * http/tests/security/contentSecurityPolicy/script-src-redirect-expected.txt:
19518         * http/tests/security/contentSecurityPolicy/script-src-self-blocked-01-expected.txt: Added.
19519         * http/tests/security/contentSecurityPolicy/script-src-self-blocked-01.html: Added.
19520         * http/tests/security/contentSecurityPolicy/script-src-self-blocked-02-expected.txt: Added.
19521         * http/tests/security/contentSecurityPolicy/script-src-self-blocked-02.html: Added.
19522         * http/tests/security/contentSecurityPolicy/script-src-self-blocked-03-expected.txt: Added.
19523         * http/tests/security/contentSecurityPolicy/script-src-self-blocked-03.html: Added.
19524         * http/tests/security/contentSecurityPolicy/script-src-self-expected.txt:
19525         * http/tests/security/contentSecurityPolicy/script-src-self.html:
19526         * http/tests/security/contentSecurityPolicy/source-list-parsing-expected.txt:
19527         * http/tests/security/contentSecurityPolicy/style-blocked-expected.txt:
19528         * http/tests/security/contentSecurityPolicy/xsl-blocked-expected.txt:
19529         * media/csp-blocks-video-expected.txt:
19531 2011-04-20  Andy Estes  <aestes@apple.com>
19533         fast/images/animated-gif-restored-from-bfcache.html fails on Windows bots
19534         https://bugs.webkit.org/show_bug.cgi?id=59062
19536         * platform/win/Skipped:
19538 2011-04-20  Dan Bernstein  <mitz@apple.com>
19540         Reviewed by Maciej Stachowiak.
19542         <rdar://problem/9095366> With a non-1 page scale, scrolling to reveal selection fails
19543         https://bugs.webkit.org/show_bug.cgi?id=59046
19545         * fast/transforms/selection-bounds-in-transformed-view-expected.txt: Added.
19546         * fast/transforms/selection-bounds-in-transformed-view.html: Added.
19548 2011-04-20  Dirk Pranke  <dpranke@chromium.org>
19550         Unreviewed, expectations change.
19552         Merge forward more suppressions from the chromium overrides
19553         file.
19555         * platform/chromium/test_expectations.txt:
19557 2011-04-20  Andy Estes  <aestes@apple.com>
19559         Reviewed by Maciej Stachowiak.
19561         REGRESSION (WK2): Animated GIF stops when navigating forward, back
19562         https://bugs.webkit.org/show_bug.cgi?id=59042
19564         * fast/images/animated-gif-restored-from-bfcache-expected.txt: Added.
19565         * fast/images/animated-gif-restored-from-bfcache.html: Added.
19566         * fast/images/resources/animated-10color.gif: Added.
19567         * platform/mac-wk2/Skipped: Sadly, this test for a WebKit2-specific fix
19568         has to be skipped for now on WebKit2 since it doesn't implement
19569         layoutTestController.overridePreference().
19571 2011-04-20  Dimitri Glazkov  <dglazkov@chromium.org>
19573         Reviewed by Kent Tamura.
19575         REGRESSION(r82376): Clicking on a label, associated with a disabled input element changes state of the element.
19576         https://bugs.webkit.org/show_bug.cgi?id=59037
19578         * fast/events/simulated-click-disabled-expected.txt: Added.
19579         * fast/events/simulated-click-disabled.html: Added.
19581 2011-04-20  Dirk Pranke  <dpranke@chromium.org>
19583         Pull in more flaky expectations.
19585         * platform/chromium/test_expectations.txt:
19587 2011-04-20  Dirk Pranke  <dpranke@chromium.org>
19589         Unreviewed, expectations change. Pull in expectations from
19590         overrides file.
19592         * platform/chromium/test_expectations.txt:
19594 2011-04-20  Tony Chang  <tony@chromium.org>
19596         Update 2 more tests that are missing png files.
19598         * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.checksum: Removed.
19599         * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.png: Added. png with embedded checksum pulled from the bot.
19600         * platform/chromium-win/compositing/repaint/become-overlay-composited-layer-expected.checksum: Removed. This file is not used since we don't
19601             run compositing tests w/CPU rendering and there's a GPU result in chromium-gpu-win.
19602         * platform/chromium/test_expectations.txt:  Remove these tests.
19604 2011-04-20  Jian Li  <jianli@chromium.org>
19606         Unreviewed, fixed typo in the failed test added to chromium test
19607         expectations.
19609         * platform/chromium/test_expectations.txt:
19611 2011-04-20  Tony Chang  <tony@chromium.org>
19613         More .checksum file cleanup.
19615         * fast/css/background-clip-values-expected.checksum: Removed. This is a duplicate of the .checksum
19616             file in platform/mac.
19617         * platform/mac-leopard/fast/backgrounds/size/contain-and-cover-expected.checksum: Correct checksum by
19618             regenerating on my leopard machine.
19619         * platform/mac-leopard/fast/backgrounds/size/contain-and-cover-expected.png: Added.
19621 2011-04-20  Xiaomei Ji  <xji@chromium.org>
19623         Reviewed by Ryosuke Niwa.
19625         Continue (3rd) experiment with moving caret by word in visual order.
19626         https://bugs.webkit.org/show_bug.cgi?id=58294
19628         * editing/selection/move-by-word-visually-expected.txt:
19629         * editing/selection/move-by-word-visually.html:
19631 2011-04-20  Cris Neckar  <cdn@chromium.org>
19633         Reviewed by Dirk Schulze.
19635         Tests for crash when copying a filter effect after applying tranforms.
19636         https://bugs.webkit.org/show_bug.cgi?id=57885
19638         * svg/filters/svg-transform-blur-crash-expected.txt: Added.
19639         * svg/filters/svg-transform-blur-crash.xhtml: Added.
19641 2011-04-20  Jian Li  <jianli@chromium.org>
19643         Reviewed by Kenneth Russell.
19645         Support DataView in workers
19646         https://bugs.webkit.org/show_bug.cgi?id=59014
19648         * fast/canvas/webgl/resources/worker-data-view-test.js: Added.
19649         * fast/canvas/webgl/worker-data-view-test-expected.txt: Added.
19650         * fast/canvas/webgl/worker-data-view-test.html: Added.
19651         * platform/chromium/test_expectations.txt:
19653 2011-04-20  Tony Chang  <tony@chromium.org>
19655         Cleanup .checksum files that don't have .png files.
19657         If the test is marked as failing, just delete the .checksum file.
19658         If the test is marked as passing, put it in test_expectations.txt so
19659         the bots will generate results.
19661         * platform/chromium-mac-leopard/fast/borders/border-radius-split-inline-expected.checksum: Removed.
19662         * platform/chromium-mac-leopard/fast/repaint/positioned-document-element-expected.checksum: Removed.
19663         * platform/chromium-mac-leopard/fast/text/basic/014-expected.checksum: Removed.
19664         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: Removed.
19665         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-expected.checksum: Removed.
19666         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: Removed.
19667         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: Removed.
19668         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: Removed.
19669         * platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.checksum: Removed.
19670         * platform/chromium-mac/fast/images/imagemap-focus-ring-expected.checksum: Removed.
19671         * platform/chromium-mac/tables/mozilla/core/misc-expected.checksum: Removed.
19672         * platform/chromium-win/fast/forms/searchfield-heights-expected.checksum: Removed.
19673         * platform/chromium/test_expectations.txt:
19675 2011-04-20  Dirk Pranke  <dpranke@chromium.org>
19677         Unreviewed, fix duplicate expectations.
19679         * platform/chromium/test_expectations.txt:
19681 2011-04-20  Tony Chang  <tony@chromium.org>
19683         Unreviewed, embedding checksums in png files in platform/mac.
19685 2011-04-20  Robert Hogan  <robert@webkit.org>
19687         Reviewed by Antonio Gomes.
19689         [Qt] DRT sideeffect revealed by r63657 and r75305
19690         https://bugs.webkit.org/show_bug.cgi?id=42578
19692         Unskip tests passing since r76958
19694         The NetworkAccessManager's authentication cache is getting
19695         cleared now on every page load, so these no longer leak
19696         credentials between tests.
19698         * platform/qt/Skipped:
19700 2011-03-07  Victoria Kirst  <vrk@google.com>
19702         Reviewed by Mihai Parparita.
19704         Make LayoutTests robust to latency btwn playing event and frame rendering
19705         https://bugs.webkit.org/show_bug.cgi?id=55918
19707         * media/controls-after-reload.html:
19708         * media/controls-without-preload.html:
19709         * media/video-paint-test.js:
19710         * platform/chromium/test_expectations.txt:
19712 2011-04-20  Taiju TSUIKI  <tzik@google.com>
19714         Reviewed by David Levin.
19716         Add overwrite copy/move tests for FileSystem API
19717         https://bugs.webkit.org/show_bug.cgi?id=58864
19719         * fast/filesystem/op-copy-expected.txt:
19720         * fast/filesystem/op-move-expected.txt:
19721         * fast/filesystem/resources/op-copy.js:
19722         * fast/filesystem/resources/op-move.js:
19724 2011-04-20  Tony Chang  <tony@chromium.org>
19726         Unreviewed, embedding checksums in png files in platform/chromium-linux*.
19728 2011-04-20  Yael Aharon  <yael.aharon@nokia.com>
19730         Unreviewed.
19732         Adjust Windows results after r84398.
19734         * platform/win/fast/borders: Added.
19735         * platform/win/fast/borders/bidi-012-expected.txt: Added.
19737 2011-04-20  Tony Chang  <tony@chromium.org>
19739         Unreviewed, embedding checksums in png files in platform/chromium-win*.
19741 2011-04-20  Yael Aharon  <yael.aharon@nokia.com>
19743         Reviewed by Eric Seidel.
19745         Replace bidi-004.html with its new version.
19746         https://bugs.webkit.org/show_bug.cgi?id=58984
19748         * fast/borders/bidi-004.html: Removed.
19749         * fast/borders/bidi-012.html: Added.
19750         * platform/chromium-linux/fast/borders/bidi-004-expected.png: Removed.
19751         * platform/chromium-mac-leopard/fast/borders/bidi-004-expected.png: Removed.
19752         * platform/chromium-win/fast/borders/bidi-004-expected.png: Removed.
19753         * platform/chromium-win/fast/borders/bidi-004-expected.txt: Removed.
19754         * platform/gtk/fast/borders/bidi-004-expected.checksum: Removed.
19755         * platform/gtk/fast/borders/bidi-004-expected.png: Removed.
19756         * platform/gtk/fast/borders/bidi-004-expected.txt: Removed.
19757         * platform/mac/fast/borders/bidi-004-expected.checksum: Removed.
19758         * platform/mac/fast/borders/bidi-004-expected.png: Removed.
19759         * platform/mac/fast/borders/bidi-004-expected.txt: Removed.
19760         * platform/mac/fast/borders/bidi-012-expected.checksum: Added.
19761         * platform/mac/fast/borders/bidi-012-expected.png: Added.
19762         * platform/mac/fast/borders/bidi-012-expected.txt: Added.
19764 2011-04-20  Csaba Osztrogonác  <ossy@webkit.org>
19766         Unreviewed typo fix.
19768         * platform/qt-wk2/Skipped:
19770 2011-04-20  Tony Chang  <tony@chromium.org>
19772         Unreviewed, embedding checksums in png files in platform/google*,
19773         platform/chromium-gpu*, platform/chromium-mac*.
19775 2011-04-20  Tony Chang  <tony@chromium.org>
19777         Unreviewed, embedding checksums in png files in platform/mac-*.
19779 2011-04-20  Csaba Osztrogonác  <ossy@webkit.org>
19781         [Qt][WK2] WebProcess crashes intermittently: "FAIL: TestControllerRunLoop timed out."
19783         * platform/qt-wk2/Skipped: Add http/tests/security/contentSecurityPolicy/media-src-blocked.html.
19785 2011-04-20  Csaba Osztrogonác  <ossy@webkit.org>
19787         [Qt][WK2] Skip new failing tests.
19789         * platform/qt-wk2/Skipped:
19791 2011-04-20  Matthew Delaney  <mdelaney@apple.com>
19793         Reviewed by Dan Bernstein.
19795         Update fast/canvas/font-update.html to use dumpAsText.
19796         https://bugs.webkit.org/show_bug.cgi?id=59003
19798         * fast/canvas/font-update-expected.txt:
19799         * fast/canvas/font-update.html: This test is only useful as a pixel test. Dumping the render tree will always show the same thing regardless of what's done on the canvas in the test. However, with new render tree schemes (canvases in layers and such) the render trees will even look different but not actually failing what the test tests.
19801 2011-04-20  Mike Reed  <reed@google.com>
19803         Reviewed by Steve Block.
19805         prepare tests for rebaselining
19806         https://bugs.webkit.org/show_bug.cgi?id=58989
19808         * platform/chromium/test_expectations.txt:
19810 2011-04-20  Tony Chang  <tony@chromium.org>
19812         Fixed lint errors in test_expectations.txt.
19814         * platform/chromium/test_expectations.txt:
19816 2011-04-20  John Knottenbelt  <jknotten@chromium.org>
19818         Unreviewed.
19820         [Chromium] Remove crash expectation for http/tests/local/formdata/send-form-data-with-sliced-file.html
19821         https://bugs.webkit.org/show_bug.cgi?id=59004
19823         * platform/chromium/test_expectations.txt:
19825 2011-04-20  John Knottenbelt  <jknotten@chromium.org>
19827         Unreviewed.
19829         [Chromium] Adjust test expectations.
19830         https://bugs.webkit.org/show_bug.cgi?id=59002
19832         * platform/chromium/test_expectations.txt:
19834 2011-04-20  Adam Roben  <aroben@apple.com>
19836         Add Windows 7 SP1 baselines for some SVG tests that progressed in SP1
19838         These baselines were previously thought to be WebKit2-specific. However, it turned out that
19839         the WebKit2 bots had Windows 7 SP1 installed, while the WebKit1 bots just had Windows 7
19840         installed, and that was the crucial difference. So this patch reclassifies the new baselines
19841         as being SP1 vs. not-SP1, rather than WK2 vs. WK1. I also added pixel results.
19843         Fixes <http://webkit.org/b/56617> Several tests fail on Windows 7 SP1 due to font
19844         differences from Windows 7 "SP0"
19846         * platform/win-7sp0/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum:
19847         * platform/win-7sp0/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
19848         * platform/win-7sp0/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
19849         * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum:
19850         * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
19851         * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
19852         * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum:
19853         * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
19854         * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
19855         * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum:
19856         * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
19857         * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
19858         * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum:
19859         * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
19860         * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
19861         * platform/win-7sp0/svg/text/bidi-text-query-expected.checksum:
19862         * platform/win-7sp0/svg/text/bidi-text-query-expected.png:
19863         * platform/win-7sp0/svg/text/bidi-text-query-expected.txt:
19864         Copied these results from platform/win.
19866         * platform/win-wk2/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
19867         * platform/win-wk2/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
19868         * platform/win-wk2/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
19869         * platform/win-wk2/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
19870         * platform/win-wk2/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
19871         * platform/win-wk2/svg/text/bidi-text-query-expected.txt:
19872         Moved these results to platform/win.
19874         * platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum:
19875         * platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
19876         * platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
19877         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum:
19878         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
19879         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
19880         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum:
19881         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
19882         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
19883         * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum:
19884         * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
19885         * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
19886         * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum:
19887         * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
19888         * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
19889         * platform/win/svg/text/bidi-text-query-expected.checksum:
19890         * platform/win/svg/text/bidi-text-query-expected.png:
19891         * platform/win/svg/text/bidi-text-query-expected.txt:
19892         The .txt files came from platform/win-wk2, and the .png/.checksum files were
19893         newly-generated.
19895 2011-04-20  Martin Robinson  <mrobinson@igalia.com>
19897         platform/gtk/fast/dom/gc-10-expected.png is corrupt
19898         https://bugs.webkit.org/show_bug.cgi?id=58940
19900         Remove expected results for fast/dom/gc-10.html since it is crashing on GTK+.
19902         * platform/gtk/fast/dom/gc-10-expected.checksum: Removed.
19903         * platform/gtk/fast/dom/gc-10-expected.png: Removed.
19904         * platform/gtk/fast/dom/gc-10-expected.txt: Removed.
19906 2011-04-20  John Knottenbelt  <jknotten@chromium.org>
19908         Unreviewed.
19910         [Chromium] Mark css2.1/t140201-c533-bgimage-00-a.html as crash on Linux, Win Debug
19911         https://bugs.webkit.org/show_bug.cgi?id=58995
19913         Accidentally indicated MAC instead of WIN.
19915         * platform/chromium/test_expectations.txt:
19917 2011-04-20  John Knottenbelt  <jknotten@chromium.org>
19919         Unreviewed.
19921         [Chromium] Mark css2.1/t140201-c533-bgimage-00-a.html as crash on Linux, Win Debug
19922         https://bugs.webkit.org/show_bug.cgi?id=58995
19924         * platform/chromium/test_expectations.txt:
19926 2011-04-20  Jessie Berlin  <jberlin@apple.com>
19928         [Snow Leopard Intel WebKit2 Release Tests] editing/execCommand/convert-style-elements-to-spans.html
19929         flakey.
19930         https://bugs.webkit.org/show_bug.cgi?id=58183
19932         Skip the flakey test in order to get the bots green.
19934         * platform/mac-wk2/Skipped:
19936 2011-04-20  Leon Scroggins  <scroggo@google.com>
19938         Reviewed by Kenneth Russell.
19940         Mark tests as failing for rebaselining.
19941         https://bugs.webkit.org/show_bug.cgi?id=58839
19943         We are making a change to the way gradients
19944         are calculated, so disable tests for now.
19946         * platform/chromium/test_expectations.txt:
19948 2011-04-20  Philippe Normand  <pnormand@igalia.com>
19950         Unreviewed, skip GTK crashing test
19951         storage/open-database-set-empty-version.html.
19953         * platform/gtk/Skipped:
19955 2011-04-20  Jessie Berlin  <jberlin@apple.com>
19957         WebKit2 needs layoutTestController.overridePreference
19958         https://bugs.webkit.org/show_bug.cgi?id=42197
19960         Add another test that uses layoutTestController.overridePreference
19961         (fast/loader/scroll-position-restored-on-back.html) to the Skipped list to get the bots
19962         green.
19964         * platform/mac-wk2/Skipped:
19966 2011-04-20  John Knottenbelt  <jknotten@chromium.org>
19968         Unreviewed.
19970         [Chromium] Rebaseline some border-related tests on Mac
19971         https://bugs.webkit.org/show_bug.cgi?id=58985
19973         Most likely related to http://trac.webkit.org/changeset/84341/
19974         "background color of elements with border-radius shows around outer edge of border at corners"
19976         * platform/chromium-mac-leopard/fast/forms/menulist-clip-expected.png:
19977         * platform/chromium-mac-leopard/fast/forms/menulist-narrow-width-expected.png:
19978         * platform/chromium-mac-leopard/fast/forms/menulist-option-wrap-expected.png:
19979         * platform/chromium-mac-leopard/fast/forms/menulist-restrict-line-height-expected.png:
19980         * platform/chromium-mac-leopard/fast/forms/menulist-style-color-expected.png:
19981         * platform/chromium-mac-leopard/fast/forms/select-baseline-expected.png:
19982         * platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
19983         * platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.png:
19984         * platform/chromium-mac/fast/forms/menulist-clip-expected.png: Removed.
19985         * platform/chromium-mac/fast/forms/menulist-narrow-width-expected.png: Removed.
19986         * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png: Removed.
19987         * platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.png: Removed.
19988         * platform/chromium-mac/fast/forms/menulist-style-color-expected.png: Removed.
19989         * platform/chromium-mac/fast/forms/select-baseline-expected.png: Removed.
19990         * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png: Removed.
19992 2011-04-20  Yury Semikhatsky  <yurys@chromium.org>
19994         Reviewed by Tony Gentilcore.
19996         http/tests/misc/unloadable-script.html fails if <script> error event doesn't bubble
19997         https://bugs.webkit.org/show_bug.cgi?id=58981
19999         * http/tests/misc/unloadable-script.html: canged the test so that it uses <script onerror> instead
20000         od <body onerror>
20002 2011-04-20  Yury Semikhatsky  <yurys@chromium.org>
20004         Reviewed by Tony Gentilcore.
20006         Error event in <script> element shouldn't bubble
20007         https://bugs.webkit.org/show_bug.cgi?id=51040
20009         * fast/events/onerror-bubbling-expected.txt:
20010         * fast/events/onerror-bubbling.html:
20011         * svg/dom/SVGScriptElement/script-load-and-error-events.svg: error event is dispatched on the
20012         corresponding SVGScriptElement and shouldn't bubble, so the global error handler should
20013         never be invoked for script load errors. This behaviour is consistent with HTMLScriptElement element.
20014         * svg/dom/SVGScriptElement/script-onerror-bubbling-expected.txt: Added.
20015         * svg/dom/SVGScriptElement/script-onerror-bubbling.svg: Added.
20017 2011-04-20  John Knottenbelt  <jknotten@chromium.org>
20019         Unreviewed.
20021         [Chromium] Rebaseline fast/repaint/trailing-floats-root-line-box-overflow fast/canvas/webgl/css-webkit-canvas fast/canvas/webgl/css-webkit-canvas-repaint
20022         https://bugs.webkit.org/show_bug.cgi?id=58978
20024         Windows bots are now generating baselines, so include them.
20025         fast/repaint/trailing-floats-root-line-box-overflow looks like correct output.
20027         * platform/chromium-mac/fast/repaint/trailing-floats-root-line-box-overflow-expected.png: Added.
20028         * platform/chromium-win/fast/canvas/webgl/css-webkit-canvas-expected.png: Added.
20029         * platform/chromium-win/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Added.
20030         * platform/chromium/test_expectations.txt:
20032 2011-04-20  Csaba Osztrogonác  <ossy@webkit.org>
20034         [Qt] REGRESSION(r84296): platform/qt/fast/history/back-to-unreachable-url-then-forward.html fails
20035         https://bugs.webkit.org/show_bug.cgi?id=58977
20037         * platform/qt/Skipped: Add platform/qt/fast/history/back-to-unreachable-url-then-forward.html.
20039 2011-04-20  Philippe Normand  <pnormand@igalia.com>
20041         Unreviewed, skip failing test on GTK.
20043         [GTK] fast/events/overflow-viewport-renderer-deleted.html crashes
20044         https://bugs.webkit.org/show_bug.cgi?id=58976
20046         * platform/gtk/Skipped:
20048 2011-04-20  Philippe Normand  <pnormand@igalia.com>
20050         Unreviewed, new GTK baselines for tests added in r84273.
20051         Also skip a couple of failing tests.
20053         * platform/gtk/Skipped:
20054         * platform/gtk/fast/backgrounds/background-leakage-expected.checksum: Added.
20055         * platform/gtk/fast/backgrounds/background-leakage-expected.png: Added.
20056         * platform/gtk/fast/backgrounds/background-leakage-expected.txt: Added.
20057         * platform/gtk/fast/backgrounds/background-leakage-transforms-expected.checksum: Added.
20058         * platform/gtk/fast/backgrounds/background-leakage-transforms-expected.png: Added.
20059         * platform/gtk/fast/backgrounds/background-leakage-transforms-expected.txt: Added.
20060         * platform/gtk/fast/backgrounds/border-radius-split-background-expected.checksum: Added.
20061         * platform/gtk/fast/backgrounds/border-radius-split-background-expected.png: Added.
20062         * platform/gtk/fast/backgrounds/border-radius-split-background-expected.txt: Added.
20063         * platform/gtk/fast/backgrounds/border-radius-split-background-image-expected.checksum: Added.
20064         * platform/gtk/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
20065         * platform/gtk/fast/backgrounds/border-radius-split-background-image-expected.txt: Added.
20066         * platform/gtk/fast/borders/border-radius-different-width-001-expected.checksum: Added.
20067         * platform/gtk/fast/borders/border-radius-different-width-001-expected.png: Added.
20068         * platform/gtk/fast/borders/border-radius-different-width-001-expected.txt: Added.
20069         * platform/gtk/fast/borders/border-radius-inset-outset-expected.checksum: Added.
20070         * platform/gtk/fast/borders/border-radius-inset-outset-expected.png: Added.
20071         * platform/gtk/fast/borders/border-radius-inset-outset-expected.txt: Added.
20072         * platform/gtk/fast/borders/table-borders-expected.checksum: Added.
20073         * platform/gtk/fast/borders/table-borders-expected.png: Added.
20074         * platform/gtk/fast/borders/table-borders-expected.txt: Added.
20075         * platform/gtk/fast/blockflow/border-styles-vertical-lr-expected.txt:
20076         * platform/gtk/fast/blockflow/border-styles-vertical-rl-expected.txt:
20077         * platform/gtk/fast/borders/border-styles-split-expected.txt:
20079 2011-04-20  John Knottenbelt  <jknotten@chromium.org>
20081         Unreviewed.
20083         [Chromium] Rebaseline overhanging-tall-block
20084         https://bugs.webkit.org/show_bug.cgi?id=58974
20086         * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.png: Added.
20087         * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt: Added.
20088         * platform/chromium/test_expectations.txt:
20090 2011-04-19  Dirk Pranke  <dpranke@chromium.org>
20092         Unreviewed, expectations change.
20094         * platform/chromium/test_expectations.txt:
20096 2011-04-19  Jungshik Shin  <jshin@chromium.org>
20098         Reviewed by Adam Barth
20100         Add a test to test sequences of IPA tone letters are
20101         ligated regardless of text-rendering mode (fast codepath or not).
20102         The test explicitly specifies Arial because it's one of a few fonts
20103         to have layout table entries to support the ligation of IPA tone
20104         letters.
20106         http://bugs.webkit.org/show_bug.cgi?id=39799
20108         * fast/text/ipa-tone-letters.html: Added.
20110 2011-04-19  Simon Fraser  <simon.fraser@apple.com>
20112         Reviewed by Dan Bernstein.
20114         background color of elements with border-radius shows around outer edge of border at corners
20115         https://bugs.webkit.org/show_bug.cgi?id=21819
20117         * fast/backgrounds/background-leakage-transforms.html: Added.
20118         * platform/mac/fast/backgrounds/background-leakage-expected.checksum:
20119         * platform/mac/fast/backgrounds/background-leakage-expected.png:
20120         * platform/mac/fast/backgrounds/background-leakage-transforms-expected.checksum: Added.
20121         * platform/mac/fast/backgrounds/background-leakage-transforms-expected.png: Added.
20122         * platform/mac/fast/backgrounds/background-leakage-transforms-expected.txt: Added.
20123         * platform/mac/fast/borders/border-radius-circle-expected.checksum:
20124         * platform/mac/fast/borders/border-radius-circle-expected.png:
20125         * platform/mac/fast/borders/border-radius-huge-assert-expected.checksum:
20126         * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
20127         * platform/mac/fast/borders/border-radius-wide-border-01-expected.checksum:
20128         * platform/mac/fast/borders/border-radius-wide-border-01-expected.png:
20129         * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum:
20130         * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
20131         * platform/mac/fast/borders/borderRadiusArcs01-expected.checksum:
20132         * platform/mac/fast/borders/borderRadiusArcs01-expected.png:
20133         * platform/mac/fast/borders/borderRadiusDashed01-expected.checksum:
20134         * platform/mac/fast/borders/borderRadiusDashed01-expected.png:
20135         * platform/mac/fast/borders/borderRadiusDashed02-expected.checksum:
20136         * platform/mac/fast/borders/borderRadiusDashed02-expected.png:
20137         * platform/mac/fast/borders/borderRadiusDashed03-expected.checksum:
20138         * platform/mac/fast/borders/borderRadiusDashed03-expected.png:
20139         * platform/mac/fast/borders/borderRadiusDotted01-expected.checksum:
20140         * platform/mac/fast/borders/borderRadiusDotted01-expected.png:
20141         * platform/mac/fast/borders/borderRadiusDotted02-expected.checksum:
20142         * platform/mac/fast/borders/borderRadiusDotted02-expected.png:
20143         * platform/mac/fast/borders/borderRadiusDotted03-expected.checksum:
20144         * platform/mac/fast/borders/borderRadiusDotted03-expected.png:
20145         * platform/mac/fast/borders/borderRadiusDouble01-expected.checksum:
20146         * platform/mac/fast/borders/borderRadiusDouble01-expected.png:
20147         * platform/mac/fast/borders/borderRadiusDouble02-expected.checksum:
20148         * platform/mac/fast/borders/borderRadiusDouble02-expected.png:
20149         * platform/mac/fast/borders/borderRadiusDouble03-expected.checksum:
20150         * platform/mac/fast/borders/borderRadiusDouble03-expected.png:
20151         * platform/mac/fast/borders/borderRadiusGroove01-expected.checksum:
20152         * platform/mac/fast/borders/borderRadiusGroove01-expected.png:
20153         * platform/mac/fast/borders/borderRadiusGroove02-expected.checksum:
20154         * platform/mac/fast/borders/borderRadiusGroove02-expected.png:
20155         * platform/mac/fast/borders/borderRadiusInset01-expected.checksum:
20156         * platform/mac/fast/borders/borderRadiusInset01-expected.png:
20157         * platform/mac/fast/borders/borderRadiusInvalidColor-expected.checksum:
20158         * platform/mac/fast/borders/borderRadiusInvalidColor-expected.png:
20159         * platform/mac/fast/borders/borderRadiusOutset01-expected.checksum:
20160         * platform/mac/fast/borders/borderRadiusOutset01-expected.png:
20161         * platform/mac/fast/borders/borderRadiusRidge01-expected.checksum:
20162         * platform/mac/fast/borders/borderRadiusRidge01-expected.png:
20163         * platform/mac/fast/borders/borderRadiusSolid01-expected.checksum:
20164         * platform/mac/fast/borders/borderRadiusSolid01-expected.png:
20165         * platform/mac/fast/borders/borderRadiusSolid02-expected.checksum:
20166         * platform/mac/fast/borders/borderRadiusSolid02-expected.png:
20167         * platform/mac/fast/borders/borderRadiusSolid03-expected.checksum:
20168         * platform/mac/fast/borders/borderRadiusSolid03-expected.png:
20169         * platform/mac/fast/box-shadow/inset-expected.checksum:
20170         * platform/mac/fast/box-shadow/inset-expected.png:
20171         * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum:
20172         * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
20173         * platform/mac/fast/forms/basic-selects-expected.checksum:
20174         * platform/mac/fast/forms/basic-selects-expected.png:
20175         * platform/mac/fast/forms/menulist-clip-expected.checksum:
20176         * platform/mac/fast/forms/menulist-clip-expected.png:
20177         * platform/mac/fast/forms/menulist-narrow-width-expected.checksum:
20178         * platform/mac/fast/forms/menulist-narrow-width-expected.png:
20179         * platform/mac/fast/forms/menulist-option-wrap-expected.checksum:
20180         * platform/mac/fast/forms/menulist-option-wrap-expected.png:
20181         * platform/mac/fast/forms/menulist-restrict-line-height-expected.checksum:
20182         * platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
20183         * platform/mac/fast/forms/menulist-separator-painting-expected.checksum:
20184         * platform/mac/fast/forms/menulist-separator-painting-expected.png:
20185         * platform/mac/fast/forms/menulist-style-color-expected.checksum:
20186         * platform/mac/fast/forms/menulist-style-color-expected.png:
20187         * platform/mac/fast/forms/select-baseline-expected.checksum:
20188         * platform/mac/fast/forms/select-baseline-expected.png:
20189         * platform/mac/fast/forms/select-empty-option-height-expected.checksum:
20190         * platform/mac/fast/forms/select-empty-option-height-expected.png:
20191         * platform/mac/fast/forms/select-style-expected.checksum:
20192         * platform/mac/fast/forms/select-style-expected.png:
20193         * platform/mac/fast/overflow/border-radius-clipping-expected.checksum:
20194         * platform/mac/fast/overflow/border-radius-clipping-expected.png:
20195         * platform/mac/fast/repaint/border-radius-repaint-expected.checksum:
20196         * platform/mac/fast/repaint/border-radius-repaint-expected.png:
20197         * platform/mac/fast/repaint/control-clip-expected.checksum:
20198         * platform/mac/fast/repaint/control-clip-expected.png:
20200 2011-04-19  Dirk Pranke  <dpranke@chromium.org>
20202         Unreviewed, expectations change.
20204         Add chromium suppressions resulting from r84341 - 84344.
20206         * platform/chromium/test_expectations.txt:
20208 2011-04-19  Dirk Pranke  <dpranke@chromium.org>
20210         Unreviewed, expectations change.
20212         * platform/chromium/test_expectations.txt:
20214 2011-04-19  Dirk Pranke  <dpranke@chromium.org>
20216         Unreviewed, expectations change.
20218         * platform/chromium/test_expectations.txt:
20220 2011-04-19  Dirk Pranke  <dpranke@chromium.org>
20222         Unreviewed, expectations change.
20224         * platform/chromium/test_expectations.txt:
20226 2011-04-19  Dmitry Titov  <dimich@chromium.org>
20228         Reviewed by David Levin.
20230         new-run-webkit-tests: remove formerly flakey tests form test_expectations.
20231         https://bugs.webkit.org/show_bug.cgi?id=57678
20233         Tests fixed by http://trac.webkit.org/changeset/83900
20235         * platform/mac/test_expectations.txt:
20237 2011-04-19  Dirk Pranke  <dpranke@chromium.org>
20239         Unreviewed, expectations change.
20241         * platform/chromium/test_expectations.txt:
20243 2011-04-19  Julien Chaffraix  <jchaffraix@codeaurora.org>
20245         Reviewed by Alexey Proskuryakov.
20247         https://bugs.webkit.org/show_bug.cgi?id=45425
20248         HTMLLinkElement.disabled does not forward value to the Stylesheet's disabled attribute on setting
20250         Test case by Bijan Amirzada <bijana@codeaurora.org>.
20252         * fast/dom/HTMLLinkElement/disabled-attribute-expected.txt: Added.
20253         * fast/dom/HTMLLinkElement/disabled-attribute.html: Added.
20254         Test that the properties are properly forwarded to the stylesheet.
20256         * fast/dom/boolean-attribute-reflection-expected.txt:
20257         * fast/dom/script-tests/boolean-attribute-reflection.js: Removed link:disabled as it is
20258         not reflected anymore.
20260 2011-04-19  Simon Fraser  <simon.fraser@apple.com>
20262         Rebaseline image results with diffs below the default tolerance,
20263         after earlier border drawing changes.
20265         * platform/mac/fast/backgrounds/background-leakage-expected.checksum:
20266         * platform/mac/fast/backgrounds/background-leakage-expected.png:
20267         * platform/mac/fast/backgrounds/border-radius-split-background-expected.checksum:
20268         * platform/mac/fast/backgrounds/border-radius-split-background-expected.png:
20269         * platform/mac/fast/backgrounds/border-radius-split-background-image-expected.checksum:
20270         * platform/mac/fast/backgrounds/border-radius-split-background-image-expected.png:
20271         * platform/mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum:
20272         * platform/mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
20273         * platform/mac/fast/blockflow/border-vertical-lr-expected.checksum:
20274         * platform/mac/fast/blockflow/border-vertical-lr-expected.png:
20275         * platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.checksum:
20276         * platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.png:
20277         * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
20278         * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.png:
20279         * platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.checksum:
20280         * platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.png:
20281         * platform/mac/fast/box-shadow/basic-shadows-expected.checksum:
20282         * platform/mac/fast/box-shadow/basic-shadows-expected.png:
20283         * platform/mac/fast/box-shadow/inset-box-shadows-expected.checksum:
20284         * platform/mac/fast/box-shadow/inset-box-shadows-expected.png:
20285         * platform/mac/fast/box-shadow/inset-expected.checksum:
20286         * platform/mac/fast/box-shadow/inset-expected.png:
20287         * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum:
20288         * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
20289         * platform/mac/fast/css/nested-rounded-corners-expected.checksum:
20290         * platform/mac/fast/css/nested-rounded-corners-expected.png:
20291         * platform/mac/fast/forms/001-expected.checksum:
20292         * platform/mac/fast/forms/001-expected.png:
20293         * platform/mac/fast/forms/basic-selects-expected.checksum:
20294         * platform/mac/fast/forms/basic-selects-expected.png:
20295         * platform/mac/fast/forms/menulist-clip-expected.checksum:
20296         * platform/mac/fast/forms/menulist-clip-expected.png:
20297         * platform/mac/fast/forms/menulist-narrow-width-expected.checksum:
20298         * platform/mac/fast/forms/menulist-narrow-width-expected.png:
20299         * platform/mac/fast/forms/menulist-option-wrap-expected.checksum:
20300         * platform/mac/fast/forms/menulist-option-wrap-expected.png:
20301         * platform/mac/fast/forms/menulist-restrict-line-height-expected.checksum:
20302         * platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
20303         * platform/mac/fast/forms/menulist-separator-painting-expected.checksum:
20304         * platform/mac/fast/forms/menulist-separator-painting-expected.png:
20305         * platform/mac/fast/forms/menulist-style-color-expected.checksum:
20306         * platform/mac/fast/forms/menulist-style-color-expected.png:
20307         * platform/mac/fast/forms/select-background-none-expected.checksum:
20308         * platform/mac/fast/forms/select-background-none-expected.png:
20309         * platform/mac/fast/forms/select-baseline-expected.checksum:
20310         * platform/mac/fast/forms/select-baseline-expected.png:
20311         * platform/mac/fast/forms/select-empty-option-height-expected.checksum:
20312         * platform/mac/fast/forms/select-empty-option-height-expected.png:
20313         * platform/mac/fast/forms/select-style-expected.checksum:
20314         * platform/mac/fast/forms/select-style-expected.png:
20315         * platform/mac/fast/forms/validation-message-appearance-expected.checksum:
20316         * platform/mac/fast/forms/validation-message-appearance-expected.png:
20317         * platform/mac/fast/overflow/border-radius-clipping-expected.checksum:
20318         * platform/mac/fast/overflow/border-radius-clipping-expected.png:
20319         * platform/mac/fast/repaint/border-radius-repaint-expected.checksum:
20320         * platform/mac/fast/repaint/border-radius-repaint-expected.png:
20321         * platform/mac/fast/repaint/control-clip-expected.checksum:
20322         * platform/mac/fast/repaint/control-clip-expected.png:
20323         * platform/mac/fast/repaint/selection-after-remove-expected.checksum:
20324         * platform/mac/fast/repaint/selection-after-remove-expected.png:
20326 2011-04-19  Chris Rogers  <crogers@google.com>
20328         Unreviewed.
20330         Rebaseline some tests and update test_expectations.txt
20331         https://bugs.webkit.org/show_bug.cgi?id=58954
20333         * platform/chromium-mac-leopard/fast/overflow/border-radius-clipping-expected.checksum: Removed.
20334         * platform/chromium-mac-leopard/fast/overflow/border-radius-clipping-expected.png:
20335         * platform/chromium-mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
20336         * platform/chromium-mac-leopard/svg/custom/svg-fonts-in-html-expected.png: Removed.
20337         * platform/chromium-mac/fast/overflow/border-radius-clipping-expected.png: Added.
20338         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
20339         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
20340         * platform/chromium-win/fast/text/justification-padding-mid-word-expected.txt:
20341         * platform/chromium/test_expectations.txt:
20343 2011-04-19  James Robinson  <jamesr@chromium.org>
20345         [win] New test compositing/iframes/invisible-nested-iframe-show.html fails on windows
20346         https://bugs.webkit.org/show_bug.cgi?id=58951
20348         Add a failing expectation for this test on windows.
20350         * platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
20352 2011-04-19  Simon Fraser  <simon.fraser@apple.com>
20354         Add missing results for fast/borders/table-borders.html, and
20355         a new test that shows the background color leaking out through the
20356         border (to facilitate image diffs for an upcoming change).
20358         * fast/backgrounds/background-leakage.html: Added.
20359         * platform/mac/compositing/reflections/backface-hidden-reflection-expected.txt: Added.
20360         * platform/mac/fast/backgrounds/background-leakage-expected.checksum: Added.
20361         * platform/mac/fast/backgrounds/background-leakage-expected.png: Added.
20362         * platform/mac/fast/backgrounds/background-leakage-expected.txt: Added.
20363         * platform/mac/fast/borders/table-borders-expected.checksum: Added.
20364         * platform/mac/fast/borders/table-borders-expected.png: Added.
20365         * platform/mac/fast/borders/table-borders-expected.txt: Added.
20367 2011-04-19  Chris Rogers  <crogers@google.com>
20369         Unreviewed.
20371         Rebaseline a bunch of border-radius related layout tests for chromium mac
20372         https://bugs.webkit.org/show_bug.cgi?id=58945
20374         * platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.checksum: Removed.
20375         * platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.png:
20376         * platform/chromium-mac-leopard/fast/borders/border-radius-constraints-expected.checksum: Removed.
20377         * platform/chromium-mac-leopard/fast/borders/border-radius-constraints-expected.png:
20378         * platform/chromium-mac-leopard/fast/borders/border-radius-huge-assert-expected.png:
20379         * platform/chromium-mac-leopard/fast/borders/border-radius-inline-flow-expected.checksum: Removed.
20380         * platform/chromium-mac-leopard/fast/borders/border-radius-inline-flow-expected.png:
20381         * platform/chromium-mac-leopard/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
20382         * platform/chromium-mac-leopard/fast/borders/borderRadiusInvalidColor-expected.png:
20383         * platform/chromium-mac-leopard/fast/borders/svg-as-border-image-2-expected.checksum: Removed.
20384         * platform/chromium-mac-leopard/fast/borders/svg-as-border-image-2-expected.png: Added.
20385         * platform/chromium-mac-leopard/fast/box-shadow/basic-shadows-expected.png: Added.
20386         * platform/chromium-mac-leopard/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
20387         * platform/chromium-mac-leopard/fast/css/font_property_normal-expected.png: Added.
20388         * platform/chromium-mac-leopard/fast/forms/basic-selects-expected.checksum: Removed.
20389         * platform/chromium-mac-leopard/fast/forms/basic-selects-expected.png:
20390         * platform/chromium-mac-leopard/fast/forms/menulist-clip-expected.checksum: Removed.
20391         * platform/chromium-mac-leopard/fast/forms/menulist-clip-expected.png:
20392         * platform/chromium-mac-leopard/fast/forms/menulist-narrow-width-expected.checksum: Removed.
20393         * platform/chromium-mac-leopard/fast/forms/menulist-narrow-width-expected.png:
20394         * platform/chromium-mac-leopard/fast/forms/menulist-option-wrap-expected.checksum: Removed.
20395         * platform/chromium-mac-leopard/fast/forms/menulist-option-wrap-expected.png:
20396         * platform/chromium-mac-leopard/fast/forms/menulist-restrict-line-height-expected.checksum: Removed.
20397         * platform/chromium-mac-leopard/fast/forms/menulist-restrict-line-height-expected.png:
20398         * platform/chromium-mac-leopard/fast/forms/menulist-style-color-expected.checksum: Removed.
20399         * platform/chromium-mac-leopard/fast/forms/menulist-style-color-expected.png:
20400         * platform/chromium-mac-leopard/fast/forms/select-baseline-expected.png: Added.
20401         * platform/chromium-mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.png: Added.
20402         * platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.checksum: Removed.
20403         * platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.png:
20404         * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.png: Added.
20405         * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.png: Added.
20406         * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.png: Added.
20407         * platform/chromium-mac/fast/borders/border-radius-circle-expected.png: Removed.
20408         * platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.png: Removed.
20409         * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.checksum:
20410         * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.png: Removed.
20411         * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png: Added.
20412         * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png: Added.
20413         * platform/chromium-mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
20414         * platform/chromium-mac/fast/css/nested-rounded-corners-expected.checksum: Removed.
20415         * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
20416         * platform/chromium-mac/fast/forms/basic-selects-expected.png: Added.
20417         * platform/chromium-mac/fast/forms/menulist-clip-expected.png: Added.
20418         * platform/chromium-mac/fast/forms/menulist-narrow-width-expected.png: Added.
20419         * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png: Added.
20420         * platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.png: Added.
20421         * platform/chromium-mac/fast/forms/menulist-separator-painting-expected.checksum: Removed.
20422         * platform/chromium-mac/fast/forms/menulist-separator-painting-expected.png:
20423         * platform/chromium-mac/fast/forms/menulist-style-color-expected.png: Added.
20424         * platform/chromium-mac/fast/forms/select-background-none-expected.png: Added.
20425         * platform/chromium-mac/fast/forms/select-baseline-expected.png: Added.
20426         * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png: Added.
20427         * platform/chromium/test_expectations.txt:
20429 2011-04-19  Chris Rogers  <crogers@google.com>
20431         Unreviewed.
20433         Rebase a bunch of border-radius related layout tests
20434         https://bugs.webkit.org/show_bug.cgi?id=58942
20436         * platform/chromium-linux/css2.1/t0805-c5517-brdr-s-00-c-expected.checksum: Removed.
20437         * platform/chromium-linux/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
20438         * platform/chromium-linux/fast/backgrounds/border-radius-split-background-expected.png: Added.
20439         * platform/chromium-linux/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
20440         * platform/chromium-linux/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum: Removed.
20441         * platform/chromium-linux/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
20442         * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
20443         * platform/chromium-linux/fast/box-shadow/inset-expected.png:
20444         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.checksum: Removed.
20445         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
20446         * platform/chromium-mac-leopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
20447         * platform/chromium-mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum: Removed.
20448         * platform/chromium-mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
20449         * platform/chromium-mac-leopard/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
20450         * platform/chromium-mac-leopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
20451         * platform/chromium-mac-leopard/fast/box-shadow/inset-expected.png: Removed.
20452         * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.checksum: Removed.
20453         * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png:
20454         * platform/chromium-mac/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
20455         * platform/chromium-mac/fast/backgrounds/border-radius-split-background-expected.png: Added.
20456         * platform/chromium-mac/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
20457         * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum: Removed.
20458         * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
20459         * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
20460         * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
20461         * platform/chromium-mac/fast/borders/table-borders-expected.png: Added.
20462         * platform/chromium-mac/fast/borders/table-borders-expected.txt: Added.
20463         * platform/chromium-mac/fast/box-shadow/inset-expected.png: Added.
20464         * platform/chromium-mac/fast/events/overflow-viewport-renderer-deleted-expected.txt: Added.
20465         * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png: Added.
20466         * platform/chromium-win-vista/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Added.
20467         * platform/chromium-win/css2.1/t0805-c5517-brdr-s-00-c-expected.checksum: Removed.
20468         * platform/chromium-win/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
20469         * platform/chromium-win/fast/backgrounds/border-radius-split-background-expected.png: Added.
20470         * platform/chromium-win/fast/backgrounds/border-radius-split-background-expected.txt: Added.
20471         * platform/chromium-win/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
20472         * platform/chromium-win/fast/backgrounds/border-radius-split-background-image-expected.txt: Added.
20473         * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum: Removed.
20474         * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
20475         * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
20476         * platform/chromium-win/fast/borders/table-borders-expected.png: Added.
20477         * platform/chromium-win/fast/borders/table-borders-expected.txt: Added.
20478         * platform/chromium-win/fast/box-shadow/inset-expected.png:
20479         * platform/chromium-win/fast/events/overflow-viewport-renderer-deleted-expected.txt: Added.
20480         * platform/chromium-win/fast/forms/validation-message-appearance-expected.checksum: Removed.
20481         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
20482         * platform/chromium/test_expectations.txt:
20484 2011-04-19  Tony Chang  <tony@chromium.org>
20486         Add checksums to png files in platform win, win-wk2, and win-xp.
20488 2011-04-19  Enrica Casucci  <enrica@apple.com>
20490         Reviewed by Ryosuke Niwa.
20492         REGRESSION(r55762): Highlight color can't be copied in gmail.
20493         https://bugs.webkit.org/show_bug.cgi?id=58925
20494         <rdar://problem/9253057>
20496         The following test checks that when we copy a text node surrounded by an element that
20497         has non transparent background color we preserve the background color as well.
20499         * editing/pasteboard/copy-text-with-backgroundcolor-expected.txt: Added.
20500         * editing/pasteboard/copy-text-with-backgroundcolor.html: Added.
20502 2011-04-19  Chris Rogers  <crogers@google.com>
20504         Unreviewed.
20506         Update test_expectations.txt
20507         https://bugs.webkit.org/show_bug.cgi?id=58941
20509         * platform/chromium/test_expectations.txt:
20511 2011-04-19  Antoine Labour  <piman@chromium.org>
20513         Reviewed by James Robinson.
20515         For invisible iframes, propagate compositing to parent instead of setting self
20516         as root.
20517         https://bugs.webkit.org/show_bug.cgi?id=58414
20519         * compositing/iframes/invisible-iframe-expected.checksum: Added.
20520         * compositing/iframes/invisible-iframe-expected.png: Added.
20521         * compositing/iframes/invisible-iframe-expected.txt: Added.
20522         * compositing/iframes/invisible-iframe.html: Added.
20523         * compositing/iframes/invisible-nested-iframe-expected.checksum: Added.
20524         * compositing/iframes/invisible-nested-iframe-expected.png: Added.
20525         * compositing/iframes/invisible-nested-iframe-expected.txt: Added.
20526         * compositing/iframes/invisible-nested-iframe-hide-expected.txt: Added.
20527         * compositing/iframes/invisible-nested-iframe-hide.html: Added.
20528         * compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
20529         * compositing/iframes/invisible-nested-iframe-show.html: Added.
20530         * compositing/iframes/invisible-nested-iframe.html: Added.
20531         * platform/chromium-gpu/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
20533 2011-04-19  Chris Rogers  <crogers@google.com>
20535         Unreviewed.
20537         Update test_expectations.txt for tests which need rebaselining
20538         https://bugs.webkit.org/show_bug.cgi?id=58938
20540         * platform/chromium/test_expectations.txt:
20542 2011-04-19  Tony Chang  <tony@chromium.org>
20544         Add checksums to png files in platform/gtk.
20546 2011-04-19  Dan Bernstein  <mitz@apple.com>
20548         Reviewed by Beth Dakin.
20550         <rdar://problem/9271848> Crash when the document element is removed
20552         * fast/events/overflow-viewport-renderer-deleted-expected.txt: Added.
20553         * fast/events/overflow-viewport-renderer-deleted.html: Added.
20555 2011-04-19  James Robinson  <jamesr@chromium.org>
20557         Fix lint errors in test_expectations.txt
20559         * platform/chromium/test_expectations.txt:
20561 2011-04-19  Tony Chang  <tony@chromium.org>
20563         Add checksums to png files in platform/qt.
20565 2011-04-19  Beth Dakin  <bdakin@apple.com>
20567         Reviewed by Maciej Stachowiak.
20569         https://bugs.webkit.org/show_bug.cgi?id=57898
20570         REGRESSION (r82185): Scroll position not restored on navigation back to a page in
20571         the page cache
20572         -and corresponding-
20573         <rdar://problem/9226652>
20575         * fast/loader/resources/empty-document-goes-back.html: Added.
20576         * fast/loader/scroll-position-restored-on-back-expected.txt: Added.
20577         * fast/loader/scroll-position-restored-on-back.html: Added.
20579 2011-04-19  Ryosuke Niwa  <rniwa@webkit.org>
20581         Skip the test added by r84264. The bug tracked by
20582         https://bugs.webkit.org/show_bug.cgi?id=58741
20584         * platform/qt/Skipped:
20586 2011-04-19  Tony Chang  <tony@chromium.org>
20588         Skipping plugins/mouse-click-iframe-to-plugin.html on mac/win.
20590         * platform/mac/Skipped:
20591         * platform/win/Skipped:
20593 2011-04-19  Chris Rogers  <crogers@google.com>
20595         Unreviewed.
20597         Update test_expectations.txt due to border radius bugs in Skia
20598         https://bugs.webkit.org/show_bug.cgi?id=58920
20600         * platform/chromium/test_expectations.txt:
20602 2011-04-19  Simon Fraser  <simon.fraser@apple.com>
20604         Reviewed by David Hyatt.
20606         Background radius is wrong for split inline
20607         https://bugs.webkit.org/show_bug.cgi?id=58843
20609         New tests for split inline with border-radius, with background color and image,
20610         in both horizontal and vertical text.
20612         * fast/backgrounds/border-radius-split-background-image.html: Added.
20613         * fast/backgrounds/border-radius-split-background.html: Added.
20614         * platform/mac/fast/backgrounds/border-radius-split-background-expected.checksum: Added.
20615         * platform/mac/fast/backgrounds/border-radius-split-background-expected.png: Added.
20616         * platform/mac/fast/backgrounds/border-radius-split-background-expected.txt: Added.
20617         * platform/mac/fast/backgrounds/border-radius-split-background-image-expected.checksum: Added.
20618         * platform/mac/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
20619         * platform/mac/fast/backgrounds/border-radius-split-background-image-expected.txt: Added.
20621 2011-04-19  Chris Rogers  <crogers@google.com>
20623         Unreviewed.
20625         Update test_expectations.txt with now passing test : media/video-zoom.html
20626         https://bugs.webkit.org/show_bug.cgi?id=58916
20628         * platform/chromium/test_expectations.txt:
20630 2011-04-19  Chris Rogers  <crogers@google.com>
20632         Unreviewed.
20634         Rebaseline some chromium Snow Leopard tests - update test_expectations.txt
20635         https://bugs.webkit.org/show_bug.cgi?id=58915
20637         * platform/chromium-mac/fast/borders/svg-as-border-image-2-expected.png: Added.
20638         * platform/chromium-mac/fast/css/font-face-default-font-expected.png: Added.
20639         * platform/chromium-mac/fast/css/font_property_normal-expected.png: Added.
20640         * platform/chromium-mac/fast/repaint/text-in-relative-positioned-inline-expected.png: Added.
20641         * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Added.
20642         * platform/chromium/test_expectations.txt:
20644 2011-04-19  Ryosuke Niwa  <rniwa@webkit.org>
20646         Skip the test added by r84270 on WebKit2 since it uses eventSender.
20648         * platform/mac-wk2/Skipped:
20650 2011-04-19  Tony Chang  <tony@chromium.org>
20652         Fixing pngs with bad checksum crcs.  There was a 64bit specific bug
20653         in computing crcs of checksums embedded in png files.  During that
20654         time, these images were checked in.  Just fixing with the correct
20655         crcs (the image result itself is unchanged).
20657         * platform/gtk/fast/block/positioning/complex-positioned-movement-expected.png:
20658         * platform/gtk/fast/text/decorations-transformed-expected.png:
20659         * platform/mac/compositing/images/content-image-change-expected.png:
20660         * platform/mac/editing/inserting/editable-inline-element-expected.png:
20661         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.png:
20662         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.png:
20663         * platform/mac/fast/borders/bidi-002-expected.png:
20664         * platform/mac/fast/borders/bidi-004-expected.png:
20665         * platform/mac/fast/borders/bidi-009a-expected.png:
20666         * platform/mac/fast/box-shadow/inset-expected.png:
20667         * platform/mac/fast/inline/positioned-object-between-replaced-elements-expected.png:
20668         * platform/mac/fast/overflow/trailing-float-linebox-expected.png:
20669         * platform/mac/fullscreen/full-screen-zIndex-expected.png:
20671 2011-04-19  Simon Fraser  <simon.fraser@apple.com>
20673         Reviewed by Dave Hyatt.
20675         Fix multiple border rendering issues
20676         https://bugs.webkit.org/show_bug.cgi?id=58761
20678         New results for progressions, and some new tests.
20680         * fast/blockflow/border-styles-vertical-lr.html:
20681         * fast/blockflow/border-styles-vertical-rl.html:
20682         * fast/borders/border-styles-split.html:
20683         Adjusted to fit in the pixel result without scrollbars, and added
20684         double border test.
20686         * fast/borders/border-radius-different-width-001.html: Added.
20687         * fast/borders/border-radius-inset-outset.html: Added.
20688         * fast/borders/table-borders.html: Added.
20689         * platform/mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum:
20690         * platform/mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
20691         * platform/mac/fast/blockflow/border-styles-vertical-lr-expected.checksum:
20692         * platform/mac/fast/blockflow/border-styles-vertical-lr-expected.png:
20693         * platform/mac/fast/blockflow/border-styles-vertical-lr-expected.txt:
20694         * platform/mac/fast/blockflow/border-styles-vertical-rl-expected.checksum:
20695         * platform/mac/fast/blockflow/border-styles-vertical-rl-expected.png:
20696         * platform/mac/fast/blockflow/border-styles-vertical-rl-expected.txt:
20697         * platform/mac/fast/borders/border-radius-circle-expected.checksum:
20698         * platform/mac/fast/borders/border-radius-circle-expected.png:
20699         * platform/mac/fast/borders/border-radius-constraints-expected.checksum:
20700         * platform/mac/fast/borders/border-radius-constraints-expected.png:
20701         * platform/mac/fast/borders/border-radius-different-width-001-expected.checksum: Added.
20702         * platform/mac/fast/borders/border-radius-different-width-001-expected.png: Added.
20703         * platform/mac/fast/borders/border-radius-different-width-001-expected.txt: Added.
20704         * platform/mac/fast/borders/border-radius-groove-01-expected.checksum:
20705         * platform/mac/fast/borders/border-radius-groove-01-expected.png:
20706         * platform/mac/fast/borders/border-radius-groove-02-expected.png:
20707         * platform/mac/fast/borders/border-radius-groove-03-expected.checksum:
20708         * platform/mac/fast/borders/border-radius-groove-03-expected.png:
20709         * platform/mac/fast/borders/border-radius-huge-assert-expected.checksum:
20710         * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
20711         * platform/mac/fast/borders/border-radius-inline-flow-expected.checksum:
20712         * platform/mac/fast/borders/border-radius-inline-flow-expected.png:
20713         * platform/mac/fast/borders/border-radius-inset-outset-expected.checksum: Added.
20714         * platform/mac/fast/borders/border-radius-inset-outset-expected.png: Added.
20715         * platform/mac/fast/borders/border-radius-inset-outset-expected.txt: Added.
20716         * platform/mac/fast/borders/border-radius-split-inline-expected.checksum:
20717         * platform/mac/fast/borders/border-radius-split-inline-expected.png:
20718         * platform/mac/fast/borders/border-radius-wide-border-02-expected.checksum:
20719         * platform/mac/fast/borders/border-radius-wide-border-02-expected.png:
20720         * platform/mac/fast/borders/border-radius-wide-border-03-expected.checksum:
20721         * platform/mac/fast/borders/border-radius-wide-border-03-expected.png:
20722         * platform/mac/fast/borders/border-radius-wide-border-04-expected.checksum:
20723         * platform/mac/fast/borders/border-radius-wide-border-04-expected.png:
20724         * platform/mac/fast/borders/border-styles-split-expected.checksum:
20725         * platform/mac/fast/borders/border-styles-split-expected.png:
20726         * platform/mac/fast/borders/border-styles-split-expected.txt:
20727         * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum:
20728         * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
20729         * platform/mac/fast/borders/borderRadiusDashed05-expected.checksum:
20730         * platform/mac/fast/borders/borderRadiusDashed05-expected.png:
20731         * platform/mac/fast/borders/borderRadiusDashed06-expected.checksum:
20732         * platform/mac/fast/borders/borderRadiusDashed06-expected.png:
20733         * platform/mac/fast/borders/borderRadiusDotted04-expected.checksum:
20734         * platform/mac/fast/borders/borderRadiusDotted04-expected.png:
20735         * platform/mac/fast/borders/borderRadiusDotted05-expected.checksum:
20736         * platform/mac/fast/borders/borderRadiusDotted06-expected.checksum:
20737         * platform/mac/fast/borders/borderRadiusDotted06-expected.png:
20738         * platform/mac/fast/borders/borderRadiusDouble04-expected.checksum:
20739         * platform/mac/fast/borders/borderRadiusDouble04-expected.png:
20740         * platform/mac/fast/borders/borderRadiusDouble05-expected.checksum:
20741         * platform/mac/fast/borders/borderRadiusDouble05-expected.png:
20742         * platform/mac/fast/borders/borderRadiusDouble06-expected.checksum:
20743         * platform/mac/fast/borders/borderRadiusDouble06-expected.png:
20744         * platform/mac/fast/borders/borderRadiusDouble07-expected.checksum:
20745         * platform/mac/fast/borders/borderRadiusDouble07-expected.png:
20746         * platform/mac/fast/borders/borderRadiusDouble08-expected.checksum:
20747         * platform/mac/fast/borders/borderRadiusDouble08-expected.png:
20748         * platform/mac/fast/borders/borderRadiusDouble09-expected.checksum:
20749         * platform/mac/fast/borders/borderRadiusDouble09-expected.png:
20750         * platform/mac/fast/borders/borderRadiusInvalidColor-expected.checksum:
20751         * platform/mac/fast/borders/borderRadiusInvalidColor-expected.png:
20752         * platform/mac/fast/borders/borderRadiusSolid01-expected.checksum:
20753         * platform/mac/fast/borders/borderRadiusSolid01-expected.png:
20754         * platform/mac/fast/borders/borderRadiusSolid02-expected.checksum:
20755         * platform/mac/fast/borders/borderRadiusSolid02-expected.png:
20756         * platform/mac/fast/borders/borderRadiusSolid03-expected.checksum:
20757         * platform/mac/fast/borders/borderRadiusSolid03-expected.png:
20758         * platform/mac/fast/borders/borderRadiusSolid04-expected.checksum:
20759         * platform/mac/fast/borders/borderRadiusSolid04-expected.png:
20760         * platform/mac/fast/borders/fieldsetBorderRadius-expected.checksum:
20761         * platform/mac/fast/borders/fieldsetBorderRadius-expected.png:
20762         * platform/mac/fast/borders/mixed-border-styles-expected.checksum:
20763         * platform/mac/fast/borders/mixed-border-styles-expected.png:
20764         * platform/mac/fast/borders/mixed-border-styles-radius-expected.checksum:
20765         * platform/mac/fast/borders/mixed-border-styles-radius-expected.png:
20766         * platform/mac/fast/borders/mixed-border-styles-radius2-expected.checksum:
20767         * platform/mac/fast/borders/mixed-border-styles-radius2-expected.png:
20768         * platform/mac/fast/borders/webkit-border-radius-expected.checksum:
20769         * platform/mac/fast/borders/webkit-border-radius-expected.png:
20770         * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.checksum:
20771         * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
20772         * platform/mac/fast/multicol/client-rects-expected.checksum:
20773         * platform/mac/fast/multicol/client-rects-expected.png:
20774         * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.checksum:
20775         * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
20776         * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.checksum:
20777         * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
20779 2011-04-19  Stuart Morgan  <stuartmorgan@chromium.org>
20781         Reviewed by Tony Chang.
20783         [chromium] Clicking on plugin for first time blocks focus shift
20784         https://bugs.webkit.org/show_bug.cgi?id=58419
20786         Added new test for cross-iframe focus changes on plugin clicks.
20788         * plugins/mouse-click-iframe-to-plugin-expected.txt: Added.
20789         * plugins/mouse-click-iframe-to-plugin.html: Added.
20791 2011-04-19  Jungshik Shin  <jshin@chromium.org>
20793         Reviewed by David Levin
20795         Add a complex-script version of zero-width-characters.html.
20796         and add U+FEFF to zero-width-characters.html
20797         Chromium Linux fails the test because U+FEFF is rendered
20798         with a non-zero width glyph.
20799         Filed http://bugs.webkit.org/show_bug.cgi?id=58741 and noted
20800         as such in test_expectation.txt.
20802         https://bugs.webkit.org/show_bug.cgi?id=48860
20804         * fast/text/zero-width-characters-complex-script-expected.txt: Added.
20805         * fast/text/zero-width-characters-complex-script.html: Added.
20806         * fast/text/zero-width-characters.html:
20807         * platform/chromium/test_expectations.txt:
20809 2011-04-19  Kristóf Kosztyó  <Kosztyo.Kristof@stud.u-szeged.hu>
20811         Reviewed by Andreas Kling.
20813         [Qt] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html fails (DRT sideeffect)
20814         https://bugs.webkit.org/show_bug.cgi?id=35086
20816         * platform/qt/Skipped: unskip fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html
20818 2011-04-19  John Knottenbelt  <jknotten@chromium.org>
20820         Unreviewed.
20822         [Chromium] Mark fast/block/float/overhanging-tall-block.html as failing on Windows and Linux.
20823         https://bugs.webkit.org/show_bug.cgi?id=58901
20825         * platform/chromium/test_expectations.txt:
20827 2011-04-19  Csaba Osztrogonác  <ossy@webkit.org>
20829         [Qt] REGRESSION(84176): http/tests/xmlhttprequest/event-listener-gc.html fails
20830         https://bugs.webkit.org/show_bug.cgi?id=58871
20832         Unreviewed, rolling out r84176, r84178, r84186, r84212 and r84231.
20833         http://trac.webkit.org/changeset/84176 (original patch)
20834         http://trac.webkit.org/changeset/84178 (original patch - part 2)
20835         http://trac.webkit.org/changeset/84186 (build fix)
20836         http://trac.webkit.org/changeset/84212
20837         http://trac.webkit.org/changeset/84231 (skip failing test)
20839         original bugs:
20840          - https://bugs.webkit.org/show_bug.cgi?id=58718
20841          - https://bugs.webkit.org/show_bug.cgi?id=58853
20843         * platform/qt/Skipped:
20845 2011-04-19  John Knottenbelt  <jknotten@chromium.org>
20847         Unreviewed.
20849         [Chromium] New mac snowleopard baseline for fast/overflow/003.xml
20850         https://bugs.webkit.org/show_bug.cgi?id=58885
20852         * platform/chromium-mac/fast/overflow/003-expected.png: Added.
20854 2011-04-19  John Knottenbelt  <jknotten@chromium.org>
20856         Unreviewed.
20858         [Chromium] Mark fast/css/create_element_align.xhtml as slow.
20859         https://bugs.webkit.org/show_bug.cgi?id=58884
20861         * platform/chromium/test_expectations.txt:
20863 2011-04-19  John Knottenbelt  <jknotten@chromium.org>
20865         Unreviewed.
20867         [Chromium] Mark fast/events/popup-blocking-timers.html as flaky on Debug Win,Mac,Linux
20868         https://bugs.webkit.org/show_bug.cgi?id=58882
20870         Filed chromium bug:
20871         http://code.google.com/p/chromium/issues/detail?id=79857
20873         * platform/chromium/test_expectations.txt:
20875 2011-04-19  John Knottenbelt  <jknotten@chromium.org>
20877         Unreviewed.
20879         [Chromium] Mark fast/css/only-child-pseudo-class.html as flaky
20880         https://bugs.webkit.org/show_bug.cgi?id=58881
20882         Filed chromium bug:
20883         http://code.google.com/p/chromium/issues/detail?id=79855
20885         * platform/chromium/test_expectations.txt:
20887 2011-04-19  Balazs Kelemen  <kbalazs@webkit.org>
20889         Rubber-stamped by Csaba Osztrogonác.
20891         [Qt][WK2] Skip new eventSender dependent tests.
20893         * platform/qt-wk2/Skipped:
20895 2011-04-19  John Knottenbelt  <jknotten@chromium.org>
20897         Unreviewed.
20899         [Chromium] Mark animations/play-state.html as flaky.
20900         https://bugs.webkit.org/show_bug.cgi?id=58880
20902         See also existing chromium bug:
20903         http://code.google.com/p/chromium/issues/detail?id=76609
20905         * platform/chromium/test_expectations.txt:
20907 2011-04-19  John Knottenbelt  <jknotten@chromium.org>
20909         Unreviewed.
20911         [Chromium] Mark tables/mozilla/bugs/bug28341.html as flaky on Mac
20912         https://bugs.webkit.org/show_bug.cgi?id=58879
20914         See also existing chromium bug:
20915         http://code.google.com/p/chromium/issues/detail?id=32231
20917         * platform/chromium/test_expectations.txt:
20919 2011-04-19  John Knottenbelt  <jknotten@chromium.org>
20921         Unreviewed.
20923         [Chromium] Mark svg/text/font-size-below-point-five.svg as flaky on Linux, Mac
20924         https://bugs.webkit.org/show_bug.cgi?id=58878
20926         See also existing chromium bug:
20927         http://code.google.com/p/chromium/issues/detail?id=74710
20929         * platform/chromium/test_expectations.txt:
20931 2011-04-19  John Knottenbelt  <jknotten@chromium.org>
20933         Unreviewed.
20935         [Chromium] Mark layout test editing/execCommand/delete-empty-container.html as flaky
20936         https://bugs.webkit.org/show_bug.cgi?id=58877
20938         Chromium bug filed.
20939         http://code.google.com/p/chromium/issues/detail?id=79854
20941         * platform/chromium/test_expectations.txt:
20943 2011-04-19  John Knottenbelt  <jknotten@chromium.org>
20945         Unreviewed.
20947         [Chromium] Mark animations/combo-transform-translate+scale.html as flaky
20948         https://bugs.webkit.org/show_bug.cgi?id=58876
20950         Chromium bug filed.
20951         http://code.google.com/p/chromium/issues/detail?id=79853
20953         * platform/chromium/test_expectations.txt:
20955 2011-04-19  John Knottenbelt  <jknotten@chromium.org>
20957         Unreviewed.
20959         [Chromium] Mark fast/table/frame-and-rules.html as flaky
20960         https://bugs.webkit.org/show_bug.cgi?id=58874
20962         Chromium bug filed.
20963         http://code.google.com/p/chromium/issues/detail?id=79851
20965         * platform/chromium/test_expectations.txt:
20967 2011-04-19  John Knottenbelt  <jknotten@chromium.org>
20969         Unreviewed.
20971         [Chromium] Reenable layout test canvas/philip/tests/2d.gradient.interpolate.outside.html
20972         https://bugs.webkit.org/show_bug.cgi?id=58873
20974         Fixed in Chromium r81956.
20975         http://code.google.com/p/chromium/issues/detail?id=79725
20977         * platform/chromium/test_expectations.txt:
20979 2011-04-19  Csaba Osztrogonác  <ossy@webkit.org>
20981         [Qt] REGRESSION(84194): http/tests/xmlhttprequest/event-listener-gc.html fails
20982         https://bugs.webkit.org/show_bug.cgi?id=58871
20984         * platform/qt/Skipped: Add http/tests/xmlhttprequest/event-listener-gc.html
20986 2011-04-19  Mario Sanchez Prada  <msanchez@igalia.com>
20988         Unreviewed, rebaselines to fix wrongly added expectations.
20990         By mistake, I added expectations generated with GTK3 locally
20991         instead of the expectations generated in the bots using GTK2, so
20992         we need to add the expectation files as needed.
20994         * platform/gtk/fast/blockflow/border-styles-vertical-lr-expected.checksum:
20995         * platform/gtk/fast/blockflow/border-styles-vertical-lr-expected.png:
20996         * platform/gtk/fast/blockflow/border-styles-vertical-rl-expected.checksum:
20997         * platform/gtk/fast/blockflow/border-styles-vertical-rl-expected.png:
20998         * platform/gtk/fast/borders/border-styles-split-expected.checksum:
20999         * platform/gtk/fast/borders/border-styles-split-expected.png:
21000         * platform/gtk/fast/borders/mixed-border-styles-radius-expected.checksum:
21001         * platform/gtk/fast/borders/mixed-border-styles-radius-expected.png:
21002         * platform/gtk/fast/borders/mixed-border-styles-radius2-expected.checksum:
21003         * platform/gtk/fast/borders/mixed-border-styles-radius2-expected.png:
21004         * platform/gtk/fast/borders/webkit-border-radius-expected.checksum:
21005         * platform/gtk/fast/borders/webkit-border-radius-expected.png:
21007 2011-04-19  Mario Sanchez Prada  <msanchez@igalia.com>
21009         Unreviewed, added new baselines for the GTK port.
21011         Added missing baselines to GTK after revisions 83998, 84092 and 84180.
21013         * platform/gtk/fast/blockflow/border-styles-vertical-lr-expected.checksum: Added.
21014         * platform/gtk/fast/blockflow/border-styles-vertical-lr-expected.png: Added.
21015         * platform/gtk/fast/blockflow/border-styles-vertical-lr-expected.txt: Added.
21016         * platform/gtk/fast/blockflow/border-styles-vertical-rl-expected.checksum: Added.
21017         * platform/gtk/fast/blockflow/border-styles-vertical-rl-expected.png: Added.
21018         * platform/gtk/fast/blockflow/border-styles-vertical-rl-expected.txt: Added.
21019         * platform/gtk/fast/borders/border-styles-split-expected.checksum: Added.
21020         * platform/gtk/fast/borders/border-styles-split-expected.png: Added.
21021         * platform/gtk/fast/borders/border-styles-split-expected.txt: Added.
21022         * platform/gtk/fast/borders/mixed-border-styles-expected.checksum: Added.
21023         * platform/gtk/fast/borders/mixed-border-styles-expected.png: Added.
21024         * platform/gtk/fast/borders/mixed-border-styles-expected.txt: Added.
21025         * platform/gtk/fast/borders/mixed-border-styles-radius-expected.checksum: Added.
21026         * platform/gtk/fast/borders/mixed-border-styles-radius-expected.png: Added.
21027         * platform/gtk/fast/borders/mixed-border-styles-radius-expected.txt: Added.
21028         * platform/gtk/fast/borders/mixed-border-styles-radius2-expected.checksum: Added.
21029         * platform/gtk/fast/borders/mixed-border-styles-radius2-expected.png: Added.
21030         * platform/gtk/fast/borders/mixed-border-styles-radius2-expected.txt: Added.
21031         * platform/gtk/fast/borders/webkit-border-radius-expected.checksum: Added.
21032         * platform/gtk/fast/borders/webkit-border-radius-expected.png: Added.
21033         * platform/gtk/fast/borders/webkit-border-radius-expected.txt: Added.
21035 2011-04-18  Taiju TSUIKI  <develop@tzik.jp>
21037         Reviewed by Darin Fisher.
21039         Vendor-prefix requestFileSystem in FileSystem API
21040         https://bugs.webkit.org/show_bug.cgi?id=58517
21042         Prefix from:
21043         - window.requestFileSystem to window.webkitRequestFileSystem
21044         - window.resolveLocalFileSystemURL to window.webkitResolveLocalFileSystemURL
21045         - window.Flags to window.WebKitFlags
21046         - WorkerContext.requestFileSystem to WorkerContext.webkitRequestFileSystem
21047         - WorkerContext.resolveLocalFileSystemURL to WorkerContext.webkitResolveLocalFileSystemURL
21048         - WorkerContext.Flags to WorkerContext.WebKitFlags
21050         * fast/dom/script-tests/prototype-inheritance.js:
21051         * fast/filesystem/flags-passing-expected.txt:
21052         * fast/filesystem/resources/async-operations.js:
21053         * fast/filesystem/resources/directory-entry-to-uri.js:
21054         * fast/filesystem/resources/file-entry-to-uri-sync.js:
21055         * fast/filesystem/resources/file-entry-to-uri.js:
21056         * fast/filesystem/resources/file-from-file-entry-sync.js:
21057         * fast/filesystem/resources/file-from-file-entry.js:
21058         * fast/filesystem/resources/file-writer-sync-truncate-extend.js:
21059         * fast/filesystem/resources/file-writer-sync-write-overlapped.js:
21060         * fast/filesystem/resources/file-writer-utils.js:
21061         * fast/filesystem/resources/fs-worker-common.js:
21062         * fast/filesystem/resources/op-tests-helper.js:
21063         * fast/filesystem/resources/simple-persistent-sync.js:
21064         * fast/filesystem/resources/simple-persistent.js:
21065         * fast/filesystem/resources/simple-temporary-sync.js:
21066         * fast/filesystem/resources/simple-temporary.js:
21067         * fast/filesystem/resources/sync-operations.js:
21068         * fast/filesystem/script-tests/filesystem-reference.js:
21069         * fast/filesystem/script-tests/flags-passing.js:
21070         * fast/filesystem/script-tests/read-directory.js:
21071         * http/tests/filesystem/resolve-uri-expected.txt:
21072         * http/tests/filesystem/script-tests/resolve-uri.js:
21073         * http/tests/filesystem/workers/resolve-url-expected.txt:
21074         * http/tests/filesystem/workers/script-tests/resolve-url-sync.js:
21075         * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
21077 2011-04-18  Daniel Bates  <dbates@rim.com>
21079         https://bugs.webkit.org/show_bug.cgi?id=58863
21081         Skip fast/events/fire-mousedown-while-pressing-mouse-button.html which is failing on
21082         Qt Linux for now. See bug for more details.
21084         This test was added in changeset 84217 <http://trac.webkit.org/changeset/84217>
21085         (https://bugs.webkit.org/show_bug.cgi?id=58700).
21087         * platform/qt/Skipped:
21089 2011-04-18  Zan Dobersek  <zandobersek@gmail.com>
21091         Reviewed by Martin Robinson.
21093         Update pixel results for tests that draw the selection rectangle.
21095         * platform/gtk/editing/selection/4402375-expected.checksum:
21096         * platform/gtk/editing/selection/4402375-expected.png:
21097         * platform/gtk/editing/selection/image-before-linebreak-expected.checksum:
21098         * platform/gtk/editing/selection/image-before-linebreak-expected.png:
21099         * platform/gtk/editing/selection/replaced-boundaries-1-expected.checksum:
21100         * platform/gtk/editing/selection/replaced-boundaries-1-expected.png:
21101         * platform/gtk/editing/selection/replaced-boundaries-2-expected.checksum:
21102         * platform/gtk/editing/selection/replaced-boundaries-2-expected.png:
21103         * platform/gtk/editing/selection/replaced-boundaries-3-expected.checksum:
21104         * platform/gtk/editing/selection/replaced-boundaries-3-expected.png:
21105         * platform/gtk/editing/selection/transformed-selection-rects-expected.checksum:
21106         * platform/gtk/editing/selection/transformed-selection-rects-expected.png:
21107         * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.checksum:
21108         * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.png:
21109         * platform/gtk/svg/text/selection-doubleclick-expected.checksum:
21110         * platform/gtk/svg/text/selection-doubleclick-expected.png:
21111         * platform/gtk/svg/text/selection-tripleclick-expected.checksum:
21112         * platform/gtk/svg/text/selection-tripleclick-expected.png:
21113         * platform/gtk/svg/text/text-align-01-b-expected.checksum:
21114         * platform/gtk/svg/text/text-align-01-b-expected.png:
21115         * platform/gtk/svg/text/text-align-02-b-expected.checksum:
21116         * platform/gtk/svg/text/text-align-02-b-expected.png:
21117         * platform/gtk/svg/text/text-align-03-b-expected.checksum:
21118         * platform/gtk/svg/text/text-align-03-b-expected.png:
21119         * platform/gtk/svg/text/text-align-04-b-expected.checksum:
21120         * platform/gtk/svg/text/text-align-04-b-expected.png:
21121         * platform/gtk/svg/text/text-align-05-b-expected.checksum:
21122         * platform/gtk/svg/text/text-align-05-b-expected.png:
21123         * platform/gtk/svg/text/text-align-06-b-expected.checksum:
21124         * platform/gtk/svg/text/text-align-06-b-expected.png:
21125         * platform/gtk/svg/text/text-altglyph-01-b-expected.checksum:
21126         * platform/gtk/svg/text/text-altglyph-01-b-expected.png:
21127         * platform/gtk/svg/text/text-deco-01-b-expected.checksum:
21128         * platform/gtk/svg/text/text-deco-01-b-expected.png:
21129         * platform/gtk/svg/text/text-fonts-01-t-expected.checksum:
21130         * platform/gtk/svg/text/text-fonts-01-t-expected.png:
21131         * platform/gtk/svg/text/text-fonts-02-t-expected.checksum:
21132         * platform/gtk/svg/text/text-fonts-02-t-expected.png:
21133         * platform/gtk/svg/text/text-intro-05-t-expected.checksum:
21134         * platform/gtk/svg/text/text-intro-05-t-expected.png:
21135         * platform/gtk/svg/text/text-path-01-b-expected.checksum:
21136         * platform/gtk/svg/text/text-path-01-b-expected.png:
21137         * platform/gtk/svg/text/text-spacing-01-b-expected.checksum:
21138         * platform/gtk/svg/text/text-spacing-01-b-expected.png:
21139         * platform/gtk/svg/text/text-text-01-b-expected.checksum:
21140         * platform/gtk/svg/text/text-text-01-b-expected.png:
21141         * platform/gtk/svg/text/text-text-03-b-expected.checksum:
21142         * platform/gtk/svg/text/text-text-03-b-expected.png:
21143         * platform/gtk/svg/text/text-text-04-t-expected.checksum:
21144         * platform/gtk/svg/text/text-text-04-t-expected.png:
21145         * platform/gtk/svg/text/text-text-05-t-expected.checksum:
21146         * platform/gtk/svg/text/text-text-05-t-expected.png:
21147         * platform/gtk/svg/text/text-text-06-t-expected.checksum:
21148         * platform/gtk/svg/text/text-text-06-t-expected.png:
21149         * platform/gtk/svg/text/text-text-07-t-expected.checksum:
21150         * platform/gtk/svg/text/text-text-07-t-expected.png:
21151         * platform/gtk/svg/text/text-text-08-b-expected.checksum:
21152         * platform/gtk/svg/text/text-text-08-b-expected.png:
21153         * platform/gtk/svg/text/text-tref-01-b-expected.checksum:
21154         * platform/gtk/svg/text/text-tref-01-b-expected.png:
21155         * platform/gtk/svg/text/text-tselect-01-b-expected.checksum:
21156         * platform/gtk/svg/text/text-tselect-01-b-expected.png:
21157         * platform/gtk/svg/text/text-tselect-02-f-expected.checksum:
21158         * platform/gtk/svg/text/text-tselect-02-f-expected.png:
21159         * platform/gtk/svg/text/text-tspan-01-b-expected.checksum:
21160         * platform/gtk/svg/text/text-tspan-01-b-expected.png:
21161         * platform/gtk/svg/text/text-ws-01-t-expected.checksum:
21162         * platform/gtk/svg/text/text-ws-01-t-expected.png:
21163         * platform/gtk/svg/text/text-ws-02-t-expected.checksum:
21164         * platform/gtk/svg/text/text-ws-02-t-expected.png:
21165         * platform/gtk/svg/text/textPathBoundsBug-expected.checksum:
21166         * platform/gtk/svg/text/textPathBoundsBug-expected.png:
21168 2011-04-18  Mike Reed  <reed@google.com>
21170         Reviewed by Kenneth Russell.
21172         remove tests from test_expectations.txt, as they now pass
21173         https://bugs.webkit.org/show_bug.cgi?id=58813
21175         * platform/chromium/test_expectations.txt:
21177 2011-04-18  Daniel Bates  <dbates@rim.com>
21179         Reviewed by Adam Roben.
21181         With PAN_SCROLLING, mousedown events for a mouse button aren't dispatched while
21182         pressing-and-holding another mouse button
21183         https://bugs.webkit.org/show_bug.cgi?id=58700
21185         Test to ensure that a mousedown event is fired when pressing a mouse button A
21186         while pressing and holding a mouse button B, where A != B.
21188         * fast/events/fire-mousedown-while-pressing-mouse-button-expected.txt: Added.
21189         * fast/events/fire-mousedown-while-pressing-mouse-button.html: Added.
21191 2011-04-18  Jessie Berlin  <jberlin@apple.com>
21193         WebKitTestRunner needs a more-complete implementation of eventSender.
21194         https://bugs.webkit.org/show_bug.cgi?id=42194
21196         Skip fullscreen/full-screen-cancel.html (which uses eventSender.keyDown) in the WK2 tests.
21198         * platform/mac-wk2/Skipped:
21200 2011-04-05  Jer Noble  <jer.noble@apple.com>
21202         Reviewed by Sam Weinig.
21204         WebKit2: WKTR should support WebKit2 full screen APIs
21205         https://bugs.webkit.org/show_bug.cgi?id=56318
21207         WKTR does not support the eventSender.keyDown() method, so use mouseDown()
21208         in those cases that keyDown() does not exist.
21210         * fullscreen/full-screen-test.js:
21211         (runWithKeyDown.document.addEventListener):
21212         (runWithKeyDown):
21214 2011-04-18  Evan Martin  <evan@chromium.org>
21216         Reviewed by Eric Seidel.
21218         [chromium] expose title direction to webkit client
21219         https://bugs.webkit.org/show_bug.cgi?id=58823
21221         New test that checks the directionality of the title for some
21222         simple pages.
21224         * fast/dom/title-directionality-expected.txt: Added.
21225         * fast/dom/title-directionality.html: Added.
21227 2011-04-18  Chang Shu  <cshu@webkit.org>
21229         Unreviewed.
21231         Skip failed test due to r84160.
21233         * platform/win-wk2/Skipped:
21235 2011-04-18  Simon Fraser  <simon.fraser@apple.com>
21237         Reviewed by Dave Hyatt.
21239         Add some new tests that exercise border-drawing on split inlines.
21241         * fast/blockflow/border-styles-vertical-lr.html: Added.
21242         * fast/blockflow/border-styles-vertical-rl.html: Added.
21243         * fast/borders/border-styles-split.html: Added.
21244         * platform/mac/fast/blockflow/border-styles-vertical-lr-expected.checksum: Added.
21245         * platform/mac/fast/blockflow/border-styles-vertical-lr-expected.png: Added.
21246         * platform/mac/fast/blockflow/border-styles-vertical-lr-expected.txt: Added.
21247         * platform/mac/fast/blockflow/border-styles-vertical-rl-expected.checksum: Added.
21248         * platform/mac/fast/blockflow/border-styles-vertical-rl-expected.png: Added.
21249         * platform/mac/fast/blockflow/border-styles-vertical-rl-expected.txt: Added.
21250         * platform/mac/fast/borders/border-styles-split-expected.checksum: Added.
21251         * platform/mac/fast/borders/border-styles-split-expected.png: Added.
21252         * platform/mac/fast/borders/border-styles-split-expected.txt: Added.
21254 2011-04-18  Alejandro G. Castro  <alex@igalia.com>
21256         Skipping overhanging-tall-block.html, it is crashing in the GTK+ bots.
21258         * platform/gtk/Skipped:
21260 2011-04-18  Andrew Scherkus  <scherkus@chromium.org>
21262         Reviewed by Eric Seidel.
21264         Reset fullscreen element reference when leaving fullscreen mode and some other cleanup.
21266         https://bugs.webkit.org/show_bug.cgi?id=58719
21268         * fullscreen/full-screen-cancel-expected.txt: Added.
21269         * fullscreen/full-screen-cancel.html: Added.
21271 2011-04-18  Andreas Kling  <kling@webkit.org>
21273         Reviewed by Adam Barth.
21275         [Qt] DRT: Unbreak redirection of http:/ URLs.
21276         https://bugs.webkit.org/show_bug.cgi?id=58779
21278         * platform/qt/Skipped: Unskip http/tests/loading/cross-origin-XHR-willLoadRequest.html
21280 2011-04-18  Chris Rogers  <crogers@google.com>
21282         Unreviewed.
21284         Update test_expectations.txt
21285         https://bugs.webkit.org/show_bug.cgi?id=58810
21287         * platform/chromium/test_expectations.txt:
21289 2011-04-18  Dan Bernstein  <mitz@apple.com>
21291         Reviewed by Eric Seidel.
21293         <rdar://problem/9282486> REGRESSION (r81992): Facebook photo tags can get cut off when moving the mouse.
21294         https://bugs.webkit.org/show_bug.cgi?id=58500
21296         * fast/repaint/text-in-relative-positioned-inline-expected.checksum: Added.
21297         * fast/repaint/text-in-relative-positioned-inline-expected.png: Added.
21298         * fast/repaint/text-in-relative-positioned-inline-expected.txt: Added.
21299         * fast/repaint/text-in-relative-positioned-inline.html: Added.
21301 2011-04-18  Chang Shu  <cshu@webkit.org>
21303         Reviewed by Eric Seidel.
21305         WebKitTestRunner needs layoutTestController.pathToLocalResource
21306         https://bugs.webkit.org/show_bug.cgi?id=42541
21308         Unskip passed tests.
21310         * platform/mac-wk2/Skipped:
21311         * platform/qt-wk2/Skipped:
21313 2011-04-18  Hao Zheng  <zhenghao@chromium.org>
21315         Reviewed by Eric Seidel.
21317         Rebaseline 3 tests under chromium-gpu-linux port.
21318         https://bugs.webkit.org/show_bug.cgi?id=58627
21320         * platform/chromium-gpu-linux/fast/media: Added.
21321         * platform/chromium-gpu-linux/fast/media/mq-transform-02-expected.checksum: Added.
21322         * platform/chromium-gpu-linux/fast/media/mq-transform-02-expected.png: Added.
21323         * platform/chromium-gpu-linux/fast/media/mq-transform-02-expected.txt: Added.
21324         * platform/chromium-gpu-linux/fast/media/mq-transform-03-expected.checksum: Added.
21325         * platform/chromium-gpu-linux/fast/media/mq-transform-03-expected.png: Added.
21326         * platform/chromium-gpu-linux/fast/media/mq-transform-03-expected.txt: Added.
21327         * platform/chromium-gpu-linux/fast/repaint: Added.
21328         * platform/chromium-gpu-linux/fast/repaint/canvas-putImageData-expected.checksum: Added.
21329         * platform/chromium-gpu-linux/fast/repaint/canvas-putImageData-expected.png: Added.
21330         * platform/chromium-gpu-linux/fast/repaint/canvas-putImageData-expected.txt: Added.
21332 2011-04-18  Pavel Feldman  <pfeldman@google.com>
21334         Reviewed by Yury Semikhatsky.
21336         Web Inspector: add test for CSS-resource binding.
21337         https://bugs.webkit.org/show_bug.cgi?id=58786
21339         * inspector/styles/resources/styles-history.css: Added.
21340         (body):
21341         * inspector/styles/styles-history-expecte.txt: Added.
21342         * inspector/styles/styles-history.html: Added.
21343         * inspector/styles/styles-source-offsets.html:
21345 2011-04-18  Sheriff Bot  <webkit.review.bot@gmail.com>
21347         Unreviewed, rolling out r83996.
21348         http://trac.webkit.org/changeset/83996
21349         https://bugs.webkit.org/show_bug.cgi?id=58790
21351         layout test editing/selection/move-by-word-visually.html is
21352         failing (Requested by jknotten on #webkit).
21354         * editing/selection/move-by-word-visually-expected.txt:
21355         * editing/selection/move-by-word-visually.html:
21357 2011-04-18  Sheriff Bot  <webkit.review.bot@gmail.com>
21359         Unreviewed, rolling out r83803.
21360         http://trac.webkit.org/changeset/83803
21361         https://bugs.webkit.org/show_bug.cgi?id=58782
21363         Caused focus rings to appear in youtube videos (Requested by
21364         inferno-sec on #webkit).
21366         * fast/frames/iframe-outline.html: Removed.
21367         * platform/mac/fast/frames/iframe-outline-expected.checksum: Removed.
21368         * platform/mac/fast/frames/iframe-outline-expected.png: Removed.
21369         * platform/mac/fast/frames/iframe-outline-expected.txt: Removed.
21371 2011-04-18  Adam Roben  <aroben@apple.com>
21373         Skip a flaky test on Windows
21375         <http://webkit.org/b/58367> tracks the failure.
21377         * platform/win/Skipped: Added http/tests/inspector/resource-tree-model.html.
21379 2011-04-18  John Knottenbelt  <jknotten@chromium.org>
21381         Unreviewed.
21383         [Chromium] Rebaseline for fast/html/details-add-summary-1
21384         https://bugs.webkit.org/show_bug.cgi?id=58783
21386     Following changes to after changes to RenderDetailsMarker (r84039).
21388         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
21389         * platform/chromium-mac-leopard/fast/html/details-add-summary-1-expected.png:
21390         * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
21391         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
21393 2011-04-18  Dominic Cooney  <dominicc@chromium.org>
21395         Reviewed by Andreas Kling.
21397         Add layoutTestController.shadowRoot to Qt DRT.
21398         https://bugs.webkit.org/show_bug.cgi?id=58759
21400         * platform/qt/Skipped: unskip fast/dom/HTMLKeygenElement now
21402 2011-04-18  Alexander Pavlov  <apavlov@chromium.org>
21404         Reviewed by Yury Semikhatsky.
21406         Web Inspector: Incorrect content area dimensions in Metrics pane for box-sizing: border-box
21407         https://bugs.webkit.org/show_bug.cgi?id=58551
21409         * inspector/styles/metrics-box-sizing-expected.txt: Added.
21410         * inspector/styles/metrics-box-sizing.html: Added.
21412 2011-04-18  Andrey Kosyakov  <caseq@chromium.org>
21414         Unreviewed. Added chromium baselines for new tests.
21416         * platform/chromium-linux/fast/text/zero-font-size-expected.png: Added.
21417         * platform/chromium-mac-leopard/fast/text/zero-font-size-expected.png: Added.
21418         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
21419         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
21420         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
21421         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
21422         * platform/chromium-mac/fast/canvas/image-object-in-canvas-expected.png: Added.
21423         * platform/chromium-mac/fast/forms/select-background-none-expected.checksum: Removed.
21424         * platform/chromium-mac/fast/forms/select-background-none-expected.png: Removed.
21425         * platform/chromium-win/fast/forms/select-background-none-expected.png: Added.
21426         * platform/chromium-win/fast/forms/select-background-none-expected.txt: Added.
21427         * platform/chromium-win/fast/frames/iframe-outline-expected.png: Added.
21428         * platform/chromium-win/fast/text/zero-font-size-expected.png: Added.
21429         * platform/chromium-win/fast/text/zero-font-size-expected.txt: Added.
21430         * platform/chromium/test_expectations.txt:
21432 2011-04-18  Andrey Kosyakov  <caseq@chromium.org>
21434         Unreviewed. Added suppressions for shadow texts broken by r83936.
21436         * platform/chromium/test_expectations.txt:
21438 2011-04-18  John Knottenbelt  <jknotten@chromium.org>
21440         Unreviewed.
21442         [Chromium] Update test expectations for canvas/philip/tests/2d.gradient.interpolate.outside.html
21443         https://bugs.webkit.org/show_bug.cgi?id=58777
21445     Regression caused by Skia roll: Chromium r81836.
21447         * platform/chromium/test_expectations.txt:
21449 2011-04-18  John Knottenbelt  <jknotten@chromium.org>
21451         Unreviewed.
21453         [Chromium] Rebaseline after changes to RenderDetailsMarker (Linux, Mac) (r84039)
21454         https://bugs.webkit.org/show_bug.cgi?id=58775
21456         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
21457         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
21458         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
21459         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
21460         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
21461         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
21462         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
21463         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
21464         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
21465         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
21466         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
21467         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
21468         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
21469         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
21470         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
21471         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
21472         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
21473         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
21474         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
21475         * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
21476         * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
21477         * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
21478         * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
21479         * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
21480         * platform/chromium-linux/fast/html/details-open1-expected.png:
21481         * platform/chromium-linux/fast/html/details-open2-expected.png:
21482         * platform/chromium-linux/fast/html/details-open3-expected.png:
21483         * platform/chromium-linux/fast/html/details-open4-expected.png:
21484         * platform/chromium-linux/fast/html/details-open5-expected.png:
21485         * platform/chromium-linux/fast/html/details-open6-expected.png:
21486         * platform/chromium-linux/fast/html/details-position-expected.png:
21487         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
21488         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
21489         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
21490         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
21491         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
21492         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
21493         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
21494         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
21495         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
21496         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
21497         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
21498         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
21499         * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
21500         * platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png:
21501         * platform/chromium-mac-leopard/fast/html/details-add-summary-10-and-click-expected.png:
21502         * platform/chromium-mac-leopard/fast/html/details-add-summary-10-expected.png:
21503         * platform/chromium-mac-leopard/fast/html/details-add-summary-2-and-click-expected.png:
21504         * platform/chromium-mac-leopard/fast/html/details-add-summary-2-expected.png:
21505         * platform/chromium-mac-leopard/fast/html/details-add-summary-3-and-click-expected.png:
21506         * platform/chromium-mac-leopard/fast/html/details-add-summary-3-expected.png:
21507         * platform/chromium-mac-leopard/fast/html/details-add-summary-4-and-click-expected.png:
21508         * platform/chromium-mac-leopard/fast/html/details-add-summary-4-expected.png:
21509         * platform/chromium-mac-leopard/fast/html/details-add-summary-5-and-click-expected.png:
21510         * platform/chromium-mac-leopard/fast/html/details-add-summary-5-expected.png:
21511         * platform/chromium-mac-leopard/fast/html/details-add-summary-6-and-click-expected.png:
21512         * platform/chromium-mac-leopard/fast/html/details-add-summary-6-expected.png:
21513         * platform/chromium-mac-leopard/fast/html/details-add-summary-7-and-click-expected.png:
21514         * platform/chromium-mac-leopard/fast/html/details-add-summary-7-expected.png:
21515         * platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png:
21516         * platform/chromium-mac-leopard/fast/html/details-add-summary-8-expected.png:
21517         * platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png:
21518         * platform/chromium-mac-leopard/fast/html/details-add-summary-9-expected.png:
21519         * platform/chromium-mac-leopard/fast/html/details-no-summary1-expected.png:
21520         * platform/chromium-mac-leopard/fast/html/details-no-summary2-expected.png:
21521         * platform/chromium-mac-leopard/fast/html/details-no-summary3-expected.png:
21522         * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png:
21523         * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png:
21524         * platform/chromium-mac-leopard/fast/html/details-open1-expected.png:
21525         * platform/chromium-mac-leopard/fast/html/details-open2-expected.png:
21526         * platform/chromium-mac-leopard/fast/html/details-open3-expected.png:
21527         * platform/chromium-mac-leopard/fast/html/details-open4-expected.png:
21528         * platform/chromium-mac-leopard/fast/html/details-open5-expected.png:
21529         * platform/chromium-mac-leopard/fast/html/details-open6-expected.png:
21530         * platform/chromium-mac-leopard/fast/html/details-position-expected.png:
21531         * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png:
21532         * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-expected.png:
21533         * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png:
21534         * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-expected.png:
21535         * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png:
21536         * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-expected.png:
21537         * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png:
21538         * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-expected.png:
21539         * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png:
21540         * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-expected.png:
21541         * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png:
21542         * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-expected.png:
21543         * platform/chromium-mac-leopard/fast/html/details-writing-mode-expected.png:
21544         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-5-expected.png.
21545         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Added.
21547 2011-04-18  John Knottenbelt  <jknotten@chromium.org>
21549         Unreviewed.
21551         [Chromium] Rebaseline after changes to RenderDetailsMarker (r84039)
21552         https://bugs.webkit.org/show_bug.cgi?id=58767
21554         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
21555         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
21556         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
21557         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
21558         * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
21559         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
21560         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
21561         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
21562         * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
21563         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
21564         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
21565         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
21566         * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
21567         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
21568         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
21569         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
21570         * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
21571         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
21572         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
21573         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
21574         * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
21575         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
21576         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
21577         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
21578         * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
21579         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
21580         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
21581         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
21582         * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
21583         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
21584         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
21585         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
21586         * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
21587         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
21588         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
21589         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
21590         * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
21591         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
21592         * platform/chromium-win/fast/html/details-no-summary1-expected.png:
21593         * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
21594         * platform/chromium-win/fast/html/details-no-summary2-expected.png:
21595         * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
21596         * platform/chromium-win/fast/html/details-no-summary3-expected.png:
21597         * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
21598         * platform/chromium-win/fast/html/details-no-summary4-expected.png:
21599         * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
21600         * platform/chromium-win/fast/html/details-open-javascript-expected.png:
21601         * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
21602         * platform/chromium-win/fast/html/details-open1-expected.png:
21603         * platform/chromium-win/fast/html/details-open1-expected.txt:
21604         * platform/chromium-win/fast/html/details-open2-expected.png:
21605         * platform/chromium-win/fast/html/details-open2-expected.txt:
21606         * platform/chromium-win/fast/html/details-open3-expected.png:
21607         * platform/chromium-win/fast/html/details-open3-expected.txt:
21608         * platform/chromium-win/fast/html/details-open4-expected.png:
21609         * platform/chromium-win/fast/html/details-open4-expected.txt:
21610         * platform/chromium-win/fast/html/details-open5-expected.png:
21611         * platform/chromium-win/fast/html/details-open5-expected.txt:
21612         * platform/chromium-win/fast/html/details-open6-expected.png:
21613         * platform/chromium-win/fast/html/details-open6-expected.txt:
21614         * platform/chromium-win/fast/html/details-position-expected.png:
21615         * platform/chromium-win/fast/html/details-position-expected.txt:
21616         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
21617         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
21618         * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
21619         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
21620         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
21621         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
21622         * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
21623         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
21624         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
21625         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
21626         * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
21627         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
21628         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
21629         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
21630         * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
21631         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
21632         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
21633         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
21634         * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
21635         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
21636         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
21637         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
21638         * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
21639         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
21640         * platform/chromium-win/fast/html/details-writing-mode-expected.png:
21641         * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
21642         * platform/chromium/test_expectations.txt:
21644 2011-04-17  Csaba Osztrogonác  <ossy@webkit.org>
21646         Update Qt specific expected files after r84039.
21648         * platform/qt/fast/html/details-[...] : Updated.
21650 2011-04-17  Dan Bernstein  <mitz@apple.com>
21652         Reviewed by Maciej Stachowiak.
21654         REGRESSION (r84096): <br> moved to the right in fast/block/float/032.html
21655         https://bugs.webkit.org/show_bug.cgi?id=58736
21657         Revert to the correct results.
21659         * platform/chromium-win/fast/block/float/032-expected.txt:
21660         * platform/gtk/fast/block/float/032-expected.txt:
21661         * platform/mac/fast/block/float/032-expected.txt:
21662         * platform/qt/fast/block/float/032-expected.txt:
21664 2011-04-17  Gavin Peters  <gavinp@chromium.org>
21666         Reviewed by Adam Barth.
21668         Add support for link rel type "subresource"
21669         https://bugs.webkit.org/show_bug.cgi?id=57842
21671         Link rel=prefetch is great for cache warming for resources on
21672         subsequent pages, but it launches requests at too low a priority
21673         to use for subresources of the current page.
21675         During testing, I was dissapointed to see the results for the http
21676         test below don't give the subresource priority ordering.  This is
21677         another instance of https://bugs.webkit.org/show_bug.cgi?id=49238
21678         which I'll be working on next, and thus fix the test.
21680         * fast/dom/HTMLLinkElement/subresource-expected.txt: Added.
21681         * fast/dom/HTMLLinkElement/subresource.html: Added.
21682         * http/tests/misc/link-rel-prefetch-and-subresource-expected.txt: Added.
21683         * http/tests/misc/link-rel-prefetch-and-subresource.html: Added.
21684         * platform/gtk/Skipped:
21685         * platform/mac/Skipped:
21686         * platform/qt/Skipped:
21687         * platform/win/Skipped:
21689 2011-04-16  Dan Bernstein  <mitz@apple.com>
21691         Updated results for fast/block/float/032.html after r84096. Filed http://webkit.org/b/58736 to
21692         track this change.
21694         * platform/chromium-win/fast/block/float/032-expected.txt:
21695         * platform/gtk/fast/block/float/032-expected.txt:
21696         * platform/mac/fast/block/float/032-expected.txt:
21697         * platform/qt/fast/block/float/032-expected.txt:
21699 2011-04-16  Balazs Kelemen  <kbalazs@webkit.org>
21701         Unreviewed.
21703         [Qt][WK2] Unskip fast/loader/null-request-after-willSendRequest.html since
21704         it is passing for a long time.
21706         * platform/qt-wk2/Skipped:
21708 2011-04-16  Dan Bernstein  <mitz@apple.com>
21710         Reviewed by Simon Fraser.
21712         <rdar://problem/9190108> Crash when hiding a float
21714         * fast/block/float/overhanging-tall-block.html: Added.
21715         * platform/mac/fast/block/float/overhanging-tall-block-expected.checksum: Added.
21716         * platform/mac/fast/block/float/overhanging-tall-block-expected.png: Added.
21717         * platform/mac/fast/block/float/overhanging-tall-block-expected.txt: Added.
21719 2011-04-16  Simon Fraser  <simon.fraser@apple.com>
21721         Fix border drawing tests to drop -webkit prefix on border-radius, and make the tests compatible with Firefox
21722         https://bugs.webkit.org/show_bug.cgi?id=58734
21724         Add result for new test.
21726         * platform/mac/fast/borders/webkit-border-radius-expected.checksum: Added.
21727         * platform/mac/fast/borders/webkit-border-radius-expected.png: Added.
21728         * platform/mac/fast/borders/webkit-border-radius-expected.txt: Added.
21730 2011-04-16  Simon Fraser  <simon.fraser@apple.com>
21732         Reviewed by Sam Weinig.
21734         Fix border drawing tests to drop -webkit prefix on border-radius, and make the tests compatible with Firefox
21735         https://bugs.webkit.org/show_bug.cgi?id=58734
21737         Drop the -webkit prefix on border-radius in the tests, and remove -moz-border-radius,
21738         since Firefox supports the unprefixed property now. This avoids the problem where
21739         -moz-border-radius and -webkit-border-radius had different behaviors when given two values.
21741         Also unprefix box-sizing for WebKit, and add a -moz prefixed version for Firefox.
21743         Add a test that compares the behavior of -webkit-border-radius and border-radius with
21744         two values.
21746         * fast/borders/border-radius-circle.html:
21747         * fast/borders/border-radius-constraints.html:
21748         * fast/borders/border-radius-groove-01.html:
21749         * fast/borders/border-radius-groove-02.html:
21750         * fast/borders/border-radius-groove-03.html:
21751         * fast/borders/border-radius-wide-border-01.html:
21752         * fast/borders/border-radius-wide-border-02.html:
21753         * fast/borders/border-radius-wide-border-03.html:
21754         * fast/borders/border-radius-wide-border-04.html:
21755         * fast/borders/borderRadiusAllStylesAllCorners.html:
21756         * fast/borders/borderRadiusArcs01.html:
21757         * fast/borders/borderRadiusDashed01.html:
21758         * fast/borders/borderRadiusDashed02.html:
21759         * fast/borders/borderRadiusDashed03.html:
21760         * fast/borders/borderRadiusDashed04.html:
21761         * fast/borders/borderRadiusDashed05.html:
21762         * fast/borders/borderRadiusDashed06.html:
21763         * fast/borders/borderRadiusDotted01.html:
21764         * fast/borders/borderRadiusDotted02.html:
21765         * fast/borders/borderRadiusDotted03.html:
21766         * fast/borders/borderRadiusDotted04.html:
21767         * fast/borders/borderRadiusDotted05.html:
21768         * fast/borders/borderRadiusDotted06.html:
21769         * fast/borders/borderRadiusDouble02.html:
21770         * fast/borders/borderRadiusDouble03.html:
21771         * fast/borders/borderRadiusDouble04.html:
21772         * fast/borders/borderRadiusDouble05.html:
21773         * fast/borders/borderRadiusDouble06.html:
21774         * fast/borders/borderRadiusDouble07.html:
21775         * fast/borders/borderRadiusDouble08.html:
21776         * fast/borders/borderRadiusDouble09.html:
21777         * fast/borders/borderRadiusGroove01.html:
21778         * fast/borders/borderRadiusGroove02.html:
21779         * fast/borders/webkit-border-radius.html: Added.
21780         * platform/mac/fast/borders/border-radius-groove-01-expected.checksum:
21781         * platform/mac/fast/borders/border-radius-groove-01-expected.png:
21782         * platform/mac/fast/borders/border-radius-groove-02-expected.png:
21783         * platform/mac/fast/borders/border-radius-groove-03-expected.checksum:
21784         * platform/mac/fast/borders/border-radius-groove-03-expected.png:
21785         * platform/mac/fast/borders/border-radius-inline-flow-expected.png:
21786         * platform/mac/fast/borders/border-radius-split-inline-expected.png:
21787         * platform/mac/fast/borders/border-radius-wide-border-01-expected.png:
21788         * platform/mac/fast/borders/border-radius-wide-border-02-expected.png:
21789         * platform/mac/fast/borders/border-radius-wide-border-03-expected.checksum:
21790         * platform/mac/fast/borders/border-radius-wide-border-03-expected.png:
21791         * platform/mac/fast/borders/border-radius-wide-border-04-expected.checksum:
21792         * platform/mac/fast/borders/border-radius-wide-border-04-expected.png:
21793         * platform/mac/fast/borders/borderRadiusDashed01-expected.png:
21794         * platform/mac/fast/borders/borderRadiusDashed02-expected.png:
21795         * platform/mac/fast/borders/borderRadiusDashed03-expected.png:
21796         * platform/mac/fast/borders/borderRadiusDashed04-expected.png:
21797         * platform/mac/fast/borders/borderRadiusDashed05-expected.png:
21798         * platform/mac/fast/borders/borderRadiusDashed06-expected.checksum:
21799         * platform/mac/fast/borders/borderRadiusDashed06-expected.png:
21800         * platform/mac/fast/borders/borderRadiusDotted01-expected.png:
21801         * platform/mac/fast/borders/borderRadiusDotted02-expected.png:
21802         * platform/mac/fast/borders/borderRadiusDotted03-expected.png:
21803         * platform/mac/fast/borders/borderRadiusDotted04-expected.png:
21804         * platform/mac/fast/borders/borderRadiusDotted05-expected.png:
21805         * platform/mac/fast/borders/borderRadiusDotted06-expected.checksum:
21806         * platform/mac/fast/borders/borderRadiusDotted06-expected.png:
21807         * platform/mac/fast/borders/borderRadiusDouble01-expected.png:
21808         * platform/mac/fast/borders/borderRadiusDouble02-expected.png:
21809         * platform/mac/fast/borders/borderRadiusDouble03-expected.png:
21810         * platform/mac/fast/borders/borderRadiusDouble04-expected.png:
21811         * platform/mac/fast/borders/borderRadiusDouble05-expected.checksum:
21812         * platform/mac/fast/borders/borderRadiusDouble05-expected.png:
21813         * platform/mac/fast/borders/borderRadiusDouble06-expected.checksum:
21814         * platform/mac/fast/borders/borderRadiusDouble06-expected.png:
21815         * platform/mac/fast/borders/borderRadiusDouble07-expected.checksum:
21816         * platform/mac/fast/borders/borderRadiusDouble07-expected.png:
21817         * platform/mac/fast/borders/borderRadiusDouble08-expected.checksum:
21818         * platform/mac/fast/borders/borderRadiusDouble08-expected.png:
21819         * platform/mac/fast/borders/borderRadiusDouble09-expected.checksum:
21820         * platform/mac/fast/borders/borderRadiusDouble09-expected.png:
21821         * platform/mac/fast/borders/borderRadiusGroove01-expected.png:
21822         * platform/mac/fast/borders/borderRadiusGroove02-expected.png:
21823         * platform/mac/fast/borders/borderRadiusInset01-expected.png:
21824         * platform/mac/fast/borders/borderRadiusInvalidColor-expected.png:
21825         * platform/mac/fast/borders/borderRadiusOutset01-expected.png:
21826         * platform/mac/fast/borders/borderRadiusRidge01-expected.png:
21827         * platform/mac/fast/borders/borderRadiusSolid01-expected.png:
21828         * platform/mac/fast/borders/borderRadiusSolid02-expected.png:
21829         * platform/mac/fast/borders/borderRadiusSolid03-expected.png:
21831 2011-04-16  Leo Yang  <leoyang.webkit@gmail.com>
21833         Reviewed by Nikolas Zimmermann.
21835         ASSERT failure when svg <use> element changes href
21836         https://bugs.webkit.org/show_bug.cgi?id=58726
21838         Test case to verify assertion at line 509 of SVGUseElement.cpp.
21839         Test passes if no crash occurs in debug mode.
21841         * svg/custom/use-crash-when-href-change-expected.txt: Added.
21842         * svg/custom/use-crash-when-href-change.svg: Added.
21844 2011-04-16  Abhishek Arya  <inferno@chromium.org>
21846         Reviewed by Nikolas Zimmermann.
21848         Tests that we do not crash when adding a list item block child
21849         as a before child to svg text.
21850         https://bugs.webkit.org/show_bug.cgi?id=58678
21852         * svg/text/text-block-child-crash-expected.txt: Added.
21853         * svg/text/text-block-child-crash.xhtml: Added.
21855 2011-04-16  Sergio Villar Senin  <svillar@igalia.com>
21857         Unreviewed, new GTK+ test expectations after r84039.
21859         * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt:
21860         * platform/gtk/fast/html/details-add-summary-1-expected.txt:
21861         * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt:
21862         * platform/gtk/fast/html/details-add-summary-10-expected.txt:
21863         * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt:
21864         * platform/gtk/fast/html/details-add-summary-2-expected.txt:
21865         * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt:
21866         * platform/gtk/fast/html/details-add-summary-3-expected.txt:
21867         * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt:
21868         * platform/gtk/fast/html/details-add-summary-4-expected.txt:
21869         * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt:
21870         * platform/gtk/fast/html/details-add-summary-5-expected.txt:
21871         * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt:
21872         * platform/gtk/fast/html/details-add-summary-6-expected.txt:
21873         * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt:
21874         * platform/gtk/fast/html/details-add-summary-7-expected.txt:
21875         * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt:
21876         * platform/gtk/fast/html/details-add-summary-8-expected.txt:
21877         * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt:
21878         * platform/gtk/fast/html/details-add-summary-9-expected.txt:
21879         * platform/gtk/fast/html/details-no-summary1-expected.txt:
21880         * platform/gtk/fast/html/details-no-summary2-expected.txt:
21881         * platform/gtk/fast/html/details-no-summary3-expected.txt:
21882         * platform/gtk/fast/html/details-no-summary4-expected.txt:
21883         * platform/gtk/fast/html/details-open-javascript-expected.txt:
21884         * platform/gtk/fast/html/details-open1-expected.txt:
21885         * platform/gtk/fast/html/details-open2-expected.txt:
21886         * platform/gtk/fast/html/details-open3-expected.txt:
21887         * platform/gtk/fast/html/details-open4-expected.txt:
21888         * platform/gtk/fast/html/details-open5-expected.txt:
21889         * platform/gtk/fast/html/details-open6-expected.txt:
21890         * platform/gtk/fast/html/details-position-expected.txt:
21891         * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt:
21892         * platform/gtk/fast/html/details-remove-summary-1-expected.txt:
21893         * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt:
21894         * platform/gtk/fast/html/details-remove-summary-2-expected.txt:
21895         * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt:
21896         * platform/gtk/fast/html/details-remove-summary-3-expected.txt:
21897         * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt:
21898         * platform/gtk/fast/html/details-remove-summary-4-expected.txt:
21899         * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt:
21900         * platform/gtk/fast/html/details-remove-summary-5-expected.txt:
21901         * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt:
21902         * platform/gtk/fast/html/details-remove-summary-6-expected.txt:
21903         * platform/gtk/fast/html/details-writing-mode-expected.txt:
21905 2011-04-15  Ilya Tikhonovsky  <loislo@chromium.org>
21907         Reviewed by Pavel Feldman.
21909         Web Inspector: The list of Database entries is empty if the page opens a database just before Web Inspector.
21910         https://bugs.webkit.org/show_bug.cgi?id=57833
21912         * http/tests/inspector-enabled/database-open.html:
21914 2011-04-15  Adam Barth  <abarth@webkit.org>
21916         Reviewed by Eric Seidel.
21918         CSP media-src is missing
21919         https://bugs.webkit.org/show_bug.cgi?id=58642
21921         These tests are adapted from the other media loading tests.
21923         * http/tests/security/contentSecurityPolicy/media-src-allowed-expected.txt: Added.
21924         * http/tests/security/contentSecurityPolicy/media-src-allowed.html: Added.
21925         * http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt: Added.
21926         * http/tests/security/contentSecurityPolicy/media-src-blocked.html: Added.
21928 2011-04-15  Adam Barth  <abarth@webkit.org>
21930         Reviewed by Eric Seidel.
21932         CSP should block string arguments to setTimeout and setInterval unless options eval-script
21933         https://bugs.webkit.org/show_bug.cgi?id=58610
21935         Herein lies a four-way testing matrix.
21937         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-allowed-expected.txt: Added.
21938         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-allowed.html: Added.
21939         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked-expected.txt: Added.
21940         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked.html: Added.
21941         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-allowed-expected.txt: Added.
21942         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-allowed.html: Added.
21943         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked-expected.txt: Added.
21944         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked.html: Added.
21946 2011-04-15  Chang Shu  <cshu@webkit.org>
21948         Reviewed by Alexey Proskuryakov.
21950         When a message with url embedded is added to console, the "file:" scheme
21951         and path should be stripped.
21952         https://bugs.webkit.org/show_bug.cgi?id=58665
21954         Unskip passed tests.
21956         * platform/mac-wk2/Skipped:
21957         * platform/qt-wk2/Skipped:
21959 2011-04-15  Vsevolod Vlasov  <vsevik@chromium.org>
21961         Reviewed by Adam Barth.
21963         Show a console message when X-Frame-Options blocks a load
21964         https://bugs.webkit.org/show_bug.cgi?id=39087
21966         Added console message when X-Frame-Options headers block resource loading
21968         * http/tests/inspector/network/x-frame-options-deny-expected.txt:
21969         * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
21970         * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
21972 2011-04-15  Luiz Agostini  <luiz.agostini@openbossa.org>
21974         Rubberstamped by Andreas Kling.
21976         [Qt] QWebPage MIME type handling inconsistency with other web browsers
21977         https://bugs.webkit.org/show_bug.cgi?id=46968
21979         Unskipping http/tests/loading/text-content-type-with-binary-extension.html.
21981         * platform/qt/Skipped:
21983 2011-04-15  Emil A Eklund  <eae@chromium.org>
21985         Reviewed by Dimitri Glazkov.
21987         input field with focus makes appendChild operation ~42x slower
21988         https://bugs.webkit.org/show_bug.cgi?id=57059
21990         Add performance test for cloneNode when an input field has focus.
21992         * perf/clone-with-focus-expected.txt: Added.
21993         * perf/clone-with-focus.html: Added.
21995 2011-04-15  Charlie Reis  <creis@chromium.org>
21997         Reviewed by Darin Fisher.
21999         [Chromium] fast/events/popup-allowed-from-gesture-initiated-form-submit.html causing debug ASSERT
22000         https://bugs.webkit.org/show_bug.cgi?id=44079
22002         Remove an assert whose invariant doesn't hold.
22004         * platform/chromium/test_expectations.txt: Re-enable test.
22006 2011-04-15  Kinuko Yasuda  <kinuko@chromium.org>
22008         Reviewed by David Levin.
22010         Expose unified Quota API if QUOTA build flag is enabled
22011         https://bugs.webkit.org/show_bug.cgi?id=58648
22013         Added a layout test, also added skipped entries on platforms
22014         where the QUOTA flag is not enabled.
22016         * platform/chromium/test_expectations.txt:
22017         * platform/gtk/Skipped:
22018         * platform/mac/Skipped:
22019         * platform/qt/Skipped:
22020         * platform/win/Skipped:
22021         * storage/script-tests/TEMPLATE.html: Added.
22022         * storage/script-tests/storageinfo-query-usage.js: Added.
22023         * storage/storageinfo-query-usage-expected.txt: Added.
22024         * storage/storageinfo-query-usage.html: Added.
22026 2011-04-15  Oliver Hunt  <oliver@apple.com>
22028         GC allocate Structure
22029         https://bugs.webkit.org/show_bug.cgi?id=58483
22031         Rolling r83894 r83827 r83810 r83809 r83808 back in with
22032         a workaround for the gcc bug seen by the gtk bots
22034         * fast/dom/gc-10.html:
22036 2011-04-15  Andreas Kling  <kling@webkit.org>
22038         Unreviewed, remove a Qt-specific expectation that's no longer needed.
22040         * platform/qt/Skipped:
22041         * platform/qt/fast/loader/onload-policy-ignore-for-frame-expected.txt: Removed.
22043 2011-04-15  MORITA Hajime  <morrita@google.com>
22045         Reviewed by Dimitri Glazkov.
22047         RenderDetailsMarker should belong to shadow element.
22048         https://bugs.webkit.org/show_bug.cgi?id=58591
22050         * Render tree structure has changed.
22051         * Changed style rule on details-writing-mode.html to avoid to hit shadow CSS leak bug.
22053         * fast/html/details-writing-mode.html:
22054         * platform/chromium/test_expectations.txt:
22055         * platform/mac/fast/html/details-add-summary-1-and-click-expected.checksum:
22056         * platform/mac/fast/html/details-add-summary-1-and-click-expected.png:
22057         * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
22058         * platform/mac/fast/html/details-add-summary-1-expected.checksum:
22059         * platform/mac/fast/html/details-add-summary-1-expected.png:
22060         * platform/mac/fast/html/details-add-summary-1-expected.txt:
22061         * platform/mac/fast/html/details-add-summary-10-and-click-expected.checksum:
22062         * platform/mac/fast/html/details-add-summary-10-and-click-expected.png:
22063         * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
22064         * platform/mac/fast/html/details-add-summary-10-expected.checksum:
22065         * platform/mac/fast/html/details-add-summary-10-expected.png:
22066         * platform/mac/fast/html/details-add-summary-10-expected.txt:
22067         * platform/mac/fast/html/details-add-summary-2-and-click-expected.checksum:
22068         * platform/mac/fast/html/details-add-summary-2-and-click-expected.png:
22069         * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
22070         * platform/mac/fast/html/details-add-summary-2-expected.checksum:
22071         * platform/mac/fast/html/details-add-summary-2-expected.png:
22072         * platform/mac/fast/html/details-add-summary-2-expected.txt:
22073         * platform/mac/fast/html/details-add-summary-3-and-click-expected.checksum:
22074         * platform/mac/fast/html/details-add-summary-3-and-click-expected.png:
22075         * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
22076         * platform/mac/fast/html/details-add-summary-3-expected.checksum:
22077         * platform/mac/fast/html/details-add-summary-3-expected.png:
22078         * platform/mac/fast/html/details-add-summary-3-expected.txt:
22079         * platform/mac/fast/html/details-add-summary-4-and-click-expected.checksum:
22080         * platform/mac/fast/html/details-add-summary-4-and-click-expected.png:
22081         * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
22082         * platform/mac/fast/html/details-add-summary-4-expected.checksum:
22083         * platform/mac/fast/html/details-add-summary-4-expected.png:
22084         * platform/mac/fast/html/details-add-summary-4-expected.txt:
22085         * platform/mac/fast/html/details-add-summary-5-and-click-expected.checksum:
22086         * platform/mac/fast/html/details-add-summary-5-and-click-expected.png:
22087         * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
22088         * platform/mac/fast/html/details-add-summary-5-expected.checksum:
22089         * platform/mac/fast/html/details-add-summary-5-expected.png:
22090         * platform/mac/fast/html/details-add-summary-5-expected.txt:
22091         * platform/mac/fast/html/details-add-summary-6-and-click-expected.checksum:
22092         * platform/mac/fast/html/details-add-summary-6-and-click-expected.png:
22093         * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
22094         * platform/mac/fast/html/details-add-summary-6-expected.checksum:
22095         * platform/mac/fast/html/details-add-summary-6-expected.png:
22096         * platform/mac/fast/html/details-add-summary-6-expected.txt:
22097         * platform/mac/fast/html/details-add-summary-7-and-click-expected.checksum:
22098         * platform/mac/fast/html/details-add-summary-7-and-click-expected.png:
22099         * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
22100         * platform/mac/fast/html/details-add-summary-7-expected.checksum:
22101         * platform/mac/fast/html/details-add-summary-7-expected.png:
22102         * platform/mac/fast/html/details-add-summary-7-expected.txt:
22103         * platform/mac/fast/html/details-add-summary-8-and-click-expected.checksum:
22104         * platform/mac/fast/html/details-add-summary-8-and-click-expected.png:
22105         * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
22106         * platform/mac/fast/html/details-add-summary-8-expected.checksum:
22107         * platform/mac/fast/html/details-add-summary-8-expected.png:
22108         * platform/mac/fast/html/details-add-summary-8-expected.txt:
22109         * platform/mac/fast/html/details-add-summary-9-and-click-expected.checksum:
22110         * platform/mac/fast/html/details-add-summary-9-and-click-expected.png:
22111         * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
22112         * platform/mac/fast/html/details-add-summary-9-expected.checksum:
22113         * platform/mac/fast/html/details-add-summary-9-expected.png:
22114         * platform/mac/fast/html/details-add-summary-9-expected.txt:
22115         * platform/mac/fast/html/details-no-summary1-expected.checksum:
22116         * platform/mac/fast/html/details-no-summary1-expected.png:
22117         * platform/mac/fast/html/details-no-summary1-expected.txt:
22118         * platform/mac/fast/html/details-no-summary2-expected.checksum:
22119         * platform/mac/fast/html/details-no-summary2-expected.png:
22120         * platform/mac/fast/html/details-no-summary2-expected.txt:
22121         * platform/mac/fast/html/details-no-summary3-expected.checksum:
22122         * platform/mac/fast/html/details-no-summary3-expected.png:
22123         * platform/mac/fast/html/details-no-summary3-expected.txt:
22124         * platform/mac/fast/html/details-no-summary4-expected.checksum:
22125         * platform/mac/fast/html/details-no-summary4-expected.png:
22126         * platform/mac/fast/html/details-no-summary4-expected.txt:
22127         * platform/mac/fast/html/details-open-javascript-expected.checksum:
22128         * platform/mac/fast/html/details-open-javascript-expected.png:
22129         * platform/mac/fast/html/details-open-javascript-expected.txt:
22130         * platform/mac/fast/html/details-open1-expected.checksum:
22131         * platform/mac/fast/html/details-open1-expected.png:
22132         * platform/mac/fast/html/details-open1-expected.txt:
22133         * platform/mac/fast/html/details-open2-expected.checksum:
22134         * platform/mac/fast/html/details-open2-expected.png:
22135         * platform/mac/fast/html/details-open2-expected.txt:
22136         * platform/mac/fast/html/details-open3-expected.checksum:
22137         * platform/mac/fast/html/details-open3-expected.png:
22138         * platform/mac/fast/html/details-open3-expected.txt:
22139         * platform/mac/fast/html/details-open4-expected.checksum:
22140         * platform/mac/fast/html/details-open4-expected.png:
22141         * platform/mac/fast/html/details-open4-expected.txt:
22142         * platform/mac/fast/html/details-open5-expected.checksum:
22143         * platform/mac/fast/html/details-open5-expected.png:
22144         * platform/mac/fast/html/details-open5-expected.txt:
22145         * platform/mac/fast/html/details-open6-expected.checksum:
22146         * platform/mac/fast/html/details-open6-expected.png:
22147         * platform/mac/fast/html/details-open6-expected.txt:
22148         * platform/mac/fast/html/details-position-expected.checksum:
22149         * platform/mac/fast/html/details-position-expected.png:
22150         * platform/mac/fast/html/details-position-expected.txt:
22151         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.checksum:
22152         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.png:
22153         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
22154         * platform/mac/fast/html/details-remove-summary-1-expected.checksum:
22155         * platform/mac/fast/html/details-remove-summary-1-expected.png:
22156         * platform/mac/fast/html/details-remove-summary-1-expected.txt:
22157         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.checksum:
22158         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.png:
22159         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
22160         * platform/mac/fast/html/details-remove-summary-2-expected.checksum:
22161         * platform/mac/fast/html/details-remove-summary-2-expected.png:
22162         * platform/mac/fast/html/details-remove-summary-2-expected.txt:
22163         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.checksum:
22164         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.png:
22165         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
22166         * platform/mac/fast/html/details-remove-summary-3-expected.checksum:
22167         * platform/mac/fast/html/details-remove-summary-3-expected.png:
22168         * platform/mac/fast/html/details-remove-summary-3-expected.txt:
22169         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.checksum:
22170         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.png:
22171         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
22172         * platform/mac/fast/html/details-remove-summary-4-expected.checksum:
22173         * platform/mac/fast/html/details-remove-summary-4-expected.png:
22174         * platform/mac/fast/html/details-remove-summary-4-expected.txt:
22175         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.checksum:
22176         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.png:
22177         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
22178         * platform/mac/fast/html/details-remove-summary-5-expected.checksum:
22179         * platform/mac/fast/html/details-remove-summary-5-expected.png:
22180         * platform/mac/fast/html/details-remove-summary-5-expected.txt:
22181         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.checksum:
22182         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.png:
22183         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
22184         * platform/mac/fast/html/details-remove-summary-6-expected.checksum:
22185         * platform/mac/fast/html/details-remove-summary-6-expected.png:
22186         * platform/mac/fast/html/details-remove-summary-6-expected.txt:
22187         * platform/mac/fast/html/details-writing-mode-expected.checksum:
22188         * platform/mac/fast/html/details-writing-mode-expected.png:
22189         * platform/mac/fast/html/details-writing-mode-expected.txt:
22191 2011-04-15  Adrienne Walker  <enne@google.com>
22193         [chromium] Unreviewed, update baselines for compositing changes.
22194         https://bugs.webkit.org/show_bug.cgi?id=57113
22196         * platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.png:
22197         * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.png:
22198         * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png:
22199         * platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.png:
22200         * platform/chromium-gpu-linux/platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
22201         * platform/chromium-gpu-linux/platform/chromium/compositing/layout-width-change-expected.png:
22202         * platform/chromium-gpu-mac/compositing/geometry/fixed-position-expected.png:
22203         * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.png:
22204         * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.png:
22205         * platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
22206         * platform/chromium-gpu-mac/compositing/tiling/huge-layer-img-expected.png: Added.
22207         * platform/chromium-gpu-mac/compositing/tiling/huge-layer-img-expected.txt: Added.
22208         * platform/chromium-gpu-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
22209         * platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.png:
22210         * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.png:
22211         * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.png:
22212         * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.png:
22213         * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.png:
22214         * platform/chromium-gpu-win/compositing/tiling/huge-layer-img-expected.png: Added.
22215         * platform/chromium-gpu-win/platform/chromium/compositing/huge-layer-rotated-expected.png:
22216         * platform/chromium-gpu-win/platform/chromium/compositing/layout-width-change-expected.png:
22217         * platform/chromium/test_expectations.txt:
22219 2011-04-15  Andreas Kling  <kling@webkit.org>
22221         Skip failing tests after r84010 and r84012.
22223         * platform/qt/Skipped:
22225 2011-04-15  Brian Weinstein  <bweinstein@apple.com>
22227         REGRESSION(r81262): plugins/refcount-leaks.html failing on Windows
22228         https://bugs.webkit.org/show_bug.cgi?id=56478
22230         Unskip plugins/refcount-leaks.html on Windows because it is now
22231         passing on release and debug.
22233         * platform/win/Skipped:
22235 2011-04-15  James Robinson  <jamesr@chromium.org>
22237         Add chromium linux expectations for direct-image-compositing.html
22239         * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.checksum:
22240         * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png:
22241         * platform/chromium/test_expectations.txt:
22243 2011-04-15  Chris Rogers  <crogers@google.com>
22245         Unreviewed.
22247         Update test_expectations.txt with more failing fast/borders tests
22248         https://bugs.webkit.org/show_bug.cgi?id=58685
22250         * platform/chromium/test_expectations.txt:
22252 2011-04-15  Andreas Kling  <kling@webkit.org>
22254         Rolling out accidental part of r84010.
22256         * fast/forms/button-line-break.html: Removed.
22258 2011-04-15  Andreas Kling  <kling@webkit.org>
22260         Reviewed by Antonio Gomes.
22262         [Qt] DRT: Default custom policy delegate decision should be Ignore.
22264         * platform/qt/Skipped: Unskip now passing tests.
22266 2011-04-15  Andreas Kling  <kling@webkit.org>
22268         Reviewed by Antonio Gomes.
22270         [Qt] DRT: Block access to external URLs.
22272         * platform/qt/Skipped: Unskip now passing tests.
22274 2011-04-15  James Robinson  <jamesr@chromium.org>
22276         Fix duplicate expectation for compositing/tiling/huge-layer-img.html on chromium mac.
22278         * platform/chromium/test_expectations.txt:
22280 2011-04-15  Simon Fraser  <simon.fraser@apple.com>
22282         Reviewed by Beth Dakin.
22284         Some borders with border-radius do not have rounded inner edges
22285         https://bugs.webkit.org/show_bug.cgi?id=58457
22287         Pixel tests for various combinations of border styles and radii.
22288         Update pixel results for affected tests.
22291         * fast/borders/mixed-border-styles-radius.html: Added.
22292         * fast/borders/mixed-border-styles-radius2.html: Added.
22293         * fast/borders/mixed-border-styles.html: Added.
22294         * platform/mac/fast/borders/border-radius-constraints-expected.checksum:
22295         * platform/mac/fast/borders/border-radius-constraints-expected.png:
22296         * platform/mac/fast/borders/mixed-border-styles-expected.checksum: Added.
22297         * platform/mac/fast/borders/mixed-border-styles-expected.png: Added.
22298         * platform/mac/fast/borders/mixed-border-styles-expected.txt: Added.
22299         * platform/mac/fast/borders/mixed-border-styles-radius-expected.checksum: Added.
22300         * platform/mac/fast/borders/mixed-border-styles-radius-expected.png: Added.
22301         * platform/mac/fast/borders/mixed-border-styles-radius-expected.txt: Added.
22302         * platform/mac/fast/borders/mixed-border-styles-radius2-expected.checksum: Added.
22303         * platform/mac/fast/borders/mixed-border-styles-radius2-expected.png: Added.
22304         * platform/mac/fast/borders/mixed-border-styles-radius2-expected.txt: Added.
22306 2011-04-13  Xiaomei Ji  <xji@chromium.org>
22308         Reviewed by Ryosuke Niwa.
22310         Continue (3rd) experiment with moving caret by word in visual order.
22311         https://bugs.webkit.org/show_bug.cgi?id=58294
22313         * editing/selection/move-by-word-visually-expected.txt:
22314         * editing/selection/move-by-word-visually.html:
22316 2011-04-15  Simon Fraser  <simon.fraser@apple.com>
22318         Rebaseline Mac pixel results in fast/ on SnowLeopard.
22320         * platform/mac/fast/backgrounds/animated-svg-as-background-expected.checksum:
22321         * platform/mac/fast/backgrounds/animated-svg-as-background-expected.png:
22322         * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.checksum:
22323         * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.png:
22324         * platform/mac/fast/backgrounds/size/backgroundSize17-expected.checksum:
22325         * platform/mac/fast/backgrounds/size/backgroundSize17-expected.png:
22326         * platform/mac/fast/backgrounds/size/backgroundSize20-expected.checksum:
22327         * platform/mac/fast/backgrounds/size/backgroundSize20-expected.png:
22328         * platform/mac/fast/block/basic/011-expected.checksum:
22329         * platform/mac/fast/block/basic/011-expected.png:
22330         * platform/mac/fast/block/float/float-avoidance-expected.checksum:
22331         * platform/mac/fast/block/float/float-avoidance-expected.png:
22332         * platform/mac/fast/block/margin-collapse/103-expected.checksum:
22333         * platform/mac/fast/block/margin-collapse/103-expected.png:
22334         * platform/mac/fast/block/positioning/auto/005-expected.checksum:
22335         * platform/mac/fast/block/positioning/auto/005-expected.png:
22336         * platform/mac/fast/block/positioning/auto/006-expected.checksum:
22337         * platform/mac/fast/block/positioning/auto/006-expected.png:
22338         * platform/mac/fast/block/positioning/auto/vertical-lr/005-expected.checksum:
22339         * platform/mac/fast/block/positioning/auto/vertical-lr/005-expected.png:
22340         * platform/mac/fast/block/positioning/auto/vertical-lr/006-expected.checksum:
22341         * platform/mac/fast/block/positioning/auto/vertical-lr/006-expected.png:
22342         * platform/mac/fast/block/positioning/auto/vertical-rl/005-expected.checksum:
22343         * platform/mac/fast/block/positioning/auto/vertical-rl/005-expected.png:
22344         * platform/mac/fast/block/positioning/auto/vertical-rl/006-expected.checksum:
22345         * platform/mac/fast/block/positioning/auto/vertical-rl/006-expected.png:
22346         * platform/mac/fast/borders/border-radius-circle-expected.checksum:
22347         * platform/mac/fast/borders/border-radius-circle-expected.png:
22348         * platform/mac/fast/borders/border-radius-huge-assert-expected.checksum:
22349         * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
22350         * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum:
22351         * platform/mac/fast/borders/svg-as-border-image-2-expected.png:
22352         * platform/mac/fast/box-shadow/border-radius-big-expected.checksum:
22353         * platform/mac/fast/box-shadow/border-radius-big-expected.png:
22354         * platform/mac/fast/box-shadow/box-shadow-transformed-expected.checksum:
22355         * platform/mac/fast/box-shadow/box-shadow-transformed-expected.png:
22356         * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum:
22357         * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
22358         * platform/mac/fast/box-shadow/spread-expected.checksum:
22359         * platform/mac/fast/box-shadow/spread-expected.png:
22360         * platform/mac/fast/box-shadow/spread-multiple-inset-expected.checksum:
22361         * platform/mac/fast/box-shadow/spread-multiple-inset-expected.png:
22362         * platform/mac/fast/box-shadow/spread-multiple-normal-expected.checksum:
22363         * platform/mac/fast/box-shadow/spread-multiple-normal-expected.png:
22364         * platform/mac/fast/canvas/canvas-incremental-repaint-expected.checksum:
22365         * platform/mac/fast/canvas/canvas-incremental-repaint-expected.png:
22366         * platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.checksum:
22367         * platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.png:
22368         * platform/mac/fast/canvas/drawImage-expected.checksum:
22369         * platform/mac/fast/canvas/drawImage-expected.png:
22370         * platform/mac/fast/canvas/webgl/css-webkit-canvas-expected.checksum:
22371         * platform/mac/fast/canvas/webgl/css-webkit-canvas-expected.png:
22372         * platform/mac/fast/canvas/webgl/css-webkit-canvas-repaint-expected.checksum:
22373         * platform/mac/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png:
22374         * platform/mac/fast/css/font-face-default-font-expected.checksum:
22375         * platform/mac/fast/css/font-face-default-font-expected.png:
22376         * platform/mac/fast/css/font_property_normal-expected.checksum:
22377         * platform/mac/fast/css/font_property_normal-expected.png:
22378         * platform/mac/fast/css/line-height-font-order-expected.checksum:
22379         * platform/mac/fast/css/line-height-font-order-expected.png:
22380         * platform/mac/fast/forms/001-expected.checksum:
22381         * platform/mac/fast/forms/001-expected.png:
22382         * platform/mac/fast/forms/basic-inputs-expected.checksum:
22383         * platform/mac/fast/forms/basic-inputs-expected.png:
22384         * platform/mac/fast/forms/box-shadow-override-expected.checksum:
22385         * platform/mac/fast/forms/box-shadow-override-expected.png:
22386         * platform/mac/fast/forms/checkbox-radio-onchange-expected.checksum:
22387         * platform/mac/fast/forms/checkbox-radio-onchange-expected.png:
22388         * platform/mac/fast/forms/file-input-disabled-expected.checksum:
22389         * platform/mac/fast/forms/file-input-disabled-expected.png:
22390         * platform/mac/fast/forms/form-element-geometry-expected.checksum:
22391         * platform/mac/fast/forms/form-element-geometry-expected.png:
22392         * platform/mac/fast/forms/formmove-expected.checksum:
22393         * platform/mac/fast/forms/formmove-expected.png:
22394         * platform/mac/fast/forms/formmove2-expected.checksum:
22395         * platform/mac/fast/forms/formmove2-expected.png:
22396         * platform/mac/fast/forms/indeterminate-expected.checksum:
22397         * platform/mac/fast/forms/indeterminate-expected.png:
22398         * platform/mac/fast/forms/input-appearance-height-expected.checksum:
22399         * platform/mac/fast/forms/input-appearance-height-expected.png:
22400         * platform/mac/fast/forms/input-value-expected.checksum:
22401         * platform/mac/fast/forms/input-value-expected.png:
22402         * platform/mac/fast/forms/minWidthPercent-expected.checksum:
22403         * platform/mac/fast/forms/minWidthPercent-expected.png:
22404         * platform/mac/fast/forms/radio-attr-order-expected.checksum:
22405         * platform/mac/fast/forms/radio-attr-order-expected.png:
22406         * platform/mac/fast/forms/radio-nested-labels-expected.checksum:
22407         * platform/mac/fast/forms/radio-nested-labels-expected.png:
22408         * platform/mac/fast/forms/radio_checked-expected.checksum:
22409         * platform/mac/fast/forms/radio_checked-expected.png:
22410         * platform/mac/fast/forms/radio_checked_dynamic-expected.checksum:
22411         * platform/mac/fast/forms/radio_checked_dynamic-expected.png:
22412         * platform/mac/fast/images/animated-svg-as-image-expected.checksum:
22413         * platform/mac/fast/images/animated-svg-as-image-expected.png:
22414         * platform/mac/fast/images/imagemap-case-expected.checksum:
22415         * platform/mac/fast/images/imagemap-case-expected.png:
22416         * platform/mac/fast/images/imagemap-circle-focus-ring-expected.checksum:
22417         * platform/mac/fast/images/imagemap-circle-focus-ring-expected.png:
22418         * platform/mac/fast/images/imagemap-focus-ring-zoom-expected.checksum:
22419         * platform/mac/fast/images/imagemap-focus-ring-zoom-expected.png:
22420         * platform/mac/fast/images/imagemap-polygon-focus-ring-expected.checksum:
22421         * platform/mac/fast/images/imagemap-polygon-focus-ring-expected.png:
22422         * platform/mac/fast/inline/positionedLifetime-expected.checksum:
22423         * platform/mac/fast/inline/positionedLifetime-expected.png:
22424         * platform/mac/fast/invalid/019-expected.checksum:
22425         * platform/mac/fast/invalid/019-expected.png:
22426         * platform/mac/fast/invalid/missing-address-end-tag-expected.checksum:
22427         * platform/mac/fast/invalid/missing-address-end-tag-expected.png:
22428         * platform/mac/fast/invalid/table-inside-stray-table-content-expected.checksum:
22429         * platform/mac/fast/invalid/table-inside-stray-table-content-expected.png:
22430         * platform/mac/fast/lists/003-vertical-expected.checksum:
22431         * platform/mac/fast/lists/003-vertical-expected.png:
22432         * platform/mac/fast/media/media-query-invalid-value-expected.checksum:
22433         * platform/mac/fast/media/media-query-invalid-value-expected.png:
22434         * platform/mac/fast/overflow/003-expected.checksum:
22435         * platform/mac/fast/overflow/003-expected.png:
22436         * platform/mac/fast/overflow/overflow-x-y-expected.checksum:
22437         * platform/mac/fast/overflow/overflow-x-y-expected.png:
22438         * platform/mac/fast/parser/bad-xml-slash-expected.checksum:
22439         * platform/mac/fast/parser/bad-xml-slash-expected.png:
22440         * platform/mac/fast/repaint/box-shadow-h-expected.checksum:
22441         * platform/mac/fast/repaint/box-shadow-h-expected.png:
22442         * platform/mac/fast/repaint/control-clip-expected.checksum:
22443         * platform/mac/fast/repaint/control-clip-expected.png:
22444         * platform/mac/fast/repaint/list-marker-expected.checksum:
22445         * platform/mac/fast/repaint/list-marker-expected.png:
22446         * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.checksum:
22447         * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:
22448         * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum:
22449         * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
22450         * platform/mac/fast/repaint/transform-replaced-shadows-expected.checksum:
22451         * platform/mac/fast/repaint/transform-replaced-shadows-expected.png:
22452         * platform/mac/fast/replaced/replaced-breaking-expected.checksum:
22453         * platform/mac/fast/replaced/replaced-breaking-expected.png:
22454         * platform/mac/fast/text/emphasis-vertical-expected.checksum:
22455         * platform/mac/fast/text/emphasis-vertical-expected.png:
22456         * platform/mac/fast/text/hyphenate-limit-before-after-expected.checksum:
22457         * platform/mac/fast/text/hyphenate-limit-before-after-expected.png:
22458         * platform/mac/fast/text/international/bidi-linebreak-001-expected.checksum:
22459         * platform/mac/fast/text/international/bidi-linebreak-001-expected.png:
22460         * platform/mac/fast/text/international/bidi-linebreak-002-expected.checksum:
22461         * platform/mac/fast/text/international/bidi-linebreak-002-expected.png:
22462         * platform/mac/fast/text/international/bidi-linebreak-003-expected.checksum:
22463         * platform/mac/fast/text/international/bidi-linebreak-003-expected.png:
22464         * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.checksum:
22465         * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png:
22466         * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.checksum:
22467         * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png:
22468         * platform/mac/fast/text/international/text-combine-image-test-expected.checksum:
22469         * platform/mac/fast/text/international/text-combine-image-test-expected.png:
22470         * platform/mac/fast/text/international/vertical-text-glyph-test-expected.checksum:
22471         * platform/mac/fast/text/international/vertical-text-glyph-test-expected.png:
22472         * platform/mac/fast/text/justify-ideograph-leading-expansion-expected.checksum:
22473         * platform/mac/fast/text/justify-ideograph-leading-expansion-expected.png:
22474         * platform/mac/fast/text/textIteratorNilRenderer-expected.checksum:
22475         * platform/mac/fast/text/textIteratorNilRenderer-expected.png:
22476         * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.checksum:
22477         * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
22478         * platform/mac/fast/transforms/shadows-expected.checksum:
22479         * platform/mac/fast/transforms/shadows-expected.png:
22481 2011-04-15  Jessie Berlin  <jberlin@apple.com>
22483         DRT on Windows doesn't block access to external URLs (https://bugs.webkit.org/show_bug.cgi?id=57334),
22484         but WKTR does, so add the expected passing results to the win-wk2 directory to override the expected
22485         failing results in the win directory in order to get the bots green.
22487         * platform/win-wk2/fast/ruby: Added.
22488         * platform/win-wk2/fast/ruby/after-block-doesnt-crash-expected.txt: Added.
22489         * platform/win-wk2/fast/ruby/after-table-doesnt-crash-expected.txt: Added.
22490         * platform/win-wk2/fast/ruby/before-block-doesnt-crash-expected.txt: Added.
22491         * platform/win-wk2/fast/ruby/before-table-doesnt-crash-expected.txt: Added.
22493 2011-04-15  Vsevolod Vlasov  <vsevik@chromium.org>
22495         Reviewed by Pavel Feldman.
22497         Web Inspector: No console message and headers in inspector when X-Frame-Options header blocks a load
22498         https://bugs.webkit.org/show_bug.cgi?id=58136
22500         Passed response info to inspector when X-Frame-Options header blocks resource loading.
22502         * http/tests/inspector/network/resources/x-frame-options-deny.cgi: Added.
22503         * http/tests/inspector/network/x-frame-options-deny-expected.txt: Added.
22504         * http/tests/inspector/network/x-frame-options-deny.html: Added.
22506 2011-04-15  Andrey Adaikin  <aandrey@google.com>
22508         Reviewed by Pavel Feldman.
22510         Web Inspector: TextViewer and TextEditorModel must support both \n and \r\n as line separators
22511         https://bugs.webkit.org/show_bug.cgi?id=58449
22513         * inspector/editor/text-editor-model-expected.txt: Added.
22514         * inspector/editor/text-editor-model.html: Added.
22516 2011-04-15  Eric Seidel  <eric@webkit.org>
22518         Reviewed by Eric Carlson.
22520         Flaky Test: media/invalid-media-url-crash.html
22521         https://bugs.webkit.org/show_bug.cgi?id=51138
22523         Skipping this test on Snow Leopard since it's hitting
22524         a known MediaToolbox crasher on Snow Leopard.
22525         If Apple happens to software update SL users we can
22526         unskip this, until then no need to run this flaky test.
22528         * platform/mac-snowleopard/Skipped:
22530 2011-04-15  Sergio Villar Senin  <svillar@igalia.com>
22532         Unreviewed, skipping a test.
22534         [GTK] editing/selection/select-out-of-editable.html failing after r83967
22535         https://bugs.webkit.org/show_bug.cgi?id=58667
22537         * platform/gtk/Skipped: skipping editing/selection/select-out-of-editable.html
22539 2011-04-15  Jessie Berlin  <jberlin@apple.com>
22541         [Windows Tests] fast/forms/input-text-drag-down.html and
22542         editing/selection/select-from-textfield-outwards.html failing since r83967.
22543         https://bugs.webkit.org/show_bug.cgi?id=58664
22545         Adding Windows-specific expected failing results to get the bots green.
22547         * platform/win/editing/selection/select-from-textfield-outwards-expected.checksum: Added.
22548         * platform/win/editing/selection/select-from-textfield-outwards-expected.png: Added.
22549         * platform/win/editing/selection/select-from-textfield-outwards-expected.txt: Added.
22550         * platform/win/fast/forms/input-text-drag-down-expected.checksum: Added.
22551         * platform/win/fast/forms/input-text-drag-down-expected.png: Added.
22552         * platform/win/fast/forms/input-text-drag-down-expected.txt: Added.
22554 2011-04-15  Sergio Villar Senin  <svillar@igalia.com>
22556         Unreviewed, added new GTK+ test expectations.
22558         * platform/gtk/fast/forms/select-background-none-expected.checksum: Added.
22559         * platform/gtk/fast/forms/select-background-none-expected.png: Added.
22560         * platform/gtk/fast/forms/select-background-none-expected.txt: Added.
22561         * platform/gtk/fast/text/zero-font-size-expected.checksum: Added.
22562         * platform/gtk/fast/text/zero-font-size-expected.png: Added.
22563         * platform/gtk/fast/text/zero-font-size-expected.txt: Added.
22565 2011-04-15  Adam Roben  <aroben@apple.com>
22567         Add new eventSender-dependent tests from r83967 to the mac-wks Skipped file
22569         * platform/mac-wk2/Skipped: Added some new editing/selection tests.
22571 2011-04-15  Alice Boxhall  <aboxhall@chromium.org>
22573         Reviewed by Ryosuke Niwa.
22575         Text selection changes unexpectedly when dragging out of the <input>
22576         https://bugs.webkit.org/show_bug.cgi?id=55552
22578         Tests that dragging outside of a contenteditable, input or textarea selects to the end of the
22579         element, rather than jumping back to the beginning.
22581         * editing/selection/resources/select-out-of-floated-editable.js: Added.
22582         (log):
22583         (else.window.onmouseup):
22584         (getSelectionStart):
22585         (getSelectionEnd):
22586         (checkSelection):
22587         * editing/selection/select-out-of-editable-expected.txt: Added.
22588         * editing/selection/select-out-of-editable.html: Added.
22589         * editing/selection/select-out-of-floated-contenteditable-expected.txt: Added.
22590         * editing/selection/select-out-of-floated-contenteditable.html: Added.
22591         * editing/selection/select-out-of-floated-input-expected.txt: Added.
22592         * editing/selection/select-out-of-floated-input.html: Added.
22593         * editing/selection/select-out-of-floated-textarea-expected.txt: Added.
22594         * editing/selection/select-out-of-floated-textarea.html: Added.
22596 2011-04-15  Adam Roben  <aroben@apple.com>
22598         Update Windows results after r83939
22600         * platform/win/media/media-document-audio-repaint-expected.txt:
22602 2011-04-15  Adam Roben  <aroben@apple.com>
22604         Skip a sometimes-failing test on Windows
22606         <http://webkit.org/b/58441> tracks the failure.
22608         * platform/win/Skipped: Added fast/events/pageshow-pagehide-on-back-cached-with-frames.html.
22610 2011-04-15  Adam Roben  <aroben@apple.com>
22612         Skip a timing-out test on Windows
22614         <http://webkit.org/b/58654> tracks the failure.
22616         * platform/win/Skipped: Added media/video-controls-in-media-document.html.
22618 2011-04-15  Adam Roben  <aroben@apple.com>
22620         Roll out r83954
22622         It was causing fast/dom/Window/timer-null-script-execution-context.html to crash on multiple
22623         bots.
22625         See <http://webkit.org/b/58610>.
22627         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-allowed-expected.txt: Removed.
22628         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-allowed.html: Removed.
22629         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked-expected.txt: Removed.
22630         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked.html: Removed.
22631         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-allowed-expected.txt: Removed.
22632         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-allowed.html: Removed.
22633         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked-expected.txt: Removed.
22634         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked.html: Removed.
22636 2011-04-15  Philippe Normand  <pnormand@igalia.com>
22638         Unreviewed, GTK platform results for
22639         fast/css/font-face-repeated-url.html
22641         * fast/css/font-face-repeated-url-expected.txt:
22642         * platform/gtk/fast/css/font-face-repeated-url-expected.txt: Copied from LayoutTests/fast/css/font-face-repeated-url-expected.txt.
22644 2011-04-15  Andrey Kosyakov  <caseq@chromium.org>
22646         Unreviewed, rolling out r83949.
22647         http://trac.webkit.org/changeset/83949
22648         https://bugs.webkit.org/show_bug.cgi?id=57960
22650         broke 31 tests in chromium win & linux
22652         * platform/chromium/test_expectations.txt:
22654 2011-04-15  Philippe Normand  <pnormand@igalia.com>
22656         Unreviewed, GTK rebaseline of two tests.
22658         * fast/css/font-face-repeated-url-expected.txt:
22659         * platform/gtk/media/media-document-audio-repaint-expected.txt:
22661 2011-04-15  Adam Barth  <abarth@webkit.org>
22663         Reviewed by Eric Seidel.
22665         CSP should block string arguments to setTimeout and setInterval unless options eval-script
22666         https://bugs.webkit.org/show_bug.cgi?id=58610
22668         Herein lies a four-way testing matrix.
22670         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-allowed-expected.txt: Added.
22671         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-allowed.html: Added.
22672         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked-expected.txt: Added.
22673         * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked.html: Added.
22674         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-allowed-expected.txt: Added.
22675         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-allowed.html: Added.
22676         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked-expected.txt: Added.
22677         * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked.html: Added.
22679 2011-04-15  Adam Barth  <abarth@webkit.org>
22681         Reviewed by Eric Seidel.
22683         Add support for CSP's 'self' source
22684         https://bugs.webkit.org/show_bug.cgi?id=58604
22686         * http/tests/security/contentSecurityPolicy/script-src-self-expected.txt: Added.
22687         * http/tests/security/contentSecurityPolicy/script-src-self.html: Added.
22689 2011-04-14  Justin Novosad  <junov@chromium.org>
22691         Reviewed by Kenneth Russell.
22693         [Chromium] Accelerated 2D Canvas is slow to execute putImageData
22694         https://bugs.webkit.org/show_bug.cgi?id=57960
22696         * platform/chromium/test_expectations.txt:
22697         added expected failure for test
22698         canvas/philip/tests/2d.gradient.interpolate.colouralpha.html
22699         Logged as chromium issue:
22700         http://code.google.com/p/chromium/issues/detail?id=79477
22702 2011-04-14  Adrienne Walker  <enne@google.com>
22704         [chromium] Unreviewed, test expectations for more bug 57113 fallout.
22706         * platform/chromium/test_expectations.txt:
22708 2011-04-14  Ami Fischman  <fischman@google.com>
22710         Reviewed by Eric Carlson.
22712         Rewrote video-controls-in-media-document layouttest to use the shadow
22713         DOM (possible as of r83397) and avoid the need for pixel-test status.
22714         https://bugs.webkit.org/show_bug.cgi?id=54634
22716         * media/video-controls-in-media-document-expected.txt: Added.
22717         * media/video-controls-in-media-document.html:
22718         * platform/chromium-mac-leopard/media/video-controls-in-media-document-expected.checksum: Removed.
22719         * platform/chromium-mac-leopard/media/video-controls-in-media-document-expected.png: Removed.
22720         * platform/chromium-mac-leopard/media/video-controls-in-media-document-expected.txt: Removed.
22721         * platform/chromium-win-xp/media/video-controls-in-media-document-expected.checksum: Removed.
22722         * platform/chromium-win-xp/media/video-controls-in-media-document-expected.png: Removed.
22723         * platform/chromium/media/video-controls-in-media-document-expected.checksum: Removed.
22724         * platform/chromium/media/video-controls-in-media-document-expected.png: Removed.
22725         * platform/chromium/media/video-controls-in-media-document-expected.txt: Removed.
22726         * platform/chromium/test_expectations.txt:
22727         * platform/gtk/media/video-controls-in-media-document-expected.txt: Removed.
22728         * platform/mac/Skipped:
22729         * platform/win/Skipped:
22731 2011-04-14  Ami Fischman  <fischman@google.com>
22733         Reviewed by Eric Carlson.
22735         Update expectation to reflect removal of the -25px bottom margin.
22736         https://bugs.webkit.org/show_bug.cgi?id=58442
22738         * media/media-document-audio-repaint-expected.txt:
22740 2011-04-14  James Robinson  <jamesr@chromium.org>
22742         Guess what? Chicken^W chromium test_expectations.txt update.
22744         * platform/chromium/test_expectations.txt:
22746 2011-04-14  Andy Estes  <aestes@apple.com>
22748         Skip a test in WK2 that requires
22749         layoutTestController.overridePreference().
22751         * platform/mac-wk2/Skipped:
22753 2011-04-14  Vsevolod Vlasov  <vsevik@chromium.org>
22755         Reviewed by Pavel Feldman.
22757         Web Inspector: No headers information in network panel for downloads.
22758         https://bugs.webkit.org/show_bug.cgi?id=58139
22760         Passed resource response to inspector for PolicyDownload and PolicyIgnore requests.
22762         * http/tests/inspector/network/download-expected.txt: Added.
22763         * http/tests/inspector/network/download.html: Added.
22764         * http/tests/inspector/network/resources/download.zzz: Added.
22766 2011-04-14  Naoki Takano  <takano.naoki@gmail.com>
22768         Reviewed by Eric Seidel.
22770         [Chromium]Change menu list background fallback value to transparent to work background:none for HTML select tag.
22771         https://bugs.webkit.org/show_bug.cgi?id=57818
22773         * fast/forms/select-background-none.html: Added.
22774         * platform/chromium-mac/fast/forms/select-background-none-expected.checksum: Added.
22775         * platform/chromium-mac/fast/forms/select-background-none-expected.png: Added.
22776         * platform/chromium-mac/fast/forms/select-background-none-expected.txt: Added.
22777         * platform/chromium-linux/fast/forms/select-background-none-expected.checksum: Added.
22778         * platform/chromium-linux/fast/forms/select-background-none-expected.png: Added.
22779         * platform/chromium-linux/fast/forms/select-background-none-expected.txt: Added.
22780         * platform/mac/fast/forms/select-background-none-expected.txt: Added.
22782 2011-04-14  Adrienne Walker  <enne@google.com>
22784         [chromium] Unreviewed, update test expectations for huge-layer-img.
22786         * platform/chromium/test_expectations.txt:
22788 2011-04-14  Leandro Gracia Gil  <leandrogracia@chromium.org>
22790         Reviewed by Steve Block.
22792         [Chromium] Two new tests added by r83287 fail in chromium
22793         https://bugs.webkit.org/show_bug.cgi?id=58147
22795         Solved by enabling the Media Stream API in the chromium feature override file.
22797         * platform/chromium/test_expectations.txt:
22799 2011-04-14  Adrienne Walker  <enne@google.com>
22801         [chromium] Unreviewed, update test expectations.
22802         https://bugs.webkit.org/show_bug.cgi?id=58619
22804         * platform/chromium/test_expectations.txt:
22806 2011-04-14  Dimitri Glazkov  <dglazkov@chromium.org>
22808         Reviewed by Ojan Vafai.
22810         Presence of shadow DOM should suppress rendering of ordinary child nodes
22811         https://bugs.webkit.org/show_bug.cgi?id=58073
22813         * fast/dom/shadow/no-renderers-for-light-children-expected.txt: Added.
22814         * fast/dom/shadow/no-renderers-for-light-children.html: Added.
22816 2011-04-14  James Robinson  <jamesr@chromium.org>
22818         Add correct chromium expectation for compositing/layer-creation/overflow-scroll-overlap
22820         * platform/chromium-gpu/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Added.
22821         * platform/chromium/test_expectations.txt:
22823 2011-04-14  James Robinson  <jamesr@chromium.org>
22825         Update chromium test expectations.
22827         * platform/chromium-gpu/compositing/layer-creation: Removed.
22828         * platform/chromium/test_expectations.txt:
22830 2011-04-14  Gavin Barraclough  <barraclough@apple.com>
22832         Reviewed by Geoffrey Garen.
22834         Bug 58600 - DFG JIT bugs in ValueToInt, PutByVal
22836         The bug in PutByVal is that an operand is in JSValueOperand - when this
22837         locks an integer into a register it will always retag the value without
22838         checking if the register is already locked. This is a problem where the
22839         value being stored by a PutByVal is the same as the subscript.
22840         The subscript is locked into a register first, as a strict integer.
22841         Locking the value results in the subscript being modified.
22843         The bug in ValueToInt related to the function of sillentFillAllRegisters.
22844         The problem is that this method will restore all register values from
22845         prior to the call, overwriting the result of the call out. Allow a
22846         register to be passed to specifically be excluded from being preserved.
22848         * fast/js/array-index-immediate-types-expected.txt:
22849         * fast/js/script-tests/array-index-immediate-types.js:
22850         (putSelf):
22852 2011-04-14  Adrienne Walker  <enne@google.com>
22854         Reviewed by James Robinson.
22856         [chromium] Tile content and image layers
22857         https://bugs.webkit.org/show_bug.cgi?id=57113
22859         Rebaseline a number of image tests where slight filtering differences
22860         from using tiles caused test failures with exact pixel matching.
22861         None of these results are perceptually different.
22863         * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.checksum:
22864         * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.png:
22865         * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.checksum:
22866         * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.png:
22867         * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.checksum:
22868         * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png:
22869         * platform/chromium-gpu-linux/fast/canvas/canvas-text-baseline-expected.checksum:
22870         * platform/chromium-gpu-linux/fast/canvas/canvas-text-baseline-expected.png:
22871         * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.checksum:
22872         * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.png:
22873         * platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.checksum:
22874         * platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.png:
22875         * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.checksum:
22876         * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.png:
22877         * platform/chromium-gpu-win/compositing/text-on-large-layer-expected.checksum:
22878         * platform/chromium-gpu-win/compositing/text-on-large-layer-expected.png:
22879         * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.checksum:
22880         * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.png:
22881         * platform/chromium-gpu-win/fast/canvas/canvas-text-baseline-expected.checksum:
22882         * platform/chromium-gpu-win/fast/canvas/canvas-text-baseline-expected.png:
22883         * platform/chromium/test_expectations.txt:
22885 2011-04-14  James Robinson  <jamesr@chromium.org>
22887         Reviewed by Darin Fisher.
22889         [chromium] REGRESSION(83820): Composited scrollbar layers sometimes not positioned when initially creating frame
22890         https://bugs.webkit.org/show_bug.cgi?id=58575
22892         Remove expected failure lines for pixel tests that now should pass.
22894         * platform/chromium/test_expectations.txt:
22896 2011-04-14  Chris Rogers  <crogers@google.com>
22898         Unreviewed.
22900         Update preload-slow-loading.php in test_expectations.txt
22901         https://bugs.webkit.org/show_bug.cgi?id=58597
22903         * platform/chromium/test_expectations.txt:
22905 2011-04-14  Andy Estes  <aestes@apple.com>
22907         Add a comment with the bugzilla URL that tracks implementing
22908         layoutTestController.setPluginsEnabled() in WebKitTestRunner.
22910         * platform/mac-wk2/Skipped:
22912 2011-04-14  Chris Rogers  <crogers@google.com>
22914         Unreviewed.
22916         Rebaseline fast/box-shadow/box-shadow-transformed.html
22917         and other test_expectations.txt fixup
22918         https://bugs.webkit.org/show_bug.cgi?id=58585
22920         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.checksum: Removed.
22921         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
22922         * platform/chromium/test_expectations.txt:
22924 2011-04-14  Dirk Pranke  <dpranke@chromium.org>
22926         Unreviewed, expectations change.
22928         Mark several tests as only failing in Linux debug, add a bug
22929         number.
22931         * platform/chromium/test_expectations.txt:
22933 2011-04-14  Dmitry Titov  <dimich@chromium.org>
22935         Reviewed by David Levin.
22937         Simplifying Worker termination sequence (removing unnecessary mutex)
22938         https://bugs.webkit.org/show_bug.cgi?id=57090
22940         * fast/workers/resources/shared-worker-lifecycle.js:
22941         (createWorkerFrame): Fixing flaky worker test - removing document.write().
22943         When document.write() is called directly from inline script as in this test, it appends to the document.
22944         However, if worker threads from previously run test are still exiting,
22945         the test defers itself using setTimeout() and in this case document.write() overwrites the whole document
22946         and makes the test fail.
22948 2011-04-14  Antti Koivisto  <antti@apple.com>
22950         Reviewed by Oliver Hunt.
22952         REGRESSION(r74107): Including svg format in @font-face rules makes Web Fonts fail to load
22953         https://bugs.webkit.org/show_bug.cgi?id=57766
22954         <rdar://problem/9232183>
22956         * fast/css/font-face-repeated-url-expected.txt: Added.
22957         * fast/css/font-face-repeated-url.html: Added.
22959 2011-04-14  James Robinson  <jamesr@chromium.org>
22961         Update chromium expectations for tests that have subtle 32vs64 bit rendering differences on linux in the GPU path.
22963         * platform/chromium/test_expectations.txt:
22965 2011-04-14  Andy Estes  <aestes@apple.com>
22967         Reviewed by Dan Bernstein.
22969         REGRESSION (r72141): Acid3 rendering is not pixel perfect.
22970         https://bugs.webkit.org/show_bug.cgi?id=55734
22972         * fast/text/zero-font-size.html: Added.
22973         * platform/mac/fast/text/zero-font-size-expected.checksum: Added.
22974         * platform/mac/fast/text/zero-font-size-expected.png: Added.
22975         * platform/mac/fast/text/zero-font-size-expected.txt: Added.
22977 2011-04-14  Matthew Delaney  <mdelaney@apple.com>
22979         Reviewed by Simon Fraser.
22981         Have canvas drawImageFromRect just redirect to use drawImage
22982         https://bugs.webkit.org/show_bug.cgi?id=58516
22984         * fast/canvas/drawImageFromRect_withToDataURLAsSource-expected.txt: Added.
22985         * fast/canvas/drawImageFromRect_withToDataURLAsSource.html: Added.
22987 2011-04-14  James Robinson  <jamesr@chromium.org>
22989         Reviewed by Simon Fraser.
22991         REGRESSION (r83820): Lots of compositing tests failing on Windows 7 Release (Tests)
22992         https://bugs.webkit.org/show_bug.cgi?id=58535
22994         Remove unnecessary baselines - the behavior on these tests should
22995         match the mac port now.
22997         * platform/win/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Removed.
22998         * platform/win/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Removed.
22999         * platform/win/compositing/iframes/become-overlapped-iframe-expected.txt: Removed.
23000         * platform/win/compositing/iframes/composited-parent-iframe-expected.txt: Removed.
23001         * platform/win/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Removed.
23002         * platform/win/compositing/iframes/connect-compositing-iframe-expected.txt: Removed.
23003         * platform/win/compositing/iframes/connect-compositing-iframe2-expected.txt: Removed.
23004         * platform/win/compositing/iframes/connect-compositing-iframe3-expected.txt: Removed.
23005         * platform/win/compositing/iframes/enter-compositing-iframe-expected.txt: Removed.
23006         * platform/win/compositing/iframes/iframe-resize-expected.txt: Removed.
23007         * platform/win/compositing/iframes/iframe-size-from-zero-expected.txt: Removed.
23008         * platform/win/compositing/iframes/overlapped-iframe-expected.txt: Removed.
23009         * platform/win/compositing/iframes/scrolling-iframe-expected.txt: Removed.
23010         * platform/win/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Removed.
23011         * platform/win/compositing/overflow/content-gains-scrollbars-expected.txt: Removed.
23012         * platform/win/compositing/overflow/overflow-scrollbar-layers-expected.txt: Removed.
23013         * platform/win/compositing/overflow/resize-painting-expected.txt: Removed.
23015 2011-04-14  Csaba Osztrogonác  <ossy@webkit.org>
23017         [Qt] 9 tests have different results on 64 bit and/or in debug mode compared to 32 bit and/or release mode
23018         [Qt] 6 tests have different results on 64 bit compared to 32 bit
23019         https://bugs.webkit.org/show_bug.cgi?id=52810
23020         https://bugs.webkit.org/show_bug.cgi?id=52812
23022         * platform/qt/Skipped: Add svg/text/text-align-05-b.svg
23024 2011-04-14  Jian Li  <jianli@chromium.org>
23026         Reviewed by Darin Fisher.
23028         BlobBuilder should be vendor-prefixed
23029         https://bugs.webkit.org/show_bug.cgi?id=58518
23031         * fast/dom/Window/script-tests/window-property-descriptors.js:
23032         * fast/dom/Window/window-properties.html:
23033         * fast/dom/Window/window-property-descriptors-expected.txt:
23034         * fast/dom/prototype-inheritance-2-expected.txt:
23035         * fast/dom/prototype-inheritance-expected.txt:
23036         * fast/dom/script-tests/constructed-objects-prototypes.js:
23037         (constructorPropertiesOnWindow):
23038         * fast/dom/script-tests/prototype-inheritance-2.js:
23039         (constructorNamesForWindow):
23040         * fast/dom/script-tests/prototype-inheritance.js:
23041         * fast/dom/window-domurl-crash.html:
23042         * fast/files/blob-slice-overflow.html:
23043         * fast/files/blob-slice-test.html:
23044         * fast/files/resources/read-blob-test-cases.js:
23045         (testReadingTripleSlicedHybridBlob):
23046         * fast/files/resources/read-common.js:
23047         (buildBlob):
23048         * fast/files/workers/inline-worker-via-blob-url.html:
23049         * fast/filesystem/resources/file-writer-events.js:
23050         (tenXBlob):
23051         (startWrite):
23052         * fast/filesystem/resources/file-writer-gc-blob.js:
23053         (tenXBlob):
23054         (startWrite):
23055         * fast/filesystem/resources/file-writer-sync-truncate-extend.js:
23056         * fast/filesystem/resources/file-writer-sync-write-overlapped.js:
23057         * fast/filesystem/resources/file-writer-utils.js:
23058         * fast/js/global-constructors-expected.txt:
23059         * fast/js/script-tests/global-constructors.js:
23060         * http/tests/fileapi/create-blob-url-from-data-url.html:
23061         * http/tests/local/blob/resources/hybrid-blob-util.js:
23062         (HybridBlobTestUtil.this.appendAndCreateBlob):
23063         (HybridBlobTestUtil):
23064         * http/tests/security/resources/create-filesystem-file.html:
23065         * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
23066         * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
23067         * platform/qt/fast/dom/prototype-inheritance-expected.txt:
23068         * platform/qt/fast/js/global-constructors-expected.txt:
23069         * platform/win/fast/dom/window-domurl-crash-expected.txt:
23071 2011-04-14  Jian Li  <jianli@chromium.org>
23073         Unreviewed, fixed tests caused by r83873.
23075         * fast/filesystem/resources/file-writer-utils.js:
23076         (verifyByteRangeIsZeroesHelper):
23077         (verifyByteRangeAsStringHelper):
23079 2011-04-14  Csaba Osztrogonác  <ossy@webkit.org>
23081         [Qt] fast/transforms/scrollIntoView-transformed.html fails
23082         https://bugs.webkit.org/show_bug.cgi?id=58559
23084         * platform/qt/Skipped: Add fast/transforms/scrollIntoView-transformed.html until fix.
23086 2011-04-14  Jian Li  <jianli@chromium.org>
23088         Reviewed by Darin Fisher.
23090         Add webkit prefix to Blob.slice method and change its semantics to be
23091         like Array.slice
23092         https://bugs.webkit.org/show_bug.cgi?id=58496
23094         Added a new test to test the new behavior and also update all existing
23095         tests to use the new name.
23097         * fast/dom/Window/window-properties.html:
23098         * fast/files/blob-slice-overflow.html:
23099         * fast/files/blob-slice-test-expected.txt: Added.
23100         * fast/files/blob-slice-test.html: Added.
23101         * fast/files/resources/read-blob-test-cases.js:
23102         (testReadingSlicedFileBlob):
23103         (testReadingSlicedTextBlob):
23104         (testReadingSlicedArrayBufferBlob):
23105         (testReadingSlicedHybridBlob):
23106         (testReadingTripleSlicedHybridBlob):
23107         * fast/filesystem/resources/file-writer-utils.js:
23108         (verifyByteRangeIsZeroesHelper):
23109         (verifyByteRangeAsStringHelper):
23110         * http/tests/local/blob/script-tests/send-hybrid-blob.js:
23111         ():
23112         * http/tests/local/blob/script-tests/send-sliced-data-blob.js:
23113         (runSliceTest):
23114         * http/tests/local/fileapi/script-tests/send-sliced-dragged-file.js:
23115         (onStableFileDrop):
23116         (onUnstableFileDrop):
23117         * http/tests/local/formdata/resources/send-form-data-common.js:
23118         (testSendingFormData):
23120 2011-04-14  Csaba Osztrogonác  <ossy@webkit.org>
23122         [Qt] Height of "Ahem" font differs from all other ports.
23123         https://bugs.webkit.org/show_bug.cgi?id=57954
23125         * platform/qt/ [...]: Update expected files.
23127 2011-04-14  Pavel Podivilov  <podivilov@chromium.org>
23129         Reviewed by Pavel Feldman.
23131         Web Inspector: re-implement dom breakpoints.
23132         https://bugs.webkit.org/show_bug.cgi?id=57038
23134         * inspector/debugger/dom-breakpoints.html:
23136 2011-04-14  Satish Sampath  <satish@chromium.org>
23138         Reviewed by Kent Tamura.
23140         Disable speech input for readonly and disabled input fields.
23141         https://bugs.webkit.org/show_bug.cgi?id=58540
23143         * fast/speech/input-readonly-and-disabled-expected.txt: Added.
23144         * fast/speech/input-readonly-and-disabled.html: Added.
23146 2011-04-14  Ilya Tikhonovsky  <loislo@chromium.org>
23148         Unreviewed. Rollout r83849 and r83857.
23150         * http/tests/inspector-enabled/database-open.html:
23152 2011-04-14  Dimitri Glazkov  <dglazkov@chromium.org>
23154         Unreviewed, rolling out r83855.
23155         http://trac.webkit.org/changeset/83855
23157         After r83847 has been rolled out, these expectations no longer
23158         apply.
23160         * platform/chromium-gpu-linux/media/controls-after-reload-expected.png: Removed.
23161         * platform/chromium-gpu-linux/media/controls-strict-expected.png: Removed.
23162         * platform/chromium-gpu-linux/media/controls-styling-expected.png: Removed.
23163         * platform/chromium-gpu-linux/media/controls-without-preload-expected.png: Removed.
23164         * platform/chromium-gpu-linux/media/media-document-audio-repaint-expected.png: Removed.
23165         * platform/chromium-gpu-linux/media/video-controls-rendering-expected.png: Removed.
23166         * platform/chromium-gpu-linux/media/video-display-toggle-expected.png:
23167         * platform/chromium-gpu-linux/media/video-no-audio-expected.png:
23168         * platform/chromium-gpu-linux/media/video-volume-slider-expected.png:
23169         * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png: Removed.
23170         * platform/chromium-gpu-mac/media/controls-after-reload-expected.png: Removed.
23171         * platform/chromium-gpu-mac/media/controls-strict-expected.png: Removed.
23172         * platform/chromium-gpu-mac/media/controls-styling-expected.png: Removed.
23173         * platform/chromium-gpu-mac/media/controls-without-preload-expected.png: Removed.
23174         * platform/chromium-gpu-mac/media/media-document-audio-repaint-expected.png: Removed.
23175         * platform/chromium-gpu-mac/media/media-document-audio-repaint-expected.txt: Removed.
23176         * platform/chromium-gpu-mac/media/video-controls-rendering-expected.png: Removed.
23177         * platform/chromium-gpu-mac/media/video-display-toggle-expected.png:
23178         * platform/chromium-gpu-mac/media/video-no-audio-expected.png:
23179         * platform/chromium-gpu-mac/media/video-volume-slider-expected.png:
23180         * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png:
23181         * platform/chromium-gpu-win/media/controls-after-reload-expected.png: Removed.
23182         * platform/chromium-gpu-win/media/controls-strict-expected.png: Removed.
23183         * platform/chromium-gpu-win/media/controls-styling-expected.png: Removed.
23184         * platform/chromium-gpu-win/media/controls-without-preload-expected.png: Removed.
23185         * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.png: Removed.
23186         * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.txt: Removed.
23187         * platform/chromium-gpu-win/media/video-controls-rendering-expected.png: Removed.
23188         * platform/chromium-gpu-win/media/video-display-toggle-expected.png:
23189         * platform/chromium-gpu-win/media/video-no-audio-expected.png:
23190         * platform/chromium-gpu-win/media/video-volume-slider-expected.png:
23191         * platform/chromium-gpu-win/media/video-zoom-controls-expected.png: Removed.
23192         * platform/chromium-linux/fast/layers/video-layer-expected.png:
23193         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
23194         * platform/chromium-linux/media/controls-after-reload-expected.png:
23195         * platform/chromium-linux/media/controls-strict-expected.png:
23196         * platform/chromium-linux/media/controls-styling-expected.png:
23197         * platform/chromium-linux/media/controls-without-preload-expected.png:
23198         * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
23199         * platform/chromium-linux/media/video-controls-rendering-expected.png:
23200         * platform/chromium-linux/media/video-display-toggle-expected.png:
23201         * platform/chromium-linux/media/video-empty-source-expected.png:
23202         * platform/chromium-linux/media/video-no-audio-expected.png:
23203         * platform/chromium-linux/media/video-volume-slider-expected.png:
23204         * platform/chromium-linux/media/video-zoom-controls-expected.png:
23205         * platform/chromium-mac/fast/canvas/image-object-in-canvas-expected.png: Removed.
23206         * platform/chromium-mac/fast/layers/video-layer-expected.checksum: Added.
23207         * platform/chromium-mac/fast/layers/video-layer-expected.png:
23208         * platform/chromium-mac/fast/layers/video-layer-expected.txt:
23209         * platform/chromium-mac/media/audio-controls-rendering-expected.checksum: Added.
23210         * platform/chromium-mac/media/audio-controls-rendering-expected.png:
23211         * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
23212         * platform/chromium-mac/media/controls-after-reload-expected.checksum: Added.
23213         * platform/chromium-mac/media/controls-after-reload-expected.png:
23214         * platform/chromium-mac/media/controls-after-reload-expected.txt:
23215         * platform/chromium-mac/media/controls-strict-expected.checksum: Added.
23216         * platform/chromium-mac/media/controls-strict-expected.png:
23217         * platform/chromium-mac/media/controls-strict-expected.txt:
23218         * platform/chromium-mac/media/controls-styling-expected.checksum: Added.
23219         * platform/chromium-mac/media/controls-styling-expected.png:
23220         * platform/chromium-mac/media/controls-styling-expected.txt:
23221         * platform/chromium-mac/media/controls-without-preload-expected.checksum: Added.
23222         * platform/chromium-mac/media/controls-without-preload-expected.png:
23223         * platform/chromium-mac/media/controls-without-preload-expected.txt:
23224         * platform/chromium-mac/media/media-document-audio-repaint-expected.checksum: Added.
23225         * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
23226         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
23227         * platform/chromium-mac/media/video-controls-rendering-expected.checksum: Added.
23228         * platform/chromium-mac/media/video-controls-rendering-expected.png:
23229         * platform/chromium-mac/media/video-controls-rendering-expected.txt:
23230         * platform/chromium-mac/media/video-display-toggle-expected.checksum: Added.
23231         * platform/chromium-mac/media/video-display-toggle-expected.png:
23232         * platform/chromium-mac/media/video-display-toggle-expected.txt:
23233         * platform/chromium-mac/media/video-empty-source-expected.checksum: Added.
23234         * platform/chromium-mac/media/video-empty-source-expected.png:
23235         * platform/chromium-mac/media/video-empty-source-expected.txt:
23236         * platform/chromium-mac/media/video-no-audio-expected.checksum: Added.
23237         * platform/chromium-mac/media/video-no-audio-expected.png:
23238         * platform/chromium-mac/media/video-no-audio-expected.txt:
23239         * platform/chromium-mac/media/video-volume-slider-expected.checksum: Added.
23240         * platform/chromium-mac/media/video-volume-slider-expected.png:
23241         * platform/chromium-mac/media/video-volume-slider-expected.txt:
23242         * platform/chromium-mac/media/video-zoom-controls-expected.png:
23243         * platform/chromium-mac/media/video-zoom-controls-expected.txt:
23244         * platform/chromium-win/fast/layers/video-layer-expected.png:
23245         * platform/chromium-win/fast/layers/video-layer-expected.txt:
23246         * platform/chromium-win/media/audio-controls-rendering-expected.png:
23247         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
23248         * platform/chromium-win/media/controls-after-reload-expected.png:
23249         * platform/chromium-win/media/controls-after-reload-expected.txt:
23250         * platform/chromium-win/media/controls-strict-expected.png:
23251         * platform/chromium-win/media/controls-strict-expected.txt:
23252         * platform/chromium-win/media/controls-styling-expected.png:
23253         * platform/chromium-win/media/controls-styling-expected.txt:
23254         * platform/chromium-win/media/controls-without-preload-expected.png:
23255         * platform/chromium-win/media/controls-without-preload-expected.txt:
23256         * platform/chromium-win/media/media-document-audio-repaint-expected.png:
23257         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
23258         * platform/chromium-win/media/video-controls-rendering-expected.png:
23259         * platform/chromium-win/media/video-controls-rendering-expected.txt:
23260         * platform/chromium-win/media/video-display-toggle-expected.png:
23261         * platform/chromium-win/media/video-display-toggle-expected.txt:
23262         * platform/chromium-win/media/video-empty-source-expected.png:
23263         * platform/chromium-win/media/video-empty-source-expected.txt:
23264         * platform/chromium-win/media/video-no-audio-expected.png:
23265         * platform/chromium-win/media/video-no-audio-expected.txt:
23266         * platform/chromium-win/media/video-volume-slider-expected.png:
23267         * platform/chromium-win/media/video-volume-slider-expected.txt:
23268         * platform/chromium-win/media/video-zoom-controls-expected.png:
23269         * platform/chromium-win/media/video-zoom-controls-expected.txt:
23271 2011-04-14  Ilya Tikhonovsky  <loislo@chromium.org>
23273         Unreviewed test fix for r83849.
23275         It was flaky.
23277         * http/tests/inspector-enabled/database-open.html:
23279 2011-04-14  Adam Roben  <aroben@apple.com>
23281         Add new Windows expected results after r83820
23283         Windows differs from Mac on these tests due to extra scrollbar layers. Presumably this is
23284         because Mac uses native scrollbars for frames, and thus can't put them into layers.
23286         <http://webkit.org/b/58535> tracks the difference, but will probably just be closed as
23287         "works correctly".
23289         * platform/win/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Added.
23290         * platform/win/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Added.
23291         * platform/win/compositing/iframes/become-overlapped-iframe-expected.txt: Added.
23292         * platform/win/compositing/iframes/composited-parent-iframe-expected.txt: Added.
23293         * platform/win/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Added.
23294         * platform/win/compositing/iframes/connect-compositing-iframe-expected.txt: Added.
23295         * platform/win/compositing/iframes/connect-compositing-iframe2-expected.txt: Added.
23296         * platform/win/compositing/iframes/connect-compositing-iframe3-expected.txt: Added.
23297         * platform/win/compositing/iframes/enter-compositing-iframe-expected.txt: Added.
23298         * platform/win/compositing/iframes/iframe-resize-expected.txt: Added.
23299         * platform/win/compositing/iframes/iframe-size-from-zero-expected.txt: Added.
23300         * platform/win/compositing/iframes/overlapped-iframe-expected.txt: Added.
23301         * platform/win/compositing/iframes/scrolling-iframe-expected.txt: Added.
23302         * platform/win/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Added.
23303         * platform/win/compositing/overflow/content-gains-scrollbars-expected.txt: Added.
23304         * platform/win/compositing/overflow/overflow-scrollbar-layers-expected.txt: Added.
23305         * platform/win/compositing/overflow/resize-painting-expected.txt: Added.
23307 2011-04-14  Andrey Kosyakov  <caseq@chromium.org>
23309         Unreviewed. Updated/added chromium test expectation for media controls tests following CSS change in r83847.
23311         * platform/chromium-gpu-linux/media/controls-after-reload-expected.png: Added.
23312         * platform/chromium-gpu-linux/media/controls-strict-expected.png: Added.
23313         * platform/chromium-gpu-linux/media/controls-styling-expected.png: Added.
23314         * platform/chromium-gpu-linux/media/controls-without-preload-expected.png: Added.
23315         * platform/chromium-gpu-linux/media/media-document-audio-repaint-expected.png: Added.
23316         * platform/chromium-gpu-linux/media/video-controls-rendering-expected.png: Added.
23317         * platform/chromium-gpu-linux/media/video-display-toggle-expected.png:
23318         * platform/chromium-gpu-linux/media/video-no-audio-expected.png:
23319         * platform/chromium-gpu-linux/media/video-volume-slider-expected.png:
23320         * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png: Added.
23321         * platform/chromium-gpu-mac/media/controls-after-reload-expected.png: Added.
23322         * platform/chromium-gpu-mac/media/controls-strict-expected.png: Added.
23323         * platform/chromium-gpu-mac/media/controls-styling-expected.png: Added.
23324         * platform/chromium-gpu-mac/media/controls-without-preload-expected.png: Added.
23325         * platform/chromium-gpu-mac/media/media-document-audio-repaint-expected.png: Added.
23326         * platform/chromium-gpu-mac/media/media-document-audio-repaint-expected.txt: Added.
23327         * platform/chromium-gpu-mac/media/video-controls-rendering-expected.png: Added.
23328         * platform/chromium-gpu-mac/media/video-display-toggle-expected.png:
23329         * platform/chromium-gpu-mac/media/video-no-audio-expected.png:
23330         * platform/chromium-gpu-mac/media/video-volume-slider-expected.png:
23331         * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png:
23332         * platform/chromium-gpu-win/media/controls-after-reload-expected.png: Added.
23333         * platform/chromium-gpu-win/media/controls-strict-expected.png: Added.
23334         * platform/chromium-gpu-win/media/controls-styling-expected.png: Added.
23335         * platform/chromium-gpu-win/media/controls-without-preload-expected.png: Added.
23336         * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.png: Added.
23337         * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.txt: Added.
23338         * platform/chromium-gpu-win/media/video-controls-rendering-expected.png: Added.
23339         * platform/chromium-gpu-win/media/video-display-toggle-expected.png:
23340         * platform/chromium-gpu-win/media/video-no-audio-expected.png:
23341         * platform/chromium-gpu-win/media/video-volume-slider-expected.png:
23342         * platform/chromium-gpu-win/media/video-zoom-controls-expected.png: Added.
23343         * platform/chromium-linux/fast/layers/video-layer-expected.png:
23344         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
23345         * platform/chromium-linux/media/controls-after-reload-expected.png:
23346         * platform/chromium-linux/media/controls-strict-expected.png:
23347         * platform/chromium-linux/media/controls-styling-expected.png:
23348         * platform/chromium-linux/media/controls-without-preload-expected.png:
23349         * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
23350         * platform/chromium-linux/media/video-controls-rendering-expected.png:
23351         * platform/chromium-linux/media/video-display-toggle-expected.png:
23352         * platform/chromium-linux/media/video-empty-source-expected.png:
23353         * platform/chromium-linux/media/video-no-audio-expected.png:
23354         * platform/chromium-linux/media/video-volume-slider-expected.png:
23355         * platform/chromium-linux/media/video-zoom-controls-expected.png:
23356         * platform/chromium-mac/fast/canvas/image-object-in-canvas-expected.png: Added.
23357         * platform/chromium-mac/fast/layers/video-layer-expected.checksum: Removed.
23358         * platform/chromium-mac/fast/layers/video-layer-expected.png:
23359         * platform/chromium-mac/fast/layers/video-layer-expected.txt:
23360         * platform/chromium-mac/media/audio-controls-rendering-expected.checksum: Removed.
23361         * platform/chromium-mac/media/audio-controls-rendering-expected.png:
23362         * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
23363         * platform/chromium-mac/media/controls-after-reload-expected.checksum: Removed.
23364         * platform/chromium-mac/media/controls-after-reload-expected.png:
23365         * platform/chromium-mac/media/controls-after-reload-expected.txt:
23366         * platform/chromium-mac/media/controls-strict-expected.checksum: Removed.
23367         * platform/chromium-mac/media/controls-strict-expected.png:
23368         * platform/chromium-mac/media/controls-strict-expected.txt:
23369         * platform/chromium-mac/media/controls-styling-expected.checksum: Removed.
23370         * platform/chromium-mac/media/controls-styling-expected.png:
23371         * platform/chromium-mac/media/controls-styling-expected.txt:
23372         * platform/chromium-mac/media/controls-without-preload-expected.checksum: Removed.
23373         * platform/chromium-mac/media/controls-without-preload-expected.png:
23374         * platform/chromium-mac/media/controls-without-preload-expected.txt:
23375         * platform/chromium-mac/media/media-document-audio-repaint-expected.checksum: Removed.
23376         * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
23377         * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
23378         * platform/chromium-mac/media/video-controls-rendering-expected.checksum: Removed.
23379         * platform/chromium-mac/media/video-controls-rendering-expected.png:
23380         * platform/chromium-mac/media/video-controls-rendering-expected.txt:
23381         * platform/chromium-mac/media/video-display-toggle-expected.checksum: Removed.
23382         * platform/chromium-mac/media/video-display-toggle-expected.png:
23383         * platform/chromium-mac/media/video-display-toggle-expected.txt:
23384         * platform/chromium-mac/media/video-empty-source-expected.checksum: Removed.
23385         * platform/chromium-mac/media/video-empty-source-expected.png:
23386         * platform/chromium-mac/media/video-empty-source-expected.txt:
23387         * platform/chromium-mac/media/video-no-audio-expected.checksum: Removed.
23388         * platform/chromium-mac/media/video-no-audio-expected.png:
23389         * platform/chromium-mac/media/video-no-audio-expected.txt:
23390         * platform/chromium-mac/media/video-volume-slider-expected.checksum: Removed.
23391         * platform/chromium-mac/media/video-volume-slider-expected.png:
23392         * platform/chromium-mac/media/video-volume-slider-expected.txt:
23393         * platform/chromium-mac/media/video-zoom-controls-expected.png:
23394         * platform/chromium-mac/media/video-zoom-controls-expected.txt:
23395         * platform/chromium-win/fast/layers/video-layer-expected.png:
23396         * platform/chromium-win/fast/layers/video-layer-expected.txt:
23397         * platform/chromium-win/media/audio-controls-rendering-expected.png:
23398         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
23399         * platform/chromium-win/media/controls-after-reload-expected.png:
23400         * platform/chromium-win/media/controls-after-reload-expected.txt:
23401         * platform/chromium-win/media/controls-strict-expected.png:
23402         * platform/chromium-win/media/controls-strict-expected.txt:
23403         * platform/chromium-win/media/controls-styling-expected.png:
23404         * platform/chromium-win/media/controls-styling-expected.txt:
23405         * platform/chromium-win/media/controls-without-preload-expected.png:
23406         * platform/chromium-win/media/controls-without-preload-expected.txt:
23407         * platform/chromium-win/media/media-document-audio-repaint-expected.png:
23408         * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
23409         * platform/chromium-win/media/video-controls-rendering-expected.png:
23410         * platform/chromium-win/media/video-controls-rendering-expected.txt:
23411         * platform/chromium-win/media/video-display-toggle-expected.png:
23412         * platform/chromium-win/media/video-display-toggle-expected.txt:
23413         * platform/chromium-win/media/video-empty-source-expected.png:
23414         * platform/chromium-win/media/video-empty-source-expected.txt:
23415         * platform/chromium-win/media/video-no-audio-expected.png:
23416         * platform/chromium-win/media/video-no-audio-expected.txt:
23417         * platform/chromium-win/media/video-volume-slider-expected.png:
23418         * platform/chromium-win/media/video-volume-slider-expected.txt:
23419         * platform/chromium-win/media/video-zoom-controls-expected.png:
23420         * platform/chromium-win/media/video-zoom-controls-expected.txt:
23422 2011-04-14  Adam Roben  <aroben@apple.com>
23424         Add Windows results for new tests added in r83787
23426         Windows differs from the cross-platfom results due to <http://webkit.org/b/57334>.
23428         * platform/win/fast/ruby/after-block-doesnt-crash-expected.txt: Added.
23429         * platform/win/fast/ruby/after-table-doesnt-crash-expected.txt: Added.
23430         * platform/win/fast/ruby/before-block-doesnt-crash-expected.txt: Added.
23431         * platform/win/fast/ruby/before-table-doesnt-crash-expected.txt: Added.
23433 2011-04-14  Mikhail Naganov  <mnaganov@chromium.org>
23435         Reviewed by Pavel Feldman.
23437         Web Inspector: [Chromium] Ready to move detailed heap snapshots storage and processing into workers.
23438         https://bugs.webkit.org/show_bug.cgi?id=58534
23440         * inspector/profiler/detailed-heapshots-test.js:
23441         (initialize_DetailedHeapshotTest.):
23442         (initialize_DetailedHeapshotTest):
23443         * inspector/profiler/heap-snapshot-test.js:
23444         (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMock):
23445         (initialize_HeapSnapshotTest):
23447 2011-04-14  Andrey Kosyakov  <caseq@chromium.org>
23449         Unreviewed. Added chromium baselines for SVG tests added in r83821.
23451         * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
23452         * platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
23453         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
23454         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
23455         * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
23456         * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
23457         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
23458         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
23460 2011-04-14  Pavel Feldman  <pfeldman@google.com>
23462         Reviewed by Yury Semikhatsky.
23464         Web Inspector: implement incremental CSS free flow editing.
23465         https://bugs.webkit.org/show_bug.cgi?id=58529
23467         * inspector/styles/get-set-stylesheet-text.html:
23469 2011-04-14  Herczeg Zoltan  <zherczeg@webkit.org>
23471         Unreviewed.
23473         svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg crashes in Debug build
23474         https://bugs.webkit.org/show_bug.cgi?id=58525
23476         Unskip svgdom-over-01-f.svg, since it is now passing.
23478         * platform/gtk/Skipped:
23480 2011-04-14  Nancy Piedra  <nancy.piedra@nokia.com>
23482         Reviewed by Benjamin Poulain.
23484         Added additional test for parsing codecs parameter.
23485         https://bugs.webkit.org/show_bug.cgi?id=58188
23487         * media/video-can-play-type-expected.txt:
23488         * media/video-can-play-type.html:
23490 2011-04-14  Philippe Normand  <pnormand@igalia.com>
23492         Unreviewed, skip 2 failing tests.
23494         * platform/gtk/Skipped: Skip
23495         http/tests/loading/onload-vs-immediate-refresh.pl and
23496         svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg
23498 2011-04-14  Csaba Osztrogonác  <ossy@webkit.org>
23500         [Qt] fast/ruby tests fail
23501         https://bugs.webkit.org/show_bug.cgi?id=58523
23503         * platform/qt/Skipped: Add failing tests.
23505 2011-04-14  James Robinson  <jamesr@chromium.org>
23507         Chromium expectation update.
23509         * platform/chromium-gpu-mac/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Added.
23510         * platform/chromium-gpu-mac/compositing/iframes/become-overlapped-iframe-expected.txt: Removed.
23511         * platform/chromium-gpu-win/compositing/overflow/scrollbar-painting-expected.checksum: Removed.
23512         * platform/chromium-gpu-win/compositing/overflow/scrollbar-painting-expected.png:
23513         * platform/chromium-gpu/compositing/iframes/become-overlapped-iframe-expected.txt: Renamed from LayoutTests/platform/chromium-gpu-linux/compositing/iframes/become-overlapped-iframe-expected.txt.
23514         * platform/chromium/test_expectations.txt:
23516 2011-04-14  James Robinson  <jamesr@chromium.org>
23518         Few more updates for r83820.
23520         * platform/chromium-gpu/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Renamed from LayoutTests/platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt.
23521         * platform/chromium-gpu/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Renamed from LayoutTests/platform/chromium-gpu/compositing/layer-creation.
23522         * platform/chromium/test_expectations.txt:
23524 2011-04-14  Victoria Kirst  <vrk@google.com>
23526         Reviewed by James Robinson.
23528         [chromium] Failing GPU video tests
23529         https://bugs.webkit.org/show_bug.cgi?id=57926
23531         Rebaseline images.
23533         * platform/chromium-gpu-linux/media/video-display-toggle-expected.checksum: Removed.
23534         * platform/chromium-gpu-linux/media/video-display-toggle-expected.png:
23535         * platform/chromium-gpu-linux/media/video-no-audio-expected.checksum: Removed.
23536         * platform/chromium-gpu-linux/media/video-no-audio-expected.png:
23537         * platform/chromium-gpu-linux/media/video-volume-slider-expected.checksum: Removed.
23538         * platform/chromium-gpu-linux/media/video-volume-slider-expected.png:
23539         * platform/chromium-gpu-mac/media/video-display-toggle-expected.checksum: Removed.
23540         * platform/chromium-gpu-mac/media/video-display-toggle-expected.png:
23541         * platform/chromium-gpu-mac/media/video-no-audio-expected.checksum: Removed.
23542         * platform/chromium-gpu-mac/media/video-no-audio-expected.png:
23543         * platform/chromium-gpu-mac/media/video-volume-slider-expected.checksum: Removed.
23544         * platform/chromium-gpu-mac/media/video-volume-slider-expected.png:
23545         * platform/chromium-gpu-win/media/video-display-toggle-expected.checksum: Removed.
23546         * platform/chromium-gpu-win/media/video-display-toggle-expected.png:
23547         * platform/chromium-gpu-win/media/video-no-audio-expected.checksum: Removed.
23548         * platform/chromium-gpu-win/media/video-no-audio-expected.png:
23549         * platform/chromium-gpu-win/media/video-volume-slider-expected.checksum: Removed.
23550         * platform/chromium-gpu-win/media/video-volume-slider-expected.png:
23551         * platform/chromium/test_expectations.txt:
23553 2011-04-14  Tony Gentilcore  <tonyg@chromium.org>
23555         Reviewed by Kent Tamura.
23557         [chromium] http/tests/loading/preload-append-scan.php fails
23558         https://bugs.webkit.org/show_bug.cgi?id=58352
23560         On chromium, onload-vs-immediate-refresh always caused the subsequent test to fail
23561         with an additional didFinishLoadForFrame message. This was because the test
23562         navigates via a refresh, but did not actually wait for the navigation to complete.
23564         This patch fixes that by adding a waitUntilDone() and calling notifyDone() after the
23565         redirect target page loads. Now the log for this test shows both navigations and no
23566         part of the navigation leaks into the next test.
23568         Also, since dumpAsText() shows alerts, there was no reason to write vs. alert the
23569         SUCCESS message.
23571         * http/tests/loading/onload-vs-immediate-refresh-expected.txt:
23572         * http/tests/loading/onload-vs-immediate-refresh.pl:
23573         * platform/chromium/test_expectations.txt:
23575 2011-04-14  James Robinson  <jamesr@chromium.org>
23577         Update expectations and baselines for r83820.
23579         * compositing/iframes/overlapped-nested-iframes-expected.txt:
23580         * platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.checksum: Removed.
23581         * platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.png:
23582         * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.checksum: Removed.
23583         * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.png:
23584         * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.checksum: Removed.
23585         * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png:
23586         * platform/chromium-gpu-linux/compositing/iframes/become-overlapped-iframe-expected.txt: Copied from LayoutTests/platform/chromium-gpu-win/compositing/iframes/iframe-size-from-zero-expected.txt.
23587         * platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.checksum: Removed.
23588         * platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.png:
23589         * platform/chromium-gpu-linux/compositing/overflow/scrollbar-painting-expected.checksum: Removed.
23590         * platform/chromium-gpu-linux/compositing/overflow/scrollbar-painting-expected.png:
23591         * platform/chromium-gpu-linux/platform/chromium/compositing/layout-width-change-expected.checksum: Removed.
23592         * platform/chromium-gpu-linux/platform/chromium/compositing/layout-width-change-expected.png:
23593         * platform/chromium-gpu-mac/compositing/geometry/fixed-position-expected.checksum: Removed.
23594         * platform/chromium-gpu-mac/compositing/geometry/fixed-position-expected.png:
23595         * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.checksum: Removed.
23596         * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.png:
23597         * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.checksum: Removed.
23598         * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.png:
23599         * platform/chromium-gpu-mac/compositing/iframes/become-overlapped-iframe-expected.txt: Copied from LayoutTests/platform/chromium-gpu-win/compositing/iframes/iframe-size-from-zero-expected.txt.
23600         * platform/chromium-gpu-mac/compositing/iframes/composited-iframe-alignment-expected.png: Added.
23601         * platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.checksum: Removed.
23602         * platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
23603         * platform/chromium-gpu-mac/compositing/overflow/scrollbar-painting-expected.checksum: Removed.
23604         * platform/chromium-gpu-mac/compositing/overflow/scrollbar-painting-expected.png:
23605         * platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.checksum: Removed.
23606         * platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.png:
23607         * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.checksum: Removed.
23608         * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.png:
23609         * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.checksum: Removed.
23610         * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.png:
23611         * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.checksum: Removed.
23612         * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.png:
23613         * platform/chromium-gpu-win/compositing/iframes/scrolling-iframe-expected.txt: Removed.
23614         * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.checksum: Removed.
23615         * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.png:
23616         * platform/chromium-gpu-win/platform/chromium/compositing/layout-width-change-expected.checksum: Removed.
23617         * platform/chromium-gpu-win/platform/chromium/compositing/layout-width-change-expected.png:
23618         * platform/chromium-gpu/compositing/iframes/composited-parent-iframe-expected.txt: Renamed from LayoutTests/platform/chromium-gpu-win/compositing/iframes/composited-parent-iframe-expected.txt.
23619         * platform/chromium-gpu/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Renamed from LayoutTests/platform/chromium-gpu-win/compositing/iframes/connect-compositing-iframe-delayed-expected.txt.
23620         * platform/chromium-gpu/compositing/iframes/connect-compositing-iframe-expected.txt: Renamed from LayoutTests/platform/chromium-gpu-win/compositing/iframes/connect-compositing-iframe-expected.txt.
23621         * platform/chromium-gpu/compositing/iframes/connect-compositing-iframe2-expected.txt: Renamed from LayoutTests/platform/chromium-gpu-win/compositing/iframes/connect-compositing-iframe2-expected.txt.
23622         * platform/chromium-gpu/compositing/iframes/connect-compositing-iframe3-expected.txt: Renamed from LayoutTests/platform/chromium-gpu-win/compositing/iframes/connect-compositing-iframe3-expected.txt.
23623         * platform/chromium-gpu/compositing/iframes/enter-compositing-iframe-expected.txt: Renamed from LayoutTests/platform/chromium-gpu-win/compositing/iframes/enter-compositing-iframe-expected.txt.
23624         * platform/chromium-gpu/compositing/iframes/iframe-resize-expected.txt: Renamed from LayoutTests/platform/chromium-gpu-win/compositing/iframes/iframe-resize-expected.txt.
23625         * platform/chromium-gpu/compositing/iframes/iframe-size-from-zero-expected.txt: Renamed from LayoutTests/platform/chromium-gpu-win/compositing/iframes/iframe-size-from-zero-expected.txt.
23626         * platform/chromium-gpu/compositing/iframes/overlapped-iframe-expected.txt: Renamed from LayoutTests/platform/chromium-gpu-win/compositing/iframes/overlapped-iframe-expected.txt.
23627         * platform/chromium-gpu/compositing/layer-creation: Renamed from LayoutTests/platform/chromium-gpu-win/compositing/layer-creation/overflow-scroll-overlap-expected.txt.
23628         * platform/chromium-gpu/compositing/overflow/resize-painting-expected.txt: Renamed from LayoutTests/platform/chromium-gpu-win/compositing/overflow/resize-painting-expected.txt.
23629         * platform/chromium/test_expectations.txt:
23631 2011-04-14  Renata Hodovan  <reni@webkit.org>
23633         Reviewed by Nikolas Zimmermann.
23635         CSS related SVG*Element changes doesn't require relayout
23636         https://bugs.webkit.org/show_bug.cgi?id=56906
23638         Testing inherited CSS related SVG property changes by FEFlood, FESpecularLighting and FEDiffuseLighing filters.
23639         Adding a missing test to check the dynamic update of lighting-color property of FESpecularLighting.
23640         All the other modifications are covered by the existing dyanmic-update tests.
23642         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.checksum: Added.
23643         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
23644         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.checksum: Added.
23645         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
23646         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.checksum: Added.
23647         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
23648         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.checksum: Added.
23649         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
23650         * svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.txt: Added.
23651         * svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop.html: Added.
23652         * svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.txt: Added.
23653         * svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color.html: Added.
23654         * svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.txt: Added.
23655         * svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop.html: Added.
23656         * svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.txt: Added.
23657         * svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop.html: Added.
23658         * svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop.js: Added.
23659         (executeTest):
23660         * svg/dynamic-updates/script-tests/SVGFEFloodElement-inherit-flood-color-css-prop.js: Added.
23661         (executeTest):
23662         * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-inherit-lighting-color-css-prop.js: Added.
23663         (executeTest):
23664         * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-lighting-color-css-prop.js: Added.
23665         (executeTest):
23667 2011-04-13  James Robinson  <jamesr@chromium.org>
23669         Reviewed by Simon Fraser.
23671         Allow setting composited backing stores for scrollbars and scroll corners
23672         https://bugs.webkit.org/show_bug.cgi?id=57202
23674         Adds some new tests for composited scrollbars, updates test expectations to take into account scrollbar layers.
23676         * compositing/iframes/become-composited-nested-iframes-expected.txt:
23677         * compositing/iframes/become-overlapped-iframe-expected.txt:
23678         * compositing/iframes/composited-parent-iframe-expected.txt:
23679         * compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
23680         * compositing/iframes/connect-compositing-iframe-expected.txt:
23681         * compositing/iframes/connect-compositing-iframe2-expected.txt:
23682         * compositing/iframes/connect-compositing-iframe3-expected.txt:
23683         * compositing/iframes/enter-compositing-iframe-expected.txt:
23684         * compositing/iframes/iframe-resize-expected.txt:
23685         * compositing/iframes/iframe-size-from-zero-expected.txt:
23686         * compositing/iframes/overlapped-iframe-expected.txt:
23687         * compositing/iframes/repaint-after-losing-scrollbars-expected.checksum: Added.
23688         * compositing/iframes/repaint-after-losing-scrollbars-expected.png: Added.
23689         * compositing/iframes/repaint-after-losing-scrollbars-expected.txt: Added.
23690         * compositing/iframes/repaint-after-losing-scrollbars.html: Added.
23691         * compositing/iframes/resources/repaint-after-losing-scrollbars-iframe.html: Added.
23692         * compositing/iframes/scrolling-iframe-expected.txt:
23693         * compositing/overflow/clip-content-under-overflow-controls-expected.checksum: Added.
23694         * compositing/overflow/clip-content-under-overflow-controls-expected.png: Added.
23695         * compositing/overflow/clip-content-under-overflow-controls-expected.txt: Added.
23696         * compositing/overflow/clip-content-under-overflow-controls.html: Added.
23697         * compositing/overflow/content-gains-scrollbars-expected.txt: Added.
23698         * compositing/overflow/content-gains-scrollbars.html: Added.
23699         * compositing/overflow/content-loses-scrollbars-expected.txt: Added.
23700         * compositing/overflow/content-loses-scrollbars.html: Added.
23701         * compositing/overflow/overflow-scrollbar-layers-expected.txt: Added.
23702         * compositing/overflow/overflow-scrollbar-layers.html: Added.
23703         * compositing/overflow/repaint-after-losing-scrollbars-expected.checksum: Added.
23704         * compositing/overflow/repaint-after-losing-scrollbars-expected.png: Added.
23705         * compositing/overflow/repaint-after-losing-scrollbars-expected.txt: Added.
23706         * compositing/overflow/repaint-after-losing-scrollbars.html: Added.
23707         * compositing/tiling/huge-layer-img-expected.png:
23708         * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.txt: Removed.
23709         * platform/chromium-gpu-linux/compositing/geometry/abs-position-inside-opacity-expected.txt: Removed.
23710         * platform/chromium-gpu-linux/compositing/geometry/foreground-layer-expected.png:
23711         * platform/chromium-gpu-linux/compositing/iframes/composited-iframe-alignment-expected.txt: Removed.
23712         * platform/chromium-gpu-linux/compositing/masks/direct-image-mask-expected.txt: Removed.
23713         * platform/chromium-gpu-linux/compositing/overflow/ancestor-overflow-expected.txt: Removed.
23714         * platform/chromium-gpu-linux/compositing/repaint/composited-document-element-expected.txt: Removed.
23715         * platform/chromium-gpu-linux/compositing/shadows/shadow-drawing-expected.txt: Removed.
23716         * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.txt: Removed.
23717         * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
23718         * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
23719         * platform/chromium-gpu-win/compositing/iframes/composited-parent-iframe-expected.txt:
23720         * platform/chromium-gpu-win/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
23721         * platform/chromium-gpu-win/compositing/iframes/connect-compositing-iframe-expected.txt:
23722         * platform/chromium-gpu-win/compositing/iframes/connect-compositing-iframe2-expected.txt:
23723         * platform/chromium-gpu-win/compositing/iframes/connect-compositing-iframe3-expected.txt:
23724         * platform/chromium-gpu-win/compositing/iframes/enter-compositing-iframe-expected.txt:
23725         * platform/chromium-gpu-win/compositing/iframes/iframe-resize-expected.txt:
23726         * platform/chromium-gpu-win/compositing/iframes/iframe-size-from-zero-expected.txt:
23727         * platform/chromium-gpu-win/compositing/iframes/overlapped-iframe-expected.txt:
23728         * platform/chromium-gpu-win/compositing/iframes/scrolling-iframe-expected.txt: Removed.
23729         * platform/chromium-gpu-win/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Added.
23730         * platform/chromium-gpu-win/compositing/overflow/resize-painting-expected.txt:
23731         * platform/chromium-gpu/compositing/geometry/foreground-layer-expected.txt: Added.
23732         * platform/chromium-gpu/compositing/iframes/become-composited-nested-iframes-expected.txt: Copied from LayoutTests/compositing/iframes/become-composited-nested-iframes-expected.txt.
23733         * platform/chromium-gpu/compositing/iframes/become-overlapped-iframe-expected.txt: Copied from LayoutTests/compositing/iframes/become-overlapped-iframe-expected.txt.
23734         * platform/chromium-gpu/compositing/iframes/overlapped-nested-iframes-expected.txt: Copied from LayoutTests/compositing/iframes/become-composited-nested-iframes-expected.txt.
23735         * platform/chromium-gpu/compositing/iframes/repaint-after-losing-scrollbars-expected.checksum: Added.
23736         * platform/chromium-gpu/compositing/iframes/repaint-after-losing-scrollbars-expected.png: Added.
23737         * platform/chromium-gpu/compositing/iframes/scrolling-iframe-expected.txt: Added.
23738         * platform/chromium-gpu/compositing/overflow/content-gains-scrollbars-expected.txt: Added.
23739         * platform/chromium-gpu/compositing/overflow/content-loses-scrollbars-expected.txt: Added.
23740         * platform/chromium-gpu/compositing/overflow/overflow-scrollbar-layers-expected.txt: Added.
23741         * platform/chromium-gpu/compositing/overflow/repaint-after-losing-scrollbars-expected.checksum: Added.
23742         * platform/chromium-gpu/compositing/overflow/repaint-after-losing-scrollbars-expected.png: Copied from LayoutTests/compositing/tiling/huge-layer-img-expected.png.
23743         * platform/chromium/test_expectations.txt:
23744         * platform/mac/Skipped:
23746 2011-04-13  Andrey Kosyakov  <caseq@chromium.org>
23748         Unreviewed. Added chromium expectations for test added in r83803.
23750         * platform/chromium/iframe-outline-expected.png: Added.
23752 2011-04-13  Abhishek Arya  <inferno@chromium.org>
23754         Reviewed by James Robinson.
23756         Tests that iframe outline is drawn.
23757         https://bugs.webkit.org/show_bug.cgi?id=57439
23759         * fast/frames/iframe-outline.html: Added.
23760         * platform/mac/fast/frames/iframe-outline-expected.checksum: Added.
23761         * platform/mac/fast/frames/iframe-outline-expected.png: Added.
23762         * platform/mac/fast/frames/iframe-outline-expected.txt: Added.
23764 2011-04-13  Dirk Pranke  <dpranke@chromium.org>
23766         Unreviewed, expectations change - remove tests that are no longer
23767         failing.
23769         * platform/mac/test_expectations.txt:
23771 2011-04-13  Jian Li  <jianli@chromium.org>
23773         Unreviewed, rebaseline 4 tests added as r83787.
23775         * platform/chromium-mac/fast/ruby/after-block-doesnt-crash-expected.txt: Added.
23776         * platform/chromium-mac/fast/ruby/after-table-doesnt-crash-expected.txt: Added.
23777         * platform/chromium-mac/fast/ruby/before-block-doesnt-crash-expected.txt: Added.
23778         * platform/chromium-mac/fast/ruby/before-table-doesnt-crash-expected.txt: Added.
23779         * platform/chromium-win/fast/ruby/after-block-doesnt-crash-expected.txt: Added.
23780         * platform/chromium-win/fast/ruby/after-table-doesnt-crash-expected.txt: Added.
23781         * platform/chromium-win/fast/ruby/before-block-doesnt-crash-expected.txt: Added.
23782         * platform/chromium-win/fast/ruby/before-table-doesnt-crash-expected.txt: Added.
23784 2011-04-13  Roland Steiner  <rolandsteiner@chromium.org>
23786         Reviewed by David Hyatt.
23788         Bug 55930 - Incorrect handling of 'display:' property within nested <ruby> tags
23789         https://bugs.webkit.org/show_bug.cgi?id=55930
23791         Test that 'display: block' and 'display: table' on generated :before/:after content
23792         within <ruby> doesn't crash.
23794         * fast/ruby/after-block-doesnt-crash-expected.txt: Added.
23795         * fast/ruby/after-block-doesnt-crash.html: Added.
23796         * fast/ruby/after-table-doesnt-crash-expected.txt: Added.
23797         * fast/ruby/after-table-doesnt-crash.html: Added.
23798         * fast/ruby/before-block-doesnt-crash-expected.txt: Added.
23799         * fast/ruby/before-block-doesnt-crash.html: Added.
23800         * fast/ruby/before-table-doesnt-crash-expected.txt: Added.
23801         * fast/ruby/before-table-doesnt-crash.html: Added.
23803 2011-04-13  Matthew Delaney  <mdelaney@apple.com>
23805         Reviewed by Chris Marrin.
23807         Update layout test expected result files' locations
23808         https://bugs.webkit.org/show_bug.cgi?id=58492
23810         * platform/mac-snowleopard/canvas/philip/tests/2d.line.miter.lineedge-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.line.miter.lineedge-expected.txt.
23811         * platform/mac-snowleopard/canvas/philip/tests/2d.shadow.enable.blur-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.shadow.enable.blur-expected.txt.
23812         * platform/mac-snowleopard/canvas/philip/tests/2d.shadow.enable.x-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.shadow.enable.x-expected.txt.
23813         * platform/mac-snowleopard/canvas/philip/tests/2d.shadow.enable.y-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.shadow.enable.y-expected.txt.
23814         * platform/mac/canvas/philip/tests/2d.line.miter.lineedge-expected.txt: Removed.
23815         * platform/mac/canvas/philip/tests/2d.shadow.enable.blur-expected.txt: Removed.
23816         * platform/mac/canvas/philip/tests/2d.shadow.enable.x-expected.txt: Removed.
23817         * platform/mac/canvas/philip/tests/2d.shadow.enable.y-expected.txt: Removed.
23819 2011-04-13  Jian Li  <jianli@chromium.org>
23821         Unreviewed, more chromium test expectations update.
23823         * platform/chromium/test_expectations.txt:
23825 2011-04-13  Jessie Berlin  <jberlin@apple.com>
23827         inspector/debugger/script-formatter.html broken on a bunch of platforms since introduction
23828         in r83748
23829         https://bugs.webkit.org/show_bug.cgi?id=58487
23831         Disable the test until it is fixed to get the bots green.
23833         * inspector/debugger/script-formatter.html: Removed.
23834         * inspector/debugger/script-formatter.html-disabled: Copied from inspector/debugger/script-formatter.html.
23836 2011-04-13  Dirk Pranke  <dpranke@chromium.org>
23838         Unreviewed, expectations change / build fix. The file had
23839         multiple checksums which confused NRWT.
23841         * platform/mac/compositing/framesets/composited-frame-alignment-expected.checksum:
23843 2011-04-13  Jian Li  <jianli@chromium.org>
23845         Unreviewed, update chromium test expectations per change in r83756.
23847         * platform/chromium/test_expectations.txt:
23849 2011-04-13  Jian Li  <jianli@chromium.org>
23851         Unreviewed, update chromium test expectations to work around a bug
23852         in gpu test expectations handling.
23854         * platform/chromium/test_expectations.txt:
23856 2011-04-13  Jian Li  <jianli@chromium.org>
23858         Unreviewed, update chromium test expectations.
23860         Mark compositing/webgl/webgl-reflection.html as failed for all platforms
23861         in chromium.
23863         * platform/chromium/test_expectations.txt:
23865 2011-04-12  Chris Marrin  <cmarrin@apple.com>
23867         Reviewed by Simon Fraser.
23869         compositing/objects/composited-object-alignment.html causing failures in other tests since its introduction in r83518
23870         https://bugs.webkit.org/show_bug.cgi?id=58323
23872         Got rid of unnecessary JS from composited-subframe.html. This was mistakenly left in from previous experiments.
23873         Also moved pixel results to be platform specific. These are for Mac WebKit and WebKit2. There are color diffs
23874         between the two platforms, so I will make them all platform specific.
23876         * compositing/framesets/composited-frame-alignment-expected.checksum: Removed.
23877         * compositing/framesets/composited-frame-alignment-expected.png: Removed.
23878         * compositing/objects/composited-object-alignment-expected.checksum: Removed.
23879         * compositing/objects/composited-object-alignment-expected.png: Removed.
23880         * compositing/objects/resources/composited-subframe.html:
23881         * platform/mac-wk2/compositing: Added.
23882         * platform/mac-wk2/compositing/framesets: Added.
23883         * platform/mac-wk2/compositing/framesets/composited-frame-alignment-expected.checksum: Added.
23884         * platform/mac-wk2/compositing/framesets/composited-frame-alignment-expected.png: Added.
23885         * platform/mac-wk2/compositing/objects: Added.
23886         * platform/mac-wk2/compositing/objects/composited-object-alignment-expected.checksum: Added.
23887         * platform/mac-wk2/compositing/objects/composited-object-alignment-expected.png: Added.
23888         * platform/mac/compositing/framesets: Added.
23889         * platform/mac/compositing/framesets/composited-frame-alignment-expected.checksum: Added.
23890         * platform/mac/compositing/framesets/composited-frame-alignment-expected.png: Added.
23891         * platform/mac/compositing/objects: Added.
23892         * platform/mac/compositing/objects/composited-object-alignment-expected.checksum: Copied from LayoutTests/compositing/objects/composited-object-alignment-expected.checksum.
23893         * platform/mac/compositing/objects/composited-object-alignment-expected.png: Copied from LayoutTests/compositing/objects/composited-object-alignment-expected.png.
23895 2011-04-13  Leandro Gracia Gil  <leandrogracia@chromium.org>
23897         Reviewed by Jian Li.
23899         Exclude webkitGetUserMedia from the navigator-detached-no-crash test.
23900         https://bugs.webkit.org/show_bug.cgi?id=58459
23902         Exclude the MediaStream API methods from the test until the feature
23903         is supported by most platforms.
23905         * fast/dom/navigator-detached-no-crash.html:
23907 2011-04-13  Jian Li  <jianli@chromium.org>
23909         Unreviewed, rebaseline 2 tests for linux64 in chromium.
23911         * platform/chromium-linux-x86_64/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png: Added.
23912         * platform/chromium-linux-x86_64/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: Added.
23914 2011-04-12  Pavel Podivilov  <podivilov@chromium.org>
23916         Reviewed by Pavel Feldman.
23918         Web Inspector: fix source mapping for deobfuscated scripts.
23919         https://bugs.webkit.org/show_bug.cgi?id=58231
23921         * inspector/debugger/resources/obfuscated.js: Added.
23922         * inspector/debugger/script-formatter-expected.txt:
23923         * inspector/debugger/script-formatter.html:
23925 2011-04-13  Philippe Normand  <pnormand@igalia.com>
23927         Unreviewed, GTK platform results for full-screen-zIndex.html test.
23929         [GTK] fullscreen/full-screen-zIndex.html fails
23930         https://bugs.webkit.org/show_bug.cgi?id=58444
23932         * platform/gtk/Skipped:
23933         * platform/gtk/fullscreen/full-screen-zIndex-expected.checksum: Added.
23934         * platform/gtk/fullscreen/full-screen-zIndex-expected.png: Added.
23935         * platform/gtk/fullscreen/full-screen-zIndex-expected.txt: Added.
23937 2011-04-13  Jessie Berlin  <jberlin@apple.com>
23939         http/tests/inspector/extensions-resources-redirect.html and
23940         inspector/extensions/extensions-resources.html sometimes fail on Windows 7 Release (WebKit2
23941         Tests).
23942         https://bugs.webkit.org/show_bug.cgi?id=57491
23944         Add the tests to the win-wk2 Skipped list to get the bots green.
23946         * platform/win-wk2/Skipped:
23948 2011-04-13  Philippe Normand  <pnormand@igalia.com>
23950         Unreviewed, skip failing fullscreen test on GTK.
23952         * platform/gtk/Skipped:
23954 2011-04-13  Jessie Berlin  <jberlin@apple.com>
23956         [Windows XP Debug Tests] fast/events/pageshow-pagehide-on-back-cached-with-frames.html
23957         failing since r83699
23958         https://bugs.webkit.org/show_bug.cgi?id=58441
23960         Add the Windows-XP specific expected failing results to get the bots green.
23962         * platform/win-xp/fast/events: Added.
23963         * platform/win-xp/fast/events/pageshow-pagehide-on-back-cached-with-frames-expected.txt: Added.
23965 2011-04-13  Philippe Normand  <pnormand@igalia.com>
23967         Unreviewed, GTK rebaseline of an svg test updated in r83710 and
23968         skip an http test using unimplemented DRT features.
23970         * platform/gtk/Skipped:
23971         * platform/gtk/svg/custom/text-dom-01-f-expected.txt:
23973 2011-04-13  Andrey Kosyakov  <caseq@chromium.org>
23975         Unreviewed. Rebaselined SVG test expectations following mac expectations change in r83710.
23977         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
23978         * platform/chromium-linux/svg/custom/text-dom-01-f-expected.checksum: Removed.
23979         * platform/chromium-linux/svg/custom/text-dom-01-f-expected.png:
23980         * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png: Added.
23981         * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: Added.
23982         * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: Added.
23983         * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: Added.
23984         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
23985         * platform/chromium-mac-leopard/svg/custom/text-dom-01-f-expected.checksum: Removed.
23986         * platform/chromium-mac-leopard/svg/custom/text-dom-01-f-expected.png: Removed.
23987         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png: Added.
23988         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: Added.
23989         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: Added.
23990         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: Added.
23991         * platform/chromium-win/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
23992         * platform/chromium-win/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
23993         * platform/chromium-win/svg/custom/text-dom-01-f-expected.checksum: Removed.
23994         * platform/chromium-win/svg/custom/text-dom-01-f-expected.png:
23995         * platform/chromium-win/svg/custom/text-dom-01-f-expected.txt:
23996         * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png: Added.
23997         * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: Added.
23998         * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: Added.
23999         * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: Added.
24000         * platform/chromium-win/svg/text/lengthAdjust-text-metrics-expected.txt:
24002 2011-04-13  Tony Gentilcore  <tonyg@chromium.org>
24004         Reviewed by David Levin.
24006         [chromium] Regression(r80861): fast/dom/Window/window-lookup-precedence.html started failing on Windows.
24007         https://bugs.webkit.org/show_bug.cgi?id=56608
24009         Previously the test unintentionally navigated the iframe when setting
24010         window.location. Instead, now, we just skip setting window.location.
24012         * fast/dom/Window/window-lookup-precedence.html:
24013         * platform/chromium-win/fast/dom/Window/window-lookup-precedence-expected.txt: Moved to chromium.
24014         * platform/chromium/fast/dom/Window/window-lookup-precedence-expected.txt: Moved from chromium-win.
24015         * platform/chromium/test_expectations.txt:
24017 2011-04-13  Csaba Osztrogonác  <ossy@webkit.org>
24019         LayoutTestController.computedStyleIncludingVisitedInfo-based tests don't work in WK2
24020         http://webkit.org/b/58334
24022         Make same changes in Qt WK2 Skipped list as r83595 in Mac WK2 Skipped list.
24024         * platform/qt-wk2/Skipped: Skip a new test due to an identified bug in WKTR and classify
24025           three other skipped tests with that same bug.
24027 2011-04-13  Mikhail Naganov  <mnaganov@chromium.org>
24029         Reviewed by Pavel Feldman.
24031         Web Inspector: [Chromium] Prepare to move detailed heap snapshots storage and processing into workers.
24032         https://bugs.webkit.org/show_bug.cgi?id=58320
24034         Introduce a proxy object that emulates worker behavior and change UI code to cope with it.
24036         * inspector/profiler/detailed-heapshots-test.js:
24037         (initialize_DetailedHeapshotTest):
24039 2011-04-13  Csaba Osztrogonác  <ossy@webkit.org>
24041         Update Qt specific expected results after r83710.
24043         * platform/qt/svg/custom/text-dom-01-f-expected.txt:
24044         * platform/qt/svg/text/lengthAdjust-text-metrics-expected.txt:
24046 2011-04-13  Alexander Pavlov  <apavlov@chromium.org>
24048         Reviewed by Pavel Feldman.
24050         Web Inspector: Web Page Performance auditing fails
24051         https://bugs.webkit.org/show_bug.cgi?id=58322
24053         * inspector/audits/audits-panel-functional.html:
24055 2011-04-13  Nikolas Zimmermann  <nzimmermann@rim.com>
24057         Not reviewed.
24059         svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg has different output on Windows
24060         https://bugs.webkit.org/show_bug.cgi?id=58421
24062         * platform/win/Skipped: Skip svdgdom-over-01-f.svg test. The test is fine, but its missing a line compared to the mac output.
24064 2011-04-13  Andrey Kosyakov  <caseq@chromium.org>
24066         Unreviewed.
24067         Rebaselined expectations following console message format change in V8 bindings.
24069         * platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt:
24070         * platform/chromium/fast/js/recursion-limit-equal-expected.txt:
24072 2011-04-13  Nikolas Zimmermann  <nzimmermann@rim.com>
24074         Reviewed by Dirk Schulze.
24076         SVGTextContentElements textLength returns 0
24077         https://bugs.webkit.org/show_bug.cgi?id=52543
24079         Add new testcases from SVG 1.1 2nd edition. Correct all existing tests using textLength + SVG DOM Text API,
24080         as we're not including textLength/lengthAdjust="spacingAndGlyphs" anymore in the SVGTextQuery results.
24081         This matches Opera and a discussion on www-svg some time ago: http://www.w3.org/2010/05/24-svg-minutes.html.
24083         * platform/mac/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.checksum: Added.
24084         * platform/mac/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
24085         * platform/mac/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
24086         * platform/mac/svg/custom/text-dom-01-f-expected.checksum:
24087         * platform/mac/svg/custom/text-dom-01-f-expected.png:
24088         * platform/mac/svg/custom/text-dom-01-f-expected.txt:
24089         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.checksum: Added.
24090         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png: Added.
24091         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.checksum: Added.
24092         * platform/mac/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: Added.
24093         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.checksum: Added.
24094         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: Added.
24095         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.checksum: Added.
24096         * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: Added.
24097         * svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg: Added.
24098         * svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.txt: Added.
24099         * svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr.html: Added.
24100         * svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.txt: Added.
24101         * svg/dynamic-updates/SVGTextElement-dom-textLength-attr.html: Added.
24102         * svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.txt: Added.
24103         * svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop.html: Added.
24104         * svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.txt: Added.
24105         * svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop.html: Added.
24106         * svg/dynamic-updates/script-tests/SVGTextElement-dom-lengthAdjust-attr.js: Added.
24107         (executeTest):
24108         * svg/dynamic-updates/script-tests/SVGTextElement-dom-textLength-attr.js: Added.
24109         (executeTest):
24110         * svg/dynamic-updates/script-tests/SVGTextElement-svgdom-lengthAdjust-prop.js: Added.
24111         (executeTest):
24112         * svg/dynamic-updates/script-tests/SVGTextElement-svgdom-textLength-prop.js: Added.
24113         (executeTest):
24114         * svg/text/lengthAdjust-text-metrics-expected.txt:
24115         * svg/text/resources/SelectionTestCase.js:
24116         (transformPoint):
24117         (transformRect):
24118         (toAbsoluteCoordinates):
24119         (selectRange):
24120         * svg/text/script-tests/lengthAdjust-text-metrics.js:
24121         (transformPoint):
24122         (transformRect):
24123         (numberToString):
24124         (lengthToString):
24125         (pointToString):
24126         (rectToString):
24128 2011-04-12  Andrey Kosyakov  <caseq@chromium.org>
24130         Unreviewed. Adjusted chromium test expectations
24131          - adding WIN crash for webgl-reflection.html
24133         * platform/chromium/test_expectations.txt:
24135 2011-04-12  Andrey Kosyakov  <caseq@chromium.org>
24137         Unreviewed. Adjusted chromium test expectations:
24138          - missing expectations for child-layer-3d-sorting.html
24139          - adopt-node-crash.html crash of mac debug gpu
24141         * platform/chromium/test_expectations.txt:
24143 2011-04-12  Kent Tamura  <tkent@chromium.org>
24145         Reviewed by Dimitri Glazkov.
24147         [Chromium] Add WebSettings::setValidationMessageTimerMagnification()
24148         https://bugs.webkit.org/show_bug.cgi?id=57426
24150         * platform/chromium/test_expectations.txt:
24151           Remove validation-message-appearance.html because it becomes non-flaky
24152           by the DRT change.
24154 2011-04-12  Sergey Glazunov  <serg.glazunov@gmail.com>
24156         Reviewed by Dimitri Glazkov.
24158         Element::setAttribute should check the namespace of an id attribute
24159         https://bugs.webkit.org/show_bug.cgi?id=58359
24161         * fast/dom/id-attribute-with-namespace-crash-expected.txt: Added.
24162         * fast/dom/id-attribute-with-namespace-crash.html: Added.
24164 2011-04-12  Andrey Kosyakov  <caseq@chromium.org>
24166         Unreviewed. Added chromium baselines for new tests.
24168         * platform/chromium/test_expectations.txt:
24169         * platform/chromium-linux/fast/borders/bidi-002-expected.png: Added.
24170         * platform/chromium-linux/fast/borders/bidi-004-expected.png: Added.
24171         * platform/chromium-linux/fast/borders/bidi-009a-expected.png: Added.
24172         * platform/chromium-linux/fullscreen/full-screen-zIndex-expected.txt: Added.
24173         * platform/chromium-mac-leopard/fast/borders/bidi-002-expected.png: Added.
24174         * platform/chromium-mac-leopard/fast/borders/bidi-004-expected.png: Added.
24175         * platform/chromium-mac-leopard/fast/borders/bidi-009a-expected.png: Added.
24176         * platform/chromium-win/fast/borders/bidi-002-expected.png: Added.
24177         * platform/chromium-win/fast/borders/bidi-002-expected.txt: Added.
24178         * platform/chromium-win/fast/borders/bidi-004-expected.png: Added.
24179         * platform/chromium-win/fast/borders/bidi-004-expected.txt: Added.
24180         * platform/chromium-win/fast/borders/bidi-009a-expected.png: Added.
24181         * platform/chromium-win/fast/borders/bidi-009a-expected.txt: Added.
24182         * platform/chromium-win/fast/inline/positioned-object-between-replaced-elements-expected.txt: Added.
24183         * platform/chromium-win/fullscreen/full-screen-zIndex-expected.txt: Added.
24185 2011-04-12  Vangelis Kokkevis  <vangelis@chromium.org>
24187         Reviewed by James Robinson.
24189         [chromium] Adding layout test for:
24190         https://bugs.webkit.org/show_bug.cgi?id=58397
24193         * platform/chromium-gpu-mac/platform/chromium/compositing/child-layer-3d-sorting-expected.checksum: Added.
24194         * platform/chromium-gpu-mac/platform/chromium/compositing/child-layer-3d-sorting-expected.png: Added.
24195         * platform/chromium-gpu-mac/platform/chromium/compositing/child-layer-3d-sorting-expected.txt: Added.
24196         * platform/chromium/compositing/child-layer-3d-sorting.html: Added.
24197         * platform/chromium/test_expectations.txt:
24199 2011-04-12  Kenichi Ishibashi  <bashi@chromium.org>
24201         Reviewed by Kent Tamura.
24203         Fix wrong calculation of HTMLFormElement::m_associatedElementsAfterIndex.
24204         https://bugs.webkit.org/show_bug.cgi?id=58247
24206         Added tests which ensure calculation of m_associatedElementsAfterIndex
24207         doesn't get wrong.
24209         * fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1-expected.txt: Added.
24210         * fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail1.html: Added.
24211         * fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail2-expected.txt: Added.
24212         * fast/dom/HTMLFormElement/associated-elements-after-index-assertion-fail2.html: Added.
24214 2011-04-12  Jian Li  <jianli@chromium.org>
24216         Unreviewed, update chromium test expectations.
24218         Mark array-proto-func-property-getter-except.html and full-screen-zIndex.html
24219         as filed in chromium.
24221         * platform/chromium/test_expectations.txt:
24223 2011-04-12  Csaba Osztrogonác  <ossy@webkit.org>
24225         [Qt] http/tests/misc/favicon-loads-with-icon-loading-override.html fails
24226         https://bugs.webkit.org/show_bug.cgi?id=58396
24228         * platform/qt/Skipped: Add http/tests/misc/favicon-loads-with-icon-loading-override.html
24230 2011-04-12  Gavin Barraclough  <barraclough@apple.com>
24232         Reviewed by Oliver Hunt.
24234         https://bugs.webkit.org/show_bug.cgi?id=58395
24235         Exceptions thrown from property getters called from Array prototype functions can be missed
24237         Added layout test.
24239         * fast/js/array-proto-func-property-getter-except-expected.txt: Added.
24240         * fast/js/array-proto-func-property-getter-except.html: Added.
24241         * fast/js/script-tests/array-proto-func-property-getter-except.js: Added.
24242         (test.propertyGetter):
24244 2011-04-12  Jer Noble  <jer.noble@apple.com>
24246         Unreviewed; add two new tests to the mac-wk2 SkippedList.
24248         Skip fullscreen/video-specified-size.html and fullscreen/full-screen-zIndex.html
24250         * platform/mac-wk2/Skipped:
24252 2011-04-12  John Abd-El-Malek  <jam@chromium.org>
24254         Reviewed by Jian Li.
24256         [chromium] Fix spellcheck regression in context menus
24257         https://bugs.webkit.org/show_bug.cgi?id=58386
24259         * platform/chromium/test_expectations.txt:
24261 2011-04-11  Jer Noble  <jer.noble@apple.com>
24263         Reviewed by Simon Fraser.
24265         REGRESSION: Vimeo fullscreen video displays incorrectly
24266         https://bugs.webkit.org/show_bug.cgi?id=58291
24268         * fullscreen/video-specified-size-expected.txt: Added.
24269         * fullscreen/video-specified-size.html: Added.
24270         * fullscreen/full-screen-test.js:
24271         * fullscreen/full-screen-zIndex-expected.txt: Added.
24272         * fullscreen/full-screen-zIndex.html: Added.
24273         * platform/mac/fullscreen/full-screen-zIndex-expected.checksum: Added.
24274         * platform/mac/fullscreen/full-screen-zIndex-expected.png: Added.
24276 2011-04-12  Yael Aharon  <yael.aharon@nokia.com>
24278         Unreviewed.
24280         Unskip t0805-c5519-ibrdr-r-00-a.html, since it is now passing.
24282         * platform/qt/Skipped:
24284 2011-04-12  Alice Liu  <alice.liu@apple.com>
24286         Added http/tests/misc/favicon-loads-with-icon-loading-override.html
24287         to mac-wk2 skipped list because resource load callbacks aren't implemented
24288         in WebKitTestRunner.
24290         * platform/mac-wk2/Skipped:
24292 2011-04-12  Yael Aharon  <yael.aharon@nokia.com>
24294         Unreviewed.
24296         Update results after r83638.
24298         * platform/qt/css1/box_properties/padding_right_inline-expected.checksum:
24299         * platform/qt/css1/box_properties/padding_right_inline-expected.png:
24300         * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
24302 2011-04-12  Jian Li  <jianli@chromium.org>
24304         Unreviewed, update chromium test expectations.
24306         Mark 3 bidi related layout tests as failed in chromium.
24308         * platform/chromium/test_expectations.txt:
24310 2011-04-12  Jian Li  <jianli@chromium.org>
24312         Unreviewed, update chromium test expectations.
24314         Mark 3 layout tests as failed in chromium.
24316         * platform/chromium/test_expectations.txt:
24318 2011-04-12  Yael Aharon  <yael.aharon@nokia.com>
24320         Reviewed by Eric Seidel.
24322         REGRESSION(r82419): extra border in t0805-c5519-ibrdr-r-00-a.html
24323         https://bugs.webkit.org/show_bug.cgi?id=57459
24325         * fast/borders/bidi-002.html: Added.
24326         * fast/borders/bidi-004.html: Added.
24327         * fast/borders/bidi-009a.html: Added.
24328         * platform/mac/fast/borders/bidi-002-expected.checksum: Added.
24329         * platform/mac/fast/borders/bidi-002-expected.png: Added.
24330         * platform/mac/fast/borders/bidi-002-expected.txt: Added.
24331         * platform/mac/fast/borders/bidi-004-expected.checksum: Added.
24332         * platform/mac/fast/borders/bidi-004-expected.png: Added.
24333         * platform/mac/fast/borders/bidi-004-expected.txt: Added.
24334         * platform/mac/fast/borders/bidi-009a-expected.checksum: Added.
24335         * platform/mac/fast/borders/bidi-009a-expected.png: Added.
24336         * platform/mac/fast/borders/bidi-009a-expected.txt: Added.
24338 2011-04-12  Jessie Berlin  <jberlin@apple.com>
24340         [Windows XP Debug Tests] http/tests/inspector/resource-tree-model.html failing since introduction in r83584
24341         https://bugs.webkit.org/show_bug.cgi?id=58367
24343         Add expected failing results to get the bots green.
24345         * platform/win-xp/http: Added.
24346         * platform/win-xp/http/tests: Added.
24347         * platform/win-xp/http/tests/inspector: Added.
24348         * platform/win-xp/http/tests/inspector/resource-tree-model-expected.txt: Added.
24350 2011-04-12  David Hyatt  <hyatt@apple.com>
24352         Reviewed by Dan Bernstein.
24354         https://bugs.webkit.org/show_bug.cgi?id=58176
24356         Inline replaced elements following positioned elements on lines are not rendered. Make sure the
24357         logic for skipping run construction in appendRunsForObject matches the new logic that I added
24358         to findNextLineBreak. If they don't match up, you risk confusing the run construction code and
24359         causing it to not make runs for objects that follow the positioned object on the line.
24361         * fast/inline/positioned-object-between-replaced-elements.html: Added.
24362         * platform/mac/fast/inline/positioned-object-between-replaced-elements-expected.checksum: Added.
24363         * platform/mac/fast/inline/positioned-object-between-replaced-elements-expected.png: Added.
24364         * platform/mac/fast/inline/positioned-object-between-replaced-elements-expected.txt: Added.
24366 2011-04-12  Alice Liu  <alice.liu@apple.com>
24368         Reviewed by Sam Weinig.
24370         https://bugs.webkit.org/show_bug.cgi?id=58292
24371         Provide new setting to allow site icon loading despite disabling automatic image loading in general.
24373         * http/tests/misc/favicon-loads-with-icon-loading-override-expected.txt: Added.
24374         * http/tests/misc/favicon-loads-with-icon-loading-override.html: Added.
24376 2011-04-11  Abhishek Arya  <inferno@chromium.org>
24378         Reviewed by Dave Hyatt.
24380         Tests that we do not crash when reparenting a runin to a details block.
24381         https://bugs.webkit.org/show_bug.cgi?id=58228
24383         * fast/runin/runin-reparent-crash-expected.txt: Added.
24384         * fast/runin/runin-reparent-crash.html: Added.
24386 2011-04-12  Stephen White  <senorblanco@chromium.org>
24388         Unreviewed; new chromium layout test baselines.
24390         New baselines after r83541.  Note that these look worse, but that's
24391         because we went from greyscale antialiasing to ClearType antialiasing,
24392         but the layout tests turn off ClearType, so they don't get any AA
24393         at all.  It looks fine in Chrome.
24395         * platform/chromium-win/fast/multicol/shadow-breaking-expected.checksum: Removed.
24396         * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
24397         * platform/chromium-win/fast/text/shadow-translucent-fill-expected.checksum: Removed.
24398         * platform/chromium-win/fast/text/shadow-translucent-fill-expected.png:
24399         * platform/chromium-win/fast/transforms/shadows-expected.png:
24400         * platform/chromium-win/svg/css/composite-shadow-text-expected.checksum: Removed.
24401         * platform/chromium-win/svg/css/composite-shadow-text-expected.png:
24402         * platform/chromium-win/svg/css/shadow-changes-expected.checksum: Removed.
24403         * platform/chromium-win/svg/css/shadow-changes-expected.png:
24404         * platform/chromium-win/svg/css/text-shadow-multiple-expected.checksum: Removed.
24405         * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
24406         * platform/chromium-win/transitions/svg-text-shadow-transition-expected.checksum: Removed.
24407         * platform/chromium-win/transitions/svg-text-shadow-transition-expected.png:
24408         * platform/chromium/test_expectations.txt:
24410 2011-04-12  Cris Neckar  <cdn@chromium.org>
24412         Reviewed by Nikolas Zimmermann.
24414         Tests for crash when non-svg inline text boxes exist in the list of text boxes.
24415         https://bugs.webkit.org/show_bug.cgi?id=57933
24417         * svg/text/svg-rtl-text-crash-expected.txt: Added.
24418         * svg/text/svg-rtl-text-crash.html: Added.
24420 2011-04-12  Mario Sanchez Prada  <msanchez@igalia.com>
24422         Reviewed by Chris Fleizach.
24424         [GTK] Expose menu items and menus as children of a menu bar
24425         https://bugs.webkit.org/show_bug.cgi?id=56659
24427         New cross-platform test. Skipped in platforms with no results yet.
24429         * accessibility/aria-menubar-menuitems.html: Added.
24430         * platform/gtk/accessibility/aria-menubar-menuitems-expected.txt: Added.
24431         * platform/mac/Skipped: Skipped the new test.
24432         * platform/win/Skipped: Ditto.
24434 2011-04-12  Jessie Berlin  <jberlin@apple.com>
24436         [WebKit2 Release Tests] fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html flakey
24437         https://bugs.webkit.org/show_bug.cgi?id=58337
24439         Skip the test to get the bots green.
24441         * platform/mac-wk2/Skipped:
24443 2011-04-12  Jian Li  <jianli@chromium.org>
24445         Unreviewed, update chromium test expectations.
24447         Mark access-zero-sized-canvas as crash on chromium.
24449         * platform/chromium/test_expectations.txt:
24451 2011-04-12  Ilya Tikhonovsky  <loislo@chromium.org>
24453         Reviewed by Pavel Feldman.
24455         Web Inspector: remove unnecessary method InspectorAgent.didEvaluateForTestInFrontend.
24456         https://bugs.webkit.org/show_bug.cgi?id=58335
24458         It was the method for Inspector layout tests.
24459         We can use RuntimeAgent.evaluate instead.
24461         * http/tests/inspector/inspector-test.js:
24462         (initialize_InspectorTest.InspectorTest.completeTest):
24464 2011-04-12  Brady Eidson  <beidson@apple.com>
24466         Rubberstamped by Adam Roben.
24468         https://bugs.webkit.org/show_bug.cgi?id=58334
24469         LayoutTestController.computedStyleIncludingVisitedInfo-based tests don't work in WK2
24471         * platform/mac-wk2/Skipped: Skip a new test due to an identified bug in WKTR and classify
24472           three other skipped tests with that same bug.
24474 2011-04-12  Andrey Kosyakov  <caseq@chromium.org>
24476         Unreviewed. Adjusted chromium test expectations (webgl-reflection.html sometimes crashes on chromium mac debug)
24478         * platform/chromium/test_expectations.txt:
24480 2011-04-12  Jessie Berlin  <jberlin@apple.com>
24482         [Leopard Intel Debug Tests] fast/events/tabindex-focus-blur-all.html crashing since (83513,
24483         83521].
24484         https://bugs.webkit.org/show_bug.cgi?id=58327
24486         Skip the test on Leopard to get the bots green.
24488         * platform/mac-leopard/Skipped:
24490 2011-04-12  Adam Roben  <aroben@apple.com>
24492         Add Windows expected failure results for a new test
24494         <http://webkit.org/b/58325> tracks the failure.
24496         * platform/win/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt: Added.
24498 2011-04-12  Adam Roben  <aroben@apple.com>
24500         Remove no-longer-needed Windows-specific results for an arraybuffer test
24502         Fixes <http://webkit.org/b/58326> REGRESSION (r83532):
24503         http/tests/xmlhttprequest/send-array-buffer.html failing on Windows
24505         * platform/win/http/tests/xmlhttprequest/send-array-buffer-expected.txt: Removed.
24507 2011-04-12  Jessie Berlin  <jberlin@apple.com>
24509         compositing/objects/composited-object-alignment.html causing failures in other tests since
24510         it's introduction in r83518
24511         https://bugs.webkit.org/show_bug.cgi?id=58323
24513         Disabling the test until it is fixed in order to get the bots green.
24515         * compositing/objects/composited-object-alignment.html: Removed.
24516         * compositing/objects/composited-object-alignment.html-disabled: Copied from LayoutTests/compositing/objects/composited-object-alignment.html.
24518 2011-04-11  Pavel Podivilov  <podivilov@chromium.org>
24520         Reviewed by Pavel Feldman.
24522         Web Inspector: move shortcut handlers from SourceFrame to TextViewer.
24523         https://bugs.webkit.org/show_bug.cgi?id=58238
24525         * inspector/debugger/live-edit.html:
24527 2011-04-12  Pavel Feldman  <pfeldman@google.com>
24529         Reviewed by Yury Semikhatsky.
24531         Web Inspector: cookies view is empty even for sites with cookies.
24532         https://bugs.webkit.org/show_bug.cgi?id=58316
24534         * http/tests/inspector/resource-tree-model-expected.txt: Added.
24535         * http/tests/inspector/resource-tree-model.html: Added.
24537 2011-04-12  Ilya Tikhonovsky  <loislo@chromium.org>
24539         Reviewed by Yury Semikhatsky.
24541         Web Inspector: InspectorTest.addObject dumps inner array properties as objects.
24542         https://bugs.webkit.org/show_bug.cgi?id=58310
24544         * http/tests/inspector/inspector-test.js:
24545         (initialize_InspectorTest.InspectorTest.addObject):
24546         (initialize_InspectorTest.InspectorTest.addArray):
24547         (initialize_InspectorTest.InspectorTest.dump):
24548         * http/tests/inspector/resource-har-conversion-expected.txt:
24549         * http/tests/inspector/resource-parameters-expected.txt:
24550         * inspector/protocol/console-agent-expected.txt:
24551         * inspector/protocol/runtime-agent-expected.txt:
24552         * inspector/report-protocol-errors-expected.txt:
24554 2011-04-11  Stephen White  <senorblanco@chromium.org>
24556         Reviewed by James Robinson.
24558         [chromium] Accelerated canvas-to-canvas drawImage() is incorrect.
24559         https://bugs.webkit.org/show_bug.cgi?id=58258
24561         Add a new test to cover canvas-to-canvas drawImage() after a
24562         non-accelerated (strokeRect()) call.
24564         * fast/canvas/canvas-to-canvas-expected.txt: Added.
24565         * fast/canvas/canvas-to-canvas.html: Added.
24566         * fast/canvas/script-tests/canvas-to-canvas.js: Added.
24568 2011-04-12  Mikhail Naganov  <mnaganov@chromium.org>
24570         Reviewed by Pavel Feldman.
24572         Web Inspector: [Chromium] Add some more tests for detailed heap snapshots UI.
24573         https://bugs.webkit.org/show_bug.cgi?id=58146
24575         * inspector/profiler/detailed-heapshots-comparison-expansion-preserved-when-sorting-expected.txt: Added.
24576         * inspector/profiler/detailed-heapshots-comparison-expansion-preserved-when-sorting.html: Added.
24577         * inspector/profiler/detailed-heapshots-comparison-show-all-expected.txt: Added.
24578         * inspector/profiler/detailed-heapshots-comparison-show-all.html: Added.
24579         * inspector/profiler/detailed-heapshots-comparison-show-next-expected.txt: Added.
24580         * inspector/profiler/detailed-heapshots-comparison-show-next.html: Added.
24581         * inspector/profiler/detailed-heapshots-comparison-shown-node-count-preserved-when-sorting-expected.txt: Added.
24582         * inspector/profiler/detailed-heapshots-comparison-shown-node-count-preserved-when-sorting.html: Copied from LayoutTests/inspector/profiler/detailed-heapshots-summary-expansion-preserved-when-sorting.html.
24583         * inspector/profiler/detailed-heapshots-comparison-sorting-expected.txt: Added.
24584         * inspector/profiler/detailed-heapshots-comparison-sorting.html: Added.
24585         * inspector/profiler/detailed-heapshots-containment-shown-node-count-preserved-when-sorting-expected.txt: Added.
24586         * inspector/profiler/detailed-heapshots-containment-shown-node-count-preserved-when-sorting.html: Added.
24587         * inspector/profiler/detailed-heapshots-dominators-expansion-preserved-when-sorting-expected.txt: Added.
24588         * inspector/profiler/detailed-heapshots-dominators-expansion-preserved-when-sorting.html: Added.
24589         * inspector/profiler/detailed-heapshots-dominators-show-all-expected.txt: Added.
24590         * inspector/profiler/detailed-heapshots-dominators-show-all.html: Added.
24591         * inspector/profiler/detailed-heapshots-dominators-show-next-actual.txt: Added.
24592         * inspector/profiler/detailed-heapshots-dominators-show-next-expected.txt: Added.
24593         * inspector/profiler/detailed-heapshots-dominators-show-next.html: Added.
24594         * inspector/profiler/detailed-heapshots-dominators-shown-node-count-preserved-when-sorting-expected.txt: Added.
24595         * inspector/profiler/detailed-heapshots-dominators-shown-node-count-preserved-when-sorting.html: Added.
24596         * inspector/profiler/detailed-heapshots-dominators-sorting-expected.txt: Added.
24597         * inspector/profiler/detailed-heapshots-dominators-sorting.html: Added.
24598         * inspector/profiler/detailed-heapshots-summary-expansion-preserved-when-sorting.html:
24599         * inspector/profiler/detailed-heapshots-summary-shown-node-count-preserved-when-sorting-expected.txt: Added.
24600         * inspector/profiler/detailed-heapshots-summary-shown-node-count-preserved-when-sorting.html: Copied from LayoutTests/inspector/profiler/detailed-heapshots-summary-expansion-preserved-when-sorting.html.
24601         * inspector/profiler/detailed-heapshots-test.js:
24602         (initialize_DetailedHeapshotTest.):
24603         (initialize_DetailedHeapshotTest):
24604         * platform/chromium/inspector/profiler/detailed-heapshots-comparison-expansion-preserved-when-sorting-expected.txt: Added.
24605         * platform/chromium/inspector/profiler/detailed-heapshots-comparison-show-all-expected.txt: Added.
24606         * platform/chromium/inspector/profiler/detailed-heapshots-comparison-show-next-expected.txt: Added.
24607         * platform/chromium/inspector/profiler/detailed-heapshots-comparison-shown-node-count-preserved-when-sorting-expected.txt: Added.
24608         * platform/chromium/inspector/profiler/detailed-heapshots-comparison-sorting-expected.txt: Added.
24609         * platform/chromium/inspector/profiler/detailed-heapshots-containment-shown-node-count-preserved-when-sorting-expected.txt: Added.
24610         * platform/chromium/inspector/profiler/detailed-heapshots-dominators-expansion-preserved-when-sorting-expected.txt: Added.
24611         * platform/chromium/inspector/profiler/detailed-heapshots-dominators-show-all-expected.txt: Added.
24612         * platform/chromium/inspector/profiler/detailed-heapshots-dominators-show-next-expected.txt: Added.
24613         * platform/chromium/inspector/profiler/detailed-heapshots-dominators-shown-node-count-preserved-when-sorting-expected.txt: Added.
24614         * platform/chromium/inspector/profiler/detailed-heapshots-dominators-sorting-expected.txt: Added.
24615         * platform/chromium/inspector/profiler/detailed-heapshots-summary-shown-node-count-preserved-when-sorting-expected.txt: Added.
24617 2011-04-12  Ilya Tikhonovsky  <loislo@chromium.org>
24619         Reviewed by Yury Semikhatsky.
24621         Web Inspector: there was incorrect value of id property of responses for malformed json-rpc 2.0 requests.
24622         https://bugs.webkit.org/show_bug.cgi?id=58305
24624         It was 0 if the message is not a json object or it has no id property. But according to spec it must be null.
24626         * inspector/report-protocol-errors-expected.txt:
24627         * inspector/report-protocol-errors.html:
24629 2011-04-12  Pavel Podivilov  <podivilov@chromium.org>
24631         Reviewed by Pavel Feldman.
24633         Web Inspector: REGRESSION: Most resources in the Network panel show a blank panel when clicked.
24634         https://bugs.webkit.org/show_bug.cgi?id=58273
24636         * inspector/debugger/source-frame-expected.txt:
24637         * inspector/debugger/source-frame.html:
24639 2011-04-12  Pavel Feldman  <pfeldman@google.com>
24641         Reviewed by Yury Semikhatsky.
24643         Web Inspector: document console domain, support cross-domain type references.
24644         https://bugs.webkit.org/show_bug.cgi?id=58240
24646         * inspector/protocol/console-agent-expected.txt:
24648 2011-04-12  Csaba Osztrogonác  <ossy@webkit.org>
24650         [Qt] inspector/styles/styles-disable-then-enable.html make inspector/styles/styles-iframe.html fail in debug mode
24651         https://bugs.webkit.org/show_bug.cgi?id=58313
24653         * platform/qt/Skipped: Add inspector/styles/styles-disable-then-enable.html.
24655 2011-04-12  Philippe Normand  <pnormand@igalia.com>
24657         Unreviewed, GTK baselines for 2 new tests.
24659         * platform/gtk/fast/multicol/huge-column-count-expected.txt: Added.
24660         * platform/gtk/fast/overflow/trailing-float-linebox-expected.txt: Added.
24662 2011-04-12  Csaba Osztrogonác  <ossy@webkit.org>
24664         [Qt] 9 tests have different results on 64 bit and/or in debug mode compared to 32 bit and/or release mode
24665         [Qt] 6 tests have different results on 64 bit compared to 32 bit
24666         https://bugs.webkit.org/show_bug.cgi?id=52810
24667         https://bugs.webkit.org/show_bug.cgi?id=52812
24669         * platform/qt/Skipped: Add one more test.
24671 2011-04-12  Balazs Kelemen  <kbalazs@webkit.org>
24673         Rubber-stamped by Csaba Osztrogonác.
24675         Skip a test on WebKit2 that depends on layoutTestController.setGeolocationPermission.
24677         * platform/mac-wk2/Skipped:
24678         * platform/qt-wk2/Skipped:
24680 2011-04-12  Philippe Normand  <pnormand@igalia.com>
24682         Unreviewed, GTK rebaseline of fast/block/float/021.html and
24683         skipping 2 failing tests.
24685         * platform/gtk/Skipped:
24686         * platform/gtk/fast/block/float/021-expected.txt:
24688 2011-04-12  Andrey Kosyakov  <caseq@chromium.org>
24690         Unreviewed. Adjusted chromium test expectations (negative-z-index.html may crash on win & linux debug)
24692         * platform/chromium/test_expectations.txt:
24694 2011-04-12  Andrey Kosyakov  <caseq@chromium.org>
24696         Unreviewed. Adjusted chromium test expectations (webgl-nonpremultiplied-blend.html crashes on Mac OS 10.6 DEBUG)
24698         * platform/chromium/test_expectations.txt:
24700 2011-04-12  Csaba Osztrogonác  <ossy@webkit.org>
24702         [Qt] 9 tests have different results on 64 bit and/or in debug mode compared to 32 bit and/or release mode
24703         [Qt] 6 tests have different results on 64 bit compared to 32 bit
24704         https://bugs.webkit.org/show_bug.cgi?id=52810
24705         https://bugs.webkit.org/show_bug.cgi?id=52812
24707         * platform/qt/Skipped: Add failing tests until fix.
24709 2011-04-12  Csaba Osztrogonác  <ossy@webkit.org>
24711         [Qt] Add platform specific expected files for new tests introduced in r83514 and r83470.
24713         * platform/qt/fast/multicol/huge-column-count-expected.checksum: Added.
24714         * platform/qt/fast/multicol/huge-column-count-expected.png: Added.
24715         * platform/qt/fast/multicol/huge-column-count-expected.txt: Added.
24716         * platform/qt/fast/overflow/trailing-float-linebox-expected.checksum: Added.
24717         * platform/qt/fast/overflow/trailing-float-linebox-expected.png: Added.
24718         * platform/qt/fast/overflow/trailing-float-linebox-expected.txt: Added.
24720 2011-04-12  Steve Block  <steveblock@google.com>
24722         Reviewed by Oliver Hunt.
24724         Callable objects created via JavaScriptCore API cannot be used as Geolocation callbacks
24725         https://bugs.webkit.org/show_bug.cgi?id=40012
24727         Covered by fast/dom/Geolocation/argument-types.html
24728         This is a revert of http://trac.webkit.org/changeset/60522
24730         * fast/dom/Geolocation/argument-types-expected.txt:
24731         * fast/dom/Geolocation/script-tests/argument-types.js:
24733 2011-04-12  Andrey Kosyakov  <caseq@chromium.org>
24735         Unreviewed. Adjusted chrome test exceptations (state-url-sets-links-visited.html fails
24736         because of https://bugs.webkit.org/show_bug.cgi?id=37297)
24738         * platform/chromium/test_expectations.txt:
24740 2011-04-11  Vangelis Kokkevis  <vangelis@chromium.org>
24742         Reviewed by James Robinson.
24744         Adding a test which verifies that compositing image layers
24745         update correctly when their contents change.
24746         https://bugs.webkit.org/show_bug.cgi?id=58181
24748         * compositing/images/content-image-change-expected.txt: Added.
24749         * compositing/images/content-image-change.html: Added.
24750         * platform/chromium/test_expectations.txt:
24751         * platform/mac/compositing/images/content-image-change-expected.checksum: Added.
24752         * platform/mac/compositing/images/content-image-change-expected.png: Added.
24754 2011-04-11  Simon Fraser  <simon.fraser@apple.com>
24756         Reviewed by Dan Bernstein.
24758         -webkit-box-shadow:inset does not animate transform as an inset shadow
24759         https://bugs.webkit.org/show_bug.cgi?id=45176
24761         Testcase for transitions between different shadow styles.
24763         * transitions/mismatched-shadow-styles-expected.txt: Added.
24764         * transitions/mismatched-shadow-styles.html: Added.
24766 2011-04-11  Xianzhu Wang  <wangxianzhu@google.com>
24768         Reviewed by Tony Gentilcore.
24770         loader/reload-subresource-when-type-changes.html might be flaky
24771         https://bugs.webkit.org/show_bug.cgi?id=56360
24773         Onload of the third image might be triggered before that of the second image.
24774         This might ahppen in environment with slow access (such as NFS, or tests
24775         accessed through HTTP).
24777         * loader/reload-subresource-when-type-changes.html:
24778         * loader/resources/reload-subresource-when-type-changes.js:
24780 2011-04-11  Sam Weinig  <sam@webkit.org>
24782         Reviewed by Anders Carlsson.
24784         REGRESSION(r77974): http/tests/security/aboutBlank/security-context-window-open.html is failing
24785         <rdar://problem/8981346>
24786         https://bugs.webkit.org/show_bug.cgi?id=54159
24788         * platform/mac-wk2/Skipped:
24789         Remove http/tests/security/aboutBlank/security-context-window-open.html from the skipped list.
24791 2011-04-11  Ryosuke Niwa  <rniwa@webkit.org>
24793         Reviewed by Tony Chang.
24795         [chromium] Crash in WebViewImpl::caretOrSelectionBounds
24796         https://bugs.webkit.org/show_bug.cgi?id=58269
24798         Added a test to ensure WebKit does not crash when selecting over a file input element.
24799         While the bug was specific to Chromium port, the test will be run on all ports because
24800         all other ports should not crash either.
24802         * editing/selection/extend-over-file-input-by-drag-crash-expected.txt: Added.
24803         * editing/selection/extend-over-file-input-by-drag-crash.html: Added.
24805 2011-04-11  Brady Eidson  <beidson@apple.com>
24807         Reviewed by Maciej Stachowiak.
24809         <rdar://problem/9251515> and https://bugs.webkit.org/show_bug.cgi?id=58072
24810         URLs accessed as a result of pushState/replaceState should count as "visited" and be in the global history
24812         * fast/loader/stateobjects/state-url-sets-links-visited-expected.txt: Added.
24813         * fast/loader/stateobjects/state-url-sets-links-visited.html: Added.
24815 2011-04-11  Justin Novosad  <junov@chromium.org>
24817         Reviewed by Kenneth Russell.
24819         [Chromium] Text anti-aliasing fails when rendering text with shadow
24820         https://bugs.webkit.org/show_bug.cgi?id=57584
24822         * platform/chromium/test_expectations.txt:
24823         Tempoaray test failures that will need to be rebaselined
24825 2011-04-11  Jian Li  <jianli@chromium.org>
24827         Unreviewed, update chromium test expectations.
24829         Mark failed tests in chromium that could be caused by r83514 & r83518.
24831         * platform/chromium/test_expectations.txt:
24833 2011-04-11  Chris Marrin  <cmarrin@apple.com>
24835         Rubberstamped by Dan Bernstein.
24837         xhr.responseType = 'arraybuffer' works on Mac but not on Windows
24838         https://bugs.webkit.org/show_bug.cgi?id=50334
24840         Unskipped the XHR ArrayBuffer test for Windows. I also got rid of a couple of bogus expected
24841         results. These had errors in them for what Windows used to be returning. Now the non-platform
24842         specific results files are correct for Windows.
24844         * platform/win/Skipped:
24845         * platform/win/fast/xmlhttprequest/xmlhttprequest-responsetype-abort-expected.txt: Removed.
24846         * platform/win/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: Removed.
24848 2011-02-03  Martin Robinson  <mrobinson@igalia.com>
24850         Reviewed by Eric Seidel.
24852         [GTK] The GTK+ DRT needs an implementation of the PlainTextController
24853         https://bugs.webkit.org/show_bug.cgi?id=53605
24855         * platform/gtk/Skipped: Unskipped test which is now passing.
24857 2011-04-11  Stephen White  <senorblanco@chromium.org>
24859         Unreviewed; new chromium baselines.
24861         New chromium-mac-leopard baseline images for tests affected by r83490.
24863         * platform/chromium-mac-leopard/svg/custom/foreign-object-skew-expected.png:
24864         * platform/chromium-mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Removed.
24865         * platform/chromium-mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
24866         * platform/chromium-mac-leopard/svg/zoom/page/zoom-foreignObject-expected.checksum: Removed.
24867         * platform/chromium-mac-leopard/svg/zoom/page/zoom-foreignObject-expected.png: Removed.
24869 2011-04-11  Matthew Delaney  <mdelaney@apple.com>
24871         Reviewed by Dan Bernstein.
24873         [CG] drawImage with a subimage bleeds pixel data at borders
24874         https://bugs.webkit.org/show_bug.cgi?id=58267
24876         * fast/canvas/DrawImageSinglePixelStretch.html: Added test case.
24877         * fast/canvas/resources/orangePixels.gif: Added.
24879 2011-04-11  Chris Marrin  <cmarrin@apple.com>
24881         Reviewed by Simon Fraser.
24883         iframe/compositing propagation should also work for <object> and framesets
24884         https://bugs.webkit.org/show_bug.cgi?id=39037
24886         Added pixel tests to for composited framesets and objects.
24888         * compositing/framesets: Added.
24889         * compositing/framesets/composited-frame-alignment.html: Added.
24890         * compositing/framesets/composited-frame-alignment-expected.checksum: Added.
24891         * compositing/framesets/composited-frame-alignment-expected.png: Added.
24892         * compositing/framesets/composited-frame-alignment-expected.txt: Added.
24893         * compositing/framesets/resources: Added.
24894         * compositing/framesets/resources/composited-subframe.html: Added.
24895         * compositing/objects: Added.
24896         * compositing/objects/composited-object-alignment.html: Added.
24897         * compositing/objects/composited-object-alignment-expected.checksum: Added.
24898         * compositing/objects/composited-object-alignment-expected.png: Added.
24899         * compositing/objects/composited-object-alignment-expected.txt: Added.
24900         * compositing/objects/resources: Added.
24901         * compositing/objects/resources/composited-subframe.html: Added.
24903 2011-04-11  David Hyatt  <hyatt@apple.com>
24905         Reviewed by Dan Bernstein.
24907         https://bugs.webkit.org/show_bug.cgi?id=58261
24909         Fix for layout regression on marketwatch.com. When I converted TrailingFloatsRootInlineBox over
24910         to the new overflow model, I messed up the math and passed a bottom value where I should have
24911         passed a height value. This patch fixes the code to be logically equivalent to the way it
24912         was prior to my changes.
24914         * fast/overflow/trailing-float-linebox.html: Added.
24915         * platform/mac/fast/overflow/trailing-float-linebox-expected.checksum: Added.
24916         * platform/mac/fast/overflow/trailing-float-linebox-expected.png: Added.
24917         * platform/mac/fast/overflow/trailing-float-linebox-expected.txt: Added.
24919 2011-04-11  Adrienne Walker  <enne@google.com>
24921         Unreviewed, rolling out r83500.
24922         http://trac.webkit.org/changeset/83500
24923         https://bugs.webkit.org/show_bug.cgi?id=57113
24925         Regresses huge-layer-rotated test
24927         * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.checksum:
24928         * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.png:
24929         * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.checksum:
24930         * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.png:
24931         * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.checksum:
24932         * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png:
24933         * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.checksum:
24934         * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.png:
24935         * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.checksum:
24936         * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.png:
24937         * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.checksum:
24938         * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.png:
24939         * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.checksum:
24940         * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.png:
24941         * platform/chromium-gpu-mac/compositing/overflow/overflow-scroll-expected.png:
24942         * platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.checksum:
24943         * platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.png:
24944         * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.checksum:
24945         * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.png:
24946         * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.checksum:
24947         * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.png:
24948         * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.checksum:
24949         * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.png:
24950         * platform/chromium-gpu-win/compositing/overflow/overflow-scroll-expected.checksum:
24951         * platform/chromium-gpu-win/compositing/overflow/overflow-scroll-expected.png:
24952         * platform/chromium-gpu-win/compositing/text-on-large-layer-expected.checksum:
24953         * platform/chromium-gpu-win/compositing/text-on-large-layer-expected.png:
24954         * platform/chromium-gpu/compositing/tiling/huge-layer-img-expected.checksum: Removed.
24955         * platform/chromium-gpu/compositing/tiling/huge-layer-img-expected.png: Removed.
24957 2011-04-11  Stephen White  <senorblanco@chromium.org>
24959         Unreviewed; new chromium baselines.
24961         New chromium-mac baseline images for tests affected by r83490.
24963         * platform/chromium-mac/fast/lists/003-vertical-expected.checksum: Removed.
24964         * platform/chromium-mac/fast/lists/003-vertical-expected.png:
24965         * platform/chromium-mac/fast/text/decorations-transformed-expected.png:
24966         * platform/chromium-mac/svg/custom/foreign-object-skew-expected.png:
24967         * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Removed.
24968         * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
24969         * platform/chromium-mac/svg/zoom/page/zoom-foreignObject-expected.checksum: Removed.
24970         * platform/chromium-mac/svg/zoom/page/zoom-foreignObject-expected.png:
24971         * platform/chromium-mac/svg/zoom/text/zoom-foreignObject-expected.png:
24973 2011-03-25  Adrienne Walker  <enne@google.com>
24975         Reviewed by James Robinson.
24977         [chromium] Tile content and image layers
24978         https://bugs.webkit.org/show_bug.cgi?id=57113
24980         Rebaseline a number of image tests where slight filtering differences
24981         from using tiles caused test failures with exact pixel matching.
24982         None of these results are perceptually different.
24984         * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.checksum:
24985         * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.png:
24986         * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.checksum:
24987         * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.png:
24988         * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.checksum:
24989         * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png:
24990         * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.checksum:
24991         * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.png:
24992         * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.checksum:
24993         * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.png:
24994         * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.checksum:
24995         * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.png:
24996         * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.checksum:
24997         * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.png:
24998         * platform/chromium-gpu-mac/compositing/overflow/overflow-scroll-expected.png:
24999         * platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.checksum:
25000         * platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.png:
25001         * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.checksum:
25002         * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.png:
25003         * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.checksum:
25004         * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.png:
25005         * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.checksum:
25006         * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.png:
25007         * platform/chromium-gpu-win/compositing/overflow/overflow-scroll-expected.checksum:
25008         * platform/chromium-gpu-win/compositing/overflow/overflow-scroll-expected.png:
25009         * platform/chromium-gpu-win/compositing/text-on-large-layer-expected.checksum:
25010         * platform/chromium-gpu-win/compositing/text-on-large-layer-expected.png:
25011         * platform/chromium-gpu/compositing/tiling/huge-layer-img-expected.checksum: Added.
25012         * platform/chromium-gpu/compositing/tiling/huge-layer-img-expected.png: Added.
25014 2011-04-11  Daniel Cheng  <dcheng@chromium.org>
25016         Reviewed by Dmitry Titov.
25018         [chromium] Implement image/png support in DataTransferItems
25019         https://bugs.webkit.org/show_bug.cgi?id=58106
25021         Add a reftest to verify that the various bits in the pipeline work as expected.
25023         * editing/pasteboard/data-transfer-items-image-png-expected.html: Added.
25024         * editing/pasteboard/data-transfer-items-image-png.html: Added.
25026 2011-04-11  Jia Pu  <jpu@apple.com>
25028         Reviewed by Adele Peterson.
25030         Shouldn't carry out autocorrection when start typing a new word
25031         https://bugs.webkit.org/show_bug.cgi?id=58241
25032         <rdar://problem/9264736>
25034         See WebCore/ChangeLog for detail.
25036         * platform/mac-leopard/Skipped:
25037         * platform/mac-snowleopard/Skipped:
25038         * platform/mac-tiger/Skipped:
25039         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.checksum: Added.
25040         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.png: Added.
25041         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt: Added.
25042         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1.html: Added.
25043         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.checksum: Added.
25044         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.png: Added.
25045         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt: Added.
25046         * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2.html: Added.
25048 2011-04-11  Ryosuke Niwa  <rniwa@webkit.org>
25050         Reviewed by Antti Koivisto.
25052         Text inserted at the collapsed selection between two BRs following a non-wrapping text that forces overflow
25053         https://bugs.webkit.org/show_bug.cgi?id=47806
25055         Add a regression test since this bug does not reproduce anymore.
25056         The test is co-authored by James Robinson and Levi Weintraub.
25058         * fast/text/text-between-two-brs-in-nowrap-overflow-expected.txt: Added.
25059         * fast/text/text-between-two-brs-in-nowrap-overflow.html: Added.
25061 2011-04-06  Xiaomei Ji  <xji@chromium.org>
25063         Reviewed by Ryosuke Niwa.
25065         Continue experiment with moving caret by word in visual order.
25066         https://bugs.webkit.org/show_bug.cgi?id=57806
25068         Return correct result when caret and the word break are inside a box (not at boundaries).
25069         Added test case to test word break at a random start point
25070         (not start from a word break).
25072         * editing/selection/move-by-word-visually-expected.txt:
25074 2011-04-11  Jian Li  <jianli@chromium.org>
25076         Unreviewed, chromium expectations change.
25078         Mark huge-column-count.html as missing in chromium.
25080         * platform/chromium/test_expectations.txt:
25082 2011-04-11  Jessie Berlin  <jberlin@apple.com>
25084         [Snow Leopard WebKit2 Release Tests] inspector/styles/styles-add-blank-property.html flakey.
25085         https://bugs.webkit.org/show_bug.cgi?id=57638
25087         Skip inspector/styles/styles-add-blank-property.html to get the bots green.
25089         * platform/mac-wk2/Skipped:
25091 2011-04-11  Mario Sanchez Prada  <msanchez@igalia.com>
25093         Reviewed by Chris Fleizach.
25095         [GTK] Unskip accessibility/input-slider.html and accessibility/media-element.html
25096         https://bugs.webkit.org/show_bug.cgi?id=58040
25098         Unskip passing tests and update expectations.
25100         * platform/gtk/Skipped: Unskip passing tests.
25101         * platform/gtk/accessibility/input-slider-expected.txt: Added.
25102         * platform/gtk/accessibility/input-slider.html: Copied from
25103         accessibility/input-slider.html and adjusted accordingly.
25104         * platform/gtk/accessibility/media-element-expected.txt: Added.
25105         * platform/mac/accessibility/input-slider.html: Moved from
25106         accessibility/input-slider.html, since it is platform-specific.
25107         * platform/win/Skipped: Unskipped accessibility/input-slider.html,
25108         as it's no longer a cross-platform test.
25110 2011-04-11  Dirk Pranke  <dpranke@chromium.org>
25112         Unreviewed, expectations change.
25113         https://bugs.webkit.org/show_bug.cgi?id=58193
25115         Suppress a few remaining Vista SVG failures until they can be
25116         triaged and/or rebaselined.
25118         * platform/chromium/test_expectations.txt:
25120 2011-04-11  Simon Fraser  <simon.fraser@apple.com>
25122         Reviewed by Dan Bernstein.
25124         Divide by zero in calcColumnWidth
25125         https://bugs.webkit.org/show_bug.cgi?id=58230
25127         Testcase for the bug.
25129         * fast/multicol/huge-column-count.html: Added.
25130         * platform/mac/fast/multicol/huge-column-count-expected.txt: Added.
25132 2011-04-11  Csaba Osztrogonác  <ossy@webkit.org>
25134        [Qt][WK2]http/tests/loading/preload-append-scan.php fails
25135        https://bugs.webkit.org/show_bug.cgi?id=58253
25137         * platform/qt-wk2/Skipped: Add http/tests/loading/preload-append-scan.php until fix.
25139 2011-04-11  Mario Sanchez Prada  <msanchez@igalia.com>
25141         Reviewed by Xan Lopez.
25143         [GTK] Implement AccessibilityUIElement::{row|column}IndexRange in DRT
25144         https://bugs.webkit.org/show_bug.cgi?id=57854
25146         Unskipped table-cell-spans.html and updated GTK expectations.
25148         * platform/gtk/Skipped: Unskipped test.
25149         * platform/gtk/accessibility/table-cell-spans-expected.txt: Added.
25151 2011-04-11  Mario Sanchez Prada  <msanchez@igalia.com>
25153         Reviewed by Chris Fleizach.
25155         [GTK] Implement AccessibilityUIElement::cellForColumnAndRow in DRT
25156         https://bugs.webkit.org/show_bug.cgi?id=57826
25158         Skipped aria-tables.html and table-cells.html layout tests.
25160         Some changes were also made inside the aria-tables.html layout
25161         test, in order to allow unskipping it in GTK while still keeping
25162         it working in other platforms, without needing platform specific
25163         tests, just different expected files.
25165         * accessibility/aria-tables.html: Changed the layout test so it
25166         just prints role names instead of comparing their actual values
25167         with the expected ones in one specific platform (Mac)
25169         * platform/gtk/Skipped: Unskipped aria-tables.html and table-cells.html.
25170         * platform/gtk/accessibility/aria-tables-expected.txt: Added new
25171         expectations for the GTK port.
25172         * platform/gtk/accessibility/table-cells-expected.txt: Ditto.
25174         * platform/mac-leopard/Skipped: Skipping aria-tables.html in
25175         mac-leopard, as I don't know what the expected output would be in
25176         this case, and since the expected file was invalid anyway.
25178         * platform/mac/accessibility/aria-tables-expected.txt: Updated to
25179         check role names, after the changes done in the layout test.
25181 2011-04-11  Jian Li  <jianli@chromium.org>
25183         Unreviewed, Updated chromium test expectations.
25185         Mark aria-table-hierarchy.html as failed instead of missing after the
25186         expected result file is added.
25188         * platform/chromium/test_expectations.txt:
25190 2011-04-11  Mario Sanchez Prada  <msanchez@igalia.com>
25192         Reviewed by Chris Fleizach.
25194         [GTK] ARIA tables not exposing cells as HTML tables do
25195         https://bugs.webkit.org/show_bug.cgi?id=57463
25197         Unskipped passing test and added GTK-specific expectations.
25199         * platform/gtk/Skipped: Unskip accessibility test.
25200         * platform/gtk/accessibility/aria-table-hierarchy-expected.txt: Added.
25202 2011-04-11  Dimitri Glazkov  <dglazkov@chromium.org>
25204         [GTK] Update expectations after r83445.
25206         * platform/gtk/fast/layers/video-layer-expected.txt: Updated.
25207         * platform/gtk/media/video-empty-source-expected.txt: Updated.
25208         * platform/gtk/media/video-no-audio-expected.txt: Updated.
25210 2011-04-11  Alexander Pavlov  <apavlov@chromium.org>
25212         Reviewed by Yury Semikhatsky.
25214         Web Inspector: Duplicate CSS properties are reported for non-lowercase property names in the Styles sidebar
25215         https://bugs.webkit.org/show_bug.cgi?id=58226
25217         * inspector/styles/get-set-stylesheet-text-expected.txt:
25218         * inspector/styles/get-set-stylesheet-text.html:
25220 2011-04-11  Andreas Kling  <andreas.kling@nokia.com>
25222         Reviewed by Benjamin Poulain.
25224         [Qt] dumpResourceResponseMIMETypes shouldn't strip URL query string.
25226         * platform/qt/Skipped: Unskip http/tests/loading/preload-append-scan.php
25228 2011-04-11  Alejandro G. Castro  <alex@igalia.com>
25230         Skipped another test that requires dumpResourceResponseMIMETypes.
25232         * platform/gtk/Skipped:
25234 2011-04-11  Kent Tamura  <tkent@chromium.org>
25236         [Chromium] Update test expectation.
25237         - http/tests/loading/preload-append-scan.php is flaky.
25239         * platform/chromium/test_expectations.txt:
25241 2011-04-11  Philippe Normand  <pnormand@igalia.com>
25243         Unreviewed, GTK media tests rebaseline after r83397.
25245         * platform/gtk/fast/layers/video-layer-expected.txt:
25246         * platform/gtk/media/video-empty-source-expected.txt:
25247         * platform/gtk/media/video-zoom-controls-expected.txt:
25249 2011-04-11  Kent Tamura  <tkent@chromium.org>
25251         [Chromium] test expectation update
25252         - Revert expectations of mask-excessive-malloc.svg and pattern-excessive-malloc.svg.
25253         - first-of-type-pseudo-class.html is flaky.
25254         - The merged frame-element-name.html is flaky.
25255         - ancestor-overflow-change.html is failing on GPU.
25257         * platform/chromium/test_expectations.txt:
25259 2011-04-10  Kent Tamura  <tkent@chromium.org>
25261         [Chromium] Update expectations.
25262         - Remove deprecated entry
25263         - Add ancestor-overflow-change.html for GPU.
25265         * platform/chromium/test_expectations.txt:
25267 2011-04-10  Simon Fraser  <simon.fraser@apple.com>
25269         Reviewed by Maciej Stachowiak.
25271         Car model dropdowns at audiusa.com lay out incorrectly with compositing enabled
25272         https://bugs.webkit.org/show_bug.cgi?id=56660
25274         Test that toggles overflow on an element with a composited descendent.
25276         * compositing/geometry/ancestor-overflow-change-expected.checksum: Added.
25277         * compositing/geometry/ancestor-overflow-change-expected.png: Added.
25278         * compositing/geometry/ancestor-overflow-change-expected.txt: Added.
25279         * compositing/geometry/ancestor-overflow-change.html: Added.
25281 2011-04-10  Kent Tamura  <tkent@chromium.org>
25283         [Chromium] Update test expectation.
25284         svg/W3C-SVG-1.1/masking-intro-01-f.svg is crashing on Mac and Linux too.
25286         * platform/chromium/test_expectations.txt:
25288 2011-04-10  Kent Tamura  <tkent@chromium.org>
25290         [Chromium] Update test expectations.
25291         - absolute-sized-document-no-scrollbars.svg is flaky on Linux
25292         - font-update.html is failing on Windows GPU and Linux GPU.
25294         * platform/chromium/test_expectations.txt:
25296 2011-04-10  Mike Lawther  <mikelawther@chromium.org>
25298         Reviewed by Ojan Vafai.
25300         flex/bison tokens and grammar for CSS calc
25301         https://bugs.webkit.org/show_bug.cgi?id=54412
25303         Only the 'errors' and 'regression' tests pass as intended right now. As of this
25304         patch, none of the actual calculations are expected to work, since only
25305         the lexing/grammar stage is present.
25307         * css3/calc/calc-errors-expected.txt: Added.
25308         * css3/calc/calc-errors.html: Added.
25309         * css3/calc/lexer-regression-57581-2-expected.txt: Added.
25310         * css3/calc/lexer-regression-57581-2.html: Added.
25311         * css3/calc/lexer-regression-57581-3-expected.txt: Added.
25312         * css3/calc/lexer-regression-57581-3.html: Added.
25313         * css3/calc/lexer-regression-57581-expected.txt: Added.
25314         * css3/calc/lexer-regression-57581.html: Added.
25315         * css3/calc/minmax-errors-expected.txt: Added.
25316         * css3/calc/minmax-errors.html: Added.
25317         * css3/calc/simple-calcs-expected.txt: Added.
25318         * css3/calc/simple-calcs.html: Added.
25319         * css3/calc/simple-minmax-expected.txt: Added.
25320         * css3/calc/simple-minmax.html: Added.
25322 2011-04-10  Kent Tamura  <tkent@chromium.org>
25324         [Chromium] Update expectations for r83360.
25326         * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.checksum: Removed.
25327         * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
25328         * platform/chromium-linux/fast/box-shadow/inset-expected.png:
25329         * platform/chromium-mac-leopard/fast/box-shadow/inset-expected.png: Added.
25330         * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.checksum: Removed.
25331         * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png: Removed.
25332         * platform/chromium-mac/fast/box-shadow/inset-expected.checksum: Removed.
25333         * platform/chromium-mac/fast/box-shadow/inset-expected.png: Removed.
25334         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.checksum: Removed.
25335         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
25336         * platform/chromium-win/fast/box-shadow/inset-expected.png:
25338 2011-04-10  Kent Tamura  <tkent@chromium.org>
25340         Unreviewed, rolling out r83353.
25341         http://trac.webkit.org/changeset/83353
25342         https://bugs.webkit.org/show_bug.cgi?id=58106
25344         The new test doesn't pass on all Chromium platforms.
25346         * editing/pasteboard/data-transfer-items-image-png-expected.html: Removed.
25347         * editing/pasteboard/data-transfer-items-image-png.html: Removed.
25349 2011-04-10  Daniel Bates  <dbates@rim.com>
25351         Reviewed by Eric Seidel.
25353         Add layout test to ensure that window.name returns {"_blank", "_parent", "_self", "_top"}
25354         for a frame of the same name
25355         https://bugs.webkit.org/show_bug.cgi?id=58189
25357         Extracted common code from files LayoutTests/fast/frames/resources/frame-element-name-{left, right}.html
25358         into LayoutTests/fast/frames/resources/frame-element-name.html so that we can use this logic
25359         to test frames with arbitrary names.
25361         * fast/frames/frame-element-name-expected.txt:
25362         * fast/frames/frame-element-name.html: Modified to use resources/frame-element-name.html; Added
25363           test cases for "_blank", "_parent", "_self", and "_top".
25364         * fast/frames/resources/frame-element-name-left.html: Removed; Instead, pass expectedName to
25365           resources/frame-element-name.html
25366         * fast/frames/resources/frame-element-name-right.html: Ditto.
25367         * fast/frames/resources/frame-element-name.html: Added.
25369 2011-04-10  Dimitri Glazkov  <dglazkov@chromium.org>
25371         Reviewed by Eric Carlson.
25373         fast/layers/video-layer.html needs expectations update
25374         https://bugs.webkit.org/show_bug.cgi?id=58203
25376         * platform/win/fast/layers/video-layer-expected.txt: Updated result after r83397.
25378 2011-04-10  Jessie Berlin  <jberlin@apple.com>
25380         WebKitTestRunner needs a more-complete implementation of eventSender
25381         https://bugs.webkit.org/show_bug.cgi?id=42194
25383         Add another test that depends on eventSender.keyDown (fast/dom/hidden-iframe-no-focus.html
25384         added in r83356) to the mac-wk2 skipped list to get the bots green.
25386         * platform/mac-wk2/Skipped:
25388 2011-04-10  Dimitri Glazkov  <dglazkov@chromium.org>
25390         Reviewed by Anders Carlsson.
25392         REGRESSION(r83256): Text-decoration bleeds into shadow DOM
25393         https://bugs.webkit.org/show_bug.cgi?id=58205
25395         * platform/chromium/test_expectations.txt: Removed the test that starts
25396             passing after this change.
25398 2011-04-10  Dimitri Glazkov  <dglazkov@chromium.org>
25400         Temporarily add a failing test, while I am fixing it.
25402         * platform/chromium/test_expectations.txt: Added.
25404 2011-04-09  Dan Bernstein  <mitz@apple.com>
25406         Reviewed by Beth Dakin.
25408         <rdar://problem/9215280> Detached canvas draws with incorrect font
25410         * fast/canvas/font-update-expected.checksum: Added.
25411         * fast/canvas/font-update-expected.png: Added.
25412         * fast/canvas/font-update-expected.txt: Added.
25413         * fast/canvas/font-update.html: Added.
25415 2011-04-09  Dirk Pranke  <dpranke@chromium.org>
25417         Unreviewed, expectations change.
25418         https://bugs.webkit.org/show_bug.cgi?id=58193
25420         Suppress a whole bunch of Win Vista failures until they can be
25421         triaged and/or rebaselined.
25423         * platform/chromium/test_expectations.txt:
25425 2011-04-09  Dirk Pranke  <dpranke@chromium.org>
25427         Unreviewed, expectations change.
25428         https://bugs.webkit.org/show_bug.cgi?id=58193
25430         Suppress a whole bunch of Win 7 failures until they can be
25431         triaged and/or rebaselined.
25433         * platform/chromium/test_expectations.txt:
25435 2011-04-02  Dimitri Glazkov  <dglazkov@chromium.org>
25437         Reviewed by Ojan Vafai.
25439         Implement proper handling of mouseover/mouseout events in regard to shadow DOM boundaries.
25440         https://bugs.webkit.org/show_bug.cgi?id=55515
25442         * fast/events/shadow-boundary-crossing-expected.txt: Updated expectations.
25443         * fast/events/shadow-boundary-crossing.html: Added new test for mouseover/mouseout handling.
25445 2011-04-09  Dirk Pranke  <dpranke@chromium.org>
25447         Unreviewed, expectations change.
25449         new-run-webkit-tests: Mac SL tests failing on the bot
25450         https://bugs.webkit.org/show_bug.cgi?id=58192
25452         Mark tests as needing triage/investigation for failing
25453         on NRWT bot.
25455         * platform/mac/test_expectations.txt:
25457 2011-04-09  Csaba Osztrogonác  <ossy@webkit.org>
25459         [Qt][WK2] One more attempt to make Qt-WK2 bot happy.
25461         * platform/qt-wk2/Skipped:
25463 2011-04-09  Csaba Osztrogonác  <ossy@webkit.org>
25465         [Qt] Make Qt bots happier. :)
25467         * platform/qt-wk2/Skipped: Remove non-existent tests.
25468         * platform/qt/Skipped: Add new tests without Qt specific expected files.
25470 2011-04-09  Csaba Osztrogonác  <ossy@webkit.org>
25472         [Qt][WK2] Make Qt-WK2 buildbot green on http://webkit.sed.hu
25474         * platform/qt-wk2/Skipped: Add failing tests.
25476 2011-04-08  Jian Li  <jianli@chromium.org>
25478         Unreviewed, rolling out r83348.
25479         http://trac.webkit.org/changeset/83348
25480         https://bugs.webkit.org/show_bug.cgi?id=49508
25482         Breaks layout tests in QT, Win7 and Chromium.
25484         * fast/forms/cursor-at-editable-content-boundary-expected.txt: Removed.
25485         * fast/forms/cursor-at-editable-content-boundary.html: Removed.
25487 2011-04-08  MORITA Hajime  <morrita@google.com>
25489         Reviewed by Simon Fraser.
25491         Negative spread should not make a sharp corner rounded
25492         https://bugs.webkit.org/show_bug.cgi?id=58162
25494         Updated the result. This new result matches other browsers behavior.
25496         * platform/mac/fast/box-shadow/inset-expected.checksum:
25497         * platform/mac/fast/box-shadow/inset-expected.png:
25499 2011-04-08  Erik Arvidsson  <arv@chromium.org>
25501         Reviewed by Dimitri Glazkov.
25503         IFrame is getting the focus even though it is hidden
25504         https://bugs.webkit.org/show_bug.cgi?id=55861
25506         * fast/dom/hidden-iframe-no-focus-expected.txt: Added.
25507         * fast/dom/hidden-iframe-no-focus.html: Added.
25509 2011-04-08  Jeff Timanus  <twiz@chromium.org>
25511         Reviewed by Kenneth Russell.
25513         Fall back to software rendering for Canvas2D when requesting a DrawingBuffer larger than supported by the GL environment.
25514         https://bugs.webkit.org/show_bug.cgi?id=57768
25516         * platform/chromium/test_expectations.txt:
25518 2011-04-08  Daniel Cheng  <dcheng@chromium.org>
25520         Reviewed by Dmitry Titov.
25522         [chromium] Implement image/png support in DataTransferItems
25523         https://bugs.webkit.org/show_bug.cgi?id=58106
25525         Add a reftest to verify that the various bits in the pipeline work as expected.
25527         * editing/pasteboard/data-transfer-items-image-png-expected.html: Added.
25528         * editing/pasteboard/data-transfer-items-image-png.html: Added.
25530 2011-04-08  Enrica Casucci  <enrica@apple.com>
25532         Reviewed by Maciej Stachowiak.
25534         Improve lifetime management of nodes in ReplaceNodeWithSpanCommand.
25535         https://bugs.webkit.org/show_bug.cgi?id=57595
25536         <rdar://problem/9222122>
25538         * editing/style/bold-with-dom-changes-expected.txt: Added.
25539         * editing/style/bold-with-dom-changes.html: Added.
25541 2011-04-08  Xiaomei Ji  <xji@chromium.org>
25543         Reviewed by David Hyatt.
25545         Local caret rectangle calculation should be relative to its containing block.
25546         https://bugs.webkit.org/show_bug.cgi?id=49508.
25548         * fast/forms/cursor-at-editable-content-boundary-expected.txt: Added.
25549         * fast/forms/cursor-at-editable-content-boundary.html: Added.
25551 2011-04-08  David Hyatt  <hyatt@apple.com>
25553         Reviewed by Simon Fraser.
25555         https://bugs.webkit.org/show_bug.cgi?id=57971
25557         Rework visited/unvisited links for before/after content. Propagate the bits earlier so that we don't lose
25558         them when we throw away the visited style. Don't throw away the visited link style for pseudo elements
25559         either, so that the styles are consistent.
25561         * fast/history/visited-generated-content-test-expected.txt: Added.
25562         * fast/history/visited-generated-content-test.html: Added.
25564 2011-04-08  Ryosuke Niwa  <rniwa@webkit.org>
25566         Reviewed by Tony Chang.
25568         dump-as-markup conversion: editing/pasteboard/paste-text-at-tabspan-001.html and paste-text-at-tabspan-002.html
25569         https://bugs.webkit.org/show_bug.cgi?id=58081
25571         Converted paste-text-at-tabspan-001.html and paste-text-at-tabspan-002.html to dump-as-markup tests.
25572         Also explained what to expect in each test.
25574         * editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Added.
25575         * editing/pasteboard/paste-text-at-tabspan-001.html:
25576         * editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Added.
25577         * editing/pasteboard/paste-text-at-tabspan-002.html:
25578         * platform/chromium-linux/editing/pasteboard/paste-text-at-tabspan-001-expected.checksum: Removed.
25579         * platform/chromium-linux/editing/pasteboard/paste-text-at-tabspan-001-expected.png: Removed.
25580         * platform/chromium-linux/editing/pasteboard/paste-text-at-tabspan-002-expected.checksum: Removed.
25581         * platform/chromium-linux/editing/pasteboard/paste-text-at-tabspan-002-expected.png: Removed.
25582         * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-001-expected.checksum: Removed.
25583         * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-001-expected.png: Removed.
25584         * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Removed.
25585         * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-002-expected.checksum: Removed.
25586         * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-002-expected.png: Removed.
25587         * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Removed.
25588         * platform/gtk/editing/pasteboard/paste-text-at-tabspan-001-expected.checksum: Removed.
25589         * platform/gtk/editing/pasteboard/paste-text-at-tabspan-001-expected.png: Removed.
25590         * platform/gtk/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Removed.
25591         * platform/gtk/editing/pasteboard/paste-text-at-tabspan-002-expected.checksum: Removed.
25592         * platform/gtk/editing/pasteboard/paste-text-at-tabspan-002-expected.png: Removed.
25593         * platform/gtk/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Removed.
25594         * platform/mac/editing/pasteboard/paste-text-at-tabspan-001-expected.checksum: Removed.
25595         * platform/mac/editing/pasteboard/paste-text-at-tabspan-001-expected.png: Removed.
25596         * platform/mac/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Removed.
25597         * platform/mac/editing/pasteboard/paste-text-at-tabspan-002-expected.checksum: Removed.
25598         * platform/mac/editing/pasteboard/paste-text-at-tabspan-002-expected.png: Removed.
25599         * platform/mac/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Removed.
25600         * platform/qt/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Removed.
25601         * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.checksum: Removed.
25602         * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.png: Removed.
25603         * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Removed.
25605 2011-04-08  Ryosuke Niwa  <rniwa@webkit.org>
25607         Rebaselines and text expectation updates after r83322.
25608         The bug is tracked by https://bugs.webkit.org/show_bug.cgi?id=58158
25610         * platform/chromium/test_expectations.txt:
25611         * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
25612         * platform/win/editing/pasteboard/paste-xml-expected.txt:
25614 2011-04-08  Dominic Cooney  <dominicc@google.com>
25616         Reviewed by Adam Roben.
25618         layoutTestController.shadowRoot returns null, not undefined, when
25619         its argument is invalid.
25620         https://bugs.webkit.org/show_bug.cgi?id=58121
25622         Update the test to expect null and not undefined.
25624         * fast/dom/HTMLKeygenElement/keygen-expected.txt:
25625         * fast/dom/HTMLKeygenElement/keygen.html:
25626         * platform/chromium/test_expectations.txt: unskip keygen.html
25628 2011-04-08  Ryosuke Niwa  <rniwa@webkit.org>
25630         Chromium rebaselines after r83291.
25632         * platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt:
25633         * platform/chromium/fast/js/recursion-limit-equal-expected.txt:
25635 2011-04-08  Antti Koivisto  <antti@apple.com>
25637         Not reviewed.
25639         Skip for DRT differences.
25641         * platform/mac-wk2/Skipped:
25642         * platform/qt/Skipped:
25644 2011-04-08  Ryosuke Niwa  <rniwa@webkit.org>
25646         Reviewed by Tony Chang, Darin Adler, and Enrica Casucci.
25648         REGRESSION(r81887): Crash in SplitElement
25649         https://bugs.webkit.org/show_bug.cgi?id=57743
25651         Added a regression test for a crash in ReplaceSelectionCommand.
25653         * editing/inserting/insert-images-in-pre-x-crash-expected.txt: Added.
25654         * editing/inserting/insert-images-in-pre-x-crash.html: Added.
25656 2011-04-08  Antti Koivisto  <antti@apple.com>
25658         Reviewed by Tony Gentilcore.
25660         Incoming source should be preload scanned when the parser is blocked
25661         https://bugs.webkit.org/show_bug.cgi?id=58117
25663         * http/tests/loading/preload-append-scan-expected.txt: Added.
25664         * http/tests/loading/preload-append-scan.php: Added.
25665         * http/tests/resources/slow-script.pl: Added.
25667 2011-04-08  Jian Li  <jianli@chromium.org>
25669         Unreviewed, fixed a typo in chromium test expectation list.
25671         * platform/chromium/test_expectations.txt:
25673 2011-04-08  Jian Li  <jianli@chromium.org>
25675         Unreviewed, added one more failed test to test expectation list in chromium.
25677         * platform/chromium/test_expectations.txt:
25679 2011-04-08  Jian Li  <jianli@chromium.org>
25681         Unreviewed, added failed tests to test expectation list in chromium.
25683         * platform/chromium/test_expectations.txt:
25685 2011-04-08  Sheriff Bot  <webkit.review.bot@gmail.com>
25687         Unreviewed, rolling out r83295.
25688         http://trac.webkit.org/changeset/83295
25689         https://bugs.webkit.org/show_bug.cgi?id=58144
25691         Broke 4 tests in QtWebKit (Requested by tonikitoo on #webkit).
25693         * platform/qt/Skipped:
25695 2011-04-08  Sergio Villar Senin  <svillar@igalia.com>
25697         Unreviewed, looks like the test is working fine now.
25699         [GTK] websocket/tests/bad-sub-protocol-control-chars.html fails on 32-bit Debug bot
25700         https://bugs.webkit.org/show_bug.cgi?id=46942
25702         * platform/gtk/Skipped:
25704 2011-04-07  Adam Roben  <aroben@apple.com>
25706         Test that NPP_SetWindow is passed a null window handle during plugin destruction on non-Mac platforms
25708         Test for <http://webkit.org/b/47009> WebKit2 needs to call NPP_SetWindow when destroying a
25709         plugin
25711         Reviewed by Anders Carlsson.
25713         * platform/win-wk2/Skipped: Removed a test that no longer crashes thanks to this fix.
25715         * plugins/npp-set-window-called-during-destruction-expected.txt: Added.
25716         * plugins/npp-set-window-called-during-destruction.html: Added.
25718         * platform/mac/plugins/npp-set-window-called-during-destruction-expected.txt: Added. This is
25719         different from the cross-platform results because we don't expect NPP_SetWindow to be called
25720         during destruction.
25722         * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt: Added. This is
25723         a copy of the cross-platform results, needed to override the Mac-specific results.
25725 2011-04-08  Yi Shen  <yi.4.shen@nokia.com>
25727         Reviewed by Antonio Gomes.
25729         [Qt]REGRESSION(r82243): fast/events/onsearch-enter.html fails
25730         https://bugs.webkit.org/show_bug.cgi?id=57472
25732         Unskips the fast/events/onsearch-enter.html test.
25734         * platform/qt/Skipped:
25736 2011-04-07  Pavel Podivilov  <podivilov@chromium.org>
25738         Reviewed by Pavel Feldman.
25740         Web Inspector: update breakpoints according to source frame decorations after live edit.
25741         https://bugs.webkit.org/show_bug.cgi?id=58029
25743         * inspector/debugger/live-edit-expected.txt:
25744         * inspector/debugger/live-edit.html:
25746 2011-04-08  Steve Block  <steveblock@google.com>
25748         Unreviewed build fix.
25750         Media Stream API: add the getUserMedia method and the Javascript bindings
25751         https://bugs.webkit.org/show_bug.cgi?id=56586
25753         Add new tests to skipped lists for platforms where the feature is not
25754         enabled.
25756         * platform/gtk/Skipped:
25757         * platform/mac/Skipped:
25758         * platform/qt/Skipped:
25759         * platform/win/Skipped:
25761 2011-04-08  Yury Semikhatsky  <yurys@chromium.org>
25763         Unreviewed. Update Chromium test expectations to match results after rolling
25764         v8 revision that reports stack overflow exception to the console.
25766         * platform/chromium-win/fast/dom/error-to-string-stack-overflow-expected.txt: Removed.
25767         * platform/chromium-win/fast/js/recursion-limit-equal-expected.txt: Removed.
25768         * platform/chromium/fast/dom/error-to-string-stack-overflow-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/dom/error-to-string-stack-overflow-expected.txt.
25769         * platform/chromium/fast/js/recursion-limit-equal-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/js/recursion-limit-equal-expected.txt.
25771 2011-04-08  Leandro Gracia Gil  <leandrogracia@chromium.org>
25773         Reviewed by Steve Block.
25775         Media Stream API: add the getUserMedia method and the Javascript bindings.
25776         https://bugs.webkit.org/show_bug.cgi?id=56586
25778         Test the Javascript behaviour of the getUserMedia method with different types of arguments.
25779         Current specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#video-conferencing-and-peer-to-peer-communication
25781         * fast/dom/MediaStream/argument-types-expected.txt: Added.
25782         * fast/dom/MediaStream/argument-types.html: Added.
25783         * fast/dom/MediaStream/enabled-expected.txt: Added.
25784         * fast/dom/MediaStream/enabled.html: Added.
25785         * fast/dom/MediaStream/no-interface-object-expected.txt: Added.
25786         * fast/dom/MediaStream/no-interface-object.html: Added.
25787         * fast/dom/MediaStream/script-tests/argument-types.js: Added.
25788         (shouldNotThrow):
25789         (test):
25790         (emptyFunction):
25791         ():
25792         (ObjectThrowingException.prototype.valueOf):
25793         (ObjectThrowingException.prototype.toString):
25794         * fast/dom/MediaStream/script-tests/enabled.js: Added.
25795         (hasGetUserMediaProperty):
25796         * fast/dom/MediaStream/script-tests/no-interface-object.js: Added.
25797         (test):
25799 2011-04-08  Mikhail Naganov  <mnaganov@chromium.org>
25801         Reviewed by Pavel Feldman.
25803         Web Inspector: [Chromium] Add more tests for detailed heap snapshots UI.
25804         https://bugs.webkit.org/show_bug.cgi?id=58010
25805         https://bugs.webkit.org/show_bug.cgi?id=58011
25807         Added tests for "Containment" view. Minor refactorings, bugs fixed.
25808         Split one large tests into smaller ones to avoid timing out in debug mode.
25810         * inspector/profiler/detailed-heapshots-containment-expansion-preserved-when-sorting-expected.txt: Added.
25811         * inspector/profiler/detailed-heapshots-containment-expansion-preserved-when-sorting.html: Added.
25812         * inspector/profiler/detailed-heapshots-containment-show-all-expected.txt: Added.
25813         * inspector/profiler/detailed-heapshots-containment-show-all.html: Added.
25814         * inspector/profiler/detailed-heapshots-containment-show-next-expected.txt: Added.
25815         * inspector/profiler/detailed-heapshots-containment-show-next.html: Added.
25816         * inspector/profiler/detailed-heapshots-containment-sorting-expected.txt: Added.
25817         * inspector/profiler/detailed-heapshots-containment-sorting.html: Added.
25818         * inspector/profiler/detailed-heapshots-summary-expansion-preserved-when-sorting-expected.txt: Added.
25819         * inspector/profiler/detailed-heapshots-summary-expansion-preserved-when-sorting.html: Added.
25820         * inspector/profiler/detailed-heapshots-summary-expected.txt: Removed.
25821         * inspector/profiler/detailed-heapshots-summary-show-all-expected.txt: Added.
25822         * inspector/profiler/detailed-heapshots-summary-show-all.html: Added.
25823         * inspector/profiler/detailed-heapshots-summary-show-next-expected.txt: Added.
25824         * inspector/profiler/detailed-heapshots-summary-show-next.html: Added.
25825         * inspector/profiler/detailed-heapshots-summary-sorting-expected.txt: Added.
25826         * inspector/profiler/detailed-heapshots-summary-sorting.html: Added.
25827         * inspector/profiler/detailed-heapshots-summary.html: Removed.
25828         * inspector/profiler/detailed-heapshots-test.js:
25829         (initialize_DetailedHeapshotTest.InspectorTest.startProfilerTest.detailedHeapProfilesEnabled):
25830         (initialize_DetailedHeapshotTest.InspectorTest.startProfilerTest):
25831         (initialize_DetailedHeapshotTest.):
25832         (initialize_DetailedHeapshotTest):
25833         * platform/chromium/inspector/profiler/detailed-heapshots-containment-expansion-preserved-when-sorting-expected.txt: Copied from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-summary-expected.txt.
25834         * platform/chromium/inspector/profiler/detailed-heapshots-containment-show-all-expected.txt: Added.
25835         * platform/chromium/inspector/profiler/detailed-heapshots-containment-show-next-expected.txt: Added.
25836         * platform/chromium/inspector/profiler/detailed-heapshots-containment-sorting-expected.txt: Added.
25837         * platform/chromium/inspector/profiler/detailed-heapshots-summary-expansion-preserved-when-sorting-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-summary-expected.txt.
25838         * platform/chromium/inspector/profiler/detailed-heapshots-summary-show-all-expected.txt: Added.
25839         * platform/chromium/inspector/profiler/detailed-heapshots-summary-show-next-expected.txt: Added.
25840         * platform/chromium/inspector/profiler/detailed-heapshots-summary-sorting-expected.txt: Added.
25842 2011-04-07  Pavel Podivilov  <podivilov@chromium.org>
25844         Reviewed by Pavel Feldman.
25846         Web Inspector: add test for script formatter worker.
25847         https://bugs.webkit.org/show_bug.cgi?id=57447
25849         * inspector/debugger/script-formatter-expected.txt: Added.
25850         * inspector/debugger/script-formatter.html: Added.
25851         * platform/chromium/test_expectations.txt:
25853 2011-04-08  Kent Tamura  <tkent@chromium.org>
25855         [Chromium] Note some flaky tests.
25857         * platform/chromium/test_expectations.txt:
25859 2011-04-08  Andrey Kosyakov  <caseq@chromium.org>
25861         Unreviewed. Adjusted test expectations following r83275.
25863         * http/tests/inspector/resource-har-conversion-expected.txt:
25864         * http/tests/inspector/resource-parameters-expected.txt:
25866 2011-04-08  Andrey Kosyakov  <caseq@chromium.org>
25868         Reviewed by Yury Semikhatsky.
25870         Web Inspector: HAR compliance fixes
25871         https://bugs.webkit.org/show_bug.cgi?id=58124
25873         - Added entire HARLog to test
25874         - Workaround in test to avoid custom expectations (favicon.ico appears in log on certain platforms
25876         * http/tests/inspector/resource-har-conversion-expected.txt:
25877         * http/tests/inspector/resource-har-conversion.html:
25878         * http/tests/inspector/resources-test.js:
25879         * platform/mac-wk2/http/tests/inspector/resource-har-conversion-expected.txt: Removed.
25881 2011-04-08  Sergio Villar Senin  <svillar@igalia.com>
25883         Unreviewed, added new GTK+ test expectations.
25885         * platform/gtk/fast/block/positioning/complex-positioned-movement-expected.checksum: Added.
25886         * platform/gtk/fast/block/positioning/complex-positioned-movement-expected.png: Added.
25887         * platform/gtk/fast/block/positioning/complex-positioned-movement-expected.txt: Added.
25888         * platform/gtk/fast/text/decorations-transformed-expected.checksum: Added.
25889         * platform/gtk/fast/text/decorations-transformed-expected.png: Added.
25890         * platform/gtk/fast/text/decorations-transformed-expected.txt: Added.
25892 2011-04-08  Anton Muhin  <antonm@chromium.org>
25894         Reviewed by Adam Barth.
25896         [v8] Change expectations for plugins/netscape-plugin-poperty-access-exception test
25897         https://bugs.webkit.org/show_bug.cgi?id=54681
25899         This a patch which should be landed when fix for exception handling in v8 is landed
25900         (see http://codereview.chromium.org/6397011/)
25902         * platform/chromium-mac/plugins/netscape-plugin-property-access-exception-expected.txt:
25903         * platform/chromium-win/plugins/netscape-plugin-property-access-exception-expected.txt:
25905 2011-04-08  Ryosuke Niwa  <rniwa@webkit.org>
25907         Reviewed by Tony Chang.
25909         dump-as-markup conversion: editing/pasteboard/5065605.html and display-block-on-spans.html
25910         https://bugs.webkit.org/show_bug.cgi?id=58074
25912         Converted 5065605.html and display-block-on-spans.html to dump-as-markup tests.
25914         * editing/pasteboard/5065605-expected.txt: Added.
25915         * editing/pasteboard/5065605.html:
25916         * editing/pasteboard/display-block-on-spans-expected.txt: Added.
25917         * editing/pasteboard/display-block-on-spans.html:
25918         * platform/chromium-linux/editing/pasteboard/5065605-expected.checksum: Removed.
25919         * platform/chromium-linux/editing/pasteboard/5065605-expected.png: Removed.
25920         * platform/chromium-linux/editing/pasteboard/display-block-on-spans-expected.checksum: Removed.
25921         * platform/chromium-linux/editing/pasteboard/display-block-on-spans-expected.png: Removed.
25922         * platform/chromium-win/editing/pasteboard/5065605-expected.checksum: Removed.
25923         * platform/chromium-win/editing/pasteboard/5065605-expected.png: Removed.
25924         * platform/chromium-win/editing/pasteboard/5065605-expected.txt: Removed.
25925         * platform/chromium-win/editing/pasteboard/display-block-on-spans-expected.checksum: Removed.
25926         * platform/chromium-win/editing/pasteboard/display-block-on-spans-expected.png: Removed.
25927         * platform/chromium-win/editing/pasteboard/display-block-on-spans-expected.txt: Removed.
25928         * platform/gtk/editing/pasteboard/5065605-expected.checksum: Removed.
25929         * platform/gtk/editing/pasteboard/5065605-expected.png: Removed.
25930         * platform/gtk/editing/pasteboard/5065605-expected.txt: Removed.
25931         * platform/gtk/editing/pasteboard/display-block-on-spans-expected.checksum: Removed.
25932         * platform/gtk/editing/pasteboard/display-block-on-spans-expected.png: Removed.
25933         * platform/gtk/editing/pasteboard/display-block-on-spans-expected.txt: Removed.
25934         * platform/mac-leopard/editing/pasteboard/5065605-expected.checksum: Removed.
25935         * platform/mac-leopard/editing/pasteboard/5065605-expected.png: Removed.
25936         * platform/mac-leopard/editing/pasteboard/display-block-on-spans-expected.checksum: Removed.
25937         * platform/mac-leopard/editing/pasteboard/display-block-on-spans-expected.png: Removed.
25938         * platform/mac/editing/pasteboard/5065605-expected.checksum: Removed.
25939         * platform/mac/editing/pasteboard/5065605-expected.png: Removed.
25940         * platform/mac/editing/pasteboard/5065605-expected.txt: Removed.
25941         * platform/mac/editing/pasteboard/display-block-on-spans-expected.checksum: Removed.
25942         * platform/mac/editing/pasteboard/display-block-on-spans-expected.png: Removed.
25943         * platform/mac/editing/pasteboard/display-block-on-spans-expected.txt: Removed.
25944         * platform/qt/editing/pasteboard/5065605-expected.txt: Removed.
25945         * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt: Removed.
25947 2011-04-08  Csaba Osztrogonác  <ossy@webkit.org>
25949         [Qt] Add platform specific expected file after r83235.
25951         * platform/qt/http/tests/security/contentSecurityPolicy: Added.
25952         * platform/qt/http/tests/security/contentSecurityPolicy/xsl-allowed-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/xsl-allowed-expected.txt.
25954 2011-04-08  Kent Tamura  <tkent@chromium.org>
25956         [Chromium] Update expectations for r82899 and r83253.
25958         * platform/chromium-mac-leopard/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
25959         * platform/chromium-mac-leopard/fast/borders/border-radius-huge-assert-expected.png:
25960         * platform/chromium-mac-leopard/fast/box-shadow/border-radius-big-expected.png: Added.
25961         * platform/chromium-mac-leopard/fast/box-shadow/spread-multiple-inset-expected.png:
25962         * platform/chromium-mac/fast/borders/border-radius-circle-expected.png: Added.
25963         * platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.png: Added.
25964         * platform/chromium-mac/fast/box-shadow/border-radius-big-expected.png: Added.
25965         * platform/chromium-mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
25966         * platform/chromium-mac/fast/box-shadow/spread-expected.png: Added.
25967         * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Added.
25968         * platform/chromium-mac/fast/box-shadow/spread-multiple-normal-expected.png: Added.
25969         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
25970         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
25971         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
25972         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
25973         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
25974         * platform/chromium/test_expectations.txt:
25976 2011-04-08  Csaba Osztrogonác  <ossy@webkit.org>
25978         Flaky Test: fast/events/tabindex-focus-blur-all.html
25979         https://bugs.webkit.org/show_bug.cgi?id=52115
25981         * platform/qt/Skipped: Add fast/events/tabindex-focus-blur-all.html.
25983 2011-04-07  Ryosuke Niwa  <rniwa@webkit.org>
25985         Chromium rebaseline after r83246.
25987         * platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt: Added.
25988         * platform/chromium/test_expectations.txt:
25990 2011-04-07  Julien Chaffraix  <jchaffraix@codeaurora.org>
25992         Reviewed by Alexey Proskuryakov.
25994         EventSource should only accept UTF-8 charset
25995         https://bugs.webkit.org/show_bug.cgi?id=56942
25997         * ChangeLog-2011-02-16: Corrected previous commit message. Pointed out by Alexey.
25999         * http/tests/eventsource/eventsource-bad-mime-type-expected.txt: Updated with the new console message.
26001         * http/tests/eventsource/eventsource-content-type-charset-expected.txt:
26002         * http/tests/eventsource/eventsource-content-type-charset.html: Beefed up this test and merged
26003         the following test into it. The new tests check that we dispatch a console error if the charset is
26004         wrong.
26006         * http/tests/eventsource/eventsource-content-type-text-event-stream-foobar-expected.txt: Removed.
26007         * http/tests/eventsource/eventsource-content-type-text-event-stream-foobar.html: Removed.
26009         * http/tests/eventsource/resources/response-content-type-charset.php: Return the charset passed
26010         in the URL. Also added PHP's magic quotes handling as this would make the test fail on Mac.
26012         * http/tests/eventsource/resources/response-content-type-event-stream-foobar.php: Removed.
26014 2011-04-07  Kent Tamura  <tkent@chromium.org>
26016         [Chromium] Update expectations for xsl-blocked.php and pate-text-011.html.
26018         * platform/chromium/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added.
26019         * platform/chromium/test_expectations.txt:
26021 2011-04-07  Dominic Cooney  <dominicc@google.com>
26023         Reviewed by Dimitri Glazkov.
26025         Let shadow DOM have a list of nodes at the top level of a shadow.
26026         https://bugs.webkit.org/show_bug.cgi?id=57813
26028         * fast/dom/HTMLKeygenElement/keygen-expected.txt: shadow DOM changed
26029         * fast/dom/HTMLKeygenElement/keygen.html: added assertion on shadow
26031 2011-04-07  Maciej Stachowiak  <mjs@apple.com>
26033         Reviewed by Simon Fraser.
26035         REGRESSION (r80871): Crash when visiting http://broadband.biglobe.ne.jp/
26036         https://bugs.webkit.org/show_bug.cgi?id=56297
26037         <rdar://problem/9131597>
26039         * fast/css-generated-content/table-row-after-no-crash-expected.txt: Added.
26040         * fast/css-generated-content/table-row-after-no-crash.html: Added.
26042 2011-04-07  Ryosuke Niwa  <rniwa@webkit.org>
26044         Reviewed by Darin Adler.
26046         REGRESSION (r46914, r48764): When typing in Mail, line wrapping frequently occurs in the middle of words
26047         https://bugs.webkit.org/show_bug.cgi?id=57872
26049         Added tests to ensure WebKit inserts a paragraph separator properly around tab span.
26051         * editing/inserting/insert-div-021-expected.txt: No longer duplicates span[id="test"] incorrectly.
26052         * editing/inserting/insert-paragraph-after-tab-span-and-text-expected.txt: Added.
26053         * editing/inserting/insert-paragraph-after-tab-span-and-text.html: Added.
26054         * editing/inserting/insert-paragraph-separator-tab-span-expected.txt: Added.
26055         * editing/inserting/insert-paragraph-separator-tab-span.html: Added.
26056         * editing/inserting/insert-paragraph-at-end-of-line-expected.txt: No longer duplicates a[id="anchor"] incorrectly.
26058 2011-04-07  Ryosuke Niwa  <rniwa@webkit.org>
26060         Reviewed by Eric Seidel.
26062         dump-as-markup conversion: editing/pasteboard/paste-text-001.html and paste-text-011.html
26063         https://bugs.webkit.org/show_bug.cgi?id=58078
26065         Converted the tests.
26067         * editing/pasteboard/paste-text-001-expected.txt: Added.
26068         * editing/pasteboard/paste-text-001.html:
26069         * editing/pasteboard/paste-text-011-expected.txt: Added.
26070         * editing/pasteboard/paste-text-011.html:
26071         * platform/chromium-linux/editing/pasteboard/paste-text-001-expected.checksum: Removed.
26072         * platform/chromium-linux/editing/pasteboard/paste-text-001-expected.png: Removed.
26073         * platform/chromium-linux/editing/pasteboard/paste-text-011-expected.checksum: Removed.
26074         * platform/chromium-linux/editing/pasteboard/paste-text-011-expected.png: Removed.
26075         * platform/chromium-win/editing/pasteboard/paste-text-001-expected.checksum: Removed.
26076         * platform/chromium-win/editing/pasteboard/paste-text-001-expected.png: Removed.
26077         * platform/chromium-win/editing/pasteboard/paste-text-001-expected.txt: Removed.
26078         * platform/chromium-win/editing/pasteboard/paste-text-011-expected.checksum: Removed.
26079         * platform/chromium-win/editing/pasteboard/paste-text-011-expected.png: Removed.
26080         * platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt: Removed.
26081         * platform/gtk/editing/pasteboard/paste-text-001-expected.txt: Removed.
26082         * platform/gtk/editing/pasteboard/paste-text-011-expected.checksum: Removed.
26083         * platform/gtk/editing/pasteboard/paste-text-011-expected.png: Removed.
26084         * platform/gtk/editing/pasteboard/paste-text-011-expected.txt: Removed.
26085         * platform/mac-leopard/editing/pasteboard/paste-text-011-expected.checksum: Removed.
26086         * platform/mac-leopard/editing/pasteboard/paste-text-011-expected.png: Removed.
26087         * platform/mac/editing/pasteboard/paste-text-001-expected.checksum: Removed.
26088         * platform/mac/editing/pasteboard/paste-text-001-expected.png: Removed.
26089         * platform/mac/editing/pasteboard/paste-text-001-expected.txt: Removed.
26090         * platform/mac/editing/pasteboard/paste-text-011-expected.checksum: Removed.
26091         * platform/mac/editing/pasteboard/paste-text-011-expected.png: Removed.
26092         * platform/mac/editing/pasteboard/paste-text-011-expected.txt: Removed.
26093         * platform/qt/editing/pasteboard/paste-text-011-expected.checksum: Removed.
26094         * platform/qt/editing/pasteboard/paste-text-011-expected.png: Removed.
26095         * platform/qt/editing/pasteboard/paste-text-011-expected.txt: Removed.
26097 2011-04-07  Kent Tamura  <tkent@chromium.org>
26099         [Chromium] Update expectations for r83216 and r83235.
26101         * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png: Added.
26102         * platform/chromium-linux/svg/custom/foreign-object-skew-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/custom/foreign-object-skew-expected.txt.
26103         * platform/chromium-mac-leopard/svg/custom/foreign-object-skew-expected.checksum: Removed.
26104         * platform/chromium-mac-leopard/svg/custom/foreign-object-skew-expected.png:
26105         * platform/chromium-mac/svg/custom/foreign-object-skew-expected.checksum: Removed.
26106         * platform/chromium-mac/svg/custom/foreign-object-skew-expected.png:
26107         * platform/chromium-mac/svg/zoom/text/zoom-foreignObject-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/foreign-object-skew-expected.png.
26108         * platform/chromium-win-vista/svg/custom/foreign-object-skew-expected.checksum: Removed.
26109         * platform/chromium-win-vista/svg/custom/foreign-object-skew-expected.png:
26110         * platform/chromium-win/svg/custom/foreign-object-skew-expected.checksum: Removed.
26111         * platform/chromium-win/svg/custom/foreign-object-skew-expected.png:
26112         * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt:
26113         * platform/chromium/test_expectations.txt:
26115 2011-04-07  Julien Chaffraix  <jchaffraix@webkit.org>
26117         Reviewed by Eric Seidel.
26119         Test for Bug 51465 - chrome.dll!WebCore::RenderLayer::currentTransform
26120         ReadAV@NULL (8968fc97874fa23b6799ff8f09c142e4)
26122         Forgot to add them to the original patch.
26124         * fast/css/webkit-empty-transform-preserve3d-crash-expected.txt: Added.
26125         * fast/css/webkit-empty-transform-preserve3d-crash.html: Added.
26127 2011-04-07  Adrienne Walker  <enne@google.com>
26129         [chromium] Unreviewed, add baseline pixel images for decorations-transformed.
26131         * platform/chromium-mac/fast/text/decorations-transformed-expected.png: Added.
26132         * platform/chromium-win/fast/text/decorations-transformed-expected.png: Added.
26134 2011-04-07  Adam Barth  <abarth@webkit.org>
26136         Reviewed by Eric Seidel.
26138         Implement img-src style-src and font-src
26139         https://bugs.webkit.org/show_bug.cgi?id=58018
26141         Test a bunch of allow/block tests for these new directives.
26143         * http/tests/security/contentSecurityPolicy/image-allowed-expected.txt: Added.
26144         * http/tests/security/contentSecurityPolicy/image-allowed.html: Added.
26145         * http/tests/security/contentSecurityPolicy/image-blocked-expected.txt: Added.
26146         * http/tests/security/contentSecurityPolicy/image-blocked.html: Added.
26147         * http/tests/security/contentSecurityPolicy/resources/blue.css: Added.
26148         * http/tests/security/contentSecurityPolicy/resources/style.xsl: Added.
26149         * http/tests/security/contentSecurityPolicy/style-allowed-expected.txt: Added.
26150         * http/tests/security/contentSecurityPolicy/style-allowed.html: Added.
26151         * http/tests/security/contentSecurityPolicy/style-blocked-expected.txt: Added.
26152         * http/tests/security/contentSecurityPolicy/style-blocked.html: Added.
26153         * http/tests/security/contentSecurityPolicy/xsl-allowed.php: Added.
26154         * http/tests/security/contentSecurityPolicy/xsl-blocked-expected.txt: Added.
26155         * http/tests/security/contentSecurityPolicy/xsl-blocked.php: Added.
26157 2011-04-07  Enrica Casucci  <enrica@apple.com>
26159         Unreviewed. Updated comment in skipped list to
26160         include the bug that tracks the changes required
26161         in WebKitTestRunner.
26163         * platform/win-wk2/Skipped:
26165 2011-04-07  Daniel Bates  <dbates@rim.com>
26167         Reviewed by Darin Adler.
26169         Add a layout test to ensure that mousemove is fired from a subframe
26170         https://bugs.webkit.org/show_bug.cgi?id=58094
26172         * fast/events/iframe-onmousemove-expected.txt: Added.
26173         * fast/events/iframe-onmousemove.html: Added.
26174         * fast/events/resources/iframe-onmousemove.html: Added.
26176 2011-04-07  Csaba Osztrogonác  <ossy@webkit.org>
26178         [Qt][WK2] Decrease flakiness of test results.
26180         * platform/qt-wk2/Skipped:
26181          - Add canvas tests not to break css2.1 tests.
26182          - Remove passing css2.1 tests.
26184 2011-04-07  Jer Noble  <jer.noble@apple.com>
26186         Unreviewed; Add failing legacy full screen tests to the gtk/Skipped list.
26188         * platform/gtk/Skipped:
26190 2011-04-07  David Hyatt  <hyatt@apple.com>
26192         Reviewed by Dan Bernstein.
26194         https://bugs.webkit.org/show_bug.cgi?id=57736
26196         Crash on openstreetmap.org while using the map. Fix a bad interaction between the positioned movement layout
26197         optimization and the simplified layout optimization that could lead to blocks remaining marked as dirty when
26198         layout finished. This would eventually lead to an inability to properly determine the correct layout root and
26199         would cause a deleted root to be used later on.
26201         Added fast/block/positioning/complex-positioned-movement.html.
26203         * fast/block/positioning/complex-positioned-movement.html: Added.
26204         * platform/mac/fast/block/positioning/complex-positioned-movement-expected.checksum: Added.
26205         * platform/mac/fast/block/positioning/complex-positioned-movement-expected.png: Added.
26206         * platform/mac/fast/block/positioning/complex-positioned-movement-expected.txt: Added.
26208 2011-04-07  Dan Bernstein  <mitz@apple.com>
26210         Reviewed by Simon Fraser.
26212         <rdar://problem/9018212> Underline thickness is not uniform under non-integral scale factor
26213         https://bugs.webkit.org/show_bug.cgi?id=58083
26215         * fast/text/decorations-transformed.html: Added.
26216         * platform/mac/fast/text/decorations-transformed-expected.checksum: Added.
26217         * platform/mac/fast/text/decorations-transformed-expected.png: Added.
26218         * platform/mac/fast/text/decorations-transformed-expected.txt: Added.
26220 2011-04-07  Jer Noble  <jer.noble@apple.com>
26222         Unreviewed; Add the media/media-fullscreen-inline.html test to the mac-snowleopard Skipped list.
26224         The legacy full screen API now redirects to the new full screen API, breaking the media-fullscreen-inline.html
26225         test.
26227         * platform/mac-snowleopard/Skipped:
26229 2011-04-06  Vitaly Repeshko  <vitalyr@chromium.org>
26231         Reviewed by Nate Chapin.
26233         [V8] Remove custom DOMImplementation getter on Document.
26234         https://bugs.webkit.org/show_bug.cgi?id=57991
26236         * fast/dom/DOMImplementation/implementation-identity-expected.txt: Added.
26237         * fast/dom/DOMImplementation/implementation-identity.html: Added.
26239 2011-04-07  Steve Lacey  <sjl@chromium.org>
26241         Reviewed by Eric Carlson.
26243         Make various video layout tests platform independent by selecting an appropriate media file.
26245         Various layout tests depend on mp4 files.
26246         https://bugs.webkit.org/show_bug.cgi?id=57804
26248         * http/tests/media/remove-while-loading.html:
26249         * http/tests/media/video-load-and-stall.cgi:
26250         * http/tests/media/video-play-stall-before-meta-data.html:
26251         * http/tests/media/video-play-stall-seek.html:
26252         * http/tests/media/video-play-stall.html:
26253         * http/tests/media/video-seekable-stall.html:
26254         * media/media-file.js:
26255         (mimeTypeForFile):
26256         (stripExtension):
26257         * platform/chromium/test_expectations.txt:
26259 2011-04-07  Sergey Glazunov  <serg.glazunov@gmail.com>
26261         Reviewed by Dimitri Glazkov.
26263         setHasID() is only called for styled elements
26264         https://bugs.webkit.org/show_bug.cgi?id=57267
26266         * fast/dom/non-styled-element-id-crash-expected.txt: Added.
26267         * fast/dom/non-styled-element-id-crash.html: Added.
26268         * svg/custom/embedded-svg-disallowed-in-dashboard.xml: Fix the failing test.
26270 2011-04-07  Brian Weinstein  <bweinstein@apple.com>
26272         Fix a typo in the Skipped list from r83203.
26274         * platform/win-wk2/Skipped:
26276 2011-04-07  Adam Barth  <abarth@webkit.org>
26278         Reviewed by Eric Seidel.
26280         Implement CSP's options directive
26281         https://bugs.webkit.org/show_bug.cgi?id=58014
26283         * http/tests/security/contentSecurityPolicy/inline-script-allowed-expected.txt: Added.
26284         * http/tests/security/contentSecurityPolicy/inline-script-allowed.html: Added.
26285         * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt: Added.
26286         * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy.html: Added.
26288 2011-04-07  Enrica Casucci  <enrica@apple.com>
26290         Unreviewed.
26291         Adding to skipped list for Windows (WK2) the
26292         tests relative to undo removed from the skipped list
26293         for Mac where execCommand('undo') is now supported.
26295         * platform/win-wk2/Skipped:
26297 2011-04-07  Adrienne Walker  <enne@google.com>
26299         [chromium] Unreviewed, rebaseline progress element tests.
26301         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: Removed.
26302         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
26303         * platform/chromium-mac-leopard/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: Added.
26304         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: Removed.
26305         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
26306         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
26307         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.txt:
26308         * platform/chromium/test_expectations.txt:
26310 2011-04-07  Jer Noble  <jer.noble@apple.com>
26312         Unreviewed; rebaseline expected results in platform/mac-wk2.
26314         * platform/mac-wk2/media/controls-without-preload-expected.txt:
26316 2011-04-07  Chang Shu  <cshu@webkit.org>
26318         Reviewed by Darin Adler.
26320         WebKitTestRunner needs layoutTestController.isPageBoxVisible
26321         https://bugs.webkit.org/show_bug.cgi?id=42695
26323         Unskip passed tests.
26325         * platform/mac-wk2/Skipped:
26326         * platform/qt-wk2/Skipped:
26328 2011-04-07  Enrica Casucci  <enrica@apple.com>
26330         Reviewed by Oliver Hunt.
26332         REGRESSION(WebKit2): execCommand('undo') doesn't work (Mac).
26333         https://bugs.webkit.org/show_bug.cgi?id=58055
26334         <rdar://problem/8862023>
26336         * platform/mac-wk2/Skipped: Remove skipped tests related to undo/redo.
26338 2011-04-07  Nancy Piedra  <nancy.piedra@nokia.com>
26340         Reviewed by Eric Carlson.
26342         Add tests for parsing codecs parameter in video-can-play-type.html
26343         https://bugs.webkit.org/show_bug.cgi?id=53275
26345         * media/video-can-play-type-expected.txt:
26346         * media/video-can-play-type.html:
26348 2011-04-07  Jessie Berlin  <jberlin@apple.com>
26350         [WebKit2 Tests] fast/events/select-element.html failing since introduction in r83096
26351         https://bugs.webkit.org/show_bug.cgi?id=58059
26353         Adding this test to the mac-wk2 skipped list to get the bots green.
26355         * platform/mac-wk2/Skipped:
26357 2011-04-07  Adrienne Walker  <enne@google.com>
26359         [chromium] Unreviewed, now that bug 57975 is fixed, mark test as passing.
26361         * platform/chromium/test_expectations.txt:
26363 2011-04-07  Brian Weinstein  <bweinstein@apple.com>
26365         Update Leopard expected results after r83075 to greenify the bots.
26367         * platform/mac-leopard/fast/blockflow/text-orientation-basic-expected.txt:
26369 2011-04-07  Adrienne Walker  <enne@google.com>
26371         [chromium] Unreviewed, rebaseline tests changed in r82947.
26373         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
26374         * platform/chromium-linux/svg/text/text-midpoint-split-bug-expected.png: Added.
26375         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
26376         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
26377         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
26378         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
26379         * platform/chromium-win/svg/text/text-midpoint-split-bug-expected.png: Added.
26380         * platform/chromium-win/svg/text/text-midpoint-split-bug-expected.txt: Added.
26381         * platform/chromium/test_expectations.txt:
26383 2011-04-07  Vincent Scheib  <scheib@chromium.org>
26385         Flagging platform/chromium/compositing/huge-layer-rotated.html a bug.
26387         * platform/chromium/test_expectations.txt:
26389 2011-04-07  Ryosuke Niwa  <rniwa@webkit.org>
26391         Reviewed by Eric Seidel.
26393         editing/inserting/6633727.html should be renamed and converted into a dump-as-markup test
26394         https://bugs.webkit.org/show_bug.cgi?id=58037
26396         Renamed 6633727.html to insert-paragraph-at-end-of-line.html and converted it to a dump-as-markup test.
26398         * editing/inserting/6633727-expected.txt: Removed.
26399         * editing/inserting/6633727.html: Removed.
26400         * editing/inserting/insert-paragraph-at-end-of-line-expected.txt: Added.
26401         * editing/inserting/insert-paragraph-at-end-of-line.html: Copied from LayoutTests/editing/inserting/6633727.html.
26402         * editing/inserting/script-tests/6633727.js: Removed.
26404 2011-04-07  Yury Semikhatsky  <yurys@chromium.org>
26406         Reviewed by Pavel Feldman.
26408         Web Inspector: console messages names should adhere to the common naming style
26409         https://bugs.webkit.org/show_bug.cgi?id=58042
26411         * inspector/protocol/console-agent-expected.txt:
26413 2011-04-07  Philippe Normand  <pnormand@igalia.com>
26415         Unreviewed, unskip a fast/xmlhttprequest test passing on GTK.
26417         * platform/gtk/Skipped:
26419 2011-04-07  Csaba Osztrogonác  <ossy@webkit.org>
26421         [Qt][WK2] Add always failing tets to the Skipped list.
26423         * platform/qt-wk2/Skipped:
26425 2011-04-06  Ilya Tikhonovsky  <loislo@chromium.org>
26427         Reviewed by Yury Semikhatsky.
26429         Web Inspector: migrate Inspector protocol messages format to JSON-RPC.
26430         https://bugs.webkit.org/show_bug.cgi?id=57957
26432         There is not a significant difference between  inspector messages spec and and JSON-RPC 2.0 messages spec.
26433         Also JSON-RPC has a pretty clear specification for error descriptions which we haven't.
26434         It was decided that we will use it.
26436         the list of renames:
26437         1) type-> /dev/null
26438         2) domain + '.' + event => method // for events
26439         3) domain + '.' + command => method // for requests
26440         4) requestId => id // for responses
26441         5) arguments => params // for requests
26442         6) data => params // for events
26443         7) body => result // for responses
26445         protocolErrors and error properties will be converted to JSON-RPC error format.
26446         The order of properties in messages also will be adjusted.
26447         The only thing that looks unnecessary is jsonrpc property.
26449         * inspector/protocol/console-agent-expected.txt:
26450         * inspector/protocol/runtime-agent-expected.txt:
26451         * inspector/report-API-errors-expected.txt:
26452         * inspector/report-API-errors.html:
26453         * inspector/report-protocol-errors-expected.txt:
26454         * inspector/report-protocol-errors.html:
26456 2011-04-07  Kent Tamura  <tkent@chromium.org>
26458         [Chromium] Move Leopard-specific images to chromium-mac-leopard, and
26459         unify text results common in chromium-mac.
26461         * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.checksum: Added.
26462         * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png: Added.
26463         * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.txt: Removed.
26464         * platform/chromium-mac-leopard/fast/speech/input-appearance-searchandspeech-expected.checksum: Added.
26465         * platform/chromium-mac-leopard/fast/speech/input-appearance-searchandspeech-expected.png: Added.
26466         * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt:
26468 2011-04-07  Ryosuke Niwa  <rniwa@webkit.org>
26470         Reviewed by Eric Seidel.
26472         REGRESSION (r46914, r48764): When typing in Mail, line wrapping frequently occurs in the middle of words
26473         https://bugs.webkit.org/show_bug.cgi?id=57872
26475         Added a test insert a paragraph separator and text around tab spans. WebKit should not apply the tab span's
26476         style to the paragraph separator or the text.
26478         * editing/inserting/insert-paragraph-separator-tab-span-expected.txt: Added.
26479         * editing/inserting/insert-paragraph-separator-tab-span.html: Added.
26481 2011-04-07  Ryosuke Niwa  <rniwa@webkit.org>
26483         Reviewed by Eric Seidel.
26485         Convert insert-div-021.html to a dump-as-markup test
26486         https://bugs.webkit.org/show_bug.cgi?id=58019
26488         Converted the test.
26490         * editing/inserting/insert-div-021-expected.txt: Added.
26491         * editing/inserting/insert-div-021.html:
26492         * platform/chromium-linux/editing/inserting/insert-div-021-expected.checksum: Removed.
26493         * platform/chromium-linux/editing/inserting/insert-div-021-expected.png: Removed.
26494         * platform/chromium-win/editing/inserting/insert-div-021-expected.checksum: Removed.
26495         * platform/chromium-win/editing/inserting/insert-div-021-expected.png: Removed.
26496         * platform/chromium-win/editing/inserting/insert-div-021-expected.txt: Removed.
26497         * platform/gtk/editing/inserting/insert-div-021-expected.checksum: Removed.
26498         * platform/gtk/editing/inserting/insert-div-021-expected.png: Removed.
26499         * platform/gtk/editing/inserting/insert-div-021-expected.txt: Removed.
26500         * platform/mac/editing/inserting/insert-div-021-expected.checksum: Removed.
26501         * platform/mac/editing/inserting/insert-div-021-expected.png: Removed.
26502         * platform/mac/editing/inserting/insert-div-021-expected.txt: Removed.
26503         * platform/qt/editing/inserting/insert-div-021-expected.txt: Removed.
26505 2011-04-07  Adam Barth  <abarth@webkit.org>
26507         Reviewed by Eric Seidel.
26509         script-src should block inline script
26510         https://bugs.webkit.org/show_bug.cgi?id=58012
26512         Test that script-src blocks inline script.  This test uses a different
26513         approach than the existing tests for variety.
26515         * http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt: Added.
26516         * http/tests/security/contentSecurityPolicy/inline-script-blocked.html: Added.
26517         * http/tests/security/contentSecurityPolicy/resources/document-write-alert-fail.js: Added.
26518         * http/tests/security/contentSecurityPolicy/resources/dump-as-text.js: Added.
26520 2011-04-07  Kent Tamura  <tkent@chromium.org>
26522         [Chromium] Update Linux x86-64 results for the Skia rounding rect change.
26524         * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
26525         * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove01-expected.png:
26526         * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
26527         * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove02-expected.png:
26528         * platform/chromium-linux-x86_64/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
26529         * platform/chromium-linux-x86_64/fast/borders/borderRadiusRidge01-expected.png:
26531 2011-04-07  Kent Tamura  <tkent@chromium.org>
26533         Skip platform/mac/fast/forms/input-appearance-spinbutton-up.html on Mac WebKit2.
26534         https://bugs.webkit.org/show_bug.cgi?id=56298
26536         * platform/mac-wk2/Skipped:
26538 2011-04-07  Kent Tamura  <tkent@chromium.org>
26540         Update spinbutton test results for r83145.
26542         * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
26543         * platform/chromium-linux/fast/forms/input-appearance-spinbutton-layer-expected.txt: Removed.
26544         * platform/chromium-linux/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Removed.
26545         * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt:
26546         * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.txt: Added.
26547         * platform/chromium-win/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
26548         * platform/chromium-win/fast/forms/input-appearance-spinbutton-layer-expected.png: Added.
26549         * platform/chromium-win/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
26550         * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt:
26551         * platform/chromium/test_expectations.txt:
26552         * platform/win/Skipped:
26554 2011-04-07  Philippe Normand  <pnormand@igalia.com>
26556         Unreviewed, GTK rebaseline after r83145. Also skip
26557         fast/forms/input-number-large-padding.html which fails. See bug
26558         58020.
26560         * platform/gtk/Skipped:
26561         * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
26562         * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.txt:
26563         * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
26565 2011-04-07  Philippe Normand  <pnormand@igalia.com>
26567         Unreviewed, GTK baselines for 4 new tests.
26569         * platform/gtk/fast/history/visited-link-background-color-expected.checksum: Added.
26570         * platform/gtk/fast/history/visited-link-background-color-expected.png: Added.
26571         * platform/gtk/fast/history/visited-link-background-color-expected.txt: Added.
26572         * platform/gtk/fast/images/imagemap-focus-ring-zero-outline-width-expected.checksum: Added.
26573         * platform/gtk/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
26574         * platform/gtk/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt: Added.
26575         * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.checksum: Added.
26576         * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
26577         * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
26578         * platform/gtk/svg/text/text-midpoint-split-bug-expected.checksum: Added.
26579         * platform/gtk/svg/text/text-midpoint-split-bug-expected.png: Added.
26580         * platform/gtk/svg/text/text-midpoint-split-bug-expected.txt: Added.
26582 2011-04-07  Philippe Normand  <pnormand@igalia.com>
26584         Unreviewed, GTK rebaseline after r83075.
26586         * platform/gtk/fast/blockflow/text-orientation-basic-expected.txt:
26587         * platform/gtk/fast/text/capitalize-empty-generated-string-expected.txt:
26589 2011-04-07  Kent Tamura  <tkent@chromium.org>
26591         [Chromium] Fix a duplicated entry.
26593         * platform/chromium/test_expectations.txt:
26595 2011-04-07  Kent Tamura  <tkent@chromium.org>
26597         Reviewed by Dimitri Glazkov.
26599         Spinbuttons become unclickable if right padding is large.
26600         https://bugs.webkit.org/show_bug.cgi?id=56298
26602         Add a test, and skip on platforms which has no inner-spin-button implementation.
26604         * fast/forms/input-number-large-padding-expected.txt: Added.
26605         * fast/forms/input-number-large-padding.html: Added.
26606         * platform/chromium/test_expectations.txt:
26607         * platform/mac/Skipped:
26608         * platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
26609         * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
26610         * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.txt:
26611         * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
26612         * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
26613         * platform/qt/Skipped:
26615 2011-04-06  Kent Tamura  <tkent@chromium.org>
26617         Fixed an error in the previous commit.
26619         * platform/chromium/test_expectations.txt:
26621 2011-04-06  Kent Tamura  <tkent@chromium.org>
26623         [Chromium] Update text expectation.
26624         fast/repaint/scale-page-shrink.html is expected to fail because of no
26625         eventSender.scalePageBy().
26627         * platform/chromium/test_expectations.txt:
26629 2011-04-06  Kent Tamura  <tkent@chromium.org>
26631         [Chromium] Update test expectation.
26632         xhr-breakpoints.html and detailed-heapshots-summary.html are flaky.
26634         * platform/chromium/test_expectations.txt:
26636 2011-04-06  Adam Barth  <abarth@webkit.org>
26638         Reviewed by Eric Seidel.
26640         CSP object-src should block plugin loads
26641         https://bugs.webkit.org/show_bug.cgi?id=57283
26643         * http/tests/security/contentSecurityPolicy/object-src-none-expected.txt: Added.
26644         * http/tests/security/contentSecurityPolicy/object-src-none.html: Added.
26645         * http/tests/security/contentSecurityPolicy/resources/echo-object-data.pl: Added.
26647 2011-04-06  Beth Dakin  <bdakin@apple.com>
26649         Reviewed by Dan Bernstein.
26651         https://bugs.webkit.org/show_bug.cgi?id=58009
26652         Frame::scalePage() results in visual artifacts with scale factors less than 1
26653         -and corresponding-
26654         <rdar://problem/8683230>
26656         * fast/repaint/scale-page-shrink.html: Added.
26657         * platform/gtk/Skipped:
26658         * platform/mac/fast/repaint/scale-page-shrink-expected.checksum: Added.
26659         * platform/mac/fast/repaint/scale-page-shrink-expected.png: Added.
26660         * platform/mac/fast/repaint/scale-page-shrink-expected.txt: Added.
26661         * platform/qt/Skipped:
26662         * platform/win/Skipped:
26664 2011-04-06  Chang Shu  <cshu@webkit.org>
26666         Reviewed by Darin Adler.
26668         WebKitTestRunner needs layoutTestController.pageSizeAndMarginsInPixels
26669         https://bugs.webkit.org/show_bug.cgi?id=57984
26671         Unskip passed tests.
26673         * platform/mac-wk2/Skipped:
26675 2011-04-06  Benjamin Poulain  <benjamin.poulain@nokia.com>
26677         Reviewed by Kenneth Rohde Christiansen.
26679         [Qt] LayoutTestController needs to implement numberOfPendingGeolocationPermissionRequests
26680         https://bugs.webkit.org/show_bug.cgi?id=56086
26682         * platform/qt/Skipped: Remove the skipped test which required numberOfPendingGeolocationPermissionRequests.
26684 2011-04-06  Kent Tamura  <tkent@chromium.org>
26686         [Chromium] Update expectations for Geeza Pro and so on.
26688         * platform/chromium/test_expectations.txt:
26690 2011-04-06  Jer Noble  <jer.noble@apple.com>
26692         Reviewed by Eric Carlson.
26694         MediaPlayerPrivateAVFoundation does not change rate due to setRate().
26695         https://bugs.webkit.org/show_bug.cgi?id=57919
26697         * media/video-set-rate-from-pause-expected.txt: Added.
26698         * media/video-set-rate-from-pause.html: Added.
26700 2011-04-06  Dan Bernstein  <mitz@apple.com>
26702         Correct results for the Geeza Pro metrics change.
26704         * platform/mac/fast/dom/52776-expected.checksum:
26705         * platform/mac/fast/dom/52776-expected.png:
26706         * platform/mac/fast/dom/52776-expected.txt:
26707         * platform/mac/fast/text/complex-text-opacity-expected.checksum:
26708         * platform/mac/fast/text/complex-text-opacity-expected.png:
26709         * platform/mac/fast/text/complex-text-opacity-expected.txt:
26710         * platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt:
26711         * platform/mac/fast/text/international/bidi-AN-after-L-expected.checksum:
26712         * platform/mac/fast/text/international/bidi-AN-after-L-expected.png:
26713         * platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
26714         * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum:
26715         * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png:
26716         * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt:
26717         * platform/mac/fast/text/international/bidi-CS-after-AN-expected.checksum:
26718         * platform/mac/fast/text/international/bidi-CS-after-AN-expected.png:
26719         * platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt:
26720         * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.checksum:
26721         * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png:
26722         * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
26723         * platform/mac/fast/text/international/bidi-neutral-run-expected.checksum:
26724         * platform/mac/fast/text/international/bidi-neutral-run-expected.png:
26725         * platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
26726         * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.checksum:
26727         * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png:
26729 2011-04-06  Adrienne Walker  <enne@google.com>
26731         Unreviewed, update Chromium expectations for failing test from r83075.
26733         * platform/chromium/test_expectations.txt:
26735 2011-04-06  Dan Bernstein  <mitz@apple.com>
26737         Reviewed by Darin Adler.
26739         <rdar://problem/9084761> REGRESSION (r73993): Default Arabic line spacing has gotten very loose when the specified font is not Arabic
26740         https://bugs.webkit.org/show_bug.cgi?id=58002
26742         * platform/mac/fast/dom/52776-expected.checksum:
26743         * platform/mac/fast/dom/52776-expected.png:
26744         * platform/mac/fast/dom/52776-expected.txt:
26745         * platform/mac/fast/text/complex-text-opacity-expected.txt:
26746         * platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt:
26747         * platform/mac/fast/text/international/bidi-AN-after-L-expected.checksum:
26748         * platform/mac/fast/text/international/bidi-AN-after-L-expected.png:
26749         * platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
26750         * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum:
26751         * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png:
26752         * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt:
26753         * platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt:
26754         * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
26755         * platform/mac/fast/text/international/bidi-neutral-run-expected.checksum:
26756         * platform/mac/fast/text/international/bidi-neutral-run-expected.png:
26757         * platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
26758         * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.checksum:
26759         * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png:
26761 2011-04-06  Adrienne Walker  <enne@google.com>
26763         Unreviewed, update expectations for Chromium visited link test.
26764         https://bugs.webkit.org/show_bug.cgi?id=58000
26766         Apparently, this just hasn't been working for a while.
26768         * platform/chromium/test_expectations.txt:
26770 2011-04-06  Adrienne Walker  <enne@google.com>
26772         Unreviewed, rebaseline more Chromium mac tests after r83075.
26774         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
26775         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
26777 2011-04-06  Adrienne Walker  <enne@google.com>
26779         Unreviewed, try to green Chromium mac tree by marking failing tests as more generally failing.
26781         * platform/chromium/test_expectations.txt:
26783 2011-04-06  David Dorwin  <ddorwin@chromium.org>
26785         Reviewed by David Levin.
26787         Enable fullscreen layout tests for Chromium
26788         https://bugs.webkit.org/show_bug.cgi?id=55726
26790         Remove test_expectations override for fullscreen tests.
26792         * platform/chromium/test_expectations.txt:
26794 2011-04-06  Adrienne Walker  <enne@google.com>
26796         Unreviewed, rebaseline Chromium Mac tests after r83075.
26798         * platform/chromium-mac-leopard/fast/multicol/nested-columns-expected.checksum: Removed.
26799         * platform/chromium-mac-leopard/fast/multicol/nested-columns-expected.png:
26800         * platform/chromium-mac/fast/multicol/nested-columns-expected.png: Removed.
26801         * platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.checksum: Removed.
26802         * platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.png: Removed.
26803         * platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.checksum: Removed.
26804         * platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.png: Removed.
26806 2011-04-06  Vincent Scheib  <scheib@chromium.org>
26808         Fixed GPU expectations for r80867
26810         * platform/chromium-gpu-mac/platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
26811         * platform/chromium-gpu-win/platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
26812         * platform/chromium/test_expectations.txt:
26814 2011-04-06  Csaba Osztrogonác  <ossy@webkit.org>
26816         [Qt] media tests are flakey
26817         https://bugs.webkit.org/show_bug.cgi?id=57983
26819         * platform/qt/Skipped: Disable all media tests until fix.
26821 2011-04-06  Sheriff Bot  <webkit.review.bot@gmail.com>
26823         Unreviewed, rolling out r83039.
26824         http://trac.webkit.org/changeset/83039
26825         https://bugs.webkit.org/show_bug.cgi?id=57978
26827         introduced a new regression in conjunction to
26828         ReplaceSelectionCommand (Requested by rniwa on #webkit).
26830         * editing/inserting/insert-paragraph-separator-tab-span-expected.txt: Removed.
26831         * editing/inserting/insert-paragraph-separator-tab-span.html: Removed.
26833 2011-04-06  Naoki Takano  <takano.naoki@gmail.com>
26835         Reviewed by David Levin.
26837         Webkit ignores PgUp/PgDown/Home/End in SELECT tag objects
26838         https://bugs.webkit.org/show_bug.cgi?id=27658
26840         * fast/events/select-element-expected.txt: Added to check PgUp/PgDown/Home/End keys are working correctly in SELECT tag.
26841         * fast/events/select-element.html: Added for expectation.
26843 2011-04-06  Adrienne Walker  <enne@google.com>
26845         Unreviewed, rebaseline Chromium Win tests after r83075.
26847         * platform/chromium-win/fast/multicol/nested-columns-expected.checksum: Removed.
26848         * platform/chromium-win/fast/multicol/nested-columns-expected.png:
26849         * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.checksum: Removed.
26850         * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png:
26851         * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.checksum: Removed.
26852         * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png:
26853         * platform/chromium-win/fast/text/capitalize-empty-generated-string-expected.txt:
26855 2011-04-06  Csaba Osztrogonác  <ossy@webkit.org>
26857         [Qt] Update platform specific expected results after r83075.
26859         * platform/qt/editing/pasteboard/paste-text-011-expected.checksum:
26860         * platform/qt/editing/pasteboard/paste-text-011-expected.png:
26861         * platform/qt/editing/pasteboard/paste-text-011-expected.txt:
26862         * platform/qt/fast/css-generated-content/014-expected.checksum:
26863         * platform/qt/fast/css-generated-content/014-expected.png:
26864         * platform/qt/fast/css-generated-content/014-expected.txt:
26865         * platform/qt/fast/css/word-space-extra-expected.checksum:
26866         * platform/qt/fast/css/word-space-extra-expected.png:
26867         * platform/qt/fast/css/word-space-extra-expected.txt:
26868         * platform/qt/tables/mozilla/bugs/bug16252-expected.txt:
26869         * platform/qt/tables/mozilla/bugs/bug2123-expected.checksum:
26870         * platform/qt/tables/mozilla/bugs/bug2123-expected.png:
26871         * platform/qt/tables/mozilla/bugs/bug2123-expected.txt:
26872         * platform/qt/tables/mozilla/bugs/bug43854-1-expected.checksum:
26873         * platform/qt/tables/mozilla/bugs/bug43854-1-expected.png:
26874         * platform/qt/tables/mozilla/bugs/bug43854-1-expected.txt:
26875         * platform/qt/tables/mozilla/bugs/bug4523-expected.checksum:
26876         * platform/qt/tables/mozilla/bugs/bug4523-expected.png:
26877         * platform/qt/tables/mozilla/bugs/bug4523-expected.txt:
26878         * platform/qt/tables/mozilla/bugs/bug57828-2-expected.checksum:
26879         * platform/qt/tables/mozilla/bugs/bug57828-2-expected.png:
26880         * platform/qt/tables/mozilla/bugs/bug57828-2-expected.txt:
26881         * platform/qt/tables/mozilla/core/bloomberg-expected.checksum:
26882         * platform/qt/tables/mozilla/core/bloomberg-expected.png:
26883         * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
26884         * platform/qt/tables/mozilla/marvin/backgr_index-expected.txt:
26886 2011-04-06  Adrienne Walker  <enne@google.com>
26888         Unreviewed, mark Chromium expectations for line-clamp.html to be a known regression.
26889         https://bugs.webkit.org/show_bug.cgi?id=57975
26891         * platform/chromium/test_expectations.txt:
26893 2011-04-06  David Hyatt  <hyatt@apple.com>
26895         Reviewed by Dan Bernstein.
26897         https://bugs.webkit.org/show_bug.cgi?id=41445
26899         Visited links painting with black background. Make sure that if the visited style has
26900         the initial background color (transparent) set that we just use the unvisited color.
26902         Added fast/history/visited-link-background-color.html
26903         * fast/history/visited-link-background-color.html: Added.
26904         * platform/mac/fast/history/visited-link-background-color-expected.checksum: Added.
26905         * platform/mac/fast/history/visited-link-background-color-expected.png: Added.
26906         * platform/mac/fast/history/visited-link-background-color-expected.txt: Added.
26908 2011-04-06  Adrienne Walker  <enne@google.com>
26910        Unreviewed, update Chromium expectations for set-unloaded-frame-location.html as a flaky crasher.
26912         * platform/chromium/test_expectations.txt:
26914 2011-04-06  Adrienne Walker  <enne@google.com>
26916        Unreviewed, rebaseline Chromium linux tests after r83075.
26918         * platform/chromium-linux/fast/multicol/nested-columns-expected.checksum: Removed.
26919         * platform/chromium-linux/fast/multicol/nested-columns-expected.png:
26920         * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.checksum: Removed.
26921         * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.png:
26922         * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.checksum: Removed.
26923         * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.png:
26924         * platform/chromium-linux/fast/text/capitalize-empty-generated-string-expected.txt: Added.
26926 2011-04-06  Alexis Menard  <alexis.menard@openbossa.org>
26928         Reviewed by Andreas Kling.
26930         Skip tests not passing in the Qt bot.
26932         * platform/qt/Skipped:
26934 2011-04-06  Zan Dobersek  <zandobersek@gmail.com>
26936         Reviewed by Eric Seidel.
26938         [Gtk] plugins/set-status.html fails
26939         https://bugs.webkit.org/show_bug.cgi?id=57844
26941         Unskip a newly-passing test.
26943         * platform/gtk/Skipped:
26945 2011-04-06  David Hyatt  <hyatt@apple.com>
26947         Reviewed by Dan Bernstein.
26949         https://bugs.webkit.org/show_bug.cgi?id=57916
26951         Implement an optimization to the line box tree to cull out most of the intermediate
26952         line boxes that can occur between the root line box and the leaves of the tree (images
26953         and text).
26955         RenderInlines now have a boolean member, m_alwaysCreateLineBoxes,
26956         that starts off as false. Only if it gets flipped to true will there be any line boxes
26957         created for that RenderInline.
26959         * platform/mac/fast/blockflow/text-orientation-basic-expected.txt:
26960         * platform/mac/fast/text/capitalize-empty-generated-string-expected.txt:
26962 2011-04-06  MORITA Hajime  <morrita@google.com>
26964         Unreviewed expectations udpate for gtk port that follows r83065.
26966         * platform/gtk/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
26967         * platform/gtk/fast/dom/HTMLProgressElement/progress-element-expected.txt:
26969 2011-04-06  Adrienne Walker  <enne@google.com>
26971        Unreviewed, modify Chromium test expectations from r83065.  They need
26972        rebaselines, but in the meantime they should fail more generally so as
26973        not to trip the bots.
26975         * platform/chromium/test_expectations.txt:
26977 2011-04-06  Alexis Menard  <alexis.menard@openbossa.org>
26979         Reviewed by Benjamin Poulain.
26981         [Qt] Unskip some media LayoutTests.
26982         https://bugs.webkit.org/show_bug.cgi?id=57855
26984         Unskip some media tests for Qt.
26986         * platform/qt/Skipped:
26988 2011-04-06  Chang Shu  <cshu@webkit.org>
26990         Reviewed by Darin Adler.
26992         WebKitTestRunner needs layoutTestController.pageNumberForElementById
26993         https://bugs.webkit.org/show_bug.cgi?id=42329
26995         Unskip passed tests.
26997         * platform/mac-wk2/Skipped:
26998         * platform/qt-wk2/Skipped:
27000 2011-04-06  Steve Lacey  <sjl@chromium.org>
27002         Reviewed by Eric Carlson.
27004         fast/layer/video_layer.html has the same text output for all chromium mac platforms.
27006         [chromium] Fix fast/layers/video_layer.html expectations
27007         https://bugs.webkit.org/show_bug.cgi?id=57386
27009         * platform/chromium-mac-leopard/fast/layers/video-layer-expected.txt: Removed.
27010         * platform/chromium-mac/fast/layers/video-layer-expected.txt:
27011         * platform/chromium/test_expectations.txt:
27013 2011-04-06  MORITA Hajime  <morrita@google.com>
27015         Reviewed by Dimitri Glazkov.
27017         [Refactoring] <progress> should not have manual layout code.
27018         https://bugs.webkit.org/show_bug.cgi?id=57801
27020         Updated progress-bar-value-pseudo-element.html to have wider coverage and
27021         follow pseudo class change.
27023         * fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html:
27024         * platform/chromium/test_expectations.txt:
27025         * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum:
27026         * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
27027         * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
27029 2011-04-06  Adrienne Walker  <enne@google.com>
27031        Unreviewed, add Chromium snow leopard baseline for meter-boundary-values
27033         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
27035 2011-04-06  Sheriff Bot  <webkit.review.bot@gmail.com>
27037         Unreviewed, rolling out r83045.
27038         http://trac.webkit.org/changeset/83045
27039         https://bugs.webkit.org/show_bug.cgi?id=57953
27041         Broke win layout tests (Requested by podivilov on #webkit).
27043         * inspector/debugger/script-formatter-expected.txt: Removed.
27044         * inspector/debugger/script-formatter.html: Removed.
27045         * platform/chromium/test_expectations.txt:
27047 2011-04-06  Andras Becsi  <abecsi@webkit.org>
27049         Reviewed by Darin Adler.
27051         Invalid color #{predefined colorName} is accepted by the CSS parser.
27052         https://bugs.webkit.org/show_bug.cgi?id=15360
27054         * editing/execCommand/16049.html: Correct testcase which relies on parsing an invalid color value as valid.
27055         * fast/css/invalid-predefined-color-expected.txt: Added.
27056         * fast/css/invalid-predefined-color.html: Added.
27057         * fast/css/script-tests/invalid-predefined-color.js: Added.
27059 2011-03-30  Pavel Podivilov  <podivilov@chromium.org>
27061         Reviewed by Pavel Feldman.
27063         Web Inspector: add test for script formatter worker.
27064         https://bugs.webkit.org/show_bug.cgi?id=57447
27066         * inspector/debugger/script-formatter-expected.txt: Added.
27067         * inspector/debugger/script-formatter.html: Added.
27068         * platform/chromium/test_expectations.txt:
27070 2011-04-06  Ryosuke Niwa  <rniwa@webkit.org>
27072         Reviewed by Eric Seidel.
27074         REGRESSION (r46914, r48764): When typing in Mail, line wrapping frequently occurs in the middle of words
27075         https://bugs.webkit.org/show_bug.cgi?id=57872
27077         Added a test insert a paragraph separator and text around tab spans. WebKit should not apply the tab span's
27078         style to the paragraph separator or the text.
27080         * editing/inserting/insert-paragraph-separator-tab-span-expected.txt: Added.
27081         * editing/inserting/insert-paragraph-separator-tab-span.html: Added.
27083 2011-04-05  Alexander Pavlov  <apavlov@chromium.org>
27085         Reviewed by Pavel Feldman.
27087         Web Inspector: Range insertNode function does not update content in the inspector
27088         https://bugs.webkit.org/show_bug.cgi?id=57829
27090         * inspector/elements/modify-chardata-expected.txt:
27091         * inspector/elements/modify-chardata.html:
27093 2011-04-06  Nikolas Zimmermann  <nzimmermann@rim.com>
27095         Reviewed by Dirk Schulze.
27097         getComputedTextLength always returns 0 with tspan elements
27098         https://bugs.webkit.org/show_bug.cgi?id=19814
27100         Add a testcase showing that getComputedTextLength for <tspan> works fine.
27102         * svg/text/tspan-getComputedTextLength-expected.txt: Added.
27103         * svg/text/tspan-getComputedTextLength.svg: Added.
27105 2011-04-05  Andrey Kosyakov  <caseq@chromium.org>
27107         Reviewed by Yury Semikhatsky.
27109         Web Inspector: [Extensions API] remove inspectedPage.* events
27110         https://bugs.webkit.org/show_bug.cgi?id=57763
27112         - Removed webInspector.inspectedPage.* events
27113         - moved onNavigated to webInspector.resources
27115         * http/tests/inspector/extensions-test.js:
27116         (initialize_ExtensionsTest.runWhenPageLoads):
27117         * http/tests/inspector/inspector-test.js:
27118         (initialize_InspectorTest.InspectorTest.runWhenPageLoads.chainedCallback):
27119         (initialize_InspectorTest.InspectorTest.runWhenPageLoads):
27120         * inspector/extensions/extensions-api-expected.txt:
27121         * inspector/extensions/extensions-events-expected.txt:
27122         * inspector/extensions/extensions-events.html:
27124 2011-04-05  Mikhail Naganov  <mnaganov@chromium.org>
27126         Reviewed by Pavel Feldman.
27128         Web Inspector: [Chromium] Add layout test for Summary view of detailed heap snapshots.
27129         https://bugs.webkit.org/show_bug.cgi?id=57856
27131         * http/tests/inspector/inspector-test.js:
27132         (initialize_InspectorTest.):
27133         (initialize_InspectorTest):
27134         * inspector/profiler/detailed-heapshots-summary-expected.txt: Added.
27135         * inspector/profiler/detailed-heapshots-summary.html: Added.
27136         * inspector/profiler/detailed-heapshots-test.js: Added.
27137         * platform/chromium/inspector/profiler/detailed-heapshots-summary-expected.txt: Added.
27139 2011-04-06  Ojan Vafai  <ojan@chromium.org>
27141         http://trac.webkit.org/changeset/83024 incorrectly removed the mac-leopard results.
27142         Instead, it should have moved the results from chromium-mac to chromium-mac-leopard.
27144         * platform/chromium-mac-leopard/fast/box-shadow/spread-multiple-inset-expected.png: Added.
27145         * platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png: Added.
27146         * platform/chromium-mac-leopard/fast/html/details-add-summary-1-expected.png: Added.
27147         * platform/chromium-mac-leopard/fast/html/details-add-summary-10-and-click-expected.png: Added.
27148         * platform/chromium-mac-leopard/fast/html/details-add-summary-10-expected.png: Added.
27149         * platform/chromium-mac-leopard/fast/html/details-add-summary-2-and-click-expected.png: Added.
27150         * platform/chromium-mac-leopard/fast/html/details-add-summary-2-expected.png: Added.
27151         * platform/chromium-mac-leopard/fast/html/details-add-summary-3-and-click-expected.png: Added.
27152         * platform/chromium-mac-leopard/fast/html/details-add-summary-3-expected.png: Added.
27153         * platform/chromium-mac-leopard/fast/html/details-add-summary-4-and-click-expected.png: Added.
27154         * platform/chromium-mac-leopard/fast/html/details-add-summary-4-expected.png: Added.
27155         * platform/chromium-mac-leopard/fast/html/details-add-summary-5-and-click-expected.png: Added.
27156         * platform/chromium-mac-leopard/fast/html/details-add-summary-5-expected.png: Added.
27157         * platform/chromium-mac-leopard/fast/html/details-add-summary-6-and-click-expected.png: Added.
27158         * platform/chromium-mac-leopard/fast/html/details-add-summary-6-expected.png: Added.
27159         * platform/chromium-mac-leopard/fast/html/details-add-summary-7-and-click-expected.png: Added.
27160         * platform/chromium-mac-leopard/fast/html/details-add-summary-7-expected.png: Added.
27161         * platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png: Added.
27162         * platform/chromium-mac-leopard/fast/html/details-add-summary-8-expected.png: Added.
27163         * platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png: Added.
27164         * platform/chromium-mac-leopard/fast/html/details-add-summary-9-expected.png: Added.
27165         * platform/chromium-mac-leopard/fast/html/details-no-summary1-expected.png: Added.
27166         * platform/chromium-mac-leopard/fast/html/details-no-summary2-expected.png: Added.
27167         * platform/chromium-mac-leopard/fast/html/details-no-summary3-expected.png: Added.
27168         * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png: Added.
27169         * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png: Added.
27170         * platform/chromium-mac-leopard/fast/html/details-open1-expected.png: Added.
27171         * platform/chromium-mac-leopard/fast/html/details-open2-expected.png: Added.
27172         * platform/chromium-mac-leopard/fast/html/details-open3-expected.png: Added.
27173         * platform/chromium-mac-leopard/fast/html/details-open4-expected.png: Added.
27174         * platform/chromium-mac-leopard/fast/html/details-open5-expected.png: Added.
27175         * platform/chromium-mac-leopard/fast/html/details-open6-expected.png: Added.
27176         * platform/chromium-mac-leopard/fast/html/details-position-expected.png: Added.
27177         * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png: Added.
27178         * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-expected.png: Added.
27179         * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png: Added.
27180         * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-expected.png: Added.
27181         * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png: Added.
27182         * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-expected.png: Added.
27183         * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png: Added.
27184         * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-expected.png: Added.
27185         * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png: Added.
27186         * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-expected.png: Added.
27187         * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png: Added.
27188         * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-expected.png: Added.
27189         * platform/chromium-mac-leopard/fast/html/details-writing-mode-expected.png: Added.
27190         * platform/chromium-mac-leopard/fast/inline-block/inline-block-vertical-align-expected.png: Added.
27191         * platform/chromium-mac-leopard/fast/multicol/layers-in-multicol-expected.png: Added.
27192         * platform/chromium-mac-leopard/fast/ruby/ruby-beforeafter-expected.png: Added.
27193         * platform/chromium-mac-leopard/fast/ruby/ruby-length-expected.png: Added.
27194         * platform/chromium-mac-leopard/fast/ruby/ruby-run-break-expected.png: Added.
27195         * platform/chromium-mac-leopard/fast/ruby/ruby-runs-expected.png: Added.
27196         * platform/chromium-mac-leopard/fast/ruby/ruby-runs-spans-expected.png: Added.
27197         * platform/chromium-mac-leopard/fast/ruby/ruby-trailing-expected.png: Added.
27198         * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
27199         * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
27200         * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
27201         * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
27202         * platform/chromium-mac-leopard/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
27203         * platform/chromium-mac-leopard/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
27204         * platform/chromium-mac-leopard/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
27206 2011-04-06  Nikolas Zimmermann  <nzimmermann@rim.com>
27208         Not reviewed.
27210         Add missing pixel test result.
27212         * platform/mac/svg/custom/use-in-symbol-with-offset-expected.checksum: Added.
27213         * platform/mac/svg/custom/use-in-symbol-with-offset-expected.png: Added.
27215 2011-04-06  James Kozianski  <koz@chromium.org>
27217         [chromium] Add expectations for failing GPU tests.
27218         https://bugs.webkit.org/show_bug.cgi?id=57926
27220         * platform/chromium/test_expectations.txt:
27222 2011-04-06  Naoki Takano  <takano.naoki@gmail.com>
27224         Reviewed by Ryosuke Niwa.
27226         REGRESSION(r81328): Null pointer crash in canAppendNewLineFeed when selection isn't inside an editable element
27227         https://bugs.webkit.org/show_bug.cgi?id=57755
27229         * editing/execCommand/insert-line-break-onload-expected.txt: Added.
27230         * editing/execCommand/insert-line-break-onload.html: Added to check calling InsertLineBreak without any crash.
27232 2011-04-05  James Kozianski  <koz@chromium.org>
27234         [chromium] Rebaseline images after r82969
27236         Rebaseline for missed linux test in r83019.
27238         * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.checksum: Removed.
27239         * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
27241 2011-04-05  Shane Stephens  <shanestephens@google.com>
27243         Reviewed by Ojan Vafai.
27245         [Chromium] Greening the Mac 10.5 and 10.6 trees.
27246         https://bugs.webkit.org/show_bug.cgi?id=57924
27248         Rebaselines a bunch of tests with differences due to text anti-aliasing.
27249         (Prepared using rebaseline script)
27251         * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
27252         * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Removed.
27253         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
27254         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Removed.
27255         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Removed.
27256         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Removed.
27257         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Removed.
27258         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Removed.
27259         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Removed.
27260         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Removed.
27261         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Removed.
27262         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Removed.
27263         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Removed.
27264         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Removed.
27265         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Removed.
27266         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Removed.
27267         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Removed.
27268         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Removed.
27269         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Removed.
27270         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Removed.
27271         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Removed.
27272         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Removed.
27273         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Removed.
27274         * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Removed.
27275         * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Removed.
27276         * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Removed.
27277         * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Removed.
27278         * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Removed.
27279         * platform/chromium-mac/fast/html/details-open1-expected.png: Removed.
27280         * platform/chromium-mac/fast/html/details-open2-expected.png: Removed.
27281         * platform/chromium-mac/fast/html/details-open3-expected.png: Removed.
27282         * platform/chromium-mac/fast/html/details-open4-expected.png: Removed.
27283         * platform/chromium-mac/fast/html/details-open5-expected.png: Removed.
27284         * platform/chromium-mac/fast/html/details-open6-expected.png: Removed.
27285         * platform/chromium-mac/fast/html/details-position-expected.png: Removed.
27286         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
27287         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Removed.
27288         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
27289         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Removed.
27290         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
27291         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Removed.
27292         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
27293         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Removed.
27294         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
27295         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Removed.
27296         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
27297         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Removed.
27298         * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Removed.
27299         * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.checksum: Removed.
27300         * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.png: Removed.
27301         * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum: Removed.
27302         * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Removed.
27303         * platform/chromium-mac/fast/multicol/nested-columns-expected.checksum: Removed.
27304         * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
27305         * platform/chromium-mac/fast/repaint/list-marker-expected.checksum: Removed.
27306         * platform/chromium-mac/fast/repaint/list-marker-expected.png:
27307         * platform/chromium-mac/fast/ruby/ruby-beforeafter-expected.png: Removed.
27308         * platform/chromium-mac/fast/ruby/ruby-length-expected.png: Removed.
27309         * platform/chromium-mac/fast/ruby/ruby-run-break-expected.png: Removed.
27310         * platform/chromium-mac/fast/ruby/ruby-runs-expected.png: Removed.
27311         * platform/chromium-mac/fast/ruby/ruby-runs-spans-expected.png: Removed.
27312         * platform/chromium-mac/fast/ruby/ruby-trailing-expected.png: Removed.
27313         * platform/chromium-mac/fast/ruby/rubyDOM-insert-rt-expected.png: Removed.
27314         * platform/chromium-mac/fast/ruby/rubyDOM-insert-text1-expected.png: Removed.
27315         * platform/chromium-mac/fast/ruby/rubyDOM-insert-text2-expected.png: Removed.
27316         * platform/chromium-mac/fast/ruby/rubyDOM-insert-text3-expected.png: Removed.
27317         * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Removed.
27318         * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Removed.
27319         * platform/chromium-mac/fast/ruby/rubyDOM-remove-text1-expected.png: Removed.
27320         * platform/chromium/test_expectations.txt:
27321         * platform/mac/fast/css/background-clip-values-expected.checksum: Added.
27322         * platform/mac/fast/css/background-clip-values-expected.png: Added.
27323         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.checksum: Added.
27324         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
27325         * platform/mac/fast/gradients/gradient-after-transparent-border-expected.checksum: Added.
27326         * platform/mac/fast/gradients/gradient-after-transparent-border-expected.png: Added.
27327         * platform/mac/fast/images/gray-scale-jpeg-with-color-profile-expected.checksum: Added.
27328         * platform/mac/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
27329         * platform/mac/media/controls-without-preload-expected.checksum: Added.
27330         * platform/mac/media/controls-without-preload-expected.png: Added.
27332 2011-04-05  James Kozianski  <koz@chromium.org>
27334         Rebaseline images after r82969
27335         https://bugs.webkit.org/show_bug.cgi?id=57917
27337         Rebaseline for r82969, which causes slight changes in rounded corner rendering.
27339         * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
27340         * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
27341         * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
27342         * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.png:
27343         * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
27344         * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.png:
27345         * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
27346         * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.png:
27347         * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
27348         * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png:
27349         * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
27350         * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
27351         * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
27352         * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
27353         * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
27354         * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.png:
27355         * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
27356         * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png:
27357         * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
27358         * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png:
27359         * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
27360         * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png:
27361         * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
27362         * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
27363         * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
27364         * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
27365         * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
27366         * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png:
27367         * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
27368         * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png:
27369         * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
27370         * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
27371         * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
27372         * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png:
27373         * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
27374         * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
27375         * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.checksum: Removed.
27376         * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
27377         * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
27378         * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.png:
27379         * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
27380         * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png:
27381         * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
27382         * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png:
27383         * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
27384         * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.png:
27385         * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
27386         * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.png:
27387         * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
27388         * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.png:
27389         * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.checksum: Removed.
27390         * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.png:
27391         * platform/chromium-linux/fast/box-shadow/inset-expected.checksum: Removed.
27392         * platform/chromium-linux/fast/box-shadow/inset-expected.png:
27393         * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
27394         * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
27395         * platform/chromium-linux/fast/box-shadow/spread-expected.checksum: Removed.
27396         * platform/chromium-linux/fast/box-shadow/spread-expected.png:
27397         * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
27398         * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.png:
27399         * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
27400         * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png:
27401         * platform/chromium-linux/fast/forms/basic-selects-expected.checksum: Removed.
27402         * platform/chromium-linux/fast/forms/basic-selects-expected.png:
27403         * platform/chromium-linux/fast/layers/video-layer-expected.checksum: Removed.
27404         * platform/chromium-linux/fast/layers/video-layer-expected.png:
27405         * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.checksum: Removed.
27406         * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.png:
27407         * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.checksum: Removed.
27408         * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.png:
27409         * platform/chromium-linux/fast/replaced/border-radius-clip-expected.checksum: Removed.
27410         * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
27411         * platform/chromium-linux/fast/transforms/shadows-expected.checksum: Removed.
27412         * platform/chromium-linux/fast/transforms/shadows-expected.png:
27413         * platform/chromium-linux/media/audio-controls-rendering-expected.checksum: Removed.
27414         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
27415         * platform/chromium-linux/media/controls-after-reload-expected.checksum: Removed.
27416         * platform/chromium-linux/media/controls-after-reload-expected.png:
27417         * platform/chromium-linux/media/controls-strict-expected.checksum: Removed.
27418         * platform/chromium-linux/media/controls-strict-expected.png:
27419         * platform/chromium-linux/media/controls-styling-expected.checksum: Removed.
27420         * platform/chromium-linux/media/controls-styling-expected.png:
27421         * platform/chromium-linux/media/controls-without-preload-expected.checksum: Removed.
27422         * platform/chromium-linux/media/controls-without-preload-expected.png:
27423         * platform/chromium-linux/media/media-document-audio-repaint-expected.checksum: Removed.
27424         * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
27425         * platform/chromium-linux/media/video-controls-rendering-expected.checksum: Removed.
27426         * platform/chromium-linux/media/video-controls-rendering-expected.png:
27427         * platform/chromium-linux/media/video-display-toggle-expected.checksum: Removed.
27428         * platform/chromium-linux/media/video-display-toggle-expected.png:
27429         * platform/chromium-linux/media/video-empty-source-expected.checksum: Removed.
27430         * platform/chromium-linux/media/video-empty-source-expected.png:
27431         * platform/chromium-linux/media/video-no-audio-expected.checksum: Removed.
27432         * platform/chromium-linux/media/video-no-audio-expected.png:
27433         * platform/chromium-linux/media/video-volume-slider-expected.checksum: Removed.
27434         * platform/chromium-linux/media/video-volume-slider-expected.png:
27435         * platform/chromium-linux/media/video-zoom-controls-expected.checksum: Removed.
27436         * platform/chromium-linux/media/video-zoom-controls-expected.png:
27437         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
27438         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
27439         * platform/chromium-win-xp/media/controls-after-reload-expected.checksum: Removed.
27440         * platform/chromium-win-xp/media/controls-after-reload-expected.png: Removed.
27441         * platform/chromium-win-xp/media/controls-strict-expected.checksum: Removed.
27442         * platform/chromium-win-xp/media/controls-strict-expected.png: Removed.
27443         * platform/chromium-win-xp/media/controls-styling-expected.checksum: Removed.
27444         * platform/chromium-win-xp/media/controls-styling-expected.png: Removed.
27445         * platform/chromium-win-xp/media/controls-without-preload-expected.checksum: Removed.
27446         * platform/chromium-win-xp/media/controls-without-preload-expected.png: Removed.
27447         * platform/chromium-win-xp/media/video-controls-rendering-expected.checksum: Removed.
27448         * platform/chromium-win-xp/media/video-controls-rendering-expected.png: Removed.
27449         * platform/chromium-win-xp/media/video-zoom-controls-expected.checksum: Removed.
27450         * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Removed.
27451         * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
27452         * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
27453         * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
27454         * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.png:
27455         * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
27456         * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.png:
27457         * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
27458         * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.png:
27459         * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
27460         * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
27461         * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
27462         * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
27463         * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
27464         * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
27465         * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
27466         * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.png:
27467         * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
27468         * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png:
27469         * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
27470         * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png:
27471         * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
27472         * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png:
27473         * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
27474         * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
27475         * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
27476         * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
27477         * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
27478         * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png:
27479         * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
27480         * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png:
27481         * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
27482         * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
27483         * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
27484         * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png:
27485         * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
27486         * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
27487         * platform/chromium-win/fast/borders/borderRadiusInset01-expected.checksum: Removed.
27488         * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
27489         * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
27490         * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.png:
27491         * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
27492         * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png:
27493         * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
27494         * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png:
27495         * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
27496         * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.png:
27497         * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
27498         * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.png:
27499         * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
27500         * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.png:
27501         * platform/chromium-win/fast/box-shadow/border-radius-big-expected.checksum: Removed.
27502         * platform/chromium-win/fast/box-shadow/border-radius-big-expected.png:
27503         * platform/chromium-win/fast/box-shadow/inset-expected.checksum: Removed.
27504         * platform/chromium-win/fast/box-shadow/inset-expected.png:
27505         * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
27506         * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
27507         * platform/chromium-win/fast/box-shadow/spread-expected.checksum: Removed.
27508         * platform/chromium-win/fast/box-shadow/spread-expected.png:
27509         * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
27510         * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.png:
27511         * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
27512         * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png:
27513         * platform/chromium-win/fast/forms/basic-selects-expected.checksum: Removed.
27514         * platform/chromium-win/fast/forms/basic-selects-expected.png:
27515         * platform/chromium-win/fast/layers/video-layer-expected.checksum: Removed.
27516         * platform/chromium-win/fast/layers/video-layer-expected.png:
27517         * platform/chromium-win/fast/overflow/border-radius-clipping-expected.checksum: Removed.
27518         * platform/chromium-win/fast/overflow/border-radius-clipping-expected.png:
27519         * platform/chromium-win/fast/repaint/border-radius-repaint-expected.checksum: Removed.
27520         * platform/chromium-win/fast/repaint/border-radius-repaint-expected.png:
27521         * platform/chromium-win/fast/replaced/border-radius-clip-expected.checksum: Removed.
27522         * platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
27523         * platform/chromium-win/fast/transforms/shadows-expected.checksum: Removed.
27524         * platform/chromium-win/fast/transforms/shadows-expected.png:
27525         * platform/chromium-win/media/audio-controls-rendering-expected.checksum: Removed.
27526         * platform/chromium-win/media/audio-controls-rendering-expected.png:
27527         * platform/chromium-win/media/controls-after-reload-expected.checksum: Removed.
27528         * platform/chromium-win/media/controls-after-reload-expected.png:
27529         * platform/chromium-win/media/controls-strict-expected.checksum: Removed.
27530         * platform/chromium-win/media/controls-strict-expected.png:
27531         * platform/chromium-win/media/controls-styling-expected.checksum: Removed.
27532         * platform/chromium-win/media/controls-styling-expected.png:
27533         * platform/chromium-win/media/controls-without-preload-expected.checksum: Removed.
27534         * platform/chromium-win/media/controls-without-preload-expected.png:
27535         * platform/chromium-win/media/media-document-audio-repaint-expected.checksum: Removed.
27536         * platform/chromium-win/media/media-document-audio-repaint-expected.png:
27537         * platform/chromium-win/media/video-controls-rendering-expected.checksum: Removed.
27538         * platform/chromium-win/media/video-controls-rendering-expected.png:
27539         * platform/chromium-win/media/video-display-toggle-expected.checksum: Removed.
27540         * platform/chromium-win/media/video-display-toggle-expected.png:
27541         * platform/chromium-win/media/video-empty-source-expected.checksum: Removed.
27542         * platform/chromium-win/media/video-empty-source-expected.png:
27543         * platform/chromium-win/media/video-no-audio-expected.checksum: Removed.
27544         * platform/chromium-win/media/video-no-audio-expected.png:
27545         * platform/chromium-win/media/video-volume-slider-expected.checksum: Removed.
27546         * platform/chromium-win/media/video-volume-slider-expected.png:
27547         * platform/chromium-win/media/video-zoom-controls-expected.checksum: Removed.
27548         * platform/chromium-win/media/video-zoom-controls-expected.png:
27549         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
27550         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
27552 2011-04-05  Kent Tamura  <tkent@chromium.org>
27554         [Chromium] Update expectation images for a Skia rounded rectangle change (r83002).
27555         https://bugs.webkit.org/show_bug.cgi?id=57907
27557         * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
27558         * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
27559         * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
27560         * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.png:
27561         * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
27562         * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.png:
27563         * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
27564         * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.png:
27565         * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
27566         * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png:
27567         * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
27568         * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
27569         * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
27570         * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
27571         * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
27572         * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.png:
27573         * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
27574         * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png:
27575         * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
27576         * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png:
27577         * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
27578         * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png:
27579         * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
27580         * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
27581         * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
27582         * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
27583         * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
27584         * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png:
27585         * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
27586         * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png:
27587         * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
27588         * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
27589         * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
27590         * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png:
27591         * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
27592         * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
27593         * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.checksum: Removed.
27594         * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
27595         * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
27596         * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.png:
27597         * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
27598         * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png:
27599         * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
27600         * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png:
27601         * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
27602         * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.png:
27603         * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
27604         * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.png:
27605         * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
27606         * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.png:
27607         * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.checksum: Removed.
27608         * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.png:
27609         * platform/chromium-linux/fast/box-shadow/inset-expected.checksum: Removed.
27610         * platform/chromium-linux/fast/box-shadow/inset-expected.png:
27611         * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
27612         * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
27613         * platform/chromium-linux/fast/box-shadow/spread-expected.checksum: Removed.
27614         * platform/chromium-linux/fast/box-shadow/spread-expected.png:
27615         * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
27616         * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.png:
27617         * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
27618         * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png:
27619         * platform/chromium-linux/fast/forms/basic-selects-expected.checksum: Removed.
27620         * platform/chromium-linux/fast/forms/basic-selects-expected.png:
27621         * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.checksum: Removed.
27622         * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.png:
27623         * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.checksum: Removed.
27624         * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.png:
27625         * platform/chromium-linux/fast/replaced/border-radius-clip-expected.checksum: Removed.
27626         * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
27627         * platform/chromium-linux/fast/transforms/shadows-expected.checksum: Removed.
27628         * platform/chromium-linux/fast/transforms/shadows-expected.png:
27629         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
27630         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
27631         * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
27632         * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
27633         * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
27634         * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.png:
27635         * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
27636         * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.png:
27637         * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
27638         * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.png:
27639         * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
27640         * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
27641         * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
27642         * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
27643         * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
27644         * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
27645         * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
27646         * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.png:
27647         * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
27648         * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png:
27649         * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
27650         * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png:
27651         * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
27652         * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png:
27653         * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
27654         * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
27655         * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
27656         * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
27657         * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
27658         * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png:
27659         * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
27660         * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png:
27661         * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
27662         * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
27663         * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
27664         * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png:
27665         * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
27666         * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
27667         * platform/chromium-win/fast/borders/borderRadiusInset01-expected.checksum: Removed.
27668         * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
27669         * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
27670         * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.png:
27671         * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
27672         * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png:
27673         * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
27674         * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png:
27675         * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
27676         * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.png:
27677         * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
27678         * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.png:
27679         * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
27680         * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.png:
27681         * platform/chromium-win/fast/box-shadow/border-radius-big-expected.checksum: Removed.
27682         * platform/chromium-win/fast/box-shadow/border-radius-big-expected.png:
27683         * platform/chromium-win/fast/box-shadow/inset-expected.checksum: Removed.
27684         * platform/chromium-win/fast/box-shadow/inset-expected.png:
27685         * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
27686         * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
27687         * platform/chromium-win/fast/box-shadow/spread-expected.checksum: Removed.
27688         * platform/chromium-win/fast/box-shadow/spread-expected.png:
27689         * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
27690         * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.png:
27691         * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
27692         * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png:
27693         * platform/chromium-win/fast/forms/basic-selects-expected.checksum: Removed.
27694         * platform/chromium-win/fast/forms/basic-selects-expected.png:
27695         * platform/chromium-win/fast/overflow/border-radius-clipping-expected.checksum: Removed.
27696         * platform/chromium-win/fast/overflow/border-radius-clipping-expected.png:
27697         * platform/chromium-win/fast/repaint/border-radius-repaint-expected.checksum: Removed.
27698         * platform/chromium-win/fast/repaint/border-radius-repaint-expected.png:
27699         * platform/chromium-win/fast/replaced/border-radius-clip-expected.checksum: Removed.
27700         * platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
27701         * platform/chromium-win/fast/transforms/shadows-expected.checksum: Removed.
27702         * platform/chromium-win/fast/transforms/shadows-expected.png:
27703         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
27704         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
27706 2011-04-05  Chang Shu  <cshu@webkit.org>
27708         Reviewed by Darin Adler.
27710         WebKitTestRunner needs layoutTestController.numberOfPages
27711         https://bugs.webkit.org/show_bug.cgi?id=42694
27713         Unskip passed tests.
27715         * platform/mac-wk2/Skipped:
27716         * platform/qt-wk2/Skipped:
27718 2011-04-05  Adrienne Walker  <enne@google.com>
27720        Unreviewed, temporarily mark two tests as more generally failing.
27722         * platform/chromium/test_expectations.txt:
27724 2011-04-05  Jessie Berlin  <jberlin@apple.com>
27726         3 tests fail on apple-macpro-6 (due to different JS MIME type) but not any other Leopard
27727         slaves.
27728         https://bugs.webkit.org/show_bug.cgi?id=56564
27730         Skip fast/preloader/scan-body-from-head-script.html on Leopard to get the bots green.
27732         * platform/mac-leopard/Skipped:
27734 2011-04-04  Vitaly Repeshko  <vitalyr@chromium.org>
27736         Reviewed by Adam Barth.
27738         [V8] Keep dirty primitive CSS values alive.
27739         https://bugs.webkit.org/show_bug.cgi?id=57810
27741         * platform/chromium/test_expectations.txt: Mark
27742         fast/dom/StyleSheet/gc-inline-style-cssvalues.html as passing.
27744 2011-04-05  Brian Weinstein  <bweinstein@apple.com>
27746         [Windows]  fast/blockflow/Kusa-Makura-background-canvas.html failing since introduction in r82903
27747         https://bugs.webkit.org/show_bug.cgi?id=57880
27749         Update Windows expected results (with pixel tests) to greenify the bots.
27751         * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
27752         * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
27753         * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
27755 2011-04-05  Jessie Berlin  <jberlin@apple.com>
27757         [Windows Tests] fast/dom/Window/window-property-descriptors.html failing since r82925.
27758         https://bugs.webkit.org/show_bug.cgi?id=57881
27760         Update the Windows-specific results to get the bots green.
27762         * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
27763         onformchange and onforminput were removed in r82925.
27765 2011-04-05  Tony Chang  <tony@chromium.org>
27767         Unreviewed, removing the chromium-win results causes this test to
27768         start passing on chromium win and linux.
27770         * platform/chromium-win/fast/images/svg-as-tiled-background-expected.checksum: Removed.
27771         * platform/chromium-win/fast/images/svg-as-tiled-background-expected.png: Removed.
27772         * platform/chromium/test_expectations.txt:
27774 2011-04-05  David Levin  <levin@chromium.org>
27776         Reviewed by Jian Li.
27778         [chromium] send-sliced-dragged-file.html started to crash on chromium bots
27779         https://bugs.webkit.org/show_bug.cgi?id=57539
27781         * platform/chromium/test_expectations.txt: Removed passing test
27782           as it has been fixed in the chromium network stack as of chromium r80114
27783           and it was introduced in r79905 so no need to change the chromium deps
27784           since it is before the regression.
27786 2011-04-05  Adrienne Walker  <enne@google.com>
27788        Unreviewed, mark unexpectedly passing Linux Chromium tests as such.
27790         * platform/chromium/test_expectations.txt:
27792 2011-04-05  Adrienne Walker  <enne@google.com>
27794        Unreviewed, mark some unexpectedly passing Chromium tests as such.
27796         * platform/chromium/test_expectations.txt:
27798 2011-04-05  Adrienne Walker  <enne@google.com>
27800        Unreviewed, temporarily suppress Chromium failures for tests in r82947.
27802         * platform/chromium/test_expectations.txt:
27804 2011-04-05  Nikolas Zimmermann  <nzimmermann@rim.com>
27806         Reviewed by Dirk Schulze.
27808         Regression: Invalid write in SVGTextLayoutEngine
27809         https://bugs.webkit.org/show_bug.cgi?id=57721
27811         * svg/text/font-size-null-assertion-expected.txt: Added.
27812         * svg/text/font-size-null-assertion.svg: Added.
27814 2011-04-05  Nikolas Zimmermann  <nzimmermann@rim.com>
27816         Reviewed by Adam Roben & Dirk Schulze.
27818         text-tspan-02-b.svg from SVG 1.1 2nd edition fails
27819         https://bugs.webkit.org/show_bug.cgi?id=57831
27821         Add text-tspan-02-b.svg from SVG 1.1 2nd edition, which was buggy.
27822         Add reduced testcase, which exposes a bug with midpoint splitting, which is now fixed.
27824         * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.checksum: Added.
27825         * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
27826         * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
27827         * platform/mac/svg/text/text-midpoint-split-bug-expected.checksum: Added.
27828         * platform/mac/svg/text/text-midpoint-split-bug-expected.png: Added.
27829         * platform/mac/svg/text/text-midpoint-split-bug-expected.txt: Added.
27830         * svg/W3C-SVG-1.1-SE/text-tspan-02-b.svg: Added.
27831         * svg/text/text-midpoint-split-bug.svg: Added.
27833 2011-04-05  Csaba Osztrogonác  <ossy@webkit.org>
27835         Remove onformchange and onforminput events/event handlers
27836         https://bugs.webkit.org/show_bug.cgi?id=55755
27837         <rdar://problem/9087969>
27839         Unreviewed. Update Qt specific expected results after r82925.
27841         * platform/qt/fast/dom/Window/window-properties-expected.txt:
27842         * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
27844 2011-04-05  Chang Shu  <cshu@webkit.org>
27846         Unreviewed.
27848         Unskip passed tests after bugs 57572, 57568, 42540, 42692 have been resolved.
27850         * platform/qt-wk2/Skipped:
27852 2011-04-05  Pavel Podivilov  <podivilov@chromium.org>
27854         Unreviewed, add chromium-linux expectation for fast/ruby/overhang-vertical.html (the test changed in r82903).
27856         * platform/chromium-linux/fast/ruby/overhang-vertical-expected.png: Added.
27858 2011-04-05  Pavel Podivilov  <podivilov@chromium.org>
27860         Unreviewed, revert bad rebaseline of english-lr-text-expected.html in r82918.
27862         * platform/chromium-linux/fast/blockflow/english-lr-text-expected.checksum: Added.
27863         * platform/chromium-win/fast/blockflow/english-lr-text-expected.checksum: Added.
27864         * platform/chromium-win/fast/blockflow/english-lr-text-expected.png:
27866 2011-04-05  Alexey Proskuryakov  <ap@apple.com>
27868         Reviewed by Darin Adler.
27870         Remove onformchange and onforminput events/event handlers
27871         https://bugs.webkit.org/show_bug.cgi?id=55755
27872         <rdar://problem/9087969>
27874         * fast/dom/Window/window-properties-expected.txt:
27875         * fast/dom/Window/window-property-descriptors-expected.txt:
27876         * fast/forms/formchange-event-expected.txt: Removed.
27877         * fast/forms/formchange-event.html: Removed.
27878         * fast/forms/forminput-event-expected.txt: Removed.
27879         * fast/forms/forminput-event.html: Removed.
27880         * fast/forms/script-tests/formchange-event.js: Removed.
27881         * fast/forms/script-tests/forminput-event.js: Removed.
27883 2011-04-05  Pavel Podivilov  <podivilov@chromium.org>
27885         Unreviewed, rebaseline Kusa-Makura-background-canvas.html on chromium-mac after r82903.
27887         * platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Removed.
27888         * platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
27889         * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Removed.
27890         * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
27892 2011-04-05  Pavel Podivilov  <podivilov@chromium.org>
27894         Unreviewed, remove unnecessary checksum files for fast/ruby tests.
27896         * platform/chromium-linux/fast/blockflow/english-lr-text-expected.checksum: Removed.
27897         * platform/chromium-linux/fast/ruby/ruby-beforeafter-expected.checksum: Removed.
27898         * platform/chromium-linux/fast/ruby/ruby-length-expected.checksum: Removed.
27899         * platform/chromium-linux/fast/ruby/ruby-run-break-expected.checksum: Removed.
27900         * platform/chromium-linux/fast/ruby/ruby-runs-expected.checksum: Removed.
27901         * platform/chromium-linux/fast/ruby/ruby-runs-spans-expected.checksum: Removed.
27902         * platform/chromium-linux/fast/ruby/ruby-trailing-expected.checksum: Removed.
27903         * platform/chromium-linux/fast/ruby/rubyDOM-insert-rt-expected.checksum: Removed.
27904         * platform/chromium-linux/fast/ruby/rubyDOM-insert-text1-expected.checksum: Removed.
27905         * platform/chromium-linux/fast/ruby/rubyDOM-insert-text2-expected.checksum: Removed.
27906         * platform/chromium-linux/fast/ruby/rubyDOM-insert-text3-expected.checksum: Removed.
27907         * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Removed.
27908         * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Removed.
27909         * platform/chromium-linux/fast/ruby/rubyDOM-remove-text1-expected.checksum: Removed.
27910         * platform/chromium/test_expectations.txt:
27912 2011-04-05  Csaba Osztrogonác  <ossy@webkit.org>
27914        [Qt] fast/ruby/overhang* tests fail
27915        https://bugs.webkit.org/show_bug.cgi?id=57824
27917         * platform/qt/Skipped:Add fast/ruby/overhang-horizontal.html and fast/ruby/overhang-vertical.html.
27919 2011-04-05  Pavel Podivilov  <podivilov@chromium.org>
27921         Unreviewed, update fast/ruby/* chromium expectations after r82903.
27923         * platform/chromium-linux/fast/ruby/ruby-beforeafter-expected.png:
27924         * platform/chromium-linux/fast/ruby/ruby-length-expected.png:
27925         * platform/chromium-linux/fast/ruby/ruby-run-break-expected.png:
27926         * platform/chromium-linux/fast/ruby/ruby-runs-expected.png:
27927         * platform/chromium-linux/fast/ruby/ruby-runs-spans-expected.png:
27928         * platform/chromium-linux/fast/ruby/ruby-trailing-expected.png:
27929         * platform/chromium-linux/fast/ruby/rubyDOM-insert-rt-expected.png:
27930         * platform/chromium-linux/fast/ruby/rubyDOM-insert-text1-expected.png:
27931         * platform/chromium-linux/fast/ruby/rubyDOM-insert-text2-expected.png:
27932         * platform/chromium-linux/fast/ruby/rubyDOM-insert-text3-expected.png:
27933         * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt1-expected.png:
27934         * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt2-expected.png:
27935         * platform/chromium-linux/fast/ruby/rubyDOM-remove-text1-expected.png:
27936         * platform/chromium-mac/fast/ruby/ruby-beforeafter-expected.png: Added.
27937         * platform/chromium-mac/fast/ruby/ruby-length-expected.png: Added.
27938         * platform/chromium-mac/fast/ruby/ruby-run-break-expected.png: Added.
27939         * platform/chromium-mac/fast/ruby/ruby-runs-expected.png: Added.
27940         * platform/chromium-mac/fast/ruby/ruby-runs-spans-expected.png: Added.
27941         * platform/chromium-mac/fast/ruby/ruby-trailing-expected.png: Added.
27942         * platform/chromium-mac/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
27943         * platform/chromium-mac/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
27944         * platform/chromium-mac/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
27945         * platform/chromium-mac/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
27946         * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
27947         * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
27948         * platform/chromium-mac/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
27949         * platform/chromium-win/fast/blockflow/english-lr-text-expected.checksum: Removed.
27950         * platform/chromium-win/fast/blockflow/english-lr-text-expected.png:
27951         * platform/chromium-win/fast/ruby/overhang-horizontal-expected.png: Added.
27952         * platform/chromium-win/fast/ruby/overhang-vertical-expected.png: Added.
27953         * platform/chromium-win/fast/ruby/ruby-beforeafter-expected.checksum: Removed.
27954         * platform/chromium-win/fast/ruby/ruby-beforeafter-expected.png:
27955         * platform/chromium-win/fast/ruby/ruby-beforeafter-expected.txt:
27956         * platform/chromium-win/fast/ruby/ruby-length-expected.checksum: Removed.
27957         * platform/chromium-win/fast/ruby/ruby-length-expected.png:
27958         * platform/chromium-win/fast/ruby/ruby-length-expected.txt:
27959         * platform/chromium-win/fast/ruby/ruby-run-break-expected.checksum: Removed.
27960         * platform/chromium-win/fast/ruby/ruby-run-break-expected.png:
27961         * platform/chromium-win/fast/ruby/ruby-run-break-expected.txt:
27962         * platform/chromium-win/fast/ruby/ruby-runs-expected.checksum: Removed.
27963         * platform/chromium-win/fast/ruby/ruby-runs-expected.png:
27964         * platform/chromium-win/fast/ruby/ruby-runs-expected.txt:
27965         * platform/chromium-win/fast/ruby/ruby-runs-spans-expected.checksum: Removed.
27966         * platform/chromium-win/fast/ruby/ruby-runs-spans-expected.png:
27967         * platform/chromium-win/fast/ruby/ruby-runs-spans-expected.txt:
27968         * platform/chromium-win/fast/ruby/ruby-trailing-expected.checksum: Removed.
27969         * platform/chromium-win/fast/ruby/ruby-trailing-expected.png:
27970         * platform/chromium-win/fast/ruby/ruby-trailing-expected.txt:
27971         * platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.checksum: Removed.
27972         * platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.png:
27973         * platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.txt:
27974         * platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.checksum: Removed.
27975         * platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.png:
27976         * platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.txt:
27977         * platform/chromium-win/fast/ruby/rubyDOM-insert-text2-expected.checksum: Removed.
27978         * platform/chromium-win/fast/ruby/rubyDOM-insert-text2-expected.png:
27979         * platform/chromium-win/fast/ruby/rubyDOM-insert-text2-expected.txt:
27980         * platform/chromium-win/fast/ruby/rubyDOM-insert-text3-expected.checksum: Removed.
27981         * platform/chromium-win/fast/ruby/rubyDOM-insert-text3-expected.png:
27982         * platform/chromium-win/fast/ruby/rubyDOM-insert-text3-expected.txt:
27983         * platform/chromium-win/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Removed.
27984         * platform/chromium-win/fast/ruby/rubyDOM-remove-rt1-expected.png:
27985         * platform/chromium-win/fast/ruby/rubyDOM-remove-rt1-expected.txt:
27986         * platform/chromium-win/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Removed.
27987         * platform/chromium-win/fast/ruby/rubyDOM-remove-rt2-expected.png:
27988         * platform/chromium-win/fast/ruby/rubyDOM-remove-rt2-expected.txt:
27989         * platform/chromium-win/fast/ruby/rubyDOM-remove-text1-expected.checksum: Removed.
27990         * platform/chromium-win/fast/ruby/rubyDOM-remove-text1-expected.png:
27991         * platform/chromium-win/fast/ruby/rubyDOM-remove-text1-expected.txt:
27993 2011-04-05  James Simonsen  <simonjam@chromium.org>
27995         Reviewed by Adam Barth.
27997         Stop preload scanning CSS when it&apos;s impossible to have another @import.
27998         https://bugs.webkit.org/show_bug.cgi?id=57664
28000         * fast/preloader/style-expected.txt:
28001         * fast/preloader/style.html: Updated to test invalid @import statements.
28003 2011-04-05  Kent Tamura  <tkent@chromium.org>
28005         Update a test affected by the behavior change of r82908.
28006         https://bugs.webkit.org/show_bug.cgi?id=57636
28008         * fast/forms/ValidityState-tooLong-textarea-expected.txt:
28009         * fast/forms/script-tests/ValidityState-tooLong-textarea.js:
28011 2011-04-05  Philippe Normand  <pnormand@igalia.com>
28013         Unreviewed, GTK rebaseline after r82903.
28015         * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
28016         * platform/gtk/fast/ruby/ruby-beforeafter-expected.txt:
28017         * platform/gtk/fast/ruby/ruby-length-expected.txt:
28018         * platform/gtk/fast/ruby/ruby-run-break-expected.txt:
28019         * platform/gtk/fast/ruby/ruby-runs-expected.txt:
28020         * platform/gtk/fast/ruby/ruby-runs-spans-expected.txt:
28021         * platform/gtk/fast/ruby/ruby-trailing-expected.txt:
28022         * platform/gtk/fast/ruby/rubyDOM-insert-rt-expected.txt:
28023         * platform/gtk/fast/ruby/rubyDOM-insert-text1-expected.txt:
28024         * platform/gtk/fast/ruby/rubyDOM-insert-text2-expected.txt:
28025         * platform/gtk/fast/ruby/rubyDOM-insert-text3-expected.txt:
28026         * platform/gtk/fast/ruby/rubyDOM-remove-rt1-expected.txt:
28027         * platform/gtk/fast/ruby/rubyDOM-remove-rt2-expected.txt:
28028         * platform/gtk/fast/ruby/rubyDOM-remove-text1-expected.txt:
28030 2011-04-05  Nancy Piedra  <nancy.piedra@nokia.com>
28032         Reviewed by Alexey Proskuryakov.
28034         Improper use of &quot in video-can-play-type layout test
28035         https://bugs.webkit.org/show_bug.cgi?id=57728
28037         * media/video-can-play-type.html:
28039 2011-04-05  Kent Tamura  <tkent@chromium.org>
28041         Reviewed by Dimitri Glazkov.
28043         Setting defaultValue on a textarea with a modified value still clobbers the value
28044         https://bugs.webkit.org/show_bug.cgi?id=57636
28046         * fast/forms/textarea-set-defaultvalue-after-value-expected.txt: Added.
28047         * fast/forms/textarea-set-defaultvalue-after-value.html: Added.
28049 2011-04-04  Dan Bernstein  <mitz@apple.com>
28051         Reviewed by Simon Fraser.
28053         <rdar://problem/7709452> Implement Default Ruby Overhang Behavior
28054         https://bugs.webkit.org/show_bug.cgi?id=49334
28056         * fast/ruby/overhang-horizontal-expected.checksum: Added.
28057         * fast/ruby/overhang-horizontal-expected.png: Added.
28058         * fast/ruby/overhang-horizontal-expected.txt: Added.
28059         * fast/ruby/overhang-horizontal.html: Added.
28060         * fast/ruby/overhang-vertical-expected.checksum: Added.
28061         * fast/ruby/overhang-vertical-expected.png: Added.
28062         * fast/ruby/overhang-vertical-expected.txt: Added.
28063         * fast/ruby/overhang-vertical.html: Added.
28064         * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
28065         * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
28066         * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
28067         * platform/mac/fast/blockflow/english-lr-text-expected.checksum:
28068         * platform/mac/fast/blockflow/english-lr-text-expected.png:
28069         * platform/mac/fast/ruby/ruby-beforeafter-expected.checksum:
28070         * platform/mac/fast/ruby/ruby-beforeafter-expected.png:
28071         * platform/mac/fast/ruby/ruby-beforeafter-expected.txt:
28072         * platform/mac/fast/ruby/ruby-length-expected.checksum:
28073         * platform/mac/fast/ruby/ruby-length-expected.png:
28074         * platform/mac/fast/ruby/ruby-length-expected.txt:
28075         * platform/mac/fast/ruby/ruby-run-break-expected.checksum:
28076         * platform/mac/fast/ruby/ruby-run-break-expected.png:
28077         * platform/mac/fast/ruby/ruby-run-break-expected.txt:
28078         * platform/mac/fast/ruby/ruby-runs-expected.checksum:
28079         * platform/mac/fast/ruby/ruby-runs-expected.png:
28080         * platform/mac/fast/ruby/ruby-runs-expected.txt:
28081         * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum:
28082         * platform/mac/fast/ruby/ruby-runs-spans-expected.png:
28083         * platform/mac/fast/ruby/ruby-runs-spans-expected.txt:
28084         * platform/mac/fast/ruby/ruby-trailing-expected.checksum:
28085         * platform/mac/fast/ruby/ruby-trailing-expected.png:
28086         * platform/mac/fast/ruby/ruby-trailing-expected.txt:
28087         * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum:
28088         * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png:
28089         * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt:
28090         * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum:
28091         * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png:
28092         * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt:
28093         * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum:
28094         * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png:
28095         * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt:
28096         * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum:
28097         * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png:
28098         * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt:
28099         * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum:
28100         * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png:
28101         * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt:
28102         * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum:
28103         * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png:
28104         * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt:
28105         * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum:
28106         * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png:
28107         * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt:
28109 2011-04-04  Adrienne Walker  <enne@google.com>
28111         Unreviewed, Chromium expectations update for tests broken after r82899.
28113         * platform/chromium/test_expectations.txt:
28115 2011-04-04 MORITA Hajime  <morrita@google.com>
28117         Unreviewed expectations update following r82899.
28119         * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
28120         * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
28121         * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
28122         * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt:
28123         * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
28124         * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
28125         * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
28127 2011-04-04  MORITA Hajime  <morrita@google.com>
28129         Reviewed by Kent Tamura.
28131         Convert <meter> shadow DOM to a DOM-based shadow.
28132         https://bugs.webkit.org/show_bug.cgi?id=50661
28134         Updated expectations due to shadow structure chagne.
28135         Also updated meter-styles.html pixel result because the render tree is now laid out
28136         as normal flexboxes and its layout result is actually different,
28137         especially if there are non-zero borders on shadow elements.
28139         * fast/dom/HTMLMeterElement/meter-styles.html:
28140         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
28141         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
28142         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
28143         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
28145 2011-04-04  Adrienne Walker  <enne@google.com>
28147         Unreviewed, rolling out r82879.
28148         http://trac.webkit.org/changeset/82879
28150         Trying to fix 10.6 layout test expectations broke 10.5
28152         * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.checksum: Added.
28153         * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Added.
28154         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Removed.
28155         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Added.
28156         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Added.
28157         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Added.
28158         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Added.
28159         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Added.
28160         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Added.
28161         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Added.
28162         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Added.
28163         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Added.
28164         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Added.
28165         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Added.
28166         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Added.
28167         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Added.
28168         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Added.
28169         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Added.
28170         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Added.
28171         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Added.
28172         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Added.
28173         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Added.
28174         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Added.
28175         * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Added.
28176         * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Added.
28177         * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Added.
28178         * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Added.
28179         * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Added.
28180         * platform/chromium-mac/fast/html/details-open1-expected.png: Added.
28181         * platform/chromium-mac/fast/html/details-open2-expected.png: Added.
28182         * platform/chromium-mac/fast/html/details-open3-expected.png: Added.
28183         * platform/chromium-mac/fast/html/details-open4-expected.png: Added.
28184         * platform/chromium-mac/fast/html/details-open5-expected.png: Added.
28185         * platform/chromium-mac/fast/html/details-open6-expected.png: Added.
28186         * platform/chromium-mac/fast/html/details-position-expected.png: Added.
28187         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Added.
28188         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Added.
28189         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Added.
28190         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Added.
28191         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Added.
28192         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Added.
28193         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Added.
28194         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Added.
28195         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Added.
28196         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Added.
28197         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Added.
28198         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Added.
28199         * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Added.
28200         * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.checksum: Added.
28201         * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.png: Added.
28202         * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum: Added.
28203         * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Added.
28204         * platform/chromium-mac/fast/multicol/nested-columns-expected.checksum: Added.
28205         * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
28206         * platform/chromium-mac/fast/repaint/list-marker-expected.checksum: Added.
28207         * platform/chromium-mac/fast/repaint/list-marker-expected.png:
28209 2011-04-04  Adrienne Walker  <enne@google.com>
28211         Unreviewed, rolling out r82880.
28212         http://trac.webkit.org/changeset/82880
28213         https://bugs.webkit.org/show_bug.cgi?id=50661
28215         Meter elements not rendered in Chromium Linux layout tests.
28217         * fast/dom/HTMLMeterElement/meter-styles.html:
28218         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
28219         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
28220         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
28221         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
28223 2011-04-04  Dirk Pranke  <dpranke@chromium.org>
28225         Unreviewed, expectations change.
28227         Adjust the list of flaky tests based on NRWT on webkit mac using
28228         a 35 second timeout by default.
28230         * platform/mac/test_expectations.txt:
28232 2011-04-04  Chang Shu  <cshu@webkit.org>
28234         Reviewed by Ryosuke Niwa.
28236         setContentEditable with true/false/inherit string is not working properly
28237         https://bugs.webkit.org/show_bug.cgi?id=52058
28239         Updated expected results after this patch fixes the set contenteditable issue.
28241         * fast/dom/HTMLElement/set-false-expected.txt:
28242         * fast/dom/HTMLElement/set-false.html:
28243         * fast/dom/HTMLElement/set-inherit-parent-false-expected.txt:
28244         * fast/dom/HTMLElement/set-inherit-parent-true-expected.txt:
28245         * fast/dom/HTMLElement/set-true-expected.txt:
28246         * fast/dom/HTMLElement/set-value-caseinsensitive-expected.txt:
28248 2011-04-04  MORITA Hajime  <morrita@google.com>
28250         Reviewed by Dimitri Glazkov.
28252         Convert <meter> shadow DOM to a DOM-based shadow.
28253         https://bugs.webkit.org/show_bug.cgi?id=50661
28255         Updated expectations due to shadow structure chagne.
28256         Also updated meter-styles.html pixel result because the render tree is now laid out
28257         as normal flexboxes and its layout result is actually different,
28258         especially if there are non-zero borders on shadow elements.
28260         * fast/dom/HTMLMeterElement/meter-styles.html:
28261         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
28262         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
28263         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
28264         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
28266 2011-04-04  Adrienne Walker  <enne@google.com>
28268         Unreviewed, update Chromium Snow Leopard image baselines.
28270         These were all minor font-related image differences.
28272         * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
28273         * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Removed.
28274         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
28275         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Removed.
28276         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Removed.
28277         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Removed.
28278         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Removed.
28279         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Removed.
28280         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Removed.
28281         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Removed.
28282         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Removed.
28283         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Removed.
28284         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Removed.
28285         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Removed.
28286         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Removed.
28287         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Removed.
28288         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Removed.
28289         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Removed.
28290         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Removed.
28291         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Removed.
28292         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Removed.
28293         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Removed.
28294         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Removed.
28295         * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Removed.
28296         * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Removed.
28297         * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Removed.
28298         * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Removed.
28299         * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Removed.
28300         * platform/chromium-mac/fast/html/details-open1-expected.png: Removed.
28301         * platform/chromium-mac/fast/html/details-open2-expected.png: Removed.
28302         * platform/chromium-mac/fast/html/details-open3-expected.png: Removed.
28303         * platform/chromium-mac/fast/html/details-open4-expected.png: Removed.
28304         * platform/chromium-mac/fast/html/details-open5-expected.png: Removed.
28305         * platform/chromium-mac/fast/html/details-open6-expected.png: Removed.
28306         * platform/chromium-mac/fast/html/details-position-expected.png: Removed.
28307         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
28308         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Removed.
28309         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
28310         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Removed.
28311         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
28312         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Removed.
28313         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
28314         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Removed.
28315         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
28316         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Removed.
28317         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
28318         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Removed.
28319         * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Removed.
28320         * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.checksum: Removed.
28321         * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.png: Removed.
28322         * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum: Removed.
28323         * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Removed.
28324         * platform/chromium-mac/fast/multicol/nested-columns-expected.checksum: Removed.
28325         * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
28326         * platform/chromium-mac/fast/repaint/list-marker-expected.checksum: Removed.
28327         * platform/chromium-mac/fast/repaint/list-marker-expected.png:
28329 2011-04-04  Adrienne Walker  <enne@google.com>
28331         Unreviewed, mark revoke-blob-url.html as CRASH for Chromium on Win.
28333         * platform/chromium/test_expectations.txt:
28335 2011-04-04  Chang Shu  <cshu@webkit.org>
28337         Reviewed by Darin Adler.
28339         WebKitTestRunner needs layoutTestController.setAllowFileAccessFromFileURLs
28340         https://bugs.webkit.org/show_bug.cgi?id=57572
28342         Unskip passed tests.
28344         * platform/mac-wk2/Skipped:
28346 2011-04-04  Pavel Feldman  <pfeldman@google.com>
28348         Reviewed by Yury Semikhatsky.
28350         Web Inspector: add support for the enumerated types in the protocol.
28351         https://bugs.webkit.org/show_bug.cgi?id=57761
28353         * inspector/debugger/debugger-autocontinue-on-syntax-error.html:
28354         * inspector/debugger/debugger-pause-on-exception.html:
28356 2011-04-04  Yong Li  <yoli@rim.com>
28358         Reviewed by Antonio Gomes.
28360         https://bugs.webkit.org/show_bug.cgi?id=55969
28361         Add a test that verifies history scroll position is restored
28362         when WebKit goes forward from an unreachable URL error page.
28363         (Error page handling is only supported by Qt DRT.)
28365         * platform/qt/fast/history/back-to-unreachable-url-then-forward-expected.txt: Added.
28366         * platform/qt/fast/history/back-to-unreachable-url-then-forward.html: Added.
28367         * platform/qt/fast/history/resources/check-scroll-position.html: Added.
28369 2011-04-04  Jessie Berlin  <jberlin@apple.com>
28371         Remove a test from the win-wk2 skipped list that does not exist.
28373         fast/js/navigator-mimeTypes-length.html was changed and moved to plugins in r71651.
28375         * platform/win-wk2/Skipped:
28377 2011-04-04  Jessie Berlin  <jberlin@apple.com>
28379         [Windows 7 WebKit2 Release Tests] 6 tests failing since being removed from the mac-wk2
28380         skipped list in r82625.
28381         https://bugs.webkit.org/show_bug.cgi?id=57705
28383         Unreviewed, addd win-wk2 expected results for the tests in order to get the bots green.
28385         * platform/win-wk2/editing: Added.
28386         * platform/win-wk2/editing/selection: Added.
28387         * platform/win-wk2/editing/selection/after-line-break-expected.txt: Added.
28388         * platform/win-wk2/editing/selection/caret-ltr-right-expected.checksum: Added.
28389         * platform/win-wk2/editing/selection/caret-ltr-right-expected.png: Added.
28390         * platform/win-wk2/editing/selection/caret-ltr-right-expected.txt: Added.
28391         * platform/win-wk2/editing/selection/caret-rtl-2-left-expected.checksum: Added.
28392         * platform/win-wk2/editing/selection/caret-rtl-2-left-expected.png: Added.
28393         * platform/win-wk2/editing/selection/caret-rtl-2-left-expected.txt: Added.
28394         * platform/win-wk2/editing/selection/drag-text-delay-expected.txt: Added.
28395         * platform/win-wk2/fast/repaint: Added.
28396         * platform/win-wk2/fast/repaint/japanese-rl-selection-clear-expected.txt: Added.
28397         Apparently the pixel results are similar enough to the win expected pixel results that no
28398         special pixel results need to be added for win-wk2.
28399         * platform/win-wk2/plugins/resize-from-plugin-expected.txt: Added.
28401 2011-04-04  Pavel Podivilov  <podivilov@chromium.org>
28403         Unreviewed, mark filesystem-reference.html as CRASH PASS on chromium.
28405         * platform/chromium/test_expectations.txt:
28407 2011-04-04  Pavel Podivilov  <podivilov@chromium.org>
28409         Unreviewed, remove gradientLimit.svg and 2d.text.draw.align.end.ltr.html from test expectations.
28411         * platform/chromium/test_expectations.txt:
28413 2011-04-04  Martin Robinson  <mrobinson@igalia.com>
28415         Reviewed by Xan Lopez.
28417         [GTK] http/tests/plugins/post-url-file.html fails on GTK+
28418         https://bugs.webkit.org/show_bug.cgi?id=55826
28420         * http/tests/plugins/resources/dump-post.pl: Instead of just printing out the "keywords" parameter,
28421         print out the POSTDATA parameter as well. Printing "keywords" did not seem to work on the version of
28422         Apache/Perl/CGI that existed on my machine. According to the Perl CGI module documentation
28423         using 'POSTDATA' is the correct way to print the entire POSTDATA for more recent versions of the
28424         module.
28425         * platform/gtk/Skipped: Unskip the test which is now passing.
28427 2011-04-04  Andrey Kosyakov  <caseq@chromium.org>
28429         Reviewed by Yury Semikhatsky.
28431         Web Inspector: [Extensions API] add notifications on panels shown/hidden
28432         https://bugs.webkit.org/show_bug.cgi?id=57752
28434         * http/tests/inspector/extensions-test.js:
28435         (initialize_ExtensionsTest.showPanel):
28436         * http/tests/inspector/resources/extension-main.js:
28437         (showPanel):
28438         * inspector/extensions/extensions-api-expected.txt:
28439         * inspector/extensions/extensions-events-expected.txt:
28440         * inspector/extensions/extensions-events.html:
28441         * inspector/extensions/extensions-expected.txt:
28443 2011-04-04  Pavel Podivilov  <podivilov@chromium.org>
28445         Unreviewed, mark xhr-breakpoints as CRASH PASS on chromium win debug.
28447         * platform/chromium/test_expectations.txt:
28449 2011-04-04  Pavel Podivilov  <podivilov@chromium.org>
28451         Unreviewed, udpate chromium-linux test expectations after r82786.
28453         * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.checksum: Removed.
28454         * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.png:
28456 2011-04-04  Pavel Podivilov  <podivilov@chromium.org>
28458         Unreviewed, add chromium-linux expectation for the new test added in r82781.
28460         * platform/chromium-linux/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
28462 2011-04-04  Pavel Podivilov  <podivilov@chromium.org>
28464         Unreviewed, rebaseline chromium-linux test expectations after r82783.
28466         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png: Added.
28467         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png: Added.
28468         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png: Added.
28469         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png: Added.
28470         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png: Added.
28471         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png: Added.
28472         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png: Added.
28473         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png: Added.
28474         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png: Added.
28475         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png: Added.
28476         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png: Added.
28477         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png: Added.
28478         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png: Added.
28479         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png: Added.
28480         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png: Added.
28481         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png: Added.
28482         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png: Added.
28483         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png: Added.
28484         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png: Added.
28485         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png: Added.
28486         * platform/chromium-linux/fast/html/details-no-summary1-expected.png: Added.
28487         * platform/chromium-linux/fast/html/details-no-summary2-expected.png: Added.
28488         * platform/chromium-linux/fast/html/details-no-summary3-expected.png: Added.
28489         * platform/chromium-linux/fast/html/details-no-summary4-expected.png: Added.
28490         * platform/chromium-linux/fast/html/details-open-javascript-expected.png: Added.
28491         * platform/chromium-linux/fast/html/details-open1-expected.png: Added.
28492         * platform/chromium-linux/fast/html/details-open2-expected.png: Added.
28493         * platform/chromium-linux/fast/html/details-open3-expected.png: Added.
28494         * platform/chromium-linux/fast/html/details-open4-expected.png: Added.
28495         * platform/chromium-linux/fast/html/details-open5-expected.png: Added.
28496         * platform/chromium-linux/fast/html/details-open6-expected.png: Added.
28497         * platform/chromium-linux/fast/html/details-position-expected.png: Added.
28498         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png: Added.
28499         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png: Added.
28500         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png: Added.
28501         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png: Added.
28502         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png: Added.
28503         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png: Added.
28504         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png: Added.
28505         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png: Added.
28506         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png: Added.
28507         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png: Added.
28508         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png: Added.
28509         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png: Added.
28510         * platform/chromium-linux/fast/html/details-writing-mode-expected.png: Added.
28512 2011-04-04  Pavel Podivilov  <podivilov@chromium.org>
28514         Unreviewed, add chromium expectations for the new test added in r82781.
28516         * platform/chromium-mac-leopard/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
28517         * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
28518         * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt: Added.
28520 2011-04-04  Mario Sanchez Prada  <msanchez@igalia.com>
28522         Unreviewed. Unskipped test and added GTK-specific new baseline.
28524         * platform/gtk/Skipped: Skipped passing test.
28525         * platform/gtk/accessibility/aria-roles-expected.txt: Added.
28527 2011-04-04  Pavel Podivilov  <podivilov@chromium.org>
28529         Unreviewed, remove chromium expectations added by mistake in r82815.
28531         * platform/chromium-linux-x86_64/fast/table/colspanMinWidth-vertical-expected.png: Removed.
28532         * platform/chromium-win-vista/fast/table/colspanMinWidth-vertical-expected.checksum: Removed.
28534 2011-04-04  Pavel Podivilov  <podivilov@chromium.org>
28536         Unreviewed, delete duplicate baselines added in r82812.
28538         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.checksum: Removed.
28539         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png: Removed.
28540         * platform/chromium-linux/fast/html/details-add-summary-1-expected.checksum: Removed.
28541         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png: Removed.
28542         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.checksum: Removed.
28543         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png: Removed.
28544         * platform/chromium-linux/fast/html/details-add-summary-10-expected.checksum: Removed.
28545         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png: Removed.
28546         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.checksum: Removed.
28547         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png: Removed.
28548         * platform/chromium-linux/fast/html/details-add-summary-2-expected.checksum: Removed.
28549         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png: Removed.
28550         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.checksum: Removed.
28551         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png: Removed.
28552         * platform/chromium-linux/fast/html/details-add-summary-3-expected.checksum: Removed.
28553         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png: Removed.
28554         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.checksum: Removed.
28555         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png: Removed.
28556         * platform/chromium-linux/fast/html/details-add-summary-4-expected.checksum: Removed.
28557         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png: Removed.
28558         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.checksum: Removed.
28559         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png: Removed.
28560         * platform/chromium-linux/fast/html/details-add-summary-5-expected.checksum: Removed.
28561         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png: Removed.
28562         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.checksum: Removed.
28563         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png: Removed.
28564         * platform/chromium-linux/fast/html/details-add-summary-6-expected.checksum: Removed.
28565         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png: Removed.
28566         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.checksum: Removed.
28567         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png: Removed.
28568         * platform/chromium-linux/fast/html/details-add-summary-7-expected.checksum: Removed.
28569         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png: Removed.
28570         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.checksum: Removed.
28571         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png: Removed.
28572         * platform/chromium-linux/fast/html/details-add-summary-8-expected.checksum: Removed.
28573         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png: Removed.
28574         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.checksum: Removed.
28575         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png: Removed.
28576         * platform/chromium-linux/fast/html/details-add-summary-9-expected.checksum: Removed.
28577         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png: Removed.
28578         * platform/chromium-linux/fast/html/details-no-summary1-expected.checksum: Removed.
28579         * platform/chromium-linux/fast/html/details-no-summary1-expected.png: Removed.
28580         * platform/chromium-linux/fast/html/details-no-summary2-expected.checksum: Removed.
28581         * platform/chromium-linux/fast/html/details-no-summary2-expected.png: Removed.
28582         * platform/chromium-linux/fast/html/details-no-summary3-expected.checksum: Removed.
28583         * platform/chromium-linux/fast/html/details-no-summary3-expected.png: Removed.
28584         * platform/chromium-linux/fast/html/details-no-summary4-expected.checksum: Removed.
28585         * platform/chromium-linux/fast/html/details-no-summary4-expected.png: Removed.
28586         * platform/chromium-linux/fast/html/details-open-javascript-expected.checksum: Removed.
28587         * platform/chromium-linux/fast/html/details-open-javascript-expected.png: Removed.
28588         * platform/chromium-linux/fast/html/details-open1-expected.checksum: Removed.
28589         * platform/chromium-linux/fast/html/details-open1-expected.png: Removed.
28590         * platform/chromium-linux/fast/html/details-open2-expected.checksum: Removed.
28591         * platform/chromium-linux/fast/html/details-open2-expected.png: Removed.
28592         * platform/chromium-linux/fast/html/details-open3-expected.checksum: Removed.
28593         * platform/chromium-linux/fast/html/details-open3-expected.png: Removed.
28594         * platform/chromium-linux/fast/html/details-open4-expected.checksum: Removed.
28595         * platform/chromium-linux/fast/html/details-open4-expected.png: Removed.
28596         * platform/chromium-linux/fast/html/details-open5-expected.checksum: Removed.
28597         * platform/chromium-linux/fast/html/details-open5-expected.png: Removed.
28598         * platform/chromium-linux/fast/html/details-open6-expected.checksum: Removed.
28599         * platform/chromium-linux/fast/html/details-open6-expected.png: Removed.
28600         * platform/chromium-linux/fast/html/details-position-expected.checksum: Removed.
28601         * platform/chromium-linux/fast/html/details-position-expected.png: Removed.
28602         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.checksum: Removed.
28603         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
28604         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.checksum: Removed.
28605         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png: Removed.
28606         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.checksum: Removed.
28607         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
28608         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.checksum: Removed.
28609         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png: Removed.
28610         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.checksum: Removed.
28611         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
28612         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.checksum: Removed.
28613         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png: Removed.
28614         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.checksum: Removed.
28615         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
28616         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.checksum: Removed.
28617         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png: Removed.
28618         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.checksum: Removed.
28619         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
28620         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.checksum: Removed.
28621         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png: Removed.
28622         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.checksum: Removed.
28623         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
28624         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.checksum: Removed.
28625         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png: Removed.
28626         * platform/chromium-linux/fast/html/details-writing-mode-expected.checksum: Removed.
28627         * platform/chromium-linux/fast/html/details-writing-mode-expected.png: Removed.
28629 2011-04-04  Pavel Podivilov  <podivilov@chromium.org>
28631         Unreviewed, fix bad rebaseline in r82812.
28633         * platform/chromium-linux-x86_64/fast/html/details-add-summary-1-and-click-expected.png: Removed.
28634         * platform/chromium-linux-x86_64/fast/html/details-add-summary-1-expected.png: Removed.
28635         * platform/chromium-linux-x86_64/fast/html/details-add-summary-10-and-click-expected.png: Removed.
28636         * platform/chromium-linux-x86_64/fast/html/details-add-summary-10-expected.png: Removed.
28637         * platform/chromium-linux-x86_64/fast/html/details-add-summary-2-and-click-expected.png: Removed.
28638         * platform/chromium-linux-x86_64/fast/html/details-add-summary-2-expected.png: Removed.
28639         * platform/chromium-linux-x86_64/fast/html/details-add-summary-3-and-click-expected.png: Removed.
28640         * platform/chromium-linux-x86_64/fast/html/details-add-summary-3-expected.png: Removed.
28641         * platform/chromium-linux-x86_64/fast/html/details-add-summary-4-and-click-expected.png: Removed.
28642         * platform/chromium-linux-x86_64/fast/html/details-add-summary-4-expected.png: Removed.
28643         * platform/chromium-linux-x86_64/fast/html/details-add-summary-5-and-click-expected.png: Removed.
28644         * platform/chromium-linux-x86_64/fast/html/details-add-summary-5-expected.png: Removed.
28645         * platform/chromium-linux-x86_64/fast/html/details-add-summary-6-and-click-expected.png: Removed.
28646         * platform/chromium-linux-x86_64/fast/html/details-add-summary-6-expected.png: Removed.
28647         * platform/chromium-linux-x86_64/fast/html/details-add-summary-7-and-click-expected.png: Removed.
28648         * platform/chromium-linux-x86_64/fast/html/details-add-summary-7-expected.png: Removed.
28649         * platform/chromium-linux-x86_64/fast/html/details-add-summary-8-and-click-expected.png: Removed.
28650         * platform/chromium-linux-x86_64/fast/html/details-add-summary-8-expected.png: Removed.
28651         * platform/chromium-linux-x86_64/fast/html/details-add-summary-9-and-click-expected.png: Removed.
28652         * platform/chromium-linux-x86_64/fast/html/details-add-summary-9-expected.png: Removed.
28653         * platform/chromium-linux-x86_64/fast/html/details-no-summary1-expected.png: Removed.
28654         * platform/chromium-linux-x86_64/fast/html/details-no-summary2-expected.png: Removed.
28655         * platform/chromium-linux-x86_64/fast/html/details-no-summary3-expected.png: Removed.
28656         * platform/chromium-linux-x86_64/fast/html/details-no-summary4-expected.png: Removed.
28657         * platform/chromium-linux-x86_64/fast/html/details-open-javascript-expected.png: Removed.
28658         * platform/chromium-linux-x86_64/fast/html/details-open1-expected.png: Removed.
28659         * platform/chromium-linux-x86_64/fast/html/details-open2-expected.png: Removed.
28660         * platform/chromium-linux-x86_64/fast/html/details-open3-expected.png: Removed.
28661         * platform/chromium-linux-x86_64/fast/html/details-open4-expected.png: Removed.
28662         * platform/chromium-linux-x86_64/fast/html/details-open5-expected.png: Removed.
28663         * platform/chromium-linux-x86_64/fast/html/details-open6-expected.png: Removed.
28664         * platform/chromium-linux-x86_64/fast/html/details-position-expected.png: Removed.
28665         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
28666         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-1-expected.png: Removed.
28667         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
28668         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-2-expected.png: Removed.
28669         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
28670         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-3-expected.png: Removed.
28671         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
28672         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-4-expected.png: Removed.
28673         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
28674         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-5-expected.png: Removed.
28675         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
28676         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-6-expected.png: Removed.
28677         * platform/chromium-linux-x86_64/fast/html/details-writing-mode-expected.png: Removed.
28678         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
28679         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
28680         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
28681         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
28682         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
28683         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
28684         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
28685         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
28686         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
28687         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
28688         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
28689         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
28690         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
28691         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
28692         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
28693         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
28694         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
28695         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
28696         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
28697         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
28698         * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
28699         * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
28700         * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
28701         * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
28702         * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
28703         * platform/chromium-linux/fast/html/details-open1-expected.png:
28704         * platform/chromium-linux/fast/html/details-open2-expected.png:
28705         * platform/chromium-linux/fast/html/details-open3-expected.png:
28706         * platform/chromium-linux/fast/html/details-open4-expected.png:
28707         * platform/chromium-linux/fast/html/details-open5-expected.png:
28708         * platform/chromium-linux/fast/html/details-open6-expected.png:
28709         * platform/chromium-linux/fast/html/details-position-expected.png:
28710         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
28711         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
28712         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
28713         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
28714         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
28715         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
28716         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
28717         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
28718         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
28719         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
28720         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
28721         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
28722         * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
28723         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png.
28724         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-1-expected.png.
28725         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-10-and-click-expected.png.
28726         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-10-expected.png.
28727         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-2-and-click-expected.png.
28728         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-2-expected.png.
28729         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-3-and-click-expected.png.
28730         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-3-expected.png.
28731         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-4-and-click-expected.png.
28732         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-4-expected.png.
28733         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-5-and-click-expected.png.
28734         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-5-expected.png.
28735         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-6-and-click-expected.png.
28736         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-6-expected.png.
28737         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-7-and-click-expected.png.
28738         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-7-expected.png.
28739         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png.
28740         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-8-expected.png.
28741         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png.
28742         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-9-expected.png.
28743         * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary1-expected.png.
28744         * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary2-expected.png.
28745         * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary3-expected.png.
28746         * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png.
28747         * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png.
28748         * platform/chromium-mac/fast/html/details-open1-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open1-expected.png.
28749         * platform/chromium-mac/fast/html/details-open2-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open2-expected.png.
28750         * platform/chromium-mac/fast/html/details-open3-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open3-expected.png.
28751         * platform/chromium-mac/fast/html/details-open4-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open4-expected.png.
28752         * platform/chromium-mac/fast/html/details-open5-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open5-expected.png.
28753         * platform/chromium-mac/fast/html/details-open6-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open6-expected.png.
28754         * platform/chromium-mac/fast/html/details-position-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-position-expected.png.
28755         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png.
28756         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-1-expected.png.
28757         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png.
28758         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-2-expected.png.
28759         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png.
28760         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-3-expected.png.
28761         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png.
28762         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-4-expected.png.
28763         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png.
28764         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-5-expected.png.
28765         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png.
28766         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-6-expected.png.
28767         * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-writing-mode-expected.png.
28768         * platform/chromium-win-vista/fast/html/details-add-summary-1-and-click-expected.checksum: Removed.
28769         * platform/chromium-win-vista/fast/html/details-add-summary-1-expected.checksum: Removed.
28770         * platform/chromium-win-vista/fast/html/details-add-summary-10-and-click-expected.checksum: Removed.
28771         * platform/chromium-win-vista/fast/html/details-add-summary-10-expected.checksum: Removed.
28772         * platform/chromium-win-vista/fast/html/details-add-summary-2-and-click-expected.checksum: Removed.
28773         * platform/chromium-win-vista/fast/html/details-add-summary-2-expected.checksum: Removed.
28774         * platform/chromium-win-vista/fast/html/details-add-summary-3-and-click-expected.checksum: Removed.
28775         * platform/chromium-win-vista/fast/html/details-add-summary-3-expected.checksum: Removed.
28776         * platform/chromium-win-vista/fast/html/details-add-summary-4-and-click-expected.checksum: Removed.
28777         * platform/chromium-win-vista/fast/html/details-add-summary-4-expected.checksum: Removed.
28778         * platform/chromium-win-vista/fast/html/details-add-summary-5-and-click-expected.checksum: Removed.
28779         * platform/chromium-win-vista/fast/html/details-add-summary-5-expected.checksum: Removed.
28780         * platform/chromium-win-vista/fast/html/details-add-summary-6-and-click-expected.checksum: Removed.
28781         * platform/chromium-win-vista/fast/html/details-add-summary-6-expected.checksum: Removed.
28782         * platform/chromium-win-vista/fast/html/details-add-summary-7-and-click-expected.checksum: Removed.
28783         * platform/chromium-win-vista/fast/html/details-add-summary-7-expected.checksum: Removed.
28784         * platform/chromium-win-vista/fast/html/details-add-summary-8-and-click-expected.checksum: Removed.
28785         * platform/chromium-win-vista/fast/html/details-add-summary-8-expected.checksum: Removed.
28786         * platform/chromium-win-vista/fast/html/details-add-summary-9-and-click-expected.checksum: Removed.
28787         * platform/chromium-win-vista/fast/html/details-add-summary-9-expected.checksum: Removed.
28788         * platform/chromium-win-vista/fast/html/details-no-summary1-expected.checksum: Removed.
28789         * platform/chromium-win-vista/fast/html/details-no-summary2-expected.checksum: Removed.
28790         * platform/chromium-win-vista/fast/html/details-no-summary3-expected.checksum: Removed.
28791         * platform/chromium-win-vista/fast/html/details-no-summary4-expected.checksum: Removed.
28792         * platform/chromium-win-vista/fast/html/details-open-javascript-expected.checksum: Removed.
28793         * platform/chromium-win-vista/fast/html/details-open1-expected.checksum: Removed.
28794         * platform/chromium-win-vista/fast/html/details-open2-expected.checksum: Removed.
28795         * platform/chromium-win-vista/fast/html/details-open3-expected.checksum: Removed.
28796         * platform/chromium-win-vista/fast/html/details-open4-expected.checksum: Removed.
28797         * platform/chromium-win-vista/fast/html/details-open5-expected.checksum: Removed.
28798         * platform/chromium-win-vista/fast/html/details-open6-expected.checksum: Removed.
28799         * platform/chromium-win-vista/fast/html/details-position-expected.checksum: Removed.
28800         * platform/chromium-win-vista/fast/html/details-remove-summary-1-and-click-expected.checksum: Removed.
28801         * platform/chromium-win-vista/fast/html/details-remove-summary-1-expected.checksum: Removed.
28802         * platform/chromium-win-vista/fast/html/details-remove-summary-2-and-click-expected.checksum: Removed.
28803         * platform/chromium-win-vista/fast/html/details-remove-summary-2-expected.checksum: Removed.
28804         * platform/chromium-win-vista/fast/html/details-remove-summary-3-and-click-expected.checksum: Removed.
28805         * platform/chromium-win-vista/fast/html/details-remove-summary-3-expected.checksum: Removed.
28806         * platform/chromium-win-vista/fast/html/details-remove-summary-4-and-click-expected.checksum: Removed.
28807         * platform/chromium-win-vista/fast/html/details-remove-summary-4-expected.checksum: Removed.
28808         * platform/chromium-win-vista/fast/html/details-remove-summary-5-and-click-expected.checksum: Removed.
28809         * platform/chromium-win-vista/fast/html/details-remove-summary-5-expected.checksum: Removed.
28810         * platform/chromium-win-vista/fast/html/details-remove-summary-6-and-click-expected.checksum: Removed.
28811         * platform/chromium-win-vista/fast/html/details-remove-summary-6-expected.checksum: Removed.
28812         * platform/chromium-win-vista/fast/html/details-writing-mode-expected.checksum: Removed.
28814 2011-04-04  Pavel Podivilov  <podivilov@chromium.org>
28816         Unreviewed, udpate chromium test expectations after r82786.
28818         * platform/chromium-linux-x86_64/fast/table/colspanMinWidth-vertical-expected.png: Added.
28819         * platform/chromium-win-vista/fast/table/colspanMinWidth-vertical-expected.checksum: Added.
28820         * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.checksum: Removed.
28821         * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.png:
28822         * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
28824 2011-04-04  Andrey Kosyakov  <caseq@chromium.org>
28826         Unreviewed. Followup to an incomplete commit in r82806.
28828         * inspector/extensions/extensions.html:
28830 2011-04-04  Pavel Podivilov  <podivilov@chromium.org>
28832         Unreviewed, add chromium test expectations for tests added in r82780.
28834         * platform/chromium-mac/fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Added.
28835         * platform/chromium-mac/fast/dom/Element/scale-page-client-rects-expected.txt: Added.
28836         * platform/chromium-mac/fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Added.
28837         * platform/chromium-mac/fast/dom/Range/scale-page-client-rects-expected.txt: Added.
28838         * platform/chromium-win/fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Added.
28839         * platform/chromium-win/fast/dom/Element/scale-page-client-rects-expected.txt: Added.
28840         * platform/chromium-win/fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Added.
28841         * platform/chromium-win/fast/dom/Range/scale-page-client-rects-expected.txt: Added.
28843 2011-04-04  Pavel Podivilov  <podivilov@chromium.org>
28845         Unreviewed, rebaseline chromium tests after r82783.
28847         * platform/chromium-linux-x86_64/fast/html/details-add-summary-1-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png.
28848         * platform/chromium-linux-x86_64/fast/html/details-add-summary-1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-expected.png.
28849         * platform/chromium-linux-x86_64/fast/html/details-add-summary-10-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
28850         * platform/chromium-linux-x86_64/fast/html/details-add-summary-10-expected.png: Added.
28851         * platform/chromium-linux-x86_64/fast/html/details-add-summary-2-and-click-expected.png: Added.
28852         * platform/chromium-linux-x86_64/fast/html/details-add-summary-2-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-expected.png.
28853         * platform/chromium-linux-x86_64/fast/html/details-add-summary-3-and-click-expected.png: Added.
28854         * platform/chromium-linux-x86_64/fast/html/details-add-summary-3-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open6-expected.png.
28855         * platform/chromium-linux-x86_64/fast/html/details-add-summary-4-and-click-expected.png: Added.
28856         * platform/chromium-linux-x86_64/fast/html/details-add-summary-4-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
28857         * platform/chromium-linux-x86_64/fast/html/details-add-summary-5-and-click-expected.png: Added.
28858         * platform/chromium-linux-x86_64/fast/html/details-add-summary-5-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-expected.png.
28859         * platform/chromium-linux-x86_64/fast/html/details-add-summary-6-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
28860         * platform/chromium-linux-x86_64/fast/html/details-add-summary-6-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-expected.png.
28861         * platform/chromium-linux-x86_64/fast/html/details-add-summary-7-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
28862         * platform/chromium-linux-x86_64/fast/html/details-add-summary-7-expected.png: Added.
28863         * platform/chromium-linux-x86_64/fast/html/details-add-summary-8-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png.
28864         * platform/chromium-linux-x86_64/fast/html/details-add-summary-8-expected.png: Added.
28865         * platform/chromium-linux-x86_64/fast/html/details-add-summary-9-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png.
28866         * platform/chromium-linux-x86_64/fast/html/details-add-summary-9-expected.png: Added.
28867         * platform/chromium-linux-x86_64/fast/html/details-no-summary1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png.
28868         * platform/chromium-linux-x86_64/fast/html/details-no-summary2-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
28869         * platform/chromium-linux-x86_64/fast/html/details-no-summary3-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png.
28870         * platform/chromium-linux-x86_64/fast/html/details-no-summary4-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png.
28871         * platform/chromium-linux-x86_64/fast/html/details-open-javascript-expected.png: Added.
28872         * platform/chromium-linux-x86_64/fast/html/details-open1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
28873         * platform/chromium-linux-x86_64/fast/html/details-open2-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
28874         * platform/chromium-linux-x86_64/fast/html/details-open3-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
28875         * platform/chromium-linux-x86_64/fast/html/details-open4-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
28876         * platform/chromium-linux-x86_64/fast/html/details-open5-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
28877         * platform/chromium-linux-x86_64/fast/html/details-open6-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png.
28878         * platform/chromium-linux-x86_64/fast/html/details-position-expected.png: Added.
28879         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-1-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png.
28880         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png.
28881         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-2-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png.
28882         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-2-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
28883         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-3-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-6-expected.png.
28884         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-3-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png.
28885         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-4-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png.
28886         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-4-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
28887         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-5-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
28888         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-5-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png.
28889         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-6-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png.
28890         * platform/chromium-linux-x86_64/fast/html/details-remove-summary-6-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open3-expected.png.
28891         * platform/chromium-linux-x86_64/fast/html/details-writing-mode-expected.png: Added.
28892         * platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png: Added.
28893         * platform/chromium-mac-leopard/fast/html/details-add-summary-1-expected.png: Added.
28894         * platform/chromium-mac-leopard/fast/html/details-add-summary-10-and-click-expected.png: Added.
28895         * platform/chromium-mac-leopard/fast/html/details-add-summary-10-expected.png: Added.
28896         * platform/chromium-mac-leopard/fast/html/details-add-summary-2-and-click-expected.png: Added.
28897         * platform/chromium-mac-leopard/fast/html/details-add-summary-2-expected.png: Added.
28898         * platform/chromium-mac-leopard/fast/html/details-add-summary-3-and-click-expected.png: Added.
28899         * platform/chromium-mac-leopard/fast/html/details-add-summary-3-expected.png: Added.
28900         * platform/chromium-mac-leopard/fast/html/details-add-summary-4-and-click-expected.png: Added.
28901         * platform/chromium-mac-leopard/fast/html/details-add-summary-4-expected.png: Added.
28902         * platform/chromium-mac-leopard/fast/html/details-add-summary-5-and-click-expected.png: Added.
28903         * platform/chromium-mac-leopard/fast/html/details-add-summary-5-expected.png: Added.
28904         * platform/chromium-mac-leopard/fast/html/details-add-summary-6-and-click-expected.png: Added.
28905         * platform/chromium-mac-leopard/fast/html/details-add-summary-6-expected.png: Added.
28906         * platform/chromium-mac-leopard/fast/html/details-add-summary-7-and-click-expected.png: Added.
28907         * platform/chromium-mac-leopard/fast/html/details-add-summary-7-expected.png: Added.
28908         * platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png: Added.
28909         * platform/chromium-mac-leopard/fast/html/details-add-summary-8-expected.png: Added.
28910         * platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png: Added.
28911         * platform/chromium-mac-leopard/fast/html/details-add-summary-9-expected.png: Added.
28912         * platform/chromium-mac-leopard/fast/html/details-no-summary1-expected.png: Added.
28913         * platform/chromium-mac-leopard/fast/html/details-no-summary2-expected.png: Added.
28914         * platform/chromium-mac-leopard/fast/html/details-no-summary3-expected.png: Added.
28915         * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png: Added.
28916         * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png: Added.
28917         * platform/chromium-mac-leopard/fast/html/details-open1-expected.png: Added.
28918         * platform/chromium-mac-leopard/fast/html/details-open2-expected.png: Added.
28919         * platform/chromium-mac-leopard/fast/html/details-open3-expected.png: Added.
28920         * platform/chromium-mac-leopard/fast/html/details-open4-expected.png: Added.
28921         * platform/chromium-mac-leopard/fast/html/details-open5-expected.png: Added.
28922         * platform/chromium-mac-leopard/fast/html/details-open6-expected.png: Added.
28923         * platform/chromium-mac-leopard/fast/html/details-position-expected.png: Added.
28924         * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png: Added.
28925         * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-expected.png: Added.
28926         * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png: Added.
28927         * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-expected.png: Added.
28928         * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png: Added.
28929         * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-expected.png: Added.
28930         * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png: Added.
28931         * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-expected.png: Added.
28932         * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png: Added.
28933         * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-expected.png: Added.
28934         * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png: Added.
28935         * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-expected.png: Added.
28936         * platform/chromium-mac-leopard/fast/html/details-writing-mode-expected.png: Added.
28937         * platform/chromium-win-vista/fast/html/details-add-summary-1-and-click-expected.checksum: Added.
28938         * platform/chromium-win-vista/fast/html/details-add-summary-1-expected.checksum: Added.
28939         * platform/chromium-win-vista/fast/html/details-add-summary-10-and-click-expected.checksum: Added.
28940         * platform/chromium-win-vista/fast/html/details-add-summary-10-expected.checksum: Added.
28941         * platform/chromium-win-vista/fast/html/details-add-summary-2-and-click-expected.checksum: Added.
28942         * platform/chromium-win-vista/fast/html/details-add-summary-2-expected.checksum: Added.
28943         * platform/chromium-win-vista/fast/html/details-add-summary-3-and-click-expected.checksum: Added.
28944         * platform/chromium-win-vista/fast/html/details-add-summary-3-expected.checksum: Added.
28945         * platform/chromium-win-vista/fast/html/details-add-summary-4-and-click-expected.checksum: Added.
28946         * platform/chromium-win-vista/fast/html/details-add-summary-4-expected.checksum: Added.
28947         * platform/chromium-win-vista/fast/html/details-add-summary-5-and-click-expected.checksum: Added.
28948         * platform/chromium-win-vista/fast/html/details-add-summary-5-expected.checksum: Added.
28949         * platform/chromium-win-vista/fast/html/details-add-summary-6-and-click-expected.checksum: Added.
28950         * platform/chromium-win-vista/fast/html/details-add-summary-6-expected.checksum: Added.
28951         * platform/chromium-win-vista/fast/html/details-add-summary-7-and-click-expected.checksum: Added.
28952         * platform/chromium-win-vista/fast/html/details-add-summary-7-expected.checksum: Added.
28953         * platform/chromium-win-vista/fast/html/details-add-summary-8-and-click-expected.checksum: Added.
28954         * platform/chromium-win-vista/fast/html/details-add-summary-8-expected.checksum: Added.
28955         * platform/chromium-win-vista/fast/html/details-add-summary-9-and-click-expected.checksum: Added.
28956         * platform/chromium-win-vista/fast/html/details-add-summary-9-expected.checksum: Added.
28957         * platform/chromium-win-vista/fast/html/details-no-summary1-expected.checksum: Added.
28958         * platform/chromium-win-vista/fast/html/details-no-summary2-expected.checksum: Added.
28959         * platform/chromium-win-vista/fast/html/details-no-summary3-expected.checksum: Added.
28960         * platform/chromium-win-vista/fast/html/details-no-summary4-expected.checksum: Added.
28961         * platform/chromium-win-vista/fast/html/details-open-javascript-expected.checksum: Added.
28962         * platform/chromium-win-vista/fast/html/details-open1-expected.checksum: Added.
28963         * platform/chromium-win-vista/fast/html/details-open2-expected.checksum: Added.
28964         * platform/chromium-win-vista/fast/html/details-open3-expected.checksum: Added.
28965         * platform/chromium-win-vista/fast/html/details-open4-expected.checksum: Added.
28966         * platform/chromium-win-vista/fast/html/details-open5-expected.checksum: Added.
28967         * platform/chromium-win-vista/fast/html/details-open6-expected.checksum: Added.
28968         * platform/chromium-win-vista/fast/html/details-position-expected.checksum: Added.
28969         * platform/chromium-win-vista/fast/html/details-remove-summary-1-and-click-expected.checksum: Added.
28970         * platform/chromium-win-vista/fast/html/details-remove-summary-1-expected.checksum: Added.
28971         * platform/chromium-win-vista/fast/html/details-remove-summary-2-and-click-expected.checksum: Added.
28972         * platform/chromium-win-vista/fast/html/details-remove-summary-2-expected.checksum: Added.
28973         * platform/chromium-win-vista/fast/html/details-remove-summary-3-and-click-expected.checksum: Added.
28974         * platform/chromium-win-vista/fast/html/details-remove-summary-3-expected.checksum: Added.
28975         * platform/chromium-win-vista/fast/html/details-remove-summary-4-and-click-expected.checksum: Added.
28976         * platform/chromium-win-vista/fast/html/details-remove-summary-4-expected.checksum: Added.
28977         * platform/chromium-win-vista/fast/html/details-remove-summary-5-and-click-expected.checksum: Added.
28978         * platform/chromium-win-vista/fast/html/details-remove-summary-5-expected.checksum: Added.
28979         * platform/chromium-win-vista/fast/html/details-remove-summary-6-and-click-expected.checksum: Added.
28980         * platform/chromium-win-vista/fast/html/details-remove-summary-6-expected.checksum: Added.
28981         * platform/chromium-win-vista/fast/html/details-writing-mode-expected.checksum: Added.
28982         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.checksum: Removed.
28983         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
28984         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
28985         * platform/chromium-win/fast/html/details-add-summary-1-expected.checksum: Removed.
28986         * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
28987         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
28988         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.checksum: Removed.
28989         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
28990         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
28991         * platform/chromium-win/fast/html/details-add-summary-10-expected.checksum: Removed.
28992         * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
28993         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
28994         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.checksum: Removed.
28995         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
28996         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
28997         * platform/chromium-win/fast/html/details-add-summary-2-expected.checksum: Removed.
28998         * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
28999         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
29000         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.checksum: Removed.
29001         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
29002         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
29003         * platform/chromium-win/fast/html/details-add-summary-3-expected.checksum: Removed.
29004         * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
29005         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
29006         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.checksum: Removed.
29007         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
29008         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
29009         * platform/chromium-win/fast/html/details-add-summary-4-expected.checksum: Removed.
29010         * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
29011         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
29012         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.checksum: Removed.
29013         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
29014         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
29015         * platform/chromium-win/fast/html/details-add-summary-5-expected.checksum: Removed.
29016         * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
29017         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
29018         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.checksum: Removed.
29019         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
29020         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
29021         * platform/chromium-win/fast/html/details-add-summary-6-expected.checksum: Removed.
29022         * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
29023         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
29024         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.checksum: Removed.
29025         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
29026         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
29027         * platform/chromium-win/fast/html/details-add-summary-7-expected.checksum: Removed.
29028         * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
29029         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
29030         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.checksum: Removed.
29031         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
29032         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
29033         * platform/chromium-win/fast/html/details-add-summary-8-expected.checksum: Removed.
29034         * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
29035         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
29036         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.checksum: Removed.
29037         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
29038         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
29039         * platform/chromium-win/fast/html/details-add-summary-9-expected.checksum: Removed.
29040         * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
29041         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
29042         * platform/chromium-win/fast/html/details-no-summary1-expected.checksum: Removed.
29043         * platform/chromium-win/fast/html/details-no-summary1-expected.png:
29044         * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
29045         * platform/chromium-win/fast/html/details-no-summary2-expected.checksum: Removed.
29046         * platform/chromium-win/fast/html/details-no-summary2-expected.png:
29047         * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
29048         * platform/chromium-win/fast/html/details-no-summary3-expected.checksum: Removed.
29049         * platform/chromium-win/fast/html/details-no-summary3-expected.png:
29050         * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
29051         * platform/chromium-win/fast/html/details-no-summary4-expected.checksum: Removed.
29052         * platform/chromium-win/fast/html/details-no-summary4-expected.png:
29053         * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
29054         * platform/chromium-win/fast/html/details-open-javascript-expected.checksum: Removed.
29055         * platform/chromium-win/fast/html/details-open-javascript-expected.png:
29056         * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
29057         * platform/chromium-win/fast/html/details-open1-expected.checksum: Removed.
29058         * platform/chromium-win/fast/html/details-open1-expected.png:
29059         * platform/chromium-win/fast/html/details-open1-expected.txt:
29060         * platform/chromium-win/fast/html/details-open2-expected.checksum: Removed.
29061         * platform/chromium-win/fast/html/details-open2-expected.png:
29062         * platform/chromium-win/fast/html/details-open2-expected.txt:
29063         * platform/chromium-win/fast/html/details-open3-expected.checksum: Removed.
29064         * platform/chromium-win/fast/html/details-open3-expected.png:
29065         * platform/chromium-win/fast/html/details-open3-expected.txt:
29066         * platform/chromium-win/fast/html/details-open4-expected.checksum: Removed.
29067         * platform/chromium-win/fast/html/details-open4-expected.png:
29068         * platform/chromium-win/fast/html/details-open4-expected.txt:
29069         * platform/chromium-win/fast/html/details-open5-expected.checksum: Removed.
29070         * platform/chromium-win/fast/html/details-open5-expected.png:
29071         * platform/chromium-win/fast/html/details-open5-expected.txt:
29072         * platform/chromium-win/fast/html/details-open6-expected.checksum: Removed.
29073         * platform/chromium-win/fast/html/details-open6-expected.png:
29074         * platform/chromium-win/fast/html/details-open6-expected.txt:
29075         * platform/chromium-win/fast/html/details-position-expected.checksum: Removed.
29076         * platform/chromium-win/fast/html/details-position-expected.png:
29077         * platform/chromium-win/fast/html/details-position-expected.txt:
29078         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.checksum: Removed.
29079         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
29080         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
29081         * platform/chromium-win/fast/html/details-remove-summary-1-expected.checksum: Removed.
29082         * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
29083         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
29084         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.checksum: Removed.
29085         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
29086         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
29087         * platform/chromium-win/fast/html/details-remove-summary-2-expected.checksum: Removed.
29088         * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
29089         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
29090         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.checksum: Removed.
29091         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
29092         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
29093         * platform/chromium-win/fast/html/details-remove-summary-3-expected.checksum: Removed.
29094         * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
29095         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
29096         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.checksum: Removed.
29097         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
29098         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
29099         * platform/chromium-win/fast/html/details-remove-summary-4-expected.checksum: Removed.
29100         * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
29101         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
29102         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.checksum: Removed.
29103         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
29104         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
29105         * platform/chromium-win/fast/html/details-remove-summary-5-expected.checksum: Removed.
29106         * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
29107         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
29108         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.checksum: Removed.
29109         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
29110         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
29111         * platform/chromium-win/fast/html/details-remove-summary-6-expected.checksum: Removed.
29112         * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
29113         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
29114         * platform/chromium-win/fast/html/details-writing-mode-expected.checksum: Removed.
29115         * platform/chromium-win/fast/html/details-writing-mode-expected.png:
29116         * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
29117         * platform/chromium/test_expectations.txt:
29119 2011-04-04  Andrey Kosyakov  <caseq@chromium.org>
29121         Reviewed by Yury Semikhatsky.
29123         Web Inspector: [Extensions API] Merge WatchExpressionSidebarPane into ExtensionSidebarPane
29124         https://bugs.webkit.org/show_bug.cgi?id=57622
29126         Merged WatchExpressionSidebarPane into ExtensionSidebarPane, added setPage(url).
29127         Fixed wrong getter in schema (scripts -> elements)
29129         * inspector/extensions/extensions-api-expected.txt:
29130         * inspector/extensions/extensions-expected.txt:
29131         * inspector/extensions/extensions.html:
29133 2011-04-04  Ilya Tikhonovsky  <loislo@chromium.org>
29135         Reviewed by Pavel Feldman.
29137         Web Inspector: introduce support of 'optional' flag for command arguments.
29138         https://bugs.webkit.org/show_bug.cgi?id=57698
29140         * inspector/protocol/runtime-agent-expected.txt:
29141         * inspector/protocol/runtime-agent.html:
29142         * inspector/report-API-errors-expected.txt:
29143         * inspector/report-API-errors.html:
29144         * inspector/report-protocol-errors-expected.txt:
29146 2011-04-01  Ilya Tikhonovsky  <loislo@chromium.org>
29148         Reviewed by Pavel Feldman.
29150         Web Inspector: introduce support of 'optional' flag for command arguments.
29151         https://bugs.webkit.org/show_bug.cgi?id=57698
29153         * inspector/report-API-errors-expected.txt:
29154         * inspector/report-protocol-errors-expected.txt:
29156 2011-04-03  Kent Tamura  <tkent@chromium.org>
29158         Reviewed by Eric Seidel.
29160         Adding a test of value sanitization for <input type=text>
29161         https://bugs.webkit.org/show_bug.cgi?id=57737
29163         * fast/forms/input-value-sanitization-expected.txt:
29164         * fast/forms/script-tests/input-value-sanitization.js: Add tests for type=text.
29166 2011-04-03  Dan Bernstein  <mitz@apple.com>
29168         Try to make this test more robust.
29170         * fast/blockflow/broken-ideographic-font.html: Ensure that the font has been loaded before
29171         letting the test finish.
29173 2011-03-21  Ryosuke Niwa  <rniwa@webkit.org>
29175         Reviewed by Eric Seidel.
29177         editing commands shouldn't run when there's no body
29178         https://bugs.webkit.org/show_bug.cgi?id=56771
29180         Added tests to ensure WebKit does not crash when attempted to execute editing commands
29181         in an empty document. Also added a test to ensure WebKit does not crash when InsertImage
29182         is executed with selection endpoints being document. WebKit should ignore such attempts
29183         and should not crash.
29185         * editing/editability/empty-document-delete-expected.txt: Added.
29186         * editing/editability/empty-document-delete.html: Added.
29187         * editing/editability/empty-document-justify-right-expected.txt: Added.
29188         * editing/editability/empty-document-justify-right.html: Added.
29189         * editing/editability/empty-document-stylewithcss-expected.txt: Added.
29190         * editing/editability/empty-document-stylewithcss.html: Added.
29191         * editing/execCommand/insert-image-with-selecting-document-expected.txt: Added.
29192         * editing/execCommand/insert-image-with-selecting-document.html: Added.
29194 2011-04-02  Dan Bernstein  <mitz@apple.com>
29196         Updated results showing a progression after r82787. The current time display
29197         is now correctly collapsed because the timeline container is not wide enough.
29199         * platform/gtk/media/video-zoom-controls-expected.txt:
29201 2011-04-02  Dan Bernstein  <mitz@apple.com>
29203         Updated platform-specific results after r82787.
29205         * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
29207 2011-04-02  Dan Bernstein  <mitz@apple.com>
29209         Reviewed by Dave Hyatt.
29211         Remove an unnecessary extra computeLogicalWidth() from line layout
29212         https://bugs.webkit.org/show_bug.cgi?id=57711
29214         These updated expected results show progressions in MathML tests.
29215         fast/table/colspanMinWidth-vertical results changed to show that text controls
29216         still do not handle vertical writing modes correctly.
29218         * platform/mac/fast/table/colspanMinWidth-vertical-expected.checksum:
29219         * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
29220         * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
29221         * platform/mac/mathml/presentation/fractions-expected.checksum:
29222         * platform/mac/mathml/presentation/fractions-expected.png:
29223         * platform/mac/mathml/presentation/fractions-expected.txt:
29224         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.checksum:
29225         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
29226         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
29227         * platform/mac/mathml/presentation/roots-expected.checksum:
29228         * platform/mac/mathml/presentation/roots-expected.png:
29229         * platform/mac/mathml/presentation/roots-expected.txt:
29230         * platform/mac/mathml/presentation/row-alignment-expected.checksum:
29231         * platform/mac/mathml/presentation/row-alignment-expected.png:
29232         * platform/mac/mathml/presentation/row-alignment-expected.txt:
29233         * platform/mac/mathml/presentation/subsup-expected.checksum:
29234         * platform/mac/mathml/presentation/subsup-expected.png:
29235         * platform/mac/mathml/presentation/subsup-expected.txt:
29237 2011-04-02  Dan Bernstein  <mitz@apple.com>
29239         Updated platform-specific results after r82873.
29241         * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt:
29242         * platform/gtk/fast/html/details-add-summary-1-expected.txt:
29243         * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt:
29244         * platform/gtk/fast/html/details-add-summary-10-expected.txt:
29245         * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt:
29246         * platform/gtk/fast/html/details-add-summary-2-expected.txt:
29247         * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt:
29248         * platform/gtk/fast/html/details-add-summary-3-expected.txt:
29249         * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt:
29250         * platform/gtk/fast/html/details-add-summary-4-expected.txt:
29251         * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt:
29252         * platform/gtk/fast/html/details-add-summary-5-expected.txt:
29253         * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt:
29254         * platform/gtk/fast/html/details-add-summary-6-expected.txt:
29255         * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt:
29256         * platform/gtk/fast/html/details-add-summary-7-expected.txt:
29257         * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt:
29258         * platform/gtk/fast/html/details-add-summary-8-expected.txt:
29259         * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt:
29260         * platform/gtk/fast/html/details-add-summary-9-expected.txt:
29261         * platform/gtk/fast/html/details-no-summary1-expected.txt:
29262         * platform/gtk/fast/html/details-no-summary2-expected.txt:
29263         * platform/gtk/fast/html/details-no-summary3-expected.txt:
29264         * platform/gtk/fast/html/details-no-summary4-expected.txt:
29265         * platform/gtk/fast/html/details-open-javascript-expected.txt:
29266         * platform/gtk/fast/html/details-open1-expected.txt:
29267         * platform/gtk/fast/html/details-open2-expected.txt:
29268         * platform/gtk/fast/html/details-open3-expected.txt:
29269         * platform/gtk/fast/html/details-open4-expected.txt:
29270         * platform/gtk/fast/html/details-open5-expected.txt:
29271         * platform/gtk/fast/html/details-open6-expected.txt:
29272         * platform/gtk/fast/html/details-position-expected.txt:
29273         * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt:
29274         * platform/gtk/fast/html/details-remove-summary-1-expected.txt:
29275         * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt:
29276         * platform/gtk/fast/html/details-remove-summary-2-expected.txt:
29277         * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt:
29278         * platform/gtk/fast/html/details-remove-summary-3-expected.txt:
29279         * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt:
29280         * platform/gtk/fast/html/details-remove-summary-4-expected.txt:
29281         * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt:
29282         * platform/gtk/fast/html/details-remove-summary-5-expected.txt:
29283         * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt:
29284         * platform/gtk/fast/html/details-remove-summary-6-expected.txt:
29285         * platform/gtk/fast/html/details-writing-mode-expected.txt:
29286         * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
29287         * platform/qt/fast/html/details-add-summary-1-expected.txt:
29288         * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
29289         * platform/qt/fast/html/details-add-summary-10-expected.txt:
29290         * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
29291         * platform/qt/fast/html/details-add-summary-2-expected.txt:
29292         * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
29293         * platform/qt/fast/html/details-add-summary-3-expected.txt:
29294         * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
29295         * platform/qt/fast/html/details-add-summary-4-expected.txt:
29296         * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
29297         * platform/qt/fast/html/details-add-summary-5-expected.txt:
29298         * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
29299         * platform/qt/fast/html/details-add-summary-6-expected.txt:
29300         * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
29301         * platform/qt/fast/html/details-add-summary-7-expected.txt:
29302         * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
29303         * platform/qt/fast/html/details-add-summary-8-expected.txt:
29304         * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
29305         * platform/qt/fast/html/details-add-summary-9-expected.txt:
29306         * platform/qt/fast/html/details-no-summary1-expected.txt:
29307         * platform/qt/fast/html/details-no-summary2-expected.txt:
29308         * platform/qt/fast/html/details-no-summary3-expected.txt:
29309         * platform/qt/fast/html/details-no-summary4-expected.txt:
29310         * platform/qt/fast/html/details-open-javascript-expected.txt:
29311         * platform/qt/fast/html/details-open1-expected.txt:
29312         * platform/qt/fast/html/details-open2-expected.txt:
29313         * platform/qt/fast/html/details-open3-expected.txt:
29314         * platform/qt/fast/html/details-open4-expected.txt:
29315         * platform/qt/fast/html/details-open5-expected.txt:
29316         * platform/qt/fast/html/details-open6-expected.txt:
29317         * platform/qt/fast/html/details-position-expected.txt:
29318         * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
29319         * platform/qt/fast/html/details-remove-summary-1-expected.txt:
29320         * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
29321         * platform/qt/fast/html/details-remove-summary-2-expected.txt:
29322         * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
29323         * platform/qt/fast/html/details-remove-summary-3-expected.txt:
29324         * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
29325         * platform/qt/fast/html/details-remove-summary-4-expected.txt:
29326         * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
29327         * platform/qt/fast/html/details-remove-summary-5-expected.txt:
29328         * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
29329         * platform/qt/fast/html/details-remove-summary-6-expected.txt:
29330         * platform/qt/fast/html/details-writing-mode-expected.txt:
29332 2011-04-02  Dan Bernstein  <mitz@apple.com>
29334         Reviewed by Beth Dakin.
29336         <details> marker loses its margin
29337         https://bugs.webkit.org/show_bug.cgi?id=57713
29339         * platform/mac/fast/html/details-add-summary-1-and-click-expected.checksum:
29340         * platform/mac/fast/html/details-add-summary-1-and-click-expected.png:
29341         * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
29342         * platform/mac/fast/html/details-add-summary-1-expected.checksum:
29343         * platform/mac/fast/html/details-add-summary-1-expected.png:
29344         * platform/mac/fast/html/details-add-summary-1-expected.txt:
29345         * platform/mac/fast/html/details-add-summary-10-and-click-expected.checksum:
29346         * platform/mac/fast/html/details-add-summary-10-and-click-expected.png:
29347         * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
29348         * platform/mac/fast/html/details-add-summary-10-expected.checksum:
29349         * platform/mac/fast/html/details-add-summary-10-expected.png:
29350         * platform/mac/fast/html/details-add-summary-10-expected.txt:
29351         * platform/mac/fast/html/details-add-summary-2-and-click-expected.checksum:
29352         * platform/mac/fast/html/details-add-summary-2-and-click-expected.png:
29353         * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
29354         * platform/mac/fast/html/details-add-summary-2-expected.checksum:
29355         * platform/mac/fast/html/details-add-summary-2-expected.png:
29356         * platform/mac/fast/html/details-add-summary-2-expected.txt:
29357         * platform/mac/fast/html/details-add-summary-3-and-click-expected.checksum:
29358         * platform/mac/fast/html/details-add-summary-3-and-click-expected.png:
29359         * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
29360         * platform/mac/fast/html/details-add-summary-3-expected.checksum:
29361         * platform/mac/fast/html/details-add-summary-3-expected.png:
29362         * platform/mac/fast/html/details-add-summary-3-expected.txt:
29363         * platform/mac/fast/html/details-add-summary-4-and-click-expected.checksum:
29364         * platform/mac/fast/html/details-add-summary-4-and-click-expected.png:
29365         * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
29366         * platform/mac/fast/html/details-add-summary-4-expected.checksum:
29367         * platform/mac/fast/html/details-add-summary-4-expected.png:
29368         * platform/mac/fast/html/details-add-summary-4-expected.txt:
29369         * platform/mac/fast/html/details-add-summary-5-and-click-expected.checksum:
29370         * platform/mac/fast/html/details-add-summary-5-and-click-expected.png:
29371         * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
29372         * platform/mac/fast/html/details-add-summary-5-expected.checksum:
29373         * platform/mac/fast/html/details-add-summary-5-expected.png:
29374         * platform/mac/fast/html/details-add-summary-5-expected.txt:
29375         * platform/mac/fast/html/details-add-summary-6-and-click-expected.checksum:
29376         * platform/mac/fast/html/details-add-summary-6-and-click-expected.png:
29377         * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
29378         * platform/mac/fast/html/details-add-summary-6-expected.checksum:
29379         * platform/mac/fast/html/details-add-summary-6-expected.png:
29380         * platform/mac/fast/html/details-add-summary-6-expected.txt:
29381         * platform/mac/fast/html/details-add-summary-7-and-click-expected.checksum:
29382         * platform/mac/fast/html/details-add-summary-7-and-click-expected.png:
29383         * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
29384         * platform/mac/fast/html/details-add-summary-7-expected.checksum:
29385         * platform/mac/fast/html/details-add-summary-7-expected.png:
29386         * platform/mac/fast/html/details-add-summary-7-expected.txt:
29387         * platform/mac/fast/html/details-add-summary-8-and-click-expected.checksum:
29388         * platform/mac/fast/html/details-add-summary-8-and-click-expected.png:
29389         * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
29390         * platform/mac/fast/html/details-add-summary-8-expected.checksum:
29391         * platform/mac/fast/html/details-add-summary-8-expected.png:
29392         * platform/mac/fast/html/details-add-summary-8-expected.txt:
29393         * platform/mac/fast/html/details-add-summary-9-and-click-expected.checksum:
29394         * platform/mac/fast/html/details-add-summary-9-and-click-expected.png:
29395         * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
29396         * platform/mac/fast/html/details-add-summary-9-expected.checksum:
29397         * platform/mac/fast/html/details-add-summary-9-expected.png:
29398         * platform/mac/fast/html/details-add-summary-9-expected.txt:
29399         * platform/mac/fast/html/details-no-summary1-expected.checksum:
29400         * platform/mac/fast/html/details-no-summary1-expected.png:
29401         * platform/mac/fast/html/details-no-summary1-expected.txt:
29402         * platform/mac/fast/html/details-no-summary2-expected.checksum:
29403         * platform/mac/fast/html/details-no-summary2-expected.png:
29404         * platform/mac/fast/html/details-no-summary2-expected.txt:
29405         * platform/mac/fast/html/details-no-summary3-expected.checksum:
29406         * platform/mac/fast/html/details-no-summary3-expected.png:
29407         * platform/mac/fast/html/details-no-summary3-expected.txt:
29408         * platform/mac/fast/html/details-no-summary4-expected.checksum:
29409         * platform/mac/fast/html/details-no-summary4-expected.png:
29410         * platform/mac/fast/html/details-no-summary4-expected.txt:
29411         * platform/mac/fast/html/details-open-javascript-expected.checksum:
29412         * platform/mac/fast/html/details-open-javascript-expected.png:
29413         * platform/mac/fast/html/details-open-javascript-expected.txt:
29414         * platform/mac/fast/html/details-open1-expected.checksum:
29415         * platform/mac/fast/html/details-open1-expected.png:
29416         * platform/mac/fast/html/details-open1-expected.txt:
29417         * platform/mac/fast/html/details-open2-expected.checksum:
29418         * platform/mac/fast/html/details-open2-expected.png:
29419         * platform/mac/fast/html/details-open2-expected.txt:
29420         * platform/mac/fast/html/details-open3-expected.checksum:
29421         * platform/mac/fast/html/details-open3-expected.png:
29422         * platform/mac/fast/html/details-open3-expected.txt:
29423         * platform/mac/fast/html/details-open4-expected.checksum:
29424         * platform/mac/fast/html/details-open4-expected.png:
29425         * platform/mac/fast/html/details-open4-expected.txt:
29426         * platform/mac/fast/html/details-open5-expected.checksum:
29427         * platform/mac/fast/html/details-open5-expected.png:
29428         * platform/mac/fast/html/details-open5-expected.txt:
29429         * platform/mac/fast/html/details-open6-expected.checksum:
29430         * platform/mac/fast/html/details-open6-expected.png:
29431         * platform/mac/fast/html/details-open6-expected.txt:
29432         * platform/mac/fast/html/details-position-expected.checksum:
29433         * platform/mac/fast/html/details-position-expected.png:
29434         * platform/mac/fast/html/details-position-expected.txt:
29435         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.checksum:
29436         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.png:
29437         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
29438         * platform/mac/fast/html/details-remove-summary-1-expected.checksum:
29439         * platform/mac/fast/html/details-remove-summary-1-expected.png:
29440         * platform/mac/fast/html/details-remove-summary-1-expected.txt:
29441         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.checksum:
29442         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.png:
29443         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
29444         * platform/mac/fast/html/details-remove-summary-2-expected.checksum:
29445         * platform/mac/fast/html/details-remove-summary-2-expected.png:
29446         * platform/mac/fast/html/details-remove-summary-2-expected.txt:
29447         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.checksum:
29448         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.png:
29449         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
29450         * platform/mac/fast/html/details-remove-summary-3-expected.checksum:
29451         * platform/mac/fast/html/details-remove-summary-3-expected.png:
29452         * platform/mac/fast/html/details-remove-summary-3-expected.txt:
29453         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.checksum:
29454         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.png:
29455         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
29456         * platform/mac/fast/html/details-remove-summary-4-expected.checksum:
29457         * platform/mac/fast/html/details-remove-summary-4-expected.png:
29458         * platform/mac/fast/html/details-remove-summary-4-expected.txt:
29459         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.checksum:
29460         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.png:
29461         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
29462         * platform/mac/fast/html/details-remove-summary-5-expected.checksum:
29463         * platform/mac/fast/html/details-remove-summary-5-expected.png:
29464         * platform/mac/fast/html/details-remove-summary-5-expected.txt:
29465         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.checksum:
29466         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.png:
29467         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
29468         * platform/mac/fast/html/details-remove-summary-6-expected.checksum:
29469         * platform/mac/fast/html/details-remove-summary-6-expected.png:
29470         * platform/mac/fast/html/details-remove-summary-6-expected.txt:
29471         * platform/mac/fast/html/details-writing-mode-expected.checksum:
29472         * platform/mac/fast/html/details-writing-mode-expected.png:
29473         * platform/mac/fast/html/details-writing-mode-expected.txt:
29475 2011-04-02  Andy Estes  <aestes@apple.com>
29477         Reviewed by Oliver Hunt.
29479         REGRESSION (r69237): Black border around map elements while using an image map on Mac platform
29480         https://bugs.webkit.org/show_bug.cgi?id=52518
29482         * fast/images/imagemap-focus-ring-zero-outline-width.html: Added.
29483         * platform/mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.checksum: Added.
29484         * platform/mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
29485         * platform/mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt: Added.
29487 2011-04-01  Beth Dakin  <bdakin@apple.com>
29489         Reviewed by Sam Weinig.
29491         https://bugs.webkit.org/show_bug.cgi?id=57605
29492         Frame::pageScaleFactor() should not affect getBoundingClientRect() or
29493         getClientRects()
29494         -and corresponding-
29495         <rdar://problem/9194541>
29497         * fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Added.
29498         * fast/dom/Element/scale-page-bounding-client-rect.html: Added.
29499         * fast/dom/Element/scale-page-client-rects-expected.txt: Added.
29500         * fast/dom/Element/scale-page-client-rects.html: Added.
29501         * fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Added.
29502         * fast/dom/Range/scale-page-bounding-client-rect.html: Added.
29503         * fast/dom/Range/scale-page-client-rects-expected.txt: Added.
29504         * fast/dom/Range/scale-page-client-rects.html: Added.
29505         * platform/gtk/Skipped:
29506         * platform/qt/Skipped:
29507         * platform/win/Skipped:
29509 2011-04-02  Dan Bernstein  <mitz@apple.com>
29511         Reverted r82775 due to changes in <details> test results, which are
29512         likely progressions.
29514         * platform/mac/fast/table/colspanMinWidth-vertical-expected.checksum:
29515         * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
29516         * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
29517         * platform/mac/mathml/presentation/fractions-expected.checksum:
29518         * platform/mac/mathml/presentation/fractions-expected.png:
29519         * platform/mac/mathml/presentation/fractions-expected.txt:
29520         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.checksum:
29521         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
29522         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
29523         * platform/mac/mathml/presentation/roots-expected.checksum:
29524         * platform/mac/mathml/presentation/roots-expected.png:
29525         * platform/mac/mathml/presentation/roots-expected.txt:
29526         * platform/mac/mathml/presentation/row-alignment-expected.checksum:
29527         * platform/mac/mathml/presentation/row-alignment-expected.png:
29528         * platform/mac/mathml/presentation/row-alignment-expected.txt:
29529         * platform/mac/mathml/presentation/subsup-expected.checksum:
29530         * platform/mac/mathml/presentation/subsup-expected.png:
29531         * platform/mac/mathml/presentation/subsup-expected.txt:
29533 2011-04-02  Dan Bernstein  <mitz@apple.com>
29535         Reviewed by Dave Hyatt.
29537         Remove an unnecessary extra computeLogicalWidth() from line layout
29538         https://bugs.webkit.org/show_bug.cgi?id=57711
29540         These updated expected results show progressions in MathML tests.
29541         fast/table/colspanMinWidth-vertical results changed to show that text controls
29542         still do not handle vertical writing modes correctly.
29544         * platform/mac/fast/table/colspanMinWidth-vertical-expected.checksum:
29545         * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
29546         * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
29547         * platform/mac/mathml/presentation/fractions-expected.checksum:
29548         * platform/mac/mathml/presentation/fractions-expected.png:
29549         * platform/mac/mathml/presentation/fractions-expected.txt:
29550         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.checksum:
29551         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
29552         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
29553         * platform/mac/mathml/presentation/roots-expected.checksum:
29554         * platform/mac/mathml/presentation/roots-expected.png:
29555         * platform/mac/mathml/presentation/roots-expected.txt:
29556         * platform/mac/mathml/presentation/row-alignment-expected.checksum:
29557         * platform/mac/mathml/presentation/row-alignment-expected.png:
29558         * platform/mac/mathml/presentation/row-alignment-expected.txt:
29559         * platform/mac/mathml/presentation/subsup-expected.checksum:
29560         * platform/mac/mathml/presentation/subsup-expected.png:
29561         * platform/mac/mathml/presentation/subsup-expected.txt:
29563 2011-04-02  Dominic Cooney  <dominicc@google.com>
29565         Reviewed by Martin Robinson.
29567         Add layoutTestController.shadowRoot to GTK DumpRenderTree.
29568         https://bugs.webkit.org/show_bug.cgi?id=57551
29570         * platform/gtk/Skipped: unskip test that accesses shadowRoot
29572 2011-04-01  Anantanarayanan G Iyengar  <ananta@chromium.org>
29574         Reviewed by Eric Seidel.
29576         https://bugs.webkit.org/show_bug.cgi?id=57693
29577         Skipped the windowless_plugin_paint_test.html layout test on Webkit Windows.
29579         * platform/win/Skipped:
29581 2011-04-01  Dimitri Glazkov  <dglazkov@chromium.org>
29583         Skip the test landed in r82758, since WebKitTestRunner doesn't implement
29584         displayInvalidatedRegion.
29586         * platform/mac-wk2/Skipped: Skipped the test.
29588 2011-04-01  Adam Barth  <abarth@webkit.org>
29590         This test fails by timing out.
29592         * platform/chromium/test_expectations.txt:
29594 2011-04-01  Dirk Pranke  <dpranke@chromium.org>
29596         Unreviewed, expectations change.
29598         Skipping fast/workers/dedicated-worker-lifecycle instead of
29599         treating it as SLOW. It appears to be downright flaky.
29601         https://bugs.webkit.org/show_bug.cgi?id=57678
29603         * platform/mac/test_expectations.txt:
29605 2011-04-01  Dirk Pranke  <dpranke@chromium.org>
29607         Unreviewed, expectations change.
29609         Suppress some flaky bidi- and editing-related test failures on
29610         SL Mac NRWT runs. See:
29612         https://bugs.webkit.org/show_bug.cgi?id=57688
29614         * platform/mac/test_expectations.txt:
29616 2011-04-01  Anantanarayanan G Iyengar  <ananta@chromium.org>
29618         Reviewed by Adam Barth.
29620         https://bugs.webkit.org/show_bug.cgi?id=45855
29621         Windowless plugins added dynamically to the DOM should receive paint events.
29622         This is done by ensuring that the plugin widget is marked for painting when
29623         it is added. Added a layout test which verifies that a dynamically added plugin
29624         receives a paint event. This test has to be skipped on chromium mac/linux and
29625         on gtk and qt as it relies on support for the displayInvalidatedRegion function
29626         in the LayoutTestController
29628         * platform/chromium/test_expectations.txt:
29629         * platform/gtk/Skipped:
29630         * platform/qt/Skipped:
29631         * plugins/windowless_plugin_paint_test-expected.txt: Added.
29632         * plugins/windowless_plugin_paint_test.html: Added.
29634 2011-04-01  Sheriff Bot  <webkit.review.bot@gmail.com>
29636         Unreviewed, rolling out r82721.
29637         http://trac.webkit.org/changeset/82721
29638         https://bugs.webkit.org/show_bug.cgi?id=57687
29640         This patch introduced assertion failures on the GTK+ bots.
29641         (Requested by mrobinson on #webkit).
29643         * platform/gtk/Skipped:
29645 2011-04-01  Sheriff Bot  <webkit.review.bot@gmail.com>
29647         Unreviewed, rolling out r82712, r82729, and r82746.
29648         http://trac.webkit.org/changeset/82712
29649         http://trac.webkit.org/changeset/82729
29650         http://trac.webkit.org/changeset/82746
29651         https://bugs.webkit.org/show_bug.cgi?id=57682
29653         fast/frames/frame-programmatic-noresize.html is failing on
29654         Windows bots. Will look into this offline. (Requested by dydx
29655         on #webkit).
29657         * fast/frames/frame-inherit-noresize-from-frameset-expected.txt: Removed.
29658         * fast/frames/frame-inherit-noresize-from-frameset.html: Removed.
29659         * fast/frames/frame-programmatic-noresize-expected.txt: Removed.
29660         * fast/frames/frame-programmatic-noresize.html: Removed.
29661         * fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize-expected.txt: Removed.
29662         * fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html: Removed.
29663         * fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false-expected.txt: Removed.
29664         * fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false.html: Removed.
29665         * fast/frames/resources/frame-programmatic-resize.js: Removed.
29666         * platform/chromium/test_expectations.txt:
29668 2011-04-01  Adam Barth  <abarth@webkit.org>
29670         Mark failing test as failing.
29672         * platform/chromium/test_expectations.txt:
29674 2011-04-01  Martin Robinson  <mrobinson@igalia.com>
29676         Unreviewed, rolling out r82708.
29677         http://trac.webkit.org/changeset/82708
29678         https://bugs.webkit.org/show_bug.cgi?id=53644
29680         This tests fails consistently when run along with other tests
29682         * platform/gtk/Skipped:
29683         * platform/gtk/editing/deleting/5408255-expected.checksum:
29684         * platform/gtk/editing/deleting/5408255-expected.png:
29685         * platform/gtk/editing/deleting/5408255-expected.txt:
29687 2011-04-01  Dirk Pranke  <dpranke@chromium.org>
29689         Unreviewed, expectations change.
29691         Update mac new-run-webkit-tests expectations with SLOW tests.
29693         * platform/mac/test_expectations.txt:
29695 2011-04-01  Adam Barth  <abarth@webkit.org>
29697         Skip platform/mac/plugins/convert-point.html because it relies on code
29698         that only exists in the test plugin for Apple's Mac port.  We generally
29699         ignore most of the tests in platform/mac, although we do run them to
29700         detect crashes.  In this case, however, the test does crash, but it
29701         crashes in the test plug-in, which doesn't matter to us.
29703         * platform/chromium/test_expectations.txt:
29705 2011-04-01  Adam Barth  <abarth@webkit.org>
29707         Reviewed by Daniel Bates.
29709         Test assigning false to noResize instead of undefined
29710         https://bugs.webkit.org/show_bug.cgi?id=57668
29712         Apparently the V8 bindings have a bug when assigning undefined to a
29713         boolean attribute.  I've filed
29714         https://bugs.webkit.org/show_bug.cgi?id=57669 about that issue, which
29715         I'll address in another patch (obviously with a test).  In the
29716         meantime, this patch changes this test to test "false" instead of
29717         "undefined".
29719         * fast/frames/frame-programmatic-noresize-expected.txt:
29720         * fast/frames/frame-programmatic-noresize.html:
29722 2011-04-01  Anders Carlsson  <andersca@apple.com>
29724         Reviewed by Sam Weinig.
29726         Shockwave plug-in doesn't accept mouse events
29727         https://bugs.webkit.org/show_bug.cgi?id=57653
29728         <rdar://problem/8483273>
29730         Add test.
29732         * platform/mac/plugins/convert-point-expected.txt: Added.
29733         * platform/mac/plugins/convert-point.html: Added.
29735 2011-04-01  Dominic Cooney  <dominicc@google.com>
29737         Reviewed by Martin Robinson.
29739         Add layoutTestController.shadowRoot to GTK DumpRenderTree.
29740         https://bugs.webkit.org/show_bug.cgi?id=57551
29742         * platform/gtk/Skipped: unskip test that accesses shadowRoot
29744 2011-04-01  Darin Adler  <darin@apple.com>
29746         Removed some more executable bits from files that don't need them.
29747         These often creep in when someone is working on Windows, which uses
29748         executable bits differently from Unix systems.
29750         * editing/execCommand/align-in-span.html: Removed property svn:executable.
29751         * editing/selection/extend-byline-withfloat.html: Removed property svn:executable.
29752         * fast/canvas/webgl/data-view-test.html: Removed property svn:executable.
29753         * fast/canvas/webgl/resources/gray-ramp-default-gamma.png: Removed property svn:executable.
29754         * fast/canvas/webgl/resources/gray-ramp-gamma0.1.png: Removed property svn:executable.
29755         * fast/canvas/webgl/resources/gray-ramp-gamma1.0.png: Removed property svn:executable.
29756         * fast/canvas/webgl/resources/gray-ramp-gamma2.0.png: Removed property svn:executable.
29757         * fast/canvas/webgl/resources/gray-ramp-gamma4.0.png: Removed property svn:executable.
29758         * fast/canvas/webgl/resources/gray-ramp-gamma9.0.png: Removed property svn:executable.
29759         * fast/canvas/webgl/resources/gray-ramp.png: Removed property svn:executable.
29760         * fast/canvas/webgl/resources/zero-alpha.png: Removed property svn:executable.
29761         * fast/css/inline-element-line-break.html: Removed property svn:executable.
29762         * fast/css/pseudo-element-line-break.html: Removed property svn:executable.
29763         * fast/dom/HTMLScriptElement/async-inline-script-expected.txt: Removed property svn:executable.
29764         * fast/dom/HTMLScriptElement/async-onbeforeload-expected.txt: Removed property svn:executable.
29765         * fast/dom/HTMLScriptElement/async-write-expected.txt: Removed property svn:executable.
29766         * fast/dom/HTMLScriptElement/defer-inline-script-expected.txt: Removed property svn:executable.
29767         * fast/events/before-unload-remove-and-add-subframe.html: Removed property svn:executable.
29768         * fast/events/change-frame-focus.html: Removed property svn:executable.
29769         * fast/files/resources/binary-file: Removed property svn:executable.
29770         * fast/frames/iframe-reparenting.html: Removed property svn:executable.
29771         * fast/frames/resources/iframe-reparenting-frame1.html: Removed property svn:executable.
29772         * fast/frames/resources/iframe-reparenting-frame2.html: Removed property svn:executable.
29773         * fast/frames/resources/iframe-reparenting-iframe-content.html: Removed property svn:executable.
29774         * fast/harness/resources/cached-page-1.html: Removed property svn:executable.
29775         * fast/harness/resources/cached-page-2.html: Removed property svn:executable.
29776         * fast/harness/use-page-cache.html: Removed property svn:executable.
29777         * fast/history/same-document-iframes-changing-fragment-expected.txt: Removed property svn:executable.
29778         * fast/history/same-document-iframes-changing-fragment.html: Removed property svn:executable.
29779         * fast/history/same-document-iframes-changing-pushstate-expected.txt: Removed property svn:executable.
29780         * fast/history/same-document-iframes-changing-pushstate.html: Removed property svn:executable.
29781         * fast/images/resources/cmyk-jpeg.jpg: Removed property svn:executable.
29782         * fast/inline/inline-position-top-align.html: Removed property svn:executable.
29783         * fast/inline/resources/gradient.png: Removed property svn:executable.
29784         * fast/js/script-tests/toInt32UInt32.js: Removed property svn:executable.
29785         * fast/lists/resources/dump-list.js: Removed property svn:executable.
29786         * fast/lists/w3-css3-list-styles-alphabetic-expected.txt: Removed property svn:executable.
29787         * fast/lists/w3-css3-list-styles-alphabetic.html: Removed property svn:executable.
29788         * fast/lists/w3-css3-list-styles-numeric-expected.txt: Removed property svn:executable.
29789         * fast/lists/w3-css3-list-styles-numeric.html: Removed property svn:executable.
29790         * fast/parser/remove-misnested-iframe-in-beforeload-expected.txt: Removed property svn:executable.
29791         * fast/parser/remove-misnested-iframe-parent-in-beforeload-expected.txt: Removed property svn:executable.
29792         * fast/parser/x-frame-options-detached-document-crash-expected.txt: Removed property svn:executable.
29793         * fast/regex/script-tests/ecma-regex-examples.js: Removed property svn:executable.
29794         * fast/repaint/canvas-putImageData-expected.txt: Removed property svn:executable.
29795         * fast/repaint/canvas-putImageData.html: Removed property svn:executable.
29796         * http/tests/history/redirect-302.html: Removed property svn:executable.
29797         * http/tests/history/redirect-303.html: Removed property svn:executable.
29798         * http/tests/history/redirect-307.html: Removed property svn:executable.
29799         * http/tests/inspector/console-test.js: Removed property svn:executable.
29800         * http/tests/inspector/console-xhr-logging.html: Removed property svn:executable.
29801         * http/tests/inspector/elements-test.js: Removed property svn:executable.
29802         * http/tests/inspector/extensions-resources-redirect.html: Removed property svn:executable.
29803         * http/tests/inspector/extensions-resources-test.js: Removed property svn:executable.
29804         * http/tests/inspector/network-preflight-options.html: Removed property svn:executable.
29805         * http/tests/inspector/network/network-size-chunked.html: Removed property svn:executable.
29806         * http/tests/inspector/resource-parameters.html: Removed property svn:executable.
29807         * http/tests/inspector/resources-test.js: Removed property svn:executable.
29808         * http/tests/inspector/resources/iframe-from-different-domain-data.html: Removed property svn:executable.
29809         * http/tests/inspector/resources/resource-form-data-receiver-iframe.html: Removed property svn:executable.
29810         * http/tests/misc/async-and-defer-script-expected.txt: Removed property svn:executable.
29811         * http/tests/misc/script-async-expected.txt: Removed property svn:executable.
29812         * http/tests/security/cross-origin-script-window-onerror-redirected.html: Removed property svn:executable.
29813         * http/tests/security/cross-origin-script-window-onerror.html: Removed property svn:executable.
29814         * http/tests/security/resources/cross-origin-script.txt: Removed property svn:executable.
29815         * inspector/audits/audits-test.js: Removed property svn:executable.
29816         * inspector/audits/resources/abe.png: Removed property svn:executable.
29817         * inspector/audits/resources/audits-script1.js: Removed property svn:executable.
29818         * inspector/audits/resources/audits-script2.js: Removed property svn:executable.
29819         * inspector/audits/resources/audits-style1.css: Removed property svn:executable.
29820         * inspector/console/console-assert.html: Removed property svn:executable.
29821         * inspector/console/console-dir.html: Removed property svn:executable.
29822         * inspector/console/console-dirxml.html: Removed property svn:executable.
29823         * inspector/console/console-format.html: Removed property svn:executable.
29824         * inspector/console/console-log-syntax-error.html: Removed property svn:executable.
29825         * inspector/console/console-nested-group.html: Removed property svn:executable.
29826         * inspector/console/console-substituted.html: Removed property svn:executable.
29827         * inspector/console/console-tests.html: Removed property svn:executable.
29828         * inspector/console/console-trace-in-eval.html: Removed property svn:executable.
29829         * inspector/console/console-trace.html: Removed property svn:executable.
29830         * inspector/console/console-uncaught-exception-in-eval.html: Removed property svn:executable.
29831         * inspector/console/console-uncaught-exception.html: Removed property svn:executable.
29832         * inspector/cookie-parser.html: Removed property svn:executable.
29833         * inspector/debugger/debugger-cyclic-ref.html: Removed property svn:executable.
29834         * inspector/debugger/debugger-expand-scope.html: Removed property svn:executable.
29835         * inspector/elements/elements-delete-inline-style-expected.txt: Removed property svn:executable.
29836         * inspector/elements/elements-delete-inline-style.html: Removed property svn:executable.
29837         * inspector/elements/elements-panel-search.html: Removed property svn:executable.
29838         * inspector/elements/elements-panel-structure.html: Removed property svn:executable.
29839         * inspector/evaluate-in-page.html: Removed property svn:executable.
29840         * inspector/extensions/extensions-audits-api.html: Removed property svn:executable.
29841         * inspector/extensions/extensions-audits.html: Removed property svn:executable.
29842         * inspector/extensions/extensions-eval.html: Removed property svn:executable.
29843         * inspector/extensions/extensions-events.html: Removed property svn:executable.
29844         * inspector/extensions/extensions-resources.html: Removed property svn:executable.
29845         * inspector/extensions/resources/abe.png: Removed property svn:executable.
29846         * inspector/extensions/resources/audits-style1.css: Removed property svn:executable.
29847         * inspector/styles/resources/styles-iframe-data.html: Removed property svn:executable.
29848         * inspector/styles/resources/styles-new-API-1.css: Removed property svn:executable.
29849         * inspector/styles/resources/styles-url-linkify-iframe.html: Removed property svn:executable.
29850         * inspector/styles/resources/styles-url-linkify.css: Removed property svn:executable.
29851         * inspector/styles/styles-disable-then-change-expected.txt: Removed property svn:executable.
29852         * inspector/styles/styles-disable-then-change.html: Removed property svn:executable.
29853         * inspector/styles/styles-iframe.html: Removed property svn:executable.
29854         * inspector/styles/styles-source-lines.html: Removed property svn:executable.
29855         * inspector/styles/styles-update-from-js-expected.txt: Removed property svn:executable.
29856         * inspector/styles/styles-update-from-js.html: Removed property svn:executable.
29857         * inspector/styles/styles-url-linkify.html: Removed property svn:executable.
29858         * inspector/utilities.html: Removed property svn:executable.
29859         * platform/chromium-linux/editing/deleting/delete-br-013-expected.checksum: Removed property svn:executable.
29860         * platform/chromium-linux/editing/pasteboard/paste-blockquote-after-blockquote-expected.checksum: Removed property svn:executable.
29861         * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.checksum: Removed property svn:executable.
29862         * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.png: Removed property svn:executable.
29863         * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.txt: Removed property svn:executable.
29864         * platform/chromium-linux/fast/clip/overflow-border-radius-clip-expected.checksum: Removed property svn:executable.
29865         * platform/chromium-linux/fast/css/font-face-in-shadow-DOM-expected.png: Removed property svn:executable.
29866         * platform/chromium-linux/fast/repaint/block-no-inflow-children-expected.checksum: Removed property svn:executable.
29867         * platform/chromium-mac-leopard/css1/box_properties/float_elements_in_series-expected.checksum: Removed property svn:executable.
29868         * platform/chromium-mac-leopard/css1/box_properties/float_elements_in_series-expected.png: Removed property svn:executable.
29869         * platform/chromium-mac-leopard/css1/text_properties/text_align-expected.checksum: Removed property svn:executable.
29870         * platform/chromium-mac-leopard/css1/text_properties/text_align-expected.png: Removed property svn:executable.
29871         * platform/chromium-mac-leopard/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: Removed property svn:executable.
29872         * platform/chromium-mac-leopard/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Removed property svn:executable.
29873         * platform/chromium-mac-leopard/css2.1/t1202-counter-03-b-expected.checksum: Removed property svn:executable.
29874         * platform/chromium-mac-leopard/css2.1/t1202-counter-03-b-expected.png: Removed property svn:executable.
29875         * platform/chromium-mac-leopard/css2.1/t1202-counter-04-b-expected.checksum: Removed property svn:executable.
29876         * platform/chromium-mac-leopard/css2.1/t1202-counter-04-b-expected.png: Removed property svn:executable.
29877         * platform/chromium-mac-leopard/css2.1/t1202-counter-04-b-expected.txt: Removed property svn:executable.
29878         * platform/chromium-mac-leopard/css2.1/t1202-counters-03-b-expected.checksum: Removed property svn:executable.
29879         * platform/chromium-mac-leopard/css2.1/t1202-counters-03-b-expected.png: Removed property svn:executable.
29880         * platform/chromium-mac-leopard/css2.1/t1202-counters-04-b-expected.checksum: Removed property svn:executable.
29881         * platform/chromium-mac-leopard/css2.1/t1202-counters-04-b-expected.png: Removed property svn:executable.
29882         * platform/chromium-mac-leopard/css2.1/t1202-counters-04-b-expected.txt: Removed property svn:executable.
29883         * platform/chromium-mac-leopard/css2.1/t1602-c43-center-00-d-ag-expected.checksum: Removed property svn:executable.
29884         * platform/chromium-mac-leopard/css2.1/t1602-c43-center-00-d-ag-expected.png: Removed property svn:executable.
29885         * platform/chromium-mac-leopard/css2.1/t1602-c546-txt-align-00-b-expected.checksum: Removed property svn:executable.
29886         * platform/chromium-mac-leopard/css2.1/t1602-c546-txt-align-00-b-expected.png: Removed property svn:executable.
29887         * platform/chromium-mac-leopard/editing/selection/4397952-expected.checksum: Removed property svn:executable.
29888         * platform/chromium-mac-leopard/editing/selection/4397952-expected.png: Removed property svn:executable.
29889         * platform/chromium-mac-leopard/editing/selection/extend-selection-bidi-expected.checksum: Removed property svn:executable.
29890         * platform/chromium-mac-leopard/editing/selection/extend-selection-bidi-expected.png: Removed property svn:executable.
29891         * platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.txt: Removed property svn:executable.
29892         * platform/chromium-mac-leopard/fast/css/beforeSelectorOnCodeElement-expected.checksum: Removed property svn:executable.
29893         * platform/chromium-mac-leopard/fast/css/beforeSelectorOnCodeElement-expected.png: Removed property svn:executable.
29894         * platform/chromium-mac-leopard/fast/css/font-face-default-font-expected.checksum: Removed property svn:executable.
29895         * platform/chromium-mac-leopard/fast/css/font-face-default-font-expected.png: Removed property svn:executable.
29896         * platform/chromium-mac-leopard/fast/css/rtl-ordering-expected.checksum: Removed property svn:executable.
29897         * platform/chromium-mac-leopard/fast/css/rtl-ordering-expected.png: Removed property svn:executable.
29898         * platform/chromium-mac-leopard/fast/css/text-input-with-webkit-border-radius-expected.checksum: Removed property svn:executable.
29899         * platform/chromium-mac-leopard/fast/css/text-input-with-webkit-border-radius-expected.png: Removed property svn:executable.
29900         * platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-bidi-expected.checksum: Removed property svn:executable.
29901         * platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed property svn:executable.
29902         * platform/chromium-mac-leopard/fast/css/text-security-expected.checksum: Removed property svn:executable.
29903         * platform/chromium-mac-leopard/fast/css/text-security-expected.png: Removed property svn:executable.
29904         * platform/chromium-mac-leopard/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum: Removed property svn:executable.
29905         * platform/chromium-mac-leopard/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Removed property svn:executable.
29906         * platform/chromium-mac-leopard/fast/dynamic/008-expected.checksum: Removed property svn:executable.
29907         * platform/chromium-mac-leopard/fast/dynamic/008-expected.png: Removed property svn:executable.
29908         * platform/chromium-mac-leopard/fast/events/context-no-deselect-expected.checksum: Removed property svn:executable.
29909         * platform/chromium-mac-leopard/fast/events/context-no-deselect-expected.png: Removed property svn:executable.
29910         * platform/chromium-mac-leopard/fast/forms/basic-buttons-expected.checksum: Removed property svn:executable.
29911         * platform/chromium-mac-leopard/fast/forms/basic-buttons-expected.png: Removed property svn:executable.
29912         * platform/chromium-mac-leopard/fast/forms/basic-selects-expected.checksum: Removed property svn:executable.
29913         * platform/chromium-mac-leopard/fast/forms/basic-selects-expected.png: Removed property svn:executable.
29914         * platform/chromium-mac-leopard/fast/forms/basic-selects-expected.txt: Removed property svn:executable.
29915         * platform/chromium-mac-leopard/fast/forms/button-sizes-expected.checksum: Removed property svn:executable.
29916         * platform/chromium-mac-leopard/fast/forms/button-sizes-expected.png: Removed property svn:executable.
29917         * platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.checksum: Removed property svn:executable.
29918         * platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.png: Removed property svn:executable.
29919         * platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.txt: Removed property svn:executable.
29920         * platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.checksum: Removed property svn:executable.
29921         * platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.png: Removed property svn:executable.
29922         * platform/chromium-mac-leopard/fast/forms/input-button-sizes-expected.checksum: Removed property svn:executable.
29923         * platform/chromium-mac-leopard/fast/forms/input-button-sizes-expected.png: Removed property svn:executable.
29924         * platform/chromium-mac-leopard/fast/forms/input-file-re-render-expected.checksum: Removed property svn:executable.
29925         * platform/chromium-mac-leopard/fast/forms/input-file-re-render-expected.png: Removed property svn:executable.
29926         * platform/chromium-mac-leopard/fast/forms/menulist-option-wrap-expected.checksum: Removed property svn:executable.
29927         * platform/chromium-mac-leopard/fast/forms/menulist-option-wrap-expected.png: Removed property svn:executable.
29928         * platform/chromium-mac-leopard/fast/forms/menulist-restrict-line-height-expected.checksum: Removed property svn:executable.
29929         * platform/chromium-mac-leopard/fast/forms/menulist-restrict-line-height-expected.png: Removed property svn:executable.
29930         * platform/chromium-mac-leopard/fast/forms/menulist-style-color-expected.checksum: Removed property svn:executable.
29931         * platform/chromium-mac-leopard/fast/forms/menulist-style-color-expected.png: Removed property svn:executable.
29932         * platform/chromium-mac-leopard/fast/forms/placeholder-position-expected.checksum: Removed property svn:executable.
29933         * platform/chromium-mac-leopard/fast/forms/placeholder-position-expected.png: Removed property svn:executable.
29934         * platform/chromium-mac-leopard/fast/forms/search-transformed-expected.checksum: Removed property svn:executable.
29935         * platform/chromium-mac-leopard/fast/forms/search-transformed-expected.png: Removed property svn:executable.
29936         * platform/chromium-mac-leopard/fast/forms/select-visual-hebrew-expected.checksum: Removed property svn:executable.
29937         * platform/chromium-mac-leopard/fast/forms/select-visual-hebrew-expected.png: Removed property svn:executable.
29938         * platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.checksum: Removed property svn:executable.
29939         * platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.png: Removed property svn:executable.
29940         * platform/chromium-mac-leopard/fast/html/keygen-expected.checksum: Removed property svn:executable.
29941         * platform/chromium-mac-leopard/fast/html/keygen-expected.png: Removed property svn:executable.
29942         * platform/chromium-mac-leopard/fast/inline/inline-box-background-long-image-expected.checksum: Removed property svn:executable.
29943         * platform/chromium-mac-leopard/fast/inline/inline-box-background-long-image-expected.png: Removed property svn:executable.
29944         * platform/chromium-mac-leopard/fast/lists/dynamic-marker-crash-expected.checksum: Removed property svn:executable.
29945         * platform/chromium-mac-leopard/fast/lists/dynamic-marker-crash-expected.png: Removed property svn:executable.
29946         * platform/chromium-mac-leopard/fast/multicol/float-avoidance-expected.checksum: Removed property svn:executable.
29947         * platform/chromium-mac-leopard/fast/multicol/float-avoidance-expected.png: Removed property svn:executable.
29948         * platform/chromium-mac-leopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum: Removed property svn:executable.
29949         * platform/chromium-mac-leopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Removed property svn:executable.
29950         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-1-expected.checksum: Removed property svn:executable.
29951         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-1-expected.png: Removed property svn:executable.
29952         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-10-expected.checksum: Removed property svn:executable.
29953         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-10-expected.png: Removed property svn:executable.
29954         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-2-expected.checksum: Removed property svn:executable.
29955         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-2-expected.png: Removed property svn:executable.
29956         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-3-expected.checksum: Removed property svn:executable.
29957         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-3-expected.png: Removed property svn:executable.
29958         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-4-expected.checksum: Removed property svn:executable.
29959         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-4-expected.png: Removed property svn:executable.
29960         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-5-expected.checksum: Removed property svn:executable.
29961         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-5-expected.png: Removed property svn:executable.
29962         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-6-expected.checksum: Removed property svn:executable.
29963         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-6-expected.png: Removed property svn:executable.
29964         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-7-expected.checksum: Removed property svn:executable.
29965         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-7-expected.png: Removed property svn:executable.
29966         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-8-expected.checksum: Removed property svn:executable.
29967         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-8-expected.png: Removed property svn:executable.
29968         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-9-expected.checksum: Removed property svn:executable.
29969         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-9-expected.png: Removed property svn:executable.
29970         * platform/chromium-mac-leopard/fast/replaced/width100percent-textarea-expected.checksum: Removed property svn:executable.
29971         * platform/chromium-mac-leopard/fast/replaced/width100percent-textarea-expected.png: Removed property svn:executable.
29972         * platform/chromium-mac-leopard/fast/text/bidi-embedding-pop-and-push-same-expected.checksum: Removed property svn:executable.
29973         * platform/chromium-mac-leopard/fast/text/bidi-embedding-pop-and-push-same-expected.png: Removed property svn:executable.
29974         * platform/chromium-mac-leopard/fast/text/in-rendered-text-rtl-expected.checksum: Removed property svn:executable.
29975         * platform/chromium-mac-leopard/fast/text/in-rendered-text-rtl-expected.png: Removed property svn:executable.
29976         * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-L-expected.checksum: Removed property svn:executable.
29977         * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-L-expected.png: Removed property svn:executable.
29978         * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-L-expected.txt: Removed property svn:executable.
29979         * platform/chromium-mac-leopard/fast/text/international/bidi-L2-run-reordering-expected.checksum: Removed property svn:executable.
29980         * platform/chromium-mac-leopard/fast/text/international/bidi-L2-run-reordering-expected.png: Removed property svn:executable.
29981         * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-CSS-expected.checksum: Removed property svn:executable.
29982         * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-CSS-expected.png: Removed property svn:executable.
29983         * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-HTML-expected.checksum: Removed property svn:executable.
29984         * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-HTML-expected.png: Removed property svn:executable.
29985         * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: Removed property svn:executable.
29986         * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: Removed property svn:executable.
29987         * platform/chromium-mac-leopard/fast/text/international/bidi-european-terminators-expected.checksum: Removed property svn:executable.
29988         * platform/chromium-mac-leopard/fast/text/international/bidi-european-terminators-expected.png: Removed property svn:executable.
29989         * platform/chromium-mac-leopard/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum: Removed property svn:executable.
29990         * platform/chromium-mac-leopard/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Removed property svn:executable.
29991         * platform/chromium-mac-leopard/fast/text/international/bidi-innertext-expected.checksum: Removed property svn:executable.
29992         * platform/chromium-mac-leopard/fast/text/international/bidi-innertext-expected.png: Removed property svn:executable.
29993         * platform/chromium-mac-leopard/fast/text/international/bidi-layout-across-linebreak-expected.checksum: Removed property svn:executable.
29994         * platform/chromium-mac-leopard/fast/text/international/bidi-layout-across-linebreak-expected.png: Removed property svn:executable.
29995         * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-001-expected.checksum: Removed property svn:executable.
29996         * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-001-expected.png: Removed property svn:executable.
29997         * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-002-expected.checksum: Removed property svn:executable.
29998         * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-002-expected.png: Removed property svn:executable.
29999         * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-003-expected.checksum: Removed property svn:executable.
30000         * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-003-expected.png: Removed property svn:executable.
30001         * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-atsui-expected.checksum: Removed property svn:executable.
30002         * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-atsui-expected.png: Removed property svn:executable.
30003         * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-expected.checksum: Removed property svn:executable.
30004         * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-expected.png: Removed property svn:executable.
30005         * platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.checksum: Removed property svn:executable.
30006         * platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.png: Removed property svn:executable.
30007         * platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed property svn:executable.
30008         * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.checksum: Removed property svn:executable.
30009         * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.png: Removed property svn:executable.
30010         * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.txt: Removed property svn:executable.
30011         * platform/chromium-mac-leopard/fast/text/international/bidi-override-expected.checksum: Removed property svn:executable.
30012         * platform/chromium-mac-leopard/fast/text/international/bidi-override-expected.png: Removed property svn:executable.
30013         * platform/chromium-mac-leopard/fast/text/international/hebrew-vowels-expected.checksum: Removed property svn:executable.
30014         * platform/chromium-mac-leopard/fast/text/international/hebrew-vowels-expected.png: Removed property svn:executable.
30015         * platform/chromium-mac-leopard/fast/text/international/hindi-spacing-expected.checksum: Removed property svn:executable.
30016         * platform/chromium-mac-leopard/fast/text/international/hindi-spacing-expected.png: Removed property svn:executable.
30017         * platform/chromium-mac-leopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Removed property svn:executable.
30018         * platform/chromium-mac-leopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Removed property svn:executable.
30019         * platform/chromium-mac-leopard/fast/text/international/rtl-caret-expected.checksum: Removed property svn:executable.
30020         * platform/chromium-mac-leopard/fast/text/international/rtl-caret-expected.png: Removed property svn:executable.
30021         * platform/chromium-mac-leopard/fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Removed property svn:executable.
30022         * platform/chromium-mac-leopard/fast/text/international/rtl-white-space-pre-wrap-expected.png: Removed property svn:executable.
30023         * platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.checksum: Removed property svn:executable.
30024         * platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.png: Removed property svn:executable.
30025         * platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.txt: Removed property svn:executable.
30026         * platform/chromium-mac-leopard/fast/text/justified-selection-at-edge-expected.checksum: Removed property svn:executable.
30027         * platform/chromium-mac-leopard/fast/text/justified-selection-at-edge-expected.png: Removed property svn:executable.
30028         * platform/chromium-mac-leopard/fast/text/justify-ideograph-simple-expected.checksum: Removed property svn:executable.
30029         * platform/chromium-mac-leopard/fast/text/justify-ideograph-simple-expected.png: Removed property svn:executable.
30030         * platform/chromium-mac-leopard/fast/text/justify-ideograph-vertical-expected.checksum: Removed property svn:executable.
30031         * platform/chromium-mac-leopard/fast/text/justify-ideograph-vertical-expected.png: Removed property svn:executable.
30032         * platform/chromium-mac-leopard/fast/text/justify-nbsp-expected.checksum: Removed property svn:executable.
30033         * platform/chromium-mac-leopard/fast/text/justify-nbsp-expected.png: Removed property svn:executable.
30034         * platform/chromium-mac-leopard/fonts/sans-serif-expected.checksum: Removed property svn:executable.
30035         * platform/chromium-mac-leopard/fonts/sans-serif-expected.png: Removed property svn:executable.
30036         * platform/chromium-mac-leopard/svg/custom/animate-path-discrete-expected.checksum: Removed property svn:executable.
30037         * platform/chromium-mac-leopard/svg/custom/animate-path-discrete-expected.png: Removed property svn:executable.
30038         * platform/chromium-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.checksum: Removed property svn:executable.
30039         * platform/chromium-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png: Removed property svn:executable.
30040         * platform/chromium-mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Removed property svn:executable.
30041         * platform/chromium-mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Removed property svn:executable.
30042         * platform/chromium-mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum: Removed property svn:executable.
30043         * platform/chromium-mac-leopard/svg/custom/svg-fonts-in-html-expected.png: Removed property svn:executable.
30044         * platform/chromium-mac-leopard/svg/custom/text-dom-01-f-expected.checksum: Removed property svn:executable.
30045         * platform/chromium-mac-leopard/svg/custom/text-dom-01-f-expected.png: Removed property svn:executable.
30046         * platform/chromium-mac-leopard/svg/hixie/mixed/003-expected.checksum: Removed property svn:executable.
30047         * platform/chromium-mac-leopard/svg/hixie/mixed/003-expected.png: Removed property svn:executable.
30048         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug113424-expected.checksum: Removed property svn:executable.
30049         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug113424-expected.png: Removed property svn:executable.
30050         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1188-expected.checksum: Removed property svn:executable.
30051         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1188-expected.png: Removed property svn:executable.
30052         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.checksum: Removed property svn:executable.
30053         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png: Removed property svn:executable.
30054         * platform/chromium-mac-leopard/tables/mozilla/core/bloomberg-expected.checksum: Removed property svn:executable.
30055         * platform/chromium-mac-leopard/tables/mozilla/core/bloomberg-expected.png: Removed property svn:executable.
30056         * platform/chromium-mac-leopard/tables/mozilla/core/misc-expected.checksum: Removed property svn:executable.
30057         * platform/chromium-mac-leopard/tables/mozilla/core/misc-expected.png: Removed property svn:executable.
30058         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum: Removed property svn:executable.
30059         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Removed property svn:executable.
30060         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_td_align_justify-expected.checksum: Removed property svn:executable.
30061         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_td_align_justify-expected.png: Removed property svn:executable.
30062         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum: Removed property svn:executable.
30063         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Removed property svn:executable.
30064         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_th_align_justify-expected.checksum: Removed property svn:executable.
30065         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_th_align_justify-expected.png: Removed property svn:executable.
30066         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_tr_align_justify-expected.checksum: Removed property svn:executable.
30067         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_tr_align_justify-expected.png: Removed property svn:executable.
30068         * platform/chromium-mac/fast/repaint/block-no-inflow-children-expected.checksum: Removed property svn:executable.
30069         * platform/chromium-mac/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception-expected.txt: Removed property svn:executable.
30070         * platform/chromium-win/editing/deleting/delete-br-013-expected.checksum: Removed property svn:executable.
30071         * platform/chromium-win/editing/pasteboard/paste-blockquote-after-blockquote-expected.checksum: Removed property svn:executable.
30072         * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.checksum: Removed property svn:executable.
30073         * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.checksum: Removed property svn:executable.
30074         * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.png: Removed property svn:executable.
30075         * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.txt: Removed property svn:executable.
30076         * platform/chromium-win/fast/borders/fieldsetBorderRadius-expected.checksum: Removed property svn:executable.
30077         * platform/chromium-win/fast/repaint/block-no-inflow-children-expected.checksum: Removed property svn:executable.
30078         * platform/chromium-win/fast/repaint/block-no-inflow-children-expected.txt: Removed property svn:executable.
30079         * platform/chromium-win/fast/repaint/canvas-putImageData-expected.checksum: Removed property svn:executable.
30080         * platform/chromium-win/fast/repaint/canvas-putImageData-expected.png: Removed property svn:executable.
30081         * platform/chromium-win/platform/mac/fast/forms/input-list-button-size-expected.checksum: Removed property svn:executable.
30082         * platform/chromium-win/platform/qt/fast/events/event-sender-keydown-frame-expected.checksum: Removed property svn:executable.
30083         * platform/chromium-win/plugins/plugin-initiate-popup-window-expected.txt: Removed property svn:executable.
30084         * platform/chromium/compositing/layout-width-change.html: Removed property svn:executable.
30085         * platform/chromium/html5lib/runner-expected.txt: Removed property svn:executable.
30086         * platform/chromium/inspector/console/console-eval-global-expected.txt: Removed property svn:executable.
30087         * platform/chromium/inspector/console/console-object-constructor-name-expected.txt: Removed property svn:executable.
30088         * platform/chromium/inspector/console/console-trace-in-eval-expected.txt: Removed property svn:executable.
30089         * platform/chromium/inspector/console/console-uncaught-exception-expected.txt: Removed property svn:executable.
30090         * platform/chromium/inspector/console/console-uncaught-exception-in-eval-expected.txt: Removed property svn:executable.
30091         * platform/chromium/inspector/debugger/debugger-autocontinue-on-syntax-error-expected.txt: Removed property svn:executable.
30092         * platform/chromium/inspector/debugger/debugger-expand-scope-expected.txt: Removed property svn:executable.
30093         * platform/chromium/test_expectations.txt: Removed property svn:executable.
30094         * platform/mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Removed property svn:executable.
30095         * platform/mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Removed property svn:executable.
30096         * platform/mac-leopard/editing/selection/caret-rtl-2-expected.checksum: Removed property svn:executable.
30097         * platform/mac-leopard/editing/selection/caret-rtl-2-expected.png: Removed property svn:executable.
30098         * platform/mac-leopard/editing/selection/caret-rtl-2-left-expected.checksum: Removed property svn:executable.
30099         * platform/mac-leopard/editing/selection/caret-rtl-2-left-expected.png: Removed property svn:executable.
30100         * platform/mac-leopard/editing/selection/caret-rtl-expected.checksum: Removed property svn:executable.
30101         * platform/mac-leopard/editing/selection/caret-rtl-expected.png: Removed property svn:executable.
30102         * platform/mac-leopard/editing/selection/caret-rtl-right-expected.checksum: Removed property svn:executable.
30103         * platform/mac-leopard/editing/selection/caret-rtl-right-expected.png: Removed property svn:executable.
30104         * platform/mac-leopard/fast/forms/text-style-color-expected.checksum: Removed property svn:executable.
30105         * platform/mac-leopard/fast/forms/text-style-color-expected.png: Removed property svn:executable.
30106         * platform/mac-leopard/fast/inline/inline-box-background-expected.checksum: Removed property svn:executable.
30107         * platform/mac-leopard/fast/inline/inline-box-background-expected.png: Removed property svn:executable.
30108         * platform/mac-leopard/fast/inline/inline-box-background-repeat-x-expected.checksum: Removed property svn:executable.
30109         * platform/mac-leopard/fast/inline/inline-box-background-repeat-x-expected.png: Removed property svn:executable.
30110         * platform/mac-leopard/fast/inline/inline-box-background-repeat-y-expected.checksum: Removed property svn:executable.
30111         * platform/mac-leopard/fast/inline/inline-box-background-repeat-y-expected.png: Removed property svn:executable.
30112         * platform/mac-leopard/fast/multicol/shadow-breaking-expected.checksum: Removed property svn:executable.
30113         * platform/mac-leopard/fast/multicol/shadow-breaking-expected.png: Removed property svn:executable.
30114         * platform/mac-leopard/fast/text/atsui-negative-spacing-features-expected.checksum: Removed property svn:executable.
30115         * platform/mac-leopard/fast/text/atsui-negative-spacing-features-expected.png: Removed property svn:executable.
30116         * platform/mac-leopard/fast/text/atsui-spacing-features-expected.checksum: Removed property svn:executable.
30117         * platform/mac-leopard/fast/text/atsui-spacing-features-expected.png: Removed property svn:executable.
30118         * platform/mac/fast/css/focus-ring-outline-color-expected.checksum: Removed property svn:executable.
30119         * platform/mac/fast/css/focus-ring-outline-color-expected.png: Removed property svn:executable.
30120         * platform/mac/fast/css/focus-ring-outline-color-expected.txt: Removed property svn:executable.
30121         * platform/mac/fast/css/focus-ring-outline-offset-expected.checksum: Removed property svn:executable.
30122         * platform/mac/fast/css/focus-ring-outline-offset-expected.png: Removed property svn:executable.
30123         * platform/mac/fast/css/focus-ring-outline-offset-expected.txt: Removed property svn:executable.
30124         * platform/mac/fast/css/focus-ring-outline-width-expected.checksum: Removed property svn:executable.
30125         * platform/mac/fast/css/focus-ring-outline-width-expected.png: Removed property svn:executable.
30126         * platform/mac/fast/css/focus-ring-outline-width-expected.txt: Removed property svn:executable.
30127         * platform/win-xp/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed property svn:executable.
30128         * platform/win-xp/transforms/2d/hindi-rotated-expected.checksum: Removed property svn:executable.
30129         * platform/win-xp/transforms/2d/hindi-rotated-expected.png: Removed property svn:executable.
30130         * platform/win-xp/transforms/2d/hindi-rotated-expected.txt: Removed property svn:executable.
30131         * platform/win/accessibility/text-role-expected.txt: Removed property svn:executable.
30132         * platform/win/accessibility/text-role.html: Removed property svn:executable.
30133         * platform/win/fast/events/panScroll-nested-divs.html: Removed property svn:executable.
30134         * svg/custom/animate-use-crash.xhtml: Removed property svn:executable.
30135         * svg/filters/feColorMatrix-offset.svg: Removed property svn:executable.
30136         * transforms/2d/hindi-rotated.html: Removed property svn:executable.
30138 2011-04-01  Daniel Bates  <dbates@rim.com>
30140         Reviewed by Darin Adler.
30142         Frame's noResize attribute can not be set by JavaScript
30143         https://bugs.webkit.org/show_bug.cgi?id=14845
30145         Tests that frame resizing is allowed and disallowed depending on the value of the noResize property.
30147         Also, tests to ensure that frame resizing is allowed and disallowed when programmatically
30148         removing and adding the noresize attribute, respectively.
30150         * fast/frames/frame-inherit-noresize-from-frameset-expected.txt: Added.
30151         * fast/frames/frame-inherit-noresize-from-frameset.html: Added. See <https://bugs.webkit.org/show_bug.cgi?id=57604>.
30152         * fast/frames/frame-programmatic-noresize-expected.txt: Added.
30153         * fast/frames/frame-programmatic-noresize.html: Added.
30154         * fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize-expected.txt: Added.
30155         * fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html: Added.
30156         * fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false-expected.txt: Added.
30157         * fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false.html: Added.
30158         * fast/frames/resources/frame-programmatic-resize.js: Added.
30159         (setTestFrameById):
30160         (deltaWidth):
30161         (shouldAllowFrameResize):
30162         (shouldDisallowFrameResize):
30163         (shouldDisallowFrameResizeAfterProcessingFrame):
30164         (shouldAllowFrameResizeAfterProcessingFrame):
30165         (checkTestFrameWidthEquals):
30166         (resizeTestFrameBy):
30167         (log):
30168         (description):
30170 2011-04-01  Chang Shu  <cshu@webkit.org>
30172         Reviewed by Darin Adler.
30174         WebKitTestRunner needs layoutTestController.setDatabaseQuota
30175         https://bugs.webkit.org/show_bug.cgi?id=57568
30177         Update tests.
30179         * platform/mac-wk2/Skipped:
30181 2011-04-01  Martin Robinson  <mrobinson@igalia.com>
30183         [GTK] editing/deleting/5408255.html results are incorrect
30184         https://bugs.webkit.org/show_bug.cgi?id=53644
30186         Unskip this test and update the results, it appears to be passing now without any issue.
30188         * platform/gtk/Skipped: Unskip a test.
30189         * platform/gtk/editing/deleting/5408255-expected.checksum:
30190         * platform/gtk/editing/deleting/5408255-expected.png:
30191         * platform/gtk/editing/deleting/5408255-expected.txt:
30193 2011-04-01  Adam Barth  <abarth@webkit.org>
30195         Update expected results to document more passes.
30197         * platform/chromium/test_expectations.txt:
30199 2011-04-01  MORITA Hajime  <morrita@google.com>
30201         Unreviewed expectations update which follows r82693.
30203         * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
30204         * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt:
30205         * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
30206         * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
30207         * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
30209 2011-04-01  Darin Adler  <darin@apple.com>
30211         * http/tests/local/formdata/form-data-with-unknown-file-extension-expected.txt: Removed property svn:executable.
30212         * http/tests/local/formdata/form-data-with-unknown-file-extension.html: Removed property svn:executable.
30214 2011-04-01  Pavel Podivilov  <podivilov@chromium.org>
30216         Unreviewed, rebaseline chromium expectations for HTMLMeterElement tests updated in r82686.
30218         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum:
30219         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
30220         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
30221         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png:
30222         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
30223         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
30224         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
30225         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.checksum:
30226         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.png:
30227         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.txt: Added.
30228         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
30229         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum:
30230         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
30231         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
30232         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
30233         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
30234         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
30236 2011-04-01 MORITA Hajime  <morrita@google.com>
30238         Unreviewed unskipping. This will make some tests fail on GTK port, whoese
30239         results should be updated using layout-test-results.zip compiled by the buildbot.
30241         * platform/gtk/Skipped:
30243 2011-04-01  MORITA Hajime  <morrita@google.com>
30245         Unreviewed expectation/skip update that follows r82686.
30247         - Updated expectataions for gtk port.
30248         - Skipped some win tests whose expectations are need to be updated but
30249           the result isn't available from build.webit.org.
30251         * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
30252         * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
30253         * platform/win/Skipped:
30255 2011-03-31  Abhishek Arya  <inferno@chromium.org>
30257         Reviewed by Andreas Kling.
30259         Tests that we do not crash when trying to paint a removed
30260         svg marker element.
30261         https://bugs.webkit.org/show_bug.cgi?id=57492
30263         * svg/dom/path-marker-removed-crash-expected.txt: Added.
30264         * svg/dom/path-marker-removed-crash.svg: Added.
30266 2011-04-01  Rob Buis  <rwlbuis@gmail.com>
30268         Reviewed by Nikolas Zimmermann.
30270         Test for:
30271         https://bugs.webkit.org/show_bug.cgi?id=55750
30272         SVG <image> referenced by <use> is displayed incorrectly
30274         * svg/custom/image-base-uri-expected.txt: Added.
30275         * svg/custom/image-base-uri.svg: Added.
30277 2011-04-01  MORITA Hajime  <morrita@google.com>
30279         Reviewed by Dimitri Glazkov.
30281         Reviewed by Dimitri Glazkov.
30283         <meter> can only support horizontal indicator
30284         https://bugs.webkit.org/show_bug.cgi?id=56001
30286         - Simpflied some test cases which had vertical indicators.
30287         - Updated expectations due to shadow structure change
30288         - Skipped tetsts which need expectations update.
30290         * fast/dom/HTMLMeterElement/meter-element.html:
30291         * fast/dom/HTMLMeterElement/meter-styles-changing-pseudo.html:
30292         * fast/dom/HTMLMeterElement/meter-styles.html:
30293         * platform/gtk/Skipped:
30294         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
30295         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
30296         * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum:
30297         * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
30298         * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
30299         * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.checksum:
30300         * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.png:
30301         * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt:
30302         * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
30303         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum:
30304         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
30305         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
30306         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
30307         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
30308         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
30309         * platform/qt/Skipped:
30310         * platform/win/Skipped:
30312 2011-04-01  Adam Roben  <aroben@apple.com>
30314         Disable inspector/debugger/debug-inlined-scripts.html
30316         It is flaky. The flakiness is tracked by <http://webkit.org/b/56584>.
30318         * inspector/debugger/debug-inlined-scripts.html-disabled: Renamed from LayoutTests/inspector/debugger/debug-inlined-scripts.html.
30320         * platform/mac-wk2/Skipped: Removed the now-disabled test.
30322 2011-04-01  Pavel Feldman  <pfeldman@google.com>
30324         Reviewed by Yury Semikhatsky.
30326         Web Inspector: event should have "data" attribute, not "body"
30327         https://bugs.webkit.org/show_bug.cgi?id=57628
30329         * inspector/protocol/console-agent-expected.txt:
30331 2011-04-01  Pavel Podivilov  <podivilov@chromium.org>
30333         Reviewed by Yury Semikhatsky.
30335         Web Inspector: checkboxes are broken in xhr breakpoints sidebar pane.
30336         https://bugs.webkit.org/show_bug.cgi?id=57610
30338         * inspector/debugger/xhr-breakpoints-expected.txt:
30339         * inspector/debugger/xhr-breakpoints.html:
30341 2011-04-01  Alexander Pavlov  <apavlov@chromium.org>
30343         Reviewed by Yury Semikhatsky.
30345         Web Inspector: up/down keys are not treating hex numbers properly while editing styles.
30346         https://bugs.webkit.org/show_bug.cgi?id=40522
30348         * http/tests/inspector/inspector-test.js:
30349         (initialize_InspectorTest.InspectorTest.createKeyEvent): Added arguments for key modifiers.
30350         * inspector/styles/up-down-numerics-and-colors-expected.txt: Added.
30351         * inspector/styles/up-down-numerics-and-colors.html: Added.
30353 2011-04-01  Sheriff Bot  <webkit.review.bot@gmail.com>
30355         Unreviewed, rolling out r82667.
30356         http://trac.webkit.org/changeset/82667
30357         https://bugs.webkit.org/show_bug.cgi?id=57612
30359         Breaks Leopard layout tests (Requested by podivilov on
30360         #webkit).
30362         * inspector/debugger/script-formatter-expected.txt: Removed.
30363         * inspector/debugger/script-formatter.html: Removed.
30364         * platform/chromium/test_expectations.txt:
30366 2011-03-30  Pavel Podivilov  <podivilov@chromium.org>
30368         Reviewed by Pavel Feldman.
30370         Web Inspector: add test for script formatter worker.
30371         https://bugs.webkit.org/show_bug.cgi?id=57447
30373         * inspector/debugger/script-formatter-expected.txt: Added.
30374         * inspector/debugger/script-formatter.html: Added.
30375         * platform/chromium/test_expectations.txt:
30377 2011-03-31  Yury Semikhatsky  <yurys@chromium.org>
30379         Reviewed by Pavel Feldman.
30381         Web Inspector: inspected page crashes on attempt to log object with broken .toString
30382         https://bugs.webkit.org/show_bug.cgi?id=57557
30384         * inspector/console/console-log-toString-object-expected.txt: Added.
30385         * inspector/console/console-log-toString-object.html: Added.
30387 2011-03-31  Andrey Kosyakov  <caseq@chromium.org>
30389         Reviewed by Pavel Feldman.
30391         Web Inspector: provide front-end wrappers for DOMAgent.querySelector[All]() that take care of fetching the document
30392         https://bugs.webkit.org/show_bug.cgi?id=57466
30394         * inspector/elements/dom-agent-query-selector.html: removed documentWide parameter to querySelectorAll
30396 2011-03-31  Adam Barth  <abarth@webkit.org>
30398         Add two more preloader tests to the WebKit2 Skipped list.
30400         * platform/mac-wk2/Skipped:
30402 2011-03-31  Adam Barth  <abarth@webkit.org>
30404         Rebaseline my own test on Linux!  The great JavaScript MIME type war
30405         claims another victim.
30407         * platform/chromium-linux/fast/preloader/scan-body-from-head-script-expected.txt: Added.
30409 2011-03-31  Adam Barth  <abarth@webkit.org>
30411         Reviewed by Tony Gentilcore.
30413         fast/preloader/scan-body-from-head.html is flaky
30414         https://bugs.webkit.org/show_bug.cgi?id=57594
30416         This test was flaky because the script and the import load would race.
30417         By breaking down this test into two pieces, we can still see that the
30418         parse-blocking loads happen before the non-blocking load (the img) but
30419         we don't suffer flakiness.
30421         * fast/preloader/scan-body-from-head-expected.txt: Removed.
30422         * fast/preloader/scan-body-from-head-import-expected.txt: Added.
30423         * fast/preloader/scan-body-from-head-import.html: Added.
30424         * fast/preloader/scan-body-from-head-script-expected.txt: Added.
30425         * fast/preloader/scan-body-from-head-script.html: Added.
30426         * fast/preloader/scan-body-from-head.html-disabled: Removed.
30428 2011-03-31  Sheriff Bot  <webkit.review.bot@gmail.com>
30430         Unreviewed, rolling out r82652.
30431         http://trac.webkit.org/changeset/82652
30432         https://bugs.webkit.org/show_bug.cgi?id=57603
30434         Test still fails (Requested by abarth|gardener on #webkit).
30436         * plugins/windowless_plugin_paint_test-expected.txt: Removed.
30437         * plugins/windowless_plugin_paint_test.html: Removed.
30439 2011-03-31  Naoki Takano  <takano.naoki@gmail.com>
30441         Reviewed by Kent Tamura.
30443         REGRESSION (r64712): Safari removes the first blank line in a textarea
30444         https://bugs.webkit.org/show_bug.cgi?id=56434
30446         * fast/forms/textarea-newline-expected.txt: Added.
30447         * fast/forms/textarea-newline.html: Added to check the only first blank line in a textarea is correctly removed.
30449 2011-03-31  Antti Koivisto  <antti@apple.com>
30451         Not reviewed.
30453         Skipping
30455         fast/preloader/document-write.html
30456         fast/preloader/document-write-2.html
30458         due to Javascript MIME type mismatch.
30460         * platform/mac-leopard/Skipped:
30462 2011-03-31  Adam Barth  <abarth@webkit.org>
30464         Attempt to fix the chromium-mac-leopard baselines for these tests.  For
30465         some reason, the automatic tools were unable to fix these, so I created
30466         them manually.
30468         * platform/chromium-mac-leopard/fast/multicol/nested-columns-expected.checksum:
30469         * platform/chromium-mac-leopard/fast/multicol/nested-columns-expected.png:
30470         * platform/chromium-mac-leopard/fast/repaint/list-marker-expected.checksum:
30471         * platform/chromium-mac-leopard/fast/repaint/list-marker-expected.png:
30473 2011-03-31  Anantanarayanan G Iyengar  <ananta@chromium.org>
30475         Reviewed by Adam Barth.
30477         https://bugs.webkit.org/show_bug.cgi?id=45855
30478         Windowless plugins added dynamically to the DOM should receive paint events.
30479         This is done by ensuring that the plugin widget is marked for painting when
30480         it is added.
30482         * plugins/windowless_plugin_paint_test-expected.txt: Added.
30483         * plugins/windowless_plugin_paint_test.html: Added.
30485 2011-03-31  Chang Shu  <cshu@webkit.org>
30487         Reviewed by Darin Adler.
30489         WebKitTestRunner needs layoutTestController.clearAllDatabases
30490         https://bugs.webkit.org/show_bug.cgi?id=42540
30492         Remove passed tests.
30494         * platform/mac-wk2/Skipped:
30496 2011-03-31  Adam Barth  <abarth@webkit.org>
30498         Note another flaky test.
30500         * platform/chromium/test_expectations.txt:
30502 2011-03-31  Andy Estes  <aestes@apple.com>
30504         Reviewed by Alexey Proskuryakov.
30506         REGRESSION: Java applet fails to load when <object> has a classid attribute
30507         https://bugs.webkit.org/show_bug.cgi?id=52703
30509         Test various ways that a Java applet can be embedded using the object element.
30511         * java/embedding-java-with-object-expected.txt: Added.
30512         * java/embedding-java-with-object.html: Added.
30513         * platform/mac-wk2/Skipped: WK2 doesn't implement
30514         layoutTestController.overridePreference.
30516 2011-03-31  Adam Barth  <abarth@webkit.org>
30518         Fix name of test.
30520         * platform/chromium/test_expectations.txt:
30522 2011-03-31  Adam Barth  <abarth@webkit.org>
30524         Update chromium-win expectations for these baseline changes from
30525         Mr. Hyatt.
30527         * platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.checksum:
30528         * platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.png:
30529         * platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.txt:
30530         * platform/chromium-win/fast/multicol/layers-in-multicol-expected.checksum:
30531         * platform/chromium-win/fast/multicol/layers-in-multicol-expected.png:
30532         * platform/chromium-win/fast/multicol/layers-in-multicol-expected.txt:
30533         * platform/chromium-win/fast/multicol/nested-columns-expected.checksum:
30534         * platform/chromium-win/fast/multicol/nested-columns-expected.png:
30535         * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.checksum:
30536         * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png:
30537         * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.checksum:
30538         * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png:
30540 2011-03-31  Adam Barth  <abarth@webkit.org>
30542         Disable this test because it's very flaky on all platforms.  See
30543         https://bugs.webkit.org/show_bug.cgi?id=57594 for making the test
30544         non-flaky.
30546         * fast/preloader/scan-body-from-head.html: Removed.
30547         * fast/preloader/scan-body-from-head.html-disabled: Copied from LayoutTests/fast/preloader/scan-body-from-head.html.
30549 2011-03-31  Victoria Kirst  <vrk@google.com>
30551         Reviewed by Eric Carlson.
30553         [chromium] Implement preload=none, setPreload hooks to media player
30554         https://bugs.webkit.org/show_bug.cgi?id=56983
30556         Reenabling video-preload.html layout test for chromium.
30558         * platform/chromium/test_expectations.txt:
30560 2011-03-31  Adam Barth  <abarth@webkit.org>
30562         Add setSerializeHTTPLoads supressions.
30564         * platform/chromium/test_expectations.txt:
30566 2011-03-31  Antti Koivisto  <antti@apple.com>
30568         Not reviewed.
30570         - Skip on platforms that don't have setSerializeHTTPLoads, make it a requirement.
30571         - Update results after typo fix.
30573         * fast/preloader/document-write-2-expected.txt:
30574         * fast/preloader/document-write-2.html:
30575         * fast/preloader/document-write-expected.txt:
30576         * fast/preloader/document-write.html:
30577         * platform/gtk/Skipped:
30578         * platform/mac-wk2/Skipped:
30579         * platform/qt/Skipped:
30580         * platform/win/Skipped:
30582 2011-03-31  Sheriff Bot  <webkit.review.bot@gmail.com>
30584         Unreviewed, rolling out r81849.
30585         http://trac.webkit.org/changeset/81849
30586         https://bugs.webkit.org/show_bug.cgi?id=57588
30588         CSS Parsing broke with -webkit-calc and introduced crashes
30589         (Requested by inferno-sec on #webkit).
30591         * css3/calc/calc-errors-expected.txt: Removed.
30592         * css3/calc/calc-errors.html: Removed.
30593         * css3/calc/minmax-errors-expected.txt: Removed.
30594         * css3/calc/minmax-errors.html: Removed.
30595         * css3/calc/simple-calcs-expected.txt: Removed.
30596         * css3/calc/simple-calcs.html: Removed.
30597         * css3/calc/simple-minmax-expected.txt: Removed.
30598         * css3/calc/simple-minmax.html: Removed.
30600 2011-03-31  Antti Koivisto  <antti@apple.com>
30602         Reviewed by Oliver Hunt.
30604         https://bugs.webkit.org/show_bug.cgi?id=57574
30605         Preload scanner fails to pick up resources from document.write() output
30607         * fast/preloader/document-write-2-expected.txt: Added.
30608         * fast/preloader/document-write-2.html: Added.
30609         * fast/preloader/document-write-expected.txt: Added.
30610         * fast/preloader/document-write.html: Added.
30611         * fast/preloader/resources/document-write-plaintext.js: Added.
30613 2011-03-31  Chang Shu  <cshu@webkit.org>
30615         Reviewed by Darin Adler.
30617         WebKitTestRunner needs layoutTestController.setAllowUniversalAccessFromFileURLs
30618         https://bugs.webkit.org/show_bug.cgi?id=42692
30620         Unskip passed tests.
30622         * platform/mac-wk2/Skipped:
30624 2011-03-31  Tony Gentilcore  <tonyg@chromium.org>
30626         Reviewed by Antti Koivisto.
30628         PreloadScanner doesn&apos;t find image while executing script in head
30629         https://bugs.webkit.org/show_bug.cgi?id=45072
30631         * fast/loader/willSendRequest-null-for-preload.html: Need to call
30632         setWilSendRequestReturnsNull() prior to invoking the preload scanner
30633         while blocked on empty-script.js.
30634         * fast/preloader/scan-body-from-head-expected.txt: Added.
30635         * fast/preloader/scan-body-from-head.html: Added. Notice that in the
30636         loaded resource output, the script and style are requested before the
30637         image even though the image is first in the DOM. This means it was
30638         queued up to wait for renderering rather than loaded immediately.
30640 2011-03-31  Sheriff Bot  <webkit.review.bot@gmail.com>
30642         Unreviewed, rolling out r82616.
30643         http://trac.webkit.org/changeset/82616
30644         https://bugs.webkit.org/show_bug.cgi?id=57585
30646         New test does not pass on Gtk, chromium-mac, chromium-linux
30647         and possibly elsewhere (Requested by abarth|gardener on
30648         #webkit).
30650         * plugins/windowless_plugin_paint_test-expected.txt: Removed.
30651         * plugins/windowless_plugin_paint_test.html: Removed.
30653 2011-03-31  Darin Adler  <darin@apple.com>
30655         Reviewed by Sam Weinig.
30657         Implement mouseDown, mouseUp, and mouseMoveTo in WebKitTestRunner
30658         https://bugs.webkit.org/show_bug.cgi?id=57573
30660         * platform/mac-wk2/Skipped: Removed now-passing tests. Resorted
30661         the section under eventSender, and expanded directories to list
30662         the individual tests in that section.
30664 2011-03-31  Adam Barth  <abarth@webkit.org>
30666         Update Chromium expected results for Hyatt's change.  I haven't
30667         verified these with Hyatt, but they seem reasonable.
30669         * platform/chromium-linux/fast/inline-block/inline-block-vertical-align-expected.checksum:
30670         * platform/chromium-linux/fast/inline-block/inline-block-vertical-align-expected.png:
30671         * platform/chromium-linux/fast/inline-block/inline-block-vertical-align-expected.txt: Added.
30672         * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.checksum:
30673         * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.png:
30674         * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.txt: Added.
30675         * platform/chromium-linux/fast/multicol/nested-columns-expected.checksum:
30676         * platform/chromium-linux/fast/multicol/nested-columns-expected.png:
30677         * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.checksum:
30678         * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.png:
30679         * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.checksum:
30680         * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.png:
30681         * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.checksum: Added.
30682         * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.png: Added.
30683         * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum: Added.
30684         * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Added.
30685         * platform/chromium-mac/fast/multicol/nested-columns-expected.checksum: Added.
30686         * platform/chromium-mac/fast/multicol/nested-columns-expected.png: Added.
30687         * platform/chromium-mac/fast/multicol/vertical-lr: Added.
30688         * platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.checksum: Added.
30689         * platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
30690         * platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.checksum: Added.
30691         * platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
30692         * platform/chromium-mac/fast/repaint/list-marker-expected.checksum: Added.
30693         * platform/chromium-mac/fast/repaint/list-marker-expected.png: Added.
30695 2011-03-31  Adam Barth  <abarth@webkit.org>
30697         One more results update.  This change is just 1px off from the result
30698         Hyatt landed.
30700         * platform/gtk/fast/text/emphasis-avoid-ruby-expected.txt:
30702 2011-03-31  Adam Barth  <abarth@webkit.org>
30704         Hyatt says these are also progressions.
30706         * platform/gtk/fast/inline-block/inline-block-vertical-align-expected.txt:
30707         * platform/gtk/fast/multicol/layers-in-multicol-expected.txt:
30709 2011-03-31  Adam Barth  <abarth@webkit.org>
30711         Hyatt says this is a progression.
30713         * platform/qt/fast/multicol/layers-in-multicol-expected.txt:
30715 2011-03-31  Anantanarayanan G Iyengar  <ananta@chromium.org>
30717         Reviewed by James Robinson.
30719         https://bugs.webkit.org/show_bug.cgi?id=45855
30720         Windowless plugins added dynamically to the DOM should receive paint events.
30721         This is done by ensuring that the plugin widget is marked for painting when
30722         it is added.
30724         * plugins/windowless_plugin_paint_test-expected.txt: Added.
30725         * plugins/windowless_plugin_paint_test.html: Added.
30727 2011-03-31  Adam Barth  <abarth@webkit.org>
30729         Copy expectation from downstream.
30731         * platform/chromium/test_expectations.txt:
30733 2011-03-31  David Hyatt  <hyatt@apple.com>
30735         Reviewed by Simon Fraser.
30737         https://bugs.webkit.org/show_bug.cgi?id=57565
30739         Optimize overflow computations on lines to avoid allocating RenderOverflows in nearly all cases and to avoid even having
30740         to check the line for overflow in the first place.
30742         Updated results for tests that progressed.
30744         * fast/text/emphasis-avoid-ruby-expected.txt:
30745         * platform/mac/fast/inline-block/inline-block-vertical-align-expected.checksum:
30746         * platform/mac/fast/inline-block/inline-block-vertical-align-expected.png:
30747         * platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt:
30748         * platform/mac/fast/multicol/layers-in-multicol-expected.checksum:
30749         * platform/mac/fast/multicol/layers-in-multicol-expected.png:
30750         * platform/mac/fast/multicol/layers-in-multicol-expected.txt:
30752 2011-03-31  Pavel Feldman  <pfeldman@chromium.org>
30754         Reviewed by Yury Semikhatsky.
30756         Web Inspector: disable properties abbreviation.
30757         https://bugs.webkit.org/show_bug.cgi?id=57525
30759         * inspector/console/console-dir-global.html:
30760         * inspector/protocol/runtime-agent-expected.txt:
30761         * inspector/protocol/runtime-agent.html:
30763 2011-03-31  Alexis Menard  <alexis.menard@openbossa.org>
30765         Reviewed by Benjamin Poulain.
30767         [Qt] Activate 10 tests for media elements.
30768         https://bugs.webkit.org/show_bug.cgi?id=57553
30770         Skip that one for now. The bots need to be updated.
30772         * platform/qt/Skipped:
30774 2011-03-31  Vsevolod Vlasov  <vsevik@chromium.org>
30776         Reviewed by Pavel Feldman.
30778         XML viewer is not shown when frame has non-null opener
30779         https://bugs.webkit.org/show_bug.cgi?id=56384
30781         Enabled test for extensions hooks in xml viewer.
30783         * http/tests/xmlviewer/extensions-api-expected.txt: Added.
30784         * http/tests/xmlviewer/extensions-api.html: Added.
30785         * http/tests/xmlviewer/resources/sample.xml: Added.
30786         * platform/qt/Skipped:
30787         * xmlviewer/extensions-api-expected.txt: Removed.
30788         * xmlviewer/extensions-api.html_disabled: Removed.
30790 2011-03-31  Sheriff Bot  <webkit.review.bot@gmail.com>
30792         Unreviewed, rolling out r82589.
30793         http://trac.webkit.org/changeset/82589
30794         https://bugs.webkit.org/show_bug.cgi?id=57564
30796         This patch requires many more updated results than it contains
30797         (Requested by abarth|gardener on #webkit).
30799         * fast/dom/HTMLMeterElement/meter-element.html:
30800         * fast/dom/HTMLMeterElement/meter-styles-changing-pseudo.html:
30801         * fast/dom/HTMLMeterElement/meter-styles.html:
30802         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
30803         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
30804         * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum:
30805         * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
30806         * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
30807         * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.checksum:
30808         * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.png:
30809         * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt:
30810         * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
30811         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum:
30812         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
30813         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
30814         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
30815         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
30816         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
30818 2011-03-31  Alexis Menard  <alexis.menard@openbossa.org>
30820         Reviewed by Benjamin Poulain.
30822         [Qt] Activate 10 tests for media elements.
30823         https://bugs.webkit.org/show_bug.cgi?id=57553
30825         Reactivate some media tests for Qt so we improve our coverage.
30827         * platform/qt/Skipped:
30829 2011-03-31  Tom Sepez  <tsepez@chromium.org>
30831         Reviewed by Eric Seidel.
30833         Test that script inside an SVG can delete a range containing
30834         itself when invoked on top of script manipulating it.
30835         https://bugs.webkit.org/show_bug.cgi?id=57265
30837         * svg/dom/range-delete-expected.txt: Added.
30838         * svg/dom/range-delete.html: Added.
30840 2011-03-31  Satish Sampath  <satish@chromium.org>
30842         Reviewed by Steve Block.
30844         While drawing a speech input button, validate that the node is really a speech input button.
30845         https://bugs.webkit.org/show_bug.cgi?id=57469
30847         * fast/speech/speech-style-on-non-speech-elements-expected.txt: Added.
30848         * fast/speech/speech-style-on-non-speech-elements.html: Added.
30850 2011-03-31  Sergio Villar Senin  <svillar@igalia.com>
30852         Reviewed by Martin Robinson.
30854         [GTK] implement LayoutTestController::setWillSendRequestReturnsNull
30855         https://bugs.webkit.org/show_bug.cgi?id=57362
30857         * platform/gtk/Skipped: unskipped
30858         fast/loader/onload-willSendRequest-null-for-frame.html.
30860 2011-03-30  Pavel Podivilov  <podivilov@chromium.org>
30862         Reviewed by Pavel Feldman.
30864         Web Inspector: remove unnecessary newBody output parameter from editScriptSource protocol method.
30865         https://bugs.webkit.org/show_bug.cgi?id=57444
30867         * http/tests/inspector/debugger-test.js:
30868         (initialize_DebuggerTest):
30869         * inspector/debugger/live-edit-expected.txt:
30870         * inspector/debugger/live-edit.html:
30871         * inspector/debugger/resources/edit-me-when-paused.js: Added.
30872         (f2):
30873         (f1):
30875 2011-03-30  MORITA Hajime  <morrita@google.com>
30877         Reviewed by Dimitri Glazkov.
30879         <meter> can only support horizontal indicator
30880         https://bugs.webkit.org/show_bug.cgi?id=56001
30882         - Simpflied some test cases which had vertical indicators.
30883         - Updated expectations due to shadow structure change
30885         * fast/dom/HTMLMeterElement/meter-element.html:
30886         * fast/dom/HTMLMeterElement/meter-styles-changing-pseudo.html:
30887         * fast/dom/HTMLMeterElement/meter-styles.html:
30888         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
30889         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
30890         * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum:
30891         * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
30892         * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
30893         * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.checksum:
30894         * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.png:
30895         * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt:
30896         * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
30897         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum:
30898         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
30899         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
30900         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
30901         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
30902         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
30904 2011-03-30  Xiaomei Ji  <xji@chromium.org>
30906         Reviewed by Ryosuke Niwa.
30908         Experiment with moving caret by word in visual order.
30909         https://bugs.webkit.org/show_bug.cgi?id=57336
30911         * editing/selection/move-by-word-visually-expected.txt: Added.
30912         * editing/selection/move-by-word-visually.html: Added.
30914 2011-03-31  Pavel Podivilov  <podivilov@chromium.org>
30916         Unreviewed, update chromium test expectations.
30918         * platform/chromium/test_expectations.txt:
30920 2011-03-31  Alexander Pavlov  <apavlov@chromium.org>
30922         Reviewed by Yury Semikhatsky.
30924         Web Inspector: CSS domain - make a "range" object, get rid of "properties" object for Style objects
30925         https://bugs.webkit.org/show_bug.cgi?id=57538
30927         * http/tests/inspector/elements-test.js:
30928         (initialize_ElementTest.InspectorTest.rangeText):
30929         (initialize_ElementTest):
30930         * inspector/styles/get-set-stylesheet-text.html:
30931         * inspector/styles/styles-new-API.html:
30932         * inspector/styles/styles-source-offsets.html:
30934 2011-03-31  Pavel Podivilov  <podivilov@chromium.org>
30936         Unreviewed, fix expectation files names after r82573.
30938         * platform/chromium-gpu-linux/compositing/geometry/clipping-foreground-actual.checksum: Removed.
30939         * platform/chromium-gpu-linux/compositing/geometry/clipping-foreground-expected.png: Renamed from LayoutTests/platform/chromium-gpu-linux/compositing/geometry/clipping-foreground-actual.png.
30940         * platform/chromium-gpu-linux/compositing/iframes/composited-iframe-alignment-actual.checksum: Removed.
30941         * platform/chromium-gpu-linux/compositing/iframes/composited-iframe-alignment-expected.png: Renamed from LayoutTests/platform/chromium-gpu-linux/compositing/iframes/composited-iframe-alignment-actual.png.
30943 2011-03-31  Pavel Podivilov  <podivilov@chromium.org>
30945         Unreviewed, mark two canvas tests as TIMEOUT on chromium-gpu
30947         * platform/chromium/test_expectations.txt:
30949 2011-03-31  Philippe Normand  <pnormand@igalia.com>
30951         Unreviewed, GTK rebaseline of a bidi svg test.
30953         * platform/gtk/svg/text/bidi-embedded-direction-expected.txt:
30955 2011-03-31  Pavel Podivilov  <podivilov@chromium.org>
30957         Unreviewed, update chromium-gpu-linux compositing expectations.
30959         * platform/chromium-gpu-linux/compositing/geometry/clipping-foreground-actual.checksum: Added.
30960         * platform/chromium-gpu-linux/compositing/geometry/clipping-foreground-actual.png: Added.
30961         * platform/chromium-gpu-linux/compositing/iframes/composited-iframe-alignment-actual.checksum: Added.
30962         * platform/chromium-gpu-linux/compositing/iframes/composited-iframe-alignment-actual.png: Added.
30963         * platform/chromium/test_expectations.txt:
30965 2011-03-31  Philippe Normand  <pnormand@igalia.com>
30967         Unreviewed, GTK rebaseline of 2 tests.
30969         * platform/gtk/fast/borders/rtl-border-04-expected.txt:
30970         * platform/gtk/fast/borders/rtl-border-05-expected.txt:
30972 2011-03-31  Sheriff Bot  <webkit.review.bot@gmail.com>
30974         Unreviewed, rolling out r82565.
30975         http://trac.webkit.org/changeset/82565
30976         https://bugs.webkit.org/show_bug.cgi?id=57541
30978         Caused assertion failures. (Requested by bbandix on #webkit).
30980         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.checksum: Removed.
30981         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Removed.
30982         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.checksum: Removed.
30983         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Removed.
30984         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.checksum: Removed.
30985         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Removed.
30986         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.checksum: Removed.
30987         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Removed.
30988         * svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.txt: Removed.
30989         * svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop.html: Removed.
30990         * svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.txt: Removed.
30991         * svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color.html: Removed.
30992         * svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.txt: Removed.
30993         * svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop.html: Removed.
30994         * svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.txt: Removed.
30995         * svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop.html: Removed.
30996         * svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop.js: Removed.
30997         * svg/dynamic-updates/script-tests/SVGFEFloodElement-inherit-flood-color-css-prop.js: Removed.
30998         * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-inherit-lighting-color-css-prop.js: Removed.
30999         * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-lighting-color-css-prop.js: Removed.
31001 2011-03-31  Pavel Podivilov  <podivilov@chromium.org>
31003         Unreviewed, fix error in chromium test expectations.
31005         * platform/chromium/test_expectations.txt:
31007 2011-03-31  Philippe Normand  <pnormand@igalia.com>
31009         Unreviewed, GTK baselines for tests added in r82303, r82419,
31010         r82400 and r82411.
31012         * platform/gtk/fast/block/float/float-forced-below-other-floats-expected.checksum: Added.
31013         * platform/gtk/fast/block/float/float-forced-below-other-floats-expected.png: Added.
31014         * platform/gtk/fast/block/float/float-forced-below-other-floats-expected.txt: Added.
31015         * platform/gtk/fast/borders/border-radius-inline-flow-expected.checksum: Added.
31016         * platform/gtk/fast/borders/border-radius-inline-flow-expected.png: Added.
31017         * platform/gtk/fast/borders/rtl-border-01-expected.checksum: Added.
31018         * platform/gtk/fast/borders/rtl-border-01-expected.png: Added.
31019         * platform/gtk/fast/borders/rtl-border-01-expected.txt: Added.
31020         * platform/gtk/fast/borders/rtl-border-02-expected.checksum: Added.
31021         * platform/gtk/fast/borders/rtl-border-02-expected.png: Added.
31022         * platform/gtk/fast/borders/rtl-border-02-expected.txt: Added.
31023         * platform/gtk/fast/borders/rtl-border-03-expected.checksum: Added.
31024         * platform/gtk/fast/borders/rtl-border-03-expected.png: Added.
31025         * platform/gtk/fast/borders/rtl-border-03-expected.txt: Added.
31026         * platform/gtk/fast/borders/rtl-border-04-expected.checksum: Added.
31027         * platform/gtk/fast/borders/rtl-border-04-expected.png: Added.
31028         * platform/gtk/fast/borders/rtl-border-04-expected.txt: Added.
31029         * platform/gtk/fast/borders/rtl-border-05-expected.checksum: Added.
31030         * platform/gtk/fast/borders/rtl-border-05-expected.png: Added.
31031         * platform/gtk/fast/borders/rtl-border-05-expected.txt: Added.
31032         * platform/gtk/fast/css/h1-in-section-elements-expected.checksum: Added.
31033         * platform/gtk/fast/css/h1-in-section-elements-expected.png: Added.
31034         * platform/gtk/fast/css/h1-in-section-elements-expected.txt: Added.
31035         * platform/gtk/svg/text/bidi-embedded-direction-expected.checksum: Added.
31036         * platform/gtk/svg/text/bidi-embedded-direction-expected.png: Added.
31037         * platform/gtk/svg/text/bidi-embedded-direction-expected.txt: Added.
31039 2011-03-31  Pavel Feldman  <pfeldman@chromium.org>
31041         Not reviewed: follow up to XMLViewer change with expectations update.
31043         * fast/css/dumpAsText/xml-stylesheet-pi-not-in-prolog-expected.txt:
31044         * svg/hixie/error/dumpAsText/005-expected.txt:
31046 2011-03-31  Renata Hodovan  <reni@webkit.org>
31048         Reviewed by Dirk Schulze.
31050         CSS related SVG*Element changes doesn't require relayout
31051         https://bugs.webkit.org/show_bug.cgi?id=56906
31053         Testing inherited CSS related SVG property changes by FEFlood, FESpecularLighting and FEDiffuseLighing filters.
31054         Adding a missing test to check the dynamic update of lighting-color property of FESpecularLighting.
31055         All the other modifications are covered by the existing dyanmic-update tests.
31057         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.checksum: Added.
31058         * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
31059         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.checksum: Added.
31060         * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
31061         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.checksum: Added.
31062         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
31063         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.checksum: Added.
31064         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
31065         * svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.txt: Added.
31066         * svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop.html: Added.
31067         * svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.txt: Added.
31068         * svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color.html: Added.
31069         * svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.txt: Added.
31070         * svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop.html: Added.
31071         * svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.txt: Added.
31072         * svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop.html: Added.
31073         * svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop.js: Added.
31074         (executeTest):
31075         * svg/dynamic-updates/script-tests/SVGFEFloodElement-inherit-flood-color-css-prop.js: Added.
31076         (executeTest):
31077         * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-inherit-lighting-color-css-prop.js: Added.
31078         (executeTest):
31079         * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-lighting-color-css-prop.js: Added.
31080         (executeTest):
31082 2011-03-31  Pavel Podivilov  <podivilov@chromium.org>
31084          Unreviewed, remove stale chromium-gpu canvas expectations (see r82521).
31086         * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.txt: Removed.
31087         * platform/chromium-gpu-linux/fast/canvas/canvas-text-baseline-expected.txt: Removed.
31088         * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.txt: Removed.
31089         * platform/chromium-gpu-win/fast/canvas/canvas-text-baseline-expected.txt: Removed.
31090         * platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.txt: Removed.
31092 2011-03-31  Pavel Podivilov  <podivilov@chromium.org>
31094         Unreviewed, mark send-sliced-dragged-file.html as crash pass in chromium.
31096         * platform/chromium/test_expectations.txt:
31098 2011-03-29  Vsevolod Vlasov  <vsevik@chromium.org>
31100         Reviewed by Pavel Feldman.
31102         XML Viewer: declared namespaces are not rendered.
31103         https://bugs.webkit.org/show_bug.cgi?id=56262
31105         XML viewer rewritten on javascript.
31107         * http/tests/xmlviewer/dumpAsText/wml-expected.txt:
31108         * http/tests/xmlviewer/dumpAsText/xlink-expected.txt:
31109         * http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt:
31110         * http/tests/xmlviewer/dumpAsText/xul-expected.txt:
31111         * platform/chromium-linux/http/tests/xmlviewer/dumpAsText/wml-expected.txt: Removed.
31112         * platform/chromium/http/tests/xmlviewer/dumpAsText/mathml-expected.txt:
31114 2011-03-31  Pavel Podivilov  <podivilov@chromium.org>
31116         Unreviewed, remove stale chromium-gpu canvas expectations (see r82521).
31118         * platform/chromium-gpu-linux/fast/canvas/arc360-expected.txt: Removed.
31119         * platform/chromium-gpu-linux/fast/canvas/canvas-before-css-expected.txt: Removed.
31120         * platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.txt: Removed.
31121         * platform/chromium-gpu-linux/fast/canvas/canvas-resize-reset-expected.txt: Removed.
31122         * platform/chromium-gpu-linux/fast/canvas/canvas-transforms-during-path-expected.txt: Removed.
31123         * platform/chromium-gpu-linux/fast/canvas/canvasDrawingIntoSelf-expected.txt: Removed.
31124         * platform/chromium-gpu-linux/fast/canvas/drawImage-expected.txt: Removed.
31125         * platform/chromium-gpu-linux/fast/canvas/drawImage-with-globalAlpha-expected.txt: Removed.
31126         * platform/chromium-gpu-linux/fast/canvas/fill-stroke-clip-reset-path-expected.txt: Removed.
31127         * platform/chromium-gpu-linux/fast/canvas/fillrect-gradient-zero-stops-expected.txt: Removed.
31128         * platform/chromium-gpu-linux/fast/canvas/fillrect_gradient-expected.txt: Removed.
31129         * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.txt: Removed.
31130         * platform/chromium-gpu-linux/fast/canvas/image-pattern-rotate-expected.txt: Removed.
31131         * platform/chromium-gpu-linux/fast/canvas/patternfill-repeat-expected.txt: Removed.
31132         * platform/chromium-gpu-linux/fast/canvas/quadraticCurveTo-expected.txt: Removed.
31133         * platform/chromium-gpu-linux/fast/canvas/shadow-offset-1-expected.txt: Removed.
31134         * platform/chromium-gpu-linux/fast/canvas/shadow-offset-2-expected.txt: Removed.
31135         * platform/chromium-gpu-linux/fast/canvas/shadow-offset-3-expected.txt: Removed.
31136         * platform/chromium-gpu-linux/fast/canvas/shadow-offset-4-expected.txt: Removed.
31137         * platform/chromium-gpu-linux/fast/canvas/shadow-offset-5-expected.txt: Removed.
31138         * platform/chromium-gpu-linux/fast/canvas/shadow-offset-6-expected.txt: Removed.
31139         * platform/chromium-gpu-linux/fast/canvas/shadow-offset-7-expected.txt: Removed.
31140         * platform/chromium-gpu-linux/fast/canvas/toDataURL-alpha-expected.txt: Removed.
31141         * platform/chromium-gpu-linux/fast/canvas/zero-size-fill-rect-expected.txt: Removed.
31142         * platform/chromium-gpu-win/fast/canvas/arc360-expected.txt: Removed.
31143         * platform/chromium-gpu-win/fast/canvas/canvas-before-css-expected.txt: Removed.
31144         * platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.txt: Removed.
31145         * platform/chromium-gpu-win/fast/canvas/canvas-empty-image-pattern-expected.txt: Removed.
31146         * platform/chromium-gpu-win/fast/canvas/canvas-resize-reset-expected.txt: Removed.
31147         * platform/chromium-gpu-win/fast/canvas/canvas-transform-identity-expected.txt: Removed.
31148         * platform/chromium-gpu-win/fast/canvas/canvas-transform-infinity-expected.txt: Removed.
31149         * platform/chromium-gpu-win/fast/canvas/canvas-transform-multiply-expected.txt: Removed.
31150         * platform/chromium-gpu-win/fast/canvas/canvas-transform-nan-expected.txt: Removed.
31151         * platform/chromium-gpu-win/fast/canvas/canvas-transform-non-invertible-expected.txt: Removed.
31152         * platform/chromium-gpu-win/fast/canvas/canvas-transform-skewed-expected.txt: Removed.
31153         * platform/chromium-gpu-win/fast/canvas/canvas-transforms-during-path-expected.txt: Removed.
31154         * platform/chromium-gpu-win/fast/canvas/canvasDrawingIntoSelf-expected.txt: Removed.
31155         * platform/chromium-gpu-win/fast/canvas/drawImage-expected.txt: Removed.
31156         * platform/chromium-gpu-win/fast/canvas/drawImage-with-globalAlpha-expected.txt: Removed.
31157         * platform/chromium-gpu-win/fast/canvas/fill-stroke-clip-reset-path-expected.txt: Removed.
31158         * platform/chromium-gpu-win/fast/canvas/fillrect-gradient-zero-stops-expected.txt: Removed.
31159         * platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.txt: Removed.
31160         * platform/chromium-gpu-win/fast/canvas/image-object-in-canvas-expected.txt: Removed.
31161         * platform/chromium-gpu-win/fast/canvas/image-pattern-rotate-expected.txt: Removed.
31162         * platform/chromium-gpu-win/fast/canvas/patternfill-repeat-expected.txt: Removed.
31163         * platform/chromium-gpu-win/fast/canvas/quadraticCurveTo-expected.txt: Removed.
31164         * platform/chromium-gpu-win/fast/canvas/shadow-offset-1-expected.txt: Removed.
31165         * platform/chromium-gpu-win/fast/canvas/shadow-offset-2-expected.txt: Removed.
31166         * platform/chromium-gpu-win/fast/canvas/shadow-offset-3-expected.txt: Removed.
31167         * platform/chromium-gpu-win/fast/canvas/shadow-offset-4-expected.txt: Removed.
31168         * platform/chromium-gpu-win/fast/canvas/shadow-offset-5-expected.txt: Removed.
31169         * platform/chromium-gpu-win/fast/canvas/shadow-offset-6-expected.txt: Removed.
31170         * platform/chromium-gpu-win/fast/canvas/shadow-offset-7-expected.txt: Removed.
31171         * platform/chromium-gpu-win/fast/canvas/toDataURL-alpha-expected.txt: Removed.
31172         * platform/chromium-gpu-win/fast/canvas/zero-size-fill-rect-expected.txt: Removed.
31174 2011-03-31  Philippe Normand  <pnormand@igalia.com>
31176         Unreviewed, remove GTK-specific fast/canvas baselines after r82521.
31178         * platform/gtk/fast/canvas/arc360-expected.txt: Removed.
31179         * platform/gtk/fast/canvas/canvas-before-css-expected.txt: Removed.
31180         * platform/gtk/fast/canvas/canvas-composite-expected.txt: Removed.
31181         * platform/gtk/fast/canvas/canvas-incremental-repaint-2-expected.txt: Removed.
31182         * platform/gtk/fast/canvas/canvas-incremental-repaint-expected.txt: Removed.
31183         * platform/gtk/fast/canvas/canvas-resize-reset-expected.txt: Removed.
31184         * platform/gtk/fast/canvas/canvas-text-alignment-expected.txt: Removed.
31185         * platform/gtk/fast/canvas/canvas-text-baseline-expected.txt: Removed.
31186         * platform/gtk/fast/canvas/canvas-transforms-during-path-expected.txt: Removed.
31187         * platform/gtk/fast/canvas/canvasDrawingIntoSelf-expected.txt: Removed.
31188         * platform/gtk/fast/canvas/drawImage-expected.txt: Removed.
31189         * platform/gtk/fast/canvas/drawImage-with-globalAlpha-expected.txt: Removed.
31190         * platform/gtk/fast/canvas/fill-stroke-clip-reset-path-expected.txt: Removed.
31191         * platform/gtk/fast/canvas/fillrect-gradient-zero-stops-expected.txt: Removed.
31192         * platform/gtk/fast/canvas/fillrect_gradient-expected.txt: Removed.
31193         * platform/gtk/fast/canvas/gradient-add-second-start-end-stop-expected.txt: Removed.
31194         * platform/gtk/fast/canvas/image-object-in-canvas-expected.txt: Removed.
31195         * platform/gtk/fast/canvas/image-pattern-rotate-expected.txt: Removed.
31196         * platform/gtk/fast/canvas/quadraticCurveTo-expected.txt: Removed.
31197         * platform/gtk/fast/canvas/setWidthResetAfterForcedRender-expected.txt: Removed.
31198         * platform/gtk/fast/canvas/shadow-offset-1-expected.txt: Removed.
31199         * platform/gtk/fast/canvas/shadow-offset-2-expected.txt: Removed.
31200         * platform/gtk/fast/canvas/shadow-offset-3-expected.txt: Removed.
31201         * platform/gtk/fast/canvas/shadow-offset-4-expected.txt: Removed.
31202         * platform/gtk/fast/canvas/shadow-offset-5-expected.txt: Removed.
31203         * platform/gtk/fast/canvas/shadow-offset-6-expected.txt: Removed.
31204         * platform/gtk/fast/canvas/shadow-offset-7-expected.txt: Removed.
31205         * platform/gtk/fast/canvas/toDataURL-alpha-expected.txt: Removed.
31206         * platform/gtk/fast/canvas/zero-size-fill-rect-expected.txt: Removed.
31208 2011-03-31  Pavel Podivilov  <podivilov@chromium.org>
31210         Unreviewed, rebaseline chromium box-shadow tests after r82520.
31212         * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.checksum:
31213         * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
31214         * platform/chromium-linux/fast/box-shadow/inset-expected.checksum:
31215         * platform/chromium-linux/fast/box-shadow/inset-expected.png:
31216         * platform/chromium-linux/fast/box-shadow/spread-expected.checksum:
31217         * platform/chromium-linux/fast/box-shadow/spread-expected.png:
31218         * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.checksum: Added.
31219         * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.png: Added.
31220         * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.checksum:
31221         * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png:
31222         * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.checksum: Added.
31223         * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png: Added.
31224         * platform/chromium-mac/fast/box-shadow/inset-expected.checksum: Added.
31225         * platform/chromium-mac/fast/box-shadow/inset-expected.png: Added.
31226         * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.checksum: Added.
31227         * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Added.
31228         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.checksum:
31229         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
31230         * platform/chromium-win/fast/box-shadow/inset-expected.checksum:
31231         * platform/chromium-win/fast/box-shadow/inset-expected.png:
31232         * platform/chromium-win/fast/box-shadow/spread-expected.checksum:
31233         * platform/chromium-win/fast/box-shadow/spread-expected.png:
31234         * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.checksum: Added.
31235         * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.png: Added.
31236         * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.checksum:
31237         * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png:
31239 2011-03-31  Pavel Podivilov  <podivilov@chromium.org>
31241         Unreviewed, update chromium expectations after r82521.
31243         * platform/chromium-win/fast/canvas/arc360-expected.txt: Removed.
31244         * platform/chromium-win/fast/canvas/canvas-before-css-expected.txt: Removed.
31245         * platform/chromium-win/fast/canvas/canvas-composite-expected.txt: Removed.
31246         * platform/chromium-win/fast/canvas/canvas-empty-image-pattern-expected.txt: Removed.
31247         * platform/chromium-win/fast/canvas/canvas-resize-reset-expected.txt: Removed.
31248         * platform/chromium-win/fast/canvas/canvas-transform-identity-expected.txt: Removed.
31249         * platform/chromium-win/fast/canvas/canvas-transform-infinity-expected.txt: Removed.
31250         * platform/chromium-win/fast/canvas/canvas-transform-multiply-expected.txt: Removed.
31251         * platform/chromium-win/fast/canvas/canvas-transform-nan-expected.txt: Removed.
31252         * platform/chromium-win/fast/canvas/canvas-transform-non-invertible-expected.txt: Removed.
31253         * platform/chromium-win/fast/canvas/canvas-transform-skewed-expected.txt: Removed.
31254         * platform/chromium-win/fast/canvas/canvas-transforms-during-path-expected.txt: Removed.
31255         * platform/chromium-win/fast/canvas/canvasDrawingIntoSelf-expected.txt: Removed.
31256         * platform/chromium-win/fast/canvas/drawImage-expected.txt: Removed.
31257         * platform/chromium-win/fast/canvas/drawImage-with-globalAlpha-expected.txt: Removed.
31258         * platform/chromium-win/fast/canvas/fill-stroke-clip-reset-path-expected.txt: Removed.
31259         * platform/chromium-win/fast/canvas/fillrect-gradient-zero-stops-expected.txt: Removed.
31260         * platform/chromium-win/fast/canvas/fillrect_gradient-expected.txt: Removed.
31261         * platform/chromium-win/fast/canvas/image-object-in-canvas-expected.txt: Removed.
31262         * platform/chromium-win/fast/canvas/image-pattern-rotate-expected.txt: Removed.
31263         * platform/chromium-win/fast/canvas/patternfill-repeat-expected.txt: Removed.
31264         * platform/chromium-win/fast/canvas/quadraticCurveTo-expected.txt: Removed.
31265         * platform/chromium-win/fast/canvas/setWidthResetAfterForcedRender-expected.txt: Removed.
31266         * platform/chromium-win/fast/canvas/shadow-offset-1-expected.txt: Removed.
31267         * platform/chromium-win/fast/canvas/shadow-offset-2-expected.txt: Removed.
31268         * platform/chromium-win/fast/canvas/shadow-offset-3-expected.txt: Removed.
31269         * platform/chromium-win/fast/canvas/shadow-offset-4-expected.txt: Removed.
31270         * platform/chromium-win/fast/canvas/shadow-offset-5-expected.txt: Removed.
31271         * platform/chromium-win/fast/canvas/shadow-offset-6-expected.txt: Removed.
31272         * platform/chromium-win/fast/canvas/shadow-offset-7-expected.txt: Removed.
31273         * platform/chromium-win/fast/canvas/toDataURL-alpha-expected.txt: Removed.
31274         * platform/chromium-win/fast/canvas/zero-size-fill-rect-expected.txt: Removed.
31276 2011-03-31  Benjamin Kalman  <kalman@chromium.org>
31278         Reviewed by Ojan Vafai.
31280         DeleteSelectionCommand::removeNode tries to insert block placeholder in non-editable table cell positions
31281         https://bugs.webkit.org/show_bug.cgi?id=57079
31283         Add regression test.
31285         * editing/execCommand/delete-table-with-empty-contents-expected.txt: Added.
31286         * editing/execCommand/delete-table-with-empty-contents.html: Added.
31288 2011-03-30  Sam Weinig  <sam@webkit.org>
31290         Adding fast/dom/HTMLKeygenElement/keygen.html to mac-wk2 Skipped list
31291         since it requires layoutTestController.shadowRoot, which is unimplemented.
31293         * platform/mac-wk2/Skipped:
31295 2011-03-30  Dominic Cooney  <dominicc@google.com>
31297         Reviewed by Alexey Proskuryakov.
31299         Remove actual test output from test tree.
31300         https://bugs.webkit.org/show_bug.cgi?id=57503
31302         * platform/chromium-linux/websocket/tests/bad-sub-protocol-actual.txt: Removed.
31303         * platform/chromium-linux/websocket/tests/url-parsing-actual.txt: Removed.
31305 2011-03-30  Yuta Kitamura  <yutak@chromium.org>
31307         Unreviewed, remove Chromium test expectations for two bugs that are known to be fixed.
31309         * platform/chromium/test_expectations.txt:
31311 2011-03-30  Csaba Osztrogonác  <ossy@webkit.org>
31313         Remove unnecessary Qt specific fast/canvas expected files after r82521.
31315         * platform/qt/fast/canvas/arc360-expected.txt: Removed.
31316         * platform/qt/fast/canvas/canvas-before-css-expected.txt: Removed.
31317         * platform/qt/fast/canvas/canvas-composite-expected.txt: Removed.
31318         * platform/qt/fast/canvas/canvas-empty-image-pattern-expected.txt: Removed.
31319         * platform/qt/fast/canvas/canvas-incremental-repaint-2-expected.txt: Removed.
31320         * platform/qt/fast/canvas/canvas-resize-reset-expected.txt: Removed.
31321         * platform/qt/fast/canvas/canvas-text-alignment-expected.txt: Removed.
31322         * platform/qt/fast/canvas/canvas-text-baseline-expected.txt: Removed.
31323         * platform/qt/fast/canvas/canvas-transform-identity-expected.txt: Removed.
31324         * platform/qt/fast/canvas/canvas-transform-infinity-expected.txt: Removed.
31325         * platform/qt/fast/canvas/canvas-transform-multiply-expected.txt: Removed.
31326         * platform/qt/fast/canvas/canvas-transform-nan-expected.txt: Removed.
31327         * platform/qt/fast/canvas/canvas-transform-non-invertible-expected.txt: Removed.
31328         * platform/qt/fast/canvas/canvas-transform-skewed-expected.txt: Removed.
31329         * platform/qt/fast/canvas/canvas-transforms-during-path-expected.txt: Removed.
31330         * platform/qt/fast/canvas/canvasDrawingIntoSelf-expected.txt: Removed.
31331         * platform/qt/fast/canvas/drawImage-expected.txt: Removed.
31332         * platform/qt/fast/canvas/drawImage-with-globalAlpha-expected.txt: Removed.
31333         * platform/qt/fast/canvas/fill-stroke-clip-reset-path-expected.txt: Removed.
31334         * platform/qt/fast/canvas/fillrect-gradient-zero-stops-expected.txt: Removed.
31335         * platform/qt/fast/canvas/fillrect_gradient-expected.txt: Removed.
31336         * platform/qt/fast/canvas/gradient-add-second-start-end-stop-expected.txt: Removed.
31337         * platform/qt/fast/canvas/image-object-in-canvas-expected.txt: Removed.
31338         * platform/qt/fast/canvas/image-pattern-rotate-expected.txt: Removed.
31339         * platform/qt/fast/canvas/patternfill-repeat-expected.txt: Removed.
31340         * platform/qt/fast/canvas/quadraticCurveTo-expected.txt: Removed.
31341         * platform/qt/fast/canvas/setWidthResetAfterForcedRender-expected.txt: Removed.
31342         * platform/qt/fast/canvas/shadow-offset-1-expected.txt: Removed.
31343         * platform/qt/fast/canvas/shadow-offset-2-expected.txt: Removed.
31344         * platform/qt/fast/canvas/shadow-offset-3-expected.txt: Removed.
31345         * platform/qt/fast/canvas/shadow-offset-4-expected.txt: Removed.
31346         * platform/qt/fast/canvas/shadow-offset-5-expected.txt: Removed.
31347         * platform/qt/fast/canvas/shadow-offset-6-expected.txt: Removed.
31348         * platform/qt/fast/canvas/shadow-offset-7-expected.txt: Removed.
31349         * platform/qt/fast/canvas/toDataURL-alpha-expected.txt: Removed.
31350         * platform/qt/fast/canvas/zero-size-fill-rect-expected.txt: Removed.
31352 2011-03-30  Dominic Cooney  <dominicc@google.com>
31354         Reviewed by Dimitri Glazkov.
31356         Adds layoutTestController.shadowRoot accessor to Mac DRT.
31357         https://bugs.webkit.org/show_bug.cgi?id=57415
31359         Updates the keygen test to exercise new DRT functionality; skips
31360         on other ports for now.
31362         * fast/dom/HTMLKeygenElement/keygen-expected.txt:
31363         * fast/dom/HTMLKeygenElement/keygen.html:
31364         * platform/chromium/test_expectations.txt:
31365         * platform/gtk/Skipped:
31366         * platform/qt/Skipped:
31367         * platform/win/Skipped:
31369 2011-03-30  Kent Tamura  <tkent@chromium.org>
31371         Reviewed by Dimitri Glazkov.
31373         Simplify HTMLFormElement::validateInteractively() for asynchronous scroll event
31374         https://bugs.webkit.org/show_bug.cgi?id=57424
31376         Remove interactive-validation-lost-focusable.html because it has no
31377         sense since r75555.
31379         * fast/forms/interactive-validation-lost-focusable-expected.txt: Removed.
31380         * fast/forms/interactive-validation-lost-focusable.html: Removed.
31381         * platform/chromium/test_expectations.txt:
31382         * platform/gtk/Skipped:
31383         * platform/mac/Skipped:
31384         * platform/qt/Skipped:
31385         * platform/win/Skipped:
31387 2011-03-30  Kent Tamura  <tkent@chromium.org>
31389         Reviewed by Darin Adler.
31391         REGRESSION (r74895): Crash if input.type = 'file' twice
31392         https://bugs.webkit.org/show_bug.cgi?id=57343
31394         * fast/forms/input-type-change3-expected.txt:
31395         * fast/forms/script-tests/input-type-change3.js: Add a new test.
31397 2011-03-30  Jia Pu  <jpu@apple.com>
31399         Reviewed by Darin Adler.
31401         Autocorrection panel isn't positioned correctly in Safari (mac) when the zooming is not 1x.
31402         https://bugs.webkit.org/show_bug.cgi?id=57353
31403         <rdar://problem/9163983>
31405         Updated following test in response to recent change in AppKit spell checker.
31407         * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
31408         * platform/mac/editing/spelling/delete-autocorrected-word-1.html:
31410 2011-03-30  Dan Bernstein  <mitz@apple.com>
31412         Reviewed by Darin Adler.
31414         <rdar://problem/9199518> Crash when focusing a styled editable element
31416         * editing/deleting/delete-button-background-image-none-expected.txt: Added.
31417         * editing/deleting/delete-button-background-image-none.html: Added.
31419 2011-03-30  Mihai Parparita  <mihaip@chromium.org>
31421         Fix expected svg/ failures for Chromium Snow Leopard.
31423         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum.
31424         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png.
31425         * platform/chromium-mac-leopard/svg/custom/dynamic-svg-document-creation-expected.checksum: Added.
31426         * platform/chromium-mac-leopard/svg/custom/dynamic-svg-document-creation-expected.png: Added.
31427         * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.checksum: Added.
31428         * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.png: Added.
31429         * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.checksum: Added.
31430         * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
31431         * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Linear-expected.checksum: Added.
31432         * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Linear-expected.png: Added.
31433         * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Table-expected.checksum: Added.
31434         * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Table-expected.png: Added.
31435         * platform/chromium-mac-leopard/svg/custom/foreign-object-skew-expected.checksum: Added.
31436         * platform/chromium-mac-leopard/svg/custom/foreign-object-skew-expected.png: Added.
31437         * platform/chromium-mac-leopard/svg/custom/glyph-transformation-with-hkern-expected.checksum: Added.
31438         * platform/chromium-mac-leopard/svg/custom/glyph-transformation-with-hkern-expected.png: Added.
31439         * platform/chromium-mac-leopard/svg/custom/gradient-rotated-bbox-expected.checksum: Added.
31440         * platform/chromium-mac-leopard/svg/custom/gradient-rotated-bbox-expected.png: Added.
31441         * platform/chromium-mac-leopard/svg/custom/grayscale-gradient-mask-expected.checksum: Added.
31442         * platform/chromium-mac-leopard/svg/custom/grayscale-gradient-mask-expected.png: Added.
31443         * platform/chromium-mac-leopard/svg/custom/js-late-gradient-creation-expected.checksum: Added.
31444         * platform/chromium-mac-leopard/svg/custom/js-late-gradient-creation-expected.png: Added.
31445         * platform/chromium-mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Added.
31446         * platform/chromium-mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
31447         * platform/chromium-mac-leopard/svg/custom/js-late-pattern-creation-expected.checksum: Added.
31448         * platform/chromium-mac-leopard/svg/custom/js-late-pattern-creation-expected.png: Added.
31449         * platform/chromium-mac-leopard/svg/custom/non-scaling-stroke-expected.checksum: Added.
31450         * platform/chromium-mac-leopard/svg/custom/non-scaling-stroke-expected.png: Added.
31451         * platform/chromium-mac-leopard/svg/custom/pattern-skew-transformed-expected.checksum: Added.
31452         * platform/chromium-mac-leopard/svg/custom/pattern-skew-transformed-expected.png: Added.
31453         * platform/chromium-mac-leopard/svg/custom/pattern-with-transformation-expected.checksum: Added.
31454         * platform/chromium-mac-leopard/svg/custom/pattern-with-transformation-expected.png: Added.
31455         * platform/chromium-mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.checksum: Added.
31456         * platform/chromium-mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.png: Added.
31457         * platform/chromium-mac-leopard/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum: Added.
31458         * platform/chromium-mac-leopard/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Added.
31459         * platform/chromium-mac-leopard/svg/custom/resource-invalidate-on-target-update-expected.checksum: Added.
31460         * platform/chromium-mac-leopard/svg/custom/resource-invalidate-on-target-update-expected.png: Added.
31461         * platform/chromium-mac-leopard/svg/custom/shapes-supporting-markers-expected.checksum: Added.
31462         * platform/chromium-mac-leopard/svg/custom/shapes-supporting-markers-expected.png: Added.
31463         * platform/chromium-mac-leopard/svg/custom/svg-curve-with-relative-cordinates-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.checksum.
31464         * platform/chromium-mac-leopard/svg/custom/svg-curve-with-relative-cordinates-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.png.
31465         * platform/chromium-mac-leopard/svg/custom/svg-fonts-with-no-element-reference-expected.checksum: Added.
31466         * platform/chromium-mac-leopard/svg/custom/svg-fonts-with-no-element-reference-expected.png: Added.
31467         * platform/chromium-mac-leopard/svg/custom/use-on-clip-path-with-transformation-expected.checksum: Added.
31468         * platform/chromium-mac-leopard/svg/custom/use-on-clip-path-with-transformation-expected.png: Added.
31469         * platform/chromium-mac-leopard/svg/custom/viewbox-syntax-expected.checksum: Added.
31470         * platform/chromium-mac-leopard/svg/custom/viewbox-syntax-expected.png: Added.
31471         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.checksum.
31472         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png.
31473         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.checksum.
31474         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png.
31475         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.checksum.
31476         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png.
31477         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.checksum.
31478         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png.
31479         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.checksum.
31480         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png.
31481         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.checksum.
31482         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png.
31483         * platform/chromium-mac-leopard/svg/filters/feDisplacementMap-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/filters/feDisplacementMap-expected.checksum.
31484         * platform/chromium-mac-leopard/svg/filters/feDisplacementMap-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/filters/feDisplacementMap-expected.png.
31485         * platform/chromium-mac-leopard/svg/hixie/mixed/006-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/hixie/mixed/006-expected.checksum.
31486         * platform/chromium-mac-leopard/svg/hixie/mixed/006-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/hixie/mixed/006-expected.png.
31487         * platform/chromium-mac-leopard/svg/hixie/mixed/008-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/hixie/mixed/008-expected.checksum.
31488         * platform/chromium-mac-leopard/svg/hixie/mixed/008-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/hixie/mixed/008-expected.png.
31489         * platform/chromium-mac-leopard/svg/hixie/mixed/011-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/hixie/mixed/011-expected.checksum.
31490         * platform/chromium-mac-leopard/svg/hixie/mixed/011-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/hixie/mixed/011-expected.png.
31491         * platform/chromium-mac-leopard/svg/text/text-intro-05-t-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/text/text-intro-05-t-expected.checksum.
31492         * platform/chromium-mac-leopard/svg/text/text-intro-05-t-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/text/text-intro-05-t-expected.png.
31493         * platform/chromium-mac-leopard/svg/zoom/page/zoom-foreignObject-expected.checksum: Added.
31494         * platform/chromium-mac-leopard/svg/zoom/page/zoom-foreignObject-expected.png: Added.
31495         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
31496         * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
31497         * platform/chromium-mac/svg/custom/dynamic-svg-document-creation-expected.checksum: Added.
31498         * platform/chromium-mac/svg/custom/dynamic-svg-document-creation-expected.png: Added.
31499         * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.checksum: Added.
31500         * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.png: Added.
31501         * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.checksum: Added.
31502         * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
31503         * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.checksum: Added.
31504         * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.png: Added.
31505         * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.checksum: Added.
31506         * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.png: Added.
31507         * platform/chromium-mac/svg/custom/foreign-object-skew-expected.checksum: Added.
31508         * platform/chromium-mac/svg/custom/foreign-object-skew-expected.png: Added.
31509         * platform/chromium-mac/svg/custom/glyph-transformation-with-hkern-expected.checksum: Added.
31510         * platform/chromium-mac/svg/custom/glyph-transformation-with-hkern-expected.png: Added.
31511         * platform/chromium-mac/svg/custom/gradient-rotated-bbox-expected.checksum: Added.
31512         * platform/chromium-mac/svg/custom/gradient-rotated-bbox-expected.png: Added.
31513         * platform/chromium-mac/svg/custom/grayscale-gradient-mask-expected.checksum: Added.
31514         * platform/chromium-mac/svg/custom/grayscale-gradient-mask-expected.png: Added.
31515         * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.checksum:
31516         * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
31517         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum: Added.
31518         * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png: Added.
31519         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.checksum: Added.
31520         * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png: Added.
31521         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Added.
31522         * platform/chromium-mac/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
31523         * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.checksum: Added.
31524         * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.png: Added.
31525         * platform/chromium-mac/svg/custom/non-scaling-stroke-expected.checksum: Added.
31526         * platform/chromium-mac/svg/custom/non-scaling-stroke-expected.png: Added.
31527         * platform/chromium-mac/svg/custom/pattern-skew-transformed-expected.checksum: Added.
31528         * platform/chromium-mac/svg/custom/pattern-skew-transformed-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/filters/feDisplacementMap-expected.png.
31529         * platform/chromium-mac/svg/custom/pattern-with-transformation-expected.checksum: Added.
31530         * platform/chromium-mac/svg/custom/pattern-with-transformation-expected.png: Added.
31531         * platform/chromium-mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum: Added.
31532         * platform/chromium-mac/svg/custom/preserve-aspect-ratio-syntax-expected.png: Added.
31533         * platform/chromium-mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum: Added.
31534         * platform/chromium-mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Added.
31535         * platform/chromium-mac/svg/custom/resource-invalidate-on-target-update-expected.checksum: Added.
31536         * platform/chromium-mac/svg/custom/resource-invalidate-on-target-update-expected.png: Added.
31537         * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
31538         * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
31539         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.checksum: Added.
31540         * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png: Added.
31541         * platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.checksum:
31542         * platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.png:
31543         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.checksum:
31544         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
31545         * platform/chromium-mac/svg/custom/svg-fonts-with-no-element-reference-expected.checksum: Added.
31546         * platform/chromium-mac/svg/custom/svg-fonts-with-no-element-reference-expected.png: Added.
31547         * platform/chromium-mac/svg/custom/text-rotated-gradient-expected.checksum: Added.
31548         * platform/chromium-mac/svg/custom/text-rotated-gradient-expected.png: Added.
31549         * platform/chromium-mac/svg/custom/use-detach-expected.checksum: Added.
31550         * platform/chromium-mac/svg/custom/use-detach-expected.png: Added.
31551         * platform/chromium-mac/svg/custom/use-on-clip-path-with-transformation-expected.checksum: Added.
31552         * platform/chromium-mac/svg/custom/use-on-clip-path-with-transformation-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/filters/feDisplacementMap-expected.png.
31553         * platform/chromium-mac/svg/custom/viewbox-syntax-expected.checksum: Added.
31554         * platform/chromium-mac/svg/custom/viewbox-syntax-expected.png: Added.
31555         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.checksum:
31556         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
31557         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.checksum:
31558         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
31559         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.checksum:
31560         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
31561         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.checksum:
31562         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
31563         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.checksum:
31564         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
31565         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.checksum:
31566         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
31567         * platform/chromium-mac/svg/filters/feDisplacementMap-expected.checksum:
31568         * platform/chromium-mac/svg/filters/feDisplacementMap-expected.png:
31569         * platform/chromium-mac/svg/hixie/mixed/003-expected.checksum:
31570         * platform/chromium-mac/svg/hixie/mixed/003-expected.png:
31571         * platform/chromium-mac/svg/hixie/mixed/006-expected.checksum:
31572         * platform/chromium-mac/svg/hixie/mixed/006-expected.png:
31573         * platform/chromium-mac/svg/hixie/mixed/008-expected.checksum:
31574         * platform/chromium-mac/svg/hixie/mixed/008-expected.png:
31575         * platform/chromium-mac/svg/hixie/mixed/011-expected.checksum:
31576         * platform/chromium-mac/svg/hixie/mixed/011-expected.png:
31577         * platform/chromium-mac/svg/text/text-intro-05-t-expected.checksum:
31578         * platform/chromium-mac/svg/text/text-intro-05-t-expected.png:
31579         * platform/chromium-mac/svg/zoom/page/zoom-foreignObject-expected.checksum: Added.
31580         * platform/chromium-mac/svg/zoom/page/zoom-foreignObject-expected.png: Added.
31581         * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: Added.
31582         * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
31583         * platform/chromium/test_expectations.txt:
31585 2011-03-30  Matthew Delaney  <mdelaney@apple.com>
31587         Reviewed by Chris Marrin.
31589         Update fast/canvas tests to avoid dumping the render tree when possible
31590         https://bugs.webkit.org/show_bug.cgi?id=57493
31592         * fast/canvas/<various tests>: Added new expectations.
31593         * platform/mac/fast/canvas/<various tests>: Removed old expectations with Render Tree printouts.
31595 2011-03-30  MORITA Hajime  <morrita@google.com>
31597         box-shadow radii stays the same regardless of any spread set
31598         https://bugs.webkit.org/show_bug.cgi?id=49726
31600         - Added test for multiple inset shadows.
31601         - Updated wrong expectations which are fixed by this change.
31602         - Moved some expectation file location to platform/mac because they don't match
31603           against non-mac platform results due to the difference between graphics backends.
31605         * fast/box-shadow/spread-multiple-inset-expected.txt: Added.
31606         * fast/box-shadow/spread-multiple-inset.html: Added.
31607         * fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
31608         * fast/box-shadow/spread-multiple-normal-expected.png: Removed.
31609         * fast/box-shadow/spread-multiple-normal.html: Changed to avoid overlapping boxes.
31610         * platform/mac/fast/box-shadow/spread-expected.checksum:
31611         * platform/mac/fast/box-shadow/spread-expected.png:
31612         * platform/mac/fast/box-shadow/spread-multiple-inset-expected.checksum: Added.
31613         * platform/mac/fast/box-shadow/spread-multiple-inset-expected.png: Added.
31614         * platform/mac/fast/box-shadow/spread-multiple-normal-expected.checksum: Added.
31615         * platform/mac/fast/box-shadow/spread-multiple-normal-expected.png: Added.
31617 2011-03-25  Matthew Delaney  <mdelaney@apple.com>
31619         Reviewed by Simon Fraser.
31621         Use Accelerate vImage vectorized (un)premultiplyImageData functions for ImageBufferCG.cpp
31622         https://bugs.webkit.org/show_bug.cgi?id=53134
31624         * fast/canvas/canvas-getImageData-expected.txt: Resetting expected results for this test due to test change.
31625         * fast/canvas/canvas-getImageData.html: Removed the section of this test that incorrectly assumes the
31626           rounding behavior of initial inputed data.
31627         * fast/canvas/getPutImageDataPairTest-expected.txt: Added.
31628         * fast/canvas/getPutImageDataPairTest.html: A new test to make sure that a batch of paired putImageData(getImageData)
31629           calls doesn't accumulate any error per the spec.
31630         * fast/canvas/script-tests/rgba-parsing.js: Removed the pixel spew section at the bottom since because 1) it is only
31631           helpful for knowing when our rounding behavior changes and 2) the behavior is implementation dependent with no easy
31632           in the layouttests to distinguish between 10.6.6 and 10.6.7.
31633         * fast/canvas/rgba-parsing-expected.txt: Updated the expected results off of the the test change.
31635 2011-03-30  Jessie Berlin  <jberlin@apple.com>
31637         http/tests/uri/username-with-no-hostname.html is flaky due to preload scanner
31638         https://bugs.webkit.org/show_bug.cgi?id=57496
31640         Unreviewed, this test has been flakey on a bunch of platforms, so disable it to keep the
31641         bots green.
31643         * http/tests/uri/username-with-no-hostname.html: Removed.
31644         * http/tests/uri/username-with-no-hostname.html-disabled: Copied from http/tests/uri/username-with-no-hostname.html.
31646 2011-03-30  Martin Robinson  <mrobinson@igalia.com>
31648         Skip a test which requires missing resource load callback dumps on GTK+.
31649         Better clump another failing test.
31651         * platform/gtk/Skipped: Update the skipped list.
31653 2011-03-30  Abhishek Arya  <inferno@chromium.org>
31655         Reviewed by Simon Fraser.
31657         Tests that we do not crash when removing inline style
31658         from a node that is not a html element.
31659         https://bugs.webkit.org/show_bug.cgi?id=57348
31661         * editing/execCommand/remove-format-non-html-element-crash-expected.txt: Added.
31662         * editing/execCommand/remove-format-non-html-element-crash.html: Added.
31664 2011-03-30  Erik Arvidsson  <arv@chromium.org>
31666         Reviewed by Alexey Proskuryakov.
31668         Missing DOM bindings for a ping
31669         https://bugs.webkit.org/show_bug.cgi?id=51955
31671         * fast/dom/ping-attribute-dom-binding-expected.txt: Added.
31672         * fast/dom/ping-attribute-dom-binding.html: Added.
31674 2011-03-30  Mihai Parparita  <mihaip@chromium.org>
31676         Fix remaining unexpected Chromium Snow Leopard image failures.
31678         Current Leopard baselines in chromium-mac/ are moved to
31679         chromium-mac-leopard/.
31681         * platform/chromium-mac-leopard/fast/forms/input-align-image-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/forms/input-align-image-expected.checksum.
31682         * platform/chromium-mac-leopard/fast/forms/input-align-image-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/input-align-image-expected.png.
31683         * platform/chromium-mac-leopard/fast/forms/input-type-change-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/forms/input-type-change-expected.checksum.
31684         * platform/chromium-mac-leopard/fast/forms/input-type-change-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/input-type-change-expected.png.
31685         * platform/chromium-mac-leopard/fast/forms/listbox-bidi-align-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/forms/listbox-bidi-align-expected.checksum.
31686         * platform/chromium-mac-leopard/fast/forms/listbox-bidi-align-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/listbox-bidi-align-expected.png.
31687         * platform/chromium-mac-leopard/fast/text/drawBidiText-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/text/drawBidiText-expected.checksum.
31688         * platform/chromium-mac-leopard/fast/text/drawBidiText-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/drawBidiText-expected.png.
31689         * platform/chromium-mac-leopard/media/video-transformed-expected.checksum: Copied from LayoutTests/platform/chromium-mac/media/video-transformed-expected.checksum.
31690         * platform/chromium-mac-leopard/media/video-transformed-expected.png: Copied from LayoutTests/platform/chromium-mac/media/video-transformed-expected.png.
31691         * platform/chromium-mac-leopard/scrollbars/listbox-scrollbar-combinations-expected.checksum: Copied from LayoutTests/platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.checksum.
31692         * platform/chromium-mac-leopard/scrollbars/listbox-scrollbar-combinations-expected.png: Copied from LayoutTests/platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png.
31693         * platform/chromium-mac-leopard/scrollbars/overflow-scrollbar-combinations-expected.checksum: Copied from LayoutTests/platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.checksum.
31694         * platform/chromium-mac-leopard/scrollbars/overflow-scrollbar-combinations-expected.png: Copied from LayoutTests/platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png.
31695         * platform/chromium-mac-leopard/svg/text/foreignObject-text-clipping-bug-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/text/foreignObject-text-clipping-bug-expected.checksum.
31696         * platform/chromium-mac-leopard/svg/text/foreignObject-text-clipping-bug-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/text/foreignObject-text-clipping-bug-expected.png.
31697         * platform/chromium-mac-leopard/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum.
31698         * platform/chromium-mac-leopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png.
31699         * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum.
31700         * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png.
31701         * platform/chromium-mac/editing/deleting/table-cells-expected.checksum: Removed.
31702         * platform/chromium-mac/fast/forms/input-align-image-expected.checksum:
31703         * platform/chromium-mac/fast/forms/input-align-image-expected.png:
31704         * platform/chromium-mac/fast/forms/input-type-change-expected.checksum:
31705         * platform/chromium-mac/fast/forms/input-type-change-expected.png:
31706         * platform/chromium-mac/fast/forms/listbox-bidi-align-expected.checksum:
31707         * platform/chromium-mac/fast/forms/listbox-bidi-align-expected.png:
31708         * platform/chromium-mac/fast/text/drawBidiText-expected.checksum:
31709         * platform/chromium-mac/fast/text/drawBidiText-expected.png:
31710         * platform/chromium-mac/media/video-transformed-expected.checksum:
31711         * platform/chromium-mac/media/video-transformed-expected.png:
31712         * platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.checksum:
31713         * platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png:
31714         * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.checksum:
31715         * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png:
31716         * platform/chromium-mac/svg/text/foreignObject-text-clipping-bug-expected.checksum:
31717         * platform/chromium-mac/svg/text/foreignObject-text-clipping-bug-expected.png:
31718         * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum:
31719         * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
31720         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum:
31721         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
31723 2011-03-30  Mihai Parparita  <mihaip@chromium.org>
31725         Put expected PNG for fast/multicol/max-height-columns-block.html in the
31726         right directory (fix after r82480).
31728         * platform/chromium-mac-leopard/fast/multicol/max-height-columns-block-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/max-height-columns-block-expected.png.
31730 2011-03-30  Mihai Parparita  <mihaip@chromium.org>
31732         Fix more tests for Chromium Snow Leopard.
31734         Most are due to mismatched checksum files (like r82480), some also
31735         needed updated chromium-mac baselines.
31737         * platform/chromium-mac-leopard/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Renamed from LayoutTests/platform/chromium-mac/css2.1/t0804-c5510-padn-00-b-ag-expected.png.
31738         * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png.
31739         * platform/chromium-mac-leopard/editing/inserting/4875189-2-expected.png: Renamed from LayoutTests/platform/chromium-mac/editing/inserting/4875189-2-expected.png.
31740         * platform/chromium-mac-leopard/editing/pasteboard/5387578-expected.png: Renamed from LayoutTests/platform/chromium-mac/editing/pasteboard/5387578-expected.png.
31741         * platform/chromium-mac-leopard/editing/pasteboard/paste-table-cells-expected.png: Renamed from LayoutTests/platform/chromium-mac/editing/pasteboard/paste-table-cells-expected.png.
31742         * platform/chromium-mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-expected.png.
31743         * platform/chromium-mac-leopard/fast/block/float/014-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/block/float/014-expected.png.
31744         * platform/chromium-mac-leopard/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.png.
31745         * platform/chromium-mac-leopard/fast/borders/border-radius-inline-flow-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/borders/border-radius-inline-flow-expected.png.
31746         * platform/chromium-mac-leopard/fast/canvas/canvas-zoom-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/canvas/canvas-zoom-expected.png.
31747         * platform/chromium-mac-leopard/fast/canvas/image-pattern-rotate-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.png.
31748         * platform/chromium-mac-leopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png.
31749         * platform/chromium-mac-leopard/fast/forms/textfield-focus-ring-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/textfield-focus-ring-expected.png.
31750         * platform/chromium-mac-leopard/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png.
31751         * platform/chromium-mac-leopard/fast/inline-block/14498-positionForCoordinates-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/inline-block/14498-positionForCoordinates-expected.png.
31752         * platform/chromium-mac-leopard/fast/inline/inline-focus-ring-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/inline/inline-focus-ring-expected.png.
31753         * platform/chromium-mac-leopard/fast/replaced/absolute-image-sizing-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png.
31754         * platform/chromium-mac-leopard/fast/replaced/image-onload-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/replaced/image-onload-expected.png.
31755         * platform/chromium-mac-leopard/fast/replaced/image-sizing-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/replaced/image-sizing-expected.png.
31756         * platform/chromium-mac-leopard/fast/text/basic/002-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/text/basic/002-expected.png.
31757         * platform/chromium-mac-leopard/fast/text/word-break-soft-hyphen-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/text/word-break-soft-hyphen-expected.png.
31758         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png.
31759         * platform/chromium-mac-leopard/svg/custom/focus-ring-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/focus-ring-expected.png.
31760         * platform/chromium-mac-leopard/svg/filters/filterRes-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/filters/filterRes-expected.png.
31761         * platform/chromium-mac/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: Removed.
31762         * platform/chromium-mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.checksum:
31763         * platform/chromium-mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png:
31764         * platform/chromium-mac/editing/inserting/4875189-2-expected.checksum: Removed.
31765         * platform/chromium-mac/editing/pasteboard/5387578-expected.checksum: Removed.
31766         * platform/chromium-mac/editing/pasteboard/paste-table-cells-expected.checksum: Removed.
31767         * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-expected.checksum:
31768         * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
31769         * platform/chromium-mac/fast/block/float/014-expected.checksum:
31770         * platform/chromium-mac/fast/block/float/014-expected.png:
31771         * platform/chromium-mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.checksum: Removed.
31772         * platform/chromium-mac/fast/borders/border-radius-inline-flow-expected.checksum: Removed.
31773         * platform/chromium-mac/fast/canvas/canvas-zoom-expected.checksum: Removed.
31774         * platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.checksum:
31775         * platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.png:
31776         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum: Removed.
31777         * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.checksum: Removed.
31778         * platform/chromium-mac/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.checksum:
31779         * platform/chromium-mac/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png:
31780         * platform/chromium-mac/fast/inline-block/14498-positionForCoordinates-expected.checksum: Removed.
31781         * platform/chromium-mac/fast/inline/inline-focus-ring-expected.checksum: Removed.
31782         * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.checksum:
31783         * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png:
31784         * platform/chromium-mac/fast/replaced/image-onload-expected.checksum:
31785         * platform/chromium-mac/fast/replaced/image-onload-expected.png:
31786         * platform/chromium-mac/fast/replaced/image-sizing-expected.checksum:
31787         * platform/chromium-mac/fast/replaced/image-sizing-expected.png:
31788         * platform/chromium-mac/fast/text/basic/002-expected.checksum: Removed.
31789         * platform/chromium-mac/fast/text/word-break-soft-hyphen-expected.checksum: Removed.
31790         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Removed.
31791         * platform/chromium-mac/svg/custom/focus-ring-expected.checksum:
31792         * platform/chromium-mac/svg/custom/focus-ring-expected.png:
31793         * platform/chromium-mac/svg/filters/filterRes-expected.checksum: Removed.
31795 2011-03-30  Robert Hogan  <robert@webkit.org>
31797         Reviewed by Antonio Gomes.
31799         [Qt] Fix LoadHTMLStringItem::invoke() after r75966
31801         Unskip http/tests/navigation/go-back-to-error-page.html
31803         https://bugs.webkit.org/show_bug.cgi?id=52614
31805         * platform/qt/Skipped:
31807 2011-03-30  Mihai Parparita  <mihaip@chromium.org>
31809         Fix editing/deleting for Chromium Snow Leopard.
31811         Same mismatched checksum story as r82480.
31813         * platform/chromium-mac-leopard/editing/deleting/4845371-expected.png: Renamed from LayoutTests/platform/chromium-mac/editing/deleting/4845371-expected.png.
31814         * platform/chromium-mac-leopard/editing/deleting/5126166-expected.png: Renamed from LayoutTests/platform/chromium-mac/editing/deleting/5126166-expected.png.
31815         * platform/chromium-mac-leopard/editing/deleting/5483370-expected.png: Renamed from LayoutTests/platform/chromium-mac/editing/deleting/5483370-expected.png.
31816         * platform/chromium-mac/editing/deleting/4845371-expected.checksum: Removed.
31817         * platform/chromium-mac/editing/deleting/5126166-expected.checksum: Removed.
31818         * platform/chromium-mac/editing/deleting/5483370-expected.checksum: Removed.
31820 2011-03-30  Mihai Parparita  <mihaip@chromium.org>
31822         Fix svg/dynamic-updates/SVGFEConvolveMatrixElement* for Chromium Snow Leopard.
31824         There were lone .checksum files in chromium-mac-leopard/ (similar to
31825         r82480), now they should have corresponding .pngs too.
31827         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png.
31828         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png.
31829         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png.
31830         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png.
31831         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png.
31832         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png.
31833         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png.
31834         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png.
31835         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png.
31836         * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png.
31837         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.checksum:
31838         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
31839         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.checksum:
31840         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
31841         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.checksum:
31842         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
31843         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.checksum:
31844         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
31845         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.checksum:
31846         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
31847         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.checksum:
31848         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
31849         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.checksum:
31850         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
31851         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.checksum:
31852         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
31853         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.checksum:
31854         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
31855         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.checksum:
31856         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
31858 2011-03-30  Martin Robinson  <mrobinson@igalia.com>
31860         Update some GTK+ results after r82411.
31862         * platform/gtk/svg/text/bidi-reorder-value-lists-expected.checksum:
31863         * platform/gtk/svg/text/bidi-reorder-value-lists-expected.png:
31864         * platform/gtk/svg/text/bidi-reorder-value-lists-expected.txt:
31865         * platform/gtk/svg/text/font-size-below-point-five-expected.txt:
31867 2011-03-30  Sheriff Bot  <webkit.review.bot@gmail.com>
31869         Unreviewed, rolling out r82463.
31870         http://trac.webkit.org/changeset/82463
31871         https://bugs.webkit.org/show_bug.cgi?id=57482
31873         Assertion failure in Node::rendererIsEditable on multiple
31874         editing tests (Requested by aroben|meeting on #webkit).
31876         * css3/unicode-bidi-plaintext-parse-expected.txt: Removed.
31877         * css3/unicode-bidi-plaintext-parse.html: Removed.
31879 2011-03-30  Mihai Parparita  <mihaip@chromium.org>
31881         Fix fast/multicol for Chromium Snow Leopard.
31883         We somehow ended up with only .checksum files in chromium-mac-leopard/
31884         (due to r67681 and then moved by r73376). The checksums in chromium-mac/
31885         were identical, so I deleted those and moved the corresponding .png
31886         to chromium-mac-leopard/, to live alongside its checksum.
31888         The mac/ baselines are correct for Snow Leopard, so we don't actually
31889         need any updates to get the tests to pass.
31891         * platform/chromium-mac-leopard/fast/max-height-columns-block-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/max-height-columns-block-expected.png.
31892         * platform/chromium-mac-leopard/fast/multicol/margin-collapse-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/margin-collapse-expected.png.
31893         * platform/chromium-mac-leopard/fast/multicol/positioned-split-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/positioned-split-expected.png.
31894         * platform/chromium-mac-leopard/fast/multicol/single-line-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/single-line-expected.png.
31895         * platform/chromium-mac-leopard/fast/multicol/table-margin-collapse-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/table-margin-collapse-expected.png.
31896         * platform/chromium-mac-leopard/fast/multicol/unsplittable-inline-block-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/unsplittable-inline-block-expected.png.
31897         * platform/chromium-mac/fast/multicol/margin-collapse-expected.checksum: Removed.
31898         * platform/chromium-mac/fast/multicol/max-height-columns-block-expected.checksum: Removed.
31899         * platform/chromium-mac/fast/multicol/positioned-split-expected.checksum: Removed.
31900         * platform/chromium-mac/fast/multicol/single-line-expected.checksum: Removed.
31901         * platform/chromium-mac/fast/multicol/table-margin-collapse-expected.checksum: Removed.
31902         * platform/chromium-mac/fast/multicol/unsplittable-inline-block-expected.checksum: Removed.
31904 2011-03-30  Adam Barth  <abarth@webkit.org>
31906         Remove platform/chromium-mac-snowleopard
31907         https://bugs.webkit.org/show_bug.cgi?id=57486
31909         Remove empty directories.
31911         * platform/chromium-mac-snowleopard: Removed.
31913 2011-03-30  Csaba Osztrogonác  <ossy@webkit.org>
31915         [Qt] Add 3 failing tests to the Skipped list because of different bugs.
31916         Additionally update Qt specific results after r82280 and unskip them.
31918         * platform/qt/Skipped:
31919          - Add css2.1/t0805-c5519-ibrdr-r-00-a.html (https://bugs.webkit.org/show_bug.cgi?id=57459)
31920          - Add media/video-playbackrate.html (https://bugs.webkit.org/show_bug.cgi?id=57476)
31921          - Add fast/events/onsearch-enter.html (https://bugs.webkit.org/show_bug.cgi?id=57472)
31922          - Unskip passing tests
31924         * platform/qt/editing/pasteboard/paste-text-011-expected.checksum: Added.
31925         * platform/qt/editing/pasteboard/paste-text-011-expected.png: Added.
31926         * platform/qt/editing/pasteboard/paste-text-011-expected.txt:
31927         * platform/qt/fast/css-generated-content/014-expected.checksum:
31928         * platform/qt/fast/css-generated-content/014-expected.png:
31929         * platform/qt/fast/css-generated-content/014-expected.txt:
31930         * platform/qt/fast/css/word-space-extra-expected.checksum:
31931         * platform/qt/fast/css/word-space-extra-expected.png:
31932         * platform/qt/fast/css/word-space-extra-expected.txt:
31933         * platform/qt/tables/mozilla/bugs/bug16252-expected.txt:
31934         * platform/qt/tables/mozilla/bugs/bug2123-expected.checksum:
31935         * platform/qt/tables/mozilla/bugs/bug2123-expected.png:
31936         * platform/qt/tables/mozilla/bugs/bug2123-expected.txt:
31937         * platform/qt/tables/mozilla/bugs/bug43854-1-expected.checksum:
31938         * platform/qt/tables/mozilla/bugs/bug43854-1-expected.png:
31939         * platform/qt/tables/mozilla/bugs/bug43854-1-expected.txt:
31940         * platform/qt/tables/mozilla/bugs/bug4523-expected.checksum:
31941         * platform/qt/tables/mozilla/bugs/bug4523-expected.png:
31942         * platform/qt/tables/mozilla/bugs/bug4523-expected.txt:
31943         * platform/qt/tables/mozilla/bugs/bug57828-2-expected.checksum:
31944         * platform/qt/tables/mozilla/bugs/bug57828-2-expected.png:
31945         * platform/qt/tables/mozilla/bugs/bug57828-2-expected.txt:
31946         * platform/qt/tables/mozilla/core/bloomberg-expected.checksum:
31947         * platform/qt/tables/mozilla/core/bloomberg-expected.png:
31948         * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
31949         * platform/qt/tables/mozilla/marvin/backgr_index-expected.checksum:
31950         * platform/qt/tables/mozilla/marvin/backgr_index-expected.png:
31951         * platform/qt/tables/mozilla/marvin/backgr_index-expected.txt:
31953 2011-03-30  Adam Barth  <abarth@webkit.org>
31955         Move results from chromium-mac-snowleopard to chromium-mac.  We
31956         shouldn't have any results in chromium-mac-snowleopard until we start
31957         worrying about Lion.
31959         This patch overwrites fast/transforms/shadows in chromium-mac, which
31960         doesn't seem to be visible to any platform, as I understand things.
31962         * platform/chromium-mac-snowleopard/css1/box_properties/clear-expected.checksum: Removed.
31963         * platform/chromium-mac-snowleopard/css1/box_properties/clear-expected.png: Removed.
31964         * platform/chromium-mac-snowleopard/css1/box_properties/float-expected.checksum: Removed.
31965         * platform/chromium-mac-snowleopard/css1/box_properties/float-expected.png: Removed.
31966         * platform/chromium-mac-snowleopard/css1/text_properties/vertical_align-expected.checksum: Removed.
31967         * platform/chromium-mac-snowleopard/css1/text_properties/vertical_align-expected.png: Removed.
31968         * platform/chromium-mac-snowleopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum: Removed.
31969         * platform/chromium-mac-snowleopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Removed.
31970         * platform/chromium-mac-snowleopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum: Removed.
31971         * platform/chromium-mac-snowleopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Removed.
31972         * platform/chromium-mac-snowleopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum: Removed.
31973         * platform/chromium-mac-snowleopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Removed.
31974         * platform/chromium-mac-snowleopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum: Removed.
31975         * platform/chromium-mac-snowleopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Removed.
31976         * platform/chromium-mac-snowleopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum: Removed.
31977         * platform/chromium-mac-snowleopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Removed.
31978         * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.checksum: Removed.
31979         * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.png: Removed.
31980         * platform/chromium-mac-snowleopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.checksum: Removed.
31981         * platform/chromium-mac-snowleopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png: Removed.
31982         * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.checksum: Removed.
31983         * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Removed.
31984         * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.checksum: Removed.
31985         * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Removed.
31986         * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum: Removed.
31987         * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Removed.
31988         * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum: Removed.
31989         * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Removed.
31990         * platform/chromium-mac-snowleopard/fast/block/positioning/047-expected.checksum: Removed.
31991         * platform/chromium-mac-snowleopard/fast/block/positioning/047-expected.png: Removed.
31992         * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-expected.checksum: Removed.
31993         * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-expected.png: Removed.
31994         * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.checksum: Removed.
31995         * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.png: Removed.
31996         * platform/chromium-mac-snowleopard/fast/forms/slider-thumb-shared-style-expected.checksum: Removed.
31997         * platform/chromium-mac-snowleopard/fast/forms/slider-thumb-shared-style-expected.png: Removed.
31998         * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.checksum: Removed.
31999         * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.png: Removed.
32000         * platform/chromium-mac-snowleopard/fast/replaced/selection-rect-transform-expected.checksum: Removed.
32001         * platform/chromium-mac-snowleopard/fast/replaced/selection-rect-transform-expected.png: Removed.
32002         * platform/chromium-mac-snowleopard/fast/text/whitespace/tab-character-basics-expected.checksum: Removed.
32003         * platform/chromium-mac-snowleopard/fast/text/whitespace/tab-character-basics-expected.png: Removed.
32004         * platform/chromium-mac-snowleopard/fast/transforms/diamond-expected.checksum: Removed.
32005         * platform/chromium-mac-snowleopard/fast/transforms/diamond-expected.png: Removed.
32006         * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.checksum: Removed.
32007         * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.png: Removed.
32008         * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.checksum: Removed.
32009         * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.png: Removed.
32010         * platform/chromium-mac-snowleopard/svg/text/bidi-embedded-direction-expected.checksum: Removed.
32011         * platform/chromium-mac-snowleopard/svg/text/bidi-embedded-direction-expected.png: Removed.
32012         * platform/chromium-mac-snowleopard/svg/text/bidi-embedded-direction-expected.txt: Removed.
32013         * platform/chromium-mac/css1/box_properties/clear-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/css1/box_properties/clear-expected.checksum.
32014         * platform/chromium-mac/css1/box_properties/clear-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/css1/box_properties/clear-expected.png.
32015         * platform/chromium-mac/css1/box_properties/float-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/css1/box_properties/float-expected.checksum.
32016         * platform/chromium-mac/css1/box_properties/float-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/css1/box_properties/float-expected.png.
32017         * platform/chromium-mac/css1/text_properties/vertical_align-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/css1/text_properties/vertical_align-expected.checksum.
32018         * platform/chromium-mac/css1/text_properties/vertical_align-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/css1/text_properties/vertical_align-expected.png.
32019         * platform/chromium-mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum.
32020         * platform/chromium-mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png.
32021         * platform/chromium-mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum.
32022         * platform/chromium-mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png.
32023         * platform/chromium-mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum.
32024         * platform/chromium-mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png.
32025         * platform/chromium-mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum.
32026         * platform/chromium-mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png.
32027         * platform/chromium-mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum.
32028         * platform/chromium-mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png.
32029         * platform/chromium-mac/css2.1/t0905-c414-flt-01-d-g-expected.checksum: Replaced with LayoutTests/platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.checksum.
32030         * platform/chromium-mac/css2.1/t0905-c414-flt-01-d-g-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.png.
32031         * platform/chromium-mac/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.checksum.
32032         * platform/chromium-mac/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png.
32033         * platform/chromium-mac/css2.1/t1008-c44-ln-box-00-d-ag-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.checksum.
32034         * platform/chromium-mac/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.png.
32035         * platform/chromium-mac/css2.1/t1008-c44-ln-box-03-d-ag-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.checksum.
32036         * platform/chromium-mac/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.png.
32037         * platform/chromium-mac/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum: Replaced with LayoutTests/platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum.
32038         * platform/chromium-mac/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-02-d-agi-expected.png.
32039         * platform/chromium-mac/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum: Replaced with LayoutTests/platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum.
32040         * platform/chromium-mac/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-04-d-agi-expected.png.
32041         * platform/chromium-mac/fast/block/positioning/047-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/block/positioning/047-expected.checksum.
32042         * platform/chromium-mac/fast/block/positioning/047-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/block/positioning/047-expected.png.
32043         * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-expected.checksum.
32044         * platform/chromium-mac/fast/css/resize-corner-tracking-transformed-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-expected.png.
32045         * platform/chromium-mac/fast/forms/searchfield-heights-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.checksum.
32046         * platform/chromium-mac/fast/forms/searchfield-heights-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.png.
32047         * platform/chromium-mac/fast/forms/slider-thumb-shared-style-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/slider-thumb-shared-style-expected.checksum.
32048         * platform/chromium-mac/fast/forms/slider-thumb-shared-style-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/slider-thumb-shared-style-expected.png.
32049         * platform/chromium-mac/fast/gradients/background-clipped-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.checksum.
32050         * platform/chromium-mac/fast/gradients/background-clipped-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.png.
32051         * platform/chromium-mac/fast/replaced/selection-rect-transform-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/replaced/selection-rect-transform-expected.checksum.
32052         * platform/chromium-mac/fast/replaced/selection-rect-transform-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/replaced/selection-rect-transform-expected.png.
32053         * platform/chromium-mac/fast/text/whitespace/tab-character-basics-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/text/whitespace/tab-character-basics-expected.checksum.
32054         * platform/chromium-mac/fast/text/whitespace/tab-character-basics-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/text/whitespace/tab-character-basics-expected.png.
32055         * platform/chromium-mac/fast/transforms/diamond-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/transforms/diamond-expected.checksum.
32056         * platform/chromium-mac/fast/transforms/diamond-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/transforms/diamond-expected.png.
32057         * platform/chromium-mac/fast/transforms/shadows-expected.checksum: Replaced with LayoutTests/platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.checksum.
32058         * platform/chromium-mac/fast/transforms/shadows-expected.png: Replaced with LayoutTests/platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.png.
32059         * platform/chromium-mac/fast/transforms/transformed-caret-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.checksum.
32060         * platform/chromium-mac/fast/transforms/transformed-caret-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.png.
32061         * platform/chromium-mac/svg/text/bidi-embedded-direction-expected.checksum: Copied from LayoutTests/platform/chromium-mac-snowleopard/svg/text/bidi-embedded-direction-expected.checksum.
32062         * platform/chromium-mac/svg/text/bidi-embedded-direction-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/svg/text/bidi-embedded-direction-expected.png.
32063         * platform/chromium-mac/svg/text/bidi-embedded-direction-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/svg/text/bidi-embedded-direction-expected.txt.
32065 2011-03-30  Adam Barth  <abarth@webkit.org>
32067         Note that this test is flaky.
32069         * platform/chromium/test_expectations.txt:
32071 2011-03-30  Adam Barth  <abarth@webkit.org>
32073         Remove empty directories in platform/mac-snowleopard, as requested by
32074         Mark Rowe.
32076         * platform/mac-snowleopard/css2.1: Removed.
32077         * platform/mac-snowleopard/editing: Removed.
32078         * platform/mac-snowleopard/editing/deleting: Removed.
32079         * platform/mac-snowleopard/editing/inserting: Removed.
32080         * platform/mac-snowleopard/editing/pasteboard: Removed.
32081         * platform/mac-snowleopard/fast/backgrounds: Removed.
32082         * platform/mac-snowleopard/fast/backgrounds/repeat: Removed.
32083         * platform/mac-snowleopard/fast/block: Removed.
32084         * platform/mac-snowleopard/fast/block/float: Removed.
32085         * platform/mac-snowleopard/fast/borders: Removed.
32086         * platform/mac-snowleopard/fast/canvas: Removed.
32087         * platform/mac-snowleopard/fast/css: Removed.
32088         * platform/mac-snowleopard/fast/dom: Removed.
32089         * platform/mac-snowleopard/fast/dom/HTMLMeterElement: Removed.
32090         * platform/mac-snowleopard/fast/images: Removed.
32091         * platform/mac-snowleopard/fast/inline: Removed.
32092         * platform/mac-snowleopard/fast/inline-block: Removed.
32093         * platform/mac-snowleopard/fast/multicol: Removed.
32094         * platform/mac-snowleopard/fast/replaced: Removed.
32095         * platform/mac-snowleopard/fast/text/basic: Removed.
32096         * platform/mac-snowleopard/media: Removed.
32097         * platform/mac-snowleopard/plugins: Removed.
32098         * platform/mac-snowleopard/scrollbars: Removed.
32099         * platform/mac-snowleopard/svg/W3C-SVG-1.1: Removed.
32100         * platform/mac-snowleopard/svg/custom: Removed.
32101         * platform/mac-snowleopard/svg/dynamic-updates: Removed.
32102         * platform/mac-snowleopard/svg/filters: Removed.
32103         * platform/mac-snowleopard/svg/text: Removed.
32104         * platform/mac-snowleopard/tables: Removed.
32105         * platform/mac-snowleopard/tables/mozilla: Removed.
32106         * platform/mac-snowleopard/tables/mozilla/core: Removed.
32107         * platform/mac-snowleopard/tables/mozilla_expected_failures: Removed.
32108         * platform/mac-snowleopard/tables/mozilla_expected_failures/bugs: Removed.
32110 2011-03-30  Andras Becsi  <abecsi@webkit.org>
32112         Reviewed by Darin Adler.
32114         CSS: Slow parsing of rgb() with percent values
32115         https://bugs.webkit.org/show_bug.cgi?id=16708
32117         Implement fast-path parsing for percentage color values.
32119         Gain ~30% speedup on  http://canvex.lazyilluminati.com/misc/3d.html
32121         Relanding with rounding fix after it was rolled out in r82315.
32123         * fast/canvas/rgba-parsing-expected.txt: Add new test cases.
32124         * fast/canvas/script-tests/rgba-parsing.js: Ditto.
32126 2011-03-30  Ofri Wolfus  <ofri@dhcp-172-28-40-178.tlv.corp.google.com>
32128         Reviewed by Eric Seidel.
32130         Add support for parsing unicode-bidi: -webkit-plaintext.
32131         https://bugs.webkit.org/show_bug.cgi?id=57457
32133         * css3/unicode-bidi-plaintext-parse-expected.txt: Added.
32134         * css3/unicode-bidi-plaintext-parse.html: Added.
32136 2011-03-30  Mario Sanchez Prada  <msanchez@igalia.com>
32138         Reviewed by Chris Fleizach.
32140         AX: GTK: ARIA role is not respected on <p> <label> <div> and <form>
32141         https://bugs.webkit.org/show_bug.cgi?id=47636
32143         Added new layout test to check that roles are correct in GTK.
32145         * platform/gtk/accessibility/aria-roles-unignored-expected.txt: Added.
32146         * platform/gtk/accessibility/aria-roles-unignored.html: Added.
32148 2011-03-30  Jessie Berlin  <jberlin@apple.com>
32150         [Leopard Intel Release Tests] fast/text/justify-ideograph-leading-expansion.html failing
32151         since r82026.
32152         https://bugs.webkit.org/show_bug.cgi?id=57461
32154         The Leopard results match the other Mac results, but when it started inheriting from the
32155         Snow Leopard specific results it started failing.
32157         Copy the mac results to the mac-leopard results to get the bots green.
32159         * platform/mac-leopard/fast/text/justify-ideograph-leading-expansion-expected.checksum: Added.
32160         * platform/mac-leopard/fast/text/justify-ideograph-leading-expansion-expected.png: Added.
32161         * platform/mac-leopard/fast/text/justify-ideograph-leading-expansion-expected.txt: Added.
32163 2011-03-30  Sergio Villar Senin  <svillar@igalia.com>
32165         Unreviewed, rebaseline GTK+ test expectations.
32167         * platform/gtk/css2.1/t090501-c414-flt-ln-02-d-expected.checksum:
32168         * platform/gtk/css2.1/t090501-c414-flt-ln-02-d-expected.png:
32169         * platform/gtk/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
32171 2011-03-30  Levi Weintraub  <leviw@chromium.org>
32173         Unreviewed.
32175         Adding editing/selection/click-below-rtl-text.html to mac-wk2 since it requires eventSender.
32177         * platform/mac-wk2/Skipped:
32179 2011-03-30  Andrey Kosyakov  <caseq@chromium.org>
32181         Reviewed by Pavel Feldman.
32183         Web Inspector: audit run never completes, fails in DOMAgent.js
32184         https://bugs.webkit.org/show_bug.cgi?id=57349
32186         * inspector/audits/audits-panel-functional.html: do not select Elements panel before running Audits, this hides bug 57349
32188 2011-03-30  Jessie Berlin  <jberlin@apple.com>
32190         [Leopard Intel Release Tests] editing/spelling/grammar.html failing since introduction in
32191         r82159.
32192         https://bugs.webkit.org/show_bug.cgi?id=57460
32194         Unreviewed, commit the failing expected results in order to get the bots green.
32196         * platform/mac-leopard/editing/spelling/grammar-expected.txt: Added.
32198 2011-03-30  Jessie Berlin  <jberlin@apple.com>
32200         [Leopard Intel Release Tests] svg/text/bidi-embedded-direction.svg failing since
32201         introduction in r82411.
32202         https://bugs.webkit.org/show_bug.cgi?id=57458
32204         Unreviewed, add the platform-specific failing results to get the bots green.
32206         NOTE: The platform-specific failing pixel test results still need to be added.
32208         * platform/mac-leopard/svg/text/bidi-embedded-direction-expected.txt: Added.
32210 2011-03-30  Csaba Osztrogonác  <ossy@webkit.org>
32212         [Qt] Update expected files.
32214         * platform/qt/css1/box_properties/padding_right_inline-expected.checksum: Added.
32215         * platform/qt/css1/box_properties/padding_right_inline-expected.png: Added.
32216         * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
32217         * platform/qt/css2.1/t090501-c414-flt-ln-00-d-expected.checksum:
32218         * platform/qt/css2.1/t090501-c414-flt-ln-00-d-expected.png:
32219         * platform/qt/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
32220         * platform/qt/css2.1/t090501-c414-flt-ln-01-d-g-expected.checksum:
32221         * platform/qt/css2.1/t090501-c414-flt-ln-01-d-g-expected.png:
32222         * platform/qt/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
32223         * platform/qt/css2.1/t090501-c414-flt-ln-02-d-expected.checksum:
32224         * platform/qt/css2.1/t090501-c414-flt-ln-02-d-expected.png:
32225         * platform/qt/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
32226         * platform/qt/css2.1/t090501-c414-flt-ln-03-d-expected.checksum:
32227         * platform/qt/css2.1/t090501-c414-flt-ln-03-d-expected.png:
32228         * platform/qt/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
32230 2011-03-30  Levi Weintraub  <leviw@chromium.org>
32232         Reviewed by Ryosuke Niwa.
32234         Clicking below last line of right-to-left editable text that puts caret in the wrong place
32235         https://bugs.webkit.org/show_bug.cgi?id=38087
32237         Doing the right thing when clicking below the last line box in RTL editable content.
32239         * editing/selection/click-below-rtl-text-expected.txt: Added.
32240         * editing/selection/click-below-rtl-text.html: Added.
32242 2011-03-30  Yuta Kitamura  <yutak@chromium.org>
32244         Unreviewed, update Chromium test expectation for fast/text/emphasis-combined-text.html.
32246         * platform/chromium/test_expectations.txt:
32248 2011-03-30  Adam Roben  <aroben@apple.com>
32250         Add a new test to the mac-wk2 Skipped file
32252         <http://webkit.org/b/57455> tracks the failure.
32254         * platform/mac-wk2/Skipped: Added fast/forms/validation-message-appearance.html.
32256 2011-03-30  Adam Roben  <aroben@apple.com>
32258         Add mac-wk2 expected failure results for plugins/embed-prefers-plugins-for-images.html
32260         The failure is tracked by <http://webkit.org/b/57456>.
32262         * platform/mac-wk2/plugins/embed-prefers-plugins-for-images-expected.txt: Added.
32263         * platform/win-wk2/plugins/embed-prefers-plugins-for-images-expected.txt: Added. (Since
32264         win-wk2 falls back to mac-wk2, but the test passes on Windows, I had to copy passing results
32265         here to override the mac-wk2 results.)
32267 2011-03-30  Adam Roben  <aroben@apple.com>
32269         Update the mac-wk2 Skipped file for recently-added tests
32271         See the file itself for the relevant bugs.
32273         * platform/mac-wk2/Skipped:
32275 2011-03-30  Adam Roben  <aroben@apple.com>
32277         Fix two svg/text tests that have been failing on Windows since r82411
32279         Fixes <http://webkit.org/b/57448> REGRESSION (r82411): Two svg/text tests failing on Windows
32281         Reviewed by Eric Seidel.
32283         * svg/text/bidi-reorder-value-lists.svg: Pull in Mac-compatible-font-fallback.css so that
32284         this test will give the same results on Mac and Windows.
32286         * platform/win/svg/text/bidi-reorder-value-lists-expected.checksum: Removed.
32287         * platform/win/svg/text/bidi-reorder-value-lists-expected.png: Removed.
32288         * platform/win/svg/text/bidi-reorder-value-lists-expected.txt: Removed.
32289         We now match Mac!
32291         * platform/win/svg/text/font-size-below-point-five-expected.txt: Make the same change here
32292         that was made to the Mac results in r82411. (The remaining differences between Windows and
32293         Mac are just due to different rounding.)
32295 2011-03-25  Pavel Podivilov  <podivilov@chromium.org>
32297         Reviewed by Pavel Feldman.
32299         Web Inspector: add test for bug 56747 (scripts panel is broken when frontend is reopened).
32300         https://bugs.webkit.org/show_bug.cgi?id=56841
32302         * http/tests/inspector-enabled/open-close-open-expected.txt: Removed.
32303         * http/tests/inspector-enabled/open-close-open.html: Removed.
32304         * inspector/debugger/open-close-open-expected.txt: Added.
32305         * inspector/debugger/open-close-open.html: Added.
32306         * platform/gtk/Skipped:
32307         * platform/mac-wk2/Skipped:
32308         * platform/qt/Skipped:
32310 2011-03-30  Yuta Kitamura  <yutak@chromium.org>
32312         Unreviewed, add and update Chromium test results.
32314         * platform/chromium-linux/css2.1/t090501-c414-flt-ln-00-d-expected.checksum:
32315         * platform/chromium-linux/css2.1/t090501-c414-flt-ln-00-d-expected.png:
32316         * platform/chromium-linux/css2.1/t090501-c414-flt-ln-02-d-expected.checksum:
32317         * platform/chromium-linux/css2.1/t090501-c414-flt-ln-02-d-expected.png:
32318         * platform/chromium-linux/fast/borders/rtl-border-01-expected.checksum: Added.
32319         * platform/chromium-linux/fast/borders/rtl-border-01-expected.png: Added.
32320         * platform/chromium-linux/fast/borders/rtl-border-02-expected.checksum: Added.
32321         * platform/chromium-linux/fast/borders/rtl-border-02-expected.png: Added.
32322         * platform/chromium-linux/fast/borders/rtl-border-03-expected.checksum: Added.
32323         * platform/chromium-linux/fast/borders/rtl-border-03-expected.png: Added.
32324         * platform/chromium-linux/fast/borders/rtl-border-04-expected.checksum: Added.
32325         * platform/chromium-linux/fast/borders/rtl-border-04-expected.png: Added.
32326         * platform/chromium-linux/fast/borders/rtl-border-05-expected.checksum: Added.
32327         * platform/chromium-linux/fast/borders/rtl-border-05-expected.png: Added.
32328         * platform/chromium-mac-leopard/css2.1/t090501-c414-flt-ln-02-d-expected.checksum: Added.
32329         * platform/chromium-mac-leopard/css2.1/t090501-c414-flt-ln-02-d-expected.png: Added.
32330         * platform/chromium-mac-leopard/fast/borders/rtl-border-01-expected.checksum: Added.
32331         * platform/chromium-mac-leopard/fast/borders/rtl-border-01-expected.png: Added.
32332         * platform/chromium-mac-leopard/fast/borders/rtl-border-02-expected.checksum: Added.
32333         * platform/chromium-mac-leopard/fast/borders/rtl-border-02-expected.png: Added.
32334         * platform/chromium-mac-leopard/fast/borders/rtl-border-03-expected.checksum: Added.
32335         * platform/chromium-mac-leopard/fast/borders/rtl-border-03-expected.png: Added.
32336         * platform/chromium-mac-leopard/fast/borders/rtl-border-04-expected.checksum: Added.
32337         * platform/chromium-mac-leopard/fast/borders/rtl-border-04-expected.png: Added.
32338         * platform/chromium-mac-leopard/fast/borders/rtl-border-05-expected.checksum: Added.
32339         * platform/chromium-mac-leopard/fast/borders/rtl-border-05-expected.png: Added.
32340         * platform/chromium-win/css2.1/t090501-c414-flt-ln-00-d-expected.checksum:
32341         * platform/chromium-win/css2.1/t090501-c414-flt-ln-00-d-expected.png:
32342         * platform/chromium-win/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
32343         * platform/chromium-win/css2.1/t090501-c414-flt-ln-02-d-expected.checksum:
32344         * platform/chromium-win/css2.1/t090501-c414-flt-ln-02-d-expected.png:
32345         * platform/chromium-win/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
32346         * platform/chromium-win/fast/borders/rtl-border-01-expected.checksum: Added.
32347         * platform/chromium-win/fast/borders/rtl-border-01-expected.png: Added.
32348         * platform/chromium-win/fast/borders/rtl-border-01-expected.txt: Added.
32349         * platform/chromium-win/fast/borders/rtl-border-02-expected.checksum: Added.
32350         * platform/chromium-win/fast/borders/rtl-border-02-expected.png: Added.
32351         * platform/chromium-win/fast/borders/rtl-border-02-expected.txt: Added.
32352         * platform/chromium-win/fast/borders/rtl-border-03-expected.checksum: Added.
32353         * platform/chromium-win/fast/borders/rtl-border-03-expected.png: Added.
32354         * platform/chromium-win/fast/borders/rtl-border-03-expected.txt: Added.
32355         * platform/chromium-win/fast/borders/rtl-border-04-expected.checksum: Added.
32356         * platform/chromium-win/fast/borders/rtl-border-04-expected.png: Added.
32357         * platform/chromium-win/fast/borders/rtl-border-04-expected.txt: Added.
32358         * platform/chromium-win/fast/borders/rtl-border-05-expected.checksum: Added.
32359         * platform/chromium-win/fast/borders/rtl-border-05-expected.png: Added.
32360         * platform/chromium-win/fast/borders/rtl-border-05-expected.txt: Added.
32361         * platform/chromium/test_expectations.txt:
32363 2011-03-30  Alexander Pavlov  <apavlov@chromium.org>
32365         Reviewed by Pavel Feldman.
32367         Web Inspector: Make the getStylesForNode result "styleAttributes" value an array rather than a map
32368         https://bugs.webkit.org/show_bug.cgi?id=57440
32370         * inspector/styles/styles-new-API.html:
32372 2011-03-30  Adam Roben  <aroben@apple.com>
32374         Make font fallback on Windows in new Hebrew-containing tests added in r82419 match Mac
32376         Fixes <http://webkit.org/b/57445> fast/borders/rtl-border-0{4,5}.html failing on Windows
32377         since they were added
32379         Reviewed by Eric Seidel.
32381         * fast/borders/rtl-border-04.html:
32382         * fast/borders/rtl-border-05.html:
32383         Pull in the magic Mac-compatible-font-fallback.css file, which will cause the Hebrew text in
32384         these tests to be rendered using Lucida Grande on Windows, just like on Mac.
32386 2011-03-30  Yuta Kitamura  <yutak@chromium.org>
32388         Unreviewed, rolling out r82396.
32389         http://trac.webkit.org/changeset/82396
32391         Revert Adam's rebaselines (part 6). They broke Chromium
32392         Leopard bots.
32394         * platform/chromium-mac-snowleopard/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: Removed.
32395         * platform/chromium-mac-snowleopard/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Removed.
32396         * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-wrap-01-d-g-expected.checksum: Removed.
32397         * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: Removed.
32398         * platform/chromium-mac-snowleopard/editing/deleting/4845371-expected.checksum: Removed.
32399         * platform/chromium-mac-snowleopard/editing/deleting/4845371-expected.png: Removed.
32400         * platform/chromium-mac-snowleopard/editing/deleting/5126166-expected.checksum: Removed.
32401         * platform/chromium-mac-snowleopard/editing/deleting/5126166-expected.png: Removed.
32402         * platform/chromium-mac-snowleopard/editing/deleting/5483370-expected.checksum: Removed.
32403         * platform/chromium-mac-snowleopard/editing/deleting/5483370-expected.png: Removed.
32404         * platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.checksum: Removed.
32405         * platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.png: Removed.
32406         * platform/chromium-mac-snowleopard/editing/inserting/4875189-2-expected.checksum: Removed.
32407         * platform/chromium-mac-snowleopard/editing/inserting/4875189-2-expected.png: Removed.
32408         * platform/chromium-mac-snowleopard/editing/pasteboard/5387578-expected.checksum: Removed.
32409         * platform/chromium-mac-snowleopard/editing/pasteboard/5387578-expected.png: Removed.
32410         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-table-cells-expected.checksum: Removed.
32411         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-table-cells-expected.png: Removed.
32412         * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-expected.checksum: Removed.
32413         * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-expected.png: Removed.
32414         * platform/chromium-mac-snowleopard/fast/block/float/014-expected.checksum: Removed.
32415         * platform/chromium-mac-snowleopard/fast/block/float/014-expected.png: Removed.
32416         * platform/chromium-mac-snowleopard/fast/block/float/clear-element-too-wide-for-containing-block-expected.checksum: Removed.
32417         * platform/chromium-mac-snowleopard/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: Removed.
32418         * platform/chromium-mac-snowleopard/fast/borders/border-radius-inline-flow-expected.checksum: Removed.
32419         * platform/chromium-mac-snowleopard/fast/borders/border-radius-inline-flow-expected.png: Removed.
32420         * platform/chromium-mac-snowleopard/fast/canvas/canvas-zoom-expected.checksum: Removed.
32421         * platform/chromium-mac-snowleopard/fast/canvas/canvas-zoom-expected.png: Removed.
32422         * platform/chromium-mac-snowleopard/fast/canvas/image-pattern-rotate-expected.checksum: Removed.
32423         * platform/chromium-mac-snowleopard/fast/canvas/image-pattern-rotate-expected.png: Removed.
32424         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum: Removed.
32425         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Removed.
32426         * platform/chromium-mac-snowleopard/fast/forms/input-align-image-expected.checksum: Removed.
32427         * platform/chromium-mac-snowleopard/fast/forms/input-align-image-expected.png: Removed.
32428         * platform/chromium-mac-snowleopard/fast/forms/input-type-change-expected.checksum: Removed.
32429         * platform/chromium-mac-snowleopard/fast/forms/input-type-change-expected.png: Removed.
32430         * platform/chromium-mac-snowleopard/fast/forms/listbox-bidi-align-expected.checksum: Removed.
32431         * platform/chromium-mac-snowleopard/fast/forms/listbox-bidi-align-expected.png: Removed.
32432         * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.checksum: Removed.
32433         * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png: Removed.
32434         * platform/chromium-mac-snowleopard/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.checksum: Removed.
32435         * platform/chromium-mac-snowleopard/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png: Removed.
32436         * platform/chromium-mac-snowleopard/fast/inline-block/14498-positionForCoordinates-expected.checksum: Removed.
32437         * platform/chromium-mac-snowleopard/fast/inline-block/14498-positionForCoordinates-expected.png: Removed.
32438         * platform/chromium-mac-snowleopard/fast/inline/inline-focus-ring-expected.checksum: Removed.
32439         * platform/chromium-mac-snowleopard/fast/inline/inline-focus-ring-expected.png: Removed.
32440         * platform/chromium-mac-snowleopard/fast/multicol/margin-collapse-expected.checksum: Removed.
32441         * platform/chromium-mac-snowleopard/fast/multicol/margin-collapse-expected.png: Removed.
32442         * platform/chromium-mac-snowleopard/fast/multicol/max-height-columns-block-expected.checksum: Removed.
32443         * platform/chromium-mac-snowleopard/fast/multicol/max-height-columns-block-expected.png: Removed.
32444         * platform/chromium-mac-snowleopard/fast/multicol/positioned-split-expected.checksum: Removed.
32445         * platform/chromium-mac-snowleopard/fast/multicol/positioned-split-expected.png: Removed.
32446         * platform/chromium-mac-snowleopard/fast/multicol/single-line-expected.checksum: Removed.
32447         * platform/chromium-mac-snowleopard/fast/multicol/single-line-expected.png: Removed.
32448         * platform/chromium-mac-snowleopard/fast/multicol/table-margin-collapse-expected.checksum: Removed.
32449         * platform/chromium-mac-snowleopard/fast/multicol/table-margin-collapse-expected.png: Removed.
32450         * platform/chromium-mac-snowleopard/fast/multicol/unsplittable-inline-block-expected.checksum: Removed.
32451         * platform/chromium-mac-snowleopard/fast/multicol/unsplittable-inline-block-expected.png: Removed.
32452         * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.checksum: Removed.
32453         * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png: Removed.
32454         * platform/chromium-mac-snowleopard/fast/replaced/image-onload-expected.checksum: Removed.
32455         * platform/chromium-mac-snowleopard/fast/replaced/image-onload-expected.png: Removed.
32456         * platform/chromium-mac-snowleopard/fast/replaced/image-sizing-expected.checksum: Removed.
32457         * platform/chromium-mac-snowleopard/fast/replaced/image-sizing-expected.png: Removed.
32458         * platform/chromium-mac-snowleopard/fast/text/basic/002-expected.checksum: Removed.
32459         * platform/chromium-mac-snowleopard/fast/text/basic/002-expected.png: Removed.
32460         * platform/chromium-mac-snowleopard/fast/text/drawBidiText-expected.checksum: Removed.
32461         * platform/chromium-mac-snowleopard/fast/text/drawBidiText-expected.png: Removed.
32462         * platform/chromium-mac-snowleopard/fast/text/word-break-soft-hyphen-expected.checksum: Removed.
32463         * platform/chromium-mac-snowleopard/fast/text/word-break-soft-hyphen-expected.png: Removed.
32464         * platform/chromium-mac-snowleopard/media/video-transformed-expected.checksum: Removed.
32465         * platform/chromium-mac-snowleopard/media/video-transformed-expected.png: Removed.
32466         * platform/chromium-mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.checksum: Removed.
32467         * platform/chromium-mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.png: Removed.
32468         * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.checksum: Removed.
32469         * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png: Removed.
32470         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Removed.
32471         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Removed.
32472         * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.checksum: Removed.
32473         * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png: Removed.
32474         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.checksum: Removed.
32475         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Removed.
32476         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.checksum: Removed.
32477         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Removed.
32478         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.checksum: Removed.
32479         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Removed.
32480         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.checksum: Removed.
32481         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Removed.
32482         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.checksum: Removed.
32483         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Removed.
32484         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.checksum: Removed.
32485         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Removed.
32486         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.checksum: Removed.
32487         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Removed.
32488         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.checksum: Removed.
32489         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Removed.
32490         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.checksum: Removed.
32491         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Removed.
32492         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.checksum: Removed.
32493         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Removed.
32494         * platform/chromium-mac-snowleopard/svg/filters/filterRes-expected.checksum: Removed.
32495         * platform/chromium-mac-snowleopard/svg/filters/filterRes-expected.png: Removed.
32496         * platform/chromium-mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.checksum: Removed.
32497         * platform/chromium-mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.png: Removed.
32498         * platform/chromium-mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: Removed.
32499         * platform/chromium-mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Removed.
32500         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum: Removed.
32501         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png: Removed.
32503 2011-03-30  Yuta Kitamura  <yutak@chromium.org>
32505         Unreviewed, rolling out r82397.
32506         http://trac.webkit.org/changeset/82397
32508         Revert Adam's rebaselines (part 5). They broke Chromium
32509         Leopard bots.
32511         * platform/chromium/test_expectations.txt:
32513 2011-03-30  Yuta Kitamura  <yutak@chromium.org>
32515         Unreviewed, rolling out r82404.
32516         http://trac.webkit.org/changeset/82404
32518         Revert Adam's rebaselines (part 4). They broke Chromium
32519         Leopard bots.
32521         * platform/chromium-mac-snowleopard/animations/3d/matrix-transform-type-animation-expected.checksum: Removed.
32522         * platform/chromium-mac-snowleopard/animations/3d/matrix-transform-type-animation-expected.png: Removed.
32523         * platform/chromium-mac-snowleopard/animations/3d/state-at-end-event-transform-expected.checksum: Removed.
32524         * platform/chromium-mac-snowleopard/animations/3d/state-at-end-event-transform-expected.png: Removed.
32525         * platform/chromium-mac-snowleopard/fast/backgrounds/svg-as-background-6-expected.checksum: Removed.
32526         * platform/chromium-mac-snowleopard/fast/backgrounds/svg-as-background-6-expected.png: Removed.
32527         * platform/chromium-mac-snowleopard/fast/canvas/arc360-expected.checksum: Removed.
32528         * platform/chromium-mac-snowleopard/fast/canvas/arc360-expected.png: Removed.
32529         * platform/chromium-mac-snowleopard/fast/canvas/canvasDrawingIntoSelf-expected.checksum: Removed.
32530         * platform/chromium-mac-snowleopard/fast/canvas/canvasDrawingIntoSelf-expected.png: Removed.
32531         * platform/chromium-mac-snowleopard/fast/canvas/drawImage-expected.checksum: Removed.
32532         * platform/chromium-mac-snowleopard/fast/canvas/drawImage-expected.png: Removed.
32533         * platform/chromium-mac-snowleopard/fast/canvas/image-object-in-canvas-expected.checksum: Removed.
32534         * platform/chromium-mac-snowleopard/fast/canvas/image-object-in-canvas-expected.png: Removed.
32535         * platform/chromium-mac-snowleopard/fast/css/transform-default-parameter-expected.checksum: Removed.
32536         * platform/chromium-mac-snowleopard/fast/css/transform-default-parameter-expected.png: Removed.
32537         * platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-slider-update-expected.checksum: Removed.
32538         * platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-slider-update-expected.png: Removed.
32539         * platform/chromium-mac-snowleopard/fast/dom/blur-contenteditable-expected.checksum: Removed.
32540         * platform/chromium-mac-snowleopard/fast/dom/blur-contenteditable-expected.png: Removed.
32541         * platform/chromium-mac-snowleopard/fast/dom/scroll-reveal-left-overflow-expected.checksum: Removed.
32542         * platform/chromium-mac-snowleopard/fast/dom/scroll-reveal-left-overflow-expected.png: Removed.
32543         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.checksum: Removed.
32544         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png: Removed.
32545         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.checksum: Removed.
32546         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png: Removed.
32547         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.checksum: Removed.
32548         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png: Removed.
32549         * platform/chromium-mac-snowleopard/fast/forms/input-file-re-render-expected.checksum: Removed.
32550         * platform/chromium-mac-snowleopard/fast/forms/input-file-re-render-expected.png: Removed.
32551         * platform/chromium-mac-snowleopard/fast/forms/preserveFormDuringResidualStyle-expected.checksum: Removed.
32552         * platform/chromium-mac-snowleopard/fast/forms/preserveFormDuringResidualStyle-expected.png: Removed.
32553         * platform/chromium-mac-snowleopard/fast/forms/search-transformed-expected.checksum: Removed.
32554         * platform/chromium-mac-snowleopard/fast/forms/search-transformed-expected.png: Removed.
32555         * platform/chromium-mac-snowleopard/fast/forms/slider-padding-expected.checksum: Removed.
32556         * platform/chromium-mac-snowleopard/fast/forms/slider-padding-expected.png: Removed.
32557         * platform/chromium-mac-snowleopard/fast/inline/inline-box-background-long-image-expected.checksum: Removed.
32558         * platform/chromium-mac-snowleopard/fast/inline/inline-box-background-long-image-expected.png: Removed.
32559         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.checksum: Removed.
32560         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.png: Removed.
32561         * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.checksum: Removed.
32562         * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png: Removed.
32563         * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.checksum: Removed.
32564         * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png: Removed.
32565         * platform/chromium-mac-snowleopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Removed.
32566         * platform/chromium-mac-snowleopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Removed.
32567         * platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.checksum: Removed.
32568         * platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.png: Removed.
32569         * platform/chromium-mac-snowleopard/fast/text/justify-nbsp-expected.checksum: Removed.
32570         * platform/chromium-mac-snowleopard/fast/text/justify-nbsp-expected.png: Removed.
32571         * platform/chromium-mac-snowleopard/fonts/monospace-expected.checksum: Removed.
32572         * platform/chromium-mac-snowleopard/fonts/monospace-expected.png: Removed.
32573         * platform/chromium-mac-snowleopard/http/tests/misc/acid3-expected.checksum: Removed.
32574         * platform/chromium-mac-snowleopard/http/tests/misc/acid3-expected.png: Removed.
32575         * platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.checksum: Removed.
32576         * platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.png: Removed.
32577         * platform/chromium-mac-snowleopard/tables/mozilla/core/misc-expected.checksum: Removed.
32578         * platform/chromium-mac-snowleopard/tables/mozilla/core/misc-expected.png: Removed.
32579         * platform/chromium-mac-snowleopard/tables/mozilla/core/row_span-expected.checksum: Removed.
32580         * platform/chromium-mac-snowleopard/tables/mozilla/core/row_span-expected.png: Removed.
32581         * platform/chromium-mac-snowleopard/tables/mozilla/other/cell_widths-expected.checksum: Removed.
32582         * platform/chromium-mac-snowleopard/tables/mozilla/other/cell_widths-expected.png: Removed.
32583         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.checksum: Removed.
32584         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Removed.
32585         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.checksum: Removed.
32586         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.png: Removed.
32587         * platform/chromium-mac-snowleopard/transforms/no_transform_hit_testing-expected.checksum: Removed.
32588         * platform/chromium-mac-snowleopard/transforms/no_transform_hit_testing-expected.png: Removed.
32589         * platform/chromium-mac-snowleopard/transforms/svg-vs-css-expected.checksum: Removed.
32590         * platform/chromium-mac-snowleopard/transforms/svg-vs-css-expected.png: Removed.
32591         * platform/chromium-mac-snowleopard/transitions/move-after-transition-expected.checksum: Removed.
32592         * platform/chromium-mac-snowleopard/transitions/move-after-transition-expected.png: Removed.
32594 2011-03-30  Yuta Kitamura  <yutak@chromium.org>
32596         Unreviewed, rolling out r82405.
32597         http://trac.webkit.org/changeset/82405
32599         Revert Adam's rebaselines (part 3). They broke Chromium
32600         Leopard bots.
32602         * platform/chromium/test_expectations.txt:
32604 2011-03-30  Yuta Kitamura  <yutak@chromium.org>
32606         Unreviewed, rolling out r82413.
32607         http://trac.webkit.org/changeset/82413
32609         Revert Adam's rebaselines (part 2). They broke Chromium
32610         Leopard bots.
32612         * platform/chromium-mac-snowleopard/fast/backgrounds/svg-as-background-5-expected.checksum: Removed.
32613         * platform/chromium-mac-snowleopard/fast/backgrounds/svg-as-background-5-expected.png: Removed.
32614         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Removed.
32615         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Removed.
32616         * platform/chromium-mac-snowleopard/svg/custom/animate-path-discrete-expected.checksum: Removed.
32617         * platform/chromium-mac-snowleopard/svg/custom/animate-path-discrete-expected.png: Removed.
32618         * platform/chromium-mac-snowleopard/svg/custom/dynamic-svg-document-creation-expected.checksum: Removed.
32619         * platform/chromium-mac-snowleopard/svg/custom/dynamic-svg-document-creation-expected.png: Removed.
32620         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.checksum: Removed.
32621         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png: Removed.
32622         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.checksum: Removed.
32623         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png: Removed.
32624         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.checksum: Removed.
32625         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png: Removed.
32626         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.checksum: Removed.
32627         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png: Removed.
32628         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.checksum: Removed.
32629         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png: Removed.
32630         * platform/chromium-mac-snowleopard/svg/custom/glyph-transformation-with-hkern-expected.checksum: Removed.
32631         * platform/chromium-mac-snowleopard/svg/custom/glyph-transformation-with-hkern-expected.png: Removed.
32632         * platform/chromium-mac-snowleopard/svg/custom/gradient-rotated-bbox-expected.checksum: Removed.
32633         * platform/chromium-mac-snowleopard/svg/custom/gradient-rotated-bbox-expected.png: Removed.
32634         * platform/chromium-mac-snowleopard/svg/custom/grayscale-gradient-mask-expected.checksum: Removed.
32635         * platform/chromium-mac-snowleopard/svg/custom/grayscale-gradient-mask-expected.png: Removed.
32636         * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.checksum: Removed.
32637         * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png: Removed.
32638         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-and-object-creation-expected.checksum: Removed.
32639         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-and-object-creation-expected.png: Removed.
32640         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.checksum: Removed.
32641         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed.
32642         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Removed.
32643         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
32644         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-creation-expected.checksum: Removed.
32645         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-creation-expected.png: Removed.
32646         * platform/chromium-mac-snowleopard/svg/custom/non-scaling-stroke-expected.checksum: Removed.
32647         * platform/chromium-mac-snowleopard/svg/custom/non-scaling-stroke-expected.png: Removed.
32648         * platform/chromium-mac-snowleopard/svg/custom/pattern-skew-transformed-expected.checksum: Removed.
32649         * platform/chromium-mac-snowleopard/svg/custom/pattern-skew-transformed-expected.png: Removed.
32650         * platform/chromium-mac-snowleopard/svg/custom/pattern-with-transformation-expected.checksum: Removed.
32651         * platform/chromium-mac-snowleopard/svg/custom/pattern-with-transformation-expected.png: Removed.
32652         * platform/chromium-mac-snowleopard/svg/custom/preserve-aspect-ratio-syntax-expected.checksum: Removed.
32653         * platform/chromium-mac-snowleopard/svg/custom/preserve-aspect-ratio-syntax-expected.png: Removed.
32654         * platform/chromium-mac-snowleopard/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum: Removed.
32655         * platform/chromium-mac-snowleopard/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Removed.
32656         * platform/chromium-mac-snowleopard/svg/custom/resource-invalidate-on-target-update-expected.checksum: Removed.
32657         * platform/chromium-mac-snowleopard/svg/custom/resource-invalidate-on-target-update-expected.png: Removed.
32658         * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Removed.
32659         * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Removed.
32660         * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.checksum: Removed.
32661         * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.png: Removed.
32662         * platform/chromium-mac-snowleopard/svg/custom/svg-curve-with-relative-cordinates-expected.checksum: Removed.
32663         * platform/chromium-mac-snowleopard/svg/custom/svg-curve-with-relative-cordinates-expected.png: Removed.
32664         * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
32665         * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png: Removed.
32666         * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-with-no-element-reference-expected.checksum: Removed.
32667         * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-with-no-element-reference-expected.png: Removed.
32668         * platform/chromium-mac-snowleopard/svg/custom/text-rotated-gradient-expected.checksum: Removed.
32669         * platform/chromium-mac-snowleopard/svg/custom/text-rotated-gradient-expected.png: Removed.
32670         * platform/chromium-mac-snowleopard/svg/custom/use-detach-expected.checksum: Removed.
32671         * platform/chromium-mac-snowleopard/svg/custom/use-detach-expected.png: Removed.
32672         * platform/chromium-mac-snowleopard/svg/custom/use-on-clip-path-with-transformation-expected.checksum: Removed.
32673         * platform/chromium-mac-snowleopard/svg/custom/use-on-clip-path-with-transformation-expected.png: Removed.
32674         * platform/chromium-mac-snowleopard/svg/custom/viewbox-syntax-expected.checksum: Removed.
32675         * platform/chromium-mac-snowleopard/svg/custom/viewbox-syntax-expected.png: Removed.
32676         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.checksum: Removed.
32677         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Removed.
32678         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.checksum: Removed.
32679         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Removed.
32680         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.checksum: Removed.
32681         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Removed.
32682         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.checksum: Removed.
32683         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Removed.
32684         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.checksum: Removed.
32685         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Removed.
32686         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.checksum: Removed.
32687         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Removed.
32688         * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.checksum: Removed.
32689         * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.png: Removed.
32690         * platform/chromium-mac-snowleopard/svg/hixie/mixed/006-expected.checksum: Removed.
32691         * platform/chromium-mac-snowleopard/svg/hixie/mixed/006-expected.png: Removed.
32692         * platform/chromium-mac-snowleopard/svg/hixie/mixed/008-expected.checksum: Removed.
32693         * platform/chromium-mac-snowleopard/svg/hixie/mixed/008-expected.png: Removed.
32694         * platform/chromium-mac-snowleopard/svg/hixie/mixed/011-expected.checksum: Removed.
32695         * platform/chromium-mac-snowleopard/svg/hixie/mixed/011-expected.png: Removed.
32696         * platform/chromium-mac-snowleopard/svg/text/text-intro-05-t-expected.checksum: Removed.
32697         * platform/chromium-mac-snowleopard/svg/text/text-intro-05-t-expected.png: Removed.
32698         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.checksum: Removed.
32699         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.png: Removed.
32700         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: Removed.
32701         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png: Removed.
32703 2011-03-30  Yuta Kitamura  <yutak@chromium.org>
32705         Unreviewed, rolling out r82414.
32706         http://trac.webkit.org/changeset/82414
32708         Revert Adam's rebaselines (part 1). They broke Chromium
32709         Leopard bots.
32711         * platform/chromium/test_expectations.txt:
32713 2011-03-29  Levi Weintraub  <leviw@chromium.org>
32715         Reviewed by Eric Seidel.
32717         RTL:  Directionality always reset on hard line break
32718         https://bugs.webkit.org/show_bug.cgi?id=23124
32720         Testing that hard line breaks are being treated as paragraph separators but only
32721         clearing directional state from Unicode control characters, not DOM nodes.
32722         Also adding expected pixel results for bidi-override-in-anonymous-block as we're
32723         passing more of the test with this patch.
32725         * fast/text/international/bidi-br-as-paragraph-separator.html: Added.
32726         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.checksum: Added.
32727         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
32728         * platform/mac/fast/text/international/bidi-br-as-paragraph-separator-expected.checksum: Added.
32729         * platform/mac/fast/text/international/bidi-br-as-paragraph-separator-expected.png: Added.
32730         * platform/mac/fast/text/international/bidi-br-as-paragraph-separator-expected.txt: Added.
32732 2011-03-30  Levi Weintraub  <leviw@chromium.org>
32734         Reviewed by Ryosuke Niwa.
32736         BreakBlockQuoteCommand assumes all li tags have list item renderers
32737         https://bugs.webkit.org/show_bug.cgi?id=57253
32739         Checking that the renderers of li nodes are actually RenderListItems
32740         before treating them as such.
32742         * editing/execCommand/crash-breaking-blockquote-with-list.html: Added.
32743         * editing/execCommand/crash-breaking-blockquote-with-list-expected.txt: Added.
32745 2011-03-30  Yael Aharon  <yael.aharon@nokia.com>
32747         Reviewed by Eric Seidel.
32749         Left/Right borders/padding/margins are not always added correctly when rendering multiline inline boxes with bidi elements
32750         https://bugs.webkit.org/show_bug.cgi?id=9272
32752         * fast/borders/rtl-border-01.html: Added.
32753         * fast/borders/rtl-border-02.html: Added.
32754         * fast/borders/rtl-border-03.html: Added.
32755         * fast/borders/rtl-border-04.html: Added.
32756         * fast/borders/rtl-border-05.html: Added.
32757         * platform/mac/css2.1/t090501-c414-flt-ln-02-d-expected.checksum:
32758         * platform/mac/css2.1/t090501-c414-flt-ln-02-d-expected.png:
32759         * platform/mac/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
32760         * platform/mac/fast/borders/rtl-border-01-expected.checksum: Added.
32761         * platform/mac/fast/borders/rtl-border-01-expected.png: Added.
32762         * platform/mac/fast/borders/rtl-border-01-expected.txt: Added.
32763         * platform/mac/fast/borders/rtl-border-02-expected.checksum: Added.
32764         * platform/mac/fast/borders/rtl-border-02-expected.png: Added.
32765         * platform/mac/fast/borders/rtl-border-02-expected.txt: Added.
32766         * platform/mac/fast/borders/rtl-border-03-expected.checksum: Added.
32767         * platform/mac/fast/borders/rtl-border-03-expected.png: Added.
32768         * platform/mac/fast/borders/rtl-border-03-expected.txt: Added.
32769         * platform/mac/fast/borders/rtl-border-04-expected.checksum: Added.
32770         * platform/mac/fast/borders/rtl-border-04-expected.png: Added.
32771         * platform/mac/fast/borders/rtl-border-04-expected.txt: Added.
32772         * platform/mac/fast/borders/rtl-border-05-expected.checksum: Added.
32773         * platform/mac/fast/borders/rtl-border-05-expected.png: Added.
32774         * platform/mac/fast/borders/rtl-border-05-expected.txt: Added.
32776 2011-03-30  Yuta Kitamura  <yutak@chromium.org>
32778         Unreviewed, add/update new Chromium test results.
32780         * platform/chromium-linux/svg/text/bidi-embedded-direction-expected.checksum: Added.
32781         * platform/chromium-linux/svg/text/bidi-embedded-direction-expected.png: Added.
32782         * platform/chromium-linux/svg/text/bidi-reorder-value-lists-expected.checksum:
32783         * platform/chromium-linux/svg/text/bidi-reorder-value-lists-expected.png:
32784         * platform/chromium-mac-leopard/svg/text/bidi-embedded-direction-expected.checksum: Added.
32785         * platform/chromium-mac-leopard/svg/text/bidi-embedded-direction-expected.png: Added.
32786         * platform/chromium-mac-leopard/svg/text/bidi-embedded-direction-expected.txt: Added.
32787         * platform/chromium-mac-snowleopard/svg/text/bidi-embedded-direction-expected.checksum: Added.
32788         * platform/chromium-mac-snowleopard/svg/text/bidi-embedded-direction-expected.png: Added.
32789         * platform/chromium-mac-snowleopard/svg/text/bidi-embedded-direction-expected.txt: Added.
32790         * platform/chromium-win/svg/text/bidi-embedded-direction-expected.checksum: Added.
32791         * platform/chromium-win/svg/text/bidi-embedded-direction-expected.png: Added.
32792         * platform/chromium-win/svg/text/bidi-embedded-direction-expected.txt: Added.
32793         * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.checksum:
32794         * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.png:
32795         * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.txt:
32796         * platform/chromium-win/svg/text/font-size-below-point-five-expected.txt:
32797         * platform/chromium/test_expectations.txt:
32799 2011-03-30  Yuta Kitamura  <yutak@chromium.org>
32801         Unreviewed, update Chromium test expectations.
32803         * platform/chromium/test_expectations.txt:
32805 2011-03-30  Yuta Kitamura  <yutak@chromium.org>
32807         Reviewed by Kent Tamura.
32809         [Chromium] DumpRenderTree: Implement LayoutTestController::setPluginsEnabled
32810         https://bugs.webkit.org/show_bug.cgi?id=57430
32812         * platform/chromium/test_expectations.txt: Revert the expectation changes caused by r82399.
32814 2011-03-30  Adam Barth  <abarth@webkit.org>
32816         Add failing Snow Leopard test back to the list of failing tests.
32818         * platform/chromium/test_expectations.txt:
32820 2011-03-30  Adam Barth  <abarth@webkit.org>
32822         Moar Chromium Snow Leopard baselines!
32824         * platform/chromium-mac-snowleopard/fast/backgrounds/svg-as-background-5-expected.checksum: Added.
32825         * platform/chromium-mac-snowleopard/fast/backgrounds/svg-as-background-5-expected.png: Added.
32826         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Added.
32827         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
32828         * platform/chromium-mac-snowleopard/svg/custom/animate-path-discrete-expected.checksum: Added.
32829         * platform/chromium-mac-snowleopard/svg/custom/animate-path-discrete-expected.png: Added.
32830         * platform/chromium-mac-snowleopard/svg/custom/dynamic-svg-document-creation-expected.checksum: Added.
32831         * platform/chromium-mac-snowleopard/svg/custom/dynamic-svg-document-creation-expected.png: Added.
32832         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.checksum: Added.
32833         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png: Added.
32834         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.checksum: Added.
32835         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
32836         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.checksum: Added.
32837         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png: Added.
32838         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.checksum: Added.
32839         * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png: Added.
32840         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.checksum: Added.
32841         * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png: Added.
32842         * platform/chromium-mac-snowleopard/svg/custom/glyph-transformation-with-hkern-expected.checksum: Added.
32843         * platform/chromium-mac-snowleopard/svg/custom/glyph-transformation-with-hkern-expected.png: Added.
32844         * platform/chromium-mac-snowleopard/svg/custom/gradient-rotated-bbox-expected.checksum: Added.
32845         * platform/chromium-mac-snowleopard/svg/custom/gradient-rotated-bbox-expected.png: Added.
32846         * platform/chromium-mac-snowleopard/svg/custom/grayscale-gradient-mask-expected.checksum: Added.
32847         * platform/chromium-mac-snowleopard/svg/custom/grayscale-gradient-mask-expected.png: Added.
32848         * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
32849         * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png: Added.
32850         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-and-object-creation-expected.checksum: Added.
32851         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-and-object-creation-expected.png: Added.
32852         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.checksum: Added.
32853         * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Added.
32854         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Added.
32855         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
32856         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-creation-expected.checksum: Added.
32857         * platform/chromium-mac-snowleopard/svg/custom/js-late-pattern-creation-expected.png: Added.
32858         * platform/chromium-mac-snowleopard/svg/custom/non-scaling-stroke-expected.checksum: Added.
32859         * platform/chromium-mac-snowleopard/svg/custom/non-scaling-stroke-expected.png: Added.
32860         * platform/chromium-mac-snowleopard/svg/custom/pattern-skew-transformed-expected.checksum: Added.
32861         * platform/chromium-mac-snowleopard/svg/custom/pattern-skew-transformed-expected.png: Added.
32862         * platform/chromium-mac-snowleopard/svg/custom/pattern-with-transformation-expected.checksum: Added.
32863         * platform/chromium-mac-snowleopard/svg/custom/pattern-with-transformation-expected.png: Added.
32864         * platform/chromium-mac-snowleopard/svg/custom/preserve-aspect-ratio-syntax-expected.checksum: Added.
32865         * platform/chromium-mac-snowleopard/svg/custom/preserve-aspect-ratio-syntax-expected.png: Added.
32866         * platform/chromium-mac-snowleopard/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum: Added.
32867         * platform/chromium-mac-snowleopard/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Added.
32868         * platform/chromium-mac-snowleopard/svg/custom/resource-invalidate-on-target-update-expected.checksum: Added.
32869         * platform/chromium-mac-snowleopard/svg/custom/resource-invalidate-on-target-update-expected.png: Added.
32870         * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Added.
32871         * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Added.
32872         * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.checksum: Added.
32873         * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.png: Added.
32874         * platform/chromium-mac-snowleopard/svg/custom/svg-curve-with-relative-cordinates-expected.checksum: Added.
32875         * platform/chromium-mac-snowleopard/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added.
32876         * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.checksum: Added.
32877         * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png: Added.
32878         * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-with-no-element-reference-expected.checksum: Added.
32879         * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-with-no-element-reference-expected.png: Added.
32880         * platform/chromium-mac-snowleopard/svg/custom/text-rotated-gradient-expected.checksum: Added.
32881         * platform/chromium-mac-snowleopard/svg/custom/text-rotated-gradient-expected.png: Added.
32882         * platform/chromium-mac-snowleopard/svg/custom/use-detach-expected.checksum: Added.
32883         * platform/chromium-mac-snowleopard/svg/custom/use-detach-expected.png: Added.
32884         * platform/chromium-mac-snowleopard/svg/custom/use-on-clip-path-with-transformation-expected.checksum: Added.
32885         * platform/chromium-mac-snowleopard/svg/custom/use-on-clip-path-with-transformation-expected.png: Added.
32886         * platform/chromium-mac-snowleopard/svg/custom/viewbox-syntax-expected.checksum: Added.
32887         * platform/chromium-mac-snowleopard/svg/custom/viewbox-syntax-expected.png: Added.
32888         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.checksum: Added.
32889         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Added.
32890         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.checksum: Added.
32891         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Added.
32892         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.checksum: Added.
32893         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Added.
32894         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.checksum: Added.
32895         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Added.
32896         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.checksum: Added.
32897         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Added.
32898         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.checksum: Added.
32899         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Added.
32900         * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.checksum: Added.
32901         * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.png: Added.
32902         * platform/chromium-mac-snowleopard/svg/hixie/mixed/006-expected.checksum: Added.
32903         * platform/chromium-mac-snowleopard/svg/hixie/mixed/006-expected.png: Added.
32904         * platform/chromium-mac-snowleopard/svg/hixie/mixed/008-expected.checksum: Added.
32905         * platform/chromium-mac-snowleopard/svg/hixie/mixed/008-expected.png: Added.
32906         * platform/chromium-mac-snowleopard/svg/hixie/mixed/011-expected.checksum: Added.
32907         * platform/chromium-mac-snowleopard/svg/hixie/mixed/011-expected.png: Added.
32908         * platform/chromium-mac-snowleopard/svg/text/text-intro-05-t-expected.checksum: Added.
32909         * platform/chromium-mac-snowleopard/svg/text/text-intro-05-t-expected.png: Added.
32910         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.checksum: Added.
32911         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.png: Added.
32912         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: Added.
32913         * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
32915 2011-03-30  Kent Tamura  <tkent@chromium.org>
32917         [Chromium] Add Chromium expectations for h1-in-section-elements.html
32919         * platform/chromium-linux/fast/css/h1-in-section-elements-expected.checksum: Added.
32920         * platform/chromium-linux/fast/css/h1-in-section-elements-expected.png: Added.
32921         * platform/chromium-mac-leopard/fast/css/h1-in-section-elements-expected.checksum: Added.
32922         * platform/chromium-mac-leopard/fast/css/h1-in-section-elements-expected.png: Added.
32923         * platform/chromium-win/fast/css/h1-in-section-elements-expected.checksum: Added.
32924         * platform/chromium-win/fast/css/h1-in-section-elements-expected.png: Added.
32925         * platform/chromium-win/fast/css/h1-in-section-elements-expected.txt: Added.
32926         * platform/chromium/test_expectations.txt:
32928 2011-03-29  Nikolas Zimmermann  <nzimmermann@rim.com>
32930         Reviewed by Eric Seidel.
32932         REGRESSION (r68976): Incorrect bidi rendering in SVG text
32933         https://bugs.webkit.org/show_bug.cgi?id=53980
32935         Add testcase from bug 53980, assuring that BiDi works as well, when using the Unicode directional formatting characters.
32937         * platform/mac/svg/text/bidi-embedded-direction-expected.checksum: Added.
32938         * platform/mac/svg/text/bidi-embedded-direction-expected.png: Added.
32939         * platform/mac/svg/text/bidi-embedded-direction-expected.txt: Added.
32940         * platform/mac/svg/text/bidi-reorder-value-lists-expected.checksum:
32941         * platform/mac/svg/text/bidi-reorder-value-lists-expected.png:
32942         * platform/mac/svg/text/bidi-reorder-value-lists-expected.txt:
32943         * platform/mac/svg/text/font-size-below-point-five-expected.txt: Update result, as text runs aren't created anymore for empty text.
32944         * svg/text/bidi-embedded-direction.svg: Added.
32945         * svg/text/bidi-reorder-value-lists.svg: Extend testcase, to cover more reordering cases.
32947 2011-03-30  Yuta Kitamura  <yutak@chromium.org>
32949         Unreviewed, remove duplicate Chromium test expectations.
32951         * platform/chromium/test_expectations.txt:
32953 2011-03-30  Yuta Kitamura  <yutak@chromium.org>
32955         Unreviewed, add Chromium test expectation for fast/images/move-image-to-new-document.html.
32957         * platform/chromium/test_expectations.txt:
32959 2011-03-30  Kent Tamura  <tkent@chromium.org>
32961         [Chromium] Mark h1-in-section-elements.html FAIL until Chromium bots get results.
32963         * platform/chromium/test_expectations.txt:
32965 2011-03-30  Adam Barth  <abarth@webkit.org>
32967         Remove a bunch of IMAGE only Snow Leopard Chromium failures from the
32968         expectations file.  This will trigger our rebaselining machinery to
32969         make it possible to rebaseline these tests efficiently and accurately,
32970         which I intend to do shortly.
32972         * platform/chromium/test_expectations.txt:
32974 2011-03-30  Adam Barth  <abarth@webkit.org>
32976         Moar chromium-mac-snowleopard results.  These all appear to be correct.
32978         * platform/chromium-mac-snowleopard/animations: Added.
32979         * platform/chromium-mac-snowleopard/animations/3d: Added.
32980         * platform/chromium-mac-snowleopard/animations/3d/matrix-transform-type-animation-expected.checksum: Added.
32981         * platform/chromium-mac-snowleopard/animations/3d/matrix-transform-type-animation-expected.png: Added.
32982         * platform/chromium-mac-snowleopard/animations/3d/state-at-end-event-transform-expected.checksum: Added.
32983         * platform/chromium-mac-snowleopard/animations/3d/state-at-end-event-transform-expected.png: Added.
32984         * platform/chromium-mac-snowleopard/fast/backgrounds/svg-as-background-6-expected.checksum: Added.
32985         * platform/chromium-mac-snowleopard/fast/backgrounds/svg-as-background-6-expected.png: Added.
32986         * platform/chromium-mac-snowleopard/fast/canvas/arc360-expected.checksum: Added.
32987         * platform/chromium-mac-snowleopard/fast/canvas/arc360-expected.png: Added.
32988         * platform/chromium-mac-snowleopard/fast/canvas/canvasDrawingIntoSelf-expected.checksum: Added.
32989         * platform/chromium-mac-snowleopard/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
32990         * platform/chromium-mac-snowleopard/fast/canvas/drawImage-expected.checksum: Added.
32991         * platform/chromium-mac-snowleopard/fast/canvas/drawImage-expected.png: Added.
32992         * platform/chromium-mac-snowleopard/fast/canvas/image-object-in-canvas-expected.checksum: Added.
32993         * platform/chromium-mac-snowleopard/fast/canvas/image-object-in-canvas-expected.png: Added.
32994         * platform/chromium-mac-snowleopard/fast/css/transform-default-parameter-expected.checksum: Added.
32995         * platform/chromium-mac-snowleopard/fast/css/transform-default-parameter-expected.png: Added.
32996         * platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-slider-update-expected.checksum: Added.
32997         * platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-slider-update-expected.png: Added.
32998         * platform/chromium-mac-snowleopard/fast/dom/blur-contenteditable-expected.checksum: Added.
32999         * platform/chromium-mac-snowleopard/fast/dom/blur-contenteditable-expected.png: Added.
33000         * platform/chromium-mac-snowleopard/fast/dom/scroll-reveal-left-overflow-expected.checksum: Added.
33001         * platform/chromium-mac-snowleopard/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
33002         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.checksum: Added.
33003         * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png: Added.
33004         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.checksum: Added.
33005         * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png: Added.
33006         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.checksum: Added.
33007         * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png: Added.
33008         * platform/chromium-mac-snowleopard/fast/forms/input-file-re-render-expected.checksum: Added.
33009         * platform/chromium-mac-snowleopard/fast/forms/input-file-re-render-expected.png: Added.
33010         * platform/chromium-mac-snowleopard/fast/forms/preserveFormDuringResidualStyle-expected.checksum: Added.
33011         * platform/chromium-mac-snowleopard/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
33012         * platform/chromium-mac-snowleopard/fast/forms/search-transformed-expected.checksum: Added.
33013         * platform/chromium-mac-snowleopard/fast/forms/search-transformed-expected.png: Added.
33014         * platform/chromium-mac-snowleopard/fast/forms/slider-padding-expected.checksum: Added.
33015         * platform/chromium-mac-snowleopard/fast/forms/slider-padding-expected.png: Added.
33016         * platform/chromium-mac-snowleopard/fast/inline/inline-box-background-long-image-expected.checksum: Added.
33017         * platform/chromium-mac-snowleopard/fast/inline/inline-box-background-long-image-expected.png: Added.
33018         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.checksum: Added.
33019         * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.png: Added.
33020         * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.checksum: Added.
33021         * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png: Added.
33022         * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.checksum: Added.
33023         * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png: Added.
33024         * platform/chromium-mac-snowleopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Added.
33025         * platform/chromium-mac-snowleopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
33026         * platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.checksum: Added.
33027         * platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.png: Added.
33028         * platform/chromium-mac-snowleopard/fast/text/justify-nbsp-expected.checksum: Added.
33029         * platform/chromium-mac-snowleopard/fast/text/justify-nbsp-expected.png: Added.
33030         * platform/chromium-mac-snowleopard/fonts/monospace-expected.checksum: Added.
33031         * platform/chromium-mac-snowleopard/fonts/monospace-expected.png: Added.
33032         * platform/chromium-mac-snowleopard/http: Added.
33033         * platform/chromium-mac-snowleopard/http/tests: Added.
33034         * platform/chromium-mac-snowleopard/http/tests/misc: Added.
33035         * platform/chromium-mac-snowleopard/http/tests/misc/acid3-expected.checksum: Added.
33036         * platform/chromium-mac-snowleopard/http/tests/misc/acid3-expected.png: Added.
33037         * platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.checksum: Added.
33038         * platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.png: Added.
33039         * platform/chromium-mac-snowleopard/tables/mozilla/core/misc-expected.checksum: Added.
33040         * platform/chromium-mac-snowleopard/tables/mozilla/core/misc-expected.png: Added.
33041         * platform/chromium-mac-snowleopard/tables/mozilla/core/row_span-expected.checksum: Added.
33042         * platform/chromium-mac-snowleopard/tables/mozilla/core/row_span-expected.png: Added.
33043         * platform/chromium-mac-snowleopard/tables/mozilla/other/cell_widths-expected.checksum: Added.
33044         * platform/chromium-mac-snowleopard/tables/mozilla/other/cell_widths-expected.png: Added.
33045         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.checksum: Added.
33046         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added.
33047         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/other: Added.
33048         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.checksum: Added.
33049         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.png: Added.
33050         * platform/chromium-mac-snowleopard/transforms: Added.
33051         * platform/chromium-mac-snowleopard/transforms/no_transform_hit_testing-expected.checksum: Added.
33052         * platform/chromium-mac-snowleopard/transforms/no_transform_hit_testing-expected.png: Added.
33053         * platform/chromium-mac-snowleopard/transforms/svg-vs-css-expected.checksum: Added.
33054         * platform/chromium-mac-snowleopard/transforms/svg-vs-css-expected.png: Added.
33055         * platform/chromium-mac-snowleopard/transitions: Added.
33056         * platform/chromium-mac-snowleopard/transitions/move-after-transition-expected.checksum: Added.
33057         * platform/chromium-mac-snowleopard/transitions/move-after-transition-expected.png: Added.
33059 2011-03-30  Adam Barth  <abarth@webkit.org>
33061         Reviewed by Dan Bernstein.
33063         Update Mac Leopard baselines after r82056
33064         https://bugs.webkit.org/show_bug.cgi?id=57428
33066         These expected results differ from old ones just by a pixel or two.
33067         I suspect they're caused by text metrics differences, but I haven't
33068         confirmed visually.
33070         * platform/mac-leopard/fast/ruby/base-shorter-than-text-expected.txt:
33071         * platform/mac-leopard/fast/text/emphasis-combined-text-expected.txt:
33072         * platform/mac-leopard/fast/text/international/text-combine-image-test-expected.txt:
33074 2011-03-30  Kent Tamura  <tkent@chromium.org>
33076         Reviewed by Ojan Vafai.
33078         H1 element should have different default style if it is in HTML5 sectioning elements.
33079         https://bugs.webkit.org/show_bug.cgi?id=52693
33081         * fast/css/h1-in-section-elements.html: Added.
33082         * platform/mac/fast/css/h1-in-section-elements-expected.checksum: Added.
33083         * platform/mac/fast/css/h1-in-section-elements-expected.png: Added.
33084         * platform/mac/fast/css/h1-in-section-elements-expected.txt: Added.
33086 2011-03-29  Andy Estes  <aestes@apple.com>
33088         Reviewed by Dan Bernstein.
33090         [Snow Leopard WebKit2 Release Tests] fast/images/move-image-to-new-document.html timing out since r82087
33091         https://bugs.webkit.org/show_bug.cgi?id=57347
33093         * fast/images/script-tests/move-image-to-new-document.js: Disable
33094         plug-ins so that the embed portion of the test gets the expected image
33095         loading behavior on bots with QuickTime installed.
33096         * platform/mac-wk2/Skipped: Skip the test in WebKit2 since it doesn't
33097         implement setPluginsEnabled().
33099 2011-03-29  Adam Barth  <abarth@webkit.org>
33101         Remove a bunch of IMAGE only Snow Leopard Chromium failures from the
33102         expectations file.  This will trigger our rebaselining machinery to
33103         make it possible to rebaseline these tests efficiently and accurately,
33104         which I intend to do shortly.
33106         * platform/chromium/test_expectations.txt:
33108 2011-03-29  Adam Barth  <abarth@webkit.org>
33110         Re-land these expected results in the correct directory.
33112         * platform/chromium-mac-snowleopard/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: Added.
33113         * platform/chromium-mac-snowleopard/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Added.
33114         * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-wrap-01-d-g-expected.checksum: Added.
33115         * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: Added.
33116         * platform/chromium-mac-snowleopard/editing/deleting/4845371-expected.checksum: Added.
33117         * platform/chromium-mac-snowleopard/editing/deleting/4845371-expected.png: Added.
33118         * platform/chromium-mac-snowleopard/editing/deleting/5126166-expected.checksum: Added.
33119         * platform/chromium-mac-snowleopard/editing/deleting/5126166-expected.png: Added.
33120         * platform/chromium-mac-snowleopard/editing/deleting/5483370-expected.checksum: Added.
33121         * platform/chromium-mac-snowleopard/editing/deleting/5483370-expected.png: Added.
33122         * platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.checksum: Added.
33123         * platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.png: Added.
33124         * platform/chromium-mac-snowleopard/editing/inserting/4875189-2-expected.checksum: Added.
33125         * platform/chromium-mac-snowleopard/editing/inserting/4875189-2-expected.png: Added.
33126         * platform/chromium-mac-snowleopard/editing/pasteboard/5387578-expected.checksum: Added.
33127         * platform/chromium-mac-snowleopard/editing/pasteboard/5387578-expected.png: Added.
33128         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-table-cells-expected.checksum: Added.
33129         * platform/chromium-mac-snowleopard/editing/pasteboard/paste-table-cells-expected.png: Added.
33130         * platform/chromium-mac-snowleopard/fast/backgrounds: Added.
33131         * platform/chromium-mac-snowleopard/fast/backgrounds/repeat: Added.
33132         * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-expected.checksum: Added.
33133         * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-expected.png: Added.
33134         * platform/chromium-mac-snowleopard/fast/block/float: Added.
33135         * platform/chromium-mac-snowleopard/fast/block/float/014-expected.checksum: Added.
33136         * platform/chromium-mac-snowleopard/fast/block/float/014-expected.png: Added.
33137         * platform/chromium-mac-snowleopard/fast/block/float/clear-element-too-wide-for-containing-block-expected.checksum: Added.
33138         * platform/chromium-mac-snowleopard/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: Added.
33139         * platform/chromium-mac-snowleopard/fast/borders: Added.
33140         * platform/chromium-mac-snowleopard/fast/borders/border-radius-inline-flow-expected.checksum: Added.
33141         * platform/chromium-mac-snowleopard/fast/borders/border-radius-inline-flow-expected.png: Added.
33142         * platform/chromium-mac-snowleopard/fast/canvas: Added.
33143         * platform/chromium-mac-snowleopard/fast/canvas/canvas-zoom-expected.checksum: Added.
33144         * platform/chromium-mac-snowleopard/fast/canvas/canvas-zoom-expected.png: Added.
33145         * platform/chromium-mac-snowleopard/fast/canvas/image-pattern-rotate-expected.checksum: Added.
33146         * platform/chromium-mac-snowleopard/fast/canvas/image-pattern-rotate-expected.png: Added.
33147         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement: Added.
33148         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum: Added.
33149         * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
33150         * platform/chromium-mac-snowleopard/fast/forms/input-align-image-expected.checksum: Added.
33151         * platform/chromium-mac-snowleopard/fast/forms/input-align-image-expected.png: Added.
33152         * platform/chromium-mac-snowleopard/fast/forms/input-type-change-expected.checksum: Added.
33153         * platform/chromium-mac-snowleopard/fast/forms/input-type-change-expected.png: Added.
33154         * platform/chromium-mac-snowleopard/fast/forms/listbox-bidi-align-expected.checksum: Added.
33155         * platform/chromium-mac-snowleopard/fast/forms/listbox-bidi-align-expected.png: Added.
33156         * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.checksum: Added.
33157         * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png: Added.
33158         * platform/chromium-mac-snowleopard/fast/images: Added.
33159         * platform/chromium-mac-snowleopard/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.checksum: Added.
33160         * platform/chromium-mac-snowleopard/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png: Added.
33161         * platform/chromium-mac-snowleopard/fast/inline-block: Added.
33162         * platform/chromium-mac-snowleopard/fast/inline-block/14498-positionForCoordinates-expected.checksum: Added.
33163         * platform/chromium-mac-snowleopard/fast/inline-block/14498-positionForCoordinates-expected.png: Added.
33164         * platform/chromium-mac-snowleopard/fast/inline/inline-focus-ring-expected.checksum: Added.
33165         * platform/chromium-mac-snowleopard/fast/inline/inline-focus-ring-expected.png: Added.
33166         * platform/chromium-mac-snowleopard/fast/multicol/margin-collapse-expected.checksum: Added.
33167         * platform/chromium-mac-snowleopard/fast/multicol/margin-collapse-expected.png: Added.
33168         * platform/chromium-mac-snowleopard/fast/multicol/max-height-columns-block-expected.checksum: Added.
33169         * platform/chromium-mac-snowleopard/fast/multicol/max-height-columns-block-expected.png: Added.
33170         * platform/chromium-mac-snowleopard/fast/multicol/positioned-split-expected.checksum: Added.
33171         * platform/chromium-mac-snowleopard/fast/multicol/positioned-split-expected.png: Added.
33172         * platform/chromium-mac-snowleopard/fast/multicol/single-line-expected.checksum: Added.
33173         * platform/chromium-mac-snowleopard/fast/multicol/single-line-expected.png: Added.
33174         * platform/chromium-mac-snowleopard/fast/multicol/table-margin-collapse-expected.checksum: Added.
33175         * platform/chromium-mac-snowleopard/fast/multicol/table-margin-collapse-expected.png: Added.
33176         * platform/chromium-mac-snowleopard/fast/multicol/unsplittable-inline-block-expected.checksum: Added.
33177         * platform/chromium-mac-snowleopard/fast/multicol/unsplittable-inline-block-expected.png: Added.
33178         * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.checksum: Added.
33179         * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png: Added.
33180         * platform/chromium-mac-snowleopard/fast/replaced/image-onload-expected.checksum: Added.
33181         * platform/chromium-mac-snowleopard/fast/replaced/image-onload-expected.png: Added.
33182         * platform/chromium-mac-snowleopard/fast/replaced/image-sizing-expected.checksum: Added.
33183         * platform/chromium-mac-snowleopard/fast/replaced/image-sizing-expected.png: Added.
33184         * platform/chromium-mac-snowleopard/fast/text/basic: Added.
33185         * platform/chromium-mac-snowleopard/fast/text/basic/002-expected.checksum: Added.
33186         * platform/chromium-mac-snowleopard/fast/text/basic/002-expected.png: Added.
33187         * platform/chromium-mac-snowleopard/fast/text/drawBidiText-expected.checksum: Added.
33188         * platform/chromium-mac-snowleopard/fast/text/drawBidiText-expected.png: Added.
33189         * platform/chromium-mac-snowleopard/fast/text/word-break-soft-hyphen-expected.checksum: Added.
33190         * platform/chromium-mac-snowleopard/fast/text/word-break-soft-hyphen-expected.png: Added.
33191         * platform/chromium-mac-snowleopard/media/video-transformed-expected.checksum: Added.
33192         * platform/chromium-mac-snowleopard/media/video-transformed-expected.png: Added.
33193         * platform/chromium-mac-snowleopard/scrollbars: Added.
33194         * platform/chromium-mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.checksum: Added.
33195         * platform/chromium-mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.png: Added.
33196         * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.checksum: Added.
33197         * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
33198         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1: Added.
33199         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Added.
33200         * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
33201         * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.checksum: Added.
33202         * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png: Added.
33203         * platform/chromium-mac-snowleopard/svg/dynamic-updates: Added.
33204         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.checksum: Added.
33205         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Added.
33206         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.checksum: Added.
33207         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Added.
33208         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.checksum: Added.
33209         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Added.
33210         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.checksum: Added.
33211         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Added.
33212         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.checksum: Added.
33213         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Added.
33214         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.checksum: Added.
33215         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Added.
33216         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.checksum: Added.
33217         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Added.
33218         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.checksum: Added.
33219         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added.
33220         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.checksum: Added.
33221         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
33222         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.checksum: Added.
33223         * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added.
33224         * platform/chromium-mac-snowleopard/svg/filters: Added.
33225         * platform/chromium-mac-snowleopard/svg/filters/filterRes-expected.checksum: Added.
33226         * platform/chromium-mac-snowleopard/svg/filters/filterRes-expected.png: Added.
33227         * platform/chromium-mac-snowleopard/svg/text: Added.
33228         * platform/chromium-mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.checksum: Added.
33229         * platform/chromium-mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.png: Added.
33230         * platform/chromium-mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: Added.
33231         * platform/chromium-mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Added.
33232         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum: Added.
33233         * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png: Added.
33235 2011-03-29  Adam Barth  <abarth@webkit.org>
33237         Revert previous change.  These should have gone into the Chromium Snow
33238         Leopard folder.  (Thanks to mrowe for pointing out my error.)
33240         * platform/mac-snowleopard/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: Removed.
33241         * platform/mac-snowleopard/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Removed.
33242         * platform/mac-snowleopard/css2.1/t0905-c414-flt-wrap-01-d-g-expected.checksum: Removed.
33243         * platform/mac-snowleopard/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: Removed.
33244         * platform/mac-snowleopard/editing/deleting/4845371-expected.checksum: Removed.
33245         * platform/mac-snowleopard/editing/deleting/4845371-expected.png: Removed.
33246         * platform/mac-snowleopard/editing/deleting/5126166-expected.checksum: Removed.
33247         * platform/mac-snowleopard/editing/deleting/5126166-expected.png: Removed.
33248         * platform/mac-snowleopard/editing/deleting/5483370-expected.checksum: Removed.
33249         * platform/mac-snowleopard/editing/deleting/5483370-expected.png: Removed.
33250         * platform/mac-snowleopard/editing/deleting/table-cells-expected.checksum: Removed.
33251         * platform/mac-snowleopard/editing/deleting/table-cells-expected.png: Removed.
33252         * platform/mac-snowleopard/editing/inserting/4875189-2-expected.checksum: Removed.
33253         * platform/mac-snowleopard/editing/inserting/4875189-2-expected.png: Removed.
33254         * platform/mac-snowleopard/editing/pasteboard/5387578-expected.checksum: Removed.
33255         * platform/mac-snowleopard/editing/pasteboard/5387578-expected.png: Removed.
33256         * platform/mac-snowleopard/editing/pasteboard/paste-table-cells-expected.checksum: Removed.
33257         * platform/mac-snowleopard/editing/pasteboard/paste-table-cells-expected.png: Removed.
33258         * platform/mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-expected.checksum: Removed.
33259         * platform/mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-expected.png: Removed.
33260         * platform/mac-snowleopard/fast/block/float/014-expected.checksum: Removed.
33261         * platform/mac-snowleopard/fast/block/float/014-expected.png: Removed.
33262         * platform/mac-snowleopard/fast/block/float/clear-element-too-wide-for-containing-block-expected.checksum: Removed.
33263         * platform/mac-snowleopard/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: Removed.
33264         * platform/mac-snowleopard/fast/borders/border-radius-inline-flow-expected.checksum: Removed.
33265         * platform/mac-snowleopard/fast/borders/border-radius-inline-flow-expected.png: Removed.
33266         * platform/mac-snowleopard/fast/canvas/canvas-zoom-expected.checksum: Removed.
33267         * platform/mac-snowleopard/fast/canvas/canvas-zoom-expected.png: Removed.
33268         * platform/mac-snowleopard/fast/canvas/image-pattern-rotate-expected.checksum: Removed.
33269         * platform/mac-snowleopard/fast/canvas/image-pattern-rotate-expected.png: Removed.
33270         * platform/mac-snowleopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum: Removed.
33271         * platform/mac-snowleopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Removed.
33272         * platform/mac-snowleopard/fast/forms/input-align-image-expected.checksum: Removed.
33273         * platform/mac-snowleopard/fast/forms/input-align-image-expected.png: Removed.
33274         * platform/mac-snowleopard/fast/forms/input-type-change-expected.checksum: Removed.
33275         * platform/mac-snowleopard/fast/forms/input-type-change-expected.png: Removed.
33276         * platform/mac-snowleopard/fast/forms/listbox-bidi-align-expected.checksum: Removed.
33277         * platform/mac-snowleopard/fast/forms/listbox-bidi-align-expected.png: Removed.
33278         * platform/mac-snowleopard/fast/forms/textfield-focus-ring-expected.checksum: Removed.
33279         * platform/mac-snowleopard/fast/forms/textfield-focus-ring-expected.png: Removed.
33280         * platform/mac-snowleopard/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.checksum: Removed.
33281         * platform/mac-snowleopard/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png: Removed.
33282         * platform/mac-snowleopard/fast/inline-block/14498-positionForCoordinates-expected.checksum: Removed.
33283         * platform/mac-snowleopard/fast/inline-block/14498-positionForCoordinates-expected.png: Removed.
33284         * platform/mac-snowleopard/fast/inline/inline-focus-ring-expected.checksum: Removed.
33285         * platform/mac-snowleopard/fast/inline/inline-focus-ring-expected.png: Removed.
33286         * platform/mac-snowleopard/fast/multicol/margin-collapse-expected.checksum: Removed.
33287         * platform/mac-snowleopard/fast/multicol/margin-collapse-expected.png: Removed.
33288         * platform/mac-snowleopard/fast/multicol/max-height-columns-block-expected.checksum: Removed.
33289         * platform/mac-snowleopard/fast/multicol/max-height-columns-block-expected.png: Removed.
33290         * platform/mac-snowleopard/fast/multicol/positioned-split-expected.checksum: Removed.
33291         * platform/mac-snowleopard/fast/multicol/positioned-split-expected.png: Removed.
33292         * platform/mac-snowleopard/fast/multicol/single-line-expected.checksum: Removed.
33293         * platform/mac-snowleopard/fast/multicol/single-line-expected.png: Removed.
33294         * platform/mac-snowleopard/fast/multicol/table-margin-collapse-expected.checksum: Removed.
33295         * platform/mac-snowleopard/fast/multicol/table-margin-collapse-expected.png: Removed.
33296         * platform/mac-snowleopard/fast/multicol/unsplittable-inline-block-expected.checksum: Removed.
33297         * platform/mac-snowleopard/fast/multicol/unsplittable-inline-block-expected.png: Removed.
33298         * platform/mac-snowleopard/fast/replaced/absolute-image-sizing-expected.checksum: Removed.
33299         * platform/mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png: Removed.
33300         * platform/mac-snowleopard/fast/replaced/image-onload-expected.checksum: Removed.
33301         * platform/mac-snowleopard/fast/replaced/image-onload-expected.png: Removed.
33302         * platform/mac-snowleopard/fast/replaced/image-sizing-expected.checksum: Removed.
33303         * platform/mac-snowleopard/fast/replaced/image-sizing-expected.png: Removed.
33304         * platform/mac-snowleopard/fast/text/basic/002-expected.checksum: Removed.
33305         * platform/mac-snowleopard/fast/text/basic/002-expected.png: Removed.
33306         * platform/mac-snowleopard/fast/text/drawBidiText-expected.checksum: Removed.
33307         * platform/mac-snowleopard/fast/text/drawBidiText-expected.png: Removed.
33308         * platform/mac-snowleopard/fast/text/word-break-soft-hyphen-expected.checksum: Removed.
33309         * platform/mac-snowleopard/fast/text/word-break-soft-hyphen-expected.png: Removed.
33310         * platform/mac-snowleopard/media/video-transformed-expected.checksum: Removed.
33311         * platform/mac-snowleopard/media/video-transformed-expected.png: Removed.
33312         * platform/mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.checksum: Removed.
33313         * platform/mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.png: Removed.
33314         * platform/mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.checksum: Removed.
33315         * platform/mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png: Removed.
33316         * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Removed.
33317         * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Removed.
33318         * platform/mac-snowleopard/svg/custom/focus-ring-expected.checksum: Removed.
33319         * platform/mac-snowleopard/svg/custom/focus-ring-expected.png: Removed.
33320         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.checksum: Removed.
33321         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Removed.
33322         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.checksum: Removed.
33323         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Removed.
33324         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.checksum: Removed.
33325         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Removed.
33326         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.checksum: Removed.
33327         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Removed.
33328         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.checksum: Removed.
33329         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Removed.
33330         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.checksum: Removed.
33331         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Removed.
33332         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.checksum: Removed.
33333         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Removed.
33334         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.checksum: Removed.
33335         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Removed.
33336         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.checksum: Removed.
33337         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Removed.
33338         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.checksum: Removed.
33339         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Removed.
33340         * platform/mac-snowleopard/svg/filters/filterRes-expected.checksum: Removed.
33341         * platform/mac-snowleopard/svg/filters/filterRes-expected.png: Removed.
33342         * platform/mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.checksum: Removed.
33343         * platform/mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.png: Removed.
33344         * platform/mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: Removed.
33345         * platform/mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Removed.
33346         * platform/mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum: Removed.
33347         * platform/mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png: Removed.
33349 2011-03-29  Adam Barth  <abarth@webkit.org>
33351         Update Snow Leopard baselines.
33353         * platform/mac-snowleopard/css2.1: Added.
33354         * platform/mac-snowleopard/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: Added.
33355         * platform/mac-snowleopard/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Added.
33356         * platform/mac-snowleopard/css2.1/t0905-c414-flt-wrap-01-d-g-expected.checksum: Added.
33357         * platform/mac-snowleopard/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: Added.
33358         * platform/mac-snowleopard/editing: Added.
33359         * platform/mac-snowleopard/editing/deleting: Added.
33360         * platform/mac-snowleopard/editing/deleting/4845371-expected.checksum: Added.
33361         * platform/mac-snowleopard/editing/deleting/4845371-expected.png: Added.
33362         * platform/mac-snowleopard/editing/deleting/5126166-expected.checksum: Added.
33363         * platform/mac-snowleopard/editing/deleting/5126166-expected.png: Added.
33364         * platform/mac-snowleopard/editing/deleting/5483370-expected.checksum: Added.
33365         * platform/mac-snowleopard/editing/deleting/5483370-expected.png: Added.
33366         * platform/mac-snowleopard/editing/deleting/table-cells-expected.checksum: Added.
33367         * platform/mac-snowleopard/editing/deleting/table-cells-expected.png: Added.
33368         * platform/mac-snowleopard/editing/inserting: Added.
33369         * platform/mac-snowleopard/editing/inserting/4875189-2-expected.checksum: Added.
33370         * platform/mac-snowleopard/editing/inserting/4875189-2-expected.png: Added.
33371         * platform/mac-snowleopard/editing/pasteboard: Added.
33372         * platform/mac-snowleopard/editing/pasteboard/5387578-expected.checksum: Added.
33373         * platform/mac-snowleopard/editing/pasteboard/5387578-expected.png: Added.
33374         * platform/mac-snowleopard/editing/pasteboard/paste-table-cells-expected.checksum: Added.
33375         * platform/mac-snowleopard/editing/pasteboard/paste-table-cells-expected.png: Added.
33376         * platform/mac-snowleopard/fast/backgrounds: Added.
33377         * platform/mac-snowleopard/fast/backgrounds/repeat: Added.
33378         * platform/mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-expected.checksum: Added.
33379         * platform/mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-expected.png: Added.
33380         * platform/mac-snowleopard/fast/block: Added.
33381         * platform/mac-snowleopard/fast/block/float: Added.
33382         * platform/mac-snowleopard/fast/block/float/014-expected.checksum: Added.
33383         * platform/mac-snowleopard/fast/block/float/014-expected.png: Added.
33384         * platform/mac-snowleopard/fast/block/float/clear-element-too-wide-for-containing-block-expected.checksum: Added.
33385         * platform/mac-snowleopard/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: Added.
33386         * platform/mac-snowleopard/fast/borders: Added.
33387         * platform/mac-snowleopard/fast/borders/border-radius-inline-flow-expected.checksum: Added.
33388         * platform/mac-snowleopard/fast/borders/border-radius-inline-flow-expected.png: Added.
33389         * platform/mac-snowleopard/fast/canvas: Added.
33390         * platform/mac-snowleopard/fast/canvas/canvas-zoom-expected.checksum: Added.
33391         * platform/mac-snowleopard/fast/canvas/canvas-zoom-expected.png: Added.
33392         * platform/mac-snowleopard/fast/canvas/image-pattern-rotate-expected.checksum: Added.
33393         * platform/mac-snowleopard/fast/canvas/image-pattern-rotate-expected.png: Added.
33394         * platform/mac-snowleopard/fast/dom: Added.
33395         * platform/mac-snowleopard/fast/dom/HTMLMeterElement: Added.
33396         * platform/mac-snowleopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum: Added.
33397         * platform/mac-snowleopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
33398         * platform/mac-snowleopard/fast/forms/input-align-image-expected.checksum: Added.
33399         * platform/mac-snowleopard/fast/forms/input-align-image-expected.png: Added.
33400         * platform/mac-snowleopard/fast/forms/input-type-change-expected.checksum: Added.
33401         * platform/mac-snowleopard/fast/forms/input-type-change-expected.png: Added.
33402         * platform/mac-snowleopard/fast/forms/listbox-bidi-align-expected.checksum: Added.
33403         * platform/mac-snowleopard/fast/forms/listbox-bidi-align-expected.png: Added.
33404         * platform/mac-snowleopard/fast/forms/textfield-focus-ring-expected.checksum: Added.
33405         * platform/mac-snowleopard/fast/forms/textfield-focus-ring-expected.png: Added.
33406         * platform/mac-snowleopard/fast/images: Added.
33407         * platform/mac-snowleopard/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.checksum: Added.
33408         * platform/mac-snowleopard/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png: Added.
33409         * platform/mac-snowleopard/fast/inline: Added.
33410         * platform/mac-snowleopard/fast/inline-block: Added.
33411         * platform/mac-snowleopard/fast/inline-block/14498-positionForCoordinates-expected.checksum: Added.
33412         * platform/mac-snowleopard/fast/inline-block/14498-positionForCoordinates-expected.png: Added.
33413         * platform/mac-snowleopard/fast/inline/inline-focus-ring-expected.checksum: Added.
33414         * platform/mac-snowleopard/fast/inline/inline-focus-ring-expected.png: Added.
33415         * platform/mac-snowleopard/fast/multicol: Added.
33416         * platform/mac-snowleopard/fast/multicol/margin-collapse-expected.checksum: Added.
33417         * platform/mac-snowleopard/fast/multicol/margin-collapse-expected.png: Added.
33418         * platform/mac-snowleopard/fast/multicol/max-height-columns-block-expected.checksum: Added.
33419         * platform/mac-snowleopard/fast/multicol/max-height-columns-block-expected.png: Added.
33420         * platform/mac-snowleopard/fast/multicol/positioned-split-expected.checksum: Added.
33421         * platform/mac-snowleopard/fast/multicol/positioned-split-expected.png: Added.
33422         * platform/mac-snowleopard/fast/multicol/single-line-expected.checksum: Added.
33423         * platform/mac-snowleopard/fast/multicol/single-line-expected.png: Added.
33424         * platform/mac-snowleopard/fast/multicol/table-margin-collapse-expected.checksum: Added.
33425         * platform/mac-snowleopard/fast/multicol/table-margin-collapse-expected.png: Added.
33426         * platform/mac-snowleopard/fast/multicol/unsplittable-inline-block-expected.checksum: Added.
33427         * platform/mac-snowleopard/fast/multicol/unsplittable-inline-block-expected.png: Added.
33428         * platform/mac-snowleopard/fast/replaced: Added.
33429         * platform/mac-snowleopard/fast/replaced/absolute-image-sizing-expected.checksum: Added.
33430         * platform/mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png: Added.
33431         * platform/mac-snowleopard/fast/replaced/image-onload-expected.checksum: Added.
33432         * platform/mac-snowleopard/fast/replaced/image-onload-expected.png: Added.
33433         * platform/mac-snowleopard/fast/replaced/image-sizing-expected.checksum: Added.
33434         * platform/mac-snowleopard/fast/replaced/image-sizing-expected.png: Added.
33435         * platform/mac-snowleopard/fast/text/basic: Added.
33436         * platform/mac-snowleopard/fast/text/basic/002-expected.checksum: Added.
33437         * platform/mac-snowleopard/fast/text/basic/002-expected.png: Added.
33438         * platform/mac-snowleopard/fast/text/drawBidiText-expected.checksum: Added.
33439         * platform/mac-snowleopard/fast/text/drawBidiText-expected.png: Added.
33440         * platform/mac-snowleopard/fast/text/word-break-soft-hyphen-expected.checksum: Added.
33441         * platform/mac-snowleopard/fast/text/word-break-soft-hyphen-expected.png: Added.
33442         * platform/mac-snowleopard/media: Added.
33443         * platform/mac-snowleopard/media/video-transformed-expected.checksum: Added.
33444         * platform/mac-snowleopard/media/video-transformed-expected.png: Added.
33445         * platform/mac-snowleopard/scrollbars: Added.
33446         * platform/mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.checksum: Added.
33447         * platform/mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.png: Added.
33448         * platform/mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.checksum: Added.
33449         * platform/mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
33450         * platform/mac-snowleopard/svg/W3C-SVG-1.1: Added.
33451         * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Added.
33452         * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
33453         * platform/mac-snowleopard/svg/custom: Added.
33454         * platform/mac-snowleopard/svg/custom/focus-ring-expected.checksum: Added.
33455         * platform/mac-snowleopard/svg/custom/focus-ring-expected.png: Added.
33456         * platform/mac-snowleopard/svg/dynamic-updates: Added.
33457         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.checksum: Added.
33458         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Added.
33459         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.checksum: Added.
33460         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Added.
33461         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.checksum: Added.
33462         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Added.
33463         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.checksum: Added.
33464         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Added.
33465         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.checksum: Added.
33466         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Added.
33467         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.checksum: Added.
33468         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Added.
33469         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.checksum: Added.
33470         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Added.
33471         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.checksum: Added.
33472         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added.
33473         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.checksum: Added.
33474         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
33475         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.checksum: Added.
33476         * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added.
33477         * platform/mac-snowleopard/svg/filters: Added.
33478         * platform/mac-snowleopard/svg/filters/filterRes-expected.checksum: Added.
33479         * platform/mac-snowleopard/svg/filters/filterRes-expected.png: Added.
33480         * platform/mac-snowleopard/svg/text: Added.
33481         * platform/mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.checksum: Added.
33482         * platform/mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.png: Added.
33483         * platform/mac-snowleopard/tables: Added.
33484         * platform/mac-snowleopard/tables/mozilla: Added.
33485         * platform/mac-snowleopard/tables/mozilla/core: Added.
33486         * platform/mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: Added.
33487         * platform/mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Added.
33488         * platform/mac-snowleopard/tables/mozilla_expected_failures: Added.
33489         * platform/mac-snowleopard/tables/mozilla_expected_failures/bugs: Added.
33490         * platform/mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum: Added.
33491         * platform/mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png: Added.
33493 2011-03-29  Kent Tamura  <tkent@chromium.org>
33495         [Chromium] Add expectations for a test added in r82386.
33497         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.checksum: Added.
33498         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png: Added.
33499         * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt: Added.
33500         * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.checksum: Added.
33501         * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png: Added.
33502         * platform/chromium-win/fast/forms/validation-message-appearance-expected.checksum: Added.
33503         * platform/chromium-win/fast/forms/validation-message-appearance-expected.png: Added.
33504         * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt: Added.
33506 2011-03-29  Kent Tamura  <tkent@chromium.org>
33508         Reviewed by Dimitri Glazkov.
33510         Make validation message bubble testable
33511         https://bugs.webkit.org/show_bug.cgi?id=57290
33513         Add a new test for validation message bubble, and skip it on non-Mac platforms.
33515         * fast/forms/validation-message-appearance.html: Added.
33516         * platform/chromium/test_expectations.txt:
33517         * platform/gtk/Skipped:
33518         * platform/mac/fast/forms/validation-message-appearance-expected.checksum: Added.
33519         * platform/mac/fast/forms/validation-message-appearance-expected.png: Added.
33520         * platform/mac/fast/forms/validation-message-appearance-expected.txt: Added.
33521         * platform/qt/Skipped:
33522         * platform/win/Skipped:
33524 2011-03-29  Adam Barth  <abarth@webkit.org>
33526         Document that we're now passing these tests.
33528         * platform/chromium/test_expectations.txt:
33530 2011-03-29  Adam Barth  <abarth@webkit.org>
33532         Add missing PNGs.  These PNGs match the checksums.
33534         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Added.
33535         * platform/chromium-mac/tables/mozilla/bugs/bug1271-expected.png: Added.
33537 2011-03-29  Tony Gentilcore  <tonyg@chromium.org>
33539         Reviewed by Adam Barth.
33541         Teach the preload scanner about &lt;input type=image&gt;
33542         https://bugs.webkit.org/show_bug.cgi?id=57404
33544         * fast/preloader/input-expected.txt: Added.
33545         * fast/preloader/input.html: Added.
33547 2011-03-29  Kent Tamura  <tkent@chromium.org>
33549         Reviewed by Dimitri Glazkov.
33551         [Mac] Enable interactive-validation tests on Mac DRT
33552         https://bugs.webkit.org/show_bug.cgi?id=57308
33554         * fast/forms/interactive-validation-prevented-expected.txt: Fix a wrong expectation.
33555         * platform/chromium/test_expectations.txt:
33556           Update expectation of interactive-validation-prevented.html.
33557         * platform/mac/Skipped: Unskip interactive-validation except
33558           interactive-validation-lost-focusable.html, which doesn't pass for now.
33560 2011-03-29  Martin Robinson  <mrobinson@igalia.com>
33562         [GTK] [DRT] GtkScrolledWindow adds three pixels of padding between the WebView and the scrollbar
33563         https://bugs.webkit.org/show_bug.cgi?id=57067
33565         Update the last set of GTK+ results after r82343.
33567         * platform/gtk: Update the last set of GTK+ results.
33569 2011-03-29  Adam Barth  <abarth@webkit.org>
33571         Revert previous change now that the roll is in.
33573         * platform/chromium/test_expectations.txt:
33575 2011-03-29  Adam Barth  <abarth@webkit.org>
33577         These tests are actually fine, I just can't figure out how to make the
33578         bot happy.  I'm going to try rolling and then continue beating my head
33579         against the bot.
33581         * platform/chromium/test_expectations.txt:
33583 2011-03-29  Adam Barth  <abarth@webkit.org>
33585         Attempt to fix Chromium Mac Canary.  It's unclear whether removing
33586         these files will help, but it's worth a try.
33588         * platform/chromium-mac-leopard/media/video-transformed-expected.checksum: Removed.
33589         * platform/chromium-mac-leopard/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: Removed.
33590         * platform/chromium-mac-snowleopard/fast/forms/listbox-bidi-align-expected.checksum: Removed.
33591         * platform/chromium-mac-snowleopard/fast/forms/listbox-bidi-align-expected.png: Removed.
33592         * platform/chromium-mac-snowleopard/fast/text/drawBidiText-expected.checksum: Removed.
33593         * platform/chromium-mac-snowleopard/fast/text/drawBidiText-expected.png: Removed.
33594         * platform/chromium-mac-snowleopard/media/video-transformed-expected.checksum: Removed.
33595         * platform/chromium-mac-snowleopard/media/video-transformed-expected.png: Removed.
33596         * platform/chromium-mac/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
33598 2011-03-29  Martin Robinson  <mrobinson@igalia.com>
33600         [GTK] [DRT] GtkScrolledWindow adds three pixels of padding between the WebView and the scrollbar
33601         https://bugs.webkit.org/show_bug.cgi?id=57067
33603         Update the GTK+ results in the tables directory after r82343.
33605         * platform/gtk/tables: Update the results in this directory.
33607 2011-03-29  Martin Robinson  <mrobinson@igalia.com>
33609         [GTK] [DRT] GtkScrolledWindow adds three pixels of padding between the WebView and the scrollbar
33610         https://bugs.webkit.org/show_bug.cgi?id=57067
33612         Update CSS and editing GTK+ results after r82343.
33614         * platform/gtk/css1:
33615         * platform/gtk/css2.1:
33616         * platform/gtk/editing:
33618 2011-03-29  Adam Barth  <abarth@webkit.org>
33620         Remove more-specific instances of a general rule.
33622         * platform/chromium/test_expectations.txt:
33624 2011-03-29  Martin Robinson  <mrobinson@igalia.com>
33626         [GTK] [DRT] GtkScrolledWindow adds three pixels of padding between the WebView and the scrollbar
33627         https://bugs.webkit.org/show_bug.cgi?id=57067
33629         Update the GTK+ results in the svg directory after r82343.
33631         * platform/gtk/svg: Update the results in this directory.
33633 2011-03-29  Justin Schuh  <jschuh@chromium.org>
33635         Reviewed by Maciej Stachowiak.
33637         SVGComponentTransferFunctionElement should validate type
33638         https://bugs.webkit.org/show_bug.cgi?id=56960
33640         * svg/filters/feComponentTransfer-style-crash-expected.txt: Added.
33641         * svg/filters/feComponentTransfer-style-crash.xhtml: Added.
33643 2011-03-29  Martin Robinson  <mrobinson@igalia.com>
33645         [GTK] [DRT] GtkScrolledWindow adds three pixels of padding between the WebView and the scrollbar
33646         https://bugs.webkit.org/show_bug.cgi?id=57067
33648         Update the last set of fast GTK+ results after r82343.
33650         * platform/gtk/fast: Update the last set of results in this directory.
33652 2011-03-29  Martin Robinson  <mrobinson@igalia.com>
33654         [GTK] [DRT] GtkScrolledWindow adds three pixels of padding between the WebView and the scrollbar
33655         https://bugs.webkit.org/show_bug.cgi?id=57067
33657         Update more GTK+ results after r82343.
33659         * platform/gtk/fast: Update many more results in this directory.
33661 2011-03-29  Martin Robinson  <mrobinson@igalia.com>
33663         [GTK] [DRT] GtkScrolledWindow adds three pixels of padding between the WebView and the scrollbar
33664         https://bugs.webkit.org/show_bug.cgi?id=57067
33666         Update GTK+ results after r82343.
33668         * platform/gtk/fast: Update many results in this directory.
33670 2011-03-29  Csaba Osztrogonác  <ossy@webkit.org>
33672         [Qt] Add new failing tests to the Skipped list until tomorrow.
33674         * platform/qt/Skipped:
33676 2011-03-29  Gavin Peters  <gavinp@chromium.org>
33678         Reviewed by Tony Gentilcore.
33680         Add beforeload to icon and prefetch link rel types
33681         https://bugs.webkit.org/show_bug.cgi?id=56424
33683         Unfortunately, there's lots of skipped tests, and a chrome failure
33684         expectation here, in a strange disjoint set.  On the chromium
33685         port, favicon loads don't occur in DRT, so the favicon changes are
33686         expected to fail.  On the ports without prefetching, we expect the
33687         prefetching test to fail.
33689         * fast/dom/HTMLLinkElement/prefetch-beforeload-expected.txt: Added.
33690         * fast/dom/HTMLLinkElement/prefetch-beforeload.html: Added.
33691         * http/tests/misc/link-rel-icon-beforeload-expected.txt: Added.
33692         * http/tests/misc/link-rel-icon-beforeload.html: Added.
33693         * platform/chromium/test_expectations.txt:
33694         * platform/gtk/Skipped:
33695         * platform/mac/Skipped:
33696         * platform/qt/Skipped:
33697         * platform/win/Skipped:
33698         * webarchive/test-link-rel-icon-beforeload-expected.webarchive: Added.
33699         * webarchive/test-link-rel-icon-beforeload.html: Added.
33701 2011-03-29  Adam Barth  <abarth@webkit.org>
33703         Moar pixel expectations.
33705         * platform/chromium-mac/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: Added.
33706         * platform/chromium-mac/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Added.
33707         * platform/chromium-mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.checksum:
33708         * platform/chromium-mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png:
33709         * platform/chromium-mac/editing/deleting/4845371-expected.checksum: Added.
33710         * platform/chromium-mac/editing/deleting/4845371-expected.png: Added.
33711         * platform/chromium-mac/editing/deleting/5126166-expected.checksum: Added.
33712         * platform/chromium-mac/editing/deleting/5126166-expected.png: Added.
33713         * platform/chromium-mac/editing/deleting/5483370-expected.checksum: Added.
33714         * platform/chromium-mac/editing/deleting/5483370-expected.png: Added.
33715         * platform/chromium-mac/editing/deleting/table-cells-expected.checksum: Added.
33716         * platform/chromium-mac/editing/deleting/table-cells-expected.png: Added.
33717         * platform/chromium-mac/editing/inserting/4875189-2-expected.checksum: Added.
33718         * platform/chromium-mac/editing/inserting/4875189-2-expected.png: Added.
33719         * platform/chromium-mac/editing/pasteboard/5387578-expected.checksum: Added.
33720         * platform/chromium-mac/editing/pasteboard/5387578-expected.png: Added.
33721         * platform/chromium-mac/editing/pasteboard/paste-table-cells-expected.checksum: Added.
33722         * platform/chromium-mac/editing/pasteboard/paste-table-cells-expected.png: Added.
33723         * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-expected.checksum:
33724         * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
33725         * platform/chromium-mac/fast/block/float/014-expected.checksum:
33726         * platform/chromium-mac/fast/block/float/014-expected.png:
33727         * platform/chromium-mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.checksum: Added.
33728         * platform/chromium-mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: Added.
33729         * platform/chromium-mac/fast/blockflow/background-vertical-rl-expected.png: Added.
33730         * platform/chromium-mac/fast/borders/border-radius-inline-flow-expected.checksum: Added.
33731         * platform/chromium-mac/fast/borders/border-radius-inline-flow-expected.png: Added.
33732         * platform/chromium-mac/fast/canvas/canvas-zoom-expected.checksum: Added.
33733         * platform/chromium-mac/fast/canvas/canvas-zoom-expected.png: Added.
33734         * platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.checksum:
33735         * platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.png:
33736         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum: Added.
33737         * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
33738         * platform/chromium-mac/fast/forms/input-align-image-expected.png: Added.
33739         * platform/chromium-mac/fast/forms/input-type-change-expected.png: Added.
33740         * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.checksum: Added.
33741         * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.png: Added.
33742         * platform/chromium-mac/fast/images/icon-decoding-expected.png: Added.
33743         * platform/chromium-mac/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.checksum:
33744         * platform/chromium-mac/fast/images/pixel-crack-image-background-webkit-transform-scale-expected.png:
33745         * platform/chromium-mac/fast/inline-block: Added.
33746         * platform/chromium-mac/fast/inline-block/14498-positionForCoordinates-expected.checksum: Added.
33747         * platform/chromium-mac/fast/inline-block/14498-positionForCoordinates-expected.png: Added.
33748         * platform/chromium-mac/fast/inline/inline-focus-ring-expected.checksum: Added.
33749         * platform/chromium-mac/fast/inline/inline-focus-ring-expected.png: Added.
33750         * platform/chromium/test_expectations.txt:
33752 2011-03-29  Adam Barth  <abarth@webkit.org>
33754         Previously, I forgot to update the rendertree expectations.
33756         * platform/mac/fast/block/float/float-forced-below-other-floats-expected.txt:
33758 2011-03-29  Emil A Eklund  <eae@chromium.org>
33760         Reviewed by Dimitri Glazkov.
33762         DatasetDOMStringMap::item and ::contains copies attribute name string
33763         https://bugs.webkit.org/show_bug.cgi?id=55645
33765         * fast/dom/script-tests/dataset-expected.txt:
33766         * fast/dom/script-tests/dataset.js:
33767             Added extra test cases for getting fields by property name.
33769 2011-03-29  Adam Barth  <abarth@webkit.org>
33771         Update expected results now that we don't have a scrollbar to worry about.
33773         * platform/mac/fast/block/float/float-forced-below-other-floats-expected.checksum:
33774         * platform/mac/fast/block/float/float-forced-below-other-floats-expected.png:
33776 2011-03-29  Adam Barth  <abarth@webkit.org>
33778         Update expectations.
33780         * platform/chromium-mac/fast/multicol/margin-collapse-expected.checksum: Added.
33781         * platform/chromium-mac/fast/multicol/margin-collapse-expected.png: Added.
33782         * platform/chromium-mac/fast/multicol/max-height-columns-block-expected.checksum: Added.
33783         * platform/chromium-mac/fast/multicol/max-height-columns-block-expected.png: Added.
33784         * platform/chromium-mac/fast/multicol/positioned-split-expected.checksum: Added.
33785         * platform/chromium-mac/fast/multicol/positioned-split-expected.png: Added.
33786         * platform/chromium-mac/fast/multicol/single-line-expected.checksum: Added.
33787         * platform/chromium-mac/fast/multicol/single-line-expected.png: Added.
33788         * platform/chromium-mac/fast/multicol/table-margin-collapse-expected.checksum: Added.
33789         * platform/chromium-mac/fast/multicol/table-margin-collapse-expected.png: Added.
33790         * platform/chromium-mac/fast/multicol/unsplittable-inline-block-expected.checksum: Added.
33791         * platform/chromium-mac/fast/multicol/unsplittable-inline-block-expected.png: Added.
33792         * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.checksum:
33793         * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png:
33794         * platform/chromium-mac/fast/replaced/image-onload-expected.checksum:
33795         * platform/chromium-mac/fast/replaced/image-onload-expected.png:
33796         * platform/chromium-mac/fast/replaced/image-sizing-expected.checksum:
33797         * platform/chromium-mac/fast/replaced/image-sizing-expected.png:
33798         * platform/chromium-mac/fast/replaced/image-tag-expected.png: Added.
33799         * platform/chromium-mac/fast/text/basic/002-expected.checksum: Added.
33800         * platform/chromium-mac/fast/text/basic/002-expected.png: Added.
33801         * platform/chromium-mac/fast/text/word-break-soft-hyphen-expected.checksum: Added.
33802         * platform/chromium-mac/fast/text/word-break-soft-hyphen-expected.png: Added.
33803         * platform/chromium-mac/media/video-transformed-expected.checksum: Added.
33804         * platform/chromium-mac/media/video-transformed-expected.png: Added.
33805         * platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png: Added.
33806         * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
33807         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Added.
33808         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
33809         * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Added.
33810         * platform/chromium-mac/svg/custom/focus-ring-expected.checksum:
33811         * platform/chromium-mac/svg/custom/focus-ring-expected.png:
33812         * platform/chromium-mac/svg/custom/use-in-symbol-with-offset-expected.checksum: Added.
33813         * platform/chromium-mac/svg/custom/use-in-symbol-with-offset-expected.png: Added.
33814         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.checksum:
33815         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
33816         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.checksum:
33817         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
33818         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.checksum:
33819         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
33820         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.checksum:
33821         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
33822         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.checksum:
33823         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
33824         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.checksum:
33825         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
33826         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.checksum:
33827         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
33828         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.checksum:
33829         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
33830         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.checksum:
33831         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
33832         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.checksum:
33833         * platform/chromium-mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
33834         * platform/chromium-mac/svg/filters/filterRes-expected.checksum: Added.
33835         * platform/chromium-mac/svg/filters/filterRes-expected.png: Added.
33836         * platform/chromium-mac/svg/filters/filteredImage-expected.png: Added.
33837         * platform/chromium-mac/svg/text/foreignObject-text-clipping-bug-expected.png: Added.
33838         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: Added.
33839         * platform/chromium-mac/tables/mozilla/bugs/bug120107-expected.png: Added.
33840         * platform/chromium-mac/tables/mozilla/bugs/bug12908-2-expected.png: Added.
33841         * platform/chromium-mac/tables/mozilla/bugs/bug13169-expected.png: Added.
33842         * platform/chromium-mac/tables/mozilla/bugs/bug196870-expected.png: Added.
33843         * platform/chromium-mac/tables/mozilla/bugs/bug50695-2-expected.png: Added.
33844         * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Added.
33845         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png: Added.
33846         * platform/chromium/test_expectations.txt:
33848 2011-03-29  Adam Barth  <abarth@webkit.org>
33850         Green means pass, AFAICT.
33852         * platform/chromium-mac/fast/media/media-query-invalid-value-expected.png: Added.
33853         * platform/chromium-win/fast/media/media-query-invalid-value-expected.png: Added.
33855 2011-03-29  Adam Barth  <abarth@webkit.org>
33857         Update image result due to different text metrics.
33859         * platform/chromium-win/printing/return-from-printing-mode-expected.png: Added.
33861 2011-03-29  Sheriff Bot  <webkit.review.bot@gmail.com>
33863         Unreviewed, rolling out r82317.
33864         http://trac.webkit.org/changeset/82317
33865         https://bugs.webkit.org/show_bug.cgi?id=57387
33867         We do not need these baselines anymore (Requested by
33868         abarth|gardener on #webkit).
33870         * platform/chromium-linux/fast/block/float/float-forced-below-other-floats-expected.checksum: Removed.
33871         * platform/chromium-linux/fast/block/float/float-forced-below-other-floats-expected.png: Removed.
33873 2011-03-29  Adam Barth  <abarth@webkit.org>
33875         Set overflow: hidden so we don't need to have scrollbars in the
33876         results.  I've tested that this still shows what looks like the
33877         intended behavior difference before and after the test.
33879         * fast/block/float/float-forced-below-other-floats.html:
33881 2011-03-29  Adam Barth  <abarth@webkit.org>
33883         Scrollbars are different on different platforms.  Including scrollbars
33884         in tests that don't need them is sadness.
33886         * platform/chromium-linux/fast/block/float/float-forced-below-other-floats-expected.checksum: Added.
33887         * platform/chromium-linux/fast/block/float/float-forced-below-other-floats-expected.png: Added.
33889 2011-03-29  Csaba Osztrogonác  <ossy@webkit.org>
33891         Unreviewed rollout r82282, part of r82288, r82298.
33893         * fast/canvas/rgba-parsing-expected.txt:
33894         * fast/canvas/script-tests/rgba-parsing.js:
33895         * platform/chromium-mac/fast/canvas/rgba-parsing-expected.txt: Removed.
33896         * platform/chromium-win/fast/canvas/rgba-parsing-expected.txt: Removed.
33898 2011-03-29  Jian Li  <jianli@chromium.org>
33900         Reviewed by Adam Barth.
33902         Inline worker powered by blob URL does not work with files URL even if
33903         allowFileAccessFromFileURLs is enabled
33904         https://bugs.webkit.org/show_bug.cgi?id=56063
33906         * fast/files/workers/inline-worker-via-blob-url-expected.txt: Added.
33907         * fast/files/workers/inline-worker-via-blob-url.html: Added.
33909 2011-03-29  Sheriff Bot  <webkit.review.bot@gmail.com>
33911         Unreviewed, rolling out r82295 and r82300.
33912         http://trac.webkit.org/changeset/82295
33913         http://trac.webkit.org/changeset/82300
33914         https://bugs.webkit.org/show_bug.cgi?id=57380
33916         This patch breaks compile on Chromium (Requested by
33917         abarth|gardener on #webkit).
33919         * platform/gtk/accessibility/aria-roles-unignored-expected.txt: Removed.
33920         * platform/gtk/accessibility/aria-roles-unignored.html: Removed.
33922 2011-03-29  David Hyatt  <hyatt@apple.com>
33924         Reviewed by Simon Fraser.
33926         <rdar://problem/9194927> REGRESSION (r81691): Page at www.mondaynote.com lays out incorrectly
33928         Back out the optimization that stopped when it hit the first float. This was an incorrect optimization
33929         and can't be done without more work.
33931         Added fast/block/float/float-below-other-floats.html
33933         * fast/block/float/float-forced-below-other-floats.html: Added.
33934         * platform/mac/fast/block/float/float-forced-below-other-floats-expected.checksum: Added.
33935         * platform/mac/fast/block/float/float-forced-below-other-floats-expected.png: Added.
33936         * platform/mac/fast/block/float/float-forced-below-other-floats-expected.txt: Added.
33938 2011-03-29  Adam Roben  <aroben@apple.com>
33940         Add passing results for a test that passes in WebKit2 but not WebKit1
33942         The WebKit1 failure is tracked by <http://webkit.org/b/57334>.
33944         * platform/win-wk2/http/tests/uri/username-with-no-hostname-expected.txt: Added.
33946 2011-03-29  Adam Barth  <abarth@webkit.org>
33948         Looks like a rounding issue.
33950         * platform/chromium-mac/fast/canvas/rgba-parsing-expected.txt: Added.
33951         * platform/chromium-win/fast/canvas/rgba-parsing-expected.txt: Added.
33953 2011-03-29  Mario Sanchez Prada  <msanchez@igalia.com>
33955         Reviewed by Martin Robinson.
33957         [Gtk] Consistent crash from Google/ARIA combobox click
33958         https://bugs.webkit.org/show_bug.cgi?id=55883
33960         Added new layout test to check this doesn't crash anymore in GTK.
33962         * platform/gtk/accessibility/aria-options-and-menuitems-crash-expected.txt: Added.
33963         * platform/gtk/accessibility/aria-options-and-menuitems-crash.html: Added.
33965 2011-03-29  Mario Sanchez Prada  <msanchez@igalia.com>
33967         Reviewed by Chris Fleizach.
33969         AX: GTK: ARIA role is not respected on <p> <label> <div> and <form>
33970         https://bugs.webkit.org/show_bug.cgi?id=47636
33972         Added new layout test to check that roles are correct in GTK.
33974         * platform/gtk/accessibility/aria-roles-unignored-expected.txt: Added.
33975         * platform/gtk/accessibility/aria-roles-unignored.html: Added.
33977 2011-03-29  Jessie Berlin  <jberlin@apple.com>
33979         [Snow Leopard WebKit2 Release Tests] fast/images/move-image-to-new-document.html timing out
33980         since r82087.
33981         https://bugs.webkit.org/show_bug.cgi?id=57347
33983         Unreviewed, add fast/images/move-image-to-new-document.html to the skipped list in order to
33984         get the bots green.
33986         * platform/mac-wk2/Skipped:
33988 2011-03-29  Philippe Normand  <pnormand@igalia.com>
33990         Unreviewed, GTK rebaseline of fast/forms/listbox-bidi-align.html.
33992         * platform/gtk/fast/forms/listbox-bidi-align-expected.txt:
33994 2011-03-29  Andras Becsi  <abecsi@webkit.org>
33996         Reviewed by Darin Adler.
33998         CSS: Slow parsing of rgb() with percent values
33999         https://bugs.webkit.org/show_bug.cgi?id=16708
34001         Implement fast-path parsing for percentage color values.
34003         Gain ~30% speedup on http://canvex.lazyilluminati.com/misc/3d.html.
34005         * fast/canvas/script-tests/rgba-parsing.js: Add cases to test the consistency.
34007 2011-03-29  Ilya Tikhonovsky  <loislo@chromium.org>
34009         Reviewed by Pavel Feldman.
34011         Web Inspector: extract InspectorPageAgent from InspectorAgent.
34012         https://bugs.webkit.org/show_bug.cgi?id=57327
34014         There are page related methods and inspector related methods in InspectorAgent.
34015         It would be nice to extract page specific methods for future usage the rest of methods in workers debugger.
34017         * http/tests/inspector/inspector-test.js:
34018         (initialize_InspectorTest.InspectorTest.reloadPage):
34020 2011-03-29  Philippe Normand  <pnormand@igalia.com>
34022         Unreviewed, skip failing test on GTK.
34024         * platform/gtk/Skipped: Skip
34025         fast/loader/onload-willSendRequest-null-for-frame.html.
34027 2011-03-29  Philippe Normand  <pnormand@igalia.com>
34029         Unreviewed, GTK baselines for fast/forms/listbox-bidi-align.html,
34030         added in r82200.
34032         * platform/gtk/fast/forms/listbox-bidi-align-expected.checksum: Added.
34033         * platform/gtk/fast/forms/listbox-bidi-align-expected.png: Added.
34034         * platform/gtk/fast/forms/listbox-bidi-align-expected.txt: Added.
34036 2011-03-29  Eric Carlson  <eric.carlson@apple.com>
34038         Reviewed by Dan Bernstein.
34040         playbackRate should not be set to defaultPlaybackRate in play()
34041         https://bugs.webkit.org/show_bug.cgi?id=55943
34043         * media/event-attributes-expected.txt:
34044         * media/video-playbackrate-expected.txt: Added.
34045         * media/video-playbackrate.html: Added.
34047 2011-03-29  Adam Barth  <abarth@webkit.org>
34049         I need to spend some more quality time with the rebaselining tool to
34050         figure out how to make it update these (or I can update them manually
34051         when I catch up).
34053         * platform/chromium/test_expectations.txt:
34055 2011-03-29  Adam Barth  <abarth@webkit.org>
34057         The text renders slightly differently on Snow Leopard.
34059         * platform/chromium-mac-snowleopard/fast/forms/listbox-bidi-align-expected.checksum: Added.
34060         * platform/chromium-mac-snowleopard/fast/forms/listbox-bidi-align-expected.png: Added.
34061         * platform/chromium-mac-snowleopard/fast/text/drawBidiText-expected.checksum: Added.
34062         * platform/chromium-mac-snowleopard/fast/text/drawBidiText-expected.png: Added.
34064 2011-03-29  Philippe Normand  <pnormand@igalia.com>
34066         Reviewed by Martin Robinson.
34068         [GTK] http/tests/uri/username-with-no-hostname.html fails
34069         https://bugs.webkit.org/show_bug.cgi?id=57325
34071         * platform/gtk/Skipped: Unskip fixed test.
34073 2011-03-29  Adam Barth  <abarth@webkit.org>
34075         This test is flaky on Mac too.
34077         * platform/chromium/test_expectations.txt:
34079 2011-03-29  Adam Barth  <abarth@webkit.org>
34081         Add missing expectation (looks like a pass).
34083         * platform/chromium/svg: Added.
34084         * platform/chromium/svg/custom: Added.
34085         * platform/chromium/svg/custom/use-in-symbol-with-offset-expected.checksum: Added.
34086         * platform/chromium/svg/custom/use-in-symbol-with-offset-expected.png: Added.
34088 2011-03-29  Sergio Villar Senin  <svillar@igalia.com>
34090         Unreviewed, skipping a test failing on GTK+ bots.
34092         [GTK] fast/text/justify-ideograph-leading-expansion.html fails on bots
34093         https://bugs.webkit.org/show_bug.cgi?id=57346
34095         * platform/gtk/Skipped:
34097 2011-03-29  Jessie Berlin  <jberlin@apple.com>
34099         webkit2 does not pass tests that require the window to be focused.
34100         https://bugs.webkit.org/show_bug.cgi?id=56988
34102         Unreviewed, update the WK2 expected results for pseudo-any.html after r82183.
34104         * platform/mac-wk2/fast/css/pseudo-any-expected.txt:
34105         * platform/win-wk2/fast/css/pseudo-any-expected.txt:
34107 2011-03-29  Jessie Berlin  <jberlin@apple.com>
34109         Add another test that depends on EventSender to the mac-wk2 Skipped file.
34111         * platform/mac-wk2/Skipped:
34112         Add fast/events/mouse-relative-position.html.
34114 2011-03-29  Adam Roben  <aroben@apple.com>
34116         Add Windows expected semi-failure results after r82189
34118         The test is passing, but we're failing to print out an error message so we don't match the
34119         expected results. Printing the error message is tracked by <http://webkit.org/b/57334>.
34121         * platform/win/http/tests/uri/username-with-no-hostname-expected.txt: Added.
34123 2011-03-29  Alexander Pavlov  <apavlov@chromium.org>
34125         Reviewed by Pavel Feldman.
34127         Web Inspector: Fix handling of the CSSAgent.setStyleSheetText() results in CSSStyleModel.js
34128         https://bugs.webkit.org/show_bug.cgi?id=56310
34130         * inspector/styles/get-set-stylesheet-text-expected.txt: Added.
34131         * inspector/styles/get-set-stylesheet-text.html: Added.
34132         * inspector/styles/resources/get-set-stylesheet-text.css: Added.
34133         (body):
34134         (/* comment before selector */body.main1/* comment after selector */):
34135         (body.main2):
34136         * inspector/styles/styles-add-blank-property.html: Tentatively fix flakiness by waiting for pending dispatches to finish
34137         * inspector/styles/styles-new-API.html:
34139 2011-03-29  Jeremy Moskovich  <jeremy@chromium.org>
34141         Reviewed by Eric Seidel.
34143         Implement text-align:match-parent as -webkit-match-parent.
34144         https://bugs.webkit.org/show_bug.cgi?id=50951
34146         Add tests to verify that the implementation works as expected.
34148         * fast/css/text-align-webkit-match-parent-expected.txt: Added.
34149         * fast/css/text-align-webkit-match-parent-parse-expected.txt: Added.
34150         * fast/css/text-align-webkit-match-parent-parse.html: Added.
34151         * fast/css/text-align-webkit-match-parent.html: Added.
34153 2011-03-29  Adam Roben  <aroben@apple.com>
34155         Add Windows results for new test added in r82200
34157         Windows differs from Mac due to a different scrollbar width within the listbox.
34159         * platform/win/fast/forms/listbox-bidi-align-expected.checksum: Added.
34160         * platform/win/fast/forms/listbox-bidi-align-expected.png: Added.
34161         * platform/win/fast/forms/listbox-bidi-align-expected.txt: Added.
34163 2011-03-29  Leo Yang  <leo.yang@torchmobile.com.cn>
34165         Reviewed by Nikolas Zimmermann.
34167         Incorrect offset of svg <use> element which is in <symbol> element
34168         https://bugs.webkit.org/show_bug.cgi?id=57318
34170         Test case to verify offset of svg <use> element in <symbol> element
34171         is set correctly.
34173         * platform/qt/svg/custom/use-in-symbol-with-offset-expected.checksum: Added.
34174         * platform/qt/svg/custom/use-in-symbol-with-offset-expected.png: Added.
34175         * svg/custom/use-in-symbol-with-offset-expected.txt: Added.
34176         * svg/custom/use-in-symbol-with-offset.svg: Added.
34178 2011-03-29  Pavel Feldman  <pfeldman@chromium.org>
34180         Reviewed by Yury Semikhatsky.
34182         Web Inspector: document Timeline domain, make timeline event types of type string.
34183         https://bugs.webkit.org/show_bug.cgi?id=57299
34185         * inspector/timeline/timeline-enum-stability-expected.txt:
34186         * inspector/timeline/timeline-event-dispatch-expected.txt:
34187         * inspector/timeline/timeline-layout-expected.txt:
34188         * inspector/timeline/timeline-mark-timeline-expected.txt:
34189         * inspector/timeline/timeline-network-resource-expected.txt:
34190         * inspector/timeline/timeline-paint-expected.txt:
34191         * inspector/timeline/timeline-parse-html-expected.txt:
34192         * inspector/timeline/timeline-recalculate-styles-expected.txt:
34193         * inspector/timeline/timeline-script-tag-1-expected.txt:
34194         * inspector/timeline/timeline-script-tag-2-expected.txt:
34195         * inspector/timeline/timeline-test.js:
34196         (initialize_Timeline.InspectorTest.startTimeline):
34197         * platform/chromium/inspector/timeline/timeline-event-dispatch-expected.txt:
34198         * platform/chromium/inspector/timeline/timeline-mark-timeline-expected.txt:
34199         * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt:
34200         * platform/chromium/inspector/timeline/timeline-paint-expected.txt:
34201         * platform/chromium/inspector/timeline/timeline-parse-html-expected.txt:
34203 2011-03-29  Andrey Adaikin  <aandrey@google.com>
34205         Reviewed by Pavel Feldman.
34207         Web Inspector: Fixing live edits tests on chromium.
34208         https://bugs.webkit.org/show_bug.cgi?id=57316
34210         * inspector/debugger/live-edit.html:
34212 2011-03-29  Philippe Normand  <pnormand@igalia.com>
34214         Unreviewed, skip crashing svg test on GTK.
34216         * platform/gtk/Skipped: Skip svg/text/text-deco-01-b.svg
34218 2011-03-29  Pavel Podivilov  <podivilov@chromium.org>
34220         Reviewed by Yury Semikhatsky.
34222         Web Inspector: fix call frames positions in formatted scripts.
34223         https://bugs.webkit.org/show_bug.cgi?id=57036
34225         * inspector/debugger/debugger-eval-while-paused.html:
34227 2011-03-29  Emil A Eklund  <eae@chromium.org>
34229         Reviewed by Darin Adler.
34231         Fix for execCommand("Delete") with an empty selection.
34232         https://bugs.webkit.org/show_bug.cgi?id=56652
34234         Add test for deleting an empty selection from an empty container.
34236         * editing/execCommand/delete-empty-container-expected.txt: Added.
34237         * editing/execCommand/delete-empty-container.html: Added.
34239 2011-03-29  Mikhail Naganov  <mnaganov@chromium.org>
34241         Reviewed by Pavel Feldman.
34243         Web Inspector: [Chromium] Refactor HeapSnapshot-related code to
34244         make sure we don't return big amounts of data to forms.
34245         https://bugs.webkit.org/show_bug.cgi?id=57227
34247         * inspector/profiler/heap-snapshot.html:
34249 2011-03-29  Yuta Kitamura  <yutak@chromium.org>
34251         Unreviewed, updating Chromium test expectations.
34253         * platform/chromium/test_expectations.txt:
34255 2011-03-29  Emil A Eklund  <eae@chromium.org>
34257         Reviewed by Dimitri Glazkov.
34259         Relative mouse coordinates recalculated for target
34260         https://bugs.webkit.org/show_bug.cgi?id=57130
34262         Add mouse event performance test.
34264         * fast/events/mouse-relative-position-expected.txt: Added.
34265         * fast/events/mouse-relative-position.html: Added.
34266         * perf/mouse-event-expected.txt: Added.
34267         * perf/mouse-event.html: Added.
34269 2011-03-29  Philippe Normand  <pnormand@igalia.com>
34271         Unreviewed, skip failing http/tests/uri test on GTK.
34273         * platform/gtk/Skipped:
34275 2011-03-29  Emil A Eklund  <eae@chromium.org>
34277         Reviewed by Darin Adler.
34279         getComputedStyle counterIncrement crash @ WebCore::counterToCSSValue
34280         https://bugs.webkit.org/show_bug.cgi?id=57266
34282         Add test for getComputedStyle(...).counterIncrement without a counter.
34284         * fast/css/getComputedStyle/counterIncrement-without-counter-expected.txt: Added.
34285         * fast/css/getComputedStyle/counterIncrement-without-counter.html: Added.
34287 2011-03-29  Gavin Peters  <gavinp@chromium.org>
34289         Reviewed by Tony Gentilcore.
34291         Implement onerror events for <link rel=prefetch>
34292         https://bugs.webkit.org/show_bug.cgi?id=57182
34294         * fast/dom/HTMLLinkElement/prefetch-onerror-expected.txt: Added.
34295         * fast/dom/HTMLLinkElement/prefetch-onerror.html: Added.
34296         * platform/gtk/Skipped:
34297         * platform/mac/Skipped:
34298         * platform/qt/Skipped:
34299         * platform/win/Skipped:
34301 2011-03-29  Csaba Osztrogonác  <ossy@webkit.org>
34303         http/tests/uri/username-with-no-hostname.html fails after r82151
34304         https://bugs.webkit.org/show_bug.cgi?id=57306
34306         * platform/qt/Skipped: Add http/tests/uri/username-with-no-hostname.html until fix.
34308 2011-03-29  Eric Seidel  <eric@webkit.org>
34310         Reviewed by Ryosuke Niwa.
34312         Add support for parsing unicode-bidi: -webkit-isolate
34313         https://bugs.webkit.org/show_bug.cgi?id=57181
34315         * css3/unicode-bidi-insolate-parse-expected.txt: Added.
34316         * css3/unicode-bidi-insolate-parse.html: Added.
34318 2011-03-29  Philippe Normand  <pnormand@igalia.com>
34320         Unreviewed, GTK rebaseline for r82144.
34322         * platform/gtk/fast/block/positioning/052-expected.checksum:
34323         * platform/gtk/fast/block/positioning/052-expected.png:
34324         * platform/gtk/fast/block/positioning/052-expected.txt:
34325         * platform/gtk/fast/forms/input-appearance-preventDefault-expected.checksum:
34326         * platform/gtk/fast/forms/input-appearance-preventDefault-expected.png:
34327         * platform/gtk/fast/forms/input-appearance-preventDefault-expected.txt:
34329 2011-03-29  Adam Barth  <abarth@webkit.org>
34331         Add GPU expectations for compositing tests (these appear to all be passes).
34333         * platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.checksum:
34334         * platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.png:
34335         * platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.checksum:
34336         * platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.png:
34337         * platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.checksum:
34338         * platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.png:
34339         * platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.checksum:
34340         * platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.png:
34341         * platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.checksum:
34342         * platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
34343         * platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.checksum:
34344         * platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.png:
34345         * platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.checksum:
34346         * platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.png:
34347         * platform/chromium-gpu-mac/compositing/self-painting-layers-expected.checksum:
34348         * platform/chromium-gpu-mac/compositing/self-painting-layers-expected.png:
34349         * platform/chromium-gpu-mac/media/video-display-toggle-expected.checksum:
34350         * platform/chromium-gpu-mac/media/video-display-toggle-expected.png:
34351         * platform/chromium-gpu-mac/media/video-no-audio-expected.checksum:
34352         * platform/chromium-gpu-mac/media/video-no-audio-expected.png:
34353         * platform/chromium-gpu-mac/media/video-volume-slider-expected.checksum:
34354         * platform/chromium-gpu-mac/media/video-volume-slider-expected.png:
34356 2011-03-29  Adam Barth  <abarth@webkit.org>
34358         Update IMAGE results to show test progression (yay!).
34360         * platform/chromium-linux/fast/text/drawBidiText-expected.checksum:
34361         * platform/chromium-linux/fast/text/drawBidiText-expected.png:
34362         * platform/chromium-mac/fast/text/drawBidiText-expected.checksum: Added.
34363         * platform/chromium-mac/fast/text/drawBidiText-expected.png: Added.
34364         * platform/chromium-win-xp/fast/text/drawBidiText-expected.checksum: Added.
34365         * platform/chromium-win-xp/fast/text/drawBidiText-expected.png: Added.
34366         * platform/chromium-win/fast/text/drawBidiText-expected.checksum:
34367         * platform/chromium-win/fast/text/drawBidiText-expected.png:
34369 2011-03-29  Adam Barth  <abarth@webkit.org>
34371         Add Windows baselines.
34373         * platform/chromium-win/fast/forms/listbox-bidi-align-expected.checksum: Added.
34374         * platform/chromium-win/fast/forms/listbox-bidi-align-expected.png: Added.
34375         * platform/chromium-win/fast/forms/listbox-bidi-align-expected.txt: Added.
34377 2011-03-29  Adam Barth  <abarth@webkit.org>
34379         Add platform-specific baselines for listbox-bidi-align.
34381         * platform/chromium-linux/fast/forms/listbox-bidi-align-expected.checksum: Added.
34382         * platform/chromium-linux/fast/forms/listbox-bidi-align-expected.png: Added.
34383         * platform/chromium-linux/fast/forms/listbox-bidi-align-expected.txt: Added.
34384         * platform/chromium-mac/fast/forms/listbox-bidi-align-expected.checksum: Added.
34385         * platform/chromium-mac/fast/forms/listbox-bidi-align-expected.png: Added.
34387 2011-03-29  Adam Klein  <adamk@chromium.org>
34389         Reviewed by Darin Adler.
34391         removeAllInDirectory() layout test helper method can call successCallback twice
34392         https://bugs.webkit.org/show_bug.cgi?id=57136
34394         Fixed to only call successCallback once, thereby avoiding
34395         flakiness in tests which use this function
34396         (see http://crbug.com/77442).
34398         * fast/filesystem/resources/fs-test-util.js:
34399         (removeAllInDirectory):
34400         * http/tests/filesystem/resources/fs-test-util.js:
34401         (removeAllInDirectory):
34403 2011-03-29  Yuta Kitamura  <yutak@chromium.org>
34405         Unreviewed, add Chromium test expectation for http/tests/uri/username-with-no-hostname.html.
34407         * platform/chromium/test_expectations.txt:
34409 2011-03-28  Yuta Kitamura  <yutak@chromium.org>
34411         Unreviewed, fix Chromium test results and expectations.
34413         * platform/chromium-mac-leopard/fast/block/positioning/047-expected.checksum: Added.
34414         * platform/chromium-mac-leopard/fast/block/positioning/047-expected.png: Added.
34415         * platform/chromium-mac/fast/text/justify-ideograph-leading-expansion-expected.txt: Added.
34416         * platform/chromium/test_expectations.txt:
34418 2011-03-28  Ofri Wolfus  <ofri@google.com>
34420         Reviewed by Eric Seidel.
34422         RTL: Select elements with a size attribute are always left aligned.
34423         https://bugs.webkit.org/show_bug.cgi?id=50928
34425         Added support for alignment in RenderListBox.
34427         * fast/forms/listbox-bidi-align.html: Added.
34428         * platform/mac/fast/forms/listbox-bidi-align-expected.checksum: Added.
34429         * platform/mac/fast/forms/listbox-bidi-align-expected.png: Added.
34430         * platform/mac/fast/forms/listbox-bidi-align-expected.txt: Added.
34431         * platform/mac/fast/text/drawBidiText-expected.checksum: Updated.
34432         * platform/mac/fast/text/drawBidiText-expected.png: Updated.
34434 2011-03-28  Yuta Kitamura  <yutak@chromium.org>
34436         Unreviewed. Clean up Chromium test expectations for plugins/embed-prefers-plugins-for-images.html.
34438         * platform/chromium/test_expectations.txt:
34440 2011-03-28  Maciej Stachowiak  <mjs@apple.com>
34442         Fix test results that were accidentally committed with a wrong
34443         result due to a temporary wrong code change.
34445         * http/tests/uri/username-with-no-hostname-expected.txt:
34447 2011-03-28  Andy Estes  <aestes@apple.com>
34449         plugins/embed-prefers-plugins-for-images.html fails on non-Apple platforms.
34450         https://bugs.webkit.org/show_bug.cgi?id=57137
34452         * platform/chromium/test_expectations.txt: Skip the test.
34453         * platform/gtk/Skipped: Ditto.
34454         * platform/qt/Skipped: Ditto.
34456 2011-03-28  Andy Estes  <aestes@apple.com>
34458         Make embed-prefers-plugins-for-images.html pass on all Apple platforms.
34459         https://bugs.webkit.org/show_bug.cgi?id=57137
34461         * platform/mac-leopard/plugins/embed-prefers-plugins-for-images-expected.txt: Removed.
34462         * platform/mac-snowleopard/plugins/embed-prefers-plugins-for-images-expected.txt: Removed.
34463         * platform/mac-wk2/plugins/embed-prefers-plugins-for-images-expected.txt: Removed.
34464         * platform/win/Skipped:
34465         * plugins/embed-prefers-plugins-for-images-expected.txt:
34466         * plugins/embed-prefers-plugins-for-images.html:
34468 2011-03-28  Ojan Vafai  <ojan@chromium.org>
34470         Reviewed by Antti Koivisto.
34472         fix style sharing with :any and sibling selectors
34473         https://bugs.webkit.org/show_bug.cgi?id=57211
34475         Also tests sibling selector style sharing in general since
34476         no existing tests seem to cover that codepath.
34478         * fast/css/sibling-selectors-expected.txt: Added.
34479         * fast/css/sibling-selectors.html: Added.
34481 2011-03-27  Ojan Vafai  <ojan@chromium.org>
34483         Reviewed by Antti Koivisto.
34485         fix :-webkit-any(:last-child)
34486         https://bugs.webkit.org/show_bug.cgi?id=57207
34488         * fast/css/pseudo-any.html:
34490 2011-03-27  Ojan Vafai  <ojan@chromium.org>
34492         Reviewed by Antti Koivisto.
34494         fix :-webkit-any(:last-child)
34495         https://bugs.webkit.org/show_bug.cgi?id=57207
34497         * fast/css/pseudo-any.html:
34499 2011-03-28  Andy Estes  <aestes@apple.com>
34501         Check in failing results for embed-prefers-plugins-for-images-expected.txt in Mac WK2 mode.
34502         https://bugs.webkit.org/show_bug.cgi?id=57137
34504         * platform/mac-wk2/plugins: Added.
34505         * platform/mac-wk2/plugins/embed-prefers-plugins-for-images-expected.txt: Added.
34507 2011-03-28  Maciej Stachowiak  <mjs@apple.com>
34509         Reviewed by Darin Adler.
34511         REGRESSION(r82152): fast/dom/HTMLAnchorElement/set-href-attribute-pathname.html
34512         https://bugs.webkit.org/show_bug.cgi?id=57291
34514         * http/tests/uri/username-with-no-hostname.html: Adjusted test to be more tolerant
34515         of exactly how the image load fails.
34517 2011-03-28  Matthew Delaney  <mdelaney@apple.com>
34519         Reviewed by Adele Peterson.
34521         Updating small batch of gradient expected results files
34522         https://bugs.webkit.org/show_bug.cgi?id=57117
34524         * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.radial.inside2-expected.txt: Added.
34525         * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.radial.inside3-expected.txt: Added.
34526         * platform/mac-snowleopard/canvas/philip/tests/2d.gradient.radial.outside1-expected.txt: Added.
34527         * platform/mac/canvas/philip/tests/2d.gradient.radial.inside2-expected.txt: Removed.
34528         * platform/mac/canvas/philip/tests/2d.gradient.radial.inside3-expected.txt: Removed.
34529         * platform/mac/canvas/philip/tests/2d.gradient.radial.outside1-expected.txt: Removed.
34531 2011-03-28  Jessie Berlin  <jberlin@apple.com>
34533         REGRESSION: http/tests/inspector/console-resource-errors.html failing on WebKit2.
34534         https://bugs.webkit.org/show_bug.cgi?id=56539
34536         Unreviewed, remove the platform-specific failing results to get the bots green.
34537         The test appears to be working in WebKit after r82106 and r82017.
34539         * platform/mac-wk2/http/tests/inspector/console-resource-errors-expected.txt: Removed.
34541 2011-03-28  Vincent Scheib  <scheib@chromium.org>
34543         Chromium test expectation for r82159
34545         * platform/chromium/test_expectations.txt:
34547 2011-03-28  Jessie Berlin  <jberlin@apple.com>
34549         Add another test that depends on EventSender to the mac-wk2 Skipped file.
34551         * platform/mac-wk2/Skipped:
34552         Add fast/events/onchange-text-form-field.html.
34554 2011-03-28  Oliver Hunt  <oliver@apple.com>
34556         Reviewed by Geoffrey Garen.
34558         instanceof Array test fails when using iframes
34559         https://bugs.webkit.org/show_bug.cgi?id=17250
34561         Add test cases for correct behaviour
34563         * fast/js/js-constructors-use-correct-global-expected.txt: Added.
34564         * fast/js/js-constructors-use-correct-global.html: Added.
34565         * fast/js/resources/js-constructors-use-correct-global.js: Added.
34567 2011-03-28  Vincent Scheib  <scheib@chromium.org>
34569         Chromium rebaseline for r82144.
34571         * platform/chromium-linux/fast/block/positioning/058-expected.checksum:
34572         * platform/chromium-linux/fast/block/positioning/058-expected.png:
34573         * platform/chromium-win/fast/block/positioning/052-expected.txt:
34574         * platform/chromium-win/fast/block/positioning/058-expected.checksum:
34575         * platform/chromium-win/fast/block/positioning/058-expected.png:
34576         * platform/chromium-win/fast/block/positioning/058-expected.txt:
34577         * platform/chromium/test_expectations.txt:
34579 2011-03-28  Jer Noble  <jer.noble@apple.com>
34581         Reviewed by Darin Adler.
34583         MediaPlayerPrivateAVFoundation should report that it supportsFullScreen()
34584         https://bugs.webkit.org/show_bug.cgi?id=57249
34586         * platform/mac/media/controls-strict-expected.txt:
34587         * platform/mac/media/video-controls-rendering-expected.txt:
34588         * platform/mac/media/video-display-toggle-expected.txt:
34589         * platform/mac/media/video-no-audio-expected.txt:
34590         * platform/mac/media/video-zoom-controls-expected.txt:
34592 2011-03-28  Jer Noble  <jer.noble@apple.com>
34594         Reviewed by Darin Adler.
34596         AVFoundation can indeed support full screen.
34598         MediaPlayerPrivateAVFoundation should report that it supportsFullScreen()
34599         https://bugs.webkit.org/show_bug.cgi?id=57249
34601         * platform/mac/media/controls-strict-expected.txt:
34602         * platform/mac/media/video-controls-rendering-expected.txt:
34603         * platform/mac/media/video-display-toggle-expected.txt:
34604         * platform/mac/media/video-no-audio-expected.txt:
34605         * platform/mac/media/video-zoom-controls-expected.txt:
34607 2011-03-28  Andy Estes  <aestes@apple.com>
34609         Check in failing results for embed-prefers-plugins-for-images.html on Leopard.
34610         https://bugs.webkit.org/show_bug.cgi?id=57137
34612         * platform/mac-leopard/plugins/embed-prefers-plugins-for-images-expected.txt: Added.
34614 2011-03-28  Adele Peterson  <adele@apple.com>
34616         Reviewed by Eric Seidel.
34618         Test for <rdar://problem/9112694> REGRESSION (r79411): "Check grammar with spelling" context menu doesn't check as you type
34619         https://bugs.webkit.org/show_bug.cgi?id=57173
34621         * editing/spelling/grammar-expected.txt: Added.
34622         * editing/spelling/grammar.html: Added.
34623         * platform/gtk/Skipped:
34624         * platform/mac-wk2/Skipped:
34625         * platform/qt/Skipped:
34626         * platform/win/Skipped:
34628 2011-03-28  Dan Bernstein  <mitz@apple.com>
34630         Reviewed by Darin Adler.
34632         <rdar://problem/8895977> REGRESSION: multicol crashes with positioned elements
34633         https://bugs.webkit.org/show_bug.cgi?id=48983
34635         * fast/multicol/paginated-layer-crash-expected.txt: Added.
34636         * fast/multicol/paginated-layer-crash.html: Added.
34638 2011-03-28  Vincent Scheib  <scheib@chromium.org>
34640         Chromium rebaseline for r82123.
34642         * platform/chromium-mac/fast/repaint/overflow-flipped-writing-mode-block-expected.checksum: Added.
34643         * platform/chromium-mac/fast/repaint/overflow-flipped-writing-mode-block-expected.png: Added.
34644         * platform/chromium-mac/fast/repaint/overflow-flipped-writing-mode-table-expected.checksum: Added.
34645         * platform/chromium-mac/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Added.
34646         * platform/chromium-win/fast/repaint/overflow-flipped-writing-mode-block-expected.checksum: Added.
34647         * platform/chromium-win/fast/repaint/overflow-flipped-writing-mode-block-expected.png: Added.
34648         * platform/chromium-win/fast/repaint/overflow-flipped-writing-mode-table-expected.checksum: Added.
34649         * platform/chromium-win/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Added.
34651 2011-03-28  Maciej Stachowiak  <mjs@apple.com>
34653         Reviewed by Darin Adler' .
34655         URLSs with non-empty username but empty hostname are allowed to load
34656         https://bugs.webkit.org/show_bug.cgi?id=57220
34658         * http/tests/uri/username-with-no-hostname-expected.txt: Added.
34659         * http/tests/uri/username-with-no-hostname.html: Added.
34661 2011-03-28  Adam Barth  <abarth@webkit.org>
34663         Reviewed by Eric Seidel.
34665         script-src should block inline event handlers
34666         https://bugs.webkit.org/show_bug.cgi?id=57212
34668         * http/tests/security/contentSecurityPolicy/resources/event-handler.pl: Added.
34669         * http/tests/security/contentSecurityPolicy/script-src-none-inline-event-expected.txt: Added.
34670         * http/tests/security/contentSecurityPolicy/script-src-none-inline-event.html: Added.
34672 2011-03-28  David Hyatt  <hyatt@apple.com>
34674         Reviewed by Simon Fraser and Darin Adler.
34676         https://bugs.webkit.org/show_bug.cgi?id=57221, memory corruption/crashes when positioned objects
34677         occur at the end of a line.
34679         The old code and new code for dealing with a trailing space object midpoint manipulated a raw
34680         array instead of the Vector. Otherwise this corruption would have been caught prior to check-in.
34682         I have patched the code to only go through the Vector and to make it handle the case that led to
34683         the corruption. Trailing positioned objects can occur both prior to and following the trailing space
34684         object's midpoint, so we have to be prepared to deal with both cases.
34686         This is already tested by fast/block/positioning/052.html, and that test now properly progresses
34687         like the other positioning tests did.
34689         * platform/mac/fast/block/positioning/052-expected.txt:
34691 2011-03-28  Sergio Villar Senin  <svillar@igalia.com>
34693         Unreviewed, added new GTK+ test expectations.
34695         * platform/gtk/fast/block/positioning/static-inline-position-dynamic-expected.checksum: Added.
34696         * platform/gtk/fast/block/positioning/static-inline-position-dynamic-expected.png: Added.
34697         * platform/gtk/fast/block/positioning/static-inline-position-dynamic-expected.txt: Added.
34698         * platform/gtk/fast/block/positioning/trailing-space-test-expected.checksum: Added.
34699         * platform/gtk/fast/block/positioning/trailing-space-test-expected.png: Added.
34700         * platform/gtk/fast/block/positioning/trailing-space-test-expected.txt: Added.
34701         * platform/gtk/fast/blockflow/fallback-orientation-expected.checksum: Added.
34702         * platform/gtk/fast/blockflow/fallback-orientation-expected.png: Added.
34703         * platform/gtk/fast/blockflow/fallback-orientation-expected.txt: Added.
34704         * platform/gtk/fast/text/justify-ideograph-leading-expansion-expected.checksum: Added.
34705         * platform/gtk/fast/text/justify-ideograph-leading-expansion-expected.png: Added.
34706         * platform/gtk/fast/text/justify-ideograph-leading-expansion-expected.txt: Added.
34707         * platform/gtk/svg/text/text-path-middle-align-expected.checksum: Added.
34708         * platform/gtk/svg/text/text-path-middle-align-expected.png: Added.
34709         * platform/gtk/svg/text/text-path-middle-align-expected.txt: Added.
34711 2011-03-28  Jessie Berlin  <jberlin@apple.com>
34713         Rubber-stamped by Adam Roben.
34715         [Windows 7 Release Tests] editing/spelling/spelling-backspace-between-lines.html fails.
34716         https://bugs.webkit.org/show_bug.cgi?id=57243
34718         * platform/win/Skipped:
34719         Remove the two tests that were removed in r71392.
34720         Also, remove spelling-backspace-between-lines.html because it is not flakey and the
34721         layoutTestController method is implemented on Windows, it just fails with this test.
34723         * platform/win/editing/spelling/spelling-backspace-between-lines-expected.txt: Added.
34725 2011-03-28  Jessie Berlin  <jberlin@apple.com>
34727         [Windows 7 Release Tests] fast/blockflow/fallback-orientation.html failing since
34728         introduction in r82056.
34729         https://bugs.webkit.org/show_bug.cgi?id=57238
34731         Unreviewed, add expected failing results, since vertical text is not yet implemented on
34732         Windows, to get the bots green.
34734         * platform/win/fast/blockflow/fallback-orientation-expected.checksum: Added.
34735         * platform/win/fast/blockflow/fallback-orientation-expected.png: Added.
34736         * platform/win/fast/blockflow/fallback-orientation-expected.txt: Added.
34738 2011-03-28  Sergio Villar Senin  <svillar@igalia.com>
34740         Reviewed by Martin Robinson.
34742         [GTK] Fullscreen tests failing after r82084
34743         https://bugs.webkit.org/show_bug.cgi?id=57219
34745         Unskipped some fullscreen tests passing now.
34747         * platform/gtk/Skipped:
34749 2011-03-28  Dan Bernstein  <mitz@apple.com>
34751         Reviewed by Maciej Stachowiak.
34753         <rdar://problem/9003382> Incomplete repaint of overflow in flipped lines writing modes
34754         https://bugs.webkit.org/show_bug.cgi?id=57197
34756         * fast/repaint/overflow-flipped-writing-mode-block-expected.checksum: Added.
34757         * fast/repaint/overflow-flipped-writing-mode-block-expected.png: Added.
34758         * fast/repaint/overflow-flipped-writing-mode-block-expected.txt: Added.
34759         * fast/repaint/overflow-flipped-writing-mode-block.html: Added.
34760         * fast/repaint/overflow-flipped-writing-mode-table-expected.checksum: Added.
34761         * fast/repaint/overflow-flipped-writing-mode-table-expected.png: Added.
34762         * fast/repaint/overflow-flipped-writing-mode-table-expected.txt: Added.
34763         * fast/repaint/overflow-flipped-writing-mode-table.html: Added.
34765 2011-03-28  Sergio Villar Senin  <svillar@igalia.com>
34767         Unreviewed, rebaseline GTK+ test results.
34769         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
34770         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
34771         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
34773 2011-03-28  Jessie Berlin  <jberlin@apple.com>
34775         http/tests/navigation/changing-frame-hierarchy-in-onload.html flakey on Snow Leopard
34776         https://bugs.webkit.org/show_bug.cgi?id=57236
34778         Unreviewed, skip the flakey test in order to get the bots green.
34780         * platform/mac-snowleopard/Skipped:
34782 2011-03-28  Sergio Villar Senin  <svillar@igalia.com>
34784         Unreviewed, update pixel test expectations after r82105.
34786         * platform/gtk/fast/css/text-align-expected.checksum:
34787         * platform/gtk/fast/css/text-align-expected.png:
34789 2011-03-28  Ryosuke Niwa  <rniwa@webkit.org>
34791         [Chromium] [Mac Leopard] Update test expectations after r82105.
34793         * platform/chromium-linux/fast/css/text-align-expected.checksum:
34794         * platform/chromium-linux/fast/css/text-align-expected.png:
34795         * platform/chromium-win/fast/css/text-align-expected.checksum:
34796         * platform/chromium-win/fast/css/text-align-expected.png:
34797         * platform/chromium-win/fast/css/text-align-expected.txt:
34798         * platform/mac-leopard/fast/css/text-align-expected.checksum:
34799         * platform/mac-leopard/fast/css/text-align-expected.png:
34801 2011-03-28  Ryosuke Niwa  <rniwa@webkit.org>
34803         [GTK] Update test expectations after r82105.
34805         * platform/gtk/fast/css/text-align-expected.txt:
34807 2011-03-28  Csaba Osztrogonác  <ossy@webkit.org>
34809         [Qt] Update expectations after r82105.
34811         * platform/qt/fast/css/text-align-expected.checksum:
34812         * platform/qt/fast/css/text-align-expected.png:
34813         * platform/qt/fast/css/text-align-expected.txt:
34815 2011-03-27  Pavel Feldman  <pfeldman@chromium.org>
34817         Reviewed by Yury Semikhatsky.
34819         Web Inspector: refactor ResourceTreeModel to remove poor dependencies.
34820         https://bugs.webkit.org/show_bug.cgi?id=57186
34822         * http/tests/inspector/console-resource-errors-expected.txt:
34823         * http/tests/inspector/console-resource-errors.html:
34824         * http/tests/inspector/resources/console-resource-errors-iframe.html: Added.
34825         * inspector/report-protocol-errors.html:
34826         * inspector/storage-panel-dom-storage.html:
34828 2011-03-27  Ryosuke Niwa  <rniwa@webkit.org>
34830         Reviewed by Eric Seidel.
34832         WebKit's behavior for text-align inherit differs from other browsers
34833         https://bugs.webkit.org/show_bug.cgi?id=56377
34835         Added test more cases to text-align, which already has some tests for text-align: start and text-align: end.
34837         * fast/css/text-align-expected.txt:
34838         * fast/css/text-align.html:
34839         * platform/mac/fast/css/text-align-expected.checksum:
34840         * platform/mac/fast/css/text-align-expected.png:
34842 2011-03-28  Yuta Kitamura  <yutak@chromium.org>
34844         Unreviewed. Yet another test result fix for fast/blockflow/fallback-orientation-expected.html.
34846         * platform/chromium-win/fast/blockflow/fallback-orientation-expected.txt: Renamed from LayoutTests/platform/chromium-win-xp/fast/blockflow/fallback-orientation-expected.txt.
34848 2011-03-28  Yuta Kitamura  <yutak@chromium.org>
34850         Unreviewed, add Chromium test expectation for inspector/debugger/debugger-activation-crash.html.
34852         * platform/chromium/test_expectations.txt:
34854 2011-03-28  Yuta Kitamura  <yutak@chromium.org>
34856         Unreviewed, move Chromium test results into the right directory (move WinXP
34857         baseline into chromium-win-xp).
34859         * platform/chromium-win-xp/fast/blockflow/fallback-orientation-expected.checksum: Renamed from LayoutTests/platform/chromium-win/fast/blockflow/fallback-orientation-expected.checksum.
34860         * platform/chromium-win-xp/fast/blockflow/fallback-orientation-expected.png: Renamed from LayoutTests/platform/chromium-win/fast/blockflow/fallback-orientation-expected.png.
34861         * platform/chromium-win-xp/fast/blockflow/fallback-orientation-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/blockflow/fallback-orientation-expected.txt.
34863 2011-03-28  Yuta Kitamura  <yutak@chromium.org>
34865         Unreviewed, add new Chromium test results and expectation.
34867         * platform/chromium-mac-snowleopard/fast/block/positioning/047-expected.checksum: Added.
34868         * platform/chromium-mac-snowleopard/fast/block/positioning/047-expected.png: Added.
34869         * platform/chromium/test_expectations.txt:
34871 2011-03-26  Mario Sanchez Prada  <msanchez@igalia.com>
34873         Reviewed by Martin Robinson.
34875         [GTK] Expose the AtkValue interface for WAI-ARIA sliders
34876         https://bugs.webkit.org/show_bug.cgi?id=56655
34878         New test to check WAI-ARIA sliders required attributes.
34880         * platform/gtk/accessibility/aria-slider-required-attributes-expected.txt: Added.
34881         * platform/gtk/accessibility/aria-slider-required-attributes.html: Added.
34883 2011-03-28  Sergio Villar Senin  <svillar@igalia.com>
34885         [GTK] Fullscreen tests failing after r82084
34886         https://bugs.webkit.org/show_bug.cgi?id=57219
34888         Skipping some fullscreen tests failing since r82084
34890         * platform/gtk/Skipped:
34892 2011-03-28  Maciej Stachowiak  <mjs@apple.com>
34894         Reviewed by Dan Bernstein.
34896         Assigning location.path to something that doesn't start with / mangles the authority
34897         https://bugs.webkit.org/show_bug.cgi?id=57209
34898         <rdar://problem/9195132>
34900         * http/tests/uri/assign-path-with-leading-slash-expected.txt: Added.
34901         * http/tests/uri/assign-path-with-leading-slash.html: Added.
34902         * http/tests/uri/assign-path-without-leading-slash-expected.txt: Added.
34903         * http/tests/uri/assign-path-without-leading-slash.html: Added.
34904         * http/tests/uri/resources/assign-path-landing.html: Added.
34906 2011-03-28  Yuta Kitamura  <yutak@chromium.org>
34908         Unreviewed, add Chromium test expectation for fast/text/justify-ideograph-leading-expansion.html.
34910         * platform/chromium/test_expectations.txt:
34912 2011-03-28  Yuta Kitamura  <yutak@chromium.org>
34914         Unreviewed, update Chromium test results for plugins/plugin-javascript-access.html.
34916         * platform/chromium-linux/plugins/plugin-javascript-access-expected.txt:
34917         * platform/chromium-win/plugins/plugin-javascript-access-expected.txt:
34918         * platform/chromium/test_expectations.txt:
34920 2011-03-27  Fumitoshi Ukai  <ukai@chromium.org>
34922         Reviewed by Alexey Proskuryakov.
34924         Don't call WebSocket::didClose() more than once.
34925         https://bugs.webkit.org/show_bug.cgi?id=57081
34927         If WebSocket close() is called, and connection is established, then
34928         it will call didClose() that resets m_channel to 0.
34929         After that, when connection is closed, WebSocketChannel will call
34930         didClose for the WebSocket instance.
34932         * http/tests/websocket/tests/close-unref-websocket-expected.txt: Added.
34933         * http/tests/websocket/tests/close-unref-websocket.html: Added.
34934         * http/tests/websocket/tests/hanging-handshake_wsh.py: Added.
34936 2011-03-27  Yuta Kitamura  <yutak@chromium.org>
34938         Unreviewed, add Chromium test results for fast/blockflow/fallback-orientation.html.
34940         * platform/chromium-mac-leopard/fast/blockflow/fallback-orientation-expected.checksum: Added.
34941         * platform/chromium-mac-leopard/fast/blockflow/fallback-orientation-expected.png: Added.
34942         * platform/chromium-win-vista/fast/blockflow/fallback-orientation-expected.checksum: Added.
34943         * platform/chromium-win-vista/fast/blockflow/fallback-orientation-expected.png: Added.
34945 2011-03-27  Adam Barth  <abarth@webkit.org>
34947         Reviewed by Eric Seidel.
34949         Fix script-src redirect handling
34950         https://bugs.webkit.org/show_bug.cgi?id=57196
34952         Test both allow => disallow and disallow => allow redirect cases.
34953         Previously, we had incorrect expectations for one of the redirect
34954         cases.  Also, I've updated the policy syntax to match the default-src
34955         syntax.
34957         * http/tests/security/contentSecurityPolicy/script-src-redirect-expected.txt:
34958         * http/tests/security/contentSecurityPolicy/script-src-redirect.html:
34960 2011-03-27  Yuta Kitamura  <yutak@chromium.org>
34962         Unreviewed, add new Chromium test result and expectations.
34964         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
34965         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
34966         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
34967         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
34968         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
34969         * platform/chromium/test_expectations.txt:
34971 2011-03-27  Rob Buis  <rwlbuis@gmail.com>
34973         Unreviewed, update improve test result.
34975         * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
34976         * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
34977         * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
34978         * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
34979         * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
34981 2011-03-27  Yuta Kitamura  <yutak@chromium.org>
34983         Unreviewed, update Chromium test expectations.
34985         * platform/chromium/test_expectations.txt:
34987 2011-03-27  Yuta Kitamura  <yutak@chromium.org>
34989         Unreviewed, add new Chromium test results.
34991         * platform/chromium-linux/svg/text/text-path-middle-align-expected.checksum: Added.
34992         * platform/chromium-linux/svg/text/text-path-middle-align-expected.png: Added.
34993         * platform/chromium-win/fast/blockflow/fallback-orientation-expected.checksum: Added.
34994         * platform/chromium-win/fast/blockflow/fallback-orientation-expected.png: Added.
34995         * platform/chromium-win/fast/blockflow/fallback-orientation-expected.txt: Added.
34996         * platform/chromium-win/svg/text/text-path-middle-align-expected.checksum: Added.
34997         * platform/chromium-win/svg/text/text-path-middle-align-expected.png: Added.
34998         * platform/chromium-win/svg/text/text-path-middle-align-expected.txt: Added.
35000 2011-03-27  Yuta Kitamura  <yutak@chromium.org>
35002         Unreviewed, fix Chromium text expectation.
35004         * platform/chromium/test_expectations.txt:
35006 2011-03-27  Rob Buis  <rwlbuis@gmail.com>
35008         Reviewed by Nikolas Zimmermann.
35010         Text on path positioning at zero startOffset
35011         https://bugs.webkit.org/show_bug.cgi?id=56245
35013         * platform/mac/svg/text/text-path-middle-align-expected.checksum: Added.
35014         * platform/mac/svg/text/text-path-middle-align-expected.png: Added.
35015         * platform/mac/svg/text/text-path-middle-align-expected.txt: Added.
35016         * svg/text/text-path-middle-align.svg: Added.
35018 2011-03-26  Dan Bernstein  <mitz@apple.com>
35020         Reviewed by Maciej Stachowiak.
35022         <rdar://problem/9180716> REGRESSION (r80582): Angle bracket rendered upright in vertical mode
35023         https://bugs.webkit.org/show_bug.cgi?id=57169
35025         * fast/blockflow/fallback-orientation.html: Added.
35026         * platform/mac/fast/blockflow/fallback-orientation-expected.checksum: Added.
35027         * platform/mac/fast/blockflow/fallback-orientation-expected.png: Added.
35028         * platform/mac/fast/blockflow/fallback-orientation-expected.txt: Added.
35030 2011-03-26  Maciej Stachowiak  <mjs@apple.com>
35032         Reviewed by Darin Adler.
35034         Follow-up fix for crash with giant inline stylesheets - actually don't crash, and add test
35035         https://bugs.webkit.org/show_bug.cgi?id=56150
35037         * fast/css/giant-stylesheet-crash-expected.txt: Added.
35038         * fast/css/giant-stylesheet-crash.html: Added.
35040 2011-03-26  Martin Robinson  <mrobinson@igalia.com>
35042         [GTK] layoutTestController.overridePreference("WebKitDefaultFontSize"...) does not take into account screen DPI
35043         https://bugs.webkit.org/show_bug.cgi?id=57160
35045         Skip failing test. This bug was uncovered by r82033.
35047         * platform/gtk/Skipped:
35049 2011-03-26  Martin Robinson  <mrobinson@igalia.com>
35051         Remove a test from the GTK+ skipped list that no longer exists.
35053         * platform/gtk/Skipped: Update the skipped list.
35055 2011-03-26  Martin Robinson  <mrobinson@igalia.com>
35057         Rebaseline a few more GTK+ tests after r82033.
35059         * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.checksum:
35060         * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png:
35061         * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
35062         * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.checksum:
35063         * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.png:
35064         * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.txt:
35065         * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.checksum:
35066         * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.png:
35067         * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
35069 2011-03-26  Martin Robinson  <mrobinson@igalia.com>
35071         Reviewed by Xan Lopez.
35073         [GTK] Force DumpRenderTree to use 96 DPI
35074         https://bugs.webkit.org/show_bug.cgi?id=56866
35076         Update GTK+ test results which now have differ.
35078         * platform/gtk/editing/pasteboard/4641033-expected.checksum:
35079         * platform/gtk/editing/pasteboard/4641033-expected.png:
35080         * platform/gtk/editing/pasteboard/4641033-expected.txt:
35081         * platform/gtk/editing/pasteboard/4944770-1-expected.checksum:
35082         * platform/gtk/editing/pasteboard/4944770-1-expected.png:
35083         * platform/gtk/editing/pasteboard/4944770-1-expected.txt:
35084         * platform/gtk/editing/pasteboard/4944770-2-expected.checksum:
35085         * platform/gtk/editing/pasteboard/4944770-2-expected.png:
35086         * platform/gtk/editing/pasteboard/4944770-2-expected.txt:
35087         * platform/gtk/editing/selection/caret-before-select-expected.checksum:
35088         * platform/gtk/editing/selection/caret-before-select-expected.png:
35089         * platform/gtk/editing/selection/caret-before-select-expected.txt:
35090         * platform/gtk/editing/selection/replaced-boundaries-3-expected.checksum:
35091         * platform/gtk/editing/selection/replaced-boundaries-3-expected.png:
35092         * platform/gtk/editing/selection/replaced-boundaries-3-expected.txt:
35093         * platform/gtk/editing/selection/select-box-expected.checksum:
35094         * platform/gtk/editing/selection/select-box-expected.png:
35095         * platform/gtk/editing/selection/select-box-expected.txt:
35096         * platform/gtk/editing/selection/select-element-paragraph-boundary-expected.checksum:
35097         * platform/gtk/editing/selection/select-element-paragraph-boundary-expected.png:
35098         * platform/gtk/editing/selection/select-element-paragraph-boundary-expected.txt:
35099         * platform/gtk/fast/block/float/float-avoidance-expected.checksum:
35100         * platform/gtk/fast/block/float/float-avoidance-expected.png:
35101         * platform/gtk/fast/block/margin-collapse/103-expected.checksum:
35102         * platform/gtk/fast/block/margin-collapse/103-expected.png:
35103         * platform/gtk/fast/forms/001-expected.checksum:
35104         * platform/gtk/fast/forms/001-expected.png:
35105         * platform/gtk/fast/forms/001-expected.txt:
35106         * platform/gtk/fast/forms/003-expected.checksum:
35107         * platform/gtk/fast/forms/003-expected.png:
35108         * platform/gtk/fast/forms/003-expected.txt:
35109         * platform/gtk/fast/forms/004-expected.checksum:
35110         * platform/gtk/fast/forms/004-expected.png:
35111         * platform/gtk/fast/forms/004-expected.txt:
35112         * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.checksum:
35113         * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.png:
35114         * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.txt:
35115         * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.checksum:
35116         * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.png:
35117         * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.txt:
35118         * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.checksum:
35119         * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.png:
35120         * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.txt:
35121         * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.checksum:
35122         * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.png:
35123         * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.txt:
35124         * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.checksum:
35125         * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.png:
35126         * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.txt:
35127         * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.checksum:
35128         * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.png:
35129         * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.txt:
35130         * platform/gtk/fast/forms/basic-selects-expected.checksum:
35131         * platform/gtk/fast/forms/basic-selects-expected.png:
35132         * platform/gtk/fast/forms/basic-selects-expected.txt:
35133         * platform/gtk/fast/forms/control-clip-overflow-expected.checksum:
35134         * platform/gtk/fast/forms/control-clip-overflow-expected.png:
35135         * platform/gtk/fast/forms/control-restrict-line-height-expected.checksum:
35136         * platform/gtk/fast/forms/control-restrict-line-height-expected.png:
35137         * platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
35138         * platform/gtk/fast/forms/disabled-select-change-index-expected.checksum:
35139         * platform/gtk/fast/forms/disabled-select-change-index-expected.png:
35140         * platform/gtk/fast/forms/disabled-select-change-index-expected.txt:
35141         * platform/gtk/fast/forms/form-element-geometry-expected.checksum:
35142         * platform/gtk/fast/forms/form-element-geometry-expected.png:
35143         * platform/gtk/fast/forms/form-element-geometry-expected.txt:
35144         * platform/gtk/fast/forms/menulist-deselect-update-expected.checksum:
35145         * platform/gtk/fast/forms/menulist-deselect-update-expected.png:
35146         * platform/gtk/fast/forms/menulist-deselect-update-expected.txt:
35147         * platform/gtk/fast/forms/menulist-narrow-width-expected.checksum:
35148         * platform/gtk/fast/forms/menulist-narrow-width-expected.png:
35149         * platform/gtk/fast/forms/menulist-narrow-width-expected.txt:
35150         * platform/gtk/fast/forms/menulist-no-overflow-expected.checksum:
35151         * platform/gtk/fast/forms/menulist-no-overflow-expected.png:
35152         * platform/gtk/fast/forms/menulist-no-overflow-expected.txt:
35153         * platform/gtk/fast/forms/menulist-restrict-line-height-expected.checksum:
35154         * platform/gtk/fast/forms/menulist-restrict-line-height-expected.png:
35155         * platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt:
35156         * platform/gtk/fast/forms/menulist-separator-painting-expected.checksum:
35157         * platform/gtk/fast/forms/menulist-separator-painting-expected.png:
35158         * platform/gtk/fast/forms/menulist-separator-painting-expected.txt:
35159         * platform/gtk/fast/forms/menulist-style-color-expected.checksum:
35160         * platform/gtk/fast/forms/menulist-style-color-expected.png:
35161         * platform/gtk/fast/forms/menulist-style-color-expected.txt:
35162         * platform/gtk/fast/forms/menulist-width-change-expected.checksum:
35163         * platform/gtk/fast/forms/menulist-width-change-expected.png:
35164         * platform/gtk/fast/forms/menulist-width-change-expected.txt:
35165         * platform/gtk/fast/forms/option-script-expected.checksum:
35166         * platform/gtk/fast/forms/option-script-expected.png:
35167         * platform/gtk/fast/forms/option-script-expected.txt:
35168         * platform/gtk/fast/forms/option-strip-whitespace-expected.checksum:
35169         * platform/gtk/fast/forms/option-strip-whitespace-expected.png:
35170         * platform/gtk/fast/forms/option-strip-whitespace-expected.txt:
35171         * platform/gtk/fast/forms/option-text-clip-expected.checksum:
35172         * platform/gtk/fast/forms/option-text-clip-expected.png:
35173         * platform/gtk/fast/forms/select-align-expected.checksum:
35174         * platform/gtk/fast/forms/select-align-expected.png:
35175         * platform/gtk/fast/forms/select-baseline-expected.checksum:
35176         * platform/gtk/fast/forms/select-baseline-expected.png:
35177         * platform/gtk/fast/forms/select-baseline-expected.txt:
35178         * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.checksum:
35179         * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.png:
35180         * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt:
35181         * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.checksum:
35182         * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.png:
35183         * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt:
35184         * platform/gtk/fast/forms/select-disabled-appearance-expected.checksum:
35185         * platform/gtk/fast/forms/select-disabled-appearance-expected.png:
35186         * platform/gtk/fast/forms/select-disabled-appearance-expected.txt:
35187         * platform/gtk/fast/forms/select-initial-position-expected.checksum:
35188         * platform/gtk/fast/forms/select-initial-position-expected.png:
35189         * platform/gtk/fast/forms/select-initial-position-expected.txt:
35190         * platform/gtk/fast/forms/select-selected-expected.checksum:
35191         * platform/gtk/fast/forms/select-selected-expected.png:
35192         * platform/gtk/fast/forms/select-selected-expected.txt:
35193         * platform/gtk/fast/forms/select-size-expected.checksum:
35194         * platform/gtk/fast/forms/select-size-expected.png:
35195         * platform/gtk/fast/forms/select-size-expected.txt:
35196         * platform/gtk/fast/forms/select-style-expected.checksum:
35197         * platform/gtk/fast/forms/select-style-expected.png:
35198         * platform/gtk/fast/forms/select-style-expected.txt:
35199         * platform/gtk/fast/forms/select-visual-hebrew-expected.checksum:
35200         * platform/gtk/fast/forms/select-visual-hebrew-expected.png:
35201         * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
35202         * platform/gtk/fast/forms/select-writing-direction-natural-expected.checksum:
35203         * platform/gtk/fast/forms/select-writing-direction-natural-expected.png:
35204         * platform/gtk/fast/forms/select-writing-direction-natural-expected.txt:
35205         * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.checksum:
35206         * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.png:
35207         * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt:
35208         * platform/gtk/fast/html/keygen-expected.checksum:
35209         * platform/gtk/fast/html/keygen-expected.png:
35210         * platform/gtk/fast/html/keygen-expected.txt:
35211         * platform/gtk/fast/invalid/014-expected.checksum:
35212         * platform/gtk/fast/invalid/014-expected.png:
35213         * platform/gtk/fast/invalid/014-expected.txt:
35214         * platform/gtk/fast/invalid/residual-style-expected.txt:
35215         * platform/gtk/fast/parser/document-write-option-expected.checksum:
35216         * platform/gtk/fast/parser/document-write-option-expected.png:
35217         * platform/gtk/fast/parser/document-write-option-expected.txt:
35218         * platform/gtk/fast/replaced/replaced-breaking-expected.checksum:
35219         * platform/gtk/fast/replaced/replaced-breaking-expected.png:
35220         * platform/gtk/fast/replaced/replaced-breaking-expected.txt:
35221         * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.checksum:
35222         * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.png:
35223         * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt:
35224         * platform/gtk/fast/replaced/three-selects-break-expected.checksum:
35225         * platform/gtk/fast/replaced/three-selects-break-expected.png:
35226         * platform/gtk/fast/replaced/three-selects-break-expected.txt:
35227         * platform/gtk/fast/replaced/width100percent-menulist-expected.checksum:
35228         * platform/gtk/fast/replaced/width100percent-menulist-expected.png:
35229         * platform/gtk/fast/replaced/width100percent-menulist-expected.txt:
35230         * platform/gtk/fast/text/international/bidi-menulist-expected.checksum:
35231         * platform/gtk/fast/text/international/bidi-menulist-expected.png:
35232         * platform/gtk/fast/text/international/bidi-menulist-expected.txt:
35233         * platform/gtk/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum:
35234         * platform/gtk/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
35235         * platform/gtk/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
35236         * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt:
35237         * platform/gtk/tables/mozilla/bugs/bug1188-expected.checksum:
35238         * platform/gtk/tables/mozilla/bugs/bug1188-expected.png:
35239         * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt:
35240         * platform/gtk/tables/mozilla/bugs/bug18359-expected.checksum:
35241         * platform/gtk/tables/mozilla/bugs/bug18359-expected.png:
35242         * platform/gtk/tables/mozilla/bugs/bug18359-expected.txt:
35243         * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.checksum:
35244         * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.png:
35245         * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.txt:
35246         * platform/gtk/tables/mozilla/bugs/bug2479-4-expected.txt:
35247         * platform/gtk/tables/mozilla/bugs/bug29326-expected.checksum:
35248         * platform/gtk/tables/mozilla/bugs/bug29326-expected.png:
35249         * platform/gtk/tables/mozilla/bugs/bug29326-expected.txt:
35250         * platform/gtk/tables/mozilla/bugs/bug33855-expected.checksum:
35251         * platform/gtk/tables/mozilla/bugs/bug33855-expected.png:
35252         * platform/gtk/tables/mozilla/bugs/bug33855-expected.txt:
35253         * platform/gtk/tables/mozilla/bugs/bug4382-expected.checksum:
35254         * platform/gtk/tables/mozilla/bugs/bug4382-expected.png:
35255         * platform/gtk/tables/mozilla/bugs/bug4382-expected.txt:
35256         * platform/gtk/tables/mozilla/bugs/bug96334-expected.checksum:
35257         * platform/gtk/tables/mozilla/bugs/bug96334-expected.png:
35258         * platform/gtk/tables/mozilla/bugs/bug96334-expected.txt:
35259         * platform/gtk/tables/mozilla/core/margins-expected.checksum:
35260         * platform/gtk/tables/mozilla/core/margins-expected.png:
35261         * platform/gtk/tables/mozilla/core/margins-expected.txt:
35262         * platform/gtk/tables/mozilla/dom/tableDom-expected.checksum:
35263         * platform/gtk/tables/mozilla/dom/tableDom-expected.png:
35264         * platform/gtk/tables/mozilla/dom/tableDom-expected.txt:
35265         * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
35266         * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
35267         * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
35268         * platform/gtk/transforms/2d/zoom-menulist-expected.checksum:
35269         * platform/gtk/transforms/2d/zoom-menulist-expected.png:
35270         * platform/gtk/transforms/2d/zoom-menulist-expected.txt:
35272 2011-03-26  Martin Robinson  <mrobinson@igalia.com>
35274         Rebaseline many GTK+ tests after r81994.
35276         * platform/gtk/fast/block/positioning/056-expected.txt:
35277         * platform/gtk/fast/block/positioning/auto/005-expected.checksum:
35278         * platform/gtk/fast/block/positioning/auto/005-expected.png:
35279         * platform/gtk/fast/block/positioning/auto/005-expected.txt:
35280         * platform/gtk/fast/block/positioning/auto/006-expected.checksum:
35281         * platform/gtk/fast/block/positioning/auto/006-expected.png:
35282         * platform/gtk/fast/block/positioning/auto/006-expected.txt:
35283         * platform/gtk/fast/block/positioning/auto/vertical-lr/005-expected.checksum:
35284         * platform/gtk/fast/block/positioning/auto/vertical-lr/005-expected.png:
35285         * platform/gtk/fast/block/positioning/auto/vertical-lr/005-expected.txt:
35286         * platform/gtk/fast/block/positioning/auto/vertical-lr/006-expected.checksum:
35287         * platform/gtk/fast/block/positioning/auto/vertical-lr/006-expected.png:
35288         * platform/gtk/fast/block/positioning/auto/vertical-lr/006-expected.txt:
35289         * platform/gtk/fast/block/positioning/auto/vertical-rl/005-expected.checksum:
35290         * platform/gtk/fast/block/positioning/auto/vertical-rl/005-expected.png:
35291         * platform/gtk/fast/block/positioning/auto/vertical-rl/005-expected.txt:
35292         * platform/gtk/fast/block/positioning/auto/vertical-rl/006-expected.checksum:
35293         * platform/gtk/fast/block/positioning/auto/vertical-rl/006-expected.png:
35294         * platform/gtk/fast/block/positioning/auto/vertical-rl/006-expected.txt:
35295         * platform/gtk/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
35296         * platform/gtk/fast/block/positioning/inline-block-relposition-expected.checksum:
35297         * platform/gtk/fast/block/positioning/inline-block-relposition-expected.png:
35298         * platform/gtk/fast/block/positioning/inline-block-relposition-expected.txt:
35299         * platform/gtk/fast/block/positioning/relative-overflow-block-expected.txt:
35300         * platform/gtk/fast/clip/001-expected.txt:
35301         * platform/gtk/fast/clip/004-expected.txt:
35302         * platform/gtk/fast/clip/006-expected.txt:
35303         * platform/gtk/fast/clip/007-expected.txt:
35304         * platform/gtk/fast/clip/008-expected.txt:
35305         * platform/gtk/fast/clip/009-expected.txt:
35306         * platform/gtk/fast/clip/010-expected.txt:
35307         * platform/gtk/fast/clip/011-expected.txt:
35308         * platform/gtk/fast/clip/012-expected.txt:
35309         * platform/gtk/fast/clip/013-expected.txt:
35310         * platform/gtk/fast/clip/014-expected.txt:
35311         * platform/gtk/fast/clip/nestedTransparencyClip-expected.txt:
35312         * platform/gtk/fast/clip/outline-overflowClip-expected.txt:
35313         * platform/gtk/fast/forms/input-appearance-preventDefault-expected.txt:
35314         * platform/gtk/fast/invalid/014-expected.txt:
35315         * platform/gtk/fast/layers/layer-visibility-expected.txt:
35316         * platform/gtk/fast/repaint/layout-state-scrolloffset-expected.txt:
35317         * platform/gtk/fast/repaint/layout-state-scrolloffset2-expected.txt:
35318         * platform/gtk/fast/repaint/layout-state-scrolloffset3-expected.txt:
35319         * platform/gtk/tables/mozilla/bugs/bug51140-expected.txt:
35321 2011-03-26  Csaba Osztrogonác  <ossy@webkit.org>
35323         Update Qt specific expected results after r81992.
35325         * platform/qt/fast/repaint/layout-state-scrolloffset-expected.checksum:
35326         * platform/qt/fast/repaint/layout-state-scrolloffset-expected.png:
35327         * platform/qt/fast/repaint/layout-state-scrolloffset-expected.txt:
35328         * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.checksum:
35329         * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.png:
35330         * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.txt:
35331         * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.checksum:
35332         * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.png:
35333         * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.txt:
35334         * platform/qt/tables/mozilla/bugs/bug51140-expected.txt:
35336 2011-03-26  Adam Barth  <abarth@webkit.org>
35338         Reviewed by Eric Seidel.
35340         Teach Content Security Policy how to parse source-list
35341         https://bugs.webkit.org/show_bug.cgi?id=54799
35343         Test a variety of source-list parsing cases.  There's a bunch more
35344         cases we could be testing.  We'll add more over time.
35346         * http/tests/security/contentSecurityPolicy/source-list-parsing-expected.txt: Added.
35347         * http/tests/security/contentSecurityPolicy/source-list-parsing.html: Added.
35349 2011-03-26  Dan Bernstein  <mitz@apple.com>
35351         Added platform-specific expected results for a new test.
35353         * platform/mac-snowleopard/fast/text/justify-ideograph-leading-expansion-expected.txt: Added.
35354         * platform/win/fast/text/justify-ideograph-leading-expansion-expected.txt: Added.
35356 2011-03-25  Vincent Scheib  <scheib@chromium.org>
35358         Chromium test_expectations: bug added for tests impacted by r81992
35360         * platform/chromium/test_expectations.txt:
35362 2011-03-25  Andy Estes  <aestes@apple.com>
35364         plugins/embed-prefers-plugins-for-images.html only passing on SnowLeopard.
35365         https://bugs.webkit.org/show_bug.cgi?id=57137
35367         Check in failing results for this test (except for on SnowLeopard) until
35368         the failure can be diagnosed.
35370         * platform/mac-snowleopard/plugins: Added.
35371         * platform/mac-snowleopard/plugins/embed-prefers-plugins-for-images-expected.txt: Added.
35372         * plugins/embed-prefers-plugins-for-images-expected.txt:
35374 2011-03-25  Andy Estes  <aestes@apple.com>
35376         LayoutTestController.setPluginsEnabled() isn't implemented in WebKit2,
35377         and that is now required for fast/images/embed-image.html.
35379         * platform/mac-wk2/Skipped: Skip fast/images/embed-image.html
35381 2011-03-25  Andy Estes  <aestes@apple.com>
35383         Skip fast/images/embed-image.html on Windows XP
35384         https://bugs.webkit.org/show_bug.cgi?id=57135
35386         It would appear that the Windows XP bot is loading a plug-in despite
35387         the test calling layoutTestController.setPluginsEnabled(false).
35389         * platform/win-xp/Skipped: Skip fast/images/embed-image.html
35391 2011-03-25  Andy Estes  <aestes@apple.com>
35393         Re-work a test to not be flaky.
35395         * plugins/embed-prefers-plugins-for-images.html:
35397 2011-03-25  Dan Bernstein  <mitz@apple.com>
35399         Reviewed by Darin Adler.
35401         <rdar://problem/9134330> Missing expansion before ideograph at the beginning or end of a text run
35402         https://bugs.webkit.org/show_bug.cgi?id=57106
35404         * fast/text/justify-ideograph-leading-expansion.html: Added.
35405         * platform/mac/fast/text/justify-ideograph-leading-expansion-expected.checksum: Added.
35406         * platform/mac/fast/text/justify-ideograph-leading-expansion-expected.png: Added.
35407         * platform/mac/fast/text/justify-ideograph-leading-expansion-expected.txt: Added.
35409 2011-03-25  Andy Estes  <aestes@apple.com>
35411         plugins/embed-prefers-plugins-for-images.html fails on Windows.
35412         https://bugs.webkit.org/show_bug.cgi?id=57132
35414         * platform/win/Skipped: Skip plugins/embed-prefers-plugins-for-images.html
35416 2011-03-25  Oliver Hunt  <oliver@apple.com>
35418         Reviewed by Darin Adler.
35420         Allow defineOwnProperty to work on DOMObjects
35421         https://bugs.webkit.org/show_bug.cgi?id=57129
35423         Now we disallow the cross origin accesses, rather than just disallowing
35424         the defineOwnProperty at all.
35426         * http/tests/security/xss-DENIED-defineProperty-expected.txt:
35428 2011-03-25  Andy Estes  <aestes@apple.com>
35430         Reviewed by Adele Peterson.
35432         REGRESSION (r70748): latest nightly builds kills AC_QuickTime.js
35433         https://bugs.webkit.org/show_bug.cgi?id=49016
35435         * fast/images/embed-image.html: Disable plug-ins to continue testing
35436         native image rendering with embed.
35437         * plugins/embed-prefers-plugins-for-images-expected.txt: Added.
35438         * plugins/embed-prefers-plugins-for-images.html: Added.
35439         * plugins/plugin-javascript-access-expected.txt: Updated to include the
35440         new MIME type registered by TestNetscapePlugIn.
35442 2011-03-25  Vincent Scheib  <scheib@chromium.org>
35444         fast/forms/input-file-directory-upload.html timing out.
35445         http://crbug.com/77468
35447         * platform/chromium/test_expectations.txt:
35449 2011-03-25  Vincent Scheib  <scheib@chromium.org>
35451         Attempting SLOW to resolve fast/forms/input-file-directory-upload.html
35453         * platform/chromium/test_expectations.txt:
35455 2011-03-25  Martin Robinson  <mrobinson@igalia.com>
35457         Add a GTK+ specific baseline for a text test that seems to have whitespace difference,
35458         probably due to font sizes resulting in newlines.
35460         * platform/gtk/fast/events/onchange-text-form-field-expected.txt: Added.
35462 2011-03-24  David Hyatt  <hyatt@apple.com>
35464         Reviewed by Dan Bernstein.
35466         Add a simplified normal flow layout path optimization for overflow recomputation
35467         and for positioned objects inside relative positioned containers.
35469         Currently there is an optimized code path for positioned objects, but as soon as
35470         we encounter a normal flow object in the containing block chain, we lose the
35471         optimization.
35473         This patch adds a new type of style difference called SimplifiedLayout that is
35474         returned when only overflow needs to be recomputed. Whenever a transform changes,
35475         this is the hint returned now instead of a full layout.
35477         In addition, when positioned objects need layout and start marking up the
35478         containing block chain, we now propagate the fact that the layout is simplified
35479         all the way up to the root, even when we encounter normal flow containing
35480         blocks.
35482         The layoutOnlyPositionedObjects function has been renamed to simplifiedLayout()
35483         and is now used for all of these cases (in addition to what it handled before).
35485         The simplified layout optimization (even in ToT) did not work correctly when
35486         static distances needed to be recomputed. In order to make static distance
35487         computations work with simplified layout, positioned objects now always compute
35488         their static offsets, even if they explicitly specify left/top.  That way normal
35489         flow layout never has to re-run when the positioned object moves.  This makes
35490         movement of a positioned object along a single non-auto axis much faster when the
35491         other axis is auto. Because this code kicked in more often for absolutely positioned
35492         objects whose original display was inline, I went ahead and fixed the trailing space
35493         issue with those objects.  This causes a bunch of layout tests to progress.
35495         Added fast/block/positioning/static-inline-position-dynamic.html and trailing-space-test.html.
35497         * animations/dynamic-stylesheet-loading-expected.txt:
35498         * animations/keyframe-timing-functions-expected.txt:
35499         * fast/block/positioning/static-inline-position-dynamic.html: Added.
35500         * fast/block/positioning/trailing-space-test.html: Added.
35501         * fast/dynamic/ancestor-to-absolute-expected.txt:
35502         * fast/forms/input-appearance-elementFromPoint-expected.txt:
35503         * fast/forms/input-hit-test-border-expected.txt:
35504         * platform/mac/fast/block/positioning/002-expected.png:
35505         * platform/mac/fast/block/positioning/003-expected.png:
35506         * platform/mac/fast/block/positioning/004-expected.png:
35507         * platform/mac/fast/block/positioning/005-expected.png:
35508         * platform/mac/fast/block/positioning/006-expected.png:
35509         * platform/mac/fast/block/positioning/007-expected.png:
35510         * platform/mac/fast/block/positioning/008-expected.png:
35511         * platform/mac/fast/block/positioning/009-expected.png:
35512         * platform/mac/fast/block/positioning/010-expected.png:
35513         * platform/mac/fast/block/positioning/011-expected.png:
35514         * platform/mac/fast/block/positioning/012-expected.png:
35515         * platform/mac/fast/block/positioning/013-expected.png:
35516         * platform/mac/fast/block/positioning/014-expected.png:
35517         * platform/mac/fast/block/positioning/015-expected.png:
35518         * platform/mac/fast/block/positioning/016-expected.png:
35519         * platform/mac/fast/block/positioning/017-expected.png:
35520         * platform/mac/fast/block/positioning/018-expected.png:
35521         * platform/mac/fast/block/positioning/019-expected.png:
35522         * platform/mac/fast/block/positioning/020-expected.png:
35523         * platform/mac/fast/block/positioning/021-expected.png:
35524         * platform/mac/fast/block/positioning/022-expected.png:
35525         * platform/mac/fast/block/positioning/023-expected.png:
35526         * platform/mac/fast/block/positioning/024-expected.png:
35527         * platform/mac/fast/block/positioning/025-expected.png:
35528         * platform/mac/fast/block/positioning/026-expected.png:
35529         * platform/mac/fast/block/positioning/027-expected.png:
35530         * platform/mac/fast/block/positioning/028-expected.png:
35531         * platform/mac/fast/block/positioning/029-expected.png:
35532         * platform/mac/fast/block/positioning/030-expected.png:
35533         * platform/mac/fast/block/positioning/031-expected.png:
35534         * platform/mac/fast/block/positioning/032-expected.png:
35535         * platform/mac/fast/block/positioning/033-expected.png:
35536         * platform/mac/fast/block/positioning/034-expected.png:
35537         * platform/mac/fast/block/positioning/035-expected.png:
35538         * platform/mac/fast/block/positioning/036-expected.png:
35539         * platform/mac/fast/block/positioning/037-expected.png:
35540         * platform/mac/fast/block/positioning/038-expected.png:
35541         * platform/mac/fast/block/positioning/039-expected.png:
35542         * platform/mac/fast/block/positioning/040-expected.png:
35543         * platform/mac/fast/block/positioning/041-expected.png:
35544         * platform/mac/fast/block/positioning/042-expected.png:
35545         * platform/mac/fast/block/positioning/043-expected.png:
35546         * platform/mac/fast/block/positioning/044-expected.png:
35547         * platform/mac/fast/block/positioning/045-expected.png:
35548         * platform/mac/fast/block/positioning/046-expected.png:
35549         * platform/mac/fast/block/positioning/047-expected.checksum:
35550         * platform/mac/fast/block/positioning/047-expected.png:
35551         * platform/mac/fast/block/positioning/048-expected.png:
35552         * platform/mac/fast/block/positioning/049-expected.png:
35553         * platform/mac/fast/block/positioning/050-expected.png:
35554         * platform/mac/fast/block/positioning/056-expected.txt:
35555         * platform/mac/fast/block/positioning/061-expected.png:
35556         * platform/mac/fast/block/positioning/062-expected.png:
35557         * platform/mac/fast/block/positioning/auto/005-expected.txt:
35558         * platform/mac/fast/block/positioning/auto/006-expected.txt:
35559         * platform/mac/fast/block/positioning/auto/007-expected.png:
35560         * platform/mac/fast/block/positioning/auto/vertical-lr/005-expected.txt:
35561         * platform/mac/fast/block/positioning/auto/vertical-lr/006-expected.txt:
35562         * platform/mac/fast/block/positioning/auto/vertical-lr/007-expected.checksum:
35563         * platform/mac/fast/block/positioning/auto/vertical-lr/007-expected.png:
35564         * platform/mac/fast/block/positioning/auto/vertical-rl/005-expected.txt:
35565         * platform/mac/fast/block/positioning/auto/vertical-rl/006-expected.txt:
35566         * platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.checksum:
35567         * platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.png:
35568         * platform/mac/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
35569         * platform/mac/fast/block/positioning/inline-block-relposition-expected.checksum:
35570         * platform/mac/fast/block/positioning/inline-block-relposition-expected.png:
35571         * platform/mac/fast/block/positioning/inline-block-relposition-expected.txt:
35572         * platform/mac/fast/block/positioning/move-with-auto-width-expected.png:
35573         * platform/mac/fast/block/positioning/negative-rel-position-expected.png:
35574         * platform/mac/fast/block/positioning/relative-overconstrained-expected.png:
35575         * platform/mac/fast/block/positioning/relative-overflow-block-expected.txt:
35576         * platform/mac/fast/block/positioning/static-inline-position-dynamic-expected.checksum: Added.
35577         * platform/mac/fast/block/positioning/static-inline-position-dynamic-expected.png: Added.
35578         * platform/mac/fast/block/positioning/static-inline-position-dynamic-expected.txt: Added.
35579         * platform/mac/fast/block/positioning/trailing-space-test-expected.checksum: Added.
35580         * platform/mac/fast/block/positioning/trailing-space-test-expected.png: Added.
35581         * platform/mac/fast/block/positioning/trailing-space-test-expected.txt: Added.
35582         * platform/mac/fast/clip/001-expected.txt:
35583         * platform/mac/fast/clip/004-expected.txt:
35584         * platform/mac/fast/clip/006-expected.txt:
35585         * platform/mac/fast/clip/007-expected.txt:
35586         * platform/mac/fast/clip/008-expected.txt:
35587         * platform/mac/fast/clip/009-expected.txt:
35588         * platform/mac/fast/clip/010-expected.txt:
35589         * platform/mac/fast/clip/011-expected.txt:
35590         * platform/mac/fast/clip/012-expected.txt:
35591         * platform/mac/fast/clip/013-expected.txt:
35592         * platform/mac/fast/clip/014-expected.txt:
35593         * platform/mac/fast/clip/nestedTransparencyClip-expected.txt:
35594         * platform/mac/fast/clip/outline-overflowClip-expected.txt:
35595         * platform/mac/fast/forms/input-appearance-preventDefault-expected.txt:
35596         * platform/mac/fast/invalid/014-expected.txt:
35597         * platform/mac/fast/layers/layer-visibility-expected.txt:
35598         * platform/mac/fast/repaint/layout-state-scrolloffset-expected.txt:
35599         * platform/mac/fast/repaint/layout-state-scrolloffset2-expected.txt:
35600         * platform/mac/fast/repaint/layout-state-scrolloffset3-expected.txt:
35601         * platform/mac/tables/mozilla/bugs/bug51140-expected.txt:
35603 2011-03-25  Geoffrey Garen  <ggaren@apple.com>
35605         Reviewed by Oliver Hunt.
35607         Crash when paused at a breakpoint caused by inaccurate Activation records.
35608         https://bugs.webkit.org/show_bug.cgi?id=57120
35610         * inspector/debugger/debugger-activation-crash2-expected.txt: Added.
35611         * inspector/debugger/debugger-activation-crash2.html: Added.
35613 2011-03-25  Geoffrey Garen  <ggaren@apple.com>
35615         Reviewed by Oliver Hunt.
35617         Crash in debugger beneath MarkStack::drain @ me.com, ibm.com
35618         https://bugs.webkit.org/show_bug.cgi?id=57080
35619         <rdar://problem/8525907>
35621         * inspector/debugger/debugger-activation-crash-expected.txt: Added.
35622         * inspector/debugger/debugger-activation-crash.html: Added.
35624 2011-03-25  Dimitri Glazkov  <dglazkov@chromium.org>
35626         Skip the test added in r81970 on WebKit2, because its harness doesn't
35627         yet support printing hooks.
35629         * platform/mac-wk2/Skipped: Added printing/page-count-layout-overflow.html.
35631 2011-03-25  Emil A Eklund  <eae@chromium.org>
35633         Reviewed by Dimitri Glazkov.
35635         Text field "onchange" event is triggered if actual value unchanged
35636         https://bugs.webkit.org/show_bug.cgi?id=36314
35638         Add tests for text field change events.
35640         * fast/events/onchange-text-form-field-expected.txt: Added.
35641         * fast/events/onchange-text-form-field.html: Added.
35643 2011-03-25  Jessie Berlin  <jberlin@apple.com>
35645         Websockets tests sometimes time out on apple-windows-5
35646         https://bugs.webkit.org/show_bug.cgi?id=55579
35648         Unreviewed, skipping all the websocket tests on Windows to get the bots green.
35650         * platform/win/Skipped:
35652 2011-03-25  Dimitri Glazkov  <dglazkov@chromium.org>
35654         Reviewed by Adele Peterson.
35656         REGRESSION(r77257): Only first page of a document is printed
35657         https://bugs.webkit.org/show_bug.cgi?id=56958
35659         * printing/page-count-layout-overflow-expected.txt: Added.
35660         * printing/page-count-layout-overflow.html: Added.
35662 2011-03-25  Maciej Stachowiak  <mjs@apple.com>
35664         Reviewed by Antti Koivisto.
35666         Crash when a wbr element is inserted inside mroot
35667         https://bugs.webkit.org/show_bug.cgi?id=56352
35669         * mathml/wbr-in-mroot-crash-expected.txt: Added.
35670         * mathml/wbr-in-mroot-crash.html: Added.
35672 2011-03-25  Vsevolod Vlasov  <vsevik@chromium.org>
35674         Reviewed by Pavel Feldman.
35676         XML Viewer: extensions can't render original XML
35677         https://bugs.webkit.org/show_bug.cgi?id=56263
35679         Added source xml to transformed document, renamed onload function.
35681         * fast/css/dumpAsText/xml-stylesheet-pi-not-in-prolog-expected.txt:
35682         * fast/encoding/dumpAsText/utf-16-no-bom-expected.txt:
35683         * http/tests/xmlviewer/dumpAsText/wml-expected.txt:
35684         * http/tests/xmlviewer/dumpAsText/xlink-expected.txt:
35685         * http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251-expected.txt:
35686         * http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8-expected.txt:
35687         * http/tests/xmlviewer/dumpAsText/xmlviewer-expected.txt:
35688         * http/tests/xmlviewer/dumpAsText/xul-expected.txt:
35689         * platform/chromium-linux/http/tests/xmlviewer/dumpAsText/wml-expected.txt:
35690         * platform/chromium/http/tests/xmlviewer/dumpAsText/mathml-expected.txt:
35691         * svg/hixie/error/dumpAsText/004-expected.txt:
35692         * svg/hixie/error/dumpAsText/005-expected.txt:
35693         * xmlviewer/extensions-api-expected.txt: Added.
35694         * xmlviewer/extensions-api.html_disabled: Added.
35695         * xmlviewer/resources/sample.xml: Added.
35697 2011-03-25  Adam Roben  <aroben@apple.com>
35699         Remove no-longer-necessary Windows results
35701         r81925 made Windows match Mac on this test. New Windows results were checked in, but they
35702         were generated using the wrong fonts. Since we match Mac now, we don't need Windows-specific
35703         results at all.
35705         * platform/win/fast/css/percentage-non-integer-expected.checksum: Removed.
35706         * platform/win/fast/css/percentage-non-integer-expected.png: Removed.
35707         * platform/win/fast/css/percentage-non-integer-expected.txt: Removed.
35709 2011-03-25  Sheriff Bot  <webkit.review.bot@gmail.com>
35711         Unreviewed, rolling out r81953.
35712         http://trac.webkit.org/changeset/81953
35713         https://bugs.webkit.org/show_bug.cgi?id=57096
35715         "inspector test breakage: part 2/2" (Requested by apavlov on
35716         #webkit).
35718         * inspector/styles/get-set-stylesheet-text-expected.txt: Removed.
35719         * inspector/styles/get-set-stylesheet-text.html: Removed.
35720         * inspector/styles/styles-new-API.html:
35722 2011-03-25  Sheriff Bot  <webkit.review.bot@gmail.com>
35724         Unreviewed, rolling out r81954.
35725         http://trac.webkit.org/changeset/81954
35726         https://bugs.webkit.org/show_bug.cgi?id=57094
35728         "inspector test breakage: part 1/2" (Requested by apavlov on
35729         #webkit).
35731         * inspector/styles/resources/get-set-stylesheet-text.css: Removed.
35733 2011-03-25  Alexander Pavlov  <apavlov@chromium.org>
35735         Unreviewed, build fix. Add file missing from r81953
35737         * inspector/styles/resources/get-set-stylesheet-text.css: Added.
35738         (body):
35739         (/* comment before selector */body.main1/* comment after selector */):
35740         (body.main2):
35742 2011-03-15  Alexander Pavlov  <apavlov@chromium.org>
35744         Reviewed by Pavel Feldman.
35746         Web Inspector: Fix handling of the CSSAgent.setStyleSheetText() results in CSSStyleModel.js
35747         https://bugs.webkit.org/show_bug.cgi?id=56310
35749         * inspector/styles/get-set-stylesheet-text-expected.txt: Added.
35750         * inspector/styles/get-set-stylesheet-text.html: Added.
35751         * inspector/styles/resources/get-set-stylesheet-text.css: Added.
35752         (body):
35753         (/* comment before selector */body.main1/* comment after selector */):
35754         (body.main2):
35755         * inspector/styles/styles-new-API.html:
35757 2011-03-25  Sergio Villar Senin  <svillar@igalia.com>
35759         Rebaseline GTK+ tests results after r81887
35761         * platform/gtk/editing/pasteboard/5065605-expected.txt:
35762         * platform/gtk/editing/pasteboard/display-block-on-spans-expected.txt:
35763         * platform/gtk/editing/pasteboard/paste-text-011-expected.txt:
35764         * platform/gtk/editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
35765         * platform/gtk/editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
35767 2011-03-25  Dominic Cooney  <dominicc@google.com>
35769         Reviewed by Kent Tamura.
35771         Adds a regression test for keygen autofocus.
35772         https://bugs.webkit.org/show_bug.cgi?id=57091
35774         * fast/forms/autofocus-keygen-expected.txt: Added.
35775         * fast/forms/autofocus-keygen.html: Added.
35777 2011-03-24  Mikhail Naganov  <mnaganov@chromium.org>
35779         Reviewed by Pavel Feldman.
35781         Web Inspector: Add tests for HeapSnapshot module.
35782         https://bugs.webkit.org/show_bug.cgi?id=56835
35784         * http/tests/inspector/heap-snapshot-test.js: Added.
35785         (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject):
35786         (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMock):
35787         (initialize_HeapSnapshotTest):
35788         * inspector/profiler/heap-snapshot-expected.txt: Added.
35789         * inspector/profiler/heap-snapshot.html: Added.
35791 2011-03-24  Mikhail Naganov  <mnaganov@chromium.org>
35793         Reviewed by Pavel Feldman.
35795         Web Inspector: Rework cpu-profiler-profiling.html to use capabilities of testing framework.
35796         https://bugs.webkit.org/show_bug.cgi?id=57006
35798         * http/tests/inspector/profiler-test.js: Added.
35799         (initialize_ProfilerTest.InspectorTest.startProfilerTest.startTest):
35800         (initialize_ProfilerTest.InspectorTest.startProfilerTest):
35801         (initialize_ProfilerTest.InspectorTest.completeProfilerTest):
35802         (initialize_ProfilerTest.InspectorTest.runProfilerTestSuite.runner):
35803         (initialize_ProfilerTest.InspectorTest.runProfilerTestSuite):
35804         (initialize_ProfilerTest):
35805         * inspector/cpu-profiler-profiling-expected.txt: Removed.
35806         * inspector/cpu-profiler-profiling.html: Removed.
35807         * inspector/profiler/cpu-profiler-profiling-expected.txt: Added.
35808         * inspector/profiler/cpu-profiler-profiling.html: Added.
35810 2011-03-24  Yuta Kitamura  <yutak@chromium.org>
35812         Unreviewed, rebaseline Chromium test results for Mac Leopard.
35814         * platform/chromium-mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added.
35815         * platform/chromium-mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.png: Added.
35816         * platform/chromium-mac-leopard/fast/dynamic/text-combine-expected.checksum: Added.
35817         * platform/chromium-mac-leopard/fast/dynamic/text-combine-expected.png: Added.
35819 2011-03-24  Ilya Sherman  <isherman@chromium.org>
35821         Reviewed by Adam Roben.
35823         Implement layoutTestController.setAutoFilled in DRT on Windows
35824         https://bugs.webkit.org/show_bug.cgi?id=56828
35826         * platform/chromium/fast/forms/input-autofilled-expected.txt: Removed.
35827         * platform/chromium/fast/forms/reset-autofilled-expected.txt: Removed.
35828         * platform/win/fast/forms/input-autofilled-expected.txt: Removed.
35829         * platform/win/fast/forms/reset-autofilled-expected.txt: Removed.
35831 2011-03-24  Yuta Kitamura  <yutak@chromium.org>
35833         Unreviewed. Rebaseline Chromium test results for fast/css/percentage-non-integer.html.
35835         * platform/chromium-win/fast/css/percentage-non-integer-expected.checksum:
35836         * platform/chromium-win/fast/css/percentage-non-integer-expected.png:
35837         * platform/chromium-win/fast/css/percentage-non-integer-expected.txt:
35839 2011-03-24  Sheriff Bot  <webkit.review.bot@gmail.com>
35841         Unreviewed, rolling out r81916 and r81917.
35842         http://trac.webkit.org/changeset/81916
35843         http://trac.webkit.org/changeset/81917
35844         https://bugs.webkit.org/show_bug.cgi?id=57071
35846         broke a test on platforms that do not have QuickTime installed
35847         (Requested by estes on #webkit).
35849         * fast/images/embed-image-plugins-disabled.html: Removed.
35850         * platform/mac/fast/images/embed-image-expected.checksum:
35851         * platform/mac/fast/images/embed-image-expected.png:
35852         * platform/mac/fast/images/embed-image-expected.txt:
35853         * platform/mac/fast/images/embed-image-plugins-disabled-expected.checksum: Removed.
35854         * platform/mac/fast/images/embed-image-plugins-disabled-expected.png: Removed.
35855         * platform/mac/fast/images/embed-image-plugins-disabled-expected.txt: Removed.
35857 2011-03-24  Vincent Scheib  <scheib@chromium.org>
35859         Update Chromium baselines for 81887
35861         * platform/chromium-win/editing/pasteboard/5065605-expected.txt:
35862         * platform/chromium-win/editing/pasteboard/display-block-on-spans-expected.txt:
35863         * platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt:
35864         * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
35865         * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
35867 2011-03-24  Rik Cabanier  <cabanier@adobe.com>
35869         Reviewed by David Hyatt.
35871         REGRESSION (r81625): fast/css/percentage-non-integer.html fails on Windows
35872         https://bugs.webkit.org/show_bug.cgi?id=56829
35874         * platform/win/fast/css/percentage-non-integer-expected.checksum:
35875         * platform/win/fast/css/percentage-non-integer-expected.png:
35876         * platform/win/fast/css/percentage-non-integer-expected.txt:
35878 2011-03-24  Mihai Parparita  <mihaip@chromium.org>
35880         Add Chromium Snow Leopard baselines for fast/css/bidi-override-in-anonymous-block.html.
35882         * platform/chromium-mac-leopard/fast/css/bidi-override-in-anonymous-block-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/css/bidi-override-in-anonymous-block-expected.checksum.
35883         * platform/chromium-mac-leopard/fast/css/bidi-override-in-anonymous-block-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/css/bidi-override-in-anonymous-block-expected.png.
35884         * platform/chromium-mac/fast/css/bidi-override-in-anonymous-block-expected.checksum:
35885         * platform/chromium-mac/fast/css/bidi-override-in-anonymous-block-expected.png:
35887 2011-03-24  Mihai Parparita  <mihaip@chromium.org>
35889         Reviewed by James Robinson.
35891         [Chromium] Vertical Japanese text is not displayed on Snow Leopard
35892         https://bugs.webkit.org/show_bug.cgi?id=56962
35894         Pixel rebaselines after r80582 (vertical text was shifted by one pixel
35895         vertical).
35897         Make Snow Leopard check added by r80740 into a runtime check for
35898         Chromium, since it uses the same binary on both Leopard and Snow Leopard.
35900         * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
35901         * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
35902         * platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.checksum:
35903         * platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.png:
35904         * platform/chromium-mac/fast/blockflow/broken-ideograph-small-caps-expected.checksum: Added.
35905         * platform/chromium-mac/fast/blockflow/broken-ideograph-small-caps-expected.png: Added.
35906         * platform/chromium-mac/fast/blockflow/broken-ideograph-small-caps-expected.txt: Added.
35907         * platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.checksum: Added.
35908         * platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.png: Added.
35909         * platform/chromium-mac/fast/blockflow/japanese-lr-text-expected.checksum:
35910         * platform/chromium-mac/fast/blockflow/japanese-lr-text-expected.png:
35911         * platform/chromium-mac/fast/blockflow/japanese-rl-selection-expected.checksum:
35912         * platform/chromium-mac/fast/blockflow/japanese-rl-selection-expected.png:
35913         * platform/chromium-mac/fast/blockflow/japanese-rl-text-expected.checksum:
35914         * platform/chromium-mac/fast/blockflow/japanese-rl-text-expected.png:
35915         * platform/chromium-mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Removed.
35916         * platform/chromium-mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Removed.
35917         * platform/chromium-mac/fast/blockflow/vertical-align-table-baseline-expected.checksum: Removed.
35918         * platform/chromium-mac/fast/blockflow/vertical-align-table-baseline-expected.png: Removed.
35919         * platform/chromium-mac/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added.
35920         * platform/chromium-mac/fast/blockflow/vertical-baseline-alignment-expected.png: Added.
35921         * platform/chromium-mac/fast/dynamic/text-combine-expected.checksum:
35922         * platform/chromium-mac/fast/dynamic/text-combine-expected.png:
35923         * platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.checksum:
35924         * platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.png:
35925         * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
35926         * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.png:
35927         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.checksum:
35928         * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
35929         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.checksum:
35930         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png:
35931         * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.checksum:
35932         * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.png:
35933         * platform/chromium/test_expectations.txt:
35934         * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
35935         * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
35936         * platform/mac/fast/blockflow/border-vertical-lr-expected.checksum:
35937         * platform/mac/fast/blockflow/border-vertical-lr-expected.png:
35938         * platform/mac/fast/blockflow/broken-ideographic-font-expected.checksum:
35939         * platform/mac/fast/blockflow/broken-ideographic-font-expected.png:
35940         * platform/mac/fast/blockflow/japanese-lr-selection-expected.checksum:
35941         * platform/mac/fast/blockflow/japanese-lr-selection-expected.png:
35942         * platform/mac/fast/blockflow/japanese-lr-text-expected.checksum:
35943         * platform/mac/fast/blockflow/japanese-lr-text-expected.png:
35944         * platform/mac/fast/blockflow/japanese-rl-selection-expected.checksum:
35945         * platform/mac/fast/blockflow/japanese-rl-selection-expected.png:
35946         * platform/mac/fast/blockflow/japanese-rl-text-expected.checksum:
35947         * platform/mac/fast/blockflow/japanese-rl-text-expected.png:
35948         * platform/mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum:
35949         * platform/mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.png:
35950         * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
35951         * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
35952         * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
35953         * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
35954         * platform/mac/fast/blockflow/vertical-align-table-baseline-expected.checksum:
35955         * platform/mac/fast/blockflow/vertical-align-table-baseline-expected.png:
35956         * platform/mac/fast/blockflow/vertical-baseline-alignment-expected.checksum:
35957         * platform/mac/fast/blockflow/vertical-baseline-alignment-expected.png:
35958         * platform/mac/fast/blockflow/vertical-font-fallback-expected.checksum:
35959         * platform/mac/fast/blockflow/vertical-font-fallback-expected.png:
35960         * platform/mac/fast/repaint/japanese-rl-selection-clear-expected.checksum:
35961         * platform/mac/fast/repaint/japanese-rl-selection-clear-expected.png:
35962         * platform/mac/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
35963         * platform/mac/fast/repaint/japanese-rl-selection-repaint-expected.png:
35964         * platform/mac/fast/repaint/repaint-across-writing-mode-boundary-expected.checksum:
35965         * platform/mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
35966         * platform/mac/fast/ruby/base-shorter-than-text-expected.checksum:
35967         * platform/mac/fast/ruby/base-shorter-than-text-expected.png:
35968         * platform/mac/fast/text/justify-ideograph-vertical-expected.checksum:
35969         * platform/mac/fast/text/justify-ideograph-vertical-expected.png:
35971 2011-03-24  Andy Estes  <aestes@apple.com>
35973         Reviewed by Darin Adler.
35975         REGRESSION (r70748): latest nightly builds kills AC_QuickTime.js
35976         https://bugs.webkit.org/show_bug.cgi?id=49016
35978         * fast/images/embed-image-plugins-disabled.html: Added.
35979         * platform/mac/fast/images/embed-image-expected.checksum:
35980         * platform/mac/fast/images/embed-image-expected.png:
35981         * platform/mac/fast/images/embed-image-expected.txt:
35982         * platform/mac/fast/images/embed-image-plugins-disabled-expected.checksum: Added.
35983         * platform/mac/fast/images/embed-image-plugins-disabled-expected.png: Added.
35984         * platform/mac/fast/images/embed-image-plugins-disabled-expected.txt: Added.
35986 2011-03-24  Adam Klein  <adamk@chromium.org>
35988         Reviewed by David Levin.
35990         [fileapi] Make FileError and FileException accessible from WorkerContext
35991         https://bugs.webkit.org/show_bug.cgi?id=57041
35993         Fixed some test expectations related to FileError/FileExcetion and
35994         exposed while testing this change under Chromium.
35996         * http/tests/filesystem/workers/resolve-url-sync-expected.txt:
35998 2011-03-24  Vsevolod Vlasov  <vsevik@chromium.org>
36000         Reviewed by Pavel Feldman.
36002         Web Inspector: Inspector does not show correct transfer size for synchronous requests
36003         https://bugs.webkit.org/show_bug.cgi?id=56951
36005         Fixed transfer size for synchronous load.
36007         * http/tests/inspector/network/network-size-sync-expected.txt: Added.
36008         * http/tests/inspector/network/network-size-sync.html: Added.
36009         * platform/chromium/test_expectations.txt:
36010         * platform/gtk/Skipped:
36011         * platform/mac/Skipped:
36012         * platform/qt/Skipped:
36013         * platform/win/Skipped:
36015 2011-03-24  Enrica Casucci  <enrica@apple.com>
36017         Updating tests results for QT after changeset 81887.
36019         * platform/qt/editing/pasteboard/5065605-expected.txt:
36020         * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt:
36021         * platform/qt/editing/pasteboard/paste-text-011-expected.txt:
36022         * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
36024 2011-03-24  Brady Eidson  <beidson@apple.com>
36026         Reviewed by Adam Roben.
36028         Resolving https://bugs.webkit.org/show_bug.cgi?id=57030, unskip the busted test.
36030         * platform/mac-wk2/Skipped:
36032 2011-03-24  Andy Estes  <aestes@apple.com>
36034         Reviewed by Eric Seidel.
36036         REGRESSION (r80231): Bad cast in HTMLTreeBuilder with closed </form> tags
36037         https://bugs.webkit.org/show_bug.cgi?id=56836
36039         * fast/parser/fragment-closest-form-ancestor-expected.txt: Added.
36040         * fast/parser/fragment-closest-form-ancestor.html: Added.
36042 2011-03-24  Enrica Casucci  <enrica@apple.com>
36044         Reviewed by Darin Adler.
36046         Repeated copy and paste-in-place operation results in increasingly verbose HTML.
36047         <rdar://problem/8690506>
36048         https://bugs.webkit.org/show_bug.cgi?id=56874
36050         * editing/pasteboard/paste-text-with-style-expected.txt: Added.
36051         * editing/pasteboard/paste-text-with-style.html: Added.
36052         The following are new results for existing tests that now produce
36053         a different markup.
36054         * platform/mac/editing/pasteboard/5065605-expected.txt:
36055         * platform/mac/editing/pasteboard/display-block-on-spans-expected.txt:
36056         * platform/mac/editing/pasteboard/paste-text-011-expected.txt:
36057         * platform/mac/editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
36058         * platform/mac/editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
36060 2011-03-24  Adam Roben  <aroben@apple.com>
36062         Add some flaky tests to the mac-wk2 and win-wk2 Skipped files
36064         The failures are tracked by <http://webkit.org/b/57027> and <http://webkit.org/b/57030>.
36066         * platform/mac-wk2/Skipped: Added http/tests/inspector/extensions-resources-redirect.html.
36067         * platform/win-wk2/Skipped: Added inspector/debugger/source-frame.html.
36069 2011-03-24  Adam Roben  <aroben@apple.com>
36071         Add Windows WebKit2 results for fast/css/pseudo-any.html
36073         This test passes on Windows but fails on Mac. <http://webkit.org/b/56988> tracks the Mac
36074         failure.
36076         * platform/win-wk2/fast/css/pseudo-any-expected.txt: Added.
36078 2011-03-24  Pavel Podivilov  <podivilov@chromium.org>
36080         Reviewed by Yury Semikhatsky.
36082         Web Inspector: provide live edit callback to source frame delegate.
36083         https://bugs.webkit.org/show_bug.cgi?id=57003
36085         * inspector/debugger/live-edit.html:
36087 2011-03-24  Joe Wild  <joseph.wild@nokia.com>
36089         Reviewed by Csaba Osztrogonác.
36091         [Qt] Some Unicode tests fail with Qt version >= 4.7.0
36092         https://bugs.webkit.org/show_bug.cgi?id=46251
36094         Updated tests the print out character 0xFFFF for Qt Platform.
36095         QString.toUtf8() converts non-defined Unicode char values, like
36096         0xFFFF to a replacement character ('?') as documented.  Other
36097         platforms leave the character as 0xFFFF (but utf8 encoded).
36098         Converting to a real printable char seems reasonable and may
36099         be more reliable.
36101         * platform/qt/Skipped:
36102         * platform/qt/fast/js/regexp-range-bound-ffff-expected.txt: Added.
36103         * platform/qt/fast/js/switch-behaviour-expected.txt: Added.
36104         * platform/qt/fast/url: Added.
36105         * platform/qt/fast/url/anchor-expected.txt: Added.
36106         * platform/qt/fast/url/path-expected.txt: Added.
36107         * platform/qt/http/tests/websocket: Added.
36108         * platform/qt/http/tests/websocket/tests: Added.
36109         * platform/qt/http/tests/websocket/tests/bad-sub-protocol-non-ascii-expected.txt: Added.
36111 2011-03-24  Pavel Feldman  <pfeldman@chromium.org>
36113         Not reviewed: removing newly added inspector test that fails on release bots.
36115         * http/tests/inspector/network/network-redirect-expected.txt: Removed.
36116         * http/tests/inspector/network/network-redirect.html: Removed.
36117         * platform/chromium/test_expectations.txt:
36119 2011-03-24  Pavel Feldman  <pfeldman@chromium.org>
36121         Not reviewed: updated chromium expectations.
36123         * platform/chromium/test_expectations.txt:
36125 2011-03-24  Pavel Feldman  <pfeldman@chromium.org>
36127         Reviewed by Yury Semikhatsky.
36129         Web Inspector: brush up Network agent API.
36130         https://bugs.webkit.org/show_bug.cgi?id=57001
36132         * http/tests/inspector/network/network-redirect-expected.txt: Added.
36133         * http/tests/inspector/network/network-redirect.html: Added.
36134         * inspector/timeline/timeline-network-resource-expected.txt:
36135         * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt:
36137 2011-03-24  Philippe Normand  <pnormand@igalia.com>
36139         Unreviewed, skipping 3 xmlhttprequest tests timing out on GTK, see
36140         also bug 33026.
36142         * platform/gtk/Skipped:
36144 2011-03-24  Philippe Normand  <pnormand@igalia.com>
36146         Unreviewed, new GTK fast/block/lineboxcontain baselines after
36147         r81684 and r81608.
36149         * editing/selection/fake-drag-expected.txt: Added.
36150         * platform/gtk/fast/block/lineboxcontain/block-expected.checksum: Added.
36151         * platform/gtk/fast/block/lineboxcontain/block-expected.png: Added.
36152         * platform/gtk/fast/block/lineboxcontain/block-expected.txt: Added.
36153         * platform/gtk/fast/block/lineboxcontain/block-font-expected.checksum: Added.
36154         * platform/gtk/fast/block/lineboxcontain/block-font-expected.png: Added.
36155         * platform/gtk/fast/block/lineboxcontain/block-font-expected.txt: Added.
36156         * platform/gtk/fast/block/lineboxcontain/block-glyphs-expected.checksum: Added.
36157         * platform/gtk/fast/block/lineboxcontain/block-glyphs-expected.png: Added.
36158         * platform/gtk/fast/block/lineboxcontain/block-glyphs-expected.txt: Added.
36159         * platform/gtk/fast/block/lineboxcontain/block-glyphs-replaced-expected.checksum: Added.
36160         * platform/gtk/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
36161         * platform/gtk/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
36162         * platform/gtk/fast/block/lineboxcontain/block-replaced-expected.checksum: Added.
36163         * platform/gtk/fast/block/lineboxcontain/block-replaced-expected.png: Added.
36164         * platform/gtk/fast/block/lineboxcontain/block-replaced-expected.txt: Added.
36165         * platform/gtk/fast/block/lineboxcontain/font-expected.checksum: Added.
36166         * platform/gtk/fast/block/lineboxcontain/font-expected.png: Added.
36167         * platform/gtk/fast/block/lineboxcontain/font-expected.txt: Added.
36168         * platform/gtk/fast/block/lineboxcontain/font-replaced-expected.checksum: Added.
36169         * platform/gtk/fast/block/lineboxcontain/font-replaced-expected.png: Added.
36170         * platform/gtk/fast/block/lineboxcontain/font-replaced-expected.txt: Added.
36171         * platform/gtk/fast/block/lineboxcontain/glyphs-expected.checksum: Added.
36172         * platform/gtk/fast/block/lineboxcontain/glyphs-expected.png: Added.
36173         * platform/gtk/fast/block/lineboxcontain/glyphs-expected.txt: Added.
36174         * platform/gtk/fast/block/lineboxcontain/inline-box-expected.checksum: Added.
36175         * platform/gtk/fast/block/lineboxcontain/inline-box-expected.png: Added.
36176         * platform/gtk/fast/block/lineboxcontain/inline-box-expected.txt: Added.
36177         * platform/gtk/fast/block/lineboxcontain/inline-box-replaced-expected.checksum: Added.
36178         * platform/gtk/fast/block/lineboxcontain/inline-box-replaced-expected.png: Added.
36179         * platform/gtk/fast/block/lineboxcontain/inline-box-replaced-expected.txt: Added.
36180         * platform/gtk/fast/block/lineboxcontain/inline-box-vertical-expected.checksum: Added.
36181         * platform/gtk/fast/block/lineboxcontain/inline-box-vertical-expected.png: Added.
36182         * platform/gtk/fast/block/lineboxcontain/inline-box-vertical-expected.txt: Added.
36183         * platform/gtk/fast/block/lineboxcontain/inline-expected.checksum: Added.
36184         * platform/gtk/fast/block/lineboxcontain/inline-expected.png: Added.
36185         * platform/gtk/fast/block/lineboxcontain/inline-expected.txt: Added.
36186         * platform/gtk/fast/block/lineboxcontain/inline-replaced-expected.checksum: Added.
36187         * platform/gtk/fast/block/lineboxcontain/inline-replaced-expected.png: Added.
36188         * platform/gtk/fast/block/lineboxcontain/inline-replaced-expected.txt: Added.
36189         * platform/gtk/fast/block/lineboxcontain/none-expected.checksum: Added.
36190         * platform/gtk/fast/block/lineboxcontain/none-expected.png: Added.
36191         * platform/gtk/fast/block/lineboxcontain/none-expected.txt: Added.
36192         * platform/gtk/fast/block/lineboxcontain/parsing-invalid-expected.checksum: Added.
36193         * platform/gtk/fast/block/lineboxcontain/parsing-invalid-expected.png: Added.
36194         * platform/gtk/fast/block/lineboxcontain/parsing-invalid-expected.txt: Added.
36195         * platform/gtk/fast/block/lineboxcontain/replaced-expected.checksum: Added.
36196         * platform/gtk/fast/block/lineboxcontain/replaced-expected.png: Added.
36197         * platform/gtk/fast/block/lineboxcontain/replaced-expected.txt: Added.
36199 2011-03-23  Kent Tamura  <tkent@chromium.org>
36201         Reviewed by Dimitri Glazkov.
36203         [Chromium] Force to make validation bubble DIV position:absolute
36204         https://bugs.webkit.org/show_bug.cgi?id=56901
36206         * fast/forms/interactive-validation-crash-by-style-override-expected.txt: Added.
36207         * fast/forms/interactive-validation-crash-by-style-override.html: Added.
36208         * platform/gtk/Skipped: Skip the new test because the interactive
36209           validation feature is not enabled.
36210         * platform/mac/Skipped: ditto.
36211         * platform/qt/Skipped: ditto.
36212         * platform/win/Skipped: ditto.
36214 2011-03-23  Ojan Vafai  <ojan@chromium.org>
36216         Add failing result for WebKit2. All tests that require
36217         focus fail on WebKit2. See https://bugs.webkit.org/show_bug.cgi?id=56988.
36219         * platform/mac-wk2/fast/css/pseudo-any-expected.txt: Added.
36221 2011-03-23  Mike Lawther  <mikelawther@chromium.org>
36223         Reviewed by Ojan Vafai.
36225         flex/bison tokens and grammar for CSS calc
36226         https://bugs.webkit.org/show_bug.cgi?id=54412
36228         Only the 'errors' tests pass as ultimately intended right now. As of this
36229         patch, none of the actual calculations are expected to work, since only
36230         the lexing/grammar stage is present.
36232         * css3/calc/calc-errors-expected.txt: Added.
36233         * css3/calc/calc-errors.html: Added.
36234         * css3/calc/minmax-errors-expected.txt: Added.
36235         * css3/calc/minmax-errors.html: Added.
36236         * css3/calc/simple-calcs-expected.txt: Added.
36237         * css3/calc/simple-calcs.html: Added.
36238         * css3/calc/simple-minmax-expected.txt: Added.
36239         * css3/calc/simple-minmax.html: Added.
36241 2011-03-23  Adam Klein  <adamk@chromium.org>
36243         Reviewed by David Levin.
36245         Fix resolveLocalFileSystemURL (and sync version) error codes to match the spec
36246         https://bugs.webkit.org/show_bug.cgi?id=56961
36248         * http/tests/filesystem/resolve-uri-expected.txt:
36249         * http/tests/filesystem/script-tests/resolve-uri.js:
36250         Added three tests to exercise SECURITY_ERR:
36251         (runWrongDomain):
36252         (runWrongPort):
36253         (runWrongScheme):
36254         And updated four tests to test error codes:
36255         (runBogusURL):
36256         (runWrongProtocol):
36257         (runNotEnoughSlashes):
36258         (runNotEnoughSlashes2):
36259         * http/tests/filesystem/workers/resolve-url-expected.txt:
36260         * http/tests/filesystem/workers/resolve-url-sync-expected.txt:
36261         * http/tests/filesystem/workers/script-tests/resolve-url-sync.js:
36262         Added three tests to exercise SECURITY_ERR:
36263         (runWrongDomain):
36264         (runWrongPort):
36265         (runWrongScheme):
36266         And updated four tests to test error codes:
36267         (runBogusURL):
36268         (runWrongProtocol):
36269         (runNotEnoughSlashes):
36270         (runNotEnoughSlashes2):
36272 2011-03-23  Jia Pu  <jpu@apple.com>
36274         Reviewed by Darin Adler.
36276         Hook up new AppKit autocorrection UI with WK2.
36277         https://bugs.webkit.org/show_bug.cgi?id=56055
36278         <rdar://problem/8947463>
36280         Please see WebCore/ChangeLog for detail.
36282         * platform/mac-wk2/Skipped: Enable autocorrection tests for WK2.
36284 2011-03-23  Carol Szabo  <carol.szabo@nokia.com>
36286         Reviewed by David Hyatt.
36288         This test verifies the correct update of a second renderer that
36289         displays the same CounterNode.
36291         Assertion and incorrect rendering of counters.
36292         https://bugs.webkit.org/show_bug.cgi?id=56896
36294         * fast/css/counters/2displays-expected.txt: Added.
36295         * fast/css/counters/2displays.html: Added.
36297 2011-03-23  Xiaomei Ji  <xji@chromium.org>
36299         Rebaseline chromium-mac after r81807.
36301         * platform/chromium-mac/fast/css/bidi-override-in-anonymous-block-expected.checksum: Added.
36302         * platform/chromium-mac/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
36303         * platform/chromium/test_expectations.txt:
36305 2011-03-23  Xiaomei Ji  <xji@chromium.org>
36307         Rebaseline after r81807.
36309         * platform/chromium-linux/fast/css/bidi-override-in-anonymous-block-expected.checksum: Added.
36310         * platform/chromium-linux/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
36311         * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.checksum: Added.
36312         * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
36313         * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.txt: Added.
36314         * platform/chromium/test_expectations.txt:
36315         * platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt: Added.
36316         * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.txt: Added.
36318 2011-03-23  Mihai Parparita  <mihaip@chromium.org>
36320         Rebaseline transitions/default-timing-function.html for Chromium Snow
36321         Leopard.
36323         * platform/chromium-mac-leopard/transitions/default-timing-function-expected.checksum: Copied from LayoutTests/platform/chromium-mac/transitions/default-timing-function-expected.checksum.
36324         * platform/chromium-mac-leopard/transitions/default-timing-function-expected.png: Copied from LayoutTests/platform/chromium-mac/transitions/default-timing-function-expected.png.
36325         * platform/chromium-mac/transitions/default-timing-function-expected.checksum:
36326         * platform/chromium-mac/transitions/default-timing-function-expected.png:
36327         * platform/chromium/test_expectations.txt:
36329 2011-03-23  Martin Robinson  <mrobinson@igalia.com>
36331         [GTK] fast/overflow/horizontal-scroll-after-back.html fails
36332         https://bugs.webkit.org/show_bug.cgi?id=56966
36334         * platform/gtk/Skipped: Skip this test on GTK+ until the fix is in.
36336 2011-03-23  Mihai Parparita  <mihaip@chromium.org>
36338         Update expectations for one SVG and two media tests for Chromium Snow
36339         Leopard.
36341         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum.
36342         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png.
36343         * platform/chromium-mac/media/controls-after-reload-expected.checksum:
36344         * platform/chromium-mac/media/controls-after-reload-expected.png:
36345         * platform/chromium-mac/media/controls-without-preload-expected.checksum:
36346         * platform/chromium-mac/media/controls-without-preload-expected.png:
36347         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
36348         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
36350 2011-03-23  Luiz Agostini  <luiz.agostini@openbossa.org>
36352         Reviewed by David Hyatt.
36354         REGRESSION(81035): crash in RenderDetails::removeChild
36355         https://bugs.webkit.org/show_bug.cgi?id=56773
36357         * fast/html/details-children-merge-crash-expected.txt: Added.
36358         * fast/html/details-children-merge-crash.html: Added.
36360 2011-03-23  Xiaomei Ji  <xji@chromium.org>
36362         Add fast/css/bidi-override-in-anonymous-block.html as expected to fail after r81807.
36364         * platform/chromium/test_expectations.txt:
36366 2011-03-23  Xiaomei Ji  <xji@chromium.org>
36368         Reviewed by David Hyatt.
36370         Preserve unicode-bidi:bidi-override in anonymous block.
36371         https://bugs.webkit.org/show_bug.cgi?id=21440
36373         * fast/css/bidi-override-in-anonymous-block.html: Added.
36374         * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt: Added.
36376 2011-03-23  Mihai Parparita  <mihaip@chromium.org>
36378         Group Snow Leopard failures for bug 56962.
36380         * platform/chromium/test_expectations.txt:
36382 2011-03-23  Abhishek Arya  <inferno@chromium.org>
36384         Unreviewed. Replace shockwave plugin with test netscape in recent
36385         timing out test plugins/change-widget-and-click-crash.html.
36387         * plugins/change-widget-and-click-crash.html:
36389 2011-03-23  Mihai Parparita  <mihaip@chromium.org>
36391         Fix more tests for Chromium Snow Leopard by promoting chromium-mac/
36392         results to mac-leopard/ where possible.
36394         * platform/chromium-mac-leopard/fast/backgrounds/background-position-parsing-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.checksum.
36395         * platform/chromium-mac-leopard/fast/backgrounds/background-position-parsing-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.png.
36396         * platform/chromium-mac-leopard/fast/box-shadow/box-shadow-transformed-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.checksum.
36397         * platform/chromium-mac-leopard/fast/box-shadow/box-shadow-transformed-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png.
36398         * platform/chromium-mac/css1/text_properties/text_indent-expected.checksum: Removed.
36399         * platform/chromium-mac/css1/text_properties/text_indent-expected.png: Removed.
36400         * platform/chromium-mac/css1/units/length_units-expected.checksum: Removed.
36401         * platform/chromium-mac/css1/units/length_units-expected.png: Removed.
36402         * platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.checksum:
36403         * platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.png:
36404         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.checksum:
36405         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png:
36406         * platform/chromium-mac/media/media-document-audio-repaint-expected.checksum:
36407         * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
36408         * platform/mac-leopard/css1/text_properties/text_indent-expected.checksum:
36409         * platform/mac-leopard/css1/text_properties/text_indent-expected.png:
36410         * platform/mac-leopard/css1/units/length_units-expected.checksum:
36411         * platform/mac-leopard/css1/units/length_units-expected.png:
36412         * platform/mac-leopard/fast/css-generated-content/table-row-before-after-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/css-generated-content/table-row-before-after-expected.checksum.
36413         * platform/mac-leopard/fast/css-generated-content/table-row-before-after-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/css-generated-content/table-row-before-after-expected.png.
36414         * platform/mac-leopard/fast/multicol/scrolling-overflow-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/scrolling-overflow-expected.checksum.
36415         * platform/mac-leopard/fast/multicol/scrolling-overflow-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/multicol/scrolling-overflow-expected.png.
36416         * platform/mac/css1/text_properties/text_indent-expected.checksum:
36417         * platform/mac/css1/text_properties/text_indent-expected.png:
36418         * platform/mac/css1/units/length_units-expected.checksum:
36419         * platform/mac/css1/units/length_units-expected.png:
36420         * platform/mac/editing/selection/inline-closest-leaf-child-expected.checksum:
36421         * platform/mac/editing/selection/inline-closest-leaf-child-expected.png:
36422         * platform/mac/fast/box-shadow/box-shadow-transformed-expected.checksum:
36423         * platform/mac/fast/box-shadow/box-shadow-transformed-expected.png:
36425 2011-03-23  Brian Weinstein  <bweinstein@apple.com>
36427         Skip plugins/change-widget-and-click-crash.html on WebKit2, because
36428         WebKit2 doesn't have an implementation of eventSender yet.
36430         * platform/mac-wk2/Skipped:
36432 2011-03-23  Mihai Parparita  <mihaip@chromium.org>
36434         Fix fast/table for Chromium Snow Leopard by promoting the chromium-mac/
36435         baselines to mac-leopard/.
36437         * platform/mac-leopard/fast/table/dynamic-descendant-percentage-height-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/table/dynamic-descendant-percentage-height-expected.checksum.
36438         * platform/mac-leopard/fast/table/dynamic-descendant-percentage-height-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/table/dynamic-descendant-percentage-height-expected.png.
36439         * platform/mac-leopard/fast/table/relative-position-containment-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/table/relative-position-containment-expected.checksum.
36440         * platform/mac-leopard/fast/table/relative-position-containment-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/table/relative-position-containment-expected.png.
36441         * platform/mac-leopard/fast/table/relative-position-offsets-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/table/relative-position-offsets-expected.checksum.
36442         * platform/mac-leopard/fast/table/relative-position-offsets-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/table/relative-position-offsets-expected.png.
36443         * platform/mac-leopard/fast/table/relative-position-stacking-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/table/relative-position-stacking-expected.checksum.
36444         * platform/mac-leopard/fast/table/relative-position-stacking-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/table/relative-position-stacking-expected.png.
36446 2011-03-23  Cris Neckar  <cdn@chromium.org>
36448         Reviewed by Eric Seidel.
36450         Add test for crash when modifying a widget object within an event handler.
36451         https://bugs.webkit.org/show_bug.cgi?id=56774
36453         * plugins/change-widget-and-click-crash-expected.txt: Added.
36454         * plugins/change-widget-and-click-crash.html: Added.
36456 2011-03-23  Abhishek Arya  <inferno@chromium.org>
36458         Reviewed by Dave Hyatt.
36460         Tests that we do not crash when casting a text fragment of an input box
36461         to combine text.
36462         https://bugs.webkit.org/show_bug.cgi?id=56358
36464         * fast/text/input-box-text-fragment-combine-text-crash-expected.txt: Added.
36465         * fast/text/input-box-text-fragment-combine-text-crash.html: Added.
36467 2011-03-23  Mihai Parparita  <mihaip@chromium.org>
36469         Update Chromium Snow Leopard baselines for SVG tests after r81168.
36471         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.checksum.
36472         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png.
36473         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum.
36474         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png.
36475         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.checksum.
36476         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png.
36477         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt.
36478         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.checksum.
36479         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png.
36480         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt.
36481         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.checksum.
36482         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png.
36483         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum.
36484         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png.
36485         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum.
36486         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png.
36487         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum.
36488         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png.
36489         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-fonts-03-t-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.checksum.
36490         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png.
36491         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum.
36492         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.png.
36493         * platform/chromium-mac-leopard/svg/carto.net/scrollbar-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/carto.net/scrollbar-expected.checksum.
36494         * platform/chromium-mac-leopard/svg/carto.net/scrollbar-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/carto.net/scrollbar-expected.png.
36495         * platform/chromium-mac-leopard/svg/carto.net/selectionlist-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/carto.net/selectionlist-expected.checksum.
36496         * platform/chromium-mac-leopard/svg/carto.net/selectionlist-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/carto.net/selectionlist-expected.png.
36497         * platform/chromium-mac-leopard/svg/custom/image-small-width-height-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/custom/image-small-width-height-expected.checksum.
36498         * platform/chromium-mac-leopard/svg/custom/image-small-width-height-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/image-small-width-height-expected.png.
36499         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/custom/mouse-move-on-svg-container-expected.checksum.
36500         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/custom/mouse-move-on-svg-container-expected.png.
36501         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum.
36502         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png.
36503         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-root-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/custom/mouse-move-on-svg-root-expected.checksum.
36504         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-root-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/mouse-move-on-svg-root-expected.png.
36505         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum.
36506         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-root-standalone-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png.
36507         * platform/chromium-mac-leopard/svg/text/bidi-text-anchor-direction-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/text/bidi-text-anchor-direction-expected.checksum.
36508         * platform/chromium-mac-leopard/svg/text/bidi-text-anchor-direction-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/text/bidi-text-anchor-direction-expected.png.
36509         * platform/chromium-mac-leopard/svg/text/bidi-text-anchor-direction-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/text/bidi-text-anchor-direction-expected.txt.
36510         * platform/chromium-mac-leopard/svg/text/bidi-text-query-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/text/bidi-text-query-expected.checksum.
36511         * platform/chromium-mac-leopard/svg/text/bidi-text-query-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/text/bidi-text-query-expected.png.
36512         * platform/chromium-mac-leopard/svg/text/bidi-text-query-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/text/bidi-text-query-expected.txt.
36513         * platform/chromium-mac-leopard/svg/text/bidi-tspans-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/text/bidi-tspans-expected.checksum.
36514         * platform/chromium-mac-leopard/svg/text/bidi-tspans-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/text/bidi-tspans-expected.png.
36515         * platform/chromium-mac-leopard/svg/text/bidi-tspans-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/text/bidi-tspans-expected.txt.
36516         * platform/chromium-mac-leopard/svg/text/text-align-02-b-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/text/text-align-02-b-expected.checksum.
36517         * platform/chromium-mac-leopard/svg/text/text-align-02-b-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/text/text-align-02-b-expected.png.
36518         * platform/chromium-mac-leopard/svg/text/text-fonts-02-t-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/text/text-fonts-02-t-expected.checksum.
36519         * platform/chromium-mac-leopard/svg/text/text-fonts-02-t-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/text/text-fonts-02-t-expected.png.
36520         * platform/chromium-mac-leopard/svg/text/text-text-01-b-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/text/text-text-01-b-expected.checksum.
36521         * platform/chromium-mac-leopard/svg/text/text-text-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/text/text-text-01-b-expected.png.
36522         * platform/chromium-mac-leopard/svg/text/text-tspan-01-b-expected.checksum: Copied from LayoutTests/platform/chromium-mac/svg/text/text-tspan-01-b-expected.checksum.
36523         * platform/chromium-mac-leopard/svg/text/text-tspan-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/text/text-tspan-01-b-expected.png.
36524         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.checksum:
36525         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
36526         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum:
36527         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
36528         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum:
36529         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
36530         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum:
36531         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
36532         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
36533         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
36534         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum:
36535         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
36536         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum:
36537         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
36538         * platform/chromium-mac/svg/carto.net/scrollbar-expected.checksum:
36539         * platform/chromium-mac/svg/carto.net/scrollbar-expected.png:
36540         * platform/chromium-mac/svg/carto.net/selectionlist-expected.checksum:
36541         * platform/chromium-mac/svg/carto.net/selectionlist-expected.png:
36542         * platform/chromium-mac/svg/custom/image-small-width-height-expected.checksum:
36543         * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
36544         * platform/chromium-mac/svg/custom/mouse-move-on-svg-root-expected.checksum:
36545         * platform/chromium-mac/svg/custom/mouse-move-on-svg-root-expected.png:
36546         * platform/chromium-mac/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum:
36547         * platform/chromium-mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
36548         * platform/chromium-mac/svg/text/text-align-02-b-expected.checksum:
36549         * platform/chromium-mac/svg/text/text-align-02-b-expected.png:
36550         * platform/chromium-mac/svg/text/text-fonts-02-t-expected.checksum:
36551         * platform/chromium-mac/svg/text/text-fonts-02-t-expected.png:
36552         * platform/chromium-mac/svg/text/text-text-01-b-expected.checksum:
36553         * platform/chromium-mac/svg/text/text-text-01-b-expected.png:
36554         * platform/chromium-mac/svg/text/text-tspan-01-b-expected.checksum:
36555         * platform/chromium-mac/svg/text/text-tspan-01-b-expected.png:
36556         * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.checksum:
36557         * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
36558         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum:
36559         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
36560         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum:
36561         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
36562         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum:
36563         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
36564         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum:
36565         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
36566         * platform/mac/svg/carto.net/scrollbar-expected.checksum:
36567         * platform/mac/svg/carto.net/scrollbar-expected.png:
36568         * platform/mac/svg/carto.net/selectionlist-expected.checksum:
36569         * platform/mac/svg/carto.net/selectionlist-expected.png:
36571 2011-03-23  Abhishek Arya  <inferno@chromium.org>
36573         Reviewed by Dan Bernstein.
36575         Tests that we do not crash when accessing entries in the percent
36576         height descendant map.
36577         https://bugs.webkit.org/show_bug.cgi?id=56902
36579         * fast/block/percent-height-descendant-not-removed-crash-expected.txt: Added.
36580         * fast/block/percent-height-descendant-not-removed-crash.html: Added.
36582 2011-03-23  Martin Robinson  <mrobinson@igalia.com>
36584         Rebaseline a GTK+ result after r81684.
36586         * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
36588 2011-03-23  Mihai Parparita  <mihaip@chromium.org>
36590         Update pixel results for Snow Leopard after r80755. Where possible,
36591         chromium-mac results were promoted to mac-leopard, except for cases
36592         where Chromium behavior due to bug 52335 or form control rendering.
36594         * platform/chromium-mac-leopard/fast/block/margin-collapse/103-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/block/margin-collapse/103-expected.checksum.
36595         * platform/chromium-mac-leopard/fast/block/margin-collapse/103-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/block/margin-collapse/103-expected.png.
36596         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.checksum.
36597         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png.
36598         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.checksum.
36599         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png.
36600         * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum: Removed.
36601         * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Removed.
36602         * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum: Removed.
36603         * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Removed.
36604         * platform/chromium-mac/css2.1/t040302-c61-ex-len-00-b-a-expected.checksum: Removed.
36605         * platform/chromium-mac/css2.1/t040302-c61-ex-len-00-b-a-expected.png: Removed.
36606         * platform/chromium-mac/css2.1/t040302-c61-rel-len-00-b-ag-expected.checksum: Removed.
36607         * platform/chromium-mac/css2.1/t040302-c61-rel-len-00-b-ag-expected.png: Removed.
36608         * platform/chromium-mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum:
36609         * platform/chromium-mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.png:
36610         * platform/chromium-mac/css2.1/t100801-c544-valgn-01-d-ag-expected.checksum: Removed.
36611         * platform/chromium-mac/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Removed.
36612         * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum:
36613         * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
36614         * platform/chromium-mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.checksum: Removed.
36615         * platform/chromium-mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Removed.
36616         * platform/chromium-mac/css2.1/t1507-c526-font-sz-02-b-a-expected.checksum: Removed.
36617         * platform/chromium-mac/css2.1/t1507-c526-font-sz-02-b-a-expected.png: Removed.
36618         * platform/chromium-mac/css2.1/t1601-c547-indent-00-b-a-expected.checksum: Removed.
36619         * platform/chromium-mac/css2.1/t1601-c547-indent-00-b-a-expected.png: Removed.
36620         * platform/chromium-mac/css2.1/t1604-c541-word-sp-00-b-a-expected.checksum: Removed.
36621         * platform/chromium-mac/css2.1/t1604-c541-word-sp-00-b-a-expected.png: Removed.
36622         * platform/chromium-mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.checksum: Removed.
36623         * platform/chromium-mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Removed.
36624         * platform/chromium-mac/editing/selection/caret-rtl-2-expected.checksum: Removed.
36625         * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png: Removed.
36626         * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.checksum: Removed.
36627         * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png: Removed.
36628         * platform/chromium-mac/editing/selection/caret-rtl-expected.checksum: Removed.
36629         * platform/chromium-mac/editing/selection/caret-rtl-expected.png: Removed.
36630         * platform/chromium-mac/editing/selection/caret-rtl-right-expected.checksum: Removed.
36631         * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png: Removed.
36632         * platform/chromium-mac/fast/block/margin-collapse/103-expected.checksum:
36633         * platform/chromium-mac/fast/block/margin-collapse/103-expected.png:
36634         * platform/chromium-mac/fast/css/ex-after-font-variant-expected.checksum: Removed.
36635         * platform/chromium-mac/fast/css/ex-after-font-variant-expected.png: Removed.
36636         * platform/chromium-mac/fast/css/non-standard-checkbox-size-expected.checksum: Removed.
36637         * platform/chromium-mac/fast/css/non-standard-checkbox-size-expected.png: Removed.
36638         * platform/chromium-mac/fast/lists/008-expected.checksum: Removed.
36639         * platform/chromium-mac/fast/lists/008-expected.png: Removed.
36640         * platform/chromium-mac/fast/media/mq-relative-constraints-08-expected.checksum: Removed.
36641         * platform/chromium-mac/fast/media/mq-relative-constraints-08-expected.png: Removed.
36642         * platform/chromium-mac/fast/overflow/overflow-rtl-expected.checksum: Removed.
36643         * platform/chromium-mac/fast/overflow/overflow-rtl-expected.png: Removed.
36644         * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.checksum: Removed.
36645         * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png: Removed.
36646         * platform/chromium-mac/fast/replaced/width100percent-radio-expected.checksum: Removed.
36647         * platform/chromium-mac/fast/replaced/width100percent-radio-expected.png: Removed.
36648         * platform/chromium-mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.checksum: Removed.
36649         * platform/chromium-mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png: Removed.
36650         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.checksum:
36651         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
36652         * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.checksum:
36653         * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
36654         * platform/mac-leopard/css2.1/t040302-c61-ex-len-00-b-a-expected.checksum:
36655         * platform/mac-leopard/css2.1/t040302-c61-ex-len-00-b-a-expected.png:
36656         * platform/mac-leopard/css2.1/t040302-c61-rel-len-00-b-ag-expected.checksum:
36657         * platform/mac-leopard/css2.1/t040302-c61-rel-len-00-b-ag-expected.png:
36658         * platform/mac-leopard/css2.1/t100801-c544-valgn-01-d-ag-expected.checksum:
36659         * platform/mac-leopard/css2.1/t100801-c544-valgn-01-d-ag-expected.png:
36660         * platform/mac-leopard/css2.1/t100801-c548-ln-ht-02-b-ag-expected.checksum:
36661         * platform/mac-leopard/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png:
36662         * platform/mac-leopard/css2.1/t1507-c526-font-sz-02-b-a-expected.checksum:
36663         * platform/mac-leopard/css2.1/t1507-c526-font-sz-02-b-a-expected.png:
36664         * platform/mac-leopard/css2.1/t1601-c547-indent-00-b-a-expected.checksum:
36665         * platform/mac-leopard/css2.1/t1601-c547-indent-00-b-a-expected.png:
36666         * platform/mac-leopard/css2.1/t1604-c541-word-sp-00-b-a-expected.checksum:
36667         * platform/mac-leopard/css2.1/t1604-c541-word-sp-00-b-a-expected.png:
36668         * platform/mac-leopard/css2.1/t1604-c542-letter-sp-00-b-a-expected.checksum:
36669         * platform/mac-leopard/css2.1/t1604-c542-letter-sp-00-b-a-expected.png:
36670         * platform/mac-leopard/editing/selection/caret-rtl-2-expected.checksum:
36671         * platform/mac-leopard/editing/selection/caret-rtl-2-expected.png:
36672         * platform/mac-leopard/editing/selection/caret-rtl-2-left-expected.checksum:
36673         * platform/mac-leopard/editing/selection/caret-rtl-2-left-expected.png:
36674         * platform/mac-leopard/editing/selection/caret-rtl-expected.checksum:
36675         * platform/mac-leopard/editing/selection/caret-rtl-expected.png:
36676         * platform/mac-leopard/editing/selection/caret-rtl-right-expected.checksum:
36677         * platform/mac-leopard/editing/selection/caret-rtl-right-expected.png:
36678         * platform/mac-leopard/fast/css/ex-after-font-variant-expected.checksum:
36679         * platform/mac-leopard/fast/css/ex-after-font-variant-expected.png:
36680         * platform/mac-leopard/fast/css/non-standard-checkbox-size-expected.checksum:
36681         * platform/mac-leopard/fast/css/non-standard-checkbox-size-expected.png:
36682         * platform/mac-leopard/fast/lists/008-expected.checksum:
36683         * platform/mac-leopard/fast/lists/008-expected.png:
36684         * platform/mac-leopard/fast/media/mq-relative-constraints-08-expected.checksum:
36685         * platform/mac-leopard/fast/media/mq-relative-constraints-08-expected.png:
36686         * platform/mac-leopard/fast/overflow/overflow-rtl-expected.checksum:
36687         * platform/mac-leopard/fast/overflow/overflow-rtl-expected.png:
36688         * platform/mac-leopard/fast/replaced/width100percent-checkbox-expected.checksum:
36689         * platform/mac-leopard/fast/replaced/width100percent-checkbox-expected.png:
36690         * platform/mac-leopard/fast/replaced/width100percent-radio-expected.checksum:
36691         * platform/mac-leopard/fast/replaced/width100percent-radio-expected.png:
36692         * platform/mac-leopard/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.checksum:
36693         * platform/mac-leopard/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:
36694         * platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.checksum:
36695         * platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.png:
36696         * platform/mac/css2.1/t040302-c61-rel-len-00-b-ag-expected.checksum:
36697         * platform/mac/css2.1/t040302-c61-rel-len-00-b-ag-expected.png:
36698         * platform/mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum:
36699         * platform/mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.png:
36700         * platform/mac/css2.1/t100801-c544-valgn-01-d-ag-expected.checksum:
36701         * platform/mac/css2.1/t100801-c544-valgn-01-d-ag-expected.png:
36702         * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum:
36703         * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
36704         * platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.checksum:
36705         * platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png:
36706         * platform/mac/css2.1/t1507-c526-font-sz-02-b-a-expected.checksum:
36707         * platform/mac/css2.1/t1507-c526-font-sz-02-b-a-expected.png:
36708         * platform/mac/css2.1/t1601-c547-indent-00-b-a-expected.checksum:
36709         * platform/mac/css2.1/t1601-c547-indent-00-b-a-expected.png:
36710         * platform/mac/css2.1/t1604-c541-word-sp-00-b-a-expected.checksum:
36711         * platform/mac/css2.1/t1604-c541-word-sp-00-b-a-expected.png:
36712         * platform/mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.checksum:
36713         * platform/mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.png:
36714         * platform/mac/editing/selection/caret-ltr-2-expected.checksum:
36715         * platform/mac/editing/selection/caret-ltr-2-expected.png:
36716         * platform/mac/editing/selection/caret-ltr-2-left-expected.checksum:
36717         * platform/mac/editing/selection/caret-ltr-2-left-expected.png:
36718         * platform/mac/editing/selection/caret-ltr-expected.checksum:
36719         * platform/mac/editing/selection/caret-ltr-expected.png:
36720         * platform/mac/editing/selection/caret-ltr-right-expected.checksum:
36721         * platform/mac/editing/selection/caret-ltr-right-expected.png:
36722         * platform/mac/editing/selection/caret-rtl-2-expected.checksum:
36723         * platform/mac/editing/selection/caret-rtl-2-expected.png:
36724         * platform/mac/editing/selection/caret-rtl-2-left-expected.checksum:
36725         * platform/mac/editing/selection/caret-rtl-2-left-expected.png:
36726         * platform/mac/editing/selection/caret-rtl-expected.checksum:
36727         * platform/mac/editing/selection/caret-rtl-expected.png:
36728         * platform/mac/editing/selection/caret-rtl-right-expected.checksum:
36729         * platform/mac/editing/selection/caret-rtl-right-expected.png:
36730         * platform/mac/fast/block/margin-collapse/103-expected.checksum:
36731         * platform/mac/fast/block/margin-collapse/103-expected.png:
36732         * platform/mac/fast/css/ex-after-font-variant-expected.checksum:
36733         * platform/mac/fast/css/ex-after-font-variant-expected.png:
36734         * platform/mac/fast/css/non-standard-checkbox-size-expected.checksum:
36735         * platform/mac/fast/css/non-standard-checkbox-size-expected.png:
36736         * platform/mac/fast/lists/008-expected.checksum:
36737         * platform/mac/fast/lists/008-expected.png:
36738         * platform/mac/fast/media/mq-relative-constraints-08-expected.checksum:
36739         * platform/mac/fast/media/mq-relative-constraints-08-expected.png:
36740         * platform/mac/fast/overflow/overflow-rtl-expected.checksum:
36741         * platform/mac/fast/overflow/overflow-rtl-expected.png:
36742         * platform/mac/fast/replaced/width100percent-checkbox-expected.checksum:
36743         * platform/mac/fast/replaced/width100percent-checkbox-expected.png:
36744         * platform/mac/fast/replaced/width100percent-radio-expected.checksum:
36745         * platform/mac/fast/replaced/width100percent-radio-expected.png:
36746         * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.checksum:
36747         * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:
36748         * platform/mac/tables/mozilla/bugs/bug1318-expected.checksum:
36749         * platform/mac/tables/mozilla/bugs/bug1318-expected.png:
36750         * platform/mac/tables/mozilla/bugs/bug4527-expected.checksum:
36751         * platform/mac/tables/mozilla/bugs/bug4527-expected.png:
36753 2011-03-23  Carol Szabo  <carol.szabo@nokia.com>
36755         Reviewed by David Hyatt.
36757         Added new test to expose failure to correctly find the
36758         before/after container when creating a CSS counter.
36760         CSS 2.1 failure: various before-after-* tests fail
36761         https://bugs.webkit.org/show_bug.cgi?id=47207
36763         * fast/css/counters/complex-before-expected.txt: Added.
36764         * fast/css/counters/complex-before.html: Added.
36766 2011-03-23  Csaba Osztrogonác  <ossy@webkit.org>
36768         [Qt] Update expected files after r81684.
36770         * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt:
36771         * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
36773 2011-03-22  Geoffrey Garen  <ggaren@apple.com>
36775         Rubber-stamped by Beth Dakin.
36777         Unskipped some tests, now that https://bugs.webkit.org/show_bug.cgi?id=54490
36778         is fixed.
36780         * platform/win/Skipped:
36782 2011-03-22  Mihai Parparita  <mihaip@chromium.org>
36784         Fix baselines for svg/W3C-I18N for Chromium Snow Leopard. Mac SL
36785         baselines were added with r81168, so the Chromium ones only need to
36786         be in chromium-mac-leopard/ (so that they don't override them). The
36787         chromium-mac/ text baselines can be deleted, since we can now
36788         fall back on the mac-leopard/ ones added by r81176.
36790         * platform/chromium-mac-leopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.checksum.
36791         * platform/chromium-mac-leopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png.
36792         * platform/chromium-mac-leopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.checksum.
36793         * platform/chromium-mac-leopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png.
36794         * platform/chromium-mac-leopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.checksum.
36795         * platform/chromium-mac-leopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png.
36796         * platform/chromium-mac-leopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.checksum.
36797         * platform/chromium-mac-leopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png.
36798         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.checksum.
36799         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png.
36800         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.checksum.
36801         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png.
36802         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.checksum.
36803         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png.
36804         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.checksum.
36805         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png.
36806         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.checksum.
36807         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png.
36808         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.checksum.
36809         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png.
36810         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.checksum.
36811         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png.
36812         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.checksum.
36813         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png.
36814         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.checksum.
36815         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png.
36816         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.checksum.
36817         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png.
36818         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.checksum.
36819         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png.
36820         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.checksum.
36821         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png.
36822         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.checksum.
36823         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png.
36824         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.checksum.
36825         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png.
36826         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.checksum.
36827         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png.
36828         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-no-markup-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.checksum.
36829         * platform/chromium-mac-leopard/svg/W3C-I18N/text-anchor-no-markup-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png.
36830         * platform/chromium-mac-leopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.checksum.
36831         * platform/chromium-mac-leopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png.
36832         * platform/chromium-mac-leopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum.
36833         * platform/chromium-mac-leopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png.
36834         * platform/chromium-mac-leopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.checksum.
36835         * platform/chromium-mac-leopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png.
36836         * platform/chromium-mac-leopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.checksum.
36837         * platform/chromium-mac-leopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png.
36838         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.checksum.
36839         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png.
36840         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.checksum.
36841         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png.
36842         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum.
36843         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png.
36844         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum.
36845         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png.
36846         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.checksum.
36847         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png.
36848         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum.
36849         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png.
36850         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum.
36851         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png.
36852         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.checksum.
36853         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png.
36854         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.checksum.
36855         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png.
36856         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.checksum.
36857         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png.
36858         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.checksum.
36859         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png.
36860         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.checksum.
36861         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png.
36862         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.checksum.
36863         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png.
36864         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.checksum.
36865         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png.
36866         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.checksum.
36867         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png.
36868         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-direction-ltr-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.checksum.
36869         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-direction-ltr-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png.
36870         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-direction-rtl-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.checksum.
36871         * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-direction-rtl-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png.
36872         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
36873         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Removed.
36874         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Removed.
36875         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Removed.
36876         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Removed.
36877         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Removed.
36878         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Removed.
36879         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Removed.
36880         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Removed.
36881         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Removed.
36882         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Removed.
36883         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Removed.
36884         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Removed.
36885         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Removed.
36886         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Removed.
36887         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Removed.
36888         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Removed.
36889         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Removed.
36890         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Removed.
36891         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Removed.
36892         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Removed.
36893         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Removed.
36894         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Removed.
36895         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Removed.
36896         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Removed.
36897         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Removed.
36898         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
36899         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
36900         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Removed.
36901         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
36902         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
36903         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Removed.
36904         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Removed.
36905         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Removed.
36906         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Removed.
36907         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Removed.
36908         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Removed.
36909         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Removed.
36910         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Removed.
36911         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Removed.
36912         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Removed.
36914 2011-03-22  Mihai Parparita  <mihaip@chromium.org>
36916         Add Snow Leopard baselines for fast/html/details* tests added by r81035
36917         (should work for both Mac and Chromium-Mac). Promote current
36918         chromium-mac baselines to mac-leopard, since they work for both on
36919         Leopard.
36921         * platform/mac-leopard/fast/html/details-add-summary-1-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.checksum.
36922         * platform/mac-leopard/fast/html/details-add-summary-1-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png.
36923         * platform/mac-leopard/fast/html/details-add-summary-1-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-1-expected.checksum.
36924         * platform/mac-leopard/fast/html/details-add-summary-1-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-1-expected.png.
36925         * platform/mac-leopard/fast/html/details-add-summary-10-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.checksum.
36926         * platform/mac-leopard/fast/html/details-add-summary-10-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png.
36927         * platform/mac-leopard/fast/html/details-add-summary-10-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-10-expected.checksum.
36928         * platform/mac-leopard/fast/html/details-add-summary-10-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-10-expected.png.
36929         * platform/mac-leopard/fast/html/details-add-summary-2-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.checksum.
36930         * platform/mac-leopard/fast/html/details-add-summary-2-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png.
36931         * platform/mac-leopard/fast/html/details-add-summary-2-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-2-expected.checksum.
36932         * platform/mac-leopard/fast/html/details-add-summary-2-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-2-expected.png.
36933         * platform/mac-leopard/fast/html/details-add-summary-3-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.checksum.
36934         * platform/mac-leopard/fast/html/details-add-summary-3-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png.
36935         * platform/mac-leopard/fast/html/details-add-summary-3-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-3-expected.checksum.
36936         * platform/mac-leopard/fast/html/details-add-summary-3-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-3-expected.png.
36937         * platform/mac-leopard/fast/html/details-add-summary-4-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.checksum.
36938         * platform/mac-leopard/fast/html/details-add-summary-4-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png.
36939         * platform/mac-leopard/fast/html/details-add-summary-4-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-4-expected.checksum.
36940         * platform/mac-leopard/fast/html/details-add-summary-4-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-4-expected.png.
36941         * platform/mac-leopard/fast/html/details-add-summary-5-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.checksum.
36942         * platform/mac-leopard/fast/html/details-add-summary-5-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png.
36943         * platform/mac-leopard/fast/html/details-add-summary-5-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-5-expected.checksum.
36944         * platform/mac-leopard/fast/html/details-add-summary-5-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-5-expected.png.
36945         * platform/mac-leopard/fast/html/details-add-summary-6-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.checksum.
36946         * platform/mac-leopard/fast/html/details-add-summary-6-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png.
36947         * platform/mac-leopard/fast/html/details-add-summary-6-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-6-expected.checksum.
36948         * platform/mac-leopard/fast/html/details-add-summary-6-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-6-expected.png.
36949         * platform/mac-leopard/fast/html/details-add-summary-7-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.checksum.
36950         * platform/mac-leopard/fast/html/details-add-summary-7-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png.
36951         * platform/mac-leopard/fast/html/details-add-summary-7-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-7-expected.checksum.
36952         * platform/mac-leopard/fast/html/details-add-summary-7-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-7-expected.png.
36953         * platform/mac-leopard/fast/html/details-add-summary-8-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.checksum.
36954         * platform/mac-leopard/fast/html/details-add-summary-8-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png.
36955         * platform/mac-leopard/fast/html/details-add-summary-8-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-8-expected.checksum.
36956         * platform/mac-leopard/fast/html/details-add-summary-8-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-8-expected.png.
36957         * platform/mac-leopard/fast/html/details-add-summary-9-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.checksum.
36958         * platform/mac-leopard/fast/html/details-add-summary-9-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png.
36959         * platform/mac-leopard/fast/html/details-add-summary-9-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-9-expected.checksum.
36960         * platform/mac-leopard/fast/html/details-add-summary-9-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-9-expected.png.
36961         * platform/mac-leopard/fast/html/details-no-summary1-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-no-summary1-expected.checksum.
36962         * platform/mac-leopard/fast/html/details-no-summary1-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-no-summary1-expected.png.
36963         * platform/mac-leopard/fast/html/details-no-summary2-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-no-summary2-expected.checksum.
36964         * platform/mac-leopard/fast/html/details-no-summary2-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-no-summary2-expected.png.
36965         * platform/mac-leopard/fast/html/details-no-summary3-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-no-summary3-expected.checksum.
36966         * platform/mac-leopard/fast/html/details-no-summary3-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-no-summary3-expected.png.
36967         * platform/mac-leopard/fast/html/details-no-summary4-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-no-summary4-expected.checksum.
36968         * platform/mac-leopard/fast/html/details-no-summary4-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-no-summary4-expected.png.
36969         * platform/mac-leopard/fast/html/details-open-javascript-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open-javascript-expected.checksum.
36970         * platform/mac-leopard/fast/html/details-open-javascript-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open-javascript-expected.png.
36971         * platform/mac-leopard/fast/html/details-open1-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open1-expected.checksum.
36972         * platform/mac-leopard/fast/html/details-open1-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open1-expected.png.
36973         * platform/mac-leopard/fast/html/details-open2-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open2-expected.checksum.
36974         * platform/mac-leopard/fast/html/details-open2-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open2-expected.png.
36975         * platform/mac-leopard/fast/html/details-open3-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open3-expected.checksum.
36976         * platform/mac-leopard/fast/html/details-open3-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open3-expected.png.
36977         * platform/mac-leopard/fast/html/details-open4-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open4-expected.checksum.
36978         * platform/mac-leopard/fast/html/details-open4-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open4-expected.png.
36979         * platform/mac-leopard/fast/html/details-open5-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open5-expected.checksum.
36980         * platform/mac-leopard/fast/html/details-open5-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open5-expected.png.
36981         * platform/mac-leopard/fast/html/details-open6-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open6-expected.checksum.
36982         * platform/mac-leopard/fast/html/details-open6-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open6-expected.png.
36983         * platform/mac-leopard/fast/html/details-position-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-position-expected.checksum.
36984         * platform/mac-leopard/fast/html/details-position-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-position-expected.png.
36985         * platform/mac-leopard/fast/html/details-remove-summary-1-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.checksum.
36986         * platform/mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png.
36987         * platform/mac-leopard/fast/html/details-remove-summary-1-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-1-expected.checksum.
36988         * platform/mac-leopard/fast/html/details-remove-summary-1-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-1-expected.png.
36989         * platform/mac-leopard/fast/html/details-remove-summary-2-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.checksum.
36990         * platform/mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png.
36991         * platform/mac-leopard/fast/html/details-remove-summary-2-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-2-expected.checksum.
36992         * platform/mac-leopard/fast/html/details-remove-summary-2-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-2-expected.png.
36993         * platform/mac-leopard/fast/html/details-remove-summary-3-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.checksum.
36994         * platform/mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png.
36995         * platform/mac-leopard/fast/html/details-remove-summary-3-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-3-expected.checksum.
36996         * platform/mac-leopard/fast/html/details-remove-summary-3-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-3-expected.png.
36997         * platform/mac-leopard/fast/html/details-remove-summary-4-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.checksum.
36998         * platform/mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png.
36999         * platform/mac-leopard/fast/html/details-remove-summary-4-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-4-expected.checksum.
37000         * platform/mac-leopard/fast/html/details-remove-summary-4-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-4-expected.png.
37001         * platform/mac-leopard/fast/html/details-remove-summary-5-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.checksum.
37002         * platform/mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png.
37003         * platform/mac-leopard/fast/html/details-remove-summary-5-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-5-expected.checksum.
37004         * platform/mac-leopard/fast/html/details-remove-summary-5-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-5-expected.png.
37005         * platform/mac-leopard/fast/html/details-remove-summary-6-and-click-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.checksum.
37006         * platform/mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png.
37007         * platform/mac-leopard/fast/html/details-remove-summary-6-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-6-expected.checksum.
37008         * platform/mac-leopard/fast/html/details-remove-summary-6-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-6-expected.png.
37009         * platform/mac-leopard/fast/html/details-writing-mode-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-writing-mode-expected.checksum.
37010         * platform/mac-leopard/fast/html/details-writing-mode-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-writing-mode-expected.png.
37011         * platform/mac/fast/html/details-add-summary-1-and-click-expected.checksum: Added.
37012         * platform/mac/fast/html/details-add-summary-1-and-click-expected.png: Added.
37013         * platform/mac/fast/html/details-add-summary-1-expected.checksum: Added.
37014         * platform/mac/fast/html/details-add-summary-1-expected.png: Added.
37015         * platform/mac/fast/html/details-add-summary-10-and-click-expected.checksum: Added.
37016         * platform/mac/fast/html/details-add-summary-10-and-click-expected.png: Added.
37017         * platform/mac/fast/html/details-add-summary-10-expected.checksum: Added.
37018         * platform/mac/fast/html/details-add-summary-10-expected.png: Added.
37019         * platform/mac/fast/html/details-add-summary-2-and-click-expected.checksum: Added.
37020         * platform/mac/fast/html/details-add-summary-2-and-click-expected.png: Added.
37021         * platform/mac/fast/html/details-add-summary-2-expected.checksum: Added.
37022         * platform/mac/fast/html/details-add-summary-2-expected.png: Added.
37023         * platform/mac/fast/html/details-add-summary-3-and-click-expected.checksum: Added.
37024         * platform/mac/fast/html/details-add-summary-3-and-click-expected.png: Added.
37025         * platform/mac/fast/html/details-add-summary-3-expected.checksum: Added.
37026         * platform/mac/fast/html/details-add-summary-3-expected.png: Added.
37027         * platform/mac/fast/html/details-add-summary-4-and-click-expected.checksum: Added.
37028         * platform/mac/fast/html/details-add-summary-4-and-click-expected.png: Added.
37029         * platform/mac/fast/html/details-add-summary-4-expected.checksum: Added.
37030         * platform/mac/fast/html/details-add-summary-4-expected.png: Added.
37031         * platform/mac/fast/html/details-add-summary-5-and-click-expected.checksum: Added.
37032         * platform/mac/fast/html/details-add-summary-5-and-click-expected.png: Added.
37033         * platform/mac/fast/html/details-add-summary-5-expected.checksum: Added.
37034         * platform/mac/fast/html/details-add-summary-5-expected.png: Added.
37035         * platform/mac/fast/html/details-add-summary-6-and-click-expected.checksum: Added.
37036         * platform/mac/fast/html/details-add-summary-6-and-click-expected.png: Added.
37037         * platform/mac/fast/html/details-add-summary-6-expected.checksum: Added.
37038         * platform/mac/fast/html/details-add-summary-6-expected.png: Added.
37039         * platform/mac/fast/html/details-add-summary-7-and-click-expected.checksum: Added.
37040         * platform/mac/fast/html/details-add-summary-7-and-click-expected.png: Added.
37041         * platform/mac/fast/html/details-add-summary-7-expected.checksum: Added.
37042         * platform/mac/fast/html/details-add-summary-7-expected.png: Added.
37043         * platform/mac/fast/html/details-add-summary-8-and-click-expected.checksum: Added.
37044         * platform/mac/fast/html/details-add-summary-8-and-click-expected.png: Added.
37045         * platform/mac/fast/html/details-add-summary-8-expected.checksum: Added.
37046         * platform/mac/fast/html/details-add-summary-8-expected.png: Added.
37047         * platform/mac/fast/html/details-add-summary-9-and-click-expected.checksum: Added.
37048         * platform/mac/fast/html/details-add-summary-9-and-click-expected.png: Added.
37049         * platform/mac/fast/html/details-add-summary-9-expected.checksum: Added.
37050         * platform/mac/fast/html/details-add-summary-9-expected.png: Added.
37051         * platform/mac/fast/html/details-no-summary1-expected.checksum: Added.
37052         * platform/mac/fast/html/details-no-summary1-expected.png: Added.
37053         * platform/mac/fast/html/details-no-summary2-expected.checksum: Added.
37054         * platform/mac/fast/html/details-no-summary2-expected.png: Added.
37055         * platform/mac/fast/html/details-no-summary3-expected.checksum: Added.
37056         * platform/mac/fast/html/details-no-summary3-expected.png: Added.
37057         * platform/mac/fast/html/details-no-summary4-expected.checksum: Added.
37058         * platform/mac/fast/html/details-no-summary4-expected.png: Added.
37059         * platform/mac/fast/html/details-open-javascript-expected.checksum: Added.
37060         * platform/mac/fast/html/details-open-javascript-expected.png: Added.
37061         * platform/mac/fast/html/details-open1-expected.checksum: Added.
37062         * platform/mac/fast/html/details-open1-expected.png: Added.
37063         * platform/mac/fast/html/details-open2-expected.checksum: Added.
37064         * platform/mac/fast/html/details-open2-expected.png: Added.
37065         * platform/mac/fast/html/details-open3-expected.checksum: Added.
37066         * platform/mac/fast/html/details-open3-expected.png: Added.
37067         * platform/mac/fast/html/details-open4-expected.checksum: Added.
37068         * platform/mac/fast/html/details-open4-expected.png: Added.
37069         * platform/mac/fast/html/details-open5-expected.checksum: Added.
37070         * platform/mac/fast/html/details-open5-expected.png: Added.
37071         * platform/mac/fast/html/details-open6-expected.checksum: Added.
37072         * platform/mac/fast/html/details-open6-expected.png: Added.
37073         * platform/mac/fast/html/details-position-expected.checksum: Added.
37074         * platform/mac/fast/html/details-position-expected.png: Added.
37075         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.checksum: Added.
37076         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.png: Added.
37077         * platform/mac/fast/html/details-remove-summary-1-expected.checksum: Added.
37078         * platform/mac/fast/html/details-remove-summary-1-expected.png: Added.
37079         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.checksum: Added.
37080         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.png: Added.
37081         * platform/mac/fast/html/details-remove-summary-2-expected.checksum: Added.
37082         * platform/mac/fast/html/details-remove-summary-2-expected.png: Added.
37083         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.checksum: Added.
37084         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.png: Added.
37085         * platform/mac/fast/html/details-remove-summary-3-expected.checksum: Added.
37086         * platform/mac/fast/html/details-remove-summary-3-expected.png: Added.
37087         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.checksum: Added.
37088         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.png: Added.
37089         * platform/mac/fast/html/details-remove-summary-4-expected.checksum: Added.
37090         * platform/mac/fast/html/details-remove-summary-4-expected.png: Added.
37091         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.checksum: Added.
37092         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.png: Added.
37093         * platform/mac/fast/html/details-remove-summary-5-expected.checksum: Added.
37094         * platform/mac/fast/html/details-remove-summary-5-expected.png: Added.
37095         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.checksum: Added.
37096         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.png: Added.
37097         * platform/mac/fast/html/details-remove-summary-6-expected.checksum: Added.
37098         * platform/mac/fast/html/details-remove-summary-6-expected.png: Added.
37099         * platform/mac/fast/html/details-writing-mode-expected.checksum: Added.
37100         * platform/mac/fast/html/details-writing-mode-expected.png: Added.
37102 2011-03-22  Ojan Vafai  <ojan@chromium.org>
37104         Add a chromium expectation for this test. V8's exception logging
37105         is more specific than JSC's.
37107         * platform/chromium/fast/dom/SelectorAPI/unknown-pseudo-expected.txt: Added.
37109 2011-03-17  Ojan Vafai  <ojan@chromium.org>
37111         Reviewed by Antti Koivisto.
37113         webkit should implement -moz-any selector (as -webkit-any obviously)
37114         https://bugs.webkit.org/show_bug.cgi?id=38095
37116         * fast/css/css-selector-text-expected.txt:
37117         * fast/css/css-selector-text.html:
37118         * fast/css/css-set-selector-text-expected.txt:
37119         * fast/css/css-set-selector-text.html:
37120         * fast/css/pseudo-any-expected.txt: Added.
37121         * fast/css/pseudo-any.html: Added.
37122         * fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt:
37123         * fast/dom/SelectorAPI/not-supported-namespace-in-selector.html:
37124         * fast/dom/SelectorAPI/unknown-pseudo-expected.txt: Added.
37125         * fast/dom/SelectorAPI/unknown-pseudo.html: Added.
37127 2011-03-22  Mihai Parparita  <mihaip@chromium.org>
37129         Remove duplicated test expectations for details tests (expectations were
37130         added to the mac/ directory with r81062, so chromium-mac ones are no
37131         longer necessary).
37133         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt: Removed.
37134         * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt: Removed.
37135         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt: Removed.
37136         * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt: Removed.
37137         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt: Removed.
37138         * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt: Removed.
37139         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt: Removed.
37140         * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt: Removed.
37141         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt: Removed.
37142         * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt: Removed.
37143         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt: Removed.
37144         * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt: Removed.
37145         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt: Removed.
37146         * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt: Removed.
37147         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt: Removed.
37148         * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt: Removed.
37149         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt: Removed.
37150         * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt: Removed.
37151         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt: Removed.
37152         * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt: Removed.
37153         * platform/chromium-mac/fast/html/details-no-summary1-expected.txt: Removed.
37154         * platform/chromium-mac/fast/html/details-no-summary2-expected.txt: Removed.
37155         * platform/chromium-mac/fast/html/details-no-summary3-expected.txt: Removed.
37156         * platform/chromium-mac/fast/html/details-no-summary4-expected.txt: Removed.
37157         * platform/chromium-mac/fast/html/details-open-javascript-expected.txt: Removed.
37158         * platform/chromium-mac/fast/html/details-open1-expected.txt: Removed.
37159         * platform/chromium-mac/fast/html/details-open2-expected.txt: Removed.
37160         * platform/chromium-mac/fast/html/details-open3-expected.txt: Removed.
37161         * platform/chromium-mac/fast/html/details-open4-expected.txt: Removed.
37162         * platform/chromium-mac/fast/html/details-open5-expected.txt: Removed.
37163         * platform/chromium-mac/fast/html/details-open6-expected.txt: Removed.
37164         * platform/chromium-mac/fast/html/details-position-expected.txt: Removed.
37165         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt: Removed.
37166         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt: Removed.
37167         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt: Removed.
37168         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt: Removed.
37169         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt: Removed.
37170         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt: Removed.
37171         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt: Removed.
37172         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt: Removed.
37173         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt: Removed.
37174         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt: Removed.
37175         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt: Removed.
37176         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt: Removed.
37177         * platform/chromium-mac/fast/html/details-writing-mode-expected.txt: Removed.
37179 2011-03-22  Dean Jackson  <dino@apple.com>
37181         https://bugs.webkit.org/show_bug.cgi?id=56488
37182         Some transitions/animations tests fail assertion in AnimationBase::updateStateMachine
37184         Turning some tests back on after r81722.
37186         * platform/chromium/test_expectations.txt:
37187         * platform/mac/Skipped:
37188         * platform/win/Skipped:
37189         - unskipping
37190           animations/suspend-resume-animation-events.html
37191           compositing/transitions/scale-transition-no-start.html
37192           compositing/transitions/singular-scale-transition.html
37194 2011-03-22  Anton D'Auria  <adauria@apple.com>
37196         Reviewed by Alexey Proskuryakov.
37198         Add +[WebApplicationCache getOriginsWithCache]
37199         https://bugs.webkit.org/show_bug.cgi?id=56722
37201         This test twice retrieves lists of origins with application cache.
37202         First, after deleting all application cache and after adding an iframe with an
37203         application cache.
37205         * http/tests/appcache/origins-with-appcache-expected.txt: Added.
37206         * http/tests/appcache/origins-with-appcache.html: Added.
37207         * http/tests/appcache/resources/origins-with-appcache-iframe.html: Added.
37208         * http/tests/appcache/resources/origins-with-appcache-iframe.manifest: Added.
37209         * platform/chromium/test_expectations.txt:
37210         * platform/gtk/Skipped:
37211         * platform/mac-wk2/Skipped:
37212         * platform/qt-wk2/Skipped:
37213         * platform/qt/Skipped:
37215 2011-03-22  James Simonsen  <simonjam@chromium.org>
37217         [Chromium] Unreviewed, rebaseline chromium gpu tests after r81715.
37219         * platform/chromium-gpu-linux/compositing/geometry/foreground-layer-expected.checksum: Added.
37220         * platform/chromium-gpu-linux/compositing/geometry/foreground-layer-expected.png: Added.
37221         * platform/chromium-gpu-linux/compositing/geometry/repaint-foreground-layer-expected.checksum: Added.
37222         * platform/chromium-gpu-linux/compositing/geometry/repaint-foreground-layer-expected.png: Added.
37223         * platform/chromium-gpu-mac/compositing/geometry/foreground-layer-expected.checksum: Added.
37224         * platform/chromium-gpu-mac/compositing/geometry/foreground-layer-expected.png: Added.
37225         * platform/chromium-gpu-mac/compositing/geometry/repaint-foreground-layer-expected.checksum: Added.
37226         * platform/chromium-gpu-mac/compositing/geometry/repaint-foreground-layer-expected.png: Added.
37227         * platform/chromium-gpu-win/compositing/geometry/foreground-layer-expected.checksum: Added.
37228         * platform/chromium-gpu-win/compositing/geometry/foreground-layer-expected.png: Added.
37229         * platform/chromium-gpu-win/compositing/geometry/repaint-foreground-layer-expected.checksum: Added.
37230         * platform/chromium-gpu-win/compositing/geometry/repaint-foreground-layer-expected.png: Added.
37232 2011-03-22  Dean Jackson  <dino@apple.com>
37234         https://bugs.webkit.org/show_bug.cgi?id=56242
37235         transitions/interrupted-accelerated-transition.html was failing
37237         Unskipping this after r81722
37239         * platform/chromium/test_expectations.txt:
37240         * platform/mac/Skipped:
37241         * platform/win/Skipped:
37243 2011-03-22  Adam Klein  <adamk@chromium.org>
37245         Reviewed by David Levin.
37247         [fileapi] New resolve url tests don't pass on Chromium. Skipping them.
37248         https://bugs.webkit.org/show_bug.cgi?id=56800
37250         * platform/chromium/test_expectations.txt:
37251         Skip all tests in http/tests/filesystem/workers.
37252         They can't run in test_shell, and are instead run in
37253         Chromium's ui_tests.
37255 2011-03-22  Simon Fraser  <simon.fraser@apple.com>
37257         Reviewed by Beth Dakin.
37259         Incorrect rendering of composited element with negative z-index child
37260         https://bugs.webkit.org/show_bug.cgi?id=56846
37262         Testcases for content with a foreground layer, and a foreground layer which is
37263         partially repainted.
37265         * compositing/geometry/foreground-layer-expected.txt: Added.
37266         * compositing/geometry/foreground-layer.html: Added.
37267         * compositing/geometry/repaint-foreground-layer-expected.txt: Added.
37268         * compositing/geometry/repaint-foreground-layer.html: Added.
37269         * platform/mac/compositing/geometry/foreground-layer-expected.checksum: Added.
37270         * platform/mac/compositing/geometry/foreground-layer-expected.png: Added.
37271         * platform/mac/compositing/geometry/repaint-foreground-layer-expected.checksum: Added.
37272         * platform/mac/compositing/geometry/repaint-foreground-layer-expected.png: Added.
37274 2011-03-22  James Simonsen  <simonjam@chromium.org>
37276         [Chromium] Unreviewed, rebaseline chromium tests after r81684.
37278         * platform/chromium-linux/fast/block/lineboxcontain/block-expected.checksum: Added.
37279         * platform/chromium-linux/fast/block/lineboxcontain/block-expected.png: Added.
37280         * platform/chromium-linux/fast/block/lineboxcontain/block-font-expected.checksum: Added.
37281         * platform/chromium-linux/fast/block/lineboxcontain/block-font-expected.png: Added.
37282         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-expected.checksum: Added.
37283         * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-expected.png: Added.
37284         * platform/chromium-linux/fast/block/lineboxcontain/block-replaced-expected.checksum: Added.
37285         * platform/chromium-linux/fast/block/lineboxcontain/block-replaced-expected.png: Added.
37286         * platform/chromium-linux/fast/block/lineboxcontain/font-expected.checksum: Added.
37287         * platform/chromium-linux/fast/block/lineboxcontain/font-expected.png: Added.
37288         * platform/chromium-linux/fast/block/lineboxcontain/font-replaced-expected.checksum: Added.
37289         * platform/chromium-linux/fast/block/lineboxcontain/font-replaced-expected.png: Added.
37290         * platform/chromium-linux/fast/block/lineboxcontain/inline-box-expected.checksum: Added.
37291         * platform/chromium-linux/fast/block/lineboxcontain/inline-box-expected.png: Added.
37292         * platform/chromium-linux/fast/block/lineboxcontain/inline-box-replaced-expected.checksum: Added.
37293         * platform/chromium-linux/fast/block/lineboxcontain/inline-box-replaced-expected.png: Added.
37294         * platform/chromium-linux/fast/block/lineboxcontain/inline-box-vertical-expected.checksum: Added.
37295         * platform/chromium-linux/fast/block/lineboxcontain/inline-box-vertical-expected.png: Added.
37296         * platform/chromium-linux/fast/block/lineboxcontain/inline-expected.checksum: Added.
37297         * platform/chromium-linux/fast/block/lineboxcontain/inline-expected.png: Added.
37298         * platform/chromium-linux/fast/block/lineboxcontain/inline-replaced-expected.checksum: Added.
37299         * platform/chromium-linux/fast/block/lineboxcontain/inline-replaced-expected.png: Added.
37300         * platform/chromium-linux/fast/block/lineboxcontain/none-expected.checksum: Added.
37301         * platform/chromium-linux/fast/block/lineboxcontain/none-expected.png: Added.
37302         * platform/chromium-linux/fast/block/lineboxcontain/parsing-invalid-expected.checksum: Added.
37303         * platform/chromium-linux/fast/block/lineboxcontain/parsing-invalid-expected.png: Added.
37304         * platform/chromium-linux/fast/block/lineboxcontain/replaced-expected.checksum: Added.
37305         * platform/chromium-linux/fast/block/lineboxcontain/replaced-expected.png: Added.
37306         * platform/chromium-mac-leopard/fast/block/lineboxcontain/block-expected.checksum: Added.
37307         * platform/chromium-mac-leopard/fast/block/lineboxcontain/block-expected.png: Added.
37308         * platform/chromium-mac-leopard/fast/block/lineboxcontain/block-font-expected.checksum: Added.
37309         * platform/chromium-mac-leopard/fast/block/lineboxcontain/block-font-expected.png: Added.
37310         * platform/chromium-mac-leopard/fast/block/lineboxcontain/block-glyphs-expected.checksum: Added.
37311         * platform/chromium-mac-leopard/fast/block/lineboxcontain/block-glyphs-expected.png: Added.
37312         * platform/chromium-mac-leopard/fast/block/lineboxcontain/block-glyphs-replaced-expected.checksum: Added.
37313         * platform/chromium-mac-leopard/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
37314         * platform/chromium-mac-leopard/fast/block/lineboxcontain/block-replaced-expected.checksum: Added.
37315         * platform/chromium-mac-leopard/fast/block/lineboxcontain/block-replaced-expected.png: Added.
37316         * platform/chromium-mac-leopard/fast/block/lineboxcontain/font-expected.checksum: Added.
37317         * platform/chromium-mac-leopard/fast/block/lineboxcontain/font-expected.png: Added.
37318         * platform/chromium-mac-leopard/fast/block/lineboxcontain/font-replaced-expected.checksum: Added.
37319         * platform/chromium-mac-leopard/fast/block/lineboxcontain/font-replaced-expected.png: Added.
37320         * platform/chromium-mac-leopard/fast/block/lineboxcontain/glyphs-expected.checksum: Added.
37321         * platform/chromium-mac-leopard/fast/block/lineboxcontain/glyphs-expected.png: Added.
37322         * platform/chromium-mac-leopard/fast/block/lineboxcontain/inline-box-expected.checksum: Added.
37323         * platform/chromium-mac-leopard/fast/block/lineboxcontain/inline-box-expected.png: Added.
37324         * platform/chromium-mac-leopard/fast/block/lineboxcontain/inline-box-replaced-expected.checksum: Added.
37325         * platform/chromium-mac-leopard/fast/block/lineboxcontain/inline-box-replaced-expected.png: Added.
37326         * platform/chromium-mac-leopard/fast/block/lineboxcontain/inline-expected.checksum: Added.
37327         * platform/chromium-mac-leopard/fast/block/lineboxcontain/inline-expected.png: Added.
37328         * platform/chromium-mac-leopard/fast/block/lineboxcontain/inline-replaced-expected.checksum: Added.
37329         * platform/chromium-mac-leopard/fast/block/lineboxcontain/inline-replaced-expected.png: Added.
37330         * platform/chromium-mac-leopard/fast/block/lineboxcontain/none-expected.checksum: Added.
37331         * platform/chromium-mac-leopard/fast/block/lineboxcontain/none-expected.png: Added.
37332         * platform/chromium-mac-leopard/fast/block/lineboxcontain/parsing-invalid-expected.checksum: Added.
37333         * platform/chromium-mac-leopard/fast/block/lineboxcontain/parsing-invalid-expected.png: Added.
37334         * platform/chromium-mac-leopard/fast/block/lineboxcontain/replaced-expected.checksum: Added.
37335         * platform/chromium-mac-leopard/fast/block/lineboxcontain/replaced-expected.png: Added.
37336         * platform/chromium-win/fast/block/lineboxcontain/block-expected.checksum: Added.
37337         * platform/chromium-win/fast/block/lineboxcontain/block-expected.png: Added.
37338         * platform/chromium-win/fast/block/lineboxcontain/block-expected.txt: Added.
37339         * platform/chromium-win/fast/block/lineboxcontain/block-font-expected.checksum: Added.
37340         * platform/chromium-win/fast/block/lineboxcontain/block-font-expected.png: Added.
37341         * platform/chromium-win/fast/block/lineboxcontain/block-font-expected.txt: Added.
37342         * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-expected.checksum: Added.
37343         * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-expected.png: Added.
37344         * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-expected.txt: Added.
37345         * platform/chromium-win/fast/block/lineboxcontain/block-replaced-expected.checksum: Added.
37346         * platform/chromium-win/fast/block/lineboxcontain/block-replaced-expected.png: Added.
37347         * platform/chromium-win/fast/block/lineboxcontain/block-replaced-expected.txt: Added.
37348         * platform/chromium-win/fast/block/lineboxcontain/font-expected.checksum: Added.
37349         * platform/chromium-win/fast/block/lineboxcontain/font-expected.png: Added.
37350         * platform/chromium-win/fast/block/lineboxcontain/font-expected.txt: Added.
37351         * platform/chromium-win/fast/block/lineboxcontain/font-replaced-expected.checksum: Added.
37352         * platform/chromium-win/fast/block/lineboxcontain/font-replaced-expected.png: Added.
37353         * platform/chromium-win/fast/block/lineboxcontain/font-replaced-expected.txt: Added.
37354         * platform/chromium-win/fast/block/lineboxcontain/inline-box-expected.checksum: Added.
37355         * platform/chromium-win/fast/block/lineboxcontain/inline-box-expected.png: Added.
37356         * platform/chromium-win/fast/block/lineboxcontain/inline-box-expected.txt: Added.
37357         * platform/chromium-win/fast/block/lineboxcontain/inline-box-replaced-expected.checksum: Added.
37358         * platform/chromium-win/fast/block/lineboxcontain/inline-box-replaced-expected.png: Added.
37359         * platform/chromium-win/fast/block/lineboxcontain/inline-box-replaced-expected.txt: Added.
37360         * platform/chromium-win/fast/block/lineboxcontain/inline-box-vertical-expected.checksum: Added.
37361         * platform/chromium-win/fast/block/lineboxcontain/inline-box-vertical-expected.png: Added.
37362         * platform/chromium-win/fast/block/lineboxcontain/inline-box-vertical-expected.txt: Added.
37363         * platform/chromium-win/fast/block/lineboxcontain/inline-expected.checksum: Added.
37364         * platform/chromium-win/fast/block/lineboxcontain/inline-expected.png: Added.
37365         * platform/chromium-win/fast/block/lineboxcontain/inline-expected.txt: Added.
37366         * platform/chromium-win/fast/block/lineboxcontain/inline-replaced-expected.checksum: Added.
37367         * platform/chromium-win/fast/block/lineboxcontain/inline-replaced-expected.png: Added.
37368         * platform/chromium-win/fast/block/lineboxcontain/inline-replaced-expected.txt: Added.
37369         * platform/chromium-win/fast/block/lineboxcontain/none-expected.checksum: Added.
37370         * platform/chromium-win/fast/block/lineboxcontain/none-expected.png: Added.
37371         * platform/chromium-win/fast/block/lineboxcontain/none-expected.txt: Added.
37372         * platform/chromium-win/fast/block/lineboxcontain/parsing-invalid-expected.checksum: Added.
37373         * platform/chromium-win/fast/block/lineboxcontain/parsing-invalid-expected.png: Added.
37374         * platform/chromium-win/fast/block/lineboxcontain/parsing-invalid-expected.txt: Added.
37375         * platform/chromium-win/fast/block/lineboxcontain/replaced-expected.checksum: Added.
37376         * platform/chromium-win/fast/block/lineboxcontain/replaced-expected.png: Added.
37377         * platform/chromium-win/fast/block/lineboxcontain/replaced-expected.txt: Added.
37378         * platform/chromium/test_expectations.txt:
37380 2011-03-22  Justin Schuh  <jschuh@chromium.org>
37382         Reviewed by Dirk Schulze.
37384         SVG displacement map should validate channel selections
37385         https://bugs.webkit.org/show_bug.cgi?id=56794
37387         * svg/filters/feDisplacementMap-crash-test-expected.txt: Added.
37388         * svg/filters/feDisplacementMap-crash-test.xhtml: Added.
37390 2011-03-22  David Hyatt  <hyatt@apple.com>
37392         Reviewed by Simon Fraser.
37394         https://bugs.webkit.org/show_bug.cgi?id=56388
37396         Implement the CSS3 line-box-contain property. This property provides authors with more control over spacing between lines. For example,
37397         you can fix the height of lines and cause all line contents to be ignored. You can make lines fit to glyphs. You can ignore leading and
37398         fit to the font size. You can ignore replaced elements, etc.
37400         Refactor the code in computeLogicalBoxHeights into helper methods on RootInlineBox. verticalPositionForBox moved over to RootInlineBox
37401         so that it could be called from RenderBlockLineLayout. ascentAndDescentForBox is the new method that computes the appropriate box
37402         height based off the block's line-box-contain value.
37404         GlyphOverflow can now have a computeBounds parameter set, in which case glyph bounds will be computed and stored in the overflow struct.
37406         RenderInline no longer returns 0 margins in the block direction, since line-box-contain can size around the margin box.
37408         * fast/block/lineboxcontain: Added.
37409         * fast/block/lineboxcontain/block-font.html: Added.
37410         * fast/block/lineboxcontain/block-glyphs-replaced.html: Added.
37411         * fast/block/lineboxcontain/block-glyphs.html: Added.
37412         * fast/block/lineboxcontain/block-replaced.html: Added.
37413         * fast/block/lineboxcontain/block.html: Added.
37414         * fast/block/lineboxcontain/font-replaced.html: Added.
37415         * fast/block/lineboxcontain/font.html: Added.
37416         * fast/block/lineboxcontain/glyphs.html: Added.
37417         * fast/block/lineboxcontain/inline-box-replaced.html: Added.
37418         * fast/block/lineboxcontain/inline-box-vertical.html: Added.
37419         * fast/block/lineboxcontain/inline-box.html: Added.
37420         * fast/block/lineboxcontain/inline-replaced.html: Added.
37421         * fast/block/lineboxcontain/inline.html: Added.
37422         * fast/block/lineboxcontain/none.html: Added.
37423         * fast/block/lineboxcontain/replaced.html: Added.
37424         * platform/mac/fast/block/lineboxcontain: Added.
37425         * platform/mac/fast/block/lineboxcontain/block-expected.checksum: Added.
37426         * platform/mac/fast/block/lineboxcontain/block-expected.png: Added.
37427         * platform/mac/fast/block/lineboxcontain/block-expected.txt: Added.
37428         * platform/mac/fast/block/lineboxcontain/block-font-expected.checksum: Added.
37429         * platform/mac/fast/block/lineboxcontain/block-font-expected.png: Added.
37430         * platform/mac/fast/block/lineboxcontain/block-font-expected.txt: Added.
37431         * platform/mac/fast/block/lineboxcontain/block-glyphs-expected.checksum: Added.
37432         * platform/mac/fast/block/lineboxcontain/block-glyphs-expected.png: Added.
37433         * platform/mac/fast/block/lineboxcontain/block-glyphs-expected.txt: Added.
37434         * platform/mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.checksum: Added.
37435         * platform/mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added.
37436         * platform/mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added.
37437         * platform/mac/fast/block/lineboxcontain/block-replaced-expected.checksum: Added.
37438         * platform/mac/fast/block/lineboxcontain/block-replaced-expected.png: Added.
37439         * platform/mac/fast/block/lineboxcontain/block-replaced-expected.txt: Added.
37440         * platform/mac/fast/block/lineboxcontain/font-expected.checksum: Added.
37441         * platform/mac/fast/block/lineboxcontain/font-expected.png: Added.
37442         * platform/mac/fast/block/lineboxcontain/font-expected.txt: Added.
37443         * platform/mac/fast/block/lineboxcontain/font-replaced-expected.checksum: Added.
37444         * platform/mac/fast/block/lineboxcontain/font-replaced-expected.png: Added.
37445         * platform/mac/fast/block/lineboxcontain/font-replaced-expected.txt: Added.
37446         * platform/mac/fast/block/lineboxcontain/glyphs-expected.checksum: Added.
37447         * platform/mac/fast/block/lineboxcontain/glyphs-expected.png: Added.
37448         * platform/mac/fast/block/lineboxcontain/glyphs-expected.txt: Added.
37449         * platform/mac/fast/block/lineboxcontain/inline-box-expected.checksum: Added.
37450         * platform/mac/fast/block/lineboxcontain/inline-box-expected.png: Added.
37451         * platform/mac/fast/block/lineboxcontain/inline-box-expected.txt: Added.
37452         * platform/mac/fast/block/lineboxcontain/inline-box-replaced-expected.checksum: Added.
37453         * platform/mac/fast/block/lineboxcontain/inline-box-replaced-expected.png: Added.
37454         * platform/mac/fast/block/lineboxcontain/inline-box-replaced-expected.txt: Added.
37455         * platform/mac/fast/block/lineboxcontain/inline-box-vertical-expected.checksum: Added.
37456         * platform/mac/fast/block/lineboxcontain/inline-box-vertical-expected.png: Added.
37457         * platform/mac/fast/block/lineboxcontain/inline-box-vertical-expected.txt: Added.
37458         * platform/mac/fast/block/lineboxcontain/inline-expected.checksum: Added.
37459         * platform/mac/fast/block/lineboxcontain/inline-expected.png: Added.
37460         * platform/mac/fast/block/lineboxcontain/inline-expected.txt: Added.
37461         * platform/mac/fast/block/lineboxcontain/inline-replaced-expected.checksum: Added.
37462         * platform/mac/fast/block/lineboxcontain/inline-replaced-expected.png: Added.
37463         * platform/mac/fast/block/lineboxcontain/inline-replaced-expected.txt: Added.
37464         * platform/mac/fast/block/lineboxcontain/none-expected.checksum: Added.
37465         * platform/mac/fast/block/lineboxcontain/none-expected.png: Added.
37466         * platform/mac/fast/block/lineboxcontain/none-expected.txt: Added.
37467         * platform/mac/fast/block/lineboxcontain/replaced-expected.checksum: Added.
37468         * platform/mac/fast/block/lineboxcontain/replaced-expected.png: Added.
37469         * platform/mac/fast/block/lineboxcontain/replaced-expected.txt: Added.
37471 2011-03-22  Sheriff Bot  <webkit.review.bot@gmail.com>
37473         Unreviewed, rolling out r81664.
37474         http://trac.webkit.org/changeset/81664
37475         https://bugs.webkit.org/show_bug.cgi?id=56840
37477         Rolling out followups to 81653 with expectations. (Requested
37478         by pfeldman on #webkit).
37480         * platform/win/fast/forms/listbox-bidi-align-expected.checksum: Removed.
37481         * platform/win/fast/forms/listbox-bidi-align-expected.png: Removed.
37482         * platform/win/fast/forms/listbox-bidi-align-expected.txt: Removed.
37484 2011-03-22  Sheriff Bot  <webkit.review.bot@gmail.com>
37486         Unreviewed, rolling out r81653.
37487         http://trac.webkit.org/changeset/81653
37488         https://bugs.webkit.org/show_bug.cgi?id=56839
37490         Breaks fast/text/drawBidiText.html on Chromium. (Requested by
37491         pfeldman on #webkit).
37493         * fast/forms/listbox-bidi-align.html: Removed.
37494         * platform/mac/fast/forms/listbox-bidi-align-expected.checksum: Removed.
37495         * platform/mac/fast/forms/listbox-bidi-align-expected.png: Removed.
37496         * platform/mac/fast/forms/listbox-bidi-align-expected.txt: Removed.
37498 2011-03-22  Pavel Feldman  <pfeldman@chromium.org>
37500         Not reviewed. Rolling out 81657, 81654, 81651 for breaking tests on chromium.
37502         * inspector/protocol/database-agent-expected.txt: Removed.
37503         * inspector/protocol/database-agent.html: Removed.
37504         * platform/chromium/inspector/protocol/database-agent-expected.txt: Removed.
37506 2011-03-22  Adam Roben  <aroben@apple.com>
37508         Add Windows expected failure results after r81625
37510         The failure is tracked by <http://webkit.org/b/56829>.
37512         * platform/win/fast/css/percentage-non-integer-expected.checksum: Added.
37513         * platform/win/fast/css/percentage-non-integer-expected.png: Added.
37514         * platform/win/fast/css/percentage-non-integer-expected.txt: Added.
37516 2011-03-22  Adam Roben  <aroben@apple.com>
37518         Fix new http tests added in r81635 on Windows
37520         * http/tests/cache/post-redirect-get.php:
37521         * http/tests/cache/post-with-cached-subresources.php:
37522         * http/tests/cache/resources/post-image-to-verify.php:
37523         Pull in portabilityLayer.php, which implements sys_get_temp_dir for PHP 4.
37525 2011-03-22  Adam Roben  <aroben@apple.com>
37527         Add Windows results for new test added in r81653
37529         Windows differs from Mac due to a different scrollbar width within the listboxes.
37531         * platform/win/fast/forms/listbox-bidi-align-expected.checksum: Added.
37532         * platform/win/fast/forms/listbox-bidi-align-expected.png: Added.
37533         * platform/win/fast/forms/listbox-bidi-align-expected.txt: Added.
37535 2011-03-22  Adam Roben  <aroben@apple.com>
37537         Update Windows results for new test added in r81652
37539         The checked-in results were trying to show that Windows would fail this test, but weren't
37540         quite accurate. Even with these new results Windows still fails the test; the failure is
37541         tracked by <http://webkit.org/b/56828>.
37543         * platform/win/fast/forms/reset-autofilled-expected.txt:
37545 2011-03-22  Csaba Osztrogonác  <ossy@webkit.org>
37547         [Qt] Update expectations.
37549         * platform/qt/Skipped:# Add fast/forms/input-autofilled.html because of missing layoutTestController.setAutofilled()
37550         * platform/qt/css2.1/t09-c5526c-display-00-e-expected.checksum: Updated.
37551         * platform/qt/css2.1/t09-c5526c-display-00-e-expected.png: Updated.
37552         * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt: Updated.
37554 2011-03-22  Adam Roben  <aroben@apple.com>
37556         Skip a new test that relies on unimplemented LayoutTestController functionality in WTR
37558         * platform/mac-wk2/Skipped: Added fast/forms/reset-autofilled.html.
37560 2011-03-22  Ilya Tikhonovsky  <loislo@chromium.org>
37562         Unreviewed update of database-agent test expectations.
37563         Empty line added at the end.
37565         * inspector/protocol/database-agent-expected.txt:
37567 2011-03-22  Mario Sanchez Prada  <msanchez@igalia.com>
37569         Unreviewed, Skipped one test failing because of the same reason.
37571         [GTK] Some test results are one pixel different between the x86_64 and i386 bots
37572         https://bugs.webkit.org/show_bug.cgi?id=39022
37574         * platform/gtk/Skipped: Skip fast/css/percentage-non-integer.html.
37576 2011-03-22  Ilya Tikhonovsky  <loislo@chromium.org>
37578         Unreviewed fix for database-agent test.
37580         * inspector/protocol/database-agent-expected.txt:
37581         * platform/chromium/inspector/protocol/database-agent-expected.txt: Copied from LayoutTests/inspector/protocol/database-agent-expected.txt.
37583 2011-03-22  Ofri Wolfus  <ofri@google.com>
37585         Reviewed by Eric Seidel.
37587         RTL: Select elements with a size attribute are always left aligned.
37588         https://bugs.webkit.org/show_bug.cgi?id=50928
37590         Added support for alignment in RenderListBox.
37592         * fast/forms/listbox-bidi-align.html: Added.
37593         * platform/mac/fast/forms/listbox-bidi-align-expected.txt: Added.
37595 2011-03-22  Ilya Sherman  <isherman@chromium.org>
37597         Reviewed by Kent Tamura.
37599         Clear autofilled flag when reseting a form
37600         https://bugs.webkit.org/show_bug.cgi?id=56802
37602         * fast/forms/reset-autofilled-expected.txt: Added.
37603         * fast/forms/reset-autofilled.html: Added.
37604         * platform/chromium/fast/forms/reset-autofilled-expected.txt: Added.
37605         * platform/win/fast/forms/reset-autofilled-expected.txt: Added.
37607 2011-03-22  Ilya Tikhonovsky  <loislo@chromium.org>
37609         Reviewed by Yury Semikhatsky.
37611         Web Inspector: protocol cleanup. DatabaseAgent.
37612         https://bugs.webkit.org/show_bug.cgi?id=56815
37614         see protocol metabug:
37615         - All events should use notification wording, not command wording:
37617         addDatabase was renamed to DatabaseOpened.
37619         * inspector/protocol/database-agent-expected.txt: Added.
37620         * inspector/protocol/database-agent.html: Added.
37622 2011-03-22  Ilya Tikhonovsky  <loislo@chromium.org>
37624         Reviewed by Yury Semikhatsky.
37626         Web Inspector: protocol cleanup. ConsoleAgent.
37627         https://bugs.webkit.org/show_bug.cgi?id=56806
37629         renamed method: void setConsoleMessagesEnabled(in boolean enabled, out boolean newState); => void enable(out long expiredMessagesCount);
37630         new method: disable()
37631         deleted method: [event] void consoleMessageExpiredCountUpdate(out unsigned long count); delete it. The counter will be transfered as out argument of enable command.
37633         * inspector/protocol/console-agent-expected.txt:
37634         * inspector/protocol/console-agent.html:
37636 2011-03-21  Abhishek Arya  <inferno@chromium.org>
37638         Reviewed by Eric Seidel.
37640         Tests that we do not crash when searching up the render tree
37641         for an anchor element in accessibility code.
37642         https://bugs.webkit.org/show_bug.cgi?id=56709
37644         * accessibility/anchor-linked-anonymous-block-crash-expected.txt: Added.
37645         * accessibility/anchor-linked-anonymous-block-crash.html: Added.
37647 2011-03-21  Pavel Feldman  <pfeldman@chromium.org>
37649         Not reviewed: updating Chromium test expectataions.
37651         * platform/chromium/test_expectations.txt:
37653 2011-03-21  Hayato Ito  <hayato@chromium.org>
37655         Reviewed by Ojan Vafai.
37657         Add the first reftest so that we can make sure that reftests won't cause
37658         any issues on all buildbots.
37659         This patch will also act as a sample reftest which a Wiki page will refer.
37661         https://bugs.webkit.org/show_bug.cgi?id=56450
37663         * fast/harness/font-weight-bold-expected.html: Added.
37664         * fast/harness/font-weight-bold.html: Added.
37666 2011-03-21  Abhishek Arya  <inferno@chromium.org>
37668         Reviewed by Eric Seidel.
37670         Tests that we do not crash when adjusting position for inline boxes.
37671         https://bugs.webkit.org/show_bug.cgi?id=56300
37673         * fast/inline/inline-box-adjust-position-crash-expected.txt: Added.
37674         * fast/inline/inline-box-adjust-position-crash.html: Added.
37675         * fast/inline/inline-box-adjust-position-crash2-expected.txt: Added.
37676         * fast/inline/inline-box-adjust-position-crash2.html: Added.
37678 2011-03-21  Adam Klein  <adamk@chromium.org>
37680         Reviewed by David Levin.
37682         [fileapi] Add URI resolution support to WorkerContext
37683         https://bugs.webkit.org/show_bug.cgi?id=55644
37685         Note that these tests do not run as part of new-run-webkit-tests,
37686         but rather in Chromium's ui_test. I've run them locally and confirmed
37687         they pass; a subsequent Chromium change will be submitted to run them
37688         on the Chromium build bots.
37690         * http/tests/filesystem/resources/fs-worker-common.js: Added.
37691         * http/tests/filesystem/resources/fs-worker-test-util.js: Added.
37692         Copied from fast/filesystem/resources for use by HTTP tests.
37693         * http/tests/filesystem/script-tests/resolve-uri.js:
37694         Updated to be used either in window or worker context.
37695         * http/tests/filesystem/workers/resolve-url-expected.txt: Added.
37696         * http/tests/filesystem/workers/resolve-url-sync-expected.txt: Added.
37697         * http/tests/filesystem/workers/resolve-url-sync.html: Added.
37698         * http/tests/filesystem/workers/resolve-url.html: Added.
37699         * http/tests/filesystem/workers/script-tests/TEMPLATE.html: Added.
37700         * http/tests/filesystem/workers/script-tests/resolve-url-sync.js: Added.
37702 2011-03-21  David Levin  <levin@chromium.org>
37704         Reviewed by Adam Barth.
37706         XHR in Workers doesn't set the referrer correctly.
37707         https://bugs.webkit.org/show_bug.cgi?id=24683
37709         * http/tests/xmlhttprequest/workers/referer-expected.txt: Fixed expectations now that this works correctly.
37710         * http/tests/xmlhttprequest/workers/shared-worker-referer-expected.txt: Ditto.
37712 2011-03-21  James Simonsen  <simonjam@chromium.org>
37714         [Chromium] Unreviewed, rebaseline win/linux after r81625.
37716         * platform/chromium-linux/fast/css/percentage-non-integer-expected.checksum:
37717         * platform/chromium-linux/fast/css/percentage-non-integer-expected.png:
37718         * platform/chromium-linux/fast/css/percentage-non-integer-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/css/percentage-non-integer-expected.txt.
37719         * platform/chromium-win/fast/css/percentage-non-integer-expected.checksum:
37720         * platform/chromium-win/fast/css/percentage-non-integer-expected.png:
37721         * platform/chromium-win/fast/css/percentage-non-integer-expected.txt:
37723 2011-03-21  Nate Chapin  <japhet@chromium.org>
37725         Reviewed by Brady Eidson.
37727         Tests for https://bugs.webkit.org/show_bug.cgi?id=38690.
37729         * http/tests/cache/post-redirect-get-expected.txt: Added.
37730         * http/tests/cache/post-redirect-get.php: Added.
37731         * http/tests/cache/post-with-cached-subresources-expected.txt: Added.
37732         * http/tests/cache/post-with-cached-subresources.php: Added.
37733         * http/tests/cache/resources/post-image-to-verify.php: Added.
37735 2011-03-21  Daniel Cheng  <dcheng@chromium.org>
37737         Reviewed by Tony Chang.
37739         Remove dependency on default font from data-transfer-items.html
37740         https://bugs.webkit.org/show_bug.cgi?id=56791
37742         * editing/pasteboard/data-transfer-items-expected.txt:
37743         * editing/pasteboard/data-transfer-items.html:
37745 2011-03-21  Rik Cabanier  <cabanier@gmail.com>
37747         Reviewed by James Robinson.
37749         bug 56052: percentages are incorrectly rounded in WebKit
37750         https://bugs.webkit.org/show_bug.cgi?id=56052
37752         * platform/mac/fast/css/percentage-non-integer-expected.txt:
37754 2011-03-21  Daniel Cheng  <dcheng@chromium.org>
37756         Reviewed by Tony Chang.
37758         [chromium] Implement glue between DataTransferItems and the pasteboard.
37759         https://bugs.webkit.org/show_bug.cgi?id=56330
37761         Update the layout test to take into account that the actual contents of the clipboard
37762         are exposed in a paste via DataTransferItems now.
37763         Also fix the flakiness in the layout test.
37765         * editing/pasteboard/data-transfer-items-expected.txt:
37766         * editing/pasteboard/data-transfer-items.html:
37767         * platform/chromium/test_expectations.txt:
37769 2011-03-21  Dean Jackson  <dino@apple.com>
37771         Reviewed by Chris Marrin and Simon Fraser.
37773         https://bugs.webkit.org/show_bug.cgi?id=56325
37774         ASSERTION FAILED: paused() in AnimationBase::updateStateMachine()
37776         Add a test that triggers the assertion by removing the <body>
37777         element and re-inserting it.
37779         While not directly related to this bug, the
37780         transform-origin-vs-functions test would occasionally fail because it
37781         depended on the order of events being fired. The update to the way
37782         animations are keeping their state triggered this more often. Now the
37783         output is sorted before finishing the test.
37785         * animations/3d/transform-origin-vs-functions.html:
37786         * animations/body-removal-crash.html: Added.
37787         * platform/mac/animations/body-removal-crash-expected.checksum: Added.
37788         * platform/mac/animations/body-removal-crash-expected.png: Added.
37789         * platform/mac/animations/body-removal-crash-expected.txt: Added.
37791 2011-03-21  James Simonsen  <simonjam@chromium.org>
37793         [Chromium] Unreviewed, add flaky and failing tests after r81597.
37795         * platform/chromium/test_expectations.txt:
37797 2011-03-21  Justin Schuh  <jschuh@chromium.org>
37799         Reviewed by James Robinson.
37801         Stop inserting when the parent is removed
37802         https://bugs.webkit.org/show_bug.cgi?id=56690
37804         * fast/dom/insertedIntoDocument-child-expected.txt: Added.
37805         * fast/dom/insertedIntoDocument-child.html: Added.
37806         * fast/dom/insertedIntoDocument-iframe-expected.txt: Added.
37807         * fast/dom/insertedIntoDocument-iframe.html: Added.
37808         * fast/dom/insertedIntoDocument-sibling-expected.txt: Added.
37809         * fast/dom/insertedIntoDocument-sibling.html: Added.
37811 2011-03-21  Tony Chang  <tony@chromium.org>
37813         Reviewed by Eric Seidel.
37815         Convert fake-drag into a dumpAsText test and remove 1s timeout
37816         https://bugs.webkit.org/show_bug.cgi?id=56674
37818         This test was added with eventSender, so there was no leapForward
37819         at the time.  Also convert to dumpAsText while I'm here.
37821         * editing/selection/fake-drag.html:
37822         * platform/chromium-linux/editing/selection/fake-drag-expected.checksum: Removed.
37823         * platform/chromium-linux/editing/selection/fake-drag-expected.png: Removed.
37824         * platform/chromium-win/editing/selection/fake-drag-expected.checksum: Removed.
37825         * platform/chromium-win/editing/selection/fake-drag-expected.png: Removed.
37826         * platform/chromium-win/editing/selection/fake-drag-expected.txt:
37827         * platform/gtk/editing/selection/fake-drag-expected.checksum: Removed.
37828         * platform/gtk/editing/selection/fake-drag-expected.png: Removed.
37829         * platform/gtk/editing/selection/fake-drag-expected.txt: Removed.
37830         * platform/mac-leopard/editing/selection/fake-drag-expected.checksum: Removed.
37831         * platform/mac-leopard/editing/selection/fake-drag-expected.png: Removed.
37832         * platform/mac/editing/selection/fake-drag-expected.checksum: Removed.
37833         * platform/mac/editing/selection/fake-drag-expected.png: Removed.
37834         * platform/mac/editing/selection/fake-drag-expected.txt:
37836 2011-03-21  Pavel Feldman  <pfeldman@chromium.org>
37838         Not reviewed: skipping new inspector test on GTK unless harness is fixed.
37840         * platform/gtk/Skipped:
37842 2011-03-21  Vsevolod Vlasov  <vsevik@chromium.org>
37844         Reviewed by Pavel Feldman.
37846         Web Inspector: http/tests/inspector/network tests sometimes fail on Leopard Intel Release (Tests) and SnowLeopard Intel Leaks
37847         https://bugs.webkit.org/show_bug.cgi?id=56578
37849         Fixed and re-enabled http/tests/inspector/network tests
37851         * http/tests/inspector/network/network-size.html: Renamed from LayoutTests/http/tests/inspector/network/network-size.html-disabled.
37852         * http/tests/inspector/network/network-timing.html: Renamed from LayoutTests/http/tests/inspector/network/network-timing.html-disabled.
37854 2011-03-21  Chang Shu  <cshu@webkit.org>
37856         Reviewed by Alexey Proskuryakov.
37858         REGRESSION (r79953): Can't type in MS Outlook 2011
37859         https://bugs.webkit.org/show_bug.cgi?id=56665
37861         Restore the expected result before r79953. r79953 changed behavior slightly in function
37862         finishedLoadingWithDataSource in file mac/WebView/WebHTMLRepresentation.mm, where
37863         core(webFrame)->editor()->applyEditingStyleToBodyElement() was called but not before r79953
37864         or after this patch.
37866         * platform/mac/editing/selection/designmode-no-caret-expected.txt:
37868 2011-03-21  Dominic Cooney  <dominicc@google.com>
37870         Reviewed by Jeremy Orlow.
37872         Adds a regression test for MediaQueryList listener callbacks in V8.
37873         https://bugs.webkit.org/show_bug.cgi?id=56166
37875         * fast/media/media-query-list-callback-expected.txt: Added.
37876         * fast/media/media-query-list-callback.html: Added.
37877         * fast/media/resources/media-query-list-callback-frame.html: Added.
37879 2011-03-21  chris fleizach  <cfleizach@apple.com>
37881         Reviewed by Darin Adler.
37883         platform/mac/accessibility/aria-table-with-colspan-cells.html is failing on the Leopard Release tester
37884         https://bugs.webkit.org/show_bug.cgi?id=56523
37886         List and table functionality is not present on Leopard and should be skipped.
37888         * platform/mac-leopard/Skipped:
37889         * platform/mac-leopard/platform/mac/accessibility: Removed.
37890         * platform/mac-leopard/platform/mac/accessibility/aria-table-with-colspan-cells-expected.txt: Removed.
37891         * platform/mac-leopard/platform/mac/accessibility/list-items-ignored-expected.txt: Removed.
37893 2011-03-21  Adam Roben  <aroben@apple.com>
37895         Skip another asserting animations test
37897         <http://webkit.org/b/56488> tracks the failure
37899         * platform/mac/Skipped:
37900         * platform/win/Skipped:
37902 2011-03-21  Vsevolod Vlasov  <vsevik@chromium.org>
37904         Reviewed by Pavel Feldman.
37906         Web Inspector: Inspector does not always show correct transfer size (for compressed/chunked data)
37907         https://bugs.webkit.org/show_bug.cgi?id=56691
37909         Added a test for transfer size for chunked encoding type.
37911         * http/tests/inspector/network/network-size-chunked.html: Added.
37912         * http/tests/inspector/network/network-size-expected-chunked.txt: Added.
37913         * http/tests/inspector/network/resources/resource.php:
37914         * platform/chromium/test_expectations.txt:
37915         * platform/gtk/Skipped:
37916         * platform/mac/Skipped:
37917         * platform/qt/Skipped:
37918         * platform/win/Skipped:
37920 2011-03-21  Hao Zheng  <zhenghao@google.com>
37922         Reviewed by Darin Adler.
37924         Bug 15713: Rollout r72533 completely.
37925         https://bugs.webkit.org/show_bug.cgi?id=15713
37927         r72599 only rolled out the checksum files, which caused mismatch
37928         between checksum and png. Some png files had been
37929         rolled out by some other changes, so rollout the remaining png.
37931         * platform/chromium-linux/css1/box_properties/margin_right-expected.png:
37932         * platform/chromium-linux/css1/box_properties/padding_right-expected.png:
37933         * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
37934         * platform/chromium-linux/editing/selection/extend-by-word-002-expected.png:
37935         * platform/chromium-linux/fast/css/background-shorthand-invalid-url-expected.png:
37936         * platform/chromium-linux/fast/doctypes/002-expected.png:
37937         * platform/chromium-linux/fast/lists/001-vertical-expected.png:
37938         * platform/chromium-linux/fast/lists/002-expected.png:
37939         * platform/chromium-linux/fast/lists/003-expected.png:
37940         * platform/chromium-linux/fast/lists/007-vertical-expected.png:
37941         * platform/chromium-linux/fast/lists/008-vertical-expected.png:
37942         * platform/chromium-linux/fast/lists/marker-before-empty-inline-expected.png:
37943         * platform/chromium-win/css1/box_properties/margin_right-expected.png:
37944         * platform/chromium-win/css1/box_properties/padding_right-expected.png:
37945         * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.png:
37946         * platform/chromium-win/fast/doctypes/002-expected.png:
37947         * platform/chromium-win/fast/lists/001-vertical-expected.png:
37948         * platform/chromium-win/fast/lists/002-expected.png:
37949         * platform/chromium-win/fast/lists/003-expected.png:
37950         * platform/chromium-win/fast/lists/007-vertical-expected.png:
37951         * platform/chromium-win/fast/lists/008-vertical-expected.png:
37952         * platform/chromium-win/fast/lists/marker-before-empty-inline-expected.png:
37954 2011-03-21  Leo Yang  <leo.yang@torchmobile.com.cn>
37956         Reviewed by Dirk Schulze.
37958         symbol display <use> at wrong scale
37959         https://bugs.webkit.org/show_bug.cgi?id=54538
37961         Test cases for transfering width/height properties from
37962         'use' element to 'svg' and 'symbol' elements.
37963         See: http://www.w3.org/TR/SVG/struct.html#UseElement
37965         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg-expected.checksum: Added.
37966         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg-expected.png: Added.
37967         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg1-expected.checksum: Added.
37968         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg1-expected.png: Added.
37969         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg2-expected.checksum: Added.
37970         * platform/mac/svg/custom/use-transfer-width-height-properties-to-svg2-expected.png: Added.
37971         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol-expected.checksum: Added.
37972         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol-expected.png: Added.
37973         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol1-expected.checksum: Added.
37974         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol1-expected.png: Added.
37975         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol2-expected.checksum: Added.
37976         * platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol2-expected.png: Added.
37977         * platform/qt/svg/custom/use-transfer-width-height-properties-to-svg-expected.checksum: Added.
37978         * platform/qt/svg/custom/use-transfer-width-height-properties-to-svg-expected.png: Added.
37979         * platform/qt/svg/custom/use-transfer-width-height-properties-to-svg1-expected.checksum: Added.
37980         * platform/qt/svg/custom/use-transfer-width-height-properties-to-svg1-expected.png: Added.
37981         * platform/qt/svg/custom/use-transfer-width-height-properties-to-svg2-expected.checksum: Added.
37982         * platform/qt/svg/custom/use-transfer-width-height-properties-to-svg2-expected.png: Added.
37983         * platform/qt/svg/custom/use-transfer-width-height-properties-to-symbol-expected.checksum: Added.
37984         * platform/qt/svg/custom/use-transfer-width-height-properties-to-symbol-expected.png: Added.
37985         * platform/qt/svg/custom/use-transfer-width-height-properties-to-symbol1-expected.checksum: Added.
37986         * platform/qt/svg/custom/use-transfer-width-height-properties-to-symbol1-expected.png: Added.
37987         * platform/qt/svg/custom/use-transfer-width-height-properties-to-symbol2-expected.checksum: Added.
37988         * platform/qt/svg/custom/use-transfer-width-height-properties-to-symbol2-expected.png: Added.
37989         * svg/custom/use-transfer-width-height-properties-to-svg-expected.txt: Added.
37990         * svg/custom/use-transfer-width-height-properties-to-svg.svg: Added.
37991         * svg/custom/use-transfer-width-height-properties-to-svg1-expected.txt: Added.
37992         * svg/custom/use-transfer-width-height-properties-to-svg1.svg: Added.
37993         * svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt: Added.
37994         * svg/custom/use-transfer-width-height-properties-to-svg2.svg: Added.
37995         * svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt: Added.
37996         * svg/custom/use-transfer-width-height-properties-to-symbol.svg: Added.
37997         * svg/custom/use-transfer-width-height-properties-to-symbol1-expected.txt: Added.
37998         * svg/custom/use-transfer-width-height-properties-to-symbol1.svg: Added.
37999         * svg/custom/use-transfer-width-height-properties-to-symbol2-expected.txt: Added.
38000         * svg/custom/use-transfer-width-height-properties-to-symbol2.svg: Added.
38002 2011-03-21  Julien Chaffraix  <jchaffraix@webkit.org>
38004         Reviewed by Eric Seidel.
38006         Test for Bug 51465 - chrome.dll!WebCore::RenderLayer::currentTransform
38007         ReadAV@NULL (8968fc97874fa23b6799ff8f09c142e4)
38009         * fast/css/webkit-empty-transform-preserve3d-crash-expected.txt: Added.
38010         * fast/css/webkit-empty-transform-preserve3d-crash.html: Added.
38012 2011-03-21  Pavel Feldman  <pfeldman@chromium.org>
38014         Reviewed by Yury Semikhatsky.
38016         Web Inspector: make frameId in network agent of type string, not unsigned long.
38017         https://bugs.webkit.org/show_bug.cgi?id=56708
38019         * inspector/report-protocol-errors-expected.txt:
38021 2011-03-21  Pavel Feldman  <pfeldman@chromium.org>
38023         Reviewed by Yury Semikhatsky.
38025         Web Inspector: expose object id as string, not JSON struct in the protocol.
38026         https://bugs.webkit.org/show_bug.cgi?id=56681
38028         * http/tests/inspector/protocol-test.js:
38029         (initialize_ProtocolTest.InspectorTest.filterProps):
38030         (initialize_ProtocolTest.InspectorTest._dumpCallArguments):
38031         * inspector/protocol/runtime-agent-expected.txt:
38032         * inspector/protocol/runtime-agent.html:
38034 2011-03-21  Pavel Feldman  <pfeldman@chromium.org>
38036         Not reviewed: rebaselined Chromium expectations.
38038         * platform/chromium-win/svg/text/text-intro-05-t-expected.txt: Added.
38040 2011-03-20  Pavel Feldman  <pfeldman@chromium.org>
38042         Not reviewed: removing stale Chromium expectations.
38044         * platform/chromium-win-vista/svg/text/text-intro-05-t-expected.checksum: Removed.
38045         * platform/chromium-win-vista/svg/text/text-intro-05-t-expected.png: Removed.
38046         * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.txt: Removed.
38048 2011-03-20  Sam Weinig  <sam@webkit.org>
38050         Add http/tests/appcache/origin-delete.html to the Skipped list for WebKit2,
38051         since layoutTestController.clearAllApplicationCaches is not yet implemented
38052         by WebKitTestRunner.
38054         * platform/mac-wk2/Skipped:
38056 2011-03-19  Anton D'Auria  <adauria@apple.com>
38058         Reviewed by Alexey Proskuryakov.
38060         ApplicationCacheGroup is not obsolete after being deleted via ApplicationCacheStorage::deleteEntriesForOrigin
38061         https://bugs.webkit.org/show_bug.cgi?id=56415
38063         This test creates an Application Cache for the DRT origin, deletes it for the origin,
38064         and verifies that the Application Cache has obsolete status.
38066         * http/tests/appcache/origin-delete-expected.txt: Added.
38067         * http/tests/appcache/origin-delete.html: Added.
38068         * http/tests/appcache/resources/origin-delete-iframe.html: Added.
38069         * http/tests/appcache/resources/origin-delete-iframe.manifest: Added.
38070         * platform/chromium/test_expectations.txt:
38071         * platform/gtk/Skipped:
38072         * platform/qt/Skipped:
38074 2011-03-19  James Simonsen  <simonjam@chromium.org>
38076         [Chromium] Unreviewed, remove stale expectations for r81528.
38078         * platform/chromium-win-xp/fast/text/atsui-spacing-features-expected.checksum:
38079         * platform/chromium-win-xp/fast/text/atsui-spacing-features-expected.png:
38080         * platform/chromium-win-xp/fast/text/justify-nbsp-expected.checksum: Removed.
38081         * platform/chromium-win-xp/fast/text/justify-nbsp-expected.png: Removed.
38082         * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.checksum: Removed.
38083         * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.png: Removed.
38084         * platform/chromium-win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum: Removed.
38085         * platform/chromium-win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
38087 2011-03-18  James Robinson  <jamesr@chromium.org>
38089         Update chromium win pixel baselines for tests with justified text for r81528
38091         * platform/chromium-win/css1/box_properties/clear_float-expected.checksum:
38092         * platform/chromium-win/css1/box_properties/clear_float-expected.png:
38093         * platform/chromium-win/css1/box_properties/float_elements_in_series-expected.checksum:
38094         * platform/chromium-win/css1/box_properties/float_elements_in_series-expected.png:
38095         * platform/chromium-win/css1/box_properties/float_on_text_elements-expected.checksum:
38096         * platform/chromium-win/css1/box_properties/float_on_text_elements-expected.png:
38097         * platform/chromium-win/css1/text_properties/text_align-expected.checksum:
38098         * platform/chromium-win/css1/text_properties/text_align-expected.png:
38099         * platform/chromium-win/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum:
38100         * platform/chromium-win/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
38101         * platform/chromium-win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
38102         * platform/chromium-win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
38103         * platform/chromium-win/css2.1/t1602-c546-txt-align-00-b-expected.checksum:
38104         * platform/chromium-win/css2.1/t1602-c546-txt-align-00-b-expected.png:
38105         * platform/chromium-win/fast/backgrounds/svg-as-background-4-expected.checksum:
38106         * platform/chromium-win/fast/backgrounds/svg-as-background-4-expected.png:
38107         * platform/chromium-win/fast/multicol/float-avoidance-expected.checksum:
38108         * platform/chromium-win/fast/multicol/float-avoidance-expected.png:
38109         * platform/chromium-win/fast/multicol/shadow-breaking-expected.checksum:
38110         * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
38111         * platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.checksum:
38112         * platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.png:
38113         * platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.checksum:
38114         * platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.png:
38115         * platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.checksum:
38116         * platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.png:
38117         * platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.checksum:
38118         * platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.png:
38119         * platform/chromium-win/fast/repaint/line-flow-with-floats-2-expected.checksum:
38120         * platform/chromium-win/fast/repaint/line-flow-with-floats-2-expected.png:
38121         * platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.checksum:
38122         * platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.png:
38123         * platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.checksum:
38124         * platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.png:
38125         * platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.checksum:
38126         * platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.png:
38127         * platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.checksum:
38128         * platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.png:
38129         * platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.checksum:
38130         * platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.png:
38131         * platform/chromium-win/fast/repaint/line-flow-with-floats-8-expected.checksum:
38132         * platform/chromium-win/fast/repaint/line-flow-with-floats-8-expected.png:
38133         * platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.checksum:
38134         * platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.png:
38135         * platform/chromium-win/fast/text/atsui-spacing-features-expected.checksum:
38136         * platform/chromium-win/fast/text/atsui-spacing-features-expected.png:
38137         * platform/chromium-win/fast/text/basic/002-expected.checksum:
38138         * platform/chromium-win/fast/text/basic/002-expected.png:
38139         * platform/chromium-win/fast/text/justified-selection-at-edge-expected.checksum:
38140         * platform/chromium-win/fast/text/justified-selection-at-edge-expected.png:
38141         * platform/chromium-win/fast/text/justified-selection-expected.checksum:
38142         * platform/chromium-win/fast/text/justified-selection-expected.png:
38143         * platform/chromium-win/fast/text/justify-padding-distribution-expected.checksum:
38144         * platform/chromium-win/fast/text/justify-padding-distribution-expected.png:
38145         * platform/chromium-win/fast/text/text-letter-spacing-expected.checksum:
38146         * platform/chromium-win/fast/text/text-letter-spacing-expected.png:
38147         * platform/chromium-win/fast/text/trailing-white-space-expected.checksum:
38148         * platform/chromium-win/fast/text/trailing-white-space-expected.png:
38149         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.checksum:
38150         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
38151         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.checksum:
38152         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
38153         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.checksum:
38154         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
38155         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.checksum:
38156         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
38157         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.checksum:
38158         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
38159         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.checksum:
38160         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
38161         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.checksum:
38162         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
38163         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.checksum:
38164         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
38165         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.checksum:
38166         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
38167         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.checksum:
38168         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
38169         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.checksum:
38170         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
38171         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.checksum:
38172         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
38173         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.checksum:
38174         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
38175         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.checksum:
38176         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
38177         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.checksum:
38178         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
38179         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.checksum:
38180         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
38181         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.checksum:
38182         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
38183         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.checksum:
38184         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
38185         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum:
38186         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
38187         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.checksum:
38188         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
38189         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.checksum:
38190         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
38191         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.checksum:
38192         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
38193         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum:
38194         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
38195         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum:
38196         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
38197         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.checksum:
38198         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
38199         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.checksum:
38200         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
38201         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.checksum:
38202         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
38203         * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.checksum:
38204         * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.png:
38205         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
38206         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
38207         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
38208         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
38209         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
38210         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
38211         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
38212         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
38213         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
38214         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
38215         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
38216         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
38217         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
38218         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
38219         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
38220         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
38221         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
38222         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
38223         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
38224         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
38225         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
38226         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
38227         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
38228         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
38229         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
38230         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
38231         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
38232         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
38233         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
38234         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
38235         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
38236         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
38237         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
38238         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
38239         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
38240         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
38241         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
38242         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
38243         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
38244         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
38245         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
38246         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
38247         * platform/chromium-win/svg/batik/filters/feTile-expected.checksum:
38248         * platform/chromium-win/svg/batik/filters/feTile-expected.png:
38249         * platform/chromium-win/svg/batik/filters/filterRegions-expected.checksum:
38250         * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
38251         * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
38252         * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
38253         * platform/chromium-win/svg/batik/text/textAnchor-expected.checksum:
38254         * platform/chromium-win/svg/batik/text/textAnchor-expected.png:
38255         * platform/chromium-win/svg/batik/text/textPCDATA-expected.checksum:
38256         * platform/chromium-win/svg/batik/text/textPCDATA-expected.png:
38257         * platform/chromium-win/svg/batik/text/textProperties-expected.checksum:
38258         * platform/chromium-win/svg/batik/text/textProperties-expected.png:
38259         * platform/chromium-win/svg/batik/text/textStyles-expected.checksum:
38260         * platform/chromium-win/svg/batik/text/textStyles-expected.png:
38261         * platform/chromium-win/svg/css/group-with-shadow-expected.checksum:
38262         * platform/chromium-win/svg/css/group-with-shadow-expected.png:
38263         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum:
38264         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
38265         * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
38266         * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
38267         * platform/chromium-win/svg/text/bidi-text-anchor-direction-expected.checksum:
38268         * platform/chromium-win/svg/text/bidi-text-anchor-direction-expected.png:
38269         * platform/chromium-win/svg/text/bidi-text-query-expected.checksum:
38270         * platform/chromium-win/svg/text/bidi-text-query-expected.png:
38271         * platform/chromium-win/svg/text/bidi-tspans-expected.checksum:
38272         * platform/chromium-win/svg/text/bidi-tspans-expected.png:
38273         * platform/chromium-win/svg/text/text-align-01-b-expected.checksum:
38274         * platform/chromium-win/svg/text/text-align-01-b-expected.png:
38275         * platform/chromium-win/svg/text/text-intro-05-t-expected.checksum: Added.
38276         * platform/chromium-win/svg/text/text-intro-05-t-expected.png: Added.
38277         * platform/chromium-win/svg/text/text-text-05-t-expected.checksum:
38278         * platform/chromium-win/svg/text/text-text-05-t-expected.png:
38279         * platform/chromium-win/svg/text/text-text-08-b-expected.checksum:
38280         * platform/chromium-win/svg/text/text-text-08-b-expected.png:
38281         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum:
38282         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
38283         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum:
38284         * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
38285         * platform/chromium-win/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum:
38286         * platform/chromium-win/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
38287         * platform/chromium-win/tables/mozilla/marvin/x_td_align_justify-expected.checksum:
38288         * platform/chromium-win/tables/mozilla/marvin/x_td_align_justify-expected.png:
38289         * platform/chromium-win/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum:
38290         * platform/chromium-win/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
38291         * platform/chromium-win/tables/mozilla/marvin/x_th_align_justify-expected.checksum:
38292         * platform/chromium-win/tables/mozilla/marvin/x_th_align_justify-expected.png:
38293         * platform/chromium-win/tables/mozilla/marvin/x_thead_align_justify-expected.checksum:
38294         * platform/chromium-win/tables/mozilla/marvin/x_thead_align_justify-expected.png:
38295         * platform/chromium-win/tables/mozilla/marvin/x_tr_align_justify-expected.checksum:
38296         * platform/chromium-win/tables/mozilla/marvin/x_tr_align_justify-expected.png:
38297         * platform/chromium/test_expectations.txt:
38299 2011-03-18  James Robinson  <jamesr@chromium.org>
38301         Fix expectation syntax for windows.
38303         * platform/chromium/test_expectations.txt:
38305 2011-03-16  Ryosuke Niwa  <rniwa@webkit.org>
38307         Reviewed by Ojan Vafai.
38309         Add a test for r81266 and fix HTML Editing for fallback contents in object element
38310         https://bugs.webkit.org/show_bug.cgi?id=56505
38312         Added a test to edit contents of hr and datagrid and object's fallback content.
38314         * editing/editability/ignored-content-expected.txt: Added.
38315         * editing/editability/ignored-content.html: Added.
38317 2011-03-18  Andy Estes  <aestes@apple.com>
38319         Reviewed by Eric Seidel.
38321         REGRESSION (r80231): Bad cast in HTMLTreeBuilder::processStartTag
38322         https://bugs.webkit.org/show_bug.cgi?id=56380
38324         * fast/parser/fragment-foreign-content-context-expected.txt: Added.
38325         * fast/parser/fragment-foreign-content-context.html: Added.
38327 2011-03-18  Martin Robinson  <mrobinson@igalia.com>
38329         [GTK] JSC crashes in 32bit Release bots after r80743
38330         https://bugs.webkit.org/show_bug.cgi?id=56180
38332         * platform/gtk/Skipped: Unskip tests which should now be passing since this bug is fixed.
38334 2011-03-18  Jessie Berlin  <jberlin@apple.com>
38336         [WebKit2 Windows Release Tests] media tests crashing in QuickTime on apple-windows-8.
38337         https://bugs.webkit.org/show_bug.cgi?id=56653
38339         Unreviewed, skipping media/video-load-readyState.html since that has been crashing
38340         on the last 3 runs.
38342         * platform/win-wk2/Skipped:
38344 2011-03-18 James Robinson <jamesr@chromium.org>
38346         [chromium] Add tests that will need a rebaseline on windows to expectations
38348 2011-03-18  Daniel Cheng  <dcheng@chromium.org>
38350         Reviewed by David Levin.
38352         Fix incorrect test onpaste-text-html-types.html
38353         https://bugs.webkit.org/show_bug.cgi?id=56621
38355         The test was checking for the presence of "Text" in event.clipboardData.types,
38356         but per http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2010-February/024956.html,
38357         this should not be the case.
38359         * editing/pasteboard/onpaste-text-html-types.html:
38361 2011-03-18  James Simonsen  <simonjam@chromium.org>
38363         [Chromium] Unreviewed, remove stale expectations for r81489.
38365         * platform/chromium-win-vista/fast/text/stroking-decorations-expected.checksum: Removed.
38366         * platform/chromium-win-vista/fast/text/stroking-decorations-expected.png: Removed.
38367         * platform/chromium-win-vista/fast/text/stroking-expected.checksum: Removed.
38368         * platform/chromium-win-vista/fast/text/stroking-expected.png: Removed.
38370 2011-03-18  Ryosuke Niwa  <rniwa@webkit.org>
38372         Reviewed by Eric Seidel.
38374         REGRESSION(81374, 81384): editing/deleting/5206311-1.html hits assertion on non-Mac platforms
38375         https://bugs.webkit.org/show_bug.cgi?id=56599
38377         Re-enabled the test on non-Mac platforms.
38379         * platform/chromium/test_expectations.txt:
38380         * platform/gtk/Skipped:
38381         * platform/qt/Skipped:
38382         * platform/win/Skipped:
38384 2011-03-18  Brady Eidson  <beidson@apple.com>
38386         Rubberstamped by Adam Roben.
38388         https://bugs.webkit.org/show_bug.cgi?id=56685
38389         webarchive/test-link-rel-icon.html is now flaky
38391         * platform/mac/Skipped:
38393 2011-03-18  Stephen White  <senorblanco@chromium.org>
38395         Unreviewed; new test baselines.
38397         One last attempt at rebaselining these tests (now that I know how
38398         the --gpu flag works).
38400         * platform/chromium-gpu-linux/compositing/geometry/clipping-foreground-expected.checksum:
38401         * platform/chromium-gpu-linux/compositing/geometry/clipping-foreground-expected.png: Removed.
38402         * platform/chromium-gpu-linux/compositing/iframes/composited-iframe-alignment-expected.checksum:
38403         * platform/chromium-gpu-linux/compositing/iframes/composited-iframe-alignment-expected.png: Removed.
38404         * platform/chromium-gpu-win/compositing/geometry/clipping-foreground-expected.checksum:
38405         * platform/chromium-gpu-win/compositing/iframes/composited-iframe-alignment-expected.checksum:
38407 2011-03-18  Stephen White  <senorblanco@chromium.org>
38409         Unreviewed; more test baselines.
38411         Update the checksums I forgot to update in r81504.
38413         * platform/chromium-gpu-linux/compositing/geometry/clipping-foreground-expected.checksum:
38414         * platform/chromium-gpu-linux/compositing/iframes/composited-iframe-alignment-expected.checksum:
38415         * platform/chromium-gpu-win/compositing/geometry/clipping-foreground-expected.checksum:
38416         * platform/chromium-gpu-win/compositing/iframes/composited-iframe-alignment-expected.checksum:
38418 2011-03-16  Stephen White  <senorblanco@chromium.org>
38420         Reviewed by Kenneth Russell.
38422         Canvas2D GPU acceleration should support shadows
38423         https://bugs.webkit.org/show_bug.cgi?id=56476
38425         * fast/canvas/script-tests/canvas-transforms-fillRect-shadow.js:
38426         (shouldBeAround):
38427         Widen the threshold for this test, which doesn't seem to allow for
38428         a true Gaussian blur implementation.
38429         * platform/chromium/test_expectations.txt:
38430         Update some tests which are now passing on GPU, and some which time out
38431         due to Mesa slowness.
38433 2011-03-18  James Simonsen  <simonjam@chromium.org>
38435         [Chromium] Unreviewed, re-enable some stable tests and add a flaky one.
38437         * platform/chromium/test_expectations.txt:
38439 2011-03-18  Stephen White  <senorblanco@chromium.org>
38441         Unreviewed; new test baselines.
38443         New GPU baselines for shadow quality improved by http://trac.webkit.org/changeset/81489.
38445         * platform/chromium-gpu-linux/compositing/geometry/clipping-foreground-expected.png:
38446         * platform/chromium-gpu-linux/compositing/iframes/composited-iframe-alignment-expected.png:
38447         * platform/chromium-gpu-win/compositing/geometry/clipping-foreground-expected.png:
38448         * platform/chromium-gpu-win/compositing/iframes/composited-iframe-alignment-expected.png:
38450 2011-03-18  Ilya Tikhonovsky  <loislo@chromium.org>
38452         Reviewed by Yury Semikhatsky.
38454         Web Inspector: rename console agent events.
38455         https://bugs.webkit.org/show_bug.cgi?id=56646
38457         addConsoleMessage -> consoleMessage
38458         updateConsoleMessageExpiredCount -> consoleMessageExpiredCountUpdate
38459         updateConsoleMessageRepeatCount -> consoleMessageRepeatCountUpdate
38461         * inspector/protocol/console-agent-expected.txt:
38463 2011-03-18  Stephen White  <senorblanco@chromium.org>
38465         Unreviewed; new test baselines.
38467         New baselines for shadow quality improved by http://trac.webkit.org/changeset/81489.
38469         * platform/chromium-linux/compositing/geometry: Added.
38470         * platform/chromium-linux/compositing/geometry/clipping-foreground-expected.checksum: Added.
38471         * platform/chromium-linux/compositing/geometry/clipping-foreground-expected.png: Added.
38472         * platform/chromium-linux/compositing/iframes: Added.
38473         * platform/chromium-linux/compositing/iframes/composited-iframe-alignment-expected.checksum: Added.
38474         * platform/chromium-linux/compositing/iframes/composited-iframe-alignment-expected.png: Added.
38475         * platform/chromium-linux/fast/blockflow/english-lr-text-expected.checksum:
38476         * platform/chromium-linux/fast/blockflow/english-lr-text-expected.png:
38477         * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.checksum:
38478         * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
38479         * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.checksum:
38480         * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
38481         * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.checksum:
38482         * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.png:
38483         * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.checksum:
38484         * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png:
38485         * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.checksum:
38486         * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
38487         * platform/chromium-linux/fast/box-shadow/inset-expected.checksum:
38488         * platform/chromium-linux/fast/box-shadow/inset-expected.png:
38489         * platform/chromium-linux/fast/box-shadow/shadow-tiling-artifact-expected.checksum:
38490         * platform/chromium-linux/fast/box-shadow/shadow-tiling-artifact-expected.png:
38491         * platform/chromium-linux/fast/box-shadow/spread-expected.checksum:
38492         * platform/chromium-linux/fast/box-shadow/spread-expected.png:
38493         * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.checksum:
38494         * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png:
38495         * platform/chromium-linux/fast/canvas/shadow-offset-4-expected.checksum:
38496         * platform/chromium-linux/fast/canvas/shadow-offset-4-expected.png:
38497         * platform/chromium-linux/fast/canvas/shadow-offset-5-expected.checksum:
38498         * platform/chromium-linux/fast/canvas/shadow-offset-5-expected.png:
38499         * platform/chromium-linux/fast/canvas/shadow-offset-6-expected.checksum:
38500         * platform/chromium-linux/fast/canvas/shadow-offset-6-expected.png:
38501         * platform/chromium-linux/fast/canvas/shadow-offset-7-expected.checksum:
38502         * platform/chromium-linux/fast/canvas/shadow-offset-7-expected.png:
38503         * platform/chromium-linux/fast/multicol/shadow-breaking-expected.checksum:
38504         * platform/chromium-linux/fast/multicol/shadow-breaking-expected.png:
38505         * platform/chromium-linux/fast/repaint/box-shadow-h-expected.checksum:
38506         * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
38507         * platform/chromium-linux/fast/repaint/box-shadow-v-expected.checksum:
38508         * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
38509         * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.checksum:
38510         * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.png:
38511         * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.checksum:
38512         * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.png:
38513         * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.checksum:
38514         * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png:
38515         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum:
38516         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
38517         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.checksum:
38518         * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png:
38519         * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.checksum:
38520         * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
38521         * platform/chromium-linux/fast/repaint/text-shadow-expected.checksum:
38522         * platform/chromium-linux/fast/repaint/text-shadow-expected.png:
38523         * platform/chromium-linux/fast/repaint/text-shadow-horizontal-expected.checksum:
38524         * platform/chromium-linux/fast/repaint/text-shadow-horizontal-expected.png:
38525         * platform/chromium-linux/fast/text/shadow-no-blur-expected.checksum:
38526         * platform/chromium-linux/fast/text/shadow-no-blur-expected.png:
38527         * platform/chromium-linux/fast/text/shadow-translucent-fill-expected.checksum:
38528         * platform/chromium-linux/fast/text/shadow-translucent-fill-expected.png:
38529         * platform/chromium-linux/fast/text/stroking-decorations-expected.checksum:
38530         * platform/chromium-linux/fast/text/stroking-decorations-expected.png:
38531         * platform/chromium-linux/fast/text/stroking-expected.checksum:
38532         * platform/chromium-linux/fast/text/stroking-expected.png:
38533         * platform/chromium-linux/fast/transforms/shadows-expected.checksum:
38534         * platform/chromium-linux/fast/transforms/shadows-expected.png:
38535         * platform/chromium-linux/svg/css/composite-shadow-example-expected.checksum:
38536         * platform/chromium-linux/svg/css/composite-shadow-example-expected.png:
38537         * platform/chromium-linux/svg/css/composite-shadow-text-expected.checksum:
38538         * platform/chromium-linux/svg/css/composite-shadow-text-expected.png:
38539         * platform/chromium-linux/svg/css/composite-shadow-with-opacity-expected.checksum:
38540         * platform/chromium-linux/svg/css/composite-shadow-with-opacity-expected.png:
38541         * platform/chromium-linux/svg/css/group-with-shadow-expected.checksum:
38542         * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
38543         * platform/chromium-linux/svg/css/shadow-changes-expected.checksum:
38544         * platform/chromium-linux/svg/css/shadow-changes-expected.png:
38545         * platform/chromium-linux/svg/css/stars-with-shadow-expected.checksum:
38546         * platform/chromium-linux/svg/css/stars-with-shadow-expected.png:
38547         * platform/chromium-linux/svg/css/text-gradient-shadow-expected.checksum:
38548         * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png:
38549         * platform/chromium-linux/svg/css/text-shadow-multiple-expected.checksum:
38550         * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
38551         * platform/chromium-linux/transitions/svg-text-shadow-transition-expected.checksum:
38552         * platform/chromium-linux/transitions/svg-text-shadow-transition-expected.png:
38553         * platform/chromium-win/compositing/geometry: Added.
38554         * platform/chromium-win/compositing/geometry/clipping-foreground-expected.checksum: Added.
38555         * platform/chromium-win/compositing/geometry/clipping-foreground-expected.png: Added.
38556         * platform/chromium-win/compositing/geometry/clipping-foreground-expected.txt: Added.
38557         * platform/chromium-win/compositing/iframes: Added.
38558         * platform/chromium-win/compositing/iframes/composited-iframe-alignment-expected.checksum: Added.
38559         * platform/chromium-win/compositing/iframes/composited-iframe-alignment-expected.png: Added.
38560         * platform/chromium-win/compositing/iframes/composited-iframe-alignment-expected.txt: Added.
38561         * platform/chromium-win/fast/blockflow/english-lr-text-expected.checksum:
38562         * platform/chromium-win/fast/blockflow/english-lr-text-expected.png:
38563         * platform/chromium-win/fast/borders/border-radius-split-inline-expected.checksum:
38564         * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
38565         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.checksum:
38566         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
38567         * platform/chromium-win/fast/box-shadow/border-radius-big-expected.checksum:
38568         * platform/chromium-win/fast/box-shadow/border-radius-big-expected.png:
38569         * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.checksum:
38570         * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png:
38571         * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.checksum:
38572         * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png:
38573         * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.checksum:
38574         * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.png:
38575         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.checksum:
38576         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
38577         * platform/chromium-win/fast/box-shadow/inset-expected.checksum:
38578         * platform/chromium-win/fast/box-shadow/inset-expected.png:
38579         * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.checksum:
38580         * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
38581         * platform/chromium-win/fast/box-shadow/shadow-tiling-artifact-expected.checksum:
38582         * platform/chromium-win/fast/box-shadow/shadow-tiling-artifact-expected.png:
38583         * platform/chromium-win/fast/box-shadow/spread-expected.checksum:
38584         * platform/chromium-win/fast/box-shadow/spread-expected.png:
38585         * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.checksum:
38586         * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png:
38587         * platform/chromium-win/fast/canvas/shadow-offset-4-expected.checksum:
38588         * platform/chromium-win/fast/canvas/shadow-offset-4-expected.png:
38589         * platform/chromium-win/fast/canvas/shadow-offset-5-expected.checksum:
38590         * platform/chromium-win/fast/canvas/shadow-offset-5-expected.png:
38591         * platform/chromium-win/fast/canvas/shadow-offset-6-expected.checksum:
38592         * platform/chromium-win/fast/canvas/shadow-offset-6-expected.png:
38593         * platform/chromium-win/fast/canvas/shadow-offset-7-expected.checksum:
38594         * platform/chromium-win/fast/canvas/shadow-offset-7-expected.png:
38595         * platform/chromium-win/fast/multicol/shadow-breaking-expected.checksum:
38596         * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
38597         * platform/chromium-win/fast/repaint/box-shadow-h-expected.checksum:
38598         * platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
38599         * platform/chromium-win/fast/repaint/box-shadow-v-expected.checksum:
38600         * platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
38601         * platform/chromium-win/fast/repaint/moving-shadow-on-container-expected.checksum:
38602         * platform/chromium-win/fast/repaint/moving-shadow-on-container-expected.png:
38603         * platform/chromium-win/fast/repaint/moving-shadow-on-path-expected.checksum:
38604         * platform/chromium-win/fast/repaint/moving-shadow-on-path-expected.png:
38605         * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.checksum:
38606         * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png:
38607         * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum:
38608         * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
38609         * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.checksum:
38610         * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png:
38611         * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.checksum:
38612         * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
38613         * platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.checksum:
38614         * platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.png:
38615         * platform/chromium-win/fast/text/shadow-translucent-fill-expected.checksum:
38616         * platform/chromium-win/fast/text/shadow-translucent-fill-expected.png:
38617         * platform/chromium-win/fast/text/stroking-decorations-expected.checksum:
38618         * platform/chromium-win/fast/text/stroking-decorations-expected.png:
38619         * platform/chromium-win/fast/text/stroking-expected.checksum:
38620         * platform/chromium-win/fast/text/stroking-expected.png:
38621         * platform/chromium-win/fast/transforms/shadows-expected.checksum:
38622         * platform/chromium-win/fast/transforms/shadows-expected.png:
38623         * platform/chromium-win/svg/css/arrow-with-shadow-expected.checksum:
38624         * platform/chromium-win/svg/css/arrow-with-shadow-expected.png:
38625         * platform/chromium-win/svg/css/composite-shadow-example-expected.checksum:
38626         * platform/chromium-win/svg/css/composite-shadow-example-expected.png:
38627         * platform/chromium-win/svg/css/composite-shadow-text-expected.checksum:
38628         * platform/chromium-win/svg/css/composite-shadow-text-expected.png:
38629         * platform/chromium-win/svg/css/composite-shadow-with-opacity-expected.checksum:
38630         * platform/chromium-win/svg/css/composite-shadow-with-opacity-expected.png:
38631         * platform/chromium-win/svg/css/group-with-shadow-expected.checksum:
38632         * platform/chromium-win/svg/css/group-with-shadow-expected.png:
38633         * platform/chromium-win/svg/css/shadow-changes-expected.checksum:
38634         * platform/chromium-win/svg/css/shadow-changes-expected.png:
38635         * platform/chromium-win/svg/css/shadow-with-large-radius-expected.checksum:
38636         * platform/chromium-win/svg/css/shadow-with-large-radius-expected.png:
38637         * platform/chromium-win/svg/css/shadow-with-negative-offset-expected.checksum:
38638         * platform/chromium-win/svg/css/shadow-with-negative-offset-expected.png:
38639         * platform/chromium-win/svg/css/stars-with-shadow-expected.checksum:
38640         * platform/chromium-win/svg/css/stars-with-shadow-expected.png:
38641         * platform/chromium-win/svg/css/text-gradient-shadow-expected.checksum:
38642         * platform/chromium-win/svg/css/text-gradient-shadow-expected.png:
38643         * platform/chromium-win/svg/css/text-shadow-multiple-expected.checksum:
38644         * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
38645         * platform/chromium-win/transitions/svg-text-shadow-transition-expected.checksum:
38646         * platform/chromium-win/transitions/svg-text-shadow-transition-expected.png:
38647         * platform/chromium/test_expectations.txt:
38649 2011-03-18  Sheriff Bot  <webkit.review.bot@gmail.com>
38651         Unreviewed, rolling out r81487.
38652         http://trac.webkit.org/changeset/81487
38653         https://bugs.webkit.org/show_bug.cgi?id=56662
38655         "Breaks inspector/styles/styles-add-blank-property.html"
38656         (Requested by apavlov on #webkit).
38658         * inspector/styles/get-set-stylesheet-text-expected.txt: Removed.
38659         * inspector/styles/get-set-stylesheet-text.html: Removed.
38660         * inspector/styles/resources/get-set-stylesheet-text.css: Removed.
38661         * inspector/styles/styles-new-API.html:
38663 2011-03-18  Stephen White  <senorblanco@chromium.org>
38665         Unreviewed; test expectations update.
38667         [chromium] Add some test expectations missing from r81489.
38669         * platform/chromium/test_expectations.txt:
38671 2011-03-18  Justin Novosad  <junov@chromium.org>
38673         Reviewed by Kenneth Russell.
38675         [Chromium] Canvas shadow is not working with drawImage
38676         https://bugs.webkit.org/show_bug.cgi?id=55506
38678         Patch also fixes shadow blur quality and color.
38679         Affects Chromium win/linux. Also fixes the following bugs:
38680         https://bugs.webkit.org/show_bug.cgi?id=50112
38681         https://bugs.webkit.org/show_bug.cgi?id=51989
38682         https://bugs.webkit.org/show_bug.cgi?id=55410
38683         No tests were added, impact is already covered by multiple layout tests.
38685         * platform/chromium/test_expectations.txt:
38687 2011-03-18  Jessie Berlin  <jberlin@apple.com>
38689         Web Inspector: inspector/elements/mutate-unknown-node.html is flakey.
38690         https://bugs.webkit.org/show_bug.cgi?id=56457
38692         Unreviewed, disable the test and remove it from the Qt Skipped list because this test is
38693         also being flakey on Windows.
38695         * inspector/elements/mutate-unknown-node.html: Removed.
38696         * inspector/elements/mutate-unknown-node.html-disabled: Copied from inspector/elements/mutate-unknown-node.html.
38697         * platform/qt/Skipped:
38699 2011-03-15  Alexander Pavlov  <apavlov@chromium.org>
38701         Reviewed by Pavel Feldman.
38703         Web Inspector: Fix handling of the CSSAgent.setStyleSheetText() results in CSSStyleModel.js
38704         https://bugs.webkit.org/show_bug.cgi?id=56310
38706         * inspector/styles/get-set-stylesheet-text-expected.txt: Added.
38707         * inspector/styles/get-set-stylesheet-text.html: Added.
38708         * inspector/styles/resources/get-set-stylesheet-text.css: Added.
38709         (body):
38710         (/* comment before selector */body.main1/* comment after selector */):
38711         (body.main2):
38712         * inspector/styles/styles-new-API.html:
38714 2011-03-18  Jessie Berlin  <jberlin@apple.com>
38716         inspector/console/command-line-api.html timing out on Windows 7 Release (WebKit2 Tests).
38717         https://bugs.webkit.org/show_bug.cgi?id=56633
38719         Unreviewed, skip command-line-api-inspect.html instead of command-line-api.html, since the
38720         former appears to be causing the latter (and probably console-clear.html as well) to time
38721         out.
38723         * platform/win-wk2/Skipped:
38724         * platform/win-wk2/inspector: Removed.
38725         * platform/win-wk2/inspector/console: Removed.
38726         * platform/win-wk2/inspector/console/command-line-api-inspect-expected.txt: Removed.
38728 2011-03-18  Sergio Villar Senin  <svillar@igalia.com>
38730         Added new GTK+ test expectations.
38732         * platform/gtk/fast/text/emphasis-combined-text-expected.checksum: Added.
38733         * platform/gtk/fast/text/emphasis-combined-text-expected.png: Added.
38734         * platform/gtk/fast/text/emphasis-combined-text-expected.txt: Added.
38736 2011-03-18  Jessie Berlin  <jberlin@apple.com>
38738         Two inspector tests failing due to SECURITY_ERR exceptions on Windows 7 Release (WebKit2
38739         Tests).
38740         https://bugs.webkit.org/show_bug.cgi?id=56632
38742         Unreviewed, landing expected failing results in order to get the Windows 7 Release
38743         WebKit2 bots green.
38745         * platform/win-wk2/http: Added.
38746         * platform/win-wk2/http/tests: Added.
38747         * platform/win-wk2/http/tests/inspector-enabled: Added.
38748         * platform/win-wk2/http/tests/inspector-enabled/database-open-expected.txt: Added.
38749         * platform/win-wk2/inspector: Added.
38750         * platform/win-wk2/inspector/console: Added.
38751         * platform/win-wk2/inspector/console/command-line-api-inspect-expected.txt: Added.
38753 2011-03-18  Alexander Pavlov  <apavlov@chromium.org>
38755         [Chromium] Unreviewed, suppress editing/deleting/5206311-1.html crashes on Mac Debug
38757         * platform/chromium/test_expectations.txt:
38759 2011-03-17  Pavel Podivilov  <podivilov@chromium.org>
38761         Reviewed by Pavel Feldman.
38763         Web Inspector: extract content loading logic from scripts panel.
38764         https://bugs.webkit.org/show_bug.cgi?id=55237
38766         * inspector/debugger/debug-inlined-scripts.html:
38768 2011-03-18  Alexander Pavlov  <apavlov@chromium.org>
38770         [Chromium] Unreviewed, rebaseline GPU tests after r81414
38772         * platform/chromium-gpu-linux/compositing/geometry/clipped-video-controller-expected.checksum:
38773         * platform/chromium-gpu-linux/compositing/geometry/clipped-video-controller-expected.png:
38774         * platform/chromium-gpu-linux/compositing/geometry/video-fixed-scrolling-expected.checksum:
38775         * platform/chromium-gpu-linux/compositing/geometry/video-fixed-scrolling-expected.png:
38776         * platform/chromium-gpu-linux/compositing/geometry/video-opacity-overlay-expected.checksum:
38777         * platform/chromium-gpu-linux/compositing/geometry/video-opacity-overlay-expected.png:
38778         * platform/chromium-gpu-linux/compositing/layers-inside-overflow-scroll-expected.checksum:
38779         * platform/chromium-gpu-linux/compositing/layers-inside-overflow-scroll-expected.png:
38780         * platform/chromium-gpu-linux/compositing/overflow/overflow-compositing-descendant-expected.checksum:
38781         * platform/chromium-gpu-linux/compositing/overflow/overflow-compositing-descendant-expected.png:
38782         * platform/chromium-gpu-linux/compositing/overflow/scroll-ancestor-update-expected.checksum:
38783         * platform/chromium-gpu-linux/compositing/overflow/scroll-ancestor-update-expected.png:
38784         * platform/chromium-gpu-linux/compositing/reflections/load-video-in-reflection-expected.checksum:
38785         * platform/chromium-gpu-linux/compositing/reflections/load-video-in-reflection-expected.png:
38786         * platform/chromium-gpu-linux/compositing/self-painting-layers-expected.checksum:
38787         * platform/chromium-gpu-linux/compositing/self-painting-layers-expected.png:
38788         * platform/chromium-gpu-linux/media/video-canvas-alpha-expected.checksum: Added.
38789         * platform/chromium-gpu-linux/media/video-canvas-alpha-expected.png: Added.
38790         * platform/chromium-gpu-linux/media/video-display-toggle-expected.checksum:
38791         * platform/chromium-gpu-linux/media/video-display-toggle-expected.png:
38792         * platform/chromium-gpu-linux/media/video-no-audio-expected.checksum:
38793         * platform/chromium-gpu-linux/media/video-no-audio-expected.png:
38794         * platform/chromium-gpu-linux/media/video-volume-slider-expected.checksum:
38795         * platform/chromium-gpu-linux/media/video-volume-slider-expected.png:
38796         * platform/chromium-gpu-linux/media/video-zoom-expected.checksum:
38797         * platform/chromium-gpu-linux/media/video-zoom-expected.png:
38798         * platform/chromium-gpu-win/compositing/geometry/clipped-video-controller-expected.checksum:
38799         * platform/chromium-gpu-win/compositing/geometry/clipped-video-controller-expected.png:
38800         * platform/chromium-gpu-win/compositing/geometry/video-fixed-scrolling-expected.checksum:
38801         * platform/chromium-gpu-win/compositing/geometry/video-fixed-scrolling-expected.png:
38802         * platform/chromium-gpu-win/compositing/geometry/video-opacity-overlay-expected.checksum:
38803         * platform/chromium-gpu-win/compositing/geometry/video-opacity-overlay-expected.png:
38804         * platform/chromium-gpu-win/compositing/layers-inside-overflow-scroll-expected.checksum:
38805         * platform/chromium-gpu-win/compositing/layers-inside-overflow-scroll-expected.png:
38806         * platform/chromium-gpu-win/compositing/overflow/overflow-compositing-descendant-expected.checksum:
38807         * platform/chromium-gpu-win/compositing/overflow/overflow-compositing-descendant-expected.png:
38808         * platform/chromium-gpu-win/compositing/overflow/scroll-ancestor-update-expected.checksum:
38809         * platform/chromium-gpu-win/compositing/overflow/scroll-ancestor-update-expected.png:
38810         * platform/chromium-gpu-win/compositing/reflections/load-video-in-reflection-expected.checksum:
38811         * platform/chromium-gpu-win/compositing/reflections/load-video-in-reflection-expected.png:
38812         * platform/chromium-gpu-win/compositing/self-painting-layers-expected.checksum:
38813         * platform/chromium-gpu-win/compositing/self-painting-layers-expected.png:
38814         * platform/chromium-gpu-win/media/video-canvas-alpha-expected.checksum:
38815         * platform/chromium-gpu-win/media/video-canvas-alpha-expected.png:
38816         * platform/chromium-gpu-win/media/video-display-toggle-expected.checksum:
38817         * platform/chromium-gpu-win/media/video-display-toggle-expected.png:
38818         * platform/chromium-gpu-win/media/video-no-audio-expected.checksum:
38819         * platform/chromium-gpu-win/media/video-no-audio-expected.png:
38820         * platform/chromium-gpu-win/media/video-volume-slider-expected.checksum:
38821         * platform/chromium-gpu-win/media/video-volume-slider-expected.png:
38822         * platform/chromium-gpu-win/media/video-zoom-expected.checksum:
38823         * platform/chromium-gpu-win/media/video-zoom-expected.png:
38825 2011-03-18  Alexander Pavlov  <apavlov@chromium.org>
38827         [Chromium] Unreviewed, fix custom expectation after r81438
38829         * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
38831 2011-03-18  Ilya Tikhonovsky  <loislo@chromium.org>
38833         Unreviewed fix for chromium test_expectations.txt.
38835         There was a duplicate for inspector/mutate-unknown-node.html
38837         * platform/chromium/test_expectations.txt:
38839 2011-03-18  Andrey Kosyakov  <caseq@chromium.org>
38841         Reviewed by Pavel Feldman.
38843         http/tests/inspector/resource-parameters.html is flakey
38844         https://bugs.webkit.org/show_bug.cgi?id=55867
38846         Fixed test flakiness by not finishing test before proper resource arrives.
38848         * http/tests/inspector/resource-parameters.html: Renamed from LayoutTests/http/tests/inspector/resource-parameters.html-disabled.
38850 2011-03-18  Ilya Tikhonovsky  <loislo@chromium.org>
38852         Reviewed by Yury Semikhatsky.
38854         Web Inspector: chromium: cleanup Web Inspector expectations.
38855         https://bugs.webkit.org/show_bug.cgi?id=56635
38857         Many Inspector tests are passing now but they still have expectations.
38858         I've removed unnecessary expectations and grouped the remainings.
38860         * platform/chromium/test_expectations.txt:
38862 2011-03-18  Adam Roben  <aroben@apple.com>
38864         Add Windows WebKit2 expected failure results for a media test
38866         The failure is tracked by <http://webkit.org/b/56636>.
38868         * platform/win-wk2/media/controls-without-preload-expected.txt: Added.
38870 2011-03-18  Adam Roben  <aroben@apple.com>
38872         Skip some timing out tests in WebKit2 on Windows
38874         Tracked by <http://webkit.org/b/56633> and <http://webkit.org/b/56634>.
38876         * platform/win-wk2/Skipped: Added inspector/console/command-line-api.html and
38877         http/tests/xmlhttprequest/cross-origin-authorization.html.
38879 2011-03-18  Adam Roben  <aroben@apple.com>
38881         Add expected failure results for WebKit2 tests failing on Windows due to font differences
38883         <http://webkit.org/b/56617> tracks the failures.
38885         * platform/win-wk2/css2.1/t0905-c5525-flthw-00-c-g-expected.txt: Added.
38886         * platform/win-wk2/css2.1/t0905-c5526-flthw-00-c-g-expected.txt: Added.
38887         * platform/win-wk2/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
38888         * platform/win-wk2/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
38889         * platform/win-wk2/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
38890         * platform/win-wk2/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
38891         * platform/win-wk2/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
38892         * platform/win-wk2/svg/text/bidi-text-query-expected.txt: Added.
38894 2011-03-18  Adam Roben  <aroben@apple.com>
38896         Skip a test in that is probably causing the next test to crash in WebKit2
38898         <http://webkit.org/b/55780> tracks the failure.
38900         * platform/win-wk2/Skipped: Skip platform/win/plugins/draws-gradient.html instead of
38901         platform/win/plugins/get-value-netscape-window.html. The former was probably causing the
38902         latter to crash.
38904 2011-03-18  Adam Roben  <aroben@apple.com>
38906         Disable a flakey inspector test
38908         <http://webkit.org/b/56565> tracks the failure.
38910         * inspector/elements/elements-panel-xhtml-structure.xhtml-disabled: Renamed from LayoutTests/inspector/elements/elements-panel-xhtml-structure.xhtml.
38912 2011-03-17  Adam Roben  <aroben@apple.com>
38914         Skip a test that is likely causing later tests to assert
38916         <http://webkit.org/b/56599> tracks the failure.
38918         * platform/win/Skipped: Replaced editing/deleting/5206311-1.html with
38919         editing/deleting/5168598.html, which is likely causing the former to assert.
38921 2011-03-17  Adam Roben  <aroben@apple.com>
38923         Add Windows XP results for test added in r81404
38925         The differences from Windows 7 seem to be due to different fonts being used.
38927         * platform/win-xp/fast/text/emphasis-combined-text-expected.txt: Added.
38929 2011-03-17  Adam Klein  <adamk@chromium.org>
38931         Reviewed by Adam Barth.
38933         [filesystem] Rename toURI->toURL, resolveLocalFileSystemURI->resolveLocalFileSystemURL
38934         https://bugs.webkit.org/show_bug.cgi?id=56502
38936         Leaving the file names as-is for now to avoid svn-apply's
38937         handling of move-and-modify.
38939         * fast/filesystem/directory-entry-to-uri-expected.txt:
38940         * fast/filesystem/file-entry-to-uri-expected.txt:
38941         * fast/filesystem/resources/directory-entry-to-uri.js:
38942         * fast/filesystem/resources/file-entry-to-uri-sync.js:
38943         * fast/filesystem/resources/file-entry-to-uri.js:
38944         * fast/filesystem/workers/file-entry-to-uri-sync-expected.txt:
38945         * http/tests/filesystem/resolve-uri-expected.txt:
38946         * http/tests/filesystem/script-tests/resolve-uri.js:
38948 2011-03-17  James Simonsen  <simonjam@chromium.org>
38950         Unreviewed, rebaseline a bunch of chromium tests.
38952         * platform/chromium-mac-leopard/fast/block/positioning/auto/vertical-lr/007-expected.checksum: Added.
38953         * platform/chromium-mac-leopard/fast/block/positioning/auto/vertical-lr/007-expected.png: Added.
38954         * platform/chromium-mac-leopard/fast/block/positioning/auto/vertical-rl/007-expected.checksum: Added.
38955         * platform/chromium-mac-leopard/fast/block/positioning/auto/vertical-rl/007-expected.png: Added.
38956         * platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
38957         * platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
38958         * platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.checksum:
38959         * platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.png:
38960         * platform/chromium-mac-leopard/fast/blockflow/english-lr-text-expected.checksum:
38961         * platform/chromium-mac-leopard/fast/blockflow/english-lr-text-expected.png:
38962         * platform/chromium-mac-leopard/fast/blockflow/japanese-lr-selection-expected.checksum: Added.
38963         * platform/chromium-mac-leopard/fast/blockflow/japanese-lr-selection-expected.png: Added.
38964         * platform/chromium-mac-leopard/fast/blockflow/japanese-lr-text-expected.checksum:
38965         * platform/chromium-mac-leopard/fast/blockflow/japanese-lr-text-expected.png:
38966         * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-selection-expected.checksum:
38967         * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-selection-expected.png:
38968         * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-text-expected.checksum:
38969         * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-text-expected.png:
38970         * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-clear-expected.checksum:
38971         * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-clear-expected.png:
38972         * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
38973         * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-expected.png:
38974         * platform/chromium-mac-leopard/fast/ruby/base-shorter-than-text-expected.checksum: Added.
38975         * platform/chromium-mac-leopard/fast/ruby/base-shorter-than-text-expected.png: Added.
38976         * platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.checksum:
38977         * platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.png:
38979 2011-03-17  Adam Barth  <abarth@webkit.org>
38981         Reviewed by Eric Seidel.
38983         Update CSP directive parser to match spec
38984         https://bugs.webkit.org/show_bug.cgi?id=56582
38986         Test some error-handling cases.
38988         * http/tests/security/contentSecurityPolicy/directive-parsing-expected.txt: Added.
38989         * http/tests/security/contentSecurityPolicy/directive-parsing.html: Added.
38991 2011-03-17  James Simonsen  <simonjam@chromium.org>
38993         Unreviewed, update chromium test expectations.
38995         * platform/chromium/test_expectations.txt:
38997 2011-03-17  David Levin  <levin@chromium.org>
38999         Misc clean-up (see files for details).
39001         * platform/chromium-mac-leopard/media/controls-after-reload-expected.checksum: Due to r81300.
39002         * platform/chromium-mac-leopard/media/controls-after-reload-expected.png: Ditto.
39003         * platform/chromium-mac-leopard/media/controls-without-preload-expected.checksum: Due to r81280.
39004         * platform/chromium-mac-leopard/media/controls-without-preload-expected.png: Ditto.
39005         * platform/chromium-mac-leopard/media/media-document-audio-repaint-expected.checksum: Due to r81285.
39006         * platform/chromium-mac-leopard/media/media-document-audio-repaint-expected.png: Ditto.
39007         * platform/chromium-win-xp/media/controls-without-preload-expected.checksum: Due to r81280.
39008         * platform/chromium-win-xp/media/controls-without-preload-expected.png: Ditto.
39009         * platform/chromium/test_expectations.txt: Replace BUG_LEVIN with a bug number.
39011 2011-03-17  Dan Bernstein  <mitz@apple.com>
39013         Added platform-specific expected results for fast/text/emphasis-combined-text.html
39015         * platform/mac-leopard/fast/text/emphasis-combined-text-expected.txt: Added.
39016         * platform/win/fast/text/emphasis-combined-text-expected.txt: Added.
39018 2011-03-17  Adam Roben  <aroben@apple.com>
39020         Remove some non-compositing results for a test that is now skipped in non-compositing builds
39022         Reviewed by Sam Weinig.
39024         * platform/win-xp/media/media-document-audio-repaint-expected.txt: Removed.
39026 2011-03-17  Dan Bernstein  <mitz@apple.com>
39028         Reviewed by Beth Dakin.
39030         <rdar://problem/9052166> Emphasis marks appear over combined text rather than beside it
39031         https://bugs.webkit.org/show_bug.cgi?id=56480
39033         * fast/text/emphasis-combined-text.html: Added.
39034         * platform/mac/fast/text/emphasis-combined-text-expected.checksum: Added.
39035         * platform/mac/fast/text/emphasis-combined-text-expected.png: Added.
39036         * platform/mac/fast/text/emphasis-combined-text-expected.txt: Added.
39038 2011-03-17  Jian Li  <jianli@chromium.org>
39040         Reviewed by Adam Barth.
39042         Blob URL should not be allow to get created from the code running from data URI
39043         https://bugs.webkit.org/show_bug.cgi?id=56600
39045         * http/tests/fileapi/create-blob-url-from-data-url-expected.txt: Added.
39046         * http/tests/fileapi/create-blob-url-from-data-url.html: Added.
39047         * platform/mac-wk2/Skipped:
39048         * platform/qt/Skipped:
39049         * platform/win/Skipped:
39051 2011-03-17  Ryosuke Niwa  <rniwa@webkit.org>
39053         Skip an editing test that hits assertion on non-Mac platforms.
39054         The bug is tracked by https://bugs.webkit.org/show_bug.cgi?id=56599.
39056         * platform/chromium/test_expectations.txt:
39057         * platform/gtk/Skipped:
39058         * platform/qt/Skipped:
39059         * platform/win/Skipped:
39061 2011-03-17  Sheriff Bot  <webkit.review.bot@gmail.com>
39063         Unreviewed, rolling out r80064.
39064         http://trac.webkit.org/changeset/80064
39065         https://bugs.webkit.org/show_bug.cgi?id=56588
39067         the original test was correct (Requested by rniwa on #webkit).
39069         * platform/mac/editing/input/selection-change-closes-typing.html:
39071 2011-03-17  Adam Roben  <aroben@apple.com>
39073         Disable http/tests/inspector/network tests
39075         They are known to be flaky. <http://webkit.org/b/56578> tracks the issue.
39077         * http/tests/inspector/network/network-size.html-disabled: Renamed from LayoutTests/http/tests/inspector/network/network-size.html.
39078         * http/tests/inspector/network/network-timing.html-disabled: Renamed from LayoutTests/http/tests/inspector/network/network-timing.html.
39080         * platform/mac/Skipped: Removed a now-disabled test.
39082 2011-03-17  Dmitry Titov  <dimich@chromium.org>
39084         [Chromium] Unreviewed, update test_expectations.txt
39086         Mark some tests as SLOW in DEBUG since they are on a borderline of shorter timeout.
39087         * platform/chromium/test_expectations.txt:
39089 2011-03-17  Adam Roben  <aroben@apple.com>
39091         Skip a flaky test on Mac
39093         <http://webkit.org/b/56578> tracks the failure.
39095         * platform/mac/Skipped: Added http/tests/inspector/network/network-size.html.
39097 2011-03-17  Adam Roben  <aroben@apple.com>
39099         Skip some flaky tests on the SnowLeopard WebKit2 bot
39101         Tracked by <http://webkit.org/b/56530> and <http://webkit.org/b/56584>.
39103         * platform/mac-wk2/Skipped: Added http/tests/inspector/resource-har-conversion.html and
39104         inspector/debugger/debug-inlined-scripts.html.
39106 2011-03-17  James Simonsen  <simonjam@chromium.org>
39108         Unreviewed, update chromium test expectations.
39110         * platform/chromium/test_expectations.txt:
39112 2011-03-17  James Simonsen  <simonjam@chromium.org>
39114         Unreviewed, update chromium test expectations.
39116         * platform/chromium/test_expectations.txt:
39118 2011-03-17  Sheriff Bot  <webkit.review.bot@gmail.com>
39120         Unreviewed, rolling out r81369.
39121         http://trac.webkit.org/changeset/81369
39122         https://bugs.webkit.org/show_bug.cgi?id=56579
39124         breaks debugger test (Requested by podivilov on #webkit).
39126         * inspector/debugger/debug-inlined-scripts.html:
39128 2011-03-17  Ryosuke Niwa  <rniwa@webkit.org>
39130         Reviewed by Justin Garcia.
39132         Assert that editing does not ignore position's anchorNode if position is an offset in anchor
39133         https://bugs.webkit.org/show_bug.cgi?id=56027
39135         Added a test to ensure WebKit lets users edit contents inside a button element properly.
39137         * editing/execCommand/button-expected.txt: Added.
39138         * editing/execCommand/button.html: Added.
39140 2011-03-17  Adam Roben  <aroben@apple.com>
39142         Skip three tests that fail on one Windows WebKit2 slave but not the other
39144         The failures are tracked by <http://webkit.org/b/56550>.
39146         * platform/win-wk2/Skipped: Added fast/events/tabindex-focus-blur-all.html,
39147         fast/forms/button-align.html, and media/audio-mpeg4-supported.html.
39149 2011-03-17  Pavel Podivilov  <podivilov@chromium.org>
39151         Reviewed by Pavel Feldman.
39153         Web Inspector: extract content loading logic from scripts panel.
39154         https://bugs.webkit.org/show_bug.cgi?id=55237
39156         * inspector/debugger/debug-inlined-scripts.html:
39158 2011-03-17  James Simonsen  <simonjam@chromium.org>
39160         Unreviewed, update chromium test expectations.
39162         * platform/chromium/test_expectations.txt:
39164 2011-03-17  Adam Roben  <aroben@apple.com>
39166         Disable http/tests/inspector/resource-parameters.html
39168         It is flaky. The flakiness is tracked by <http://webkit.org/b/55867>.
39170         * http/tests/inspector/resource-parameters.html-disabled: Renamed from LayoutTests/http/tests/inspector/resource-parameters.html.
39172         * platform/qt/Skipped: Removed the test from this Skipped file since it has been disabled.
39174 2011-03-17  Sheriff Bot  <webkit.review.bot@gmail.com>
39176         Unreviewed, rolling out r81350.
39177         http://trac.webkit.org/changeset/81350
39178         https://bugs.webkit.org/show_bug.cgi?id=56560
39180         "Breaks twenty Chromium Webkit Win builder webkit_gpu_tests"
39181         (Requested by apavlov on #webkit).
39183         * fast/canvas/script-tests/canvas-transforms-fillRect-shadow.js:
39184         (shouldBeAround):
39185         * platform/chromium/test_expectations.txt:
39187 2011-03-17  Yury Semikhatsky  <yurys@chromium.org>
39189         Reviewed by Pavel Feldman.
39191         [Chromium] Web Inspector tests timing out on Windows after r81222
39192         https://bugs.webkit.org/show_bug.cgi?id=56454
39194         Remove custom expectations for Chromium tests that consistently pass locally.
39196         * platform/chromium/test_expectations.txt:
39198 2011-03-17  Adam Roben  <aroben@apple.com>
39200         Skip some tests that only fail on apple-macpro-6
39202         <http://webkit.org/b/56564> tracks the failures.
39204         * platform/mac-leopard/Skipped:
39206 2011-03-17  Adam Roben  <aroben@apple.com>
39208         Skip a test that is only failing on some Leopard slaves
39210         svg/text/font-size-below-point-five.svg generates different results on apple-macpro-5 from
39211         the other Leopard slaves. <http://webkit.org/b/56544> tracks this issue.
39213         * platform/mac-leopard/Skipped: Skip svg/text/font-size-below-point-five.
39214         * platform/mac-leopard/svg/text/font-size-below-point-five-expected.txt: Reverted these
39215         results to the results that all slaves except apple-macpro-5 generate.
39217 2011-03-17  Joseph Pecoraro  <joepeck@webkit.org>
39219         Unreviewed, bad expected results were added. This fixes
39220         the expected results and unskips the test on GTK.
39222         [GTK] fast/viewport/viewport-131.html fails
39223         https://bugs.webkit.org/show_bug.cgi?id=56556
39225         * fast/viewport/viewport-131-expected.txt:
39226         * platform/gtk/Skipped:
39228 2011-03-14  Pavel Podivilov  <podivilov@chromium.org>
39230         Reviewed by Yury Semikhatsky.
39232         Web Inspector: refactor event listener breakpoints.
39233         https://bugs.webkit.org/show_bug.cgi?id=56305
39235         * inspector/debugger/event-listener-breakpoints-expected.txt: Added.
39236         * inspector/debugger/event-listener-breakpoints.html: Added.
39237         * platform/gtk/Skipped:
39238         * platform/mac/Skipped:
39239         * platform/qt/Skipped:
39240         * platform/win/Skipped:
39242 2011-03-17  Pavel Podivilov  <podivilov@chromium.org>
39244         Reviewed by Pavel Feldman.
39246         Web Inspector: timeline-paint.html is flaky on GTK 64-bit Debug.
39247         https://bugs.webkit.org/show_bug.cgi?id=56554
39249         It is not guaranteed that we receive exactly one paint event.
39251         * inspector/timeline/timeline-paint.html:
39252         * inspector/timeline/timeline-test.js:
39253         (initialize_Timeline.InspectorTest.stopTimeline):
39255 2011-03-17  Philippe Normand  <pnormand@igalia.com>
39257         Unreviewed, skip fast/reflections/abs-position-in-reflection.html on GTK
39258         affected by bug 56180.
39260         * platform/gtk/Skipped:
39262 2011-03-17  Philippe Normand  <pnormand@igalia.com>
39264         Unreviewed, skip flaky svg test on GTK.
39266         * platform/gtk/Skipped:
39268 2011-03-17  Philippe Normand  <pnormand@igalia.com>
39270         Unreviewed, GTK baselines for fast/dynamic/text-combine.html added
39271         in r81251.
39273         * platform/gtk/fast/dynamic/text-combine-expected.txt: Added.
39275 2011-03-16  Stephen White  <senorblanco@chromium.org>
39277         Reviewed by Kenneth Russell.
39279         Canvas2D GPU acceleration should support shadows
39280         https://bugs.webkit.org/show_bug.cgi?id=56476
39282         * fast/canvas/script-tests/canvas-transforms-fillRect-shadow.js:
39283         (shouldBeAround):
39284         Widen the threshold for this test, which doesn't seem to allow for
39285         a true Gaussian blur implementation.
39286         * platform/chromium/test_expectations.txt:
39287         Update some tests which are now passing on GPU, and some which time out
39288         due to Mesa slowness.
39290 2011-03-17  Alexander Pavlov  <apavlov@chromium.org>
39292         [Chromium] Unreviewed, update expectations
39294         * platform/chromium-mac/fast/forms/input-number-unacceptable-style-expected.txt: Added.
39295         * platform/chromium/test_expectations.txt:
39297 2011-03-17  Philippe Normand  <pnormand@igalia.com>
39299         Unreviewed, skip fast/profiler/window-dot-eval.html on GTK
39300         affected by bug 56180.
39302         * platform/gtk/Skipped:
39304 2011-03-17  Philippe Normand  <pnormand@igalia.com>
39306         Unreviewed, skip failing viewport test on GTK.
39308         * platform/gtk/Skipped:
39310 2011-03-17  Sheriff Bot  <webkit.review.bot@gmail.com>
39312         Unreviewed, rolling out r81243.
39313         http://trac.webkit.org/changeset/81243
39314         https://bugs.webkit.org/show_bug.cgi?id=56471
39316         Breaks GTK 64-bit Debug tests (Requested by podivilov on
39317         #webkit).
39319         * inspector/debugger/event-listener-breakpoints-expected.txt: Removed.
39320         * inspector/debugger/event-listener-breakpoints.html: Removed.
39321         * platform/gtk/Skipped:
39322         * platform/mac/Skipped:
39323         * platform/qt/Skipped:
39324         * platform/win/Skipped:
39326 2011-03-17  Joseph Pecoraro  <joepeck@webkit.org>
39328         Reviewed by Kenneth Rohde Christiansen.
39330         Viewport test for user-scalable=yes
39331         https://bugs.webkit.org/show_bug.cgi?id=56527
39333         Provide tests for user-scalable no, yes, and default values.
39335         * fast/viewport/viewport-130-expected.txt: Added.
39336         * fast/viewport/viewport-130.html: Added.
39337         * fast/viewport/viewport-131-expected.txt: Added.
39338         * fast/viewport/viewport-131.html: Added.
39339         * fast/viewport/viewport-132-expected.txt: Copied from LayoutTests/fast/viewport/viewport-1-expected.txt.
39340         * fast/viewport/viewport-132.html: Added.
39342 2011-03-17  Sam Weinig  <sam@webkit.org>
39344         Reviewed by Adam Roben.
39346         Add transitions/default-timing-function.html to the SnowLeopard WebKit2 Skipped list.
39347         https://bugs.webkit.org/show_bug.cgi?id=56531
39349         * platform/mac-wk2/Skipped:
39351 2011-03-17  Sam Weinig  <sam@webkit.org>
39353         Reviewed by Adam Roben.
39355         Add java/lc3/JavaObject/JavaObjectToDouble-001.html to the mac-leopard Skipped list.
39356         https://bugs.webkit.org/show_bug.cgi?id=56545
39358         - This test was getting different results on different slaves.
39360         * platform/mac-leopard/Skipped:
39362 2011-03-17  Sam Weinig  <sam@webkit.org>
39364         Reviewed by Adam Roben.
39366         Disable fast/workers/storage/interrupt-database-sync.html due to flakiness on
39367         multiple platforms.
39368         https://bugs.webkit.org/show_bug.cgi?id=49906
39370         * fast/workers/storage/interrupt-database-sync.html: Removed.
39371         * fast/workers/storage/interrupt-database-sync.html-disabled: Copied from fast/workers/storage/interrupt-database-sync.html.
39372         * platform/qt/Skipped: Remove from qt Skipped list since it is now disabled.
39374 2011-03-16  Sam Weinig  <sam@webkit.org>
39376         Reviewed by Adam Roben.
39378         Adding new results for some failing tests on the Leopard Debug/Leopard Release Tester.
39380         The following bugs were filed to track these issues:
39381             https://bugs.webkit.org/show_bug.cgi?id=56544
39382             https://bugs.webkit.org/show_bug.cgi?id=56545
39384         * platform/mac-leopard/java/lc3/JavaObject/JavaObjectToDouble-001-expected.txt: Added.
39385         * platform/mac-leopard/svg/text/font-size-below-point-five-expected.txt:
39387 2011-03-16  Sam Weinig  <sam@webkit.org>
39389         Reviewed by Adam Roben.
39391         Adding plugins/destroy-on-setwindow.html to the mac-leopard Skipped list.
39392         https://bugs.webkit.org/show_bug.cgi?id=56165 was filed to track this issue.
39394         * platform/mac-leopard/Skipped:
39396 2011-03-16  Sam Weinig  <sam@webkit.org>
39398         Reviewed by Adam Roben; Dictated, but not read, by Adam Roben.
39400         Adding new results for some failing tests on the SnowLeopard WebKit2 Tester.
39402         The following bugs were filed to track these issues:
39403             https://bugs.webkit.org/show_bug.cgi?id=56528
39404             https://bugs.webkit.org/show_bug.cgi?id=56530
39405             https://bugs.webkit.org/show_bug.cgi?id=56531
39406             https://bugs.webkit.org/show_bug.cgi?id=56532
39407             https://bugs.webkit.org/show_bug.cgi?id=56533
39408             https://bugs.webkit.org/show_bug.cgi?id=56537
39409             https://bugs.webkit.org/show_bug.cgi?id=56539
39411         * platform/mac-wk2/animations/animation-controller-drt-api-expected.txt: Added.
39412         * platform/mac-wk2/http/tests/appcache/online-fallback-layering-expected.txt: Added.
39413         * platform/mac-wk2/http/tests/inspector/console-resource-errors-expected.txt: Added.
39414         * platform/mac-wk2/http/tests/inspector/resource-har-conversion-expected.txt: Added.
39415         * platform/mac-wk2/http/tests/xmlviewer/dumpAsText/frames-expected.txt: Added.
39416         * platform/mac-wk2/media/controls-without-preload-expected.txt: Added.
39417         * platform/mac-wk2/transitions/default-timing-function-expected.txt: Added.
39419 2011-03-16  Naoki Takano  <takano.naoki@gmail.com>
39421         Reviewed by Ryosuke Niwa.
39423         Textarea maxlength doesn't account for newlines
39424         https://bugs.webkit.org/show_bug.cgi?id=54443
39426         * fast/forms/script-tests/textarea-maxlength.js:
39427         (createFocusedTextAreaWithMaxLength3): Added two tests to make sure consecutive insertbreaks
39428         work correctly for textarea maxlength.
39429         * fast/forms/textarea-maxlength-expected.txt: Added two test results.
39431 2011-03-16  Alice Liu  <alice.liu@apple.com>
39433         Add fast/workers/storage/interrupt-database-sync.html to the win-xp skipped list
39434         due to intermittent failure; tracked by https://bugs.webkit.org/show_bug.cgi?id=56534
39436         * platform/win-xp/Skipped:
39438 2011-03-16  Sam Weinig  <sam@webkit.org>
39440         Add compositing/transitions/singular-scale-transition.html to the Skipped lists.
39441         Seems to be the same assert that https://bugs.webkit.org/show_bug.cgi?id=56488 was
39442         filed for.
39444         * platform/mac/Skipped:
39445         * platform/win/Skipped:
39447 2011-03-16  John Bauman  <jbauman@chromium.org>
39449         Reviewed by James Robinson.
39451         texImage2D gets old contents of canvas
39452         https://bugs.webkit.org/show_bug.cgi?id=56414
39454         * platform/chromium/test_expectations.txt: premultiply-alpha test now works
39456 2011-03-16  Sam Weinig  <sam@webkit.org>
39458         Check in new results for text-combine-image-test-expected.txt.
39460         * platform/mac-leopard/fast/text/international/text-combine-image-test-expected.txt:
39462 2011-03-16  Sam Weinig  <sam@webkit.org>
39464         Adding new results for some failing tests on the Leopard Release Tester.
39466         The following bugs were filed to track these issues:
39467             https://bugs.webkit.org/show_bug.cgi?id=56516
39468             https://bugs.webkit.org/show_bug.cgi?id=56517
39469             https://bugs.webkit.org/show_bug.cgi?id=56518
39470             https://bugs.webkit.org/show_bug.cgi?id=56519
39471             https://bugs.webkit.org/show_bug.cgi?id=56521
39472             https://bugs.webkit.org/show_bug.cgi?id=56522
39473             https://bugs.webkit.org/show_bug.cgi?id=56523
39474             https://bugs.webkit.org/show_bug.cgi?id=56525
39476         * platform/mac-leopard/Skipped:
39477         * platform/mac-leopard/fast/blockflow/text-orientation-basic-expected.txt: Added.
39478         * platform/mac-leopard/fast/forms/file-input-disabled-expected.txt:
39479         * platform/mac-leopard/fast/forms/input-number-unacceptable-style-expected.txt: Added.
39480         * platform/mac-leopard/fast/ruby/base-shorter-than-text-expected.txt: Added.
39481         * platform/mac-leopard/fast/text/text-combine-image-test-expected.txt: Added.
39482         * platform/mac-leopard/media/controls-without-preload-expected.txt: Added.
39483         * platform/mac-leopard/platform/mac/accessibility: Added.
39484         * platform/mac-leopard/platform/mac/accessibility/aria-table-with-colspan-cells-expected.txt: Added.
39485         * platform/mac-leopard/platform/mac/accessibility/list-items-ignored-expected.txt: Added.
39487 2011-03-16  Joseph Pecoraro  <joepeck@webkit.org>
39489         Follow-up patch to update GTK expected results.
39490         It looks like the GTK platform specific results for
39491         some viewport tests match regular results, and there
39492         were a few viewport tests that still needed expected
39493         results since other platforms skip them.
39495         Viewport no longer allows an auto value for "user-scalable"
39496         https://bugs.webkit.org/show_bug.cgi?id=55416
39498         * fast/viewport/viewport-58-expected.txt:
39499         * fast/viewport/viewport-6-expected.txt:
39500         * platform/gtk/fast/viewport/viewport-91-expected.txt: Removed.
39501         * platform/gtk/fast/viewport/viewport-92-expected.txt: Removed.
39502         * platform/gtk/fast/viewport/viewport-93-expected.txt: Removed.
39503         * platform/gtk/fast/viewport/viewport-94-expected.txt: Removed.
39504         * platform/gtk/fast/viewport/viewport-95-expected.txt: Removed.
39505         * platform/gtk/fast/viewport/viewport-96-expected.txt: Removed.
39507 2011-03-16  Joseph Pecoraro  <joepeck@webkit.org>
39509         Follow-up patch landing updated expected results,
39510         which now include the userScalable value in output.
39512         Viewport no longer allows an auto value for "user-scalable"
39513         https://bugs.webkit.org/show_bug.cgi?id=55416
39515         * fast/viewport/viewport-1-expected.txt:
39516         * fast/viewport/viewport-10-expected.txt:
39517         * fast/viewport/viewport-100-expected.txt:
39518         * fast/viewport/viewport-101-expected.txt:
39519         * fast/viewport/viewport-102-expected.txt:
39520         * fast/viewport/viewport-103-expected.txt:
39521         * fast/viewport/viewport-104-expected.txt:
39522         * fast/viewport/viewport-105-expected.txt:
39523         * fast/viewport/viewport-106-expected.txt:
39524         * fast/viewport/viewport-107-expected.txt:
39525         * fast/viewport/viewport-108-expected.txt:
39526         * fast/viewport/viewport-109-expected.txt:
39527         * fast/viewport/viewport-11-expected.txt:
39528         * fast/viewport/viewport-110-expected.txt:
39529         * fast/viewport/viewport-111-expected.txt:
39530         * fast/viewport/viewport-112-expected.txt:
39531         * fast/viewport/viewport-113-expected.txt:
39532         * fast/viewport/viewport-114-expected.txt:
39533         * fast/viewport/viewport-115-expected.txt:
39534         * fast/viewport/viewport-116-expected.txt:
39535         * fast/viewport/viewport-117-expected.txt:
39536         * fast/viewport/viewport-118-expected.txt:
39537         * fast/viewport/viewport-119-expected.txt:
39538         * fast/viewport/viewport-12-expected.txt:
39539         * fast/viewport/viewport-120-expected.txt:
39540         * fast/viewport/viewport-121-expected.txt:
39541         * fast/viewport/viewport-122-expected.txt:
39542         * fast/viewport/viewport-123-expected.txt:
39543         * fast/viewport/viewport-124-expected.txt:
39544         * fast/viewport/viewport-125-expected.txt:
39545         * fast/viewport/viewport-129-expected.txt:
39546         * fast/viewport/viewport-13-expected.txt:
39547         * fast/viewport/viewport-14-expected.txt:
39548         * fast/viewport/viewport-15-expected.txt:
39549         * fast/viewport/viewport-16-expected.txt:
39550         * fast/viewport/viewport-17-expected.txt:
39551         * fast/viewport/viewport-18-expected.txt:
39552         * fast/viewport/viewport-19-expected.txt:
39553         * fast/viewport/viewport-2-expected.txt:
39554         * fast/viewport/viewport-20-expected.txt:
39555         * fast/viewport/viewport-21-expected.txt:
39556         * fast/viewport/viewport-22-expected.txt:
39557         * fast/viewport/viewport-23-expected.txt:
39558         * fast/viewport/viewport-24-expected.txt:
39559         * fast/viewport/viewport-25-expected.txt:
39560         * fast/viewport/viewport-26-expected.txt:
39561         * fast/viewport/viewport-27-expected.txt:
39562         * fast/viewport/viewport-28-expected.txt:
39563         * fast/viewport/viewport-29-expected.txt:
39564         * fast/viewport/viewport-3-expected.txt:
39565         * fast/viewport/viewport-30-expected.txt:
39566         * fast/viewport/viewport-31-expected.txt:
39567         * fast/viewport/viewport-32-expected.txt:
39568         * fast/viewport/viewport-33-expected.txt:
39569         * fast/viewport/viewport-34-expected.txt:
39570         * fast/viewport/viewport-35-expected.txt:
39571         * fast/viewport/viewport-36-expected.txt:
39572         * fast/viewport/viewport-37-expected.txt:
39573         * fast/viewport/viewport-38-expected.txt:
39574         * fast/viewport/viewport-39-expected.txt:
39575         * fast/viewport/viewport-4-expected.txt:
39576         * fast/viewport/viewport-40-expected.txt:
39577         * fast/viewport/viewport-41-expected.txt:
39578         * fast/viewport/viewport-42-expected.txt:
39579         * fast/viewport/viewport-43-expected.txt:
39580         * fast/viewport/viewport-44-expected.txt:
39581         * fast/viewport/viewport-46-expected.txt:
39582         * fast/viewport/viewport-47-expected.txt:
39583         * fast/viewport/viewport-48-expected.txt:
39584         * fast/viewport/viewport-49-expected.txt:
39585         * fast/viewport/viewport-5-expected.txt:
39586         * fast/viewport/viewport-50-expected.txt:
39587         * fast/viewport/viewport-51-expected.txt:
39588         * fast/viewport/viewport-52-expected.txt:
39589         * fast/viewport/viewport-53-expected.txt:
39590         * fast/viewport/viewport-54-expected.txt:
39591         * fast/viewport/viewport-55-expected.txt:
39592         * fast/viewport/viewport-56-expected.txt:
39593         * fast/viewport/viewport-57-expected.txt:
39594         * fast/viewport/viewport-59-expected.txt:
39595         * fast/viewport/viewport-60-expected.txt:
39596         * fast/viewport/viewport-61-expected.txt:
39597         * fast/viewport/viewport-62-expected.txt:
39598         * fast/viewport/viewport-63-expected.txt:
39599         * fast/viewport/viewport-64-expected.txt:
39600         * fast/viewport/viewport-66-expected.txt:
39601         * fast/viewport/viewport-67-expected.txt:
39602         * fast/viewport/viewport-68-expected.txt:
39603         * fast/viewport/viewport-69-expected.txt:
39604         * fast/viewport/viewport-7-expected.txt:
39605         * fast/viewport/viewport-70-expected.txt:
39606         * fast/viewport/viewport-71-expected.txt:
39607         * fast/viewport/viewport-72-expected.txt:
39608         * fast/viewport/viewport-73-expected.txt:
39609         * fast/viewport/viewport-74-expected.txt:
39610         * fast/viewport/viewport-75-expected.txt:
39611         * fast/viewport/viewport-76-expected.txt:
39612         * fast/viewport/viewport-77-expected.txt:
39613         * fast/viewport/viewport-78-expected.txt:
39614         * fast/viewport/viewport-79-expected.txt:
39615         * fast/viewport/viewport-8-expected.txt:
39616         * fast/viewport/viewport-80-expected.txt:
39617         * fast/viewport/viewport-81-expected.txt:
39618         * fast/viewport/viewport-83-expected.txt:
39619         * fast/viewport/viewport-85-expected.txt:
39620         * fast/viewport/viewport-86-expected.txt:
39621         * fast/viewport/viewport-88-expected.txt:
39622         * fast/viewport/viewport-9-expected.txt:
39623         * fast/viewport/viewport-90-expected.txt:
39624         * fast/viewport/viewport-91-expected.txt:
39625         * fast/viewport/viewport-92-expected.txt:
39626         * fast/viewport/viewport-93-expected.txt:
39627         * fast/viewport/viewport-94-expected.txt:
39628         * fast/viewport/viewport-95-expected.txt:
39629         * fast/viewport/viewport-96-expected.txt:
39630         * fast/viewport/viewport-warnings-1-expected.txt:
39631         * fast/viewport/viewport-warnings-2-expected.txt:
39632         * fast/viewport/viewport-warnings-3-expected.txt:
39633         * fast/viewport/viewport-warnings-4-expected.txt:
39634         * fast/viewport/viewport-warnings-5-expected.txt:
39635         * fast/viewport/viewport-warnings-6-expected.txt:
39637 2011-03-16  David Levin  <levin@chromium.org>
39639         New baselines because the play button is now a pause button due to r81300.
39641         * platform/chromium-linux/media/controls-after-reload-expected.checksum:
39642         * platform/chromium-linux/media/controls-after-reload-expected.png:
39643         * platform/chromium-mac/media/controls-after-reload-expected.checksum:
39644         * platform/chromium-mac/media/controls-after-reload-expected.png:
39645         * platform/chromium-win-xp/media/controls-after-reload-expected.checksum:
39646         * platform/chromium-win-xp/media/controls-after-reload-expected.png:
39648 2011-03-16  Adam Barth  <abarth@webkit.org>
39650         Update the Skipped lists to reflect the new location of these tests.
39652         * platform/gtk/Skipped:
39653         * platform/mac/Skipped:
39654         * platform/qt/Skipped:
39655         * platform/win/Skipped:
39657 2011-03-16  David Levin  <levin@chromium.org>
39659         Update test expectations due to r81280 (media/controls-without-preload.html),
39660         and r81285 (media-document-audio-repaint-expected).
39662         * platform/chromium-linux/media/controls-without-preload-expected.checksum:
39663         * platform/chromium-linux/media/controls-without-preload-expected.png:
39664         * platform/chromium-linux/media/media-document-audio-repaint-expected.checksum:
39665         * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
39666         * platform/chromium-mac/media/controls-without-preload-expected.checksum:
39667         * platform/chromium-mac/media/controls-without-preload-expected.png:
39668         * platform/chromium-mac/media/media-document-audio-repaint-expected.checksum:
39669         * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
39670         * platform/chromium-win/media/media-document-audio-repaint-expected.checksum:
39671         * platform/chromium-win/media/media-document-audio-repaint-expected.png:
39673 2011-03-16  Dimitri Glazkov  <dglazkov@chromium.org>
39675         Reviewed by David Levin.
39677         Improve robustness of controls-after-reload by seeking to the start explicitly at the end of the test.
39678         https://bugs.webkit.org/show_bug.cgi?id=56491
39680         * media/controls-after-reload.html: Added an extra step to seek to 0 before the end of the test.
39682 2011-03-16  Anders Carlsson  <andersca@apple.com>
39684         Reviewed by Adam Roben.
39686         Update the Skipped list.
39688         * platform/mac-wk2/Skipped:
39690 2011-03-16  Adam Klein  <adamk@chromium.org>
39692         Reviewed by Adam Barth.
39694         LayoutTests exercising filesystem: URIs should run over HTTP to avoid weirdness related to file: URLs
39695         https://bugs.webkit.org/show_bug.cgi?id=56328
39697         Moves the test for resolveLocalFileSystemURI into new "filesystem"
39698         directory under http/tests/, and adjusts file paths appropriately.
39700         * fast/filesystem/resolve-uri-expected.txt: Removed.
39701         * fast/filesystem/resolve-uri.html: Removed.
39702         * fast/filesystem/script-tests/resolve-uri.js: Removed.
39703         * http/tests/filesystem: Added.
39704         * http/tests/filesystem/resolve-uri-expected.txt: Copied from LayoutTests/fast/filesystem/resolve-uri-expected.txt.
39705         * http/tests/filesystem/resolve-uri.html: Copied from LayoutTests/fast/filesystem/resolve-uri.html.
39706         * http/tests/filesystem/resources: Added.
39707         * http/tests/filesystem/resources/fs-test-util.js: Copied from LayoutTests/fast/filesystem/resources/fs-test-util.js.
39708         * http/tests/filesystem/script-tests: Added.
39709         * http/tests/filesystem/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/filesystem/script-tests/TEMPLATE.html.
39710         * http/tests/filesystem/script-tests/resolve-uri.js: Copied from LayoutTests/fast/filesystem/script-tests/resolve-uri.js.
39711         * platform/gtk/Skipped:
39712         * platform/mac/Skipped:
39713         * platform/qt/Skipped:
39714         * platform/win/Skipped:
39715         Added new http/tests/filesystem directory to skip lists since
39716         they don't suppor the filesystem API.
39718 2011-03-16  Ryosuke Niwa  <rniwa@webkit.org>
39720         Reviewed by Tony Chang.
39722         Get rid of nearestMailBlockquote
39723         https://bugs.webkit.org/show_bug.cgi?id=56439
39725         Added a test to ensure WebKi doesn't crash when inserting newline in quoted contents,
39726         which is enclosed by a non-editable blockquote.
39728         * editing/execCommand/break-non-editable-blockquote-expected.txt: Added.
39729         * editing/execCommand/break-non-editable-blockquote.html: Added.
39731 2011-03-16  Vangelis Kokkevis  <vangelis@chromium.org>
39733         Reviewed by Kenneth Russell.
39735         [chromium] Adding a new test for transformed layer with backface
39736         visibility set to hidden.
39737         https://bugs.webkit.org/show_bug.cgi?id=56237
39739         * platform/chromium/compositing/backface-visibility-transformed-expected.checksum: Added.
39740         * platform/chromium/compositing/backface-visibility-transformed-expected.png: Added.
39741         * platform/chromium/compositing/backface-visibility-transformed-expected.txt: Added.
39742         * platform/chromium/compositing/backface-visibility-transformed.html: Added.
39744 2011-03-16  Brian Weinstein  <bweinstein@apple.com>
39746         Skip fast/js/array-sort-modifying-tostring.html on Windows because it is timing out
39747         on Windows Debug. It is being tracked by https://bugs.webkit.org/show_bug.cgi?id=56496.
39749         * platform/win/Skipped:
39751 2011-03-16  Dimitri Glazkov  <dglazkov@chromium.org>
39753         Reviewed by Darin Adler.
39755         REGRESSION(r76147): Dragging slider thumb is impossible or results in drawing artifacts.
39756         https://bugs.webkit.org/show_bug.cgi?id=56469
39758         Note: the test should pass on all platforms, because it was designed to not use
39759         platform-specific metrics
39761         * fast/repaint/slider-thumb-float-expected.checksum: Added.
39762         * fast/repaint/slider-thumb-float-expected.png: Added.
39763         * fast/repaint/slider-thumb-float-expected.txt: Added.
39764         * fast/repaint/slider-thumb-float.html: Added.
39766 2011-03-16  Dean Jackson  <dino@apple.com>
39768         https://bugs.webkit.org/show_bug.cgi?id=56488
39769         transitions/scale-transition-no-start.html is crashing.
39771         Adding to the Skipped list.
39773         * platform/chromium/test_expectations.txt:
39774         * platform/mac/Skipped:
39775         * platform/win/Skipped:
39777 2011-03-16  Dimitri Glazkov  <dglazkov@chromium.org>
39779         Reviewed by Eric Carlson.
39781         Improve robustness of controls-without-preload by seeking to the start explicitly at the end of the test.
39782         https://bugs.webkit.org/show_bug.cgi?id=56489
39784         * media/controls-without-preload.html: Added an extra step to seek to 0 before the end of the test.
39786 2011-03-16  David Levin  <levin@chromium.org>
39788         o Cleaned up test_expectation to remove items due to new baselines
39789           and remove some crashes that have been fixed.
39790         o text-combine: Added baseline following r81251.
39791         o Everything else: Add some not so timely baselines for r77485.
39794         * platform/chromium-linux/fast/dynamic/text-combine-expected.checksum: Added.
39795         * platform/chromium-linux/fast/dynamic/text-combine-expected.png: Added.
39796         * platform/chromium-linux/fast/dynamic/text-combine-expected.txt: Added.
39797         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.checksum: Added.
39798         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png: Added.
39799         * platform/chromium-mac/fast/dynamic/text-combine-expected.checksum: Added.
39800         * platform/chromium-mac/fast/dynamic/text-combine-expected.png: Added.
39801         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: Added.
39802         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Added.
39803         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum: Added.
39804         * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
39805         * platform/chromium-mac/svg/carto.net/scrollbar-expected.checksum: Added.
39806         * platform/chromium-mac/svg/carto.net/scrollbar-expected.png: Added.
39807         * platform/chromium-mac/svg/carto.net/selectionlist-expected.checksum: Added.
39808         * platform/chromium-mac/svg/carto.net/selectionlist-expected.png: Added.
39809         * platform/chromium-mac/svg/custom/image-small-width-height-expected.checksum: Added.
39810         * platform/chromium-mac/svg/custom/image-small-width-height-expected.png: Added.
39811         * platform/chromium-mac/svg/text/selection-doubleclick-expected.checksum: Added.
39812         * platform/chromium-mac/svg/text/selection-doubleclick-expected.png: Added.
39813         * platform/chromium-mac/svg/text/selection-tripleclick-expected.checksum: Added.
39814         * platform/chromium-mac/svg/text/selection-tripleclick-expected.png: Added.
39815         * platform/chromium-mac/svg/text/text-align-01-b-expected.checksum: Added.
39816         * platform/chromium-mac/svg/text/text-align-01-b-expected.png: Added.
39817         * platform/chromium-mac/svg/text/text-align-02-b-expected.checksum: Added.
39818         * platform/chromium-mac/svg/text/text-align-02-b-expected.png: Added.
39819         * platform/chromium-mac/svg/text/text-align-03-b-expected.checksum: Added.
39820         * platform/chromium-mac/svg/text/text-align-03-b-expected.png: Added.
39821         * platform/chromium-mac/svg/text/text-align-05-b-expected.checksum: Added.
39822         * platform/chromium-mac/svg/text/text-align-05-b-expected.png: Added.
39823         * platform/chromium-mac/svg/text/text-align-06-b-expected.checksum: Added.
39824         * platform/chromium-mac/svg/text/text-align-06-b-expected.png: Added.
39825         * platform/chromium-mac/svg/text/text-altglyph-01-b-expected.checksum: Added.
39826         * platform/chromium-mac/svg/text/text-altglyph-01-b-expected.png: Added.
39827         * platform/chromium-mac/svg/text/text-deco-01-b-expected.checksum: Added.
39828         * platform/chromium-mac/svg/text/text-deco-01-b-expected.png: Added.
39829         * platform/chromium-mac/svg/text/text-fonts-01-t-expected.checksum: Added.
39830         * platform/chromium-mac/svg/text/text-fonts-01-t-expected.png: Added.
39831         * platform/chromium-mac/svg/text/text-fonts-02-t-expected.checksum: Added.
39832         * platform/chromium-mac/svg/text/text-fonts-02-t-expected.png: Added.
39833         * platform/chromium-mac/svg/text/text-path-01-b-expected.checksum: Added.
39834         * platform/chromium-mac/svg/text/text-path-01-b-expected.png: Added.
39835         * platform/chromium-mac/svg/text/text-spacing-01-b-expected.checksum: Added.
39836         * platform/chromium-mac/svg/text/text-spacing-01-b-expected.png: Added.
39837         * platform/chromium-mac/svg/text/text-text-01-b-expected.checksum: Added.
39838         * platform/chromium-mac/svg/text/text-text-01-b-expected.png: Added.
39839         * platform/chromium-mac/svg/text/text-text-03-b-expected.checksum: Added.
39840         * platform/chromium-mac/svg/text/text-text-03-b-expected.png: Added.
39841         * platform/chromium-mac/svg/text/text-text-04-t-expected.checksum: Added.
39842         * platform/chromium-mac/svg/text/text-text-04-t-expected.png: Added.
39843         * platform/chromium-mac/svg/text/text-text-05-t-expected.checksum: Added.
39844         * platform/chromium-mac/svg/text/text-text-05-t-expected.png: Added.
39845         * platform/chromium-mac/svg/text/text-text-06-t-expected.checksum: Added.
39846         * platform/chromium-mac/svg/text/text-text-06-t-expected.png: Added.
39847         * platform/chromium-mac/svg/text/text-text-07-t-expected.checksum: Added.
39848         * platform/chromium-mac/svg/text/text-text-07-t-expected.png: Added.
39849         * platform/chromium-mac/svg/text/text-text-08-b-expected.checksum: Added.
39850         * platform/chromium-mac/svg/text/text-text-08-b-expected.png: Added.
39851         * platform/chromium-mac/svg/text/text-tref-01-b-expected.checksum: Added.
39852         * platform/chromium-mac/svg/text/text-tref-01-b-expected.png: Added.
39853         * platform/chromium-mac/svg/text/text-tselect-01-b-expected.checksum: Added.
39854         * platform/chromium-mac/svg/text/text-tselect-01-b-expected.png: Added.
39855         * platform/chromium-mac/svg/text/text-tselect-02-f-expected.checksum: Added.
39856         * platform/chromium-mac/svg/text/text-tselect-02-f-expected.png: Added.
39857         * platform/chromium-mac/svg/text/text-tspan-01-b-expected.checksum: Added.
39858         * platform/chromium-mac/svg/text/text-tspan-01-b-expected.png: Added.
39859         * platform/chromium-mac/svg/text/text-ws-01-t-expected.checksum: Added.
39860         * platform/chromium-mac/svg/text/text-ws-01-t-expected.png: Added.
39861         * platform/chromium-mac/svg/text/text-ws-02-t-expected.checksum: Added.
39862         * platform/chromium-mac/svg/text/text-ws-02-t-expected.png: Added.
39863         * platform/chromium-mac/svg/text/textPathBoundsBug-expected.checksum: Added.
39864         * platform/chromium-mac/svg/text/textPathBoundsBug-expected.png: Added.
39865         * platform/chromium-mac-leopard/fast/css/color-correction-on-box-shadow-expected.checksum:
39866         * platform/chromium-mac-leopard/fast/css/color-correction-on-box-shadow-expected.png:
39867         * platform/chromium-win/fast/dynamic/text-combine-expected.checksum: Added.
39868         * platform/chromium-win/fast/dynamic/text-combine-expected.png: Added.
39869         * platform/chromium-win/fast/dynamic/text-combine-expected.txt: Added.
39870         * platform/chromium/test_expectations.txt:
39872 2011-03-16  Brian Weinstein  <bweinstein@apple.com>
39874         Skip plugins/refcount-leaks.html on Windows, because it is failing in release builds,
39875         and passing in debug. This is being tracked by https://bugs.webkit.org/show_bug.cgi?id=56478.
39877         * platform/win/Skipped:
39879 2011-03-16  Ryosuke Niwa  <rniwa@webkit.org>
39881         Build fix for r81266. "expected" should appear after "mac", "unix", and "win" not before them.
39883         * editing/style/iframe-onload-crash-expected-mac.txt: Removed.
39884         * editing/style/iframe-onload-crash-expected-unix.txt: Removed.
39885         * editing/style/iframe-onload-crash-expected-win.txt: Removed.
39886         * editing/style/iframe-onload-crash-mac-expected.txt: Copied from LayoutTests/editing/style/iframe-onload-crash-expected-mac.txt.
39887         * editing/style/iframe-onload-crash-unix-expected.txt: Copied from LayoutTests/editing/style/iframe-onload-crash-expected-unix.txt.
39888         * editing/style/iframe-onload-crash-win-expected.txt: Copied from LayoutTests/editing/style/iframe-onload-crash-expected-win.txt.
39890 2011-03-16  Pratik Solanki  <psolanki@apple.com>
39892         Reviewed by Alexey Proskuryakov.
39894         Fix typo in path name. The test was just checking for onProgress was called for the content
39895         and the error page served by Apache in this case sufficed for it to pass.
39897         * http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html:
39899 2011-03-16  Pratik Solanki  <psolanki@apple.com>
39901         Reviewed by Alexey Proskuryakov.
39903         REGRESSION: Crash in adjustMIMETypeIfNecessary since r81001
39904         https://bugs.webkit.org/show_bug.cgi?id=56345
39906         Add test that verifies the we don't crash when an XHR response headers don't contain
39907         Content-Type.
39909         * http/tests/xmlhttprequest/resources/.htaccess:
39910         * http/tests/xmlhttprequest/resources/noContentType.asis: Added.
39911         * http/tests/xmlhttprequest/xmlhttprequest-no-content-type-expected.txt: Added.
39912         * http/tests/xmlhttprequest/xmlhttprequest-no-content-type.html: Added.
39914 2011-03-16  Levi Weintraub  <leviw@chromium.org>
39916         Reviewed by Ryosuke Niwa.
39918         REGRESSION (r81165): Assert running editing/style/iframe-onload-crash.html with non-Mac editing behavior
39919         https://bugs.webkit.org/show_bug.cgi?id=56407
39921         Creating three versions of the iframe-onload-crash test to cover all editing behaviors.
39923         * editing/style/iframe-onload-crash-expected-mac.txt: Copied from LayoutTests/editing/style/iframe-onload-crash-expected.txt.
39924         * editing/style/iframe-onload-crash-expected-unix.txt: Copied from LayoutTests/editing/style/iframe-onload-crash-expected.txt.
39925         * editing/style/iframe-onload-crash-expected-win.txt: Copied from LayoutTests/editing/style/iframe-onload-crash-expected.txt.
39926         * editing/style/iframe-onload-crash-expected.txt: Removed.
39927         * editing/style/iframe-onload-crash-mac.html: Copied from LayoutTests/editing/style/iframe-onload-crash.html.
39928         * editing/style/iframe-onload-crash-unix.html: Copied from LayoutTests/editing/style/iframe-onload-crash.html.
39929         * editing/style/iframe-onload-crash-win.html: Copied from LayoutTests/editing/style/iframe-onload-crash.html.
39930         * editing/style/iframe-onload-crash.html: Removed.
39931         * platform/chromium/test_expectations.txt:
39932         * platform/gtk/Skipped:
39933         * platform/win/Skipped:
39935 2011-03-16  Sam Weinig  <sam@webkit.org>
39937         Skip test fast/forms/input-autofilled.html in mac-wk2 since
39938         layoutTestController.setAutofilled is not yet supported.
39940         * platform/mac-wk2/Skipped:
39942 2011-03-16  Brian Weinstein  <bweinstein@apple.com>
39944         More cleanup of expected results files for text combine tests from r81255.
39946         * platform/win/fast/dynamic/text-combine-expected.checksum: Added.
39947         * platform/win/fast/dynamic/text-combine-expected.png: Added.
39948         * platform/win/fast/text/international/text-combine-image-test-expected.txt:
39950         * platform/win/fast/international: Removed. This was the wrong directory.
39951         * platform/win/fast/international/text-combine-image-test-expected.txt: Removed. This was the wrong directory.
39953 2011-03-16  Pavel Podivilov  <podivilov@chromium.org>
39955         Unreviewed, fix live-edit test broken by r81238.
39957         * inspector/debugger/live-edit.html:
39959 2011-03-16  Brian Weinstein  <bweinstein@apple.com>
39961         Make the files added -expected.txt instead of -actual.txt so run-webkit-tests
39962         will actually find them.
39964         * platform/win/fast/dynamic/text-combine-actual.txt: Removed.
39965         * platform/win/fast/dynamic/text-combine-expected.txt: Copied from platform/win/fast/dynamic/text-combine-actual.txt.
39966         * platform/win/fast/international/text-combine-image-test-actual.txt: Removed.
39967         * platform/win/fast/international/text-combine-image-test-expected.txt: Copied from platform/win/fast/international/text-combine-image-test-actual.txt.
39969 2011-03-16  Brian Weinstein  <bweinstein@apple.com>
39971         Add Windows-specific results for text combine tests.
39973         * platform/win/fast/dynamic/text-combine-actual.txt: Added.
39974         * platform/win/fast/international: Added.
39975         * platform/win/fast/international/text-combine-image-test-actual.txt: Added.
39977 2011-03-16  Csaba Osztrogonác  <ossy@webkit.org>
39979         [Qt] Add failing tests to the Skipped list because of missing test fonts.
39981         * platform/qt/Skipped:
39983 2011-03-16  Csaba Osztrogonác  <ossy@webkit.org>
39985         REGRESSION (r68976): Incorrect bidi rendering in SVG text
39986         https://bugs.webkit.org/show_bug.cgi?id=53980
39988         Add Qt specific expected files after r81168.
39990         * platform/qt/Skipped: Add new tests because of missing test fonts.
39991         * platform/qt/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.checksum: Added.
39992         * platform/qt/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
39993         * platform/qt/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
39994         * platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.checksum: Added.
39995         * platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
39996         * platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added.
39997         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum: Added.
39998         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
39999         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
40000         * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.checksum: Added.
40001         * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Added.
40002         * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
40003         * platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.checksum: Added.
40004         * platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Added.
40005         * platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
40006         * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum: Added.
40007         * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
40008         * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
40009         * platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum: Added.
40010         * platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Added.
40011         * platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
40012         * platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum: Added.
40013         * platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
40014         * platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
40015         * platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum: Added.
40016         * platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Added.
40017         * platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
40019 2011-03-16  Dan Bernstein  <mitz@apple.com>
40021         Reviewed by Simon Fraser.
40023         text-combine text retains compressed font after adding characters to it
40024         https://bugs.webkit.org/show_bug.cgi?id=56448
40026         * fast/dynamic/text-combine.html: Added.
40027         * platform/mac/fast/dynamic/text-combine-expected.checksum: Added.
40028         * platform/mac/fast/dynamic/text-combine-expected.png: Added.
40029         * platform/mac/fast/dynamic/text-combine-expected.txt: Added.
40031 2011-03-16  Adam Roben  <aroben@apple.com>
40033         Disable jquery/effects.html
40035         It often times out due to its sheer size. The failure is tracked by
40036         <http://webkit.org/b/56080>.
40038         * jquery/effects.html-disabled: Renamed from LayoutTests/jquery/effects.html.
40040         * platform/gtk/Skipped:
40041         * platform/win-xp/Skipped:
40042         Unskipped the test since we're now disabling it via other means.
40044 2011-03-16  Philippe Normand  <pnormand@igalia.com>
40046         Unreviewed, skipping one more svg test failing on 32-bits release,
40047         likely due to bug 39022.
40049         * platform/gtk/Skipped:
40051 2011-03-16  Csaba Osztrogonác  <ossy@webkit.org>
40053         [Qt] fast/text/soft-hyphen-4.html introduced in r80984
40054         and fails because hyphenation isn't implemented yet.
40056         * platform/qt/Skipped: Add fast/text/soft-hyphen-4.html.
40058 2011-03-16  Philippe Normand  <pnormand@igalia.com>
40060         Unreviewed, skip svg/W3C-I18N tests failing on 32-bits Debug only.
40062         * platform/gtk/Skipped:
40064 2011-03-16  Philippe Normand  <pnormand@igalia.com>
40066         Unreviewed, skip editing/style/iframe-onload-crash.html on GTK.
40068         * platform/gtk/Skipped:
40070 2011-03-16  Csaba Osztrogonác  <ossy@webkit.org>
40072         Update Qt specific expected file after r81049.
40074         * platform/qt/fast/table/overflowHidden-expected.txt: Updated.
40076 2011-03-16  Pavel Podivilov  <podivilov@chromium.org>
40078         Unreviewed, fix test broken by r81238.
40080         * inspector/debugger/live-edit.html:
40081         * platform/chromium/test_expectations.txt:
40083 2011-03-14  Pavel Podivilov  <podivilov@chromium.org>
40085         Reviewed by Yury Semikhatsky.
40087         Web Inspector: refactor event listener breakpoints.
40088         https://bugs.webkit.org/show_bug.cgi?id=56305
40090         * inspector/debugger/event-listener-breakpoints-expected.txt: Added.
40091         * inspector/debugger/event-listener-breakpoints.html: Added.
40092         * platform/gtk/Skipped:
40093         * platform/mac/Skipped:
40094         * platform/qt/Skipped:
40095         * platform/win/Skipped:
40097 2011-03-16  Alexander Pavlov  <apavlov@chromium.org>
40099         [Chromium] Unreviewed, update expectations.
40100         Fix Linux Debug expectation clash for transitions/interrupted-accelerated-transition.html.
40101         Let svg/text/font-size-below-point-five.svg fail on Mac Release.
40103         * platform/chromium/test_expectations.txt:
40105 2011-03-16  Alexander Pavlov  <apavlov@chromium.org>
40107         [Chromium] Unreviewed, remove duplicate expectations.
40109         * platform/chromium/test_expectations.txt:
40111 2011-03-16  Csaba Osztrogonác  <ossy@webkit.org>
40113         [Qt]Web Inspector: inspector/elements/mutate-unknown-node.html fails
40114         https://bugs.webkit.org/show_bug.cgi?id=56457
40116         * platform/qt/Skipped: Add inspector/elements/mutate-unknown-node.html.
40118 2011-03-16  Csaba Osztrogonác  <ossy@webkit.org>
40120        [Qt] Typo fix after r81226.
40122         * platform/qt/Skipped: Remove unnecessary "#".
40124 2011-03-16  Alexander Pavlov  <apavlov@chromium.org>
40126         [Chromium] Unreviewed, suppress Win builder failures from r81222.
40127         Also, one tentatively stale suppression is removed.
40129         * platform/chromium/test_expectations.txt:
40131 2011-03-16  Dean Jackson  <dino@apple.com>
40133         https://bugs.webkit.org/show_bug.cgi?id=56242
40134         Flaky Test: transitions/interrupted-accelerated-transition.html
40136         Skip this while https://bugs.webkit.org/show_bug.cgi?id=54151
40137         (Animation API) is in progress.
40139         * platform/chromium/test_expectations.txt:
40140         * platform/mac/Skipped:
40141         * platform/win/Skipped:
40143 2011-03-16  Luiz Agostini  <luiz.agostini@openbossa.org>
40145         Reviewed by Kenneth Rohde Christiansen.
40147         fast/loader/stateobjects/replacestate-in-iframe.html caused infinite loop.
40148         https://bugs.webkit.org/show_bug.cgi?id=36467
40150         Removing the test from skipped list since the problem seems to be solved.
40152         * platform/qt/Skipped:
40154 2011-03-15  Philippe Normand  <pnormand@igalia.com>
40156         Reviewed by Eric Carlson.
40158         [GTK] media/audio-repaint.html times out again
40159         https://bugs.webkit.org/show_bug.cgi?id=56366
40161         Rewrote the test to avoid a timer and attempt the seek on media
40162         elements only after we are sure playback started to avoid an
40163         INVALID_STATE_ERR exception.
40165         * media/audio-repaint.html:
40167 2011-03-15  Philippe Normand  <pnormand@igalia.com>
40169         Reviewed by Eric Carlson.
40171         [GStreamer] http/tests/media/video-play-stall-before-meta-data.html fails
40172         https://bugs.webkit.org/show_bug.cgi?id=56370
40174         * platform/gtk/Skipped: Unskip fixed test.
40176 2011-03-16  Yury Semikhatsky  <yurys@chromium.org>
40178         Reviewed by Pavel Feldman.
40180         [Qt] Some inspector test fail intermittently
40181         https://bugs.webkit.org/show_bug.cgi?id=42090
40183         Unskip a bunch of non-http inspector tests on Qt. All these tests pass locally.
40185         * platform/qt/Skipped:
40187 2011-03-16  Csaba Osztrogonác  <ossy@webkit.org>
40189         [Qt] Add failing tests to the Skipped list.
40191         * platform/qt/Skipped:
40192          - Add fast/forms/input-autofilled.html because of missing layoutTestController.setAutofilled().
40193          - Add fast/workers/shared-worker-frame-lifecycle.html because it is still flakey. (bug 34281)
40195 2011-03-15  Adam Roben  <aroben@apple.com>
40197         Fix bug number typo
40199         * platform/win/Skipped:
40201 2011-03-15  Adam Roben  <aroben@apple.com>
40203         Skip an asserting test on Windows
40205         <http://webkit.org/b/56047> tracks the failure.
40207         * platform/win/Skipped: Added editing/style/iframe-onload-crash.html.
40209 2011-03-15  David Levin  <levin@chromium.org>
40211         Fix few more baselines (which the tool didn't handle well before due to them
40212         being in the mac-leopard directory).
40213           svg/w3c due to r81168
40214           svg/custom/mouse due to r81053
40216         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum:
40217         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
40218         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum: Removed.
40219         * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Removed.
40220         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-expected.checksum: Removed.
40221         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-expected.png: Removed.
40222         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum: Removed.
40223         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Removed.
40224         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-root-expected.checksum: Removed.
40225         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-root-expected.png: Removed.
40226         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum: Removed.
40227         * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-root-standalone-expected.png: Removed.
40229 2011-03-15  Dimitri Glazkov  <dglazkov@chromium.org>
40231         Reviewed by Kent Tamura.
40233         REGRESSION(r76147): A slider thumb that is styled cannot be programmatically moved
40234         https://bugs.webkit.org/show_bug.cgi?id=56059
40236         Note: the test should pass on all platforms, because it was designed to not use
40237         platform-specific metrics.
40239         * fast/dom/HTMLInputElement/input-slider-update-styled.html: Added.
40240         * fast/dom/HTMLInputElement/input-slider-update-styled-expected.checksum: Added.
40241         * fast/dom/HTMLInputElement/input-slider-update-styled-expected.png: Added.
40242         * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
40244 2011-03-15  John Bauman  <jbauman@chromium.org>
40246         Reviewed by Kenneth Russell.
40248         Non-premultiplied-alpha canvas attribute is ignore for toDataURL, drawImage, texImage2D
40249         https://bugs.webkit.org/show_bug.cgi?id=56238
40251         Add new test from webgl conformance test.
40253         * fast/canvas/webgl/premultiplyalpha-test-expected.txt: Added.
40254         * fast/canvas/webgl/premultiplyalpha-test.html: Added.
40255         * fast/canvas/webgl/resources/webgl-test-utils.js: Update to fix fillTexture
40256         (WebGLTestUtils):
40257         * platform/chromium/test_expectations.txt:
40258         * platform/mac-wk2/Skipped:
40260 2011-03-15  David Levin  <levin@chromium.org>
40262         A little more clean-up due to r81168. Also, some adjustment of the results for Linux due to r81162.
40264         * platform/chromium-mac-leopard/svg/text/small-fonts-2-expected.txt:
40265         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum: Added.
40266         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
40267         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum: Added.
40268         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
40269         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum: Added.
40270         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Added.
40271         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum: Added.
40272         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added.
40273         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.checksum: Added.
40274         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
40275         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added.
40276         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
40277         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum:
40278         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
40279         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum: Added.
40280         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
40281         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum: Added.
40282         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Added.
40283         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum: Added.
40284         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Added.
40285         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum: Added.
40286         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added.
40287         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum: Added.
40288         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Added.
40289         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added.
40290         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
40291         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum: Added.
40292         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added.
40293         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum: Added.
40294         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Added.
40295         * platform/chromium-win/svg/carto.net/selectionlist-expected.checksum:
40296         * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
40297         * platform/chromium-win/svg/text/text-text-07-t-expected.checksum:
40298         * platform/chromium-win/svg/text/text-text-07-t-expected.png:
40299         * platform/chromium/test_expectations.txt:
40301 2011-03-15  Csaba Osztrogonác  <ossy@webkit.org>
40303         Update Qt specific expected results after r80846.
40305         * platform/qt/fast/dom/Window/window-properties-expected.txt:
40306         * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
40307         * platform/qt/fast/dom/prototype-inheritance-expected.txt:
40308         * platform/qt/fast/js/global-constructors-expected.txt:
40310 2011-03-15  David Levin  <levin@chromium.org>
40312         Update leopard specific baselines for tests (editing, css) changes due to r80755.
40313         Fix the expectation for input-autofilled.
40315         * platform/chromium-mac-leopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum:
40316         * platform/chromium-mac-leopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.png:
40317         * platform/chromium-mac-leopard/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum:
40318         * platform/chromium-mac-leopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
40319         * platform/chromium-mac-leopard/editing/selection/caret-ltr-2-expected.checksum: Removed.
40320         * platform/chromium-mac-leopard/editing/selection/caret-ltr-2-expected.png: Removed.
40321         * platform/chromium-mac-leopard/editing/selection/caret-ltr-2-left-expected.checksum: Removed.
40322         * platform/chromium-mac-leopard/editing/selection/caret-ltr-2-left-expected.png: Removed.
40323         * platform/chromium-mac-leopard/editing/selection/caret-ltr-expected.checksum: Removed.
40324         * platform/chromium-mac-leopard/editing/selection/caret-ltr-expected.png: Removed.
40325         * platform/chromium-mac-leopard/editing/selection/caret-ltr-right-expected.checksum: Removed.
40326         * platform/chromium-mac-leopard/editing/selection/caret-ltr-right-expected.png: Removed.
40327         * platform/chromium-mac-leopard/fast/block/margin-collapse/103-expected.checksum: Removed.
40328         * platform/chromium-mac-leopard/fast/block/margin-collapse/103-expected.png: Removed.
40329         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.checksum: Removed.
40330         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.png: Removed.
40331         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.checksum: Removed.
40332         * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png: Removed.
40333         * platform/chromium/fast/forms/input-autofilled-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/forms/input-autofilled-expected.txt.
40334         * platform/chromium/test_expectations.txt:
40336 2011-03-15  James Simonsen  <simonjam@chromium.org>
40338         Reviewed by Tony Gentilcore.
40340         Need different behavior for ensuring execution order of dynamically loaded scripts
40341         https://bugs.webkit.org/show_bug.cgi?id=50115
40343         Dynamically added scripts with async=false will load in parallel, but execute in order.
40344         See: http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#force-async
40346         * fast/dom/HTMLScriptElement/script-async-attr-expected.txt: Added test cases for forceAsync.
40347         * fast/dom/HTMLScriptElement/script-async-attr.html: Ditto.
40348         * http/tests/misc/script-async-load-execute-in-order-expected.txt: Added.
40349         * http/tests/misc/script-async-load-execute-in-order.html: Added.
40351 2011-03-15  Martin Robinson  <mrobinson@igalia.com>
40353         Adding new test results for GTK+.
40355         * platform/gtk: All files omitted to prevent overflowing the BuildBot console.
40357 2011-03-15  Martin Robinson  <mrobinson@igalia.com>
40359         Rebaseline some GTK+ tests after r81035 and r81049.
40361         * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
40362         * platform/gtk/fast/table/overflowHidden-expected.txt:
40364 2011-03-15  Adam Roben  <aroben@apple.com>
40366         Update Windows XP results after r81168
40368         They differ from Windows 7 due to different fonts being used.
40370         * platform/win-xp/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
40371         * platform/win-xp/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
40372         * platform/win-xp/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
40373         * platform/win-xp/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
40374         * platform/win-xp/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
40375         * platform/win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
40376         * platform/win-xp/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
40377         * platform/win-xp/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
40378         * platform/win-xp/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
40379         * platform/win-xp/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
40380         * platform/win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
40381         * platform/win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
40382         * platform/win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
40383         * platform/win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
40384         * platform/win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
40385         * platform/win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
40386         * platform/win-xp/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
40387         * platform/win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
40388         * platform/win-xp/svg/text/bidi-text-query-expected.txt: Added.
40389         * platform/win-xp/svg/text/bidi-tspans-expected.txt: Added.
40391 2011-03-15  Adam Roben  <aroben@apple.com>
40393         Update Windows results again after r81168
40395         I accidentally copied the Mac results into platform/win for these two tests when I tried to
40396         update results in r81179.
40398         * platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
40399         * platform/win/svg/text/small-fonts-2-expected.txt:
40401 2011-03-15  Ryosuke Niwa  <rniwa@webkit.org>
40403         Reviewed by Tony Chang.
40405         Crash in ReplaceSelectionCommand::doApply when inserting a node under a document node
40406         https://bugs.webkit.org/show_bug.cgi?id=56372
40408         Added a test to ensure WebKit does not crash when appending a node to a document
40409         that has only two nested iframes.
40411         * editing/execCommand/append-node-under-document-expected.txt: Added.
40412         * editing/execCommand/append-node-under-document.html: Added.
40414 2011-03-15  David Levin  <levin@chromium.org>
40416         Compensate for r81168 (svg) and r81155 (fast/forms/input-autofilled.html) and r81049 (fast/table).
40417         Also, remove the linux debug crashes from test expectations due to r81162 which should clear these up.
40418         Add update baselines for transitions/default-timing-function due to r80806.
40420         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.checksum: Added.
40421         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Added.
40422         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.checksum: Added.
40423         * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Added.
40424         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.checksum: Added.
40425         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Added.
40426         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.checksum: Added.
40427         * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Added.
40428         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.checksum: Added.
40429         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added.
40430         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.checksum: Added.
40431         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added.
40432         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.checksum: Added.
40433         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added.
40434         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.checksum: Added.
40435         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added.
40436         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.checksum: Added.
40437         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added.
40438         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.checksum: Added.
40439         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added.
40440         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.checksum: Added.
40441         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added.
40442         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.checksum: Added.
40443         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added.
40444         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.checksum: Added.
40445         * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added.
40446         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.checksum: Added.
40447         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added.
40448         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.checksum: Added.
40449         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added.
40450         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.checksum: Added.
40451         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added.
40452         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.checksum: Added.
40453         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
40454         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.checksum: Added.
40455         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added.
40456         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.checksum: Added.
40457         * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added.
40458         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.checksum: Added.
40459         * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added.
40460         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.checksum: Added.
40461         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Added.
40462         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum: Added.
40463         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Added.
40464         * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
40465         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.checksum: Added.
40466         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Added.
40467         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.checksum: Added.
40468         * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Added.
40469         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.checksum: Added.
40470         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Added.
40471         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.checksum: Added.
40472         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Added.
40473         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum: Added.
40474         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Added.
40475         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
40476         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum: Added.
40477         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Added.
40478         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
40479         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.checksum: Added.
40480         * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Added.
40481         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum: Added.
40482         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Added.
40483         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
40484         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum: Added.
40485         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Added.
40486         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
40487         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.checksum: Added.
40488         * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png: Added.
40489         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.checksum: Added.
40490         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png: Added.
40491         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.checksum: Added.
40492         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Added.
40493         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.checksum: Added.
40494         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png: Added.
40495         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.checksum: Added.
40496         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png: Added.
40497         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.checksum: Added.
40498         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png: Added.
40499         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.checksum: Added.
40500         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Added.
40501         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.checksum: Added.
40502         * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Added.
40503         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.checksum: Added.
40504         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.png: Added.
40505         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.checksum: Added.
40506         * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png: Added.
40507         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.checksum: Added.
40508         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Added.
40509         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.checksum: Added.
40510         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Added.
40511         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
40512         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.checksum: Added.
40513         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Added.
40514         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
40515         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
40516         * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-08-b-expected.checksum: Added.
40517         * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Added.
40518         * platform/chromium-linux/svg/W3C-SVG-1.1/text-fonts-03-t-expected.checksum: Added.
40519         * platform/chromium-linux/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Added.
40520         * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum: Added.
40521         * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
40522         * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum: Added.
40523         * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Added.
40524         * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum: Added.
40525         * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
40526         * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
40527         * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum: Added.
40528         * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Added.
40529         * platform/chromium-linux/svg/foreignObject/text-tref-02-b-expected.checksum:
40530         * platform/chromium-linux/svg/foreignObject/text-tref-02-b-expected.png:
40531         * platform/chromium-linux/svg/text/bidi-reorder-value-lists-expected.checksum: Added.
40532         * platform/chromium-linux/svg/text/bidi-reorder-value-lists-expected.png: Added.
40533         * platform/chromium-linux/svg/text/bidi-text-anchor-direction-expected.checksum: Added.
40534         * platform/chromium-linux/svg/text/bidi-text-anchor-direction-expected.png: Added.
40535         * platform/chromium-linux/svg/text/bidi-text-query-expected.checksum: Added.
40536         * platform/chromium-linux/svg/text/bidi-text-query-expected.png: Added.
40537         * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Added.
40538         * platform/chromium-linux/svg/text/bidi-tspans-expected.checksum: Added.
40539         * platform/chromium-linux/svg/text/bidi-tspans-expected.png: Added.
40540         * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-4-expected.checksum:
40541         * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-4-expected.png:
40542         * platform/chromium-linux/svg/text/small-fonts-2-expected.txt:
40543         * platform/chromium-mac/fast/table/relative-position-containment-expected.checksum: Added.
40544         * platform/chromium-mac/fast/table/relative-position-containment-expected.png: Added.
40545         * platform/chromium-mac/fast/table/relative-position-offsets-expected.checksum: Added.
40546         * platform/chromium-mac/fast/table/relative-position-offsets-expected.png: Added.
40547         * platform/chromium-mac/fast/table/relative-position-stacking-expected.checksum: Added.
40548         * platform/chromium-mac/fast/table/relative-position-stacking-expected.png: Added.
40549         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.checksum: Added.
40550         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Added.
40551         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
40552         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.checksum: Added.
40553         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Added.
40554         * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
40555         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.checksum: Added.
40556         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Added.
40557         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
40558         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.checksum: Added.
40559         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Added.
40560         * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
40561         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.checksum: Added.
40562         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added.
40563         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
40564         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.checksum: Added.
40565         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added.
40566         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
40567         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.checksum: Added.
40568         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added.
40569         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
40570         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.checksum: Added.
40571         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added.
40572         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
40573         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.checksum: Added.
40574         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added.
40575         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
40576         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.checksum: Added.
40577         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added.
40578         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
40579         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.checksum: Added.
40580         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added.
40581         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
40582         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.checksum: Added.
40583         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added.
40584         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
40585         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.checksum: Added.
40586         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added.
40587         * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
40588         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.checksum: Added.
40589         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added.
40590         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
40591         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.checksum: Added.
40592         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added.
40593         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
40594         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.checksum: Added.
40595         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added.
40596         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
40597         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.checksum: Added.
40598         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
40599         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
40600         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.checksum: Added.
40601         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added.
40602         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
40603         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.checksum: Added.
40604         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added.
40605         * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
40606         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.checksum: Added.
40607         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added.
40608         * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
40609         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.checksum: Added.
40610         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Added.
40611         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
40612         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum: Added.
40613         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Added.
40614         * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
40615         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.checksum: Added.
40616         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Added.
40617         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
40618         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.checksum: Added.
40619         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Added.
40620         * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
40621         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.checksum: Added.
40622         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Added.
40623         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
40624         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.checksum: Added.
40625         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Added.
40626         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
40627         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum: Added.
40628         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Added.
40629         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
40630         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum: Added.
40631         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Added.
40632         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
40633         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.checksum: Added.
40634         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Added.
40635         * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
40636         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum: Added.
40637         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Added.
40638         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
40639         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum: Added.
40640         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Added.
40641         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
40642         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.checksum: Added.
40643         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png: Added.
40644         * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
40645         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.checksum: Added.
40646         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png: Added.
40647         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
40648         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.checksum: Added.
40649         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Added.
40650         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
40651         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.checksum: Added.
40652         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png: Added.
40653         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
40654         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.checksum: Added.
40655         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png: Added.
40656         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
40657         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.checksum: Added.
40658         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png: Added.
40659         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
40660         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.checksum: Added.
40661         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Added.
40662         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
40663         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.checksum: Added.
40664         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Added.
40665         * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
40666         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.checksum: Added.
40667         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png: Added.
40668         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
40669         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.checksum: Added.
40670         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png: Added.
40671         * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
40672         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.checksum: Added.
40673         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Added.
40674         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
40675         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.checksum: Added.
40676         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Added.
40677         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
40678         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.checksum: Added.
40679         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Added.
40680         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum: Added.
40681         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Added.
40682         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum: Added.
40683         * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added.
40684         * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.checksum: Added.
40685         * platform/chromium-mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Added.
40686         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum: Added.
40687         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
40688         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum: Added.
40689         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
40690         * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-expected.checksum: Added.
40691         * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-expected.png: Added.
40692         * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum: Added.
40693         * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Added.
40694         * platform/chromium-mac/svg/custom/mouse-move-on-svg-root-expected.checksum:
40695         * platform/chromium-mac/svg/custom/mouse-move-on-svg-root-expected.png:
40696         * platform/chromium-mac/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum:
40697         * platform/chromium-mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
40698         * platform/chromium-mac/svg/foreignObject/text-tref-02-b-expected.checksum: Added.
40699         * platform/chromium-mac/svg/foreignObject/text-tref-02-b-expected.png: Added.
40700         * platform/chromium-mac/svg/text/bidi-text-anchor-direction-expected.checksum: Added.
40701         * platform/chromium-mac/svg/text/bidi-text-anchor-direction-expected.png: Added.
40702         * platform/chromium-mac/svg/text/bidi-text-anchor-direction-expected.txt: Added.
40703         * platform/chromium-mac/svg/text/bidi-text-query-expected.checksum: Added.
40704         * platform/chromium-mac/svg/text/bidi-text-query-expected.png: Added.
40705         * platform/chromium-mac/svg/text/bidi-text-query-expected.txt: Added.
40706         * platform/chromium-mac/svg/text/bidi-tspans-expected.checksum: Added.
40707         * platform/chromium-mac/svg/text/bidi-tspans-expected.png: Added.
40708         * platform/chromium-mac/svg/text/bidi-tspans-expected.txt: Added.
40709         * platform/chromium-mac/svg/text/text-align-04-b-expected.checksum: Added.
40710         * platform/chromium-mac/svg/text/text-align-04-b-expected.png: Added.
40711         * platform/chromium-win/fast/forms/input-autofilled-expected.txt: Added.
40712         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.checksum: Added.
40713         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Added.
40714         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
40715         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.checksum: Added.
40716         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Added.
40717         * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
40718         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.checksum: Added.
40719         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Added.
40720         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
40721         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.checksum: Added.
40722         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Added.
40723         * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
40724         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.checksum: Added.
40725         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added.
40726         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
40727         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.checksum: Added.
40728         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added.
40729         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
40730         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.checksum: Added.
40731         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added.
40732         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
40733         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.checksum: Added.
40734         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added.
40735         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
40736         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.checksum: Added.
40737         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added.
40738         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
40739         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.checksum: Added.
40740         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added.
40741         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
40742         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.checksum: Added.
40743         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added.
40744         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
40745         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.checksum: Added.
40746         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added.
40747         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
40748         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.checksum: Added.
40749         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added.
40750         * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
40751         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.checksum: Added.
40752         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added.
40753         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
40754         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.checksum: Added.
40755         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added.
40756         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
40757         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.checksum: Added.
40758         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added.
40759         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
40760         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.checksum: Added.
40761         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
40762         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
40763         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.checksum: Added.
40764         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added.
40765         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
40766         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.checksum: Added.
40767         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added.
40768         * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
40769         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.checksum: Added.
40770         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added.
40771         * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
40772         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.checksum: Added.
40773         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Added.
40774         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
40775         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum: Added.
40776         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Added.
40777         * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
40778         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.checksum: Added.
40779         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Added.
40780         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
40781         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.checksum: Added.
40782         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Added.
40783         * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
40784         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.checksum: Added.
40785         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Added.
40786         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
40787         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.checksum: Added.
40788         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Added.
40789         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
40790         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum: Added.
40791         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Added.
40792         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
40793         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum: Added.
40794         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Added.
40795         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
40796         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.checksum: Added.
40797         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Added.
40798         * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
40799         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum: Added.
40800         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Added.
40801         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
40802         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum: Added.
40803         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Added.
40804         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
40805         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.checksum: Added.
40806         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png: Added.
40807         * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
40808         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.checksum: Added.
40809         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png: Added.
40810         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
40811         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.checksum: Added.
40812         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Added.
40813         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
40814         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.checksum: Added.
40815         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png: Added.
40816         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
40817         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.checksum: Added.
40818         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png: Added.
40819         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
40820         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.checksum: Added.
40821         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png: Added.
40822         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
40823         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.checksum: Added.
40824         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Added.
40825         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
40826         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.checksum: Added.
40827         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Added.
40828         * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
40829         * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.checksum: Added.
40830         * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.png: Added.
40831         * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
40832         * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.checksum: Added.
40833         * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.png: Added.
40834         * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
40835         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.checksum: Added.
40836         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Added.
40837         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
40838         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.checksum: Added.
40839         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Added.
40840         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
40841         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.checksum: Added.
40842         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Added.
40843         * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
40844         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum:
40845         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
40846         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt.
40847         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-08-b-expected.checksum: Added.
40848         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Added.
40849         * platform/chromium-win/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
40850         * platform/chromium-win/svg/W3C-SVG-1.1/text-fonts-03-t-expected.checksum: Added.
40851         * platform/chromium-win/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Added.
40852         * platform/chromium-win/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
40853         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum: Added.
40854         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
40855         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
40856         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum: Added.
40857         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Added.
40858         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
40859         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum: Added.
40860         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
40861         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
40862         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum: Added.
40863         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Added.
40864         * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
40865         * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.checksum: Added.
40866         * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.png: Added.
40867         * platform/chromium-win/svg/text/bidi-reorder-value-lists-expected.txt: Added.
40868         * platform/chromium-win/svg/text/bidi-text-anchor-direction-expected.checksum: Added.
40869         * platform/chromium-win/svg/text/bidi-text-anchor-direction-expected.png: Added.
40870         * platform/chromium-win/svg/text/bidi-text-anchor-direction-expected.txt: Added.
40871         * platform/chromium-win/svg/text/bidi-text-query-expected.checksum: Added.
40872         * platform/chromium-win/svg/text/bidi-text-query-expected.png: Added.
40873         * platform/chromium-win/svg/text/bidi-text-query-expected.txt: Added.
40874         * platform/chromium-win/svg/text/bidi-tspans-expected.checksum: Added.
40875         * platform/chromium-win/svg/text/bidi-tspans-expected.png: Added.
40876         * platform/chromium-win/svg/text/bidi-tspans-expected.txt: Added.
40877         * platform/chromium-win/svg/text/small-fonts-2-expected.txt:
40878         * platform/chromium-win/svg/text/text-align-04-b-expected.txt:
40879         * platform/chromium/test_expectations.txt:
40881 2011-03-15  Helder Correia  <helder@sencha.com>
40883         Reviewed by Andreas Kling.
40885         [Qt] fast/canvas/canvas-strokeRect-gradient-shadow.html no longer fails
40886         https://bugs.webkit.org/show_bug.cgi?id=56413
40888         Rect stroking uses the same code path as path stroking, which was fixed
40889         in r80250. Therefore, the test can be removed from the Skipped list as
40890         it now succeeds.
40892         * platform/qt/Skipped:
40894 2011-03-15  Adam Roben  <aroben@apple.com>
40896         Add Windows results for tests added in r81168
40898         The differences from the Mac results seem to be due to rounding and font differences.
40900         * platform/win/svg/W3C-I18N/g-dirLTR-ubNone-expected.checksum: Added.
40901         * platform/win/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Added.
40902         * platform/win/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
40903         * platform/win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.checksum: Added.
40904         * platform/win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Added.
40905         * platform/win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
40906         * platform/win/svg/W3C-I18N/g-dirRTL-ubNone-expected.checksum: Added.
40907         * platform/win/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Added.
40908         * platform/win/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
40909         * platform/win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.checksum: Added.
40910         * platform/win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Added.
40911         * platform/win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
40912         * platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.checksum: Added.
40913         * platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added.
40914         * platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
40915         * platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.checksum: Added.
40916         * platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added.
40917         * platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
40918         * platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.checksum: Added.
40919         * platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added.
40920         * platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
40921         * platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.checksum: Added.
40922         * platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added.
40923         * platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
40924         * platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.checksum: Added.
40925         * platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added.
40926         * platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
40927         * platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.checksum: Added.
40928         * platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added.
40929         * platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
40930         * platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.checksum: Added.
40931         * platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added.
40932         * platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
40933         * platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.checksum: Added.
40934         * platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added.
40935         * platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
40936         * platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.checksum: Added.
40937         * platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added.
40938         * platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
40939         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.checksum: Added.
40940         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added.
40941         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
40942         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.checksum: Added.
40943         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added.
40944         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
40945         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.checksum: Added.
40946         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added.
40947         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
40948         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.checksum: Added.
40949         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
40950         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
40951         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.checksum: Added.
40952         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added.
40953         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
40954         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.checksum: Added.
40955         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added.
40956         * platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
40957         * platform/win/svg/W3C-I18N/text-anchor-no-markup-expected.checksum: Added.
40958         * platform/win/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added.
40959         * platform/win/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
40960         * platform/win/svg/W3C-I18N/text-dirLTR-ubNone-expected.checksum: Added.
40961         * platform/win/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Added.
40962         * platform/win/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
40963         * platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum: Added.
40964         * platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Added.
40965         * platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
40966         * platform/win/svg/W3C-I18N/text-dirRTL-ubNone-expected.checksum: Added.
40967         * platform/win/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Added.
40968         * platform/win/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
40969         * platform/win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.checksum: Added.
40970         * platform/win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Added.
40971         * platform/win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
40972         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.checksum: Added.
40973         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Added.
40974         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
40975         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.checksum: Added.
40976         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Added.
40977         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
40978         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum: Added.
40979         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Added.
40980         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
40981         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum: Added.
40982         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Added.
40983         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
40984         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.checksum: Added.
40985         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Added.
40986         * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
40987         * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum: Added.
40988         * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Added.
40989         * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
40990         * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum: Added.
40991         * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Added.
40992         * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
40993         * platform/win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.checksum: Added.
40994         * platform/win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Added.
40995         * platform/win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
40996         * platform/win/svg/W3C-I18N/tspan-direction-rtl-expected.checksum: Added.
40997         * platform/win/svg/W3C-I18N/tspan-direction-rtl-expected.png: Added.
40998         * platform/win/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
40999         * platform/win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.checksum: Added.
41000         * platform/win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Added.
41001         * platform/win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
41002         * platform/win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.checksum: Added.
41003         * platform/win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Added.
41004         * platform/win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
41005         * platform/win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.checksum: Added.
41006         * platform/win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Added.
41007         * platform/win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
41008         * platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum: Added.
41009         * platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added.
41010         * platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
41011         * platform/win/svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum: Added.
41012         * platform/win/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
41013         * platform/win/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
41014         * platform/win/svg/text/bidi-reorder-value-lists-expected.checksum: Added.
41015         * platform/win/svg/text/bidi-reorder-value-lists-expected.png: Added.
41016         * platform/win/svg/text/bidi-reorder-value-lists-expected.txt: Added.
41017         * platform/win/svg/text/bidi-text-anchor-direction-expected.checksum: Added.
41018         * platform/win/svg/text/bidi-text-anchor-direction-expected.png: Added.
41019         * platform/win/svg/text/bidi-text-anchor-direction-expected.txt: Added.
41020         * platform/win/svg/text/bidi-text-query-expected.checksum: Added.
41021         * platform/win/svg/text/bidi-text-query-expected.png: Added.
41022         * platform/win/svg/text/bidi-text-query-expected.txt: Added.
41023         * platform/win/svg/text/bidi-tspans-expected.checksum: Added.
41024         * platform/win/svg/text/bidi-tspans-expected.png: Added.
41025         * platform/win/svg/text/bidi-tspans-expected.txt: Added.
41026         * platform/win/svg/text/small-fonts-2-expected.checksum: Added.
41027         * platform/win/svg/text/small-fonts-2-expected.png: Added.
41028         * platform/win/svg/text/small-fonts-2-expected.txt:
41030 2011-03-15  Nikolas Zimmermann  <nzimmermann@rim.com>
41032         Not reviewed.
41034         REGRESSION (r68976): Incorrect bidi rendering in SVG text
41035         https://bugs.webkit.org/show_bug.cgi?id=53980
41037         Update Gtk baseline.
41039         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
41040         * platform/gtk/svg/text/text-align-02-b-expected.txt:
41041         * platform/gtk/svg/text/text-spacing-01-b-expected.txt:
41043 2011-03-15  Nikolas Zimmermann  <nzimmermann@rim.com>
41045         Not reviewed.
41047         REGRESSION (r68976): Incorrect bidi rendering in SVG text
41048         https://bugs.webkit.org/show_bug.cgi?id=53980
41050         Update Mac Leopard baseline.
41052         * platform/mac-leopard/svg/W3C-I18N: Added.
41053         * platform/mac-leopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
41054         * platform/mac-leopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
41055         * platform/mac-leopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
41056         * platform/mac-leopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
41057         * platform/mac-leopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
41058         * platform/mac-leopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
41059         * platform/mac-leopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
41060         * platform/mac-leopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
41061         * platform/mac-leopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
41062         * platform/mac-leopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
41063         * platform/mac-leopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
41064         * platform/mac-leopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
41065         * platform/mac-leopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
41066         * platform/mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
41067         * platform/mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
41068         * platform/mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
41069         * platform/mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
41070         * platform/mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
41071         * platform/mac-leopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
41072         * platform/mac-leopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
41073         * platform/mac-leopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
41074         * platform/mac-leopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
41075         * platform/mac-leopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
41076         * platform/mac-leopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
41077         * platform/mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
41078         * platform/mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
41079         * platform/mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
41080         * platform/mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
41081         * platform/mac-leopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
41082         * platform/mac-leopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
41083         * platform/mac-leopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
41084         * platform/mac-leopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
41085         * platform/mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
41086         * platform/mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
41087         * platform/mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
41088         * platform/mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
41089         * platform/mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
41090         * platform/mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
41091         * platform/mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
41092         * platform/mac-leopard/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
41093         * platform/mac-leopard/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
41094         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
41095         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
41096         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
41097         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
41098         * platform/mac-leopard/svg/text/bidi-text-anchor-direction-expected.txt: Added.
41099         * platform/mac-leopard/svg/text/bidi-text-query-expected.txt: Added.
41100         * platform/mac-leopard/svg/text/bidi-tspans-expected.txt: Added.
41101         * platform/mac-leopard/svg/text/font-size-below-point-five-expected.txt:
41102         * platform/mac-leopard/svg/text/small-fonts-2-expected.txt:
41104 2011-03-15  Alexey Proskuryakov  <ap@apple.com>
41106         Reviewed by Darin Adler.
41108         REGRESSION (WebKit2): keygen element doesn't work
41109         https://bugs.webkit.org/show_bug.cgi?id=56402
41110         <rdar://problem/9006545>
41112         * platform/mac-wk2/Skipped:
41113         * platform/win-wk2/Skipped:
41114         Moved tests that were skipped becasue of keygen to win-wk2/Skipped.
41116 2011-03-15  Nikolas Zimmermann  <nzimmermann@rim.com>
41118         Not reviewed.
41120         REGRESSION (r68976): Incorrect bidi rendering in SVG text
41121         https://bugs.webkit.org/show_bug.cgi?id=53980
41123         Update Qt baseline, still waiting for gtk/leopard/win7/winxp.
41125         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
41126         * platform/qt/svg/text/text-align-02-b-expected.txt:
41127         * platform/qt/svg/text/text-align-04-b-expected.txt:
41129 2011-03-14  Nikolas Zimmermann  <nzimmermann@rim.com>
41131         Reviewed by Dirk Schulze.
41133         REGRESSION (r68976): Incorrect bidi rendering in SVG text
41134         https://bugs.webkit.org/show_bug.cgi?id=53980
41136         rework the test engine or SVG "text-intro" tests so we can turn them back on
41137         https://bugs.webkit.org/show_bug.cgi?id=6524
41139         svg/W3C-SVG-1.1/text-intro-0*.svg fail when MS Office fonts are present
41140         https://bugs.webkit.org/show_bug.cgi?id=11662
41142         svg/batik/text/textBiDi.svg failing
41143         https://bugs.webkit.org/show_bug.cgi?id=17392
41145         SVG bidi examples at w3C I18N WG tutorials are not rendered correctly.
41146         https://bugs.webkit.org/show_bug.cgi?id=24374
41148         Implement proper bidirectionality support for SVG text. The actual bidi support is working
41149         fine, the problem is that SVG demands to reorder x/y/dx/dy/rotate value lists, in order to
41150         main correspondance between the attributes and the potentially reordered text.
41152         Land a new suite of SVG & i18n tests, covering unicode-bidi/direction and text-anchor support
41153         with BiDi text (Arabic mixed with Latin) in LayoutTests/svg/W3C-I18N.
41155         Enable long-disabled SVG BiDi tests, and international fonts support in svg/W3C-SVG-1.1
41156         by providing a SVGFont replacment, replacing the need for MS Office Fonts to be present.
41157         These tests have some value and we'd like to have them enabled again.
41159         * platform/mac/svg/W3C-I18N: Added.
41160         * platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.checksum: Added.
41161         * platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Added.
41162         * platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
41163         * platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.checksum: Added.
41164         * platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Added.
41165         * platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
41166         * platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.checksum: Added.
41167         * platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Added.
41168         * platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
41169         * platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.checksum: Added.
41170         * platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Added.
41171         * platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
41172         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.checksum: Added.
41173         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added.
41174         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
41175         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.checksum: Added.
41176         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added.
41177         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
41178         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.checksum: Added.
41179         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added.
41180         * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
41181         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.checksum: Added.
41182         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added.
41183         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
41184         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.checksum: Added.
41185         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added.
41186         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
41187         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.checksum: Added.
41188         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added.
41189         * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
41190         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.checksum: Added.
41191         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added.
41192         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
41193         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.checksum: Added.
41194         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added.
41195         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
41196         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.checksum: Added.
41197         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added.
41198         * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
41199         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.checksum: Added.
41200         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added.
41201         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
41202         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.checksum: Added.
41203         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added.
41204         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
41205         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.checksum: Added.
41206         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added.
41207         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
41208         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.checksum: Added.
41209         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
41210         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
41211         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.checksum: Added.
41212         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added.
41213         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
41214         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.checksum: Added.
41215         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added.
41216         * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
41217         * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.checksum: Added.
41218         * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added.
41219         * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
41220         * platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.checksum: Added.
41221         * platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Added.
41222         * platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
41223         * platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum: Added.
41224         * platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Added.
41225         * platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
41226         * platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.checksum: Added.
41227         * platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Added.
41228         * platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
41229         * platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.checksum: Added.
41230         * platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Added.
41231         * platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
41232         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.checksum: Added.
41233         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Added.
41234         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
41235         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.checksum: Added.
41236         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Added.
41237         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
41238         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum: Added.
41239         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Added.
41240         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
41241         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum: Added.
41242         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Added.
41243         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
41244         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.checksum: Added.
41245         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Added.
41246         * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
41247         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum: Added.
41248         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Added.
41249         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
41250         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum: Added.
41251         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Added.
41252         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
41253         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.checksum: Added.
41254         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png: Added.
41255         * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
41256         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.checksum: Added.
41257         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png: Added.
41258         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
41259         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.checksum: Added.
41260         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Added.
41261         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
41262         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.checksum: Added.
41263         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png: Added.
41264         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
41265         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.checksum: Added.
41266         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png: Added.
41267         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
41268         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.checksum: Added.
41269         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png: Added.
41270         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
41271         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.checksum: Added.
41272         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Added.
41273         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
41274         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.checksum: Added.
41275         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Added.
41276         * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
41277         * platform/mac/svg/W3C-I18N/tspan-direction-ltr-expected.checksum: Added.
41278         * platform/mac/svg/W3C-I18N/tspan-direction-ltr-expected.png: Added.
41279         * platform/mac/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
41280         * platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.checksum: Added.
41281         * platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.png: Added.
41282         * platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
41283         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.checksum: Added.
41284         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Added.
41285         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: Added.
41286         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.checksum: Added.
41287         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Added.
41288         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
41289         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.checksum: Added.
41290         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Added.
41291         * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: Added.
41292         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
41293         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
41294         * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
41295         * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.checksum: Added.
41296         * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Added.
41297         * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Added.
41298         * platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.checksum: Added.
41299         * platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png: Added.
41300         * platform/mac/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt: Added.
41301         * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum: Added.
41302         * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Added.
41303         * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Added.
41304         * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum: Added.
41305         * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Added.
41306         * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Added.
41307         * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum: Added.
41308         * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Added.
41309         * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Added.
41310         * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum: Added.
41311         * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Added.
41312         * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Added.
41313         * platform/mac/svg/text/bidi-reorder-value-lists-expected.checksum: Added.
41314         * platform/mac/svg/text/bidi-reorder-value-lists-expected.png: Added.
41315         * platform/mac/svg/text/bidi-reorder-value-lists-expected.txt: Added.
41316         * platform/mac/svg/text/bidi-text-anchor-direction-expected.checksum: Added.
41317         * platform/mac/svg/text/bidi-text-anchor-direction-expected.png: Added.
41318         * platform/mac/svg/text/bidi-text-anchor-direction-expected.txt: Added.
41319         * platform/mac/svg/text/bidi-text-query-expected.checksum: Added.
41320         * platform/mac/svg/text/bidi-text-query-expected.png: Added.
41321         * platform/mac/svg/text/bidi-text-query-expected.txt: Added.
41322         * platform/mac/svg/text/bidi-tspans-expected.checksum: Added.
41323         * platform/mac/svg/text/bidi-tspans-expected.png: Added.
41324         * platform/mac/svg/text/bidi-tspans-expected.txt: Added.
41325         * platform/mac/svg/text/small-fonts-2-expected.txt:
41326         * platform/mac/svg/text/text-align-02-b-expected.txt:
41327         * platform/mac/svg/text/text-align-04-b-expected.txt:
41328         * svg/W3C-I18N: Added.
41329         * svg/W3C-I18N/NOTE: Added.
41330         * svg/W3C-I18N/g-dirLTR-ubNone.svg: Added.
41331         * svg/W3C-I18N/g-dirLTR-ubOverride.svg: Added.
41332         * svg/W3C-I18N/g-dirRTL-ubNone.svg: Added.
41333         * svg/W3C-I18N/g-dirRTL-ubOverride.svg: Added.
41334         * svg/W3C-I18N/resources: Added.
41335         * svg/W3C-I18N/resources/img1.png: Added.
41336         * svg/W3C-I18N/resources/img11.png: Added.
41337         * svg/W3C-I18N/resources/img12.png: Added.
41338         * svg/W3C-I18N/resources/img13.png: Added.
41339         * svg/W3C-I18N/resources/img14.png: Added.
41340         * svg/W3C-I18N/resources/img15.png: Added.
41341         * svg/W3C-I18N/resources/img16.png: Added.
41342         * svg/W3C-I18N/resources/img17.png: Added.
41343         * svg/W3C-I18N/resources/img18.png: Added.
41344         * svg/W3C-I18N/resources/img19.png: Added.
41345         * svg/W3C-I18N/resources/img2.png: Added.
41346         * svg/W3C-I18N/resources/img20.png: Added.
41347         * svg/W3C-I18N/resources/img21.png: Added.
41348         * svg/W3C-I18N/resources/img24.png: Added.
41349         * svg/W3C-I18N/resources/img25.png: Added.
41350         * svg/W3C-I18N/resources/img3.png: Added.
41351         * svg/W3C-I18N/resources/img4.png: Added.
41352         * svg/W3C-I18N/resources/img5.png: Added.
41353         * svg/W3C-I18N/resources/tanchor-left-right.png: Added.
41354         * svg/W3C-I18N/resources/tanchor-left.png: Added.
41355         * svg/W3C-I18N/resources/tanchor-right.png: Added.
41356         * svg/W3C-I18N/text-anchor-dirLTR-anchorEnd.svg: Added.
41357         * svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle.svg: Added.
41358         * svg/W3C-I18N/text-anchor-dirLTR-anchorStart.svg: Added.
41359         * svg/W3C-I18N/text-anchor-dirNone-anchorEnd.svg: Added.
41360         * svg/W3C-I18N/text-anchor-dirNone-anchorMiddle.svg: Added.
41361         * svg/W3C-I18N/text-anchor-dirNone-anchorStart.svg: Added.
41362         * svg/W3C-I18N/text-anchor-dirRTL-anchorEnd.svg: Added.
41363         * svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle.svg: Added.
41364         * svg/W3C-I18N/text-anchor-dirRTL-anchorStart.svg: Added.
41365         * svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd.svg: Added.
41366         * svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle.svg: Added.
41367         * svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart.svg: Added.
41368         * svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd.svg: Added.
41369         * svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle.svg: Added.
41370         * svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart.svg: Added.
41371         * svg/W3C-I18N/text-anchor-no-markup.svg: Added.
41372         * svg/W3C-I18N/text-dirLTR-ubNone.svg: Added.
41373         * svg/W3C-I18N/text-dirLTR-ubOverride.svg: Added.
41374         * svg/W3C-I18N/text-dirRTL-ubNone.svg: Added.
41375         * svg/W3C-I18N/text-dirRTL-ubOverride.svg: Added.
41376         * svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context.svg: Added.
41377         * svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context.svg: Added.
41378         * svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context.svg: Added.
41379         * svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context.svg: Added.
41380         * svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context.svg: Added.
41381         * svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context.svg: Added.
41382         * svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context.svg: Added.
41383         * svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context.svg: Added.
41384         * svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context.svg: Added.
41385         * svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context.svg: Added.
41386         * svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context.svg: Added.
41387         * svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context.svg: Added.
41388         * svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context.svg: Added.
41389         * svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context.svg: Added.
41390         * svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context.svg: Added.
41391         * svg/W3C-I18N/tspan-direction-ltr.svg: Added.
41392         * svg/W3C-I18N/tspan-direction-rtl.svg: Added.
41393         * svg/W3C-SVG-1.1-SE/text-intro-02-b.svg: Added.
41394         * svg/W3C-SVG-1.1-SE/text-intro-05-t.svg: Added.
41395         * svg/W3C-SVG-1.1-SE/text-intro-09-b.svg: Added.
41396         * svg/W3C-SVG-1.1/resources/SVGExotic.svg: Added.
41397         * svg/W3C-SVG-1.1/text-align-08-b.svg: Copied from LayoutTests/svg/W3C-SVG-1.1/text-align-08-b.svg-disabled.
41398         * svg/W3C-SVG-1.1/text-align-08-b.svg-disabled: Removed.
41399         * svg/W3C-SVG-1.1/text-fonts-03-t.svg: Copied from LayoutTests/svg/W3C-SVG-1.1/text-fonts-03-t.svg-disabled.
41400         * svg/W3C-SVG-1.1/text-fonts-03-t.svg-disabled: Removed.
41401         * svg/W3C-SVG-1.1/text-intro-01-t.svg: Copied from LayoutTests/svg/W3C-SVG-1.1/text-intro-01-t.svg-disabled.
41402         * svg/W3C-SVG-1.1/text-intro-01-t.svg-disabled: Removed.
41403         * svg/W3C-SVG-1.1/text-intro-02-b.svg: Copied from LayoutTests/svg/W3C-SVG-1.1/text-intro-02-b.svg-disabled.
41404         * svg/W3C-SVG-1.1/text-intro-02-b.svg-disabled: Removed.
41405         * svg/W3C-SVG-1.1/text-intro-03-b.svg: Copied from LayoutTests/svg/W3C-SVG-1.1/text-intro-03-b.svg-disabled.
41406         * svg/W3C-SVG-1.1/text-intro-03-b.svg-disabled: Removed.
41407         * svg/W3C-SVG-1.1/text-intro-04-t.svg: Copied from LayoutTests/svg/W3C-SVG-1.1/text-intro-04-t.svg-disabled.
41408         * svg/W3C-SVG-1.1/text-intro-04-t.svg-disabled: Removed.
41409         * svg/custom/glyph-transformation-with-hkern-expected.txt:
41410         * svg/text/bidi-reorder-value-lists.svg: Added.
41411         * svg/text/bidi-text-anchor-direction.svg: Added.
41412         * svg/text/bidi-text-query.svg: Added.
41413         * svg/text/bidi-tspans.svg: Added.
41415 2011-03-15  Anders Carlsson  <andersca@apple.com>
41417         Reviewed by Sam Weinig.
41419         Make sure that NP_Shutdown is always the last NPP function called
41420         https://bugs.webkit.org/show_bug.cgi?id=56391
41421         <rdar://problem/8989902>
41423         Add test.
41425         * plugins/npruntime/np-deallocate-called-before-np-shutdown-expected.txt: Added.
41426         * plugins/npruntime/np-deallocate-called-before-np-shutdown.html: Added.
41428 2011-03-15  Ilya Sherman  <isherman@chromium.org>
41430         Reviewed by Tony Chang.
41432         Autofilled form elements are assigned fixed background color but not text color
41433         https://bugs.webkit.org/show_bug.cgi?id=48382
41435         * fast/forms/input-autofilled-expected.txt: Added.
41436         * fast/forms/input-autofilled.html: Added.
41437         * platform/win/fast/forms/input-autofilled-expected.txt: Added.
41439 2011-03-15  Adam Roben  <aroben@apple.com>
41441         Update WebKit2 Skipped file for some new tests that rely on unimplemented features
41443         * platform/mac-wk2/Skipped:
41445 2011-03-12  Pavel Podivilov  <podivilov@chromium.org>
41447         Reviewed by Yury Semikhatsky.
41449         Web Inspector: re-implement xhr breakpoints.
41450         https://bugs.webkit.org/show_bug.cgi?id=56252
41452         * inspector/debugger/xhr-breakpoints-expected.txt: Added.
41453         * inspector/debugger/xhr-breakpoints.html: Added.
41454         * platform/gtk/Skipped:
41455         * platform/mac/Skipped:
41456         * platform/qt/Skipped:
41457         * platform/win/Skipped:
41459 2011-03-15  Pavel Feldman  <pfeldman@chromium.org>
41461         Reviewed by Yury Semikhatsky.
41463         Web Inspector: crash upon "//html//@id" search in elements panel.
41464         https://bugs.webkit.org/show_bug.cgi?id=56334
41466         * inspector/elements/elements-panel-search-expected.txt:
41467         * inspector/elements/elements-panel-search.html:
41469 2011-03-15  Andrey Kosyakov  <caseq@chromium.org>
41471         Unreviewed. Swap two calls to setMonitoringXHREnabled to get rid of side effects on other tests.
41473         * inspector/protocol/console-agent-expected.txt:
41474         * inspector/protocol/console-agent.html:
41476 2011-03-15  Yury Semikhatsky  <yurys@chromium.org>
41478         Reviewed by Pavel Feldman.
41480         Web Inspector: when console.groupEnd calls twice
41481         https://bugs.webkit.org/show_bug.cgi?id=56114
41483         * inspector/console/console-nested-group-expected.txt: Added.
41484         * inspector/console/console-nested-group.html: Added.
41486 2011-03-15  Philippe Normand  <pnormand@igalia.com>
41488         Unreviewed, skip failing media test on GTK.
41490         * platform/gtk/Skipped:
41492 2011-03-15  Alexander Pavlov  <apavlov@chromium.org>
41494         [Chromium] Unreviewed, update test expectations
41496         * platform/chromium/test_expectations.txt:
41498 2011-03-15  Ilya Sherman  <isherman@chromium.org>
41500         Reviewed by David Levin.
41502         Update Chromium test expectations for fast/forms/onchange-setvalueforuser
41503         https://bugs.webkit.org/show_bug.cgi?id=56365
41505         * platform/chromium/fast/forms/onchange-setvalueforuser-expected.txt: Added.
41507 2011-03-14  Ryosuke Niwa  <rniwa@webkit.org>
41509         Another Chromium rebaseline for r81095.
41511         * platform/chromium-win/editing/pasteboard/smart-paste-008-expected.txt:
41513 2011-03-14  MORITA Hajime  <morrita@google.com>
41515         Unreviewed, skipped tests that uses an unsupported DRT API.
41517         * platform/qt/Skipped:
41518         * platform/win/Skipped:
41520 2011-03-14  Alexey Proskuryakov  <ap@apple.com>
41522         Reviewed by Adam Roben.
41524         https://bugs.webkit.org/show_bug.cgi?id=44138
41525         Crashes beneath SocketStreamHandle::readStreamCallback when running WebSocket tests.
41527         * platform/win/Skipped: Unskipped tests that should be fixed now. I couldn't verify that
41528         locally, becasue most WebSocket tests time out on my machine.
41530 2011-03-14  Ryosuke Niwa  <rniwa@webkit.org>
41532         Chromium rebaselines for r81095.
41534         * platform/chromium-linux/editing/deleting/smart-delete-001-expected.txt:
41535         * platform/chromium-linux/editing/deleting/smart-delete-002-expected.txt:
41536         * platform/chromium-linux/editing/pasteboard/smart-drag-drop-expected.txt:
41537         * platform/chromium-linux/editing/pasteboard/smart-paste-003-expected.txt:
41538         * platform/chromium-linux/editing/pasteboard/smart-paste-004-expected.txt:
41539         * platform/chromium-linux/editing/selection/fake-drag-expected.txt: Removed.
41540         * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.txt:
41541         * platform/chromium-win/editing/deleting/smart-delete-001-expected.txt:
41542         * platform/chromium-win/editing/deleting/smart-delete-002-expected.txt:
41543         * platform/chromium-win/editing/pasteboard/smart-drag-drop-expected.txt:
41544         * platform/chromium-win/editing/pasteboard/smart-paste-001-expected.txt:
41545         * platform/chromium-win/editing/pasteboard/smart-paste-003-expected.txt:
41546         * platform/chromium-win/editing/pasteboard/smart-paste-004-expected.txt:
41547         * platform/chromium-win/editing/pasteboard/smart-paste-007-expected.txt:
41548         * platform/chromium-win/editing/selection/after-line-break-expected.txt:
41549         * platform/chromium-win/editing/selection/expanding-selections-expected.txt:
41550         * platform/chromium-win/editing/selection/expanding-selections2-expected.txt:
41551         * platform/chromium-win/editing/selection/fake-drag-expected.txt:
41552         * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.txt:
41553         * platform/chromium-win/editing/selection/triple-click-in-pre-expected.txt:
41555 2011-03-14  Ryosuke Niwa  <rniwa@webkit.org>
41557         GTK and Qt rebaselines for r81095.
41559         * platform/gtk/editing/deleting/smart-delete-001-expected.txt:
41560         * platform/gtk/editing/deleting/smart-delete-002-expected.txt:
41561         * platform/gtk/editing/pasteboard/smart-paste-001-expected.txt:
41562         * platform/gtk/editing/pasteboard/smart-paste-003-expected.txt:
41563         * platform/gtk/editing/pasteboard/smart-paste-004-expected.txt:
41564         * platform/gtk/editing/pasteboard/smart-paste-007-expected.txt:
41565         * platform/gtk/editing/pasteboard/smart-paste-008-expected.txt:
41566         * platform/gtk/editing/selection/expanding-selections-expected.txt:
41567         * platform/gtk/editing/selection/expanding-selections2-expected.txt:
41568         * platform/gtk/editing/selection/fake-drag-expected.txt:
41569         * platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt:
41570         * platform/gtk/editing/selection/triple-click-in-pre-expected.txt:
41571         * platform/qt/editing/deleting/smart-delete-001-expected.txt:
41572         * platform/qt/editing/pasteboard/smart-paste-001-expected.txt:
41573         * platform/qt/editing/pasteboard/smart-paste-003-expected.txt:
41574         * platform/qt/editing/pasteboard/smart-paste-004-expected.txt:
41575         * platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
41576         * platform/qt/editing/selection/expanding-selections-expected.txt:
41577         * platform/qt/editing/selection/expanding-selections2-expected.txt:
41578         * platform/qt/editing/selection/triple-click-in-pre-expected.txt:
41580 2011-03-14  Joseph Pecoraro  <joepeck@webkit.org>
41582         Reviewed by Eric Carlson.
41584         Stalled media elements don't stop delaying the load event
41585         https://bugs.webkit.org/show_bug.cgi?id=56316
41587         * http/tests/media/video-play-stall-before-meta-data-expected.txt: Added.
41588         * http/tests/media/video-play-stall-before-meta-data.html: Added.
41590 2011-03-13  MORITA Hajime  <morrita@google.com>
41592         Reviewed by Tony Chang.
41594         Crash when dragging and dropping in a document with an invalid XHTML header
41595         https://bugs.webkit.org/show_bug.cgi?id=48799
41597         * editing/pasteboard/drop-file-svg.html: Added.
41598         * editing/pasteboard/resources/drop-file-svg.svg: Added.
41600 2011-03-14  Anton Muhin  <antonm@chromium.org>
41602         Reviewed by Adam Barth.
41604         [v8] Rework object group building.
41605         https://bugs.webkit.org/show_bug.cgi?id=55399
41607         Instead of going top-down (from owner to owned elements), go up---from objects
41608         to their group ids.  That fits better to v8's object grouping model and guarantees
41609         that each wrapper belongs to the single group.
41611         Alas, this cannot be implemented for one kind of objects---CSSProperties.
41613         Part of core GC algorithm and tested extensively by exisiting layout tests.
41615         * platform/chromium/test_expectations.txt: Temporary suppress text differences.
41617 2011-03-14  Ryosuke Niwa  <rniwa@webkit.org>
41619         Reviewed by Darin Adler.
41621         EventHandler calls shouldChangeSelection needlessly
41622         https://bugs.webkit.org/show_bug.cgi?id=56324
41624         Since redundant calls to SelectionController::ShouldChangeSelection has been eliminated
41625         some editing delegate dumps have lost redundant shouldChangeSelectedDOMRange.
41627         * editing/selection/after-line-break-expected.txt:
41628         * editing/selection/anchor-focus2-expected.txt:
41629         * editing/selection/anchor-focus3-expected.txt:
41630         * platform/mac/editing/deleting/smart-delete-001-expected.txt:
41631         * platform/mac/editing/deleting/smart-delete-002-expected.txt:
41632         * platform/mac/editing/pasteboard/smart-drag-drop-expected.txt:
41633         * platform/mac/editing/pasteboard/smart-paste-001-expected.txt:
41634         * platform/mac/editing/pasteboard/smart-paste-003-expected.txt:
41635         * platform/mac/editing/pasteboard/smart-paste-004-expected.txt:
41636         * platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
41637         * platform/mac/editing/pasteboard/smart-paste-008-expected.txt:
41638         * platform/mac/editing/selection/expanding-selections-expected.txt:
41639         * platform/mac/editing/selection/expanding-selections2-expected.txt:
41640         * platform/mac/editing/selection/fake-drag-expected.txt:
41641         * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt:
41642         * platform/mac/editing/selection/triple-click-in-pre-expected.txt:
41644 2011-03-14  Ryosuke Niwa  <rniwa@webkit.org>
41646         Mac Leopard rebaselines for r81053 (Grabbed off of Chromium bots).
41648         * platform/mac-leopard/fast/text/atsui-rtl-override-selection-expected.checksum:
41649         * platform/mac-leopard/fast/text/atsui-rtl-override-selection-expected.png:
41650         * platform/mac-leopard/editing/selection/drag-select-1-expected.checksum:
41651         * platform/mac-leopard/editing/selection/drag-select-1-expected.png:
41652         * platform/mac-leopard/editing/selection/fake-drag-expected.checksum:
41653         * platform/mac-leopard/editing/selection/fake-drag-expected.png:
41654         * platform/mac-leopard/editing/selection/inline-closest-leaf-child-expected.checksum:
41655         * platform/mac-leopard/editing/selection/inline-closest-leaf-child-expected.png:
41656         * platform/mac-leopard/svg/custom/mouse-move-on-svg-container-expected.checksum:
41657         * platform/mac-leopard/svg/custom/mouse-move-on-svg-container-expected.png:
41658         * platform/mac-leopard/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum:
41659         * platform/mac-leopard/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
41660         * platform/mac-leopard/svg/custom/mouse-move-on-svg-root-expected.checksum:
41661         * platform/mac-leopard/svg/custom/mouse-move-on-svg-root-expected.png:
41662         * platform/mac-leopard/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum:
41663         * platform/mac-leopard/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
41665 2011-03-14  Kent Tamura  <tkent@chromium.org>
41667         Reviewed by James Robinson.
41669         Assertion failure by form validation message for <select required> with float:left
41670         https://bugs.webkit.org/show_bug.cgi?id=55995
41672         * fast/forms/interactive-validation-select-crash-expected.txt: Added.
41673         * fast/forms/interactive-validation-select-crash.html: Added.
41674         * platform/gtk/Skipped:
41675         * platform/mac/Skipped:
41676         * platform/qt/Skipped:
41677         * platform/win/Skipped:
41679 2011-03-14  Michael Saboff  <msaboff@apple.com>
41681         Reviewed by Gavin Barraclough.
41683         Look-ahead assertions with back references don’t work as expected
41684         https://bugs.webkit.org/show_bug.cgi?id=56082
41686         New tests to verify the corresponding changes.
41688         * fast/regex/assertion-expected.txt: Added.
41689         * fast/regex/assertion.html: Added.
41690         * fast/regex/script-tests/assertion.js: Added.
41692 2011-03-14  David Levin  <levin@chromium.org>
41694         It's the same old song (about the linux debug crash).
41696         * platform/chromium/test_expectations.txt:
41698 2011-03-14  David Levin  <levin@chromium.org>
41700         Add more linux debug crashers to the sad list.
41702         * platform/chromium/test_expectations.txt:
41704 2011-03-14  Martin Robinson  <mrobinson@igalia.com>
41706         Update GTK+ pixel results after r81053.
41708         * platform/gtk/editing/selection/drag-select-1-expected.checksum:
41709         * platform/gtk/editing/selection/drag-select-1-expected.png:
41710         * platform/gtk/editing/selection/fake-drag-expected.checksum: Added.
41711         * platform/gtk/editing/selection/fake-drag-expected.png: Added.
41712         * platform/gtk/editing/selection/inline-closest-leaf-child-expected.checksum: Added.
41713         * platform/gtk/editing/selection/inline-closest-leaf-child-expected.png: Added.
41714         * platform/gtk/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum:
41715         * platform/gtk/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
41716         * platform/gtk/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum:
41717         * platform/gtk/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
41719 2011-03-14  David Levin  <levin@chromium.org>
41721         Upstream test expectations from the chromium repository to WebKit.
41723         * platform/chromium/test_expectations.txt:
41725 2011-03-14  Ryosuke Niwa  <rniwa@webkit.org>
41727         Mac pixel rebaselines for r81053.
41729         * platform/mac/editing/selection/drag-select-1-expected.checksum:
41730         * platform/mac/editing/selection/drag-select-1-expected.png:
41731         * platform/mac/editing/selection/fake-drag-expected.checksum:
41732         * platform/mac/editing/selection/fake-drag-expected.png:
41733         * platform/mac/fast/text/atsui-rtl-override-selection-expected.checksum:
41734         * platform/mac/fast/text/atsui-rtl-override-selection-expected.png:
41735         * platform/mac/svg/custom/mouse-move-on-svg-container-expected.checksum:
41736         * platform/mac/svg/custom/mouse-move-on-svg-container-expected.png:
41737         * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum:
41738         * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
41739         * platform/mac/svg/custom/mouse-move-on-svg-root-expected.checksum:
41740         * platform/mac/svg/custom/mouse-move-on-svg-root-expected.png:
41741         * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum:
41742         * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
41744 2011-03-14  David Levin  <levin@chromium.org>
41746         Update the chromium windows baselines for r81053.
41748         * platform/chromium-win/editing/selection/drag-select-1-expected.checksum:
41749         * platform/chromium-win/editing/selection/drag-select-1-expected.png:
41750         * platform/chromium-win/editing/selection/drag-select-1-expected.txt:
41751         * platform/chromium-win/editing/selection/fake-drag-expected.txt:
41752         * platform/chromium-win/svg/custom/mouse-move-on-svg-container-expected.checksum:
41753         * platform/chromium-win/svg/custom/mouse-move-on-svg-container-expected.png:
41754         * platform/chromium-win/svg/custom/mouse-move-on-svg-container-expected.txt:
41755         * platform/chromium-win/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum:
41756         * platform/chromium-win/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
41757         * platform/chromium-win/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
41758         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.checksum:
41759         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.png:
41760         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.txt:
41761         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum:
41762         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
41763         * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
41765 2011-03-14  Ryosuke Niwa  <rniwa@webkit.org>
41767         GTK rebaselines for r81053.
41769         * platform/gtk/editing/selection/drag-select-1-expected.txt:
41770         * platform/gtk/editing/selection/fake-drag-expected.txt:
41771         * platform/gtk/editing/selection/inline-closest-leaf-child-expected.txt:
41772         * platform/gtk/svg/custom/mouse-move-on-svg-container-expected.txt:
41773         * platform/gtk/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
41774         * platform/gtk/svg/custom/mouse-move-on-svg-root-expected.txt:
41775         * platform/gtk/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
41777 2011-03-14  David Levin  <levin@chromium.org>
41779         Add rebaselines due to two changes:
41780         For r81053, we have
41781            editing/selection/drag-select-1.html, editing/selection/fake-drag.html, svg/custom/mouse-move-on-svg-container-standalone.svg,
41782            svg/custom/mouse-move-on-svg-container.xhtml, svg/custom/mouse-move-on-svg-root-standalone.svg, svg/custom/mouse-move-on-svg-root.xhtml
41784         For r81049, we have
41785            fast/table/overflowHidden.html, fast/table/relative-position-containment.html, fast/table/relative-position-offsets.html, fast/table/relative-position-stacking.html
41787         * platform/chromium-linux/editing/selection/drag-select-1-expected.checksum:
41788         * platform/chromium-linux/editing/selection/drag-select-1-expected.png:
41789         * platform/chromium-linux/editing/selection/drag-select-1-expected.txt: Added.
41790         * platform/chromium-linux/editing/selection/fake-drag-expected.txt: Added.
41791         * platform/chromium-linux/fast/table/relative-position-containment-expected.checksum: Added.
41792         * platform/chromium-linux/fast/table/relative-position-containment-expected.png: Added.
41793         * platform/chromium-linux/fast/table/relative-position-offsets-expected.checksum: Added.
41794         * platform/chromium-linux/fast/table/relative-position-offsets-expected.png: Added.
41795         * platform/chromium-linux/fast/table/relative-position-stacking-expected.checksum: Added.
41796         * platform/chromium-linux/fast/table/relative-position-stacking-expected.png: Added.
41797         * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-expected.checksum:
41798         * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-expected.png:
41799         * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-expected.txt: Added.
41800         * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum:
41801         * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
41802         * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Added.
41803         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.checksum:
41804         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.png:
41805         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.txt: Added.
41806         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum:
41807         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
41808         * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Added.
41809         * platform/chromium-win/fast/table/overflowHidden-expected.txt:
41810         * platform/chromium-win/fast/table/relative-position-containment-expected.checksum: Added.
41811         * platform/chromium-win/fast/table/relative-position-containment-expected.png: Added.
41812         * platform/chromium-win/fast/table/relative-position-containment-expected.txt: Added.
41813         * platform/chromium-win/fast/table/relative-position-offsets-expected.checksum: Added.
41814         * platform/chromium-win/fast/table/relative-position-offsets-expected.png: Added.
41815         * platform/chromium-win/fast/table/relative-position-offsets-expected.txt: Added.
41816         * platform/chromium-win/fast/table/relative-position-stacking-expected.checksum: Added.
41817         * platform/chromium-win/fast/table/relative-position-stacking-expected.png: Added.
41818         * platform/chromium-win/fast/table/relative-position-stacking-expected.txt: Added.
41819         * platform/chromium/test_expectations.txt:
41821 2011-03-14  Ryosuke Niwa  <rniwa@webkit.org>
41823         Removed redundant baselines from Windows port so that rebaselines done in r81059 take effect.
41825         * platform/win/svg/custom/mouse-move-on-svg-container-expected.txt: Removed.
41826         * platform/win/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Removed.
41827         * platform/win/svg/custom/mouse-move-on-svg-root-expected.txt: Removed.
41828         * platform/win/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Removed.
41830 2011-03-14  Luiz Agostini  <luiz.agostini@openbossa.org>
41832         Skipping some tests on Windows due to problems on mouse click handling.
41833         See https://bugs.webkit.org/show_bug.cgi?id=56347.
41835         * platform/win/Skipped:
41837 2011-03-14  Luiz Agostini  <luiz.agostini@openbossa.org>
41839         Adjusting Snow Leopard expected results after r81035.
41841         * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt: Added.
41842         * platform/mac/fast/html/details-add-summary-1-expected.txt: Added.
41843         * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt: Added.
41844         * platform/mac/fast/html/details-add-summary-10-expected.txt: Added.
41845         * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt: Added.
41846         * platform/mac/fast/html/details-add-summary-2-expected.txt: Added.
41847         * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt: Added.
41848         * platform/mac/fast/html/details-add-summary-3-expected.txt: Added.
41849         * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt: Added.
41850         * platform/mac/fast/html/details-add-summary-4-expected.txt: Added.
41851         * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt: Added.
41852         * platform/mac/fast/html/details-add-summary-5-expected.txt: Added.
41853         * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt: Added.
41854         * platform/mac/fast/html/details-add-summary-6-expected.txt: Added.
41855         * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt: Added.
41856         * platform/mac/fast/html/details-add-summary-7-expected.txt: Added.
41857         * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt: Added.
41858         * platform/mac/fast/html/details-add-summary-8-expected.txt: Added.
41859         * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt: Added.
41860         * platform/mac/fast/html/details-add-summary-9-expected.txt: Added.
41861         * platform/mac/fast/html/details-no-summary1-expected.txt: Added.
41862         * platform/mac/fast/html/details-no-summary2-expected.txt: Added.
41863         * platform/mac/fast/html/details-no-summary3-expected.txt: Added.
41864         * platform/mac/fast/html/details-no-summary4-expected.txt: Added.
41865         * platform/mac/fast/html/details-open-javascript-expected.txt: Added.
41866         * platform/mac/fast/html/details-open1-expected.txt: Added.
41867         * platform/mac/fast/html/details-open2-expected.txt: Added.
41868         * platform/mac/fast/html/details-open3-expected.txt: Added.
41869         * platform/mac/fast/html/details-open4-expected.txt: Added.
41870         * platform/mac/fast/html/details-open5-expected.txt: Added.
41871         * platform/mac/fast/html/details-open6-expected.txt: Added.
41872         * platform/mac/fast/html/details-position-expected.txt: Added.
41873         * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt: Added.
41874         * platform/mac/fast/html/details-remove-summary-1-expected.txt: Added.
41875         * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt: Added.
41876         * platform/mac/fast/html/details-remove-summary-2-expected.txt: Added.
41877         * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt: Added.
41878         * platform/mac/fast/html/details-remove-summary-3-expected.txt: Added.
41879         * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt: Added.
41880         * platform/mac/fast/html/details-remove-summary-4-expected.txt: Added.
41881         * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt: Added.
41882         * platform/mac/fast/html/details-remove-summary-5-expected.txt: Added.
41883         * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt: Added.
41884         * platform/mac/fast/html/details-remove-summary-6-expected.txt: Added.
41885         * platform/mac/fast/html/details-writing-mode-expected.txt: Added.
41886         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
41888 2011-03-14  Ryosuke Niwa  <rniwa@webkit.org>
41890         Qt rebaselines for r81053.
41892         * platform/qt/editing/selection/drag-select-1-expected.txt:
41893         * platform/qt/svg/custom/mouse-move-on-svg-container-expected.txt:
41894         * platform/qt/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
41895         * platform/qt/svg/custom/mouse-move-on-svg-root-expected.txt:
41896         * platform/qt/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
41898 2011-03-14  Ryosuke Niwa  <rniwa@webkit.org>
41900         Mac rebaselines for r81053.
41902         * platform/mac/fast/text/atsui-rtl-override-selection-expected.txt:
41903         * platform/mac/svg/custom/mouse-move-on-svg-container-expected.txt:
41904         * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
41905         * platform/mac/svg/custom/mouse-move-on-svg-root-expected.txt:
41906         * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
41908 2011-03-13  Andy Estes  <aestes@apple.com>
41910         Reviewed by Darin Adler.
41912         Timer-based events should inherit the user gesture state of their
41913         originating event in certain cases.
41914         https://bugs.webkit.org/show_bug.cgi?id=55104
41916         * fast/events/popup-blocking-timers-expected.txt: Added.
41917         * fast/events/popup-blocking-timers.html: Added.
41919 2011-03-09  Levi Weintraub  <leviw@chromium.org>
41921         Reviewed by Ryosuke Niwa.
41923         Deleting content directly following a button inserts an unnecessary placeholder
41924         https://bugs.webkit.org/show_bug.cgi?id=56053
41926         Test to ensure unnecessary placeholders aren't inserted after buttons when delete is pressed.
41928         * editing/deleting/delete-inserts-br-after-button-expected.txt: Added.
41929         * editing/deleting/delete-inserts-br-after-button.html: Added.
41931 2011-03-14  David Hyatt  <hyatt@apple.com>
41933         Reviewed by Dan Bernstein.
41935         https://bugs.webkit.org/show_bug.cgi?id=45164
41937         REGRESSION: <a><img align=top></a> Clickable area too large
41939         Make sure to clamp hit testing of quirky inline flow boxes the same way we already clamped
41940         painting.
41942         * fast/inline/inline-position-top-align-expected.txt: Added.
41943         * fast/inline/inline-position-top-align.html: Added.
41945 2011-03-11  Ryosuke Niwa  <rniwa@webkit.org>
41947         Reviewed by Tony Chang.
41949         Selection uses first mousemove's localRect instead of that of mousedown
41950         https://bugs.webkit.org/show_bug.cgi?id=56213
41952         Added a test to ensure the selection start is computed using the mouse coordinates passed down
41953         to the corresponding mousedown event instead of that of the first mousemove event.
41955         The test is co-authored by Evan Martin.
41957         * editing/selection/anchor-focus2-expected.txt: Editing delegate changes.
41958         * editing/selection/anchor-focus3-expected.txt: Ditto.
41959         * editing/selection/drag-select-rapidly-expected.txt: Added.
41960         * editing/selection/drag-select-rapidly.html: Added.
41961         * platform/mac/editing/selection/drag-select-1-expected.txt: Selects the correct range of text.
41962         * platform/mac/editing/selection/fake-drag-expected.txt: Ditto.
41963         * platform/mac/editing/selection/inline-closest-leaf-child-expected.txt: Ditto.
41965 2011-03-14  David Levin  <levin@chromium.org>
41967         Add a baseline for linux for this test since it matches what we have for OSX
41968         except for the typical minor font differences.
41970         * platform/chromium-linux/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum: Added.
41971         * platform/chromium-linux/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
41972         * platform/chromium-linux/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt: Added.
41973         * platform/chromium/test_expectations.txt:
41975 2011-03-14  David Hyatt  <hyatt@apple.com>
41977         Reviewed by Beth Dakin.
41979         https://bugs.webkit.org/show_bug.cgi?id=56246
41981         Add support for relative positioning to table cells.   Back out the code that hacked around the lack of support
41982         for offsetLeft, and add new tests to demonstrate that relative positioning works.
41984         * fast/table/relative-position-containment.html: Added.
41985         * fast/table/relative-position-offsets.html: Added.
41986         * fast/table/relative-position-stacking.html: Added.
41987         * platform/mac/fast/table/overflowHidden-expected.txt:
41988         * platform/mac/fast/table/relative-position-containment-expected.checksum: Added.
41989         * platform/mac/fast/table/relative-position-containment-expected.png: Added.
41990         * platform/mac/fast/table/relative-position-containment-expected.txt: Added.
41991         * platform/mac/fast/table/relative-position-offsets-expected.checksum: Added.
41992         * platform/mac/fast/table/relative-position-offsets-expected.png: Added.
41993         * platform/mac/fast/table/relative-position-offsets-expected.txt: Added.
41994         * platform/mac/fast/table/relative-position-stacking-expected.checksum: Added.
41995         * platform/mac/fast/table/relative-position-stacking-expected.png: Added.
41996         * platform/mac/fast/table/relative-position-stacking-expected.txt: Added.
41998 2011-03-14  David Levin  <levin@chromium.org>
42000         Improvements for the mondo linux debug failure list changes:
42001          + Add more tests that belong there.
42002          + Sort the tests that are there.
42003          + Add PASS to the lines that are there since these tests are known to pass and a passing
42004            result for them shouldn't cause a test run to go orange.
42006         * platform/chromium/test_expectations.txt:
42008 2011-03-14  David Levin  <levin@chromium.org>
42010         Rebaselines due to r81035.
42011         Also, added yet more tests to the linux debug crash sweeping through the layout tests.
42013         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.checksum: Added.
42014         * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png: Added.
42015         * platform/chromium-linux/fast/html/details-add-summary-1-expected.checksum: Added.
42016         * platform/chromium-linux/fast/html/details-add-summary-1-expected.png: Added.
42017         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.checksum: Added.
42018         * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png: Added.
42019         * platform/chromium-linux/fast/html/details-add-summary-10-expected.checksum: Added.
42020         * platform/chromium-linux/fast/html/details-add-summary-10-expected.png: Added.
42021         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.checksum: Added.
42022         * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png: Added.
42023         * platform/chromium-linux/fast/html/details-add-summary-2-expected.checksum: Added.
42024         * platform/chromium-linux/fast/html/details-add-summary-2-expected.png: Added.
42025         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.checksum: Added.
42026         * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png: Added.
42027         * platform/chromium-linux/fast/html/details-add-summary-3-expected.checksum: Added.
42028         * platform/chromium-linux/fast/html/details-add-summary-3-expected.png: Added.
42029         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.checksum: Added.
42030         * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png: Added.
42031         * platform/chromium-linux/fast/html/details-add-summary-4-expected.checksum: Added.
42032         * platform/chromium-linux/fast/html/details-add-summary-4-expected.png: Added.
42033         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.checksum: Added.
42034         * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png: Added.
42035         * platform/chromium-linux/fast/html/details-add-summary-5-expected.checksum: Added.
42036         * platform/chromium-linux/fast/html/details-add-summary-5-expected.png: Added.
42037         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.checksum: Added.
42038         * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png: Added.
42039         * platform/chromium-linux/fast/html/details-add-summary-6-expected.checksum: Added.
42040         * platform/chromium-linux/fast/html/details-add-summary-6-expected.png: Added.
42041         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.checksum: Added.
42042         * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png: Added.
42043         * platform/chromium-linux/fast/html/details-add-summary-7-expected.checksum: Added.
42044         * platform/chromium-linux/fast/html/details-add-summary-7-expected.png: Added.
42045         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.checksum: Added.
42046         * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png: Added.
42047         * platform/chromium-linux/fast/html/details-add-summary-8-expected.checksum: Added.
42048         * platform/chromium-linux/fast/html/details-add-summary-8-expected.png: Added.
42049         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.checksum: Added.
42050         * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png: Added.
42051         * platform/chromium-linux/fast/html/details-add-summary-9-expected.checksum: Added.
42052         * platform/chromium-linux/fast/html/details-add-summary-9-expected.png: Added.
42053         * platform/chromium-linux/fast/html/details-no-summary1-expected.checksum: Added.
42054         * platform/chromium-linux/fast/html/details-no-summary1-expected.png: Added.
42055         * platform/chromium-linux/fast/html/details-no-summary2-expected.checksum: Added.
42056         * platform/chromium-linux/fast/html/details-no-summary2-expected.png: Added.
42057         * platform/chromium-linux/fast/html/details-no-summary3-expected.checksum: Added.
42058         * platform/chromium-linux/fast/html/details-no-summary3-expected.png: Added.
42059         * platform/chromium-linux/fast/html/details-no-summary4-expected.checksum: Added.
42060         * platform/chromium-linux/fast/html/details-no-summary4-expected.png: Added.
42061         * platform/chromium-linux/fast/html/details-open-javascript-expected.checksum: Added.
42062         * platform/chromium-linux/fast/html/details-open-javascript-expected.png: Added.
42063         * platform/chromium-linux/fast/html/details-open1-expected.checksum: Added.
42064         * platform/chromium-linux/fast/html/details-open1-expected.png: Added.
42065         * platform/chromium-linux/fast/html/details-open2-expected.checksum: Added.
42066         * platform/chromium-linux/fast/html/details-open2-expected.png: Added.
42067         * platform/chromium-linux/fast/html/details-open3-expected.checksum: Added.
42068         * platform/chromium-linux/fast/html/details-open3-expected.png: Added.
42069         * platform/chromium-linux/fast/html/details-open4-expected.checksum: Added.
42070         * platform/chromium-linux/fast/html/details-open4-expected.png: Added.
42071         * platform/chromium-linux/fast/html/details-open5-expected.checksum: Added.
42072         * platform/chromium-linux/fast/html/details-open5-expected.png: Added.
42073         * platform/chromium-linux/fast/html/details-open6-expected.checksum: Added.
42074         * platform/chromium-linux/fast/html/details-open6-expected.png: Added.
42075         * platform/chromium-linux/fast/html/details-position-expected.checksum: Added.
42076         * platform/chromium-linux/fast/html/details-position-expected.png: Added.
42077         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.checksum: Added.
42078         * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png: Added.
42079         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.checksum: Added.
42080         * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png: Added.
42081         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.checksum: Added.
42082         * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png: Added.
42083         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.checksum: Added.
42084         * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png: Added.
42085         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.checksum: Added.
42086         * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png: Added.
42087         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.checksum: Added.
42088         * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png: Added.
42089         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.checksum: Added.
42090         * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png: Added.
42091         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.checksum: Added.
42092         * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png: Added.
42093         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.checksum: Added.
42094         * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png: Added.
42095         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.checksum: Added.
42096         * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png: Added.
42097         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.checksum: Added.
42098         * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png: Added.
42099         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.checksum: Added.
42100         * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png: Added.
42101         * platform/chromium-linux/fast/html/details-writing-mode-expected.checksum: Added.
42102         * platform/chromium-linux/fast/html/details-writing-mode-expected.png: Added.
42103         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.checksum: Added.
42104         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Added.
42105         * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt: Added.
42106         * platform/chromium-mac/fast/html/details-add-summary-1-expected.checksum: Added.
42107         * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Added.
42108         * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt: Added.
42109         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.checksum: Added.
42110         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Added.
42111         * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt: Added.
42112         * platform/chromium-mac/fast/html/details-add-summary-10-expected.checksum: Added.
42113         * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Added.
42114         * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt: Added.
42115         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.checksum: Added.
42116         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Added.
42117         * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt: Added.
42118         * platform/chromium-mac/fast/html/details-add-summary-2-expected.checksum: Added.
42119         * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Added.
42120         * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt: Added.
42121         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.checksum: Added.
42122         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Added.
42123         * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt: Added.
42124         * platform/chromium-mac/fast/html/details-add-summary-3-expected.checksum: Added.
42125         * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Added.
42126         * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt: Added.
42127         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.checksum: Added.
42128         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Added.
42129         * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt: Added.
42130         * platform/chromium-mac/fast/html/details-add-summary-4-expected.checksum: Added.
42131         * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Added.
42132         * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt: Added.
42133         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.checksum: Added.
42134         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Added.
42135         * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt: Added.
42136         * platform/chromium-mac/fast/html/details-add-summary-5-expected.checksum: Added.
42137         * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Added.
42138         * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt: Added.
42139         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.checksum: Added.
42140         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Added.
42141         * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt: Added.
42142         * platform/chromium-mac/fast/html/details-add-summary-6-expected.checksum: Added.
42143         * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Added.
42144         * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt: Added.
42145         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.checksum: Added.
42146         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Added.
42147         * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt: Added.
42148         * platform/chromium-mac/fast/html/details-add-summary-7-expected.checksum: Added.
42149         * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Added.
42150         * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt: Added.
42151         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.checksum: Added.
42152         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Added.
42153         * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt: Added.
42154         * platform/chromium-mac/fast/html/details-add-summary-8-expected.checksum: Added.
42155         * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Added.
42156         * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt: Added.
42157         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.checksum: Added.
42158         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Added.
42159         * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt: Added.
42160         * platform/chromium-mac/fast/html/details-add-summary-9-expected.checksum: Added.
42161         * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Added.
42162         * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt: Added.
42163         * platform/chromium-mac/fast/html/details-no-summary1-expected.checksum: Added.
42164         * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Added.
42165         * platform/chromium-mac/fast/html/details-no-summary1-expected.txt: Added.
42166         * platform/chromium-mac/fast/html/details-no-summary2-expected.checksum: Added.
42167         * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Added.
42168         * platform/chromium-mac/fast/html/details-no-summary2-expected.txt: Added.
42169         * platform/chromium-mac/fast/html/details-no-summary3-expected.checksum: Added.
42170         * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Added.
42171         * platform/chromium-mac/fast/html/details-no-summary3-expected.txt: Added.
42172         * platform/chromium-mac/fast/html/details-no-summary4-expected.checksum: Added.
42173         * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Added.
42174         * platform/chromium-mac/fast/html/details-no-summary4-expected.txt: Added.
42175         * platform/chromium-mac/fast/html/details-open-javascript-expected.checksum: Added.
42176         * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Added.
42177         * platform/chromium-mac/fast/html/details-open-javascript-expected.txt: Added.
42178         * platform/chromium-mac/fast/html/details-open1-expected.checksum: Added.
42179         * platform/chromium-mac/fast/html/details-open1-expected.png: Added.
42180         * platform/chromium-mac/fast/html/details-open1-expected.txt: Added.
42181         * platform/chromium-mac/fast/html/details-open2-expected.checksum: Added.
42182         * platform/chromium-mac/fast/html/details-open2-expected.png: Added.
42183         * platform/chromium-mac/fast/html/details-open2-expected.txt: Added.
42184         * platform/chromium-mac/fast/html/details-open3-expected.checksum: Added.
42185         * platform/chromium-mac/fast/html/details-open3-expected.png: Added.
42186         * platform/chromium-mac/fast/html/details-open3-expected.txt: Added.
42187         * platform/chromium-mac/fast/html/details-open4-expected.checksum: Added.
42188         * platform/chromium-mac/fast/html/details-open4-expected.png: Added.
42189         * platform/chromium-mac/fast/html/details-open4-expected.txt: Added.
42190         * platform/chromium-mac/fast/html/details-open5-expected.checksum: Added.
42191         * platform/chromium-mac/fast/html/details-open5-expected.png: Added.
42192         * platform/chromium-mac/fast/html/details-open5-expected.txt: Added.
42193         * platform/chromium-mac/fast/html/details-open6-expected.checksum: Added.
42194         * platform/chromium-mac/fast/html/details-open6-expected.png: Added.
42195         * platform/chromium-mac/fast/html/details-open6-expected.txt: Added.
42196         * platform/chromium-mac/fast/html/details-position-expected.checksum: Added.
42197         * platform/chromium-mac/fast/html/details-position-expected.png: Added.
42198         * platform/chromium-mac/fast/html/details-position-expected.txt: Added.
42199         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.checksum: Added.
42200         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Added.
42201         * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt: Added.
42202         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.checksum: Added.
42203         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Added.
42204         * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt: Added.
42205         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.checksum: Added.
42206         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Added.
42207         * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt: Added.
42208         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.checksum: Added.
42209         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Added.
42210         * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt: Added.
42211         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.checksum: Added.
42212         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Added.
42213         * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt: Added.
42214         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.checksum: Added.
42215         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Added.
42216         * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt: Added.
42217         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.checksum: Added.
42218         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Added.
42219         * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt: Added.
42220         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.checksum: Added.
42221         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Added.
42222         * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt: Added.
42223         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.checksum: Added.
42224         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Added.
42225         * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt: Added.
42226         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.checksum: Added.
42227         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Added.
42228         * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt: Added.
42229         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.checksum: Added.
42230         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Added.
42231         * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt: Added.
42232         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.checksum: Added.
42233         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Added.
42234         * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt: Added.
42235         * platform/chromium-mac/fast/html/details-writing-mode-expected.checksum: Added.
42236         * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Added.
42237         * platform/chromium-mac/fast/html/details-writing-mode-expected.txt: Added.
42238         * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
42239         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.checksum: Added.
42240         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png: Added.
42241         * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt: Added.
42242         * platform/chromium-win/fast/html/details-add-summary-1-expected.checksum: Added.
42243         * platform/chromium-win/fast/html/details-add-summary-1-expected.png: Added.
42244         * platform/chromium-win/fast/html/details-add-summary-1-expected.txt: Added.
42245         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.checksum: Added.
42246         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png: Added.
42247         * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt: Added.
42248         * platform/chromium-win/fast/html/details-add-summary-10-expected.checksum: Added.
42249         * platform/chromium-win/fast/html/details-add-summary-10-expected.png: Added.
42250         * platform/chromium-win/fast/html/details-add-summary-10-expected.txt: Added.
42251         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.checksum: Added.
42252         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png: Added.
42253         * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt: Added.
42254         * platform/chromium-win/fast/html/details-add-summary-2-expected.checksum: Added.
42255         * platform/chromium-win/fast/html/details-add-summary-2-expected.png: Added.
42256         * platform/chromium-win/fast/html/details-add-summary-2-expected.txt: Added.
42257         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.checksum: Added.
42258         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png: Added.
42259         * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt: Added.
42260         * platform/chromium-win/fast/html/details-add-summary-3-expected.checksum: Added.
42261         * platform/chromium-win/fast/html/details-add-summary-3-expected.png: Added.
42262         * platform/chromium-win/fast/html/details-add-summary-3-expected.txt: Added.
42263         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.checksum: Added.
42264         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png: Added.
42265         * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt: Added.
42266         * platform/chromium-win/fast/html/details-add-summary-4-expected.checksum: Added.
42267         * platform/chromium-win/fast/html/details-add-summary-4-expected.png: Added.
42268         * platform/chromium-win/fast/html/details-add-summary-4-expected.txt: Added.
42269         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.checksum: Added.
42270         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png: Added.
42271         * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt: Added.
42272         * platform/chromium-win/fast/html/details-add-summary-5-expected.checksum: Added.
42273         * platform/chromium-win/fast/html/details-add-summary-5-expected.png: Added.
42274         * platform/chromium-win/fast/html/details-add-summary-5-expected.txt: Added.
42275         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.checksum: Added.
42276         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png: Added.
42277         * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt: Added.
42278         * platform/chromium-win/fast/html/details-add-summary-6-expected.checksum: Added.
42279         * platform/chromium-win/fast/html/details-add-summary-6-expected.png: Added.
42280         * platform/chromium-win/fast/html/details-add-summary-6-expected.txt: Added.
42281         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.checksum: Added.
42282         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png: Added.
42283         * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt: Added.
42284         * platform/chromium-win/fast/html/details-add-summary-7-expected.checksum: Added.
42285         * platform/chromium-win/fast/html/details-add-summary-7-expected.png: Added.
42286         * platform/chromium-win/fast/html/details-add-summary-7-expected.txt: Added.
42287         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.checksum: Added.
42288         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png: Added.
42289         * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt: Added.
42290         * platform/chromium-win/fast/html/details-add-summary-8-expected.checksum: Added.
42291         * platform/chromium-win/fast/html/details-add-summary-8-expected.png: Added.
42292         * platform/chromium-win/fast/html/details-add-summary-8-expected.txt: Added.
42293         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.checksum: Added.
42294         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png: Added.
42295         * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt: Added.
42296         * platform/chromium-win/fast/html/details-add-summary-9-expected.checksum: Added.
42297         * platform/chromium-win/fast/html/details-add-summary-9-expected.png: Added.
42298         * platform/chromium-win/fast/html/details-add-summary-9-expected.txt: Added.
42299         * platform/chromium-win/fast/html/details-no-summary1-expected.checksum: Added.
42300         * platform/chromium-win/fast/html/details-no-summary1-expected.png: Added.
42301         * platform/chromium-win/fast/html/details-no-summary1-expected.txt: Added.
42302         * platform/chromium-win/fast/html/details-no-summary2-expected.checksum: Added.
42303         * platform/chromium-win/fast/html/details-no-summary2-expected.png: Added.
42304         * platform/chromium-win/fast/html/details-no-summary2-expected.txt: Added.
42305         * platform/chromium-win/fast/html/details-no-summary3-expected.checksum: Added.
42306         * platform/chromium-win/fast/html/details-no-summary3-expected.png: Added.
42307         * platform/chromium-win/fast/html/details-no-summary3-expected.txt: Added.
42308         * platform/chromium-win/fast/html/details-no-summary4-expected.checksum: Added.
42309         * platform/chromium-win/fast/html/details-no-summary4-expected.png: Added.
42310         * platform/chromium-win/fast/html/details-no-summary4-expected.txt: Added.
42311         * platform/chromium-win/fast/html/details-open-javascript-expected.checksum: Added.
42312         * platform/chromium-win/fast/html/details-open-javascript-expected.png: Added.
42313         * platform/chromium-win/fast/html/details-open-javascript-expected.txt: Added.
42314         * platform/chromium-win/fast/html/details-open1-expected.checksum: Added.
42315         * platform/chromium-win/fast/html/details-open1-expected.png: Added.
42316         * platform/chromium-win/fast/html/details-open1-expected.txt: Added.
42317         * platform/chromium-win/fast/html/details-open2-expected.checksum: Added.
42318         * platform/chromium-win/fast/html/details-open2-expected.png: Added.
42319         * platform/chromium-win/fast/html/details-open2-expected.txt: Added.
42320         * platform/chromium-win/fast/html/details-open3-expected.checksum: Added.
42321         * platform/chromium-win/fast/html/details-open3-expected.png: Added.
42322         * platform/chromium-win/fast/html/details-open3-expected.txt: Added.
42323         * platform/chromium-win/fast/html/details-open4-expected.checksum: Added.
42324         * platform/chromium-win/fast/html/details-open4-expected.png: Added.
42325         * platform/chromium-win/fast/html/details-open4-expected.txt: Added.
42326         * platform/chromium-win/fast/html/details-open5-expected.checksum: Added.
42327         * platform/chromium-win/fast/html/details-open5-expected.png: Added.
42328         * platform/chromium-win/fast/html/details-open5-expected.txt: Added.
42329         * platform/chromium-win/fast/html/details-open6-expected.checksum: Added.
42330         * platform/chromium-win/fast/html/details-open6-expected.png: Added.
42331         * platform/chromium-win/fast/html/details-open6-expected.txt: Added.
42332         * platform/chromium-win/fast/html/details-position-expected.checksum: Added.
42333         * platform/chromium-win/fast/html/details-position-expected.png: Added.
42334         * platform/chromium-win/fast/html/details-position-expected.txt: Added.
42335         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.checksum: Added.
42336         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png: Added.
42337         * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt: Added.
42338         * platform/chromium-win/fast/html/details-remove-summary-1-expected.checksum: Added.
42339         * platform/chromium-win/fast/html/details-remove-summary-1-expected.png: Added.
42340         * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt: Added.
42341         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.checksum: Added.
42342         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png: Added.
42343         * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt: Added.
42344         * platform/chromium-win/fast/html/details-remove-summary-2-expected.checksum: Added.
42345         * platform/chromium-win/fast/html/details-remove-summary-2-expected.png: Added.
42346         * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt: Added.
42347         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.checksum: Added.
42348         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png: Added.
42349         * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt: Added.
42350         * platform/chromium-win/fast/html/details-remove-summary-3-expected.checksum: Added.
42351         * platform/chromium-win/fast/html/details-remove-summary-3-expected.png: Added.
42352         * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt: Added.
42353         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.checksum: Added.
42354         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png: Added.
42355         * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt: Added.
42356         * platform/chromium-win/fast/html/details-remove-summary-4-expected.checksum: Added.
42357         * platform/chromium-win/fast/html/details-remove-summary-4-expected.png: Added.
42358         * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt: Added.
42359         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.checksum: Added.
42360         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png: Added.
42361         * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt: Added.
42362         * platform/chromium-win/fast/html/details-remove-summary-5-expected.checksum: Added.
42363         * platform/chromium-win/fast/html/details-remove-summary-5-expected.png: Added.
42364         * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt: Added.
42365         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.checksum: Added.
42366         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png: Added.
42367         * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt: Added.
42368         * platform/chromium-win/fast/html/details-remove-summary-6-expected.checksum: Added.
42369         * platform/chromium-win/fast/html/details-remove-summary-6-expected.png: Added.
42370         * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt: Added.
42371         * platform/chromium-win/fast/html/details-writing-mode-expected.checksum: Added.
42372         * platform/chromium-win/fast/html/details-writing-mode-expected.png: Added.
42373         * platform/chromium-win/fast/html/details-writing-mode-expected.txt: Added.
42374         * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
42375         * platform/chromium/test_expectations.txt:
42377 2011-03-12  Jer Noble  <jer.noble@apple.com>
42379         Reviewed by Eric Carlson.
42381         FullScreen: Handle entering full screen security restrictions
42382         https://bugs.webkit.org/show_bug.cgi?id=56264
42384         * fullscreen/full-screen-css.html: Use runWithKeyDown.
42385         * fullscreen/full-screen-remove-ancestor.html: Ditto.
42386         * fullscreen/full-screen-remove.html: Ditto.
42387         * fullscreen/full-screen-request.html: Ditto.
42388         * fullscreen/full-screen-twice.html: Ditto.
42389         * fullscreen/full-screen-test.js:
42390         * fullscreen/full-screen-iframe-allowed-expected.txt: Added.
42391         * fullscreen/full-screen-iframe-allowed.html: Added.
42392         * fullscreen/full-screen-iframe-not-allowed-expected.txt: Added.
42393         * fullscreen/full-screen-iframe-not-allowed.html: Added.
42394         (runWithKeyDown): Added.  Wraps the command in a keyDown/keyPress
42395             listener.
42396         * platform/mac-wk2/Skipped: Added new tests to skipped list.
42397         * platform/qt-wk2/Skipped: Ditto.
42399 2011-02-28  Luiz Agostini  <luiz.agostini@openbossa.org>
42401         Reviewed by Dave Hyatt.
42403         HTML5 <details> and <summary>: rendering
42404         https://bugs.webkit.org/show_bug.cgi?id=51071
42406         * fast/html/details-add-summary-1-and-click.html: Added.
42407         * fast/html/details-add-summary-1.html: Added.
42408         * fast/html/details-add-summary-10-and-click.html: Added.
42409         * fast/html/details-add-summary-10.html: Added.
42410         * fast/html/details-add-summary-2-and-click.html: Added.
42411         * fast/html/details-add-summary-2.html: Added.
42412         * fast/html/details-add-summary-3-and-click.html: Added.
42413         * fast/html/details-add-summary-3.html: Added.
42414         * fast/html/details-add-summary-4-and-click.html: Added.
42415         * fast/html/details-add-summary-4.html: Added.
42416         * fast/html/details-add-summary-5-and-click.html: Added.
42417         * fast/html/details-add-summary-5.html: Added.
42418         * fast/html/details-add-summary-6-and-click.html: Added.
42419         * fast/html/details-add-summary-6.html: Added.
42420         * fast/html/details-add-summary-7-and-click.html: Added.
42421         * fast/html/details-add-summary-7.html: Added.
42422         * fast/html/details-add-summary-8-and-click.html: Added.
42423         * fast/html/details-add-summary-8.html: Added.
42424         * fast/html/details-add-summary-9-and-click.html: Added.
42425         * fast/html/details-add-summary-9.html: Added.
42426         * fast/html/details-mouse-click-expected.txt: Added.
42427         * fast/html/details-mouse-click.html: Added.
42428         * fast/html/details-no-summary1.html: Added.
42429         * fast/html/details-no-summary2.html: Added.
42430         * fast/html/details-no-summary3.html: Added.
42431         * fast/html/details-no-summary4.html: Added.
42432         * fast/html/details-open-javascript.html: Added.
42433         * fast/html/details-open1.html: Added.
42434         * fast/html/details-open2.html: Added.
42435         * fast/html/details-open3.html: Added.
42436         * fast/html/details-open4.html: Added.
42437         * fast/html/details-open5.html: Added.
42438         * fast/html/details-open6.html: Added.
42439         * fast/html/details-position.html: Added.
42440         * fast/html/details-remove-summary-1-and-click.html: Added.
42441         * fast/html/details-remove-summary-1.html: Added.
42442         * fast/html/details-remove-summary-2-and-click.html: Added.
42443         * fast/html/details-remove-summary-2.html: Added.
42444         * fast/html/details-remove-summary-3-and-click.html: Added.
42445         * fast/html/details-remove-summary-3.html: Added.
42446         * fast/html/details-remove-summary-4-and-click.html: Added.
42447         * fast/html/details-remove-summary-4.html: Added.
42448         * fast/html/details-remove-summary-5-and-click.html: Added.
42449         * fast/html/details-remove-summary-5.html: Added.
42450         * fast/html/details-remove-summary-6-and-click.html: Added.
42451         * fast/html/details-remove-summary-6.html: Added.
42452         * fast/html/details-writing-mode.html: Added.
42453         * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt: Added.
42454         * platform/qt/fast/html/details-add-summary-1-expected.txt: Added.
42455         * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt: Added.
42456         * platform/qt/fast/html/details-add-summary-10-expected.txt: Added.
42457         * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt: Added.
42458         * platform/qt/fast/html/details-add-summary-2-expected.txt: Added.
42459         * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt: Added.
42460         * platform/qt/fast/html/details-add-summary-3-expected.txt: Added.
42461         * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt: Added.
42462         * platform/qt/fast/html/details-add-summary-4-expected.txt: Added.
42463         * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt: Added.
42464         * platform/qt/fast/html/details-add-summary-5-expected.txt: Added.
42465         * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt: Added.
42466         * platform/qt/fast/html/details-add-summary-6-expected.txt: Added.
42467         * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt: Added.
42468         * platform/qt/fast/html/details-add-summary-7-expected.txt: Added.
42469         * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt: Added.
42470         * platform/qt/fast/html/details-add-summary-8-expected.txt: Added.
42471         * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt: Added.
42472         * platform/qt/fast/html/details-add-summary-9-expected.txt: Added.
42473         * platform/qt/fast/html/details-no-summary1-expected.txt: Added.
42474         * platform/qt/fast/html/details-no-summary2-expected.txt: Added.
42475         * platform/qt/fast/html/details-no-summary3-expected.txt: Added.
42476         * platform/qt/fast/html/details-no-summary4-expected.txt: Added.
42477         * platform/qt/fast/html/details-open-javascript-expected.txt: Added.
42478         * platform/qt/fast/html/details-open1-expected.txt: Added.
42479         * platform/qt/fast/html/details-open2-expected.txt: Added.
42480         * platform/qt/fast/html/details-open3-expected.txt: Added.
42481         * platform/qt/fast/html/details-open4-expected.txt: Added.
42482         * platform/qt/fast/html/details-open5-expected.txt: Added.
42483         * platform/qt/fast/html/details-open6-expected.txt: Added.
42484         * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt: Added.
42485         * platform/qt/fast/html/details-remove-summary-1-expected.txt: Added.
42486         * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt: Added.
42487         * platform/qt/fast/html/details-remove-summary-2-expected.txt: Added.
42488         * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt: Added.
42489         * platform/qt/fast/html/details-remove-summary-3-expected.txt: Added.
42490         * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt: Added.
42491         * platform/qt/fast/html/details-remove-summary-4-expected.txt: Added.
42492         * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt: Added.
42493         * platform/qt/fast/html/details-remove-summary-5-expected.txt: Added.
42494         * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt: Added.
42495         * platform/qt/fast/html/details-remove-summary-6-expected.txt: Added.
42496         * platform/qt/fast/html/details-writing-mode-expected.txt: Added.
42497         * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
42499 2011-03-14  Sheriff Bot  <webkit.review.bot@gmail.com>
42501         Unreviewed, rolling out r81026.
42502         http://trac.webkit.org/changeset/81026
42503         https://bugs.webkit.org/show_bug.cgi?id=56313
42505         Breaks gtk 64-bit tests (Requested by podivilov on #webkit).
42507         * inspector/debugger/xhr-breakpoints-expected.txt: Removed.
42508         * inspector/debugger/xhr-breakpoints.html: Removed.
42509         * platform/gtk/Skipped:
42510         * platform/mac/Skipped:
42511         * platform/qt/Skipped:
42512         * platform/win/Skipped:
42514 2011-03-14  Mikhail Naganov  <mnaganov@chromium.org>
42516         Reviewed by Pavel Feldman.
42518         Web Inspector: Factor out binary search algo from the insertionIndexForObjectInListSortedByFunction function.
42519         https://bugs.webkit.org/show_bug.cgi?id=56312
42521         * inspector/utilities-expected.txt: Added.
42522         * inspector/utilities.html: Added.
42524 2011-03-12  Pavel Podivilov  <podivilov@chromium.org>
42526         Reviewed by Yury Semikhatsky.
42528         Web Inspector: re-implement xhr breakpoints.
42529         https://bugs.webkit.org/show_bug.cgi?id=56252
42531         * inspector/debugger/xhr-breakpoints-expected.txt: Added.
42532         * inspector/debugger/xhr-breakpoints.html: Added.
42533         * platform/gtk/Skipped:
42534         * platform/mac/Skipped:
42535         * platform/qt/Skipped:
42536         * platform/win/Skipped:
42538 2011-03-14  Pavel Podivilov  <podivilov@chromium.org>
42540         Reviewed by Pavel Feldman.
42542         Web Inspector: move breakpoints restoring to debugger presentation model.
42543         https://bugs.webkit.org/show_bug.cgi?id=56123
42545         * http/tests/inspector/debugger-test.js:
42546         (initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger):
42548 2011-03-14  Pavel Feldman  <pfeldman@chromium.org>
42550         Reviewed by Yury Semikhatsky.
42552         Web Inspector: don't use innerText, use textContent instead.
42553         https://bugs.webkit.org/show_bug.cgi?id=56307
42555         * inspector/elements/edit-dom-actions-expected.txt:
42556         * inspector/elements/edit-dom-actions.html:
42557         * inspector/extensions/extensions-audits-expected.txt:
42559 2011-03-10  Alexander Pavlov  <apavlov@chromium.org>
42561         Reviewed by Pavel Feldman.
42563         Web Inspector: Optimize backend-frontend data transfer volume for CSS styles
42564         https://bugs.webkit.org/show_bug.cgi?id=56111
42566         * inspector/styles/styles-new-API.html:
42567         * inspector/styles/styles-source-offsets.html:
42569 2011-03-14  John Knottenbelt  <jknotten@chromium.org>
42571         Reviewed by Steve Block.
42573         Detach Geolocation from Frame when Page destroyed.
42574         https://bugs.webkit.org/show_bug.cgi?id=52877
42576         Ensure that all geolocation permission requests are cancelled
42577         when the page is detached from its frame.
42579         Fix fast/dom/Geolocation/window-close-popup.html to ignore position error
42580         generated on watch when window is closed.
42582         * fast/dom/Geolocation/page-reload-cancel-permission-requests-expected.txt: Added.
42583         * fast/dom/Geolocation/page-reload-cancel-permission-requests.html: Added.
42584         * fast/dom/Geolocation/resources/page-reload-cancel-permission-requests-inner.html: Added.
42585         * fast/dom/Geolocation/script-tests/page-reload-cancel-permission-requests.js: Added.
42586         * platform/gtk/Skipped:
42587         * platform/mac/Skipped:
42588         * platform/qt-wk2/Skipped:
42590 2011-03-14  Alejandro G. Castro  <alex@igalia.com>
42592         Rebaseline GTK+ tests after r80996.
42594         * platform/gtk/fast/text/soft-hyphen-2-expected.txt:
42595         * platform/gtk/fast/text/soft-hyphen-4-expected.checksum: Added.
42596         * platform/gtk/fast/text/soft-hyphen-4-expected.png: Added.
42597         * platform/gtk/fast/text/soft-hyphen-4-expected.txt: Added.
42599 2011-03-14  John Knottenbelt  <jknotten@chromium.org>
42601         Reviewed by Steve Block.
42603         Fix flaky layout test: fast/dom/Geolocation/window-close-crash.html
42604         https://bugs.webkit.org/show_bug.cgi?id=56202
42606         By testing for geolocation watch errors, the test tests more than
42607         it should, which can cause a flaky result as demonstrated by
42608         https://bugs.webkit.org/show_bug.cgi?id=56126 .
42610         * fast/dom/Geolocation/resources/window-close-popup.html:
42611         * fast/dom/Geolocation/script-tests/window-close-crash.js:
42613 2011-03-14  Alejandro G. Castro  <alex@igalia.com>
42615         Update more expectations after r80857.
42617         * platform/gtk/fast/layers/video-layer-expected.txt:
42619 2011-03-14  David Levin  <levin@chromium.org>
42621         Move the crash result and the bug to the debug line for the test (instead of release)
42622         since that is where the crash occurs.
42624         * platform/chromium/test_expectations.txt:
42626 2011-03-14  Pavel Feldman  <pfeldman@chromium.org>
42628         Not reviewed: remove the flaky part of the new inspector test for now.
42630         * inspector/elements/edit-dom-actions-expected.txt:
42631         * inspector/elements/edit-dom-actions.html:
42633 2011-03-14  Pavel Feldman  <pfeldman@chromium.org>
42635         Reviewed by Yury Semikhatsky.
42637         Web Inspector: make DOMAgent event target, remove dependency from ElementsPanel.
42638         https://bugs.webkit.org/show_bug.cgi?id=56268
42640         * inspector/elements/elements-panel-search.html:
42641         * inspector/elements/mutate-unknown-node.html:
42643 2011-03-14  Pavel Feldman  <pfeldman@chromium.org>
42645         Reviewed by Yury Semikhatsky.
42647         Web Inspector: add tests for edit dom operations.
42648         https://bugs.webkit.org/show_bug.cgi?id=56248
42650         * inspector/elements/edit-dom-actions-expected.txt: Added.
42651         * inspector/elements/edit-dom-actions.html: Added.
42653 2011-03-14  David Levin  <levin@chromium.org>
42655         Fix typo TEXT vs TEST.
42657         * platform/chromium/test_expectations.txt:
42659 2011-03-14  David Levin  <levin@chromium.org>
42661         Rebaseline some test due to r80996.
42662         Rearrange some expectations (from IMAGE to IMAGE_TEXT) due to r80996
42663         and add a few bugs which track the other failures.
42665         * platform/chromium-linux/fast/text/capitalize-boundaries-expected.txt:
42666         * platform/chromium-linux/fast/text/soft-hyphen-4-expected.checksum: Added.
42667         * platform/chromium-linux/fast/text/soft-hyphen-4-expected.png: Added.
42668         * platform/chromium/test_expectations.txt:
42670 2011-03-13  Dan Bernstein  <mitz@apple.com>
42672         Reviewed by Sam Weinig.
42674         Include hyphenation information in text representation of render tree
42675         https://bugs.webkit.org/show_bug.cgi?id=56287
42677         * fast/text/soft-hyphen-4-expected.txt:
42678         * platform/mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt:
42679         * platform/mac-snowleopard/fast/text/hyphenate-locale-expected.txt:
42680         * platform/mac/fast/text/basic/014-expected.txt:
42681         * platform/mac/fast/text/capitalize-boundaries-expected.txt:
42682         * platform/mac/fast/text/hyphenate-character-expected.txt:
42683         * platform/mac/fast/text/hyphenate-first-word-expected.txt:
42684         * platform/mac/fast/text/hyphens-expected.txt:
42685         * platform/mac/fast/text/midword-break-after-breakable-char-expected.txt:
42686         * platform/mac/fast/text/soft-hyphen-2-expected.txt:
42688 2011-03-13  David Levin  <levin@chromium.org>
42690         Clean up overlapping test_expectation which I mistakenly added in my haste.
42692         * platform/chromium/test_expectations.txt:
42694 2011-03-13  David Levin  <levin@chromium.org>
42696         Add more crashing tests to an existing bug about the same issue
42697         for Chromium Linux Debug. :(
42699         * platform/chromium/test_expectations.txt:
42701 2011-03-13  David Levin  <levin@chromium.org>
42703         Add some test failures that I need to investigate further.
42704         Clean up a duplicate test expectation (default-timing-function.html ).
42705         Add a missing test expection for linux debug which was there for linux release (border-image-vertical-lr.html).
42707         * platform/chromium/test_expectations.txt:
42709 2011-03-13  David Levin  <levin@chromium.org>
42711         Add more crashing tests to an existing bug about the same issue
42712         for Chromium Linux Debug.
42714         * platform/chromium/test_expectations.txt:
42716 2011-03-13  Dan Bernstein  <mitz@apple.com>
42718         Updated expected results after r80982.
42720         * platform/mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt:
42722 2011-03-13  David Sosby  <dsosby@rim.com>
42724         Reviewed and tweaked by Dan Bernstein.
42726         REGRESSION: Soft hyphen is not always rendered
42727         https://bugs.webkit.org/show_bug.cgi?id=56017
42729         Adding new test that verifies soft hyphen is rendered
42730         when it is the last breakable point in a line.
42732         * fast/text/soft-hyphen-4-expected.checksum: Added.
42733         * fast/text/soft-hyphen-4-expected.png: Added.
42734         * fast/text/soft-hyphen-4-expected.txt: Added.
42735         * fast/text/soft-hyphen-4.html: Added.
42737 2011-03-13  David Levin  <levin@chromium.org>
42739         Update some baselines due to r80868.
42740         Also, add MAC to a failure line where I should have put it previously.
42742         * platform/chromium-mac/fast/backgrounds/animated-svg-as-background-expected.checksum: Added.
42743         * platform/chromium-mac/fast/backgrounds/animated-svg-as-background-expected.png: Added.
42744         * platform/chromium-mac/fast/backgrounds/animated-svg-as-mask-expected.checksum: Added.
42745         * platform/chromium-mac/fast/backgrounds/animated-svg-as-mask-expected.png: Added.
42746         * platform/chromium/test_expectations.txt:
42748 2011-03-13  David Levin  <levin@chromium.org>
42750         Add one more failure which is related to change in this range:
42751           http://trac.webkit.org/log/?verbose=on&rev=80866&stop_rev=80860
42752         that I haven't been able to narrow down yet.
42754         * platform/chromium/test_expectations.txt:
42756 2011-03-13  David Levin  <levin@chromium.org>
42758         Add more crashing tests to an existing bug about the same issue
42759         for Chromium Linux Debug.
42761         * platform/chromium/test_expectations.txt:
42763 2011-03-13  David Levin  <levin@chromium.org>
42765         Fix the expectation to refer to transitions/default-timing-function.html
42766         instead of bug1318. My change log description also made the same mistake.
42768         * platform/chromium/test_expectations.txt:
42770 2011-03-13  David Levin  <levin@chromium.org>
42772         Sort some test expectations into a better place. Move a linux debug
42773         crash to be near the other instances of it.
42775         Remove fast/text/font-size-zero.html as it appears to be passing consistently.
42777         Add the expectation for bug1318.html due to r80806 changing its output in a way
42778         that looks less optimal than it did before.
42780         * platform/chromium/test_expectations.txt:
42782 2011-03-13  David Levin  <levin@chromium.org>
42784         Add some more crashing tests to an existing bug about the same issue
42785         for Chromium Linux Debug.
42787         * platform/chromium/test_expectations.txt:
42789 2011-03-13  Rob Buis  <rwlbuis@gmail.com>
42791         Reviewed by Dave Hyatt.
42793         REGRESSION (r61383): Navigation menu laid out incorrectly on aboardtheworld.com
42794         https://bugs.webkit.org/show_bug.cgi?id=53470
42796         Test handling of !important and duplicate properties in a style rule.
42798         * fast/css/duplicate-property-in-rule-important-expected.txt: Added.
42799         * fast/css/duplicate-property-in-rule-important.html: Added.
42801 2011-03-13  David Levin  <levin@chromium.org>
42803         Add expectation (and bug) for test that has failed with an image
42804         mismatch ever since it was added in r80867.
42806         * platform/chromium/test_expectations.txt:
42808 2011-03-13  David Levin  <levin@chromium.org>
42810         Update test expections due to the OSX specific ex size change done in r80755.
42812         * platform/chromium-mac/fast/lists/008-expected.checksum: Added.
42813         * platform/chromium-mac/fast/lists/008-expected.png: Added.
42814         * platform/chromium-mac/fast/media/mq-relative-constraints-08-expected.checksum: Added.
42815         * platform/chromium-mac/fast/media/mq-relative-constraints-08-expected.png: Added.
42816         * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.checksum: Added.
42817         * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png: Added.
42818         * platform/chromium-mac/fast/replaced/width100percent-radio-expected.checksum: Added.
42819         * platform/chromium-mac/fast/replaced/width100percent-radio-expected.png: Added.
42820         * platform/chromium-mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.checksum: Added.
42821         * platform/chromium-mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png: Added.
42822         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.checksum:
42823         * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
42824         * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.checksum:
42825         * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
42827 2011-03-13  David Levin  <levin@chromium.org>
42829         Fix test expectations due to bad update:
42830           r80820 which limited to win/mac when it still regularly fails on Linux
42831           and it made the test fail with the expectation IMAGE instead of IMAGE+TEXT
42832           as well as occaisionally pass.
42834         * platform/chromium/test_expectations.txt:
42836 2011-03-13  David Levin  <levin@chromium.org>
42838         Added the following expectations:
42839           fast/backgrounds/background-position-parsing.html new test in r80868
42840           fast/css-generated-content/table-row-before-after.html new test in r80871
42841           fast/table/dynamic-descendant-percentage-height.html new test in r80878
42843         Updated test_expectation to cover a failure due to a missing layout test feature
42844         and added an appropriate bug.
42846         * platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.checksum: Added.
42847         * platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.png: Added.
42848         * platform/chromium-linux/fast/css-generated-content/table-row-before-after-expected.checksum: Added.
42849         * platform/chromium-linux/fast/css-generated-content/table-row-before-after-expected.png: Added.
42850         * platform/chromium-linux/fast/table/dynamic-descendant-percentage-height-expected.checksum: Added.
42851         * platform/chromium-linux/fast/table/dynamic-descendant-percentage-height-expected.png: Added.
42852         * platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.checksum: Added.
42853         * platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.png: Added.
42854         * platform/chromium-mac/fast/css-generated-content/table-row-before-after-expected.checksum: Added.
42855         * platform/chromium-mac/fast/css-generated-content/table-row-before-after-expected.png: Added.
42856         * platform/chromium-mac/fast/table/dynamic-descendant-percentage-height-expected.checksum: Added.
42857         * platform/chromium-mac/fast/table/dynamic-descendant-percentage-height-expected.png: Added.
42858         * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.checksum: Added.
42859         * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.png: Added.
42860         * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.txt: Added.
42861         * platform/chromium-win/fast/css-generated-content/table-row-before-after-expected.checksum: Added.
42862         * platform/chromium-win/fast/css-generated-content/table-row-before-after-expected.png: Added.
42863         * platform/chromium-win/fast/css-generated-content/table-row-before-after-expected.txt: Added.
42864         * platform/chromium-win/fast/table/dynamic-descendant-percentage-height-expected.checksum: Added.
42865         * platform/chromium-win/fast/table/dynamic-descendant-percentage-height-expected.png: Added.
42866         * platform/chromium-win/fast/table/dynamic-descendant-percentage-height-expected.txt: Added.
42867         * platform/chromium/test_expectations.txt:
42869 2011-03-13  David Levin  <levin@chromium.org>
42871         Update test results due to r80755. All of these tests started failing
42872         on that check in and were given new baselines in that check in.
42874         * platform/chromium-mac/css1/text_properties/text_indent-expected.checksum: Added.
42875         * platform/chromium-mac/css1/text_properties/text_indent-expected.png: Added.
42876         * platform/chromium-mac/css1/units/length_units-expected.checksum: Added.
42877         * platform/chromium-mac/css1/units/length_units-expected.png: Added.
42878         * platform/chromium-mac/css2.1/t040302-c61-ex-len-00-b-a-expected.checksum: Added.
42879         * platform/chromium-mac/css2.1/t040302-c61-ex-len-00-b-a-expected.png: Added.
42880         * platform/chromium-mac/css2.1/t040302-c61-rel-len-00-b-ag-expected.checksum: Added.
42881         * platform/chromium-mac/css2.1/t040302-c61-rel-len-00-b-ag-expected.png: Added.
42882         * platform/chromium-mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum: Added.
42883         * platform/chromium-mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
42884         * platform/chromium-mac/css2.1/t100801-c544-valgn-01-d-ag-expected.checksum: Added.
42885         * platform/chromium-mac/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
42886         * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum:
42887         * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added.
42888         * platform/chromium-mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.checksum: Added.
42889         * platform/chromium-mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added.
42890         * platform/chromium-mac/css2.1/t1507-c526-font-sz-02-b-a-expected.checksum: Added.
42891         * platform/chromium-mac/css2.1/t1507-c526-font-sz-02-b-a-expected.png: Added.
42892         * platform/chromium-mac/css2.1/t1601-c547-indent-00-b-a-expected.checksum: Added.
42893         * platform/chromium-mac/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
42894         * platform/chromium-mac/css2.1/t1604-c541-word-sp-00-b-a-expected.checksum: Added.
42895         * platform/chromium-mac/css2.1/t1604-c541-word-sp-00-b-a-expected.png: Added.
42896         * platform/chromium-mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.checksum: Added.
42897         * platform/chromium-mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
42898         * platform/chromium-mac/editing/selection/caret-ltr-2-expected.checksum:
42899         * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png:
42900         * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.checksum:
42901         * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png:
42902         * platform/chromium-mac/editing/selection/caret-ltr-expected.checksum:
42903         * platform/chromium-mac/editing/selection/caret-ltr-expected.png:
42904         * platform/chromium-mac/editing/selection/caret-ltr-right-expected.checksum:
42905         * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png:
42906         * platform/chromium-mac/editing/selection/caret-rtl-2-expected.checksum: Added.
42907         * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png: Added.
42908         * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.checksum: Added.
42909         * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png: Added.
42910         * platform/chromium-mac/editing/selection/caret-rtl-expected.checksum: Added.
42911         * platform/chromium-mac/editing/selection/caret-rtl-expected.png: Added.
42912         * platform/chromium-mac/editing/selection/caret-rtl-right-expected.checksum: Added.
42913         * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png: Added.
42914         * platform/chromium-mac/fast/block/margin-collapse/103-expected.checksum:
42915         * platform/chromium-mac/fast/block/margin-collapse/103-expected.png:
42916         * platform/chromium-mac/fast/css/ex-after-font-variant-expected.checksum: Added.
42917         * platform/chromium-mac/fast/css/ex-after-font-variant-expected.png: Added.
42918         * platform/chromium-mac/fast/css/non-standard-checkbox-size-expected.checksum: Added.
42919         * platform/chromium-mac/fast/css/non-standard-checkbox-size-expected.png: Added.
42920         * platform/chromium-mac/fast/forms/minWidthPercent-expected.checksum: Added.
42921         * platform/chromium-mac/fast/forms/minWidthPercent-expected.png: Added.
42922         * platform/chromium-mac/fast/overflow/overflow-rtl-expected.checksum: Added.
42923         * platform/chromium-mac/fast/overflow/overflow-rtl-expected.png: Added.
42925 2011-03-12  David Levin  <levin@chromium.org>
42927         Add results for newly added test in r80883.
42928         The differences appear to be very small in keep with the typical
42929         font drawing differences.
42931         * platform/chromium-linux/fast/multicol/scrolling-overflow-expected.checksum: Added.
42932         * platform/chromium-linux/fast/multicol/scrolling-overflow-expected.png: Added.
42933         * platform/chromium-mac/fast/multicol/scrolling-overflow-expected.checksum: Added.
42934         * platform/chromium-mac/fast/multicol/scrolling-overflow-expected.png: Added.
42935         * platform/chromium-win/fast/multicol/scrolling-overflow-expected.checksum: Added.
42936         * platform/chromium-win/fast/multicol/scrolling-overflow-expected.png: Added.
42937         * platform/chromium-win/fast/multicol/scrolling-overflow-expected.txt: Added.
42939 2011-03-12  David Levin  <levin@chromium.org>
42941         r80743 updated the main baseline due to a jsc change.
42942         chromium isn't affected by the change.
42944         * platform/chromium/fast/js/regexp-caching-expected.txt: Added.
42945         chromium already had a specific baseline for this but it was in chromium-win,
42946         so I moved this result to the more general chromium direction.
42947         * platform/chromium-win/fast/js/regexp-caching-expected.txt: Removed.
42949 2011-03-12  David Levin  <levin@chromium.org>
42951         Remove bad test_expectation updates.
42953         I fixed both of these already:
42954           http://trac.webkit.org/changeset/80911
42955           http://trac.webkit.org/changeset/80904
42956         so it is unclear why they were added.
42958         * platform/chromium/test_expectations.txt:
42960 2011-03-12  Ilya Tikhonovsky  <loislo@chromium.org>
42962         Unreviewed. Update chromium expectations.
42964         * platform/chromium/test_expectations.txt:
42966 2011-03-12  Ilya Tikhonovsky  <loislo@chromium.org>
42968         Unreviewed. Update chromium test expectations.
42970         * platform/chromium/test_expectations.txt:
42972 2011-03-12  Ilya Tikhonovsky  <loislo@chromium.org>
42974         Unreviewed. Update chromium test expectations.
42976         * platform/chromium/test_expectations.txt:
42978 2011-03-11  Pavel Feldman  <pfeldman@chromium.org>
42980         Reviewed by Yury Semikhatsky.
42982         Web Inspector: follow up to error reporting, fixing multiple regressions.
42983         https://bugs.webkit.org/show_bug.cgi?id=56243
42985         * inspector/elements/elements-panel-search.html:
42987 2011-03-11  Anton D'Auria  <adauria@apple.com>
42989         Reviewed by Brady Eidson.
42991         Adding StorageTracker tests to skip lists of platforms that don't support it.
42992         https://bugs.webkit.org/show_bug.cgi?id=51878
42994         * platform/gtk/Skipped:
42995         * platform/qt/Skipped:
42996         * platform/win/Skipped:
42998 2011-03-11  David Levin  <levin@chromium.org>
43000         Fix prototype-inheritance-expected result due to two changes:
43001           http://src.chromium.org/viewvc/chrome?view=rev&revision=77888 removed "google"
43002           http://trac.webkit.org/changeset/80846 added WebKitAnimation/WebKitAnimationList
43004         * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
43006 2011-03-11  David Levin  <levin@chromium.org>
43008         Update some baselines due to Skia update in Chromium.
43009         Filed http://crbug.com/75820 about the odd look of the results (but
43010         the odd look previously existed).
43012         * platform/chromium-linux/svg/css/composite-shadow-text-expected.checksum:
43013         * platform/chromium-linux/svg/css/composite-shadow-text-expected.png:
43014         * platform/chromium-win/svg/css/composite-shadow-text-expected.checksum:
43015         * platform/chromium-win/svg/css/composite-shadow-text-expected.png:
43017 2010-3-11  Eric Uhrhane  <ericu@chromium.org>
43019         Reviewed by David Levin.
43021         Add tests for FileWriter
43022         https://bugs.webkit.org/show_bug.cgi?id=44363
43024         Fix small bugs in the utility functions and add setFileContents().
43025         * fast/filesystem/resources/file-writer-utils.js:
43027         Port the GC Blob test over to the new FileWriter utilities.
43028         * fast/filesystem/file-writer-gc-blob-expected.txt:
43029         * fast/filesystem/file-writer-gc-blob.html:
43030         * fast/filesystem/resources/file-writer-gc-blob.js: Copied from LayoutTests/fast/filesystem/file-writer-gc-blob.html.
43032         Add tests for progress events and overlapping writes [via seek].
43033         * fast/filesystem/file-writer-events-expected.txt: Added.
43034         * fast/filesystem/file-writer-events.html: Added.
43035         * fast/filesystem/resources/file-writer-events.js: Added.
43036         * fast/filesystem/file-writer-write-overlapped-expected.txt: Added.
43037         * fast/filesystem/file-writer-write-overlapped.html: Added.
43038         * fast/filesystem/resources/file-writer-write-overlapped.js: Added.
43040         Worker versions of the above tests.
43041         * fast/filesystem/workers/file-writer-events-expected.txt: Added.
43042         * fast/filesystem/workers/file-writer-events.html: Added.
43043         * fast/filesystem/workers/file-writer-gc-blob-expected.html: Added.
43044         * fast/filesystem/workers/file-writer-gc-blob.html: Added.
43045         * fast/filesystem/workers/file-writer-write-overlapped-expected.html: Added.
43046         * fast/filesystem/workers/file-writer-write-overlapped.html: Added.
43048 2011-03-11  Anton D'Auria  <adauria@apple.com>
43050         Reviewed and landed by Brady Eidson.
43052         Add WebKit1 API to view and delete local storage
43053         https://bugs.webkit.org/show_bug.cgi?id=51878
43055         * platform/chromium/test_expectations.txt:
43056         * storage/domstorage/localstorage/storagetracker: Added.
43057         * storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare-expected.txt: Added.
43058         * storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html: Added.
43059         * storage/domstorage/localstorage/storagetracker/storage-tracker-2-create-expected.txt: Added.
43060         * storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html: Added.
43061         * storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all-expected.txt: Added.
43062         * storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all.html: Added.
43063         * storage/domstorage/localstorage/storagetracker/storage-tracker-4-create-expected.txt: Added.
43064         * storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html: Added.
43065         * storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one-expected.txt: Added.
43066         * storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one.html: Added.
43068 2011-03-11  Jessie Berlin  <jberlin@apple.com>
43070         http/tests/websocket/tests/url-with-credential.html sometimes crashes beneath SocketStreamHandle::readStreamCallback on Windows
43071         https://bugs.webkit.org/show_bug.cgi?id=56185
43073         url-parsing.html appears to be causing the crashes in later tests.
43074         Skipping the url-parsing.html test and unskipping the url-with-credential.html test.
43076         Unreviewed.
43078         * platform/win/Skipped:
43080 2011-03-11  Ryosuke Niwa  <rniwa@webkit.org>
43082         Reviewed by Tony Chang.
43084         drag-text-delay.html should be a dump as text test
43085         https://bugs.webkit.org/show_bug.cgi?id=56223
43087         Converted the test to a dump as text. Also reorganized the test code and added more descriptions.
43089         * editing/selection/drag-text-delay-expected.txt:
43090         * editing/selection/drag-text-delay.html:
43091         * platform/chromium-linux/editing/selection/drag-text-delay-expected.checksum: Removed.
43092         * platform/chromium-linux/editing/selection/drag-text-delay-expected.png: Removed.
43093         * platform/chromium-win/editing/selection/drag-text-delay-expected.checksum: Removed.
43094         * platform/chromium-win/editing/selection/drag-text-delay-expected.png: Removed.
43095         * platform/chromium-win/editing/selection/drag-text-delay-expected.txt: Removed.
43096         * platform/gtk/editing/selection/drag-text-delay-expected.checksum: Removed.
43097         * platform/gtk/editing/selection/drag-text-delay-expected.png: Removed.
43098         * platform/gtk/editing/selection/drag-text-delay-expected.txt: Removed.
43099         * platform/mac/editing/selection/drag-text-delay-expected.checksum: Removed.
43100         * platform/mac/editing/selection/drag-text-delay-expected.png: Removed.
43101         * platform/mac/editing/selection/drag-text-delay-expected.txt:
43102         * platform/win/editing/selection/drag-text-delay-expected.checksum: Removed.
43103         * platform/win/editing/selection/drag-text-delay-expected.png: Removed.
43104         * platform/win/editing/selection/drag-text-delay-expected.txt:
43106 2011-03-11  Mihai Parparita  <mihaip@chromium.org>
43108         Chromium Mac expectations update. Rebaseline some more tests after
43109         r80582.
43111         * fast/repaint/text-emphasis-h-expected.checksum:
43112         * fast/repaint/text-emphasis-h-expected.png:
43113         * platform/chromium-mac/fast/repaint/text-emphasis-h-expected.txt: Removed.
43114         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.checksum:
43115         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png:
43116         * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt: Added.
43117         * platform/chromium/test_expectations.txt:
43118         * platform/mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.checksum:
43119         * platform/mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.png:
43121 2011-03-11  Mihai Parparita  <mihaip@chromium.org>
43123         Chromium Mac expectations update. Rebaseline some tests after r80582
43124         (those that already had chromium-mac-leopard baselines).
43126         * platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
43127         * platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
43128         * platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.checksum:
43129         * platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.png:
43130         * platform/chromium-mac-leopard/fast/blockflow/japanese-lr-selection-expected.checksum: Removed.
43131         * platform/chromium-mac-leopard/fast/blockflow/japanese-lr-selection-expected.png: Removed.
43132         * platform/chromium-mac-leopard/fast/blockflow/japanese-lr-text-expected.checksum:
43133         * platform/chromium-mac-leopard/fast/blockflow/japanese-lr-text-expected.png:
43134         * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-selection-expected.checksum:
43135         * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-selection-expected.png:
43136         * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-text-expected.checksum:
43137         * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-text-expected.png:
43138         * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
43139         * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
43140         * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
43141         * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
43142         * platform/chromium-mac-leopard/fast/blockflow/vertical-align-table-baseline-expected.checksum:
43143         * platform/chromium-mac-leopard/fast/blockflow/vertical-align-table-baseline-expected.png:
43144         * platform/chromium-mac-leopard/fast/blockflow/vertical-font-fallback-expected.checksum:
43145         * platform/chromium-mac-leopard/fast/blockflow/vertical-font-fallback-expected.png:
43146         * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-clear-expected.checksum:
43147         * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-clear-expected.png:
43148         * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
43149         * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-expected.png:
43150         * platform/chromium-mac-leopard/fast/repaint/repaint-across-writing-mode-boundary-expected.checksum:
43151         * platform/chromium-mac-leopard/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
43152         * platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.checksum:
43153         * platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.png:
43154         * platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.txt:
43155         * platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.checksum: Removed.
43156         * platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.png: Removed.
43157         * platform/chromium/test_expectations.txt:
43158         * platform/mac-leopard/fast/blockflow/japanese-lr-selection-expected.checksum:
43159         * platform/mac-leopard/fast/blockflow/japanese-lr-selection-expected.png:
43161 2011-03-11  David Hyatt  <hyatt@apple.com>
43163         Reviewed by Simon Fraser.
43165         https://bugs.webkit.org/show_bug.cgi?id=52987
43167         REGRESSION: Overflowing columns not repainted correctly
43169         Make sure to add in column overflow as visual overflow as well.  It was only propagating layout overflow, which is obviously not
43170         sufficient, since blocks paint their own columns.
43172         Added fast/multicol/scrolling-overflow.html
43174         * fast/multicol/scrolling-overflow.html: Added.
43175         * platform/mac/fast/multicol/scrolling-overflow-expected.checksum: Added.
43176         * platform/mac/fast/multicol/scrolling-overflow-expected.png: Added.
43177         * platform/mac/fast/multicol/scrolling-overflow-expected.txt: Added.
43179 2011-03-11  Mihai Parparita  <mihaip@chromium.org>
43181         Mac and Chromium expectations update. Remove failing expectations for
43182         tests that no longer fail. Rebaseline fast/overflow/
43183         overflow-rtl-vertical.html and fast/lists/008-vertical.html after
43184         r80755.
43186         * platform/chromium/test_expectations.txt:
43187         * platform/mac/fast/lists/008-vertical-expected.checksum:
43188         * platform/mac/fast/lists/008-vertical-expected.png:
43189         * platform/mac/fast/overflow/overflow-rtl-vertical-expected.checksum:
43190         * platform/mac/fast/overflow/overflow-rtl-vertical-expected.png:
43192 2011-03-11  Mihai Parparita  <mihaip@chromium.org>
43194         Update Chromium expectations. Remove some commented out lines and
43195         promote some expectatiosn from chromium-mac to mac-leopard, so that
43196         those tests pass on chromium Snow Leopard (and mac Leopard).
43198         * platform/chromium/test_expectations.txt:
43199         * platform/mac-leopard/fast/block/basic/percent-height-inside-anonymous-block-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/block/basic/percent-height-inside-anonymous-block-expected.checksum.
43200         * platform/mac-leopard/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/block/basic/percent-height-inside-anonymous-block-expected.png.
43201         * platform/mac-leopard/fast/block/positioning/static-distance-with-positioned-ancestor-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.checksum.
43202         * platform/mac-leopard/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png.
43204 2011-03-11  Andy Estes  <aestes@apple.com>
43206         Reviewed by David Hyatt.
43208         Table cells with dynamically added percentage height descendants do not
43209         grow in size if the table has already been laid out.
43210         https://bugs.webkit.org/show_bug.cgi?id=56174
43212         * fast/table/dynamic-descendant-percentage-height.html: Added.
43213         * platform/mac/fast/table/dynamic-descendant-percentage-height-expected.checksum: Added.
43214         * platform/mac/fast/table/dynamic-descendant-percentage-height-expected.png: Added.
43215         * platform/mac/fast/table/dynamic-descendant-percentage-height-expected.txt: Added.
43217 2011-03-11  Dimitri Glazkov  <dglazkov@chromium.org>
43219         [GTK] Update expectations after r80857.
43220         https://bugs.webkit.org/show_bug.cgi?id=55972
43222         * platform/gtk/media/audio-controls-rendering-expected.txt:
43223         * platform/gtk/media/audio-repaint-expected.txt:
43224         * platform/gtk/media/controls-strict-expected.txt:
43225         * platform/gtk/media/controls-styling-expected.txt:
43226         * platform/gtk/media/controls-without-preload-expected.txt:
43227         * platform/gtk/media/media-document-audio-repaint-expected.txt:
43228         * platform/gtk/media/video-controls-rendering-expected.txt:
43229         * platform/gtk/media/video-empty-source-expected.txt:
43230         * platform/gtk/media/video-no-audio-expected.txt:
43231         * platform/gtk/media/video-volume-slider-expected.txt:
43232         * platform/gtk/media/video-zoom-controls-expected.txt:
43234 2011-03-11  David Hyatt  <hyatt@apple.com>
43236         Reviewed by Dan Bernstein.
43238         https://bugs.webkit.org/show_bug.cgi?id=47206
43240         Table rows don't support ::before/::after.  Add support to RenderTableRow::styleDidChange so that ::before/::after content gets
43241         properly constructed.
43243         Added fast/css-generated-content/table-row-before-after.html
43245         * fast/css-generated-content/table-row-before-after.html: Added.
43246         * platform/mac/fast/css-generated-content/table-row-before-after-expected.checksum: Added.
43247         * platform/mac/fast/css-generated-content/table-row-before-after-expected.png: Added.
43248         * platform/mac/fast/css-generated-content/table-row-before-after-expected.txt: Added.
43250 2011-03-11  David Hyatt  <hyatt@apple.com>
43252         Reviewed by Simon Fraser.
43254         https://bugs.webkit.org/show_bug.cgi?id=47159
43256         CSS2.1 failures in background position parsing.
43258         Rewrite background position component parsing to match the spec.  Our old parsing would allow "100% left" to be valid
43259         when it should not have.  Rename parseFillPositionXY to parseFillPositionComponent and pass in enough information for
43260         it to understand what the first component was.
43262         For individual property parsing using background-position-x/y, I added new functions that just handle that without
43263         worrying about the other component.
43265         In order to pass the CSS2.1 test, I also had to fix multiple background parsing.  The number of layers in multiple
43266         backgrounds is determined solely by the background-image property and not by any of the other properties.  cullEmptyLayers
43267         has been changed to always consider a layer empty if it has no image set, even if other properties are set.
43269         A number of layout tests had to be patched as they were invalid.  A couple of them relied on incorrect background-position
43270         parsing (e.g., "50 left") and another relied on incorrect multiple background parsing.  It's not clear if the computed style
43271         should actually include the additional values when no image is set though, so that should perhaps be the subject of a
43272         follow-up bug.
43274         Added fast/backgrounds/background-position-parsing.html
43276         * fast/backgrounds/background-position-1.html:
43277         * fast/backgrounds/background-position-parsing.html: Added.
43278         * fast/backgrounds/multiple-backgrounds-computed-style-expected.txt:
43279         * fast/backgrounds/repeat/parsing-background-repeat-expected.txt:
43280         * fast/backgrounds/repeat/script-tests/parsing-background-repeat.js:
43281         * fast/backgrounds/resources/diamond.png: Added.
43282         * fast/backgrounds/resources/ring.png: Added.
43283         * fast/backgrounds/script-tests/multiple-backgrounds-computed-style.js:
43284         * platform/mac/fast/backgrounds/animated-svg-as-background-expected.checksum:
43285         * platform/mac/fast/backgrounds/animated-svg-as-background-expected.png:
43286         * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.checksum:
43287         * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.png:
43288         * platform/mac/fast/backgrounds/background-position-parsing-expected.checksum: Added.
43289         * platform/mac/fast/backgrounds/background-position-parsing-expected.png: Added.
43290         * platform/mac/fast/backgrounds/background-position-parsing-expected.txt: Added.
43291         * platform/mac/fast/backgrounds/bgCompositeCopy-expected.png:
43292         * platform/mac/fast/backgrounds/repeat/noRepeatCorrectClip-expected.png:
43293         * platform/mac/fast/backgrounds/size/backgroundSize01-expected.png:
43294         * platform/mac/fast/backgrounds/size/backgroundSize03-expected.png:
43295         * platform/mac/fast/backgrounds/size/backgroundSize05-expected.png:
43296         * platform/mac/fast/backgrounds/size/backgroundSize06-expected.png:
43297         * platform/mac/fast/backgrounds/size/backgroundSize07-expected.png:
43298         * platform/mac/fast/backgrounds/size/backgroundSize08-expected.png:
43299         * platform/mac/fast/backgrounds/size/backgroundSize09-expected.png:
43300         * platform/mac/fast/backgrounds/size/backgroundSize10-expected.png:
43301         * platform/mac/fast/backgrounds/size/backgroundSize11-expected.png:
43302         * platform/mac/fast/backgrounds/size/backgroundSize12-expected.png:
43303         * platform/mac/fast/backgrounds/size/backgroundSize22-expected.checksum:
43304         * platform/mac/fast/backgrounds/size/backgroundSize22-expected.png:
43305         * platform/mac/fast/backgrounds/size/contain-and-cover-expected.checksum:
43306         * platform/mac/fast/backgrounds/size/contain-and-cover-expected.png:
43307         * platform/mac/fast/backgrounds/svg-as-background-4-expected.png:
43309 2011-03-11  Vangelis Kokkevis  <vangelis@chromium.org>
43311         Reviewed by James Robinson.
43313         [chromium] Adding a test for rotated large layers.
43314         https://bugs.webkit.org/show_bug.cgi?id=55984
43316         * platform/chromium/compositing/huge-layer-rotated-expected.checksum: Added.
43317         * platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
43318         * platform/chromium/compositing/huge-layer-rotated-expected.txt: Added.
43319         * platform/chromium/compositing/huge-layer-rotated.html: Added.
43321 2011-03-08  Dimitri Glazkov  <dglazkov@chromium.org>
43323         Reviewed by Eric Carlson.
43325         Convert MediaControlTimeDisplayElement to use standard layout with a custom renderer.
43326         https://bugs.webkit.org/show_bug.cgi?id=55972
43328         Update test results, because they are now laying out timeline consistently.
43330         * media/audio-repaint-expected.txt: Updated.
43331         * platform/mac/media/audio-controls-rendering-expected.checksum: Ditto.
43332         * platform/mac/media/audio-controls-rendering-expected.png: Ditto.
43333         * platform/mac/media/audio-controls-rendering-expected.txt: Ditto.
43334         * platform/mac/media/audio-repaint-expected.checksum: Ditto.
43335         * platform/mac/media/audio-repaint-expected.png: Ditto.
43337 2011-03-11  Adam Roben  <aroben@apple.com>
43339         Update Windows results after r80846
43341         * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
43342         * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
43343         * platform/win/fast/dom/prototype-inheritance-expected.txt:
43344         * platform/win/fast/js/global-constructors-expected.txt:
43346 2011-03-11  Adam Roben  <aroben@apple.com>
43348         Skip a crashing test on Windows
43350         The crash is tracked by <http://webkit.org/b/56185>.
43352         * platform/win/Skipped: Added http/tests/websocket/tests/url-with-credential.html. Grouped
43353         possibly-related websocket crashes.
43355 2011-03-11  Adam Roben  <aroben@apple.com>
43357         Disable fast/text/large-text-composed-char-dos.html
43359         It is failing on multiple bots. The failure is tracked by <http://webkit.org/b/56140>.
43361         * fast/text/large-text-composed-char-dos.html-disabled: Renamed from LayoutTests/fast/text/large-text-composed-char-dos.html.
43363 2011-03-11  Dean Jackson  <dino@apple.com>
43365         Reviewed by Simon Fraser and Chris Marrin.
43367         https://bugs.webkit.org/show_bug.cgi?id=54151
43368         Implement an API to play/pause/scrub animations
43370         This is Part 1. Adds the new WebKitAnimation and WebKitAnimationList
43371         APIs, exposed via Element.getWebKitAnimations(). This first pass
43372         is read-only. One new layout test that examines animation
43373         properties. Update existing layout tests for the new interfaces
43374         on Window.
43376         * animations/animation-api-1-expected.txt: Added.
43377         * animations/animation-api-1.html: Added.
43378         * fast/dom/Window/window-properties-expected.txt:
43379         * fast/dom/Window/window-property-descriptors-expected.txt:
43380         * fast/dom/prototype-inheritance-2-expected.txt:
43381         * fast/dom/prototype-inheritance-expected.txt:
43382         * fast/js/global-constructors-expected.txt:
43384 2011-03-11  Ilya Tikhonovsky  <loislo@chromium.org>
43386         Reviewed by Yury Semikhatsky.
43388         Web Inspector: introduce error argument for all the callbacks on frontend.
43389         https://bugs.webkit.org/show_bug.cgi?id=56100
43391         * http/tests/inspector/extensions-test.js:
43392         (initialize_ExtensionsTest.InspectorTest.runExtensionTests):
43393         * http/tests/inspector/inspector-test.js:
43394         (initialize_InspectorTest.InspectorTest.evaluateInPage.mycallback):
43395         (initialize_InspectorTest.InspectorTest.evaluateInPage):
43396         * inspector/console/console-dir-global.html:
43397         * inspector/elements/dom-agent-query-selector.html:
43398         * inspector/protocol/console-agent-expected.txt:
43399         * inspector/protocol/console-agent.html:
43400         * inspector/protocol/runtime-agent-expected.txt:
43401         * inspector/protocol/runtime-agent.html:
43402         * inspector/report-protocol-errors-expected.txt:
43403         * inspector/report-protocol-errors.html:
43404         * inspector/styles/styles-new-API.html:
43405         * inspector/styles/styles-source-offsets.html:
43406         * inspector/timeline/timeline-test.js:
43407         (initialize_Timeline.InspectorTest.stopTimeline):
43409 2011-03-11  Yury Semikhatsky  <yurys@chromium.org>
43411         Reviewed by Pavel Feldman.
43413         Web Inspector: split InjectedScriptHost into InjectedScriptManager and InjectedScriptHost
43414         https://bugs.webkit.org/show_bug.cgi?id=56173
43416         * inspector/protocol/console-agent-expected.txt:
43417         * inspector/protocol/console-agent.html:
43419 2011-03-11  Sergio Villar Senin  <svillar@igalia.com>
43421         [GTK] JSC crashes in 32bit Release bots after r80743
43422         https://bugs.webkit.org/show_bug.cgi?id=56180
43424         Skipping a couple of tests until the original issue is fixed.
43426         * platform/gtk/Skipped:
43428 2011-03-11  Sergio Villar Senin  <svillar@igalia.com>
43430         Added new GTK+ test expectations.
43432         * platform/gtk/fast/backgrounds/positioned-root-expected.checksum: Added.
43433         * platform/gtk/fast/backgrounds/positioned-root-expected.png: Added.
43434         * platform/gtk/fast/backgrounds/positioned-root-expected.txt: Added.
43435         * platform/gtk/fast/backgrounds/table-root-expected.checksum: Added.
43436         * platform/gtk/fast/backgrounds/table-root-expected.png: Added.
43437         * platform/gtk/fast/backgrounds/table-root-expected.txt: Added.
43438         * platform/gtk/fast/block/basic/percent-height-inside-anonymous-block-expected.checksum: Added.
43439         * platform/gtk/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Added.
43440         * platform/gtk/fast/block/basic/percent-height-inside-anonymous-block-expected.txt: Added.
43441         * platform/gtk/fast/block/positioning/static-distance-with-positioned-ancestor-expected.checksum: Added.
43442         * platform/gtk/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Added.
43443         * platform/gtk/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt: Added.
43444         * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.checksum: Added.
43445         * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.png: Added.
43446         * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.txt: Added.
43448 2011-03-11  Yury Semikhatsky  <yurys@chromium.org>
43450         Unreviewed. Roll out r80837.
43452         * inspector/protocol/console-agent-expected.txt:
43453         * inspector/protocol/console-agent.html:
43455 2011-03-11  Andrey Kosyakov  <caseq@chromium.org>
43457         Unreviewied trivial fix. Leave default state of setMonitoringXHREnabled intact so it doesn't affect other tests.
43459         * inspector/report-API-errors.html:
43461 2011-03-11  Yury Semikhatsky  <yurys@chromium.org>
43463         Reviewed by Pavel Feldman.
43465         Web Inspector: split InjectedScriptHost into InjectedScriptManager and InjectedScriptHost
43466         https://bugs.webkit.org/show_bug.cgi?id=56173
43468         * inspector/protocol/console-agent-expected.txt:
43469         * inspector/protocol/console-agent.html:
43471 2011-03-11  Sergio Villar Senin  <svillar@igalia.com>
43473         Unreviewed.
43475         Skipping two test cases that are failing on GTK debug bots.
43477         * platform/gtk/Skipped:
43479 2011-03-11  Andrey Kosyakov  <caseq@chromium.org>
43481         Reviewed by Pavel Feldman.
43483         Web Inspector: resource load cancellation is reported to console as an error
43484         https://bugs.webkit.org/show_bug.cgi?id=55764
43486         - mark interruptionForPolicyChangeError as cancellation
43487         - do not log resource cancelation as an error
43488         - always push resource to front-end before console message, so front-end can use resource info while formatting message.
43490         * http/tests/inspector/console-resource-errors-expected.txt:
43491         * http/tests/inspector/console-resource-errors.html: Added test for lack of console messages during policy change (at download)
43492         * http/tests/inspector/console-xhr-logging-expected.txt:
43493         * http/tests/inspector/console-xhr-logging.html: Added test for reporting of cross-origin XHR errors.
43494         * http/tests/inspector/resources/empty.zip: Added.
43496 2011-03-11  Ilya Sherman  <isherman@chromium.org>
43498         Reviewed by Kent Tamura.
43500         [Chromium] missing HTMLInputElement::setValueForUser() to tests
43501         https://bugs.webkit.org/show_bug.cgi?id=55854
43503         * platform/chromium/test_expectations.txt: Removed onchange-setvalueforuser.html
43505 2011-03-11  Philippe Normand  <pnormand@igalia.com>
43507         Unreviewed, skip
43508         tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html
43509         on GTK again after being unskipped by accident in r80738.
43511         * platform/gtk/Skipped:
43513 2011-03-10  Emil A Eklund  <eae@chromium.org>
43515         Reviewed by Alexey Proskuryakov.
43517         The web colours palevioletred and mediumpurple are incorrect
43518         https://bugs.webkit.org/show_bug.cgi?id=46658
43520         Added test for named colors.
43522         * fast/css/named-colors-expected.txt: Added.
43523         * fast/css/named-colors.html: Added.
43525 2011-03-10  Roland Steiner  <rolandsteiner@chromium.org>
43527         Unreviewed: update Chromium test expectations.
43529         * platform/chromium-linux/fast/block/basic/percent-height-inside-anonymous-block-expected.checksum: Added.
43530         * platform/chromium-linux/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Added.
43531         * platform/chromium-linux/fast/block/positioning/static-distance-with-positioned-ancestor-expected.checksum: Added.
43532         * platform/chromium-linux/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Added.
43533         * platform/chromium-mac/fast/block/basic/percent-height-inside-anonymous-block-expected.checksum: Added.
43534         * platform/chromium-mac/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Added.
43535         * platform/chromium-mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.checksum: Added.
43536         * platform/chromium-mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Added.
43537         * platform/chromium-mac/fast/js/kde/function_length-expected.txt: Removed.
43538         * platform/chromium-win/fast/block/basic/percent-height-inside-anonymous-block-expected.checksum: Added.
43539         * platform/chromium-win/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Added.
43540         * platform/chromium-win/fast/block/basic/percent-height-inside-anonymous-block-expected.txt: Added.
43541         * platform/chromium-win/fast/block/positioning/static-distance-with-positioned-ancestor-expected.checksum: Added.
43542         * platform/chromium-win/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Added.
43543         * platform/chromium-win/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt: Added.
43544         * platform/chromium-win/fast/js/kde/function_length-expected.txt: Removed.
43545         * platform/chromium/test_expectations.txt:
43547 2011-03-10  Adam Barth  <abarth@webkit.org>
43549         Reviewed by Alexey Proskuryakov.
43551         document.compatMode is incorrect for javascript: protocol URLs in IFRAMEs
43552         https://bugs.webkit.org/show_bug.cgi?id=27845
43554         This bug was randomly fixed by the HTML5 parser.
43556         * fast/parser/javascript-url-compat-mode-expected.txt: Added.
43557         * fast/parser/javascript-url-compat-mode.html: Added.
43559 2011-03-10  Ami Fischman  <fischman@google.com>
43561         Reviewed by David Levin.
43563         video-controls-in-media-document.html used to silently rely on
43564         timeupdate firing immediately upon playback start, and before any
43565         frames changed.  This was (unsurprisingly, in retrospect)
43566         super-brittle.  This change instead uses an explicit seek to put
43567         the video in a predictable state.  The expected.png change is only to
43568         change the "pause" button to "play" (which is part of what's
43569         required to have the video be in a predictable state for the pixel
43570         diff).  An equivalent rebaselining needs to happen for chromium
43571         mac & win.
43573         * media/video-controls-in-media-document.html:
43574         * platform/chromium/media/video-controls-in-media-document-expected.checksum:
43575         * platform/chromium/media/video-controls-in-media-document-expected.png:
43576         * platform/chromium/test_expectations.txt:
43578 2011-03-10  Roland Steiner  <rolandsteiner@chromium.org>
43580         Unreviewed: tweak Chromium test_expectations.txt
43582         * platform/chromium/test_expectations.txt:
43584 2011-03-10  Jeremy Moskovich  <jeremy@chromium.org>
43586         Reviewed by Darin Adler.
43588         Fix navigation menus on a bunch of sites in WebKit.
43589         https://bugs.webkit.org/show_bug.cgi?id=52535
43591         Add test to make sure that offsetLeft matches FF/IE for a relatively
43592         positioned TD and IFRAME elements.
43593         Testcase is a reduction from doula.co.il.
43595         * fast/block/positioning/offsetLeft-relative-iframe-expected.txt: Added.
43596         * fast/block/positioning/offsetLeft-relative-iframe.html: Added.
43597         * fast/block/positioning/offsetLeft-relative-td-expected.txt: Added.
43598         * fast/block/positioning/offsetLeft-relative-td.html: Added.
43600 2011-03-10  Adam Barth  <abarth@webkit.org>
43602         Reviewed by Darin Adler.
43604         REGRESSION (r66428/r71892): Crash after assertion failure (!m_reachedTerminalState) in ResourceLoader::didCancel()
43605         https://bugs.webkit.org/show_bug.cgi?id=51357
43607         Test that we don't crash when calling close immedately after print.
43609         * printing/print-close-crash-expected.txt: Added.
43610         * printing/print-close-crash.html: Added.
43612 2011-03-10  Emil A Eklund  <eae@chromium.org>
43614         Reviewed by Dimitri Glazkov.
43616         style.display affecting the initial selectedIndex value of a <select> when it's multiple attribute is set programatically
43617         https://bugs.webkit.org/show_bug.cgi?id=53860
43619         Add tests for selectedIndex when changing the multiple property on a select element.
43621         * fast/dom/HTMLSelectElement/change-multiple-preserve-selection-expected.txt: Added.
43622         * fast/dom/HTMLSelectElement/change-multiple-preserve-selection.html: Added.
43624 2011-03-10  Rik Cabanier  <cabanier@gmail.com>
43626         Reviewed by Tony Gentilcore.
43628         Fix that allows fixed length values to be floating point
43629         https://bugs.webkit.org/show_bug.cgi?id=52699
43631         Transitions now return matrices in floating point. 2 of the transition tests were failing
43632         because they expected integer values.
43634         * transitions/matched-transform-functions.html:
43635         * transitions/retargetted-transition.html:
43637 2011-03-10  Ryosuke Niwa  <rniwa@webkit.org>
43639         Added 3 http tests to Windows port's skipped list.
43640         Tracked by https://bugs.webkit.org/show_bug.cgi?id=56167
43642         * platform/win/Skipped:
43644 2011-03-10  Alice Boxhall  <aboxhall@chromium.org>
43646         Reviewed by Dimitri Glazkov.
43648         NULL pointer crash when using :empty and :first-line pseudoclass selectors together
43649         https://bugs.webkit.org/show_bug.cgi?id=53316
43651         * fast/css/empty-first-line-crash-expected.txt: Added.
43652         * fast/css/empty-first-line-crash.html: Added.
43654 2011-03-10  Martin Robinson  <mrobinson@igalia.com>
43656         Rebaseline a test which differs on the bots from my local machine.
43658         * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Update results.
43660 2011-03-10  takano takumi  <takano@apple.com>
43662         Reviewed by David Hyatt.
43664         Crash in RenderCombineText::combineText when running fast/text/international/text-combine-parser-test.html on Windows with full page heap enabled
43665         https://bugs.webkit.org/show_bug.cgi?id=55069
43667         * platform/win/Skipped: Removed text-combine-parser-test.html
43669 2011-03-10  Emil A Eklund  <eae@chromium.org>
43671         Reviewed by Darin Adler.
43673         Collection cache not reset when moving base node between documents
43674         https://bugs.webkit.org/show_bug.cgi?id=55446
43676         Add tests for accessing elements moved across documents using namedItem.
43678         * fast/dom/HTMLFormElement/invalid-form-field-expected.txt: Added.
43679         * fast/dom/HTMLFormElement/invalid-form-field.html: Added.
43680         * fast/dom/HTMLFormElement/move-option-between-documents-expected.txt: Added.
43681         * fast/dom/HTMLFormElement/move-option-between-documents.html: Added.
43682         * fast/dom/collection-nameditem-move-between-documents-expected.txt: Added.
43683         * fast/dom/collection-nameditem-move-between-documents.html: Added.
43685 2011-03-10  Alexey Proskuryakov  <ap@apple.com>
43687         Reviewed by Dan Bernstein.
43689         Backspace deletes all non-BMP symbols at once, and then some
43690         https://bugs.webkit.org/show_bug.cgi?id=55971
43691         <rdar://problem/8725312>
43693         * platform/mac/editing/input/insert-delete-smp-symbol-expected.txt: Added.
43694         * platform/mac/editing/input/insert-delete-smp-symbol.html: Added.
43696 2011-03-10  David Hyatt  <hyatt@apple.com>
43698         Reviewed by Simon Fraser.
43700         https://bugs.webkit.org/show_bug.cgi?id=47151
43702         Percentage heights should skip anonymous containing blocks when computing the used value.
43704         Added fast/block/basic/percentage-height-inside-anonymous-block.html
43706         * fast/block/basic/percent-height-inside-anonymous-block.html: Added.
43707         * platform/mac/fast/block/basic/percent-height-inside-anonymous-block-expected.checksum: Added.
43708         * platform/mac/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Added.
43709         * platform/mac/fast/block/basic/percent-height-inside-anonymous-block-expected.txt: Added.
43711 2011-01-25  Martin Robinson  <mrobinson@igalia.com>
43713         Reviewed by Xan Lopez.
43715         [GTK] Implement spin buttons for GTK+ 2.x
43716         https://bugs.webkit.org/show_bug.cgi?id=53098
43718         Unskip tests which are now passing with the spin button implementation.
43719         Add results for one test.
43721         * platform/gtk/Skipped: Unskip passing tests.
43722         * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.checksum: Added.
43723         * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Added.
43724         * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: Added.
43726 2011-03-10  Levi Weintraub  <leviw@chromium.org>
43728         Reviewed by Ryosuke Niwa.
43730         InsertUnorderedList over a non-editable region and multiple lines enters an infinite loop
43731         https://bugs.webkit.org/show_bug.cgi?id=53409
43733         Avoiding crashes and infinite loops when listifying content with mixed-editability
43735         * editing/execCommand/insert-list-with-noneditable-content-expected.txt: Added.
43736         * editing/execCommand/insert-list-with-noneditable-content.html: Added.
43738 2011-03-10  Berend-Jan Wever  <skylined@chromium.org>
43740         Reviewed by Darin Adler.
43742         Calling focus() on an area element not in a document should not cause a NULL ptr crash
43743         https://bugs.webkit.org/show_bug.cgi?id=54877
43745         * fast/dom/HTMLAreaElement: Added.
43746         * fast/dom/HTMLAreaElement/area-islink-focus-null-ptr-crash-expected.txt: Added.
43747         * fast/dom/HTMLAreaElement/area-islink-focus-null-ptr-crash.html: Added.
43749 2011-03-10  Ryosuke Niwa  <rniwa@webkit.org>
43751         Windows rebaselines for r80755.
43753         * platform/win/editing/selection/caret-ltr-right-expected.txt:
43754         * platform/win/editing/selection/caret-rtl-2-left-expected.txt:
43755         * platform/win/editing/selection/caret-rtl-right-expected.txt:
43756         * platform/win/fast/forms/file-input-disabled-expected.txt:
43758 2011-03-10  Xiyuan Xia  <xiyuan@chromium.org>
43760         Reviewed by Tony Chang.
43762         [Chromium] Fix default single selection select's popup background on chromium/linux
43763         https://bugs.webkit.org/show_bug.cgi?id=56023
43765         * fast/html/select-dropdown-consistent-background-color-expected.txt: Added.
43766         * fast/html/select-dropdown-consistent-background-color.html: Added.
43768 2011-03-10  Kris Jordan  <krisjordan@gmail.com>
43770         Reviewed by Alexey Proskuryakov.
43772         Testing the improved Accept header as per bug 27267.
43773         https://bugs.webkit.org/show_bug.cgi?id=27267
43775         * http/tests/misc/xhtml-expected.txt: Tests against improved Accept header.
43777 2011-03-10  Kent Tamura  <tkent@chromium.org>
43779         Reviewed by Dimitri Glazkov.
43781         Assertion fails by validating a form twice very quickly
43782         https://bugs.webkit.org/show_bug.cgi?id=56069
43784         * fast/forms/interactive-validation-assertion-by-validate-twice-expected.txt: Added.
43785         * fast/forms/interactive-validation-assertion-by-validate-twice.html: Added.
43786         * fast/forms/interactive-validation-attach-assertion.html: Remove unnecessary offsetLeft trick.
43787         * platform/gtk/Skipped:
43788         * platform/mac/Skipped:
43789         * platform/qt/Skipped:
43790         * platform/win/Skipped:
43792 2011-03-10  Martin Robinson  <mrobinson@igalia.com>
43794         Unskipping some crashers on GTK+. These no longer crash locally and we'd
43795         like to figure out if they still crash on the bots. Move one flaky test
43796         to the appropriate section.
43798         * platform/gtk/Skipped: Unskip tests passing locally.
43800 2011-03-10  David Hyatt  <hyatt@apple.com>
43802         Reviewed by Beth Dakin.
43804         https://bugs.webkit.org/show_bug.cgi?id=47143
43806         Static distance computation is wrong when an ancestor is also positioned.  We need to go up the container()
43807         chain (after initially starting with the parent()) when doing this computation, so that we properly skip
43808         intermediate boxes between two positioned blocks.
43810         Added fast/block/positioning/static-distance-with-positioned-ancestor.html.
43812         * fast/block/positioning/static-distance-with-positioned-ancestor.html: Added.
43813         * platform/mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.checksum: Added.
43814         * platform/mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Added.
43815         * platform/mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt: Added.
43817 2011-03-10  David Hyatt  <hyatt@apple.com>
43819         Reviewed by Simon Fraser.
43821         https://bugs.webkit.org/show_bug.cgi?id=47147
43823         Fix for repaint issues when the root element is a table and needs to paint a background that
43824         covers the entire canvas.  Remove paintRootBoxDecorations and replace with paintRootBoxFillLayers,
43825         so that it can be called only for fill layer painting.  Make tables and normal boxes both
43826         call this new method.  Fix the dirty check at the start of RenderTable paint to not happen if
43827         the table is the root of the document (this same check exists in RenderBlock painting already).
43829         * fast/backgrounds/positioned-root.html: Added.
43830         * fast/backgrounds/table-root.html: Added.
43831         * platform/mac/fast/backgrounds/positioned-root-expected.checksum: Added.
43832         * platform/mac/fast/backgrounds/positioned-root-expected.png: Added.
43833         * platform/mac/fast/backgrounds/positioned-root-expected.txt: Added.
43834         * platform/mac/fast/backgrounds/table-root-expected.checksum: Added.
43835         * platform/mac/fast/backgrounds/table-root-expected.png: Added.
43836         * platform/mac/fast/backgrounds/table-root-expected.txt: Added.
43838 2011-03-10  Mihai Parparita  <mihaip@chromium.org>
43840         Update chromium Snow Leopard expectations.
43842         * platform/chromium/test_expectations.txt:
43844 2011-03-10  David Hyatt  <hyatt@apple.com>
43846         Reviewed by Simon Fraser.
43848         https://bugs.webkit.org/show_bug.cgi?id=47157
43850         CSS2.1 test suite failures because the ex unit is broken with the Ahem font.
43852         Remove the code that tries to also include the maxX of the glyph bounds for the
43853         'x' glyph, since it just causes the x-height to be way too large in cases where the 'x' glyph extends
43854         below the baseline.
43856         Remove the Apple Symbol hack for ex units, since the person who added that was confused by another
43857         issue, namely that CGFontGetXHeight wasn't being properly multiplied by the pointSize.  That's why
43858         the value was too small.  Patched the code to just multiply by pointSize and took out the hack.
43860         Fix causes many tests in the css2.1 directory to progress, so no new tests required.  Many other
43861         layout tests change because the xHeight for Lucida Grande gets smaller by a little bit, and radio
43862         buttons use ex horizontal margins by default.
43864         * platform/mac/accessibility/radio-button-group-members-expected.txt:
43865         * platform/mac/css1/box_properties/acid_test-expected.txt:
43866         * platform/mac/css1/font_properties/font_size-expected.txt:
43867         * platform/mac/css1/text_properties/line_height-expected.txt:
43868         * platform/mac/css1/text_properties/text_indent-expected.txt:
43869         * platform/mac/css1/units/length_units-expected.txt:
43870         * platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
43871         * platform/mac/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
43872         * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
43873         * platform/mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
43874         * platform/mac/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
43875         * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
43876         * platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
43877         * platform/mac/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
43878         * platform/mac/css2.1/t1601-c547-indent-00-b-a-expected.txt:
43879         * platform/mac/css2.1/t1604-c541-word-sp-00-b-a-expected.txt:
43880         * platform/mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
43881         * platform/mac/editing/selection/caret-ltr-2-expected.txt:
43882         * platform/mac/editing/selection/caret-ltr-2-left-expected.txt:
43883         * platform/mac/editing/selection/caret-ltr-expected.txt:
43884         * platform/mac/editing/selection/caret-ltr-right-expected.txt:
43885         * platform/mac/editing/selection/caret-rtl-2-expected.txt:
43886         * platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
43887         * platform/mac/editing/selection/caret-rtl-expected.txt:
43888         * platform/mac/editing/selection/caret-rtl-right-expected.txt:
43889         * platform/mac/fast/block/basic/011-expected.txt:
43890         * platform/mac/fast/block/margin-collapse/103-expected.txt:
43891         * platform/mac/fast/css/ex-after-font-variant-expected.txt:
43892         * platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
43893         * platform/mac/fast/forms/001-expected.txt:
43894         * platform/mac/fast/forms/basic-inputs-expected.txt:
43895         * platform/mac/fast/forms/box-shadow-override-expected.txt:
43896         * platform/mac/fast/forms/checkbox-radio-onchange-expected.txt:
43897         * platform/mac/fast/forms/file-input-disabled-expected.txt:
43898         * platform/mac/fast/forms/form-element-geometry-expected.txt:
43899         * platform/mac/fast/forms/formmove-expected.txt:
43900         * platform/mac/fast/forms/formmove2-expected.txt:
43901         * platform/mac/fast/forms/indeterminate-expected.txt:
43902         * platform/mac/fast/forms/input-appearance-height-expected.txt:
43903         * platform/mac/fast/forms/input-value-expected.txt:
43904         * platform/mac/fast/forms/minWidthPercent-expected.txt:
43905         * platform/mac/fast/forms/radio-attr-order-expected.txt:
43906         * platform/mac/fast/forms/radio-nested-labels-expected.txt:
43907         * platform/mac/fast/forms/radio_checked-expected.txt:
43908         * platform/mac/fast/forms/radio_checked_dynamic-expected.txt:
43909         * platform/mac/fast/inline/positionedLifetime-expected.txt:
43910         * platform/mac/fast/lists/008-expected.txt:
43911         * platform/mac/fast/lists/008-vertical-expected.txt:
43912         * platform/mac/fast/media/mq-relative-constraints-08-expected.txt:
43913         * platform/mac/fast/overflow/overflow-rtl-expected.txt:
43914         * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt:
43915         * platform/mac/fast/parser/bad-xml-slash-expected.txt:
43916         * platform/mac/fast/replaced/replaced-breaking-expected.txt:
43917         * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
43918         * platform/mac/fast/replaced/width100percent-radio-expected.txt:
43919         * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
43920         * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
43921         * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
43922         * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
43923         * platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
43924         * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
43925         * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
43926         * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
43927         * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
43928         * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
43929         * svg/custom/invalid-text-content-expected.png:
43930         * svg/custom/text-zoom-expected.png:
43931         * svg/custom/use-clipped-transform-expected.png:
43933 2011-03-10  Adam Roben  <aroben@apple.com>
43935         Skip a test that sometimes times out in Windows Debug builds
43937         <http://webkit.org/b/56080> tracks the failure.
43939         * platform/win-xp/Skipped: Added jquery/effects.html. (Ideally we'd only skip this in Debug
43940         builds regardless of whether it's XP or Vista or 7, but doing that requires fixing
43941         <http://webkit.org/b/55254>.)
43943 2011-03-04  Luiz Agostini  <luiz.agostini@openbossa.org>
43945         Reviewed by Andreas Kling.
43947         [Qt] fast/workers/stress-js-execution.html is crashing on Qt bot (intermittently)
43948         https://bugs.webkit.org/show_bug.cgi?id=33008
43950         Removing several tests from the Qt skip list. Those tests were flaky because of race conditions
43951         related to web workers.
43953         * platform/qt/Skipped:
43955 2011-03-09  Gavin Barraclough  <barraclough@apple.com>
43957         Reviewed by Oliver Hunt.
43959         Bug 56077 - ES5 conformance issues with RegExp.prototype
43961         There are three issues causing test failures in sputnik.
43963         (1) lastIndex should be converted at the point it is used, not the point it is set (this is visible if valueOf is overridden).
43964         (2) The 'length' property of the test/exec functions should be 1.
43965         (3) If no input is specified, the input to test()/exec() is "undefined" (i.e. ToString(undefined)) - not RegExp.input.
43967         * fast/js/kde/function_length-expected.txt:
43968         * fast/js/kde/script-tests/function_length.js:
43969             - 'length' of RexExp.test/RexExp.exec is 1
43970         * fast/js/regexp-caching-expected.txt:
43971         * fast/js/regexp-test-null-string-expected.txt:
43972         * fast/js/regexp-test-null-string.html:
43973             - test() is equivalent to test("undefined")
43974         * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A11-expected.txt:
43975         * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T16-expected.txt:
43976         * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T11-expected.txt:
43977         * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A11-expected.txt:
43978         * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T16-expected.txt:
43979             - These tests now pass!
43981 2011-03-10  Sheriff Bot  <webkit.review.bot@gmail.com>
43983         Unreviewed, rolling out r80701.
43984         http://trac.webkit.org/changeset/80701
43985         https://bugs.webkit.org/show_bug.cgi?id=56126
43987         fast/dom/Geolocation/window-close-crash.html fails on Snow
43988         Leopard release builds (Requested by mihaip on #webkit).
43990         * fast/dom/Geolocation/page-reload-cancel-permission-requests-expected.txt: Removed.
43991         * fast/dom/Geolocation/page-reload-cancel-permission-requests.html: Removed.
43992         * fast/dom/Geolocation/resources/page-reload-cancel-permission-requests-inner.html: Removed.
43993         * fast/dom/Geolocation/script-tests/page-reload-cancel-permission-requests.js: Removed.
43994         * platform/gtk/Skipped:
43995         * platform/mac/Skipped:
43996         * platform/qt-wk2/Skipped:
43998 2011-03-10  Oliver Hunt  <oliver@apple.com>
44000         Reviewed by Gavin Barraclough.
44002         jquery/manipulation.html fails after r80598
44003         https://bugs.webkit.org/show_bug.cgi?id=56019
44005         Removed jQuery tests from skiplists
44007         * platform/gtk/Skipped:
44008         * platform/qt/Skipped:
44010 2011-03-10  Ryosuke Niwa  <rniwa@webkit.org>
44012         Reviewed by Ojan Vafai.
44014         Unable to paste in input[type="text"] with last-child selector
44015         https://bugs.webkit.org/show_bug.cgi?id=50736
44017         Added regressions tests since this bug no longer reproduces on TOT WebKit.
44019         * editing/input/div-first-child-rule-input-expected.txt: Added.
44020         * editing/input/div-first-child-rule-input.html: Added.
44021         * editing/input/div-first-child-rule-textarea-expected.txt: Added.
44022         * editing/input/div-first-child-rule-textarea.html: Added.
44024 2011-03-10  Martin Robinson  <mrobinson@igalia.com>
44026         [GTK] plugins/return-negative-one-from-write.html crashes
44027         https://bugs.webkit.org/show_bug.cgi?id=41903
44029         * platform/gtk/Skipped: Unskipping test which appears to be passing locally.
44031 2011-03-10  Adam Barth  <abarth@webkit.org>
44033         Update test expectation after my partial revert of r80670.
44035         * platform/mac/accessibility/aria-expanded-notifications-expected.txt:
44037 2011-03-10  Andrei Popescu  <andreip@google.com>
44039         Unreviewed, build fix.
44041         [Chromium] fast/canvas/webgl/uninitialized-test.html times out on all platforms.
44042         https://bugs.webkit.org/show_bug.cgi?id=56113
44044         It seems this was introduced in http://src.chromium.org/viewvc/chrome?view=rev&revision=77637
44045         Updating test expectations for now.
44047         * platform/chromium/test_expectations.txt:
44049 2011-03-10  Andrei Popescu  <andreip@google.com>
44051         Unreviewed, build fix.
44053         [Chromium] svg/W3C-SVG-1.1/text-text-03-b.svg is sometimes crashing on Linux
44054         https://bugs.webkit.org/show_bug.cgi?id=56110
44056         * platform/chromium/test_expectations.txt:
44058 2011-03-10  Adam Roben  <aroben@apple.com>
44060         Add Windows expected failure results for fast/forms/onchange-setvalueforuser.html
44062         The failure is tracked by <http://webkit.org/b/55834>.
44064         * platform/win/fast/forms/onchange-setvalueforuser-expected.txt: Added.
44066 2011-03-10  Adam Roben  <aroben@apple.com>
44068         Add Windows expected failure results for fast/lists/003-vertical.html
44070         The Windows results match the pre-r80648 Mac results. The failure is tracked by
44071         <http://webkit.org/b/56101>.
44073         * platform/win/fast/lists/003-vertical-expected.checksum: Added.
44074         * platform/win/fast/lists/003-vertical-expected.png: Added.
44075         * platform/win/fast/lists/003-vertical-expected.txt: Added.
44077 2011-03-10  Andrei Popescu  <andreip@google.com>
44079         Unreviewed, build fix.
44081         [Chromium] fast/text/international/vertical-text-glyph-test.html fails on OSX 10.6
44082         https://bugs.webkit.org/show_bug.cgi?id=56108
44084         Update Chromium test expectations.
44086         * platform/chromium/test_expectations.txt:
44088 2011-03-10  Adam Roben  <aroben@apple.com>
44090         Skip another spinbutton test on Windows
44092         The missing functionality is tracked by <http://webkit.org/b/38381>.
44094         * platform/win/Skipped: Added fast/forms/input-appearance-spinbutton-visibility.html
44096 2011-03-10  Adam Roben  <aroben@apple.com>
44098         Add Windows expected failure results for fast/text/hyphenate-limit-before-after.html
44100         The failure is tracked by <http://webkit.org/b/56102>.
44102         * platform/win/fast/text/hyphenate-limit-before-after-expected.txt: Added. Copied this from
44103         mac-snowleopard.
44105 2011-03-10  Adam Roben  <aroben@apple.com>
44107         Add Windows expected failure results for fast/blockflow/text-orientation-basic.html
44109         The failure is tracked by <http://webkit.org/b/56101>.
44111         * platform/win/fast/blockflow/text-orientation-basic-expected.checksum: Added.
44112         * platform/win/fast/blockflow/text-orientation-basic-expected.png: Added.
44113         * platform/win/fast/blockflow/text-orientation-basic-expected.txt: Added.
44115 2011-03-10  Andrei Popescu  <andreip@google.com>
44117         Unreviewed, build fix.
44119         [Chromium] fast/text/justify-ideograph-vertical.html fails on OSX 10.5
44120         https://bugs.webkit.org/show_bug.cgi?id=56106
44122         Update Chromium test expectations.
44124         * platform/chromium/test_expectations.txt:
44126 2011-03-10  Pavel Feldman  <pfeldman@chromium.org>
44128         Not reviewed: rolling out r80478 and its follow ups for breaking
44129         inspector and engadget.com.
44130         https://bugs.webkit.org/show_bug.cgi?id=49401
44132         * platform/gtk/Skipped:
44134 2011-03-10  Philippe Normand  <pnormand@igalia.com>
44136         Unreviewed, skip 1 more svg test failing by one pixel in 32-bits
44137         Debug, see bug 39022.
44139         * platform/gtk/Skipped:
44141 2011-03-10  Pavel Feldman  <pfeldman@chromium.org>
44143         Reviewed by Yury Semikhatsky.
44145         Web Inspector: brush up DOM agent API.
44146         https://bugs.webkit.org/show_bug.cgi?id=56093
44148         * http/tests/inspector/elements-test.js:
44149         (initialize_ElementTest.InspectorTest.nodeWithId.processChildren):
44150         (initialize_ElementTest.InspectorTest.nodeWithId.documentRequested):
44151         (initialize_ElementTest.InspectorTest.nodeWithId):
44152         (initialize_ElementTest.InspectorTest.dumpDOMAgentTree.dump):
44153         (initialize_ElementTest.InspectorTest.dumpDOMAgentTree):
44154         (initialize_ElementTest):
44155         * inspector/elements/elements-panel-rewrite-href.html:
44156         * inspector/elements/elements-panel-search.html:
44157         * inspector/elements/elements-panel-selection-on-refresh.html:
44158         * inspector/elements/mutate-unknown-node.html:
44160 2011-03-10  Philippe Normand  <pnormand@igalia.com>
44162         Unreviewed, skip 2 more flacky tests on GTK 32-bits Release.
44164         * platform/gtk/Skipped:
44166 2011-03-10  Philippe Normand  <pnormand@igalia.com>
44168         Unreviewed, skip 1 more svg test failing by one pixel in 32-bits
44169         Debug, see bug 39022.
44171         * platform/gtk/Skipped:
44173 2011-03-10  Philippe Normand  <pnormand@igalia.com>
44175         Unreviewed, skip 2 more svg tests failing by one pixel in 32-bits
44176         Release, see bug 39022.
44178         * platform/gtk/Skipped:
44180 2011-03-10  Andrey Adaikin  <aandrey@google.com>
44182         Reviewed by Pavel Feldman.
44184         Web Inspector: Highlighter refactoring
44185         https://bugs.webkit.org/show_bug.cgi?id=56015
44187         * inspector/editor/highlighter-basics-expected.txt:
44188         * inspector/editor/highlighter-basics.html:
44189         * inspector/editor/highlighter-long-line.html:
44190         * inspector/editor/highlighter-paste-in-comment-expected.txt:
44191         * inspector/editor/highlighter-paste-in-comment.html:
44193 2011-03-10  John Knottenbelt  <jknotten@chromium.org>
44195         Reviewed by Andreas Kling.
44197         [Qt] Skip fast/dom/Geolocation/page-reload-cancel-permission-requests.html pending implementation of LayoutTestController::numberOfPendingGeolocationPermissionRequests
44198         https://bugs.webkit.org/show_bug.cgi?id=56087
44200         * platform/qt/Skipped:
44202 2011-02-16  John Knottenbelt  <jknotten@chromium.org>
44204         Reviewed by Dmitry Titov.
44206         Detach Geolocation from Frame when Page destroyed.
44207         https://bugs.webkit.org/show_bug.cgi?id=52877
44209         Ensure that all geolocation permission requests are cancelled
44210         when the page is detached from its frame.
44212         * fast/dom/Geolocation/page-reload-cancel-permission-requests-expected.txt: Added.
44213         * fast/dom/Geolocation/page-reload-cancel-permission-requests.html: Added.
44214         * fast/dom/Geolocation/resources/page-reload-cancel-permission-requests-inner.html: Added.
44215         * fast/dom/Geolocation/script-tests/page-reload-cancel-permission-requests.js: Added.
44216         * platform/gtk/Skipped:
44217         * platform/mac/Skipped:
44218         * platform/qt-wk2/Skipped:
44220 2011-03-10  Csaba Osztrogonác  <ossy@webkit.org>
44222         Unreviewed.
44224         Add Qt specific expected files for tests introduced in r80622 and r80682.
44226         * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.checksum: Added.
44227         * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
44228         * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.txt: Added.
44229         * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.checksum: Added.
44230         * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.png: Added.
44231         * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.txt: Added.
44232         * platform/qt/fast/dynamic/dirty-float-in-clean-line-expected.checksum: Added.
44233         * platform/qt/fast/dynamic/dirty-float-in-clean-line-expected.png: Added.
44234         * platform/qt/fast/dynamic/dirty-float-in-clean-line-expected.txt: Added.
44235         * platform/qt/fast/dynamic/float-at-line-break-expected.checksum: Added.
44236         * platform/qt/fast/dynamic/float-at-line-break-expected.png: Added.
44237         * platform/qt/fast/dynamic/float-at-line-break-expected.txt: Added.
44239 2011-03-10  Philippe Normand  <pnormand@igalia.com>
44241         Unreviewed, skip fast/js/large-expressions.html on GTK.
44243         * platform/gtk/Skipped:
44245 2011-03-10  Philippe Normand  <pnormand@igalia.com>
44247         Unreviewed, skip jquery/effects.html on GTK.
44249         * platform/gtk/Skipped:
44251 2011-03-10  Adam Barth  <abarth@webkit.org>
44253         Partial revert of http://trac.webkit.org/changeset/80670.  This test
44254         has been failing sporatically since it was changed in that revision.
44256         * platform/mac/accessibility/aria-expanded-notifications.html:
44258 2011-03-10  Ojan Vafai  <ojan@chromium.org>
44260         Reviewed by Darin Adler.
44262         Able to move nodes across documents
44263         https://bugs.webkit.org/show_bug.cgi?id=19524
44265         Makes cross-document appendChild, insertBefore, Range.insertNode and Range.surroundContents work.
44266         This matches Gecko and the new Dom Core spec. There are a number of Range methods where we don't
44267         match Gecko or the spec that will need to be updated in a following patch.
44269         * dom/html/level1/core/hc_elementwrongdocumenterr-expected.txt:
44270         * dom/html/level1/core/hc_namednodemapwrongdocumenterr-expected.txt:
44271         * dom/xhtml/level1/core/hc_elementwrongdocumenterr-expected.txt:
44272         * dom/xhtml/level1/core/hc_namednodemapwrongdocumenterr-expected.txt:
44273         * fast/dom/move-nodes-across-documents-expected.txt: Added.
44274         * fast/dom/move-nodes-across-documents.html: Added.
44276 2011-03-09  Roland Steiner  <rolandsteiner@chromium.org>
44278         Unreviewed: tweaking of Chromium test_expectations.txt
44280         * platform/chromium/test_expectations.txt:
44282 2011-03-09  Mihai Parparita  <mihaip@chromium.org>
44284         JSC now implements Object.freeze/seal (as of r80378) and correct
44285         expectations have been checked in, therefore we now pass more
44286         ietestcenter tests.
44288         * platform/chromium/test_expectations.txt:
44290 2011-03-09  Chris Fleizach  <cfleizach@apple.com>
44292         Reviewed by Beth Dakin.
44294         VO reporting incorrect list count for http://www.macworld.com/news.html
44295         https://bugs.webkit.org/show_bug.cgi?id=56064
44297         * platform/mac/accessibility/list-items-ignored-expected.txt: Added.
44298         * platform/mac/accessibility/list-items-ignored.html: Added.
44300 2011-03-09  Gavin Barraclough  <barraclough@apple.com>
44302         Reviewed by Sam Weinig.
44304         Bug 56041 - RexExp constructor should only accept flags "gim"
44305         Fix for issues introduced in r80667.
44307         * fast/regex/script-tests/parentheses.js:
44308         * fast/regex/script-tests/pcre-test-1.js:
44309             - Providing invalid flags to RegExp literals is an error in ES5.
44311 2011-03-09  Dan Bernstein  <mitz@apple.com>
44313         Reviewed by Dave Hyatt.
44315         <rdar://problem/8733254> Float disappears after incremental layout
44317         * fast/dynamic/dirty-float-in-clean-line-expected.checksum: Added.
44318         * fast/dynamic/dirty-float-in-clean-line-expected.png: Added.
44319         * fast/dynamic/dirty-float-in-clean-line-expected.txt: Added.
44320         * fast/dynamic/dirty-float-in-clean-line.html: Added.
44321         * fast/dynamic/float-at-line-break-expected.checksum: Added.
44322         * fast/dynamic/float-at-line-break-expected.png: Added.
44323         * fast/dynamic/float-at-line-break-expected.txt: Added.
44324         * fast/dynamic/float-at-line-break.html: Added.
44325         * fast/dynamic/float-from-empty-line-expected.checksum: Added.
44326         * fast/dynamic/float-from-empty-line-expected.png: Added.
44327         * fast/dynamic/float-from-empty-line-expected.txt: Added.
44328         * fast/dynamic/float-from-empty-line.html: Added.
44330 2011-03-09  Martin Robinson  <mrobinson@igalia.com>
44332         Add some new GTK+ test results.
44334         * platform/gtk/fast/blockflow/text-orientation-basic-expected.checksum: Added.
44335         * platform/gtk/fast/blockflow/text-orientation-basic-expected.png: Added.
44336         * platform/gtk/fast/blockflow/text-orientation-basic-expected.txt: Added.
44337         * platform/gtk/fast/dom/scroll-reveal-left-overflow-expected.checksum: Added.
44338         * platform/gtk/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
44339         * platform/gtk/fast/dom/scroll-reveal-left-overflow-expected.txt: Added.
44340         * platform/gtk/fast/dom/scroll-reveal-top-overflow-expected.checksum: Added.
44341         * platform/gtk/fast/dom/scroll-reveal-top-overflow-expected.png: Added.
44342         * platform/gtk/fast/dom/scroll-reveal-top-overflow-expected.txt: Added.
44344 2011-03-09  Tony Chang  <tony@chromium.org>
44346         Unreviewed, third and final set of baselines for chromium linux lucid x86_64.
44347         These are small rounding differences.
44348         https://bugs.webkit.org/show_bug.cgi?id=55527
44350         * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum: Added.
44351         * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
44352         * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added.
44353         * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum: Added.
44354         * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
44355         * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
44356         * platform/chromium-linux-x86_64/svg/hixie/perf/001-expected.checksum: Added.
44357         * platform/chromium-linux-x86_64/svg/hixie/perf/001-expected.png: Added.
44358         * platform/chromium-linux-x86_64/svg/hixie/perf/001-expected.txt: Added.
44359         * platform/chromium-linux-x86_64/svg/hixie/perf/002-expected.checksum: Added.
44360         * platform/chromium-linux-x86_64/svg/hixie/perf/002-expected.png: Added.
44361         * platform/chromium-linux-x86_64/svg/hixie/perf/002-expected.txt: Added.
44362         * platform/chromium/test_expectations.txt:
44364 2011-03-09  Tony Chang  <tony@chromium.org>
44366         Unreviewed, land a second set of baselines for chromium linux lucid x86_64.
44367         These are differences due to a newer freetype and a few rounding
44368         differences in gradients.
44369         https://bugs.webkit.org/show_bug.cgi?id=55527
44371         * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove01-expected.checksum: Added.
44372         * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove01-expected.png: Added.
44373         * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove02-expected.checksum: Added.
44374         * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove02-expected.png: Added.
44375         * platform/chromium-linux-x86_64/fast/borders/borderRadiusRidge01-expected.checksum: Added.
44376         * platform/chromium-linux-x86_64/fast/borders/borderRadiusRidge01-expected.png: Added.
44377         * platform/chromium-linux-x86_64/fast/images/animated-svg-as-image-expected.checksum: Added.
44378         * platform/chromium-linux-x86_64/fast/images/animated-svg-as-image-expected.png: Added.
44379         * platform/chromium-linux-x86_64/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added.
44380         * platform/chromium-linux-x86_64/fast/text/international/bidi-mirror-he-ar-expected.png: Added.
44381         * platform/chromium-linux-x86_64/fast/text/international/danda-space-expected.checksum: Added.
44382         * platform/chromium-linux-x86_64/fast/text/international/danda-space-expected.png: Added.
44383         * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: Added.
44384         * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Added.
44385         * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: Added.
44386         * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
44387         * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum: Added.
44388         * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
44389         * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: Added.
44390         * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
44391         * platform/chromium-linux-x86_64/svg/batik/text/textFeatures-expected.checksum: Added.
44392         * platform/chromium-linux-x86_64/svg/batik/text/textFeatures-expected.png: Added.
44393         * platform/chromium-linux-x86_64/svg/batik/text/textLayout-expected.checksum: Added.
44394         * platform/chromium-linux-x86_64/svg/batik/text/textLayout-expected.png: Added.
44395         * platform/chromium-linux-x86_64/svg/custom/js-late-clipPath-and-object-creation-expected.checksum: Added.
44396         * platform/chromium-linux-x86_64/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
44397         * platform/chromium-linux-x86_64/svg/custom/js-late-clipPath-creation-expected.checksum: Added.
44398         * platform/chromium-linux-x86_64/svg/custom/js-late-clipPath-creation-expected.png: Added.
44399         * platform/chromium-linux-x86_64/svg/custom/js-late-gradient-creation-expected.checksum: Added.
44400         * platform/chromium-linux-x86_64/svg/custom/js-late-gradient-creation-expected.png: Added.
44401         * platform/chromium-linux-x86_64/svg/custom/js-late-pattern-creation-expected.checksum: Added.
44402         * platform/chromium-linux-x86_64/svg/custom/js-late-pattern-creation-expected.png: Added.
44403         * platform/chromium-linux-x86_64/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum: Added.
44404         * platform/chromium-linux-x86_64/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Added.
44405         * platform/chromium-linux-x86_64/svg/custom/svg-curve-with-relative-cordinates-expected.checksum: Added.
44406         * platform/chromium-linux-x86_64/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added.
44407         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.checksum: Added.
44408         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: Added.
44409         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.checksum: Added.
44410         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: Added.
44411         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.checksum: Added.
44412         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: Added.
44413         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.checksum: Added.
44414         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: Added.
44415         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.checksum: Added.
44416         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Added.
44417         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.checksum: Added.
44418         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Added.
44419         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.checksum: Added.
44420         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Added.
44421         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum: Added.
44422         * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Added.
44423         * platform/chromium-linux-x86_64/svg/text/text-text-01-b-expected.checksum: Added.
44424         * platform/chromium-linux-x86_64/svg/text/text-text-01-b-expected.png: Added.
44425         * platform/chromium-linux-x86_64/transforms/2d/transform-borderbox-expected.checksum: Added.
44426         * platform/chromium-linux-x86_64/transforms/2d/transform-borderbox-expected.png: Added.
44427         * platform/chromium/test_expectations.txt:
44429 2011-03-09  Tony Chang  <tony@chromium.org>
44431         Unreviewed, first set of baselines for chromium linux lucid x86_64.
44432         These are just small rounding differences.
44433         https://bugs.webkit.org/show_bug.cgi?id=55527
44435         * platform/chromium-linux-x86_64/fast/repaint/moving-shadow-on-container-expected.txt: Added.
44436         * platform/chromium-linux-x86_64/fast/repaint/moving-shadow-on-path-expected.txt: Added.
44437         * platform/chromium-linux-x86_64/svg/css/composite-shadow-example-expected.txt: Added.
44438         * platform/chromium-linux-x86_64/svg/css/composite-shadow-with-opacity-expected.txt: Added.
44439         * platform/chromium-linux-x86_64/svg/css/stars-with-shadow-expected.txt: Added.
44440         * platform/chromium-linux-x86_64/svg/custom/use-on-symbol-inside-pattern-expected.txt: Added.
44441         * platform/chromium/test_expectations.txt:
44443 2011-03-09  Andy Estes  <aestes@apple.com>
44445         Reviewed by Adam Barth.
44447         Bad cast in HTMLTreeBuilder::processStartTag
44448         https://bugs.webkit.org/show_bug.cgi?id=55955
44450         * fast/parser/self-closing-foreign-content-expected.txt: Added.
44451         * fast/parser/self-closing-foreign-content.html: Added.
44453 2011-03-09  Tony Gentilcore  <tonyg@chromium.org>
44455         Reviewed by Mihai Parparita.
44457         Fix some potentially flaky tests
44458         https://bugs.webkit.org/show_bug.cgi?id=56049
44460         These tests were not resilient to parser yields for reasons explained below.
44462         * media/video-src-plus-source.html: loadstart or loadmetadata could have fired before
44463         the waitForEvent() calls. So define them prior to the <video> element.
44464         * platform/mac/accessibility/aria-expanded-notifications.html: The aria events could
44465         have fired before successfullyParsed was set, so run the test in the onload handler.
44466         * plugins/npruntime/npruntime.html: The plugin could have been loaded before
44467         successfullyParsed was set, so set it before including the plugin.
44469 2011-03-09  Andy Estes  <aestes@apple.com>
44471         Reviewed by Adam Barth.
44473         REGRESSION (r80320): Assertion failure when processing mis-nested foreign content.
44474         https://bugs.webkit.org/show_bug.cgi?id=55982
44476         * fast/parser/fragment-foreign-content-misnested-expected.txt: Added.
44477         * fast/parser/fragment-foreign-content-misnested.html: Added.
44479 2011-03-09  Gavin Barraclough  <barraclough@apple.com>
44481         Reviewed by Darin Adler.
44483         Bug 56041 - RexExp constructor should only accept flags "gim"
44484         We also should be passing the flags around as a bitfield rather than a string,
44485         and should not have redundant, incompatible code for converting the string to a bitfield!
44487         * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T1-expected.txt:
44488         * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T2-expected.txt:
44489         * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T3-expected.txt:
44490         * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T4-expected.txt:
44491         * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T5-expected.txt:
44492         * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T6-expected.txt:
44493         * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T7-expected.txt:
44494         * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T8-expected.txt:
44495         * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T9-expected.txt:
44496             - Check in passing results!
44498 2011-03-09  Martin Robinson  <mrobinson@igalia.com>
44500         jquery/manipulation.html fails after r80598
44501         https://bugs.webkit.org/show_bug.cgi?id=56019
44503         Skip jquery test failing on the GTK+ debug bots. Move another
44504         failing test to the appropriate section.
44506         * platform/gtk/Skipped: Update skipped list.
44508 2011-03-09  James Robinson  <jamesr@chromium.org>
44510         Reviewed by Kenneth Russell.
44512         [chromium]: Regression - Explicitly copy compositing properties from LayerChromium to CCLayerImpl
44513         https://bugs.webkit.org/show_bug.cgi?id=56021
44515         Adds a test for basic functionality of the backface-visibility
44516         property.
44518         * compositing/backface-visibility-expected.checksum: Added.
44519         * compositing/backface-visibility-expected.png: Added.
44520         * compositing/backface-visibility-expected.txt: Added.
44521         * compositing/backface-visibility.html: Added.
44523 2011-03-09  Andrei Popescu  <andreip@google.com>
44525         Unreviewed, build fix.
44527         [Chromium] test_expectations.txt needs updating to expect crashes in tests
44528         that trigger the assertion in FontCache::releaseFontData.
44529         https://bugs.webkit.org/show_bug.cgi?id=56051
44531         We have started seeing an assertion failure in FontCache.cpp:310 after r80582.
44532         It is unclear whether r80582 caused the assertion or whether the problem was
44533         already present at r80582 just made it manifest itself more often. Update the
44534         test_expectations.txt file while we're investigating.
44536         * platform/chromium/test_expectations.txt:
44538 2011-03-09  Xiaomei Ji  <xji@chromium.org>
44540         Unreviewed.
44542         Rebaseline after r80622.
44544         * platform/chromium-linux/fast/dom/scroll-reveal-left-overflow-expected.checksum: Added.
44545         * platform/chromium-linux/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
44546         * platform/chromium-linux/fast/dom/scroll-reveal-top-overflow-expected.checksum: Added.
44547         * platform/chromium-linux/fast/dom/scroll-reveal-top-overflow-expected.png: Added.
44548         * platform/chromium-mac/fast/dom/scroll-reveal-left-overflow-expected.checksum: Added.
44549         * platform/chromium-mac/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
44550         * platform/chromium-mac/fast/dom/scroll-reveal-left-overflow-expected.txt: Added.
44551         * platform/chromium-mac/fast/dom/scroll-reveal-top-overflow-expected.txt: Added.
44552         * platform/chromium-win/fast/dom/scroll-reveal-left-overflow-expected.checksum: Added.
44553         * platform/chromium-win/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
44554         * platform/chromium-win/fast/dom/scroll-reveal-left-overflow-expected.txt: Added.
44555         * platform/chromium-win/fast/dom/scroll-reveal-top-overflow-expected.checksum: Added.
44556         * platform/chromium-win/fast/dom/scroll-reveal-top-overflow-expected.png: Added.
44557         * platform/chromium-win/fast/dom/scroll-reveal-top-overflow-expected.txt: Added.
44558         * platform/chromium/test_expectations.txt:
44560 2011-03-09  Abhishek Arya  <inferno@chromium.org>
44562         Unreviewed. Rebaselining after text orientation change in r80582.
44564         * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
44566 2011-03-09  Ryosuke Niwa  <rniwa@webkit.org>
44568         Reviewed by Tony Chang.
44570         REGRESSION: crash in nextLinePosition when extending selection forward by line in an empty document
44571         https://bugs.webkit.org/show_bug.cgi?id=56004
44573         Added a regression test.
44575         * editing/selection/extend-by-line-in-empty-document-expected.txt: Added.
44576         * editing/selection/extend-by-line-in-empty-document.html: Added.
44578 2011-03-09  Brian Weinstein  <bweinstein@apple.com>
44580         Update expected results of svg/css/getComputedStyle-basic after r80582.
44582         * svg/css/getComputedStyle-basic-expected.txt:
44584 2011-03-09  Mihai Parparita  <mihaip@chromium.org>
44586         Update chromium-gpu expectations.
44588         * platform/chromium/test_expectations.txt:
44590 2011-03-09  Brian Weinstein  <bweinstein@apple.com>
44592         Update expected results of computed-style and computed-style-without-renderer after
44593         r80582.
44595         * fast/css/getComputedStyle/computed-style-expected.txt:
44596         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
44598 2011-03-09  Csaba Osztrogonác  <ossy@webkit.org>
44600         Unreviewed.
44602         jquery/manipulation.html fails after r80598
44603         https://bugs.webkit.org/show_bug.cgi?id=56019
44605         * platform/qt/Skipped:Add jquery tests to make buildbots happier.
44607 2011-03-09  Yury Semikhatsky  <yurys@chromium.org>
44609         Reviewed by Pavel Feldman.
44611         Web Inspector: pass explicit agent references to InspectorBackendDispatcher
44612         https://bugs.webkit.org/show_bug.cgi?id=55820
44614         * http/tests/inspector-enabled/open-close-open-expected.txt:
44615         * http/tests/inspector-enabled/open-close-open.html:
44616         * http/tests/inspector/inspector-test.js:
44617         ():
44619 2011-03-09  Roland Steiner  <rolandsteiner@chromium.org>
44621         Unreviewed: assign bug entries to Chromium test expectations.
44623         * platform/chromium/test_expectations.txt:
44625 2011-03-09  Carlos Garcia Campos  <cgarcia@igalia.com>
44627         Unreviewed. Move fast/canvas/rgba-parsing.html to the group of
44628         tests failing due to rounding color problems in cairo/pixman.
44630         * platform/gtk/Skipped:
44632 2011-03-09  Roland Steiner  <rolandsteiner@chromium.org>
44634         Unreviewed: more vertical text fallout for the chromium test expectations.
44635         Also, a rebaseline.
44637         * platform/chromium-mac/fast/lists/003-vertical-expected.checksum: Added.
44638         * platform/chromium-mac/fast/lists/003-vertical-expected.png: Added.
44639         * platform/chromium-mac/fast/lists/003-vertical-expected.txt: Added.
44640         * platform/chromium/test_expectations.txt:
44642 2011-03-09  Ilya Tikhonovsky  <loislo@chromium.org>
44644         Reviewed by Yury Semikhatsky.
44646         Web Inspector: Web Inspector: we don't need to transfer objectId and hasChildren for primitive values.
44647         https://bugs.webkit.org/show_bug.cgi?id=55998
44649         * inspector/protocol/console-agent-expected.txt:
44650         * inspector/protocol/runtime-agent-expected.txt:
44652 2011-03-09  Pavel Feldman  <pfeldman@chromium.org>
44654         Reviewed by Yury Semikhatsky.
44656         Web Inspector: watch expressions should show string values in quotes.
44657         https://bugs.webkit.org/show_bug.cgi?id=55846
44659         * http/tests/inspector/inspector-test.js:
44660         (initialize_InspectorTest):
44661         * inspector/console/console-dir-expected.txt:
44662         * inspector/console/console-dir.html:
44663         * inspector/debugger/debugger-expand-scope-expected.txt:
44664         * inspector/debugger/debugger-expand-scope.html:
44665         * platform/chromium/inspector/console/console-dir-expected.txt:
44666         * platform/chromium/inspector/debugger/debugger-expand-scope-expected.txt:
44668 2011-03-09  Pavel Feldman  <pfeldman@chromium.org>
44670         Reviewed by Yury Semikhatsky.
44672         Web Inspector: "length" getter is invoked upon console object formatting.
44673         https://bugs.webkit.org/show_bug.cgi?id=55220
44675         * inspector/console/console-format-expected.txt:
44676         * inspector/console/console-format.html:
44677         * platform/chromium/inspector/console/console-format-expected.txt:
44679 2011-03-09  Roland Steiner  <rolandsteiner@chromium.org>
44681         Unreviewed: yet more tweaking of the chromium test expectations.
44683         * platform/chromium/test_expectations.txt:
44685 2011-03-09  Roland Steiner  <rolandsteiner@chromium.org>
44687         Unreviewed: fix chromium test expectations file.
44689         * platform/chromium/test_expectations.txt:
44691 2011-03-09  Roland Steiner  <rolandsteiner@chromium.org>
44693         Unreviewed: update chromium test expectations
44695         * platform/chromium/test_expectations.txt:
44697 2011-03-08  Ilya Tikhonovsky  <loislo@chromium.org>
44699         Reviewed by Pavel Feldman.
44701         Web Inspector: remove groupName from objectId.
44702         https://bugs.webkit.org/show_bug.cgi?id=55825
44704         * inspector/protocol/runtime-agent-expected.txt:
44706 2011-03-08  Xiaomei Ji  <xji@chromium.org>
44708         Unreviewed.
44710         Add tests introduced in r80622 as expect to fail for now, rebase later.
44712         * platform/chromium/test_expectations.txt:
44714 2011-03-08  Xiaomei Ji  <xji@chromium.org>
44716         Reviewed by David Hyatt.
44718         Fix Regression: Content not drawn when scrolling horizontally in an RTL page.
44719         https://bugs.webkit.org/show_bug.cgi?id=55077.
44721         * fast/dom/scroll-reveal-left-overflow.html: Added.
44722         * fast/dom/scroll-reveal-top-overflow.html: Added.
44723         * platform/mac/fast/dom/scroll-reveal-left-overflow-expected.checksum: Added.
44724         * platform/mac/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
44725         * platform/mac/fast/dom/scroll-reveal-left-overflow-expected.txt: Added.
44726         * platform/mac/fast/dom/scroll-reveal-top-overflow-expected.checksum: Added.
44727         * platform/mac/fast/dom/scroll-reveal-top-overflow-expected.png: Added.
44728         * platform/mac/fast/dom/scroll-reveal-top-overflow-expected.txt: Added.
44730 2011-03-08  Gavin Barraclough  <barraclough@apple.com>
44732         Reviewed by Sam Weinig
44734         Bug 55994 - Functions on Array.prototype should check length first.
44735         These methods are designed to work on generic objects too, and if 'length'
44736         is a getter that throws an exception, ensure this is correctly thrown
44737         (even if other exceptions would be thrown, too).
44739         Added test cases.
44741         * fast/js/array-proto-func-length-getter-except-expected.txt: Added.
44742         * fast/js/array-proto-func-length-getter-except.html: Added.
44743         * fast/js/script-tests/array-proto-func-length-getter-except.js: Added.
44744         (lengthGetter):
44745         (test):
44747 2011-03-08  Mihai Parparita  <mihaip@chromium.org>
44749         Add failing expectation for compositing/webgl/
44750         webgl-nonpremultiplied-blend.html.
44752         * platform/chromium/test_expectations.txt:
44754 2011-03-08  Kenji Imasaki  <imasaki@chromium.org>
44756         Reviewed by David Levin.
44758         [Chromium] Clean up Media GPU test expectation since
44759         http://crbug.com?id=74887 was fixed. These expectations are based
44760         on the results on flakiness dashboard.
44762         * platform/chromium/test_expectations.txt:
44764 2011-03-08  Martin Robinson  <mrobinson@igalia.com>
44766         Rebaseline a GTK+ result after r80582.
44768         * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
44770 2011-03-08  Csaba Osztrogonác  <ossy@webkit.org>
44772         Unreviewed.
44774         https://bugs.webkit.org/show_bug.cgi?id=48540, support the text-orientation CSS property.
44775         Update Qt specific expected results after r80582.
44777         * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt:
44778         * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
44780 2011-03-08  Joe Wild  <joseph.wild@nokia.com>
44782         Reviewed by Csaba Osztrogonác.
44784         [Qt] Missing SVG variables
44785         https://bugs.webkit.org/show_bug.cgi?id=32941
44787         Basically, this patch just modifies features.pri to the Qt build to
44788         pass on the ENABLE_SVG_* flags to the IDL binding generator.
44790         Also I had remove global-construtors.html from the skip list and
44791         updated the associated expected results files.
44793         * platform/qt/Skipped:
44794         * platform/qt/fast/dom/Window/window-properties-expected.txt:
44795         * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
44796         * platform/qt/fast/dom/prototype-inheritance-expected.txt:
44797         * platform/qt/fast/js/global-constructors-expected.txt:
44799 2011-03-08  David Hyatt  <hyatt@apple.com>
44801         Reviewed by Dan Bernstein.
44803         https://bugs.webkit.org/show_bug.cgi?id=48540, support the text-orientation CSS property.
44805         This patch adds support for two values of the text-orientation property (the ones that actually matter): vertical-right and upright.
44806         The TextOrientation is part of the FontDescription and used to look up fonts (similar to FontOrientation).
44808         Orientation of non-CJK characters is done using fallback font data of the appropriate orientation type, e.g., verticalRightOrientation and
44809         uprightOrientation fallback font data.  Vertical right is just implemented as a normal horizontal font.  Upright is implemented as a
44810         vertically oriented font that rotates all glyphs.
44812         The main complication implementing text-orientation is that fonts have "baked-in" vertical glyphs for letters that are hardcoded to
44813         a vertical right facing.  This means that you can use those special vertical glyphs for vertical-right orientation without having to
44814         fall back, but then for upright orientation you have to ignore them and still fall back.  As you can see from the test case, this doesn't
44815         work very well, but hopefully it won't be all that common.  Limitations of CoreText prevent this case from rendering properly in either the
44816         simple or complex code paths, although the simple code path at least gets close.
44818         Added fast/blockflow/text-orientation-basic.html
44820         * fast/blockflow/text-orientation-basic.html: Added.
44821         * platform/mac/fast/blockflow/text-orientation-basic-expected.checksum: Added.
44822         * platform/mac/fast/blockflow/text-orientation-basic-expected.png: Added.
44823         * platform/mac/fast/blockflow/text-orientation-basic-expected.txt: Added.
44825 2011-03-08  Nico Weber  <thakis@chromium.org>
44827         Reviewed by James Robinson.
44829         Crash on big blur radius with canvas
44830         https://bugs.webkit.org/show_bug.cgi?id=55951
44832         * fast/canvas/shadow-huge-blur-expected.txt: Added.
44833         * fast/canvas/shadow-huge-blur.html: Added.
44835 2011-03-08  Tony Chang  <tony@chromium.org>
44837         Unreviewed, add pngs to chromium and chromium-linux .checksum files
44838         that are missing pngs.  I generated these on my local desktop.
44840         * platform/chromium-linux/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: Added.
44841         * platform/chromium-linux/fast/blockflow/english-bt-text-expected.png: Added.
44842         * platform/chromium-linux/fast/blockflow/english-lr-text-expected.png: Added.
44843         * platform/chromium-linux/fast/blockflow/english-rl-text-expected.png: Added.
44844         * platform/chromium-linux/fast/multicol/border-padding-pagination-expected.png: Added.
44845         * platform/chromium-linux/fast/multicol/margin-collapse-expected.png: Added.
44846         * platform/chromium-linux/tables/mozilla/bugs/bug16012-expected.png: Added.
44847         * platform/chromium/fast/images/png_per_row_alpha_decoding-expected.png: Added.
44849 2011-03-08  Martin Maly  <mmaly@chromium.org>
44851         Reviewed by Dimitri Glazkov.
44853         [Chromium] Expectation updates for strict mode V8 features.
44854         https://bugs.webkit.org/show_bug.cgi?id=55789
44856         * platform/chromium/fast/js/mozilla/strict/15.5.5.1-expected.txt:
44858 2011-03-08  Tony Chang  <tony@chromium.org>
44860         Unreviewed, remove png layout test results that don't have
44861         corresponding checksum files.  I checked a few of these and they
44862         were cases where the .checksum was removed and the .png forgotten.
44864         * platform/gtk/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
44865         * platform/gtk/fast/encoding/utf-16-no-bom-expected.png: Removed.
44866         * platform/gtk/svg/hixie/error/004-expected.png: Removed.
44867         * platform/gtk/svg/hixie/error/005-expected.png: Removed.
44868         * platform/mac-leopard/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
44869         * platform/mac-leopard/fast/encoding/utf-16-no-bom-expected.png: Removed.
44870         * platform/mac-leopard/svg/hixie/error/004-expected.png: Removed.
44871         * platform/mac-leopard/svg/hixie/error/005-expected.png: Removed.
44872         * platform/mac/editing/selection/contenteditable-click-outside-expected.png: Removed.
44873         * platform/mac/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
44874         * platform/mac/fast/dynamic/8952-reduction-expected.png: Removed.
44875         * platform/mac/fast/encoding/utf-16-no-bom-expected.png: Removed.
44876         * platform/mac/fast/js/Plug-ins-expected.png: Removed.
44877         * platform/mac/fast/table/row-height-recalc2-expected.png: Removed.
44878         * platform/mac/svg/hixie/error/004-expected.png: Removed.
44879         * platform/mac/svg/hixie/error/005-expected.png: Removed.
44880         * platform/qt/fast/table/row-height-recalc2-expected.png: Removed.
44881         * platform/win/fast/table/row-height-recalc2-expected.png: Removed.
44883 2011-03-08  Philippe Normand  <pnormand@igalia.com>
44885         REGRESSION (r80478): broke GTK inspector tests
44886         https://bugs.webkit.org/show_bug.cgi?id=55941
44888         Unreviewed, skipping inspector crashing tests on GTK.
44890         * platform/gtk/Skipped:
44892 2011-03-08  Philippe Normand  <pnormand@igalia.com>
44894         Unreviewed, updated GTK baselines of fast/text and 2 SVG
44895         text-related tests after r80526.
44897         * platform/gtk/fast/text/international/complex-character-based-fallback-expected.txt:
44898         * platform/gtk/fast/text/international/thai-line-breaks-expected.txt:
44899         * platform/gtk/fast/text/large-text-composed-char-expected.txt:
44900         * platform/gtk/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
44901         * platform/gtk/svg/text/text-intro-05-t-expected.txt:
44903 2011-03-08  Carlos Garcia Campos  <cgarcia@igalia.com>
44905         Reviewed by Martin Robinson.
44907         [GTK] Add layoutTestController.setValueForUser() after r80412
44908         https://bugs.webkit.org/show_bug.cgi?id=55862
44910         * platform/gtk/Skipped: Unskip test
44911         fast/forms/onchange-setvalueforuser.html that passes now.
44913 2011-03-08  Noel Gordon  <noel.gordon@gmail.com>
44915         Reviewed by James Robinson.
44917         [Chromium] Rebaseline CSS3 elliptical gradient tests linux, win32
44918         https://bugs.webkit.org/show_bug.cgi?id=55742
44920         Skia CSS3 elliptical gradient support was added on r79063; rebaseline the associated
44921         win32 and linux tests.  There are separate linux results herein due to (minor) pixel
44922         differences with win32.  See the bug for the diff images.
44924         * platform/chromium-linux/fast/gradients/css3-color-stop-units-expected.checksum: Added.
44925         * platform/chromium-linux/fast/gradients/css3-color-stop-units-expected.png: Added.
44926         * platform/chromium-linux/fast/gradients/css3-color-stops-expected.checksum: Added.
44927         * platform/chromium-linux/fast/gradients/css3-color-stops-expected.png: Added.
44928         * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.checksum: Added.
44929         * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
44930         * platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.checksum: Added.
44931         * platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.png: Added.
44932         * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.checksum: Added.
44933         * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.png: Added.
44934         * platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.checksum: Added.
44935         * platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
44936         * platform/chromium-win/fast/gradients/css3-color-stop-units-expected.checksum: Added.
44937         * platform/chromium-win/fast/gradients/css3-color-stop-units-expected.png: Added.
44938         * platform/chromium-win/fast/gradients/css3-color-stops-expected.checksum: Added.
44939         * platform/chromium-win/fast/gradients/css3-color-stops-expected.png: Added.
44940         * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.checksum: Added.
44941         * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
44942         * platform/chromium-win/fast/gradients/css3-radial-gradients-expected.checksum: Added.
44943         * platform/chromium-win/fast/gradients/css3-radial-gradients-expected.png: Added.
44944         * platform/chromium-win/fast/gradients/css3-radial-gradients2-expected.checksum: Added.
44945         * platform/chromium-win/fast/gradients/css3-radial-gradients2-expected.png: Added.
44946         * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.checksum: Added.
44947         * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png: Added.
44948         * platform/chromium-win/fast/gradients/css3-repeating-radial-gradients-expected.checksum: Added.
44949         * platform/chromium-win/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
44950         * platform/chromium/test_expectations.txt:
44952 2011-03-08  Zan Dobersek  <zandobersek@gmail.com>
44954         Reviewed by Martin Robinson.
44956         [Gtk] toDataURL uses incorrect quality value when saving GdkPixbuf to buffer
44957         https://bugs.webkit.org/show_bug.cgi?id=55878
44959         Enable a passing test now that we properly use the quality value when requesting
44960         a GdkPixbuf to be saved into a buffer.
44962         * platform/gtk/Skipped:
44964 2011-03-07  Fumitoshi Ukai  <ukai@chromium.org>
44966         Unreviewed, update chromium test expectations.
44968         Looks editing/pasteboard/data-transfer-items.html is slow.
44970         * platform/chromium/test_expectations.txt:
44972 2011-03-07  Andy Estes  <aestes@apple.com>
44974         Reviewed by Dan Bernstein.
44976         REGRESSION (r79060): Timestamp is missing from tweets in twitter.
44977         https://bugs.webkit.org/show_bug.cgi?id=55228
44979         * fast/js/date-parse-test-expected.txt:
44980         * fast/js/script-tests/date-parse-test.js:
44982 2011-03-07  Fumitoshi Ukai  <ukai@chromium.org>
44984         Unreviewed, update chromium test expectations.
44986         Fix jquery/effects.html and fast/viewpoert/viewport-129.html
44988         * platform/chromium/test_expectations.txt:
44990 2011-03-07  Daniel Cheng  <dcheng@chromium.org>
44992         Reviewed by David Levin.
44994         Add support for DataTransferItems
44995         https://bugs.webkit.org/show_bug.cgi?id=55115
44997         Layout test to verify that the basic properties of dataTransfer.items function as expected.
44999         * editing/pasteboard/data-transfer-items-expected.txt: Added.
45000         * editing/pasteboard/data-transfer-items.html: Added.
45001         * platform/gtk/Skipped:
45002         * platform/mac/Skipped:
45003         * platform/qt/Skipped:
45004         * platform/win/Skipped:
45006 2011-03-07  Victoria Kirst  <vrk@google.com>
45008         Reviewed by Mihai Parparita.
45010         Rebaseline GPU media/video-display-toggle.html for snow leopard
45011         https://bugs.webkit.org/show_bug.cgi?id=55920
45013         * platform/chromium-gpu-mac/media/video-display-toggle-expected.checksum:
45014         * platform/chromium-gpu-mac/media/video-display-toggle-expected.png:
45015         * platform/chromium-gpu-mac/media/video-no-audio-expected.checksum:
45016         * platform/chromium-gpu-mac/media/video-no-audio-expected.png:
45017         * platform/chromium-gpu-mac/media/video-volume-slider-expected.checksum:
45018         * platform/chromium-gpu-mac/media/video-volume-slider-expected.png:
45019         * platform/chromium/test_expectations.txt:
45021 2011-03-07  Fumitoshi Ukai  <ukai@chromium.org>
45023         Unreviewed, update chromium test expectations.
45025         Update fast/text/large-text-composed-char.html on Windows
45027         * platform/chromium/test_expectations.txt:
45029 2011-03-07  Fumitoshi Ukai  <ukai@chromium.org>
45031         Unreviewed, update chromium test expectations.
45033         Update fast/viewport/viewport-{128,129}.html
45035         * platform/chromium/test_expectations.txt:
45037 2011-03-07  Daniel Cheng  <dcheng@chromium.org>
45039         Unreviewed.
45041         Updated Skipped lists for editing/pasteboard/onpaste-text-html-types.html.
45042         https://bugs.webkit.org/show_bug.cgi?id=55921
45043         https://bugs.webkit.org/show_bug.cgi?id=55922
45045         * platform/qt-wk2/Skipped:
45046         * platform/qt/Skipped:
45047         * platform/win/Skipped:
45049 2011-03-07  Fumitoshi Ukai  <ukai@chromium.org>
45051         Unreviewed, update chromium test expectations.
45053         Update fast/text/large-text-composed-char-dos.html
45055         * platform/chromium/test_expectations.txt:
45057 2011-03-07  Alexey Proskuryakov  <ap@apple.com>
45059         Reviewed by Darin Adler.
45061         REGRESSION (HTML5 tree builder): Text selection in a large text document is extremely slow
45062         https://bugs.webkit.org/show_bug.cgi?id=55898
45064         * platform/mac/fast/text/large-text-composed-char-expected.txt: The huge text run is split
45065         into multiple text nodes again.
45067 2011-03-07  Fumitoshi Ukai  <ukai@chromium.org>
45069         Unreviewed, update chromium test expectations.
45071         Add svg/css/rect-gradient-stroke-shadow.svg added by webkit r80515
45073         * platform/chromium/test_expectations.txt:
45075 2011-03-07  Fumitoshi Ukai  <ukai@chromium.org>
45077         Unreviewed, update chromium test expectations.
45079         svg/W3C-SVG-1.1/struct-image-07-t.svg failing
45081         * platform/chromium/test_expectations.txt:
45083 2011-03-07  Fumitoshi Ukai  <ukai@chromium.org>
45085         Unreviewed, update chromium test expectations.
45087         Mark several jquery tests slow for debug build.
45089         * platform/chromium/test_expectations.txt:
45091 2011-03-07  Sergey Glazunov  <serg.glazunov@gmail.com>
45093         Reviewed by Eric Seidel.
45095         Add the missing insertedIntoDocument() call in SVGVKernElement and SVGHKernElement
45096         https://bugs.webkit.org/show_bug.cgi?id=55896
45098         * svg/dom/vkern-element-crash-expected.txt: Added.
45099         * svg/dom/vkern-element-crash.html: Added.
45101 2011-03-07  Cosmin Truta  <ctruta@chromium.org>
45103         Reviewed by Adam Barth.
45105         SVG <image> referenced by <use> is displayed incorrectly
45106         https://bugs.webkit.org/show_bug.cgi?id=55750
45108         * svg/custom/resources/rgb.svg: Added.
45109         * svg/custom/use-image-in-g-expected.checksum: Added.
45110         * svg/custom/use-image-in-g-expected.png: Added.
45111         * svg/custom/use-image-in-g-expected.txt: Added.
45112         * svg/custom/use-image-in-g.svg: Added.
45114 2011-03-07  Helder Correia  <helder@sencha.com>
45116         Reviewed by Simon Fraser.
45118         Shadow is not shown when using strokeRect with a gradient strokeStyle
45119         https://bugs.webkit.org/show_bug.cgi?id=52509
45121         This happens in CG and is related to bug 51869, this time to be fixed
45122         in GraphicsContext::strokeRect(const FloatRect& r, float lineWidth).
45123         We need to draw the gradient clipped to the stroke on a CGLayer first,
45124         and then draw the layer on the GraphicsContext.
45126         * fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Added.
45127         * fast/canvas/canvas-strokeRect-gradient-shadow.html: Added.
45128         * fast/canvas/script-tests/canvas-strokeRect-gradient-shadow.js: Added.
45129         * platform/chromium/test_expectations.txt: Skip new test since it fails.
45130         * platform/mac/svg/css/rect-gradient-stroke-shadow-expected.checksum: Added.
45131         * platform/mac/svg/css/rect-gradient-stroke-shadow-expected.png: Added.
45132         * platform/qt/Skipped: Skip new test since it fails.
45133         * platform/qt/svg/css/rect-gradient-stroke-shadow-expected.checksum: Added.
45134         * platform/qt/svg/css/rect-gradient-stroke-shadow-expected.png: Added.
45135         * svg/css/rect-gradient-stroke-shadow-expected.txt: Added.
45136         * svg/css/rect-gradient-stroke-shadow.svg: Added.
45138 2011-03-07  Fumitoshi Ukai  <ukai@chromium.org>
45140         Unreviewed, update chromium test expectations.
45142         Mark jquery/effects.html slow.
45144         * platform/chromium/test_expectations.txt:
45146 2011-03-07  Fumitoshi Ukai  <ukai@chromium.org>
45148         Unreviewed, update chromium test expectations.
45150         Some fast/viewport tests are missing expectations.
45152         * platform/chromium/test_expectations.txt:
45154 2011-03-07  Adam Barth  <abarth@webkit.org>
45156         Reviewed by Dimitri Glazkov.
45158         Import jquery test suite
45159         https://bugs.webkit.org/show_bug.cgi?id=55911
45161         This test suite is imported from https://github.com/jquery/jquery.  I
45162         tried to make as few changes as possible in case we want to merge with
45163         upstream in the future.  The test suite was original licensed under the
45164         MIT license, which is compatible with WebKit's license.
45166         * jquery: Added.
45168 2011-03-07  Daniel Cheng  <dcheng@chromium.org>
45170         Unreviewed.
45172         Skip onpaste-text-html-types.html on Mac and Qt since parts of the test
45173         infrastructure to support it aren't there.
45175         * platform/mac/Skipped:
45176         * platform/qt-wk2/Skipped:
45178 2011-03-07  Adam Barth  <abarth@webkit.org>
45180         Reviewed by Dimitri Glazkov.
45182         REGRESSION(r78147): Crash on http://gnarf.net/jquery/test/