1 2011-04-07 Adam Barth <abarth@webkit.org>
3 Reviewed by Eric Seidel.
5 Implement CSP's options directive
6 https://bugs.webkit.org/show_bug.cgi?id=58014
8 * http/tests/security/contentSecurityPolicy/inline-script-allowed-expected.txt: Added.
9 * http/tests/security/contentSecurityPolicy/inline-script-allowed.html: Added.
10 * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt: Added.
11 * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy.html: Added.
13 2011-04-07 Enrica Casucci <enrica@apple.com>
16 Adding to skipped list for Windows (WK2) the
17 tests relative to undo removed from the skipped list
18 for Mac where execCommand('undo') is now supported.
20 * platform/win-wk2/Skipped:
22 2011-04-07 Adrienne Walker <enne@google.com>
24 [chromium] Unreviewed, rebaseline progress element tests.
26 * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: Removed.
27 * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
28 * platform/chromium-mac-leopard/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: Added.
29 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum: Removed.
30 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
31 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
32 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.txt:
33 * platform/chromium/test_expectations.txt:
35 2011-04-07 Jer Noble <jer.noble@apple.com>
37 Unreviewed; rebaseline expected results in platform/mac-wk2.
39 * platform/mac-wk2/media/controls-without-preload-expected.txt:
41 2011-04-07 Chang Shu <cshu@webkit.org>
43 Reviewed by Darin Adler.
45 WebKitTestRunner needs layoutTestController.isPageBoxVisible
46 https://bugs.webkit.org/show_bug.cgi?id=42695
50 * platform/mac-wk2/Skipped:
51 * platform/qt-wk2/Skipped:
53 2011-04-07 Enrica Casucci <enrica@apple.com>
55 Reviewed by Oliver Hunt.
57 REGRESSION(WebKit2): execCommand('undo') doesn't work (Mac).
58 https://bugs.webkit.org/show_bug.cgi?id=58055
59 <rdar://problem/8862023>
61 * platform/mac-wk2/Skipped: Remove skipped tests related to undo/redo.
63 2011-04-07 Nancy Piedra <nancy.piedra@nokia.com>
65 Reviewed by Eric Carlson.
67 Add tests for parsing codecs parameter in video-can-play-type.html
68 https://bugs.webkit.org/show_bug.cgi?id=53275
70 * media/video-can-play-type-expected.txt:
71 * media/video-can-play-type.html:
73 2011-04-07 Jessie Berlin <jberlin@apple.com>
75 [WebKit2 Tests] fast/events/select-element.html failing since introduction in r83096
76 https://bugs.webkit.org/show_bug.cgi?id=58059
78 Adding this test to the mac-wk2 skipped list to get the bots green.
80 * platform/mac-wk2/Skipped:
82 2011-04-07 Adrienne Walker <enne@google.com>
84 [chromium] Unreviewed, now that bug 57975 is fixed, mark test as passing.
86 * platform/chromium/test_expectations.txt:
88 2011-04-07 Brian Weinstein <bweinstein@apple.com>
90 Update Leopard expected results after r83075 to greenify the bots.
92 * platform/mac-leopard/fast/blockflow/text-orientation-basic-expected.txt:
94 2011-04-07 Adrienne Walker <enne@google.com>
96 [chromium] Unreviewed, rebaseline tests changed in r82947.
98 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
99 * platform/chromium-linux/svg/text/text-midpoint-split-bug-expected.png: Added.
100 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
101 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
102 * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
103 * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
104 * platform/chromium-win/svg/text/text-midpoint-split-bug-expected.png: Added.
105 * platform/chromium-win/svg/text/text-midpoint-split-bug-expected.txt: Added.
106 * platform/chromium/test_expectations.txt:
108 2011-04-07 Vincent Scheib <scheib@chromium.org>
110 Flagging platform/chromium/compositing/huge-layer-rotated.html a bug.
112 * platform/chromium/test_expectations.txt:
114 2011-04-07 Ryosuke Niwa <rniwa@webkit.org>
116 Reviewed by Eric Seidel.
118 editing/inserting/6633727.html should be renamed and converted into a dump-as-markup test
119 https://bugs.webkit.org/show_bug.cgi?id=58037
121 Renamed 6633727.html to insert-paragraph-at-end-of-line.html and converted it to a dump-as-markup test.
123 * editing/inserting/6633727-expected.txt: Removed.
124 * editing/inserting/6633727.html: Removed.
125 * editing/inserting/insert-paragraph-at-end-of-line-expected.txt: Added.
126 * editing/inserting/insert-paragraph-at-end-of-line.html: Copied from LayoutTests/editing/inserting/6633727.html.
127 * editing/inserting/script-tests/6633727.js: Removed.
129 2011-04-07 Yury Semikhatsky <yurys@chromium.org>
131 Reviewed by Pavel Feldman.
133 Web Inspector: console messages names should adhere to the common naming style
134 https://bugs.webkit.org/show_bug.cgi?id=58042
136 * inspector/protocol/console-agent-expected.txt:
138 2011-04-07 Philippe Normand <pnormand@igalia.com>
140 Unreviewed, unskip a fast/xmlhttprequest test passing on GTK.
142 * platform/gtk/Skipped:
144 2011-04-07 Csaba Osztrogonác <ossy@webkit.org>
146 [Qt][WK2] Add always failing tets to the Skipped list.
148 * platform/qt-wk2/Skipped:
150 2011-04-06 Ilya Tikhonovsky <loislo@chromium.org>
152 Reviewed by Yury Semikhatsky.
154 Web Inspector: migrate Inspector protocol messages format to JSON-RPC.
155 https://bugs.webkit.org/show_bug.cgi?id=57957
157 There is not a significant difference between inspector messages spec and and JSON-RPC 2.0 messages spec.
158 Also JSON-RPC has a pretty clear specification for error descriptions which we haven't.
159 It was decided that we will use it.
163 2) domain + '.' + event => method // for events
164 3) domain + '.' + command => method // for requests
165 4) requestId => id // for responses
166 5) arguments => params // for requests
167 6) data => params // for events
168 7) body => result // for responses
170 protocolErrors and error properties will be converted to JSON-RPC error format.
171 The order of properties in messages also will be adjusted.
172 The only thing that looks unnecessary is jsonrpc property.
174 * inspector/protocol/console-agent-expected.txt:
175 * inspector/protocol/runtime-agent-expected.txt:
176 * inspector/report-API-errors-expected.txt:
177 * inspector/report-API-errors.html:
178 * inspector/report-protocol-errors-expected.txt:
179 * inspector/report-protocol-errors.html:
181 2011-04-07 Kent Tamura <tkent@chromium.org>
183 [Chromium] Move Leopard-specific images to chromium-mac-leopard, and
184 unify text results common in chromium-mac.
186 * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.checksum: Added.
187 * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png: Added.
188 * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.txt: Removed.
189 * platform/chromium-mac-leopard/fast/speech/input-appearance-searchandspeech-expected.checksum: Added.
190 * platform/chromium-mac-leopard/fast/speech/input-appearance-searchandspeech-expected.png: Added.
191 * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt:
193 2011-04-07 Ryosuke Niwa <rniwa@webkit.org>
195 Reviewed by Eric Seidel.
197 Convert insert-div-021.html to a dump-as-markup test
198 https://bugs.webkit.org/show_bug.cgi?id=58019
202 * editing/inserting/insert-div-021-expected.txt: Added.
203 * editing/inserting/insert-div-021.html:
204 * platform/chromium-linux/editing/inserting/insert-div-021-expected.checksum: Removed.
205 * platform/chromium-linux/editing/inserting/insert-div-021-expected.png: Removed.
206 * platform/chromium-win/editing/inserting/insert-div-021-expected.checksum: Removed.
207 * platform/chromium-win/editing/inserting/insert-div-021-expected.png: Removed.
208 * platform/chromium-win/editing/inserting/insert-div-021-expected.txt: Removed.
209 * platform/gtk/editing/inserting/insert-div-021-expected.checksum: Removed.
210 * platform/gtk/editing/inserting/insert-div-021-expected.png: Removed.
211 * platform/gtk/editing/inserting/insert-div-021-expected.txt: Removed.
212 * platform/mac/editing/inserting/insert-div-021-expected.checksum: Removed.
213 * platform/mac/editing/inserting/insert-div-021-expected.png: Removed.
214 * platform/mac/editing/inserting/insert-div-021-expected.txt: Removed.
215 * platform/qt/editing/inserting/insert-div-021-expected.txt: Removed.
217 2011-04-07 Adam Barth <abarth@webkit.org>
219 Reviewed by Eric Seidel.
221 script-src should block inline script
222 https://bugs.webkit.org/show_bug.cgi?id=58012
224 Test that script-src blocks inline script. This test uses a different
225 approach than the existing tests for variety.
227 * http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt: Added.
228 * http/tests/security/contentSecurityPolicy/inline-script-blocked.html: Added.
229 * http/tests/security/contentSecurityPolicy/resources/document-write-alert-fail.js: Added.
230 * http/tests/security/contentSecurityPolicy/resources/dump-as-text.js: Added.
232 2011-04-07 Kent Tamura <tkent@chromium.org>
234 [Chromium] Update Linux x86-64 results for the Skia rounding rect change.
236 * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
237 * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove01-expected.png:
238 * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
239 * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove02-expected.png:
240 * platform/chromium-linux-x86_64/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
241 * platform/chromium-linux-x86_64/fast/borders/borderRadiusRidge01-expected.png:
243 2011-04-07 Kent Tamura <tkent@chromium.org>
245 Skip platform/mac/fast/forms/input-appearance-spinbutton-up.html on Mac WebKit2.
246 https://bugs.webkit.org/show_bug.cgi?id=56298
248 * platform/mac-wk2/Skipped:
250 2011-04-07 Kent Tamura <tkent@chromium.org>
252 Update spinbutton test results for r83145.
254 * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
255 * platform/chromium-linux/fast/forms/input-appearance-spinbutton-layer-expected.txt: Removed.
256 * platform/chromium-linux/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Removed.
257 * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt:
258 * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.txt: Added.
259 * platform/chromium-win/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
260 * platform/chromium-win/fast/forms/input-appearance-spinbutton-layer-expected.png: Added.
261 * platform/chromium-win/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
262 * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt:
263 * platform/chromium/test_expectations.txt:
264 * platform/win/Skipped:
266 2011-04-07 Philippe Normand <pnormand@igalia.com>
268 Unreviewed, GTK rebaseline after r83145. Also skip
269 fast/forms/input-number-large-padding.html which fails. See bug
272 * platform/gtk/Skipped:
273 * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
274 * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.txt:
275 * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
277 2011-04-07 Philippe Normand <pnormand@igalia.com>
279 Unreviewed, GTK baselines for 4 new tests.
281 * platform/gtk/fast/history/visited-link-background-color-expected.checksum: Added.
282 * platform/gtk/fast/history/visited-link-background-color-expected.png: Added.
283 * platform/gtk/fast/history/visited-link-background-color-expected.txt: Added.
284 * platform/gtk/fast/images/imagemap-focus-ring-zero-outline-width-expected.checksum: Added.
285 * platform/gtk/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
286 * platform/gtk/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt: Added.
287 * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.checksum: Added.
288 * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
289 * platform/gtk/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
290 * platform/gtk/svg/text/text-midpoint-split-bug-expected.checksum: Added.
291 * platform/gtk/svg/text/text-midpoint-split-bug-expected.png: Added.
292 * platform/gtk/svg/text/text-midpoint-split-bug-expected.txt: Added.
294 2011-04-07 Philippe Normand <pnormand@igalia.com>
296 Unreviewed, GTK rebaseline after r83075.
298 * platform/gtk/fast/blockflow/text-orientation-basic-expected.txt:
299 * platform/gtk/fast/text/capitalize-empty-generated-string-expected.txt:
301 2011-04-07 Kent Tamura <tkent@chromium.org>
303 [Chromium] Fix a duplicated entry.
305 * platform/chromium/test_expectations.txt:
307 2011-04-07 Kent Tamura <tkent@chromium.org>
309 Reviewed by Dimitri Glazkov.
311 Spinbuttons become unclickable if right padding is large.
312 https://bugs.webkit.org/show_bug.cgi?id=56298
314 Add a test, and skip on platforms which has no inner-spin-button implementation.
316 * fast/forms/input-number-large-padding-expected.txt: Added.
317 * fast/forms/input-number-large-padding.html: Added.
318 * platform/chromium/test_expectations.txt:
319 * platform/mac/Skipped:
320 * platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
321 * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
322 * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.txt:
323 * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
324 * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
325 * platform/qt/Skipped:
327 2011-04-06 Kent Tamura <tkent@chromium.org>
329 Fixed an error in the previous commit.
331 * platform/chromium/test_expectations.txt:
333 2011-04-06 Kent Tamura <tkent@chromium.org>
335 [Chromium] Update text expectation.
336 fast/repaint/scale-page-shrink.html is expected to fail because of no
337 eventSender.scalePageBy().
339 * platform/chromium/test_expectations.txt:
341 2011-04-06 Kent Tamura <tkent@chromium.org>
343 [Chromium] Update test expectation.
344 xhr-breakpoints.html and detailed-heapshots-summary.html are flaky.
346 * platform/chromium/test_expectations.txt:
348 2011-04-06 Adam Barth <abarth@webkit.org>
350 Reviewed by Eric Seidel.
352 CSP object-src should block plugin loads
353 https://bugs.webkit.org/show_bug.cgi?id=57283
355 * http/tests/security/contentSecurityPolicy/object-src-none-expected.txt: Added.
356 * http/tests/security/contentSecurityPolicy/object-src-none.html: Added.
357 * http/tests/security/contentSecurityPolicy/resources/echo-object-data.pl: Added.
359 2011-04-06 Beth Dakin <bdakin@apple.com>
361 Reviewed by Dan Bernstein.
363 https://bugs.webkit.org/show_bug.cgi?id=58009
364 Frame::scalePage() results in visual artifacts with scale factors less than 1
366 <rdar://problem/8683230>
368 * fast/repaint/scale-page-shrink.html: Added.
369 * platform/gtk/Skipped:
370 * platform/mac/fast/repaint/scale-page-shrink-expected.checksum: Added.
371 * platform/mac/fast/repaint/scale-page-shrink-expected.png: Added.
372 * platform/mac/fast/repaint/scale-page-shrink-expected.txt: Added.
373 * platform/qt/Skipped:
374 * platform/win/Skipped:
376 2011-04-06 Chang Shu <cshu@webkit.org>
378 Reviewed by Darin Adler.
380 WebKitTestRunner needs layoutTestController.pageSizeAndMarginsInPixels
381 https://bugs.webkit.org/show_bug.cgi?id=57984
385 * platform/mac-wk2/Skipped:
387 2011-04-06 Benjamin Poulain <benjamin.poulain@nokia.com>
389 Reviewed by Kenneth Rohde Christiansen.
391 [Qt] LayoutTestController needs to implement numberOfPendingGeolocationPermissionRequests
392 https://bugs.webkit.org/show_bug.cgi?id=56086
394 * platform/qt/Skipped: Remove the skipped test which required numberOfPendingGeolocationPermissionRequests.
396 2011-04-06 Kent Tamura <tkent@chromium.org>
398 [Chromium] Update expectations for Geeza Pro and so on.
400 * platform/chromium/test_expectations.txt:
402 2011-04-06 Jer Noble <jer.noble@apple.com>
404 Reviewed by Eric Carlson.
406 MediaPlayerPrivateAVFoundation does not change rate due to setRate().
407 https://bugs.webkit.org/show_bug.cgi?id=57919
409 * media/video-set-rate-from-pause-expected.txt: Added.
410 * media/video-set-rate-from-pause.html: Added.
412 2011-04-06 Dan Bernstein <mitz@apple.com>
414 Correct results for the Geeza Pro metrics change.
416 * platform/mac/fast/dom/52776-expected.checksum:
417 * platform/mac/fast/dom/52776-expected.png:
418 * platform/mac/fast/dom/52776-expected.txt:
419 * platform/mac/fast/text/complex-text-opacity-expected.checksum:
420 * platform/mac/fast/text/complex-text-opacity-expected.png:
421 * platform/mac/fast/text/complex-text-opacity-expected.txt:
422 * platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt:
423 * platform/mac/fast/text/international/bidi-AN-after-L-expected.checksum:
424 * platform/mac/fast/text/international/bidi-AN-after-L-expected.png:
425 * platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
426 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum:
427 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png:
428 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt:
429 * platform/mac/fast/text/international/bidi-CS-after-AN-expected.checksum:
430 * platform/mac/fast/text/international/bidi-CS-after-AN-expected.png:
431 * platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt:
432 * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.checksum:
433 * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png:
434 * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
435 * platform/mac/fast/text/international/bidi-neutral-run-expected.checksum:
436 * platform/mac/fast/text/international/bidi-neutral-run-expected.png:
437 * platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
438 * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.checksum:
439 * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png:
441 2011-04-06 Adrienne Walker <enne@google.com>
443 Unreviewed, update Chromium expectations for failing test from r83075.
445 * platform/chromium/test_expectations.txt:
447 2011-04-06 Dan Bernstein <mitz@apple.com>
449 Reviewed by Darin Adler.
451 <rdar://problem/9084761> REGRESSION (r73993): Default Arabic line spacing has gotten very loose when the specified font is not Arabic
452 https://bugs.webkit.org/show_bug.cgi?id=58002
454 * platform/mac/fast/dom/52776-expected.checksum:
455 * platform/mac/fast/dom/52776-expected.png:
456 * platform/mac/fast/dom/52776-expected.txt:
457 * platform/mac/fast/text/complex-text-opacity-expected.txt:
458 * platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt:
459 * platform/mac/fast/text/international/bidi-AN-after-L-expected.checksum:
460 * platform/mac/fast/text/international/bidi-AN-after-L-expected.png:
461 * platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
462 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum:
463 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png:
464 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt:
465 * platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt:
466 * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
467 * platform/mac/fast/text/international/bidi-neutral-run-expected.checksum:
468 * platform/mac/fast/text/international/bidi-neutral-run-expected.png:
469 * platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
470 * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.checksum:
471 * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png:
473 2011-04-06 Adrienne Walker <enne@google.com>
475 Unreviewed, update expectations for Chromium visited link test.
476 https://bugs.webkit.org/show_bug.cgi?id=58000
478 Apparently, this just hasn't been working for a while.
480 * platform/chromium/test_expectations.txt:
482 2011-04-06 Adrienne Walker <enne@google.com>
484 Unreviewed, rebaseline more Chromium mac tests after r83075.
486 * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
487 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
489 2011-04-06 Adrienne Walker <enne@google.com>
491 Unreviewed, try to green Chromium mac tree by marking failing tests as more generally failing.
493 * platform/chromium/test_expectations.txt:
495 2011-04-06 David Dorwin <ddorwin@chromium.org>
497 Reviewed by David Levin.
499 Enable fullscreen layout tests for Chromium
500 https://bugs.webkit.org/show_bug.cgi?id=55726
502 Remove test_expectations override for fullscreen tests.
504 * platform/chromium/test_expectations.txt:
506 2011-04-06 Adrienne Walker <enne@google.com>
508 Unreviewed, rebaseline Chromium Mac tests after r83075.
510 * platform/chromium-mac-leopard/fast/multicol/nested-columns-expected.checksum: Removed.
511 * platform/chromium-mac-leopard/fast/multicol/nested-columns-expected.png:
512 * platform/chromium-mac/fast/multicol/nested-columns-expected.png: Removed.
513 * platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.checksum: Removed.
514 * platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.png: Removed.
515 * platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.checksum: Removed.
516 * platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.png: Removed.
518 2011-04-06 Vincent Scheib <scheib@chromium.org>
520 Fixed GPU expectations for r80867
522 * platform/chromium-gpu-mac/platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
523 * platform/chromium-gpu-win/platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
524 * platform/chromium/test_expectations.txt:
526 2011-04-06 Csaba Osztrogonác <ossy@webkit.org>
528 [Qt] media tests are flakey
529 https://bugs.webkit.org/show_bug.cgi?id=57983
531 * platform/qt/Skipped: Disable all media tests until fix.
533 2011-04-06 Sheriff Bot <webkit.review.bot@gmail.com>
535 Unreviewed, rolling out r83039.
536 http://trac.webkit.org/changeset/83039
537 https://bugs.webkit.org/show_bug.cgi?id=57978
539 introduced a new regression in conjunction to
540 ReplaceSelectionCommand (Requested by rniwa on #webkit).
542 * editing/inserting/insert-paragraph-separator-tab-span-expected.txt: Removed.
543 * editing/inserting/insert-paragraph-separator-tab-span.html: Removed.
545 2011-04-06 Naoki Takano <takano.naoki@gmail.com>
547 Reviewed by David Levin.
549 Webkit ignores PgUp/PgDown/Home/End in SELECT tag objects
550 https://bugs.webkit.org/show_bug.cgi?id=27658
552 * fast/events/select-element-expected.txt: Added to check PgUp/PgDown/Home/End keys are working correctly in SELECT tag.
553 * fast/events/select-element.html: Added for expectation.
555 2011-04-06 Adrienne Walker <enne@google.com>
557 Unreviewed, rebaseline Chromium Win tests after r83075.
559 * platform/chromium-win/fast/multicol/nested-columns-expected.checksum: Removed.
560 * platform/chromium-win/fast/multicol/nested-columns-expected.png:
561 * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.checksum: Removed.
562 * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png:
563 * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.checksum: Removed.
564 * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png:
565 * platform/chromium-win/fast/text/capitalize-empty-generated-string-expected.txt:
567 2011-04-06 Csaba Osztrogonác <ossy@webkit.org>
569 [Qt] Update platform specific expected results after r83075.
571 * platform/qt/editing/pasteboard/paste-text-011-expected.checksum:
572 * platform/qt/editing/pasteboard/paste-text-011-expected.png:
573 * platform/qt/editing/pasteboard/paste-text-011-expected.txt:
574 * platform/qt/fast/css-generated-content/014-expected.checksum:
575 * platform/qt/fast/css-generated-content/014-expected.png:
576 * platform/qt/fast/css-generated-content/014-expected.txt:
577 * platform/qt/fast/css/word-space-extra-expected.checksum:
578 * platform/qt/fast/css/word-space-extra-expected.png:
579 * platform/qt/fast/css/word-space-extra-expected.txt:
580 * platform/qt/tables/mozilla/bugs/bug16252-expected.txt:
581 * platform/qt/tables/mozilla/bugs/bug2123-expected.checksum:
582 * platform/qt/tables/mozilla/bugs/bug2123-expected.png:
583 * platform/qt/tables/mozilla/bugs/bug2123-expected.txt:
584 * platform/qt/tables/mozilla/bugs/bug43854-1-expected.checksum:
585 * platform/qt/tables/mozilla/bugs/bug43854-1-expected.png:
586 * platform/qt/tables/mozilla/bugs/bug43854-1-expected.txt:
587 * platform/qt/tables/mozilla/bugs/bug4523-expected.checksum:
588 * platform/qt/tables/mozilla/bugs/bug4523-expected.png:
589 * platform/qt/tables/mozilla/bugs/bug4523-expected.txt:
590 * platform/qt/tables/mozilla/bugs/bug57828-2-expected.checksum:
591 * platform/qt/tables/mozilla/bugs/bug57828-2-expected.png:
592 * platform/qt/tables/mozilla/bugs/bug57828-2-expected.txt:
593 * platform/qt/tables/mozilla/core/bloomberg-expected.checksum:
594 * platform/qt/tables/mozilla/core/bloomberg-expected.png:
595 * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
596 * platform/qt/tables/mozilla/marvin/backgr_index-expected.txt:
598 2011-04-06 Adrienne Walker <enne@google.com>
600 Unreviewed, mark Chromium expectations for line-clamp.html to be a known regression.
601 https://bugs.webkit.org/show_bug.cgi?id=57975
603 * platform/chromium/test_expectations.txt:
605 2011-04-06 David Hyatt <hyatt@apple.com>
607 Reviewed by Dan Bernstein.
609 https://bugs.webkit.org/show_bug.cgi?id=41445
611 Visited links painting with black background. Make sure that if the visited style has
612 the initial background color (transparent) set that we just use the unvisited color.
614 Added fast/history/visited-link-background-color.html
615 * fast/history/visited-link-background-color.html: Added.
616 * platform/mac/fast/history/visited-link-background-color-expected.checksum: Added.
617 * platform/mac/fast/history/visited-link-background-color-expected.png: Added.
618 * platform/mac/fast/history/visited-link-background-color-expected.txt: Added.
620 2011-04-06 Adrienne Walker <enne@google.com>
622 Unreviewed, update Chromium expectations for set-unloaded-frame-location.html as a flaky crasher.
624 * platform/chromium/test_expectations.txt:
626 2011-04-06 Adrienne Walker <enne@google.com>
628 Unreviewed, rebaseline Chromium linux tests after r83075.
630 * platform/chromium-linux/fast/multicol/nested-columns-expected.checksum: Removed.
631 * platform/chromium-linux/fast/multicol/nested-columns-expected.png:
632 * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.checksum: Removed.
633 * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.png:
634 * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.checksum: Removed.
635 * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.png:
636 * platform/chromium-linux/fast/text/capitalize-empty-generated-string-expected.txt: Added.
638 2011-04-06 Alexis Menard <alexis.menard@openbossa.org>
640 Reviewed by Andreas Kling.
642 Skip tests not passing in the Qt bot.
644 * platform/qt/Skipped:
646 2011-04-06 Zan Dobersek <zandobersek@gmail.com>
648 Reviewed by Eric Seidel.
650 [Gtk] plugins/set-status.html fails
651 https://bugs.webkit.org/show_bug.cgi?id=57844
653 Unskip a newly-passing test.
655 * platform/gtk/Skipped:
657 2011-04-06 David Hyatt <hyatt@apple.com>
659 Reviewed by Dan Bernstein.
661 https://bugs.webkit.org/show_bug.cgi?id=57916
663 Implement an optimization to the line box tree to cull out most of the intermediate
664 line boxes that can occur between the root line box and the leaves of the tree (images
667 RenderInlines now have a boolean member, m_alwaysCreateLineBoxes,
668 that starts off as false. Only if it gets flipped to true will there be any line boxes
669 created for that RenderInline.
671 * platform/mac/fast/blockflow/text-orientation-basic-expected.txt:
672 * platform/mac/fast/text/capitalize-empty-generated-string-expected.txt:
674 2011-04-06 MORITA Hajime <morrita@google.com>
676 Unreviewed expectations udpate for gtk port that follows r83065.
678 * platform/gtk/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
679 * platform/gtk/fast/dom/HTMLProgressElement/progress-element-expected.txt:
681 2011-04-06 Adrienne Walker <enne@google.com>
683 Unreviewed, modify Chromium test expectations from r83065. They need
684 rebaselines, but in the meantime they should fail more generally so as
685 not to trip the bots.
687 * platform/chromium/test_expectations.txt:
689 2011-04-06 Alexis Menard <alexis.menard@openbossa.org>
691 Reviewed by Benjamin Poulain.
693 [Qt] Unskip some media LayoutTests.
694 https://bugs.webkit.org/show_bug.cgi?id=57855
696 Unskip some media tests for Qt.
698 * platform/qt/Skipped:
700 2011-04-06 Chang Shu <cshu@webkit.org>
702 Reviewed by Darin Adler.
704 WebKitTestRunner needs layoutTestController.pageNumberForElementById
705 https://bugs.webkit.org/show_bug.cgi?id=42329
709 * platform/mac-wk2/Skipped:
710 * platform/qt-wk2/Skipped:
712 2011-04-06 Steve Lacey <sjl@chromium.org>
714 Reviewed by Eric Carlson.
716 fast/layer/video_layer.html has the same text output for all chromium mac platforms.
718 [chromium] Fix fast/layers/video_layer.html expectations
719 https://bugs.webkit.org/show_bug.cgi?id=57386
721 * platform/chromium-mac-leopard/fast/layers/video-layer-expected.txt: Removed.
722 * platform/chromium-mac/fast/layers/video-layer-expected.txt:
723 * platform/chromium/test_expectations.txt:
725 2011-04-06 MORITA Hajime <morrita@google.com>
727 Reviewed by Dimitri Glazkov.
729 [Refactoring] <progress> should not have manual layout code.
730 https://bugs.webkit.org/show_bug.cgi?id=57801
732 Updated progress-bar-value-pseudo-element.html to have wider coverage and
733 follow pseudo class change.
735 * fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html:
736 * platform/chromium/test_expectations.txt:
737 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.checksum:
738 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
739 * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
741 2011-04-06 Adrienne Walker <enne@google.com>
743 Unreviewed, add Chromium snow leopard baseline for meter-boundary-values
745 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
747 2011-04-06 Sheriff Bot <webkit.review.bot@gmail.com>
749 Unreviewed, rolling out r83045.
750 http://trac.webkit.org/changeset/83045
751 https://bugs.webkit.org/show_bug.cgi?id=57953
753 Broke win layout tests (Requested by podivilov on #webkit).
755 * inspector/debugger/script-formatter-expected.txt: Removed.
756 * inspector/debugger/script-formatter.html: Removed.
757 * platform/chromium/test_expectations.txt:
759 2011-04-06 Andras Becsi <abecsi@webkit.org>
761 Reviewed by Darin Adler.
763 Invalid color #{predefined colorName} is accepted by the CSS parser.
764 https://bugs.webkit.org/show_bug.cgi?id=15360
766 * editing/execCommand/16049.html: Correct testcase which relies on parsing an invalid color value as valid.
767 * fast/css/invalid-predefined-color-expected.txt: Added.
768 * fast/css/invalid-predefined-color.html: Added.
769 * fast/css/script-tests/invalid-predefined-color.js: Added.
771 2011-03-30 Pavel Podivilov <podivilov@chromium.org>
773 Reviewed by Pavel Feldman.
775 Web Inspector: add test for script formatter worker.
776 https://bugs.webkit.org/show_bug.cgi?id=57447
778 * inspector/debugger/script-formatter-expected.txt: Added.
779 * inspector/debugger/script-formatter.html: Added.
780 * platform/chromium/test_expectations.txt:
782 2011-04-06 Ryosuke Niwa <rniwa@webkit.org>
784 Reviewed by Eric Seidel.
786 REGRESSION (r46914, r48764): When typing in Mail, line wrapping frequently occurs in the middle of words
787 https://bugs.webkit.org/show_bug.cgi?id=57872
789 Added a test insert a paragraph separator and text around tab spans. WebKit should not apply the tab span's
790 style to the paragraph separator or the text.
792 * editing/inserting/insert-paragraph-separator-tab-span-expected.txt: Added.
793 * editing/inserting/insert-paragraph-separator-tab-span.html: Added.
795 2011-04-05 Alexander Pavlov <apavlov@chromium.org>
797 Reviewed by Pavel Feldman.
799 Web Inspector: Range insertNode function does not update content in the inspector
800 https://bugs.webkit.org/show_bug.cgi?id=57829
802 * inspector/elements/modify-chardata-expected.txt:
803 * inspector/elements/modify-chardata.html:
805 2011-04-06 Nikolas Zimmermann <nzimmermann@rim.com>
807 Reviewed by Dirk Schulze.
809 getComputedTextLength always returns 0 with tspan elements
810 https://bugs.webkit.org/show_bug.cgi?id=19814
812 Add a testcase showing that getComputedTextLength for <tspan> works fine.
814 * svg/text/tspan-getComputedTextLength-expected.txt: Added.
815 * svg/text/tspan-getComputedTextLength.svg: Added.
817 2011-04-05 Andrey Kosyakov <caseq@chromium.org>
819 Reviewed by Yury Semikhatsky.
821 Web Inspector: [Extensions API] remove inspectedPage.* events
822 https://bugs.webkit.org/show_bug.cgi?id=57763
824 - Removed webInspector.inspectedPage.* events
825 - moved onNavigated to webInspector.resources
827 * http/tests/inspector/extensions-test.js:
828 (initialize_ExtensionsTest.runWhenPageLoads):
829 * http/tests/inspector/inspector-test.js:
830 (initialize_InspectorTest.InspectorTest.runWhenPageLoads.chainedCallback):
831 (initialize_InspectorTest.InspectorTest.runWhenPageLoads):
832 * inspector/extensions/extensions-api-expected.txt:
833 * inspector/extensions/extensions-events-expected.txt:
834 * inspector/extensions/extensions-events.html:
836 2011-04-05 Mikhail Naganov <mnaganov@chromium.org>
838 Reviewed by Pavel Feldman.
840 Web Inspector: [Chromium] Add layout test for Summary view of detailed heap snapshots.
841 https://bugs.webkit.org/show_bug.cgi?id=57856
843 * http/tests/inspector/inspector-test.js:
844 (initialize_InspectorTest.):
845 (initialize_InspectorTest):
846 * inspector/profiler/detailed-heapshots-summary-expected.txt: Added.
847 * inspector/profiler/detailed-heapshots-summary.html: Added.
848 * inspector/profiler/detailed-heapshots-test.js: Added.
849 * platform/chromium/inspector/profiler/detailed-heapshots-summary-expected.txt: Added.
851 2011-04-06 Ojan Vafai <ojan@chromium.org>
853 http://trac.webkit.org/changeset/83024 incorrectly removed the mac-leopard results.
854 Instead, it should have moved the results from chromium-mac to chromium-mac-leopard.
856 * platform/chromium-mac-leopard/fast/box-shadow/spread-multiple-inset-expected.png: Added.
857 * platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png: Added.
858 * platform/chromium-mac-leopard/fast/html/details-add-summary-1-expected.png: Added.
859 * platform/chromium-mac-leopard/fast/html/details-add-summary-10-and-click-expected.png: Added.
860 * platform/chromium-mac-leopard/fast/html/details-add-summary-10-expected.png: Added.
861 * platform/chromium-mac-leopard/fast/html/details-add-summary-2-and-click-expected.png: Added.
862 * platform/chromium-mac-leopard/fast/html/details-add-summary-2-expected.png: Added.
863 * platform/chromium-mac-leopard/fast/html/details-add-summary-3-and-click-expected.png: Added.
864 * platform/chromium-mac-leopard/fast/html/details-add-summary-3-expected.png: Added.
865 * platform/chromium-mac-leopard/fast/html/details-add-summary-4-and-click-expected.png: Added.
866 * platform/chromium-mac-leopard/fast/html/details-add-summary-4-expected.png: Added.
867 * platform/chromium-mac-leopard/fast/html/details-add-summary-5-and-click-expected.png: Added.
868 * platform/chromium-mac-leopard/fast/html/details-add-summary-5-expected.png: Added.
869 * platform/chromium-mac-leopard/fast/html/details-add-summary-6-and-click-expected.png: Added.
870 * platform/chromium-mac-leopard/fast/html/details-add-summary-6-expected.png: Added.
871 * platform/chromium-mac-leopard/fast/html/details-add-summary-7-and-click-expected.png: Added.
872 * platform/chromium-mac-leopard/fast/html/details-add-summary-7-expected.png: Added.
873 * platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png: Added.
874 * platform/chromium-mac-leopard/fast/html/details-add-summary-8-expected.png: Added.
875 * platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png: Added.
876 * platform/chromium-mac-leopard/fast/html/details-add-summary-9-expected.png: Added.
877 * platform/chromium-mac-leopard/fast/html/details-no-summary1-expected.png: Added.
878 * platform/chromium-mac-leopard/fast/html/details-no-summary2-expected.png: Added.
879 * platform/chromium-mac-leopard/fast/html/details-no-summary3-expected.png: Added.
880 * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png: Added.
881 * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png: Added.
882 * platform/chromium-mac-leopard/fast/html/details-open1-expected.png: Added.
883 * platform/chromium-mac-leopard/fast/html/details-open2-expected.png: Added.
884 * platform/chromium-mac-leopard/fast/html/details-open3-expected.png: Added.
885 * platform/chromium-mac-leopard/fast/html/details-open4-expected.png: Added.
886 * platform/chromium-mac-leopard/fast/html/details-open5-expected.png: Added.
887 * platform/chromium-mac-leopard/fast/html/details-open6-expected.png: Added.
888 * platform/chromium-mac-leopard/fast/html/details-position-expected.png: Added.
889 * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png: Added.
890 * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-expected.png: Added.
891 * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png: Added.
892 * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-expected.png: Added.
893 * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png: Added.
894 * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-expected.png: Added.
895 * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png: Added.
896 * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-expected.png: Added.
897 * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png: Added.
898 * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-expected.png: Added.
899 * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png: Added.
900 * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-expected.png: Added.
901 * platform/chromium-mac-leopard/fast/html/details-writing-mode-expected.png: Added.
902 * platform/chromium-mac-leopard/fast/inline-block/inline-block-vertical-align-expected.png: Added.
903 * platform/chromium-mac-leopard/fast/multicol/layers-in-multicol-expected.png: Added.
904 * platform/chromium-mac-leopard/fast/ruby/ruby-beforeafter-expected.png: Added.
905 * platform/chromium-mac-leopard/fast/ruby/ruby-length-expected.png: Added.
906 * platform/chromium-mac-leopard/fast/ruby/ruby-run-break-expected.png: Added.
907 * platform/chromium-mac-leopard/fast/ruby/ruby-runs-expected.png: Added.
908 * platform/chromium-mac-leopard/fast/ruby/ruby-runs-spans-expected.png: Added.
909 * platform/chromium-mac-leopard/fast/ruby/ruby-trailing-expected.png: Added.
910 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
911 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
912 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
913 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
914 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
915 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
916 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
918 2011-04-06 Nikolas Zimmermann <nzimmermann@rim.com>
922 Add missing pixel test result.
924 * platform/mac/svg/custom/use-in-symbol-with-offset-expected.checksum: Added.
925 * platform/mac/svg/custom/use-in-symbol-with-offset-expected.png: Added.
927 2011-04-06 James Kozianski <koz@chromium.org>
929 [chromium] Add expectations for failing GPU tests.
930 https://bugs.webkit.org/show_bug.cgi?id=57926
932 * platform/chromium/test_expectations.txt:
934 2011-04-06 Naoki Takano <takano.naoki@gmail.com>
936 Reviewed by Ryosuke Niwa.
938 REGRESSION(r81328): Null pointer crash in canAppendNewLineFeed when selection isn't inside an editable element
939 https://bugs.webkit.org/show_bug.cgi?id=57755
941 * editing/execCommand/insert-line-break-onload-expected.txt: Added.
942 * editing/execCommand/insert-line-break-onload.html: Added to check calling InsertLineBreak without any crash.
944 2011-04-05 James Kozianski <koz@chromium.org>
946 [chromium] Rebaseline images after r82969
948 Rebaseline for missed linux test in r83019.
950 * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.checksum: Removed.
951 * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
953 2011-04-05 Shane Stephens <shanestephens@google.com>
955 Reviewed by Ojan Vafai.
957 [Chromium] Greening the Mac 10.5 and 10.6 trees.
958 https://bugs.webkit.org/show_bug.cgi?id=57924
960 Rebaselines a bunch of tests with differences due to text anti-aliasing.
961 (Prepared using rebaseline script)
963 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
964 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Removed.
965 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
966 * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Removed.
967 * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Removed.
968 * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Removed.
969 * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Removed.
970 * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Removed.
971 * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Removed.
972 * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Removed.
973 * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Removed.
974 * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Removed.
975 * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Removed.
976 * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Removed.
977 * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Removed.
978 * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Removed.
979 * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Removed.
980 * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Removed.
981 * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Removed.
982 * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Removed.
983 * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Removed.
984 * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Removed.
985 * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Removed.
986 * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Removed.
987 * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Removed.
988 * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Removed.
989 * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Removed.
990 * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Removed.
991 * platform/chromium-mac/fast/html/details-open1-expected.png: Removed.
992 * platform/chromium-mac/fast/html/details-open2-expected.png: Removed.
993 * platform/chromium-mac/fast/html/details-open3-expected.png: Removed.
994 * platform/chromium-mac/fast/html/details-open4-expected.png: Removed.
995 * platform/chromium-mac/fast/html/details-open5-expected.png: Removed.
996 * platform/chromium-mac/fast/html/details-open6-expected.png: Removed.
997 * platform/chromium-mac/fast/html/details-position-expected.png: Removed.
998 * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
999 * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Removed.
1000 * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
1001 * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Removed.
1002 * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
1003 * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Removed.
1004 * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
1005 * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Removed.
1006 * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
1007 * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Removed.
1008 * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
1009 * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Removed.
1010 * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Removed.
1011 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.checksum: Removed.
1012 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.png: Removed.
1013 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum: Removed.
1014 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Removed.
1015 * platform/chromium-mac/fast/multicol/nested-columns-expected.checksum: Removed.
1016 * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
1017 * platform/chromium-mac/fast/repaint/list-marker-expected.checksum: Removed.
1018 * platform/chromium-mac/fast/repaint/list-marker-expected.png:
1019 * platform/chromium-mac/fast/ruby/ruby-beforeafter-expected.png: Removed.
1020 * platform/chromium-mac/fast/ruby/ruby-length-expected.png: Removed.
1021 * platform/chromium-mac/fast/ruby/ruby-run-break-expected.png: Removed.
1022 * platform/chromium-mac/fast/ruby/ruby-runs-expected.png: Removed.
1023 * platform/chromium-mac/fast/ruby/ruby-runs-spans-expected.png: Removed.
1024 * platform/chromium-mac/fast/ruby/ruby-trailing-expected.png: Removed.
1025 * platform/chromium-mac/fast/ruby/rubyDOM-insert-rt-expected.png: Removed.
1026 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text1-expected.png: Removed.
1027 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text2-expected.png: Removed.
1028 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text3-expected.png: Removed.
1029 * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Removed.
1030 * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Removed.
1031 * platform/chromium-mac/fast/ruby/rubyDOM-remove-text1-expected.png: Removed.
1032 * platform/chromium/test_expectations.txt:
1033 * platform/mac/fast/css/background-clip-values-expected.checksum: Added.
1034 * platform/mac/fast/css/background-clip-values-expected.png: Added.
1035 * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.checksum: Added.
1036 * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
1037 * platform/mac/fast/gradients/gradient-after-transparent-border-expected.checksum: Added.
1038 * platform/mac/fast/gradients/gradient-after-transparent-border-expected.png: Added.
1039 * platform/mac/fast/images/gray-scale-jpeg-with-color-profile-expected.checksum: Added.
1040 * platform/mac/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
1041 * platform/mac/media/controls-without-preload-expected.checksum: Added.
1042 * platform/mac/media/controls-without-preload-expected.png: Added.
1044 2011-04-05 James Kozianski <koz@chromium.org>
1046 Rebaseline images after r82969
1047 https://bugs.webkit.org/show_bug.cgi?id=57917
1049 Rebaseline for r82969, which causes slight changes in rounded corner rendering.
1051 * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
1052 * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
1053 * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
1054 * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.png:
1055 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
1056 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.png:
1057 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
1058 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.png:
1059 * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
1060 * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png:
1061 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
1062 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1063 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
1064 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
1065 * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
1066 * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.png:
1067 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
1068 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png:
1069 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
1070 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png:
1071 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
1072 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png:
1073 * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
1074 * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
1075 * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
1076 * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
1077 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
1078 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png:
1079 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
1080 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png:
1081 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
1082 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
1083 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
1084 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png:
1085 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
1086 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
1087 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.checksum: Removed.
1088 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
1089 * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
1090 * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.png:
1091 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
1092 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png:
1093 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
1094 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png:
1095 * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
1096 * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.png:
1097 * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
1098 * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.png:
1099 * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
1100 * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.png:
1101 * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.checksum: Removed.
1102 * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.png:
1103 * platform/chromium-linux/fast/box-shadow/inset-expected.checksum: Removed.
1104 * platform/chromium-linux/fast/box-shadow/inset-expected.png:
1105 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
1106 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
1107 * platform/chromium-linux/fast/box-shadow/spread-expected.checksum: Removed.
1108 * platform/chromium-linux/fast/box-shadow/spread-expected.png:
1109 * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
1110 * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.png:
1111 * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
1112 * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png:
1113 * platform/chromium-linux/fast/forms/basic-selects-expected.checksum: Removed.
1114 * platform/chromium-linux/fast/forms/basic-selects-expected.png:
1115 * platform/chromium-linux/fast/layers/video-layer-expected.checksum: Removed.
1116 * platform/chromium-linux/fast/layers/video-layer-expected.png:
1117 * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.checksum: Removed.
1118 * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.png:
1119 * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.checksum: Removed.
1120 * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.png:
1121 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.checksum: Removed.
1122 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
1123 * platform/chromium-linux/fast/transforms/shadows-expected.checksum: Removed.
1124 * platform/chromium-linux/fast/transforms/shadows-expected.png:
1125 * platform/chromium-linux/media/audio-controls-rendering-expected.checksum: Removed.
1126 * platform/chromium-linux/media/audio-controls-rendering-expected.png:
1127 * platform/chromium-linux/media/controls-after-reload-expected.checksum: Removed.
1128 * platform/chromium-linux/media/controls-after-reload-expected.png:
1129 * platform/chromium-linux/media/controls-strict-expected.checksum: Removed.
1130 * platform/chromium-linux/media/controls-strict-expected.png:
1131 * platform/chromium-linux/media/controls-styling-expected.checksum: Removed.
1132 * platform/chromium-linux/media/controls-styling-expected.png:
1133 * platform/chromium-linux/media/controls-without-preload-expected.checksum: Removed.
1134 * platform/chromium-linux/media/controls-without-preload-expected.png:
1135 * platform/chromium-linux/media/media-document-audio-repaint-expected.checksum: Removed.
1136 * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
1137 * platform/chromium-linux/media/video-controls-rendering-expected.checksum: Removed.
1138 * platform/chromium-linux/media/video-controls-rendering-expected.png:
1139 * platform/chromium-linux/media/video-display-toggle-expected.checksum: Removed.
1140 * platform/chromium-linux/media/video-display-toggle-expected.png:
1141 * platform/chromium-linux/media/video-empty-source-expected.checksum: Removed.
1142 * platform/chromium-linux/media/video-empty-source-expected.png:
1143 * platform/chromium-linux/media/video-no-audio-expected.checksum: Removed.
1144 * platform/chromium-linux/media/video-no-audio-expected.png:
1145 * platform/chromium-linux/media/video-volume-slider-expected.checksum: Removed.
1146 * platform/chromium-linux/media/video-volume-slider-expected.png:
1147 * platform/chromium-linux/media/video-zoom-controls-expected.checksum: Removed.
1148 * platform/chromium-linux/media/video-zoom-controls-expected.png:
1149 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
1150 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
1151 * platform/chromium-win-xp/media/controls-after-reload-expected.checksum: Removed.
1152 * platform/chromium-win-xp/media/controls-after-reload-expected.png: Removed.
1153 * platform/chromium-win-xp/media/controls-strict-expected.checksum: Removed.
1154 * platform/chromium-win-xp/media/controls-strict-expected.png: Removed.
1155 * platform/chromium-win-xp/media/controls-styling-expected.checksum: Removed.
1156 * platform/chromium-win-xp/media/controls-styling-expected.png: Removed.
1157 * platform/chromium-win-xp/media/controls-without-preload-expected.checksum: Removed.
1158 * platform/chromium-win-xp/media/controls-without-preload-expected.png: Removed.
1159 * platform/chromium-win-xp/media/video-controls-rendering-expected.checksum: Removed.
1160 * platform/chromium-win-xp/media/video-controls-rendering-expected.png: Removed.
1161 * platform/chromium-win-xp/media/video-zoom-controls-expected.checksum: Removed.
1162 * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Removed.
1163 * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
1164 * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
1165 * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
1166 * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.png:
1167 * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
1168 * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.png:
1169 * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
1170 * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.png:
1171 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
1172 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
1173 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
1174 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1175 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
1176 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
1177 * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
1178 * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.png:
1179 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
1180 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png:
1181 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
1182 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png:
1183 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
1184 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png:
1185 * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
1186 * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
1187 * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
1188 * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
1189 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
1190 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png:
1191 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
1192 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png:
1193 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
1194 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
1195 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
1196 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png:
1197 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
1198 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
1199 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.checksum: Removed.
1200 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
1201 * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
1202 * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.png:
1203 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
1204 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png:
1205 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
1206 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png:
1207 * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
1208 * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.png:
1209 * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
1210 * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.png:
1211 * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
1212 * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.png:
1213 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.checksum: Removed.
1214 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.png:
1215 * platform/chromium-win/fast/box-shadow/inset-expected.checksum: Removed.
1216 * platform/chromium-win/fast/box-shadow/inset-expected.png:
1217 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
1218 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
1219 * platform/chromium-win/fast/box-shadow/spread-expected.checksum: Removed.
1220 * platform/chromium-win/fast/box-shadow/spread-expected.png:
1221 * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
1222 * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.png:
1223 * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
1224 * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png:
1225 * platform/chromium-win/fast/forms/basic-selects-expected.checksum: Removed.
1226 * platform/chromium-win/fast/forms/basic-selects-expected.png:
1227 * platform/chromium-win/fast/layers/video-layer-expected.checksum: Removed.
1228 * platform/chromium-win/fast/layers/video-layer-expected.png:
1229 * platform/chromium-win/fast/overflow/border-radius-clipping-expected.checksum: Removed.
1230 * platform/chromium-win/fast/overflow/border-radius-clipping-expected.png:
1231 * platform/chromium-win/fast/repaint/border-radius-repaint-expected.checksum: Removed.
1232 * platform/chromium-win/fast/repaint/border-radius-repaint-expected.png:
1233 * platform/chromium-win/fast/replaced/border-radius-clip-expected.checksum: Removed.
1234 * platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
1235 * platform/chromium-win/fast/transforms/shadows-expected.checksum: Removed.
1236 * platform/chromium-win/fast/transforms/shadows-expected.png:
1237 * platform/chromium-win/media/audio-controls-rendering-expected.checksum: Removed.
1238 * platform/chromium-win/media/audio-controls-rendering-expected.png:
1239 * platform/chromium-win/media/controls-after-reload-expected.checksum: Removed.
1240 * platform/chromium-win/media/controls-after-reload-expected.png:
1241 * platform/chromium-win/media/controls-strict-expected.checksum: Removed.
1242 * platform/chromium-win/media/controls-strict-expected.png:
1243 * platform/chromium-win/media/controls-styling-expected.checksum: Removed.
1244 * platform/chromium-win/media/controls-styling-expected.png:
1245 * platform/chromium-win/media/controls-without-preload-expected.checksum: Removed.
1246 * platform/chromium-win/media/controls-without-preload-expected.png:
1247 * platform/chromium-win/media/media-document-audio-repaint-expected.checksum: Removed.
1248 * platform/chromium-win/media/media-document-audio-repaint-expected.png:
1249 * platform/chromium-win/media/video-controls-rendering-expected.checksum: Removed.
1250 * platform/chromium-win/media/video-controls-rendering-expected.png:
1251 * platform/chromium-win/media/video-display-toggle-expected.checksum: Removed.
1252 * platform/chromium-win/media/video-display-toggle-expected.png:
1253 * platform/chromium-win/media/video-empty-source-expected.checksum: Removed.
1254 * platform/chromium-win/media/video-empty-source-expected.png:
1255 * platform/chromium-win/media/video-no-audio-expected.checksum: Removed.
1256 * platform/chromium-win/media/video-no-audio-expected.png:
1257 * platform/chromium-win/media/video-volume-slider-expected.checksum: Removed.
1258 * platform/chromium-win/media/video-volume-slider-expected.png:
1259 * platform/chromium-win/media/video-zoom-controls-expected.checksum: Removed.
1260 * platform/chromium-win/media/video-zoom-controls-expected.png:
1261 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
1262 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
1264 2011-04-05 Kent Tamura <tkent@chromium.org>
1266 [Chromium] Update expectation images for a Skia rounded rectangle change (r83002).
1267 https://bugs.webkit.org/show_bug.cgi?id=57907
1269 * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
1270 * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
1271 * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
1272 * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.png:
1273 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
1274 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.png:
1275 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
1276 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.png:
1277 * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
1278 * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png:
1279 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
1280 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1281 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
1282 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
1283 * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
1284 * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.png:
1285 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
1286 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png:
1287 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
1288 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png:
1289 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
1290 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png:
1291 * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
1292 * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
1293 * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
1294 * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
1295 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
1296 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png:
1297 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
1298 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png:
1299 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
1300 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
1301 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
1302 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png:
1303 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
1304 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
1305 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.checksum: Removed.
1306 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
1307 * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
1308 * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.png:
1309 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
1310 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png:
1311 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
1312 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png:
1313 * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
1314 * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.png:
1315 * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
1316 * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.png:
1317 * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
1318 * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.png:
1319 * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.checksum: Removed.
1320 * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.png:
1321 * platform/chromium-linux/fast/box-shadow/inset-expected.checksum: Removed.
1322 * platform/chromium-linux/fast/box-shadow/inset-expected.png:
1323 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
1324 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
1325 * platform/chromium-linux/fast/box-shadow/spread-expected.checksum: Removed.
1326 * platform/chromium-linux/fast/box-shadow/spread-expected.png:
1327 * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
1328 * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.png:
1329 * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
1330 * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png:
1331 * platform/chromium-linux/fast/forms/basic-selects-expected.checksum: Removed.
1332 * platform/chromium-linux/fast/forms/basic-selects-expected.png:
1333 * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.checksum: Removed.
1334 * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.png:
1335 * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.checksum: Removed.
1336 * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.png:
1337 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.checksum: Removed.
1338 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
1339 * platform/chromium-linux/fast/transforms/shadows-expected.checksum: Removed.
1340 * platform/chromium-linux/fast/transforms/shadows-expected.png:
1341 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
1342 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
1343 * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
1344 * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
1345 * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
1346 * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.png:
1347 * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
1348 * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.png:
1349 * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
1350 * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.png:
1351 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
1352 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
1353 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
1354 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1355 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
1356 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
1357 * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
1358 * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.png:
1359 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
1360 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png:
1361 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
1362 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png:
1363 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
1364 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png:
1365 * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
1366 * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
1367 * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
1368 * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
1369 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
1370 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png:
1371 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
1372 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png:
1373 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
1374 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
1375 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
1376 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png:
1377 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
1378 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
1379 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.checksum: Removed.
1380 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
1381 * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
1382 * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.png:
1383 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
1384 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png:
1385 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
1386 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png:
1387 * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
1388 * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.png:
1389 * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
1390 * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.png:
1391 * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
1392 * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.png:
1393 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.checksum: Removed.
1394 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.png:
1395 * platform/chromium-win/fast/box-shadow/inset-expected.checksum: Removed.
1396 * platform/chromium-win/fast/box-shadow/inset-expected.png:
1397 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
1398 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
1399 * platform/chromium-win/fast/box-shadow/spread-expected.checksum: Removed.
1400 * platform/chromium-win/fast/box-shadow/spread-expected.png:
1401 * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
1402 * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.png:
1403 * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
1404 * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png:
1405 * platform/chromium-win/fast/forms/basic-selects-expected.checksum: Removed.
1406 * platform/chromium-win/fast/forms/basic-selects-expected.png:
1407 * platform/chromium-win/fast/overflow/border-radius-clipping-expected.checksum: Removed.
1408 * platform/chromium-win/fast/overflow/border-radius-clipping-expected.png:
1409 * platform/chromium-win/fast/repaint/border-radius-repaint-expected.checksum: Removed.
1410 * platform/chromium-win/fast/repaint/border-radius-repaint-expected.png:
1411 * platform/chromium-win/fast/replaced/border-radius-clip-expected.checksum: Removed.
1412 * platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
1413 * platform/chromium-win/fast/transforms/shadows-expected.checksum: Removed.
1414 * platform/chromium-win/fast/transforms/shadows-expected.png:
1415 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
1416 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
1418 2011-04-05 Chang Shu <cshu@webkit.org>
1420 Reviewed by Darin Adler.
1422 WebKitTestRunner needs layoutTestController.numberOfPages
1423 https://bugs.webkit.org/show_bug.cgi?id=42694
1425 Unskip passed tests.
1427 * platform/mac-wk2/Skipped:
1428 * platform/qt-wk2/Skipped:
1430 2011-04-05 Adrienne Walker <enne@google.com>
1432 Unreviewed, temporarily mark two tests as more generally failing.
1434 * platform/chromium/test_expectations.txt:
1436 2011-04-05 Jessie Berlin <jberlin@apple.com>
1438 3 tests fail on apple-macpro-6 (due to different JS MIME type) but not any other Leopard
1440 https://bugs.webkit.org/show_bug.cgi?id=56564
1442 Skip fast/preloader/scan-body-from-head-script.html on Leopard to get the bots green.
1444 * platform/mac-leopard/Skipped:
1446 2011-04-04 Vitaly Repeshko <vitalyr@chromium.org>
1448 Reviewed by Adam Barth.
1450 [V8] Keep dirty primitive CSS values alive.
1451 https://bugs.webkit.org/show_bug.cgi?id=57810
1453 * platform/chromium/test_expectations.txt: Mark
1454 fast/dom/StyleSheet/gc-inline-style-cssvalues.html as passing.
1456 2011-04-05 Brian Weinstein <bweinstein@apple.com>
1458 [Windows] fast/blockflow/Kusa-Makura-background-canvas.html failing since introduction in r82903
1459 https://bugs.webkit.org/show_bug.cgi?id=57880
1461 Update Windows expected results (with pixel tests) to greenify the bots.
1463 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
1464 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
1465 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
1467 2011-04-05 Jessie Berlin <jberlin@apple.com>
1469 [Windows Tests] fast/dom/Window/window-property-descriptors.html failing since r82925.
1470 https://bugs.webkit.org/show_bug.cgi?id=57881
1472 Update the Windows-specific results to get the bots green.
1474 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
1475 onformchange and onforminput were removed in r82925.
1477 2011-04-05 Tony Chang <tony@chromium.org>
1479 Unreviewed, removing the chromium-win results causes this test to
1480 start passing on chromium win and linux.
1482 * platform/chromium-win/fast/images/svg-as-tiled-background-expected.checksum: Removed.
1483 * platform/chromium-win/fast/images/svg-as-tiled-background-expected.png: Removed.
1484 * platform/chromium/test_expectations.txt:
1486 2011-04-05 David Levin <levin@chromium.org>
1488 Reviewed by Jian Li.
1490 [chromium] send-sliced-dragged-file.html started to crash on chromium bots
1491 https://bugs.webkit.org/show_bug.cgi?id=57539
1493 * platform/chromium/test_expectations.txt: Removed passing test
1494 as it has been fixed in the chromium network stack as of chromium r80114
1495 and it was introduced in r79905 so no need to change the chromium deps
1496 since it is before the regression.
1498 2011-04-05 Adrienne Walker <enne@google.com>
1500 Unreviewed, mark unexpectedly passing Linux Chromium tests as such.
1502 * platform/chromium/test_expectations.txt:
1504 2011-04-05 Adrienne Walker <enne@google.com>
1506 Unreviewed, mark some unexpectedly passing Chromium tests as such.
1508 * platform/chromium/test_expectations.txt:
1510 2011-04-05 Adrienne Walker <enne@google.com>
1512 Unreviewed, temporarily suppress Chromium failures for tests in r82947.
1514 * platform/chromium/test_expectations.txt:
1516 2011-04-05 Nikolas Zimmermann <nzimmermann@rim.com>
1518 Reviewed by Dirk Schulze.
1520 Regression: Invalid write in SVGTextLayoutEngine
1521 https://bugs.webkit.org/show_bug.cgi?id=57721
1523 * svg/text/font-size-null-assertion-expected.txt: Added.
1524 * svg/text/font-size-null-assertion.svg: Added.
1526 2011-04-05 Nikolas Zimmermann <nzimmermann@rim.com>
1528 Reviewed by Adam Roben & Dirk Schulze.
1530 text-tspan-02-b.svg from SVG 1.1 2nd edition fails
1531 https://bugs.webkit.org/show_bug.cgi?id=57831
1533 Add text-tspan-02-b.svg from SVG 1.1 2nd edition, which was buggy.
1534 Add reduced testcase, which exposes a bug with midpoint splitting, which is now fixed.
1536 * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.checksum: Added.
1537 * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
1538 * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
1539 * platform/mac/svg/text/text-midpoint-split-bug-expected.checksum: Added.
1540 * platform/mac/svg/text/text-midpoint-split-bug-expected.png: Added.
1541 * platform/mac/svg/text/text-midpoint-split-bug-expected.txt: Added.
1542 * svg/W3C-SVG-1.1-SE/text-tspan-02-b.svg: Added.
1543 * svg/text/text-midpoint-split-bug.svg: Added.
1545 2011-04-05 Csaba Osztrogonác <ossy@webkit.org>
1547 Remove onformchange and onforminput events/event handlers
1548 https://bugs.webkit.org/show_bug.cgi?id=55755
1549 <rdar://problem/9087969>
1551 Unreviewed. Update Qt specific expected results after r82925.
1553 * platform/qt/fast/dom/Window/window-properties-expected.txt:
1554 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
1556 2011-04-05 Chang Shu <cshu@webkit.org>
1560 Unskip passed tests after bugs 57572, 57568, 42540, 42692 have been resolved.
1562 * platform/qt-wk2/Skipped:
1564 2011-04-05 Pavel Podivilov <podivilov@chromium.org>
1566 Unreviewed, add chromium-linux expectation for fast/ruby/overhang-vertical.html (the test changed in r82903).
1568 * platform/chromium-linux/fast/ruby/overhang-vertical-expected.png: Added.
1570 2011-04-05 Pavel Podivilov <podivilov@chromium.org>
1572 Unreviewed, revert bad rebaseline of english-lr-text-expected.html in r82918.
1574 * platform/chromium-linux/fast/blockflow/english-lr-text-expected.checksum: Added.
1575 * platform/chromium-win/fast/blockflow/english-lr-text-expected.checksum: Added.
1576 * platform/chromium-win/fast/blockflow/english-lr-text-expected.png:
1578 2011-04-05 Alexey Proskuryakov <ap@apple.com>
1580 Reviewed by Darin Adler.
1582 Remove onformchange and onforminput events/event handlers
1583 https://bugs.webkit.org/show_bug.cgi?id=55755
1584 <rdar://problem/9087969>
1586 * fast/dom/Window/window-properties-expected.txt:
1587 * fast/dom/Window/window-property-descriptors-expected.txt:
1588 * fast/forms/formchange-event-expected.txt: Removed.
1589 * fast/forms/formchange-event.html: Removed.
1590 * fast/forms/forminput-event-expected.txt: Removed.
1591 * fast/forms/forminput-event.html: Removed.
1592 * fast/forms/script-tests/formchange-event.js: Removed.
1593 * fast/forms/script-tests/forminput-event.js: Removed.
1595 2011-04-05 Pavel Podivilov <podivilov@chromium.org>
1597 Unreviewed, rebaseline Kusa-Makura-background-canvas.html on chromium-mac after r82903.
1599 * platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Removed.
1600 * platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
1601 * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Removed.
1602 * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
1604 2011-04-05 Pavel Podivilov <podivilov@chromium.org>
1606 Unreviewed, remove unnecessary checksum files for fast/ruby tests.
1608 * platform/chromium-linux/fast/blockflow/english-lr-text-expected.checksum: Removed.
1609 * platform/chromium-linux/fast/ruby/ruby-beforeafter-expected.checksum: Removed.
1610 * platform/chromium-linux/fast/ruby/ruby-length-expected.checksum: Removed.
1611 * platform/chromium-linux/fast/ruby/ruby-run-break-expected.checksum: Removed.
1612 * platform/chromium-linux/fast/ruby/ruby-runs-expected.checksum: Removed.
1613 * platform/chromium-linux/fast/ruby/ruby-runs-spans-expected.checksum: Removed.
1614 * platform/chromium-linux/fast/ruby/ruby-trailing-expected.checksum: Removed.
1615 * platform/chromium-linux/fast/ruby/rubyDOM-insert-rt-expected.checksum: Removed.
1616 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text1-expected.checksum: Removed.
1617 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text2-expected.checksum: Removed.
1618 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text3-expected.checksum: Removed.
1619 * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Removed.
1620 * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Removed.
1621 * platform/chromium-linux/fast/ruby/rubyDOM-remove-text1-expected.checksum: Removed.
1622 * platform/chromium/test_expectations.txt:
1624 2011-04-05 Csaba Osztrogonác <ossy@webkit.org>
1626 [Qt] fast/ruby/overhang* tests fail
1627 https://bugs.webkit.org/show_bug.cgi?id=57824
1629 * platform/qt/Skipped:Add fast/ruby/overhang-horizontal.html and fast/ruby/overhang-vertical.html.
1631 2011-04-05 Pavel Podivilov <podivilov@chromium.org>
1633 Unreviewed, update fast/ruby/* chromium expectations after r82903.
1635 * platform/chromium-linux/fast/ruby/ruby-beforeafter-expected.png:
1636 * platform/chromium-linux/fast/ruby/ruby-length-expected.png:
1637 * platform/chromium-linux/fast/ruby/ruby-run-break-expected.png:
1638 * platform/chromium-linux/fast/ruby/ruby-runs-expected.png:
1639 * platform/chromium-linux/fast/ruby/ruby-runs-spans-expected.png:
1640 * platform/chromium-linux/fast/ruby/ruby-trailing-expected.png:
1641 * platform/chromium-linux/fast/ruby/rubyDOM-insert-rt-expected.png:
1642 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text1-expected.png:
1643 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text2-expected.png:
1644 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text3-expected.png:
1645 * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt1-expected.png:
1646 * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt2-expected.png:
1647 * platform/chromium-linux/fast/ruby/rubyDOM-remove-text1-expected.png:
1648 * platform/chromium-mac/fast/ruby/ruby-beforeafter-expected.png: Added.
1649 * platform/chromium-mac/fast/ruby/ruby-length-expected.png: Added.
1650 * platform/chromium-mac/fast/ruby/ruby-run-break-expected.png: Added.
1651 * platform/chromium-mac/fast/ruby/ruby-runs-expected.png: Added.
1652 * platform/chromium-mac/fast/ruby/ruby-runs-spans-expected.png: Added.
1653 * platform/chromium-mac/fast/ruby/ruby-trailing-expected.png: Added.
1654 * platform/chromium-mac/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
1655 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
1656 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
1657 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
1658 * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
1659 * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
1660 * platform/chromium-mac/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
1661 * platform/chromium-win/fast/blockflow/english-lr-text-expected.checksum: Removed.
1662 * platform/chromium-win/fast/blockflow/english-lr-text-expected.png:
1663 * platform/chromium-win/fast/ruby/overhang-horizontal-expected.png: Added.
1664 * platform/chromium-win/fast/ruby/overhang-vertical-expected.png: Added.
1665 * platform/chromium-win/fast/ruby/ruby-beforeafter-expected.checksum: Removed.
1666 * platform/chromium-win/fast/ruby/ruby-beforeafter-expected.png:
1667 * platform/chromium-win/fast/ruby/ruby-beforeafter-expected.txt:
1668 * platform/chromium-win/fast/ruby/ruby-length-expected.checksum: Removed.
1669 * platform/chromium-win/fast/ruby/ruby-length-expected.png:
1670 * platform/chromium-win/fast/ruby/ruby-length-expected.txt:
1671 * platform/chromium-win/fast/ruby/ruby-run-break-expected.checksum: Removed.
1672 * platform/chromium-win/fast/ruby/ruby-run-break-expected.png:
1673 * platform/chromium-win/fast/ruby/ruby-run-break-expected.txt:
1674 * platform/chromium-win/fast/ruby/ruby-runs-expected.checksum: Removed.
1675 * platform/chromium-win/fast/ruby/ruby-runs-expected.png:
1676 * platform/chromium-win/fast/ruby/ruby-runs-expected.txt:
1677 * platform/chromium-win/fast/ruby/ruby-runs-spans-expected.checksum: Removed.
1678 * platform/chromium-win/fast/ruby/ruby-runs-spans-expected.png:
1679 * platform/chromium-win/fast/ruby/ruby-runs-spans-expected.txt:
1680 * platform/chromium-win/fast/ruby/ruby-trailing-expected.checksum: Removed.
1681 * platform/chromium-win/fast/ruby/ruby-trailing-expected.png:
1682 * platform/chromium-win/fast/ruby/ruby-trailing-expected.txt:
1683 * platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.checksum: Removed.
1684 * platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.png:
1685 * platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.txt:
1686 * platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.checksum: Removed.
1687 * platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.png:
1688 * platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.txt:
1689 * platform/chromium-win/fast/ruby/rubyDOM-insert-text2-expected.checksum: Removed.
1690 * platform/chromium-win/fast/ruby/rubyDOM-insert-text2-expected.png:
1691 * platform/chromium-win/fast/ruby/rubyDOM-insert-text2-expected.txt:
1692 * platform/chromium-win/fast/ruby/rubyDOM-insert-text3-expected.checksum: Removed.
1693 * platform/chromium-win/fast/ruby/rubyDOM-insert-text3-expected.png:
1694 * platform/chromium-win/fast/ruby/rubyDOM-insert-text3-expected.txt:
1695 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Removed.
1696 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt1-expected.png:
1697 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt1-expected.txt:
1698 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Removed.
1699 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt2-expected.png:
1700 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt2-expected.txt:
1701 * platform/chromium-win/fast/ruby/rubyDOM-remove-text1-expected.checksum: Removed.
1702 * platform/chromium-win/fast/ruby/rubyDOM-remove-text1-expected.png:
1703 * platform/chromium-win/fast/ruby/rubyDOM-remove-text1-expected.txt:
1705 2011-04-05 James Simonsen <simonjam@chromium.org>
1707 Reviewed by Adam Barth.
1709 Stop preload scanning CSS when it's impossible to have another @import.
1710 https://bugs.webkit.org/show_bug.cgi?id=57664
1712 * fast/preloader/style-expected.txt:
1713 * fast/preloader/style.html: Updated to test invalid @import statements.
1715 2011-04-05 Kent Tamura <tkent@chromium.org>
1717 Update a test affected by the behavior change of r82908.
1718 https://bugs.webkit.org/show_bug.cgi?id=57636
1720 * fast/forms/ValidityState-tooLong-textarea-expected.txt:
1721 * fast/forms/script-tests/ValidityState-tooLong-textarea.js:
1723 2011-04-05 Philippe Normand <pnormand@igalia.com>
1725 Unreviewed, GTK rebaseline after r82903.
1727 * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
1728 * platform/gtk/fast/ruby/ruby-beforeafter-expected.txt:
1729 * platform/gtk/fast/ruby/ruby-length-expected.txt:
1730 * platform/gtk/fast/ruby/ruby-run-break-expected.txt:
1731 * platform/gtk/fast/ruby/ruby-runs-expected.txt:
1732 * platform/gtk/fast/ruby/ruby-runs-spans-expected.txt:
1733 * platform/gtk/fast/ruby/ruby-trailing-expected.txt:
1734 * platform/gtk/fast/ruby/rubyDOM-insert-rt-expected.txt:
1735 * platform/gtk/fast/ruby/rubyDOM-insert-text1-expected.txt:
1736 * platform/gtk/fast/ruby/rubyDOM-insert-text2-expected.txt:
1737 * platform/gtk/fast/ruby/rubyDOM-insert-text3-expected.txt:
1738 * platform/gtk/fast/ruby/rubyDOM-remove-rt1-expected.txt:
1739 * platform/gtk/fast/ruby/rubyDOM-remove-rt2-expected.txt:
1740 * platform/gtk/fast/ruby/rubyDOM-remove-text1-expected.txt:
1742 2011-04-05 Nancy Piedra <nancy.piedra@nokia.com>
1744 Reviewed by Alexey Proskuryakov.
1746 Improper use of " in video-can-play-type layout test
1747 https://bugs.webkit.org/show_bug.cgi?id=57728
1749 * media/video-can-play-type.html:
1751 2011-04-05 Kent Tamura <tkent@chromium.org>
1753 Reviewed by Dimitri Glazkov.
1755 Setting defaultValue on a textarea with a modified value still clobbers the value
1756 https://bugs.webkit.org/show_bug.cgi?id=57636
1758 * fast/forms/textarea-set-defaultvalue-after-value-expected.txt: Added.
1759 * fast/forms/textarea-set-defaultvalue-after-value.html: Added.
1761 2011-04-04 Dan Bernstein <mitz@apple.com>
1763 Reviewed by Simon Fraser.
1765 <rdar://problem/7709452> Implement Default Ruby Overhang Behavior
1766 https://bugs.webkit.org/show_bug.cgi?id=49334
1768 * fast/ruby/overhang-horizontal-expected.checksum: Added.
1769 * fast/ruby/overhang-horizontal-expected.png: Added.
1770 * fast/ruby/overhang-horizontal-expected.txt: Added.
1771 * fast/ruby/overhang-horizontal.html: Added.
1772 * fast/ruby/overhang-vertical-expected.checksum: Added.
1773 * fast/ruby/overhang-vertical-expected.png: Added.
1774 * fast/ruby/overhang-vertical-expected.txt: Added.
1775 * fast/ruby/overhang-vertical.html: Added.
1776 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
1777 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
1778 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
1779 * platform/mac/fast/blockflow/english-lr-text-expected.checksum:
1780 * platform/mac/fast/blockflow/english-lr-text-expected.png:
1781 * platform/mac/fast/ruby/ruby-beforeafter-expected.checksum:
1782 * platform/mac/fast/ruby/ruby-beforeafter-expected.png:
1783 * platform/mac/fast/ruby/ruby-beforeafter-expected.txt:
1784 * platform/mac/fast/ruby/ruby-length-expected.checksum:
1785 * platform/mac/fast/ruby/ruby-length-expected.png:
1786 * platform/mac/fast/ruby/ruby-length-expected.txt:
1787 * platform/mac/fast/ruby/ruby-run-break-expected.checksum:
1788 * platform/mac/fast/ruby/ruby-run-break-expected.png:
1789 * platform/mac/fast/ruby/ruby-run-break-expected.txt:
1790 * platform/mac/fast/ruby/ruby-runs-expected.checksum:
1791 * platform/mac/fast/ruby/ruby-runs-expected.png:
1792 * platform/mac/fast/ruby/ruby-runs-expected.txt:
1793 * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum:
1794 * platform/mac/fast/ruby/ruby-runs-spans-expected.png:
1795 * platform/mac/fast/ruby/ruby-runs-spans-expected.txt:
1796 * platform/mac/fast/ruby/ruby-trailing-expected.checksum:
1797 * platform/mac/fast/ruby/ruby-trailing-expected.png:
1798 * platform/mac/fast/ruby/ruby-trailing-expected.txt:
1799 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum:
1800 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png:
1801 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt:
1802 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum:
1803 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png:
1804 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt:
1805 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum:
1806 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png:
1807 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt:
1808 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum:
1809 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png:
1810 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt:
1811 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum:
1812 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png:
1813 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt:
1814 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum:
1815 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png:
1816 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt:
1817 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum:
1818 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png:
1819 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt:
1821 2011-04-04 Adrienne Walker <enne@google.com>
1823 Unreviewed, Chromium expectations update for tests broken after r82899.
1825 * platform/chromium/test_expectations.txt:
1827 2011-04-04 MORITA Hajime <morrita@google.com>
1829 Unreviewed expectations update following r82899.
1831 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
1832 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
1833 * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
1834 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt:
1835 * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
1836 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
1837 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
1839 2011-04-04 MORITA Hajime <morrita@google.com>
1841 Reviewed by Kent Tamura.
1843 Convert <meter> shadow DOM to a DOM-based shadow.
1844 https://bugs.webkit.org/show_bug.cgi?id=50661
1846 Updated expectations due to shadow structure chagne.
1847 Also updated meter-styles.html pixel result because the render tree is now laid out
1848 as normal flexboxes and its layout result is actually different,
1849 especially if there are non-zero borders on shadow elements.
1851 * fast/dom/HTMLMeterElement/meter-styles.html:
1852 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
1853 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
1854 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
1855 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
1857 2011-04-04 Adrienne Walker <enne@google.com>
1859 Unreviewed, rolling out r82879.
1860 http://trac.webkit.org/changeset/82879
1862 Trying to fix 10.6 layout test expectations broke 10.5
1864 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.checksum: Added.
1865 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Added.
1866 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Removed.
1867 * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Added.
1868 * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Added.
1869 * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Added.
1870 * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Added.
1871 * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Added.
1872 * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Added.
1873 * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Added.
1874 * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Added.
1875 * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Added.
1876 * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Added.
1877 * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Added.
1878 * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Added.
1879 * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Added.
1880 * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Added.
1881 * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Added.
1882 * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Added.
1883 * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Added.
1884 * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Added.
1885 * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Added.
1886 * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Added.
1887 * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Added.
1888 * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Added.
1889 * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Added.
1890 * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Added.
1891 * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Added.
1892 * platform/chromium-mac/fast/html/details-open1-expected.png: Added.
1893 * platform/chromium-mac/fast/html/details-open2-expected.png: Added.
1894 * platform/chromium-mac/fast/html/details-open3-expected.png: Added.
1895 * platform/chromium-mac/fast/html/details-open4-expected.png: Added.
1896 * platform/chromium-mac/fast/html/details-open5-expected.png: Added.
1897 * platform/chromium-mac/fast/html/details-open6-expected.png: Added.
1898 * platform/chromium-mac/fast/html/details-position-expected.png: Added.
1899 * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Added.
1900 * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Added.
1901 * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Added.
1902 * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Added.
1903 * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Added.
1904 * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Added.
1905 * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Added.
1906 * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Added.
1907 * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Added.
1908 * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Added.
1909 * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Added.
1910 * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Added.
1911 * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Added.
1912 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.checksum: Added.
1913 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.png: Added.
1914 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum: Added.
1915 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Added.
1916 * platform/chromium-mac/fast/multicol/nested-columns-expected.checksum: Added.
1917 * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
1918 * platform/chromium-mac/fast/repaint/list-marker-expected.checksum: Added.
1919 * platform/chromium-mac/fast/repaint/list-marker-expected.png:
1921 2011-04-04 Adrienne Walker <enne@google.com>
1923 Unreviewed, rolling out r82880.
1924 http://trac.webkit.org/changeset/82880
1925 https://bugs.webkit.org/show_bug.cgi?id=50661
1927 Meter elements not rendered in Chromium Linux layout tests.
1929 * fast/dom/HTMLMeterElement/meter-styles.html:
1930 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
1931 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
1932 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
1933 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
1935 2011-04-04 Dirk Pranke <dpranke@chromium.org>
1937 Unreviewed, expectations change.
1939 Adjust the list of flaky tests based on NRWT on webkit mac using
1940 a 35 second timeout by default.
1942 * platform/mac/test_expectations.txt:
1944 2011-04-04 Chang Shu <cshu@webkit.org>
1946 Reviewed by Ryosuke Niwa.
1948 setContentEditable with true/false/inherit string is not working properly
1949 https://bugs.webkit.org/show_bug.cgi?id=52058
1951 Updated expected results after this patch fixes the set contenteditable issue.
1953 * fast/dom/HTMLElement/set-false-expected.txt:
1954 * fast/dom/HTMLElement/set-false.html:
1955 * fast/dom/HTMLElement/set-inherit-parent-false-expected.txt:
1956 * fast/dom/HTMLElement/set-inherit-parent-true-expected.txt:
1957 * fast/dom/HTMLElement/set-true-expected.txt:
1958 * fast/dom/HTMLElement/set-value-caseinsensitive-expected.txt:
1960 2011-04-04 MORITA Hajime <morrita@google.com>
1962 Reviewed by Dimitri Glazkov.
1964 Convert <meter> shadow DOM to a DOM-based shadow.
1965 https://bugs.webkit.org/show_bug.cgi?id=50661
1967 Updated expectations due to shadow structure chagne.
1968 Also updated meter-styles.html pixel result because the render tree is now laid out
1969 as normal flexboxes and its layout result is actually different,
1970 especially if there are non-zero borders on shadow elements.
1972 * fast/dom/HTMLMeterElement/meter-styles.html:
1973 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
1974 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
1975 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
1976 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
1978 2011-04-04 Adrienne Walker <enne@google.com>
1980 Unreviewed, update Chromium Snow Leopard image baselines.
1982 These were all minor font-related image differences.
1984 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
1985 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Removed.
1986 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
1987 * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Removed.
1988 * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Removed.
1989 * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Removed.
1990 * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Removed.
1991 * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Removed.
1992 * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Removed.
1993 * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Removed.
1994 * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Removed.
1995 * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Removed.
1996 * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Removed.
1997 * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Removed.
1998 * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Removed.
1999 * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Removed.
2000 * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Removed.
2001 * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Removed.
2002 * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Removed.
2003 * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Removed.
2004 * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Removed.
2005 * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Removed.
2006 * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Removed.
2007 * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Removed.
2008 * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Removed.
2009 * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Removed.
2010 * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Removed.
2011 * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Removed.
2012 * platform/chromium-mac/fast/html/details-open1-expected.png: Removed.
2013 * platform/chromium-mac/fast/html/details-open2-expected.png: Removed.
2014 * platform/chromium-mac/fast/html/details-open3-expected.png: Removed.
2015 * platform/chromium-mac/fast/html/details-open4-expected.png: Removed.
2016 * platform/chromium-mac/fast/html/details-open5-expected.png: Removed.
2017 * platform/chromium-mac/fast/html/details-open6-expected.png: Removed.
2018 * platform/chromium-mac/fast/html/details-position-expected.png: Removed.
2019 * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
2020 * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Removed.
2021 * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
2022 * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Removed.
2023 * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
2024 * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Removed.
2025 * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
2026 * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Removed.
2027 * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
2028 * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Removed.
2029 * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
2030 * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Removed.
2031 * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Removed.
2032 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.checksum: Removed.
2033 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.png: Removed.
2034 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum: Removed.
2035 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Removed.
2036 * platform/chromium-mac/fast/multicol/nested-columns-expected.checksum: Removed.
2037 * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
2038 * platform/chromium-mac/fast/repaint/list-marker-expected.checksum: Removed.
2039 * platform/chromium-mac/fast/repaint/list-marker-expected.png:
2041 2011-04-04 Adrienne Walker <enne@google.com>
2043 Unreviewed, mark revoke-blob-url.html as CRASH for Chromium on Win.
2045 * platform/chromium/test_expectations.txt:
2047 2011-04-04 Chang Shu <cshu@webkit.org>
2049 Reviewed by Darin Adler.
2051 WebKitTestRunner needs layoutTestController.setAllowFileAccessFromFileURLs
2052 https://bugs.webkit.org/show_bug.cgi?id=57572
2054 Unskip passed tests.
2056 * platform/mac-wk2/Skipped:
2058 2011-04-04 Pavel Feldman <pfeldman@google.com>
2060 Reviewed by Yury Semikhatsky.
2062 Web Inspector: add support for the enumerated types in the protocol.
2063 https://bugs.webkit.org/show_bug.cgi?id=57761
2065 * inspector/debugger/debugger-autocontinue-on-syntax-error.html:
2066 * inspector/debugger/debugger-pause-on-exception.html:
2068 2011-04-04 Yong Li <yoli@rim.com>
2070 Reviewed by Antonio Gomes.
2072 https://bugs.webkit.org/show_bug.cgi?id=55969
2073 Add a test that verifies history scroll position is restored
2074 when WebKit goes forward from an unreachable URL error page.
2075 (Error page handling is only supported by Qt DRT.)
2077 * platform/qt/fast/history/back-to-unreachable-url-then-forward-expected.txt: Added.
2078 * platform/qt/fast/history/back-to-unreachable-url-then-forward.html: Added.
2079 * platform/qt/fast/history/resources/check-scroll-position.html: Added.
2081 2011-04-04 Jessie Berlin <jberlin@apple.com>
2083 Remove a test from the win-wk2 skipped list that does not exist.
2085 fast/js/navigator-mimeTypes-length.html was changed and moved to plugins in r71651.
2087 * platform/win-wk2/Skipped:
2089 2011-04-04 Jessie Berlin <jberlin@apple.com>
2091 [Windows 7 WebKit2 Release Tests] 6 tests failing since being removed from the mac-wk2
2092 skipped list in r82625.
2093 https://bugs.webkit.org/show_bug.cgi?id=57705
2095 Unreviewed, addd win-wk2 expected results for the tests in order to get the bots green.
2097 * platform/win-wk2/editing: Added.
2098 * platform/win-wk2/editing/selection: Added.
2099 * platform/win-wk2/editing/selection/after-line-break-expected.txt: Added.
2100 * platform/win-wk2/editing/selection/caret-ltr-right-expected.checksum: Added.
2101 * platform/win-wk2/editing/selection/caret-ltr-right-expected.png: Added.
2102 * platform/win-wk2/editing/selection/caret-ltr-right-expected.txt: Added.
2103 * platform/win-wk2/editing/selection/caret-rtl-2-left-expected.checksum: Added.
2104 * platform/win-wk2/editing/selection/caret-rtl-2-left-expected.png: Added.
2105 * platform/win-wk2/editing/selection/caret-rtl-2-left-expected.txt: Added.
2106 * platform/win-wk2/editing/selection/drag-text-delay-expected.txt: Added.
2107 * platform/win-wk2/fast/repaint: Added.
2108 * platform/win-wk2/fast/repaint/japanese-rl-selection-clear-expected.txt: Added.
2109 Apparently the pixel results are similar enough to the win expected pixel results that no
2110 special pixel results need to be added for win-wk2.
2111 * platform/win-wk2/plugins/resize-from-plugin-expected.txt: Added.
2113 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2115 Unreviewed, mark filesystem-reference.html as CRASH PASS on chromium.
2117 * platform/chromium/test_expectations.txt:
2119 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2121 Unreviewed, remove gradientLimit.svg and 2d.text.draw.align.end.ltr.html from test expectations.
2123 * platform/chromium/test_expectations.txt:
2125 2011-04-04 Martin Robinson <mrobinson@igalia.com>
2127 Reviewed by Xan Lopez.
2129 [GTK] http/tests/plugins/post-url-file.html fails on GTK+
2130 https://bugs.webkit.org/show_bug.cgi?id=55826
2132 * http/tests/plugins/resources/dump-post.pl: Instead of just printing out the "keywords" parameter,
2133 print out the POSTDATA parameter as well. Printing "keywords" did not seem to work on the version of
2134 Apache/Perl/CGI that existed on my machine. According to the Perl CGI module documentation
2135 using 'POSTDATA' is the correct way to print the entire POSTDATA for more recent versions of the
2137 * platform/gtk/Skipped: Unskip the test which is now passing.
2139 2011-04-04 Andrey Kosyakov <caseq@chromium.org>
2141 Reviewed by Yury Semikhatsky.
2143 Web Inspector: [Extensions API] add notifications on panels shown/hidden
2144 https://bugs.webkit.org/show_bug.cgi?id=57752
2146 * http/tests/inspector/extensions-test.js:
2147 (initialize_ExtensionsTest.showPanel):
2148 * http/tests/inspector/resources/extension-main.js:
2150 * inspector/extensions/extensions-api-expected.txt:
2151 * inspector/extensions/extensions-events-expected.txt:
2152 * inspector/extensions/extensions-events.html:
2153 * inspector/extensions/extensions-expected.txt:
2155 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2157 Unreviewed, mark xhr-breakpoints as CRASH PASS on chromium win debug.
2159 * platform/chromium/test_expectations.txt:
2161 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2163 Unreviewed, udpate chromium-linux test expectations after r82786.
2165 * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.checksum: Removed.
2166 * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.png:
2168 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2170 Unreviewed, add chromium-linux expectation for the new test added in r82781.
2172 * platform/chromium-linux/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
2174 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2176 Unreviewed, rebaseline chromium-linux test expectations after r82783.
2178 * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png: Added.
2179 * platform/chromium-linux/fast/html/details-add-summary-1-expected.png: Added.
2180 * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png: Added.
2181 * platform/chromium-linux/fast/html/details-add-summary-10-expected.png: Added.
2182 * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png: Added.
2183 * platform/chromium-linux/fast/html/details-add-summary-2-expected.png: Added.
2184 * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png: Added.
2185 * platform/chromium-linux/fast/html/details-add-summary-3-expected.png: Added.
2186 * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png: Added.
2187 * platform/chromium-linux/fast/html/details-add-summary-4-expected.png: Added.
2188 * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png: Added.
2189 * platform/chromium-linux/fast/html/details-add-summary-5-expected.png: Added.
2190 * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png: Added.
2191 * platform/chromium-linux/fast/html/details-add-summary-6-expected.png: Added.
2192 * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png: Added.
2193 * platform/chromium-linux/fast/html/details-add-summary-7-expected.png: Added.
2194 * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png: Added.
2195 * platform/chromium-linux/fast/html/details-add-summary-8-expected.png: Added.
2196 * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png: Added.
2197 * platform/chromium-linux/fast/html/details-add-summary-9-expected.png: Added.
2198 * platform/chromium-linux/fast/html/details-no-summary1-expected.png: Added.
2199 * platform/chromium-linux/fast/html/details-no-summary2-expected.png: Added.
2200 * platform/chromium-linux/fast/html/details-no-summary3-expected.png: Added.
2201 * platform/chromium-linux/fast/html/details-no-summary4-expected.png: Added.
2202 * platform/chromium-linux/fast/html/details-open-javascript-expected.png: Added.
2203 * platform/chromium-linux/fast/html/details-open1-expected.png: Added.
2204 * platform/chromium-linux/fast/html/details-open2-expected.png: Added.
2205 * platform/chromium-linux/fast/html/details-open3-expected.png: Added.
2206 * platform/chromium-linux/fast/html/details-open4-expected.png: Added.
2207 * platform/chromium-linux/fast/html/details-open5-expected.png: Added.
2208 * platform/chromium-linux/fast/html/details-open6-expected.png: Added.
2209 * platform/chromium-linux/fast/html/details-position-expected.png: Added.
2210 * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png: Added.
2211 * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png: Added.
2212 * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png: Added.
2213 * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png: Added.
2214 * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png: Added.
2215 * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png: Added.
2216 * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png: Added.
2217 * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png: Added.
2218 * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png: Added.
2219 * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png: Added.
2220 * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png: Added.
2221 * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png: Added.
2222 * platform/chromium-linux/fast/html/details-writing-mode-expected.png: Added.
2224 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2226 Unreviewed, add chromium expectations for the new test added in r82781.
2228 * platform/chromium-mac-leopard/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
2229 * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
2230 * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt: Added.
2232 2011-04-04 Mario Sanchez Prada <msanchez@igalia.com>
2234 Unreviewed. Unskipped test and added GTK-specific new baseline.
2236 * platform/gtk/Skipped: Skipped passing test.
2237 * platform/gtk/accessibility/aria-roles-expected.txt: Added.
2239 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2241 Unreviewed, remove chromium expectations added by mistake in r82815.
2243 * platform/chromium-linux-x86_64/fast/table/colspanMinWidth-vertical-expected.png: Removed.
2244 * platform/chromium-win-vista/fast/table/colspanMinWidth-vertical-expected.checksum: Removed.
2246 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2248 Unreviewed, delete duplicate baselines added in r82812.
2250 * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.checksum: Removed.
2251 * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png: Removed.
2252 * platform/chromium-linux/fast/html/details-add-summary-1-expected.checksum: Removed.
2253 * platform/chromium-linux/fast/html/details-add-summary-1-expected.png: Removed.
2254 * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.checksum: Removed.
2255 * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png: Removed.
2256 * platform/chromium-linux/fast/html/details-add-summary-10-expected.checksum: Removed.
2257 * platform/chromium-linux/fast/html/details-add-summary-10-expected.png: Removed.
2258 * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.checksum: Removed.
2259 * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png: Removed.
2260 * platform/chromium-linux/fast/html/details-add-summary-2-expected.checksum: Removed.
2261 * platform/chromium-linux/fast/html/details-add-summary-2-expected.png: Removed.
2262 * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.checksum: Removed.
2263 * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png: Removed.
2264 * platform/chromium-linux/fast/html/details-add-summary-3-expected.checksum: Removed.
2265 * platform/chromium-linux/fast/html/details-add-summary-3-expected.png: Removed.
2266 * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.checksum: Removed.
2267 * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png: Removed.
2268 * platform/chromium-linux/fast/html/details-add-summary-4-expected.checksum: Removed.
2269 * platform/chromium-linux/fast/html/details-add-summary-4-expected.png: Removed.
2270 * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.checksum: Removed.
2271 * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png: Removed.
2272 * platform/chromium-linux/fast/html/details-add-summary-5-expected.checksum: Removed.
2273 * platform/chromium-linux/fast/html/details-add-summary-5-expected.png: Removed.
2274 * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.checksum: Removed.
2275 * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png: Removed.
2276 * platform/chromium-linux/fast/html/details-add-summary-6-expected.checksum: Removed.
2277 * platform/chromium-linux/fast/html/details-add-summary-6-expected.png: Removed.
2278 * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.checksum: Removed.
2279 * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png: Removed.
2280 * platform/chromium-linux/fast/html/details-add-summary-7-expected.checksum: Removed.
2281 * platform/chromium-linux/fast/html/details-add-summary-7-expected.png: Removed.
2282 * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.checksum: Removed.
2283 * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png: Removed.
2284 * platform/chromium-linux/fast/html/details-add-summary-8-expected.checksum: Removed.
2285 * platform/chromium-linux/fast/html/details-add-summary-8-expected.png: Removed.
2286 * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.checksum: Removed.
2287 * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png: Removed.
2288 * platform/chromium-linux/fast/html/details-add-summary-9-expected.checksum: Removed.
2289 * platform/chromium-linux/fast/html/details-add-summary-9-expected.png: Removed.
2290 * platform/chromium-linux/fast/html/details-no-summary1-expected.checksum: Removed.
2291 * platform/chromium-linux/fast/html/details-no-summary1-expected.png: Removed.
2292 * platform/chromium-linux/fast/html/details-no-summary2-expected.checksum: Removed.
2293 * platform/chromium-linux/fast/html/details-no-summary2-expected.png: Removed.
2294 * platform/chromium-linux/fast/html/details-no-summary3-expected.checksum: Removed.
2295 * platform/chromium-linux/fast/html/details-no-summary3-expected.png: Removed.
2296 * platform/chromium-linux/fast/html/details-no-summary4-expected.checksum: Removed.
2297 * platform/chromium-linux/fast/html/details-no-summary4-expected.png: Removed.
2298 * platform/chromium-linux/fast/html/details-open-javascript-expected.checksum: Removed.
2299 * platform/chromium-linux/fast/html/details-open-javascript-expected.png: Removed.
2300 * platform/chromium-linux/fast/html/details-open1-expected.checksum: Removed.
2301 * platform/chromium-linux/fast/html/details-open1-expected.png: Removed.
2302 * platform/chromium-linux/fast/html/details-open2-expected.checksum: Removed.
2303 * platform/chromium-linux/fast/html/details-open2-expected.png: Removed.
2304 * platform/chromium-linux/fast/html/details-open3-expected.checksum: Removed.
2305 * platform/chromium-linux/fast/html/details-open3-expected.png: Removed.
2306 * platform/chromium-linux/fast/html/details-open4-expected.checksum: Removed.
2307 * platform/chromium-linux/fast/html/details-open4-expected.png: Removed.
2308 * platform/chromium-linux/fast/html/details-open5-expected.checksum: Removed.
2309 * platform/chromium-linux/fast/html/details-open5-expected.png: Removed.
2310 * platform/chromium-linux/fast/html/details-open6-expected.checksum: Removed.
2311 * platform/chromium-linux/fast/html/details-open6-expected.png: Removed.
2312 * platform/chromium-linux/fast/html/details-position-expected.checksum: Removed.
2313 * platform/chromium-linux/fast/html/details-position-expected.png: Removed.
2314 * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.checksum: Removed.
2315 * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
2316 * platform/chromium-linux/fast/html/details-remove-summary-1-expected.checksum: Removed.
2317 * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png: Removed.
2318 * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.checksum: Removed.
2319 * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
2320 * platform/chromium-linux/fast/html/details-remove-summary-2-expected.checksum: Removed.
2321 * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png: Removed.
2322 * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.checksum: Removed.
2323 * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
2324 * platform/chromium-linux/fast/html/details-remove-summary-3-expected.checksum: Removed.
2325 * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png: Removed.
2326 * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.checksum: Removed.
2327 * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
2328 * platform/chromium-linux/fast/html/details-remove-summary-4-expected.checksum: Removed.
2329 * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png: Removed.
2330 * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.checksum: Removed.
2331 * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
2332 * platform/chromium-linux/fast/html/details-remove-summary-5-expected.checksum: Removed.
2333 * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png: Removed.
2334 * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.checksum: Removed.
2335 * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
2336 * platform/chromium-linux/fast/html/details-remove-summary-6-expected.checksum: Removed.
2337 * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png: Removed.
2338 * platform/chromium-linux/fast/html/details-writing-mode-expected.checksum: Removed.
2339 * platform/chromium-linux/fast/html/details-writing-mode-expected.png: Removed.
2341 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2343 Unreviewed, fix bad rebaseline in r82812.
2345 * platform/chromium-linux-x86_64/fast/html/details-add-summary-1-and-click-expected.png: Removed.
2346 * platform/chromium-linux-x86_64/fast/html/details-add-summary-1-expected.png: Removed.
2347 * platform/chromium-linux-x86_64/fast/html/details-add-summary-10-and-click-expected.png: Removed.
2348 * platform/chromium-linux-x86_64/fast/html/details-add-summary-10-expected.png: Removed.
2349 * platform/chromium-linux-x86_64/fast/html/details-add-summary-2-and-click-expected.png: Removed.
2350 * platform/chromium-linux-x86_64/fast/html/details-add-summary-2-expected.png: Removed.
2351 * platform/chromium-linux-x86_64/fast/html/details-add-summary-3-and-click-expected.png: Removed.
2352 * platform/chromium-linux-x86_64/fast/html/details-add-summary-3-expected.png: Removed.
2353 * platform/chromium-linux-x86_64/fast/html/details-add-summary-4-and-click-expected.png: Removed.
2354 * platform/chromium-linux-x86_64/fast/html/details-add-summary-4-expected.png: Removed.
2355 * platform/chromium-linux-x86_64/fast/html/details-add-summary-5-and-click-expected.png: Removed.
2356 * platform/chromium-linux-x86_64/fast/html/details-add-summary-5-expected.png: Removed.
2357 * platform/chromium-linux-x86_64/fast/html/details-add-summary-6-and-click-expected.png: Removed.
2358 * platform/chromium-linux-x86_64/fast/html/details-add-summary-6-expected.png: Removed.
2359 * platform/chromium-linux-x86_64/fast/html/details-add-summary-7-and-click-expected.png: Removed.
2360 * platform/chromium-linux-x86_64/fast/html/details-add-summary-7-expected.png: Removed.
2361 * platform/chromium-linux-x86_64/fast/html/details-add-summary-8-and-click-expected.png: Removed.
2362 * platform/chromium-linux-x86_64/fast/html/details-add-summary-8-expected.png: Removed.
2363 * platform/chromium-linux-x86_64/fast/html/details-add-summary-9-and-click-expected.png: Removed.
2364 * platform/chromium-linux-x86_64/fast/html/details-add-summary-9-expected.png: Removed.
2365 * platform/chromium-linux-x86_64/fast/html/details-no-summary1-expected.png: Removed.
2366 * platform/chromium-linux-x86_64/fast/html/details-no-summary2-expected.png: Removed.
2367 * platform/chromium-linux-x86_64/fast/html/details-no-summary3-expected.png: Removed.
2368 * platform/chromium-linux-x86_64/fast/html/details-no-summary4-expected.png: Removed.
2369 * platform/chromium-linux-x86_64/fast/html/details-open-javascript-expected.png: Removed.
2370 * platform/chromium-linux-x86_64/fast/html/details-open1-expected.png: Removed.
2371 * platform/chromium-linux-x86_64/fast/html/details-open2-expected.png: Removed.
2372 * platform/chromium-linux-x86_64/fast/html/details-open3-expected.png: Removed.
2373 * platform/chromium-linux-x86_64/fast/html/details-open4-expected.png: Removed.
2374 * platform/chromium-linux-x86_64/fast/html/details-open5-expected.png: Removed.
2375 * platform/chromium-linux-x86_64/fast/html/details-open6-expected.png: Removed.
2376 * platform/chromium-linux-x86_64/fast/html/details-position-expected.png: Removed.
2377 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
2378 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-1-expected.png: Removed.
2379 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
2380 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-2-expected.png: Removed.
2381 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
2382 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-3-expected.png: Removed.
2383 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
2384 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-4-expected.png: Removed.
2385 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
2386 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-5-expected.png: Removed.
2387 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
2388 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-6-expected.png: Removed.
2389 * platform/chromium-linux-x86_64/fast/html/details-writing-mode-expected.png: Removed.
2390 * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
2391 * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
2392 * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
2393 * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
2394 * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
2395 * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
2396 * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
2397 * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
2398 * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
2399 * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
2400 * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
2401 * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
2402 * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
2403 * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
2404 * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
2405 * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
2406 * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
2407 * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
2408 * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
2409 * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
2410 * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
2411 * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
2412 * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
2413 * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
2414 * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
2415 * platform/chromium-linux/fast/html/details-open1-expected.png:
2416 * platform/chromium-linux/fast/html/details-open2-expected.png:
2417 * platform/chromium-linux/fast/html/details-open3-expected.png:
2418 * platform/chromium-linux/fast/html/details-open4-expected.png:
2419 * platform/chromium-linux/fast/html/details-open5-expected.png:
2420 * platform/chromium-linux/fast/html/details-open6-expected.png:
2421 * platform/chromium-linux/fast/html/details-position-expected.png:
2422 * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
2423 * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
2424 * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
2425 * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
2426 * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
2427 * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
2428 * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
2429 * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
2430 * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
2431 * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
2432 * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
2433 * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
2434 * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
2435 * 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.
2436 * 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.
2437 * 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.
2438 * 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.
2439 * 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.
2440 * 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.
2441 * 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.
2442 * 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.
2443 * 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.
2444 * 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.
2445 * 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.
2446 * 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.
2447 * 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.
2448 * 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.
2449 * 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.
2450 * 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.
2451 * 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.
2452 * 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.
2453 * 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.
2454 * 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.
2455 * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary1-expected.png.
2456 * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary2-expected.png.
2457 * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary3-expected.png.
2458 * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png.
2459 * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png.
2460 * platform/chromium-mac/fast/html/details-open1-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open1-expected.png.
2461 * platform/chromium-mac/fast/html/details-open2-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open2-expected.png.
2462 * platform/chromium-mac/fast/html/details-open3-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open3-expected.png.
2463 * platform/chromium-mac/fast/html/details-open4-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open4-expected.png.
2464 * platform/chromium-mac/fast/html/details-open5-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open5-expected.png.
2465 * platform/chromium-mac/fast/html/details-open6-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open6-expected.png.
2466 * platform/chromium-mac/fast/html/details-position-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-position-expected.png.
2467 * 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.
2468 * 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.
2469 * 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.
2470 * 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.
2471 * 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.
2472 * 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.
2473 * 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.
2474 * 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.
2475 * 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.
2476 * 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.
2477 * 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.
2478 * 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.
2479 * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-writing-mode-expected.png.
2480 * platform/chromium-win-vista/fast/html/details-add-summary-1-and-click-expected.checksum: Removed.
2481 * platform/chromium-win-vista/fast/html/details-add-summary-1-expected.checksum: Removed.
2482 * platform/chromium-win-vista/fast/html/details-add-summary-10-and-click-expected.checksum: Removed.
2483 * platform/chromium-win-vista/fast/html/details-add-summary-10-expected.checksum: Removed.
2484 * platform/chromium-win-vista/fast/html/details-add-summary-2-and-click-expected.checksum: Removed.
2485 * platform/chromium-win-vista/fast/html/details-add-summary-2-expected.checksum: Removed.
2486 * platform/chromium-win-vista/fast/html/details-add-summary-3-and-click-expected.checksum: Removed.
2487 * platform/chromium-win-vista/fast/html/details-add-summary-3-expected.checksum: Removed.
2488 * platform/chromium-win-vista/fast/html/details-add-summary-4-and-click-expected.checksum: Removed.
2489 * platform/chromium-win-vista/fast/html/details-add-summary-4-expected.checksum: Removed.
2490 * platform/chromium-win-vista/fast/html/details-add-summary-5-and-click-expected.checksum: Removed.
2491 * platform/chromium-win-vista/fast/html/details-add-summary-5-expected.checksum: Removed.
2492 * platform/chromium-win-vista/fast/html/details-add-summary-6-and-click-expected.checksum: Removed.
2493 * platform/chromium-win-vista/fast/html/details-add-summary-6-expected.checksum: Removed.
2494 * platform/chromium-win-vista/fast/html/details-add-summary-7-and-click-expected.checksum: Removed.
2495 * platform/chromium-win-vista/fast/html/details-add-summary-7-expected.checksum: Removed.
2496 * platform/chromium-win-vista/fast/html/details-add-summary-8-and-click-expected.checksum: Removed.
2497 * platform/chromium-win-vista/fast/html/details-add-summary-8-expected.checksum: Removed.
2498 * platform/chromium-win-vista/fast/html/details-add-summary-9-and-click-expected.checksum: Removed.
2499 * platform/chromium-win-vista/fast/html/details-add-summary-9-expected.checksum: Removed.
2500 * platform/chromium-win-vista/fast/html/details-no-summary1-expected.checksum: Removed.
2501 * platform/chromium-win-vista/fast/html/details-no-summary2-expected.checksum: Removed.
2502 * platform/chromium-win-vista/fast/html/details-no-summary3-expected.checksum: Removed.
2503 * platform/chromium-win-vista/fast/html/details-no-summary4-expected.checksum: Removed.
2504 * platform/chromium-win-vista/fast/html/details-open-javascript-expected.checksum: Removed.
2505 * platform/chromium-win-vista/fast/html/details-open1-expected.checksum: Removed.
2506 * platform/chromium-win-vista/fast/html/details-open2-expected.checksum: Removed.
2507 * platform/chromium-win-vista/fast/html/details-open3-expected.checksum: Removed.
2508 * platform/chromium-win-vista/fast/html/details-open4-expected.checksum: Removed.
2509 * platform/chromium-win-vista/fast/html/details-open5-expected.checksum: Removed.
2510 * platform/chromium-win-vista/fast/html/details-open6-expected.checksum: Removed.
2511 * platform/chromium-win-vista/fast/html/details-position-expected.checksum: Removed.
2512 * platform/chromium-win-vista/fast/html/details-remove-summary-1-and-click-expected.checksum: Removed.
2513 * platform/chromium-win-vista/fast/html/details-remove-summary-1-expected.checksum: Removed.
2514 * platform/chromium-win-vista/fast/html/details-remove-summary-2-and-click-expected.checksum: Removed.
2515 * platform/chromium-win-vista/fast/html/details-remove-summary-2-expected.checksum: Removed.
2516 * platform/chromium-win-vista/fast/html/details-remove-summary-3-and-click-expected.checksum: Removed.
2517 * platform/chromium-win-vista/fast/html/details-remove-summary-3-expected.checksum: Removed.
2518 * platform/chromium-win-vista/fast/html/details-remove-summary-4-and-click-expected.checksum: Removed.
2519 * platform/chromium-win-vista/fast/html/details-remove-summary-4-expected.checksum: Removed.
2520 * platform/chromium-win-vista/fast/html/details-remove-summary-5-and-click-expected.checksum: Removed.
2521 * platform/chromium-win-vista/fast/html/details-remove-summary-5-expected.checksum: Removed.
2522 * platform/chromium-win-vista/fast/html/details-remove-summary-6-and-click-expected.checksum: Removed.
2523 * platform/chromium-win-vista/fast/html/details-remove-summary-6-expected.checksum: Removed.
2524 * platform/chromium-win-vista/fast/html/details-writing-mode-expected.checksum: Removed.
2526 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2528 Unreviewed, udpate chromium test expectations after r82786.
2530 * platform/chromium-linux-x86_64/fast/table/colspanMinWidth-vertical-expected.png: Added.
2531 * platform/chromium-win-vista/fast/table/colspanMinWidth-vertical-expected.checksum: Added.
2532 * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.checksum: Removed.
2533 * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.png:
2534 * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
2536 2011-04-04 Andrey Kosyakov <caseq@chromium.org>
2538 Unreviewed. Followup to an incomplete commit in r82806.
2540 * inspector/extensions/extensions.html:
2542 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2544 Unreviewed, add chromium test expectations for tests added in r82780.
2546 * platform/chromium-mac/fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Added.
2547 * platform/chromium-mac/fast/dom/Element/scale-page-client-rects-expected.txt: Added.
2548 * platform/chromium-mac/fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Added.
2549 * platform/chromium-mac/fast/dom/Range/scale-page-client-rects-expected.txt: Added.
2550 * platform/chromium-win/fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Added.
2551 * platform/chromium-win/fast/dom/Element/scale-page-client-rects-expected.txt: Added.
2552 * platform/chromium-win/fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Added.
2553 * platform/chromium-win/fast/dom/Range/scale-page-client-rects-expected.txt: Added.
2555 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
2557 Unreviewed, rebaseline chromium tests after r82783.
2559 * 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.
2560 * 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.
2561 * 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.
2562 * platform/chromium-linux-x86_64/fast/html/details-add-summary-10-expected.png: Added.
2563 * platform/chromium-linux-x86_64/fast/html/details-add-summary-2-and-click-expected.png: Added.
2564 * 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.
2565 * platform/chromium-linux-x86_64/fast/html/details-add-summary-3-and-click-expected.png: Added.
2566 * 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.
2567 * platform/chromium-linux-x86_64/fast/html/details-add-summary-4-and-click-expected.png: Added.
2568 * 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.
2569 * platform/chromium-linux-x86_64/fast/html/details-add-summary-5-and-click-expected.png: Added.
2570 * 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.
2571 * 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.
2572 * 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.
2573 * 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.
2574 * platform/chromium-linux-x86_64/fast/html/details-add-summary-7-expected.png: Added.
2575 * 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.
2576 * platform/chromium-linux-x86_64/fast/html/details-add-summary-8-expected.png: Added.
2577 * 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.
2578 * platform/chromium-linux-x86_64/fast/html/details-add-summary-9-expected.png: Added.
2579 * 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.
2580 * 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.
2581 * 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.
2582 * 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.
2583 * platform/chromium-linux-x86_64/fast/html/details-open-javascript-expected.png: Added.
2584 * 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.
2585 * platform/chromium-linux-x86_64/fast/html/details-open2-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
2586 * 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.
2587 * platform/chromium-linux-x86_64/fast/html/details-open4-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
2588 * 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.
2589 * 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.
2590 * platform/chromium-linux-x86_64/fast/html/details-position-expected.png: Added.
2591 * 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.
2592 * 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.
2593 * 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.
2594 * 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.
2595 * 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.
2596 * 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.
2597 * 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.
2598 * 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.
2599 * 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.
2600 * 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.
2601 * 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.
2602 * 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.
2603 * platform/chromium-linux-x86_64/fast/html/details-writing-mode-expected.png: Added.
2604 * platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png: Added.
2605 * platform/chromium-mac-leopard/fast/html/details-add-summary-1-expected.png: Added.
2606 * platform/chromium-mac-leopard/fast/html/details-add-summary-10-and-click-expected.png: Added.
2607 * platform/chromium-mac-leopard/fast/html/details-add-summary-10-expected.png: Added.
2608 * platform/chromium-mac-leopard/fast/html/details-add-summary-2-and-click-expected.png: Added.
2609 * platform/chromium-mac-leopard/fast/html/details-add-summary-2-expected.png: Added.
2610 * platform/chromium-mac-leopard/fast/html/details-add-summary-3-and-click-expected.png: Added.
2611 * platform/chromium-mac-leopard/fast/html/details-add-summary-3-expected.png: Added.
2612 * platform/chromium-mac-leopard/fast/html/details-add-summary-4-and-click-expected.png: Added.
2613 * platform/chromium-mac-leopard/fast/html/details-add-summary-4-expected.png: Added.
2614 * platform/chromium-mac-leopard/fast/html/details-add-summary-5-and-click-expected.png: Added.
2615 * platform/chromium-mac-leopard/fast/html/details-add-summary-5-expected.png: Added.
2616 * platform/chromium-mac-leopard/fast/html/details-add-summary-6-and-click-expected.png: Added.
2617 * platform/chromium-mac-leopard/fast/html/details-add-summary-6-expected.png: Added.
2618 * platform/chromium-mac-leopard/fast/html/details-add-summary-7-and-click-expected.png: Added.
2619 * platform/chromium-mac-leopard/fast/html/details-add-summary-7-expected.png: Added.
2620 * platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png: Added.
2621 * platform/chromium-mac-leopard/fast/html/details-add-summary-8-expected.png: Added.
2622 * platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png: Added.
2623 * platform/chromium-mac-leopard/fast/html/details-add-summary-9-expected.png: Added.
2624 * platform/chromium-mac-leopard/fast/html/details-no-summary1-expected.png: Added.
2625 * platform/chromium-mac-leopard/fast/html/details-no-summary2-expected.png: Added.
2626 * platform/chromium-mac-leopard/fast/html/details-no-summary3-expected.png: Added.
2627 * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png: Added.
2628 * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png: Added.
2629 * platform/chromium-mac-leopard/fast/html/details-open1-expected.png: Added.
2630 * platform/chromium-mac-leopard/fast/html/details-open2-expected.png: Added.
2631 * platform/chromium-mac-leopard/fast/html/details-open3-expected.png: Added.
2632 * platform/chromium-mac-leopard/fast/html/details-open4-expected.png: Added.
2633 * platform/chromium-mac-leopard/fast/html/details-open5-expected.png: Added.
2634 * platform/chromium-mac-leopard/fast/html/details-open6-expected.png: Added.
2635 * platform/chromium-mac-leopard/fast/html/details-position-expected.png: Added.
2636 * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png: Added.
2637 * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-expected.png: Added.
2638 * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png: Added.
2639 * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-expected.png: Added.
2640 * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png: Added.
2641 * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-expected.png: Added.
2642 * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png: Added.
2643 * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-expected.png: Added.
2644 * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png: Added.
2645 * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-expected.png: Added.
2646 * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png: Added.
2647 * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-expected.png: Added.
2648 * platform/chromium-mac-leopard/fast/html/details-writing-mode-expected.png: Added.
2649 * platform/chromium-win-vista/fast/html/details-add-summary-1-and-click-expected.checksum: Added.
2650 * platform/chromium-win-vista/fast/html/details-add-summary-1-expected.checksum: Added.
2651 * platform/chromium-win-vista/fast/html/details-add-summary-10-and-click-expected.checksum: Added.
2652 * platform/chromium-win-vista/fast/html/details-add-summary-10-expected.checksum: Added.
2653 * platform/chromium-win-vista/fast/html/details-add-summary-2-and-click-expected.checksum: Added.
2654 * platform/chromium-win-vista/fast/html/details-add-summary-2-expected.checksum: Added.
2655 * platform/chromium-win-vista/fast/html/details-add-summary-3-and-click-expected.checksum: Added.
2656 * platform/chromium-win-vista/fast/html/details-add-summary-3-expected.checksum: Added.
2657 * platform/chromium-win-vista/fast/html/details-add-summary-4-and-click-expected.checksum: Added.
2658 * platform/chromium-win-vista/fast/html/details-add-summary-4-expected.checksum: Added.
2659 * platform/chromium-win-vista/fast/html/details-add-summary-5-and-click-expected.checksum: Added.
2660 * platform/chromium-win-vista/fast/html/details-add-summary-5-expected.checksum: Added.
2661 * platform/chromium-win-vista/fast/html/details-add-summary-6-and-click-expected.checksum: Added.
2662 * platform/chromium-win-vista/fast/html/details-add-summary-6-expected.checksum: Added.
2663 * platform/chromium-win-vista/fast/html/details-add-summary-7-and-click-expected.checksum: Added.
2664 * platform/chromium-win-vista/fast/html/details-add-summary-7-expected.checksum: Added.
2665 * platform/chromium-win-vista/fast/html/details-add-summary-8-and-click-expected.checksum: Added.
2666 * platform/chromium-win-vista/fast/html/details-add-summary-8-expected.checksum: Added.
2667 * platform/chromium-win-vista/fast/html/details-add-summary-9-and-click-expected.checksum: Added.
2668 * platform/chromium-win-vista/fast/html/details-add-summary-9-expected.checksum: Added.
2669 * platform/chromium-win-vista/fast/html/details-no-summary1-expected.checksum: Added.
2670 * platform/chromium-win-vista/fast/html/details-no-summary2-expected.checksum: Added.
2671 * platform/chromium-win-vista/fast/html/details-no-summary3-expected.checksum: Added.
2672 * platform/chromium-win-vista/fast/html/details-no-summary4-expected.checksum: Added.
2673 * platform/chromium-win-vista/fast/html/details-open-javascript-expected.checksum: Added.
2674 * platform/chromium-win-vista/fast/html/details-open1-expected.checksum: Added.
2675 * platform/chromium-win-vista/fast/html/details-open2-expected.checksum: Added.
2676 * platform/chromium-win-vista/fast/html/details-open3-expected.checksum: Added.
2677 * platform/chromium-win-vista/fast/html/details-open4-expected.checksum: Added.
2678 * platform/chromium-win-vista/fast/html/details-open5-expected.checksum: Added.
2679 * platform/chromium-win-vista/fast/html/details-open6-expected.checksum: Added.
2680 * platform/chromium-win-vista/fast/html/details-position-expected.checksum: Added.
2681 * platform/chromium-win-vista/fast/html/details-remove-summary-1-and-click-expected.checksum: Added.
2682 * platform/chromium-win-vista/fast/html/details-remove-summary-1-expected.checksum: Added.
2683 * platform/chromium-win-vista/fast/html/details-remove-summary-2-and-click-expected.checksum: Added.
2684 * platform/chromium-win-vista/fast/html/details-remove-summary-2-expected.checksum: Added.
2685 * platform/chromium-win-vista/fast/html/details-remove-summary-3-and-click-expected.checksum: Added.
2686 * platform/chromium-win-vista/fast/html/details-remove-summary-3-expected.checksum: Added.
2687 * platform/chromium-win-vista/fast/html/details-remove-summary-4-and-click-expected.checksum: Added.
2688 * platform/chromium-win-vista/fast/html/details-remove-summary-4-expected.checksum: Added.
2689 * platform/chromium-win-vista/fast/html/details-remove-summary-5-and-click-expected.checksum: Added.
2690 * platform/chromium-win-vista/fast/html/details-remove-summary-5-expected.checksum: Added.
2691 * platform/chromium-win-vista/fast/html/details-remove-summary-6-and-click-expected.checksum: Added.
2692 * platform/chromium-win-vista/fast/html/details-remove-summary-6-expected.checksum: Added.
2693 * platform/chromium-win-vista/fast/html/details-writing-mode-expected.checksum: Added.
2694 * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.checksum: Removed.
2695 * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
2696 * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
2697 * platform/chromium-win/fast/html/details-add-summary-1-expected.checksum: Removed.
2698 * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
2699 * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
2700 * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.checksum: Removed.
2701 * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
2702 * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
2703 * platform/chromium-win/fast/html/details-add-summary-10-expected.checksum: Removed.
2704 * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
2705 * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
2706 * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.checksum: Removed.
2707 * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
2708 * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
2709 * platform/chromium-win/fast/html/details-add-summary-2-expected.checksum: Removed.
2710 * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
2711 * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
2712 * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.checksum: Removed.
2713 * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
2714 * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
2715 * platform/chromium-win/fast/html/details-add-summary-3-expected.checksum: Removed.
2716 * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
2717 * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
2718 * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.checksum: Removed.
2719 * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
2720 * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
2721 * platform/chromium-win/fast/html/details-add-summary-4-expected.checksum: Removed.
2722 * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
2723 * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
2724 * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.checksum: Removed.
2725 * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
2726 * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
2727 * platform/chromium-win/fast/html/details-add-summary-5-expected.checksum: Removed.
2728 * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
2729 * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
2730 * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.checksum: Removed.
2731 * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
2732 * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
2733 * platform/chromium-win/fast/html/details-add-summary-6-expected.checksum: Removed.
2734 * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
2735 * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
2736 * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.checksum: Removed.
2737 * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
2738 * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
2739 * platform/chromium-win/fast/html/details-add-summary-7-expected.checksum: Removed.
2740 * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
2741 * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
2742 * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.checksum: Removed.
2743 * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
2744 * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
2745 * platform/chromium-win/fast/html/details-add-summary-8-expected.checksum: Removed.
2746 * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
2747 * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
2748 * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.checksum: Removed.
2749 * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
2750 * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
2751 * platform/chromium-win/fast/html/details-add-summary-9-expected.checksum: Removed.
2752 * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
2753 * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
2754 * platform/chromium-win/fast/html/details-no-summary1-expected.checksum: Removed.
2755 * platform/chromium-win/fast/html/details-no-summary1-expected.png:
2756 * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
2757 * platform/chromium-win/fast/html/details-no-summary2-expected.checksum: Removed.
2758 * platform/chromium-win/fast/html/details-no-summary2-expected.png:
2759 * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
2760 * platform/chromium-win/fast/html/details-no-summary3-expected.checksum: Removed.
2761 * platform/chromium-win/fast/html/details-no-summary3-expected.png:
2762 * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
2763 * platform/chromium-win/fast/html/details-no-summary4-expected.checksum: Removed.
2764 * platform/chromium-win/fast/html/details-no-summary4-expected.png:
2765 * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
2766 * platform/chromium-win/fast/html/details-open-javascript-expected.checksum: Removed.
2767 * platform/chromium-win/fast/html/details-open-javascript-expected.png:
2768 * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
2769 * platform/chromium-win/fast/html/details-open1-expected.checksum: Removed.
2770 * platform/chromium-win/fast/html/details-open1-expected.png:
2771 * platform/chromium-win/fast/html/details-open1-expected.txt:
2772 * platform/chromium-win/fast/html/details-open2-expected.checksum: Removed.
2773 * platform/chromium-win/fast/html/details-open2-expected.png:
2774 * platform/chromium-win/fast/html/details-open2-expected.txt:
2775 * platform/chromium-win/fast/html/details-open3-expected.checksum: Removed.
2776 * platform/chromium-win/fast/html/details-open3-expected.png:
2777 * platform/chromium-win/fast/html/details-open3-expected.txt:
2778 * platform/chromium-win/fast/html/details-open4-expected.checksum: Removed.
2779 * platform/chromium-win/fast/html/details-open4-expected.png:
2780 * platform/chromium-win/fast/html/details-open4-expected.txt:
2781 * platform/chromium-win/fast/html/details-open5-expected.checksum: Removed.
2782 * platform/chromium-win/fast/html/details-open5-expected.png:
2783 * platform/chromium-win/fast/html/details-open5-expected.txt:
2784 * platform/chromium-win/fast/html/details-open6-expected.checksum: Removed.
2785 * platform/chromium-win/fast/html/details-open6-expected.png:
2786 * platform/chromium-win/fast/html/details-open6-expected.txt:
2787 * platform/chromium-win/fast/html/details-position-expected.checksum: Removed.
2788 * platform/chromium-win/fast/html/details-position-expected.png:
2789 * platform/chromium-win/fast/html/details-position-expected.txt:
2790 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.checksum: Removed.
2791 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
2792 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
2793 * platform/chromium-win/fast/html/details-remove-summary-1-expected.checksum: Removed.
2794 * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
2795 * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
2796 * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.checksum: Removed.
2797 * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
2798 * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
2799 * platform/chromium-win/fast/html/details-remove-summary-2-expected.checksum: Removed.
2800 * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
2801 * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
2802 * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.checksum: Removed.
2803 * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
2804 * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
2805 * platform/chromium-win/fast/html/details-remove-summary-3-expected.checksum: Removed.
2806 * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
2807 * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
2808 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.checksum: Removed.
2809 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
2810 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
2811 * platform/chromium-win/fast/html/details-remove-summary-4-expected.checksum: Removed.
2812 * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
2813 * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
2814 * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.checksum: Removed.
2815 * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
2816 * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
2817 * platform/chromium-win/fast/html/details-remove-summary-5-expected.checksum: Removed.
2818 * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
2819 * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
2820 * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.checksum: Removed.
2821 * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
2822 * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
2823 * platform/chromium-win/fast/html/details-remove-summary-6-expected.checksum: Removed.
2824 * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
2825 * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
2826 * platform/chromium-win/fast/html/details-writing-mode-expected.checksum: Removed.
2827 * platform/chromium-win/fast/html/details-writing-mode-expected.png:
2828 * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
2829 * platform/chromium/test_expectations.txt:
2831 2011-04-04 Andrey Kosyakov <caseq@chromium.org>
2833 Reviewed by Yury Semikhatsky.
2835 Web Inspector: [Extensions API] Merge WatchExpressionSidebarPane into ExtensionSidebarPane
2836 https://bugs.webkit.org/show_bug.cgi?id=57622
2838 Merged WatchExpressionSidebarPane into ExtensionSidebarPane, added setPage(url).
2839 Fixed wrong getter in schema (scripts -> elements)
2841 * inspector/extensions/extensions-api-expected.txt:
2842 * inspector/extensions/extensions-expected.txt:
2843 * inspector/extensions/extensions.html:
2845 2011-04-04 Ilya Tikhonovsky <loislo@chromium.org>
2847 Reviewed by Pavel Feldman.
2849 Web Inspector: introduce support of 'optional' flag for command arguments.
2850 https://bugs.webkit.org/show_bug.cgi?id=57698
2852 * inspector/protocol/runtime-agent-expected.txt:
2853 * inspector/protocol/runtime-agent.html:
2854 * inspector/report-API-errors-expected.txt:
2855 * inspector/report-API-errors.html:
2856 * inspector/report-protocol-errors-expected.txt:
2858 2011-04-01 Ilya Tikhonovsky <loislo@chromium.org>
2860 Reviewed by Pavel Feldman.
2862 Web Inspector: introduce support of 'optional' flag for command arguments.
2863 https://bugs.webkit.org/show_bug.cgi?id=57698
2865 * inspector/report-API-errors-expected.txt:
2866 * inspector/report-protocol-errors-expected.txt:
2868 2011-04-03 Kent Tamura <tkent@chromium.org>
2870 Reviewed by Eric Seidel.
2872 Adding a test of value sanitization for <input type=text>
2873 https://bugs.webkit.org/show_bug.cgi?id=57737
2875 * fast/forms/input-value-sanitization-expected.txt:
2876 * fast/forms/script-tests/input-value-sanitization.js: Add tests for type=text.
2878 2011-04-03 Dan Bernstein <mitz@apple.com>
2880 Try to make this test more robust.
2882 * fast/blockflow/broken-ideographic-font.html: Ensure that the font has been loaded before
2883 letting the test finish.
2885 2011-03-21 Ryosuke Niwa <rniwa@webkit.org>
2887 Reviewed by Eric Seidel.
2889 editing commands shouldn't run when there's no body
2890 https://bugs.webkit.org/show_bug.cgi?id=56771
2892 Added tests to ensure WebKit does not crash when attempted to execute editing commands
2893 in an empty document. Also added a test to ensure WebKit does not crash when InsertImage
2894 is executed with selection endpoints being document. WebKit should ignore such attempts
2895 and should not crash.
2897 * editing/editability/empty-document-delete-expected.txt: Added.
2898 * editing/editability/empty-document-delete.html: Added.
2899 * editing/editability/empty-document-justify-right-expected.txt: Added.
2900 * editing/editability/empty-document-justify-right.html: Added.
2901 * editing/editability/empty-document-stylewithcss-expected.txt: Added.
2902 * editing/editability/empty-document-stylewithcss.html: Added.
2903 * editing/execCommand/insert-image-with-selecting-document-expected.txt: Added.
2904 * editing/execCommand/insert-image-with-selecting-document.html: Added.
2906 2011-04-02 Dan Bernstein <mitz@apple.com>
2908 Updated results showing a progression after r82787. The current time display
2909 is now correctly collapsed because the timeline container is not wide enough.
2911 * platform/gtk/media/video-zoom-controls-expected.txt:
2913 2011-04-02 Dan Bernstein <mitz@apple.com>
2915 Updated platform-specific results after r82787.
2917 * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
2919 2011-04-02 Dan Bernstein <mitz@apple.com>
2921 Reviewed by Dave Hyatt.
2923 Remove an unnecessary extra computeLogicalWidth() from line layout
2924 https://bugs.webkit.org/show_bug.cgi?id=57711
2926 These updated expected results show progressions in MathML tests.
2927 fast/table/colspanMinWidth-vertical results changed to show that text controls
2928 still do not handle vertical writing modes correctly.
2930 * platform/mac/fast/table/colspanMinWidth-vertical-expected.checksum:
2931 * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
2932 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
2933 * platform/mac/mathml/presentation/fractions-expected.checksum:
2934 * platform/mac/mathml/presentation/fractions-expected.png:
2935 * platform/mac/mathml/presentation/fractions-expected.txt:
2936 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.checksum:
2937 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
2938 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
2939 * platform/mac/mathml/presentation/roots-expected.checksum:
2940 * platform/mac/mathml/presentation/roots-expected.png:
2941 * platform/mac/mathml/presentation/roots-expected.txt:
2942 * platform/mac/mathml/presentation/row-alignment-expected.checksum:
2943 * platform/mac/mathml/presentation/row-alignment-expected.png:
2944 * platform/mac/mathml/presentation/row-alignment-expected.txt:
2945 * platform/mac/mathml/presentation/subsup-expected.checksum:
2946 * platform/mac/mathml/presentation/subsup-expected.png:
2947 * platform/mac/mathml/presentation/subsup-expected.txt:
2949 2011-04-02 Dan Bernstein <mitz@apple.com>
2951 Updated platform-specific results after r82873.
2953 * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt:
2954 * platform/gtk/fast/html/details-add-summary-1-expected.txt:
2955 * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt:
2956 * platform/gtk/fast/html/details-add-summary-10-expected.txt:
2957 * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt:
2958 * platform/gtk/fast/html/details-add-summary-2-expected.txt:
2959 * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt:
2960 * platform/gtk/fast/html/details-add-summary-3-expected.txt:
2961 * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt:
2962 * platform/gtk/fast/html/details-add-summary-4-expected.txt:
2963 * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt:
2964 * platform/gtk/fast/html/details-add-summary-5-expected.txt:
2965 * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt:
2966 * platform/gtk/fast/html/details-add-summary-6-expected.txt:
2967 * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt:
2968 * platform/gtk/fast/html/details-add-summary-7-expected.txt:
2969 * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt:
2970 * platform/gtk/fast/html/details-add-summary-8-expected.txt:
2971 * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt:
2972 * platform/gtk/fast/html/details-add-summary-9-expected.txt:
2973 * platform/gtk/fast/html/details-no-summary1-expected.txt:
2974 * platform/gtk/fast/html/details-no-summary2-expected.txt:
2975 * platform/gtk/fast/html/details-no-summary3-expected.txt:
2976 * platform/gtk/fast/html/details-no-summary4-expected.txt:
2977 * platform/gtk/fast/html/details-open-javascript-expected.txt:
2978 * platform/gtk/fast/html/details-open1-expected.txt:
2979 * platform/gtk/fast/html/details-open2-expected.txt:
2980 * platform/gtk/fast/html/details-open3-expected.txt:
2981 * platform/gtk/fast/html/details-open4-expected.txt:
2982 * platform/gtk/fast/html/details-open5-expected.txt:
2983 * platform/gtk/fast/html/details-open6-expected.txt:
2984 * platform/gtk/fast/html/details-position-expected.txt:
2985 * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt:
2986 * platform/gtk/fast/html/details-remove-summary-1-expected.txt:
2987 * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt:
2988 * platform/gtk/fast/html/details-remove-summary-2-expected.txt:
2989 * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt:
2990 * platform/gtk/fast/html/details-remove-summary-3-expected.txt:
2991 * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt:
2992 * platform/gtk/fast/html/details-remove-summary-4-expected.txt:
2993 * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt:
2994 * platform/gtk/fast/html/details-remove-summary-5-expected.txt:
2995 * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt:
2996 * platform/gtk/fast/html/details-remove-summary-6-expected.txt:
2997 * platform/gtk/fast/html/details-writing-mode-expected.txt:
2998 * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
2999 * platform/qt/fast/html/details-add-summary-1-expected.txt:
3000 * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
3001 * platform/qt/fast/html/details-add-summary-10-expected.txt:
3002 * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
3003 * platform/qt/fast/html/details-add-summary-2-expected.txt:
3004 * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
3005 * platform/qt/fast/html/details-add-summary-3-expected.txt:
3006 * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
3007 * platform/qt/fast/html/details-add-summary-4-expected.txt:
3008 * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
3009 * platform/qt/fast/html/details-add-summary-5-expected.txt:
3010 * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
3011 * platform/qt/fast/html/details-add-summary-6-expected.txt:
3012 * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
3013 * platform/qt/fast/html/details-add-summary-7-expected.txt:
3014 * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
3015 * platform/qt/fast/html/details-add-summary-8-expected.txt:
3016 * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
3017 * platform/qt/fast/html/details-add-summary-9-expected.txt:
3018 * platform/qt/fast/html/details-no-summary1-expected.txt:
3019 * platform/qt/fast/html/details-no-summary2-expected.txt:
3020 * platform/qt/fast/html/details-no-summary3-expected.txt:
3021 * platform/qt/fast/html/details-no-summary4-expected.txt:
3022 * platform/qt/fast/html/details-open-javascript-expected.txt:
3023 * platform/qt/fast/html/details-open1-expected.txt:
3024 * platform/qt/fast/html/details-open2-expected.txt:
3025 * platform/qt/fast/html/details-open3-expected.txt:
3026 * platform/qt/fast/html/details-open4-expected.txt:
3027 * platform/qt/fast/html/details-open5-expected.txt:
3028 * platform/qt/fast/html/details-open6-expected.txt:
3029 * platform/qt/fast/html/details-position-expected.txt:
3030 * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
3031 * platform/qt/fast/html/details-remove-summary-1-expected.txt:
3032 * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
3033 * platform/qt/fast/html/details-remove-summary-2-expected.txt:
3034 * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
3035 * platform/qt/fast/html/details-remove-summary-3-expected.txt:
3036 * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
3037 * platform/qt/fast/html/details-remove-summary-4-expected.txt:
3038 * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
3039 * platform/qt/fast/html/details-remove-summary-5-expected.txt:
3040 * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
3041 * platform/qt/fast/html/details-remove-summary-6-expected.txt:
3042 * platform/qt/fast/html/details-writing-mode-expected.txt:
3044 2011-04-02 Dan Bernstein <mitz@apple.com>
3046 Reviewed by Beth Dakin.
3048 <details> marker loses its margin
3049 https://bugs.webkit.org/show_bug.cgi?id=57713
3051 * platform/mac/fast/html/details-add-summary-1-and-click-expected.checksum:
3052 * platform/mac/fast/html/details-add-summary-1-and-click-expected.png:
3053 * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
3054 * platform/mac/fast/html/details-add-summary-1-expected.checksum:
3055 * platform/mac/fast/html/details-add-summary-1-expected.png:
3056 * platform/mac/fast/html/details-add-summary-1-expected.txt:
3057 * platform/mac/fast/html/details-add-summary-10-and-click-expected.checksum:
3058 * platform/mac/fast/html/details-add-summary-10-and-click-expected.png:
3059 * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
3060 * platform/mac/fast/html/details-add-summary-10-expected.checksum:
3061 * platform/mac/fast/html/details-add-summary-10-expected.png:
3062 * platform/mac/fast/html/details-add-summary-10-expected.txt:
3063 * platform/mac/fast/html/details-add-summary-2-and-click-expected.checksum:
3064 * platform/mac/fast/html/details-add-summary-2-and-click-expected.png:
3065 * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
3066 * platform/mac/fast/html/details-add-summary-2-expected.checksum:
3067 * platform/mac/fast/html/details-add-summary-2-expected.png:
3068 * platform/mac/fast/html/details-add-summary-2-expected.txt:
3069 * platform/mac/fast/html/details-add-summary-3-and-click-expected.checksum:
3070 * platform/mac/fast/html/details-add-summary-3-and-click-expected.png:
3071 * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
3072 * platform/mac/fast/html/details-add-summary-3-expected.checksum:
3073 * platform/mac/fast/html/details-add-summary-3-expected.png:
3074 * platform/mac/fast/html/details-add-summary-3-expected.txt:
3075 * platform/mac/fast/html/details-add-summary-4-and-click-expected.checksum:
3076 * platform/mac/fast/html/details-add-summary-4-and-click-expected.png:
3077 * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
3078 * platform/mac/fast/html/details-add-summary-4-expected.checksum:
3079 * platform/mac/fast/html/details-add-summary-4-expected.png:
3080 * platform/mac/fast/html/details-add-summary-4-expected.txt:
3081 * platform/mac/fast/html/details-add-summary-5-and-click-expected.checksum:
3082 * platform/mac/fast/html/details-add-summary-5-and-click-expected.png:
3083 * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
3084 * platform/mac/fast/html/details-add-summary-5-expected.checksum:
3085 * platform/mac/fast/html/details-add-summary-5-expected.png:
3086 * platform/mac/fast/html/details-add-summary-5-expected.txt:
3087 * platform/mac/fast/html/details-add-summary-6-and-click-expected.checksum:
3088 * platform/mac/fast/html/details-add-summary-6-and-click-expected.png:
3089 * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
3090 * platform/mac/fast/html/details-add-summary-6-expected.checksum:
3091 * platform/mac/fast/html/details-add-summary-6-expected.png:
3092 * platform/mac/fast/html/details-add-summary-6-expected.txt:
3093 * platform/mac/fast/html/details-add-summary-7-and-click-expected.checksum:
3094 * platform/mac/fast/html/details-add-summary-7-and-click-expected.png:
3095 * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
3096 * platform/mac/fast/html/details-add-summary-7-expected.checksum:
3097 * platform/mac/fast/html/details-add-summary-7-expected.png:
3098 * platform/mac/fast/html/details-add-summary-7-expected.txt:
3099 * platform/mac/fast/html/details-add-summary-8-and-click-expected.checksum:
3100 * platform/mac/fast/html/details-add-summary-8-and-click-expected.png:
3101 * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
3102 * platform/mac/fast/html/details-add-summary-8-expected.checksum:
3103 * platform/mac/fast/html/details-add-summary-8-expected.png:
3104 * platform/mac/fast/html/details-add-summary-8-expected.txt:
3105 * platform/mac/fast/html/details-add-summary-9-and-click-expected.checksum:
3106 * platform/mac/fast/html/details-add-summary-9-and-click-expected.png:
3107 * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
3108 * platform/mac/fast/html/details-add-summary-9-expected.checksum:
3109 * platform/mac/fast/html/details-add-summary-9-expected.png:
3110 * platform/mac/fast/html/details-add-summary-9-expected.txt:
3111 * platform/mac/fast/html/details-no-summary1-expected.checksum:
3112 * platform/mac/fast/html/details-no-summary1-expected.png:
3113 * platform/mac/fast/html/details-no-summary1-expected.txt:
3114 * platform/mac/fast/html/details-no-summary2-expected.checksum:
3115 * platform/mac/fast/html/details-no-summary2-expected.png:
3116 * platform/mac/fast/html/details-no-summary2-expected.txt:
3117 * platform/mac/fast/html/details-no-summary3-expected.checksum:
3118 * platform/mac/fast/html/details-no-summary3-expected.png:
3119 * platform/mac/fast/html/details-no-summary3-expected.txt:
3120 * platform/mac/fast/html/details-no-summary4-expected.checksum:
3121 * platform/mac/fast/html/details-no-summary4-expected.png:
3122 * platform/mac/fast/html/details-no-summary4-expected.txt:
3123 * platform/mac/fast/html/details-open-javascript-expected.checksum:
3124 * platform/mac/fast/html/details-open-javascript-expected.png:
3125 * platform/mac/fast/html/details-open-javascript-expected.txt:
3126 * platform/mac/fast/html/details-open1-expected.checksum:
3127 * platform/mac/fast/html/details-open1-expected.png:
3128 * platform/mac/fast/html/details-open1-expected.txt:
3129 * platform/mac/fast/html/details-open2-expected.checksum:
3130 * platform/mac/fast/html/details-open2-expected.png:
3131 * platform/mac/fast/html/details-open2-expected.txt:
3132 * platform/mac/fast/html/details-open3-expected.checksum:
3133 * platform/mac/fast/html/details-open3-expected.png:
3134 * platform/mac/fast/html/details-open3-expected.txt:
3135 * platform/mac/fast/html/details-open4-expected.checksum:
3136 * platform/mac/fast/html/details-open4-expected.png:
3137 * platform/mac/fast/html/details-open4-expected.txt:
3138 * platform/mac/fast/html/details-open5-expected.checksum:
3139 * platform/mac/fast/html/details-open5-expected.png:
3140 * platform/mac/fast/html/details-open5-expected.txt:
3141 * platform/mac/fast/html/details-open6-expected.checksum:
3142 * platform/mac/fast/html/details-open6-expected.png:
3143 * platform/mac/fast/html/details-open6-expected.txt:
3144 * platform/mac/fast/html/details-position-expected.checksum:
3145 * platform/mac/fast/html/details-position-expected.png:
3146 * platform/mac/fast/html/details-position-expected.txt:
3147 * platform/mac/fast/html/details-remove-summary-1-and-click-expected.checksum:
3148 * platform/mac/fast/html/details-remove-summary-1-and-click-expected.png:
3149 * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
3150 * platform/mac/fast/html/details-remove-summary-1-expected.checksum:
3151 * platform/mac/fast/html/details-remove-summary-1-expected.png:
3152 * platform/mac/fast/html/details-remove-summary-1-expected.txt:
3153 * platform/mac/fast/html/details-remove-summary-2-and-click-expected.checksum:
3154 * platform/mac/fast/html/details-remove-summary-2-and-click-expected.png:
3155 * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
3156 * platform/mac/fast/html/details-remove-summary-2-expected.checksum:
3157 * platform/mac/fast/html/details-remove-summary-2-expected.png:
3158 * platform/mac/fast/html/details-remove-summary-2-expected.txt:
3159 * platform/mac/fast/html/details-remove-summary-3-and-click-expected.checksum:
3160 * platform/mac/fast/html/details-remove-summary-3-and-click-expected.png:
3161 * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
3162 * platform/mac/fast/html/details-remove-summary-3-expected.checksum:
3163 * platform/mac/fast/html/details-remove-summary-3-expected.png:
3164 * platform/mac/fast/html/details-remove-summary-3-expected.txt:
3165 * platform/mac/fast/html/details-remove-summary-4-and-click-expected.checksum:
3166 * platform/mac/fast/html/details-remove-summary-4-and-click-expected.png:
3167 * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
3168 * platform/mac/fast/html/details-remove-summary-4-expected.checksum:
3169 * platform/mac/fast/html/details-remove-summary-4-expected.png:
3170 * platform/mac/fast/html/details-remove-summary-4-expected.txt:
3171 * platform/mac/fast/html/details-remove-summary-5-and-click-expected.checksum:
3172 * platform/mac/fast/html/details-remove-summary-5-and-click-expected.png:
3173 * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
3174 * platform/mac/fast/html/details-remove-summary-5-expected.checksum:
3175 * platform/mac/fast/html/details-remove-summary-5-expected.png:
3176 * platform/mac/fast/html/details-remove-summary-5-expected.txt:
3177 * platform/mac/fast/html/details-remove-summary-6-and-click-expected.checksum:
3178 * platform/mac/fast/html/details-remove-summary-6-and-click-expected.png:
3179 * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
3180 * platform/mac/fast/html/details-remove-summary-6-expected.checksum:
3181 * platform/mac/fast/html/details-remove-summary-6-expected.png:
3182 * platform/mac/fast/html/details-remove-summary-6-expected.txt:
3183 * platform/mac/fast/html/details-writing-mode-expected.checksum:
3184 * platform/mac/fast/html/details-writing-mode-expected.png:
3185 * platform/mac/fast/html/details-writing-mode-expected.txt:
3187 2011-04-02 Andy Estes <aestes@apple.com>
3189 Reviewed by Oliver Hunt.
3191 REGRESSION (r69237): Black border around map elements while using an image map on Mac platform
3192 https://bugs.webkit.org/show_bug.cgi?id=52518
3194 * fast/images/imagemap-focus-ring-zero-outline-width.html: Added.
3195 * platform/mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.checksum: Added.
3196 * platform/mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
3197 * platform/mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt: Added.
3199 2011-04-01 Beth Dakin <bdakin@apple.com>
3201 Reviewed by Sam Weinig.
3203 https://bugs.webkit.org/show_bug.cgi?id=57605
3204 Frame::pageScaleFactor() should not affect getBoundingClientRect() or
3207 <rdar://problem/9194541>
3209 * fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Added.
3210 * fast/dom/Element/scale-page-bounding-client-rect.html: Added.
3211 * fast/dom/Element/scale-page-client-rects-expected.txt: Added.
3212 * fast/dom/Element/scale-page-client-rects.html: Added.
3213 * fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Added.
3214 * fast/dom/Range/scale-page-bounding-client-rect.html: Added.
3215 * fast/dom/Range/scale-page-client-rects-expected.txt: Added.
3216 * fast/dom/Range/scale-page-client-rects.html: Added.
3217 * platform/gtk/Skipped:
3218 * platform/qt/Skipped:
3219 * platform/win/Skipped:
3221 2011-04-02 Dan Bernstein <mitz@apple.com>
3223 Reverted r82775 due to changes in <details> test results, which are
3224 likely progressions.
3226 * platform/mac/fast/table/colspanMinWidth-vertical-expected.checksum:
3227 * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
3228 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
3229 * platform/mac/mathml/presentation/fractions-expected.checksum:
3230 * platform/mac/mathml/presentation/fractions-expected.png:
3231 * platform/mac/mathml/presentation/fractions-expected.txt:
3232 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.checksum:
3233 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
3234 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
3235 * platform/mac/mathml/presentation/roots-expected.checksum:
3236 * platform/mac/mathml/presentation/roots-expected.png:
3237 * platform/mac/mathml/presentation/roots-expected.txt:
3238 * platform/mac/mathml/presentation/row-alignment-expected.checksum:
3239 * platform/mac/mathml/presentation/row-alignment-expected.png:
3240 * platform/mac/mathml/presentation/row-alignment-expected.txt:
3241 * platform/mac/mathml/presentation/subsup-expected.checksum:
3242 * platform/mac/mathml/presentation/subsup-expected.png:
3243 * platform/mac/mathml/presentation/subsup-expected.txt:
3245 2011-04-02 Dan Bernstein <mitz@apple.com>
3247 Reviewed by Dave Hyatt.
3249 Remove an unnecessary extra computeLogicalWidth() from line layout
3250 https://bugs.webkit.org/show_bug.cgi?id=57711
3252 These updated expected results show progressions in MathML tests.
3253 fast/table/colspanMinWidth-vertical results changed to show that text controls
3254 still do not handle vertical writing modes correctly.
3256 * platform/mac/fast/table/colspanMinWidth-vertical-expected.checksum:
3257 * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
3258 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
3259 * platform/mac/mathml/presentation/fractions-expected.checksum:
3260 * platform/mac/mathml/presentation/fractions-expected.png:
3261 * platform/mac/mathml/presentation/fractions-expected.txt:
3262 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.checksum:
3263 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
3264 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
3265 * platform/mac/mathml/presentation/roots-expected.checksum:
3266 * platform/mac/mathml/presentation/roots-expected.png: