1 2011-01-14 Oliver Hunt <oliver@apple.com>
3 Reviewed by Stephanie Lewis.
5 [jsfunfuzz] We should be clearing the lexers temporary character buffers when switching to strict mode
6 https://bugs.webkit.org/show_bug.cgi?id=52501
8 Add checks for correct behaviour when the strict mode token is immediately followed
9 by a value that needs a temporary buffer in the lexer.
11 * fast/js/basic-strict-mode-expected.txt:
12 * fast/js/script-tests/basic-strict-mode.js:
14 2011-01-14 Tony Chang <tony@chromium.org>
16 Reviewed by Alexey Proskuryakov.
18 Strip NUL character when copying text on Windows
19 https://bugs.webkit.org/show_bug.cgi?id=52236
21 * editing/pasteboard/copy-null-characters-expected.txt: Added.
22 * editing/pasteboard/copy-null-characters.html: Added.
24 2011-01-14 Nico Weber <thakis@chromium.org>
26 Unreviewed, test expectations.
28 Rebaseline gradient test due to updated skia. reed checked the test and
29 says the new look is right and is an intentional change.
30 https://bugs.webkit.org/show_bug.cgi?id=52105
32 * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.checksum:
33 * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.png:
34 * platform/chromium-win/svg/batik/paints/gradientLimit-expected.checksum:
35 * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
37 2011-01-14 Oliver Hunt <oliver@apple.com>
39 Reviewed by Gavin Barraclough.
41 [jsfunfuzz] parser doesn't enforce continue restrictions correctly.
42 https://bugs.webkit.org/show_bug.cgi?id=52493
44 Add a few tests for continue to cover the cases where continue
45 isn't syntactically valid.
47 * fast/js/js-continue-break-restrictions-expected.txt: Added.
48 * fast/js/js-continue-break-restrictions.html: Added.
49 * fast/js/script-tests/js-continue-break-restrictions.js: Added.
51 2011-01-14 Maciej Stachowiak <mjs@apple.com>
53 Reviewed by Anders Carlsson.
55 Fix a few things in the WebKit2 skipped list
56 https://bugs.webkit.org/show_bug.cgi?id=52484
58 * platform/mac-wk2/Skipped: Add/remove some tests to the WK2 skipped list.
59 * editing/style/stylewithcss-without-selection.html: Fix this test to avoid
60 referencing an undefined variable in the failure case.
62 2011-01-14 Mihai Parparita <mihaip@chromium.org>
64 Update the svg/ pixel expectations for the chromium-mac port.
66 For the pixel tests that currently fail on Snow Leopard, this moves the
67 current pixel results to platform/chromium-mac-leopard and adds new
68 results to platform/chromium-mac.
70 List of files omitted due to length but composed entirely of moves from
71 platform/chromium-mac to platform/chromium-mac-leopard and newly added
72 files in platform/chromium-mac.
74 2011-01-14 Helder Correia <helder@sencha.com>
76 Reviewed by Simon Fraser.
78 Shadow is not drawn when filling a path with a gradient
79 https://bugs.webkit.org/show_bug.cgi?id=51982
81 This happens in CG and is related to bug 51869, this time to be fixed
82 in GraphicsContext::fillPath(const Path& path). We need to draw the
83 gradient clipped to the path on a CGLayer first, and then draw the
84 layer on the GraphicsContext.
86 * fast/canvas/canvas-fillPath-gradient-shadow-expected.txt: Added.
87 * fast/canvas/canvas-fillPath-gradient-shadow.html: Added.
88 * fast/canvas/script-tests/canvas-fillPath-gradient-shadow.js: Added.
89 * platform/chromium/test_expectations.txt: Skipping new test since it fails.
90 * platform/qt/Skipped: Ditto.
92 2011-01-14 Mihai Parparita <mihaip@chromium.org>
94 Update the pixel expectations for the chromium-mac port.
96 For the pixel tests that currently fail on Snow Leopard, this moves the
97 current pixel results to platform/chromium-mac-leopard and adds new
98 results to platform/chromium-mac.
100 List of files omitted due to length but composed entirely of moves from
101 platform/chromium-mac to platform/chromium-mac-leopard and newly added
102 files in platform/chromium-mac.
104 2011-01-14 Steve Lacey <sjl@chromium.org>
106 Reviewed by Simon Fraser.
108 Update media/video-zoom-controls.html to set the video source before initializing the test.
109 https://bugs.webkit.org/show_bug.cgi?id=52461
111 * media/video-zoom-controls.html:
113 2011-01-14 Abhishek Arya <inferno@chromium.org>
115 Reviewed by Dave Hyatt.
117 Tests that we do not crash due to uncleared floats in parent nodes.
118 https://bugs.webkit.org/show_bug.cgi?id=51711
120 * fast/block/float/floats-not-cleared-crash-expected.txt: Added.
121 * fast/block/float/floats-not-cleared-crash.html: Added.
123 2011-01-14 Jessie Berlin <jberlin@apple.com>
125 REGRESSION (r75660): compositing/reflections/load-video-in-reflection.html crashes on Windows 7
126 https://bugs.webkit.org/show_bug.cgi?id=52397
128 Unskipping tests that no longer fail on Windows 7 Release. Unreviewed.
130 * platform/win/Skipped:
131 Un-skip compositing/reflections/load-video-in-reflection.html, which appears to be fixed by
132 http://trac.webkit.org/changeset/75807
134 2011-01-12 Satish Sampath <satish@chromium.org>
136 Reviewed by Dimitri Glazkov.
138 Fix a crash when accessing speech input from script.
139 https://bugs.webkit.org/show_bug.cgi?id=52325
141 Added a layout test to check enabling/disabling speech input from script.
143 * fast/speech/speech-input-scripting-expected.txt: Added.
144 * fast/speech/speech-input-scripting.html: Added.
146 2011-01-14 Abhishek Arya <inferno@chromium.org>
148 Reviewed by David Hyatt.
150 Tests that we do not crash when trying to merge anonymous blocks, one of which
151 is already getting destroyed.
152 https://bugs.webkit.org/show_bug.cgi?id=52402
154 * fast/block/merge-anonymous-block-remove-child-crash2-expected.txt: Added.
155 * fast/block/merge-anonymous-block-remove-child-crash2.html: Added.
157 2011-01-14 Tony Chang <tony@chromium.org>
159 Unreviewed, updating baselines.
161 [chromium] rebaseline vertical tests on linux
162 https://bugs.webkit.org/show_bug.cgi?id=52457
164 After updating fonts.conf, these tests are now passing.
166 * platform/chromium-linux/fast/blockflow/japanese-lr-text-expected.checksum:
167 * platform/chromium-linux/fast/blockflow/japanese-lr-text-expected.png:
168 * platform/chromium-linux/fast/blockflow/japanese-rl-text-expected.checksum:
169 * platform/chromium-linux/fast/blockflow/japanese-rl-text-expected.png:
170 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.checksum:
171 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
172 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
173 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
174 * platform/chromium-linux/svg/batik/text/verticalText-expected.checksum:
175 * platform/chromium-linux/svg/batik/text/verticalText-expected.png:
176 * platform/chromium/test_expectations.txt:
178 2011-01-14 Tony Chang <tony@chromium.org>
180 Reviewed by Kent Tamura.
182 [chromium] update fonts.conf to fix 6 linux tests in drt
183 https://bugs.webkit.org/show_bug.cgi?id=52411
185 * platform/chromium/test_expectations.txt:
187 2011-01-14 Philippe Normand <pnormand@igalia.com>
189 Reviewed by Martin Robinson.
191 [GTK] Add volume slider to media player
192 https://bugs.webkit.org/show_bug.cgi?id=51532
194 * platform/gtk/Skipped:
195 * platform/gtk/media/audio-controls-rendering-expected.txt:
196 * platform/gtk/media/controls-after-reload-expected.txt:
197 * platform/gtk/media/controls-strict-expected.txt:
198 * platform/gtk/media/controls-styling-expected.txt:
199 * platform/gtk/media/video-controls-rendering-expected.txt:
200 * platform/gtk/media/video-display-toggle-expected.txt:
201 * platform/gtk/media/video-empty-source-expected.txt:
202 * platform/gtk/media/video-no-audio-expected.txt:
203 * platform/gtk/media/video-volume-slider-expected.txt: Added.
205 2011-01-14 Michael Saboff <msaboff@apple.com>
207 Reviewed by Oliver Hunt.
209 Incorrect backtracking for nested alternatives
210 https://bugs.webkit.org/show_bug.cgi?id=52387
212 Added tests to verfiy backtracking of alternatives following
215 * fast/regex/parentheses-expected.txt:
216 * fast/regex/script-tests/parentheses.js:
218 2011-01-14 Pavel Feldman <pfeldman@chromium.org>
220 Web Inspector: do not use this as protocol message
221 dispatcher in models / agents.
222 https://bugs.webkit.org/show_bug.cgi?id=52442
224 Models should never for InspectorBackend.registerDomainDispatcher("foo", this).
225 There should be a clear way to tell whether method is being called
226 from within front-end or by the backend.
228 * http/tests/inspector/debugger-test2.js:
229 (initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest):
230 (initialize_DebuggerTest.InspectorTest.startDebuggerTest):
231 (initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger):
232 (initialize_DebuggerTest.InspectorTest.showScriptSource):
234 2011-01-14 Andrey Kosyakov <caseq@chromium.org>
237 Filter out /favicon.ico from page resources list to avoid test expectations mismatch on GTK.
239 * http/tests/inspector/extensions-resources-redirect.html:
241 2011-01-14 Andrey Kosyakov <caseq@chromium.org>
243 Reviewed by Pavel Feldman.
245 Web Inspector: redirected resources not handled properly in Network panel
246 Added test for redirected resource presence in HAR
247 Changed test to request entire HAR log, not multiple HAR entries.
248 https://bugs.webkit.org/show_bug.cgi?id=52292
250 * http/tests/inspector/extensions-resources-redirect-expected.txt:
251 * http/tests/inspector/extensions-resources-redirect.html:
252 * http/tests/inspector/resource-har-conversion.html:
253 * inspector/extensions-resources.html:
255 2011-01-14 Hayato Ito <hayato@chromium.org>
257 Unreviewed chromium expectations update.
259 Exclude http/tests/loading/cross-origin-XHR-willLoadRequest.html (added in r75768)
261 * platform/chromium/test_expectations.txt:
263 2011-01-13 Hayato Ito <hayato@chromium.org>
265 Unreviewed, build fix.
267 Fix Skipped lists in r75768.
269 * platform/gtk/Skipped:
270 * platform/qt/Skipped:
271 * platform/win/Skipped:
273 2011-01-13 Dan Bernstein <mitz@apple.com>
275 Reviewed by Alexey Proskuryakov.
277 <rdar://problem/8827065> REGRESSION (r71884): Cross-origin XHR fails if willSendRequest changes the URL
278 https://bugs.webkit.org/show_bug.cgi?id=52419
280 * http/tests/loading/cross-origin-XHR-willLoadRequest-expected.txt: Added.
281 * http/tests/loading/cross-origin-XHR-willLoadRequest.html: Added.
282 * platform/gtk/Skipped: Skip the new test.
283 * platform/qt/Skipped: Ditto.
284 * platform/win/Skipped: Ditto.
286 2011-01-13 Justin Schuh <jschuh@chromium.org>
288 Unreviewed chromium expectations update.
290 Several text layout tests failing on linux after r75756
292 * platform/chromium/test_expectations.txt:
294 2011-01-13 Martin Robinson <mrobinson@igalia.com>
296 Unreviewed, rolling out r75740.
297 http://trac.webkit.org/changeset/75740
299 This led to GTK+ redness
301 * platform/gtk/Skipped:
303 2011-01-13 Robert Hogan <robert@webkit.org>
305 Reviewed by Andreas Kling.
307 [Qt] Unskip http/tests/security/originHeader/origin-header-for-empty.html
308 https://bugs.webkit.org/show_bug.cgi?id=52389
310 * platform/qt/Skipped:
312 2011-01-13 Mihai Parparita <mihaip@chromium.org>
314 Unreviewed chromium expectations update.
316 Add Chromium Snow Leopard expectations. These need to go into a new
317 chromium-mac-snowleopard directory, since these tests do not have
318 chromium-mac expectations, but currently pass on Leopard.
320 The differences are due to bug 52335 (which explains why we can't use
321 the regular mac port Snow Leopard baselines).
323 * platform/chromium-mac-snowleopard/css1/box_properties/clear-expected.checksum: Added.
324 * platform/chromium-mac-snowleopard/css1/box_properties/clear-expected.png: Added.
325 * platform/chromium-mac-snowleopard/css1/box_properties/float-expected.checksum: Added.
326 * platform/chromium-mac-snowleopard/css1/box_properties/float-expected.png: Added.
327 * platform/chromium-mac-snowleopard/css1/text_properties/vertical_align-expected.checksum: Added.
328 * platform/chromium-mac-snowleopard/css1/text_properties/vertical_align-expected.png: Added.
329 * platform/chromium-mac-snowleopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum: Added.
330 * platform/chromium-mac-snowleopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Added.
331 * platform/chromium-mac-snowleopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum: Added.
332 * platform/chromium-mac-snowleopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Added.
333 * platform/chromium-mac-snowleopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum: Added.
334 * platform/chromium-mac-snowleopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Added.
335 * platform/chromium-mac-snowleopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum: Added.
336 * platform/chromium-mac-snowleopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Added.
337 * platform/chromium-mac-snowleopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum: Added.
338 * platform/chromium-mac-snowleopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Added.
339 * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.checksum: Added.
340 * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.png: Added.
341 * platform/chromium-mac-snowleopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.checksum: Added.
342 * platform/chromium-mac-snowleopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png: Added.
343 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.checksum: Added.
344 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Added.
345 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum: Added.
346 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
347 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.checksum: Added.
348 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Added.
349 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum: Added.
350 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Added.
351 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum: Added.
352 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added.
353 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum: Added.
354 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Added.
355 * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-expected.checksum: Added.
356 * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-expected.png: Added.
357 * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.checksum: Added.
358 * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.png: Added.
359 * platform/chromium-mac-snowleopard/fast/forms/slider-thumb-shared-style-expected.checksum: Added.
360 * platform/chromium-mac-snowleopard/fast/forms/slider-thumb-shared-style-expected.png: Added.
361 * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.checksum: Added.
362 * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.png: Added.
363 * platform/chromium-mac-snowleopard/fast/replaced/selection-rect-transform-expected.checksum: Added.
364 * platform/chromium-mac-snowleopard/fast/replaced/selection-rect-transform-expected.png: Added.
365 * platform/chromium-mac-snowleopard/fast/text/whitespace/tab-character-basics-expected.checksum: Added.
366 * platform/chromium-mac-snowleopard/fast/text/whitespace/tab-character-basics-expected.png: Added.
367 * platform/chromium-mac-snowleopard/fast/transforms/diamond-expected.checksum: Added.
368 * platform/chromium-mac-snowleopard/fast/transforms/diamond-expected.png: Added.
369 * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.checksum: Added.
370 * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.png: Added.
371 * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.checksum: Added.
372 * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.png: Added.
374 2011-01-13 Mihai Parparita <mihaip@chromium.org>
376 Unreviewed chromium expectations update.
378 Categorize remaining scrollbar-related failures. 6 are due to bug 52414
379 (small remaining difference between mac and chromium-mac scrollbars).
380 fast/text/international/thai-line-breaks.html just needed a baseline
381 update (done for both Leopard and Snow Leopard).
383 * platform/chromium-mac-leopard/fast/text/international/thai-line-breaks-expected.checksum: Added.
384 * platform/chromium-mac-leopard/fast/text/international/thai-line-breaks-expected.png: Added.
385 * platform/chromium-mac/fast/text/international/thai-line-breaks-expected.checksum: Added.
386 * platform/chromium-mac/fast/text/international/thai-line-breaks-expected.png: Added.
387 * platform/chromium/test_expectations.txt:
389 2011-01-13 Justin Schuh <jschuh@chromium.org>
391 Unreviewed chromium expectations update.
393 Remove exception for canvas-large-dimensions.html.
395 * platform/chromium/test_expectations.txt:
397 2011-01-13 Martin Robinson <mrobinson@igalia.com>
399 Unskip editing/input/page-up-down-scrolls.html as it's passing locally.
401 * platform/gtk/Skipped: Unskip test.
403 2011-01-13 Jian Li <jianli@chromium.org>
405 Reviewed by Darin Fisher.
407 Change createObjectURL and revokeObjectURL to put under webkitURL.
408 https://bugs.webkit.org/show_bug.cgi?id=52257
410 Change all related test scripts and results to account for this change.
412 * fast/dom/Window/script-tests/window-property-descriptors.js:
413 * fast/dom/Window/window-properties-expected.txt:
414 * fast/dom/Window/window-properties.html:
415 * fast/dom/script-tests/prototype-inheritance-2.js:
416 * fast/dom/script-tests/prototype-inheritance.js:
417 * fast/files/apply-blob-url-to-img.html:
418 * fast/files/apply-blob-url-to-xhr.html:
419 * fast/files/create-blob-url-crash.html:
420 * fast/files/revoke-blob-url.html:
421 * fast/files/workers/resources/worker-apply-blob-url-to-xhr.js:
423 * platform/qt/fast/dom/Window/window-properties-expected.txt:
425 2011-01-13 Emil Eklund <eae@chromium.org>
427 Reviewed by Dimitri Glazkov.
429 Setting outerText should convert CR/LF to <br>
430 https://bugs.webkit.org/show_bug.cgi?id=52268
432 Add test for setting Element.outerText.
434 * fast/dom/set-outer-text-expected.txt: Added.
435 * fast/dom/set-outer-text.html: Added.
436 * fast/dom/text-node-append-data-remove-crash-expected.txt: Changed
437 expectation to "didn't crash" from "threw dom exception" as test
438 assumed the DOMCharacterDataModified event would fire before the node
440 * fast/dom/text-node-append-data-remove-crash.html:
442 2011-01-13 Adam Roben <aroben@apple.com>
444 Skip a crashing test on Windows
446 See <http://webkit.org/b/52397>.
448 * platform/win/Skipped: Added
449 compositing/reflections/load-video-in-reflection.html.
451 2011-01-13 Martin Robinson <mrobinson@igalia.com>
453 Skip fast/text/emphasis.html as it shows a 1 pixel difference on the 32-bit Debug bot.
455 * platform/gtk/Skipped: Skip fast/text/emphasis.html.
457 2011-01-13 Zhenyao Mo <zmo@google.com>
459 Reviewed by Kenneth Russell.
461 Relax the ESSL valid charset a little bit to include " ' `
462 https://bugs.webkit.org/show_bug.cgi?id=52396
464 * fast/canvas/webgl/invalid-passed-params-expected.txt:
465 * fast/canvas/webgl/invalid-passed-params.html:
467 2011-01-13 Matthew Delaney <mdelaney@apple.com>
469 Reviewed by nobody - reinstrumenting a test to save burning trees.
471 fast/canvas/canvas-large-dimensions.html (introduced in r75648) is failing on all platforms except Snow Leopard
472 https://bugs.webkit.org/show_bug.cgi?id=52341
474 * fast/canvas/canvas-large-dimensions-expected.txt: Replaced.
475 * fast/canvas/canvas-large-dimensions.html:
477 2011-01-13 Justin Schuh <jschuh@chromium.org>
479 Unreviewed chromium expectations update.
481 Exclude destroy-on-setwindow.html (added in r75720).
483 * platform/chromium/test_expectations.txt:
485 2011-01-13 Alejandro G. Castro <alex@igalia.com>
487 Reviewed by Martin Robinson.
489 [gtk] Zero-sized font does not yet work
490 https://bugs.webkit.org/show_bug.cgi?id=49793
492 Unskip font-size-zero.html.
494 * platform/gtk/Skipped:
496 2011-01-13 Tony Chang <tony@chromium.org>
498 Unreviewed, updating chromium test_expectations.txt
500 * platform/chromium/test_expectations.txt: Mark a test as slow in debug.
502 2011-01-13 Adam Roben <aroben@apple.com>
504 Check in Windows-XP-specific results for fast/canvas/set-colors.html
506 See <http://webkit.org/b/52374>.
508 * platform/win-xp/fast/canvas/set-colors-expected.txt: Added.
510 2011-01-13 Adam Roben <aroben@apple.com>
512 Disable fast/profiler/throw-exception-from-eval.html
514 This test fails non-deterministically. See <http://webkit.org/b/49801>.
516 * fast/profiler/throw-exception-from-eval.html-disabled: Renamed from LayoutTests/fast/profiler/throw-exception-from-eval.html.
518 * platform/gtk/Skipped:
519 * platform/mac-leopard/Skipped:
520 * platform/qt/Skipped:
521 Un-skipped this test now that it's been disabled by other means.
523 * platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt: Removed.
525 2011-01-13 Dan Bernstein <mitz@apple.com>
527 Reviewed by Simon Fraser.
529 <rdar://problem/8098442> Crash in Widget::setFrameRect()
530 https://bugs.webkit.org/show_bug.cgi?id=52375
532 * plugins/destroy-on-setwindow-expected.txt: Added.
533 * plugins/destroy-on-setwindow.html: Added.
535 2011-01-13 Tony Chang <tony@chromium.org>
537 Reviewed by Kent Tamura.
539 [chromium] fix plugins/plugin-javascript-access.html on Linux and Mac
540 https://bugs.webkit.org/show_bug.cgi?id=52332
542 Fix Linux baseline. Mac should now match Safari Mac.
544 * platform/chromium-linux/plugins/plugin-javascript-access-expected.txt:
545 * platform/chromium/test_expectations.txt:
547 2011-01-13 Pavel Feldman <pfeldman@chromium.org>
549 Not reviewed: inspector extensions tests should not use sources as test data. Commenting one out temporarily, filing a bug.
551 * inspector/extensions-events-expected.txt:
552 * inspector/extensions-events.html:
554 2011-01-13 Dan Bernstein <mitz@apple.com>
556 Reviewed by Dave Hyatt.
558 <rdar://problem/8858548> Disable inheritance of text emphasis marks to ruby text
559 https://bugs.webkit.org/show_bug.cgi?id=52359
561 * fast/ruby/text-emphasis-expected.txt: Added.
562 * fast/ruby/text-emphasis.html: Added.
564 2011-01-13 Hayato Ito <hayato@chromium.org>
566 Unreviewed, chromium test expectations.
568 Flaky expectations for html5lib/webkit-resumer.html.
570 * platform/chromium/test_expectations.txt:
572 2011-01-12 Adam Barth <abarth@webkit.org>
574 Removing this test from the Skipped list caused the next test
575 alphabetically to fail instead.
577 * platform/mac/Skipped:
579 2011-01-12 Maciej Stachowiak <mjs@apple.com>
581 Reviewed by David Levin.
583 Add beforeunload support to WebKitTestRunner
584 https://bugs.webkit.org/show_bug.cgi?id=52353
586 * platform/mac-wk2/Skipped: Unskip a test that was failing solely due to missing
587 beforeunload support.
589 2011-01-12 Hayato Ito <hayato@chromium.org>
591 Unreviewed test expectations files fix.
593 Fix a culprit revision number.
595 * platform/chromium-gpu/test_expectations.txt:
596 * platform/chromium/test_expectations.txt:
598 2011-01-12 Hayato Ito <hayato@chromium.org>
600 Unreviewed chromium-gpu test expectations fix.
602 Disable canvas-large-dimensions.html after r75639.
604 * platform/chromium-gpu/test_expectations.txt:
606 2011-01-12 Ryosuke Niwa <rniwa@webkit.org>
608 Reviewed by Eric Seidel.
610 REGRESSION(r69831): focus() in onkeypress discards input (affects chaseonline.chase.com)
611 https://bugs.webkit.org/show_bug.cgi?id=52241
613 Added a test to ensure WebKit inserts the character typed by a user when focus's node
614 is changed by a presskey event handler.
616 * fast/forms/focus-change-on-keypress-expected.txt: Added.
617 * fast/forms/focus-change-on-keypress.html: Added.
619 2011-01-12 Kenichi Ishibashi <bashi@google.com>
621 Reviewed by Kent Tamura.
623 M_formElementsWithFormAttribute not cleared when FormAssociatedElement is inserted with a null m_form and then removed.
624 https://bugs.webkit.org/show_bug.cgi?id=51905
626 Add test for crash when modifying the form attribute of a form
627 associated element before removing it.
629 * fast/forms/form-associated-element-crash-expected.txt: Added.
630 * fast/forms/form-associated-element-crash.html: Added.
631 * fast/forms/form-associated-element-crash2-expected.txt: Added.
632 * fast/forms/form-associated-element-crash2.html: Added.
634 2011-01-12 Kenichi Ishibashi <bashi@google.com>
636 Reviewed by Kent Tamura.
638 M_formElementsWithFormAttribute not cleared when Node is moved to another document.
639 https://bugs.webkit.org/show_bug.cgi?id=51418
641 Added test for crash when moving form elements from one document to another.
643 * fast/forms/change-form-element-document-crash-expected.txt: Added.
644 * fast/forms/change-form-element-document-crash.html: Added.
646 2011-01-12 Justin Schuh <jschuh@chromium.org>
648 Unreviewed chromium test expectations fix.
650 Disable canvas-large-dimensions.html after r75639.
652 * platform/chromium/test_expectations.txt:
654 2011-01-11 Matthew Delaney <mdelaney@apple.com>
656 Reviewed by Simon Fraser.
658 Max area bound needed in creation of IOSurface in ImageBufferCG.cpp
659 https://bugs.webkit.org/show_bug.cgi?id=52172
661 * fast/canvas/canvas-large-dimensions.html: Added.
662 * fast/canvas/canvas-large-dimensions-expected.txt: Added.
664 2011-01-12 Tony Chang <tony@chromium.org>
666 Reviewed by Ojan Vafai.
668 output the value of input and textarea nodes when using dump-as-markup
669 https://bugs.webkit.org/show_bug.cgi?id=52319
671 * editing/inserting/5607069-2-expected.txt:
672 * editing/inserting/5607069-3-expected.txt:
673 * editing/selection/dump-as-markup-expected.txt:
674 * editing/selection/dump-as-markup-form-text-expected.txt: Added.
675 * editing/selection/dump-as-markup-form-text.html: Added.
676 * fast/parser/object-with-textarea-fallback-expected.txt:
677 * html5lib/runner.html:
678 * html5lib/webkit-resumer.html:
679 * resources/dump-as-markup.js:
680 (Markup.useHTML5libOutputFormat): Add a flag for html5lib compatibility
683 2011-01-12 Robert Hogan <robert@webkit.org>
685 Unreviewed, add expected results.
687 [Qt] Add new expected results from r75632
689 https://bugs.webkit.org/show_bug.cgi?id=42887
691 * platform/qt/fast/forms/search-display-none-cancel-button-expected.txt: Added.
692 * platform/qt/fast/forms/search-placeholder-value-changed-expected.txt: Added.
693 * platform/qt/fast/forms/search-rtl-expected.txt: Added.
694 * platform/qt/fast/forms/search-styled-expected.txt: Added.
695 * platform/qt/fast/forms/search-transformed-expected.txt: Added.
696 * platform/qt/fast/forms/search-zoomed-expected.txt: Added.
698 2011-01-12 Robert Hogan <robert@webkit.org>
700 Unreviewed, update expected results.
702 [Qt] Update expected results from r75632
704 https://bugs.webkit.org/show_bug.cgi?id=42887
706 * platform/qt/fast/css/pseudo-cache-stale-expected.txt:
707 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
708 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
709 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
711 2011-01-12 Robert Hogan <robert@webkit.org>
713 Reviewed by Kenneth Rohde Christiansen.
715 [Qt] Search input field doesn't have cancel button
717 Add a cancel button to the search field and make it customizable
718 by the client. For now, use the close dialog button associated
719 with the application's style as the default.
721 Unskip a bunch of search field related tests that pass now:
723 fast/forms/search-cancel-button-mouseup.html
724 fast/forms/search-rtl.html
725 fast/forms/search-abs-pos-cancel-button.html
726 fast/forms/search-styled.html
727 fast/forms/search-transformed.html
728 fast/forms/search-zoomed.html
729 fast/forms/search-cancel-button-style-sharing.html
730 fast/forms/search-display-none-cancel-button.html
731 fast/forms/search-placeholder-value-changed.html
732 fast/repaint/search-field-cancel.html
733 fast/forms/search-cancel-button-events.html
735 https://bugs.webkit.org/show_bug.cgi?id=42887
737 * platform/qt/Skipped:
739 2011-01-12 Nico Weber <thakis@chromium.org>
741 Unreviewed, test expectations.
743 Remove now-unnecessary vista-specific baseline.
744 https://bugs.webkit.org/show_bug.cgi?id=52105
746 * platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.checksum: Removed.
747 * platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.png: Removed.
749 2011-01-12 Justin Schuh <jschuh@chromium.org>
751 Unreviewed expectatinos update.
753 Excluding SVG test for sporadic image failure.
755 * platform/chromium/test_expectations.txt:
757 2011-01-12 Justin Schuh <jschuh@chromium.org>
759 Unreviewed chromium expectations update.
761 Added chromium win to exclusion for bug 48164.
763 * platform/chromium/test_expectations.txt:
765 2011-01-12 Simon Fraser <simon.fraser@apple.com>
767 Reviewed by Eric Seidel.
769 [CSS Gradients] One color stop should not paint anything for linear-gradient
770 https://bugs.webkit.org/show_bug.cgi?id=52259
772 Update test results given that single-stop gradients are invalid.
774 * fast/gradients/css3-gradient-parsing-expected.txt:
775 * fast/gradients/css3-gradient-parsing.html:
776 * platform/mac/fast/gradients/css3-color-stops-expected.checksum:
777 * platform/mac/fast/gradients/css3-color-stops-expected.png:
779 2011-01-12 Csaba Osztrogonác <ossy@webkit.org>
783 Add Qt specific expected results for new passing tests introduced in r74954 and r74743.
784 Compared to Mac png files and Mac expected files.
786 * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added.
787 * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
788 * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.txt: Added.
789 * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added.
790 * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added.
791 * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Added.
792 * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added.
793 * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
794 * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added.
795 * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added.
796 * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
797 * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added.
798 * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added.
799 * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
800 * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
802 2011-01-12 Justin Schuh <jschuh@chromium.org>
804 Unreviewed expectations update for chromium.
806 Exclude failing test from r75064.
808 * platform/chromium/test_expectations.txt:
810 2011-01-12 Philippe Normand <pnormand@igalia.com>
812 Unreviewed, skip failing test on GTK.
814 * platform/gtk/Skipped: Skip editing/input/page-up-down-scrolls.html
816 2010-12-29 Yury Semikhatsky <yurys@chromium.org>
818 Reviewed by Pavel Feldman.
820 inspector/timeline-network-resource.html fails when run twice
821 https://bugs.webkit.org/show_bug.cgi?id=37394
823 Send didReceiveResponse notification to the timeline agent from ResourceLoadNotifier
824 instead of ResourceLoader::didReceiveResponse to cover the cases when resources
825 are loaded from memory cache.
827 Network notifications are now send to InspectorInstrumentation which dispatches
828 them to interested agents and InspectorController.
831 * inspector/timeline-network-resource-expected.txt:
832 * inspector/timeline-network-resource.html:
833 * inspector/timeline-network-resource.js:
835 2011-01-12 Jeremy Orlow <jorlow@chromium.org>
839 * storage/indexeddb/transaction-read-only-expected.txt: Added.
841 2011-01-12 Csaba Osztrogonác <ossy@webkit.org>
845 [Qt] plugins/no-mime-with-valid-extension.html fails
846 https://bugs.webkit.org/show_bug.cgi?id=52288
848 * platform/qt/Skipped: plugins/no-mime-with-valid-extension.html added until fix.
850 2011-01-11 Jeremy Orlow <jorlow@chromium.org>
852 Reviewed by Nate Chapin.
854 Enforce READ_ONLY transactions in IndexedDB
855 https://bugs.webkit.org/show_bug.cgi?id=52229
857 Fix existing errors in tests + add a new test for
860 * storage/indexeddb/cursor-delete-expected.txt:
861 * storage/indexeddb/cursor-delete.html:
862 * storage/indexeddb/cursor-index-delete-expected.txt:
863 * storage/indexeddb/cursor-index-delete.html:
864 * storage/indexeddb/database-quota-expected.txt:
865 * storage/indexeddb/database-quota.html:
866 * storage/indexeddb/objectstore-basics-expected.txt:
867 * storage/indexeddb/objectstore-basics.html:
868 * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
869 * storage/indexeddb/objectstore-removeobjectstore.html:
870 * storage/indexeddb/transaction-basics-expected.txt:
871 * storage/indexeddb/transaction-basics.html:
872 * storage/indexeddb/transaction-crash-on-abort-expected.txt:
873 * storage/indexeddb/transaction-crash-on-abort.html:
874 * storage/indexeddb/transaction-read-only.html: Added.
876 2011-01-11 Maciej Stachowiak <mjs@apple.com>
878 Reviewed by David Levin.
880 Fix typo in WebKit2 skipped list which was causing a test to not get skipped
881 https://bugs.webkit.org/show_bug.cgi?id=52277
883 * platform/mac-wk2/Skipped:
885 2011-01-11 Simon Fraser <simon.fraser@apple.com>
887 Reviewed by Dan Bernstein.
889 Webkit crashes when a gradient is applied using the first-line pseudo element
890 https://bugs.webkit.org/show_bug.cgi?id=52225
894 * fast/gradients/gradient-on-pseudoelement-crash-expected.txt: Added.
895 * fast/gradients/gradient-on-pseudoelement-crash.html: Added.
897 2011-01-11 Justin Schuh <jschuh@chromium.org>
899 Unreviewed chromium expectations update.
901 Windows exclusion for no-mime-with-valid-extension.html (from r75567)
903 * platform/chromium/test_expectations.txt:
905 2011-01-11 Dirk Pranke <dpranke@chromium.org>
907 Unreviewed, fix typo in expectations file.
909 * platform/chromium-gpu/test_expectations.txt:
911 2011-01-11 Nico Weber <thakis@chromium.org>
913 Unreviewed, test expectations.
915 Remove now-unnecessary xp-specific baseline.
916 https://bugs.webkit.org/show_bug.cgi?id=52105
918 * platform/chromium-win-xp/fast/gradients/radial-centered-expected.checksum: Removed.
919 * platform/chromium-win-xp/fast/gradients/radial-centered-expected.png: Removed.
921 2011-01-11 Adrienne Walker <enne@google.com>
923 Unreviewed, test expectations update.
925 Revert expect change for Snow Leopard in r75570.
927 * platform/mac-snowleopard/Skipped:
929 2011-01-11 Mihai Parparita <mihaip@chromium.org>
931 Unreviewed; chromium test expectations update.
933 Remove failing expectations for tests that pass after r75569.
935 * platform/chromium/test_expectations.txt:
937 2011-01-11 James Robinson <jamesr@chromium.org>
939 Update test to use layoutTestController.waitUntilDone()/notifyDone() since it relies on the scroll event which is now async.
941 * fast/repaint/resources/fixed-move-after-keyboard-scroll-iframe.html:
943 2011-01-11 Mihai Parparita <mihaip@chromium.org>
945 Unreviewed; chromium test expectations update.
947 Remove failing expectations for tests that pass after r75552.
949 * platform/chromium/test_expectations.txt:
951 2011-01-11 Adrienne Walker <enne@google.com>
953 Reviewed by Kenneth Russell.
955 Sync WebGL texImage2D video test from Khronos and re-enable it.
956 https://bugs.webkit.org/show_bug.cgi?id=44459
958 * fast/canvas/webgl/resources/quadrants.mp4: Removed.
959 * fast/canvas/webgl/resources/quadrants.ogv: Removed.
960 * fast/canvas/webgl/resources/red-green.mp4: Added.
961 * fast/canvas/webgl/resources/red-green.theora.ogv: Added.
962 * fast/canvas/webgl/resources/red-green.webmvp8.webm: Added.
963 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt:
964 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html:
965 * platform/chromium-gpu/test_expectations.txt:
966 * platform/chromium/test_expectations.txt:
967 * platform/mac-snowleopard/Skipped:
969 2011-01-11 Mihai Parparita <mihaip@chromium.org>
971 Unreviewed, new chromium-mac baselines.
973 Rebaseline after the scrollbar change (these tests still need
974 chromium-mac baselines since they have controls or images that render
975 slightly differently from the Mac port).
977 * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum:
978 * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
979 * platform/chromium-mac/fast/block/margin-collapse/103-expected.checksum: Added.
980 * platform/chromium-mac/fast/block/margin-collapse/103-expected.png: Added.
981 * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.checksum:
982 * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
983 * platform/chromium-mac/fast/events/pointer-events-2-expected.checksum:
984 * platform/chromium-mac/fast/events/pointer-events-2-expected.png:
985 * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.checksum: Removed.
986 * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.png: Removed.
987 * platform/chromium-mac/fast/replaced/width100percent-image-expected.checksum: Added.
988 * platform/chromium-mac/fast/replaced/width100percent-image-expected.png: Added.
989 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.checksum: Added.
990 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Added.
991 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.checksum: Added.
992 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Added.
993 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.checksum: Added.
994 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Added.
995 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.checksum: Added.
996 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Added.
997 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.checksum: Added.
998 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Added.
999 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.checksum: Added.
1000 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Added.
1001 * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: Added.
1002 * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
1003 * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.checksum: Added.
1004 * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png: Added.
1005 * platform/chromium-mac/tables/mozilla/bugs/bug29314-expected.checksum: Added.
1006 * platform/chromium-mac/tables/mozilla/bugs/bug29314-expected.png: Added.
1007 * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.checksum: Added.
1008 * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png: Added.
1009 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.checksum: Added.
1010 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png: Added.
1011 * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.checksum: Added.
1012 * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png: Added.
1013 * platform/chromium-mac/tables/mozilla/core/row_span-expected.checksum: Added.
1014 * platform/chromium-mac/tables/mozilla/core/row_span-expected.png: Added.
1015 * platform/chromium-mac/tables/mozilla/other/cell_widths-expected.checksum: Added.
1016 * platform/chromium-mac/tables/mozilla/other/cell_widths-expected.png: Added.
1017 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.checksum: Added.
1018 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added.
1019 * platform/chromium-mac/tables/mozilla_expected_failures/other/test4-expected.checksum: Added.
1020 * platform/chromium-mac/tables/mozilla_expected_failures/other/test4-expected.png: Added.
1021 * platform/chromium/test_expectations.txt:
1023 2011-01-11 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
1025 Reviewed by Adam Barth.
1027 Use plug-in DB for extensions to MIME type convertion
1029 Plugins extension to MIME type conversion was not used in the
1030 frameLoader. This was causing some fallback to be use which as the side
1031 effect of loosing all the <OBJECT> parameters or <EMBED> attributes.
1032 This patch ensure that we try to convert the extension to MIME type
1033 using the plugin database beofre using this fallback.
1035 Attribute lost with Flash plugin without mime type set
1036 https://bugs.webkit.org/show_bug.cgi?id=50657
1038 * plugins/no-mime-with-valid-extension.html: Added.
1039 * plugins/no-mime-with-valid-extension-expected.txt: Added.
1041 2011-01-11 Justin Schuh <jschuh@chromium.org>
1043 Unreviewed, test expectations update.
1045 Flaky expectations for textOnPath.svg.
1047 * platform/chromium/test_expectations.txt:
1049 2011-01-11 James Simonsen <simonjam@chromium.org>
1051 Reviewed by Eric Seidel.
1053 [Web Timing] Rename sslHandshakeStart to secureConnectionStart
1054 https://bugs.webkit.org/show_bug.cgi?id=52239
1056 * fast/dom/Window/window-properties-performance-expected.txt:
1057 * fast/dom/script-tests/webtiming.js:
1058 (checkTimingBeforeLoad):
1059 (checkTimingWhileDeferred):
1060 (checkWebTimingOnDOMContentLoaded):
1061 (checkWebTimingWhileAsync):
1062 (checkWebTimingOnLoad):
1063 (checkWebTimingAfterLoad):
1064 * fast/dom/webtiming-document-open-expected.txt:
1065 * fast/dom/webtiming-expected.txt:
1066 * fast/dom/webtiming-navigate-within-document-expected.txt:
1067 * http/tests/misc/resources/webtiming-cross-origin-and-back2.html:
1068 * http/tests/misc/resources/webtiming-cross-origin-redirect.html:
1069 * http/tests/misc/resources/webtiming-no-origin.html:
1070 * http/tests/misc/resources/webtiming-ssl.html:
1071 * http/tests/misc/webtiming-origins-expected.txt:
1072 * http/tests/misc/webtiming-ssl-expected.txt:
1074 2011-01-11 Mihai Parparita <mihaip@chromium.org>
1076 Reviewed by Darin Fisher.
1078 Scroll event should be fired asynchronously
1079 https://bugs.webkit.org/show_bug.cgi?id=45631
1081 Update existing tests that assumed that scroll events fired
1084 * editing/input/page-up-down-scrolls-expected.txt:
1085 * editing/input/page-up-down-scrolls.html:
1086 * fast/events/fire-scroll-event-element-expected.txt: Copied from LayoutTests/fast/events/fire-scroll-event-expected.txt.
1087 * fast/events/fire-scroll-event-element.html: Added. Does the same
1088 tests as fire-scroll-event.html, but on an individual element instead
1089 of the whole document.
1090 * fast/events/fire-scroll-event-expected.txt:
1091 * fast/events/fire-scroll-event.html: Now explicitly tests for
1092 synchronous behavior when scrolling the document, and that we don't
1093 fire the event more than once.
1094 * fast/events/remove-child-onscroll.html:
1095 * fast/events/scroll-during-zoom-change.html:
1096 * fast/events/scroll-event-does-not-bubble.html:
1097 * fast/events/scroll-event-phase-expected.txt: Added.
1098 * fast/events/scroll-event-phase.html: Added. Checks that we can listen
1099 for scroll events in both the capture and bubble phase.
1100 * fast/layers/removed-by-scroll-handler.html:
1101 * fast/overflow/onscroll-layer-self-destruct.html:
1102 * fast/repaint/repaint-during-scroll.html:
1104 2011-01-11 Mihai Parparita <mihaip@chromium.org>
1106 Unreviewed; new and updated mac-leopard baselines.
1108 Update stale or missing Leopard baselines (tests currently pass on Snow
1111 * platform/chromium/test_expectations.txt:
1112 * platform/mac-leopard/editing/deleting/delete-line-end-ws-001-expected.checksum:
1113 * platform/mac-leopard/editing/deleting/delete-line-end-ws-001-expected.png:
1114 * platform/mac-leopard/editing/deleting/delete-line-end-ws-002-expected.checksum:
1115 * platform/mac-leopard/editing/deleting/delete-line-end-ws-002-expected.png:
1116 * platform/mac-leopard/fast/block/basic/016-expected.checksum: Added.
1117 * platform/mac-leopard/fast/block/basic/016-expected.png: Added.
1118 * platform/mac-leopard/fast/block/basic/truncation-rtl-expected.checksum: Added.
1119 * platform/mac-leopard/fast/block/basic/truncation-rtl-expected.png: Added.
1120 * platform/mac-leopard/fast/blockflow/fieldsets-expected.checksum: Added.
1121 * platform/mac-leopard/fast/blockflow/fieldsets-expected.png: Added.
1122 * platform/mac-leopard/fast/borders/border-image-scale-transform-expected.checksum:
1123 * platform/mac-leopard/fast/borders/border-image-scale-transform-expected.png:
1124 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
1125 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
1127 2011-01-11 Abhishek Arya <inferno@chromium.org>
1129 Reviewed by Dimitri Glazkov.
1131 Tests that we do not crash when we remove scrollable iframe when executing
1132 inside its scroll event.
1133 https://bugs.webkit.org/show_bug.cgi?id=52238
1135 * scrollbars/scrollable-iframe-remove-crash-expected.txt: Added.
1136 * scrollbars/scrollable-iframe-remove-crash.html: Added.
1138 2011-01-11 Martin Robinson <mrobinson@igalia.com>
1140 Remove some GTK+-specific baselines. GTK+ now enough feature parity with the Mac
1141 port to make these platform-specific results unnecessary.
1143 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Removed.
1144 * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Removed.
1145 * platform/gtk/fast/js/global-constructors-expected.txt: Removed.
1147 2011-01-11 Nico Weber <thakis@chromium.org>
1149 Unreviewed, test expectations.
1151 Another new baselines due to updated skia
1152 https://bugs.webkit.org/show_bug.cgi?id=52105
1154 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum:
1155 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
1157 2011-01-08 Dimitri Glazkov <dglazkov@chromium.org>
1159 Reviewed by David Hyatt.
1161 Make pseudo-style resolution less hard-coded when used to select a shadow node
1162 https://bugs.webkit.org/show_bug.cgi?id=46595
1164 New test that comprehensively travels the code paths affected by the change.
1166 * fast/css/unknown-pseudo-element-matching-expected.txt: Added.
1167 * fast/css/unknown-pseudo-element-matching.html: Added.
1169 2011-01-11 Dean Jackson <dino@apple.com>
1171 Reviewed by Simon Fraser.
1173 https://bugs.webkit.org/show_bug.cgi?id=52233
1175 Update WebKitCSSMatrix test to cover a constructor
1176 that accepts 'none' as input.
1178 * transforms/cssmatrix-2d-interface-expected.txt:
1179 * transforms/cssmatrix-2d-interface.xhtml:
1181 2011-01-11 Dimitri Glazkov <dglazkov@chromium.org>
1183 Reviewed by Eric Seidel.
1185 REGRESSION(r71934) Can't type in search edit field on skin-one.com
1186 https://bugs.webkit.org/show_bug.cgi?id=52195
1188 Restored original (pre-71934) check in the test to ensure that
1189 selectstart does not propagate outside of the shadow DOM.
1191 Consolidated shadow-boundary-crossing-2.html into shadow-boundary-crossing.html.
1193 * fast/events/shadow-boundary-crossing-2-expected.txt: Renamed to
1194 shadow-boundary-crossing-expected.txt.
1195 * fast/events/shadow-boundary-crossing-2.html: Renamed to
1196 shadow-boundary-crossing.html.
1197 * fast/events/shadow-boundary-crossing-expected.txt: Removed.
1198 * fast/events/shadow-boundary-crossing.html: Removed after folding the
1199 test into the new shadow-boundary-crossing.html.
1201 2011-01-11 Zhenyao Mo <zmo@google.com>
1203 Unreviewed, test expectation update.
1205 * platform/mac-snowleopard/Skipped:
1207 2011-01-11 Michael Saboff <msaboff@apple.com>
1209 Reviewed by Geoffrey Garen.
1211 Missing call to popTempSortVector() for exception case in JSArray::sort.
1212 https://bugs.webkit.org/show_bug.cgi?id=50718
1214 New test to validate balanced calls to pushTempSortVector() and
1215 popTempSortVector().
1217 * fast/js/array-sort-exception-expected.txt: Added.
1218 * fast/js/array-sort-exception.html: Added.
1219 * fast/js/script-tests/array-sort-exception.js: Added.
1225 2011-01-11 Zhenyao Mo <zmo@google.com>
1227 Unreviewed, test expectations update.
1229 * platform/chromium-gpu/test_expectations.txt:
1230 * platform/chromium/test_expectations.txt:
1232 2011-01-11 Nico Weber <thakis@chromium.org>
1234 Unreviewed, test expectations.
1236 Another baseline for the recent skia roll.
1237 https://bugs.webkit.org/show_bug.cgi?id=52105
1239 * platform/chromium-linux/svg/custom/focus-ring-expected.checksum:
1240 * platform/chromium-linux/svg/custom/focus-ring-expected.png:
1242 2011-01-10 Zhenyao Mo <zmo@google.com>
1244 Reviewed by Kenneth Russell.
1246 Need to consider UNPACK_ALIGNMENT in GraphicsContext3D::texImage2DResourceSafe
1247 https://bugs.webkit.org/show_bug.cgi?id=52068
1249 * fast/canvas/webgl/read-pixels-test-expected.txt:
1250 * fast/canvas/webgl/read-pixels-test.html: Sync with khronos.
1251 * fast/canvas/webgl/resources/webgl-test.js: Add finishTest().
1253 2011-01-07 Enrica Casucci <enrica@apple.com>
1255 Reviewed by Alexey Proskuryakov.
1257 Paste and drag and drop use different code paths to interact with the pasteboard.
1258 https://bugs.webkit.org/show_bug.cgi?id=52093
1260 New test results added to match the correct behavior.
1262 * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.checksum:
1263 * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
1264 * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
1266 2011-01-11 Mihai Parparita <mihaip@chromium.org>
1268 Unreviewed; chromium test expectations update.
1270 Remove failing expectations for tests that pass after r75515.
1272 * platform/chromium/test_expectations.txt:
1274 2011-01-11 Abhishek Arya <inferno@chromium.org>
1276 Reviewed by Dimitri Glazkov.
1278 Tests that calling append data on a text node which removes its
1279 sibling text node does not result in crash.
1280 https://bugs.webkit.org/show_bug.cgi?id=52163
1282 * fast/dom/text-node-append-data-remove-crash-expected.txt: Added.
1283 * fast/dom/text-node-append-data-remove-crash.html: Added.
1285 2011-01-11 Stephen White <senorblanco@chromium.org>
1287 Unreviewed; chromium-gpu test expectations update.
1289 Remove now-passing tests from text_expectations.txt.
1291 * platform/chromium-gpu/test_expectations.txt:
1293 2011-01-11 Mihai Parparita <mihaip@chromium.org>
1295 Unreviewed; new and updated mac-leopard baselines.
1297 Update stale or missing Leopard baselines (tests currently pass on Snow
1300 * platform/chromium/test_expectations.txt:
1301 * platform/mac-leopard/fast/block/basic/fieldset-stretch-to-legend-expected.checksum:
1302 * platform/mac-leopard/fast/block/basic/fieldset-stretch-to-legend-expected.png:
1303 * platform/mac-leopard/fast/dom/focus-contenteditable-expected.checksum: Added.
1304 * platform/mac-leopard/fast/dom/focus-contenteditable-expected.png: Added.
1305 * platform/mac-leopard/fast/forms/fieldset-align-expected.checksum: Added.
1306 * platform/mac-leopard/fast/forms/fieldset-align-expected.png: Added.
1307 * platform/mac-leopard/fast/multicol/columns-shorthand-parsing-expected.checksum: Added.
1308 * platform/mac-leopard/fast/multicol/columns-shorthand-parsing-expected.png: Added.
1309 * platform/mac-leopard/fast/text/capitalize-boundaries-expected.checksum: Added.
1310 * platform/mac-leopard/fast/text/capitalize-boundaries-expected.png: Added.
1311 * platform/mac-leopard/fast/text/softHyphen-expected.checksum: Added.
1312 * platform/mac-leopard/fast/text/softHyphen-expected.png: Added.
1313 * platform/mac-leopard/tables/mozilla/other/wa_table_tr_align-expected.checksum:
1314 * platform/mac-leopard/tables/mozilla/other/wa_table_tr_align-expected.png:
1316 2011-01-11 Martin Robinson <mrobinson@igalia.com>
1318 Unskipping fast/multicol/span/double-merge-anonymous-block-crash.html. We
1319 have been unsuccessful reproducing the crash locally or on the bots.
1321 * platform/gtk/Skipped: Unskipping test.
1323 2011-01-11 Michael Saboff <msaboff@apple.com>
1325 Reviewed by Geoffrey Garen.
1327 ASSERTION Failure in JSC::binaryChop
1328 https://bugs.webkit.org/show_bug.cgi?id=25614
1330 Added new test to check for proper handling of stack overflow
1331 exceptions and arrity exceptions while close to the top of the stack.
1333 * fast/js/script-tests/stack-overflow-arrity-catch.js: Added.
1336 * fast/js/script-tests/stack-overflow-catch.js: Added.
1338 * fast/js/stack-overflow-arrity-catch-expected.txt: Added.
1339 * fast/js/stack-overflow-arrity-catch.html: Added.
1340 * fast/js/stack-overflow-catch-expected.txt: Added.
1341 * fast/js/stack-overflow-catch.html: Added.
1343 2011-01-11 Stephen White <senorblanco@chromium.org>
1345 Unreviewed; new chromium GPU test baselines.
1347 These tests required rebaselining after the skia roll in
1348 http://src.chromium.org/viewvc/chrome?view=rev&revision=70835.
1350 * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.checksum:
1351 * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png:
1352 * platform/chromium-gpu-linux/fast/canvas/fillrect_gradient-expected.checksum:
1353 * platform/chromium-gpu-linux/fast/canvas/fillrect_gradient-expected.png:
1354 * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.checksum:
1355 * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.png:
1356 * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.txt:
1357 * platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.checksum:
1358 * platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.png:
1359 * platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.txt:
1360 * platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.checksum:
1361 * platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.png:
1362 * platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.txt:
1364 2011-01-11 Carlos Garcia Campos <cgarcia@igalia.com>
1366 Reviewed by Martin Robinson.
1368 [GTK] Add support for <meter> element
1369 https://bugs.webkit.org/show_bug.cgi?id=48713
1371 * platform/gtk/Skipped:
1372 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: Added.
1373 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
1374 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Added.
1375 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: Added.
1376 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
1377 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt: Added.
1378 * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum: Added.
1379 * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
1380 * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt: Added.
1381 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.checksum: Added.
1382 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
1383 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt: Added.
1384 * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: Added.
1385 * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
1386 * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
1387 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: Added.
1388 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added.
1389 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added.
1390 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: Added.
1391 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
1392 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added.
1394 2011-01-11 Stephen White <senorblanco@chromium.org>
1396 Unreviewed; yet another gpu test_expectations update.
1398 All glory to the hypnotoad.
1400 * platform/chromium-gpu/test_expectations.txt:
1402 2011-01-11 Jeremy Orlow <jorlow@chromium.org>
1404 [Chromium] Fix bad baselines
1405 https://bugs.webkit.org/show_bug.cgi?id=52207
1407 It looks like https://bugs.webkit.org/show_bug.cgi?id=51865 didn't quite
1408 get the baselines right. Ran the rebaseline tool to get these.
1410 * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.txt: Removed.
1411 * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.txt: Removed.
1412 * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.txt:
1413 * platform/chromium-win/svg/custom/getPresentationAttribute-expected.txt:
1415 2011-01-11 Adam Roben <aroben@apple.com>
1417 Update test results after r75408
1419 * platform/mac-leopard/fast/js/large-expressions-expected.txt:
1420 * platform/win/fast/js/large-expressions-expected.txt:
1422 2011-01-11 Csaba Osztrogonác <ossy@webkit.org>
1426 [Qt] DRT sideeffect revealed by r63657 and r75305
1427 https://bugs.webkit.org/show_bug.cgi?id=42578
1429 After r75305 24 tests fail. Add them to the Skipped list temporarily to make buildbot happy.
1431 * platform/qt/Skipped:
1433 2011-01-11 Noel Gordon <noel.gordon@gmail.com>
1435 Reviewed by James Robinson.
1437 [chromium] canvas.toDataURL("image/jpeg") should composite onto black.
1438 https://bugs.webkit.org/show_bug.cgi?id=51237
1440 canvas/philip/tests/toDataURL.jpeg.alpha.html only fails on chromium-mac
1441 now, tracked by bug http://webkit.org/b/40147.
1443 * platform/chromium/test_expectations.txt: win & linux pass.
1445 2011-01-11 Anton Muhin <antonm@chromium.org>
1447 Unreviewed Chromium test expectations update.
1449 Remove now unnecessary Chromium overrides.
1451 * platform/chromium-mac/fast/regex/malformed-escapes-expected.txt: Removed.
1452 * platform/chromium-win/fast/regex/malformed-escapes-expected.txt: Removed.
1454 2011-01-11 Shane Stephens <shanestephens@google.com>
1456 Reviewed by Eric Seidel.
1458 [Chromium] Tests marked as WONTFIX SKIP but bug causing test failure fixed.
1459 https://bugs.webkit.org/show_bug.cgi?id=51865
1461 * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.checksum: Added.
1462 * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.png: Added.
1463 * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.txt: Added.
1464 * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.checksum: Added.
1465 * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.png: Added.
1466 * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.txt: Added.
1467 * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.checksum:
1468 * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.png:
1469 * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.txt: Added.
1470 * platform/chromium-win/svg/custom/getPresentationAttribute-expected.checksum:
1471 * platform/chromium-win/svg/custom/getPresentationAttribute-expected.png:
1472 * platform/chromium-win/svg/custom/getPresentationAttribute-expected.txt: Added.
1473 * platform/chromium/test_expectations.txt:
1475 2011-01-10 Mihai Parparita <mihaip@chromium.org>
1477 Unreviewed Chromium test expectations update.
1479 Reorganized scrollbar-related failures.
1481 * platform/chromium/test_expectations.txt:
1483 2011-01-10 Mihai Parparita <mihaip@chromium.org>
1485 Unreviewed Chromium test expectations update.
1487 Remove entries for tests that now pass.
1489 A bunch of tests with scrollbars started to pass after unncessary
1490 Chromium baselines with removed with r75463, r75446 and
1493 ietestcenter/Javascript/15.4.4.14-9-b-i-6.html and ietestcenter/
1494 Javascript/15.4.4.15-8-b-i-6.html started to pass after
1495 http://crrev.com/70894, which rolled V8 to 3.0.7, which fixed
1496 http://code.google.com/p/v8/issues/detail?id=1015.
1498 fast/text/font-size-zero.html appears to always pass.
1500 * platform/chromium/test_expectations.txt:
1502 2011-01-10 Stephen White <senorblanco@chromium.org>
1504 Unreviewed; chromium-gpu test_expectations updates.
1506 Mark 3 tests as failing after skia roll (chromium r75408).
1508 * platform/chromium-gpu/test_expectations.txt:
1510 2011-01-10 David Hyatt <hyatt@apple.com>
1512 Reviewed by Simon Fraser.
1514 Test for https://bugs.webkit.org/show_bug.cgi?id=51119
1516 * fast/transforms/transform-hit-test-flipped-expected.txt: Added.
1517 * fast/transforms/transform-hit-test-flipped.html: Added.
1519 2011-01-10 Justin Schuh <jschuh@chromium.org>
1521 Unreviewed Chromium test expectations update.
1523 Fix path for: fast/js/kde/parse.html
1525 * platform/chromium/test_expectations.txt:
1527 2011-01-10 Justin Schuh <jschuh@chromium.org>
1529 Unreviewed Chromium test expectations update.
1531 Mark 3 tests as failing on chromium after r75408.
1533 * platform/chromium/test_expectations.txt:
1535 2011-01-10 Mihai Parparita <mihaip@chromium.org>
1537 Unreviewed Chromium test expectations update.
1539 Remove chromium-mac baselines for css1/ and css2.1/ tests that had them
1540 because of scrollbars. Update stale mac-leopard baselines.
1542 * platform/chromium-mac/css1/box_properties/clear-expected.checksum: Removed.
1543 * platform/chromium-mac/css1/box_properties/clear-expected.png: Removed.
1544 * platform/chromium-mac/css1/text_properties/text_transform-expected.checksum: Removed.
1545 * platform/chromium-mac/css1/text_properties/text_transform-expected.png: Removed.
1546 * platform/chromium-mac/css1/text_properties/vertical_align-expected.checksum: Removed.
1547 * platform/chromium-mac/css1/text_properties/vertical_align-expected.png: Removed.
1548 * platform/mac-leopard/css1/box_properties/clear_float-expected.checksum:
1549 * platform/mac-leopard/css1/box_properties/clear_float-expected.png:
1550 * platform/mac-leopard/css1/box_properties/float_elements_in_series-expected.checksum:
1551 * platform/mac-leopard/css1/box_properties/float_elements_in_series-expected.png:
1552 * platform/mac-leopard/css1/box_properties/float_on_text_elements-expected.checksum:
1553 * platform/mac-leopard/css1/box_properties/float_on_text_elements-expected.png:
1554 * platform/mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Added.
1555 * platform/mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
1557 2011-01-10 Joe Mason <jmason@rim.com>
1559 Reviewed by Alexey Proskuryakov.
1561 WebSockets: unbounded buffer growth when server sends bad data
1562 https://bugs.webkit.org/show_bug.cgi?id=51253
1564 Tests that a websocket handshake should fail after 1024 bytes without a
1565 newline, or if it contains a null byte before the first newline.
1567 * http/tests/websocket/tests/handshake-fail-by-maxlength-expected.txt: Added.
1568 * http/tests/websocket/tests/handshake-fail-by-maxlength.html: Added.
1569 * http/tests/websocket/tests/handshake-fail-by-maxlength_wsh.py: Added.
1570 * http/tests/websocket/tests/handshake-fail-by-prepended-null-expected.txt: Added.
1571 * http/tests/websocket/tests/handshake-fail-by-prepended-null.html: Added.
1572 * http/tests/websocket/tests/handshake-fail-by-prepended-null_wsh.py: Added.
1574 2011-01-10 Jer Noble <jer.noble@apple.com>
1576 Reviewed by Simon Fraser.
1578 https://bugs.webkit.org/show_bug.cgi?id=52095
1579 REGRESSION (r75277): 2 test cases (<1%) had incorrect layout
1582 fullscreen/full-screen-remove-ancestor.html
1583 fullscreen/full-screen-remove.html
1585 Revert change made in r75326, now that the underlying issue has been fixed.
1587 * fullscreen/full-screen-remove-ancestor-expected.txt:
1588 * fullscreen/full-screen-remove-expected.txt:
1590 2011-01-10 Mihai Parparita <mihaip@chromium.org>
1592 Unreviewed Chromium test expectations update.
1594 Remove chromium-mac baselines for svg/ tests that had them because of
1597 Also updates Snow Leopard (mac) baselines for svg/dom/
1598 SVGLengthList-basics.xhtml after r72518.
1600 * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.checksum: Removed.
1601 * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png: Removed.
1602 * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.checksum: Removed.
1603 * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.png: Removed.
1604 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.checksum: Removed.
1605 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Removed.
1606 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.checksum: Removed.
1607 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Removed.
1608 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.checksum: Removed.
1609 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Removed.
1610 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.checksum: Removed.
1611 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Removed.
1612 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.checksum: Removed.
1613 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Removed.
1614 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.checksum: Removed.
1615 * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Removed.
1616 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.checksum: Removed.
1617 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Removed.
1618 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.checksum: Removed.
1619 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Removed.
1620 * platform/chromium-mac/svg/hixie/links/003-broken-expected.checksum: Removed.
1621 * platform/chromium-mac/svg/hixie/links/003-broken-expected.png: Removed.
1622 * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.checksum: Removed.
1623 * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Removed.
1624 * platform/chromium-mac/svg/zoom/page/zoom-foreignObject-expected.checksum: Removed.
1625 * platform/chromium-mac/svg/zoom/page/zoom-foreignObject-expected.png: Removed.
1626 * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: Removed.
1627 * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Removed.
1628 * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: Removed.
1629 * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Removed.
1630 * platform/mac/svg/dom/SVGLengthList-basics-expected.checksum:
1631 * platform/mac/svg/dom/SVGLengthList-basics-expected.png:
1633 2011-01-10 Jenn Braithwaite <jennb@chromium.org>
1635 Reviewed by Dmitry Titov.
1637 [chromium] Layout test fast/frames/iframe-reparenting-plugins.html is failing on windows
1638 https://bugs.webkit.org/show_bug.cgi?id=52062
1640 * platform/chromium/test_expectations.txt:
1641 Skip the failing test. Same reason other tests using WebKit Test PlugIn fails.
1643 2011-01-10 Martin Robinson <mrobinson@igalia.com>
1645 Rebaseline some test results after r75389.
1647 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
1648 * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
1649 * platform/gtk/fast/js/global-constructors-expected.txt:
1651 2011-01-10 Mihai Parparita <mihaip@chromium.org>
1653 Unreviewed Chromium test expectations update.
1655 More scrollbar change rebaselines.
1657 * platform/chromium-mac/fast/selectors/166-expected.checksum: Removed.
1658 * platform/chromium-mac/fast/selectors/166-expected.png: Removed.
1659 * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.checksum: Removed.
1660 * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.png: Removed.
1661 * platform/chromium-mac/fast/table/height-percent-test-vertical-expected.checksum: Removed.
1662 * platform/chromium-mac/fast/table/height-percent-test-vertical-expected.png: Removed.
1663 * platform/chromium-mac/svg/css/composite-shadow-example-expected.checksum:
1664 * platform/chromium-mac/svg/css/composite-shadow-example-expected.png:
1665 * platform/chromium-mac/svg/css/composite-shadow-with-opacity-expected.checksum:
1666 * platform/chromium-mac/svg/css/composite-shadow-with-opacity-expected.png:
1667 * platform/chromium-mac/svg/css/stars-with-shadow-expected.checksum: Removed.
1668 * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
1669 * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1670 * platform/chromium/test_expectations.txt:
1671 * platform/mac-leopard/fast/table/border-collapsing/004-vertical-expected.checksum: Added.
1672 * platform/mac-leopard/fast/table/border-collapsing/004-vertical-expected.png: Added.
1673 * platform/mac/fast/table/border-collapsing/004-vertical-expected.checksum:
1674 * platform/mac/fast/table/border-collapsing/004-vertical-expected.png:
1675 * platform/mac/fast/table/height-percent-test-vertical-expected.checksum:
1676 * platform/mac/fast/table/height-percent-test-vertical-expected.png:
1678 2011-01-10 Tony Chang <tony@chromium.org>
1680 Unreviewed, rolling out r75398, r75407,
1681 http://trac.webkit.org/changeset/75398
1682 https://bugs.webkit.org/show_bug.cgi?id=52008
1684 Some layout tests are crashing on Chromium Win.
1686 * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.checksum: Added.
1687 * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.png: Added.
1688 * platform/chromium/test_expectations.txt:
1690 2011-01-10 Mihai Parparita <mihaip@chromium.org>
1692 Unreviewed Chromium test expectations update.
1694 Rebaseline six tests in fast/repaint for chromium-mac. Even after the
1695 scrollbar switch they need Chromium-specific results since repaint
1696 regions are different from the mac port's.
1698 Adds both Leopard (chromium-mac-leopard) and Snow Leopard (chromium-mac)
1701 * platform/chromium-mac-leopard/fast/repaint/fixed-expected.checksum: Added.
1702 * platform/chromium-mac-leopard/fast/repaint/fixed-expected.png: Added.
1703 * platform/chromium-mac-leopard/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: Added.
1704 * platform/chromium-mac-leopard/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
1705 * platform/chromium-mac/fast/repaint/fixed-expected.checksum:
1706 * platform/chromium-mac/fast/repaint/fixed-expected.png:
1707 * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum:
1708 * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
1709 * platform/chromium-mac/fast/repaint/fixed-tranformed-expected.checksum:
1710 * platform/chromium-mac/fast/repaint/fixed-tranformed-expected.png:
1711 * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.checksum:
1712 * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.png:
1713 * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.checksum:
1714 * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.png:
1715 * platform/chromium-mac/fast/repaint/repaint-during-scroll-expected.checksum:
1716 * platform/chromium-mac/fast/repaint/repaint-during-scroll-expected.png:
1717 * platform/chromium/test_expectations.txt:
1719 2011-01-10 Maciej Stachowiak <mjs@apple.com>
1721 Reviewed by Anders Carlsson.
1723 Skip layout tests in WebKit2 that fail for an obvious (missing DRT API) reason
1724 https://bugs.webkit.org/show_bug.cgi?id=52166
1726 * platform/mac-wk2/Skipped:
1728 2011-01-10 Gavin Barraclough <barraclough@apple.com>
1730 Reviewed by Oliver Hunt.
1732 Bug 52079 - Syntax errors should be early errors.
1734 Fix syntax errors in layout tests, and update expected results.
1736 * editing/selection/select-crash-001.html:
1737 * editing/selection/select-crash-002.html:
1738 * fast/canvas/webgl/renderbuffer-initialization.html:
1739 * fast/forms/25153.html:
1740 * fast/forms/textfield-drag-into-disabled.html:
1741 * fast/js/exception-codegen-crash-expected.txt:
1742 * fast/js/exception-codegen-crash.html:
1743 * fast/js/kde/parse-expected.txt:
1744 * fast/js/kde/script-tests/parse.js:
1745 * fast/js/large-expressions-expected.txt:
1746 * fast/js/named-function-expression-expected.txt:
1747 * fast/js/parser-syntax-check-expected.txt:
1748 * fast/js/script-tests/large-expressions.js:
1749 * fast/js/script-tests/named-function-expression.js:
1750 * fast/js/script-tests/parser-syntax-check.js:
1751 * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T3-expected.txt:
1752 * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T3-expected.txt:
1753 * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T3-expected.txt:
1754 * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T3-expected.txt:
1755 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T1-expected.txt:
1756 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T2-expected.txt:
1757 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T3-expected.txt:
1758 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T4-expected.txt:
1759 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T1-expected.txt:
1760 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T2-expected.txt:
1761 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T3-expected.txt:
1762 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A6-expected.txt:
1763 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A8_T1-expected.txt:
1764 * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A8_T2-expected.txt:
1765 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T1-expected.txt:
1766 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T2-expected.txt:
1767 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T3-expected.txt:
1768 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T4-expected.txt:
1769 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T1-expected.txt:
1770 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T2-expected.txt:
1771 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T3-expected.txt:
1772 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A6-expected.txt:
1773 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A8_T1-expected.txt:
1774 * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A8_T2-expected.txt:
1775 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T1-expected.txt:
1776 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T10-expected.txt:
1777 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T2-expected.txt:
1778 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T3-expected.txt:
1779 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T4-expected.txt:
1780 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T5-expected.txt:
1781 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T6-expected.txt:
1782 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T7-expected.txt:
1783 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T8-expected.txt:
1784 * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T9-expected.txt:
1785 * http/tests/security/isolatedWorld/events.html:
1786 * http/tests/security/isolatedWorld/userGestureEvents.html:
1787 * svg/custom/resources/use-instanceRoot-event-listeners.js:
1788 * svg/custom/rgbcolor-syntax.svg:
1789 * svg/custom/use-instanceRoot-modifications.svg:
1790 * svg/custom/use-property-changes-through-svg-dom.svg:
1791 * webarchive/adopt-attribute-styled-body-webarchive-expected.webarchive:
1792 * webarchive/resources/adopt-attribute-styled-body-iframe.html:
1794 2011-01-10 Tony Chang <tony@chromium.org>
1796 Unreviewed, remove duplicate test expectation for gif-loop-count.
1798 * platform/chromium/test_expectations.txt:
1800 2011-01-10 Csaba Osztrogonác <ossy@webkit.org>
1802 Unreviewed rolling out r75371, because it didn't fix Qt buildbot.
1804 * platform/qt/Skipped:
1806 2011-01-10 Tony Chang <tony@chromium.org>
1808 Reviewed by Mihai Parparita.
1810 [chromium] fix for animated gif layout tests
1811 https://bugs.webkit.org/show_bug.cgi?id=52008
1813 Remove incorrect baselines.
1815 * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.checksum: Removed.
1816 * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.png: Removed.
1817 * platform/chromium/test_expectations.txt:
1819 2011-01-10 Sheriff Bot <webkit.review.bot@gmail.com>
1821 Unreviewed, rolling out r75341.
1822 http://trac.webkit.org/changeset/75341
1823 https://bugs.webkit.org/show_bug.cgi?id=52157
1825 Regressions on several pixel tests (Requested by jorlow on
1828 * fast/canvas/canvas-fillPath-gradient-shadow-expected.txt: Removed.
1829 * fast/canvas/canvas-fillPath-gradient-shadow.html: Removed.
1830 * fast/canvas/script-tests/canvas-fillPath-gradient-shadow.js: Removed.
1831 * platform/chromium/test_expectations.txt:
1832 * platform/qt/Skipped:
1834 2011-01-10 Csaba Osztrogonác <ossy@webkit.org>
1838 [Qt] fast/text/emphasis-avoid-ruby.html fails, because FontQt doesn’t implement
1839 Font::emphasisMark{Ascent,Descent,Height} nor emphasis mark drawing.
1841 https://bugs.webkit.org/show_bug.cgi?id=52155
1843 * platform/qt/Skipped: Add fast/text/emphasis-avoid-ruby.html until fix.
1845 2011-01-10 Mihai Parparita <mihaip@chromium.org>
1847 Unreviewed Chromium test expectations update.
1849 Rebaseline two tests in fast/forms for chromium-mac. Even after the
1850 scrollbar switch they need Chromium-specific results since search and
1851 file upload control rendering is different from the mac port's.
1853 Adds both Leopard (chromium-mac-leopard) and Snow Leopard (chromium-mac)
1856 * platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.checksum: Added.
1857 * platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/file-input-direction-expected.png.
1858 * platform/chromium-mac-leopard/fast/forms/search-transformed-expected.checksum: Added.
1859 * platform/chromium-mac-leopard/fast/forms/search-transformed-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/search-transformed-expected.png.
1860 * platform/chromium-mac/fast/forms/file-input-direction-expected.checksum:
1861 * platform/chromium-mac/fast/forms/file-input-direction-expected.png:
1862 * platform/chromium-mac/fast/forms/search-transformed-expected.checksum:
1863 * platform/chromium-mac/fast/forms/search-transformed-expected.png:
1864 * platform/chromium/test_expectations.txt:
1866 2011-01-10 Csaba Osztrogonác <ossy@webkit.org>
1868 Unreviewed. Add Qt specific expected file.
1870 * platform/qt/http/tests/navigation/forward-and-cancel-expected.txt: Copied from LayoutTests/http/tests/navigation/forward-and-cancel-expected.txt.
1872 2011-01-10 François Sausset <sausset@gmail.com>
1874 Reviewed by Kenneth Rohde Christiansen.
1876 Updated tests and results to take into account new default fraction bar thickness.
1877 https://bugs.webkit.org/show_bug.cgi?id=50018
1879 * mathml/presentation/fractions.xhtml:
1880 * platform/mac/mathml/presentation/fractions-expected.checksum:
1881 * platform/mac/mathml/presentation/fractions-expected.png:
1882 * platform/mac/mathml/presentation/fractions-expected.txt:
1884 2011-01-10 Antti Koivisto <antti@apple.com>
1886 Reviewed by Alexey Proskuryakov.
1888 https://bugs.webkit.org/show_bug.cgi?id=52044
1889 REGRESSION(r74807): No-store is ignored within a document
1891 * http/tests/misc/script-no-store-expected.txt: Added.
1892 * http/tests/misc/script-no-store.html: Added.
1893 * http/tests/misc/resources/random-no-store.php: Added.
1895 2011-01-10 Alejandro G. Castro <alex@igalia.com>
1897 Reviewed by Martin Robinson.
1899 [cairo] Rendering a lot of arcs on top of each other causes time
1901 https://bugs.webkit.org/show_bug.cgi?id=50869
1903 Unskip canvas-largedraws.html after improving the performance for
1906 * platform/gtk/Skipped:
1908 2011-01-10 Adam Roben <aroben@apple.com>
1910 Add some new tests to the Windows Skipped file
1912 The tests are failing due to unimplemented DRT features which are
1913 already covered by bugs.
1915 * platform/win/Skipped:
1917 2011-01-10 Csaba Osztrogonác <ossy@webkit.org>
1921 [Qt] DRT sideeffect revealed by r63657
1922 https://bugs.webkit.org/show_bug.cgi?id=42578
1924 Add new tests introduced in r75305 to the skipped list temporarily to make buildbot happy.
1926 * platform/qt/Skipped:
1928 2011-01-10 Yael Aharon <yael.aharon@nokia.com>
1930 Reviewed by Simon Fraser.
1932 Specificity of negated selectors apparently miscalculated
1933 https://bugs.webkit.org/show_bug.cgi?id=41206
1935 * fast/css/pseudo-not-expected.txt: Added.
1936 * fast/css/pseudo-not.html: Added.
1938 2011-01-09 Justin Garcia <justin.garcia@apple.com>
1940 Unreviewed. Adding svg/text/caret-in-svg-text.xhtml to Skipped list for gtk, where there
1941 is no TextInputController, and qt, where firstRectForCharacterRange is unimplemented.
1943 * platform/gtk/Skipped:
1944 * platform/qt/Skipped:
1946 2011-01-09 Simon Fraser <simon.fraser@apple.com>
1948 Fix test after r75352.
1950 Per HTML5, the disabled IDL attribute for style elements is not reflected
1951 in the content attribute.
1953 * fast/dom/boolean-attribute-reflection-expected.txt:
1954 * fast/dom/script-tests/boolean-attribute-reflection.js:
1956 2011-01-08 Simon Fraser <simon.fraser@apple.com>
1958 Reviewed by Alexey Proskuryakov.
1960 HTMLStyleElement.disabled doesn't work (affects jQuery)
1961 https://bugs.webkit.org/show_bug.cgi?id=25287
1963 Test the disabled property of a style element.
1965 Based on initial patch by Tarun Nainani.
1967 * fast/html/disable-style-element-expected.txt: Added.
1968 * fast/html/disable-style-element.html: Added.
1969 * fast/html/script-tests/disable-style-element.js: Added.
1971 2011-01-09 Dirk Schulze <krit@webkit.org>
1973 Reviewed by Nikolas Zimmermann.
1975 Rename RenderForeignObject to RenderSVGForeignObject
1976 https://bugs.webkit.org/show_bug.cgi?id=52129
1978 Renamed RenderForeignObject to RenderSVGForeignObject
1980 * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.txt:
1981 * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt:
1982 * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt:
1983 * platform/chromium-win/svg/custom/dynamic-svg-document-creation-expected.txt:
1984 * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt:
1985 * platform/chromium-win/svg/custom/foreignObject-crash-on-hover-expected.txt:
1986 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
1987 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
1988 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
1989 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
1990 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
1991 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
1992 * platform/chromium-win/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
1993 * platform/chromium-win/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
1994 * platform/chromium-win/svg/foreignObject/svg-document-as-direct-child-expected.txt:
1995 * platform/chromium-win/svg/foreignObject/svg-document-in-html-document-expected.txt:
1996 * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.txt:
1997 * platform/chromium-win/svg/hixie/mixed/006-expected.txt:
1998 * platform/chromium-win/svg/hixie/mixed/007-expected.txt:
1999 * platform/chromium-win/svg/hixie/mixed/008-expected.txt:
2000 * platform/chromium-win/svg/hixie/mixed/009-expected.txt:
2001 * platform/chromium-win/svg/hixie/mixed/011-expected.txt:
2002 * platform/chromium-win/svg/text/foreignObject-repaint-expected.txt:
2003 * platform/chromium-win/svg/text/foreignObject-text-clipping-bug-expected.txt:
2004 * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt:
2005 * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
2006 * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
2007 * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt:
2008 * platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
2009 * platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
2010 * platform/gtk/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt:
2011 * platform/gtk/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
2012 * platform/gtk/svg/foreignObject/svg-document-as-direct-child-expected.txt:
2013 * platform/gtk/svg/foreignObject/svg-document-in-html-document-expected.txt:
2014 * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt:
2015 * platform/gtk/svg/overflow/overflow-on-foreignObject-expected.txt:
2016 * platform/gtk/svg/text/foreignObject-repaint-expected.txt:
2017 * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.txt:
2018 * platform/gtk/svg/zoom/page/zoom-foreignObject-expected.txt:
2019 * platform/gtk/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
2020 * platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
2021 * platform/gtk/svg/zoom/text/zoom-foreignObject-expected.txt:
2022 * platform/gtk/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
2023 * platform/mac-leopard/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
2024 * platform/mac-leopard/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
2025 * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
2026 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
2027 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt:
2028 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
2029 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
2030 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
2031 * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
2032 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
2033 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
2034 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
2035 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
2036 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
2037 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
2038 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt:
2039 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
2040 * platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt:
2041 * platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
2042 * platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.txt:
2043 * platform/mac/svg/foreignObject/svg-document-in-html-document-expected.txt:
2044 * platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
2045 * platform/mac/svg/hixie/mixed/006-expected.txt:
2046 * platform/mac/svg/hixie/mixed/007-expected.txt:
2047 * platform/mac/svg/hixie/mixed/008-expected.txt:
2048 * platform/mac/svg/hixie/mixed/009-expected.txt:
2049 * platform/mac/svg/hixie/mixed/011-expected.txt:
2050 * platform/mac/svg/overflow/overflow-on-foreignObject-expected.txt:
2051 * platform/mac/svg/text/foreignObject-repaint-expected.txt:
2052 * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt:
2053 * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt:
2054 * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
2055 * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
2056 * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt:
2057 * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
2058 * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
2059 * platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt:
2060 * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
2061 * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.txt:
2062 * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.txt:
2063 * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt:
2064 * platform/qt/svg/overflow/overflow-on-foreignObject-expected.txt:
2065 * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.txt:
2066 * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt:
2067 * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
2068 * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
2069 * platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt:
2070 * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
2071 * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
2073 2011-01-08 Helder Correia <helder@sencha.com>
2075 Reviewed by Simon Fraser.
2077 Shadow is not drawn when filling a path with a gradient
2078 https://bugs.webkit.org/show_bug.cgi?id=51982
2080 This happens in CG and is related to bug 51869, this time to be fixed
2081 in GraphicsContext::fillPath(const Path& path). We need to draw the
2082 gradient clipped to the path on a CGLayer first, and then draw the
2083 layer on the GraphicsContext.
2085 * fast/canvas/canvas-fillPath-gradient-shadow-expected.txt: Added.
2086 * fast/canvas/canvas-fillPath-gradient-shadow.html: Added.
2087 * fast/canvas/script-tests/canvas-fillPath-gradient-shadow.js: Added.
2088 * platform/chromium/test_expectations.txt: Skipping new test since it fails.
2089 * platform/qt/Skipped: Ditto.
2091 2011-01-08 Tony Gentilcore <tonyg@chromium.org>
2093 Reviewed by Eric Seidel.
2095 HTML5 Conformance Test failure: approved/xhtml5/html_style_in_comment.xhtml
2096 https://bugs.webkit.org/show_bug.cgi?id=48593
2098 * fast/parser/html-html-comment-in-style-block-expected.txt: Added.
2099 * fast/parser/html-html-comment-in-style-block.html: Added.
2100 * fast/parser/xhtml-html-comment-in-style-block-expected.txt: Added.
2101 * fast/parser/xhtml-html-comment-in-style-block.xhtml: Added.
2103 2011-01-08 Charlie Reis <creis@chromium.org>
2105 Reviewed by Mihai Parparita.
2107 Canceled frame loads can corrupt back forward list
2108 https://bugs.webkit.org/show_bug.cgi?id=50254
2110 http/tests/navigation/forward-and-cancel.html aborts a slowly loading
2111 subframe in a frame tree and ensures the history items are updated properly.
2113 * LayoutTests/http/tests/navigation/forward-and-cancel-expected.txt: Added.
2114 * LayoutTests/http/tests/navigation/forward-and-cancel.html: Added.
2115 * LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames.html: Added.
2116 * LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames-container.html: Added.
2118 2011-01-08 Chang Shu <chang.shu@nokia.com>
2120 Reviewed by Kenneth Rohde Christiansen.
2122 Support createTouchList with Touch list for test automation.
2123 https://bugs.webkit.org/show_bug.cgi?id=51196
2125 Added test cases that take Touch objects when creating TouchList.
2127 * fast/events/touch/document-create-touch-list-expected.txt:
2128 * fast/events/touch/script-tests/document-create-touch-list.js:
2130 2011-01-08 Chang Shu <chang.shu@nokia.com>
2132 Reviewed by Ryosuke Niwa.
2134 Added test contents for contentEditable DOM attribute.
2135 https://bugs.webkit.org/show_bug.cgi?id=51957
2137 * editing/editability: Added.
2138 * editing/editability/attr-empty-string-expected.txt: Added.
2139 * editing/editability/attr-empty-string.html: Added.
2140 * editing/editability/attr-false-string-expected.txt: Added.
2141 * editing/editability/attr-false-string.html: Added.
2142 * editing/editability/attr-invalid-string-expected.txt: Added.
2143 * editing/editability/attr-invalid-string.html: Added.
2144 * editing/editability/attr-missing-ancestor-false-expected.txt: Added.
2145 * editing/editability/attr-missing-ancestor-false.html: Added.
2146 * editing/editability/attr-missing-ancestor-true-expected.txt: Added.
2147 * editing/editability/attr-missing-ancestor-true.html: Added.
2148 * editing/editability/attr-missing-parent-ancestor-missing-expected.txt: Added.
2149 * editing/editability/attr-missing-parent-ancestor-missing.html: Added.
2150 * editing/editability/attr-missing-parent-false-expected.txt: Added.
2151 * editing/editability/attr-missing-parent-false.html: Added.
2152 * editing/editability/attr-missing-parent-true-expected.txt: Added.
2153 * editing/editability/attr-missing-parent-true.html: Added.
2154 * editing/editability/attr-true-string-expected.txt: Added.
2155 * editing/editability/attr-true-string.html: Added.
2156 * editing/editability/set-false-expected.txt: Added.
2157 * editing/editability/set-false.html: Added.
2158 * editing/editability/set-inherit-parent-false-expected.txt: Added.
2159 * editing/editability/set-inherit-parent-false.html: Added.
2160 * editing/editability/set-inherit-parent-true-expected.txt: Added.
2161 * editing/editability/set-inherit-parent-true.html: Added.
2162 * editing/editability/set-invalid-value-expected.txt: Added.
2163 * editing/editability/set-invalid-value.html: Added.
2164 * editing/editability/set-true-expected.txt: Added.
2165 * editing/editability/set-true.html: Added.
2166 * editing/editability/set-value-caseinsensitive-expected.txt: Added.
2167 * editing/editability/set-value-caseinsensitive.html: Added.
2169 2011-01-08 Eric Seidel <eric@webkit.org>
2173 Implement WebKit Full Screen support
2174 https://bugs.webkit.org/show_bug.cgi?id=49481
2176 Check in failing results for these tests to allow the bots to roll green.
2178 * fullscreen/full-screen-remove-ancestor-expected.txt:
2179 * fullscreen/full-screen-remove-expected.txt:
2181 2011-01-08 Mihai Parparita <mihaip@chromium.org>
2183 Unreviewed; chromium test expectations update.
2185 Remove failing expectations for tests that started to pass after
2186 rebaselining in r75309.
2188 * platform/chromium/test_expectations.txt:
2190 2011-01-07 Antonio Gomes <agomes@rim.com>
2192 Reviewed by Kenneth Rohde Christiansen.
2194 [Qt] Spatial Navigation: adding a test for when scrollbars are turned off via WebKit API
2195 https://bugs.webkit.org/show_bug.cgi?id=51396
2197 Add a layout test to ensure that page is scrollable when spatial
2198 navgation is enabled even when scrollbars were disabled via WebKit
2199 API (e.g. QWebFrame::setScrollBarPolicy).
2201 Test is Qt-only for now since Qt's DRT is the only one that supports
2202 LayoutTestController::setScrollbarPolicy.
2204 In real world QtWebKit apps, scrollbars are disabled usually prior to
2205 any page load. To emulate that on a layout test, it was added two html
2206 files: one that set scrollbars off and queues the load of the real
2207 test, and other that does the real testing.
2209 * platform/qt/fast/spatial-navigation/resources/ensure-scrolls-with-scrollbars-disabled-by-webkit.html: Added.
2210 * platform/qt/fast/spatial-navigation/snav-ensure-scrolls-with-scrollbars-disabled-by-webkit-expected.txt: Added.
2211 * platform/qt/fast/spatial-navigation/snav-ensure-scrolls-with-scrollbars-disabled-by-webkit.html: Added.
2213 2011-01-07 Nico Weber <thakis@chromium.org>
2215 Unreviewed, test expectations.
2218 https://bugs.webkit.org/show_bug.cgi?id=52105
2220 * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.checksum:
2221 * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png
2223 2011-01-07 Nico Weber <thakis@chromium.org>
2225 Unreviewed, test expectations.
2227 Many new baselines due to updated skia.
2228 https://bugs.webkit.org/show_bug.cgi?id=52105
2230 * platform/chromium-linux/editing/pasteboard/4641033-expected.checksum:
2231 * platform/chromium-linux/editing/pasteboard/4641033-expected.png:
2232 * platform/chromium-linux/editing/pasteboard/4944770-1-expected.checksum:
2233 * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png:
2234 * platform/chromium-linux/editing/pasteboard/4944770-2-expected.checksum:
2235 * platform/chromium-linux/editing/pasteboard/4944770-2-expected.png:
2236 * platform/chromium-linux/editing/selection/3690703-2-expected.checksum:
2237 * platform/chromium-linux/editing/selection/3690703-2-expected.png:
2238 * platform/chromium-linux/editing/selection/3690703-expected.checksum:
2239 * platform/chromium-linux/editing/selection/3690703-expected.png:
2240 * platform/chromium-linux/editing/selection/3690719-expected.checksum:
2241 * platform/chromium-linux/editing/selection/3690719-expected.png:
2242 * platform/chromium-linux/editing/selection/4397952-expected.checksum:
2243 * platform/chromium-linux/editing/selection/4397952-expected.png:
2244 * platform/chromium-linux/editing/selection/5240265-expected.checksum:
2245 * platform/chromium-linux/editing/selection/5240265-expected.png:
2246 * platform/chromium-linux/editing/selection/caret-before-select-expected.checksum:
2247 * platform/chromium-linux/editing/selection/caret-before-select-expected.png:
2248 * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.checksum:
2249 * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.png:
2250 * platform/chromium-linux/editing/selection/select-box-expected.checksum:
2251 * platform/chromium-linux/editing/selection/select-box-expected.png:
2252 * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.checksum:
2253 * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.png:
2254 * platform/chromium-linux/editing/selection/transformed-selection-rects-expected.checksum:
2255 * platform/chromium-linux/editing/selection/transformed-selection-rects-expected.png:
2256 * platform/chromium-linux/fast/backgrounds/body-generated-image-propagated-to-root-expected.checksum:
2257 * platform/chromium-linux/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
2258 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.checksum:
2259 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
2260 * platform/chromium-linux/fast/backgrounds/svg-as-background-2-expected.checksum: Added.
2261 * platform/chromium-linux/fast/backgrounds/svg-as-background-2-expected.png: Added.
2262 * platform/chromium-linux/fast/backgrounds/svg-as-background-5-expected.checksum:
2263 * platform/chromium-linux/fast/backgrounds/svg-as-background-5-expected.png:
2264 * platform/chromium-linux/fast/block/float/float-avoidance-expected.checksum:
2265 * platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
2266 * platform/chromium-linux/fast/block/margin-collapse/103-expected.checksum:
2267 * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
2268 * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.checksum:
2269 * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.png:
2270 * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.checksum:
2271 * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.png:
2272 * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.checksum:
2273 * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.png:
2274 * platform/chromium-linux/fast/css/continuationCrash-expected.checksum:
2275 * platform/chromium-linux/fast/css/continuationCrash-expected.png:
2276 * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.checksum:
2277 * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.png:
2278 * platform/chromium-linux/fast/css/rtl-ordering-expected.checksum:
2279 * platform/chromium-linux/fast/css/rtl-ordering-expected.png:
2280 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum:
2281 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
2282 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum:
2283 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
2284 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum:
2285 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
2286 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum:
2287 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
2288 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum:
2289 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
2290 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
2291 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png:
2292 * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum:
2293 * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
2294 * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum:
2295 * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
2296 * platform/chromium-linux/fast/forms/003-expected.checksum:
2297 * platform/chromium-linux/fast/forms/003-expected.png:
2298 * platform/chromium-linux/fast/forms/004-expected.checksum:
2299 * platform/chromium-linux/fast/forms/004-expected.png:
2300 * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.checksum:
2301 * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.png:
2302 * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.checksum:
2303 * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.png:
2304 * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.checksum:
2305 * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.png:
2306 * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.checksum:
2307 * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.png:
2308 * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.checksum:
2309 * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.png:
2310 * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.checksum:
2311 * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.png:
2312 * platform/chromium-linux/fast/forms/basic-buttons-expected.checksum:
2313 * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
2314 * platform/chromium-linux/fast/forms/basic-selects-expected.checksum:
2315 * platform/chromium-linux/fast/forms/basic-selects-expected.png:
2316 * platform/chromium-linux/fast/forms/blankbuttons-expected.checksum:
2317 * platform/chromium-linux/fast/forms/blankbuttons-expected.png:
2318 * platform/chromium-linux/fast/forms/box-shadow-override-expected.checksum:
2319 * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
2320 * platform/chromium-linux/fast/forms/button-align-expected.checksum:
2321 * platform/chromium-linux/fast/forms/button-align-expected.png:
2322 * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.checksum:
2323 * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.png:
2324 * platform/chromium-linux/fast/forms/button-generated-content-expected.checksum:
2325 * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
2326 * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.checksum:
2327 * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
2328 * platform/chromium-linux/fast/forms/button-positioned-expected.checksum:
2329 * platform/chromium-linux/fast/forms/button-positioned-expected.png:
2330 * platform/chromium-linux/fast/forms/button-sizes-expected.checksum:
2331 * platform/chromium-linux/fast/forms/button-sizes-expected.png:
2332 * platform/chromium-linux/fast/forms/button-style-color-expected.checksum:
2333 * platform/chromium-linux/fast/forms/button-style-color-expected.png:
2334 * platform/chromium-linux/fast/forms/button-table-styles-expected.checksum:
2335 * platform/chromium-linux/fast/forms/button-table-styles-expected.png:
2336 * platform/chromium-linux/fast/forms/button-text-transform-expected.checksum:
2337 * platform/chromium-linux/fast/forms/button-text-transform-expected.png:
2338 * platform/chromium-linux/fast/forms/button-white-space-expected.checksum:
2339 * platform/chromium-linux/fast/forms/button-white-space-expected.png:
2340 * platform/chromium-linux/fast/forms/control-clip-overflow-expected.checksum:
2341 * platform/chromium-linux/fast/forms/control-clip-overflow-expected.png:
2342 * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.checksum:
2343 * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
2344 * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.checksum:
2345 * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png:
2346 * platform/chromium-linux/fast/forms/file-input-direction-expected.checksum:
2347 * platform/chromium-linux/fast/forms/file-input-direction-expected.png:
2348 * platform/chromium-linux/fast/forms/file-input-disabled-expected.checksum:
2349 * platform/chromium-linux/fast/forms/file-input-disabled-expected.png:
2350 * platform/chromium-linux/fast/forms/form-element-geometry-expected.checksum:
2351 * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
2352 * platform/chromium-linux/fast/forms/formmove3-expected.checksum:
2353 * platform/chromium-linux/fast/forms/formmove3-expected.png:
2354 * platform/chromium-linux/fast/forms/input-appearance-height-expected.checksum:
2355 * platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
2356 * platform/chromium-linux/fast/forms/input-button-sizes-expected.checksum:
2357 * platform/chromium-linux/fast/forms/input-button-sizes-expected.png:
2358 * platform/chromium-linux/fast/forms/input-file-re-render-expected.checksum:
2359 * platform/chromium-linux/fast/forms/input-file-re-render-expected.png:
2360 * platform/chromium-linux/fast/forms/input-value-expected.checksum:
2361 * platform/chromium-linux/fast/forms/input-value-expected.png:
2362 * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.checksum:
2363 * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.png:
2364 * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.checksum:
2365 * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.png:
2366 * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.checksum:
2367 * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png:
2368 * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.checksum:
2369 * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.png:
2370 * platform/chromium-linux/fast/forms/menulist-style-color-expected.checksum:
2371 * platform/chromium-linux/fast/forms/menulist-style-color-expected.png:
2372 * platform/chromium-linux/fast/forms/menulist-width-change-expected.checksum:
2373 * platform/chromium-linux/fast/forms/menulist-width-change-expected.png:
2374 * platform/chromium-linux/fast/forms/option-script-expected.checksum:
2375 * platform/chromium-linux/fast/forms/option-script-expected.png:
2376 * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.checksum:
2377 * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.png:
2378 * platform/chromium-linux/fast/forms/option-text-clip-expected.checksum:
2379 * platform/chromium-linux/fast/forms/option-text-clip-expected.png:
2380 * platform/chromium-linux/fast/forms/placeholder-position-expected.checksum:
2381 * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
2382 * platform/chromium-linux/fast/forms/select-align-expected.checksum:
2383 * platform/chromium-linux/fast/forms/select-align-expected.png:
2384 * platform/chromium-linux/fast/forms/select-baseline-expected.checksum:
2385 * platform/chromium-linux/fast/forms/select-baseline-expected.png:
2386 * platform/chromium-linux/fast/forms/select-change-listbox-to-popup-expected.checksum:
2387 * platform/chromium-linux/fast/forms/select-change-listbox-to-popup-expected.png:
2388 * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.checksum:
2389 * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.png:
2390 * platform/chromium-linux/fast/forms/select-selected-expected.checksum:
2391 * platform/chromium-linux/fast/forms/select-selected-expected.png:
2392 * platform/chromium-linux/fast/forms/select-size-expected.checksum:
2393 * platform/chromium-linux/fast/forms/select-size-expected.png:
2394 * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.checksum:
2395 * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.png:
2396 * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.checksum:
2397 * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.png:
2398 * platform/chromium-linux/fast/gradients/background-clipped-expected.checksum:
2399 * platform/chromium-linux/fast/gradients/background-clipped-expected.png:
2400 * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.checksum: Added.
2401 * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
2402 * platform/chromium-linux/fast/gradients/crash-on-zero-radius-expected.checksum:
2403 * platform/chromium-linux/fast/gradients/crash-on-zero-radius-expected.png:
2404 * platform/chromium-linux/fast/gradients/generated-gradients-expected.checksum:
2405 * platform/chromium-linux/fast/gradients/generated-gradients-expected.png:
2406 * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.checksum:
2407 * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:
2408 * platform/chromium-linux/fast/gradients/list-item-gradient-expected.checksum:
2409 * platform/chromium-linux/fast/gradients/list-item-gradient-expected.png:
2410 * platform/chromium-linux/fast/gradients/radial-centered-expected.checksum:
2411 * platform/chromium-linux/fast/gradients/radial-centered-expected.png:
2412 * platform/chromium-linux/fast/gradients/simple-gradients-expected.checksum:
2413 * platform/chromium-linux/fast/gradients/simple-gradients-expected.png:
2414 * platform/chromium-linux/fast/images/animated-svg-as-image-expected.checksum:
2415 * platform/chromium-linux/fast/images/animated-svg-as-image-expected.png:
2416 * platform/chromium-linux/fast/invalid/014-expected.checksum:
2417 * platform/chromium-linux/fast/invalid/014-expected.png:
2418 * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum:
2419 * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
2420 * platform/chromium-linux/fast/parser/document-write-option-expected.checksum:
2421 * platform/chromium-linux/fast/parser/document-write-option-expected.png:
2422 * platform/chromium-linux/fast/repaint/control-clip-expected.checksum:
2423 * platform/chromium-linux/fast/repaint/control-clip-expected.png:
2424 * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.checksum:
2425 * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png:
2426 * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.checksum:
2427 * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png:
2428 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.checksum:
2429 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
2430 * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.checksum:
2431 * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.png:
2432 * platform/chromium-linux/fast/replaced/three-selects-break-expected.checksum:
2433 * platform/chromium-linux/fast/replaced/three-selects-break-expected.png:
2434 * platform/chromium-linux/fast/replaced/width100percent-button-expected.checksum:
2435 * platform/chromium-linux/fast/replaced/width100percent-button-expected.png:
2436 * platform/chromium-linux/fast/selectors/064-expected.checksum:
2437 * platform/chromium-linux/fast/selectors/064-expected.png:
2438 * platform/chromium-linux/fast/table/append-cells2-expected.checksum:
2439 * platform/chromium-linux/fast/table/append-cells2-expected.png:
2440 * platform/chromium-linux/fast/table/remove-td-display-none-expected.checksum:
2441 * platform/chromium-linux/fast/table/remove-td-display-none-expected.png:
2442 * platform/chromium-linux/fast/text/international/bidi-menulist-expected.checksum:
2443 * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png:
2444 * platform/chromium-linux/fast/text/international/hindi-spacing-expected.checksum:
2445 * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
2446 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.checksum:
2447 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
2448 * platform/chromium-linux/fast/transforms/shadows-expected.checksum:
2449 * platform/chromium-linux/fast/transforms/shadows-expected.png:
2450 * platform/chromium-linux/fast/transforms/transform-on-inline-expected.checksum:
2451 * platform/chromium-linux/fast/transforms/transform-on-inline-expected.png:
2452 * platform/chromium-linux/fast/transforms/transform-table-row-expected.checksum:
2453 * platform/chromium-linux/fast/transforms/transform-table-row-expected.png:
2454 * platform/chromium-linux/fast/transforms/transformed-caret-expected.checksum:
2455 * platform/chromium-linux/fast/transforms/transformed-caret-expected.png:
2456 * platform/chromium-linux/fast/transforms/transformed-document-element-expected.checksum:
2457 * platform/chromium-linux/fast/transforms/transformed-document-element-expected.png:
2458 * platform/chromium-linux/media/audio-controls-rendering-expected.checksum:
2459 * platform/chromium-linux/media/audio-controls-rendering-expected.png:
2460 * platform/chromium-linux/media/controls-after-reload-expected.checksum:
2461 * platform/chromium-linux/media/controls-after-reload-expected.png:
2462 * platform/chromium-linux/media/controls-strict-expected.checksum:
2463 * platform/chromium-linux/media/controls-strict-expected.png:
2464 * platform/chromium-linux/media/controls-styling-expected.checksum:
2465 * platform/chromium-linux/media/controls-styling-expected.png:
2466 * platform/chromium-linux/media/controls-without-preload-expected.checksum:
2467 * platform/chromium-linux/media/controls-without-preload-expected.png:
2468 * platform/chromium-linux/media/video-controls-rendering-expected.checksum:
2469 * platform/chromium-linux/media/video-controls-rendering-expected.png:
2470 * platform/chromium-linux/media/video-no-audio-expected.checksum:
2471 * platform/chromium-linux/media/video-no-audio-expected.png:
2472 * platform/chromium-linux/media/video-volume-slider-expected.checksum:
2473 * platform/chromium-linux/media/video-volume-slider-expected.png:
2474 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum:
2475 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
2476 * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
2477 * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
2478 * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
2479 * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
2480 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
2481 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
2482 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
2483 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
2484 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
2485 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
2486 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
2487 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
2488 * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
2489 * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
2490 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
2491 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
2492 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
2493 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
2494 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
2495 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
2496 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
2497 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
2498 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
2499 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
2500 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
2501 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
2502 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
2503 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
2504 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
2505 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
2506 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
2507 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
2508 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
2509 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
2510 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
2511 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
2512 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
2513 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
2514 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
2515 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
2516 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
2517 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
2518 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
2519 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
2520 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
2521 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
2522 * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
2523 * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
2524 * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
2525 * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
2526 * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
2527 * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
2528 * platform/chromium-linux/svg/batik/filters/feTile-expected.checksum:
2529 * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
2530 * platform/chromium-linux/svg/batik/paints/patternRegions-expected.checksum:
2531 * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png:
2532 * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.checksum:
2533 * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png:
2534 * platform/chromium-linux/svg/batik/text/textEffect-expected.checksum:
2535 * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
2536 * platform/chromium-linux/svg/batik/text/textEffect2-expected.checksum:
2537 * platform/chromium-linux/svg/batik/text/textEffect2-expected.png:
2538 * platform/chromium-linux/svg/batik/text/textEffect3-expected.checksum:
2539 * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
2540 * platform/chromium-linux/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
2541 * platform/chromium-linux/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
2542 * platform/chromium-linux/svg/batik/text/textLayout2-expected.checksum:
2543 * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
2544 * platform/chromium-linux/svg/batik/text/textOnPath-expected.checksum:
2545 * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
2546 * platform/chromium-linux/svg/batik/text/textOnPath2-expected.checksum:
2547 * platform/chromium-linux/svg/batik/text/textOnPath2-expected.png:
2548 * platform/chromium-linux/svg/batik/text/textOnPath3-expected.checksum:
2549 * platform/chromium-linux/svg/batik/text/textOnPath3-expected.png:
2550 * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.checksum:
2551 * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.png:
2552 * platform/chromium-linux/svg/batik/text/textProperties-expected.checksum:
2553 * platform/chromium-linux/svg/batik/text/textProperties-expected.png:
2554 * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.checksum:
2555 * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
2556 * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.checksum:
2557 * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
2558 * platform/chromium-linux/svg/css/composite-shadow-text-expected.checksum:
2559 * platform/chromium-linux/svg/css/composite-shadow-text-expected.png:
2560 * platform/chromium-linux/svg/css/group-with-shadow-expected.checksum:
2561 * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
2562 * platform/chromium-linux/svg/css/mask-with-shadow-expected.checksum:
2563 * platform/chromium-linux/svg/css/mask-with-shadow-expected.png:
2564 * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.checksum:
2565 * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.png:
2566 * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.checksum:
2567 * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.png:
2568 * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.checksum:
2569 * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.png:
2570 * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.checksum:
2571 * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.png:
2572 * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.checksum:
2573 * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.png:
2574 * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.checksum:
2575 * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.png:
2576 * platform/chromium-linux/svg/custom/gradient-deep-referencing-expected.checksum:
2577 * platform/chromium-linux/svg/custom/gradient-deep-referencing-expected.png:
2578 * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.checksum:
2579 * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.png:
2580 * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.checksum:
2581 * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.png:
2582 * platform/chromium-linux/svg/custom/gradient-with-1d-boundingbox-expected.checksum:
2583 * platform/chromium-linux/svg/custom/gradient-with-1d-boundingbox-expected.png:
2584 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.checksum:
2585 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png:
2586 * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
2587 * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
2588 * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.checksum:
2589 * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
2590 * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.checksum:
2591 * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
2592 * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.checksum:
2593 * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.png:
2594 * platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum:
2595 * platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
2596 * platform/chromium-linux/svg/custom/recursive-gradient-expected.checksum:
2597 * platform/chromium-linux/svg/custom/recursive-gradient-expected.png:
2598 * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.checksum:
2599 * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png:
2600 * platform/chromium-linux/svg/custom/stroke-width-large-expected.checksum:
2601 * platform/chromium-linux/svg/custom/stroke-width-large-expected.png:
2602 * platform/chromium-linux/svg/custom/stroked-pattern-expected.checksum:
2603 * platform/chromium-linux/svg/custom/stroked-pattern-expected.png:
2604 * platform/chromium-linux/svg/custom/text-linking-expected.checksum:
2605 * platform/chromium-linux/svg/custom/text-linking-expected.png:
2606 * platform/chromium-linux/svg/custom/text-rotation-expected.checksum:
2607 * platform/chromium-linux/svg/custom/text-rotation-expected.png:
2608 * platform/chromium-linux/svg/custom/use-detach-expected.checksum:
2609 * platform/chromium-linux/svg/custom/use-detach-expected.png:
2610 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
2611 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
2612 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
2613 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
2614 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
2615 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
2616 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
2617 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
2618 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
2619 * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
2620 * platform/chromium-linux/svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
2621 * platform/chromium-linux/svg/custom/use-on-non-svg-namespaced-element-expected.png:
2622 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.checksum:
2623 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
2624 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.checksum:
2625 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
2626 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.checksum:
2627 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
2628 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.checksum:
2629 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
2630 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum:
2631 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
2632 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum:
2633 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
2634 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum:
2635 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
2636 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum:
2637 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
2638 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.checksum:
2639 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
2640 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.checksum:
2641 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
2642 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.checksum:
2643 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
2644 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.checksum:
2645 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
2646 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.checksum:
2647 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
2648 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.checksum:
2649 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
2650 * platform/chromium-linux/svg/text/selection-background-color-expected.checksum:
2651 * platform/chromium-linux/svg/text/selection-background-color-expected.png:
2652 * platform/chromium-linux/svg/text/selection-styles-expected.checksum:
2653 * platform/chromium-linux/svg/text/selection-styles-expected.png:
2654 * platform/chromium-linux/svg/text/text-deco-01-b-expected.checksum:
2655 * platform/chromium-linux/svg/text/text-deco-01-b-expected.png:
2656 * platform/chromium-linux/svg/text/text-path-01-b-expected.checksum:
2657 * platform/chromium-linux/svg/text/text-path-01-b-expected.png:
2658 * platform/chromium-linux/svg/text/text-text-07-t-expected.checksum:
2659 * platform/chromium-linux/svg/text/text-text-07-t-expected.png:
2660 * platform/chromium-linux/svg/text/text-text-08-b-expected.checksum:
2661 * platform/chromium-linux/svg/text/text-text-08-b-expected.png:
2662 * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum:
2663 * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
2664 * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum:
2665 * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
2666 * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.checksum:
2667 * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.png:
2668 * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.checksum:
2669 * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png:
2670 * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.checksum:
2671 * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.png:
2672 * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.checksum:
2673 * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
2674 * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.checksum:
2675 * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
2676 * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.checksum:
2677 * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
2678 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.checksum:
2679 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
2680 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.checksum:
2681 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
2682 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.checksum:
2683 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
2684 * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.checksum:
2685 * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
2686 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.checksum:
2687 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
2688 * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.checksum:
2689 * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
2690 * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.checksum:
2691 * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
2692 * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.checksum:
2693 * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
2694 * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.checksum:
2695 * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
2696 * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.checksum:
2697 * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
2698 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.checksum:
2699 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
2700 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.checksum:
2701 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
2702 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.checksum:
2703 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
2704 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.checksum:
2705 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
2706 * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.checksum:
2707 * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
2708 * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.checksum:
2709 * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
2710 * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.checksum:
2711 * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
2712 * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.checksum:
2713 * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
2714 * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.checksum:
2715 * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
2716 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.checksum:
2717 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
2718 * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.checksum:
2719 * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
2720 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.checksum:
2721 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
2722 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.checksum:
2723 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
2724 * platform/chromium-linux/tables/mozilla/core/margins-expected.checksum:
2725 * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
2726 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.checksum:
2727 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
2728 * platform/chromium-linux/tables/mozilla/other/move_row-expected.checksum:
2729 * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
2730 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum:
2731 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
2732 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum:
2733 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
2734 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum:
2735 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
2736 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum:
2737 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
2738 * platform/chromium-linux/transforms/2d/hindi-rotated-expected.checksum:
2739 * platform/chromium-linux/transforms/2d/hindi-rotated-expected.png:
2740 * platform/chromium-linux/transforms/2d/zoom-menulist-expected.checksum:
2741 * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
2742 * platform/chromium-win/fast/backgrounds/body-generated-image-propagated-to-root-expected.checksum:
2743 * platform/chromium-win/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
2744 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.checksum:
2745 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
2746 * platform/chromium-win/fast/backgrounds/svg-as-background-2-expected.checksum:
2747 * platform/chromium-win/fast/backgrounds/svg-as-background-2-expected.png:
2748 * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.checksum:
2749 * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.png:
2750 * platform/chromium-win/fast/canvas/fillrect_gradient-expected.checksum:
2751 * platform/chromium-win/fast/canvas/fillrect_gradient-expected.png:
2752 * platform/chromium-win/fast/canvas/gradient-add-second-start-end-stop-expected.checksum:
2753 * platform/chromium-win/fast/canvas/gradient-add-second-start-end-stop-expected.png:
2754 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum:
2755 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
2756 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum:
2757 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
2758 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum:
2759 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
2760 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.checksum:
2761 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.png:
2762 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum:
2763 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
2764 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum:
2765 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
2766 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
2767 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
2768 * platform/chromium-win/fast/gradients/background-clipped-expected.checksum:
2769 * platform/chromium-win/fast/gradients/background-clipped-expected.png:
2770 * platform/chromium-win/fast/gradients/border-image-gradient-expected.checksum:
2771 * platform/chromium-win/fast/gradients/border-image-gradient-expected.png:
2772 * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.checksum:
2773 * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
2774 * platform/chromium-win/fast/gradients/crash-on-zero-radius-expected.checksum:
2775 * platform/chromium-win/fast/gradients/crash-on-zero-radius-expected.png:
2776 * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.checksum:
2777 * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png:
2778 * platform/chromium-win/fast/gradients/generated-gradients-expected.checksum:
2779 * platform/chromium-win/fast/gradients/generated-gradients-expected.png:
2780 * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.checksum:
2781 * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.png:
2782 * platform/chromium-win/fast/gradients/list-item-gradient-expected.checksum:
2783 * platform/chromium-win/fast/gradients/list-item-gradient-expected.png:
2784 * platform/chromium-win/fast/gradients/radial-centered-expected.checksum:
2785 * platform/chromium-win/fast/gradients/radial-centered-expected.png:
2786 * platform/chromium-win/fast/gradients/simple-gradients-expected.checksum:
2787 * platform/chromium-win/fast/gradients/simple-gradients-expected.png:
2788 * platform/chromium-win/fast/reflections/reflection-masks-expected.checksum:
2789 * platform/chromium-win/fast/reflections/reflection-masks-expected.png:
2790 * platform/chromium-win/fast/repaint/background-generated-expected.checksum:
2791 * platform/chromium-win/fast/repaint/background-generated-expected.png:
2792 * platform/chromium-win/media/audio-controls-rendering-expected.checksum:
2793 * platform/chromium-win/media/audio-controls-rendering-expected.png:
2794 * platform/chromium-win/media/controls-after-reload-expected.checksum:
2795 * platform/chromium-win/media/controls-after-reload-expected.png:
2796 * platform/chromium-win/media/controls-strict-expected.checksum:
2797 * platform/chromium-win/media/controls-strict-expected.png:
2798 * platform/chromium-win/media/controls-styling-expected.checksum:
2799 * platform/chromium-win/media/controls-styling-expected.png:
2800 * platform/chromium-win/media/controls-without-preload-expected.checksum:
2801 * platform/chromium-win/media/controls-without-preload-expected.png:
2802 * platform/chromium-win/media/video-controls-rendering-expected.checksum:
2803 * platform/chromium-win/media/video-controls-rendering-expected.png:
2804 * platform/chromium-win/media/video-no-audio-expected.checksum:
2805 * platform/chromium-win/media/video-no-audio-expected.png:
2806 * platform/chromium-win/media/video-volume-slider-expected.checksum:
2807 * platform/chromium-win/media/video-volume-slider-expected.png:
2808 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum:
2809 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
2810 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum:
2811 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
2812 * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
2813 * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
2814 * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
2815 * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
2816 * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
2817 * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
2818 * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
2819 * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
2820 * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
2821 * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
2822 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
2823 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
2824 * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
2825 * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
2826 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
2827 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
2828 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
2829 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
2830 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
2831 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
2832 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
2833 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
2834 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
2835 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
2836 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
2837 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
2838 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
2839 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
2840 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
2841 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
2842 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
2843 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
2844 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
2845 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
2846 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
2847 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
2848 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
2849 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
2850 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
2851 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
2852 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
2853 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
2854 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
2855 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
2856 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
2857 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
2858 * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
2859 * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
2860 * platform/chromium-win/svg/batik/filters/feTile-expected.checksum:
2861 * platform/chromium-win/svg/batik/filters/feTile-expected.png:
2862 * platform/chromium-win/svg/batik/paints/patternRegions-expected.checksum:
2863 * platform/chromium-win/svg/batik/paints/patternRegions-expected.png:
2864 * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.checksum:
2865 * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png:
2866 * platform/chromium-win/svg/batik/text/textEffect-expected.checksum:
2867 * platform/chromium-win/svg/batik/text/textEffect-expected.png:
2868 * platform/chromium-win/svg/batik/text/textEffect2-expected.checksum:
2869 * platform/chromium-win/svg/batik/text/textEffect2-expected.png:
2870 * platform/chromium-win/svg/batik/text/textEffect3-expected.checksum:
2871 * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
2872 * platform/chromium-win/svg/batik/text/textProperties-expected.checksum:
2873 * platform/chromium-win/svg/batik/text/textProperties-expected.png:
2874 * platform/chromium-win/svg/carto.net/colourpicker-expected.checksum:
2875 * platform/chromium-win/svg/carto.net/colourpicker-expected.png:
2876 * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.checksum:
2877 * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
2878 * platform/chromium-win/svg/css/composite-shadow-text-expected.checksum:
2879 * platform/chromium-win/svg/css/composite-shadow-text-expected.png:
2880 * platform/chromium-win/svg/css/mask-with-shadow-expected.checksum:
2881 * platform/chromium-win/svg/css/mask-with-shadow-expected.png:
2882 * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.checksum:
2883 * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.png:
2884 * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.checksum:
2885 * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.png:
2886 * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.checksum:
2887 * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.png:
2888 * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.checksum:
2889 * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.png:
2890 * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.checksum:
2891 * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.png:
2892 * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.checksum:
2893 * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.png:
2894 * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.checksum:
2895 * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.png:
2896 * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.checksum:
2897 * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.png:
2898 * platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.checksum:
2899 * platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.png:
2900 * platform/chromium-win/svg/custom/gradient-stroke-width-expected.checksum:
2901 * platform/chromium-win/svg/custom/gradient-stroke-width-expected.png:
2902 * platform/chromium-win/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.checksum:
2903 * platform/chromium-win/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
2904 * platform/chromium-win/svg/custom/gradient-with-1d-boundingbox-expected.checksum:
2905 * platform/chromium-win/svg/custom/gradient-with-1d-boundingbox-expected.png:
2906 * platform/chromium-win/svg/custom/group-opacity-expected.checksum:
2907 * platform/chromium-win/svg/custom/group-opacity-expected.png:
2908 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.checksum:
2909 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png:
2910 * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
2911 * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
2912 * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.checksum:
2913 * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
2914 * platform/chromium-win/svg/custom/js-update-gradient-expected.checksum:
2915 * platform/chromium-win/svg/custom/js-update-gradient-expected.png:
2916 * platform/chromium-win/svg/custom/js-update-stop-expected.checksum:
2917 * platform/chromium-win/svg/custom/js-update-stop-expected.png:
2918 * platform/chromium-win/svg/custom/large-bounding-box-percents-expected.checksum:
2919 * platform/chromium-win/svg/custom/large-bounding-box-percents-expected.png:
2920 * platform/chromium-win/svg/custom/non-scaling-stroke-expected.checksum:
2921 * platform/chromium-win/svg/custom/non-scaling-stroke-expected.png:
2922 * platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum:
2923 * platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
2924 * platform/chromium-win/svg/custom/recursive-gradient-expected.checksum:
2925 * platform/chromium-win/svg/custom/recursive-gradient-expected.png:
2926 * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.checksum:
2927 * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png:
2928 * platform/chromium-win/svg/custom/stroked-pattern-expected.checksum:
2929 * platform/chromium-win/svg/custom/stroked-pattern-expected.png:
2930 * platform/chromium-win/svg/custom/text-rotated-gradient-expected.checksum:
2931 * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png:
2932 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.checksum:
2933 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
2934 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.checksum:
2935 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
2936 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.checksum:
2937 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
2938 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.checksum:
2939 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
2940 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum:
2941 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
2942 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum:
2943 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
2944 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum:
2945 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
2946 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum:
2947 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
2948 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.checksum:
2949 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
2950 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.checksum:
2951 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
2952 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.checksum:
2953 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
2954 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.checksum:
2955 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
2956 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.checksum:
2957 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
2958 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.checksum:
2959 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
2960 * platform/chromium-win/svg/filters/big-sized-filter-expected.checksum:
2961 * platform/chromium-win/svg/filters/big-sized-filter-expected.png:
2962 * platform/chromium-win/svg/filters/feTile-expected.checksum:
2963 * platform/chromium-win/svg/filters/feTile-expected.png:
2964 * platform/chromium-win/svg/text/selection-background-color-expected.checksum:
2965 * platform/chromium-win/svg/text/selection-background-color-expected.png:
2966 * platform/chromium-win/svg/text/selection-styles-expected.checksum:
2967 * platform/chromium-win/svg/text/selection-styles-expected.png:
2968 * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.checksum:
2969 * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
2971 2011-01-07 Adam Barth <abarth@webkit.org>
2973 Record expectation for test.
2975 * platform/chromium/test_expectations.txt:
2977 2011-01-07 Mihai Parparita <mihaip@chromium.org>
2979 Unreviewed, test expectation update.
2981 Update mac-leopard baselines for tests that currently have up to date
2982 Snow Leopard baselines in platform/mac.
2984 * platform/mac-leopard/fast/css/text-overflow-ellipsis-strict-expected.checksum:
2985 * platform/mac-leopard/fast/css/text-overflow-ellipsis-strict-expected.png:
2986 * platform/mac-leopard/fast/invalid/residual-style-expected.checksum:
2987 * platform/mac-leopard/fast/invalid/residual-style-expected.png:
2988 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum:
2989 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
2990 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum:
2991 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
2992 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum:
2993 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
2994 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum:
2995 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
2996 * platform/mac-leopard/fast/table/027-vertical-expected.checksum:
2997 * platform/mac-leopard/fast/table/027-vertical-expected.png:
2998 * platform/mac-leopard/fast/table/028-vertical-expected.checksum:
2999 * platform/mac-leopard/fast/table/028-vertical-expected.png:
3000 * platform/mac-leopard/fast/table/038-vertical-expected.checksum:
3001 * platform/mac-leopard/fast/table/038-vertical-expected.png:
3002 * platform/mac-leopard/fast/table/040-vertical-expected.checksum:
3003 * platform/mac-leopard/fast/table/040-vertical-expected.png:
3004 * platform/mac-leopard/fast/table/border-collapsing/002-vertical-expected.checksum:
3005 * platform/mac-leopard/fast/table/border-collapsing/002-vertical-expected.png:
3006 * platform/mac-leopard/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.checksum:
3007 * platform/mac-leopard/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
3008 * platform/mac-leopard/fast/table/table-display-types-vertical-expected.checksum:
3009 * platform/mac-leopard/fast/table/table-display-types-vertical-expected.png:
3010 * platform/mac-leopard/fast/text/backslash-to-yen-sign-euc-expected.checksum:
3011 * platform/mac-leopard/fast/text/backslash-to-yen-sign-euc-expected.png:
3012 * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.checksum:
3013 * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.png:
3014 * platform/mac-leopard/svg/custom/junk-data-expected.checksum:
3015 * platform/mac-leopard/svg/custom/junk-data-expected.png:
3016 * platform/mac-leopard/svg/custom/missing-xlink-expected.checksum:
3017 * platform/mac-leopard/svg/custom/missing-xlink-expected.png:
3018 * platform/mac-leopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum:
3019 * platform/mac-leopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
3021 2011-01-07 Justin Garcia <justin.garcia@apple.com>
3023 Reviewed by Dan Bernstein.
3025 https://bugs.webkit.org/show_bug.cgi?id=51851
3026 Implement RenderSVGInlineText::localCaretRect()
3028 * svg/text/caret-in-svg-text-expected.txt: Added.
3029 * svg/text/caret-in-svg-text.xhtml: Added.
3031 2011-01-06 Ryosuke Niwa <rniwa@webkit.org>
3033 Reviewed by Adam Barth.
3035 onbeforeunload is broken for framesets
3036 https://bugs.webkit.org/show_bug.cgi?id=19418
3038 Added tests to ensure WebKit fires beforeunload events for subframes,
3039 and disallows navigation except that of javascript scheme while beforeunload event
3040 handlers are being called.
3042 Also added a test to ensure WebKit fires beforeunload event for subframes exactly
3043 once even if a subframe was moved around within a beforeunload event handler.
3045 A test that ensures beforeunload event is not fired for an iframe if the iframe
3046 was added or removed within a beforeunload event handler is also added.
3048 Furthermore, a test to ensure WebKit does not fire a beforeunload event to an iframe
3049 that has been adopted by a document outside of the unloading document is added.
3051 * fast/events/before-unload-adopt-subframe-to-outside-expected.txt: Added.
3052 * fast/events/before-unload-adopt-subframe-to-outside.html: Added.
3053 * fast/events/before-unload-adopt-within-subframes-expected.txt: Added.
3054 * fast/events/before-unload-adopt-within-subframes.html: Added.
3055 * fast/events/before-unload-forbidden-navigation-expected.txt: Added.
3056 * fast/events/before-unload-forbidden-navigation.html: Added.
3057 * fast/events/before-unload-in-multiple-subframes-expected.txt: Added.
3058 * fast/events/before-unload-in-multiple-subframes.html: Added.
3059 * fast/events/before-unload-in-subframe-expected.txt: Added.
3060 * fast/events/before-unload-in-subframe.html: Added.
3061 * fast/events/before-unload-javascript-navigation-expected.txt: Added.
3062 * fast/events/before-unload-javascript-navigation.html: Added.
3063 * fast/events/before-unload-remove-and-add-subframe-expected.txt: Added.
3064 * fast/events/before-unload-remove-and-add-subframe.html: Added.
3065 * fact/events/before-unload-remove-itself-expected.txt: Added.
3066 * fact/events/before-unload-remove-itself.html: Added.
3067 * fast/events/before-unload-with-subframes-expected.txt: Added.
3068 * fast/events/before-unload-with-subframes.html: Added.
3069 * fast/events/resources/before-unload-in-subframe-child.html: Added.
3070 * fast/events/resources/before-unload-in-subframe-destination.html: Added.
3071 * fast/events/resources/before-unload-in-subframe-fail.html: Added.
3072 * fast/events/resources/before-unload-with-subframes-parent.html: Added.
3074 2011-01-07 Martin Robinson <mrobinson@igalia.com>
3076 Reviewed by Mihai Parparita.
3078 fast/dom/Window/window-postmessage-clone-frames.html has some timing issues
3079 https://bugs.webkit.org/show_bug.cgi?id=52032
3081 Fix the timing issue in fast/dom/Window/window-postmessage-clone-frames.html
3082 and move the output console div beyond the file input control, so that output
3083 text does not push it outside the viewport.
3085 * fast/dom/Window/window-postmessage-clone-frames-expected.txt: Updated results
3086 to reflect div movement.
3087 * fast/dom/Window/window-postmessage-clone-frames.html: Fix the timing and
3088 layout issues with this test.
3090 2011-01-07 Ryosuke Niwa <rniwa@webkit.org>
3092 Reviewed by Ojan Vafai.
3094 Adopting an iframe to a child frame results in stack overflow
3095 https://bugs.webkit.org/show_bug.cgi?id=52018
3097 Added a test to ensure calling adoptNode with an iframe throws an exception
3098 if the adoptee is an ancestor of the document adopting the node in the frame hierarchy.
3100 * fast/html/adopt-parent-frame-expected.txt: Added.
3101 * fast/html/adopt-parent-frame.html: Added.
3103 2011-01-07 Martin Robinson <mrobinson@igalia.com>
3105 Add a platform-specific baseline for GTK+ after r75257.
3107 * platform/gtk/fast/text/emphasis-avoid-ruby-expected.checksum: Added.
3108 * platform/gtk/fast/text/emphasis-avoid-ruby-expected.png: Added.
3109 * platform/gtk/fast/text/emphasis-avoid-ruby-expected.txt: Added.
3111 2011-01-05 Jer Noble <jer@kokode.apple.com>
3113 Reviewed by Simon Fraser.
3115 Implement WebKit Full Screen support.
3116 https://bugs.webkit.org/show_bug.cgi?id=49481
3117 rdar://problem/8247444
3119 Update the tests with new API names and spec values.
3121 * fullscreen/full-screen-api-expected.txt:
3122 * fullscreen/full-screen-api.html:
3123 * fullscreen/full-screen-css.html:
3124 * fullscreen/full-screen-request-expected.txt:
3125 * fullscreen/full-screen-request.html:
3127 2011-01-07 James Robinson <jamesr@chromium.org>
3129 Revert "Implement mozilla's animationTime property"
3130 https://bugs.webkit.org/show_bug.cgi?id=51952
3132 This approach isn't quite right.
3134 * animations/animation-time-expected.txt: Removed.
3135 * animations/animation-time.html: Removed.
3136 * animations/script-tests/animation-time.js: Removed.
3137 * fast/dom/Window/window-properties-expected.txt:
3138 * fast/dom/Window/window-property-descriptors-expected.txt:
3139 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
3140 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
3141 * platform/qt/fast/dom/Window/window-properties-expected.txt:
3142 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
3143 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
3145 2011-01-07 Stephen White <senorblanco@chromium.org>
3147 Unreviewed; test expectations update.
3149 * platform/chromium-gpu/test_expectations.txt:
3150 Removed some no-longer-failing tests; moved some lines around to
3151 match the CPU results.
3152 * platform/chromium/test_expectations.txt:
3153 Bug assignment and cleanup.
3155 2011-01-05 Adrienne Walker <enne@google.com>
3157 Reviewed by Kenneth Russell.
3159 Add tests for WebGL's lost context events.
3160 https://bugs.webkit.org/show_bug.cgi?id=51492
3162 * fast/canvas/webgl/context-lost-expected.txt: Added.
3163 * fast/canvas/webgl/context-lost-restored-expected.txt: Added.
3164 * fast/canvas/webgl/context-lost-restored.html: Added.
3165 * fast/canvas/webgl/context-lost.html: Added.
3167 2011-01-07 Stephen White <senorblanco@chromium.org>
3169 Unreviewed; new test baselines and updated chromium expectations.
3171 * platform/chromium-gpu/test_expectations.txt:
3172 * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added.
3173 * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
3174 * platform/chromium/test_expectations.txt:
3176 2011-01-07 Chris Marrin <cmarrin@apple.com>
3178 Rubber-stamped by Simon Fraser.
3180 Share code between Mac (CA) and Windows (CACF) GraphicsLayer implementations
3181 https://bugs.webkit.org/show_bug.cgi?id=49388
3183 Use a double nested zero length timer like other tests here do
3184 to give the renderer time to do the render and switch into tiled
3187 * compositing/tiling/huge-layer-with-layer-children.html:
3188 * compositing/tiling/huge-layer.html:
3190 2011-01-07 Nate Chapin <japhet@chromium.org>
3192 Reviewed by Darin Fisher.
3194 Test for https://bugs.webkit.org/show_bug.cgi?id=51898.
3196 * http/tests/navigation/ping-cookie-expected.txt: Added.
3197 * http/tests/navigation/ping-cookie.html: Added.
3198 * http/tests/navigation/resources/save-ping.php:
3200 2011-01-07 Xan Lopez <xlopez@igalia.com>
3202 Unreviewed, rolling out r75256.
3203 http://trac.webkit.org/changeset/75256
3204 https://bugs.webkit.org/show_bug.cgi?id=50869
3206 Broke GTK+ canvas tests
3208 * platform/gtk/Skipped:
3210 2011-01-07 Jessie Berlin <jberlin@apple.com>
3212 Unreviewed, rolling out r75205.
3213 http://trac.webkit.org/changeset/75205
3214 https://bugs.webkit.org/show_bug.cgi?id=52026
3215 https://bugs.webkit.org/show_bug.cgi?id=52028
3216 https://bugs.webkit.org/show_bug.cgi?id=52029
3218 The Windows 7 Release Test Bots are fixed.
3220 * platform/win/animations: Removed.
3221 * platform/win/animations/animation-time-expected.txt: Removed.
3222 * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed.
3223 * platform/win/fast/css/css3-nth-tokens-script-expected.txt: Removed.
3224 * platform/win/fast/css/css3-nth-tokens-style-expected.txt: Removed.
3225 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
3227 2011-01-07 Dan Bernstein <mitz@apple.com>
3229 Reviewed by Darin Adler.
3231 <rdar://problem/8783318> Text emphasis marks should not appear over characters that have ruby annotations
3232 https://bugs.webkit.org/show_bug.cgi?id=51267
3234 * fast/text/emphasis-avoid-ruby-expected.checksum: Added.
3235 * fast/text/emphasis-avoid-ruby-expected.png: Added.
3236 * fast/text/emphasis-avoid-ruby-expected.txt: Added.
3237 * fast/text/emphasis-avoid-ruby.html: Added.
3239 2011-01-07 Alejandro G. Castro <alex@igalia.com>
3241 Reviewed by Martin Robinson.
3243 [cairo] Rendering a lot of arcs on top of each other causes time
3245 https://bugs.webkit.org/show_bug.cgi?id=50869
3247 Unskip canvas-largedraws.html after improving the performance for
3250 * platform/gtk/Skipped:
3252 2011-01-06 Zhenyao Mo <zmo@google.com>
3254 Reviewed by Kenneth Russell.
3256 copyTexSubImage2D shouldn't have undefined pixels
3257 https://bugs.webkit.org/show_bug.cgi?id=51559
3259 * fast/canvas/webgl/uninitialized-test-expected.txt:
3260 * fast/canvas/webgl/uninitialized-test.html: Add test cases for copyTexSubImage2D.
3262 2011-01-07 Stephen White <senorblanco@chromium.org>
3264 Unreviewed; new test results and expectations updates.
3266 Created new results for tests which do not fail on chrome win (failing
3267 Safari results were recently checked in). Also assigned bugs to many
3268 of my recent test_expectations updates.
3270 * platform/chromium-win/animations/animation-time-expected.txt: Added.
3271 * platform/chromium-win/fast/css/css3-nth-tokens-script-expected.txt: Added.
3272 * platform/chromium-win/fast/css/css3-nth-tokens-style-expected.txt: Added.
3273 * platform/chromium/test_expectations.txt:
3275 2011-01-07 Stephen White <senorblanco@chromium.org>
3277 Unreviewed; chromium test expectations update.
3279 * platform/chromium/test_expectations.txt:
3280 A few tests that were flaky before are failing more frequently now.
3282 2011-01-07 Alejandro G. Castro <alex@igalia.com>
3284 Reviewed by Martin Robinson.
3286 Cairo's ContextShadow may mis-render some box shadows
3287 https://bugs.webkit.org/show_bug.cgi?id=51374
3289 Added new test to check rectangular tiled shadows.
3291 * platform/gtk/fast/css/rect-shadow-tiled-expected.checksum: Added.
3292 * platform/gtk/fast/css/rect-shadow-tiled-expected.png: Added.
3293 * platform/gtk/fast/css/rect-shadow-tiled-expected.txt: Added.
3294 * platform/gtk/fast/css/rect-shadow-tiled.html: Added.
3296 2011-01-07 Kinuko Yasuda <kinuko@chromium.org>
3298 Unreviewed; an attempt to fix chromium bot failures by removing failing test line (they must be failing due to modificationTime accuracy error).
3300 * fast/filesystem/op-get-metadata-expected.txt:
3301 * fast/filesystem/resources/op-tests-helper.js:
3302 (runOperationTest.OperationTestHelper.this.testMetadataSuccessCallback):
3304 2011-01-06 Kinuko Yasuda <kinuko@chromium.org>
3306 Reviewed by David Levin.
3308 Add layout tests for Entry.getMetadata (FileSystem API)
3309 https://bugs.webkit.org/show_bug.cgi?id=47311
3311 * fast/filesystem/op-get-metadata-expected.txt: Added.
3312 * fast/filesystem/op-get-metadata.html: Added.
3313 * fast/filesystem/resources/op-get-metadata.js: Added.
3314 * fast/filesystem/resources/op-tests-helper.js: Updated getMetadata
3317 2011-01-06 Mihai Parparita <mihaip@chromium.org>
3319 Unreviewed; chromium test expectations update.
3321 Remove failing expectations for tests that started to pass after
3322 rebaselining in r75215.
3324 Make failing expectations added by r75213 more specific (failures are
3325 only on Windows and Linux).
3327 * platform/chromium/test_expectations.txt:
3329 2011-01-06 Adam Barth <abarth@webkit.org>
3331 Reviewed by Darin Adler.
3333 REGRESSION (r74663): ASSERTION FAILED: m_tokenizer->lineNumber() == line.zeroBasedInt()
3334 https://bugs.webkit.org/show_bug.cgi?id=52013
3336 This test case used to trigger an ASSERT. It's unclear to me whether
3337 there's a more direct way to test this fix.
3339 * fast/parser/line-number-composite-segmented-string-expected.txt: Added.
3340 * fast/parser/line-number-composite-segmented-string.html: Added.
3342 2011-01-06 Stephen White <senorblanco@chromium.org>
3344 Unreviewed; chromium test expectations update.
3346 * platform/chromium/test_expectations.txt:
3347 New test fast/frames/iframe-reparenting-plugins.html failing on windows.
3349 2011-01-06 Martin Robinson <mrobinson@igalia.com>
3351 Add new expected results for GTK+. Skip viewport tests which
3352 have results differing from Opera.
3354 * fast/dom/left-overflow-in-ltr-expected.txt: Added.
3355 * fast/dom/right-overflow-in-rtl-expected.txt: Added.
3356 * fast/viewport/viewport-126-expected.txt: Added.
3357 * fast/viewport/viewport-127-expected.txt: Added.
3358 * fast/viewport/viewport-65-expected.txt: Added.
3359 * fast/viewport/viewport-82-expected.txt: Added.
3360 * fast/viewport/viewport-84-expected.txt: Added.
3361 * fast/viewport/viewport-87-expected.txt: Added.
3362 * platform/gtk/Skipped:
3363 * platform/gtk/css2.1/t040105-import-10-b-expected.checksum: Added.
3364 * platform/gtk/css2.1/t040105-import-10-b-expected.png: Added.
3365 * platform/gtk/css2.1/t040105-import-10-b-expected.txt: Added.
3366 * platform/gtk/fast/block/positioning/rtl-static-positioning-expected.checksum: Added.
3367 * platform/gtk/fast/block/positioning/rtl-static-positioning-expected.png: Added.
3368 * platform/gtk/fast/block/positioning/rtl-static-positioning-expected.txt: Added.
3369 * platform/gtk/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added.
3370 * platform/gtk/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
3371 * platform/gtk/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt: Added.
3372 * platform/gtk/fast/block/positioning/table-cell-static-position-expected.checksum: Added.
3373 * platform/gtk/fast/block/positioning/table-cell-static-position-expected.png: Added.
3374 * platform/gtk/fast/block/positioning/table-cell-static-position-expected.txt: Added.
3375 * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
3376 * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
3377 * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added.
3378 * platform/gtk/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added.
3379 * platform/gtk/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added.
3380 * platform/gtk/fast/blockflow/japanese-rl-text-with-broken-font-expected.txt: Added.
3381 * platform/gtk/fast/blockflow/vertical-align-table-baseline-expected.checksum: Added.
3382 * platform/gtk/fast/blockflow/vertical-align-table-baseline-expected.png: Added.
3383 * platform/gtk/fast/blockflow/vertical-align-table-baseline-expected.txt: Added.
3384 * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added.
3385 * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.png: Added.
3386 * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.txt: Added.
3387 * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added.
3388 * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
3389 * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.txt: Added.
3390 * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added.
3391 * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added.
3392 * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Added.
3393 * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added.
3394 * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
3395 * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added.
3396 * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added.
3397 * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
3398 * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added.
3399 * platform/gtk/fast/css/box-shadow-expected.checksum: Added.
3400 * platform/gtk/fast/css/box-shadow-expected.png: Added.
3401 * platform/gtk/fast/css/box-shadow-expected.txt: Added.
3402 * platform/gtk/fast/css/focus-ring-detached-expected.checksum: Added.
3403 * platform/gtk/fast/css/focus-ring-detached-expected.png: Added.
3404 * platform/gtk/fast/css/focus-ring-detached-expected.txt: Added.
3405 * platform/gtk/fast/css/focus-ring-multiline-expected.checksum: Added.
3406 * platform/gtk/fast/css/focus-ring-multiline-expected.png: Added.
3407 * platform/gtk/fast/css/focus-ring-multiline-expected.txt: Added.
3408 * platform/gtk/fast/css/focus-ring-outline-color-expected.checksum: Added.
3409 * platform/gtk/fast/css/focus-ring-outline-color-expected.png: Added.
3410 * platform/gtk/fast/css/focus-ring-outline-color-expected.txt: Added.
3411 * platform/gtk/fast/css/focus-ring-outline-offset-expected.checksum: Added.
3412 * platform/gtk/fast/css/focus-ring-outline-offset-expected.png: Added.
3413 * platform/gtk/fast/css/focus-ring-outline-offset-expected.txt: Added.
3414 * platform/gtk/fast/css/focus-ring-outline-width-expected.checksum: Added.
3415 * platform/gtk/fast/css/focus-ring-outline-width-expected.png: Added.
3416 * platform/gtk/fast/css/focus-ring-outline-width-expected.txt: Added.
3417 * platform/gtk/fast/forms/placeholder-position-expected.checksum: Added.
3418 * platform/gtk/fast/forms/placeholder-position-expected.png: Added.
3419 * platform/gtk/fast/forms/placeholder-position-expected.txt: Added.
3420 * platform/gtk/fast/html/marquee-scrollamount-expected.checksum: Added.
3421 * platform/gtk/fast/html/marquee-scrollamount-expected.png: Added.
3422 * platform/gtk/fast/html/marquee-scrollamount-expected.txt: Added.
3423 * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.checksum: Added.
3424 * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
3425 * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Added.
3426 * platform/gtk/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
3427 * platform/gtk/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.checksum: Added.
3428 * platform/gtk/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
3429 * platform/gtk/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
3430 * platform/gtk/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
3431 * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
3432 * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.checksum: Added.
3433 * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
3434 * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Added.
3435 * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.checksum: Added.
3436 * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
3437 * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
3438 * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added.
3439 * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
3440 * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
3441 * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.checksum: Added.
3442 * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.png: Added.
3443 * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.txt: Added.
3444 * platform/gtk/fast/overflow/overflow-update-transform-expected.checksum: Added.
3445 * platform/gtk/fast/overflow/overflow-update-transform-expected.png: Added.
3446 * platform/gtk/fast/overflow/overflow-update-transform-expected.txt: Added.
3447 * platform/gtk/fast/ruby/nested-ruby-expected.checksum: Added.
3448 * platform/gtk/fast/ruby/nested-ruby-expected.png: Added.
3449 * platform/gtk/fast/ruby/nested-ruby-expected.txt: Added.
3450 * platform/gtk/fast/text/emphasis-expected.checksum: Added.
3451 * platform/gtk/fast/text/emphasis-expected.png: Added.
3452 * platform/gtk/fast/text/emphasis-expected.txt: Added.
3453 * platform/gtk/fast/text/emphasis-vertical-expected.checksum: Added.
3454 * platform/gtk/fast/text/emphasis-vertical-expected.png: Added.
3455 * platform/gtk/fast/text/emphasis-vertical-expected.txt: Added.
3456 * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added.
3457 * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
3458 * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
3459 * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added.
3460 * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
3461 * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
3462 * platform/gtk/svg/custom/image-rescale-clip-expected.checksum: Added.
3463 * platform/gtk/svg/custom/image-rescale-clip-expected.png: Added.
3464 * platform/gtk/svg/custom/image-rescale-clip-expected.txt: Added.
3465 * platform/gtk/svg/custom/image-rescale-scroll-expected.checksum: Added.
3466 * platform/gtk/svg/custom/image-rescale-scroll-expected.png: Added.
3467 * platform/gtk/svg/custom/image-rescale-scroll-expected.txt: Added.
3468 * platform/gtk/svg/dom/SVGPathSegList-cloning-expected.checksum: Added.
3469 * platform/gtk/svg/dom/SVGPathSegList-cloning-expected.png: Added.
3470 * platform/gtk/svg/dom/SVGPathSegList-cloning-expected.txt: Added.
3471 * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.checksum: Added.
3472 * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.png: Added.
3473 * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.txt: Added.
3474 * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.checksum: Added.
3475 * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added.
3476 * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Added.
3477 * platform/gtk/svg/filters/feColorMatrix-offset-expected.checksum: Added.
3478 * platform/gtk/svg/filters/feColorMatrix-offset-expected.png: Added.
3479 * platform/gtk/svg/filters/feColorMatrix-offset-expected.txt: Added.
3481 2011-01-06 Stephen White <senorblanco@chromium.org>
3483 Unreviewed; yet another test expectations update.
3485 * platform/chromium/test_expectations.txt:
3487 2011-01-06 Stephen White <senorblanco@chromium.org>
3489 Unreviewed; test expectations update.
3491 Add new results for new tests introduced in r75097.
3493 * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added.
3494 * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
3495 * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added.
3496 * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
3497 * platform/chromium/test_expectations.txt:
3500 2011-01-06 Robert Hogan <robert@webkit.org>
3502 [Qt] Update expected results after r75177
3504 Unreviewed, update expected results.
3506 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
3508 2011-01-06 Martin Robinson <mrobinson@igalia.com>
3510 Reviewed by Adam Barth.
3512 fast/dom/Window/window-postmessage-clone.html may fail on platforms with larger fonts
3513 https://bugs.webkit.org/show_bug.cgi?id=52027
3515 Move the console output div after the file input control in
3516 fast/dom/Window/window-postmessage-clone.html so that console
3517 text does not push it outside of the viewport.
3519 * fast/dom/Window/window-postmessage-clone-expected.txt: Updated results
3520 to match new text output.
3521 * fast/dom/Window/window-postmessage-clone.html: Moved console div.
3523 2011-01-06 Martin Robinson <mrobinson@igalia.com>
3525 Update GTK+-specific results after r75177.
3527 * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Update results.
3529 2011-01-06 Jenn Braithwaite <jennb@chromium.org>
3531 Reviewed by Dmitry Titov.
3533 When a live frame is moved between pages, some plug-in DOM methods cease to function
3534 https://bugs.webkit.org/show_bug.cgi?id=45770
3536 * fast/frames/iframe-reparenting-plugins-expected.txt: Added.
3537 * fast/frames/iframe-reparenting-plugins.html: Added.
3538 * fast/frames/resources/iframe-reparenting-plugins-iframe-content.html: Added.
3539 * fast/frames/resources/iframe-reparenting-plugins-new-page.html: Added.
3541 2011-01-06 Stephen White <senorblanco@chromium.org>
3543 Unreviewed; test expectations update.
3545 * platform/chromium-gpu/test_expectations.txt:
3546 Remove duplicate expectations.
3548 2011-01-06 Mihai Parparita <mihaip@chromium.org>
3550 Unreviewed, test expectation update.
3552 Add mac-leopard baselines for tests that currently have Snow Leopard
3553 baselines in platform/mac.
3555 * platform/mac-leopard/fast/multicol/client-rects-expected.checksum:
3556 * platform/mac-leopard/fast/multicol/client-rects-expected.png: Added.
3557 * platform/mac-leopard/fast/multicol/column-break-with-balancing-expected.checksum: Added.
3558 * platform/mac-leopard/fast/multicol/column-break-with-balancing-expected.png: Added.
3559 * platform/mac-leopard/fast/multicol/float-multicol-expected.checksum: Added.
3560 * platform/mac-leopard/fast/multicol/float-multicol-expected.png: Added.
3561 * platform/mac-leopard/fast/multicol/float-paginate-complex-expected.checksum: Added.
3562 * platform/mac-leopard/fast/multicol/float-paginate-complex-expected.png: Added.
3563 * platform/mac-leopard/fast/multicol/float-paginate-expected.checksum: Added.
3564 * platform/mac-leopard/fast/multicol/float-paginate-expected.png: Added.
3565 * platform/mac-leopard/fast/multicol/layers-in-multicol-expected.checksum: Added.
3566 * platform/mac-leopard/fast/multicol/layers-in-multicol-expected.png: Added.
3567 * platform/mac-leopard/fast/multicol/layers-split-across-columns-expected.checksum: Added.
3568 * platform/mac-leopard/fast/multicol/layers-split-across-columns-expected.png: Added.
3569 * platform/mac-leopard/fast/multicol/paginate-block-replaced-expected.checksum: Added.
3570 * platform/mac-leopard/fast/multicol/paginate-block-replaced-expected.png: Added.
3571 * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added.
3572 * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
3573 * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Added.
3574 * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added.
3575 * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Added.
3576 * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.png: Added.
3577 * platform/mac-leopard/fast/multicol/table-vertical-align-expected.checksum: Added.
3578 * platform/mac-leopard/fast/multicol/table-vertical-align-expected.png: Added.
3579 * platform/mac-leopard/fast/repaint/overflow-scroll-body-appear-expected.checksum: Added.
3580 * platform/mac-leopard/fast/repaint/overflow-scroll-body-appear-expected.png: Added.
3582 2011-01-06 Stephen White <senorblanco@chromium.org>
3584 Unreviewed; chromium test expectations update.
3586 * platform/chromium/test_expectations.txt:
3587 Add some expected "failing" tests post-r75205.
3589 2011-01-06 Stephen White <senorblanco@chromium.org>
3591 Unreviewed; chromium test expectations update.
3593 * platform/chromium/test_expectations.txt:
3594 Remove duplicate expectations.
3596 2011-01-06 Adam Roben <aroben@apple.com>
3598 Add/update Windows-specific test results for recent regressions
3601 http://webkit.org/b/52026
3602 http://webkit.org/b/52028
3603 http://webkit.org/b/52029
3605 * platform/win/animations/animation-time-expected.txt: Added.
3606 * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
3607 * platform/win/fast/css/css3-nth-tokens-script-expected.txt: Added.
3608 * platform/win/fast/css/css3-nth-tokens-style-expected.txt: Added.
3609 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
3611 2011-01-06 Adam Roben <aroben@apple.com>
3613 Update Windows results after r75177
3615 * platform/win/fast/dom/prototype-inheritance-expected.txt:
3617 2011-01-06 Martin Robinson <mrobinson@igalia.com>
3619 Reviewed by Eric Seidel.
3621 [GTK] Freetype backend does not support WOFF
3622 https://bugs.webkit.org/show_bug.cgi?id=51904
3624 * platform/gtk/Skipped: Unskip passing WOFF test. Add results.
3625 * platform/gtk/fast/css/font-face-woff-expected.checksum: Added.
3626 * platform/gtk/fast/css/font-face-woff-expected.png: Added.
3627 * platform/gtk/fast/css/font-face-woff-expected.txt: Added.
3629 2011-01-06 James Simonsen <simonjam@chromium.org>
3631 Reviewed by Darin Fisher.
3633 [Web Timing] Remove vendor prefix
3634 https://bugs.webkit.org/show_bug.cgi?id=48922
3636 * fast/dom/Window/window-properties-performance-expected.txt: Test replaceability.
3637 * fast/dom/Window/window-properties-performance.html: Ditto.
3638 * fast/dom/Window/window-properties.html: Rename to performance.
3639 * fast/dom/resources/navigation-type-matches-querystring.html: Ditto.
3640 * fast/dom/script-tests/prototype-inheritance.js: Ditto.
3641 * fast/dom/script-tests/webtiming-document-open.js: Ditto.
3642 * fast/dom/script-tests/webtiming-navigate-within-document.js: Ditto.
3643 * fast/dom/script-tests/webtiming.js: Ditto.
3644 * http/tests/misc/resources/webtiming-one-redirect.html: Ditto.
3645 * http/tests/misc/resources/webtiming-two-redirects.html: Ditto.
3647 2011-01-06 Tony Gentilcore <tonyg@chromium.org>
3649 Reviewed by Eric Seidel.
3651 Allow framesets after hidden inputs
3652 https://bugs.webkit.org/show_bug.cgi?id=51998
3654 * html5lib/resources/webkit01.dat: Demonstrate that the value of the type attribute matters. An input with no type is tested in tests19.dat.
3656 2010-12-29 Zhenyao Mo <zmo@google.com>
3658 Reviewed by Kenneth Russell.
3660 vertexAttribPointer should raise INVALID_OPERATION if stride/offset is not multiple of the type size
3661 https://bugs.webkit.org/show_bug.cgi?id=51725
3663 * fast/canvas/webgl/gl-vertexattribpointer-expected.txt:
3664 * fast/canvas/webgl/gl-vertexattribpointer.html: Sync with khronos.
3666 2011-01-06 Zhenyao Mo <zmo@google.com>
3668 Unreviewed, add glsl-conformance.html to test_expectations.txt temporarily.
3670 * platform/chromium-gpu/test_expectations.txt:
3671 * platform/chromium/test_expectations.txt:
3673 2011-01-06 Robert Hogan <robert@webkit.org>
3675 Reviewed by Antonio Gomes.
3677 [Qt] Introduce QDRTNode for passing WebCore::Node across JS bridge
3679 This allows LayoutTestController to pass WebCore::Node back to
3682 Also amend nodesFromRect-links-and-text.html and
3683 nodesFromRect-inner-documents.html so that they do not produce
3684 platform-specific results.
3687 fast/dom/nodesFromRect-links-and-text.html
3688 fast/dom/nodesFromRect-inner-documents.html
3690 https://bugs.webkit.org/show_bug.cgi?id=48957
3692 * fast/dom/nodesFromRect-inner-documents-expected.txt:
3693 * fast/dom/nodesFromRect-inner-documents.html:
3694 * fast/dom/nodesFromRect-links-and-text-expected.txt:
3695 * fast/dom/nodesFromRect-links-and-text.html:
3696 * fast/dom/resources/nodesFromRect.js:
3700 * platform/qt/Skipped:
3702 2011-01-06 Stephen White <senorblanco@chromium.org>
3704 Unreviewed; test expectations update.
3706 Update test_expectations.txt files to reflect reality on the canaries.
3708 * platform/chromium-gpu/test_expectations.txt:
3709 * platform/chromium/test_expectations.txt:
3711 2011-01-06 Chris Fleizach <cfleizach@apple.com>
3713 Reviewed by Beth Dakin.
3715 AX: "AXExpanded" not exposed on most ARIA roles that use aria-expanded
3716 https://bugs.webkit.org/show_bug.cgi?id=51995
3718 * platform/mac/accessibility/aria-expanded-standard-items-expected.txt: Added.
3719 * platform/mac/accessibility/aria-expanded-standard-items.html: Added.
3721 2011-01-06 Adam Barth <abarth@webkit.org>
3723 Reviewed by Eric Seidel.
3725 prototype-inheritance prints FAIL when it shouldn't
3726 https://bugs.webkit.org/show_bug.cgi?id=52007
3728 Before this patch, we were testing the prototypes of primitive values,
3729 but the rules for primitive values are different than the rules for
3730 objects. Primitive values get their prototypes from the current
3731 lexical scope when they get boxed. This test is designed to test that
3732 objects get their prototypes from their original holder.
3734 In this patch, we skip testing non-object/non-functions. We can add
3735 another test for primitives if we think that would be valuable.
3737 * fast/dom/prototype-inheritance-expected.txt:
3738 * fast/dom/script-tests/prototype-inheritance.js:
3740 2011-01-06 James Robinson <jamesr@chromium.org>
3742 Update expectations for tests that enumerate properties on the window to reflect newly added property.
3744 * fast/dom/Window/window-properties-expected.txt:
3745 * fast/dom/Window/window-property-descriptors-expected.txt:
3746 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
3747 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
3748 * platform/qt/fast/dom/Window/window-properties-expected.txt:
3749 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
3750 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
3752 2010-12-28 Zhenyao Mo <zmo@google.com>
3754 Reviewed by Kenneth Russell.
3756 Must generate INVALID_VALUE errors for strings containing out-of-range characters
3757 https://bugs.webkit.org/show_bug.cgi?id=50929
3759 * fast/canvas/webgl/invalid-passed-params-expected.txt: Add test cases for invalid characters.
3760 * fast/canvas/webgl/invalid-passed-params.html: Ditto.
3762 2011-01-06 Abhishek Arya <inferno@chromium.org>
3764 Reviewed by Alexey Proskuryakov.
3766 Improve the layouttests from r75168 and make sure that the parent stylesheet value is null
3767 before showing test passed.
3769 * fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash.html:
3770 * fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash.html:
3772 2011-01-06 James Robinson <jamesr@chromium.org>
3774 Reviewed by Simon Fraser.
3776 Implement mozilla's animationTime property
3777 https://bugs.webkit.org/show_bug.cgi?id=51952
3779 Tests for window.webkitAnimationTime.
3781 * animations/animation-time-expected.txt: Added.
3782 * animations/animation-time.html: Added.
3783 * animations/script-tests/animation-time.js: Added.
3785 2011-01-06 Abhishek Arya <inferno@chromium.org>
3787 Reviewed by Simon Fraser.
3789 Tests that we do not crash when accessing a deleted parent stylesheet
3790 from a removed css rule.
3791 https://bugs.webkit.org/show_bug.cgi?id=51993
3793 * fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash-expected.txt: Added.
3794 * fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash.html: Added.
3795 * fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash-expected.txt: Added.
3796 * fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash.html: Added.
3798 2011-01-04 Adrienne Walker <enne@google.com>
3800 Reviewed by Kenneth Russell.
3802 Add test cases for storing NaN in typed arrays.
3803 https://bugs.webkit.org/show_bug.cgi?id=46990
3805 * fast/canvas/webgl/array-unit-tests-expected.txt:
3806 * fast/canvas/webgl/array-unit-tests.html:
3808 2011-01-06 Andrei Popescu <andreip@google.com>
3810 Unreviewed, build fix.
3812 [Chromium] Add elliptical gradient support to GradientSkia
3813 https://bugs.webkit.org/show_bug.cgi?id=51841
3815 Marks fast/gradients/css3-radial-gradients3.html as expected to fail.
3817 canvas/philip/tests/2d.shadow.gradient.alpha.html
3818 canvas/philip/tests/2d.shadow.gradient.basic.html
3819 canvas/philip/tests/2d.shadow.gradient.transparent.2.html
3820 as passing on Chromium-mac as a result of r75139.
3822 * platform/chromium/test_expectations.txt:
3824 2011-01-06 Andrei Popescu <andreip@google.com>
3826 Unreviewed, rolling out r75152.
3828 [Chromium] fast/gradients/css3-radial-gradients3.html needs Chromium-specific results
3829 https://bugs.webkit.org/show_bug.cgi?id=51988
3831 Rolling out since, on closer inspection, the expectations are wrong and the corresponding test really fails.
3833 * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.checksum: Removed.
3834 * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.png: Removed.
3835 * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.checksum: Removed.
3836 * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png: Removed.
3838 2011-01-06 Yael Aharon <yael.aharon@nokia.com>
3840 Reviewed by Darin Adler.
3842 document.querySelector(':nth-child(foo)') should throw a syntax error
3843 https://bugs.webkit.org/show_bug.cgi?id=51231
3844 CSSNthSelector parsing code is illegible and buggy (allows "n3" as a valid selector)
3845 https://bugs.webkit.org/show_bug.cgi?id=21815
3847 * fast/css/css3-nth-tokens-script-expected.txt: Added.
3848 * fast/css/css3-nth-tokens-script.html: Added.
3849 * fast/css/css3-nth-tokens-style-expected.txt: Added.
3850 * fast/css/css3-nth-tokens-style.html: Added.
3852 2011-01-06 Andrei Popescu <andreip@google.com>
3854 Unreviewed, build fix.
3856 [Chromium] canvas/canvas-fillRect-gradient-shadow.html fails on Chromium.
3857 https://bugs.webkit.org/show_bug.cgi?id=51989
3859 Updating the test expectations for the chromium-gpu platform.
3861 * platform/chromium-gpu/test_expectations.txt:
3863 2011-01-06 Andrei Popescu <andreip@google.com>
3865 Unreviewed, build fix.
3867 [Chromium] canvas/canvas-fillRect-gradient-shadow.html fails on Chromium.
3868 https://bugs.webkit.org/show_bug.cgi?id=51989
3870 Added suppressions for
3871 svg/batik/text/textEffect.svg
3872 svg/batik/text/textEffect3.svg
3873 svg/css/composite-shadow-text.svg
3874 svg/custom/js-late-gradient-and-object-creation.svg
3875 svg/custom/js-late-gradient-creation.svg
3876 svg/text/selection-background-color.xhtml
3877 svg/text/selection-styles.xhtml
3878 svg/text/text-gradient-positioning.svg
3880 These tests are all failing as a result of the same change: r75153.
3882 * platform/chromium/test_expectations.txt:
3884 2011-01-06 Andrei Popescu <andreip@google.com>
3886 Unreviewed, build fix.
3888 [Chromium] canvas/canvas-fillRect-gradient-shadow.html fails on Chromium.
3889 https://bugs.webkit.org/show_bug.cgi?id=51989
3891 Updating Chromium expectations until we find a fix.
3893 * platform/chromium/test_expectations.txt:
3895 2011-01-06 Andrei Popescu <andreip@google.com>
3897 Unreviewed, build fix.
3899 [Chromium] fast/gradients/css3-radial-gradients3.html needs Chromium-specific results
3900 https://bugs.webkit.org/show_bug.cgi?id=51988
3902 * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.checksum: Added.
3903 * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.png: Added.
3904 * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.checksum: Added.
3905 * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png: Added.
3907 2011-01-06 Csaba Osztrogonác <ossy@webkit.org>
3911 [Qt] Web Timing related bugs
3912 https://bugs.webkit.org/show_bug.cgi?id=51245
3914 * platform/qt/Skipped: Add new tests.
3915 - http/tests/misc/webtiming-origins.html
3916 - http/tests/misc/webtiming-slow-load.php
3919 2011-01-05 Helder Correia <helder@sencha.com>
3921 Reviewed by Simon Fraser.
3923 Shadows are not drawn when filling a rect with a gradient fillStyle on Mac and Chromium-Mac
3924 https://bugs.webkit.org/show_bug.cgi?id=51869
3926 GraphicsContext::fillRect(const FloatRect&) is clipping to the rect.
3927 The shadow is being drawn, but getting clipped to the rect being filled.
3928 The solution is to draw the gradient into a CGLayer (when a shadow is
3929 required), then render the layer to the GraphicsContext.
3931 This patch also fixes:
3932 canvas/philip/tests/2d.shadow.gradient.alpha.html
3933 canvas/philip/tests/2d.shadow.gradient.basic.html
3934 canvas/philip/tests/2d.shadow.gradient.transparent.2.html
3936 New test to ensure that shadows are drawn when fillStyle is a gradient,
3937 possibly with some transparency and blur, and specifically using
3940 * fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
3941 * fast/canvas/canvas-fillRect-gradient-shadow.html: Added.
3942 * fast/canvas/script-tests/canvas-fillRect-gradient-shadow.js: Added.
3944 2011-01-05 Simon Fraser <simon.fraser@apple.com>
3946 Reviewed by Ariya Hidayat.
3948 Directly composited SVG images fail to render
3949 https://bugs.webkit.org/show_bug.cgi?id=51975
3951 New testcase with directly composited SVG image.
3953 * compositing/images/direct-svg-image-expected.checksum: Added.
3954 * compositing/images/direct-svg-image-expected.png: Added.
3955 * compositing/images/direct-svg-image-expected.txt: Added.
3956 * compositing/images/direct-svg-image.html: Added.
3958 2011-01-05 Simon Fraser <simon.fraser@apple.com>
3960 Reviewed by Darin Adler.
3962 Fix percentage values in radius of radial gradients
3963 https://bugs.webkit.org/show_bug.cgi?id=51979
3965 * fast/gradients/css3-radial-gradients3-expected.txt: Added.
3966 * fast/gradients/css3-radial-gradients3.html: Added.
3967 * platform/mac/fast/gradients/css3-radial-gradients3-expected.checksum: Added.
3968 * platform/mac/fast/gradients/css3-radial-gradients3-expected.png: Added.
3970 2011-01-05 James Simonsen <simonjam@chromium.org>
3972 Reviewed by Adam Barth.