1 2011-03-08 Ilya Tikhonovsky <loislo@chromium.org>
3 Reviewed by Pavel Feldman.
5 Web Inspector: remove groupName from objectId.
6 https://bugs.webkit.org/show_bug.cgi?id=55825
8 * inspector/protocol/runtime-agent-expected.txt:
10 2011-03-08 Xiaomei Ji <xji@chromium.org>
12 Reviewed by David Hyatt.
14 Fix Regression: Content not drawn when scrolling horizontally in an RTL page.
15 https://bugs.webkit.org/show_bug.cgi?id=55077.
17 * fast/dom/scroll-reveal-left-overflow.html: Added.
18 * fast/dom/scroll-reveal-top-overflow.html: Added.
19 * platform/mac/fast/dom/scroll-reveal-left-overflow-expected.checksum: Added.
20 * platform/mac/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
21 * platform/mac/fast/dom/scroll-reveal-left-overflow-expected.txt: Added.
22 * platform/mac/fast/dom/scroll-reveal-top-overflow-expected.checksum: Added.
23 * platform/mac/fast/dom/scroll-reveal-top-overflow-expected.png: Added.
24 * platform/mac/fast/dom/scroll-reveal-top-overflow-expected.txt: Added.
26 2011-03-08 Gavin Barraclough <barraclough@apple.com>
28 Reviewed by Sam Weinig
30 Bug 55994 - Functions on Array.prototype should check length first.
31 These methods are designed to work on generic objects too, and if 'length'
32 is a getter that throws an exception, ensure this is correctly thrown
33 (even if other exceptions would be thrown, too).
37 * fast/js/array-proto-func-length-getter-except-expected.txt: Added.
38 * fast/js/array-proto-func-length-getter-except.html: Added.
39 * fast/js/script-tests/array-proto-func-length-getter-except.js: Added.
43 2011-03-08 Mihai Parparita <mihaip@chromium.org>
45 Add failing expectation for compositing/webgl/
46 webgl-nonpremultiplied-blend.html.
48 * platform/chromium/test_expectations.txt:
50 2011-03-08 Kenji Imasaki <imasaki@chromium.org>
52 Reviewed by David Levin.
54 [Chromium] Clean up Media GPU test expectation since
55 http://crbug.com?id=74887 was fixed. These expectations are based
56 on the results on flakiness dashboard.
58 * platform/chromium/test_expectations.txt:
60 2011-03-08 Martin Robinson <mrobinson@igalia.com>
62 Rebaseline a GTK+ result after r80582.
64 * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
66 2011-03-08 Csaba Osztrogonác <ossy@webkit.org>
70 https://bugs.webkit.org/show_bug.cgi?id=48540, support the text-orientation CSS property.
71 Update Qt specific expected results after r80582.
73 * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt:
74 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
76 2011-03-08 Joe Wild <joseph.wild@nokia.com>
78 Reviewed by Csaba Osztrogonác.
80 [Qt] Missing SVG variables
81 https://bugs.webkit.org/show_bug.cgi?id=32941
83 Basically, this patch just modifies features.pri to the Qt build to
84 pass on the ENABLE_SVG_* flags to the IDL binding generator.
86 Also I had remove global-construtors.html from the skip list and
87 updated the associated expected results files.
89 * platform/qt/Skipped:
90 * platform/qt/fast/dom/Window/window-properties-expected.txt:
91 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
92 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
93 * platform/qt/fast/js/global-constructors-expected.txt:
95 2011-03-08 David Hyatt <hyatt@apple.com>
97 Reviewed by Dan Bernstein.
99 https://bugs.webkit.org/show_bug.cgi?id=48540, support the text-orientation CSS property.
101 This patch adds support for two values of the text-orientation property (the ones that actually matter): vertical-right and upright.
102 The TextOrientation is part of the FontDescription and used to look up fonts (similar to FontOrientation).
104 Orientation of non-CJK characters is done using fallback font data of the appropriate orientation type, e.g., verticalRightOrientation and
105 uprightOrientation fallback font data. Vertical right is just implemented as a normal horizontal font. Upright is implemented as a
106 vertically oriented font that rotates all glyphs.
108 The main complication implementing text-orientation is that fonts have "baked-in" vertical glyphs for letters that are hardcoded to
109 a vertical right facing. This means that you can use those special vertical glyphs for vertical-right orientation without having to
110 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
111 work very well, but hopefully it won't be all that common. Limitations of CoreText prevent this case from rendering properly in either the
112 simple or complex code paths, although the simple code path at least gets close.
114 Added fast/blockflow/text-orientation-basic.html
116 * fast/blockflow/text-orientation-basic.html: Added.
117 * platform/mac/fast/blockflow/text-orientation-basic-expected.checksum: Added.
118 * platform/mac/fast/blockflow/text-orientation-basic-expected.png: Added.
119 * platform/mac/fast/blockflow/text-orientation-basic-expected.txt: Added.
121 2011-03-08 Nico Weber <thakis@chromium.org>
123 Reviewed by James Robinson.
125 Crash on big blur radius with canvas
126 https://bugs.webkit.org/show_bug.cgi?id=55951
128 * fast/canvas/shadow-huge-blur-expected.txt: Added.
129 * fast/canvas/shadow-huge-blur.html: Added.
131 2011-03-08 Tony Chang <tony@chromium.org>
133 Unreviewed, add pngs to chromium and chromium-linux .checksum files
134 that are missing pngs. I generated these on my local desktop.
136 * platform/chromium-linux/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: Added.
137 * platform/chromium-linux/fast/blockflow/english-bt-text-expected.png: Added.
138 * platform/chromium-linux/fast/blockflow/english-lr-text-expected.png: Added.
139 * platform/chromium-linux/fast/blockflow/english-rl-text-expected.png: Added.
140 * platform/chromium-linux/fast/multicol/border-padding-pagination-expected.png: Added.
141 * platform/chromium-linux/fast/multicol/margin-collapse-expected.png: Added.
142 * platform/chromium-linux/tables/mozilla/bugs/bug16012-expected.png: Added.
143 * platform/chromium/fast/images/png_per_row_alpha_decoding-expected.png: Added.
145 2011-03-08 Martin Maly <mmaly@chromium.org>
147 Reviewed by Dimitri Glazkov.
149 [Chromium] Expectation updates for strict mode V8 features.
150 https://bugs.webkit.org/show_bug.cgi?id=55789
152 * platform/chromium/fast/js/mozilla/strict/15.5.5.1-expected.txt:
154 2011-03-08 Tony Chang <tony@chromium.org>
156 Unreviewed, remove png layout test results that don't have
157 corresponding checksum files. I checked a few of these and they
158 were cases where the .checksum was removed and the .png forgotten.
160 * platform/gtk/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
161 * platform/gtk/fast/encoding/utf-16-no-bom-expected.png: Removed.
162 * platform/gtk/svg/hixie/error/004-expected.png: Removed.
163 * platform/gtk/svg/hixie/error/005-expected.png: Removed.
164 * platform/mac-leopard/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
165 * platform/mac-leopard/fast/encoding/utf-16-no-bom-expected.png: Removed.
166 * platform/mac-leopard/svg/hixie/error/004-expected.png: Removed.
167 * platform/mac-leopard/svg/hixie/error/005-expected.png: Removed.
168 * platform/mac/editing/selection/contenteditable-click-outside-expected.png: Removed.
169 * platform/mac/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
170 * platform/mac/fast/dynamic/8952-reduction-expected.png: Removed.
171 * platform/mac/fast/encoding/utf-16-no-bom-expected.png: Removed.
172 * platform/mac/fast/js/Plug-ins-expected.png: Removed.
173 * platform/mac/fast/table/row-height-recalc2-expected.png: Removed.
174 * platform/mac/svg/hixie/error/004-expected.png: Removed.
175 * platform/mac/svg/hixie/error/005-expected.png: Removed.
176 * platform/qt/fast/table/row-height-recalc2-expected.png: Removed.
177 * platform/win/fast/table/row-height-recalc2-expected.png: Removed.
179 2011-03-08 Philippe Normand <pnormand@igalia.com>
181 REGRESSION (r80478): broke GTK inspector tests
182 https://bugs.webkit.org/show_bug.cgi?id=55941
184 Unreviewed, skipping inspector crashing tests on GTK.
186 * platform/gtk/Skipped:
188 2011-03-08 Philippe Normand <pnormand@igalia.com>
190 Unreviewed, updated GTK baselines of fast/text and 2 SVG
191 text-related tests after r80526.
193 * platform/gtk/fast/text/international/complex-character-based-fallback-expected.txt:
194 * platform/gtk/fast/text/international/thai-line-breaks-expected.txt:
195 * platform/gtk/fast/text/large-text-composed-char-expected.txt:
196 * platform/gtk/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
197 * platform/gtk/svg/text/text-intro-05-t-expected.txt:
199 2011-03-08 Carlos Garcia Campos <cgarcia@igalia.com>
201 Reviewed by Martin Robinson.
203 [GTK] Add layoutTestController.setValueForUser() after r80412
204 https://bugs.webkit.org/show_bug.cgi?id=55862
206 * platform/gtk/Skipped: Unskip test
207 fast/forms/onchange-setvalueforuser.html that passes now.
209 2011-03-08 Noel Gordon <noel.gordon@gmail.com>
211 Reviewed by James Robinson.
213 [Chromium] Rebaseline CSS3 elliptical gradient tests linux, win32
214 https://bugs.webkit.org/show_bug.cgi?id=55742
216 Skia CSS3 elliptical gradient support was added on r79063; rebaseline the associated
217 win32 and linux tests. There are separate linux results herein due to (minor) pixel
218 differences with win32. See the bug for the diff images.
220 * platform/chromium-linux/fast/gradients/css3-color-stop-units-expected.checksum: Added.
221 * platform/chromium-linux/fast/gradients/css3-color-stop-units-expected.png: Added.
222 * platform/chromium-linux/fast/gradients/css3-color-stops-expected.checksum: Added.
223 * platform/chromium-linux/fast/gradients/css3-color-stops-expected.png: Added.
224 * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.checksum: Added.
225 * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
226 * platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.checksum: Added.
227 * platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.png: Added.
228 * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.checksum: Added.
229 * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.png: Added.
230 * platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.checksum: Added.
231 * platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
232 * platform/chromium-win/fast/gradients/css3-color-stop-units-expected.checksum: Added.
233 * platform/chromium-win/fast/gradients/css3-color-stop-units-expected.png: Added.
234 * platform/chromium-win/fast/gradients/css3-color-stops-expected.checksum: Added.
235 * platform/chromium-win/fast/gradients/css3-color-stops-expected.png: Added.
236 * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.checksum: Added.
237 * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
238 * platform/chromium-win/fast/gradients/css3-radial-gradients-expected.checksum: Added.
239 * platform/chromium-win/fast/gradients/css3-radial-gradients-expected.png: Added.
240 * platform/chromium-win/fast/gradients/css3-radial-gradients2-expected.checksum: Added.
241 * platform/chromium-win/fast/gradients/css3-radial-gradients2-expected.png: Added.
242 * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.checksum: Added.
243 * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png: Added.
244 * platform/chromium-win/fast/gradients/css3-repeating-radial-gradients-expected.checksum: Added.
245 * platform/chromium-win/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
246 * platform/chromium/test_expectations.txt:
248 2011-03-08 Zan Dobersek <zandobersek@gmail.com>
250 Reviewed by Martin Robinson.
252 [Gtk] toDataURL uses incorrect quality value when saving GdkPixbuf to buffer
253 https://bugs.webkit.org/show_bug.cgi?id=55878
255 Enable a passing test now that we properly use the quality value when requesting
256 a GdkPixbuf to be saved into a buffer.
258 * platform/gtk/Skipped:
260 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
262 Unreviewed, update chromium test expectations.
264 Looks editing/pasteboard/data-transfer-items.html is slow.
266 * platform/chromium/test_expectations.txt:
268 2011-03-07 Andy Estes <aestes@apple.com>
270 Reviewed by Dan Bernstein.
272 REGRESSION (r79060): Timestamp is missing from tweets in twitter.
273 https://bugs.webkit.org/show_bug.cgi?id=55228
275 * fast/js/date-parse-test-expected.txt:
276 * fast/js/script-tests/date-parse-test.js:
278 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
280 Unreviewed, update chromium test expectations.
282 Fix jquery/effects.html and fast/viewpoert/viewport-129.html
284 * platform/chromium/test_expectations.txt:
286 2011-03-07 Daniel Cheng <dcheng@chromium.org>
288 Reviewed by David Levin.
290 Add support for DataTransferItems
291 https://bugs.webkit.org/show_bug.cgi?id=55115
293 Layout test to verify that the basic properties of dataTransfer.items function as expected.
295 * editing/pasteboard/data-transfer-items-expected.txt: Added.
296 * editing/pasteboard/data-transfer-items.html: Added.
297 * platform/gtk/Skipped:
298 * platform/mac/Skipped:
299 * platform/qt/Skipped:
300 * platform/win/Skipped:
302 2011-03-07 Victoria Kirst <vrk@google.com>
304 Reviewed by Mihai Parparita.
306 Rebaseline GPU media/video-display-toggle.html for snow leopard
307 https://bugs.webkit.org/show_bug.cgi?id=55920
309 * platform/chromium-gpu-mac/media/video-display-toggle-expected.checksum:
310 * platform/chromium-gpu-mac/media/video-display-toggle-expected.png:
311 * platform/chromium-gpu-mac/media/video-no-audio-expected.checksum:
312 * platform/chromium-gpu-mac/media/video-no-audio-expected.png:
313 * platform/chromium-gpu-mac/media/video-volume-slider-expected.checksum:
314 * platform/chromium-gpu-mac/media/video-volume-slider-expected.png:
315 * platform/chromium/test_expectations.txt:
317 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
319 Unreviewed, update chromium test expectations.
321 Update fast/text/large-text-composed-char.html on Windows
323 * platform/chromium/test_expectations.txt:
325 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
327 Unreviewed, update chromium test expectations.
329 Update fast/viewport/viewport-{128,129}.html
331 * platform/chromium/test_expectations.txt:
333 2011-03-07 Daniel Cheng <dcheng@chromium.org>
337 Updated Skipped lists for editing/pasteboard/onpaste-text-html-types.html.
338 https://bugs.webkit.org/show_bug.cgi?id=55921
339 https://bugs.webkit.org/show_bug.cgi?id=55922
341 * platform/qt-wk2/Skipped:
342 * platform/qt/Skipped:
343 * platform/win/Skipped:
345 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
347 Unreviewed, update chromium test expectations.
349 Update fast/text/large-text-composed-char-dos.html
351 * platform/chromium/test_expectations.txt:
353 2011-03-07 Alexey Proskuryakov <ap@apple.com>
355 Reviewed by Darin Adler.
357 REGRESSION (HTML5 tree builder): Text selection in a large text document is extremely slow
358 https://bugs.webkit.org/show_bug.cgi?id=55898
360 * platform/mac/fast/text/large-text-composed-char-expected.txt: The huge text run is split
361 into multiple text nodes again.
363 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
365 Unreviewed, update chromium test expectations.
367 Add svg/css/rect-gradient-stroke-shadow.svg added by webkit r80515
369 * platform/chromium/test_expectations.txt:
371 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
373 Unreviewed, update chromium test expectations.
375 svg/W3C-SVG-1.1/struct-image-07-t.svg failing
377 * platform/chromium/test_expectations.txt:
379 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
381 Unreviewed, update chromium test expectations.
383 Mark several jquery tests slow for debug build.
385 * platform/chromium/test_expectations.txt:
387 2011-03-07 Sergey Glazunov <serg.glazunov@gmail.com>
389 Reviewed by Eric Seidel.
391 Add the missing insertedIntoDocument() call in SVGVKernElement and SVGHKernElement
392 https://bugs.webkit.org/show_bug.cgi?id=55896
394 * svg/dom/vkern-element-crash-expected.txt: Added.
395 * svg/dom/vkern-element-crash.html: Added.
397 2011-03-07 Cosmin Truta <ctruta@chromium.org>
399 Reviewed by Adam Barth.
401 SVG <image> referenced by <use> is displayed incorrectly
402 https://bugs.webkit.org/show_bug.cgi?id=55750
404 * svg/custom/resources/rgb.svg: Added.
405 * svg/custom/use-image-in-g-expected.checksum: Added.
406 * svg/custom/use-image-in-g-expected.png: Added.
407 * svg/custom/use-image-in-g-expected.txt: Added.
408 * svg/custom/use-image-in-g.svg: Added.
410 2011-03-07 Helder Correia <helder@sencha.com>
412 Reviewed by Simon Fraser.
414 Shadow is not shown when using strokeRect with a gradient strokeStyle
415 https://bugs.webkit.org/show_bug.cgi?id=52509
417 This happens in CG and is related to bug 51869, this time to be fixed
418 in GraphicsContext::strokeRect(const FloatRect& r, float lineWidth).
419 We need to draw the gradient clipped to the stroke on a CGLayer first,
420 and then draw the layer on the GraphicsContext.
422 * fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Added.
423 * fast/canvas/canvas-strokeRect-gradient-shadow.html: Added.
424 * fast/canvas/script-tests/canvas-strokeRect-gradient-shadow.js: Added.
425 * platform/chromium/test_expectations.txt: Skip new test since it fails.
426 * platform/mac/svg/css/rect-gradient-stroke-shadow-expected.checksum: Added.
427 * platform/mac/svg/css/rect-gradient-stroke-shadow-expected.png: Added.
428 * platform/qt/Skipped: Skip new test since it fails.
429 * platform/qt/svg/css/rect-gradient-stroke-shadow-expected.checksum: Added.
430 * platform/qt/svg/css/rect-gradient-stroke-shadow-expected.png: Added.
431 * svg/css/rect-gradient-stroke-shadow-expected.txt: Added.
432 * svg/css/rect-gradient-stroke-shadow.svg: Added.
434 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
436 Unreviewed, update chromium test expectations.
438 Mark jquery/effects.html slow.
440 * platform/chromium/test_expectations.txt:
442 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
444 Unreviewed, update chromium test expectations.
446 Some fast/viewport tests are missing expectations.
448 * platform/chromium/test_expectations.txt:
450 2011-03-07 Adam Barth <abarth@webkit.org>
452 Reviewed by Dimitri Glazkov.
454 Import jquery test suite
455 https://bugs.webkit.org/show_bug.cgi?id=55911
457 This test suite is imported from https://github.com/jquery/jquery. I
458 tried to make as few changes as possible in case we want to merge with
459 upstream in the future. The test suite was original licensed under the
460 MIT license, which is compatible with WebKit's license.
464 2011-03-07 Daniel Cheng <dcheng@chromium.org>
468 Skip onpaste-text-html-types.html on Mac and Qt since parts of the test
469 infrastructure to support it aren't there.
471 * platform/mac/Skipped:
472 * platform/qt-wk2/Skipped:
474 2011-03-07 Adam Barth <abarth@webkit.org>
476 Reviewed by Dimitri Glazkov.
478 REGRESSION(r78147): Crash on http://gnarf.net/jquery/test/
479 https://bugs.webkit.org/show_bug.cgi?id=55894
481 * fast/parser/document-write-into-initial-document-expected.txt: Added.
482 * fast/parser/document-write-into-initial-document.html: Added.
484 2011-03-07 Tony Chang <tony@chromium.org>
486 Unreviewed, delete chromium layout test pngs that don't have
487 corresponding checksum files. They're not getting picked up by
488 run-webkit-tests without a checksum, so just remove them.
490 * platform/chromium-linux/animations/suspend-transform-animation-expected.png: Removed.
491 * platform/chromium-linux/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
492 * platform/chromium-linux/fast/encoding/utf-16-no-bom-expected.png: Removed.
493 * platform/chromium-linux/fast/lists/outSideListMarkers-expected.png: Removed.
494 * platform/chromium-linux/svg/hixie/error/004-expected.png: Removed.
495 * platform/chromium-linux/svg/hixie/error/005-expected.png: Removed.
496 * platform/chromium-linux/svg/text/text-hkern-expected.png: Removed.
497 * platform/chromium-linux/svg/text/text-vkern-expected.png: Removed.
498 * platform/chromium-linux/transitions/suspend-transform-transition-expected.png: Removed.
499 * platform/chromium-mac-leopard/animations/3d/state-at-end-event-transform-expected.png: Removed.
500 * platform/chromium-mac-leopard/svg/custom/svg-curve-with-relative-cordinates-expected.png: Removed.
501 * platform/chromium-mac/animations/state-at-end-event-expected.png: Removed.
502 * platform/chromium-mac/editing/deleting/5390681-2-expected.png: Removed.
503 * platform/chromium-mac/editing/execCommand/5138441-expected.png: Removed.
504 * platform/chromium-mac/editing/execCommand/5481523-expected.png: Removed.
505 * platform/chromium-mac/editing/execCommand/indent-selection-expected.png: Removed.
506 * platform/chromium-mac/editing/selection/4960116-expected.png: Removed.
507 * platform/chromium-mac/editing/selection/select-text-overflow-ellipsis-expected.png: Removed.
508 * platform/chromium-mac/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png: Removed.
509 * platform/chromium-mac/fast/backgrounds/svg-as-background-2-expected.png: Removed.
510 * platform/chromium-mac/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Removed.
511 * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png: Removed.
512 * platform/chromium-mac/fast/borders/borderRadiusDouble02-expected.png: Removed.
513 * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png: Removed.
514 * platform/chromium-mac/fast/borders/borderRadiusGroove01-expected.png: Removed.
515 * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png: Removed.
516 * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png: Removed.
517 * platform/chromium-mac/fast/borders/borderRadiusOutset01-expected.png: Removed.
518 * platform/chromium-mac/fast/borders/borderRadiusRidge01-expected.png: Removed.
519 * platform/chromium-mac/fast/borders/borderRadiusSolid01-expected.png: Removed.
520 * platform/chromium-mac/fast/borders/borderRadiusSolid02-expected.png: Removed.
521 * platform/chromium-mac/fast/borders/borderRadiusSolid03-expected.png: Removed.
522 * platform/chromium-mac/fast/borders/borderRadiusSolid04-expected.png: Removed.
523 * platform/chromium-mac/fast/borders/fieldsetBorderRadius-expected.png: Removed.
524 * platform/chromium-mac/fast/css/apple-prefix-expected.png: Removed.
525 * platform/chromium-mac/fast/css/compare-content-style-expected.png: Removed.
526 * platform/chromium-mac/fast/css/css3-space-in-nth-and-lang-expected.png: Removed.
527 * platform/chromium-mac/fast/css/font-face-woff-expected.png: Removed.
528 * platform/chromium-mac/fast/css/namespaces/namespaces-comments-expected.png: Removed.
529 * platform/chromium-mac/fast/css/namespaces/namespaces-empty-expected.png: Removed.
530 * platform/chromium-mac/fast/css/namespaces/namespaces-escapes-expected.png: Removed.
531 * platform/chromium-mac/fast/css/namespaces/namespaces-invalid-at-expected.png: Removed.
532 * platform/chromium-mac/fast/forms/textarea-scrollbar-expected.png: Removed.
533 * platform/chromium-mac/fast/js/missing-title-end-tag-js-expected.png: Removed.
534 * platform/chromium-mac/fast/lists/anonymous-items-expected.png: Removed.
535 * platform/chromium-mac/fast/lists/marker-before-empty-inline-expected.png: Removed.
536 * platform/chromium-mac/fast/multicol/column-count-with-rules-expected.png: Removed.
537 * platform/chromium-mac/fast/overflow/line-clamp-expected.png: Removed.
538 * platform/chromium-mac/fast/reflections/opacity-reflection-transform-expected.png: Removed.
539 * platform/chromium-mac/fast/runin/generated2-expected.png: Removed.
540 * platform/chromium-mac/fast/runin/generated3-expected.png: Removed.
541 * platform/chromium-mac/fast/runin/generated4-expected.png: Removed.
542 * platform/chromium-mac/fast/text/stripNullFromText-expected.png: Removed.
543 * platform/chromium-mac/http/tests/misc/slow-loading-mask-expected.png: Removed.
544 * platform/chromium-mac/media/video-transformed-expected.png: Removed.
545 * platform/chromium-mac/svg/batik/text/textProperties-expected.png: Removed.
546 * platform/chromium-mac/svg/css/css-box-min-width-expected.png: Removed.
547 * platform/chromium-mac/svg/custom/container-opacity-clip-viewBox-expected.png: Removed.
548 * platform/chromium-mac/svg/custom/fill-opacity-hsl-expected.png: Removed.
549 * platform/chromium-mac/svg/custom/fill-opacity-rgba-expected.png: Removed.
550 * platform/chromium-mac/svg/custom/gradient-stop-corner-cases-expected.png: Removed.
551 * platform/chromium-mac/svg/custom/mask-invalidation-expected.png: Removed.
552 * platform/chromium-mac/svg/custom/massive-coordinates-expected.png: Removed.
553 * platform/chromium-mac/svg/custom/transformedMaskFails-expected.png: Removed.
554 * platform/chromium-mac/svg/filters/feColorMatrix-values-expected.png: Removed.
555 * platform/chromium-mac/tables/mozilla/bugs/bug6674-expected.png: Removed.
556 * platform/chromium-mac/transitions/transition-end-event-rendering-expected.png: Removed.
557 * platform/chromium-mac/webarchive/test-link-rel-icon-expected.png: Removed.
558 * platform/chromium-win-xp/animations/suspend-transform-animation-expected.png: Removed.
559 * platform/chromium-win-xp/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Removed.
560 * platform/chromium-win-xp/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Removed.
561 * platform/chromium-win-xp/fast/css/rtl-to-viewport-expected.png: Removed.
562 * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Removed.
563 * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Removed.
564 * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Removed.
565 * platform/chromium-win-xp/svg/custom/marker-strokeWidth-changes-expected.png: Removed.
566 * platform/chromium-win-xp/transitions/suspend-transform-transition-expected.png: Removed.
567 * platform/chromium-win/fast/backgrounds/size/backgroundSize03-expected.png: Removed.
568 * platform/chromium-win/fast/block/float/009-expected.png: Removed.
569 * platform/chromium-win/fast/block/float/034-expected.png: Removed.
570 * platform/chromium-win/fast/block/float/4145535Crash-expected.png: Removed.
571 * platform/chromium-win/fast/block/float/br-with-clear-expected.png: Removed.
572 * platform/chromium-win/fast/block/float/float-on-zero-height-line-expected.png: Removed.
573 * platform/chromium-win/fast/block/float/narrow-after-wide-expected.png: Removed.
574 * platform/chromium-win/fast/block/float/negative-margin-clear-expected.png: Removed.
575 * platform/chromium-win/fast/block/float/nowrap-clear-min-width-expected.png: Removed.
576 * platform/chromium-win/fast/block/float/overhanging-after-height-decrease-offsets-expected.png: Removed.
577 * platform/chromium-win/fast/block/positioning/003-expected.png: Removed.
578 * platform/chromium-win/fast/block/positioning/004-expected.png: Removed.
579 * platform/chromium-win/fast/block/positioning/005-expected.png: Removed.
580 * platform/chromium-win/fast/block/positioning/006-expected.png: Removed.
581 * platform/chromium-win/fast/block/positioning/007-expected.png: Removed.
582 * platform/chromium-win/fast/block/positioning/008-expected.png: Removed.
583 * platform/chromium-win/fast/block/positioning/009-expected.png: Removed.
584 * platform/chromium-win/fast/block/positioning/010-expected.png: Removed.
585 * platform/chromium-win/fast/block/positioning/011-expected.png: Removed.
586 * platform/chromium-win/fast/block/positioning/012-expected.png: Removed.
587 * platform/chromium-win/fast/block/positioning/013-expected.png: Removed.
588 * platform/chromium-win/fast/block/positioning/014-expected.png: Removed.
589 * platform/chromium-win/fast/block/positioning/015-expected.png: Removed.
590 * platform/chromium-win/fast/block/positioning/016-expected.png: Removed.
591 * platform/chromium-win/fast/block/positioning/017-expected.png: Removed.
592 * platform/chromium-win/fast/block/positioning/018-expected.png: Removed.
593 * platform/chromium-win/fast/block/positioning/019-expected.png: Removed.
594 * platform/chromium-win/fast/block/positioning/020-expected.png: Removed.
595 * platform/chromium-win/fast/block/positioning/021-expected.png: Removed.
596 * platform/chromium-win/fast/block/positioning/022-expected.png: Removed.
597 * platform/chromium-win/fast/block/positioning/023-expected.png: Removed.
598 * platform/chromium-win/fast/block/positioning/024-expected.png: Removed.
599 * platform/chromium-win/fast/block/positioning/025-expected.png: Removed.
600 * platform/chromium-win/fast/block/positioning/026-expected.png: Removed.
601 * platform/chromium-win/fast/block/positioning/027-expected.png: Removed.
602 * platform/chromium-win/fast/block/positioning/028-expected.png: Removed.
603 * platform/chromium-win/fast/block/positioning/029-expected.png: Removed.
604 * platform/chromium-win/fast/block/positioning/030-expected.png: Removed.
605 * platform/chromium-win/fast/block/positioning/031-expected.png: Removed.
606 * platform/chromium-win/fast/block/positioning/032-expected.png: Removed.
607 * platform/chromium-win/fast/block/positioning/033-expected.png: Removed.
608 * platform/chromium-win/fast/block/positioning/034-expected.png: Removed.
609 * platform/chromium-win/fast/block/positioning/035-expected.png: Removed.
610 * platform/chromium-win/fast/block/positioning/036-expected.png: Removed.
611 * platform/chromium-win/fast/block/positioning/037-expected.png: Removed.
612 * platform/chromium-win/fast/block/positioning/038-expected.png: Removed.
613 * platform/chromium-win/fast/block/positioning/039-expected.png: Removed.
614 * platform/chromium-win/fast/block/positioning/040-expected.png: Removed.
615 * platform/chromium-win/fast/block/positioning/041-expected.png: Removed.
616 * platform/chromium-win/fast/block/positioning/042-expected.png: Removed.
617 * platform/chromium-win/fast/block/positioning/043-expected.png: Removed.
618 * platform/chromium-win/fast/block/positioning/044-expected.png: Removed.
619 * platform/chromium-win/fast/block/positioning/045-expected.png: Removed.
620 * platform/chromium-win/fast/block/positioning/046-expected.png: Removed.
621 * platform/chromium-win/fast/block/positioning/048-expected.png: Removed.
622 * platform/chromium-win/fast/block/positioning/049-expected.png: Removed.
623 * platform/chromium-win/fast/block/positioning/050-expected.png: Removed.
624 * platform/chromium-win/fast/block/positioning/062-expected.png: Removed.
625 * platform/chromium-win/fast/block/positioning/move-with-auto-width-expected.png: Removed.
626 * platform/chromium-win/fast/block/positioning/relative-overconstrained-expected.png: Removed.
627 * platform/chromium-win/fast/borders/outline-offset-min-assert-expected.png: Removed.
628 * platform/chromium-win/fast/canvas/canvas-transform-identity-expected.png: Removed.
629 * platform/chromium-win/fast/canvas/canvas-transform-infinity-expected.png: Removed.
630 * platform/chromium-win/fast/canvas/canvas-transform-multiply-expected.png: Removed.
631 * platform/chromium-win/fast/canvas/canvas-transform-nan-expected.png: Removed.
632 * platform/chromium-win/fast/canvas/canvas-transform-non-invertible-expected.png: Removed.
633 * platform/chromium-win/fast/clip/017-expected.png: Removed.
634 * platform/chromium-win/fast/css/006-expected.png: Removed.
635 * platform/chromium-win/fast/css/affected-by-hover-after-style-change-expected.png: Removed.
636 * platform/chromium-win/fast/css/content-dynamic-expected.png: Removed.
637 * platform/chromium-win/fast/css/last-child-style-sharing-expected.png: Removed.
638 * platform/chromium-win/fast/css/transition-color-unspecified-expected.png: Removed.
639 * platform/chromium-win/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
640 * platform/chromium-win/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png: Removed.
641 * platform/chromium-win/fast/dom/css-cached-import-rule-expected.png: Removed.
642 * platform/chromium-win/fast/dom/css-insert-import-rule-expected.png: Removed.
643 * platform/chromium-win/fast/dom/delete-contents-expected.png: Removed.
644 * platform/chromium-win/fast/dynamic/001-expected.png: Removed.
645 * platform/chromium-win/fast/dynamic/005-expected.png: Removed.
646 * platform/chromium-win/fast/dynamic/float-no-longer-overhanging-expected.png: Removed.
647 * platform/chromium-win/fast/dynamic/float-withdrawal-2-expected.png: Removed.
648 * platform/chromium-win/fast/dynamic/floating-to-positioned-2-expected.png: Removed.
649 * platform/chromium-win/fast/dynamic/floating-to-positioned-expected.png: Removed.
650 * platform/chromium-win/fast/dynamic/genContentDestroyChildren-expected.png: Removed.
651 * platform/chromium-win/fast/dynamic/positioned-movement-with-positioned-children-expected.png: Removed.
652 * platform/chromium-win/fast/dynamic/staticY-expected.png: Removed.
653 * platform/chromium-win/fast/dynamic/subtree-boundary-percent-height-expected.png: Removed.
654 * platform/chromium-win/fast/dynamic/subtree-no-common-root-static-y-expected.png: Removed.
655 * platform/chromium-win/fast/dynamic/subtree-table-cell-height-expected.png: Removed.
656 * platform/chromium-win/fast/encoding/utf-16-no-bom-expected.png: Removed.
657 * platform/chromium-win/fast/events/onloadFrameCrash-expected.png: Removed.
658 * platform/chromium-win/fast/frames/002-expected.png: Removed.
659 * platform/chromium-win/fast/frames/calculate-fixed-expected.png: Removed.
660 * platform/chromium-win/fast/frames/calculate-order-expected.png: Removed.
661 * platform/chromium-win/fast/frames/calculate-percentage-expected.png: Removed.
662 * platform/chromium-win/fast/frames/calculate-relative-expected.png: Removed.
663 * platform/chromium-win/fast/frames/calculate-round-expected.png: Removed.
664 * platform/chromium-win/fast/frames/empty-cols-attribute-expected.png: Removed.
665 * platform/chromium-win/fast/frames/empty-frame-src-expected.png: Removed.
666 * platform/chromium-win/fast/frames/frame-length-fractional-expected.png: Removed.
667 * platform/chromium-win/fast/frames/frame-set-whitespace-attributes-expected.png: Removed.
668 * platform/chromium-win/fast/frames/no-frame-borders-expected.png: Removed.
669 * platform/chromium-win/fast/images/image-in-map-expected.png: Removed.
670 * platform/chromium-win/fast/images/pdf-as-tiled-background-expected.png: Removed.
671 * platform/chromium-win/fast/images/svg-as-background-expected.png: Removed.
672 * platform/chromium-win/fast/images/svg-as-image-expected.png: Removed.
673 * platform/chromium-win/fast/images/svg-as-relative-image-expected.png: Removed.
674 * platform/chromium-win/fast/images/svg-width-100p-as-background-expected.png: Removed.
675 * platform/chromium-win/fast/inline-block/004-expected.png: Removed.
676 * platform/chromium-win/fast/inline-block/005-expected.png: Removed.
677 * platform/chromium-win/fast/invalid/015-expected.png: Removed.
678 * platform/chromium-win/fast/invalid/table-residual-style-crash-expected.png: Removed.
679 * platform/chromium-win/fast/js/exception-linenums-in-html-3-expected.png: Removed.
680 * platform/chromium-win/fast/js/missing-style-end-tag-js-expected.png: Removed.
681 * platform/chromium-win/fast/js/missing-title-end-tag-js-expected.png: Removed.
682 * platform/chromium-win/fast/layers/positioned-inside-root-with-margins-expected.png: Removed.
683 * platform/chromium-win/fast/layers/zindex-ridonkulous-expected.png: Removed.
684 * platform/chromium-win/fast/lists/outSideListMarkers-expected.png: Removed.
685 * platform/chromium-win/fast/overflow/position-relative-expected.png: Removed.
686 * platform/chromium-win/fast/overflow/unreachable-content-test-expected.png: Removed.
687 * platform/chromium-win/fast/parser/style-script-head-test-expected.png: Removed.
688 * platform/chromium-win/fast/reflections/table-cell-expected.png: Removed.
689 * platform/chromium-win/fast/repaint/button-spurious-layout-hint-expected.png: Removed.
690 * platform/chromium-win/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Removed.
691 * platform/chromium-win/fast/replaced/008-expected.png: Removed.
692 * platform/chromium-win/fast/table/024-expected.png: Removed.
693 * platform/chromium-win/fast/table/031-expected.png: Removed.
694 * platform/chromium-win/fast/table/caption-relayout-expected.png: Removed.
695 * platform/chromium-win/fast/table/div-as-col-span-expected.png: Removed.
696 * platform/chromium-win/fast/table/giantCellspacing-expected.png: Removed.
697 * platform/chromium-win/fast/table/growCellForImageQuirk-expected.png: Removed.
698 * platform/chromium-win/fast/table/max-width-integer-overflow-expected.png: Removed.
699 * platform/chromium-win/fast/table/percent-widths-stretch-expected.png: Removed.
700 * platform/chromium-win/fast/table/vertical-align-baseline-readjust-expected.png: Removed.
701 * platform/chromium-win/fast/text/align-center-rtl-spill-expected.png: Removed.
702 * platform/chromium-win/fast/text/apply-start-width-after-skipped-text-expected.png: Removed.
703 * platform/chromium-win/fast/text/fixed-pitch-control-characters-expected.png: Removed.
704 * platform/chromium-win/fast/text/selection-painted-separately-expected.png: Removed.
705 * platform/chromium-win/fast/text/soft-hyphen-3-expected.png: Removed.
706 * platform/chromium-win/fast/text/stripNullFromText-expected.png: Removed.
707 * platform/chromium-win/fast/tokenizer/missing-style-end-tag-1-expected.png: Removed.
708 * platform/chromium-win/fast/tokenizer/missing-style-end-tag-2-expected.png: Removed.
709 * platform/chromium-win/fast/tokenizer/script-after-frameset-expected.png: Removed.
710 * platform/chromium-win/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Removed.
711 * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Removed.
712 * platform/chromium-win/svg/custom/SVGNumber-interface-expected.png: Removed.
713 * platform/chromium-win/svg/custom/SVGPoint-interface-expected.png: Removed.
714 * platform/chromium-win/svg/custom/SVGRect-interface-expected.png: Removed.
715 * platform/chromium-win/svg/custom/attribute-namespace-check-expected.png: Removed.
716 * platform/chromium-win/svg/custom/class-selector-expected.png: Removed.
717 * platform/chromium-win/svg/custom/clip-path-child-changes-expected.png: Removed.
718 * platform/chromium-win/svg/custom/clip-path-href-changes-expected.png: Removed.
719 * platform/chromium-win/svg/custom/clip-path-units-changes-expected.png: Removed.
720 * platform/chromium-win/svg/custom/clip-path-with-transform-expected.png: Removed.
721 * platform/chromium-win/svg/custom/conditional-processing-outside-switch-expected.png: Removed.
722 * platform/chromium-win/svg/custom/create-metadata-element-expected.png: Removed.
723 * platform/chromium-win/svg/custom/createelement-expected.png: Removed.
724 * platform/chromium-win/svg/custom/css-pixels-dpi-expected.png: Removed.
725 * platform/chromium-win/svg/custom/display-none-expected.png: Removed.
726 * platform/chromium-win/svg/custom/dynamic-viewBox-expected.png: Removed.
727 * platform/chromium-win/svg/custom/evt-onload-expected.png: Removed.
728 * platform/chromium-win/svg/custom/fill-update-expected.png: Removed.
729 * platform/chromium-win/svg/custom/filter-source-alpha-expected.png: Removed.
730 * platform/chromium-win/svg/custom/gradient-add-stops-expected.png: Removed.
731 * platform/chromium-win/svg/custom/gradient-attr-update-expected.png: Removed.
732 * platform/chromium-win/svg/custom/gradient-stop-style-change-expected.png: Removed.
733 * platform/chromium-win/svg/custom/hover-default-fill-expected.png: Removed.
734 * platform/chromium-win/svg/custom/image-with-aspect-ratio-stretch-expected.png: Removed.
735 * platform/chromium-win/svg/custom/inner-percent-expected.png: Removed.
736 * platform/chromium-win/svg/custom/inner-svg-hit-test-expected.png: Removed.
737 * platform/chromium-win/svg/custom/invalid-transforms-expected.png: Removed.
738 * platform/chromium-win/svg/custom/mask-excessive-malloc-expected.png: Removed.
739 * platform/chromium-win/svg/custom/mask-inside-defs-expected.png: Removed.
740 * platform/chromium-win/svg/custom/pattern-in-defs-expected.png: Removed.
741 * platform/chromium-win/svg/custom/percentage-rect2-expected.png: Removed.
742 * platform/chromium-win/svg/custom/poly-identify-expected.png: Removed.
743 * platform/chromium-win/svg/custom/polyline-hittest-expected.png: Removed.
744 * platform/chromium-win/svg/custom/polyline-invalid-points-expected.png: Removed.
745 * platform/chromium-win/svg/custom/polyline-setattribute-points-null-expected.png: Removed.
746 * platform/chromium-win/svg/custom/prevent-default-expected.png: Removed.
747 * platform/chromium-win/svg/custom/repaint-on-image-bounds-change-expected.png: Removed.
748 * platform/chromium-win/svg/custom/resource-client-removal-expected.png: Removed.
749 * platform/chromium-win/svg/custom/rgbcolor-syntax-expected.png: Removed.
750 * platform/chromium-win/svg/custom/rootelement-expected.png: Removed.
751 * platform/chromium-win/svg/custom/scroll-hit-test-expected.png: Removed.
752 * platform/chromium-win/svg/custom/sheet-title-expected.png: Removed.
753 * platform/chromium-win/svg/custom/svg-absolute-children-expected.png: Removed.
754 * platform/chromium-win/svg/custom/text-gradient-no-content-expected.png: Removed.
755 * platform/chromium-win/svg/custom/transform-ignore-after-invalid-expected.png: Removed.
756 * platform/chromium-win/svg/custom/transform-invalid-expected.png: Removed.
757 * platform/chromium-win/svg/custom/transform-removeAttributeNS-expected.png: Removed.
758 * platform/chromium-win/svg/custom/transform-scale-parse-expected.png: Removed.
759 * platform/chromium-win/svg/custom/transform-with-ending-space-expected.png: Removed.
760 * platform/chromium-win/svg/custom/transformedMaskFails-expected.png: Removed.
761 * platform/chromium-win/svg/custom/use-empty-reference-expected.png: Removed.
762 * platform/chromium-win/svg/custom/use-recalcStyle-crash-expected.png: Removed.
763 * platform/chromium-win/svg/custom/use-symbol-overflow-expected.png: Removed.
764 * platform/chromium-win/svg/custom/viewport-clip-expected.png: Removed.
765 * platform/chromium-win/svg/custom/viewport-no-width-height-expected.png: Removed.
766 * platform/chromium-win/svg/custom/viewport-update-expected.png: Removed.
767 * platform/chromium-win/svg/custom/viewport-update2-expected.png: Removed.
768 * platform/chromium-win/svg/custom/visibility-override-clip-expected.png: Removed.
769 * platform/chromium-win/svg/custom/visibility-override-expected.png: Removed.
770 * platform/chromium-win/svg/custom/visibility-override-mask-expected.png: Removed.
771 * platform/chromium-win/svg/custom/xhtml-no-svg-renderer-expected.png: Removed.
772 * platform/chromium-win/svg/custom/xml-stylesheet-expected.png: Removed.
773 * platform/chromium-win/svg/hixie/dynamic/003-expected.png: Removed.
774 * platform/chromium-win/svg/hixie/dynamic/004-expected.png: Removed.
775 * platform/chromium-win/svg/hixie/dynamic/006-expected.png: Removed.
776 * platform/chromium-win/svg/hixie/error/001-expected.png: Removed.
777 * platform/chromium-win/svg/hixie/error/004-expected.png: Removed.
778 * platform/chromium-win/svg/hixie/error/005-expected.png: Removed.
779 * platform/chromium-win/svg/hixie/error/006-expected.png: Removed.
780 * platform/chromium-win/svg/hixie/error/007-expected.png: Removed.
781 * platform/chromium-win/svg/hixie/error/008-expected.png: Removed.
782 * platform/chromium-win/svg/hixie/error/009-expected.png: Removed.
783 * platform/chromium-win/svg/hixie/error/014-expected.png: Removed.
784 * platform/chromium-win/svg/hixie/error/014-test-expected.png: Removed.
785 * platform/chromium-win/svg/hixie/error/015-expected.png: Removed.
786 * platform/chromium-win/svg/hixie/error/016-expected.png: Removed.
787 * platform/chromium-win/svg/hixie/painting/001-expected.png: Removed.
788 * platform/chromium-win/svg/hixie/processing-model/005-expected.png: Removed.
789 * platform/chromium-win/svg/hixie/rendering-model/003a-expected.png: Removed.
790 * platform/chromium-win/svg/hixie/use/001-expected.png: Removed.
791 * platform/chromium-win/svg/hixie/use/002-expected.png: Removed.
792 * platform/chromium-win/svg/hixie/use/002-test-expected.png: Removed.
793 * platform/chromium-win/svg/hixie/viewbox/001-expected.png: Removed.
794 * platform/chromium-win/svg/hixie/viewbox/002-expected.png: Removed.
795 * platform/chromium-win/svg/hixie/viewbox/003-expected.png: Removed.
796 * platform/chromium-win/svg/hixie/viewbox/004-expected.png: Removed.
797 * platform/chromium-win/svg/webarchive/svg-script-subresouces-expected.png: Removed.
798 * platform/chromium-win/tables/mozilla/bugs/adforce_imgis_com-expected.png: Removed.
799 * platform/chromium-win/tables/mozilla/bugs/bug103533-expected.png: Removed.
800 * platform/chromium-win/tables/mozilla/bugs/bug1818-6-expected.png: Removed.
801 * platform/chromium-win/tables/mozilla/bugs/bug222336-expected.png: Removed.
802 * platform/chromium-win/tables/mozilla/bugs/bug222467-expected.png: Removed.
803 * platform/chromium-win/tables/mozilla/bugs/bug269566-expected.png: Removed.
804 * platform/chromium-win/tables/mozilla/bugs/bug277062-expected.png: Removed.
805 * platform/chromium-win/tables/mozilla/bugs/bug28933-expected.png: Removed.
806 * platform/chromium-win/tables/mozilla/bugs/bug2954-expected.png: Removed.
807 * platform/chromium-win/tables/mozilla/bugs/bug8032-2-expected.png: Removed.
808 * platform/chromium-win/tables/mozilla/bugs/bug9024-expected.png: Removed.
809 * platform/chromium-win/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Removed.
810 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Removed.
811 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3517-expected.png: Removed.
812 * platform/chromium-win/transitions/transition-end-event-rendering-expected.png: Removed.
813 * platform/chromium-win/webarchive/archive-with-unencoded-url-expected.png: Removed.
814 * platform/chromium-win/webarchive/test-body-background-expected.png: Removed.
815 * platform/chromium-win/webarchive/test-img-src-expected.png: Removed.
816 * platform/chromium-win/webarchive/test-input-src-expected.png: Removed.
817 * platform/chromium-win/webarchive/test-link-rel-icon-expected.png: Removed.
818 * platform/chromium-win/webarchive/test-object-data-expected.png: Removed.
819 * platform/chromium-win/webarchive/test-script-src-expected.png: Removed.
820 * platform/chromium-win/webarchive/test-table-background-expected.png: Removed.
821 * platform/chromium-win/webarchive/test-td-background-expected.png: Removed.
822 * platform/chromium-win/webarchive/test-xml-stylesheet-expected.png: Removed.
824 2011-03-07 Xiaomei Ji <xji@chromium.org>
828 Skip test caretRangeFromPoint-in-zoom-and-scroll.html in mac-wk2 since
829 EventSender.mouseMoveTo is not yet supported.
831 * platform/mac-wk2/Skipped:
833 2011-03-07 Chris Fleizach <cfleizach@apple.com>
835 Reviewed by Beth Dakin.
837 AX: WK1 needs to use ScrollView attachment for AXScrollArea, WK2 does not
838 https://bugs.webkit.org/show_bug.cgi?id=55706
840 * platform/mac/accessibility/webkit-scrollarea-expected.txt:
841 * platform/mac/accessibility/webkit-scrollarea-position-expected.txt:
842 * platform/mac/accessibility/webkit-scrollarea-position.html:
843 * platform/mac/accessibility/webkit-scrollarea.html:
845 2011-03-04 Gavin Barraclough <barraclough@apple.com>
847 Reviewed by Cameron Zwarich.
849 Bug 55815 - Should throw an exception from JSObject::defineOwnProperty if !isExtensible().
851 * ietestcenter/Javascript/15.2.3.6-4-1-expected.txt:
852 Now with added passingness!
854 2011-03-07 Daniel Cheng <dcheng@chromium.org>
856 Reviewed by Tony Chang.
858 Add plumbing for paste support to ChromiumDataObject::types()
859 https://bugs.webkit.org/show_bug.cgi?id=55792
861 Add a simple layout test to verify that event.clipboardData.types
862 reflects the types available in a paste.
864 * editing/pasteboard/onpaste-text-html-types-expected.txt: Added.
865 * editing/pasteboard/onpaste-text-html-types.html: Added.
867 2011-03-07 Xiaomei Ji <xji@chromium.org>
869 Reviewed by Martin Robinson.
871 Make fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll.html less port-dependent.
872 Preiously, the test clicked at a specific pixel so different fonts result in slightly different positions.
873 Change the test to click on a specific character offset.
874 https://bugs.webkit.org/show_bug.cgi?id=30816
876 * fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll-expected.txt:
877 * fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll.html:
878 * platform/chromium/test_expectations.txt:
879 * platform/gtk/Skipped:
880 * platform/mac-wk2/Skipped:
881 * platform/qt-wk2/Skipped:
882 * platform/qt/Skipped:
884 2011-03-07 Mihai Parparita <mihaip@chromium.org>
886 Unreviewed Chromium expectations update.
888 Clean up fast/viewport expectations and remove a test that no longer
889 crashes (the underlying V8 bug was fixed).
891 * platform/chromium/test_expectations.txt:
893 2011-03-07 Sergey Glazunov <serg.glazunov@gmail.com>
895 Reviewed by Dimitri Glazkov.
897 Node::checkAddChild and Node::checkReplaceChild shouldn't change the owner document of a node
898 https://bugs.webkit.org/show_bug.cgi?id=55803
900 * fast/dom/dom-method-document-change-expected.txt: Added.
901 * fast/dom/dom-method-document-change.html: Added.
903 2011-03-07 Sheriff Bot <webkit.review.bot@gmail.com>
905 Unreviewed, rolling out r80484.
906 http://trac.webkit.org/changeset/80484
907 https://bugs.webkit.org/show_bug.cgi?id=55891
909 requires Chromium DEPS roll (Requested by dcheng on #webkit).
911 * editing/pasteboard/onpaste-text-html-types-expected.txt: Removed.
912 * editing/pasteboard/onpaste-text-html-types.html: Removed.
914 2011-03-07 Daniel Cheng <dcheng@chromium.org>
916 Reviewed by Tony Chang.
918 Add plumbing for paste support to ChromiumDataObject::types()
919 https://bugs.webkit.org/show_bug.cgi?id=55792
921 Add a simple layout test to verify that event.clipboardData.types
922 reflects the types available in a paste.
924 * editing/pasteboard/onpaste-text-html-types-expected.txt: Added.
925 * editing/pasteboard/onpaste-text-html-types.html: Added.
927 2011-03-07 Joseph Pecoraro <joepeck@webkit.org>
929 Viewport Warning/Error Messages Are Now Inaccurate
930 https://bugs.webkit.org/show_bug.cgi?id=53707
932 Include expected results for r80483.
934 * fast/viewport/viewport-100-expected.txt:
935 * fast/viewport/viewport-101-expected.txt:
936 * fast/viewport/viewport-102-expected.txt:
937 * fast/viewport/viewport-103-expected.txt:
938 * fast/viewport/viewport-104-expected.txt:
939 * fast/viewport/viewport-105-expected.txt:
940 * fast/viewport/viewport-106-expected.txt:
941 * fast/viewport/viewport-107-expected.txt:
942 * fast/viewport/viewport-108-expected.txt:
943 * fast/viewport/viewport-109-expected.txt:
944 * fast/viewport/viewport-110-expected.txt:
945 * fast/viewport/viewport-111-expected.txt:
946 * fast/viewport/viewport-112-expected.txt:
947 * fast/viewport/viewport-113-expected.txt:
948 * fast/viewport/viewport-114-expected.txt:
949 * fast/viewport/viewport-115-expected.txt:
950 * fast/viewport/viewport-116-expected.txt:
951 * fast/viewport/viewport-117-expected.txt:
952 * fast/viewport/viewport-118-expected.txt:
953 * fast/viewport/viewport-129-expected.txt:
954 * fast/viewport/viewport-29-expected.txt:
955 * fast/viewport/viewport-30-expected.txt:
956 * fast/viewport/viewport-31-expected.txt:
957 * fast/viewport/viewport-32-expected.txt:
958 * fast/viewport/viewport-35-expected.txt:
959 * fast/viewport/viewport-36-expected.txt:
960 * fast/viewport/viewport-38-expected.txt:
961 * fast/viewport/viewport-39-expected.txt:
962 * fast/viewport/viewport-40-expected.txt:
963 * fast/viewport/viewport-41-expected.txt:
964 * fast/viewport/viewport-42-expected.txt:
965 * fast/viewport/viewport-43-expected.txt:
966 * fast/viewport/viewport-44-expected.txt:
967 * fast/viewport/viewport-47-expected.txt:
968 * fast/viewport/viewport-48-expected.txt:
969 * fast/viewport/viewport-49-expected.txt:
970 * fast/viewport/viewport-61-expected.txt:
971 * fast/viewport/viewport-62-expected.txt:
972 * fast/viewport/viewport-63-expected.txt:
973 * fast/viewport/viewport-64-expected.txt:
974 * fast/viewport/viewport-66-expected.txt:
975 * fast/viewport/viewport-67-expected.txt:
976 * fast/viewport/viewport-68-expected.txt:
977 * fast/viewport/viewport-69-expected.txt:
978 * fast/viewport/viewport-70-expected.txt:
979 * fast/viewport/viewport-71-expected.txt:
980 * fast/viewport/viewport-72-expected.txt:
981 * fast/viewport/viewport-73-expected.txt:
982 * fast/viewport/viewport-74-expected.txt:
983 * fast/viewport/viewport-75-expected.txt:
984 * fast/viewport/viewport-76-expected.txt:
985 * fast/viewport/viewport-77-expected.txt:
986 * fast/viewport/viewport-78-expected.txt:
987 * fast/viewport/viewport-79-expected.txt:
988 * fast/viewport/viewport-80-expected.txt:
989 * fast/viewport/viewport-81-expected.txt:
990 * fast/viewport/viewport-83-expected.txt:
991 * fast/viewport/viewport-85-expected.txt:
992 * fast/viewport/viewport-88-expected.txt:
993 * fast/viewport/viewport-90-expected.txt:
994 * fast/viewport/viewport-warnings-1-expected.txt: Added.
995 * fast/viewport/viewport-warnings-2-expected.txt: Added.
996 * fast/viewport/viewport-warnings-3-expected.txt: Added.
997 * fast/viewport/viewport-warnings-4-expected.txt: Added.
998 * fast/viewport/viewport-warnings-5-expected.txt: Added.
999 * fast/viewport/viewport-warnings-6-expected.txt: Added.
1001 2011-03-07 Joseph Pecoraro <joepeck@webkit.org>
1003 Reviewed by Kenneth Rohde Christiansen.
1005 Viewport Warning/Error Messages Are Now Inaccurate
1006 https://bugs.webkit.org/show_bug.cgi?id=53707
1008 Added tests specifically to test Console warnings.
1010 * fast/viewport/viewport-warnings-1.html: Added.
1011 * fast/viewport/viewport-warnings-2.html: Added.
1012 * fast/viewport/viewport-warnings-3.html: Added.
1013 * fast/viewport/viewport-warnings-4.html: Added.
1014 * fast/viewport/viewport-warnings-5.html: Added.
1015 * fast/viewport/viewport-warnings-6.html: Added.
1017 2011-03-07 Jeremy Orlow <jorlow@chromium.org>
1019 Reviewed by Steve Block.
1021 Add source to IDBIndex, objectStore to IDBIndex, and remove storeName
1022 https://bugs.webkit.org/show_bug.cgi?id=55812
1024 * storage/indexeddb/cursor-update-expected.txt:
1025 * storage/indexeddb/cursor-update.html:
1026 * storage/indexeddb/index-basics-expected.txt:
1027 * storage/indexeddb/index-basics.html:
1029 2011-03-07 Chris Fleizach <cfleizach@apple.com>
1031 Reviewed by Beth Dakin.
1033 AX: kAXCellForColumnAndRowParameterizedAttribute doesn't work ARIA grids with colspans
1034 https://bugs.webkit.org/show_bug.cgi?id=55735
1036 * platform/mac/accessibility/aria-table-with-colspan-cells-expected.txt: Added.
1037 * platform/mac/accessibility/aria-table-with-colspan-cells.html: Added.
1039 2011-03-07 Andrei Popescu <andreip@google.com>
1041 Reviewed by Steve Block.
1043 [Chromium] test_expectations.txt cannot be parsed correctly
1044 https://bugs.webkit.org/show_bug.cgi?id=55871
1046 * platform/chromium/test_expectations.txt:
1048 2011-03-07 Kenneth Rohde Christiansen <kenneth@webkit.org>
1052 Add expected results to the new viewport tests
1054 * fast/viewport/viewport-91-expected.txt: Added.
1055 * fast/viewport/viewport-92-expected.txt: Added.
1056 * fast/viewport/viewport-93-expected.txt: Added.
1057 * fast/viewport/viewport-94-expected.txt: Added.
1058 * fast/viewport/viewport-95-expected.txt: Added.
1059 * fast/viewport/viewport-96-expected.txt: Added.
1061 2011-03-07 Csaba Osztrogonác <ossy@webkit.org>
1065 [Qt] http/tests/inspector/resource-parameters.html is flakey
1066 https://bugs.webkit.org/show_bug.cgi?id=55867
1068 * platform/qt/Skipped: Add http/tests/inspector/resource-parameters.html to make buildbot happy.
1070 2011-03-07 Antti Koivisto <antti@apple.com>
1072 Reviewed by Oliver Hunt.
1074 REGRESSION (r79574): fast/dom/global-constructors.html failing on Windows 7 Release (Tests) bots
1075 https://bugs.webkit.org/show_bug.cgi?id=55166
1076 <rdar://problem/9050430>
1078 * http/tests/security/cross-origin-css-primitive-expected.txt: Added.
1079 * http/tests/security/cross-origin-css-primitive.html: Added.
1080 * http/tests/security/resources/cross-origin-css-primitive-iframe.html: Added.
1082 2011-03-07 Alejandro G. Castro <alex@igalia.com>
1084 Added new GTK+ test results.
1086 * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.checksum: Added.
1087 * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.png: Added.
1088 * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Added.
1089 * platform/gtk/fast/text/hyphenate-limit-before-after-expected.checksum: Added.
1090 * platform/gtk/fast/text/hyphenate-limit-before-after-expected.png: Added.
1091 * platform/gtk/fast/text/hyphenate-limit-before-after-expected.txt: Added.
1093 2011-03-07 Alejandro G. Castro <alex@igalia.com>
1095 Skipped failing test that requires a missing feature in
1096 layoutTestController. Added bug:
1097 https://bugs.webkit.org/show_bug.cgi?id=55862
1099 * platform/gtk/Skipped:
1101 2011-03-07 Xianzhu Wang <wangxianzhu@google.com>
1103 Reviewed by Tony Gentilcore.
1105 In layout tests, iframe's onload handler should not use script function
1106 defined after the iframe.
1107 https://bugs.webkit.org/show_bug.cgi?id=54942
1109 Found and fixed more tests in addition to the first patch to bug 54942.
1110 Tried best to avoid expectation changes.
1112 * editing/execCommand/find-after-replace.html:
1113 * editing/input/option-page-up-down.html:
1114 * editing/input/scroll-viewport-page-up-down.html:
1115 * editing/pasteboard/copy-standalone-image.html:
1116 * editing/pasteboard/drag-image-to-contenteditable-in-iframe.html:
1117 * editing/pasteboard/paste-noscript-xhtml.xhtml:
1118 * editing/selection/drag-in-iframe.html:
1119 * editing/undo/undo-iframe-location-change.html:
1120 * fast/dom/DOMImplementation/createDocument-with-used-doctype-expected.txt:
1121 * fast/dom/DOMImplementation/createDocument-with-used-doctype.html:
1122 * fast/dom/Window/window-postmessage-clone-frames.html:
1123 * fast/dynamic/paused-event-dispatch.html:
1124 * fast/events/keydown-remove-frame.html:
1125 * fast/events/mousedown-in-subframe-scrollbar.html:
1126 * fast/frames/content-opacity-2.html:
1127 * fast/frames/viewsource-plain-text-tags.html:
1128 * fast/frames/viewsource-unfinished-tags.html:
1129 * fast/history/form-submit-in-frame-via-onclick.html:
1130 * fast/history/form-submit-in-frame.html:
1131 * fast/xsl/xslt-text-expected.txt:
1132 * fast/xsl/xslt-text.html:
1133 * http/tests/messaging/cross-domain-message-send.html:
1134 * http/tests/misc/cached-scripts-expected.txt:
1135 * http/tests/misc/cached-scripts.html:
1136 * http/tests/plugins/post-url-file-expected.txt:
1137 * http/tests/plugins/post-url-file.html:
1138 * http/tests/security/listener/xss-inactive-closure-expected.html:
1139 * http/tests/security/listener/xss-inactive-closure.html:
1140 * http/tests/security/postMessage/delivery-order.html:
1141 * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
1142 * http/tests/security/postMessage/invalid-origin-throws-exception.html:
1143 * http/tests/security/postMessage/origin-unaffected-by-base-tag.html:
1144 * http/tests/security/postMessage/target-origin.html:
1145 * http/tests/security/xss-DENIED-getSVGDocument-iframe.html:
1146 * http/tests/xmlhttprequest/detaching-frame-2.html:
1147 * media/media-document-audio-repaint.html:
1148 * media/media-document-audio-size.html:
1149 * platform/mac/fast/dom/wrapper-classes-objc.html:
1150 * platform/mac/fast/loader/non-html-load-event-expected.txt:
1151 * platform/mac/fast/loader/non-html-load-event.html:
1152 * scrollbars/hidden-iframe-scrollbar-crash2.html:
1153 * storage/close-during-stress-test.html:
1154 * svg/custom/js-update-transform-changes.svg:
1156 2011-03-06 Fumitoshi Ukai <ukai@chromium.org>
1158 Unreviewed, update chromium test expectations.
1160 inspector/styles/styles-add-blank-property.html becomes flaky.
1162 * platform/chromium/test_expectations.txt:
1164 2011-03-06 Fumitoshi Ukai <ukai@chromium.org>
1166 Unreviewd, update chromium test expectations.
1168 Regression at WebKit r80438 (crbug.com/75109) on Mac
1169 platform/chromium/fast/text/international/complex-text-rectangle.html
1171 * platform/chromium/test_expectations.txt:
1173 2011-03-06 Kent Tamura <tkent@chromium.org>
1175 Unreviewed, test expectation update.
1177 Chromium expectation files for r80449.
1179 * platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-visibility-expected.checksum: Added.
1180 * platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-visibility-expected.png: Added.
1181 * platform/chromium-win/fast/forms/input-appearance-spinbutton-visibility-expected.checksum: Added.
1182 * platform/chromium-win/fast/forms/input-appearance-spinbutton-visibility-expected.png: Added.
1183 * platform/chromium-win/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Added.
1185 2011-03-06 Kent Tamura <tkent@chromium.org>
1187 Unreviewed, test expectation update.
1189 Add a Mac expectation for a new test of r80449.
1191 * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.checksum: Added.
1192 * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.png: Added.
1193 * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Added.
1195 2011-03-06 Naoki Takano <takano.naoki@gmail.com>
1197 Reviewed by Kent Tamura.
1199 Input type=number spin buttons remain invisible but functional after div changed from hidden to visible.
1200 https://bugs.webkit.org/show_bug.cgi?id=55839
1201 http://crbug.com/73866
1202 http://crbug.com/62527
1204 * fast/forms/input-appearance-spinbutton-visibility.html: Added for the test to make sure input type=number spin buttons are shown or hidden correctly with Javascript.
1205 * platform/chromium-linux/fast/forms/input-appearance-spinbutton-visibility-expected.checksum: Added for the expectation checksum.
1206 * platform/chromium-linux/fast/forms/input-appearance-spinbutton-visibility-expected.png: Added for the expectation image.
1207 * platform/chromium-linux/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Added for the expectation render tree txt.
1209 2011-03-06 Fumitoshi Ukai <ukai@chromium.org>
1211 Unreviewed, update chromium test expectations.
1213 Regression at WebKit r80440 (bug 55854) also on mac.
1214 fast/forms/onchange-setvalueforuser.html
1216 * platform/chromium/test_expectations.txt:
1218 2011-03-06 Fumitoshi Ukai <ukai@chromium.org>
1220 Unreviewed, update chromium test expectations.
1222 Regression at WebKit r80438 (crbug.com/75109)
1223 fast/css/getComputedStyle/computed-style-without-renderer.html
1224 fast/css/getComputedStyle/computed-style.html
1225 platform/chromium/fast/text/international/complex-text-rectangle.html
1226 svg/css/getComputedStyle-basic.xhtml
1227 fast/text/hyphenate-limit-before-after.html
1229 Regression at WebKit r80440 (bug 55854)
1230 fast/forms/onchange-setvalueforuser.html
1232 * platform/chromium/test_expectations.txt:
1234 2011-03-06 Dan Bernstein <mitz@apple.com>
1236 Updated more platform-specific results after r80438.
1238 * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1239 * platform/mac-leopard/fast/text/hyphenate-limit-before-after-expected.txt: Removed.
1240 * platform/mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt: Copied from platform/mac-leopard/fast/text/hyphenate-limit-before-after-expected.txt.
1242 2011-03-06 Dan Bernstein <mitz@apple.com>
1244 Updated platform-specific results after r80438.
1246 * platform/mac-leopard/fast/text/hyphenate-limit-before-after-expected.txt: Added.
1247 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1248 * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt:
1249 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1251 2011-03-06 Daniel Bates <dbates@rim.com>
1253 Reviewed by Darin Adler.
1255 style.borderSpacing always returns empty string
1256 https://bugs.webkit.org/show_bug.cgi?id=54816
1258 Tests that style.borderSpacing returns the correct result for valid, negative, and missing border-spacing values.
1260 * fast/css/table-border-spacing-expected.txt: Added.
1261 * fast/css/table-border-spacing.html: Added.
1263 2011-03-06 Dan Bernstein <mitz@apple.com>
1265 Reviewed by Oliver Hunt.
1267 <rdar://problem/9093327> Implement -hyphenate-limit-{before,after}
1268 https://bugs.webkit.org/show_bug.cgi?id=55850
1270 * fast/css/getComputedStyle/computed-style-expected.txt:
1271 * fast/css/parsing-hyphenate-limit-expected.txt: Added.
1272 * fast/css/parsing-hyphenate-limit.html: Added.
1273 * fast/text/hyphenate-limit-before-after.html: Added.
1274 * platform/mac/fast/text/hyphenate-limit-before-after-expected.checksum: Added.
1275 * platform/mac/fast/text/hyphenate-limit-before-after-expected.png: Added.
1276 * platform/mac/fast/text/hyphenate-limit-before-after-expected.txt: Added.
1277 * svg/css/getComputedStyle-basic-expected.txt:
1279 2011-03-05 Sheriff Bot <webkit.review.bot@gmail.com>
1281 Unreviewed, rolling out r80428.
1282 http://trac.webkit.org/changeset/80428
1283 https://bugs.webkit.org/show_bug.cgi?id=55833
1285 Broke SnowLeopard (Requested by xan_ on #webkit).
1287 * http/tests/plugins/resources/dump-post.pl:
1288 * platform/gtk/Skipped:
1290 2011-03-05 Martin Robinson <mrobinson@igalia.com>
1292 Reviewed by Xan Lopez.
1294 [GTK] http/tests/plugins/post-url-file.html fails on GTK+
1295 https://bugs.webkit.org/show_bug.cgi?id=55826
1297 * http/tests/plugins/resources/dump-post.pl: Instead of printing out the "keywords" parameter,
1298 print out the POSTDATA parameter. Printing "keywords" did not seem to work on the version of
1299 Apache/Perl/CGI that existed on my machine. According to the Perl CGI module documentation
1300 using 'POSTDATA' is the correct way to print the entire POSTDATA.
1301 * platform/gtk/Skipped: Unskip the test which is now passing.
1303 2011-03-05 Andrey Kosyakov <caseq@chromium.org>
1305 Unreviewed. Another shot at fixing flakiness of extension-events.html.
1307 * inspector/extensions/extensions-events.html:
1309 2011-03-05 Pavel Feldman <pfeldman@chromium.org>
1311 Not reviewed: chromium rebaseline, flaky test fix.
1313 * http/tests/inspector/debugger-test.js:
1314 * inspector/debugger/dom-breakpoints.html:
1315 * platform/chromium/inspector/console/console-uncaught-exception-expected.txt:
1317 2011-03-05 Andrey Kosyakov <caseq@chromium.org>
1319 Reviewed by Pavel Feldman.
1321 Web Inspector: inspector/extensions/extensions-events.html sometimes fails on Windows
1322 https://bugs.webkit.org/show_bug.cgi?id=54974
1324 Properly serialize test output to fix flakiness due to race with output during page reload.
1326 * inspector/extensions/extensions-events-expected.txt:
1327 * inspector/extensions/extensions-events.html:
1328 * platform/win/Skipped:
1330 2011-03-05 Ilya Tikhonovsky <loislo@chromium.org>
1332 Reviewed by Yury Semikhatsky.
1334 Web Inspector: introduce protocol test for ConsoleAgent.
1335 https://bugs.webkit.org/show_bug.cgi?id=55819
1337 * http/tests/inspector/protocol-test.js:
1338 (initialize_ProtocolTest.InspectorTest._dumpEvent):
1339 (initialize_ProtocolTest.InspectorTest._dumpCallArguments):
1340 (initialize_ProtocolTest):
1341 (initialize_ProtocolTest.):
1342 * inspector/protocol/console-agent-expected.txt: Added.
1343 * inspector/protocol/console-agent.html: Added.
1344 * inspector/protocol/runtime-agent.html:
1346 2011-03-05 Andrey Kosyakov <caseq@chromium.org>
1348 Reviewed by Pavel Feldman.
1350 Web Inspector: install onerror handler in inspector tests
1351 https://bugs.webkit.org/show_bug.cgi?id=55690
1353 * http/tests/inspector/inspector-test.js:
1354 (initialize_InspectorTest.onError):
1355 * http/tests/inspector/resources/extension-main.js:
1358 2011-03-04 Pavel Feldman <pfeldman@chromium.org>
1360 Reviewed by Yury Semikhatsky.
1362 Web Inspector: fix layout tests flakiness.
1363 https://bugs.webkit.org/show_bug.cgi?id=55816
1365 - Timeline now uses instrumentation calls, not UI representation while collecting events for tests
1366 - No reloads in debugger tests that don't need them
1367 - Forcing layout in timeline via calculating offsetHeight
1369 * http/tests/inspector/inspector-test.js:
1370 * inspector/console/console-uncaught-exception-expected.txt:
1371 * inspector/console/console-uncaught-exception.html:
1372 * inspector/debugger/debugger-autocontinue-on-syntax-error-expected.txt:
1373 * inspector/debugger/debugger-autocontinue-on-syntax-error.html:
1374 * inspector/debugger/resources/syntax-error.html: Added.
1375 * inspector/debugger/resources/syntax-error.js: Removed.
1376 * inspector/elements/elements-panel-limited-children-expected.txt:
1377 * inspector/extensions/extensions-events-expected.txt:
1378 * inspector/styles/styles-update-from-js-expected.txt:
1379 * inspector/styles/styles-update-from-js.html:
1380 * inspector/timeline/timeline-layout.html:
1381 * inspector/timeline/timeline-network-resource-expected.txt:
1382 * inspector/timeline/timeline-network-resource.html:
1383 * inspector/timeline/timeline-script-tag-1.html:
1384 * inspector/timeline/timeline-script-tag-2.html:
1385 * inspector/timeline/timeline-test.js:
1386 (initialize_Timeline.InspectorTest.startTimeline.addRecord):
1387 (initialize_Timeline.InspectorTest.startTimeline):
1388 (initialize_Timeline.InspectorTest.stopTimeline):
1389 (initialize_Timeline.InspectorTest.performActionsAndPrint.step2):
1390 (initialize_Timeline.InspectorTest.performActionsAndPrint):
1391 (initialize_Timeline.InspectorTest.printTimelineRecords):
1392 * inspector/timeline/timeline-trivial.html:
1393 * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt:
1395 2011-03-05 Csaba Osztrogonác <ossy@webkit.org>
1399 [Qt] Add fast/forms/onchange-setvalueforuser.html to the Skipped
1400 list because of missing layoutTestController.setValueForUser()
1402 * platform/qt/Skipped:
1405 2011-03-05 Ilya Sherman <isherman@chromium.org>
1407 Reviewed by Darin Adler.
1409 HTMLInputElement::setValue() should schedule change event when the element is focused
1410 In service of https://code.google.com/p/chromium/issues/detail?id=42716
1411 https://bugs.webkit.org/show_bug.cgi?id=53160
1413 * fast/forms/onchange-change-type-expected.txt: Added.
1414 * fast/forms/onchange-change-type.html: Added.
1415 * fast/forms/onchange-setvalueforuser-expected.txt: Added.
1416 * fast/forms/onchange-setvalueforuser.html: Added.
1418 2011-03-04 Victoria Kirst <vrk@google.com>
1420 Reviewed by Eric Carlson.
1422 [chromium] Baselines for media GPU layout tests
1423 https://bugs.webkit.org/show_bug.cgi?id=55796
1425 Adding baselines for some of the media GPU layout tests.
1426 Updates test_expectations with expected media GPU failures.
1428 * platform/chromium-gpu-linux/media/video-display-toggle-expected.checksum: Added.
1429 * platform/chromium-gpu-linux/media/video-display-toggle-expected.png: Added.
1430 * platform/chromium-gpu-linux/media/video-no-audio-expected.checksum: Added.
1431 * platform/chromium-gpu-linux/media/video-no-audio-expected.png: Added.
1432 * platform/chromium-gpu-linux/media/video-volume-slider-expected.checksum: Added.
1433 * platform/chromium-gpu-linux/media/video-volume-slider-expected.png: Added.
1434 * platform/chromium-gpu-linux/media/video-zoom-expected.checksum: Added.
1435 * platform/chromium-gpu-linux/media/video-zoom-expected.png: Added.
1436 * platform/chromium-gpu-mac/media/video-display-toggle-expected.checksum: Added.
1437 * platform/chromium-gpu-mac/media/video-display-toggle-expected.png: Added.
1438 * platform/chromium-gpu-mac/media/video-no-audio-expected.checksum: Added.
1439 * platform/chromium-gpu-mac/media/video-no-audio-expected.png: Added.
1440 * platform/chromium-gpu-mac/media/video-volume-slider-expected.checksum: Added.
1441 * platform/chromium-gpu-mac/media/video-volume-slider-expected.png: Added.
1442 * platform/chromium-gpu-mac/media/video-zoom-expected.checksum: Added.
1443 * platform/chromium-gpu-mac/media/video-zoom-expected.png: Added.
1444 * platform/chromium-gpu-win/media/video-canvas-alpha-expected.checksum: Added.
1445 * platform/chromium-gpu-win/media/video-canvas-alpha-expected.png: Added.
1446 * platform/chromium-gpu-win/media/video-display-toggle-expected.checksum: Added.
1447 * platform/chromium-gpu-win/media/video-display-toggle-expected.png: Added.
1448 * platform/chromium-gpu-win/media/video-no-audio-expected.checksum: Added.
1449 * platform/chromium-gpu-win/media/video-no-audio-expected.png: Added.
1450 * platform/chromium-gpu-win/media/video-volume-slider-expected.checksum: Added.
1451 * platform/chromium-gpu-win/media/video-volume-slider-expected.png: Added.
1452 * platform/chromium-gpu-win/media/video-zoom-expected.checksum: Added.
1453 * platform/chromium-gpu-win/media/video-zoom-expected.png: Added.
1454 * platform/chromium/test_expectations.txt:
1456 2011-03-04 Xianzhu Wang <wangxianzhu@google.com>
1458 Reviewed by Adam Barth.
1460 Add a test to ensure SVGImage won't cause ResourceLoader leaks.
1461 https://bugs.webkit.org/show_bug.cgi?id=55017
1463 * fast/images/svg-image-leak-loader-expected.txt: Added.
1464 * fast/images/svg-image-leak-loader.html: Added.
1465 * fast/images/resources/load-script.html: Added.
1467 2011-03-04 Mike Reed <reed@google.com>
1469 Reviewed by Mihai Parparita.
1471 [Chromium] fast/canvas/canvas-arc-360-winding.html fails on Linux and Windows
1472 https://bugs.webkit.org/show_bug.cgi?id=49477
1474 * platform/chromium/test_expectations.txt:
1476 2011-03-04 James Simonsen <simonjam@chromium.org>
1478 Reviewed by Adam Barth.
1480 Test that scripts with unknown types aren't loaded.
1481 https://bugs.webkit.org/show_bug.cgi?id=51760
1483 * fast/dom/HTMLScriptElement/dont-load-unknown-type-expected.txt: Added.
1484 * fast/dom/HTMLScriptElement/dont-load-unknown-type.html: Added.
1486 2011-03-04 John Bauman <jbauman@chromium.org>
1488 Reviewed by Kenneth Russell.
1490 [chromium] premultipliedAlpha WebGL context attribute is ignored.
1491 https://bugs.webkit.org/show_bug.cgi?id=55411
1493 Add test case for (non-)premultiplied-alpha compositing.
1495 * compositing/webgl/webgl-nonpremultiplied-blend.html: Added.
1496 * platform/chromium-gpu/compositing/webgl/webgl-nonpremultiplied-blend-expected.checksum: Added.
1497 * platform/chromium-gpu/compositing/webgl/webgl-nonpremultiplied-blend-expected.png: Added.
1498 * platform/chromium-gpu/compositing/webgl/webgl-nonpremultiplied-blend-expected.txt: Added.
1499 * platform/mac-wk2/Skipped:
1500 * platform/mac/Skipped:
1502 2011-03-04 Jessie Berlin <jberlin@apple.com>
1504 [Snow Leopard Release Tests] accessibility/plugin.html,
1505 compositing/geometry/empty-embed-rects.html, and fast/loader/loadInProgress.html timing out.
1506 https://bugs.webkit.org/show_bug.cgi?id=55805
1507 https://bugs.webkit.org/show_bug.cgi?id=55807
1508 https://bugs.webkit.org/show_bug.cgi?id=55808
1510 Unreviewed. Add these tests to the Snow Leopard skipped list to get the bots green.
1512 * platform/mac-snowleopard/Skipped:
1514 2011-03-04 Tony Gentilcore <tonyg@chromium.org>
1516 [chromium] Fail new test for JSC feature introduced by r80378
1517 https://bugs.webkit.org/show_bug.cgi?id=55801
1519 * platform/chromium/test_expectations.txt:
1521 2011-03-04 Adrienne Walker <enne@google.com>
1523 Reviewed by James Robinson.
1525 Turn on pixel tests for huge-layer-img.html for better test coverage.
1526 https://bugs.webkit.org/show_bug.cgi?id=55679
1528 Also, modify this test to be more pixel test friendly.
1530 * compositing/tiling/huge-layer-img-expected.checksum: Added.
1531 * compositing/tiling/huge-layer-img-expected.png: Added.
1532 * compositing/tiling/huge-layer-img-expected.txt: Added.
1533 * compositing/tiling/huge-layer-img.html:
1534 * platform/chromium-gpu-win/compositing/tiling/huge-layer-img-expected.txt: Removed.
1535 * platform/chromium-gpu/compositing/tiling/huge-layer-img-expected.txt: Added.
1536 * platform/mac/compositing/tiling/huge-layer-img-expected.txt: Removed.
1538 2011-03-04 Sheriff Bot <webkit.review.bot@gmail.com>
1540 Unreviewed, rolling out r80379.
1541 http://trac.webkit.org/changeset/80379
1542 https://bugs.webkit.org/show_bug.cgi?id=55799
1544 "Breaks leopard compile (implicit conversion)" (Requested by
1545 tonyg-cr on #webkit).
1547 * transitions/matched-transform-functions.html:
1548 * transitions/retargetted-transition.html:
1550 2011-03-04 Rik Cabanier <cabanier@gmail.com>
1552 Reviewed by David Hyatt.
1554 Fix that allows fixed length values to be floating point
1555 https://bugs.webkit.org/show_bug.cgi?id=52699
1557 Transitions now return matrices in floating point. 2 of the transition tests were failing
1558 because they expected integer values.
1560 * transitions/matched-transform-functions.html:
1561 * transitions/retargetted-transition.html:
1563 2011-03-03 Gavin Barraclough <barraclough@apple.com>
1565 Reviewed by Sam Weinig.
1567 Bug 55736 - Implement seal/freeze/preventExtensions for normal object types.
1568 Provide basic functionallity from section 15.2.4 of ECMA-262.
1569 This support will need expanding to cover arrays, too.
1571 Update results - many more tests PASS.
1572 Also adds a new testcase.
1574 * fast/js/Object-getOwnPropertyNames-expected.txt:
1575 * fast/js/script-tests/Object-getOwnPropertyNames.js:
1576 * ietestcenter/Javascript/15.2.3.10-0-1-expected.txt:
1577 * ietestcenter/Javascript/15.2.3.10-0-2-expected.txt:
1578 * ietestcenter/Javascript/15.2.3.10-1-expected.txt:
1579 * ietestcenter/Javascript/15.2.3.10-2-expected.txt:
1580 * ietestcenter/Javascript/15.2.3.11-0-1-expected.txt:
1581 * ietestcenter/Javascript/15.2.3.11-0-2-expected.txt:
1582 * ietestcenter/Javascript/15.2.3.11-1-expected.txt:
1583 * ietestcenter/Javascript/15.2.3.11-4-1-expected.txt:
1584 * ietestcenter/Javascript/15.2.3.11-4-10-expected.txt:
1585 * ietestcenter/Javascript/15.2.3.11-4-11-expected.txt:
1586 * ietestcenter/Javascript/15.2.3.11-4-12-expected.txt:
1587 * ietestcenter/Javascript/15.2.3.11-4-13-expected.txt:
1588 * ietestcenter/Javascript/15.2.3.11-4-14-expected.txt:
1589 * ietestcenter/Javascript/15.2.3.11-4-15-expected.txt:
1590 * ietestcenter/Javascript/15.2.3.11-4-16-expected.txt:
1591 * ietestcenter/Javascript/15.2.3.11-4-17-expected.txt:
1592 * ietestcenter/Javascript/15.2.3.11-4-18-expected.txt:
1593 * ietestcenter/Javascript/15.2.3.11-4-19-expected.txt:
1594 * ietestcenter/Javascript/15.2.3.11-4-2-expected.txt:
1595 * ietestcenter/Javascript/15.2.3.11-4-20-expected.txt:
1596 * ietestcenter/Javascript/15.2.3.11-4-21-expected.txt:
1597 * ietestcenter/Javascript/15.2.3.11-4-22-expected.txt:
1598 * ietestcenter/Javascript/15.2.3.11-4-23-expected.txt:
1599 * ietestcenter/Javascript/15.2.3.11-4-24-expected.txt:
1600 * ietestcenter/Javascript/15.2.3.11-4-25-expected.txt:
1601 * ietestcenter/Javascript/15.2.3.11-4-26-expected.txt:
1602 * ietestcenter/Javascript/15.2.3.11-4-27-expected.txt:
1603 * ietestcenter/Javascript/15.2.3.11-4-3-expected.txt:
1604 * ietestcenter/Javascript/15.2.3.11-4-4-expected.txt:
1605 * ietestcenter/Javascript/15.2.3.11-4-5-expected.txt:
1606 * ietestcenter/Javascript/15.2.3.11-4-6-expected.txt:
1607 * ietestcenter/Javascript/15.2.3.11-4-7-expected.txt:
1608 * ietestcenter/Javascript/15.2.3.11-4-8-expected.txt:
1609 * ietestcenter/Javascript/15.2.3.11-4-9-expected.txt:
1610 * ietestcenter/Javascript/15.2.3.12-0-1-expected.txt:
1611 * ietestcenter/Javascript/15.2.3.12-0-2-expected.txt:
1612 * ietestcenter/Javascript/15.2.3.12-1-expected.txt:
1613 * ietestcenter/Javascript/15.2.3.12-3-1-expected.txt:
1614 * ietestcenter/Javascript/15.2.3.12-3-10-expected.txt:
1615 * ietestcenter/Javascript/15.2.3.12-3-11-expected.txt:
1616 * ietestcenter/Javascript/15.2.3.12-3-12-expected.txt:
1617 * ietestcenter/Javascript/15.2.3.12-3-13-expected.txt:
1618 * ietestcenter/Javascript/15.2.3.12-3-14-expected.txt:
1619 * ietestcenter/Javascript/15.2.3.12-3-15-expected.txt:
1620 * ietestcenter/Javascript/15.2.3.12-3-16-expected.txt:
1621 * ietestcenter/Javascript/15.2.3.12-3-17-expected.txt:
1622 * ietestcenter/Javascript/15.2.3.12-3-18-expected.txt:
1623 * ietestcenter/Javascript/15.2.3.12-3-19-expected.txt:
1624 * ietestcenter/Javascript/15.2.3.12-3-2-expected.txt:
1625 * ietestcenter/Javascript/15.2.3.12-3-20-expected.txt:
1626 * ietestcenter/Javascript/15.2.3.12-3-21-expected.txt:
1627 * ietestcenter/Javascript/15.2.3.12-3-22-expected.txt:
1628 * ietestcenter/Javascript/15.2.3.12-3-23-expected.txt:
1629 * ietestcenter/Javascript/15.2.3.12-3-24-expected.txt:
1630 * ietestcenter/Javascript/15.2.3.12-3-25-expected.txt:
1631 * ietestcenter/Javascript/15.2.3.12-3-26-expected.txt:
1632 * ietestcenter/Javascript/15.2.3.12-3-27-expected.txt:
1633 * ietestcenter/Javascript/15.2.3.12-3-3-expected.txt:
1634 * ietestcenter/Javascript/15.2.3.12-3-4-expected.txt:
1635 * ietestcenter/Javascript/15.2.3.12-3-5-expected.txt:
1636 * ietestcenter/Javascript/15.2.3.12-3-6-expected.txt:
1637 * ietestcenter/Javascript/15.2.3.12-3-7-expected.txt:
1638 * ietestcenter/Javascript/15.2.3.12-3-8-expected.txt:
1639 * ietestcenter/Javascript/15.2.3.12-3-9-expected.txt:
1640 * ietestcenter/Javascript/15.2.3.13-0-1-expected.txt:
1641 * ietestcenter/Javascript/15.2.3.13-0-2-expected.txt:
1642 * ietestcenter/Javascript/15.2.3.13-0-3-expected.txt:
1643 * ietestcenter/Javascript/15.2.3.13-1-expected.txt:
1644 * ietestcenter/Javascript/15.2.3.13-2-1-expected.txt:
1645 * ietestcenter/Javascript/15.2.3.13-2-10-expected.txt:
1646 * ietestcenter/Javascript/15.2.3.13-2-11-expected.txt:
1647 * ietestcenter/Javascript/15.2.3.13-2-12-expected.txt:
1648 * ietestcenter/Javascript/15.2.3.13-2-13-expected.txt:
1649 * ietestcenter/Javascript/15.2.3.13-2-14-expected.txt:
1650 * ietestcenter/Javascript/15.2.3.13-2-15-expected.txt:
1651 * ietestcenter/Javascript/15.2.3.13-2-16-expected.txt:
1652 * ietestcenter/Javascript/15.2.3.13-2-17-expected.txt:
1653 * ietestcenter/Javascript/15.2.3.13-2-18-expected.txt:
1654 * ietestcenter/Javascript/15.2.3.13-2-19-expected.txt:
1655 * ietestcenter/Javascript/15.2.3.13-2-2-expected.txt:
1656 * ietestcenter/Javascript/15.2.3.13-2-20-expected.txt:
1657 * ietestcenter/Javascript/15.2.3.13-2-21-expected.txt:
1658 * ietestcenter/Javascript/15.2.3.13-2-3-expected.txt:
1659 * ietestcenter/Javascript/15.2.3.13-2-4-expected.txt:
1660 * ietestcenter/Javascript/15.2.3.13-2-5-expected.txt:
1661 * ietestcenter/Javascript/15.2.3.13-2-6-expected.txt:
1662 * ietestcenter/Javascript/15.2.3.13-2-7-expected.txt:
1663 * ietestcenter/Javascript/15.2.3.13-2-8-expected.txt:
1664 * ietestcenter/Javascript/15.2.3.13-2-9-expected.txt:
1665 * ietestcenter/Javascript/15.2.3.14-2-4-expected.txt:
1666 * ietestcenter/Javascript/15.2.3.14-2-5-expected.txt:
1667 * ietestcenter/Javascript/15.2.3.14-2-6-expected.txt:
1668 * ietestcenter/Javascript/15.2.3.3-4-20-expected.txt:
1669 * ietestcenter/Javascript/15.2.3.3-4-21-expected.txt:
1670 * ietestcenter/Javascript/15.2.3.3-4-22-expected.txt:
1671 * ietestcenter/Javascript/15.2.3.3-4-23-expected.txt:
1672 * ietestcenter/Javascript/15.2.3.3-4-24-expected.txt:
1673 * ietestcenter/Javascript/15.2.3.3-4-25-expected.txt:
1674 * ietestcenter/Javascript/15.2.3.4-4-2-expected.txt:
1675 * ietestcenter/Javascript/15.2.3.6-4-1-expected.txt:
1676 * ietestcenter/Javascript/15.2.3.8-0-1-expected.txt:
1677 * ietestcenter/Javascript/15.2.3.8-0-2-expected.txt:
1678 * ietestcenter/Javascript/15.2.3.8-1-expected.txt:
1679 * ietestcenter/Javascript/15.2.3.9-0-1-expected.txt:
1680 * ietestcenter/Javascript/15.2.3.9-0-2-expected.txt:
1681 * ietestcenter/Javascript/15.2.3.9-1-expected.txt:
1683 2011-03-04 Pavel Feldman <pfeldman@chromium.org>
1685 Not reviewed: follow up to 80355, fixing Qt tests.
1687 * http/tests/inspector/inspector-test.js:
1689 2011-03-04 Mihai Parparita <mihaip@chromium.org>
1691 Unreviewed Chromium Snow Leopard rebaseline.
1693 Rebaseline fast/blockflow.
1695 * platform/chromium-mac-leopard/fast/blockflow/english-lr-text-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/blockflow/english-lr-text-expected.checksum.
1696 * platform/chromium-mac-leopard/fast/blockflow/english-lr-text-expected.png: Added.
1697 * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added.
1698 * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added.
1699 * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
1700 * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
1701 * platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.checksum:
1702 * platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.png:
1703 * platform/chromium-mac/fast/blockflow/english-lr-text-expected.checksum:
1704 * platform/chromium-mac/fast/blockflow/english-lr-text-expected.png: Added.
1705 * platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.checksum:
1706 * platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.png:
1707 * platform/chromium-mac/fast/blockflow/japanese-lr-text-expected.checksum:
1708 * platform/chromium-mac/fast/blockflow/japanese-lr-text-expected.png:
1709 * platform/chromium-mac/fast/blockflow/japanese-rl-selection-expected.checksum:
1710 * platform/chromium-mac/fast/blockflow/japanese-rl-selection-expected.png:
1711 * platform/chromium-mac/fast/blockflow/japanese-rl-text-expected.checksum:
1712 * platform/chromium-mac/fast/blockflow/japanese-rl-text-expected.png: Added.
1713 * platform/chromium-mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added.
1714 * platform/chromium-mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added.
1715 * platform/chromium-mac/fast/blockflow/vertical-align-table-baseline-expected.checksum:
1716 * platform/chromium-mac/fast/blockflow/vertical-align-table-baseline-expected.png:
1717 * platform/chromium/test_expectations.txt:
1719 2011-03-03 Matthew Delaney <mdelaney@apple.com>
1721 Reviewed by Darin Adler.
1723 Incorrect location for expected result for 2d.line.cap.closed.html
1724 https://bugs.webkit.org/show_bug.cgi?id=55637
1726 * platform/mac-snowleopard/canvas/philip/tests/2d.line.cap.closed-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.line.cap.closed-expected.txt.
1727 * platform/mac/canvas/philip/tests/2d.line.cap.closed-expected.txt: Removed.
1729 2011-03-04 Mihai Parparita <mihaip@chromium.org>
1731 Unreviewed Chromium expectations update.
1733 Add one expected failure for Snow Leopard, make other failure lines
1734 more specific (since the tests pass on SL) and remove some flaky test
1735 entries for tests that are no longer flaky.
1737 * platform/chromium/test_expectations.txt:
1739 2011-03-04 Tony Gentilcore <tonyg@chromium.org>
1741 Unreviewed expectations update.
1743 [chromium] Rebaseline to match r80351
1744 https://bugs.webkit.org/show_bug.cgi?id=55783
1746 * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt:
1748 2011-03-04 Jessie Berlin <jberlin@apple.com>
1750 [Windows 7 WebKit2 Release Tests] fast/frames/iframe-plugin-load-remove-document-crash.html
1751 and platform/win/plugins/get-value-netscape-window.html crashing.
1752 https://bugs.webkit.org/show_bug.cgi?id=55778
1753 https://bugs.webkit.org/show_bug.cgi?id=55780
1755 Unreviewed. Add these tests to the Windows WebKit2 Skipped list to get the bots green.
1757 * platform/win-wk2/Skipped:
1759 2011-03-04 Philippe Normand <pnormand@igalia.com>
1761 Reviewed by Martin Robinson.
1763 [GTK] media/audio-repaint.html times out
1764 https://bugs.webkit.org/show_bug.cgi?id=55761
1766 * media/audio-repaint.html: Register the seeked event listener
1767 before performing the seek and thus avoid a timeout of the test.
1769 2011-03-04 Pavel Podivilov <podivilov@chromium.org>
1771 Reviewed by Yury Semikhatsky.
1773 Web Inspector: extract all code that depends on source mapping from SourceFrame.
1774 https://bugs.webkit.org/show_bug.cgi?id=55464
1776 * http/tests/inspector/debugger-test.js:
1777 (initialize_DebuggerTest):
1778 * inspector/debugger/debug-inlined-scripts.html:
1779 * inspector/debugger/debugger-breakpoints-not-activated-on-reload.html:
1780 * inspector/debugger/debugger-pause-on-breakpoint.html:
1781 * inspector/debugger/source-frame.html:
1783 2011-03-04 Andrey Kosyakov <caseq@chromium.org>
1785 Reviewed by Pavel Feldman.
1787 Use internal ids for resources in extension server.
1788 Log errors in inspector tests.
1790 Web Inspector: [Extensions API] maintain own, unique & persistent identifiers for resources
1791 https://bugs.webkit.org/show_bug.cgi?id=55686
1793 * http/tests/inspector/inspector-test.js:
1794 (initialize_InspectorTest.consoleOutputHook):
1796 2011-03-04 Pavel Feldman <pfeldman@chromium.org>
1798 Not reviewed: fix inspector test flake.
1800 * inspector/timeline/timeline-network-resource-expected.txt:
1801 * inspector/timeline/timeline-network-resource.html:
1803 2011-03-04 Ilya Tikhonovsky <loislo@chromium.org>
1805 Reviewed by Yury Semikhatsky.
1807 Web Inspector: rename RuntimeAgent's function from releaseWrapperObjectGroup to releaseObjectGroup.
1808 https://bugs.webkit.org/show_bug.cgi?id=55773
1810 * inspector/protocol/runtime-agent-expected.txt:
1811 * inspector/protocol/runtime-agent.html:
1813 2011-03-04 Ilya Tikhonovsky <loislo@chromium.org>
1815 Reviewed by Yury Semikhatsky.
1817 Web Inspector: Remove unnecessary domain and success flags from the response messages.
1818 https://bugs.webkit.org/show_bug.cgi?id=55768
1820 We have domain property in the response messages but it is not used because we dispatch
1821 the responses on the callback associated with seq.
1823 If we have property 'errors' in the response then success eq false and true in the other case.
1825 * inspector/protocol/runtime-agent-expected.txt:
1826 * inspector/report-protocol-errors-expected.txt:
1828 2011-03-04 Csaba Osztrogonác <ossy@webkit.org>
1832 [Qt] Two http auth tests fail with Qt 4.7.2
1833 https://bugs.webkit.org/show_bug.cgi?id=55767
1835 Add failing tests to the Skipped list to make buildbot happy.
1837 * platform/qt/Skipped: Add http/tests/appcache/auth.html and http/tests/xmlhttprequest/basic-auth.html.
1840 2011-03-03 Ilya Tikhonovsky <loislo@chromium.org>
1842 Reviewed by Yury Semikhatsky.
1844 Web Inspector: introduce a protocol test for RuntimeAgent API.
1845 https://bugs.webkit.org/show_bug.cgi?id=55482
1847 * http/tests/inspector/protocol-test.js: Added.
1848 (initialize_ProtocolTest.InspectorTest.filterProps):
1849 (initialize_ProtocolTest.InspectorTest._dumpStepResult):
1850 (initialize_ProtocolTest.InspectorTest._runNextStep):
1851 (initialize_ProtocolTest.InspectorTest.runProtocolTestSuite):
1852 (initialize_ProtocolTest):
1853 * inspector/protocol/runtime-agent-expected.txt: Added.
1854 * inspector/protocol/runtime-agent.html: Added.
1856 2011-03-03 Pavel Feldman <pfeldman@chromium.org>
1858 Reviewed by Yury Semikhatsky.
1860 Web Inspector: do not push document into front-end, make it request one.
1861 https://bugs.webkit.org/show_bug.cgi?id=55664
1863 * http/tests/inspector/debugger-test.js:
1864 (initialize_DebuggerTest.):
1865 (initialize_DebuggerTest):
1866 * http/tests/inspector/elements-test.js:
1867 (initialize_ElementTest.InspectorTest.nodeWithId.documentRequested):
1868 (initialize_ElementTest.InspectorTest.nodeWithId):
1869 (initialize_ElementTest.InspectorTest.dumpDOMAgentTree):
1870 (initialize_ElementTest):
1871 * inspector/console/command-line-api-inspect.html:
1872 * inspector/elements/dom-agent-query-selector.html:
1873 * inspector/elements/mutate-unknown-node.html:
1874 * inspector/styles/styles-new-API.html:
1876 2011-03-03 Adam Klein <adamk@chromium.org>
1878 Reviewed by David Levin.
1880 Correct EntrySync.toURI test expectations to get the test passing under Chromium.
1881 https://bugs.webkit.org/show_bug.cgi?id=55724
1883 * fast/filesystem/workers/file-entry-to-uri-sync-expected.txt:
1885 2011-03-02 Ojan Vafai <ojan@chromium.org>
1887 Reviewed by Darin Adler.
1889 crash in adoptNode with mutation events
1890 https://bugs.webkit.org/show_bug.cgi?id=50046
1892 * fast/dom/adopt-node-crash.html:
1894 2011-03-03 Andy Estes <aestes@apple.com>
1896 Reviewed by Adam Barth.
1898 Assertion failure in toElement(WebCore::Node*)
1899 https://bugs.webkit.org/show_bug.cgi?id=55697
1901 * fast/parser/fragment-foreign-content-expected.txt: Added.
1902 * fast/parser/fragment-foreign-content.html: Added.
1904 2011-03-03 Mahesh Kulkarni <mahesh.kulkarni@nokia.com>
1906 Reviewed by Kenneth Rohde Christiansen.
1908 [QT] Implement mock client-based geolocation for layout testing
1909 https://bugs.webkit.org/show_bug.cgi?id=54334
1911 Re-enable geolocation layout testing for qt port. Also enable a long pending
1912 failure with geolocation as it works with client-based geolocation.
1913 Skipped one last case related to multiple window which needs some code cleanup in qt DRT.
1915 * platform/qt/Skipped:
1917 2011-03-03 Fumitoshi Ukai <ukai@chromium.org>
1919 Unreviewed, update chromium test expectations.
1921 Update GPU media/media-document-audio-repaint.html
1922 http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20GPU%20Mesa%20-%20chromium.org&tests=media%2Fmedia-document-audio-repaint.html
1924 * platform/chromium/test_expectations.txt:
1926 2011-03-03 Jeremy Moskovich <jeremy@chromium.org>
1928 Reviewed by Dimitri Glazkov.
1930 Annotate bidi tests which we intentionally fail.
1931 https://bugs.webkit.org/show_bug.cgi?id=48522
1933 Add a readme file in fast/text/international detailing
1934 a bunch of tests that we intentionally fail. This
1935 mimics a similar file in fast/block/positioning/.
1937 * fast/text/international/readme.txt: Added.
1939 2011-03-03 David Levin <levin@chromium.org>
1941 Reviewed by Darin Adler.
1943 Need web worker referer layout test for xhr requests.
1944 https://bugs.webkit.org/show_bug.cgi?id=55590
1946 Verify that the referrer is set for sync and async XHR requests
1947 from both workers and shared workers.
1949 * http/tests/xmlhttprequest/workers/referer-expected.txt: Added.
1950 * http/tests/xmlhttprequest/workers/referer.html: Added.
1951 * http/tests/xmlhttprequest/workers/resources/referer-test.js: Added.
1952 * http/tests/xmlhttprequest/workers/resources/referer.js: Added.
1953 * http/tests/xmlhttprequest/workers/shared-worker-referer-expected.txt: Added.
1954 * http/tests/xmlhttprequest/workers/shared-worker-referer.html: Added.
1956 2011-03-02 Jeremy Orlow <jorlow@chromium.org>
1958 Reviewed by Steve Block.
1960 Cursor.continue with a key param should test less than, not equal to
1961 https://bugs.webkit.org/show_bug.cgi?id=55640
1963 * storage/indexeddb/cursor-continue-expected.txt: Added.
1964 * storage/indexeddb/cursor-continue.html: Added.
1966 2011-03-03 Mihai Parparita <mihaip@chromium.org>
1968 Unreviewed Chromium Snow Leopard expectations update.
1970 Fix a couple more media/ expectations.
1972 * platform/chromium/test_expectations.txt:
1974 2011-03-03 Mihai Parparita <mihaip@chromium.org>
1976 Unreviewed Chromium Snow Leopard expectations update.
1978 Add another media/ crash.
1980 * platform/chromium/test_expectations.txt:
1982 2011-03-03 Mihai Parparita <mihaip@chromium.org>
1984 Unreviewed Chromium Snow Leopard rebaseline.
1986 Rebaseline tables/mozilla/bugs/ tests for Snow Leopard. The current
1987 expectations were just checksums, I also added their corresponding PNGs.
1989 We can't use the mac/ baselines since we scale the images differently
1990 (most likely due to CG i386 vs. x86_64 differences, see bug 52335).
1992 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug101674-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.checksum.
1993 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug101674-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png.
1994 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug10565-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug10565-expected.checksum.
1995 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug10565-expected.png: Added.
1996 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug11026-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.checksum.
1997 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug11026-expected.png: Added.
1998 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12908-1-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug12908-1-expected.checksum.
1999 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12908-1-expected.png: Added.
2000 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12910-2-expected.png: Added.
2001 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1296-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.checksum.
2002 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1296-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png.
2003 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1430-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.checksum.
2004 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1430-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png.
2005 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug14929-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.checksum.
2006 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug14929-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.png.
2007 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug15544-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.checksum.
2008 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug15544-expected.png: Added.
2009 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug17138-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug17138-expected.checksum.
2010 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug17138-expected.png: Added.
2011 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2981-2-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.checksum.
2012 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2981-2-expected.png: Added.
2013 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4093-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.checksum.
2014 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4093-expected.png: Added.
2015 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4284-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.checksum.
2016 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4284-expected.png: Added.
2017 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4427-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.checksum.
2018 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4427-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png.
2019 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4523-expected.png: Added.
2020 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug56563-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.checksum.
2021 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug56563-expected.png: Added.
2022 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug5797-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.checksum.
2023 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug5797-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png.
2024 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug625-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug625-expected.checksum.
2025 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug625-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png.
2026 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug6404-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.checksum.
2027 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug6404-expected.png: Added.
2028 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug86708-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug86708-expected.checksum.
2029 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug86708-expected.png: Added.
2030 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug97383-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.checksum.
2031 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug97383-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png.
2032 * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.checksum:
2033 * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png:
2034 * platform/chromium-mac/tables/mozilla/bugs/bug10565-expected.checksum:
2035 * platform/chromium-mac/tables/mozilla/bugs/bug10565-expected.png: Added.
2036 * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.checksum:
2037 * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png: Added.
2038 * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.checksum:
2039 * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png: Added.
2040 * platform/chromium-mac/tables/mozilla/bugs/bug12908-1-expected.checksum:
2041 * platform/chromium-mac/tables/mozilla/bugs/bug12908-1-expected.png: Added.
2042 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.checksum:
2043 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png:
2044 * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.checksum:
2045 * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png: Added.
2046 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.checksum:
2047 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png:
2048 * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.checksum:
2049 * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.png:
2050 * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.checksum:
2051 * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.png: Added.
2052 * platform/chromium-mac/tables/mozilla/bugs/bug17138-expected.checksum:
2053 * platform/chromium-mac/tables/mozilla/bugs/bug17138-expected.png: Added.
2054 * platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.checksum:
2055 * platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.png: Added.
2056 * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.checksum:
2057 * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.png: Added.
2058 * platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.checksum:
2059 * platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.png: Added.
2060 * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.checksum:
2061 * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png:
2062 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.checksum:
2063 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png: Added.
2064 * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.checksum:
2065 * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.png: Added.
2066 * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.checksum:
2067 * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png:
2068 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.checksum:
2069 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png:
2070 * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.checksum:
2071 * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.png: Added.
2072 * platform/chromium-mac/tables/mozilla/bugs/bug86708-expected.checksum:
2073 * platform/chromium-mac/tables/mozilla/bugs/bug86708-expected.png: Added.
2074 * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.checksum:
2075 * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png:
2076 * platform/chromium/test_expectations.txt:
2078 2011-03-03 Dan Bernstein <mitz@apple.com>
2080 Reviewed by Sam Weinig.
2082 Rename -webkit-hyphenate-locale to -webkit-locale
2083 https://bugs.webkit.org/show_bug.cgi?id=55709
2085 * fast/text/hyphenate-character.html:
2086 * fast/text/hyphenate-first-word.html:
2087 * fast/text/hyphenate-locale.html:
2088 * fast/text/hyphens.html:
2090 2011-03-03 Mihai Parparita <mihaip@chromium.org>
2092 Unreviewed Chromium expectations update.
2094 Two tests crash on Snow Leopard on the GPU path.
2096 * platform/chromium/test_expectations.txt:
2098 2011-03-03 Sheriff Bot <webkit.review.bot@gmail.com>
2100 Unreviewed, rolling out r80272.
2101 http://trac.webkit.org/changeset/80272
2102 https://bugs.webkit.org/show_bug.cgi?id=55700
2104 the test are flaky (Requested by loislo_ on #webkit).
2106 * http/tests/inspector/inspector-test.js:
2107 (initialize_InspectorTest.InspectorTest.addObject):
2108 * http/tests/inspector/protocol-test.js: Removed.
2109 * inspector/protocol/runtime-agent-expected.txt: Removed.
2110 * inspector/protocol/runtime-agent.html: Removed.
2112 2011-03-03 Ilya Tikhonovsky <loislo@chromium.org>
2114 Reviewed by Yury Semikhatsky.
2116 Web Inspector: introduce a protocol test for RuntimeAgent API.
2117 https://bugs.webkit.org/show_bug.cgi?id=55482
2119 * http/tests/inspector/protocol-test.js: Added.
2120 (initialize_ProtocolTest.InspectorTest.filterProps):
2121 (initialize_ProtocolTest.InspectorTest._dumpStepResult):
2122 (initialize_ProtocolTest.InspectorTest._runNextStep):
2123 (initialize_ProtocolTest.InspectorTest.runProtocolTestSuite):
2124 (initialize_ProtocolTest):
2125 * inspector/protocol/runtime-agent-expected.txt: Added.
2126 * inspector/protocol/runtime-agent.html: Added.
2128 2011-03-03 Kenji Imasaki <imasaki@chromium.org>
2130 Reviewed by Mihai Parparita.
2132 [Chromium] Snow Leopard rebaseline of media/video-layer-crash
2133 http://code.google.com/p/chromium/issues/detail?id=60744
2135 * platform/chromium-mac-leopard/media/video-layer-crash-expected.checksum: Copied from LayoutTests/platform/chromium-mac/media/video-layer-crash-expected.checksum.
2136 * platform/chromium-mac-leopard/media/video-layer-crash-expected.png: Copied from LayoutTests/platform/chromium-mac/media/video-layer-crash-expected.png.
2137 * platform/chromium-mac/media/video-layer-crash-expected.checksum:
2138 * platform/chromium-mac/media/video-layer-crash-expected.png:
2140 2011-03-03 Victoria Kirst <vrk@google.com>
2142 Reviewed by Eric Carlson.
2144 Enable media tests in chromium-gpu/test_expectations
2145 https://bugs.webkit.org/show_bug.cgi?id=53608
2147 Suppressing the test failures until baselines are added.
2149 * platform/chromium/test_expectations.txt:
2151 2011-03-03 Kenji Imasaki <imasaki@chromium.org>
2153 Reviewed by Tony Gentilcore.
2155 [Chromium] Revert the change in http/tests/media/video-referer.html
2158 * platform/chromium/test_expectations.txt:
2160 2011-03-03 Mihai Parparita <mihaip@chromium.org>
2162 Unreviewed Chromium Snow Leopard rebaseline.
2164 Rebaseline tables/mozilla/marvin/ tests for Snow Leopard. The current
2165 expectations were just checksums, I also added their corresponding PNGs.
2167 We can't use the mac/ baselines since we scale the raptor image
2168 differently (most likely due to CG i386 vs. x86_64 differences, see
2171 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum.
2172 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Added.
2173 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum.
2174 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Added.
2175 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum.
2176 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.png: Added.
2177 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum.
2178 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.png: Added.
2179 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum.
2180 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.png: Added.
2181 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.checksum.
2182 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_bottom-expected.png: Added.
2183 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.checksum.
2184 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_middle-expected.png: Added.
2185 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.checksum.
2186 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_top-expected.png: Added.
2187 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum.
2188 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Added.
2189 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum.
2190 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Added.
2191 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum.
2192 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Added.
2193 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum.
2194 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.png: Added.
2195 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.checksum.
2196 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_baseline-expected.png: Added.
2197 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.checksum.
2198 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_bottom-expected.png: Added.
2199 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.checksum.
2200 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_middle-expected.png: Added.
2201 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.checksum.
2202 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_top-expected.png: Added.
2203 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum.
2204 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.png: Added.
2205 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum.
2206 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.png: Added.
2207 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum.
2208 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.png: Added.
2209 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.checksum.
2210 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.png: Added.
2211 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum.
2212 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.png: Added.
2213 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.checksum.
2214 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_bottom-expected.png: Added.
2215 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.checksum.
2216 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_middle-expected.png: Added.
2217 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.checksum.
2218 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_top-expected.png: Added.
2219 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum:
2220 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Added.
2221 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum:
2222 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Added.
2223 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum:
2224 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.png: Added.
2225 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum:
2226 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.png: Added.
2227 * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum:
2228 * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.png: Added.
2229 * platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.checksum:
2230 * platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.png: Added.
2231 * platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.checksum:
2232 * platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.png: Added.
2233 * platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.checksum:
2234 * platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.png: Added.
2235 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum:
2236 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Added.
2237 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum:
2238 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Added.
2239 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum:
2240 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Added.
2241 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum:
2242 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.png: Added.
2243 * platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.checksum:
2244 * platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.png: Added.
2245 * platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.checksum:
2246 * platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.png: Added.
2247 * platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.checksum:
2248 * platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.png: Added.
2249 * platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.checksum:
2250 * platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.png: Added.
2251 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum:
2252 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.png: Added.
2253 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum:
2254 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.png: Added.
2255 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum:
2256 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.png: Added.
2257 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.checksum:
2258 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.png: Added.
2259 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum:
2260 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.png: Added.
2261 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.checksum:
2262 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.png: Added.
2263 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.checksum:
2264 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.png: Added.
2265 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.checksum:
2266 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.png: Added.
2267 * platform/chromium/test_expectations.txt:
2269 2011-03-03 Alexey Proskuryakov <ap@apple.com>
2271 Reviewed by Darin Adler.
2273 WebCore should check for "Upgrade" and "Connection" header fields in WebSockets handshake
2274 https://bugs.webkit.org/show_bug.cgi?id=55498
2275 <rdar://problem/8752706>
2277 * http/tests/websocket/tests/handshake-fail-by-no-connection-header-expected.txt: Added.
2278 * http/tests/websocket/tests/handshake-fail-by-no-connection-header.html: Added.
2279 * http/tests/websocket/tests/handshake-fail-by-no-connection-header_wsh.py: Added.
2280 * http/tests/websocket/tests/handshake-fail-by-no-upgrade-header-expected.txt: Added.
2281 * http/tests/websocket/tests/handshake-fail-by-no-upgrade-header.html: Added.
2282 * http/tests/websocket/tests/handshake-fail-by-no-upgrade-header_wsh.py: Added.
2284 2011-03-03 Mihai Parparita <mihaip@chromium.org>
2286 Unreviewed Chromium Snow Leopard rebaseline.
2288 Rebaseline remaining editing/ tests for Snow Leopard. The current
2289 expectations were just checksums, I also added their corresponding PNGs.
2291 We can't use the mac/ baselines since we render selections differently.
2293 * platform/chromium-mac-leopard/editing/selection/4402375-expected.checksum: Copied from LayoutTests/platform/chromium-mac/editing/selection/4402375-expected.checksum.
2294 * platform/chromium-mac-leopard/editing/selection/4402375-expected.png: Added.
2295 * platform/chromium-mac-leopard/editing/selection/image-before-linebreak-expected.checksum: Copied from LayoutTests/platform/chromium-mac/editing/selection/image-before-linebreak-expected.checksum.
2296 * platform/chromium-mac-leopard/editing/selection/image-before-linebreak-expected.png: Added.
2297 * platform/chromium-mac-leopard/editing/selection/replaced-boundaries-1-expected.checksum: Copied from LayoutTests/platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.checksum.
2298 * platform/chromium-mac-leopard/editing/selection/replaced-boundaries-1-expected.png: Added.
2299 * platform/chromium-mac-leopard/editing/selection/replaced-boundaries-2-expected.checksum: Copied from LayoutTests/platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.checksum.
2300 * platform/chromium-mac-leopard/editing/selection/replaced-boundaries-2-expected.png: Added.
2301 * platform/chromium-mac/editing/selection/4402375-expected.checksum:
2302 * platform/chromium-mac/editing/selection/4402375-expected.png: Added.
2303 * platform/chromium-mac/editing/selection/image-before-linebreak-expected.checksum:
2304 * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png: Added.
2305 * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.checksum:
2306 * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png: Added.
2307 * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.checksum:
2308 * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png: Added.
2309 * platform/chromium/test_expectations.txt:
2311 2011-03-03 Helder Correia <helder@sencha.com>
2313 Reviewed by Andreas Kling.
2315 [Qt] fast/canvas/canvas-strokePath-gradient-shadow.html fails
2316 https://bugs.webkit.org/show_bug.cgi?id=55651
2318 When relying on ContextShadow and using a gradient stroke for a path,
2319 the alpha of the shadow is incorrect.
2321 * platform/qt/Skipped: Remove test from skipped list.
2323 2011-03-03 Philippe Normand <pnormand@igalia.com>
2325 Unreviewed, skip failing test on GTK. See bug 55682.
2327 * platform/gtk/Skipped: Skip fast/images/support-broken-image-delegate.html
2329 2011-03-03 Philippe Normand <pnormand@igalia.com>
2331 Unreviewed, skip svg test failing on 32-bits Release, likely due
2332 to a rounding error, see bug 39022.
2333 * platform/gtk/Skipped:
2335 2011-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
2337 Reviewed by Martin Robinson.
2339 [GTK] DRT needs implementation of EventSender.scheduleAsynchronousClick
2340 https://bugs.webkit.org/show_bug.cgi?id=53960
2342 * platform/gtk/Skipped: Unskip
2343 fast/events/popup-blocking-click-in-iframe.html that passes now.
2345 2011-03-03 Martin Robinson <mrobinson@igalia.com>
2347 Unskipped one test that just needs platform-independent results (it
2348 does not fail on GTK+) and one failure so that we can get a test diff
2349 from it (not failing locally or when run manually on the bots).
2351 2011-03-03 Philippe Normand <pnormand@igalia.com>
2353 Unreviewed, skip failing test on GTK.
2355 * platform/gtk/Skipped: Skip fast/canvas/rgba-parsing.html
2357 2011-03-03 Philippe Normand <pnormand@igalia.com>
2359 Unreviewed, GTK baselines for new tests.
2361 * platform/gtk/fast/block/positioning/differing-writing-modes-expected.checksum: Added.
2362 * platform/gtk/fast/block/positioning/differing-writing-modes-expected.png: Added.
2363 * platform/gtk/fast/block/positioning/differing-writing-modes-expected.txt: Added.
2364 * platform/gtk/fast/block/positioning/differing-writing-modes-replaced-expected.checksum: Added.
2365 * platform/gtk/fast/block/positioning/differing-writing-modes-replaced-expected.png: Added.
2366 * platform/gtk/fast/block/positioning/differing-writing-modes-replaced-expected.txt: Added.
2367 * platform/gtk/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.checksum: Added.
2368 * platform/gtk/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png: Added.
2369 * platform/gtk/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt: Added.
2370 * platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.checksum: Added.
2371 * platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Added.
2372 * platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Added.
2373 * platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.checksum: Added.
2374 * platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png: Added.
2375 * platform/gtk/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt: Added.
2376 * platform/gtk/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.checksum: Added.
2377 * platform/gtk/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png: Added.
2378 * platform/gtk/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt: Added.
2379 * platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.checksum: Added.
2380 * platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Added.
2381 * platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt: Added.
2382 * platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.checksum: Added.
2383 * platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png: Added.
2384 * platform/gtk/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt: Added.
2385 * platform/gtk/fast/ruby/base-shorter-than-text-expected.checksum: Added.
2386 * platform/gtk/fast/ruby/base-shorter-than-text-expected.png: Added.
2387 * platform/gtk/fast/ruby/base-shorter-than-text-expected.txt: Added.
2388 * platform/gtk/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
2389 * platform/gtk/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Added.
2390 * platform/gtk/fast/table/table-and-parts-outline-expected.checksum: Added.
2391 * platform/gtk/fast/table/table-and-parts-outline-expected.png: Added.
2392 * platform/gtk/fast/table/table-and-parts-outline-expected.txt: Added.
2393 * platform/gtk/fast/table/table-continuation-outline-paint-crash-expected.checksum: Added.
2394 * platform/gtk/fast/table/table-continuation-outline-paint-crash-expected.png: Added.
2395 * platform/gtk/fast/table/table-continuation-outline-paint-crash-expected.txt: Added.
2396 * platform/gtk/fast/viewport/viewport-91-expected.txt: Added.
2397 * platform/gtk/fast/viewport/viewport-92-expected.txt: Added.
2398 * platform/gtk/fast/viewport/viewport-93-expected.txt: Added.
2399 * platform/gtk/fast/viewport/viewport-94-expected.txt: Added.
2400 * platform/gtk/fast/viewport/viewport-95-expected.txt: Added.
2401 * platform/gtk/fast/viewport/viewport-96-expected.txt: Added.
2402 * platform/gtk/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.checksum: Added.
2403 * platform/gtk/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
2404 * platform/gtk/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
2405 * platform/gtk/svg/css/path-gradient-stroke-shadow-expected.checksum: Added.
2406 * platform/gtk/svg/css/path-gradient-stroke-shadow-expected.png: Added.
2407 * platform/gtk/svg/css/path-gradient-stroke-shadow-expected.txt: Added.
2408 * platform/gtk/svg/custom/SVGPaint-mutate-attribute-expected.checksum: Added.
2409 * platform/gtk/svg/custom/SVGPaint-mutate-attribute-expected.png: Added.
2410 * platform/gtk/svg/custom/SVGPaint-mutate-attribute-expected.txt: Added.
2411 * platform/gtk/svg/custom/SVGPaint-mutate-inline-style-expected.checksum: Added.
2412 * platform/gtk/svg/custom/SVGPaint-mutate-inline-style-expected.png: Added.
2413 * platform/gtk/svg/custom/SVGPaint-mutate-inline-style-expected.txt: Added.
2415 2011-03-03 Andras Becsi <abecsi@webkit.org>
2417 Reviewed by Andreas Kling.
2419 CSS RGBA fast-path color parsing should clamp of out-of-range alpha values
2420 https://bugs.webkit.org/show_bug.cgi?id=55661
2422 Test case originally written by Andreas Kling <andreas.kling@nokia.com>
2424 Add a test of rgba() color parsing for the edge cases.
2426 * fast/canvas/rgba-parsing-expected.txt: Added.
2427 * fast/canvas/rgba-parsing.html: Added.
2428 * fast/canvas/script-tests/rgba-parsing.js: Added.
2431 2011-03-03 Yury Semikhatsky <yurys@chromium.org>
2433 Reviewed by Pavel Feldman.
2435 Web Inspector: inspector protocol should allow different domains to have methods with same name
2436 https://bugs.webkit.org/show_bug.cgi?id=55558
2438 * inspector/report-protocol-errors-expected.txt:
2439 * inspector/report-protocol-errors.html:
2441 2011-03-03 Kenji Imasaki <imasaki@chromium.org>
2443 Reviewed by David Levin.
2445 [Chromium] Remove non-flaky tests and update bugs/comments in
2446 media related layout tests in test expectation
2448 * platform/chromium/test_expectations.txt:
2450 2011-03-03 Jia Pu <jpu@apple.com>
2452 Reviewed by Darin Adler.
2454 On Mac OS X, spelling suggestion panel stops showing up after change set 80121
2455 https://bugs.webkit.org/show_bug.cgi?id=55628
2457 Rebaselined tests affected by changeset 80121.
2459 * platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
2460 * platform/mac/editing/spelling/autocorrection-delete-expected.txt:
2461 * platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt:
2462 * platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt:
2463 * platform/mac/editing/spelling/autocorrection-simple-expected.txt:
2464 * platform/mac/editing/spelling/click-autocorrected-word-expected.txt:
2465 * platform/mac/editing/spelling/click-autocorrected-word.html:
2466 * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
2467 * platform/mac/editing/spelling/delete-into-autocorrected-word-expected.checksum:
2468 * platform/mac/editing/spelling/delete-into-autocorrected-word-expected.png:
2469 * platform/mac/editing/spelling/delete-into-autocorrected-word-expected.txt:
2470 * platform/mac/editing/spelling/delete-into-autocorrected-word.html:
2471 * platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.checksum:
2472 * platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.png:
2473 * platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.txt:
2474 * platform/mac/editing/spelling/forward-delete-into-autocorrected-word.html:
2475 * platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.checksum:
2476 * platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.png:
2477 * platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.txt:
2478 * platform/mac/editing/spelling/move-cursor-to-autocorrected-word.html:
2479 * platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.checksum:
2480 * platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.png:
2481 * platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.txt:
2482 * platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word.html:
2483 * platform/mac/editing/spelling/removing-underline-after-accepting-autocorrection-using-punctuation-expected.txt:
2485 2011-03-03 Pavel Podivilov <podivilov@chromium.org>
2487 Reviewed by Pavel Feldman.
2489 Web Inspector: rename "sourceName" to "sourceFileId" in ScriptsPanel.js.
2490 https://bugs.webkit.org/show_bug.cgi?id=55569
2492 * inspector/debugger/scripts-panel.html:
2494 2011-03-03 Jeremy Moskovich <jeremy@chromium.org>
2496 Reviewed by Dimitri Glazkov.
2498 Convert offsetLeft-offsetTop-borders.html to dumpAsText()
2499 https://bugs.webkit.org/show_bug.cgi?id=55612
2501 This test outputs the values of offsetLeft/offsetTop for portions
2502 of the DOM. It appears it would do just as well as a text-based test.
2504 * fast/block/positioning/offsetLeft-offsetTop-borders-expected.txt: Added.
2505 * fast/block/positioning/offsetLeft-offsetTop-borders.html:
2506 * platform/chromium-linux/fast/block/positioning/offsetLeft-offsetTop-borders-expected.checksum: Removed.
2507 * platform/chromium-linux/fast/block/positioning/offsetLeft-offsetTop-borders-expected.png: Removed.
2508 * platform/chromium-win/fast/block/positioning/offsetLeft-offsetTop-borders-expected.checksum: Removed.
2509 * platform/chromium-win/fast/block/positioning/offsetLeft-offsetTop-borders-expected.png: Removed.
2510 * platform/chromium-win/fast/block/positioning/offsetLeft-offsetTop-borders-expected.txt: Removed.
2511 * platform/gtk/fast/block/positioning/offsetLeft-offsetTop-borders-expected.checksum: Removed.
2512 * platform/gtk/fast/block/positioning/offsetLeft-offsetTop-borders-expected.png: Removed.
2513 * platform/gtk/fast/block/positioning/offsetLeft-offsetTop-borders-expected.txt: Removed.
2514 * platform/mac-leopard/fast/block/positioning/offsetLeft-offsetTop-borders-expected.checksum: Removed.
2515 * platform/mac-leopard/fast/block/positioning/offsetLeft-offsetTop-borders-expected.png: Removed.
2516 * platform/mac/fast/block/positioning/offsetLeft-offsetTop-borders-expected.checksum: Removed.
2517 * platform/mac/fast/block/positioning/offsetLeft-offsetTop-borders-expected.png: Removed.
2518 * platform/mac/fast/block/positioning/offsetLeft-offsetTop-borders-expected.txt: Removed.
2519 * platform/qt/fast/block/positioning/offsetLeft-offsetTop-borders-expected.txt: Removed.
2521 2011-03-03 Peter Kasting <pkasting@google.com>
2523 Reviewed by James Robinson.
2525 Drop redundant "Windows; " from the Windows-specific User Agent string.
2526 https://bugs.webkit.org/show_bug.cgi?id=54567
2528 * http/tests/navigation/useragent-expected.txt:
2529 * http/tests/navigation/useragent.php:
2531 2011-03-03 Peter Varga <pvarga@webkit.org>
2533 Reviewed by Oliver Hunt.
2535 Begin Characters Optimization Causes YARR Interpreter Errors
2536 https://bugs.webkit.org/show_bug.cgi?id=55479
2538 The addBeginTerm function is removed because it doesn't correctly handle those
2539 cases when an "invalid" term has been
2540 collected (e.g. CharacterClass). Move the removed function to the
2541 setupAlternativeBeginTerms method's switch-case
2542 where the non-allowed cases are correctly handled.
2544 Reenable the Beginning Character Optimization in the YARR Interpreter again.
2546 * fast/js/regexp-alternatives-expected.txt: Added.
2547 * fast/js/regexp-alternatives.html: Added.
2548 * fast/js/script-tests/regexp-alternatives.js: Added.
2550 2011-03-03 Philippe Normand <pnormand@igalia.com>
2552 Unreviewed, unskip tests fixed by r80214 on GTK.
2554 * platform/gtk/Skipped:
2556 2011-03-03 Mario Sanchez Prada <msanchez@igalia.com>
2558 Reviewed by Martin Robinson.
2560 [GTK] Combo boxes should emit object:selection-changed even when collapsed
2561 https://bugs.webkit.org/show_bug.cgi?id=53146
2563 New GTK-specific layout test to check the right signals are emitted.
2565 * platform/gtk/accessibility/combo-box-collapsed-selection-changed-expected.txt: Added.
2566 * platform/gtk/accessibility/combo-box-collapsed-selection-changed.html: Added.
2568 2011-03-02 Mihai Parparita <mihaip@chromium.org>
2570 Unreviewed Chromium Snow Leopard baseline update
2572 With the exception of fast/repaint/select-option-background-color.html
2573 and fast/repaint/slider-thumb-drag-release.html (which didn't have any
2574 SL baselines at all), this was updating of baselines after r78846.
2576 * platform/chromium-mac-leopard/fast/repaint/select-option-background-color-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/repaint/select-option-background-color-expected.checksum.
2577 * platform/chromium-mac-leopard/fast/repaint/select-option-background-color-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/repaint/select-option-background-color-expected.png.
2578 * platform/chromium-mac-leopard/fast/repaint/slider-thumb-drag-release-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.checksum.
2579 * platform/chromium-mac-leopard/fast/repaint/slider-thumb-drag-release-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.png.
2580 * platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.checksum:
2581 * platform/chromium-mac/fast/repaint/japanese-rl-selection-clear-expected.png:
2582 * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
2583 * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.png:
2584 * platform/chromium-mac/fast/repaint/line-flow-with-floats-1-expected.checksum:
2585 * platform/chromium-mac/fast/repaint/line-flow-with-floats-1-expected.png:
2586 * platform/chromium-mac/fast/repaint/line-flow-with-floats-10-expected.checksum:
2587 * platform/chromium-mac/fast/repaint/line-flow-with-floats-10-expected.png:
2588 * platform/chromium-mac/fast/repaint/line-flow-with-floats-2-expected.checksum:
2589 * platform/chromium-mac/fast/repaint/line-flow-with-floats-2-expected.png:
2590 * platform/chromium-mac/fast/repaint/line-flow-with-floats-3-expected.checksum:
2591 * platform/chromium-mac/fast/repaint/line-flow-with-floats-3-expected.png:
2592 * platform/chromium-mac/fast/repaint/line-flow-with-floats-4-expected.checksum:
2593 * platform/chromium-mac/fast/repaint/line-flow-with-floats-4-expected.png:
2594 * platform/chromium-mac/fast/repaint/line-flow-with-floats-5-expected.checksum:
2595 * platform/chromium-mac/fast/repaint/line-flow-with-floats-5-expected.png:
2596 * platform/chromium-mac/fast/repaint/line-flow-with-floats-6-expected.checksum:
2597 * platform/chromium-mac/fast/repaint/line-flow-with-floats-6-expected.png:
2598 * platform/chromium-mac/fast/repaint/line-flow-with-floats-7-expected.checksum:
2599 * platform/chromium-mac/fast/repaint/line-flow-with-floats-7-expected.png:
2600 * platform/chromium-mac/fast/repaint/line-flow-with-floats-8-expected.checksum:
2601 * platform/chromium-mac/fast/repaint/line-flow-with-floats-8-expected.png:
2602 * platform/chromium-mac/fast/repaint/line-flow-with-floats-9-expected.checksum:
2603 * platform/chromium-mac/fast/repaint/line-flow-with-floats-9-expected.png:
2604 * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.checksum:
2605 * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
2606 * platform/chromium-mac/fast/repaint/select-option-background-color-expected.checksum:
2607 * platform/chromium-mac/fast/repaint/select-option-background-color-expected.png:
2608 * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.checksum:
2609 * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.png:
2610 * platform/chromium/test_expectations.txt:
2612 2011-03-02 Fumitoshi Ukai <ukai@chromium.org>
2614 Unreviewed Chromium expectations update
2616 Mark http/tests/cache/subresource-expiration-*.html as SLOW on Win
2618 * platform/chromium/test_expectations.txt:
2620 2011-03-02 Mihai Parparita <mihaip@chromium.org>
2622 Unreviewed Chromium expectations update
2624 Clean up svg/ expectations (there were some non-test files with
2625 expectations, as well as a couple of tests that have never failed).
2627 * platform/chromium/test_expectations.txt:
2629 2011-03-02 Yury Semikhatsky <yurys@chromium.org>
2631 Reviewed by Pavel Feldman.
2633 Web Inspector: break down InspectorFrontend into domain-specific classes
2634 https://bugs.webkit.org/show_bug.cgi?id=55584
2636 * inspector/elements/elements-panel-search.html:
2638 2011-03-02 Mihai Parparita <mihaip@chromium.org>
2640 Reviewed by Tony Gentilcore.
2642 Split up http/tests/cache/subresource-expiration.html so it stops timing out
2643 https://bugs.webkit.org/show_bug.cgi?id=55639
2645 http/tests/cache/subresource-expiration.html does a lot of sequential
2646 loads, some with delays in between them. This seems unavoidable, so
2647 to make the test less likely to time out (especially on debug bots),
2648 the test cases are split across two tests.
2650 * http/tests/cache/subresource-expiration-1-expected.txt: Added.
2651 * http/tests/cache/subresource-expiration-1.html: Added.
2652 * http/tests/cache/subresource-expiration-2-expected.txt: Added.
2653 * http/tests/cache/subresource-expiration-2.html: Added.
2654 * http/tests/cache/subresource-expiration-expected.txt: Removed.
2655 * http/tests/cache/subresource-expiration.html: Removed.
2656 * platform/chromium/test_expectations.txt:
2657 * platform/mac-wk2/Skipped:
2658 * platform/mac/test_expectations.txt:
2659 * platform/qt-wk2/Skipped:
2660 * platform/win/Skipped:
2662 2011-03-02 Tony Gentilcore <tonyg@chromium.org>
2664 Unreviewed expectations update
2666 [chromium] xss-ALLOWED-from-javascript-url-sub-frame-to-javascript-url-sub-frame.html is crashy
2667 https://bugs.webkit.org/show_bug.cgi?id=55634
2669 * platform/chromium/test_expectations.txt:
2671 2011-03-02 Mihai Parparita <mihaip@chromium.org>
2673 Unreviewed Chromium expectations update.
2675 Mark the other compositing/ directory as expected to fail on Leopard.
2677 * platform/chromium/test_expectations.txt:
2679 2011-03-02 David Grogan <dgrogan@chromium.org>
2681 Reviewed by Jeremy Orlow.
2683 IndexedDB: fire versionchange events when calling setVersion
2684 https://bugs.webkit.org/show_bug.cgi?id=55095
2686 * storage/indexeddb/set_version_queue-expected.txt:
2687 * storage/indexeddb/set_version_queue.html:
2689 2011-03-02 Sheriff Bot <webkit.review.bot@gmail.com>
2691 Unreviewed, rolling out r80139.
2692 http://trac.webkit.org/changeset/80139
2693 https://bugs.webkit.org/show_bug.cgi?id=55620
2695 failing and crashing tests on Snow Leopard bot (Requested by
2696 mihaip1 on #webkit).
2698 * fast/dom/Geolocation/iframe-reparent-expected.txt: Removed.
2699 * fast/dom/Geolocation/iframe-reparent.html: Removed.
2700 * fast/dom/Geolocation/page-reload-cancel-permission-requests-expected.txt: Removed.
2701 * fast/dom/Geolocation/page-reload-cancel-permission-requests.html: Removed.
2702 * fast/dom/Geolocation/resources/iframe-reparent-page-iframe.html: Removed.
2703 * fast/dom/Geolocation/resources/iframe-reparent-page.html: Removed.
2704 * fast/dom/Geolocation/resources/page-reload-cancel-permission-requests-inner.html: Removed.
2705 * fast/dom/Geolocation/script-tests/iframe-reparent.js: Removed.
2706 * fast/dom/Geolocation/script-tests/page-reload-cancel-permission-requests.js: Removed.
2707 * platform/gtk/Skipped:
2708 * platform/qt-wk2/Skipped:
2709 * platform/qt/Skipped:
2711 2011-03-02 Mihai Parparita <mihaip@chromium.org>
2713 Unreviewed Chromium expectations update.
2715 compositing/geometry/object-clip-rects-assertion.html no longer times
2716 out on the Mac (was just a bad bot).
2718 * platform/chromium/test_expectations.txt:
2720 2011-03-02 Mihai Parparita <mihaip@chromium.org>
2722 Unreviewed expectations update.
2724 Promote expectations for fast/table/table-and-parts-outline.html and
2725 svg/css/path-gradient-stroke-shadow.svg from chromium-mac/ to
2726 mac-leopard/ so that 1) the test passes on mac-leopard 2) the test
2727 on chromium-mac-snowlopard (which will now use the mac/ baselines).
2729 * platform/mac-leopard/fast/table/table-and-parts-outline-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/table/table-and-parts-outline-expected.checksum.
2730 * platform/mac-leopard/fast/table/table-and-parts-outline-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/table/table-and-parts-outline-expected.png.
2731 * platform/mac-leopard/svg/css/path-gradient-stroke-shadow-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/svg/css/path-gradient-stroke-shadow-expected.checksum.
2732 * platform/mac-leopard/svg/css/path-gradient-stroke-shadow-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/css/path-gradient-stroke-shadow-expected.png.
2734 2011-02-28 Jeremy Orlow <jorlow@chromium.org>
2736 Reviewed by James Robinson.
2738 Split IDBCursor.value into IDBCursor.primaryKey and IDBCursor.value
2739 https://bugs.webkit.org/show_bug.cgi?id=55443
2741 * storage/indexeddb/cursor-delete-expected.txt:
2742 * storage/indexeddb/cursor-index-delete-expected.txt:
2743 * storage/indexeddb/cursor-update-expected.txt:
2744 * storage/indexeddb/cursor-update.html:
2745 * storage/indexeddb/duplicates-expected.txt:
2746 * storage/indexeddb/duplicates.html:
2747 * storage/indexeddb/index-basics-expected.txt:
2748 * storage/indexeddb/index-basics.html:
2749 * storage/indexeddb/index-cursor-expected.txt:
2750 * storage/indexeddb/index-cursor.html:
2752 2011-03-02 Martin Robinson <mrobinson@igalia.com>
2754 Update GTK+ baselines after r80151.
2756 * platform/gtk/fast/css-generated-content/005-expected.txt:
2757 * platform/gtk/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
2758 * platform/gtk/fast/css-generated-content/no-openclose-quote-expected.txt:
2759 * platform/gtk/fast/invalid/residual-style-expected.txt:
2761 2011-03-02 Tony Gentilcore <tonyg@chromium.org>
2763 Unreviewed expectations update
2765 [chromium] plugins/embed-attributes-setting.html is crashy
2766 https://bugs.webkit.org/show_bug.cgi?id=55616
2768 * platform/chromium/test_expectations.txt:
2770 2011-03-02 Mihai Parparita <mihaip@chromium.org>
2772 Unreviewed Chromium expectations update.
2774 Remove chromium-gpu-mac/ text expectations mistakenly added by r80163
2775 (tests should pass with mac/ expectations).
2777 * platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.txt: Removed.
2778 * platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.txt: Removed.
2779 * platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.txt: Removed.
2780 * platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.txt: Removed.
2781 * platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.txt: Removed.
2782 * platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.txt: Removed.
2783 * platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.txt: Removed.
2784 * platform/chromium-gpu-mac/compositing/self-painting-layers-expected.txt: Removed.
2786 2011-03-02 Tony Gentilcore <tonyg@chromium.org>
2788 Unreviewed expectations update
2790 [chromium] Expectations update
2791 https://bugs.webkit.org/show_bug.cgi?id=55615
2793 * platform/chromium-linux/fast/repaint/control-clip-expected.checksum:
2794 * platform/chromium-linux/fast/repaint/control-clip-expected.png:
2795 * platform/chromium-win/fast/repaint/control-clip-expected.checksum:
2796 * platform/chromium-win/fast/repaint/control-clip-expected.png:
2798 2011-03-02 Tony Gentilcore <tonyg@chromium.org>
2800 Unreviewed expectations update
2802 [chromium] Expectations to match r80157
2803 https://bugs.webkit.org/show_bug.cgi?id=55613
2805 * platform/chromium-linux/fast/invalid/residual-style-expected.txt:
2806 * platform/chromium-win/fast/invalid/residual-style-expected.txt:
2808 2011-03-02 Mihai Parparita <mihaip@chromium.org>
2810 Unreviewed Chromium expectations update.
2812 Rebaseline Chromium GPU results for Snow Leopard.
2814 * platform/chromium-gpu-mac/compositing/animation/state-at-end-event-transform-layer-expected.checksum: Added.
2815 * platform/chromium-gpu-mac/compositing/animation/state-at-end-event-transform-layer-expected.png: Added.
2816 * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.checksum:
2817 * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.png:
2818 * platform/chromium-gpu-mac/compositing/compositing-visible-descendant-expected.checksum: Added.
2819 * platform/chromium-gpu-mac/compositing/compositing-visible-descendant-expected.png: Added.
2820 * platform/chromium-gpu-mac/compositing/direct-image-compositing-expected.checksum: Added.
2821 * platform/chromium-gpu-mac/compositing/direct-image-compositing-expected.png: Added.
2822 * platform/chromium-gpu-mac/compositing/generated-content-expected.checksum: Added.
2823 * platform/chromium-gpu-mac/compositing/generated-content-expected.png: Added.
2824 * platform/chromium-gpu-mac/compositing/geometry/abs-position-inside-opacity-expected.checksum:
2825 * platform/chromium-gpu-mac/compositing/geometry/abs-position-inside-opacity-expected.png:
2826 * platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.checksum:
2827 * platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.png:
2828 * platform/chromium-gpu-mac/compositing/geometry/clipped-video-controller-expected.txt: Added.
2829 * platform/chromium-gpu-mac/compositing/geometry/clipping-foreground-expected.checksum: Added.
2830 * platform/chromium-gpu-mac/compositing/geometry/clipping-foreground-expected.png: Added.
2831 * platform/chromium-gpu-mac/compositing/geometry/fixed-in-composited-expected.checksum: Added.
2832 * platform/chromium-gpu-mac/compositing/geometry/fixed-in-composited-expected.png: Added.
2833 * platform/chromium-gpu-mac/compositing/geometry/fixed-position-expected.checksum: Added.
2834 * platform/chromium-gpu-mac/compositing/geometry/fixed-position-expected.png: Added.
2835 * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.checksum: Added.
2836 * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.png: Added.
2837 * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.checksum: Added.
2838 * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
2839 * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-expected.checksum: Added.
2840 * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
2841 * platform/chromium-gpu-mac/compositing/geometry/outline-change-expected.checksum: Added.
2842 * platform/chromium-gpu-mac/compositing/geometry/outline-change-expected.png: Added.
2843 * platform/chromium-gpu-mac/compositing/geometry/partial-layout-update-expected.checksum: Added.
2844 * platform/chromium-gpu-mac/compositing/geometry/partial-layout-update-expected.png: Added.
2845 * platform/chromium-gpu-mac/compositing/geometry/root-layer-update-expected.checksum: Added.
2846 * platform/chromium-gpu-mac/compositing/geometry/root-layer-update-expected.png: Added.
2847 * platform/chromium-gpu-mac/compositing/geometry/tall-page-composited-expected.checksum: Added.
2848 * platform/chromium-gpu-mac/compositing/geometry/tall-page-composited-expected.png: Added.
2849 * platform/chromium-gpu-mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.checksum: Added.
2850 * platform/chromium-gpu-mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Added.
2851 * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.checksum: Added.
2852 * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.png: Added.
2853 * platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.checksum:
2854 * platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.png:
2855 * platform/chromium-gpu-mac/compositing/geometry/video-fixed-scrolling-expected.txt: Added.
2856 * platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.checksum:
2857 * platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.png:
2858 * platform/chromium-gpu-mac/compositing/geometry/video-opacity-overlay-expected.txt: Added.
2859 * platform/chromium-gpu-mac/compositing/iframes/composited-iframe-scroll-expected.checksum: Added.
2860 * platform/chromium-gpu-mac/compositing/iframes/composited-iframe-scroll-expected.png: Added.
2861 * platform/chromium-gpu-mac/compositing/iframes/iframe-content-flipping-expected.checksum: Added.
2862 * platform/chromium-gpu-mac/compositing/iframes/iframe-content-flipping-expected.png: Added.
2863 * platform/chromium-gpu-mac/compositing/iframes/iframe-copy-on-scroll-expected.checksum: Added.
2864 * platform/chromium-gpu-mac/compositing/iframes/iframe-copy-on-scroll-expected.png: Added.
2865 * platform/chromium-gpu-mac/compositing/iframes/iframe-in-composited-layer-expected.checksum: Added.
2866 * platform/chromium-gpu-mac/compositing/iframes/iframe-in-composited-layer-expected.png: Added.
2867 * platform/chromium-gpu-mac/compositing/images/direct-image-background-color-expected.checksum: Added.
2868 * platform/chromium-gpu-mac/compositing/images/direct-image-background-color-expected.png: Added.
2869 * platform/chromium-gpu-mac/compositing/images/direct-svg-image-expected.checksum: Added.
2870 * platform/chromium-gpu-mac/compositing/images/direct-svg-image-expected.png: Added.
2871 * platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.checksum:
2872 * platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.png:
2873 * platform/chromium-gpu-mac/compositing/layers-inside-overflow-scroll-expected.txt: Added.
2874 * platform/chromium-gpu-mac/compositing/masks/direct-image-mask-expected.checksum:
2875 * platform/chromium-gpu-mac/compositing/masks/direct-image-mask-expected.png:
2876 * platform/chromium-gpu-mac/compositing/masks/masked-ancestor-expected.checksum:
2877 * platform/chromium-gpu-mac/compositing/masks/masked-ancestor-expected.png:
2878 * platform/chromium-gpu-mac/compositing/masks/multiple-masks-expected.checksum: Added.
2879 * platform/chromium-gpu-mac/compositing/masks/multiple-masks-expected.png: Added.
2880 * platform/chromium-gpu-mac/compositing/masks/simple-composited-mask-expected.checksum:
2881 * platform/chromium-gpu-mac/compositing/masks/simple-composited-mask-expected.png:
2882 * platform/chromium-gpu-mac/compositing/overflow/ancestor-overflow-expected.checksum: Added.
2883 * platform/chromium-gpu-mac/compositing/overflow/ancestor-overflow-expected.png: Added.
2884 * platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.checksum:
2885 * platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
2886 * platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.checksum:
2887 * platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.png:
2888 * platform/chromium-gpu-mac/compositing/overflow/overflow-compositing-descendant-expected.txt: Added.
2889 * platform/chromium-gpu-mac/compositing/overflow/overflow-positioning-expected.checksum: Added.
2890 * platform/chromium-gpu-mac/compositing/overflow/overflow-positioning-expected.png: Added.
2891 * platform/chromium-gpu-mac/compositing/overflow/overflow-scroll-expected.checksum:
2892 * platform/chromium-gpu-mac/compositing/overflow/overflow-scroll-expected.png:
2893 * platform/chromium-gpu-mac/compositing/overflow/parent-overflow-expected.checksum: Added.
2894 * platform/chromium-gpu-mac/compositing/overflow/parent-overflow-expected.png: Added.
2895 * platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.checksum:
2896 * platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.png:
2897 * platform/chromium-gpu-mac/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
2898 * platform/chromium-gpu-mac/compositing/overflow/scrollbar-painting-expected.checksum: Added.
2899 * platform/chromium-gpu-mac/compositing/overflow/scrollbar-painting-expected.png: Added.
2900 * platform/chromium-gpu-mac/compositing/overflow/zero-size-overflow-expected.checksum: Added.
2901 * platform/chromium-gpu-mac/compositing/overflow/zero-size-overflow-expected.png: Added.
2902 * platform/chromium-gpu-mac/compositing/reflections/animation-inside-reflection-expected.checksum: Added.
2903 * platform/chromium-gpu-mac/compositing/reflections/animation-inside-reflection-expected.png: Added.
2904 * platform/chromium-gpu-mac/compositing/reflections/backface-hidden-reflection-expected.checksum: Added.
2905 * platform/chromium-gpu-mac/compositing/reflections/backface-hidden-reflection-expected.png: Added.
2906 * platform/chromium-gpu-mac/compositing/reflections/compositing-change-inside-reflection-expected.checksum: Added.
2907 * platform/chromium-gpu-mac/compositing/reflections/compositing-change-inside-reflection-expected.png: Added.
2908 * platform/chromium-gpu-mac/compositing/reflections/deeply-nested-reflections-expected.checksum:
2909 * platform/chromium-gpu-mac/compositing/reflections/deeply-nested-reflections-expected.png:
2910 * platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.checksum:
2911 * platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.png:
2912 * platform/chromium-gpu-mac/compositing/reflections/load-video-in-reflection-expected.txt: Added.
2913 * platform/chromium-gpu-mac/compositing/reflections/masked-reflection-on-composited-expected.checksum: Added.
2914 * platform/chromium-gpu-mac/compositing/reflections/masked-reflection-on-composited-expected.png: Added.
2915 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-animated-expected.checksum: Added.
2916 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-animated-expected.png: Added.
2917 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-expected.checksum: Added.
2918 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-expected.png: Added.
2919 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-mask-change-expected.checksum: Added.
2920 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-mask-change-expected.png: Added.
2921 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-on-overflow-expected.checksum: Added.
2922 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-on-overflow-expected.png: Added.
2923 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-opacity-expected.checksum: Added.
2924 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-opacity-expected.png: Added.
2925 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-size-change-expected.checksum: Added.
2926 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-size-change-expected.png: Added.
2927 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transformed-expected.checksum: Added.
2928 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transformed-expected.png: Added.
2929 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transformed2-expected.checksum: Added.
2930 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transformed2-expected.png: Added.
2931 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transition-expected.checksum: Added.
2932 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transition-expected.png: Added.
2933 * platform/chromium-gpu-mac/compositing/reflections/reflection-in-composited-expected.checksum: Added.
2934 * platform/chromium-gpu-mac/compositing/reflections/reflection-in-composited-expected.png: Added.
2935 * platform/chromium-gpu-mac/compositing/reflections/reflection-on-composited-expected.checksum: Added.
2936 * platform/chromium-gpu-mac/compositing/reflections/reflection-on-composited-expected.png: Added.
2937 * platform/chromium-gpu-mac/compositing/reflections/reflection-ordering-expected.checksum: Added.
2938 * platform/chromium-gpu-mac/compositing/reflections/reflection-ordering-expected.png: Added.
2939 * platform/chromium-gpu-mac/compositing/reflections/reflection-positioning-expected.checksum: Added.
2940 * platform/chromium-gpu-mac/compositing/reflections/reflection-positioning-expected.png: Added.
2941 * platform/chromium-gpu-mac/compositing/reflections/reflection-positioning2-expected.checksum: Added.
2942 * platform/chromium-gpu-mac/compositing/reflections/reflection-positioning2-expected.png: Added.
2943 * platform/chromium-gpu-mac/compositing/reflections/remove-add-reflection-expected.checksum: Added.
2944 * platform/chromium-gpu-mac/compositing/reflections/remove-add-reflection-expected.png: Added.
2945 * platform/chromium-gpu-mac/compositing/reflections/simple-composited-reflections-expected.checksum: Added.
2946 * platform/chromium-gpu-mac/compositing/reflections/simple-composited-reflections-expected.png: Added.
2947 * platform/chromium-gpu-mac/compositing/reflections/transform-inside-reflection-expected.checksum: Added.
2948 * platform/chromium-gpu-mac/compositing/reflections/transform-inside-reflection-expected.png: Added.
2949 * platform/chromium-gpu-mac/compositing/repaint/composited-document-element-expected.checksum:
2950 * platform/chromium-gpu-mac/compositing/repaint/composited-document-element-expected.png:
2951 * platform/chromium-gpu-mac/compositing/repaint/content-into-overflow-expected.checksum: Added.
2952 * platform/chromium-gpu-mac/compositing/repaint/content-into-overflow-expected.png: Added.
2953 * platform/chromium-gpu-mac/compositing/repaint/layer-repaint-expected.checksum: Added.
2954 * platform/chromium-gpu-mac/compositing/repaint/layer-repaint-expected.png: Added.
2955 * platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute-expected.checksum: Added.
2956 * platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute-expected.png: Added.
2957 * platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute2-expected.checksum:
2958 * platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute2-expected.png:
2959 * platform/chromium-gpu-mac/compositing/repaint/overflow-into-content-expected.checksum: Added.
2960 * platform/chromium-gpu-mac/compositing/repaint/overflow-into-content-expected.png: Added.
2961 * platform/chromium-gpu-mac/compositing/self-painting-layers-expected.checksum:
2962 * platform/chromium-gpu-mac/compositing/self-painting-layers-expected.png:
2963 * platform/chromium-gpu-mac/compositing/self-painting-layers-expected.txt: Added.
2964 * platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.checksum:
2965 * platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.png:
2966 * platform/chromium-gpu-mac/compositing/sibling-positioning-expected.checksum: Added.
2967 * platform/chromium-gpu-mac/compositing/sibling-positioning-expected.png: Added.
2968 * platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.checksum:
2969 * platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.png:
2970 * platform/chromium-gpu-mac/compositing/transitions/scale-transition-no-start-expected.checksum:
2971 * platform/chromium-gpu-mac/compositing/transitions/scale-transition-no-start-expected.png:
2972 * platform/chromium-gpu-mac/compositing/transitions/singular-scale-transition-expected.checksum: Added.
2973 * platform/chromium-gpu-mac/compositing/transitions/singular-scale-transition-expected.png: Added.
2974 * platform/chromium-gpu-mac/compositing/webgl/webgl-reflection-expected.checksum: Added.
2975 * platform/chromium-gpu-mac/compositing/webgl/webgl-reflection-expected.png: Added.
2976 * platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.checksum:
2977 * platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.png:
2978 * platform/chromium/test_expectations.txt:
2980 2011-03-02 Tony Gentilcore <tonyg@chromium.org>
2982 Unreviewed expectations update.
2984 [chromium] Update expectations to match those in r80151
2985 https://bugs.webkit.org/show_bug.cgi?id=55610
2987 * platform/chromium-win/fast/css-generated-content/005-expected.txt:
2988 * platform/chromium-win/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
2989 * platform/chromium-win/fast/css-generated-content/no-openclose-quote-expected.txt:
2991 2011-03-02 Tony Gentilcore <tonyg@chromium.org>
2993 Unreviewed expectations
2995 Updating expectations after r80151
2996 https://bugs.webkit.org/show_bug.cgi?id=55601
2998 * platform/mac/fast/invalid/residual-style-expected.txt:
3000 2011-03-02 Mihai Parparita <mihaip@chromium.org>
3002 Unreviewed expectations update.
3004 Add more Snow Leopard-only flakiness.
3006 * platform/chromium/test_expectations.txt:
3008 2011-03-02 Carol Szabo <carol.szabo@nokia.com>
3010 Reviewed by David Hyatt <hyatt@apple.com>
3012 content property doesn't support quotes
3013 https://bugs.webkit.org/show_bug.cgi?id=6503
3015 Added new tests for quotes. Fixed a few afected expected results.
3017 * fast/css/content/content-quotes-01-expected.txt: Added.
3018 * fast/css/content/content-quotes-01.html: Added.
3019 * fast/css/content/content-quotes-02-expected.txt: Added.
3020 * fast/css/content/content-quotes-02.html: Added.
3021 * fast/css/content/content-quotes-03-expected.txt: Added.
3022 * fast/css/content/content-quotes-03.html: Added.
3023 * fast/css/content/content-quotes-04-expected.txt: Added.
3024 * fast/css/content/content-quotes-04.html: Added.
3025 * fast/css/content/content-quotes-05-expected.txt: Added.
3026 * fast/css/content/content-quotes-05.html: Added.
3027 * fast/css/content/content-quotes-06-expected.txt: Added.
3028 * fast/css/content/content-quotes-06.html: Added.
3029 * platform/mac/fast/css-generated-content/005-expected.txt:
3030 * platform/mac/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
3031 * platform/mac/fast/css-generated-content/no-openclose-quote-expected.txt:
3032 * platform/qt/fast/css-generated-content/005-expected.txt:
3033 * platform/qt/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
3034 * platform/qt/fast/css-generated-content/no-openclose-quote-expected.txt:
3036 2011-03-02 Tony Gentilcore <tonyg@chromium.org>
3038 Unreviewed expectations update
3040 [chromium] svg/text/font-size-below-point-five.svg doesn't pass on mac release
3041 https://bugs.webkit.org/show_bug.cgi?id=55593
3043 * platform/chromium/test_expectations.txt:
3045 2011-03-02 Sergey Glazunov <serg.glazunov@gmail.com>
3047 Reviewed by Dimitri Glazkov.
3049 A WebKitCSSKeyframesRule object should set itself as the parent for inserted rules
3050 https://bugs.webkit.org/show_bug.cgi?id=55488
3052 * fast/css/css-keyframe-parent-expected.txt: Added.
3053 * fast/css/css-keyframe-parent.html: Added.
3055 2011-03-02 Adam Roben <aroben@apple.com>
3057 Add some new tests to the WebKit2 Skipped file
3059 * platform/mac-wk2/Skipped:
3061 2011-02-16 John Knottenbelt <jknotten@chromium.org>
3063 Reviewed by Dmitry Titov.
3065 Detach Geolocation from Frame when Page destroyed.
3066 https://bugs.webkit.org/show_bug.cgi?id=52877
3068 Ensure that all geolocation permission requests are cancelled
3069 when the page is detached from its frame.
3071 * fast/dom/Geolocation/iframe-reparent-expected.txt: Added.
3072 * fast/dom/Geolocation/iframe-reparent.html: Added.
3073 * fast/dom/Geolocation/page-reload-cancel-permission-requests-expected.txt: Added.
3074 * fast/dom/Geolocation/page-reload-cancel-permission-requests.html: Added.
3075 * fast/dom/Geolocation/resources/iframe-reparent-page-iframe.html: Added.
3076 * fast/dom/Geolocation/resources/iframe-reparent-page.html: Added.
3077 * fast/dom/Geolocation/resources/page-reload-cancel-permission-requests-inner.html: Added.
3078 * fast/dom/Geolocation/script-tests/iframe-reparent.js: Added.
3081 (secondWatchUpdate):
3085 * fast/dom/Geolocation/script-tests/page-reload-cancel-permission-requests.js: Added.
3086 * platform/gtk/Skipped:
3087 * platform/qt-wk2/Skipped:
3088 * platform/qt/Skipped:
3090 2011-03-02 Martin Maly <mmaly@chromium.org>
3092 Reviewed by Dimitri Glazkov.
3094 [Chromium] Expectation updates for strict mode V8 features.
3095 https://bugs.webkit.org/show_bug.cgi?id=55538
3097 * platform/chromium/fast/js/mozilla/strict/15.10.7-expected.txt: Added.
3098 * platform/chromium/fast/js/mozilla/strict/15.3.5.1-expected.txt: Added.
3099 * platform/chromium/fast/js/mozilla/strict/15.5.5.1-expected.txt: Added.
3100 * platform/chromium/test_expectations.txt:
3102 2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
3104 Yet another unreviewed Chromium rebaselines for r80121.
3106 * platform/chromium-win/editing/pasteboard/subframe-dragndrop-1-expected.txt:
3108 2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
3110 Another unreviewed Chromium rebaselines for r80121.
3112 * platform/chromium-mac/editing/pasteboard/paste-xml-expected.txt: Added.
3113 * platform/chromium-win/editing/pasteboard/paste-xml-expected.txt:
3114 * platform/chromium/test_expectations.txt:
3116 2011-03-02 Adam Roben <aroben@apple.com>
3118 Skip a crashing test on Windows
3120 <http://webkit.org/b/55069> tracks the failure.
3122 * platform/win/Skipped: Added fast/text/international/text-combine-parser-test.html.
3124 2011-03-02 Csaba Osztrogonác <ossy@webkit.org>
3128 Assertion failure after removing a selection in keydown handler
3129 https://bugs.webkit.org/show_bug.cgi?id=51389
3131 Remove unnecessary Qt specific expected result.
3133 * platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt: Removed.
3135 2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
3137 Unreviewed Chromium rebaselines for r80121; Added the failing expectation for
3138 editing/input/setting-input-value-cancel-ime-composition.html due to the bug 55560.
3140 * platform/chromium/test_expectations.txt:
3141 * platform/chromium-linux/editing/pasteboard/smart-paste-003-expected.txt: Updated.
3142 * platform/chromium-linux/editing/pasteboard/smart-paste-004-expected.txt: Ditto.
3143 * platform/chromium-win/editing/ [...]: Ditto.
3145 2011-03-02 Ryosuke Niwa <rniwa@webkit.org>
3147 Unreviewed GTK rebaselines for r80121; Also skip editing/input/setting-input-value-cancel-ime-composition.html
3148 because GTK port doesn't implement textInputController.hasMarkedText().
3150 * platform/gtk/Skipped:
3151 * platform/gtk/editing/ [...]: Updated.
3152 * platform/gtk/fast/dom/delete-contents-expected.txt: Ditto.
3154 2011-03-02 Csaba Osztrogonác <ossy@webkit.org>
3158 Assertion failure after removing a selection in keydown handler
3159 https://bugs.webkit.org/show_bug.cgi?id=51389
3161 Update Qt specific expected results after r80121.
3163 * platform/qt/Skipped: Add editing/input/setting-input-value-cancel-ime-composition.html because of missing feature.
3164 * platform/qt/editing/ [...] : Updated.
3166 2011-03-02 Adam Roben <aroben@apple.com>
3168 Skip new test added in r80121 on Windows
3170 It depends on textInputController, which DRT doesn't have on Windows.
3172 * platform/win/Skipped: Added editing/input/setting-input-value-cancel-ime-composition.html.
3174 2011-03-01 Ryosuke Niwa <rniwa@webkit.org>
3176 Reviewed by Darin Adler.
3178 Assertion failure after removing a selection in keydown handler
3179 https://bugs.webkit.org/show_bug.cgi?id=51389
3181 Added tests to ensure WebKit updates offset properly when deleting date
3182 to editing/selection/character-data-mutation.html.
3184 Added a test to ensure WebKit clears composition marks inside an input
3185 element when the value is set programatically.
3187 Many tests are rebaselined due to selection changed caused by the patch
3188 and additional respondToChangedSelection calls.
3190 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
3191 * editing/deleting/delete-by-word-001-expected.txt:
3192 * editing/deleting/delete-by-word-002-expected.txt:
3193 * editing/deleting/delete-ligature-001-expected.txt:
3194 * editing/deleting/delete-ligature-002-expected.txt:
3195 * editing/deleting/delete-ligature-003-expected.txt:
3196 * editing/deleting/pruning-after-merge-1-expected.txt:
3197 * editing/deleting/skip-virama-001-expected.txt:
3198 * editing/execCommand/createLink-expected.txt:
3199 * editing/execCommand/hilitecolor-expected.txt:
3200 * editing/execCommand/outdent-nested-lists-1-expected.txt:
3201 * editing/execCommand/unlink-expected.txt:
3202 * editing/input/setting-input-value-cancel-ime-composition-expected.txt: Added.
3203 * editing/input/setting-input-value-cancel-ime-composition.html: Added.
3204 * editing/inserting/insert-thai-characters-001-expected.txt:
3205 * editing/pasteboard/copy-in-password-field-expected.txt:
3206 * editing/pasteboard/paste-into-anchor-text-expected.txt:
3207 * editing/selection/character-data-mutation-expected.txt:
3208 * editing/selection/character-data-mutation.html:
3209 * editing/style/remove-underline-from-stylesheet-expected.txt:
3210 * editing/style/style-3690704-fix-expected.txt:
3211 * editing/style/typing-style-003-expected.txt:
3212 * editing/undo/redo-style-expected.txt:
3213 * platform/mac/accessibility/selection-value-changes-for-aria-textbox-expected.txt:
3214 * platform/mac/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
3215 * platform/mac/editing/deleting/delete-3608430-fix-expected.txt:
3216 * platform/mac/editing/deleting/delete-3608445-fix-expected.txt:
3217 * platform/mac/editing/deleting/delete-3608462-fix-expected.txt:
3218 * platform/mac/editing/deleting/delete-3775172-fix-expected.txt:
3219 * platform/mac/editing/deleting/delete-3800834-fix-expected.txt:
3220 * platform/mac/editing/deleting/delete-3857753-fix-expected.txt:
3221 * platform/mac/editing/deleting/delete-3928305-fix-expected.txt:
3222 * platform/mac/editing/deleting/delete-4083333-fix-expected.txt:
3223 * platform/mac/editing/deleting/delete-after-span-ws-001-expected.txt:
3224 * platform/mac/editing/deleting/delete-and-undo-expected.txt:
3225 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
3226 * platform/mac/editing/deleting/delete-block-merge-contents-010-expected.txt:
3227 * platform/mac/editing/deleting/delete-block-merge-contents-012-expected.txt:
3228 * platform/mac/editing/deleting/delete-block-merge-contents-013-expected.txt:
3229 * platform/mac/editing/deleting/delete-block-merge-contents-014-expected.txt:
3230 * platform/mac/editing/deleting/delete-block-merge-contents-015-expected.txt:
3231 * platform/mac/editing/deleting/delete-block-merge-contents-016-expected.txt:
3232 * platform/mac/editing/deleting/delete-block-merge-contents-018-expected.txt:
3233 * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
3234 * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
3235 * platform/mac/editing/deleting/delete-block-merge-contents-021-expected.txt:
3236 * platform/mac/editing/deleting/delete-block-merge-contents-022-expected.txt:
3237 * platform/mac/editing/deleting/delete-block-table-expected.txt:
3238 * platform/mac/editing/deleting/delete-br-007-expected.txt:
3239 * platform/mac/editing/deleting/delete-character-001-expected.txt:
3240 * platform/mac/editing/deleting/delete-hr-expected.txt:
3241 * platform/mac/editing/deleting/delete-line-end-ws-001-expected.txt:
3242 * platform/mac/editing/deleting/delete-line-end-ws-002-expected.txt:
3243 * platform/mac/editing/deleting/delete-listitem-001-expected.txt:
3244 * platform/mac/editing/deleting/delete-listitem-002-expected.txt:
3245 * platform/mac/editing/deleting/delete-selection-001-expected.txt:
3246 * platform/mac/editing/deleting/delete-tab-001-expected.txt:
3247 * platform/mac/editing/deleting/delete-tab-002-expected.txt:
3248 * platform/mac/editing/deleting/delete-tab-003-expected.txt:
3249 * platform/mac/editing/deleting/delete-tab-004-expected.txt:
3250 * platform/mac/editing/deleting/delete-trailing-ws-001-expected.txt:
3251 * platform/mac/editing/deleting/delete-trailing-ws-002-expected.txt:
3252 * platform/mac/editing/deleting/delete-ws-fixup-001-expected.txt:
3253 * platform/mac/editing/deleting/delete-ws-fixup-003-expected.txt:
3254 * platform/mac/editing/deleting/delete-ws-fixup-004-expected.txt:
3255 * platform/mac/editing/deleting/forward-delete-expected.txt:
3256 * platform/mac/editing/deleting/list-item-1-expected.txt:
3257 * platform/mac/editing/deleting/paragraph-in-preserveNewline-expected.txt:
3258 * platform/mac/editing/deleting/whitespace-pre-1-expected.txt:
3259 * platform/mac/editing/execCommand/find-after-replace-expected.txt:
3260 * platform/mac/editing/execCommand/insertHorizontalRule-expected.txt:
3261 * platform/mac/editing/execCommand/paste-1-expected.txt:
3262 * platform/mac/editing/execCommand/paste-2-expected.txt:
3263 * platform/mac/editing/input/5576619-expected.txt:
3264 * platform/mac/editing/input/emacs-ctrl-o-expected.txt:
3265 * platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt:
3266 * platform/mac/editing/input/text-input-controller-expected.txt:
3267 * platform/mac/editing/inserting/4278698-expected.txt:
3268 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
3269 * platform/mac/editing/inserting/insert-3654864-fix-expected.txt:
3270 * platform/mac/editing/inserting/insert-3851164-fix-expected.txt:
3271 * platform/mac/editing/inserting/insert-after-delete-001-expected.txt:
3272 * platform/mac/editing/inserting/insert-br-003-expected.txt:
3273 * platform/mac/editing/inserting/insert-br-006-expected.txt:
3274 * platform/mac/editing/inserting/insert-br-007-expected.txt:
3275 * platform/mac/editing/inserting/insert-br-008-expected.txt:
3276 * platform/mac/editing/inserting/insert-br-009-expected.txt:
3277 * platform/mac/editing/inserting/insert-br-at-tabspan-002-expected.txt:
3278 * platform/mac/editing/inserting/insert-br-at-tabspan-003-expected.txt:
3279 * platform/mac/editing/inserting/insert-div-003-expected.txt:
3280 * platform/mac/editing/inserting/insert-div-006-expected.txt:
3281 * platform/mac/editing/inserting/insert-div-007-expected.txt:
3282 * platform/mac/editing/inserting/insert-div-008-expected.txt:
3283 * platform/mac/editing/inserting/insert-div-024-expected.txt:
3284 * platform/mac/editing/inserting/insert-div-025-expected.txt:
3285 * platform/mac/editing/inserting/insert-space-in-empty-doc-expected.txt:
3286 * platform/mac/editing/inserting/insert-tab-003-expected.txt:
3287 * platform/mac/editing/inserting/insert-text-at-tabspan-001-expected.txt:
3288 * platform/mac/editing/inserting/insert-text-at-tabspan-002-expected.txt:
3289 * platform/mac/editing/inserting/insert-text-with-newlines-expected.txt:
3290 * platform/mac/editing/inserting/multiple-lines-selected-expected.txt:
3291 * platform/mac/editing/inserting/paragraph-separator-03-expected.txt:
3292 * platform/mac/editing/inserting/redo-expected.txt:
3293 * platform/mac/editing/inserting/return-key-with-selection-003-expected.txt:
3294 * platform/mac/editing/inserting/typing-001-expected.txt:
3295 * platform/mac/editing/inserting/typing-002-expected.txt:
3296 * platform/mac/editing/inserting/typing-003-expected.txt:
3297 * platform/mac/editing/inserting/typing-around-br-001-expected.txt:
3298 * platform/mac/editing/inserting/typing-around-image-001-expected.txt:
3299 * platform/mac/editing/pasteboard/4076267-2-expected.txt:
3300 * platform/mac/editing/pasteboard/4076267-3-expected.txt:
3301 * platform/mac/editing/pasteboard/4076267-expected.txt:
3302 * platform/mac/editing/pasteboard/4700297-expected.txt:
3303 * platform/mac/editing/pasteboard/8145-3-expected.txt:
3304 * platform/mac/editing/pasteboard/bad-placeholder-expected.txt:
3305 * platform/mac/editing/pasteboard/cut-text-001-expected.txt:
3306 * platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
3307 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
3308 * platform/mac/editing/pasteboard/interchange-newline-1-expected.txt:
3309 * platform/mac/editing/pasteboard/interchange-newline-2-expected.txt:
3310 * platform/mac/editing/pasteboard/merge-end-1-expected.txt:
3311 * platform/mac/editing/pasteboard/merge-end-2-expected.txt:
3312 * platform/mac/editing/pasteboard/merge-end-3-expected.txt:
3313 * platform/mac/editing/pasteboard/merge-end-4-expected.txt:
3314 * platform/mac/editing/pasteboard/merge-end-5-expected.txt:
3315 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
3316 * platform/mac/editing/pasteboard/merge-end-borders-expected.txt:
3317 * platform/mac/editing/pasteboard/merge-end-list-expected.txt:
3318 * platform/mac/editing/pasteboard/merge-end-table-expected.txt:
3319 * platform/mac/editing/pasteboard/paste-line-endings-007-expected.txt:
3320 * platform/mac/editing/pasteboard/paste-line-endings-008-expected.txt:
3321 * platform/mac/editing/pasteboard/paste-line-endings-009-expected.txt:
3322 * platform/mac/editing/pasteboard/paste-line-endings-010-expected.txt:
3323 * platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
3324 * platform/mac/editing/pasteboard/paste-pre-001-expected.txt:
3325 * platform/mac/editing/pasteboard/paste-pre-002-expected.txt:
3326 * platform/mac/editing/pasteboard/paste-table-003-expected.txt:
3327 * platform/mac/editing/pasteboard/paste-table-cells-expected.txt:
3328 * platform/mac/editing/pasteboard/paste-text-001-expected.txt:
3329 * platform/mac/editing/pasteboard/paste-text-002-expected.txt:
3330 * platform/mac/editing/pasteboard/paste-text-003-expected.txt:
3331 * platform/mac/editing/pasteboard/paste-text-004-expected.txt:
3332 * platform/mac/editing/pasteboard/paste-text-005-expected.txt:
3333 * platform/mac/editing/pasteboard/paste-text-008-expected.txt:
3334 * platform/mac/editing/pasteboard/paste-text-009-expected.txt:
3335 * platform/mac/editing/pasteboard/paste-text-019-expected.txt:
3336 * platform/mac/editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
3337 * platform/mac/editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
3338 * platform/mac/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
3339 * platform/mac/editing/pasteboard/paste-xml-expected.txt:
3340 * platform/mac/editing/pasteboard/pasting-object-expected.txt:
3341 * platform/mac/editing/pasteboard/smart-paste-002-expected.txt:
3342 * platform/mac/editing/pasteboard/smart-paste-003-expected.txt:
3343 * platform/mac/editing/pasteboard/smart-paste-004-expected.txt:
3344 * platform/mac/editing/pasteboard/smart-paste-005-expected.txt:
3345 * platform/mac/editing/pasteboard/smart-paste-006-expected.txt:
3346 * platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
3347 * platform/mac/editing/pasteboard/smart-paste-008-expected.txt:
3348 * platform/mac/editing/selection/move-between-blocks-no-001-expected.txt:
3349 * platform/mac/editing/selection/replace-selection-1-expected.txt:
3350 * platform/mac/editing/selection/select-all-iframe-expected.txt:
3351 * platform/mac/editing/spelling/spelling-expected.txt:
3352 * platform/mac/editing/style/relative-font-size-change-002-expected.txt:
3353 * platform/mac/editing/style/relative-font-size-change-003-expected.txt:
3354 * platform/mac/editing/style/smoosh-styles-001-expected.txt:
3355 * platform/mac/editing/style/style-3681552-fix-001-expected.txt:
3356 * platform/mac/editing/style/style-3681552-fix-002-expected.txt:
3357 * platform/mac/editing/style/style-boundary-002-expected.txt:
3358 * platform/mac/editing/style/style-boundary-003-expected.txt:
3359 * platform/mac/editing/style/style-boundary-005-expected.txt:
3360 * platform/mac/editing/style/typing-style-001-expected.txt:
3361 * platform/mac/editing/style/typing-style-002-expected.txt:
3362 * platform/mac/editing/style/unbold-in-bold-expected.txt:
3363 * platform/mac/editing/undo/4063751-expected.txt:
3364 * platform/mac/editing/undo/redo-typing-001-expected.txt:
3365 * platform/mac/editing/undo/undo-combined-delete-boundary-expected.txt:
3366 * platform/mac/editing/undo/undo-combined-delete-expected.txt:
3367 * platform/mac/editing/undo/undo-delete-boundary-expected.txt: