1 2011-04-07 Adam Barth <abarth@webkit.org>
3 Reviewed by Eric Seidel.
5 Implement img-src style-src and font-src
6 https://bugs.webkit.org/show_bug.cgi?id=58018
8 Test a bunch of allow/block tests for these new directives.
10 * http/tests/security/contentSecurityPolicy/image-allowed-expected.txt: Added.
11 * http/tests/security/contentSecurityPolicy/image-allowed.html: Added.
12 * http/tests/security/contentSecurityPolicy/image-blocked-expected.txt: Added.
13 * http/tests/security/contentSecurityPolicy/image-blocked.html: Added.
14 * http/tests/security/contentSecurityPolicy/resources/blue.css: Added.
15 * http/tests/security/contentSecurityPolicy/resources/style.xsl: Added.
16 * http/tests/security/contentSecurityPolicy/style-allowed-expected.txt: Added.
17 * http/tests/security/contentSecurityPolicy/style-allowed.html: Added.
18 * http/tests/security/contentSecurityPolicy/style-blocked-expected.txt: Added.
19 * http/tests/security/contentSecurityPolicy/style-blocked.html: Added.
20 * http/tests/security/contentSecurityPolicy/xsl-allowed.php: Added.
21 * http/tests/security/contentSecurityPolicy/xsl-blocked-expected.txt: Added.
22 * http/tests/security/contentSecurityPolicy/xsl-blocked.php: Added.
24 2011-04-07 Enrica Casucci <enrica@apple.com>
26 Unreviewed. Updated comment in skipped list to
27 include the bug that tracks the changes required
30 * platform/win-wk2/Skipped:
32 2011-04-07 Daniel Bates <dbates@rim.com>
34 Reviewed by Darin Adler.
36 Add a layout test to ensure that mousemove is fired from a subframe
37 https://bugs.webkit.org/show_bug.cgi?id=58094
39 * fast/events/iframe-onmousemove-expected.txt: Added.
40 * fast/events/iframe-onmousemove.html: Added.
41 * fast/events/resources/iframe-onmousemove.html: Added.
43 2011-04-07 Csaba Osztrogonác <ossy@webkit.org>
45 [Qt][WK2] Decrease flakiness of test results.
47 * platform/qt-wk2/Skipped:
48 - Add canvas tests not to break css2.1 tests.
49 - Remove passing css2.1 tests.
51 2011-04-07 Jer Noble <jer.noble@apple.com>
53 Unreviewed; Add failing legacy full screen tests to the gtk/Skipped list.
55 * platform/gtk/Skipped:
57 2011-04-07 David Hyatt <hyatt@apple.com>
59 Reviewed by Dan Bernstein.
61 https://bugs.webkit.org/show_bug.cgi?id=57736
63 Crash on openstreetmap.org while using the map. Fix a bad interaction between the positioned movement layout
64 optimization and the simplified layout optimization that could lead to blocks remaining marked as dirty when
65 layout finished. This would eventually lead to an inability to properly determine the correct layout root and
66 would cause a deleted root to be used later on.
68 Added fast/block/positioning/complex-positioned-movement.html.
70 * fast/block/positioning/complex-positioned-movement.html: Added.
71 * platform/mac/fast/block/positioning/complex-positioned-movement-expected.checksum: Added.
72 * platform/mac/fast/block/positioning/complex-positioned-movement-expected.png: Added.
73 * platform/mac/fast/block/positioning/complex-positioned-movement-expected.txt: Added.
75 2011-04-07 Dan Bernstein <mitz@apple.com>
77 Reviewed by Simon Fraser.
79 <rdar://problem/9018212> Underline thickness is not uniform under non-integral scale factor
80 https://bugs.webkit.org/show_bug.cgi?id=58083
82 * fast/text/decorations-transformed.html: Added.
83 * platform/mac/fast/text/decorations-transformed-expected.checksum: Added.
84 * platform/mac/fast/text/decorations-transformed-expected.png: Added.
85 * platform/mac/fast/text/decorations-transformed-expected.txt: Added.
87 2011-04-07 Jer Noble <jer.noble@apple.com>
89 Unreviewed; Add the media/media-fullscreen-inline.html test to the mac-snowleopard Skipped list.
91 The legacy full screen API now redirects to the new full screen API, breaking the media-fullscreen-inline.html
94 * platform/mac-snowleopard/Skipped:
96 2011-04-06 Vitaly Repeshko <vitalyr@chromium.org>
98 Reviewed by Nate Chapin.
100 [V8] Remove custom DOMImplementation getter on Document.
101 https://bugs.webkit.org/show_bug.cgi?id=57991
103 * fast/dom/DOMImplementation/implementation-identity-expected.txt: Added.
104 * fast/dom/DOMImplementation/implementation-identity.html: Added.
106 2011-04-07 Steve Lacey <sjl@chromium.org>
108 Reviewed by Eric Carlson.
110 Make various video layout tests platform independent by selecting an appropriate media file.
112 Various layout tests depend on mp4 files.
113 https://bugs.webkit.org/show_bug.cgi?id=57804
115 * http/tests/media/remove-while-loading.html:
116 * http/tests/media/video-load-and-stall.cgi:
117 * http/tests/media/video-play-stall-before-meta-data.html:
118 * http/tests/media/video-play-stall-seek.html:
119 * http/tests/media/video-play-stall.html:
120 * http/tests/media/video-seekable-stall.html:
121 * media/media-file.js:
124 * platform/chromium/test_expectations.txt:
126 2011-04-07 Sergey Glazunov <serg.glazunov@gmail.com>
128 Reviewed by Dimitri Glazkov.
130 setHasID() is only called for styled elements
131 https://bugs.webkit.org/show_bug.cgi?id=57267
133 * fast/dom/non-styled-element-id-crash-expected.txt: Added.
134 * fast/dom/non-styled-element-id-crash.html: Added.
135 * svg/custom/embedded-svg-disallowed-in-dashboard.xml: Fix the failing test.
137 2011-04-07 Brian Weinstein <bweinstein@apple.com>
139 Fix a typo in the Skipped list from r83203.
141 * platform/win-wk2/Skipped:
143 2011-04-07 Adam Barth <abarth@webkit.org>
145 Reviewed by Eric Seidel.
147 Implement CSP's options directive
148 https://bugs.webkit.org/show_bug.cgi?id=58014
150 * http/tests/security/contentSecurityPolicy/inline-script-allowed-expected.txt: Added.
151 * http/tests/security/contentSecurityPolicy/inline-script-allowed.html: Added.
152 * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt: Added.
153 * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy.html: Added.
155 2011-04-07 Enrica Casucci <enrica@apple.com>
158 Adding to skipped list for Windows (WK2) the
159 tests relative to undo removed from the skipped list
160 for Mac where execCommand('undo') is now supported.
162 * platform/win-wk2/Skipped:
164 2011-04-07 Adrienne Walker <enne@google.com>
166 [chromium] Unreviewed, rebaseline progress element tests.
168 * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: Removed.
169 * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
170 * platform/chromium-mac-leopard/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: Added.
171 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: Removed.
172 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
173 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
174 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.txt:
175 * platform/chromium/test_expectations.txt:
177 2011-04-07 Jer Noble <jer.noble@apple.com>
179 Unreviewed; rebaseline expected results in platform/mac-wk2.
181 * platform/mac-wk2/media/controls-without-preload-expected.txt:
183 2011-04-07 Chang Shu <cshu@webkit.org>
185 Reviewed by Darin Adler.
187 WebKitTestRunner needs layoutTestController.isPageBoxVisible
188 https://bugs.webkit.org/show_bug.cgi?id=42695
192 * platform/mac-wk2/Skipped:
193 * platform/qt-wk2/Skipped:
195 2011-04-07 Enrica Casucci <enrica@apple.com>
197 Reviewed by Oliver Hunt.
199 REGRESSION(WebKit2): execCommand('undo') doesn't work (Mac).
200 https://bugs.webkit.org/show_bug.cgi?id=58055
201 <rdar://problem/8862023>
203 * platform/mac-wk2/Skipped: Remove skipped tests related to undo/redo.
205 2011-04-07 Nancy Piedra <nancy.piedra@nokia.com>
207 Reviewed by Eric Carlson.
209 Add tests for parsing codecs parameter in video-can-play-type.html
210 https://bugs.webkit.org/show_bug.cgi?id=53275
212 * media/video-can-play-type-expected.txt:
213 * media/video-can-play-type.html:
215 2011-04-07 Jessie Berlin <jberlin@apple.com>
217 [WebKit2 Tests] fast/events/select-element.html failing since introduction in r83096
218 https://bugs.webkit.org/show_bug.cgi?id=58059
220 Adding this test to the mac-wk2 skipped list to get the bots green.
222 * platform/mac-wk2/Skipped:
224 2011-04-07 Adrienne Walker <enne@google.com>
226 [chromium] Unreviewed, now that bug 57975 is fixed, mark test as passing.
228 * platform/chromium/test_expectations.txt:
230 2011-04-07 Brian Weinstein <bweinstein@apple.com>
232 Update Leopard expected results after r83075 to greenify the bots.
234 * platform/mac-leopard/fast/blockflow/text-orientation-basic-expected.txt:
236 2011-04-07 Adrienne Walker <enne@google.com>
238 [chromium] Unreviewed, rebaseline tests changed in r82947.
240 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
241 * platform/chromium-linux/svg/text/text-midpoint-split-bug-expected.png: Added.
242 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
243 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
244 * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
245 * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
246 * platform/chromium-win/svg/text/text-midpoint-split-bug-expected.png: Added.
247 * platform/chromium-win/svg/text/text-midpoint-split-bug-expected.txt: Added.
248 * platform/chromium/test_expectations.txt:
250 2011-04-07 Vincent Scheib <scheib@chromium.org>
252 Flagging platform/chromium/compositing/huge-layer-rotated.html a bug.
254 * platform/chromium/test_expectations.txt:
256 2011-04-07 Ryosuke Niwa <rniwa@webkit.org>
258 Reviewed by Eric Seidel.
260 editing/inserting/6633727.html should be renamed and converted into a dump-as-markup test
261 https://bugs.webkit.org/show_bug.cgi?id=58037
263 Renamed 6633727.html to insert-paragraph-at-end-of-line.html and converted it to a dump-as-markup test.
265 * editing/inserting/6633727-expected.txt: Removed.
266 * editing/inserting/6633727.html: Removed.
267 * editing/inserting/insert-paragraph-at-end-of-line-expected.txt: Added.
268 * editing/inserting/insert-paragraph-at-end-of-line.html: Copied from LayoutTests/editing/inserting/6633727.html.
269 * editing/inserting/script-tests/6633727.js: Removed.
271 2011-04-07 Yury Semikhatsky <yurys@chromium.org>
273 Reviewed by Pavel Feldman.
275 Web Inspector: console messages names should adhere to the common naming style
276 https://bugs.webkit.org/show_bug.cgi?id=58042
278 * inspector/protocol/console-agent-expected.txt:
280 2011-04-07 Philippe Normand <pnormand@igalia.com>
282 Unreviewed, unskip a fast/xmlhttprequest test passing on GTK.
284 * platform/gtk/Skipped:
286 2011-04-07 Csaba Osztrogonác <ossy@webkit.org>
288 [Qt][WK2] Add always failing tets to the Skipped list.
290 * platform/qt-wk2/Skipped:
292 2011-04-06 Ilya Tikhonovsky <loislo@chromium.org>
294 Reviewed by Yury Semikhatsky.
296 Web Inspector: migrate Inspector protocol messages format to JSON-RPC.
297 https://bugs.webkit.org/show_bug.cgi?id=57957
299 There is not a significant difference between inspector messages spec and and JSON-RPC 2.0 messages spec.
300 Also JSON-RPC has a pretty clear specification for error descriptions which we haven't.
301 It was decided that we will use it.
305 2) domain + '.' + event => method // for events
306 3) domain + '.' + command => method // for requests
307 4) requestId => id // for responses
308 5) arguments => params // for requests
309 6) data => params // for events
310 7) body => result // for responses
312 protocolErrors and error properties will be converted to JSON-RPC error format.
313 The order of properties in messages also will be adjusted.
314 The only thing that looks unnecessary is jsonrpc property.
316 * inspector/protocol/console-agent-expected.txt:
317 * inspector/protocol/runtime-agent-expected.txt:
318 * inspector/report-API-errors-expected.txt:
319 * inspector/report-API-errors.html:
320 * inspector/report-protocol-errors-expected.txt:
321 * inspector/report-protocol-errors.html:
323 2011-04-07 Kent Tamura <tkent@chromium.org>
325 [Chromium] Move Leopard-specific images to chromium-mac-leopard, and
326 unify text results common in chromium-mac.
328 * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.checksum: Added.
329 * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png: Added.
330 * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.txt: Removed.
331 * platform/chromium-mac-leopard/fast/speech/input-appearance-searchandspeech-expected.checksum: Added.
332 * platform/chromium-mac-leopard/fast/speech/input-appearance-searchandspeech-expected.png: Added.
333 * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt:
335 2011-04-07 Ryosuke Niwa <rniwa@webkit.org>
337 Reviewed by Eric Seidel.
339 Convert insert-div-021.html to a dump-as-markup test
340 https://bugs.webkit.org/show_bug.cgi?id=58019
344 * editing/inserting/insert-div-021-expected.txt: Added.
345 * editing/inserting/insert-div-021.html:
346 * platform/chromium-linux/editing/inserting/insert-div-021-expected.checksum: Removed.
347 * platform/chromium-linux/editing/inserting/insert-div-021-expected.png: Removed.
348 * platform/chromium-win/editing/inserting/insert-div-021-expected.checksum: Removed.
349 * platform/chromium-win/editing/inserting/insert-div-021-expected.png: Removed.
350 * platform/chromium-win/editing/inserting/insert-div-021-expected.txt: Removed.
351 * platform/gtk/editing/inserting/insert-div-021-expected.checksum: Removed.
352 * platform/gtk/editing/inserting/insert-div-021-expected.png: Removed.
353 * platform/gtk/editing/inserting/insert-div-021-expected.txt: Removed.
354 * platform/mac/editing/inserting/insert-div-021-expected.checksum: Removed.
355 * platform/mac/editing/inserting/insert-div-021-expected.png: Removed.
356 * platform/mac/editing/inserting/insert-div-021-expected.txt: Removed.
357 * platform/qt/editing/inserting/insert-div-021-expected.txt: Removed.
359 2011-04-07 Adam Barth <abarth@webkit.org>
361 Reviewed by Eric Seidel.
363 script-src should block inline script
364 https://bugs.webkit.org/show_bug.cgi?id=58012
366 Test that script-src blocks inline script. This test uses a different
367 approach than the existing tests for variety.
369 * http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt: Added.
370 * http/tests/security/contentSecurityPolicy/inline-script-blocked.html: Added.
371 * http/tests/security/contentSecurityPolicy/resources/document-write-alert-fail.js: Added.
372 * http/tests/security/contentSecurityPolicy/resources/dump-as-text.js: Added.
374 2011-04-07 Kent Tamura <tkent@chromium.org>
376 [Chromium] Update Linux x86-64 results for the Skia rounding rect change.
378 * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
379 * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove01-expected.png:
380 * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
381 * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove02-expected.png:
382 * platform/chromium-linux-x86_64/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
383 * platform/chromium-linux-x86_64/fast/borders/borderRadiusRidge01-expected.png:
385 2011-04-07 Kent Tamura <tkent@chromium.org>
387 Skip platform/mac/fast/forms/input-appearance-spinbutton-up.html on Mac WebKit2.
388 https://bugs.webkit.org/show_bug.cgi?id=56298
390 * platform/mac-wk2/Skipped:
392 2011-04-07 Kent Tamura <tkent@chromium.org>
394 Update spinbutton test results for r83145.
396 * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
397 * platform/chromium-linux/fast/forms/input-appearance-spinbutton-layer-expected.txt: Removed.
398 * platform/chromium-linux/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Removed.
399 * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt:
400 * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.txt: Added.
401 * platform/chromium-win/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
402 * platform/chromium-win/fast/forms/input-appearance-spinbutton-layer-expected.png: Added.
403 * platform/chromium-win/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
404 * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt:
405 * platform/chromium/test_expectations.txt:
406 * platform/win/Skipped:
408 2011-04-07 Philippe Normand <pnormand@igalia.com>
410 Unreviewed, GTK rebaseline after r83145. Also skip
411 fast/forms/input-number-large-padding.html which fails. See bug
414 * platform/gtk/Skipped:
415 * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
416 * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.txt:
417 * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
419 2011-04-07 Philippe Normand <pnormand@igalia.com>
421 Unreviewed, GTK baselines for 4 new tests.
423 * platform/gtk/fast/history/visited-link-background-color-expected.checksum: Added.
424 * platform/gtk/fast/history/visited-link-background-color-expected.png: Added.
425 * platform/gtk/fast/history/visited-link-background-color-expected.txt: Added.
426 * platform/gtk/fast/images/imagemap-focus-ring-zero-outline-width-expected.checksum: Added.
427 * platform/gtk/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
428 * platform/gtk/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt: Added.
429 * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.checksum: Added.
430 * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
431 * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
432 * platform/gtk/svg/text/text-midpoint-split-bug-expected.checksum: Added.
433 * platform/gtk/svg/text/text-midpoint-split-bug-expected.png: Added.
434 * platform/gtk/svg/text/text-midpoint-split-bug-expected.txt: Added.
436 2011-04-07 Philippe Normand <pnormand@igalia.com>
438 Unreviewed, GTK rebaseline after r83075.
440 * platform/gtk/fast/blockflow/text-orientation-basic-expected.txt:
441 * platform/gtk/fast/text/capitalize-empty-generated-string-expected.txt:
443 2011-04-07 Kent Tamura <tkent@chromium.org>
445 [Chromium] Fix a duplicated entry.
447 * platform/chromium/test_expectations.txt:
449 2011-04-07 Kent Tamura <tkent@chromium.org>
451 Reviewed by Dimitri Glazkov.
453 Spinbuttons become unclickable if right padding is large.
454 https://bugs.webkit.org/show_bug.cgi?id=56298
456 Add a test, and skip on platforms which has no inner-spin-button implementation.
458 * fast/forms/input-number-large-padding-expected.txt: Added.
459 * fast/forms/input-number-large-padding.html: Added.
460 * platform/chromium/test_expectations.txt:
461 * platform/mac/Skipped:
462 * platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
463 * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
464 * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.txt:
465 * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
466 * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
467 * platform/qt/Skipped:
469 2011-04-06 Kent Tamura <tkent@chromium.org>
471 Fixed an error in the previous commit.
473 * platform/chromium/test_expectations.txt:
475 2011-04-06 Kent Tamura <tkent@chromium.org>
477 [Chromium] Update text expectation.
478 fast/repaint/scale-page-shrink.html is expected to fail because of no
479 eventSender.scalePageBy().
481 * platform/chromium/test_expectations.txt:
483 2011-04-06 Kent Tamura <tkent@chromium.org>
485 [Chromium] Update test expectation.
486 xhr-breakpoints.html and detailed-heapshots-summary.html are flaky.
488 * platform/chromium/test_expectations.txt:
490 2011-04-06 Adam Barth <abarth@webkit.org>
492 Reviewed by Eric Seidel.
494 CSP object-src should block plugin loads
495 https://bugs.webkit.org/show_bug.cgi?id=57283
497 * http/tests/security/contentSecurityPolicy/object-src-none-expected.txt: Added.
498 * http/tests/security/contentSecurityPolicy/object-src-none.html: Added.
499 * http/tests/security/contentSecurityPolicy/resources/echo-object-data.pl: Added.
501 2011-04-06 Beth Dakin <bdakin@apple.com>
503 Reviewed by Dan Bernstein.
505 https://bugs.webkit.org/show_bug.cgi?id=58009
506 Frame::scalePage() results in visual artifacts with scale factors less than 1
508 <rdar://problem/8683230>
510 * fast/repaint/scale-page-shrink.html: Added.
511 * platform/gtk/Skipped:
512 * platform/mac/fast/repaint/scale-page-shrink-expected.checksum: Added.
513 * platform/mac/fast/repaint/scale-page-shrink-expected.png: Added.
514 * platform/mac/fast/repaint/scale-page-shrink-expected.txt: Added.
515 * platform/qt/Skipped:
516 * platform/win/Skipped:
518 2011-04-06 Chang Shu <cshu@webkit.org>
520 Reviewed by Darin Adler.
522 WebKitTestRunner needs layoutTestController.pageSizeAndMarginsInPixels
523 https://bugs.webkit.org/show_bug.cgi?id=57984
527 * platform/mac-wk2/Skipped:
529 2011-04-06 Benjamin Poulain <benjamin.poulain@nokia.com>
531 Reviewed by Kenneth Rohde Christiansen.
533 [Qt] LayoutTestController needs to implement numberOfPendingGeolocationPermissionRequests
534 https://bugs.webkit.org/show_bug.cgi?id=56086
536 * platform/qt/Skipped: Remove the skipped test which required numberOfPendingGeolocationPermissionRequests.
538 2011-04-06 Kent Tamura <tkent@chromium.org>
540 [Chromium] Update expectations for Geeza Pro and so on.
542 * platform/chromium/test_expectations.txt:
544 2011-04-06 Jer Noble <jer.noble@apple.com>
546 Reviewed by Eric Carlson.
548 MediaPlayerPrivateAVFoundation does not change rate due to setRate().
549 https://bugs.webkit.org/show_bug.cgi?id=57919
551 * media/video-set-rate-from-pause-expected.txt: Added.
552 * media/video-set-rate-from-pause.html: Added.
554 2011-04-06 Dan Bernstein <mitz@apple.com>
556 Correct results for the Geeza Pro metrics change.
558 * platform/mac/fast/dom/52776-expected.checksum:
559 * platform/mac/fast/dom/52776-expected.png:
560 * platform/mac/fast/dom/52776-expected.txt:
561 * platform/mac/fast/text/complex-text-opacity-expected.checksum:
562 * platform/mac/fast/text/complex-text-opacity-expected.png:
563 * platform/mac/fast/text/complex-text-opacity-expected.txt:
564 * platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt:
565 * platform/mac/fast/text/international/bidi-AN-after-L-expected.checksum:
566 * platform/mac/fast/text/international/bidi-AN-after-L-expected.png:
567 * platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
568 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum:
569 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png:
570 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt:
571 * platform/mac/fast/text/international/bidi-CS-after-AN-expected.checksum:
572 * platform/mac/fast/text/international/bidi-CS-after-AN-expected.png:
573 * platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt:
574 * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.checksum:
575 * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png:
576 * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
577 * platform/mac/fast/text/international/bidi-neutral-run-expected.checksum:
578 * platform/mac/fast/text/international/bidi-neutral-run-expected.png:
579 * platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
580 * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.checksum:
581 * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png:
583 2011-04-06 Adrienne Walker <enne@google.com>
585 Unreviewed, update Chromium expectations for failing test from r83075.
587 * platform/chromium/test_expectations.txt:
589 2011-04-06 Dan Bernstein <mitz@apple.com>
591 Reviewed by Darin Adler.
593 <rdar://problem/9084761> REGRESSION (r73993): Default Arabic line spacing has gotten very loose when the specified font is not Arabic
594 https://bugs.webkit.org/show_bug.cgi?id=58002
596 * platform/mac/fast/dom/52776-expected.checksum:
597 * platform/mac/fast/dom/52776-expected.png:
598 * platform/mac/fast/dom/52776-expected.txt:
599 * platform/mac/fast/text/complex-text-opacity-expected.txt:
600 * platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt:
601 * platform/mac/fast/text/international/bidi-AN-after-L-expected.checksum:
602 * platform/mac/fast/text/international/bidi-AN-after-L-expected.png:
603 * platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
604 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum:
605 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png:
606 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt:
607 * platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt:
608 * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
609 * platform/mac/fast/text/international/bidi-neutral-run-expected.checksum:
610 * platform/mac/fast/text/international/bidi-neutral-run-expected.png:
611 * platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
612 * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.checksum:
613 * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png:
615 2011-04-06 Adrienne Walker <enne@google.com>
617 Unreviewed, update expectations for Chromium visited link test.
618 https://bugs.webkit.org/show_bug.cgi?id=58000
620 Apparently, this just hasn't been working for a while.
622 * platform/chromium/test_expectations.txt:
624 2011-04-06 Adrienne Walker <enne@google.com>
626 Unreviewed, rebaseline more Chromium mac tests after r83075.
628 * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
629 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
631 2011-04-06 Adrienne Walker <enne@google.com>
633 Unreviewed, try to green Chromium mac tree by marking failing tests as more generally failing.
635 * platform/chromium/test_expectations.txt:
637 2011-04-06 David Dorwin <ddorwin@chromium.org>
639 Reviewed by David Levin.
641 Enable fullscreen layout tests for Chromium
642 https://bugs.webkit.org/show_bug.cgi?id=55726
644 Remove test_expectations override for fullscreen tests.
646 * platform/chromium/test_expectations.txt:
648 2011-04-06 Adrienne Walker <enne@google.com>
650 Unreviewed, rebaseline Chromium Mac tests after r83075.
652 * platform/chromium-mac-leopard/fast/multicol/nested-columns-expected.checksum: Removed.
653 * platform/chromium-mac-leopard/fast/multicol/nested-columns-expected.png:
654 * platform/chromium-mac/fast/multicol/nested-columns-expected.png: Removed.
655 * platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.checksum: Removed.
656 * platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.png: Removed.
657 * platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.checksum: Removed.
658 * platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.png: Removed.
660 2011-04-06 Vincent Scheib <scheib@chromium.org>
662 Fixed GPU expectations for r80867
664 * platform/chromium-gpu-mac/platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
665 * platform/chromium-gpu-win/platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
666 * platform/chromium/test_expectations.txt:
668 2011-04-06 Csaba Osztrogonác <ossy@webkit.org>
670 [Qt] media tests are flakey
671 https://bugs.webkit.org/show_bug.cgi?id=57983
673 * platform/qt/Skipped: Disable all media tests until fix.
675 2011-04-06 Sheriff Bot <webkit.review.bot@gmail.com>
677 Unreviewed, rolling out r83039.
678 http://trac.webkit.org/changeset/83039
679 https://bugs.webkit.org/show_bug.cgi?id=57978
681 introduced a new regression in conjunction to
682 ReplaceSelectionCommand (Requested by rniwa on #webkit).
684 * editing/inserting/insert-paragraph-separator-tab-span-expected.txt: Removed.
685 * editing/inserting/insert-paragraph-separator-tab-span.html: Removed.
687 2011-04-06 Naoki Takano <takano.naoki@gmail.com>
689 Reviewed by David Levin.
691 Webkit ignores PgUp/PgDown/Home/End in SELECT tag objects
692 https://bugs.webkit.org/show_bug.cgi?id=27658
694 * fast/events/select-element-expected.txt: Added to check PgUp/PgDown/Home/End keys are working correctly in SELECT tag.
695 * fast/events/select-element.html: Added for expectation.
697 2011-04-06 Adrienne Walker <enne@google.com>
699 Unreviewed, rebaseline Chromium Win tests after r83075.
701 * platform/chromium-win/fast/multicol/nested-columns-expected.checksum: Removed.
702 * platform/chromium-win/fast/multicol/nested-columns-expected.png:
703 * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.checksum: Removed.
704 * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png:
705 * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.checksum: Removed.
706 * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png:
707 * platform/chromium-win/fast/text/capitalize-empty-generated-string-expected.txt:
709 2011-04-06 Csaba Osztrogonác <ossy@webkit.org>
711 [Qt] Update platform specific expected results after r83075.
713 * platform/qt/editing/pasteboard/paste-text-011-expected.checksum:
714 * platform/qt/editing/pasteboard/paste-text-011-expected.png:
715 * platform/qt/editing/pasteboard/paste-text-011-expected.txt:
716 * platform/qt/fast/css-generated-content/014-expected.checksum:
717 * platform/qt/fast/css-generated-content/014-expected.png:
718 * platform/qt/fast/css-generated-content/014-expected.txt:
719 * platform/qt/fast/css/word-space-extra-expected.checksum:
720 * platform/qt/fast/css/word-space-extra-expected.png:
721 * platform/qt/fast/css/word-space-extra-expected.txt:
722 * platform/qt/tables/mozilla/bugs/bug16252-expected.txt:
723 * platform/qt/tables/mozilla/bugs/bug2123-expected.checksum:
724 * platform/qt/tables/mozilla/bugs/bug2123-expected.png:
725 * platform/qt/tables/mozilla/bugs/bug2123-expected.txt:
726 * platform/qt/tables/mozilla/bugs/bug43854-1-expected.checksum:
727 * platform/qt/tables/mozilla/bugs/bug43854-1-expected.png:
728 * platform/qt/tables/mozilla/bugs/bug43854-1-expected.txt:
729 * platform/qt/tables/mozilla/bugs/bug4523-expected.checksum:
730 * platform/qt/tables/mozilla/bugs/bug4523-expected.png:
731 * platform/qt/tables/mozilla/bugs/bug4523-expected.txt:
732 * platform/qt/tables/mozilla/bugs/bug57828-2-expected.checksum:
733 * platform/qt/tables/mozilla/bugs/bug57828-2-expected.png:
734 * platform/qt/tables/mozilla/bugs/bug57828-2-expected.txt:
735 * platform/qt/tables/mozilla/core/bloomberg-expected.checksum:
736 * platform/qt/tables/mozilla/core/bloomberg-expected.png:
737 * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
738 * platform/qt/tables/mozilla/marvin/backgr_index-expected.txt:
740 2011-04-06 Adrienne Walker <enne@google.com>
742 Unreviewed, mark Chromium expectations for line-clamp.html to be a known regression.
743 https://bugs.webkit.org/show_bug.cgi?id=57975
745 * platform/chromium/test_expectations.txt:
747 2011-04-06 David Hyatt <hyatt@apple.com>
749 Reviewed by Dan Bernstein.
751 https://bugs.webkit.org/show_bug.cgi?id=41445
753 Visited links painting with black background. Make sure that if the visited style has
754 the initial background color (transparent) set that we just use the unvisited color.
756 Added fast/history/visited-link-background-color.html
757 * fast/history/visited-link-background-color.html: Added.
758 * platform/mac/fast/history/visited-link-background-color-expected.checksum: Added.
759 * platform/mac/fast/history/visited-link-background-color-expected.png: Added.
760 * platform/mac/fast/history/visited-link-background-color-expected.txt: Added.
762 2011-04-06 Adrienne Walker <enne@google.com>
764 Unreviewed, update Chromium expectations for set-unloaded-frame-location.html as a flaky crasher.
766 * platform/chromium/test_expectations.txt:
768 2011-04-06 Adrienne Walker <enne@google.com>
770 Unreviewed, rebaseline Chromium linux tests after r83075.
772 * platform/chromium-linux/fast/multicol/nested-columns-expected.checksum: Removed.
773 * platform/chromium-linux/fast/multicol/nested-columns-expected.png:
774 * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.checksum: Removed.
775 * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.png:
776 * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.checksum: Removed.
777 * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.png:
778 * platform/chromium-linux/fast/text/capitalize-empty-generated-string-expected.txt: Added.
780 2011-04-06 Alexis Menard <alexis.menard@openbossa.org>
782 Reviewed by Andreas Kling.
784 Skip tests not passing in the Qt bot.
786 * platform/qt/Skipped:
788 2011-04-06 Zan Dobersek <zandobersek@gmail.com>
790 Reviewed by Eric Seidel.
792 [Gtk] plugins/set-status.html fails
793 https://bugs.webkit.org/show_bug.cgi?id=57844
795 Unskip a newly-passing test.
797 * platform/gtk/Skipped:
799 2011-04-06 David Hyatt <hyatt@apple.com>
801 Reviewed by Dan Bernstein.
803 https://bugs.webkit.org/show_bug.cgi?id=57916
805 Implement an optimization to the line box tree to cull out most of the intermediate
806 line boxes that can occur between the root line box and the leaves of the tree (images
809 RenderInlines now have a boolean member, m_alwaysCreateLineBoxes,
810 that starts off as false. Only if it gets flipped to true will there be any line boxes
811 created for that RenderInline.
813 * platform/mac/fast/blockflow/text-orientation-basic-expected.txt:
814 * platform/mac/fast/text/capitalize-empty-generated-string-expected.txt:
816 2011-04-06 MORITA Hajime <morrita@google.com>
818 Unreviewed expectations udpate for gtk port that follows r83065.
820 * platform/gtk/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
821 * platform/gtk/fast/dom/HTMLProgressElement/progress-element-expected.txt:
823 2011-04-06 Adrienne Walker <enne@google.com>
825 Unreviewed, modify Chromium test expectations from r83065. They need
826 rebaselines, but in the meantime they should fail more generally so as
827 not to trip the bots.
829 * platform/chromium/test_expectations.txt:
831 2011-04-06 Alexis Menard <alexis.menard@openbossa.org>
833 Reviewed by Benjamin Poulain.
835 [Qt] Unskip some media LayoutTests.
836 https://bugs.webkit.org/show_bug.cgi?id=57855
838 Unskip some media tests for Qt.
840 * platform/qt/Skipped:
842 2011-04-06 Chang Shu <cshu@webkit.org>
844 Reviewed by Darin Adler.
846 WebKitTestRunner needs layoutTestController.pageNumberForElementById
847 https://bugs.webkit.org/show_bug.cgi?id=42329
851 * platform/mac-wk2/Skipped:
852 * platform/qt-wk2/Skipped:
854 2011-04-06 Steve Lacey <sjl@chromium.org>
856 Reviewed by Eric Carlson.
858 fast/layer/video_layer.html has the same text output for all chromium mac platforms.
860 [chromium] Fix fast/layers/video_layer.html expectations
861 https://bugs.webkit.org/show_bug.cgi?id=57386
863 * platform/chromium-mac-leopard/fast/layers/video-layer-expected.txt: Removed.
864 * platform/chromium-mac/fast/layers/video-layer-expected.txt:
865 * platform/chromium/test_expectations.txt:
867 2011-04-06 MORITA Hajime <morrita@google.com>
869 Reviewed by Dimitri Glazkov.
871 [Refactoring] <progress> should not have manual layout code.
872 https://bugs.webkit.org/show_bug.cgi?id=57801
874 Updated progress-bar-value-pseudo-element.html to have wider coverage and
875 follow pseudo class change.
877 * fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html:
878 * platform/chromium/test_expectations.txt:
879 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum:
880 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
881 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
883 2011-04-06 Adrienne Walker <enne@google.com>
885 Unreviewed, add Chromium snow leopard baseline for meter-boundary-values
887 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
889 2011-04-06 Sheriff Bot <webkit.review.bot@gmail.com>
891 Unreviewed, rolling out r83045.
892 http://trac.webkit.org/changeset/83045
893 https://bugs.webkit.org/show_bug.cgi?id=57953
895 Broke win layout tests (Requested by podivilov on #webkit).
897 * inspector/debugger/script-formatter-expected.txt: Removed.
898 * inspector/debugger/script-formatter.html: Removed.
899 * platform/chromium/test_expectations.txt:
901 2011-04-06 Andras Becsi <abecsi@webkit.org>
903 Reviewed by Darin Adler.
905 Invalid color #{predefined colorName} is accepted by the CSS parser.
906 https://bugs.webkit.org/show_bug.cgi?id=15360
908 * editing/execCommand/16049.html: Correct testcase which relies on parsing an invalid color value as valid.
909 * fast/css/invalid-predefined-color-expected.txt: Added.
910 * fast/css/invalid-predefined-color.html: Added.
911 * fast/css/script-tests/invalid-predefined-color.js: Added.
913 2011-03-30 Pavel Podivilov <podivilov@chromium.org>
915 Reviewed by Pavel Feldman.
917 Web Inspector: add test for script formatter worker.
918 https://bugs.webkit.org/show_bug.cgi?id=57447
920 * inspector/debugger/script-formatter-expected.txt: Added.
921 * inspector/debugger/script-formatter.html: Added.
922 * platform/chromium/test_expectations.txt:
924 2011-04-06 Ryosuke Niwa <rniwa@webkit.org>
926 Reviewed by Eric Seidel.
928 REGRESSION (r46914, r48764): When typing in Mail, line wrapping frequently occurs in the middle of words
929 https://bugs.webkit.org/show_bug.cgi?id=57872
931 Added a test insert a paragraph separator and text around tab spans. WebKit should not apply the tab span's
932 style to the paragraph separator or the text.
934 * editing/inserting/insert-paragraph-separator-tab-span-expected.txt: Added.
935 * editing/inserting/insert-paragraph-separator-tab-span.html: Added.
937 2011-04-05 Alexander Pavlov <apavlov@chromium.org>
939 Reviewed by Pavel Feldman.
941 Web Inspector: Range insertNode function does not update content in the inspector
942 https://bugs.webkit.org/show_bug.cgi?id=57829
944 * inspector/elements/modify-chardata-expected.txt:
945 * inspector/elements/modify-chardata.html:
947 2011-04-06 Nikolas Zimmermann <nzimmermann@rim.com>
949 Reviewed by Dirk Schulze.
951 getComputedTextLength always returns 0 with tspan elements
952 https://bugs.webkit.org/show_bug.cgi?id=19814
954 Add a testcase showing that getComputedTextLength for <tspan> works fine.
956 * svg/text/tspan-getComputedTextLength-expected.txt: Added.
957 * svg/text/tspan-getComputedTextLength.svg: Added.
959 2011-04-05 Andrey Kosyakov <caseq@chromium.org>
961 Reviewed by Yury Semikhatsky.
963 Web Inspector: [Extensions API] remove inspectedPage.* events
964 https://bugs.webkit.org/show_bug.cgi?id=57763
966 - Removed webInspector.inspectedPage.* events
967 - moved onNavigated to webInspector.resources
969 * http/tests/inspector/extensions-test.js:
970 (initialize_ExtensionsTest.runWhenPageLoads):
971 * http/tests/inspector/inspector-test.js:
972 (initialize_InspectorTest.InspectorTest.runWhenPageLoads.chainedCallback):
973 (initialize_InspectorTest.InspectorTest.runWhenPageLoads):
974 * inspector/extensions/extensions-api-expected.txt:
975 * inspector/extensions/extensions-events-expected.txt:
976 * inspector/extensions/extensions-events.html:
978 2011-04-05 Mikhail Naganov <mnaganov@chromium.org>
980 Reviewed by Pavel Feldman.
982 Web Inspector: [Chromium] Add layout test for Summary view of detailed heap snapshots.
983 https://bugs.webkit.org/show_bug.cgi?id=57856
985 * http/tests/inspector/inspector-test.js:
986 (initialize_InspectorTest.):
987 (initialize_InspectorTest):
988 * inspector/profiler/detailed-heapshots-summary-expected.txt: Added.
989 * inspector/profiler/detailed-heapshots-summary.html: Added.
990 * inspector/profiler/detailed-heapshots-test.js: Added.
991 * platform/chromium/inspector/profiler/detailed-heapshots-summary-expected.txt: Added.
993 2011-04-06 Ojan Vafai <ojan@chromium.org>
995 http://trac.webkit.org/changeset/83024 incorrectly removed the mac-leopard results.
996 Instead, it should have moved the results from chromium-mac to chromium-mac-leopard.
998 * platform/chromium-mac-leopard/fast/box-shadow/spread-multiple-inset-expected.png: Added.
999 * platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png: Added.
1000 * platform/chromium-mac-leopard/fast/html/details-add-summary-1-expected.png: Added.
1001 * platform/chromium-mac-leopard/fast/html/details-add-summary-10-and-click-expected.png: Added.
1002 * platform/chromium-mac-leopard/fast/html/details-add-summary-10-expected.png: Added.
1003 * platform/chromium-mac-leopard/fast/html/details-add-summary-2-and-click-expected.png: Added.
1004 * platform/chromium-mac-leopard/fast/html/details-add-summary-2-expected.png: Added.
1005 * platform/chromium-mac-leopard/fast/html/details-add-summary-3-and-click-expected.png: Added.
1006 * platform/chromium-mac-leopard/fast/html/details-add-summary-3-expected.png: Added.
1007 * platform/chromium-mac-leopard/fast/html/details-add-summary-4-and-click-expected.png: Added.
1008 * platform/chromium-mac-leopard/fast/html/details-add-summary-4-expected.png: Added.
1009 * platform/chromium-mac-leopard/fast/html/details-add-summary-5-and-click-expected.png: Added.
1010 * platform/chromium-mac-leopard/fast/html/details-add-summary-5-expected.png: Added.
1011 * platform/chromium-mac-leopard/fast/html/details-add-summary-6-and-click-expected.png: Added.
1012 * platform/chromium-mac-leopard/fast/html/details-add-summary-6-expected.png: Added.
1013 * platform/chromium-mac-leopard/fast/html/details-add-summary-7-and-click-expected.png: Added.
1014 * platform/chromium-mac-leopard/fast/html/details-add-summary-7-expected.png: Added.
1015 * platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png: Added.
1016 * platform/chromium-mac-leopard/fast/html/details-add-summary-8-expected.png: Added.
1017 * platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png: Added.
1018 * platform/chromium-mac-leopard/fast/html/details-add-summary-9-expected.png: Added.
1019 * platform/chromium-mac-leopard/fast/html/details-no-summary1-expected.png: Added.
1020 * platform/chromium-mac-leopard/fast/html/details-no-summary2-expected.png: Added.
1021 * platform/chromium-mac-leopard/fast/html/details-no-summary3-expected.png: Added.
1022 * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png: Added.
1023 * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png: Added.
1024 * platform/chromium-mac-leopard/fast/html/details-open1-expected.png: Added.
1025 * platform/chromium-mac-leopard/fast/html/details-open2-expected.png: Added.
1026 * platform/chromium-mac-leopard/fast/html/details-open3-expected.png: Added.
1027 * platform/chromium-mac-leopard/fast/html/details-open4-expected.png: Added.
1028 * platform/chromium-mac-leopard/fast/html/details-open5-expected.png: Added.
1029 * platform/chromium-mac-leopard/fast/html/details-open6-expected.png: Added.
1030 * platform/chromium-mac-leopard/fast/html/details-position-expected.png: Added.
1031 * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png: Added.
1032 * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-expected.png: Added.
1033 * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png: Added.
1034 * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-expected.png: Added.
1035 * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png: Added.
1036 * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-expected.png: Added.
1037 * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png: Added.
1038 * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-expected.png: Added.
1039 * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png: Added.
1040 * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-expected.png: Added.
1041 * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png: Added.
1042 * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-expected.png: Added.
1043 * platform/chromium-mac-leopard/fast/html/details-writing-mode-expected.png: Added.
1044 * platform/chromium-mac-leopard/fast/inline-block/inline-block-vertical-align-expected.png: Added.
1045 * platform/chromium-mac-leopard/fast/multicol/layers-in-multicol-expected.png: Added.
1046 * platform/chromium-mac-leopard/fast/ruby/ruby-beforeafter-expected.png: Added.
1047 * platform/chromium-mac-leopard/fast/ruby/ruby-length-expected.png: Added.
1048 * platform/chromium-mac-leopard/fast/ruby/ruby-run-break-expected.png: Added.
1049 * platform/chromium-mac-leopard/fast/ruby/ruby-runs-expected.png: Added.
1050 * platform/chromium-mac-leopard/fast/ruby/ruby-runs-spans-expected.png: Added.
1051 * platform/chromium-mac-leopard/fast/ruby/ruby-trailing-expected.png: Added.
1052 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
1053 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
1054 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
1055 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
1056 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
1057 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
1058 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
1060 2011-04-06 Nikolas Zimmermann <nzimmermann@rim.com>
1064 Add missing pixel test result.
1066 * platform/mac/svg/custom/use-in-symbol-with-offset-expected.checksum: Added.
1067 * platform/mac/svg/custom/use-in-symbol-with-offset-expected.png: Added.
1069 2011-04-06 James Kozianski <koz@chromium.org>
1071 [chromium] Add expectations for failing GPU tests.
1072 https://bugs.webkit.org/show_bug.cgi?id=57926
1074 * platform/chromium/test_expectations.txt:
1076 2011-04-06 Naoki Takano <takano.naoki@gmail.com>
1078 Reviewed by Ryosuke Niwa.
1080 REGRESSION(r81328): Null pointer crash in canAppendNewLineFeed when selection isn't inside an editable element
1081 https://bugs.webkit.org/show_bug.cgi?id=57755
1083 * editing/execCommand/insert-line-break-onload-expected.txt: Added.
1084 * editing/execCommand/insert-line-break-onload.html: Added to check calling InsertLineBreak without any crash.
1086 2011-04-05 James Kozianski <koz@chromium.org>
1088 [chromium] Rebaseline images after r82969
1090 Rebaseline for missed linux test in r83019.
1092 * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.checksum: Removed.
1093 * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
1095 2011-04-05 Shane Stephens <shanestephens@google.com>
1097 Reviewed by Ojan Vafai.
1099 [Chromium] Greening the Mac 10.5 and 10.6 trees.
1100 https://bugs.webkit.org/show_bug.cgi?id=57924
1102 Rebaselines a bunch of tests with differences due to text anti-aliasing.
1103 (Prepared using rebaseline script)
1105 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
1106 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Removed.
1107 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
1108 * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Removed.
1109 * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Removed.
1110 * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Removed.
1111 * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Removed.
1112 * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Removed.
1113 * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Removed.
1114 * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Removed.
1115 * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Removed.
1116 * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Removed.
1117 * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Removed.
1118 * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Removed.
1119 * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Removed.
1120 * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Removed.
1121 * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Removed.
1122 * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Removed.
1123 * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Removed.
1124 * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Removed.
1125 * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Removed.
1126 * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Removed.
1127 * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Removed.
1128 * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Removed.
1129 * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Removed.
1130 * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Removed.
1131 * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Removed.
1132 * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Removed.
1133 * platform/chromium-mac/fast/html/details-open1-expected.png: Removed.
1134 * platform/chromium-mac/fast/html/details-open2-expected.png: Removed.
1135 * platform/chromium-mac/fast/html/details-open3-expected.png: Removed.
1136 * platform/chromium-mac/fast/html/details-open4-expected.png: Removed.
1137 * platform/chromium-mac/fast/html/details-open5-expected.png: Removed.
1138 * platform/chromium-mac/fast/html/details-open6-expected.png: Removed.
1139 * platform/chromium-mac/fast/html/details-position-expected.png: Removed.
1140 * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
1141 * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Removed.
1142 * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
1143 * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Removed.
1144 * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
1145 * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Removed.
1146 * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
1147 * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Removed.
1148 * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
1149 * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Removed.
1150 * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
1151 * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Removed.
1152 * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Removed.
1153 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.checksum: Removed.
1154 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.png: Removed.
1155 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum: Removed.
1156 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Removed.
1157 * platform/chromium-mac/fast/multicol/nested-columns-expected.checksum: Removed.
1158 * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
1159 * platform/chromium-mac/fast/repaint/list-marker-expected.checksum: Removed.
1160 * platform/chromium-mac/fast/repaint/list-marker-expected.png:
1161 * platform/chromium-mac/fast/ruby/ruby-beforeafter-expected.png: Removed.
1162 * platform/chromium-mac/fast/ruby/ruby-length-expected.png: Removed.
1163 * platform/chromium-mac/fast/ruby/ruby-run-break-expected.png: Removed.
1164 * platform/chromium-mac/fast/ruby/ruby-runs-expected.png: Removed.
1165 * platform/chromium-mac/fast/ruby/ruby-runs-spans-expected.png: Removed.
1166 * platform/chromium-mac/fast/ruby/ruby-trailing-expected.png: Removed.
1167 * platform/chromium-mac/fast/ruby/rubyDOM-insert-rt-expected.png: Removed.
1168 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text1-expected.png: Removed.
1169 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text2-expected.png: Removed.
1170 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text3-expected.png: Removed.
1171 * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Removed.
1172 * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Removed.
1173 * platform/chromium-mac/fast/ruby/rubyDOM-remove-text1-expected.png: Removed.
1174 * platform/chromium/test_expectations.txt:
1175 * platform/mac/fast/css/background-clip-values-expected.checksum: Added.
1176 * platform/mac/fast/css/background-clip-values-expected.png: Added.
1177 * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.checksum: Added.
1178 * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
1179 * platform/mac/fast/gradients/gradient-after-transparent-border-expected.checksum: Added.
1180 * platform/mac/fast/gradients/gradient-after-transparent-border-expected.png: Added.
1181 * platform/mac/fast/images/gray-scale-jpeg-with-color-profile-expected.checksum: Added.
1182 * platform/mac/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
1183 * platform/mac/media/controls-without-preload-expected.checksum: Added.
1184 * platform/mac/media/controls-without-preload-expected.png: Added.
1186 2011-04-05 James Kozianski <koz@chromium.org>
1188 Rebaseline images after r82969
1189 https://bugs.webkit.org/show_bug.cgi?id=57917
1191 Rebaseline for r82969, which causes slight changes in rounded corner rendering.
1193 * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
1194 * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
1195 * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
1196 * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.png:
1197 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
1198 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.png:
1199 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
1200 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.png:
1201 * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
1202 * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png:
1203 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
1204 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1205 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
1206 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
1207 * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
1208 * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.png:
1209 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
1210 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png:
1211 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
1212 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png:
1213 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
1214 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png:
1215 * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
1216 * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
1217 * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
1218 * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
1219 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
1220 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png:
1221 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
1222 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png:
1223 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
1224 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
1225 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
1226 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png:
1227 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
1228 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
1229 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.checksum: Removed.
1230 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
1231 * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
1232 * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.png:
1233 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
1234 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png:
1235 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
1236 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png:
1237 * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
1238 * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.png:
1239 * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
1240 * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.png:
1241 * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
1242 * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.png:
1243 * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.checksum: Removed.
1244 * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.png:
1245 * platform/chromium-linux/fast/box-shadow/inset-expected.checksum: Removed.
1246 * platform/chromium-linux/fast/box-shadow/inset-expected.png:
1247 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
1248 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
1249 * platform/chromium-linux/fast/box-shadow/spread-expected.checksum: Removed.
1250 * platform/chromium-linux/fast/box-shadow/spread-expected.png:
1251 * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
1252 * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.png:
1253 * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
1254 * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png:
1255 * platform/chromium-linux/fast/forms/basic-selects-expected.checksum: Removed.
1256 * platform/chromium-linux/fast/forms/basic-selects-expected.png:
1257 * platform/chromium-linux/fast/layers/video-layer-expected.checksum: Removed.
1258 * platform/chromium-linux/fast/layers/video-layer-expected.png:
1259 * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.checksum: Removed.
1260 * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.png:
1261 * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.checksum: Removed.
1262 * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.png:
1263 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.checksum: Removed.
1264 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
1265 * platform/chromium-linux/fast/transforms/shadows-expected.checksum: Removed.
1266 * platform/chromium-linux/fast/transforms/shadows-expected.png:
1267 * platform/chromium-linux/media/audio-controls-rendering-expected.checksum: Removed.
1268 * platform/chromium-linux/media/audio-controls-rendering-expected.png:
1269 * platform/chromium-linux/media/controls-after-reload-expected.checksum: Removed.
1270 * platform/chromium-linux/media/controls-after-reload-expected.png:
1271 * platform/chromium-linux/media/controls-strict-expected.checksum: Removed.
1272 * platform/chromium-linux/media/controls-strict-expected.png:
1273 * platform/chromium-linux/media/controls-styling-expected.checksum: Removed.
1274 * platform/chromium-linux/media/controls-styling-expected.png:
1275 * platform/chromium-linux/media/controls-without-preload-expected.checksum: Removed.
1276 * platform/chromium-linux/media/controls-without-preload-expected.png:
1277 * platform/chromium-linux/media/media-document-audio-repaint-expected.checksum: Removed.
1278 * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
1279 * platform/chromium-linux/media/video-controls-rendering-expected.checksum: Removed.
1280 * platform/chromium-linux/media/video-controls-rendering-expected.png:
1281 * platform/chromium-linux/media/video-display-toggle-expected.checksum: Removed.
1282 * platform/chromium-linux/media/video-display-toggle-expected.png:
1283 * platform/chromium-linux/media/video-empty-source-expected.checksum: Removed.
1284 * platform/chromium-linux/media/video-empty-source-expected.png:
1285 * platform/chromium-linux/media/video-no-audio-expected.checksum: Removed.
1286 * platform/chromium-linux/media/video-no-audio-expected.png:
1287 * platform/chromium-linux/media/video-volume-slider-expected.checksum: Removed.
1288 * platform/chromium-linux/media/video-volume-slider-expected.png:
1289 * platform/chromium-linux/media/video-zoom-controls-expected.checksum: Removed.
1290 * platform/chromium-linux/media/video-zoom-controls-expected.png:
1291 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
1292 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
1293 * platform/chromium-win-xp/media/controls-after-reload-expected.checksum: Removed.
1294 * platform/chromium-win-xp/media/controls-after-reload-expected.png: Removed.
1295 * platform/chromium-win-xp/media/controls-strict-expected.checksum: Removed.
1296 * platform/chromium-win-xp/media/controls-strict-expected.png: Removed.
1297 * platform/chromium-win-xp/media/controls-styling-expected.checksum: Removed.
1298 * platform/chromium-win-xp/media/controls-styling-expected.png: Removed.
1299 * platform/chromium-win-xp/media/controls-without-preload-expected.checksum: Removed.
1300 * platform/chromium-win-xp/media/controls-without-preload-expected.png: Removed.
1301 * platform/chromium-win-xp/media/video-controls-rendering-expected.checksum: Removed.
1302 * platform/chromium-win-xp/media/video-controls-rendering-expected.png: Removed.
1303 * platform/chromium-win-xp/media/video-zoom-controls-expected.checksum: Removed.
1304 * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Removed.
1305 * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
1306 * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
1307 * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
1308 * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.png:
1309 * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
1310 * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.png:
1311 * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
1312 * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.png:
1313 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
1314 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
1315 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
1316 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1317 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
1318 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
1319 * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
1320 * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.png:
1321 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
1322 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png:
1323 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
1324 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png:
1325 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
1326 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png:
1327 * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
1328 * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
1329 * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
1330 * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
1331 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
1332 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png:
1333 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
1334 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png:
1335 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
1336 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
1337 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
1338 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png:
1339 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
1340 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
1341 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.checksum: Removed.
1342 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
1343 * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
1344 * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.png:
1345 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
1346 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png:
1347 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
1348 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png:
1349 * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
1350 * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.png:
1351 * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
1352 * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.png:
1353 * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
1354 * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.png:
1355 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.checksum: Removed.
1356 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.png:
1357 * platform/chromium-win/fast/box-shadow/inset-expected.checksum: Removed.
1358 * platform/chromium-win/fast/box-shadow/inset-expected.png:
1359 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
1360 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
1361 * platform/chromium-win/fast/box-shadow/spread-expected.checksum: Removed.
1362 * platform/chromium-win/fast/box-shadow/spread-expected.png:
1363 * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
1364 * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.png:
1365 * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
1366 * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png:
1367 * platform/chromium-win/fast/forms/basic-selects-expected.checksum: Removed.
1368 * platform/chromium-win/fast/forms/basic-selects-expected.png:
1369 * platform/chromium-win/fast/layers/video-layer-expected.checksum: Removed.
1370 * platform/chromium-win/fast/layers/video-layer-expected.png:
1371 * platform/chromium-win/fast/overflow/border-radius-clipping-expected.checksum: Removed.
1372 * platform/chromium-win/fast/overflow/border-radius-clipping-expected.png:
1373 * platform/chromium-win/fast/repaint/border-radius-repaint-expected.checksum: Removed.
1374 * platform/chromium-win/fast/repaint/border-radius-repaint-expected.png:
1375 * platform/chromium-win/fast/replaced/border-radius-clip-expected.checksum: Removed.
1376 * platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
1377 * platform/chromium-win/fast/transforms/shadows-expected.checksum: Removed.
1378 * platform/chromium-win/fast/transforms/shadows-expected.png:
1379 * platform/chromium-win/media/audio-controls-rendering-expected.checksum: Removed.
1380 * platform/chromium-win/media/audio-controls-rendering-expected.png:
1381 * platform/chromium-win/media/controls-after-reload-expected.checksum: Removed.
1382 * platform/chromium-win/media/controls-after-reload-expected.png:
1383 * platform/chromium-win/media/controls-strict-expected.checksum: Removed.
1384 * platform/chromium-win/media/controls-strict-expected.png:
1385 * platform/chromium-win/media/controls-styling-expected.checksum: Removed.
1386 * platform/chromium-win/media/controls-styling-expected.png:
1387 * platform/chromium-win/media/controls-without-preload-expected.checksum: Removed.
1388 * platform/chromium-win/media/controls-without-preload-expected.png:
1389 * platform/chromium-win/media/media-document-audio-repaint-expected.checksum: Removed.
1390 * platform/chromium-win/media/media-document-audio-repaint-expected.png:
1391 * platform/chromium-win/media/video-controls-rendering-expected.checksum: Removed.
1392 * platform/chromium-win/media/video-controls-rendering-expected.png:
1393 * platform/chromium-win/media/video-display-toggle-expected.checksum: Removed.
1394 * platform/chromium-win/media/video-display-toggle-expected.png:
1395 * platform/chromium-win/media/video-empty-source-expected.checksum: Removed.
1396 * platform/chromium-win/media/video-empty-source-expected.png:
1397 * platform/chromium-win/media/video-no-audio-expected.checksum: Removed.
1398 * platform/chromium-win/media/video-no-audio-expected.png:
1399 * platform/chromium-win/media/video-volume-slider-expected.checksum: Removed.
1400 * platform/chromium-win/media/video-volume-slider-expected.png:
1401 * platform/chromium-win/media/video-zoom-controls-expected.checksum: Removed.
1402 * platform/chromium-win/media/video-zoom-controls-expected.png:
1403 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
1404 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
1406 2011-04-05 Kent Tamura <tkent@chromium.org>
1408 [Chromium] Update expectation images for a Skia rounded rectangle change (r83002).
1409 https://bugs.webkit.org/show_bug.cgi?id=57907
1411 * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
1412 * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
1413 * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
1414 * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.png:
1415 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
1416 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.png:
1417 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
1418 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.png:
1419 * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
1420 * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png:
1421 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
1422 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1423 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
1424 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
1425 * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
1426 * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.png:
1427 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
1428 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png:
1429 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
1430 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png:
1431 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
1432 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png:
1433 * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
1434 * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
1435 * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
1436 * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
1437 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
1438 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png:
1439 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
1440 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png:
1441 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
1442 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
1443 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
1444 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png:
1445 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
1446 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
1447 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.checksum: Removed.
1448 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
1449 * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
1450 * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.png:
1451 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
1452 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png:
1453 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
1454 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png:
1455 * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
1456 * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.png:
1457 * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
1458 * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.png:
1459 * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
1460 * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.png:
1461 * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.checksum: Removed.
1462 * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.png:
1463 * platform/chromium-linux/fast/box-shadow/inset-expected.checksum: Removed.
1464 * platform/chromium-linux/fast/box-shadow/inset-expected.png:
1465 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
1466 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
1467 * platform/chromium-linux/fast/box-shadow/spread-expected.checksum: Removed.
1468 * platform/chromium-linux/fast/box-shadow/spread-expected.png:
1469 * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
1470 * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.png:
1471 * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
1472 * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png:
1473 * platform/chromium-linux/fast/forms/basic-selects-expected.checksum: Removed.
1474 * platform/chromium-linux/fast/forms/basic-selects-expected.png:
1475 * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.checksum: Removed.
1476 * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.png:
1477 * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.checksum: Removed.
1478 * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.png:
1479 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.checksum: Removed.
1480 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
1481 * platform/chromium-linux/fast/transforms/shadows-expected.checksum: Removed.
1482 * platform/chromium-linux/fast/transforms/shadows-expected.png:
1483 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
1484 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
1485 * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
1486 * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
1487 * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
1488 * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.png:
1489 * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
1490 * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.png:
1491 * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
1492 * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.png:
1493 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
1494 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
1495 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
1496 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1497 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
1498 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
1499 * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
1500 * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.png:
1501 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
1502 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png:
1503 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
1504 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png:
1505 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
1506 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png:
1507 * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
1508 * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
1509 * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
1510 * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
1511 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
1512 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png:
1513 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
1514 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png:
1515 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
1516 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
1517 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
1518 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png:
1519 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
1520 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
1521 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.checksum: Removed.
1522 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
1523 * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
1524 * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.png:
1525 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
1526 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png:
1527 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
1528 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png:
1529 * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
1530 * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.png:
1531 * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
1532 * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.png:
1533 * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
1534 * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.png:
1535 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.checksum: Removed.
1536 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.png:
1537 * platform/chromium-win/fast/box-shadow/inset-expected.checksum: Removed.
1538 * platform/chromium-win/fast/box-shadow/inset-expected.png:
1539 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
1540 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
1541 * platform/chromium-win/fast/box-shadow/spread-expected.checksum: Removed.
1542 * platform/chromium-win/fast/box-shadow/spread-expected.png:
1543 * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
1544 * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.png:
1545 * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
1546 * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png:
1547 * platform/chromium-win/fast/forms/basic-selects-expected.checksum: Removed.
1548 * platform/chromium-win/fast/forms/basic-selects-expected.png:
1549 * platform/chromium-win/fast/overflow/border-radius-clipping-expected.checksum: Removed.
1550 * platform/chromium-win/fast/overflow/border-radius-clipping-expected.png:
1551 * platform/chromium-win/fast/repaint/border-radius-repaint-expected.checksum: Removed.
1552 * platform/chromium-win/fast/repaint/border-radius-repaint-expected.png:
1553 * platform/chromium-win/fast/replaced/border-radius-clip-expected.checksum: Removed.
1554 * platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
1555 * platform/chromium-win/fast/transforms/shadows-expected.checksum: Removed.
1556 * platform/chromium-win/fast/transforms/shadows-expected.png:
1557 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
1558 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
1560 2011-04-05 Chang Shu <cshu@webkit.org>
1562 Reviewed by Darin Adler.
1564 WebKitTestRunner needs layoutTestController.numberOfPages
1565 https://bugs.webkit.org/show_bug.cgi?id=42694
1567 Unskip passed tests.
1569 * platform/mac-wk2/Skipped:
1570 * platform/qt-wk2/Skipped:
1572 2011-04-05 Adrienne Walker <enne@google.com>
1574 Unreviewed, temporarily mark two tests as more generally failing.
1576 * platform/chromium/test_expectations.txt:
1578 2011-04-05 Jessie Berlin <jberlin@apple.com>
1580 3 tests fail on apple-macpro-6 (due to different JS MIME type) but not any other Leopard
1582 https://bugs.webkit.org/show_bug.cgi?id=56564
1584 Skip fast/preloader/scan-body-from-head-script.html on Leopard to get the bots green.
1586 * platform/mac-leopard/Skipped:
1588 2011-04-04 Vitaly Repeshko <vitalyr@chromium.org>
1590 Reviewed by Adam Barth.
1592 [V8] Keep dirty primitive CSS values alive.
1593 https://bugs.webkit.org/show_bug.cgi?id=57810
1595 * platform/chromium/test_expectations.txt: Mark
1596 fast/dom/StyleSheet/gc-inline-style-cssvalues.html as passing.
1598 2011-04-05 Brian Weinstein <bweinstein@apple.com>
1600 [Windows] fast/blockflow/Kusa-Makura-background-canvas.html failing since introduction in r82903
1601 https://bugs.webkit.org/show_bug.cgi?id=57880
1603 Update Windows expected results (with pixel tests) to greenify the bots.
1605 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
1606 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
1607 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
1609 2011-04-05 Jessie Berlin <jberlin@apple.com>
1611 [Windows Tests] fast/dom/Window/window-property-descriptors.html failing since r82925.
1612 https://bugs.webkit.org/show_bug.cgi?id=57881
1614 Update the Windows-specific results to get the bots green.
1616 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
1617 onformchange and onforminput were removed in r82925.
1619 2011-04-05 Tony Chang <tony@chromium.org>
1621 Unreviewed, removing the chromium-win results causes this test to
1622 start passing on chromium win and linux.
1624 * platform/chromium-win/fast/images/svg-as-tiled-background-expected.checksum: Removed.
1625 * platform/chromium-win/fast/images/svg-as-tiled-background-expected.png: Removed.
1626 * platform/chromium/test_expectations.txt:
1628 2011-04-05 David Levin <levin@chromium.org>
1630 Reviewed by Jian Li.
1632 [chromium] send-sliced-dragged-file.html started to crash on chromium bots
1633 https://bugs.webkit.org/show_bug.cgi?id=57539
1635 * platform/chromium/test_expectations.txt: Removed passing test
1636 as it has been fixed in the chromium network stack as of chromium r80114
1637 and it was introduced in r79905 so no need to change the chromium deps
1638 since it is before the regression.
1640 2011-04-05 Adrienne Walker <enne@google.com>
1642 Unreviewed, mark unexpectedly passing Linux Chromium tests as such.
1644 * platform/chromium/test_expectations.txt:
1646 2011-04-05 Adrienne Walker <enne@google.com>
1648 Unreviewed, mark some unexpectedly passing Chromium tests as such.
1650 * platform/chromium/test_expectations.txt:
1652 2011-04-05 Adrienne Walker <enne@google.com>
1654 Unreviewed, temporarily suppress Chromium failures for tests in r82947.
1656 * platform/chromium/test_expectations.txt:
1658 2011-04-05 Nikolas Zimmermann <nzimmermann@rim.com>
1660 Reviewed by Dirk Schulze.
1662 Regression: Invalid write in SVGTextLayoutEngine
1663 https://bugs.webkit.org/show_bug.cgi?id=57721
1665 * svg/text/font-size-null-assertion-expected.txt: Added.
1666 * svg/text/font-size-null-assertion.svg: Added.
1668 2011-04-05 Nikolas Zimmermann <nzimmermann@rim.com>
1670 Reviewed by Adam Roben & Dirk Schulze.
1672 text-tspan-02-b.svg from SVG 1.1 2nd edition fails
1673 https://bugs.webkit.org/show_bug.cgi?id=57831
1675 Add text-tspan-02-b.svg from SVG 1.1 2nd edition, which was buggy.
1676 Add reduced testcase, which exposes a bug with midpoint splitting, which is now fixed.
1678 * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.checksum: Added.
1679 * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
1680 * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
1681 * platform/mac/svg/text/text-midpoint-split-bug-expected.checksum: Added.
1682 * platform/mac/svg/text/text-midpoint-split-bug-expected.png: Added.
1683 * platform/mac/svg/text/text-midpoint-split-bug-expected.txt: Added.
1684 * svg/W3C-SVG-1.1-SE/text-tspan-02-b.svg: Added.
1685 * svg/text/text-midpoint-split-bug.svg: Added.
1687 2011-04-05 Csaba Osztrogonác <ossy@webkit.org>
1689 Remove onformchange and onforminput events/event handlers
1690 https://bugs.webkit.org/show_bug.cgi?id=55755
1691 <rdar://problem/9087969>
1693 Unreviewed. Update Qt specific expected results after r82925.
1695 * platform/qt/fast/dom/Window/window-properties-expected.txt:
1696 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
1698 2011-04-05 Chang Shu <cshu@webkit.org>
1702 Unskip passed tests after bugs 57572, 57568, 42540, 42692 have been resolved.
1704 * platform/qt-wk2/Skipped:
1706 2011-04-05 Pavel Podivilov <podivilov@chromium.org>
1708 Unreviewed, add chromium-linux expectation for fast/ruby/overhang-vertical.html (the test changed in r82903).
1710 * platform/chromium-linux/fast/ruby/overhang-vertical-expected.png: Added.
1712 2011-04-05 Pavel Podivilov <podivilov@chromium.org>
1714 Unreviewed, revert bad rebaseline of english-lr-text-expected.html in r82918.
1716 * platform/chromium-linux/fast/blockflow/english-lr-text-expected.checksum: Added.
1717 * platform/chromium-win/fast/blockflow/english-lr-text-expected.checksum: Added.
1718 * platform/chromium-win/fast/blockflow/english-lr-text-expected.png:
1720 2011-04-05 Alexey Proskuryakov <ap@apple.com>
1722 Reviewed by Darin Adler.
1724 Remove onformchange and onforminput events/event handlers
1725 https://bugs.webkit.org/show_bug.cgi?id=55755
1726 <rdar://problem/9087969>
1728 * fast/dom/Window/window-properties-expected.txt:
1729 * fast/dom/Window/window-property-descriptors-expected.txt:
1730 * fast/forms/formchange-event-expected.txt: Removed.
1731 * fast/forms/formchange-event.html: Removed.
1732 * fast/forms/forminput-event-expected.txt: Removed.
1733 * fast/forms/forminput-event.html: Removed.
1734 * fast/forms/script-tests/formchange-event.js: Removed.
1735 * fast/forms/script-tests/forminput-event.js: Removed.
1737 2011-04-05 Pavel Podivilov <podivilov@chromium.org>
1739 Unreviewed, rebaseline Kusa-Makura-background-canvas.html on chromium-mac after r82903.
1741 * platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Removed.
1742 * platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
1743 * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Removed.
1744 * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
1746 2011-04-05 Pavel Podivilov <podivilov@chromium.org>
1748 Unreviewed, remove unnecessary checksum files for fast/ruby tests.
1750 * platform/chromium-linux/fast/blockflow/english-lr-text-expected.checksum: Removed.
1751 * platform/chromium-linux/fast/ruby/ruby-beforeafter-expected.checksum: Removed.
1752 * platform/chromium-linux/fast/ruby/ruby-length-expected.checksum: Removed.
1753 * platform/chromium-linux/fast/ruby/ruby-run-break-expected.checksum: Removed.
1754 * platform/chromium-linux/fast/ruby/ruby-runs-expected.checksum: Removed.
1755 * platform/chromium-linux/fast/ruby/ruby-runs-spans-expected.checksum: Removed.
1756 * platform/chromium-linux/fast/ruby/ruby-trailing-expected.checksum: Removed.
1757 * platform/chromium-linux/fast/ruby/rubyDOM-insert-rt-expected.checksum: Removed.
1758 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text1-expected.checksum: Removed.
1759 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text2-expected.checksum: Removed.
1760 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text3-expected.checksum: Removed.
1761 * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Removed.
1762 * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Removed.
1763 * platform/chromium-linux/fast/ruby/rubyDOM-remove-text1-expected.checksum: Removed.
1764 * platform/chromium/test_expectations.txt:
1766 2011-04-05 Csaba Osztrogonác <ossy@webkit.org>
1768 [Qt] fast/ruby/overhang* tests fail
1769 https://bugs.webkit.org/show_bug.cgi?id=57824
1771 * platform/qt/Skipped:Add fast/ruby/overhang-horizontal.html and fast/ruby/overhang-vertical.html.
1773 2011-04-05 Pavel Podivilov <podivilov@chromium.org>
1775 Unreviewed, update fast/ruby/* chromium expectations after r82903.
1777 * platform/chromium-linux/fast/ruby/ruby-beforeafter-expected.png:
1778 * platform/chromium-linux/fast/ruby/ruby-length-expected.png:
1779 * platform/chromium-linux/fast/ruby/ruby-run-break-expected.png:
1780 * platform/chromium-linux/fast/ruby/ruby-runs-expected.png:
1781 * platform/chromium-linux/fast/ruby/ruby-runs-spans-expected.png:
1782 * platform/chromium-linux/fast/ruby/ruby-trailing-expected.png:
1783 * platform/chromium-linux/fast/ruby/rubyDOM-insert-rt-expected.png:
1784 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text1-expected.png:
1785 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text2-expected.png:
1786 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text3-expected.png:
1787 * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt1-expected.png:
1788 * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt2-expected.png:
1789 * platform/chromium-linux/fast/ruby/rubyDOM-remove-text1-expected.png:
1790 * platform/chromium-mac/fast/ruby/ruby-beforeafter-expected.png: Added.
1791 * platform/chromium-mac/fast/ruby/ruby-length-expected.png: Added.
1792 * platform/chromium-mac/fast/ruby/ruby-run-break-expected.png: Added.
1793 * platform/chromium-mac/fast/ruby/ruby-runs-expected.png: Added.
1794 * platform/chromium-mac/fast/ruby/ruby-runs-spans-expected.png: Added.
1795 * platform/chromium-mac/fast/ruby/ruby-trailing-expected.png: Added.
1796 * platform/chromium-mac/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
1797 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
1798 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
1799 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
1800 * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
1801 * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
1802 * platform/chromium-mac/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
1803 * platform/chromium-win/fast/blockflow/english-lr-text-expected.checksum: Removed.
1804 * platform/chromium-win/fast/blockflow/english-lr-text-expected.png:
1805 * platform/chromium-win/fast/ruby/overhang-horizontal-expected.png: Added.
1806 * platform/chromium-win/fast/ruby/overhang-vertical-expected.png: Added.
1807 * platform/chromium-win/fast/ruby/ruby-beforeafter-expected.checksum: Removed.
1808 * platform/chromium-win/fast/ruby/ruby-beforeafter-expected.png:
1809 * platform/chromium-win/fast/ruby/ruby-beforeafter-expected.txt:
1810 * platform/chromium-win/fast/ruby/ruby-length-expected.checksum: Removed.
1811 * platform/chromium-win/fast/ruby/ruby-length-expected.png:
1812 * platform/chromium-win/fast/ruby/ruby-length-expected.txt:
1813 * platform/chromium-win/fast/ruby/ruby-run-break-expected.checksum: Removed.
1814 * platform/chromium-win/fast/ruby/ruby-run-break-expected.png:
1815 * platform/chromium-win/fast/ruby/ruby-run-break-expected.txt:
1816 * platform/chromium-win/fast/ruby/ruby-runs-expected.checksum: Removed.
1817 * platform/chromium-win/fast/ruby/ruby-runs-expected.png:
1818 * platform/chromium-win/fast/ruby/ruby-runs-expected.txt:
1819 * platform/chromium-win/fast/ruby/ruby-runs-spans-expected.checksum: Removed.
1820 * platform/chromium-win/fast/ruby/ruby-runs-spans-expected.png:
1821 * platform/chromium-win/fast/ruby/ruby-runs-spans-expected.txt:
1822 * platform/chromium-win/fast/ruby/ruby-trailing-expected.checksum: Removed.
1823 * platform/chromium-win/fast/ruby/ruby-trailing-expected.png:
1824 * platform/chromium-win/fast/ruby/ruby-trailing-expected.txt:
1825 * platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.checksum: Removed.
1826 * platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.png:
1827 * platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.txt:
1828 * platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.checksum: Removed.
1829 * platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.png:
1830 * platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.txt:
1831 * platform/chromium-win/fast/ruby/rubyDOM-insert-text2-expected.checksum: Removed.
1832 * platform/chromium-win/fast/ruby/rubyDOM-insert-text2-expected.png:
1833 * platform/chromium-win/fast/ruby/rubyDOM-insert-text2-expected.txt:
1834 * platform/chromium-win/fast/ruby/rubyDOM-insert-text3-expected.checksum: Removed.
1835 * platform/chromium-win/fast/ruby/rubyDOM-insert-text3-expected.png:
1836 * platform/chromium-win/fast/ruby/rubyDOM-insert-text3-expected.txt:
1837 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Removed.
1838 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt1-expected.png:
1839 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt1-expected.txt:
1840 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Removed.
1841 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt2-expected.png:
1842 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt2-expected.txt:
1843 * platform/chromium-win/fast/ruby/rubyDOM-remove-text1-expected.checksum: Removed.
1844 * platform/chromium-win/fast/ruby/rubyDOM-remove-text1-expected.png:
1845 * platform/chromium-win/fast/ruby/rubyDOM-remove-text1-expected.txt:
1847 2011-04-05 James Simonsen <simonjam@chromium.org>
1849 Reviewed by Adam Barth.
1851 Stop preload scanning CSS when it's impossible to have another @import.
1852 https://bugs.webkit.org/show_bug.cgi?id=57664
1854 * fast/preloader/style-expected.txt:
1855 * fast/preloader/style.html: Updated to test invalid @import statements.
1857 2011-04-05 Kent Tamura <tkent@chromium.org>
1859 Update a test affected by the behavior change of r82908.
1860 https://bugs.webkit.org/show_bug.cgi?id=57636
1862 * fast/forms/ValidityState-tooLong-textarea-expected.txt:
1863 * fast/forms/script-tests/ValidityState-tooLong-textarea.js:
1865 2011-04-05 Philippe Normand <pnormand@igalia.com>
1867 Unreviewed, GTK rebaseline after r82903.
1869 * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
1870 * platform/gtk/fast/ruby/ruby-beforeafter-expected.txt:
1871 * platform/gtk/fast/ruby/ruby-length-expected.txt:
1872 * platform/gtk/fast/ruby/ruby-run-break-expected.txt:
1873 * platform/gtk/fast/ruby/ruby-runs-expected.txt:
1874 * platform/gtk/fast/ruby/ruby-runs-spans-expected.txt:
1875 * platform/gtk/fast/ruby/ruby-trailing-expected.txt:
1876 * platform/gtk/fast/ruby/rubyDOM-insert-rt-expected.txt:
1877 * platform/gtk/fast/ruby/rubyDOM-insert-text1-expected.txt:
1878 * platform/gtk/fast/ruby/rubyDOM-insert-text2-expected.txt:
1879 * platform/gtk/fast/ruby/rubyDOM-insert-text3-expected.txt:
1880 * platform/gtk/fast/ruby/rubyDOM-remove-rt1-expected.txt:
1881 * platform/gtk/fast/ruby/rubyDOM-remove-rt2-expected.txt:
1882 * platform/gtk/fast/ruby/rubyDOM-remove-text1-expected.txt:
1884 2011-04-05 Nancy Piedra <nancy.piedra@nokia.com>
1886 Reviewed by Alexey Proskuryakov.
1888 Improper use of " in video-can-play-type layout test
1889 https://bugs.webkit.org/show_bug.cgi?id=57728
1891 * media/video-can-play-type.html:
1893 2011-04-05 Kent Tamura <tkent@chromium.org>
1895 Reviewed by Dimitri Glazkov.
1897 Setting defaultValue on a textarea with a modified value still clobbers the value
1898 https://bugs.webkit.org/show_bug.cgi?id=57636
1900 * fast/forms/textarea-set-defaultvalue-after-value-expected.txt: Added.
1901 * fast/forms/textarea-set-defaultvalue-after-value.html: Added.
1903 2011-04-04 Dan Bernstein <mitz@apple.com>
1905 Reviewed by Simon Fraser.
1907 <rdar://problem/7709452> Implement Default Ruby Overhang Behavior
1908 https://bugs.webkit.org/show_bug.cgi?id=49334
1910 * fast/ruby/overhang-horizontal-expected.checksum: Added.
1911 * fast/ruby/overhang-horizontal-expected.png: Added.
1912 * fast/ruby/overhang-horizontal-expected.txt: Added.
1913 * fast/ruby/overhang-horizontal.html: Added.
1914 * fast/ruby/overhang-vertical-expected.checksum: Added.
1915 * fast/ruby/overhang-vertical-expected.png: Added.
1916 * fast/ruby/overhang-vertical-expected.txt: Added.
1917 * fast/ruby/overhang-vertical.html: Added.
1918 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
1919 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
1920 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
1921 * platform/mac/fast/blockflow/english-lr-text-expected.checksum:
1922 * platform/mac/fast/blockflow/english-lr-text-expected.png:
1923 * platform/mac/fast/ruby/ruby-beforeafter-expected.checksum:
1924 * platform/mac/fast/ruby/ruby-beforeafter-expected.png:
1925 * platform/mac/fast/ruby/ruby-beforeafter-expected.txt:
1926 * platform/mac/fast/ruby/ruby-length-expected.checksum:
1927 * platform/mac/fast/ruby/ruby-length-expected.png:
1928 * platform/mac/fast/ruby/ruby-length-expected.txt:
1929 * platform/mac/fast/ruby/ruby-run-break-expected.checksum:
1930 * platform/mac/fast/ruby/ruby-run-break-expected.png:
1931 * platform/mac/fast/ruby/ruby-run-break-expected.txt:
1932 * platform/mac/fast/ruby/ruby-runs-expected.checksum:
1933 * platform/mac/fast/ruby/ruby-runs-expected.png:
1934 * platform/mac/fast/ruby/ruby-runs-expected.txt:
1935 * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum:
1936 * platform/mac/fast/ruby/ruby-runs-spans-expected.png:
1937 * platform/mac/fast/ruby/ruby-runs-spans-expected.txt:
1938 * platform/mac/fast/ruby/ruby-trailing-expected.checksum:
1939 * platform/mac/fast/ruby/ruby-trailing-expected.png:
1940 * platform/mac/fast/ruby/ruby-trailing-expected.txt:
1941 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum:
1942 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png:
1943 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt:
1944 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum:
1945 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png:
1946 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt:
1947 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum:
1948 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png:
1949 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt:
1950 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum:
1951 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png:
1952 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt:
1953 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum:
1954 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png:
1955 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt:
1956 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum:
1957 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png:
1958 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt:
1959 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum:
1960 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png:
1961 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt:
1963 2011-04-04 Adrienne Walker <enne@google.com>
1965 Unreviewed, Chromium expectations update for tests broken after r82899.
1967 * platform/chromium/test_expectations.txt:
1969 2011-04-04 MORITA Hajime <morrita@google.com>
1971 Unreviewed expectations update following r82899.
1973 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
1974 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
1975 * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
1976 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt:
1977 * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
1978 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
1979 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
1981 2011-04-04 MORITA Hajime <morrita@google.com>
1983 Reviewed by Kent Tamura.
1985 Convert <meter> shadow DOM to a DOM-based shadow.
1986 https://bugs.webkit.org/show_bug.cgi?id=50661
1988 Updated expectations due to shadow structure chagne.
1989 Also updated meter-styles.html pixel result because the render tree is now laid out
1990 as normal flexboxes and its layout result is actually different,
1991 especially if there are non-zero borders on shadow elements.
1993 * fast/dom/HTMLMeterElement/meter-styles.html:
1994 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
1995 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
1996 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
1997 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
1999 2011-04-04 Adrienne Walker <enne@google.com>
2001 Unreviewed, rolling out r82879.
2002 http://trac.webkit.org/changeset/82879
2004 Trying to fix 10.6 layout test expectations broke 10.5
2006 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.checksum: Added.
2007 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Added.
2008 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Removed.
2009 * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Added.
2010 * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Added.
2011 * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Added.
2012 * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Added.
2013 * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Added.
2014 * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Added.
2015 * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Added.
2016 * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Added.
2017 * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Added.
2018 * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Added.
2019 * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Added.
2020 * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Added.
2021 * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Added.
2022 * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Added.
2023 * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Added.
2024 * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Added.
2025 * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Added.
2026 * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Added.
2027 * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Added.
2028 * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Added.
2029 * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Added.
2030 * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Added.
2031 * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Added.
2032 * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Added.
2033 * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Added.
2034 * platform/chromium-mac/fast/html/details-open1-expected.png: Added.
2035 * platform/chromium-mac/fast/html/details-open2-expected.png: Added.
2036 * platform/chromium-mac/fast/html/details-open3-expected.png: Added.
2037 * platform/chromium-mac/fast/html/details-open4-expected.png: Added.
2038 * platform/chromium-mac/fast/html/details-open5-expected.png: Added.
2039 * platform/chromium-mac/fast/html/details-open6-expected.png: Added.
2040 * platform/chromium-mac/fast/html/details-position-expected.png: Added.
2041 * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Added.
2042 * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Added.
2043 * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Added.
2044 * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Added.
2045 * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Added.
2046 * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Added.
2047 * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Added.
2048 * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Added.
2049 * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Added.
2050 * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Added.
2051 * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Added.
2052 * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Added.
2053 * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Added.
2054 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.checksum: Added.
2055 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.png: Added.
2056 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum: Added.
2057 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Added.
2058 * platform/chromium-mac/fast/multicol/nested-columns-expected.checksum: Added.
2059 * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
2060 * platform/chromium-mac/fast/repaint/list-marker-expected.checksum: Added.
2061 * platform/chromium-mac/fast/repaint/list-marker-expected.png:
2063 2011-04-04 Adrienne Walker <enne@google.com>
2065 Unreviewed, rolling out r82880.
2066 http://trac.webkit.org/changeset/82880
2067 https://bugs.webkit.org/show_bug.cgi?id=50661
2069 Meter elements not rendered in Chromium Linux layout tests.
2071 * fast/dom/HTMLMeterElement/meter-styles.html:
2072 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
2073 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
2074 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
2075 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
2077 2011-04-04 Dirk Pranke <dpranke@chromium.org>
2079 Unreviewed, expectations change.
2081 Adjust the list of flaky tests based on NRWT on webkit mac using
2082 a 35 second timeout by default.
2084 * platform/mac/test_expectations.txt:
2086 2011-04-04 Chang Shu <cshu@webkit.org>
2088 Reviewed by Ryosuke Niwa.
2090 setContentEditable with true/false/inherit string is not working properly
2091 https://bugs.webkit.org/show_bug.cgi?id=52058
2093 Updated expected results after this patch fixes the set contenteditable issue.
2095 * fast/dom/HTMLElement/set-false-expected.txt:
2096 * fast/dom/HTMLElement/set-false.html:
2097 * fast/dom/HTMLElement/set-inherit-parent-false-expected.txt:
2098 * fast/dom/HTMLElement/set-inherit-parent-true-expected.txt:
2099 * fast/dom/HTMLElement/set-true-expected.txt:
2100 * fast/dom/HTMLElement/set-value-caseinsensitive-expected.txt:
2102 2011-04-04 MORITA Hajime <morrita@google.com>
2104 Reviewed by Dimitri Glazkov.
2106 Convert <meter> shadow DOM to a DOM-based shadow.
2107 https://bugs.webkit.org/show_bug.cgi?id=50661
2109 Updated expectations due to shadow structure chagne.
2110 Also updated meter-styles.html pixel result because the render tree is now laid out
2111 as normal flexboxes and its layout result is actually different,
2112 especially if there are non-zero borders on shadow elements.
2114 * fast/dom/HTMLMeterElement/meter-styles.html:
2115 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
2116 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
2117 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
2118 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
2120 2011-04-04 Adrienne Walker <enne@google.com>
2122 Unreviewed, update Chromium Snow Leopard image baselines.
2124 These were all minor font-related image differences.
2126 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
2127 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Removed.
2128 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
2129 * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Removed.
2130 * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Removed.
2131 * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Removed.
2132 * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Removed.
2133 * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Removed.
2134 * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Removed.
2135 * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Removed.
2136 * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Removed.
2137 * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Removed.
2138 * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Removed.
2139 * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Removed.
2140 * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Removed.
2141 * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Removed.
2142 * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Removed.
2143 * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Removed.
2144 * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Removed.
2145 * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Removed.
2146 * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Removed.
2147 * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Removed.
2148 * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Removed.
2149 * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Removed.
2150 * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Removed.
2151 * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Removed.
2152 * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Removed.
2153 * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Removed.
2154 * platform/chromium-mac/fast/html/details-open1-expected.png: Removed.
2155 * platform/chromium-mac/fast/html/details-open2-expected.png: Removed.
2156 * platform/chromium-mac/fast/html/details-open3-expected.png: Removed.
2157 * platform/chromium-mac/fast/html/details-open4-expected.png: Removed.
2158 * platform/chromium-mac/fast/html/details-open5-expected.png: Removed.
2159 * platform/chromium-mac/fast/html/details-open6-expected.png: Removed.
2160 * platform/chromium-mac/fast/html/details-position-expected.png: Removed.
2161 * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
2162 * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Removed.
2163 * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
2164 * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Removed.
2165 * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
2166 * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Removed.
2167 * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
2168 * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Removed.
2169 * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
2170 * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Removed.
2171 * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
2172 * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Removed.
2173 * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Removed.
2174 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.checksum: Removed.
2175 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.png: Removed.
2176 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum: Removed.
2177 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Removed.
2178 * platform/chromium-mac/fast/multicol/nested-columns-expected.checksum: Removed.
2179 * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
2180 * platform/chromium-mac/fast/repaint/list-marker-expected.checksum: Removed.
2181 * platform/chromium-mac/fast/repaint/list-marker-expected.png:
2183 2011-04-04 Adrienne Walker <enne@google.com>
2185 Unreviewed, mark revoke-blob-url.html as CRASH for Chromium on Win.
2187 * platform/chromium/test_expectations.txt:
2189 2011-04-04 Chang Shu <cshu@webkit.org>
2191 Reviewed by Darin Adler.
2193 WebKitTestRunner needs layoutTestController.setAllowFileAccessFromFileURLs
2194 https://bugs.webkit.org/show_bug.cgi?id=57572
2196 Unskip passed tests.
2198 * platform/mac-wk2/Skipped:
2200 2011-04-04 Pavel Feldman <pfeldman@google.com>
2202 Reviewed by Yury Semikhatsky.
2204 Web Inspector: add support for the enumerated types in the protocol.
2205 https://bugs.webkit.org/show_bug.cgi?id=57761
2207 * inspector/debugger/debugger-autocontinue-on-syntax-error.html:
2208 * inspector/debugger/debugger-pause-on-exception.html:
2210 2011-04-04 Yong Li <yoli@rim.com>
2212 Reviewed by Antonio Gomes.
2214 https://bugs.webkit.org/show_bug.cgi?id=55969
2215 Add a test that verifies history scroll position is restored
2216 when WebKit goes forward from an unreachable URL error page.
2217 (Error page handling is only supported by Qt DRT.)
2219 * platform/qt/fast/history/back-to-unreachable-url-then-forward-expected.txt: Added.
2220 * platform/qt/fast/history/back-to-unreachable-url-then-forward.html: Added.
2221 * platform/qt/fast/history/resources/check-scroll-position.html: Added.
2223 2011-04-04 Jessie Berlin <jberlin@apple.com>
2225 Remove a test from the win-wk2 skipped list that does not exist.
2227 fast/js/navigator-mimeTypes-length.html was changed and moved to plugins in r71651.
2229 * platform/win-wk2/Skipped:
2231 2011-04-04 Jessie Berlin <jberlin@apple.com>
2233 [Windows 7 WebKit2 Release Tests] 6 tests failing since being removed from the mac-wk2
2234 skipped list in r82625.
2235 https://bugs.webkit.org/show_bug.cgi?id=57705
2237 Unreviewed, addd win-wk2 expected results for the tests in order to get the bots green.
2239 * platform/win-wk2/editing: Added.
2240 * platform/win-wk2/editing/selection: Added.
2241 * platform/win-wk2/editing/selection/after-line-break-expected.txt: Added.
2242 * platform/win-wk2/editing/selection/caret-ltr-right-expected.checksum: Added.
2243 * platform/win-wk2/editing/selection/caret-ltr-right-expected.png: Added.
2244 * platform/win-wk2/editing/selection/caret-ltr-right-expected.txt: Added.
2245 * platform/win-wk2/editing/selection/caret-rtl-2-left-expected.checksum: Added.
2246 * platform/win-wk2/editing/selection/caret-rtl-2-left-expected.png: Added.
2247 * platform/win-wk2/editing/selection/caret-rtl-2-left-expected.txt: Added.
2248 * platform/win-wk2/editing/selection/drag-text-delay-expected.txt: Added.
2249 * platform/win-wk2/fast/repaint: Added.
2250 * platform/win-wk2/fast/repaint/japanese-rl-selection-clear-expected.txt: Added.
2251 Apparently the pixel results are similar enough to the win expected pixel results that no
2252 special pixel results need to be added for win-wk2.
2253 * platform/win-wk2/plugins/resize-from-plugin-expected.txt: Added.
2255 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2257 Unreviewed, mark filesystem-reference.html as CRASH PASS on chromium.
2259 * platform/chromium/test_expectations.txt:
2261 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2263 Unreviewed, remove gradientLimit.svg and 2d.text.draw.align.end.ltr.html from test expectations.
2265 * platform/chromium/test_expectations.txt:
2267 2011-04-04 Martin Robinson <mrobinson@igalia.com>
2269 Reviewed by Xan Lopez.
2271 [GTK] http/tests/plugins/post-url-file.html fails on GTK+
2272 https://bugs.webkit.org/show_bug.cgi?id=55826
2274 * http/tests/plugins/resources/dump-post.pl: Instead of just printing out the "keywords" parameter,
2275 print out the POSTDATA parameter as well. Printing "keywords" did not seem to work on the version of
2276 Apache/Perl/CGI that existed on my machine. According to the Perl CGI module documentation
2277 using 'POSTDATA' is the correct way to print the entire POSTDATA for more recent versions of the
2279 * platform/gtk/Skipped: Unskip the test which is now passing.
2281 2011-04-04 Andrey Kosyakov <caseq@chromium.org>
2283 Reviewed by Yury Semikhatsky.
2285 Web Inspector: [Extensions API] add notifications on panels shown/hidden
2286 https://bugs.webkit.org/show_bug.cgi?id=57752
2288 * http/tests/inspector/extensions-test.js:
2289 (initialize_ExtensionsTest.showPanel):
2290 * http/tests/inspector/resources/extension-main.js:
2292 * inspector/extensions/extensions-api-expected.txt:
2293 * inspector/extensions/extensions-events-expected.txt:
2294 * inspector/extensions/extensions-events.html:
2295 * inspector/extensions/extensions-expected.txt:
2297 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2299 Unreviewed, mark xhr-breakpoints as CRASH PASS on chromium win debug.
2301 * platform/chromium/test_expectations.txt:
2303 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2305 Unreviewed, udpate chromium-linux test expectations after r82786.
2307 * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.checksum: Removed.
2308 * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.png:
2310 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2312 Unreviewed, add chromium-linux expectation for the new test added in r82781.
2314 * platform/chromium-linux/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
2316 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2318 Unreviewed, rebaseline chromium-linux test expectations after r82783.
2320 * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png: Added.
2321 * platform/chromium-linux/fast/html/details-add-summary-1-expected.png: Added.
2322 * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png: Added.
2323 * platform/chromium-linux/fast/html/details-add-summary-10-expected.png: Added.
2324 * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png: Added.
2325 * platform/chromium-linux/fast/html/details-add-summary-2-expected.png: Added.
2326 * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png: Added.
2327 * platform/chromium-linux/fast/html/details-add-summary-3-expected.png: Added.
2328 * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png: Added.
2329 * platform/chromium-linux/fast/html/details-add-summary-4-expected.png: Added.
2330 * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png: Added.
2331 * platform/chromium-linux/fast/html/details-add-summary-5-expected.png: Added.
2332 * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png: Added.
2333 * platform/chromium-linux/fast/html/details-add-summary-6-expected.png: Added.
2334 * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png: Added.
2335 * platform/chromium-linux/fast/html/details-add-summary-7-expected.png: Added.
2336 * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png: Added.
2337 * platform/chromium-linux/fast/html/details-add-summary-8-expected.png: Added.
2338 * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png: Added.
2339 * platform/chromium-linux/fast/html/details-add-summary-9-expected.png: Added.
2340 * platform/chromium-linux/fast/html/details-no-summary1-expected.png: Added.
2341 * platform/chromium-linux/fast/html/details-no-summary2-expected.png: Added.
2342 * platform/chromium-linux/fast/html/details-no-summary3-expected.png: Added.
2343 * platform/chromium-linux/fast/html/details-no-summary4-expected.png: Added.
2344 * platform/chromium-linux/fast/html/details-open-javascript-expected.png: Added.
2345 * platform/chromium-linux/fast/html/details-open1-expected.png: Added.
2346 * platform/chromium-linux/fast/html/details-open2-expected.png: Added.
2347 * platform/chromium-linux/fast/html/details-open3-expected.png: Added.
2348 * platform/chromium-linux/fast/html/details-open4-expected.png: Added.
2349 * platform/chromium-linux/fast/html/details-open5-expected.png: Added.
2350 * platform/chromium-linux/fast/html/details-open6-expected.png: Added.
2351 * platform/chromium-linux/fast/html/details-position-expected.png: Added.
2352 * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png: Added.
2353 * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png: Added.
2354 * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png: Added.
2355 * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png: Added.
2356 * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png: Added.
2357 * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png: Added.
2358 * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png: Added.
2359 * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png: Added.
2360 * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png: Added.
2361 * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png: Added.
2362 * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png: Added.
2363 * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png: Added.
2364 * platform/chromium-linux/fast/html/details-writing-mode-expected.png: Added.
2366 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2368 Unreviewed, add chromium expectations for the new test added in r82781.
2370 * platform/chromium-mac-leopard/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
2371 * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
2372 * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt: Added.
2374 2011-04-04 Mario Sanchez Prada <msanchez@igalia.com>
2376 Unreviewed. Unskipped test and added GTK-specific new baseline.
2378 * platform/gtk/Skipped: Skipped passing test.
2379 * platform/gtk/accessibility/aria-roles-expected.txt: Added.
2381 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2383 Unreviewed, remove chromium expectations added by mistake in r82815.
2385 * platform/chromium-linux-x86_64/fast/table/colspanMinWidth-vertical-expected.png: Removed.
2386 * platform/chromium-win-vista/fast/table/colspanMinWidth-vertical-expected.checksum: Removed.
2388 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2390 Unreviewed, delete duplicate baselines added in r82812.
2392 * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.checksum: Removed.
2393 * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png: Removed.
2394 * platform/chromium-linux/fast/html/details-add-summary-1-expected.checksum: Removed.
2395 * platform/chromium-linux/fast/html/details-add-summary-1-expected.png: Removed.
2396 * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.checksum: Removed.
2397 * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png: Removed.
2398 * platform/chromium-linux/fast/html/details-add-summary-10-expected.checksum: Removed.
2399 * platform/chromium-linux/fast/html/details-add-summary-10-expected.png: Removed.
2400 * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.checksum: Removed.
2401 * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png: Removed.
2402 * platform/chromium-linux/fast/html/details-add-summary-2-expected.checksum: Removed.
2403 * platform/chromium-linux/fast/html/details-add-summary-2-expected.png: Removed.
2404 * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.checksum: Removed.
2405 * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png: Removed.
2406 * platform/chromium-linux/fast/html/details-add-summary-3-expected.checksum: Removed.
2407 * platform/chromium-linux/fast/html/details-add-summary-3-expected.png: Removed.
2408 * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.checksum: Removed.
2409 * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png: Removed.
2410 * platform/chromium-linux/fast/html/details-add-summary-4-expected.checksum: Removed.
2411 * platform/chromium-linux/fast/html/details-add-summary-4-expected.png: Removed.
2412 * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.checksum: Removed.
2413 * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png: Removed.
2414 * platform/chromium-linux/fast/html/details-add-summary-5-expected.checksum: Removed.
2415 * platform/chromium-linux/fast/html/details-add-summary-5-expected.png: Removed.
2416 * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.checksum: Removed.
2417 * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png: Removed.
2418 * platform/chromium-linux/fast/html/details-add-summary-6-expected.checksum: Removed.
2419 * platform/chromium-linux/fast/html/details-add-summary-6-expected.png: Removed.
2420 * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.checksum: Removed.
2421 * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png: Removed.
2422 * platform/chromium-linux/fast/html/details-add-summary-7-expected.checksum: Removed.
2423 * platform/chromium-linux/fast/html/details-add-summary-7-expected.png: Removed.
2424 * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.checksum: Removed.
2425 * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png: Removed.
2426 * platform/chromium-linux/fast/html/details-add-summary-8-expected.checksum: Removed.
2427 * platform/chromium-linux/fast/html/details-add-summary-8-expected.png: Removed.
2428 * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.checksum: Removed.
2429 * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png: Removed.
2430 * platform/chromium-linux/fast/html/details-add-summary-9-expected.checksum: Removed.
2431 * platform/chromium-linux/fast/html/details-add-summary-9-expected.png: Removed.
2432 * platform/chromium-linux/fast/html/details-no-summary1-expected.checksum: Removed.
2433 * platform/chromium-linux/fast/html/details-no-summary1-expected.png: Removed.
2434 * platform/chromium-linux/fast/html/details-no-summary2-expected.checksum: Removed.
2435 * platform/chromium-linux/fast/html/details-no-summary2-expected.png: Removed.
2436 * platform/chromium-linux/fast/html/details-no-summary3-expected.checksum: Removed.
2437 * platform/chromium-linux/fast/html/details-no-summary3-expected.png: Removed.
2438 * platform/chromium-linux/fast/html/details-no-summary4-expected.checksum: Removed.
2439 * platform/chromium-linux/fast/html/details-no-summary4-expected.png: Removed.
2440 * platform/chromium-linux/fast/html/details-open-javascript-expected.checksum: Removed.
2441 * platform/chromium-linux/fast/html/details-open-javascript-expected.png: Removed.
2442 * platform/chromium-linux/fast/html/details-open1-expected.checksum: Removed.
2443 * platform/chromium-linux/fast/html/details-open1-expected.png: Removed.
2444 * platform/chromium-linux/fast/html/details-open2-expected.checksum: Removed.
2445 * platform/chromium-linux/fast/html/details-open2-expected.png: Removed.
2446 * platform/chromium-linux/fast/html/details-open3-expected.checksum: Removed.
2447 * platform/chromium-linux/fast/html/details-open3-expected.png: Removed.
2448 * platform/chromium-linux/fast/html/details-open4-expected.checksum: Removed.
2449 * platform/chromium-linux/fast/html/details-open4-expected.png: Removed.
2450 * platform/chromium-linux/fast/html/details-open5-expected.checksum: Removed.
2451 * platform/chromium-linux/fast/html/details-open5-expected.png: Removed.
2452 * platform/chromium-linux/fast/html/details-open6-expected.checksum: Removed.
2453 * platform/chromium-linux/fast/html/details-open6-expected.png: Removed.
2454 * platform/chromium-linux/fast/html/details-position-expected.checksum: Removed.
2455 * platform/chromium-linux/fast/html/details-position-expected.png: Removed.
2456 * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.checksum: Removed.
2457 * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
2458 * platform/chromium-linux/fast/html/details-remove-summary-1-expected.checksum: Removed.
2459 * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png: Removed.
2460 * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.checksum: Removed.
2461 * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
2462 * platform/chromium-linux/fast/html/details-remove-summary-2-expected.checksum: Removed.
2463 * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png: Removed.
2464 * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.checksum: Removed.
2465 * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
2466 * platform/chromium-linux/fast/html/details-remove-summary-3-expected.checksum: Removed.
2467 * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png: Removed.
2468 * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.checksum: Removed.
2469 * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
2470 * platform/chromium-linux/fast/html/details-remove-summary-4-expected.checksum: Removed.
2471 * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png: Removed.
2472 * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.checksum: Removed.
2473 * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
2474 * platform/chromium-linux/fast/html/details-remove-summary-5-expected.checksum: Removed.
2475 * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png: Removed.
2476 * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.checksum: Removed.
2477 * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
2478 * platform/chromium-linux/fast/html/details-remove-summary-6-expected.checksum: Removed.
2479 * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png: Removed.
2480 * platform/chromium-linux/fast/html/details-writing-mode-expected.checksum: Removed.
2481 * platform/chromium-linux/fast/html/details-writing-mode-expected.png: Removed.
2483 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2485 Unreviewed, fix bad rebaseline in r82812.
2487 * platform/chromium-linux-x86_64/fast/html/details-add-summary-1-and-click-expected.png: Removed.
2488 * platform/chromium-linux-x86_64/fast/html/details-add-summary-1-expected.png: Removed.
2489 * platform/chromium-linux-x86_64/fast/html/details-add-summary-10-and-click-expected.png: Removed.
2490 * platform/chromium-linux-x86_64/fast/html/details-add-summary-10-expected.png: Removed.
2491 * platform/chromium-linux-x86_64/fast/html/details-add-summary-2-and-click-expected.png: Removed.
2492 * platform/chromium-linux-x86_64/fast/html/details-add-summary-2-expected.png: Removed.
2493 * platform/chromium-linux-x86_64/fast/html/details-add-summary-3-and-click-expected.png: Removed.
2494 * platform/chromium-linux-x86_64/fast/html/details-add-summary-3-expected.png: Removed.
2495 * platform/chromium-linux-x86_64/fast/html/details-add-summary-4-and-click-expected.png: Removed.
2496 * platform/chromium-linux-x86_64/fast/html/details-add-summary-4-expected.png: Removed.
2497 * platform/chromium-linux-x86_64/fast/html/details-add-summary-5-and-click-expected.png: Removed.
2498 * platform/chromium-linux-x86_64/fast/html/details-add-summary-5-expected.png: Removed.
2499 * platform/chromium-linux-x86_64/fast/html/details-add-summary-6-and-click-expected.png: Removed.
2500 * platform/chromium-linux-x86_64/fast/html/details-add-summary-6-expected.png: Removed.
2501 * platform/chromium-linux-x86_64/fast/html/details-add-summary-7-and-click-expected.png: Removed.
2502 * platform/chromium-linux-x86_64/fast/html/details-add-summary-7-expected.png: Removed.
2503 * platform/chromium-linux-x86_64/fast/html/details-add-summary-8-and-click-expected.png: Removed.
2504 * platform/chromium-linux-x86_64/fast/html/details-add-summary-8-expected.png: Removed.
2505 * platform/chromium-linux-x86_64/fast/html/details-add-summary-9-and-click-expected.png: Removed.
2506 * platform/chromium-linux-x86_64/fast/html/details-add-summary-9-expected.png: Removed.
2507 * platform/chromium-linux-x86_64/fast/html/details-no-summary1-expected.png: Removed.
2508 * platform/chromium-linux-x86_64/fast/html/details-no-summary2-expected.png: Removed.
2509 * platform/chromium-linux-x86_64/fast/html/details-no-summary3-expected.png: Removed.
2510 * platform/chromium-linux-x86_64/fast/html/details-no-summary4-expected.png: Removed.
2511 * platform/chromium-linux-x86_64/fast/html/details-open-javascript-expected.png: Removed.
2512 * platform/chromium-linux-x86_64/fast/html/details-open1-expected.png: Removed.
2513 * platform/chromium-linux-x86_64/fast/html/details-open2-expected.png: Removed.
2514 * platform/chromium-linux-x86_64/fast/html/details-open3-expected.png: Removed.
2515 * platform/chromium-linux-x86_64/fast/html/details-open4-expected.png: Removed.
2516 * platform/chromium-linux-x86_64/fast/html/details-open5-expected.png: Removed.
2517 * platform/chromium-linux-x86_64/fast/html/details-open6-expected.png: Removed.
2518 * platform/chromium-linux-x86_64/fast/html/details-position-expected.png: Removed.
2519 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
2520 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-1-expected.png: Removed.
2521 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
2522 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-2-expected.png: Removed.
2523 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
2524 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-3-expected.png: Removed.
2525 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
2526 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-4-expected.png: Removed.
2527 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
2528 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-5-expected.png: Removed.
2529 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
2530 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-6-expected.png: Removed.
2531 * platform/chromium-linux-x86_64/fast/html/details-writing-mode-expected.png: Removed.
2532 * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
2533 * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
2534 * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
2535 * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
2536 * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
2537 * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
2538 * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
2539 * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
2540 * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
2541 * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
2542 * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
2543 * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
2544 * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
2545 * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
2546 * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
2547 * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
2548 * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
2549 * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
2550 * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
2551 * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
2552 * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
2553 * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
2554 * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
2555 * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
2556 * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
2557 * platform/chromium-linux/fast/html/details-open1-expected.png:
2558 * platform/chromium-linux/fast/html/details-open2-expected.png:
2559 * platform/chromium-linux/fast/html/details-open3-expected.png:
2560 * platform/chromium-linux/fast/html/details-open4-expected.png:
2561 * platform/chromium-linux/fast/html/details-open5-expected.png:
2562 * platform/chromium-linux/fast/html/details-open6-expected.png:
2563 * platform/chromium-linux/fast/html/details-position-expected.png:
2564 * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
2565 * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
2566 * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
2567 * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
2568 * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
2569 * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
2570 * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
2571 * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
2572 * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
2573 * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
2574 * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
2575 * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
2576 * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
2577 * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png.
2578 * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-1-expected.png.
2579 * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-10-and-click-expected.png.
2580 * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-10-expected.png.
2581 * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-2-and-click-expected.png.
2582 * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-2-expected.png.
2583 * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-3-and-click-expected.png.
2584 * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-3-expected.png.
2585 * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-4-and-click-expected.png.
2586 * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-4-expected.png.
2587 * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-5-and-click-expected.png.
2588 * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-5-expected.png.
2589 * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-6-and-click-expected.png.
2590 * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-6-expected.png.
2591 * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-7-and-click-expected.png.
2592 * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-7-expected.png.
2593 * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png.
2594 * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-8-expected.png.
2595 * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png.
2596 * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-9-expected.png.
2597 * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary1-expected.png.
2598 * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary2-expected.png.
2599 * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary3-expected.png.
2600 * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png.
2601 * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png.
2602 * platform/chromium-mac/fast/html/details-open1-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open1-expected.png.
2603 * platform/chromium-mac/fast/html/details-open2-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open2-expected.png.
2604 * platform/chromium-mac/fast/html/details-open3-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open3-expected.png.
2605 * platform/chromium-mac/fast/html/details-open4-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open4-expected.png.
2606 * platform/chromium-mac/fast/html/details-open5-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open5-expected.png.
2607 * platform/chromium-mac/fast/html/details-open6-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open6-expected.png.
2608 * platform/chromium-mac/fast/html/details-position-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-position-expected.png.
2609 * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png.
2610 * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-1-expected.png.
2611 * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png.
2612 * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-2-expected.png.
2613 * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png.
2614 * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-3-expected.png.
2615 * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png.
2616 * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-4-expected.png.
2617 * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png.
2618 * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-5-expected.png.
2619 * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png.
2620 * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-6-expected.png.
2621 * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-writing-mode-expected.png.
2622 * platform/chromium-win-vista/fast/html/details-add-summary-1-and-click-expected.checksum: Removed.
2623 * platform/chromium-win-vista/fast/html/details-add-summary-1-expected.checksum: Removed.
2624 * platform/chromium-win-vista/fast/html/details-add-summary-10-and-click-expected.checksum: Removed.
2625 * platform/chromium-win-vista/fast/html/details-add-summary-10-expected.checksum: Removed.
2626 * platform/chromium-win-vista/fast/html/details-add-summary-2-and-click-expected.checksum: Removed.
2627 * platform/chromium-win-vista/fast/html/details-add-summary-2-expected.checksum: Removed.
2628 * platform/chromium-win-vista/fast/html/details-add-summary-3-and-click-expected.checksum: Removed.
2629 * platform/chromium-win-vista/fast/html/details-add-summary-3-expected.checksum: Removed.
2630 * platform/chromium-win-vista/fast/html/details-add-summary-4-and-click-expected.checksum: Removed.
2631 * platform/chromium-win-vista/fast/html/details-add-summary-4-expected.checksum: Removed.
2632 * platform/chromium-win-vista/fast/html/details-add-summary-5-and-click-expected.checksum: Removed.
2633 * platform/chromium-win-vista/fast/html/details-add-summary-5-expected.checksum: Removed.
2634 * platform/chromium-win-vista/fast/html/details-add-summary-6-and-click-expected.checksum: Removed.
2635 * platform/chromium-win-vista/fast/html/details-add-summary-6-expected.checksum: Removed.
2636 * platform/chromium-win-vista/fast/html/details-add-summary-7-and-click-expected.checksum: Removed.
2637 * platform/chromium-win-vista/fast/html/details-add-summary-7-expected.checksum: Removed.
2638 * platform/chromium-win-vista/fast/html/details-add-summary-8-and-click-expected.checksum: Removed.
2639 * platform/chromium-win-vista/fast/html/details-add-summary-8-expected.checksum: Removed.
2640 * platform/chromium-win-vista/fast/html/details-add-summary-9-and-click-expected.checksum: Removed.
2641 * platform/chromium-win-vista/fast/html/details-add-summary-9-expected.checksum: Removed.
2642 * platform/chromium-win-vista/fast/html/details-no-summary1-expected.checksum: Removed.
2643 * platform/chromium-win-vista/fast/html/details-no-summary2-expected.checksum: Removed.
2644 * platform/chromium-win-vista/fast/html/details-no-summary3-expected.checksum: Removed.
2645 * platform/chromium-win-vista/fast/html/details-no-summary4-expected.checksum: Removed.
2646 * platform/chromium-win-vista/fast/html/details-open-javascript-expected.checksum: Removed.
2647 * platform/chromium-win-vista/fast/html/details-open1-expected.checksum: Removed.
2648 * platform/chromium-win-vista/fast/html/details-open2-expected.checksum: Removed.
2649 * platform/chromium-win-vista/fast/html/details-open3-expected.checksum: Removed.
2650 * platform/chromium-win-vista/fast/html/details-open4-expected.checksum: Removed.
2651 * platform/chromium-win-vista/fast/html/details-open5-expected.checksum: Removed.
2652 * platform/chromium-win-vista/fast/html/details-open6-expected.checksum: Removed.
2653 * platform/chromium-win-vista/fast/html/details-position-expected.checksum: Removed.
2654 * platform/chromium-win-vista/fast/html/details-remove-summary-1-and-click-expected.checksum: Removed.
2655 * platform/chromium-win-vista/fast/html/details-remove-summary-1-expected.checksum: Removed.
2656 * platform/chromium-win-vista/fast/html/details-remove-summary-2-and-click-expected.checksum: Removed.
2657 * platform/chromium-win-vista/fast/html/details-remove-summary-2-expected.checksum: Removed.
2658 * platform/chromium-win-vista/fast/html/details-remove-summary-3-and-click-expected.checksum: Removed.
2659 * platform/chromium-win-vista/fast/html/details-remove-summary-3-expected.checksum: Removed.
2660 * platform/chromium-win-vista/fast/html/details-remove-summary-4-and-click-expected.checksum: Removed.
2661 * platform/chromium-win-vista/fast/html/details-remove-summary-4-expected.checksum: Removed.
2662 * platform/chromium-win-vista/fast/html/details-remove-summary-5-and-click-expected.checksum: Removed.
2663 * platform/chromium-win-vista/fast/html/details-remove-summary-5-expected.checksum: Removed.
2664 * platform/chromium-win-vista/fast/html/details-remove-summary-6-and-click-expected.checksum: Removed.
2665 * platform/chromium-win-vista/fast/html/details-remove-summary-6-expected.checksum: Removed.
2666 * platform/chromium-win-vista/fast/html/details-writing-mode-expected.checksum: Removed.
2668 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2670 Unreviewed, udpate chromium test expectations after r82786.
2672 * platform/chromium-linux-x86_64/fast/table/colspanMinWidth-vertical-expected.png: Added.
2673 * platform/chromium-win-vista/fast/table/colspanMinWidth-vertical-expected.checksum: Added.
2674 * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.checksum: Removed.
2675 * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.png:
2676 * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
2678 2011-04-04 Andrey Kosyakov <caseq@chromium.org>
2680 Unreviewed. Followup to an incomplete commit in r82806.
2682 * inspector/extensions/extensions.html:
2684 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2686 Unreviewed, add chromium test expectations for tests added in r82780.
2688 * platform/chromium-mac/fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Added.
2689 * platform/chromium-mac/fast/dom/Element/scale-page-client-rects-expected.txt: Added.
2690 * platform/chromium-mac/fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Added.
2691 * platform/chromium-mac/fast/dom/Range/scale-page-client-rects-expected.txt: Added.
2692 * platform/chromium-win/fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Added.
2693 * platform/chromium-win/fast/dom/Element/scale-page-client-rects-expected.txt: Added.
2694 * platform/chromium-win/fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Added.
2695 * platform/chromium-win/fast/dom/Range/scale-page-client-rects-expected.txt: Added.
2697 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2699 Unreviewed, rebaseline chromium tests after r82783.
2701 * platform/chromium-linux-x86_64/fast/html/details-add-summary-1-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png.
2702 * platform/chromium-linux-x86_64/fast/html/details-add-summary-1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-expected.png.
2703 * platform/chromium-linux-x86_64/fast/html/details-add-summary-10-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
2704 * platform/chromium-linux-x86_64/fast/html/details-add-summary-10-expected.png: Added.
2705 * platform/chromium-linux-x86_64/fast/html/details-add-summary-2-and-click-expected.png: Added.
2706 * platform/chromium-linux-x86_64/fast/html/details-add-summary-2-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-expected.png.
2707 * platform/chromium-linux-x86_64/fast/html/details-add-summary-3-and-click-expected.png: Added.
2708 * platform/chromium-linux-x86_64/fast/html/details-add-summary-3-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open6-expected.png.
2709 * platform/chromium-linux-x86_64/fast/html/details-add-summary-4-and-click-expected.png: Added.
2710 * platform/chromium-linux-x86_64/fast/html/details-add-summary-4-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
2711 * platform/chromium-linux-x86_64/fast/html/details-add-summary-5-and-click-expected.png: Added.
2712 * platform/chromium-linux-x86_64/fast/html/details-add-summary-5-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-expected.png.
2713 * platform/chromium-linux-x86_64/fast/html/details-add-summary-6-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
2714 * platform/chromium-linux-x86_64/fast/html/details-add-summary-6-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-expected.png.
2715 * platform/chromium-linux-x86_64/fast/html/details-add-summary-7-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
2716 * platform/chromium-linux-x86_64/fast/html/details-add-summary-7-expected.png: Added.
2717 * platform/chromium-linux-x86_64/fast/html/details-add-summary-8-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png.
2718 * platform/chromium-linux-x86_64/fast/html/details-add-summary-8-expected.png: Added.
2719 * platform/chromium-linux-x86_64/fast/html/details-add-summary-9-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png.
2720 * platform/chromium-linux-x86_64/fast/html/details-add-summary-9-expected.png: Added.
2721 * platform/chromium-linux-x86_64/fast/html/details-no-summary1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png.
2722 * platform/chromium-linux-x86_64/fast/html/details-no-summary2-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
2723 * platform/chromium-linux-x86_64/fast/html/details-no-summary3-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png.
2724 * platform/chromium-linux-x86_64/fast/html/details-no-summary4-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png.
2725 * platform/chromium-linux-x86_64/fast/html/details-open-javascript-expected.png: Added.
2726 * platform/chromium-linux-x86_64/fast/html/details-open1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
2727 * platform/chromium-linux-x86_64/fast/html/details-open2-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
2728 * platform/chromium-linux-x86_64/fast/html/details-open3-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
2729 * platform/chromium-linux-x86_64/fast/html/details-open4-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
2730 * platform/chromium-linux-x86_64/fast/html/details-open5-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
2731 * platform/chromium-linux-x86_64/fast/html/details-open6-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png.
2732 * platform/chromium-linux-x86_64/fast/html/details-position-expected.png: Added.
2733 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-1-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png.
2734 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png.
2735 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-2-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png.
2736 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-2-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
2737 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-3-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-6-expected.png.
2738 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-3-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png.
2739 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-4-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png.
2740 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-4-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
2741 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-5-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
2742 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-5-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png.
2743 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-6-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png.
2744 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-6-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open3-expected.png.
2745 * platform/chromium-linux-x86_64/fast/html/details-writing-mode-expected.png: Added.
2746 * platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png: Added.
2747 * platform/chromium-mac-leopard/fast/html/details-add-summary-1-expected.png: Added.
2748 * platform/chromium-mac-leopard/fast/html/details-add-summary-10-and-click-expected.png: Added.
2749 * platform/chromium-mac-leopard/fast/html/details-add-summary-10-expected.png: Added.
2750 * platform/chromium-mac-leopard/fast/html/details-add-summary-2-and-click-expected.png: Added.
2751 * platform/chromium-mac-leopard/fast/html/details-add-summary-2-expected.png: Added.
2752 * platform/chromium-mac-leopard/fast/html/details-add-summary-3-and-click-expected.png: Added.
2753 * platform/chromium-mac-leopard/fast/html/details-add-summary-3-expected.png: Added.
2754 * platform/chromium-mac-leopard/fast/html/details-add-summary-4-and-click-expected.png: Added.
2755 * platform/chromium-mac-leopard/fast/html/details-add-summary-4-expected.png: Added.
2756 * platform/chromium-mac-leopard/fast/html/details-add-summary-5-and-click-expected.png: Added.
2757 * platform/chromium-mac-leopard/fast/html/details-add-summary-5-expected.png: Added.
2758 * platform/chromium-mac-leopard/fast/html/details-add-summary-6-and-click-expected.png: Added.
2759 * platform/chromium-mac-leopard/fast/html/details-add-summary-6-expected.png: Added.
2760 * platform/chromium-mac-leopard/fast/html/details-add-summary-7-and-click-expected.png: Added.
2761 * platform/chromium-mac-leopard/fast/html/details-add-summary-7-expected.png: Added.
2762 * platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png: Added.
2763 * platform/chromium-mac-leopard/fast/html/details-add-summary-8-expected.png: Added.
2764 * platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png: Added.
2765 * platform/chromium-mac-leopard/fast/html/details-add-summary-9-expected.png: Added.
2766 * platform/chromium-mac-leopard/fast/html/details-no-summary1-expected.png: Added.
2767 * platform/chromium-mac-leopard/fast/html/details-no-summary2-expected.png: Added.
2768 * platform/chromium-mac-leopard/fast/html/details-no-summary3-expected.png: Added.
2769 * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png: Added.
2770 * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png: Added.
2771 * platform/chromium-mac-leopard/fast/html/details-open1-expected.png: Added.
2772 * platform/chromium-mac-leopard/fast/html/details-open2-expected.png: Added.
2773 * platform/chromium-mac-leopard/fast/html/details-open3-expected.png: Added.
2774 * platform/chromium-mac-leopard/fast/html/details-open4-expected.png: Added.
2775 * platform/chromium-mac-leopard/fast/html/details-open5-expected.png: Added.
2776 * platform/chromium-mac-leopard/fast/html/details-open6-expected.png: Added.
2777 * platform/chromium-mac-leopard/fast/html/details-position-expected.png: Added.
2778 * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png: Added.
2779 * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-expected.png: Added.
2780 * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png: Added.
2781 * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-expected.png: Added.
2782 * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png: Added.
2783 * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-expected.png: Added.
2784 * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png: Added.
2785 * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-expected.png: Added.
2786 * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png: Added.
2787 * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-expected.png: Added.
2788 * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png: Added.
2789 * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-expected.png: Added.
2790 * platform/chromium-mac-leopard/fast/html/details-writing-mode-expected.png: Added.
2791 * platform/chromium-win-vista/fast/html/details-add-summary-1-and-click-expected.checksum: Added.
2792 * platform/chromium-win-vista/fast/html/details-add-summary-1-expected.checksum: Added.
2793 * platform/chromium-win-vista/fast/html/details-add-summary-10-and-click-expected.checksum: Added.
2794 * platform/chromium-win-vista/fast/html/details-add-summary-10-expected.checksum: Added.
2795 * platform/chromium-win-vista/fast/html/details-add-summary-2-and-click-expected.checksum: Added.
2796 * platform/chromium-win-vista/fast/html/details-add-summary-2-expected.checksum: Added.
2797 * platform/chromium-win-vista/fast/html/details-add-summary-3-and-click-expected.checksum: Added.
2798 * platform/chromium-win-vista/fast/html/details-add-summary-3-expected.checksum: Added.
2799 * platform/chromium-win-vista/fast/html/details-add-summary-4-and-click-expected.checksum: Added.
2800 * platform/chromium-win-vista/fast/html/details-add-summary-4-expected.checksum: Added.
2801 * platform/chromium-win-vista/fast/html/details-add-summary-5-and-click-expected.checksum: Added.
2802 * platform/chromium-win-vista/fast/html/details-add-summary-5-expected.checksum: Added.
2803 * platform/chromium-win-vista/fast/html/details-add-summary-6-and-click-expected.checksum: Added.
2804 * platform/chromium-win-vista/fast/html/details-add-summary-6-expected.checksum: Added.
2805 * platform/chromium-win-vista/fast/html/details-add-summary-7-and-click-expected.checksum: Added.
2806 * platform/chromium-win-vista/fast/html/details-add-summary-7-expected.checksum: Added.
2807 * platform/chromium-win-vista/fast/html/details-add-summary-8-and-click-expected.checksum: Added.
2808 * platform/chromium-win-vista/fast/html/details-add-summary-8-expected.checksum: Added.
2809 * platform/chromium-win-vista/fast/html/details-add-summary-9-and-click-expected.checksum: Added.
2810 * platform/chromium-win-vista/fast/html/details-add-summary-9-expected.checksum: Added.
2811 * platform/chromium-win-vista/fast/html/details-no-summary1-expected.checksum: Added.
2812 * platform/chromium-win-vista/fast/html/details-no-summary2-expected.checksum: Added.
2813 * platform/chromium-win-vista/fast/html/details-no-summary3-expected.checksum: Added.
2814 * platform/chromium-win-vista/fast/html/details-no-summary4-expected.checksum: Added.
2815 * platform/chromium-win-vista/fast/html/details-open-javascript-expected.checksum: Added.
2816 * platform/chromium-win-vista/fast/html/details-open1-expected.checksum: Added.
2817 * platform/chromium-win-vista/fast/html/details-open2-expected.checksum: Added.
2818 * platform/chromium-win-vista/fast/html/details-open3-expected.checksum: Added.
2819 * platform/chromium-win-vista/fast/html/details-open4-expected.checksum: Added.
2820 * platform/chromium-win-vista/fast/html/details-open5-expected.checksum: Added.
2821 * platform/chromium-win-vista/fast/html/details-open6-expected.checksum: Added.
2822 * platform/chromium-win-vista/fast/html/details-position-expected.checksum: Added.
2823 * platform/chromium-win-vista/fast/html/details-remove-summary-1-and-click-expected.checksum: Added.
2824 * platform/chromium-win-vista/fast/html/details-remove-summary-1-expected.checksum: Added.
2825 * platform/chromium-win-vista/fast/html/details-remove-summary-2-and-click-expected.checksum: Added.
2826 * platform/chromium-win-vista/fast/html/details-remove-summary-2-expected.checksum: Added.
2827 * platform/chromium-win-vista/fast/html/details-remove-summary-3-and-click-expected.checksum: Added.
2828 * platform/chromium-win-vista/fast/html/details-remove-summary-3-expected.checksum: Added.
2829 * platform/chromium-win-vista/fast/html/details-remove-summary-4-and-click-expected.checksum: Added.
2830 * platform/chromium-win-vista/fast/html/details-remove-summary-4-expected.checksum: Added.
2831 * platform/chromium-win-vista/fast/html/details-remove-summary-5-and-click-expected.checksum: Added.
2832 * platform/chromium-win-vista/fast/html/details-remove-summary-5-expected.checksum: Added.
2833 * platform/chromium-win-vista/fast/html/details-remove-summary-6-and-click-expected.checksum: Added.
2834 * platform/chromium-win-vista/fast/html/details-remove-summary-6-expected.checksum: Added.
2835 * platform/chromium-win-vista/fast/html/details-writing-mode-expected.checksum: Added.
2836 * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.checksum: Removed.
2837 * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
2838 * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
2839 * platform/chromium-win/fast/html/details-add-summary-1-expected.checksum: Removed.
2840 * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
2841 * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
2842 * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.checksum: Removed.
2843 * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
2844 * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
2845 * platform/chromium-win/fast/html/details-add-summary-10-expected.checksum: Removed.
2846 * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
2847 * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
2848 * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.checksum: Removed.
2849 * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
2850 * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
2851 * platform/chromium-win/fast/html/details-add-summary-2-expected.checksum: Removed.
2852 * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
2853 * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
2854 * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.checksum: Removed.
2855 * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
2856 * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
2857 * platform/chromium-win/fast/html/details-add-summary-3-expected.checksum: Removed.
2858 * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
2859 * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
2860 * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.checksum: Removed.
2861 * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
2862 * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
2863 * platform/chromium-win/fast/html/details-add-summary-4-expected.checksum: Removed.
2864 * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
2865 * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
2866 * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.checksum: Removed.
2867 * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
2868 * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
2869 * platform/chromium-win/fast/html/details-add-summary-5-expected.checksum: Removed.
2870 * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
2871 * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
2872 * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.checksum: Removed.
2873 * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
2874 * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
2875 * platform/chromium-win/fast/html/details-add-summary-6-expected.checksum: Removed.
2876 * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
2877 * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
2878 * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.checksum: Removed.
2879 * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
2880 * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
2881 * platform/chromium-win/fast/html/details-add-summary-7-expected.checksum: Removed.
2882 * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
2883 * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
2884 * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.checksum: Removed.
2885 * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
2886 * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
2887 * platform/chromium-win/fast/html/details-add-summary-8-expected.checksum: Removed.
2888 * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
2889 * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
2890 * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.checksum: Removed.
2891 * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
2892 * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
2893 * platform/chromium-win/fast/html/details-add-summary-9-expected.checksum: Removed.
2894 * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
2895 * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
2896 * platform/chromium-win/fast/html/details-no-summary1-expected.checksum: Removed.
2897 * platform/chromium-win/fast/html/details-no-summary1-expected.png:
2898 * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
2899 * platform/chromium-win/fast/html/details-no-summary2-expected.checksum: Removed.
2900 * platform/chromium-win/fast/html/details-no-summary2-expected.png:
2901 * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
2902 * platform/chromium-win/fast/html/details-no-summary3-expected.checksum: Removed.
2903 * platform/chromium-win/fast/html/details-no-summary3-expected.png:
2904 * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
2905 * platform/chromium-win/fast/html/details-no-summary4-expected.checksum: Removed.
2906 * platform/chromium-win/fast/html/details-no-summary4-expected.png:
2907 * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
2908 * platform/chromium-win/fast/html/details-open-javascript-expected.checksum: Removed.
2909 * platform/chromium-win/fast/html/details-open-javascript-expected.png:
2910 * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
2911 * platform/chromium-win/fast/html/details-open1-expected.checksum: Removed.
2912 * platform/chromium-win/fast/html/details-open1-expected.png:
2913 * platform/chromium-win/fast/html/details-open1-expected.txt:
2914 * platform/chromium-win/fast/html/details-open2-expected.checksum: Removed.
2915 * platform/chromium-win/fast/html/details-open2-expected.png:
2916 * platform/chromium-win/fast/html/details-open2-expected.txt:
2917 * platform/chromium-win/fast/html/details-open3-expected.checksum: Removed.
2918 * platform/chromium-win/fast/html/details-open3-expected.png:
2919 * platform/chromium-win/fast/html/details-open3-expected.txt:
2920 * platform/chromium-win/fast/html/details-open4-expected.checksum: Removed.
2921 * platform/chromium-win/fast/html/details-open4-expected.png:
2922 * platform/chromium-win/fast/html/details-open4-expected.txt:
2923 * platform/chromium-win/fast/html/details-open5-expected.checksum: Removed.
2924 * platform/chromium-win/fast/html/details-open5-expected.png:
2925 * platform/chromium-win/fast/html/details-open5-expected.txt:
2926 * platform/chromium-win/fast/html/details-open6-expected.checksum: Removed.
2927 * platform/chromium-win/fast/html/details-open6-expected.png:
2928 * platform/chromium-win/fast/html/details-open6-expected.txt:
2929 * platform/chromium-win/fast/html/details-position-expected.checksum: Removed.
2930 * platform/chromium-win/fast/html/details-position-expected.png:
2931 * platform/chromium-win/fast/html/details-position-expected.txt:
2932 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.checksum: Removed.
2933 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
2934 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
2935 * platform/chromium-win/fast/html/details-remove-summary-1-expected.checksum: Removed.
2936 * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
2937 * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
2938 * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.checksum: Removed.
2939 * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
2940 * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
2941 * platform/chromium-win/fast/html/details-remove-summary-2-expected.checksum: Removed.
2942 * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
2943 * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
2944 * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.checksum: Removed.
2945 * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
2946 * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
2947 * platform/chromium-win/fast/html/details-remove-summary-3-expected.checksum: Removed.
2948 * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
2949 * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
2950 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.checksum: Removed.
2951 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
2952 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
2953 * platform/chromium-win/fast/html/details-remove-summary-4-expected.checksum: Removed.
2954 * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
2955 * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
2956 * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.checksum: Removed.
2957 * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
2958 * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
2959 * platform/chromium-win/fast/html/details-remove-summary-5-expected.checksum: Removed.
2960 * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
2961 * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
2962 * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.checksum: Removed.
2963 * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
2964 * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
2965 * platform/chromium-win/fast/html/details-remove-summary-6-expected.checksum: Removed.
2966 * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
2967 * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
2968 * platform/chromium-win/fast/html/details-writing-mode-expected.checksum: Removed.
2969 * platform/chromium-win/fast/html/details-writing-mode-expected.png:
2970 * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
2971 * platform/chromium/test_expectations.txt:
2973 2011-04-04 Andrey Kosyakov <caseq@chromium.org>
2975 Reviewed by Yury Semikhatsky.
2977 Web Inspector: [Extensions API] Merge WatchExpressionSidebarPane into ExtensionSidebarPane
2978 https://bugs.webkit.org/show_bug.cgi?id=57622
2980 Merged WatchExpressionSidebarPane into ExtensionSidebarPane, added setPage(url).
2981 Fixed wrong getter in schema (scripts -> elements)
2983 * inspector/extensions/extensions-api-expected.txt:
2984 * inspector/extensions/extensions-expected.txt:
2985 * inspector/extensions/extensions.html:
2987 2011-04-04 Ilya Tikhonovsky <loislo@chromium.org>
2989 Reviewed by Pavel Feldman.
2991 Web Inspector: introduce support of 'optional' flag for command arguments.
2992 https://bugs.webkit.org/show_bug.cgi?id=57698
2994 * inspector/protocol/runtime-agent-expected.txt:
2995 * inspector/protocol/runtime-agent.html:
2996 * inspector/report-API-errors-expected.txt:
2997 * inspector/report-API-errors.html:
2998 * inspector/report-protocol-errors-expected.txt:
3000 2011-04-01 Ilya Tikhonovsky <loislo@chromium.org>
3002 Reviewed by Pavel Feldman.
3004 Web Inspector: introduce support of 'optional' flag for command arguments.
3005 https://bugs.webkit.org/show_bug.cgi?id=57698
3007 * inspector/report-API-errors-expected.txt:
3008 * inspector/report-protocol-errors-expected.txt:
3010 2011-04-03 Kent Tamura <tkent@chromium.org>
3012 Reviewed by Eric Seidel.
3014 Adding a test of value sanitization for <input type=text>
3015 https://bugs.webkit.org/show_bug.cgi?id=57737
3017 * fast/forms/input-value-sanitization-expected.txt:
3018 * fast/forms/script-tests/input-value-sanitization.js: Add tests for type=text.
3020 2011-04-03 Dan Bernstein <mitz@apple.com>
3022 Try to make this test more robust.
3024 * fast/blockflow/broken-ideographic-font.html: Ensure that the font has been loaded before
3025 letting the test finish.
3027 2011-03-21 Ryosuke Niwa <rniwa@webkit.org>
3029 Reviewed by Eric Seidel.
3031 editing commands shouldn't run when there's no body
3032 https://bugs.webkit.org/show_bug.cgi?id=56771
3034 Added tests to ensure WebKit does not crash when attempted to execute editing commands
3035 in an empty document. Also added a test to ensure WebKit does not crash when InsertImage
3036 is executed with selection endpoints being document. WebKit should ignore such attempts
3037 and should not crash.
3039 * editing/editability/empty-document-delete-expected.txt: Added.
3040 * editing/editability/empty-document-delete.html: Added.
3041 * editing/editability/empty-document-justify-right-expected.txt: Added.
3042 * editing/editability/empty-document-justify-right.html: Added.
3043 * editing/editability/empty-document-stylewithcss-expected.txt: Added.
3044 * editing/editability/empty-document-stylewithcss.html: Added.
3045 * editing/execCommand/insert-image-with-selecting-document-expected.txt: Added.
3046 * editing/execCommand/insert-image-with-selecting-document.html: Added.
3048 2011-04-02 Dan Bernstein <mitz@apple.com>
3050 Updated results showing a progression after r82787. The current time display
3051 is now correctly collapsed because the timeline container is not wide enough.
3053 * platform/gtk/media/video-zoom-controls-expected.txt:
3055 2011-04-02 Dan Bernstein <mitz@apple.com>
3057 Updated platform-specific results after r82787.
3059 * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
3061 2011-04-02 Dan Bernstein <mitz@apple.com>
3063 Reviewed by Dave Hyatt.
3065 Remove an unnecessary extra computeLogicalWidth() from line layout
3066 https://bugs.webkit.org/show_bug.cgi?id=57711
3068 These updated expected results show progressions in MathML tests.
3069 fast/table/colspanMinWidth-vertical results changed to show that text controls
3070 still do not handle vertical writing modes correctly.
3072 * platform/mac/fast/table/colspanMinWidth-vertical-expected.checksum:
3073 * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
3074 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
3075 * platform/mac/mathml/presentation/fractions-expected.checksum:
3076 * platform/mac/mathml/presentation/fractions-expected.png:
3077 * platform/mac/mathml/presentation/fractions-expected.txt:
3078 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.checksum:
3079 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
3080 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
3081 * platform/mac/mathml/presentation/roots-expected.checksum:
3082 * platform/mac/mathml/presentation/roots-expected.png:
3083 * platform/mac/mathml/presentation/roots-expected.txt:
3084 * platform/mac/mathml/presentation/row-alignment-expected.checksum:
3085 * platform/mac/mathml/presentation/row-alignment-expected.png:
3086 * platform/mac/mathml/presentation/row-alignment-expected.txt:
3087 * platform/mac/mathml/presentation/subsup-expected.checksum:
3088 * platform/mac/mathml/presentation/subsup-expected.png:
3089 * platform/mac/mathml/presentation/subsup-expected.txt:
3091 2011-04-02 Dan Bernstein <mitz@apple.com>
3093 Updated platform-specific results after r82873.
3095 * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt:
3096 * platform/gtk/fast/html/details-add-summary-1-expected.txt:
3097 * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt:
3098 * platform/gtk/fast/html/details-add-summary-10-expected.txt:
3099 * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt:
3100 * platform/gtk/fast/html/details-add-summary-2-expected.txt:
3101 * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt:
3102 * platform/gtk/fast/html/details-add-summary-3-expected.txt:
3103 * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt:
3104 * platform/gtk/fast/html/details-add-summary-4-expected.txt:
3105 * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt:
3106 * platform/gtk/fast/html/details-add-summary-5-expected.txt:
3107 * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt:
3108 * platform/gtk/fast/html/details-add-summary-6-expected.txt:
3109 * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt:
3110 * platform/gtk/fast/html/details-add-summary-7-expected.txt:
3111 * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt:
3112 * platform/gtk/fast/html/details-add-summary-8-expected.txt:
3113 * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt:
3114 * platform/gtk/fast/html/details-add-summary-9-expected.txt:
3115 * platform/gtk/fast/html/details-no-summary1-expected.txt:
3116 * platform/gtk/fast/html/details-no-summary2-expected.txt:
3117 * platform/gtk/fast/html/details-no-summary3-expected.txt:
3118 * platform/gtk/fast/html/details-no-summary4-expected.txt:
3119 * platform/gtk/fast/html/details-open-javascript-expected.txt:
3120 * platform/gtk/fast/html/details-open1-expected.txt:
3121 * platform/gtk/fast/html/details-open2-expected.txt:
3122 * platform/gtk/fast/html/details-open3-expected.txt:
3123 * platform/gtk/fast/html/details-open4-expected.txt:
3124 * platform/gtk/fast/html/details-open5-expected.txt:
3125 * platform/gtk/fast/html/details-open6-expected.txt:
3126 * platform/gtk/fast/html/details-position-expected.txt:
3127 * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt:
3128 * platform/gtk/fast/html/details-remove-summary-1-expected.txt:
3129 * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt:
3130 * platform/gtk/fast/html/details-remove-summary-2-expected.txt:
3131 * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt:
3132 * platform/gtk/fast/html/details-remove-summary-3-expected.txt:
3133 * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt:
3134 * platform/gtk/fast/html/details-remove-summary-4-expected.txt:
3135 * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt:
3136 * platform/gtk/fast/html/details-remove-summary-5-expected.txt:
3137 * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt:
3138 * platform/gtk/fast/html/details-remove-summary-6-expected.txt:
3139 * platform/gtk/fast/html/details-writing-mode-expected.txt:
3140 * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
3141 * platform/qt/fast/html/details-add-summary-1-expected.txt:
3142 * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
3143 * platform/qt/fast/html/details-add-summary-10-expected.txt:
3144 * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
3145 * platform/qt/fast/html/details-add-summary-2-expected.txt:
3146 * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
3147 * platform/qt/fast/html/details-add-summary-3-expected.txt:
3148 * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
3149 * platform/qt/fast/html/details-add-summary-4-expected.txt:
3150 * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
3151 * platform/qt/fast/html/details-add-summary-5-expected.txt:
3152 * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
3153 * platform/qt/fast/html/details-add-summary-6-expected.txt:
3154 * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
3155 * platform/qt/fast/html/details-add-summary-7-expected.txt:
3156 * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
3157 * platform/qt/fast/html/details-add-summary-8-expected.txt:
3158 * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
3159 * platform/qt/fast/html/details-add-summary-9-expected.txt:
3160 * platform/qt/fast/html/details-no-summary1-expected.txt:
3161 * platform/qt/fast/html/details-no-summary2-expected.txt:
3162 * platform/qt/fast/html/details-no-summary3-expected.txt:
3163 * platform/qt/fast/html/details-no-summary4-expected.txt:
3164 * platform/qt/fast/html/details-open-javascript-expected.txt:
3165 * platform/qt/fast/html/details-open1-expected.txt:
3166 * platform/qt/fast/html/details-open2-expected.txt:
3167 * platform/qt/fast/html/details-open3-expected.txt:
3168 * platform/qt/fast/html/details-open4-expected.txt:
3169 * platform/qt/fast/html/details-open5-expected.txt:
3170 * platform/qt/fast/html/details-open6-expected.txt:
3171 * platform/qt/fast/html/details-position-expected.txt:
3172 * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
3173 * platform/qt/fast/html/details-remove-summary-1-expected.txt:
3174 * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
3175 * platform/qt/fast/html/details-remove-summary-2-expected.txt:
3176 * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
3177 * platform/qt/fast/html/details-remove-summary-3-expected.txt:
3178 * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
3179 * platform/qt/fast/html/details-remove-summary-4-expected.txt:
3180 * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
3181 * platform/qt/fast/html/details-remove-summary-5-expected.txt:
3182 * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
3183 * platform/qt/fast/html/details-remove-summary-6-expected.txt:
3184 * platform/qt/fast/html/details-writing-mode-expected.txt:
3186 2011-04-02 Dan Bernstein <mitz@apple.com>
3188 Reviewed by Beth Dakin.
3190 <details> marker loses its margin
3191 https://bugs.webkit.org/show_bug.cgi?id=57713
3193 * platform/mac/fast/html/details-add-summary-1-and-click-expected.checksum:
3194 * platform/mac/fast/html/details-add-summary-1-and-click-expected.png:
3195 * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
3196 * platform/mac/fast/html/details-add-summary-1-expected.checksum:
3197 * platform/mac/fast/html/details-add-summary-1-expected.png:
3198 * platform/mac/fast/html/details-add-summary-1-expected.txt:
3199 * platform/mac/fast/html/details-add-summary-10-and-click-expected.checksum:
3200 * platform/mac/fast/html/details-add-summary-10-and-click-expected.png:
3201 * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
3202 * platform/mac/fast/html/details-add-summary-10-expected.checksum:
3203 * platform/mac/fast/html/details-add-summary-10-expected.png:
3204 * platform/mac/fast/html/details-add-summary-10-expected.txt:
3205 * platform/mac/fast/html/details-add-summary-2-and-click-expected.checksum:
3206 * platform/mac/fast/html/details-add-summary-2-and-click-expected.png:
3207 * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
3208 * platform/mac/fast/html/details-add-summary-2-expected.checksum:
3209 * platform/mac/fast/html/details-add-summary-2-expected.png:
3210 * platform/mac/fast/html/details-add-summary-2-expected.txt:
3211 * platform/mac/fast/html/details-add-summary-3-and-click-expected.checksum:
3212 * platform/mac/fast/html/details-add-summary-3-and-click-expected.png:
3213 * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
3214 * platform/mac/fast/html/details-add-summary-3-expected.checksum:
3215 * platform/mac/fast/html/details-add-summary-3-expected.png:
3216 * platform/mac/fast/html/details-add-summary-3-expected.txt:
3217 * platform/mac/fast/html/details-add-summary-4-and-click-expected.checksum:
3218 * platform/mac/fast/html/details-add-summary-4-and-click-expected.png:
3219 * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
3220 * platform/mac/fast/html/details-add-summary-4-expected.checksum:
3221 * platform/mac/fast/html/details-add-summary-4-expected.png:
3222 * platform/mac/fast/html/details-add-summary-4-expected.txt:
3223 * platform/mac/fast/html/details-add-summary-5-and-click-expected.checksum:
3224 * platform/mac/fast/html/details-add-summary-5-and-click-expected.png:
3225 * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
3226 * platform/mac/fast/html/details-add-summary-5-expected.checksum:
3227 * platform/mac/fast/html/details-add-summary-5-expected.png:
3228 * platform/mac/fast/html/details-add-summary-5-expected.txt:
3229 * platform/mac/fast/html/details-add-summary-6-and-click-expected.checksum:
3230 * platform/mac/fast/html/details-add-summary-6-and-click-expected.png:
3231 * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
3232 * platform/mac/fast/html/details-add-summary-6-expected.checksum:
3233 * platform/mac/fast/html/details-add-summary-6-expected.png:
3234 * platform/mac/fast/html/details-add-summary-6-expected.txt:
3235 * platform/mac/fast/html/details-add-summary-7-and-click-expected.checksum:
3236 * platform/mac/fast/html/details-add-summary-7-and-click-expected.png:
3237 * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
3238 * platform/mac/fast/html/details-add-summary-7-expected.checksum:
3239 * platform/mac/fast/html/details-add-summary-7-expected.png:
3240 * platform/mac/fast/html/details-add-summary-7-expected.txt:
3241 * platform/mac/fast/html/details-add-summary-8-and-click-expected.checksum:
3242 * platform/mac/fast/html/details-add-summary-8-and-click-expected.png:
3243 * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
3244 * platform/mac/fast/html/details-add-summary-8-expected.checksum:
3245 * platform/mac/fast/html/details-add-summary-8-expected.png:
3246 * platform/mac/fast/html/details-add-summary-8-expected.txt:
3247 * platform/mac/fast/html/details-add-summary-9-and-click-expected.checksum:
3248 * platform/mac/fast/html/details-add-summary-9-and-click-expected.png:
3249 * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
3250 * platform/mac/fast/html/details-add-summary-9-expected.checksum:
3251 * platform/mac/fast/html/details-add-summary-9-expected.png:
3252 * platform/mac/fast/html/details-add-summary-9-expected.txt:
3253 * platform/mac/fast/html/details-no-summary1-expected.checksum:
3254 * platform/mac/fast/html/details-no-summary1-expected.png:
3255 * platform/mac/fast/html/details-no-summary1-expected.txt:
3256 * platform/mac/fast/html/details-no-summary2-expected.checksum:
3257 * platform/mac/fast/html/details-no-summary2-expected.png:
3258 * platform/mac/fast/html/details-no-summary2-expected.txt:
3259 * platform/mac/fast/html/details-no-summary3-expected.checksum:
3260 * platform/mac/fast/html/details-no-summary3-expected.png:
3261 * platform/mac/fast/html/details-no-summary3-expected.txt:
3262 * platform/mac/fast/html/details-no-summary4-expected.checksum:
3263 * platform/mac/fast/html/details-no-summary4-expected.png:
3264 * platform/mac/fast/html/details-no-summary4-expected.txt:
3265 * platform/mac/fast/html/details-open-javascript-expected.checksum:
3266 * platform/mac/fast/html/details-open-javascript-expected.png:
3267 * platform/mac/fast/html/details-open-javascript-expected.txt:
3268 * platform/mac/fast/html/details-open1-expected.checksum:
3269 * platform/mac/fast/html/details-open1-expected.png:
3270 * platform/mac/fast/html/details-open1-expected.txt:
3271 * platform/mac/fast/html/details-open2-expected.checksum:
3272 * platform/mac/fast/html/details-open2-expected.png:
3273 * platform/mac/fast/html/details-open2-expected.txt:
3274 * platform/mac/fast/html/details-open3-expected.checksum:
3275 * platform/mac/fast/html/details-open3-expected.png:
3276 * platform/mac/fast/html/details-open3-expected.txt:
3277 * platform/mac/fast/html/details-open4-expected.checksum:
3278 * platform/mac/fast/html/details-open4-expected.png: