1 2012-01-03 Adam Barth <abarth@webkit.org>
3 Fix assert when foster parenting self-closing elements
4 https://bugs.webkit.org/show_bug.cgi?id=75527
8 Add a test case that used to case an assert.
10 * html5lib/resources/webkit02.dat:
12 2012-01-03 Jochen Eisinger <jochen@chromium.org>
14 Replace clearLocalStorage.js with localStorage.clear() now that it's implemented
15 https://bugs.webkit.org/show_bug.cgi?id=75484
17 Reviewed by Daniel Bates.
19 * storage/domstorage/localstorage/delete-removal.html:
20 * storage/domstorage/localstorage/enumerate-storage.html:
21 * storage/domstorage/localstorage/enumerate-with-length-and-key.html:
22 * storage/domstorage/localstorage/index-get-and-set.html:
23 * storage/domstorage/localstorage/missing-arguments.html:
24 * storage/domstorage/localstorage/private-browsing-affects-storage.html:
25 * storage/domstorage/localstorage/resources/clearLocalStorage.js: Removed.
26 * storage/domstorage/localstorage/simple-usage.html:
27 * storage/domstorage/localstorage/string-conversion.html:
28 * storage/domstorage/localstorage/window-open.html:
30 2012-01-03 Noel Gordon <noel.gordon@gmail.com>
32 Make fast/multicol/huge-column-count.html dumpAsText
33 https://bugs.webkit.org/show_bug.cgi?id=75513
35 Reviewed by Adam Barth.
37 Test added in r83470: convert it to dumpAsText, update expectations.
39 * fast/multicol/huge-column-count-expected.txt: Added.
40 * fast/multicol/huge-column-count.html:
41 * platform/chromium/test_expectations.txt:
42 * platform/efl/fast/multicol/huge-column-count-expected.png: Removed.
43 * platform/efl/fast/multicol/huge-column-count-expected.txt: Removed.
44 * platform/gtk/fast/multicol/huge-column-count-expected.txt: Removed.
45 * platform/mac/fast/multicol/huge-column-count-expected.txt: Removed.
46 * platform/qt/fast/multicol/huge-column-count-expected.png: Removed.
47 * platform/qt/fast/multicol/huge-column-count-expected.txt: Removed.
49 2012-01-03 Adam Barth <abarth@webkit.org>
51 script-in-svg-in-HTML doesn't run
52 https://bugs.webkit.org/show_bug.cgi?id=75233
54 Reviewed by Daniel Bates.
56 Add a test to make sure that we run scripts in SVG.
58 * fast/parser/script-in-svg-runs-expected.txt: Added.
59 * fast/parser/script-in-svg-runs.html: Added.
61 2012-01-03 Adam Barth <abarth@webkit.org>
63 Two null crashes in Treebuilder
64 https://bugs.webkit.org/show_bug.cgi?id=66101
66 Reviewed by Eric Seidel.
68 Test that we no longer crash on this test case.
70 * fast/parser/re-enter-and-crash-expected.txt: Added.
71 * fast/parser/re-enter-and-crash.html: Added.
73 2012-01-03 Adam Barth <abarth@webkit.org>
75 view-source doesn't colorize </script> correctly
76 https://bugs.webkit.org/show_bug.cgi?id=62971
78 Reviewed by Eric Seidel.
80 * fast/frames/viewsource-plain-text-tags.html:
82 2012-01-03 Dmitry Lomov <dslomov@google.com>
84 Unreviewed: filed CR109077 and updated expectations for http/tests/inspector/appcache/appcache-swap.html.
86 * platform/chromium/test_expectations.txt:
88 2012-01-03 Jochen Eisinger <jochen@chromium.org>
90 Clear localStorage before making assumption about its contents
91 https://bugs.webkit.org/show_bug.cgi?id=75469
93 Reviewed by Daniel Bates.
95 * platform/chromium/permissionclient/storage-permission.html:
97 2012-01-03 Shawn Singh <shawnsingh@chromium.org>
99 [chromium] Push drawsContent and contentsVisible into accelerated compositor
100 https://bugs.webkit.org/show_bug.cgi?id=71209
102 Reviewed by James Robinson.
104 * compositing/visibility/visibility-image-layers-expected.png:
105 * compositing/visibility/visibility-image-layers-expected.txt: Renamed from LayoutTests/platform/mac/compositing/visibility/visibility-image-layers-expected.txt.
106 * compositing/visibility/visibility-simple-canvas2d-layer-expected.png: Added.
107 * compositing/visibility/visibility-simple-canvas2d-layer-expected.txt: Added.
108 * compositing/visibility/visibility-simple-canvas2d-layer.html: Added.
109 * compositing/visibility/visibility-simple-video-layer-expected.png: Added.
110 * compositing/visibility/visibility-simple-video-layer-expected.txt: Added.
111 * compositing/visibility/visibility-simple-video-layer.html: Added.
112 * compositing/visibility/visibility-simple-webgl-layer-expected.png: Added.
113 * compositing/visibility/visibility-simple-webgl-layer-expected.txt: Added.
114 * compositing/visibility/visibility-simple-webgl-layer.html: Added.
115 * platform/chromium-mac-snowleopard/compositing/visibility/visibility-image-layers-expected.png: Removed.
116 * platform/chromium-win/compositing/visibility/visibility-image-layers-expected.png: Removed.
117 * platform/chromium/test_expectations.txt:
119 2012-01-03 Tony Chang <tony@chromium.org>
121 [chromium] Unreviewed, svg/carto.net/selectionlist.svg appears to
122 just need a rebaseline on Linux.
124 * platform/chromium-linux/svg/carto.net/selectionlist-expected.png:
125 * platform/chromium/test_expectations.txt:
127 2012-01-03 Dmitry Lomov <dslomov@google.com>
129 Unreviewed: files bug CR109068 for appcache/interrupted-update.html crash.
131 * platform/chromium/test_expectations.txt:
133 2012-01-03 Filip Pizlo <fpizlo@apple.com>
135 REGRESSION (r98196-98236): Incorrect layout of iGoogle with RSS feeds
136 https://bugs.webkit.org/show_bug.cgi?id=75303
137 <rdar://problem/10633533>
139 Reviewed by Gavin Barraclough.
141 * fast/js/dfg-inline-unused-this-expected.txt: Added.
142 * fast/js/dfg-inline-unused-this-method-check-expected.txt: Added.
143 * fast/js/dfg-inline-unused-this-method-check.html: Added.
144 * fast/js/dfg-inline-unused-this.html: Added.
145 * fast/js/dfg-intrinsic-unused-this-expected.txt: Added.
146 * fast/js/dfg-intrinsic-unused-this-method-check-expected.txt: Added.
147 * fast/js/dfg-intrinsic-unused-this-method-check.html: Added.
148 * fast/js/dfg-intrinsic-unused-this.html: Added.
149 * fast/js/script-tests/dfg-inline-unused-this-method-check.js: Added.
153 * fast/js/script-tests/dfg-inline-unused-this.js: Added.
157 * fast/js/script-tests/dfg-intrinsic-unused-this-method-check.js: Added.
160 * fast/js/script-tests/dfg-intrinsic-unused-this.js: Added.
164 2012-01-03 Yuzhu Shen <yzshen@chromium.org>
166 v8 binding: npCreateV8ScriptObject() should not returned an existing V8NPObject if the rootObject doesn't match
167 https://bugs.webkit.org/show_bug.cgi?id=74515
169 Reviewed by Nate Chapin.
171 * http/tests/plugins/create-v8-script-objects-expected.txt: Added.
172 * http/tests/plugins/create-v8-script-objects.html: Added.
173 * http/tests/plugins/resources/create-v8-script-objects-iframe.html: Added.
175 2012-01-03 Alexis Menard <alexis.menard@openbossa.org>
177 getComputedStyle for list-style is not implemented.
178 https://bugs.webkit.org/show_bug.cgi?id=75443
180 Reviewed by Tony Chang.
182 Add new tests to make sure we return the correct values.
184 * fast/css/getComputedStyle/getComputedStyle-list-style-shorthand-expected.txt: Added.
185 * fast/css/getComputedStyle/getComputedStyle-list-style-shorthand.html: Added.
187 2012-01-03 Tony Chang <tony@chromium.org>
189 [chromium] Unreviewed, rebaseline of svg/hixie/text/003.html. It
190 doesn't look flaky on the flakiness dashboard.
192 * platform/chromium-linux/svg/hixie/text/003-expected.png: Added.
193 * platform/chromium-mac-leopard/svg/hixie/text/003-expected.png: Added.
194 * platform/chromium-mac-snowleopard/svg/hixie/text/003-expected.png: Added.
195 * platform/chromium-mac/svg/hixie/text/003-expected.png: Removed.
196 * platform/chromium-win/svg/hixie/text/003-expected.png: Added.
197 * platform/chromium-win/svg/hixie/text/003-expected.txt: Added.
198 * platform/chromium/test_expectations.txt:
200 2012-01-03 Adrienne Walker <enne@google.com>
202 [chromium] Support RTL pages and elements in the compositor
203 https://bugs.webkit.org/show_bug.cgi?id=56591
205 Reviewed by James Robinson.
207 Re-enable RTL tests for Chromium.
209 * platform/chromium/test_expectations.txt:
211 2012-01-03 Gavin Barraclough <barraclough@apple.com>
213 https://bugs.webkit.org/show_bug.cgi?id=75429
214 ThrowTypeError should be a singleton object
216 Reviewed by Sam Weinig.
218 Per section 13.2.3 of the spec.
220 * fast/js/basic-strict-mode-expected.txt:
221 - ThrowTypeError is a singleton, so cannot generate
222 property-specific error messages.
223 * fast/js/script-tests/strict-throw-type-error.js: Added.
224 * fast/js/strict-throw-type-error-expected.txt: Added.
225 * fast/js/strict-throw-type-error.html: Added.
226 - added test case that ThrowTypeError is a singleton
228 2011-12-22 Joseph Pecoraro <pecoraro@apple.com>
230 Implement Date and Time Input Value Sanitization
231 https://bugs.webkit.org/show_bug.cgi?id=59951
233 Update ValidityState typeMismatch tests for date types, since
234 setting an invalid value now sanitized to the empty string.
235 So, what used to be an invalid value with a typeMismatch is
236 now a valid empty string and there is never a typeMismatch.
238 - for rangeOverflow / rangeUnderflow tests update the
239 test to point out when a value was sanitized.
240 - for typeMismatch tests, typeMismatch can no longer
241 happen for sanitized values. Change the test to output
242 if the value was sanitized or not and ensure that
243 we are never in a typeMismatch state. Disabled inputs
244 are also sanitized when their value changes.
246 Reviewed by Kent Tamura.
248 * fast/forms/date/ValidityState-rangeOverflow-date-expected.txt:
249 * fast/forms/date/ValidityState-rangeOverflow-date.html:
250 * fast/forms/date/ValidityState-rangeUnderflow-date-expected.txt:
251 * fast/forms/date/ValidityState-rangeUnderflow-date.html:
252 * fast/forms/date/ValidityState-typeMismatch-date-expected.txt:
253 * fast/forms/date/ValidityState-typeMismatch-date.html:
254 * fast/forms/datetime/ValidityState-rangeOverflow-datetime-expected.txt:
255 * fast/forms/datetime/ValidityState-rangeOverflow-datetime.html:
256 * fast/forms/datetime/ValidityState-rangeUnderflow-datetime-expected.txt:
257 * fast/forms/datetime/ValidityState-rangeUnderflow-datetime.html:
258 * fast/forms/datetime/ValidityState-typeMismatch-datetime-expected.txt:
259 * fast/forms/datetime/ValidityState-typeMismatch-datetime.html:
260 * fast/forms/datetimelocal/ValidityState-rangeOverflow-datetimelocal-expected.txt:
261 * fast/forms/datetimelocal/ValidityState-rangeOverflow-datetimelocal.html:
262 * fast/forms/datetimelocal/ValidityState-rangeUnderflow-datetimelocal-expected.txt:
263 * fast/forms/datetimelocal/ValidityState-rangeUnderflow-datetimelocal.html:
264 * fast/forms/datetimelocal/ValidityState-typeMismatch-datetimelocal-expected.txt:
265 * fast/forms/datetimelocal/ValidityState-typeMismatch-datetimelocal.html:
266 * fast/forms/month/ValidityState-rangeOverflow-month-expected.txt:
267 * fast/forms/month/ValidityState-rangeOverflow-month.html:
268 * fast/forms/month/ValidityState-rangeUnderflow-month-expected.txt:
269 * fast/forms/month/ValidityState-rangeUnderflow-month.html:
270 * fast/forms/month/ValidityState-typeMismatch-month-expected.txt:
271 * fast/forms/month/ValidityState-typeMismatch-month.html:
272 * fast/forms/time/ValidityState-rangeOverflow-time-expected.txt:
273 * fast/forms/time/ValidityState-rangeOverflow-time.html:
274 * fast/forms/time/ValidityState-rangeUnderflow-time-expected.txt:
275 * fast/forms/time/ValidityState-rangeUnderflow-time.html:
276 * fast/forms/time/ValidityState-typeMismatch-time-expected.txt:
277 * fast/forms/time/ValidityState-typeMismatch-time.html:
278 * fast/forms/week/ValidityState-rangeOverflow-week-expected.txt:
279 * fast/forms/week/ValidityState-rangeOverflow-week.html:
280 * fast/forms/week/ValidityState-rangeUnderflow-week-expected.txt:
281 * fast/forms/week/ValidityState-rangeUnderflow-week.html:
282 * fast/forms/week/ValidityState-typeMismatch-week-expected.txt:
283 * fast/forms/week/ValidityState-typeMismatch-week.html:
285 2012-01-03 Alexis Menard <alexis.menard@openbossa.org>
287 getComputedStyle should return shorthands properties with the minimum number of sides possible.
288 https://bugs.webkit.org/show_bug.cgi?id=75434
290 Reviewed by Tony Chang.
292 As stated in http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSS2Properties we should
293 return shorthands properties with the minimum number of sides possible.
295 * fast/css/getComputedStyle/getComputedStyle-border-color-shorthand-expected.txt:
296 * fast/css/getComputedStyle/getComputedStyle-border-color-shorthand.html:
297 * fast/css/getComputedStyle/getComputedStyle-border-style-shorthand-expected.txt:
298 * fast/css/getComputedStyle/getComputedStyle-border-style-shorthand.html:
299 * fast/css/getComputedStyle/getComputedStyle-border-width-expected.txt:
300 * fast/css/getComputedStyle/getComputedStyle-border-width.html:
302 2012-01-03 Florin Malita <fmalita@google.com>
304 NULL ptr in WebCore::SVGStyledTransformableElement::animatedLocalTransform
305 https://bugs.webkit.org/show_bug.cgi?id=75227
307 Reviewed by Dirk Schulze.
309 * svg/custom/webkit-transform-crash-expected.txt: Added.
310 * svg/custom/webkit-transform-crash.html: Added.
312 2012-01-03 Alexis Menard <alexis.menard@openbossa.org>
314 getComputedStyle for border is not implemented.
315 https://bugs.webkit.org/show_bug.cgi?id=75319
317 Reviewed by Tony Chang.
319 Extend existing test to cover that we return correct values.
321 * fast/css/getComputedStyle/getComputedStyle-border-shorthand-expected.txt:
322 * fast/css/getComputedStyle/getComputedStyle-border-shorthand.html:
324 2012-01-03 Alexis Menard <alexis.menard@openbossa.org>
326 getComputedStyle for outline is not implemented.
327 https://bugs.webkit.org/show_bug.cgi?id=75441
329 Reviewed by Antonio Gomes.
331 Add new tests to make sure we return the correct values.
333 * fast/css/getComputedStyle/getComputedStyle-outline-shorthand-expected.txt: Added.
334 * fast/css/getComputedStyle/getComputedStyle-outline-shorthand.html: Added.
336 2012-01-03 Alpha Lam <hclam@chromium.org>
338 https://bugs.webkit.org/show_bug.cgi?id=75468
339 Suppress layout test failure due to a new test.
341 Unreviewed, build fix.
343 * platform/chromium/test_expectations.txt:
345 2012-01-02 Gavin Barraclough <barraclough@apple.com>
347 https://bugs.webkit.org/show_bug.cgi?id=75452
348 If argument to Error is undefined, message is not set
350 Reviewed by Sam Weinig.
354 * fast/js/native-error-prototype-expected.txt:
355 * fast/js/script-tests/native-error-prototype.js:
357 2012-01-02 Gavin Barraclough <barraclough@apple.com>
359 ES5 prohibits parseInt from supporting octal
360 https://bugs.webkit.org/show_bug.cgi?id=75455
362 Reviewed by Sam Weinig.
364 See sections 15.1.2.2 and annex E.
366 * fast/js/kde/GlobalObject-expected.txt:
367 * fast/js/kde/script-tests/GlobalObject.js:
368 - Change test to check for correct result.
369 * sputnik/Implementation_Diagnostics/S15.1.2.2_D1.1-expected.txt:
370 * sputnik/Implementation_Diagnostics/S15.1.2.2_D1.2-expected.txt:
371 - One test asserts parseInt handles octal, one asserts it does not!
372 This patch switches which one passes & which fails.
374 2012-01-02 Gavin Barraclough <barraclough@apple.com>
376 https://bugs.webkit.org/show_bug.cgi?id=55343
377 Global JSON should be configurable but isn't
379 Reviewed by Sam Weinig.
381 * ietestcenter/Javascript/11.4.1-4.a-8-expected.txt:
382 - check in passing result
384 2012-01-02 Balazs Kelemen <kbalazs@webkit.org>
386 Unreviewed Qt-WK2 gardening.
388 Unskip table tests for wk2 after platform results
389 have been added in r103898.
391 * platform/qt-wk2/Skipped:
393 2012-01-02 Philippe Normand <pnormand@igalia.com>
395 [GTK] fast/dom/constructed-objects-prototypes.html fails
396 https://bugs.webkit.org/show_bug.cgi?id=75432
398 Unreviewed, mark fast/dom/constructed-objects-prototypes.html as
399 failing in GTK test_expectations.
401 * platform/gtk/test_expectations.txt:
403 2012-01-02 Csaba Osztrogonác <ossy@webkit.org>
405 fast/dom/htmlcollection-zombies.html fails on GTK and on Qt
406 https://bugs.webkit.org/show_bug.cgi?id=75431
408 Unreviewed gardening. Skip fast/dom/htmlcollection-zombies.html until fix.
410 * platform/gtk/Skipped:
411 * platform/qt/Skipped:
413 2012-01-02 Csaba Osztrogonác <ossy@webkit.org>
415 Rebaseline table tests to reflect new width of table captions after r103875
416 https://bugs.webkit.org/show_bug.cgi?id=74888
418 Unreviewed gardening.
420 * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.txt:
421 * platform/qt/fast/css/caption-width-absolute-position-expected.png: Added.
422 * platform/qt/fast/css/caption-width-absolute-position-expected.txt: Added.
423 * platform/qt/fast/css/caption-width-absolute-position-offset-top-expected.png: Added.
424 * platform/qt/fast/css/caption-width-absolute-position-offset-top-expected.txt: Added.
425 * platform/qt/fast/css/caption-width-fixed-position-expected.png: Added.
426 * platform/qt/fast/css/caption-width-fixed-position-expected.txt: Added.
427 * platform/qt/fast/css/caption-width-fixed-position-offset-top-expected.png: Added.
428 * platform/qt/fast/css/caption-width-fixed-position-offset-top-expected.txt: Added.
429 * platform/qt/fast/css/caption-width-relative-position-expected.png: Added.
430 * platform/qt/fast/css/caption-width-relative-position-expected.txt: Added.
431 * platform/qt/fast/css/caption-width-relative-position-offset-top-expected.png: Added.
432 * platform/qt/fast/css/caption-width-relative-position-offset-top-expected.txt: Added.
433 * platform/qt/fast/dom/HTMLTableElement/colSpan-expected.png:
434 * platform/qt/fast/dom/HTMLTableElement/colSpan-expected.txt:
435 * platform/qt/fast/dom/HTMLTableElement/createCaption-expected.png:
436 * platform/qt/fast/dom/HTMLTableElement/createCaption-expected.txt:
437 * platform/qt/fast/repaint/table-section-repaint-expected.png: Added.
438 * platform/qt/fast/repaint/table-section-repaint-expected.txt:
439 * platform/qt/fast/table/frame-and-rules-expected.png:
440 * platform/qt/fast/table/frame-and-rules-expected.txt:
441 * platform/qt/tables/mozilla/bugs/bug1163-1-expected.png:
442 * platform/qt/tables/mozilla/bugs/bug1163-1-expected.txt:
443 * platform/qt/tables/mozilla/bugs/bug119786-expected.png:
444 * platform/qt/tables/mozilla/bugs/bug119786-expected.txt:
445 * platform/qt/tables/mozilla/bugs/bug1302-expected.png:
446 * platform/qt/tables/mozilla/bugs/bug1302-expected.txt:
447 * platform/qt/tables/mozilla/bugs/bug222846-expected.png:
448 * platform/qt/tables/mozilla/bugs/bug222846-expected.txt:
449 * platform/qt/tables/mozilla/bugs/bug29058-3-expected.png:
450 * platform/qt/tables/mozilla/bugs/bug29058-3-expected.txt:
451 * platform/qt/tables/mozilla/bugs/bug29157-expected.png:
452 * platform/qt/tables/mozilla/bugs/bug29157-expected.txt:
453 * platform/qt/tables/mozilla/bugs/bug48028-1-expected.png:
454 * platform/qt/tables/mozilla/bugs/bug48028-1-expected.txt:
455 * platform/qt/tables/mozilla/bugs/bug48028-2-expected.png:
456 * platform/qt/tables/mozilla/bugs/bug48028-2-expected.txt:
457 * platform/qt/tables/mozilla/bugs/bug5838-expected.png:
458 * platform/qt/tables/mozilla/bugs/bug5838-expected.txt:
459 * platform/qt/tables/mozilla/bugs/bug6304-expected.png:
460 * platform/qt/tables/mozilla/bugs/bug6304-expected.txt:
461 * platform/qt/tables/mozilla/bugs/bug8381-expected.png:
462 * platform/qt/tables/mozilla/bugs/bug8381-expected.txt:
463 * platform/qt/tables/mozilla/core/captions-expected.png:
464 * platform/qt/tables/mozilla/core/captions-expected.txt:
465 * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
466 * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
467 * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
468 * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.txt:
469 * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
470 * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
471 * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
472 * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
473 * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
474 * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
475 * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
476 * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.txt:
477 * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
478 * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
479 * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
480 * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
481 * platform/qt/tables/mozilla/marvin/table_frame_border-expected.png:
482 * platform/qt/tables/mozilla/marvin/table_frame_border-expected.txt:
483 * platform/qt/tables/mozilla/marvin/table_frame_box-expected.png:
484 * platform/qt/tables/mozilla/marvin/table_frame_box-expected.txt:
485 * platform/qt/tables/mozilla/marvin/table_rules_all-expected.png:
486 * platform/qt/tables/mozilla/marvin/table_rules_all-expected.txt:
487 * platform/qt/tables/mozilla/marvin/table_rules_none-expected.png:
488 * platform/qt/tables/mozilla/marvin/table_rules_none-expected.txt:
489 * platform/qt/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
490 * platform/qt/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
491 * platform/qt/tables/mozilla/marvin/tables_caption_align_top-expected.png:
492 * platform/qt/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
493 * platform/qt/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
494 * platform/qt/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
495 * platform/qt/tables/mozilla/marvin/x_caption_align_top-expected.png:
496 * platform/qt/tables/mozilla/marvin/x_caption_align_top-expected.txt:
497 * platform/qt/tables/mozilla/marvin/x_caption_class-expected.png:
498 * platform/qt/tables/mozilla/marvin/x_caption_class-expected.txt:
499 * platform/qt/tables/mozilla/marvin/x_caption_id-expected.png:
500 * platform/qt/tables/mozilla/marvin/x_caption_id-expected.txt:
501 * platform/qt/tables/mozilla/marvin/x_caption_style-expected.png:
502 * platform/qt/tables/mozilla/marvin/x_caption_style-expected.txt:
503 * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
504 * platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
505 * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.png:
506 * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.txt:
507 * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
508 * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
509 * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
510 * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
511 * platform/qt/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
512 * platform/qt/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
513 * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
514 * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
515 * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
516 * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
517 * platform/qt/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
518 * platform/qt/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
519 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
520 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
521 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png:
522 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
523 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
524 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
525 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
526 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
527 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
528 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
529 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
530 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
531 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png:
532 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt:
533 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png:
534 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
535 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
536 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
537 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
538 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
539 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
540 * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
541 * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
542 * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
543 * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.png:
544 * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
545 * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.png:
546 * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
547 * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.png:
548 * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.txt:
549 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
550 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
551 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
552 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
553 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
554 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
555 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
556 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
557 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
558 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
559 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
560 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
561 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
562 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
563 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
564 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
565 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
566 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
567 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
568 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
569 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
570 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
571 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
572 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
573 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
574 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
575 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
576 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
577 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
578 * platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
579 * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
580 * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
581 * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
582 * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
583 * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
584 * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
585 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
586 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
587 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
588 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
589 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
590 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
591 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
592 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
593 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
594 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
595 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
596 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
597 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png:
598 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
599 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png:
600 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
601 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
602 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
603 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
604 * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
605 * platform/qt/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
606 * platform/qt/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
607 * platform/qt/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
608 * platform/qt/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
609 * platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
610 * platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
611 * platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
612 * platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
613 * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
614 * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
615 * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
616 * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
617 * platform/qt/tables/mozilla_expected_failures/other/test4-expected.png:
618 * platform/qt/tables/mozilla_expected_failures/other/test4-expected.txt:
619 * platform/qt/test_expectations.txt:
621 2012-01-02 Philippe Normand <pnormand@igalia.com>
623 Unreviewed, skip two canvas tests failing in GTK after r103849.
625 * platform/gtk/Skipped: Skip canvas/philip/tests/2d.pattern.image.string.html
626 and canvas/philip/tests/2d.pattern.image.undefined.html that need
629 2012-01-02 Mikhail Naganov <mnaganov@chromium.org>
631 [Chromium] Unreviewed test expectations update.
632 https://bugs.webkit.org/show_bug.cgi?id=75430
634 * platform/chromium/test_expectations.txt:
636 2012-01-02 Csaba Osztrogonác <ossy@webkit.org>
638 Remove unnecessary [Custom] attribute in CanvasRenderingContext2D.idl
639 https://bugs.webkit.org/show_bug.cgi?id=75376
641 Unreviewed gardening after r103849 to paint the bot green.
643 * platform/qt/Skipped: Skip canvas/philip/tests/2d.pattern.image.string.html
644 and canvas/philip/tests/2d.pattern.image.undefined.html until proper fix.
647 2012-01-02 Philippe Normand <pnormand@igalia.com>
649 Unreviewed, GTK rebaseline after r103251 and r103875.
651 * platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt:
652 * platform/gtk/fast/css/caption-width-absolute-position-expected.txt: Added.
653 * platform/gtk/fast/css/caption-width-absolute-position-offset-top-expected.txt: Added.
654 * platform/gtk/fast/css/caption-width-fixed-position-expected.txt: Added.
655 * platform/gtk/fast/css/caption-width-fixed-position-offset-top-expected.txt: Added.
656 * platform/gtk/fast/css/caption-width-relative-position-expected.txt: Added.
657 * platform/gtk/fast/css/caption-width-relative-position-offset-top-expected.txt: Added.
658 * platform/gtk/fast/dom/HTMLTableElement/colSpan-expected.txt:
659 * platform/gtk/fast/dom/HTMLTableElement/createCaption-expected.txt:
660 * platform/gtk/fast/repaint/table-section-repaint-expected.txt:
661 * platform/gtk/fast/table/frame-and-rules-expected.txt:
662 * platform/gtk/tables/mozilla/bugs/bug1163-1-expected.txt:
663 * platform/gtk/tables/mozilla/bugs/bug119786-expected.txt:
664 * platform/gtk/tables/mozilla/bugs/bug1302-expected.txt:
665 * platform/gtk/tables/mozilla/bugs/bug222846-expected.txt:
666 * platform/gtk/tables/mozilla/bugs/bug29058-3-expected.txt:
667 * platform/gtk/tables/mozilla/bugs/bug29157-expected.txt:
668 * platform/gtk/tables/mozilla/bugs/bug48028-1-expected.txt:
669 * platform/gtk/tables/mozilla/bugs/bug48028-2-expected.txt:
670 * platform/gtk/tables/mozilla/bugs/bug5838-expected.txt:
671 * platform/gtk/tables/mozilla/bugs/bug6304-expected.txt:
672 * platform/gtk/tables/mozilla/bugs/bug8381-expected.txt:
673 * platform/gtk/tables/mozilla/core/captions-expected.txt:
674 * platform/gtk/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
675 * platform/gtk/tables/mozilla/marvin/backgr_position-table-expected.txt:
676 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
677 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
678 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
679 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-expected.txt:
680 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
681 * platform/gtk/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
682 * platform/gtk/tables/mozilla/marvin/table_frame_border-expected.txt:
683 * platform/gtk/tables/mozilla/marvin/table_frame_box-expected.txt:
684 * platform/gtk/tables/mozilla/marvin/table_rules_all-expected.txt:
685 * platform/gtk/tables/mozilla/marvin/table_rules_none-expected.txt:
686 * platform/gtk/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
687 * platform/gtk/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
688 * platform/gtk/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
689 * platform/gtk/tables/mozilla/marvin/x_caption_align_top-expected.txt:
690 * platform/gtk/tables/mozilla/marvin/x_caption_class-expected.txt:
691 * platform/gtk/tables/mozilla/marvin/x_caption_id-expected.txt:
692 * platform/gtk/tables/mozilla/marvin/x_caption_style-expected.txt:
693 * platform/gtk/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
694 * platform/gtk/tables/mozilla/other/wa_table_tr_align-expected.txt:
695 * platform/gtk/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
696 * platform/gtk/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
697 * platform/gtk/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
698 * platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
699 * platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
700 * platform/gtk/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
701 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
702 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
703 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
704 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
705 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
706 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
707 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt:
708 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
709 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
710 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
711 * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
712 * platform/gtk/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
713 * platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.txt:
714 * platform/gtk/tables/mozilla_expected_failures/core/captions2-expected.txt:
715 * platform/gtk/tables/mozilla_expected_failures/core/captions3-expected.txt:
716 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
717 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
718 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
719 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
720 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
721 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
722 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
723 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
724 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
725 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
726 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
727 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
728 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
729 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
730 * platform/gtk/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
731 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
732 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
733 * platform/gtk/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
734 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
735 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
736 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
737 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
738 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
739 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
740 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
741 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
742 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
743 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
744 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
745 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
746 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
747 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
748 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
749 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
750 * platform/gtk/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
751 * platform/gtk/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
752 * platform/gtk/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
753 * platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
754 * platform/gtk/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
755 * platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
756 * platform/gtk/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
757 * platform/gtk/tables/mozilla_expected_failures/other/test4-expected.txt:
759 2012-01-02 Philippe Normand <pnormand@igalia.com>
761 Unreviewed, unskipping tests needing a GTK rebaseline.
763 * platform/gtk/test_expectations.txt:
765 2012-01-01 Nico Weber <thakis@chromium.org>
767 [chromium] need win/linux baselines for patch from issue 69694
768 https://bugs.webkit.org/show_bug.cgi?id=69791
770 Unreviewed, expectations update.
772 * platform/chromium-win/plugins/iframe-plugin-bgcolor-expected.txt: Renamed from LayoutTests/platform/mac/plugins/iframe-plugin-bgcolor-expected.txt.
773 * platform/chromium/plugins/iframe-plugin-bgcolor-expected.txt: Added.
774 * platform/chromium/test_expectations.txt:
775 * platform/mac/plugins/iframe-plugin-bgcolor-expected.png: Renamed from LayoutTests/plugins/iframe-plugin-bgcolor-expected.png.
776 * plugins/iframe-plugin-bgcolor-expected.txt: Renamed from LayoutTests/platform/gtk/plugins/iframe-plugin-bgcolor-expected.txt.
778 2012-01-01 Andrew Wilson <atwilson@chromium.org>
780 Unreviewed test expectations change for chromium.
782 * platform/chromium-linux/fast/css/caption-width-absolute-position-expected.png: Added.
783 * platform/chromium-linux/fast/css/caption-width-absolute-position-offset-top-expected.png: Added.
784 * platform/chromium-linux/fast/css/caption-width-fixed-position-expected.png: Added.
785 * platform/chromium-linux/fast/css/caption-width-fixed-position-offset-top-expected.png: Added.
786 * platform/chromium-linux/fast/css/caption-width-relative-position-expected.png: Added.
787 * platform/chromium-linux/fast/css/caption-width-relative-position-offset-top-expected.png: Added.
789 2012-01-01 Andreas Kling <awesomekling@apple.com>
791 Unreviewed, checking in missing update to gc-9.html from r103883.
793 * fast/dom/gc-9-expected.txt:
794 * fast/dom/gc-9.html:
796 2012-01-01 Mikhail Naganov <mnaganov@chromium.org>
798 [Chromium] Unreviewed test expectations update after r103877.
799 https://bugs.webkit.org/show_bug.cgi?id=75418
801 * platform/chromium/test_expectations.txt:
803 2012-01-01 Mikhail Naganov <mnaganov@chromium.org>
805 [Chromium] Unreviewed test expectations update after r103875.
806 https://bugs.webkit.org/show_bug.cgi?id=74888
808 * platform/chromium-cg-mac-leopard/fast/dom/HTMLTableElement/colSpan-expected.png: Added.
809 * platform/chromium-cg-mac-leopard/fast/dom/HTMLTableElement/createCaption-expected.png: Added.
810 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug1163-1-expected.png: Added.
811 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug119786-expected.png: Added.
812 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug1302-expected.png: Added.
813 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug222846-expected.png: Added.
814 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug29058-3-expected.png: Added.
815 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug48028-1-expected.png:
816 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug48028-2-expected.png: Added.
817 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug5838-expected.png: Added.
818 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug6304-expected.png: Added.
819 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug8381-expected.png: Added.
820 * platform/chromium-cg-mac-leopard/tables/mozilla/core/captions-expected.png: Added.
821 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_layers-opacity-expected.png: Added.
822 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_position-table-expected.png: Added.
823 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: Added.
824 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_simple-table-column-expected.png: Added.
825 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: Added.
826 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_simple-table-expected.png: Added.
827 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_simple-table-row-expected.png: Added.
828 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: Added.
829 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/table_frame_border-expected.png: Added.
830 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/table_frame_box-expected.png: Added.
831 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/table_rules_all-expected.png: Added.
832 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/table_rules_none-expected.png: Added.
833 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/tables_caption_align_bot-expected.png: Added.
834 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/tables_caption_align_top-expected.png: Added.
835 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/x_caption_align_bottom-expected.png: Added.
836 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/x_caption_align_top-expected.png: Added.
837 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/x_caption_class-expected.png: Added.
838 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/x_caption_id-expected.png: Added.
839 * platform/chromium-cg-mac-leopard/tables/mozilla/marvin/x_caption_style-expected.png: Added.
840 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Added.
841 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Added.
842 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug104898-expected.png: Added.
843 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Added.
844 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
845 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Added.
846 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png: Added.
847 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png: Added.
848 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png: Added.
849 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png: Added.
850 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png: Added.
851 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png: Added.
852 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png: Added.
853 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png: Added.
854 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Added.
855 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png: Added.
856 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png: Added.
857 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Added.
858 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/core/captions3-expected.png: Added.
859 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: Added.
860 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Added.
861 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added.
862 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: Added.
863 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: Added.
864 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: Added.
865 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Added.
866 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Added.
867 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Added.
868 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: Added.
869 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: Added.
870 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: Added.
871 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: Added.
872 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: Added.
873 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Added.
874 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png: Added.
875 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png: Added.
876 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png: Added.
877 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png: Added.
878 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png: Added.
879 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png: Added.
880 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png: Added.
881 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: Added.
882 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added.
883 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png: Added.
884 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png: Added.
885 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: Added.
886 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png: Added.
887 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png: Added.
888 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Added.
889 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Added.
890 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png: Added.
891 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png: Added.
892 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png: Added.
893 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png: Added.
894 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/other/test4-expected.png:
895 * platform/chromium-cg-mac-snowleopard/fast/css/bidi-override-in-anonymous-block-expected.txt: Added.
896 * platform/chromium-cg-mac-snowleopard/fast/css/caption-width-absolute-position-expected.png: Added.
897 * platform/chromium-cg-mac-snowleopard/fast/css/caption-width-absolute-position-offset-top-expected.png: Added.
898 * platform/chromium-cg-mac-snowleopard/fast/css/caption-width-fixed-position-expected.png: Added.
899 * platform/chromium-cg-mac-snowleopard/fast/css/caption-width-fixed-position-offset-top-expected.png: Added.
900 * platform/chromium-cg-mac-snowleopard/fast/css/caption-width-relative-position-expected.png: Added.
901 * platform/chromium-cg-mac-snowleopard/fast/css/caption-width-relative-position-offset-top-expected.png: Added.
902 * platform/chromium-cg-mac-snowleopard/fast/dom/HTMLTableElement/colSpan-expected.png: Added.
903 * platform/chromium-cg-mac-snowleopard/fast/dom/HTMLTableElement/colSpan-expected.txt: Added.
904 * platform/chromium-cg-mac-snowleopard/fast/dom/HTMLTableElement/createCaption-expected.png: Added.
905 * platform/chromium-cg-mac-snowleopard/fast/dom/HTMLTableElement/createCaption-expected.txt: Added.
906 * platform/chromium-cg-mac-snowleopard/fast/table/frame-and-rules-expected.txt: Added.
907 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug1163-1-expected.png: Added.
908 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug1163-1-expected.txt: Added.
909 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug119786-expected.png: Added.
910 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug119786-expected.txt: Added.
911 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug1302-expected.png: Added.
912 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug1302-expected.txt: Added.
913 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug222846-expected.png: Added.
914 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug222846-expected.txt: Added.
915 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug29058-3-expected.png: Added.
916 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug29058-3-expected.txt: Added.
917 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug29157-expected.txt: Added.
918 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug48028-1-expected.png: Added.
919 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug48028-1-expected.txt: Added.
920 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug48028-2-expected.png: Added.
921 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug48028-2-expected.txt: Added.
922 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug5838-expected.png: Added.
923 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug5838-expected.txt: Added.
924 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug6304-expected.png: Added.
925 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug6304-expected.txt: Added.
926 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug8381-expected.png: Added.
927 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug8381-expected.txt: Added.
928 * platform/chromium-cg-mac-snowleopard/tables/mozilla/core/captions-expected.png: Added.
929 * platform/chromium-cg-mac-snowleopard/tables/mozilla/core/captions-expected.txt: Added.
930 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_layers-opacity-expected.png: Added.
931 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: Added.
932 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_position-table-expected.png: Added.
933 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_position-table-expected.txt: Added.
934 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: Added.
935 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: Added.
936 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-expected.png: Added.
937 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: Added.
938 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: Added.
939 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: Added.
940 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-expected.png: Added.
941 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-expected.txt: Added.
942 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-expected.png: Added.
943 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: Added.
944 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: Added.
945 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: Added.
946 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_frame_border-expected.png: Added.
947 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_frame_border-expected.txt: Added.
948 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_frame_box-expected.png: Added.
949 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_frame_box-expected.txt: Added.
950 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_rules_all-expected.png: Added.
951 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_rules_all-expected.txt: Added.
952 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_rules_none-expected.png: Added.
953 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/table_rules_none-expected.txt: Added.
954 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_bot-expected.png: Added.
955 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_bot-expected.txt: Added.
956 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_top-expected.png: Added.
957 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_top-expected.txt: Added.
958 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_align_bottom-expected.png: Added.
959 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_align_bottom-expected.txt: Added.
960 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_align_top-expected.png: Added.
961 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_align_top-expected.txt: Added.
962 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_class-expected.png: Added.
963 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_class-expected.txt: Added.
964 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_id-expected.png: Added.
965 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_id-expected.txt: Added.
966 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_style-expected.png: Added.
967 * platform/chromium-cg-mac-snowleopard/tables/mozilla/marvin/x_caption_style-expected.txt: Added.
968 * platform/chromium-cg-mac-snowleopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: Added.
969 * platform/chromium-cg-mac-snowleopard/tables/mozilla/other/wa_table_tr_align-expected.txt: Added.
970 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Added.
971 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10140-expected.txt: Added.
972 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Added.
973 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: Added.
974 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug104898-expected.png: Added.
975 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug104898-expected.txt: Added.
976 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Added.
977 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: Added.
978 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
979 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: Added.
980 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Added.
981 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: Added.
982 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png: Added.
983 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt: Added.
984 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png: Added.
985 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt: Added.
986 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png: Added.
987 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: Added.
988 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png: Added.
989 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: Added.
990 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png: Added.
991 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: Added.
992 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png: Added.
993 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: Added.
994 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png: Added.
995 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt: Added.
996 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png: Added.
997 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt: Added.
998 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Added.
999 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt: Added.
1000 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png: Added.
1001 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt: Added.
1002 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png: Added.
1003 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt: Added.
1004 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Added.
1005 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug91057-expected.txt: Added.
1006 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/core/captions3-expected.png: Added.
1007 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/core/captions3-expected.txt: Added.
1008 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: Added.
1009 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: Added.
1010 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Added.
1011 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: Added.
1012 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added.
1013 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: Added.
1014 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: Added.
1015 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: Added.
1016 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: Added.
1017 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: Added.
1018 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: Added.
1019 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: Added.
1020 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Added.
1021 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: Added.
1022 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Added.
1023 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: Added.
1024 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Added.
1025 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: Added.
1026 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: Added.
1027 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: Added.
1028 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: Added.
1029 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: Added.
1030 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: Added.
1031 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: Added.
1032 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: Added.
1033 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: Added.
1034 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: Added.
1035 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: Added.
1036 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: Added.
1037 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt: Added.
1038 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt: Added.
1039 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Added.
1040 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt: Added.
1041 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png: Added.
1042 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: Added.
1043 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png: Added.
1044 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: Added.
1045 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png: Added.
1046 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt: Added.
1047 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png: Added.
1048 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt: Added.
1049 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png: Added.
1050 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: Added.
1051 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png: Added.
1052 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: Added.
1053 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png: Added.
1054 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: Added.
1055 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: Added.
1056 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: Added.
1057 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added.
1058 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: Added.
1059 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png: Added.
1060 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: Added.
1061 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png: Added.
1062 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: Added.
1063 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png: Added.
1064 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: Added.
1065 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: Added.
1066 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: Added.
1067 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png: Added.
1068 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: Added.
1069 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png: Added.
1070 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: Added.
1071 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png: Added.
1072 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: Added.
1073 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png: Added.
1074 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: Added.
1075 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Added.
1076 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt: Added.
1077 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Added.
1078 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt: Added.
1079 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png: Added.
1080 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt: Added.
1081 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png: Added.
1082 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt: Added.
1083 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png: Added.
1084 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt: Added.
1085 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png: Added.
1086 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt: Added.
1087 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.png:
1088 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.txt: Added.
1089 * platform/chromium-linux/fast/dom/HTMLTableElement/colSpan-expected.png:
1090 * platform/chromium-linux/fast/dom/HTMLTableElement/createCaption-expected.png:
1091 * platform/chromium-linux/tables/mozilla/bugs/bug1163-1-expected.png:
1092 * platform/chromium-linux/tables/mozilla/bugs/bug119786-expected.png:
1093 * platform/chromium-linux/tables/mozilla/bugs/bug1302-expected.png:
1094 * platform/chromium-linux/tables/mozilla/bugs/bug222846-expected.png:
1095 * platform/chromium-linux/tables/mozilla/bugs/bug29058-3-expected.png:
1096 * platform/chromium-linux/tables/mozilla/bugs/bug48028-1-expected.png:
1097 * platform/chromium-linux/tables/mozilla/bugs/bug48028-2-expected.png:
1098 * platform/chromium-linux/tables/mozilla/bugs/bug5838-expected.png:
1099 * platform/chromium-linux/tables/mozilla/bugs/bug6304-expected.png:
1100 * platform/chromium-linux/tables/mozilla/bugs/bug8381-expected.png:
1101 * platform/chromium-linux/tables/mozilla/core/captions-expected.png:
1102 * platform/chromium-linux/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
1103 * platform/chromium-linux/tables/mozilla/marvin/backgr_position-table-expected.png:
1104 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
1105 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
1106 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
1107 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-expected.png:
1108 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
1109 * platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
1110 * platform/chromium-linux/tables/mozilla/marvin/table_frame_border-expected.png:
1111 * platform/chromium-linux/tables/mozilla/marvin/table_frame_box-expected.png:
1112 * platform/chromium-linux/tables/mozilla/marvin/table_rules_all-expected.png:
1113 * platform/chromium-linux/tables/mozilla/marvin/table_rules_none-expected.png:
1114 * platform/chromium-linux/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
1115 * platform/chromium-linux/tables/mozilla/marvin/tables_caption_align_top-expected.png:
1116 * platform/chromium-linux/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
1117 * platform/chromium-linux/tables/mozilla/marvin/x_caption_align_top-expected.png:
1118 * platform/chromium-linux/tables/mozilla/marvin/x_caption_class-expected.png:
1119 * platform/chromium-linux/tables/mozilla/marvin/x_caption_id-expected.png:
1120 * platform/chromium-linux/tables/mozilla/marvin/x_caption_style-expected.png:
1121 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
1122 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
1123 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
1124 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
1125 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
1126 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
1127 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
1128 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
1129 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png:
1130 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
1131 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
1132 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
1133 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
1134 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png:
1135 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png:
1136 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
1137 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
1138 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
1139 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
1140 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
1141 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
1142 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions3-expected.png:
1143 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
1144 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
1145 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
1146 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
1147 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
1148 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
1149 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
1150 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
1151 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
1152 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
1153 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
1154 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
1155 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
1156 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
1157 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
1158 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png:
1159 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png:
1160 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png:
1161 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png:
1162 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png:
1163 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png:
1164 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png:
1165 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
1166 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
1167 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
1168 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
1169 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
1170 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
1171 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png:
1172 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png:
1173 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
1174 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
1175 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
1176 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
1177 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
1178 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
1179 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
1180 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
1181 * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png:
1182 * platform/chromium-mac-leopard/fast/dom/HTMLTableElement/colSpan-expected.png:
1183 * platform/chromium-mac-leopard/fast/dom/HTMLTableElement/createCaption-expected.png:
1184 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1163-1-expected.png:
1185 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug119786-expected.png:
1186 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1302-expected.png:
1187 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug222846-expected.png:
1188 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug29058-3-expected.png:
1189 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug48028-1-expected.png:
1190 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug48028-2-expected.png:
1191 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug5838-expected.png:
1192 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug6304-expected.png:
1193 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug8381-expected.png:
1194 * platform/chromium-mac-leopard/tables/mozilla/core/captions-expected.png:
1195 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
1196 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_position-table-expected.png:
1197 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
1198 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
1199 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
1200 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-expected.png:
1201 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
1202 * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
1203 * platform/chromium-mac-leopard/tables/mozilla/marvin/table_frame_border-expected.png:
1204 * platform/chromium-mac-leopard/tables/mozilla/marvin/table_frame_box-expected.png:
1205 * platform/chromium-mac-leopard/tables/mozilla/marvin/table_rules_all-expected.png:
1206 * platform/chromium-mac-leopard/tables/mozilla/marvin/table_rules_none-expected.png:
1207 * platform/chromium-mac-leopard/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
1208 * platform/chromium-mac-leopard/tables/mozilla/marvin/tables_caption_align_top-expected.png:
1209 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
1210 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_caption_align_top-expected.png:
1211 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_caption_class-expected.png:
1212 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_caption_id-expected.png:
1213 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_caption_style-expected.png:
1214 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
1215 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
1216 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
1217 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
1218 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
1219 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
1220 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
1221 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png:
1222 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
1223 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
1224 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
1225 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
1226 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png:
1227 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png:
1228 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
1229 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
1230 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
1231 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
1232 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/core/captions3-expected.png:
1233 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
1234 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
1235 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
1236 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
1237 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
1238 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
1239 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
1240 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
1241 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
1242 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
1243 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
1244 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
1245 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
1246 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
1247 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
1248 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
1249 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
1250 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png:
1251 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png:
1252 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png:
1253 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png:
1254 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png:
1255 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png:
1256 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png:
1257 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
1258 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
1259 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
1260 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
1261 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
1262 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
1263 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
1264 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
1265 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
1266 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
1267 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
1268 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
1269 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
1270 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/other/test4-expected.png:
1271 * platform/chromium-mac-snowleopard/fast/css/bidi-override-in-anonymous-block-expected.txt: Added.
1272 * platform/chromium-mac-snowleopard/fast/css/caption-width-absolute-position-expected.png: Added.
1273 * platform/chromium-mac-snowleopard/fast/css/caption-width-absolute-position-offset-top-expected.png: Added.
1274 * platform/chromium-mac-snowleopard/fast/css/caption-width-fixed-position-expected.png: Added.
1275 * platform/chromium-mac-snowleopard/fast/css/caption-width-fixed-position-offset-top-expected.png: Added.
1276 * platform/chromium-mac-snowleopard/fast/css/caption-width-relative-position-expected.png: Added.
1277 * platform/chromium-mac-snowleopard/fast/css/caption-width-relative-position-offset-top-expected.png: Added.
1278 * platform/chromium-mac-snowleopard/fast/dom/HTMLTableElement/colSpan-expected.png: Added.
1279 * platform/chromium-mac-snowleopard/fast/dom/HTMLTableElement/colSpan-expected.txt: Added.
1280 * platform/chromium-mac-snowleopard/fast/dom/HTMLTableElement/createCaption-expected.png: Added.
1281 * platform/chromium-mac-snowleopard/fast/dom/HTMLTableElement/createCaption-expected.txt: Added.
1282 * platform/chromium-mac-snowleopard/fast/table/frame-and-rules-expected.txt: Added.
1283 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1163-1-expected.png: Added.
1284 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1163-1-expected.txt: Added.
1285 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug119786-expected.png: Added.
1286 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug119786-expected.txt: Added.
1287 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1302-expected.png: Added.
1288 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1302-expected.txt: Added.
1289 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug222846-expected.png: Added.
1290 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug222846-expected.txt: Added.
1291 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug29058-3-expected.png: Added.
1292 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug29058-3-expected.txt: Added.
1293 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug29157-expected.txt: Added.
1294 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug48028-1-expected.png: Added.
1295 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug48028-1-expected.txt: Added.
1296 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug48028-2-expected.png: Added.
1297 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug48028-2-expected.txt: Added.
1298 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug5838-expected.png: Added.
1299 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug5838-expected.txt: Added.
1300 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug6304-expected.png: Added.
1301 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug6304-expected.txt: Added.
1302 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug8381-expected.png: Added.
1303 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug8381-expected.txt: Added.
1304 * platform/chromium-mac-snowleopard/tables/mozilla/core/captions-expected.png: Added.
1305 * platform/chromium-mac-snowleopard/tables/mozilla/core/captions-expected.txt: Added.
1306 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_layers-opacity-expected.png: Added.
1307 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: Added.
1308 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_position-table-expected.png: Added.
1309 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_position-table-expected.txt: Added.
1310 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: Added.
1311 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: Added.
1312 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-expected.png: Added.
1313 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: Added.
1314 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: Added.
1315 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: Added.
1316 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-expected.png: Added.
1317 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-expected.txt: Added.
1318 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-expected.png: Added.
1319 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: Added.
1320 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: Added.
1321 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: Added.
1322 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_frame_border-expected.png: Added.
1323 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_frame_border-expected.txt: Added.
1324 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_frame_box-expected.png: Added.
1325 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_frame_box-expected.txt: Added.
1326 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_rules_all-expected.png: Added.
1327 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_rules_all-expected.txt: Added.
1328 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_rules_none-expected.png: Added.
1329 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/table_rules_none-expected.txt: Added.
1330 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_bot-expected.png: Added.
1331 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_bot-expected.txt: Added.
1332 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_top-expected.png: Added.
1333 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tables_caption_align_top-expected.txt: Added.
1334 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_align_bottom-expected.png: Added.
1335 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_align_bottom-expected.txt: Added.
1336 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_align_top-expected.png: Added.
1337 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_align_top-expected.txt: Added.
1338 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_class-expected.png: Added.
1339 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_class-expected.txt: Added.
1340 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_id-expected.png: Added.
1341 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_id-expected.txt: Added.
1342 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_style-expected.png: Added.
1343 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_caption_style-expected.txt: Added.
1344 * platform/chromium-mac-snowleopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: Added.
1345 * platform/chromium-mac-snowleopard/tables/mozilla/other/wa_table_tr_align-expected.txt: Added.
1346 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Added.
1347 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10140-expected.txt: Added.
1348 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Added.
1349 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: Added.
1350 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug104898-expected.png: Added.
1351 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug104898-expected.txt: Added.
1352 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Added.
1353 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: Added.
1354 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
1355 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: Added.
1356 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Added.
1357 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: Added.
1358 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png: Added.
1359 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt: Added.
1360 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png: Added.
1361 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt: Added.
1362 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png: Added.
1363 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: Added.
1364 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png: Added.
1365 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: Added.
1366 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png: Added.
1367 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: Added.
1368 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png: Added.
1369 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: Added.
1370 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png: Added.
1371 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt: Added.
1372 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png: Added.
1373 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt: Added.
1374 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Added.
1375 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt: Added.
1376 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png: Added.
1377 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt: Added.
1378 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png: Added.
1379 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt: Added.
1380 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Added.
1381 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug91057-expected.txt: Added.
1382 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/core/captions3-expected.png: Added.
1383 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/core/captions3-expected.txt: Added.
1384 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: Added.
1385 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: Added.
1386 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Added.
1387 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: Added.
1388 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added.
1389 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: Added.
1390 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: Added.
1391 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: Added.
1392 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: Added.
1393 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: Added.
1394 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: Added.
1395 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: Added.
1396 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Added.
1397 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: Added.
1398 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Added.
1399 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: Added.
1400 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Added.
1401 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: Added.
1402 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: Added.
1403 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: Added.
1404 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: Added.
1405 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: Added.
1406 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: Added.
1407 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: Added.
1408 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: Added.
1409 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: Added.
1410 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: Added.
1411 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: Added.
1412 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: Added.
1413 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png: Added.
1414 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt: Added.
1415 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png: Added.
1416 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt: Added.
1417 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Added.
1418 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt: Added.
1419 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png: Added.
1420 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: Added.
1421 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png: Added.
1422 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: Added.
1423 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png: Added.
1424 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt: Added.
1425 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png: Added.
1426 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt: Added.
1427 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png: Added.
1428 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: Added.
1429 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png: Added.
1430 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: Added.
1431 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png: Added.
1432 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: Added.
1433 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: Added.
1434 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: Added.
1435 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added.
1436 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: Added.
1437 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png: Added.
1438 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: Added.
1439 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png: Added.
1440 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: Added.
1441 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png: Added.
1442 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: Added.
1443 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: Added.
1444 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: Added.
1445 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png: Added.
1446 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: Added.
1447 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png: Added.
1448 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: Added.
1449 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png: Added.
1450 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: Added.
1451 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png: Added.
1452 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: Added.
1453 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Added.
1454 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt: Added.
1455 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Added.
1456 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt: Added.
1457 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png: Added.
1458 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt: Added.
1459 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png: Added.
1460 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt: Added.
1461 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png: Added.
1462 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt: Added.
1463 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png: Added.
1464 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt: Added.
1465 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.png:
1466 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.txt: Added.
1467 * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.txt:
1468 * platform/chromium-win/fast/css/caption-width-absolute-position-expected.png: Added.
1469 * platform/chromium-win/fast/css/caption-width-absolute-position-offset-top-expected.png: Added.
1470 * platform/chromium-win/fast/css/caption-width-fixed-position-expected.png: Added.
1471 * platform/chromium-win/fast/css/caption-width-fixed-position-offset-top-expected.png: Added.
1472 * platform/chromium-win/fast/css/caption-width-relative-position-expected.png: Added.
1473 * platform/chromium-win/fast/css/caption-width-relative-position-offset-top-expected.png: Added.
1474 * platform/chromium-win/fast/dom/HTMLTableElement/colSpan-expected.png:
1475 * platform/chromium-win/fast/dom/HTMLTableElement/colSpan-expected.txt:
1476 * platform/chromium-win/fast/dom/HTMLTableElement/createCaption-expected.png:
1477 * platform/chromium-win/fast/dom/HTMLTableElement/createCaption-expected.txt:
1478 * platform/chromium-win/fast/repaint/table-section-repaint-expected.txt: Added.
1479 * platform/chromium-win/fast/table/frame-and-rules-expected.txt:
1480 * platform/chromium-win/tables/mozilla/bugs/bug1163-1-expected.png:
1481 * platform/chromium-win/tables/mozilla/bugs/bug1163-1-expected.txt:
1482 * platform/chromium-win/tables/mozilla/bugs/bug119786-expected.png:
1483 * platform/chromium-win/tables/mozilla/bugs/bug119786-expected.txt:
1484 * platform/chromium-win/tables/mozilla/bugs/bug1302-expected.png:
1485 * platform/chromium-win/tables/mozilla/bugs/bug1302-expected.txt:
1486 * platform/chromium-win/tables/mozilla/bugs/bug222846-expected.png:
1487 * platform/chromium-win/tables/mozilla/bugs/bug222846-expected.txt:
1488 * platform/chromium-win/tables/mozilla/bugs/bug29058-3-expected.png:
1489 * platform/chromium-win/tables/mozilla/bugs/bug29058-3-expected.txt:
1490 * platform/chromium-win/tables/mozilla/bugs/bug29157-expected.txt:
1491 * platform/chromium-win/tables/mozilla/bugs/bug48028-1-expected.png:
1492 * platform/chromium-win/tables/mozilla/bugs/bug48028-1-expected.txt:
1493 * platform/chromium-win/tables/mozilla/bugs/bug48028-2-expected.png:
1494 * platform/chromium-win/tables/mozilla/bugs/bug48028-2-expected.txt:
1495 * platform/chromium-win/tables/mozilla/bugs/bug5838-expected.png:
1496 * platform/chromium-win/tables/mozilla/bugs/bug5838-expected.txt:
1497 * platform/chromium-win/tables/mozilla/bugs/bug6304-expected.png:
1498 * platform/chromium-win/tables/mozilla/bugs/bug6304-expected.txt:
1499 * platform/chromium-win/tables/mozilla/bugs/bug8381-expected.png:
1500 * platform/chromium-win/tables/mozilla/bugs/bug8381-expected.txt:
1501 * platform/chromium-win/tables/mozilla/core/captions-expected.png:
1502 * platform/chromium-win/tables/mozilla/core/captions-expected.txt:
1503 * platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
1504 * platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
1505 * platform/chromium-win/tables/mozilla/marvin/backgr_position-table-expected.png:
1506 * platform/chromium-win/tables/mozilla/marvin/backgr_position-table-expected.txt:
1507 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
1508 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
1509 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
1510 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
1511 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
1512 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
1513 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-expected.png:
1514 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-expected.txt:
1515 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
1516 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
1517 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
1518 * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
1519 * platform/chromium-win/tables/mozilla/marvin/table_frame_border-expected.png:
1520 * platform/chromium-win/tables/mozilla/marvin/table_frame_border-expected.txt:
1521 * platform/chromium-win/tables/mozilla/marvin/table_frame_box-expected.png:
1522 * platform/chromium-win/tables/mozilla/marvin/table_frame_box-expected.txt:
1523 * platform/chromium-win/tables/mozilla/marvin/table_rules_all-expected.png:
1524 * platform/chromium-win/tables/mozilla/marvin/table_rules_all-expected.txt:
1525 * platform/chromium-win/tables/mozilla/marvin/table_rules_none-expected.png:
1526 * platform/chromium-win/tables/mozilla/marvin/table_rules_none-expected.txt:
1527 * platform/chromium-win/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
1528 * platform/chromium-win/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
1529 * platform/chromium-win/tables/mozilla/marvin/tables_caption_align_top-expected.png:
1530 * platform/chromium-win/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
1531 * platform/chromium-win/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
1532 * platform/chromium-win/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
1533 * platform/chromium-win/tables/mozilla/marvin/x_caption_align_top-expected.png:
1534 * platform/chromium-win/tables/mozilla/marvin/x_caption_align_top-expected.txt:
1535 * platform/chromium-win/tables/mozilla/marvin/x_caption_class-expected.png:
1536 * platform/chromium-win/tables/mozilla/marvin/x_caption_class-expected.txt:
1537 * platform/chromium-win/tables/mozilla/marvin/x_caption_id-expected.png:
1538 * platform/chromium-win/tables/mozilla/marvin/x_caption_id-expected.txt:
1539 * platform/chromium-win/tables/mozilla/marvin/x_caption_style-expected.png:
1540 * platform/chromium-win/tables/mozilla/marvin/x_caption_style-expected.txt:
1541 * platform/chromium-win/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
1542 * platform/chromium-win/tables/mozilla/other/wa_table_tr_align-expected.txt:
1543 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
1544 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
1545 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
1546 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
1547 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
1548 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
1549 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
1550 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
1551 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
1552 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
1553 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
1554 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
1555 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
1556 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
1557 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png:
1558 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
1559 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
1560 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
1561 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
1562 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
1563 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
1564 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
1565 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
1566 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
1567 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png:
1568 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt:
1569 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png:
1570 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
1571 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
1572 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
1573 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
1574 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
1575 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
1576 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
1577 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
1578 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
1579 * platform/chromium-win/tables/mozilla_expected_failures/core/captions1-expected.png:
1580 * platform/chromium-win/tables/mozilla_expected_failures/core/captions1-expected.txt:
1581 * platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.png:
1582 * platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.txt:
1583 * platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.png:
1584 * platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.txt:
1585 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
1586 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
1587 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
1588 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
1589 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
1590 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
1591 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
1592 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
1593 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
1594 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
1595 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
1596 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
1597 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
1598 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
1599 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
1600 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
1601 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
1602 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
1603 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
1604 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
1605 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
1606 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
1607 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
1608 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
1609 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
1610 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
1611 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
1612 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
1613 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
1614 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
1615 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
1616 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
1617 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
1618 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png:
1619 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
1620 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png:
1621 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
1622 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png:
1623 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.txt:
1624 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png:
1625 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.txt:
1626 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png:
1627 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
1628 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png:
1629 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
1630 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png:
1631 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
1632 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
1633 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
1634 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
1635 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
1636 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
1637 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
1638 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
1639 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
1640 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
1641 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
1642 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
1643 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
1644 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png:
1645 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
1646 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png:
1647 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
1648 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
1649 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
1650 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
1651 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
1652 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
1653 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
1654 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
1655 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
1656 * platform/chromium-win/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
1657 * platform/chromium-win/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
1658 * platform/chromium-win/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
1659 * platform/chromium-win/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
1660 * platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
1661 * platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
1662 * platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
1663 * platform/chromium-win/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
1664 * platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.png:
1665 * platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.txt:
1666 * platform/chromium/test_expectations.txt:
1668 2012-01-01 Andreas Kling <awesomekling@apple.com>
1670 Move the remaining collections to caching on their respective base nodes.
1671 <http://webkit.org/b/75416>
1673 Reviewed by Anders Carlsson.
1675 - Updated gc-9.html to document the new lifetime behavior of HTMLCollections.
1676 - Merged all the *collection-idempotence.html tests into a big one and added
1677 tests for the newly changed collections.
1679 * fast/dom/gc-9-expected.txt:
1680 * fast/dom/gc-9.html:
1681 * fast/dom/collection-idempotence-expected.txt: Added.
1682 * fast/dom/collection-idempotence.html: Added.
1683 * fast/dom/document-collection-idempotence-expected.txt: Removed.
1684 * fast/dom/document-collection-idempotence.html: Removed.
1685 * fast/dom/form-elements-collection-idempotence-expected.txt: Removed.
1686 * fast/dom/form-elements-collection-idempotence.html: Removed.
1687 * fast/dom/select-options-collection-idempotence-expected.txt: Removed.
1688 * fast/dom/select-options-collection-idempotence.html: Removed.
1689 * fast/dom/table-rows-collection-idempotence-expected.txt: Removed.
1690 * fast/dom/table-rows-collection-idempotence.html: Removed.
1692 2012-01-01 Balazs Kelemen <kbalazs@webkit.org>
1694 [Qt] Layout divergence between WK1/2 in table tests
1695 https://bugs.webkit.org/show_bug.cgi?id=75417
1697 Unreviewed new year gardening.
1698 Skip failing tests for now.
1700 * platform/qt-wk2/Skipped:
1702 2012-01-01 Robert Hogan <robert@webkit.org>
1704 Final update to Chromium expectations for Mac and Win following r103875.
1705 The failures are IMAGE only, rather than IMAGE+TEXT.
1709 * platform/chromium/test_expectations.txt:
1711 2012-01-01 Robert Hogan <robert@webkit.org>
1713 Update to expectations from r103875
1715 Unreviewed, expectations update.
1717 Remove the reference result for border-collapse-offset-002.htm since
1718 it does not work on two platforms. Fix the chromium expectations file
1719 for Mac and Win builds.
1721 * css2.1/20110323/border-collapse-offset-002-expected.html: Removed.
1722 * platform/chromium/test_expectations.txt:
1723 * platform/gtk/test_expectations.txt:
1724 * platform/mac/test_expectations.txt:
1726 2012-01-01 Robert Hogan <robert@webkit.org>
1728 Update test expectations after r103875
1732 Skip tests on Apple Win that need to be rebaselined as the bot is not using
1733 new-run-webkit-tests.
1734 Rendering of ahem font seems to differ between ports so mark new tests added
1735 om r103875 for rebaselining.
1736 I missed fast/table/frame-and-rules.html as requiring rebaseline as it was
1737 already marked as failing in Chromium Linux.
1738 Mac and GTK render the reference result for border-collapse-offset-002.htm
1739 differently from other ports, so mark it as requiring rebaseline for those
1742 * platform/chromium/test_expectations.txt:
1743 * platform/gtk/test_expectations.txt:
1744 * platform/mac/test_expectations.txt:
1745 * platform/qt/test_expectations.txt:
1746 * platform/win/Skipped:
1748 2011-12-20 Robert Hogan <robert@webkit.org>
1750 CSS 2.1 failure: border-collapse-offset-002.htm fails
1751 https://bugs.webkit.org/show_bug.cgi?id=71705
1753 Reviewed by Julien Chaffraix.
1755 Table captions now use the width of the table rather than the width of the table minus
1756 the borders. This allows captions to center accurately but unfortunately a lot of mozilla
1757 table tests need to be rebaselined as many of them use captions for explaining the purpose
1758 of individual test files!
1760 Add border-collapse-offset-002.htm which now renders correctly.
1762 * css2.1/20110323/border-collapse-offset-002-expected.html: Added.
1763 * css2.1/20110323/border-collapse-offset-002.htm: Added.
1764 * fast/css/caption-width-absolute-position-expected.png: Added.
1765 * fast/css/caption-width-absolute-position-expected.txt: Added.
1766 * fast/css/caption-width-absolute-position-offset-top-expected.png: Added.
1767 * fast/css/caption-width-absolute-position-offset-top-expected.txt: Added.
1768 * fast/css/caption-width-absolute-position-offset-top.htm: Added.
1769 * fast/css/caption-width-absolute-position.htm: Added.
1770 * fast/css/caption-width-fixed-position-expected.png: Added.
1771 * fast/css/caption-width-fixed-position-expected.txt: Added.
1772 * fast/css/caption-width-fixed-position-offset-top-expected.png: Added.
1773 * fast/css/caption-width-fixed-position-offset-top-expected.txt: Added.
1774 * fast/css/caption-width-fixed-position-offset-top.htm: Added.
1775 * fast/css/caption-width-fixed-position.htm: Added.
1776 * fast/css/caption-width-relative-position-expected.png: Added.
1777 * fast/css/caption-width-relative-position-expected.txt: Added.
1778 * fast/css/caption-width-relative-position-offset-top-expected.png: Added.
1779 * fast/css/caption-width-relative-position-offset-top-expected.txt: Added.
1780 * fast/css/caption-width-relative-position-offset-top.htm: Added.
1781 * fast/css/caption-width-relative-position.htm: Added.
1782 * platform/chromium/test_expectations.txt: Suppress affected table tests until rebaselined.
1783 * platform/gtk/test_expectations.txt: ditto
1784 * platform/mac/test_expectations.txt: ditto
1785 * platform/qt/test_expectations.txt: ditto
1786 * platform/win/test_expectations.txt: ditto
1788 2012-01-01 Andreas Kling <awesomekling@apple.com>
1790 Make HTMLCollections play nice after their base node is gone.
1791 <http://webkit.org/b/75410>
1793 Reviewed by Anders Carlsson.
1795 * fast/dom/htmlcollection-zombies-expected.txt: Added.
1796 * fast/dom/htmlcollection-zombies.html: Added.
1798 2011-12-31 Dan Bernstein <mitz@apple.com>
1800 REGRESSION (WebKit2): Cursor, hover states not updated when page scrolls under stationary mouse pointer
1801 https://bugs.webkit.org/show_bug.cgi?id=75405
1803 Reviewed by Anders Carlsson.
1805 * fast/events/frame-scroll-fake-mouse-move-expected.txt: Added.
1806 * fast/events/frame-scroll-fake-mouse-move.html: Copied from
1807 LayoutTests/fast/events/overflow-scroll-fake-mouse-move.html and adapted to page scrolling.
1809 2011-12-30 Andreas Kling <awesomekling@apple.com>
1811 Cache and reuse the HTMLTableElement.rows collection.
1812 <http://webkit.org/b/75398>
1814 Reviewed by Anders Carlsson.
1816 - Update gc-9.html to document the new lifetime characteristics of HTMLTableElement.rows.
1817 - Add a test to verify that HTMLTableElement.rows returns the same object when called repeatedly.
1819 * fast/dom/gc-9-expected.txt:
1820 * fast/dom/gc-9.html:
1821 * fast/dom/table-rows-collection-idempotence-expected.txt: Added.
1822 * fast/dom/table-rows-collection-idempotence.html: Added.
1824 2011-12-30 Andreas Kling <awesomekling@apple.com>
1826 Cache and reuse the HTMLSelectElement.options collection.
1827 <http://webkit.org/b/75399>
1829 Reviewed by Anders Carlsson.
1831 - Update gc-9.html to document the new lifetime characteristics of HTMLSelectElement.options.
1832 - Add a test to verify that HTMLSelectElement.options returns the same object when called repeatedly.
1834 * fast/dom/gc-9-expected.txt:
1835 * fast/dom/gc-9.html:
1836 * fast/dom/select-options-collection-idempotence-expected.txt: Added.
1837 * fast/dom/select-options-collection-idempotence.html: Added.
1839 2011-12-30 Robert Hogan <robert@webkit.org>
1841 [Qt] fast/css/absolute-inline-alignment.html fails
1842 https://bugs.webkit.org/show_bug.cgi?id=75400
1844 Unreviewed, skipping 2 new tests on Qt after r103851.
1846 * platform/qt/Skipped:
1848 2011-12-30 Eric Carlson <eric.carlson@apple.com>
1850 [chromium] media/track/track-cue-rendering.html fails
1851 https://bugs.webkit.org/show_bug.cgi?id=75098
1853 Reviewed by Dan Bernstein.
1855 * media/media-controls.js:
1856 (textTrackDisplayElement): Don't assume there is only one shadow DOM element used to
1858 * media/track/track-cue-nothing-to-render-expected.txt: Updated.
1859 * media/track/track-cue-nothing-to-render.html: Fix the test so it checks the track
1860 container and cue text pseudo element properties separately.
1861 * media/track/track-cue-rendering-expected.txt: Updated for textTrackDisplayElement change.
1862 * media/track/track-cue-rendering.html: Ditto.
1864 2011-12-30 Robert Hogan <robert@webkit.org>
1866 REGRESSION (r94492): Text is shifted to the right in some buttons in the Mac App Store
1867 https://bugs.webkit.org/show_bug.cgi?id=74723
1869 Reviewed by Dan Bernstein.
1871 * fast/css/absolute-inline-alignment-2-expected.html: Added.
1872 * fast/css/absolute-inline-alignment-2.html: Added.
1873 * fast/css/absolute-inline-alignment-expected.html: Added.
1874 * fast/css/absolute-inline-alignment.html: Added.
1876 2011-12-30 Dale Curtis <dalecurtis@chromium.org>
1878 media/video-scales-in-media-document.html is Chromium specific
1879 https://bugs.webkit.org/show_bug.cgi?id=75079
1881 Moves the test into platform/chromium/media and removes the Skipped
1884 Reviewed by Eric Carlson.
1886 * platform/chromium/media/video-scales-in-media-document-expected.txt: Renamed from LayoutTests/media/video-scales-in-media-document-expected.txt.
1887 * platform/chromium/media/video-scales-in-media-document.html: Renamed from LayoutTests/media/video-scales-in-media-document.html.
1888 * platform/gtk/Skipped:
1890 2011-12-30 Andreas Kling <awesomekling@apple.com>
1892 Cache and reuse the HTMLFormElement.elements collection.
1893 <http://webkit.org/b/75375>
1895 Reviewed by Anders Carlsson.
1897 - Update gc-9.html to document the new lifetime characteristics of HTMLFormElement.elements.
1898 - Add a test to verify that HTMLFormElement.elements returns the same object when called repeatedly.
1900 * fast/dom/form-elements-collection-idempotence-expected.txt: Added.
1901 * fast/dom/form-elements-collection-idempotence.html: Added.
1902 * fast/dom/gc-9-expected.txt:
1903 * fast/dom/gc-9.html:
1905 2011-12-30 Andreas Kling <awesomekling@apple.com>
1907 WebKitCSSKeyframeRule.style.parentRule should point to the keyframe rule.
1908 <http://webkit.org/b/75336>
1910 Reviewed by Antti Koivisto.
1912 * fast/css/css-keyframe-style-parentRule-expected.txt: Added.
1913 * fast/css/css-keyframe-style-parentRule.html: Added.
1915 2011-12-30 Mikhail Naganov <mnaganov@chromium.org>
1917 [Chromium] Unreviewed test expectations change for nested-reflection tests.
1919 * platform/chromium/test_expectations.txt:
1921 2011-12-29 Tony Chang <tony@chromium.org>
1923 [chromium] Unreviewed, add a bug number to a failing test.
1925 * platform/chromium/test_expectations.txt:
1927 2011-12-29 Andrew Wilson <atwilson@chromium.org>
1929 Unreviewed chromium expectation changes to skip array-splice.html.
1931 * platform/chromium/test_expectations.txt:
1933 2011-12-29 David Barton <dbarton@mathscribe.com>
1935 mfenced skips the first separator if the separators attribute contains multiple separators
1936 https://bugs.webkit.org/show_bug.cgi?id=57697
1938 Reviewed by Dan Bernstein.
1940 * mathml/presentation/fenced-mi.xhtml:
1941 - Added 2 test cases.
1942 * platform/mac/mathml/presentation/fenced-mi-expected.png:
1943 * platform/mac/mathml/presentation/fenced-mi-expected.txt:
1945 2011-12-29 Gavin Barraclough <barraclough@apple.com>
1947 https://bugs.webkit.org/show_bug.cgi?id=75140
1949 Reviewed by Oliver Hunt.
1953 * fast/js/script-tests/array-splice.js:
1955 2011-12-29 Tony Chang <tony@chromium.org>
1957 [chromium] Unreviewed, unskip http/tests/plugins/geturlnotify-from-npp-destroystream.html
1958 since it passes on my Mac Chromium build. Move plugins/inner-html-display-none-expected.txt
1959 from chromium-win to chromium-- it's a V8 specific result.
1961 * platform/chromium/plugins/inner-html-display-none-expected.txt: Renamed from LayoutTests/platform/chromium-win/plugins/inner-html-display-none-expected.txt.
1962 * platform/chromium/test_expectations.txt:
1964 2011-12-29 Sheriff Bot <webkit.review.bot@gmail.com>
1966 Unreviewed, rolling out r103808.
1967 http://trac.webkit.org/changeset/103808
1968 https://bugs.webkit.org/show_bug.cgi?id=75370
1970 Tests failed on Chrome Canary bots. (Requested by atwilson on
1973 * media/video-scales-in-media-document-expected.txt: Renamed from LayoutTests/platform/chromium/media/video-scales-in-media-document-expected.txt.
1974 * media/video-scales-in-media-document.html: Renamed from LayoutTests/platform/chromium/media/video-scales-in-media-document.html.
1975 * platform/gtk/Skipped:
1977 2011-12-29 Tony Chang <tony@chromium.org>
1979 [chromium] Unreviewed, rebaseline new flexbox repaint tests on chromium mac
1980 and remove http/tests/plugins/geturlnotify-from-npp-destroystream.html
1981 from test_expectations.txt since it's passing on Win/Linux.
1983 * platform/chromium-cg-mac-leopard/css3/flexbox/repaint-expected.png: Added.
1984 * platform/chromium-cg-mac-leopard/css3/flexbox/repaint-rtl-column-expected.png: Added.
1985 * platform/chromium-cg-mac-snowleopard/css3/flexbox/repaint-expected.png: Added.
1986 * platform/chromium-cg-mac-snowleopard/css3/flexbox/repaint-rtl-column-expected.png: Added.
1987 * platform/chromium-mac-leopard/css3/flexbox/repaint-expected.png: Added.
1988 * platform/chromium-mac-leopard/css3/flexbox/repaint-rtl-column-expected.png: Added.
1989 * platform/chromium-mac-snowleopard/css3/flexbox/repaint-expected.png: Added.
1990 * platform/chromium-mac-snowleopard/css3/flexbox/repaint-rtl-column-expected.png: Added.
1991 * platform/chromium/test_expectations.txt:
1993 2011-12-29 Tony Chang <tony@chromium.org>
1995 [chromium] Unreviewed, add a png baseline for
1996 mouse-click-plugin-clears-selection on chromium-win and re-add 2 flaky svg tests.
1998 * platform/chromium-cg-mac/plugins/mouse-click-plugin-clears-selection-expected.txt: Removed.
1999 * platform/chromium-mac/plugins/mouse-click-plugin-clears-selection-expected.png: Removed.
2000 * platform/chromium-mac/plugins/mouse-click-plugin-clears-selection-expected.txt: Removed.
2001 * platform/chromium-win/plugins/mouse-click-plugin-clears-selection-expected.png: Renamed from LayoutTests/platform/chromium-win-vista/plugins/mouse-click-plugin-clears-selection-expected.png.
2002 * platform/chromium-win/plugins/mouse-click-plugin-clears-selection-expected.txt: Renamed from LayoutTests/platform/chromium/plugins/mouse-click-plugin-clears-selection-expected.txt.
2003 * platform/chromium/plugins/mouse-click-plugin-clears-selection-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/plugins/mouse-click-plugin-clears-selection-expected.png.
2004 * platform/chromium/test_expectations.txt:
2006 2011-12-29 Daniel Bates <dbates@webkit.org>
2008 animation-drt-api-multiple-keyframes.html cannot possibly fail
2009 https://bugs.webkit.org/show_bug.cgi?id=73112
2011 Reviewed by Simon Fraser.
2013 Output a FAIL message when we fail to pause the animation. This matches the
2014 failure mode before <https://trac.webkit.org/changeset/84873> (bug #59389).
2016 Additionally, fixes an issue where we paused at a time after cessation of the
2017 animation following <https://trac.webkit.org/changeset/84873>. Instead, we
2018 should pause at a time before cessation of the animation.
2020 * animations/animation-drt-api-multiple-keyframes.html:
2022 2011-12-29 Vsevolod Vlasov <vsevik@chromium.org>
2024 Web Inspector: Scripts navigator should trim long file names and show full url in tooltip.
2025 https://bugs.webkit.org/show_bug.cgi?id=75343
2027 Reviewed by Pavel Feldman.
2029 * http/tests/inspector/debugger-test.js:
2030 (initialize_DebuggerTest):
2031 * inspector/debugger/scripts-panel-expected.txt:
2032 * inspector/debugger/ui-source-code-display-name-expected.txt: Added.
2033 * inspector/debugger/ui-source-code-display-name.html: Added.
2035 2011-12-29 Alexis Menard <alexis.menard@openbossa.org>
2037 getComputedStyle for margin is not implemented.
2038 https://bugs.webkit.org/show_bug.cgi?id=75358
2040 Reviewed by Andreas Kling.
2042 Add test to cover that we return correct values.
2044 * fast/css/getComputedStyle/getComputedStyle-margin-shorthand-expected.txt: Added.
2045 * fast/css/getComputedStyle/getComputedStyle-margin-shorthand.html: Added.
2047 2011-12-29 Alexis Menard <alexis.menard@openbossa.org>
2049 getComputedStyle for padding is not implemented.
2050 https://bugs.webkit.org/show_bug.cgi?id=75352
2052 Reviewed by Andreas Kling.
2054 Add test to cover that we return correct values.
2056 * fast/css/getComputedStyle/getComputedStyle-padding-shorthand-expected.txt: Added.
2057 * fast/css/getComputedStyle/getComputedStyle-padding-shorthand.html: Added.
2059 2011-12-29 Dale Curtis <dalecurtis@chromium.org>
2061 [GTK] media/video-scales-in-media-document.html fails
2062 https://bugs.webkit.org/show_bug.cgi?id=75079
2064 Moves the test into platform/chromium/media and removes the Skipped
2067 Reviewed by Eric Carlson.
2069 * platform/chromium/media/video-scales-in-media-document-expected.txt: Renamed from LayoutTests/media/video-scales-in-media-document-expected.txt.
2070 * platform/chromium/media/video-scales-in-media-document.html: Renamed from LayoutTests/media/video-scales-in-media-document.html.
2071 * platform/gtk/Skipped:
2073 2011-12-29 Pavel Podivilov <podivilov@chromium.org>
2075 Web Inspector: support sourceMappingURL magic comment.
2076 https://bugs.webkit.org/show_bug.cgi?id=75356
2078 Reviewed by Pavel Feldman.
2080 * http/tests/inspector/compiler-source-mapping-debug.html:
2081 * http/tests/inspector/resources/compiled.js:
2083 2011-12-23 Alexander Pavlov <apavlov@chromium.org>
2085 Web Inspector: Implement CSS selector profiler
2086 https://bugs.webkit.org/show_bug.cgi?id=74004
2088 Reviewed by Pavel Feldman.
2090 * inspector/profiler/detailed-heapshots-test.js:
2091 (initialize_DetailedHeapshotTest):
2092 * inspector/profiler/profiler-test.js:
2093 (initialize_ProfilerTest.InspectorTest.startProfilerTest.startTest):
2094 (initialize_ProfilerTest.InspectorTest.startProfilerTest):
2096 2011-12-29 Sheriff Bot <webkit.review.bot@gmail.com>
2098 Unreviewed, rolling out r103798.
2099 http://trac.webkit.org/changeset/103798
2100 https://bugs.webkit.org/show_bug.cgi?id=75353
2102 some small scrollbar differences are making the tests fail on
2103 several platforms (Requested by jchaffraix on #webkit).
2105 * fast/layers/scroll-with-transform-composited-layer-expected.html: Removed.
2106 * fast/layers/scroll-with-transform-composited-layer.html: Removed.
2107 * fast/layers/scroll-with-transform-layer-expected.html: Removed.
2108 * fast/layers/scroll-with-transform-layer.html: Removed.
2110 2011-12-29 Julien Chaffraix <jchaffraix@webkit.org>
2112 REGRESSION (r93614): Safari Reader doesn't repaint correctly when scrolling
2113 https://bugs.webkit.org/show_bug.cgi?id=67100
2115 Reviewed by Dan Bernstein.
2117 Added 2 ref tests for scrolling inside a transformed layers (either composited
2120 * fast/layers/scroll-with-transform-composited-layer-expected.html: Added.
2121 * fast/layers/scroll-with-transform-composited-layer.html: Added.
2122 * fast/layers/scroll-with-transform-layer-expected.html: Added.
2123 * fast/layers/scroll-with-transform-layer.html: Added.
2125 2011-12-28 Pavel Podivilov <podivilov@chromium.org>
2127 Web Inspector: add "enable source maps" checkbox setting.
2128 https://bugs.webkit.org/show_bug.cgi?id=75311
2130 Reviewed by Pavel Feldman.
2132 * http/tests/inspector/compiler-source-mapping-debug-expected.txt:
2133 * http/tests/inspector/compiler-source-mapping-debug.html:
2134 * inspector/debugger/raw-source-code.html:
2136 2011-12-28 Alexis Menard <alexis.menard@openbossa.org>
2138 getComputedStyle for border-color is not implemented.
2139 https://bugs.webkit.org/show_bug.cgi?id=75324
2141 Reviewed by Andreas Kling.
2143 Add test to cover that we return correct values.
2145 * fast/css/getComputedStyle/getComputedStyle-border-color-shorthand-expected.txt: Added.
2146 * fast/css/getComputedStyle/getComputedStyle-border-color-shorthand.html: Added.
2148 2011-12-28 Robert Hogan <robert@webkit.org>
2150 [Qt] fails fast/inline/nested-text-descendants.html
2151 https://bugs.webkit.org/show_bug.cgi?id=75321
2153 Unreviewed, skip reference test fast/inline/nested-text-descendants.html
2154 on Qt for now. It is the only platform that fails it.
2156 * platform/qt/Skipped:
2158 2011-12-28 Adam Barth <abarth@webkit.org>
2160 <math><option><option></html><option></option> used to crash the parser
2161 https://bugs.webkit.org/show_bug.cgi?id=75317
2163 Reviewed by Eric Seidel.
2165 Add a test so that this case continues to not crash.
2167 * fast/parser/math-options-crash-expected.txt: Added.
2168 * fast/parser/math-options-crash.html: Added.
2170 2011-12-28 Alexis Menard <alexis.menard@openbossa.org>
2172 getComputedStyle for border-style is not implemented.
2173 https://bugs.webkit.org/show_bug.cgi?id=75312
2175 Reviewed by Andreas Kling.
2177 Add test to cover that we return correct values.
2179 * fast/css/getComputedStyle/getComputedStyle-border-style-shorthand-expected.txt: Added.
2180 * fast/css/getComputedStyle/getComputedStyle-border-style-shorthand.html: Added.
2182 2011-12-28 Alexis Menard <alexis.menard@openbossa.org>
2184 getComputedStyle for border-bottom, border-top, border-left, border-right is not implemented.
2185 https://bugs.webkit.org/show_bug.cgi?id=74743
2187 Reviewed by Tony Chang.
2189 Add test to cover that we return correct values.
2191 * fast/css/getComputedStyle/getComputedStyle-border-shorthand-expected.txt: Added.
2192 * fast/css/getComputedStyle/getComputedStyle-border-shorthand.html: Added.
2194 2011-12-28 Robert Hogan <robert@webkit.org>
2196 Inline flow not learning height of all text descendants
2197 https://bugs.webkit.org/show_bug.cgi?id=75305
2199 Reviewed by Dan Bernstein.
2201 * fast/inline/nested-text-descendants-expected.html: Added.
2202 * fast/inline/nested-text-descendants.html: Added.
2204 2011-12-28 Sheriff Bot <webkit.review.bot@gmail.com>
2206 Unreviewed, rolling out r103620.
2207 http://trac.webkit.org/changeset/103620
2208 https://bugs.webkit.org/show_bug.cgi?id=75316
2210 Causes many crashes (Requested by abarth on #webkit).
2212 * platform/chromium/fast/events/intercept-postmessage-expected.txt: Removed.
2213 * platform/chromium/fast/events/intercept-postmessage.html: Removed.
2215 2011-12-28 Alexander Pavlov <apavlov@chromium.org>
2217 [V8][Chromium] 'randomString' in document.body.style always returns true
2218 https://bugs.webkit.org/show_bug.cgi?id=75313
2220 Reviewed by Adam Barth.
2222 * fast/css/style-enumerate-properties-expected.txt:
2223 * fast/css/style-enumerate-properties.html:
2225 2011-12-28 Alexander Pavlov <apavlov@chromium.org>
2227 Web Inspector: Introduce a Profiler launcher view similar to that in the Audits panel
2228 https://bugs.webkit.org/show_bug.cgi?id=75228
2230 Reviewed by Pavel Feldman.
2232 * inspector/profiler/profiler-test.js:
2233 (initialize_ProfilerTest):
2235 2011-12-28 Hans Wennborg <hans@chromium.org>
2237 IndexedDB: IDBKeyRange constructor should throw when lower > upper
2238 https://bugs.webkit.org/show_bug.cgi?id=74705
2240 Reviewed by Tony Chang.
2242 Update tests to check that the IDBKeyRange constructor throws when
2243 trying to specify illegal key ranges, and update tests that were
2246 * storage/indexeddb/index-cursor-expected.txt:
2247 * storage/indexeddb/index-cursor.html:
2248 * storage/indexeddb/keyrange-expected.txt:
2249 * storage/indexeddb/keyrange.html:
2250 * storage/indexeddb/objectstore-cursor-expected.txt:
2251 * storage/indexeddb/objectstore-cursor.html:
2253 2011-12-28 Alexander Pavlov <apavlov@chromium.org>
2255 Web Inspector: [protocol] empty enum constant should be replaced with identifier
2256 https://bugs.webkit.org/show_bug.cgi?id=75273
2258 Reviewed by Yury Semikhatsky.
2260 * inspector/styles/get-set-stylesheet-text-expected.txt:
2261 * inspector/styles/styles-new-API-expected.txt:
2262 * inspector/styles/styles-source-offsets.html:
2264 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
2266 Add pass/crash expectation for svg/W3C-SVG-1.1/animate-elem-52-t.svg
2267 on Chromium Mac and Linux debug bots per the WebKit bug 74788.
2269 * platform/chromium/test_expectations.txt:
2271 2011-12-27 Dominic Cooney <dominicc@chromium.org>
2273 Remove initWebKitAnimationEvent method
2274 https://bugs.webkit.org/show_bug.cgi?id=71698
2276 Reviewed by Ojan Vafai.
2278 * fast/events/init-events-expected.txt:
2279 * fast/events/script-tests/init-events.js:
2281 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
2283 Chromium rebaselines for http://crbug.com/9768. It's hard to make sense of these failures at this point
2284 but actual results appear to be correct.
2286 * platform/chromium-linux/fast/forms/select-initial-position-expected.png:
2287 * platform/chromium-linux/fast/forms/select-initial-position-expected.txt: Added.
2288 * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.png:
2289 * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.txt:
2290 * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.png:
2291 * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.txt: Removed.
2292 * platform/chromium-win-xp/fast/text/international/001-expected.png: Added.
2293 * platform/chromium-win-xp/fast/text/international/002-expected.png: Added.
2294 * platform/chromium-win-xp/fast/text/international/wrap-CJK-001-expected.png: Added.
2295 * platform/chromium-win/fast/forms/select-initial-position-expected.png:
2296 * platform/chromium-win/fast/forms/select-initial-position-expected.txt:
2297 * platform/chromium-win/fast/forms/select-visual-hebrew-expected.png:
2298 * platform/chromium-win/fast/forms/select-visual-hebrew-expected.txt:
2299 * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.png:
2300 * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.txt:
2301 * platform/chromium-win/fast/text/cg-fallback-bolding-expected.png:
2302 * platform/chromium-win/fast/text/cg-fallback-bolding-expected.txt:
2303 * platform/chromium-win/fast/text/international/001-expected.png:
2304 * platform/chromium-win/fast/text/international/001-expected.txt:
2305 * platform/chromium-win/fast/text/international/002-expected.png:
2306 * platform/chromium-win/fast/text/international/002-expected.txt:
2307 * platform/chromium-win/fast/text/international/wrap-CJK-001-expected.png:
2308 * platform/chromium-win/fast/text/international/wrap-CJK-001-expected.txt:
2309 * platform/chromium/test_expectations.txt:
2311 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
2313 Chromium Linux rebaseline. The difference is negligible for the purpose of this test.
2315 * platform/chromium-linux/fast/forms/textarea-width-expected.png:
2316 * platform/chromium-linux/fast/forms/textarea-width-expected.txt: Added.
2317 * platform/chromium/test_expectations.txt:
2319 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
2321 Chromium Linux rebsaeline for http://crbug.com/10430. Glyphs look correct.
2323 * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
2324 * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
2325 * platform/chromium-win-vista/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
2326 * platform/chromium-win-vista/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
2327 * platform/chromium-win-xp/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
2328 * platform/chromium-win-xp/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Removed.
2329 * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
2330 * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
2331 * platform/chromium/test_expectations.txt:
2333 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
2335 Chromium rebaseline after Skia revision 105271.
2336 fast/css/shadow-multiple.html appears to have regressed; the failure is tracked by http://crbug.com/105271.
2338 * platform/chromium-win-xp/fast/multicol: Removed.
2339 * platform/chromium-win-xp/fast/multicol/shadow-breaking-expected.png: Removed.
2340 * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
2341 * platform/chromium/test_expectations.txt:
2343 2011-12-27 Dominic Cooney <dominicc@chromium.org>
2345 Remove initWebKitTransitionEvent method
2346 https://bugs.webkit.org/show_bug.cgi?id=71701
2348 Reviewed by Ojan Vafai.
2350 Now that WebKitTransitionEvent has a constructor, we don't need
2353 * fast/events/init-events-expected.txt:
2354 * fast/events/script-tests/init-events.js:
2356 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
2358 Chromium Linux CPU rebaseline after r103723.
2360 * platform/chromium-gpu-linux/media/video-layer-crash-expected.png:
2361 * platform/chromium-gpu-linux/media/video-transformed-expected.png:
2362 * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png:
2363 * platform/chromium-gpu-win/media/video-transformed-expected.txt: Removed.
2364 * platform/chromium/test_expectations.txt:
2366 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
2368 Chromium rebaseline after r98596 part 6.
2370 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-clipped-expected.png: Added.
2371 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-clipped-nonzero-expected.png: Added.
2372 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-objectBoundingBox-expected.png: Added.
2373 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-on-clipped-use-expected.png: Added.
2374 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-on-g-and-child-expected.png: Added.
2375 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-on-g-expected.png: Added.
2376 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-on-svg-and-child-expected.png: Added.
2377 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-on-svg-expected.png: Added.
2378 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-transform-2-expected.png: Added.
2379 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-use-as-child-expected.png: Added.
2380 * platform/chromium-cg-mac/svg/clip-path/clip-path-clipped-expected.png: Removed.
2381 * platform/chromium-cg-mac/svg/clip-path/clip-path-clipped-nonzero-expected.png: Removed.
2382 * platform/chromium-cg-mac/svg/clip-path/clip-path-objectBoundingBox-expected.png: Removed.
2383 * platform/chromium-cg-mac/svg/clip-path/clip-path-on-clipped-use-expected.png: Removed.
2384 * platform/chromium-cg-mac/svg/clip-path/clip-path-on-g-and-child-expected.png: Removed.
2385 * platform/chromium-cg-mac/svg/clip-path/clip-path-on-g-expected.png: Removed.
2386 * platform/chromium-cg-mac/svg/clip-path/clip-path-on-svg-and-child-expected.png: Removed.
2387 * platform/chromium-cg-mac/svg/clip-path/clip-path-on-svg-expected.png: Removed.
2388 * platform/chromium-cg-mac/svg/clip-path/clip-path-transform-2-expected.png: Removed.
2389 * platform/chromium-cg-mac/svg/clip-path/clip-path-use-as-child-expected.png: Removed.
2390 * platform/chromium-linux/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png:
2391 * platform/chromium-linux/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png:
2392 * platform/chromium-linux/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png:
2393 * platform/chromium-linux/svg/clip-path/clip-path-clipped-expected.png:
2394 * platform/chromium-linux/svg/clip-path/clip-path-clipped-nonzero-expected.png:
2395 * platform/chromium-linux/svg/clip-path/clip-path-objectBoundingBox-expected.png:
2396 * platform/chromium-linux/svg/clip-path/clip-path-on-clipped-use-expected.png:
2397 * platform/chromium-linux/svg/clip-path/clip-path-on-g-and-child-expected.png:
2398 * platform/chromium-linux/svg/clip-path/clip-path-on-g-expected.png:
2399 * platform/chromium-linux/svg/clip-path/clip-path-on-svg-and-child-expected.png:
2400 * platform/chromium-linux/svg/clip-path/clip-path-on-svg-expected.png:
2401 * platform/chromium-linux/svg/clip-path/clip-path-transform-2-expected.png:
2402 * platform/chromium-linux/svg/clip-path/clip-path-use-as-child-expected.png:
2403 * platform/chromium-linux/svg/clip-path/clip-path-userSpaceOnUse-expected.png:
2404 * platform/chromium-linux/svg/clip-path/clip-path-with-text-clipped-expected.png:
2405 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Removed.
2406 * platform/chromium-mac-snowleopard/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png:
2407 * platform/chromium-mac-snowleopard/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png:
2408 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Added.
2409 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-clipped-expected.png: Added.
2410 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-clipped-nonzero-expected.png: Added.
2411 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-objectBoundingBox-expected.png: Added.
2412 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-on-clipped-use-expected.png: Added.
2413 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-on-g-and-child-expected.png: Added.
2414 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-on-g-expected.png: Added.
2415 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-on-svg-and-child-expected.png: Added.
2416 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-on-svg-expected.png: Added.
2417 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-transform-2-expected.png: Added.
2418 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-use-as-child-expected.png: Added.
2419 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Added.
2420 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-with-text-clipped-expected.png: Added.
2421 * platform/chromium-mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Removed.
2422 * platform/chromium-mac/svg/clip-path/clip-path-clipped-expected.png: Removed.
2423 * platform/chromium-mac/svg/clip-path/clip-path-clipped-nonzero-expected.png: Removed.
2424 * platform/chromium-mac/svg/clip-path/clip-path-objectBoundingBox-expected.png: Removed.
2425 * platform/chromium-mac/svg/clip-path/clip-path-on-clipped-use-expected.png: Removed.
2426 * platform/chromium-mac/svg/clip-path/clip-path-on-g-and-child-expected.png: Removed.
2427 * platform/chromium-mac/svg/clip-path/clip-path-on-g-expected.png: Removed.
2428 * platform/chromium-mac/svg/clip-path/clip-path-on-svg-and-child-expected.png: Removed.
2429 * platform/chromium-mac/svg/clip-path/clip-path-on-svg-expected.png: Removed.
2430 * platform/chromium-mac/svg/clip-path/clip-path-transform-2-expected.png: Removed.
2431 * platform/chromium-mac/svg/clip-path/clip-path-use-as-child-expected.png: Removed.
2432 * platform/chromium-mac/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Removed.
2433 * platform/chromium-mac/svg/clip-path/clip-path-with-text-clipped-expected.png: Removed.
2434 * platform/chromium-win-xp/svg/clip-path: Removed.
2435 * platform/chromium-win/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png:
2436 * platform/chromium-win/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png:
2437 * platform/chromium-win/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png:
2438 * platform/chromium-win/svg/clip-path/clip-path-clipped-expected.png:
2439 * platform/chromium-win/svg/clip-path/clip-path-clipped-nonzero-expected.png:
2440 * platform/chromium-win/svg/clip-path/clip-path-objectBoundingBox-expected.png:
2441 * platform/chromium-win/svg/clip-path/clip-path-on-clipped-use-expected.png:
2442 * platform/chromium-win/svg/clip-path/clip-path-on-g-and-child-expected.png:
2443 * platform/chromium-win/svg/clip-path/clip-path-on-g-expected.png:
2444 * platform/chromium-win/svg/clip-path/clip-path-on-svg-and-child-expected.png:
2445 * platform/chromium-win/svg/clip-path/clip-path-on-svg-expected.png:
2446 * platform/chromium-win/svg/clip-path/clip-path-transform-2-expected.png:
2447 * platform/chromium-win/svg/clip-path/clip-path-use-as-child-expected.png:
2448 * platform/chromium-win/svg/clip-path/clip-path-userSpaceOnUse-expected.png:
2449 * platform/chromium-win/svg/clip-path/clip-path-with-text-clipped-expected.png:
2450 * platform/chromium/test_expectations.txt:
2451 * platform/gtk/svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Removed.
2452 * platform/gtk/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Removed.
2453 * platform/gtk/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Removed.
2454 * platform/gtk/svg/clip-path/clip-path-clipped-expected.txt: Removed.
2455 * platform/gtk/svg/clip-path/clip-path-clipped-nonzero-expected.txt: Removed.
2456 * platform/gtk/svg/clip-path/clip-path-objectBoundingBox-expected.txt: Removed.
2457 * platform/gtk/svg/clip-path/clip-path-on-clipped-use-expected.txt: Removed.
2458 * platform/gtk/svg/clip-path/clip-path-on-g-and-child-expected.txt: Removed.
2459 * platform/gtk/svg/clip-path/clip-path-on-g-expected.txt: Removed.
2460 * platform/gtk/svg/clip-path/clip-path-on-svg-and-child-expected.txt: Removed.
2461 * platform/gtk/svg/clip-path/clip-path-on-svg-expected.txt: Removed.
2462 * platform/gtk/svg/clip-path/clip-path-transform-2-expected.txt: Removed.
2463 * platform/gtk/svg/clip-path/clip-path-use-as-child-expected.txt: Removed.
2464 * platform/gtk/svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Removed.
2465 * platform/mac/svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Removed.
2466 * platform/mac/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Removed.
2467 * platform/mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Removed.
2468 * platform/mac/svg/clip-path/clip-path-clipped-expected.txt: Removed.
2469 * platform/mac/svg/clip-path/clip-path-clipped-nonzero-expected.txt: Removed.
2470 * platform/mac/svg/clip-path/clip-path-objectBoundingBox-expected.txt: Removed.
2471 * platform/mac/svg/clip-path/clip-path-on-clipped-use-expected.txt: Removed.
2472 * platform/mac/svg/clip-path/clip-path-on-g-and-child-expected.txt: Removed.
2473 * platform/mac/svg/clip-path/clip-path-on-g-expected.txt: Removed.
2474 * platform/mac/svg/clip-path/clip-path-on-svg-and-child-expected.txt: Removed.
2475 * platform/mac/svg/clip-path/clip-path-on-svg-expected.txt: Removed.
2476 * platform/mac/svg/clip-path/clip-path-transform-2-expected.txt: Removed.
2477 * platform/mac/svg/clip-path/clip-path-use-as-child-expected.txt: Removed.
2478 * platform/mac/svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Removed.
2479 * platform/qt/svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Removed.
2480 * platform/qt/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Removed.
2481 * platform/qt/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Removed.
2482 * platform/qt/svg/clip-path/clip-path-clipped-expected.txt: Removed.
2483 * platform/qt/svg/clip-path/clip-path-clipped-nonzero-expected.txt: Removed.
2484 * platform/qt/svg/clip-path/clip-path-objectBoundingBox-expected.txt: Removed.
2485 * platform/qt/svg/clip-path/clip-path-on-clipped-use-expected.txt: Removed.
2486 * platform/qt/svg/clip-path/clip-path-on-g-and-child-expected.txt: Removed.
2487 * platform/qt/svg/clip-path/clip-path-on-g-expected.txt: Removed.
2488 * platform/qt/svg/clip-path/clip-path-on-svg-and-child-expected.txt: Removed.
2489 * platform/qt/svg/clip-path/clip-path-on-svg-expected.txt: Removed.
2490 * platform/qt/svg/clip-path/clip-path-transform-2-expected.txt: Removed.
2491 * platform/qt/svg/clip-path/clip-path-use-as-child-expected.txt: Removed.
2492 * platform/qt/svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Removed.
2493 * svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Added.
2494 * svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Added.
2495 * svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Added.
2496 * svg/clip-path/clip-path-clipped-expected.txt: Added.
2497 * svg/clip-path/clip-path-clipped-nonzero-expected.txt: Added.
2498 * svg/clip-path/clip-path-objectBoundingBox-expected.txt: Added.
2499 * svg/clip-path/clip-path-on-clipped-use-expected.txt: Added.
2500 * svg/clip-path/clip-path-on-g-and-child-expected.txt: Added.
2501 * svg/clip-path/clip-path-on-g-expected.txt: Added.
2502 * svg/clip-path/clip-path-on-svg-and-child-expected.txt: Added.
2503 * svg/clip-path/clip-path-on-svg-expected.txt: Added.
2504 * svg/clip-path/clip-path-transform-2-expected.txt: Added.
2505 * svg/clip-path/clip-path-use-as-child-expected.txt: Added.
2506 * svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Added.
2508 2011-12-27 Tony Chang <tony@chromium.org>
2510 [chromium] Unreviewed. According to the flakiness dashboard,
2511 fast/forms/input-text-paste-maxlength.html,
2512 fast/filesystem/filesystem-reference.html,
2513 fast/filesystem/filesystem-uri-origin.html, and
2514 fast/canvas/canvas-putImageData.html are no longer flaky.
2516 * platform/chromium/test_expectations.txt:
2518 2011-12-27 Tony Chang <tony@chromium.org>
2520 [chromium] Unreviewed, clean up some obsolete expecatations.
2522 * platform/chromium/test_expectations.txt:
2523 svg/dom/SVGRectElement/rect-modify-rx.svg is passing according to the flakiness dashboard
2524 and storage/close-during-stress-test.html is flaky in non-debug (very rare, less than 1% of the time).
2526 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
2528 Chromium rebaseline after r98596 part 5.
2530 * platform/chromium-cg-mac-snowleopard/fast/transforms: Added.
2531 * platform/chromium-cg-mac-snowleopard/fast/transforms/shadows-expected.png: Added.
2532 * platform/chromium-cg-mac-snowleopard/fast/writing-mode/border-styles-vertical-lr-expected.png: Added.
2533 * platform/chromium-cg-mac-snowleopard/fast/writing-mode/border-styles-vertical-rl-expected.png: Added.
2534 * platform/chromium-cg-mac-snowleopard/svg/custom/use-on-clip-path-with-transformation-expected.png: Added.
2535 * platform/chromium-cg-mac/fast/transforms/shadows-expected.png: Removed.
2536 * platform/chromium-cg-mac/fast/writing-mode/border-styles-vertical-lr-expected.png: Removed.
2537 * platform/chromium-cg-mac/fast/writing-mode/border-styles-vertical-rl-expected.png: Removed.
2538 * platform/chromium-cg-mac/svg/custom/use-on-clip-path-with-transformation-expected.png: Removed.
2539 * platform/chromium-linux-x86/fast/transforms: Removed.
2540 * platform/chromium-linux-x86/fullscreen: Removed.
2541 * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
2542 * platform/chromium-linux/fast/transforms/shadows-expected.png:
2543 * platform/chromium-linux/fast/writing-mode/border-styles-vertical-lr-expected.png:
2544 * platform/chromium-linux/fast/writing-mode/border-styles-vertical-rl-expected.png:
2545 * platform/chromium-linux/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
2546 * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-lr-expected.png:
2547 * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-rl-expected.png:
2548 * platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.png:
2549 * platform/chromium-linux/svg/custom/resource-invalidate-on-target-update-expected.png:
2550 * platform/chromium-mac-leopard/fast/repaint/shadow-multiple-vertical-expected.png:
2551 * platform/chromium-mac-leopard/fast/transforms/shadows-expected.png: Added.
2552 * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png:
2553 * platform/chromium-mac-snowleopard/fast/transforms: Added.
2554 * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.png: Added.
2555 * platform/chromium-mac-snowleopard/fast/writing-mode/border-styles-vertical-lr-expected.png: Added.
2556 * platform/chromium-mac-snowleopard/fast/writing-mode/border-styles-vertical-rl-expected.png: Added.
2557 * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
2558 * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-lr-expected.png:
2559 * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-rl-expected.png:
2560 * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
2561 * platform/chromium-mac-snowleopard/svg/custom/resource-invalidate-on-target-update-expected.png:
2562 * platform/chromium-mac-snowleopard/svg/custom/use-on-clip-path-with-transformation-expected.png: Added.
2563 * platform/chromium-mac/fast/transforms/shadows-expected.png: Removed.
2564 * platform/chromium-mac/fast/writing-mode/border-styles-vertical-lr-expected.png: Removed.
2565 * platform/chromium-mac/fast/writing-mode/border-styles-vertical-rl-expected.png: Removed.
2566 * platform/chromium-mac/svg/custom/use-on-clip-path-with-transformation-expected.png: Removed.
2567 * platform/chromium-win-vista/fullscreen: Removed.
2568 * platform/chromium-win-xp/fast/transforms: Removed.
2569 * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
2570 * platform/chromium-win/fast/transforms/shadows-expected.png:
2571 * platform/chromium-win/fast/writing-mode/border-styles-vertical-lr-expected.png:
2572 * platform/chromium-win/fast/writing-mode/border-styles-vertical-rl-expected.png:
2573 * platform/chromium-win/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
2574 * platform/chromium-win/fast/writing-mode/box-shadow-vertical-lr-expected.png:
2575 * platform/chromium-win/fast/writing-mode/box-shadow-vertical-rl-expected.png:
2576 * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
2577 * platform/chromium-win/svg/custom/resource-invalidate-on-target-update-expected.png:
2578 * platform/chromium-win/svg/custom/use-on-clip-path-with-transformation-expected.png:
2579 * platform/chromium/test_expectations.txt:
2580 * platform/gtk/svg/custom/resource-invalidate-on-target-update-expected.txt: Removed.
2581 * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.txt: Removed.
2582 * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.txt: Removed.
2583 * platform/qt/svg/custom/use-on-clip-path-with-transformation-expected.txt: Removed.
2584 * svg/custom/resource-invalidate-on-target-update-expected.txt: Added.
2585 * svg/custom/use-on-clip-path-with-transformation-expected.txt: Added.
2587 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
2589 Chromium rebaseline after r98596 part 4.
2591 * platform/chromium-cg-mac-snowleopard/fast/box-shadow/border-radius-big-expected.png: Added.
2592 * platform/chromium-cg-mac-snowleopard/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
2593 * platform/chromium-cg-mac-snowleopard/fast/box-shadow/spread-expected.png: Added.
2594 * platform/chromium-cg-mac-snowleopard/fast/box-shadow/spread-multiple-inset-expected.png: Added.
2595 * platform/chromium-cg-mac-snowleopard/fast/box-shadow/spread-multiple-normal-expected.png: Added.
2596 * platform/chromium-cg-mac-snowleopard/fast/clip: Added.
2597 * platform/chromium-cg-mac-snowleopard/fast/clip/overflow-border-radius-clip-expected.png: Added.
2598 * platform/chromium-cg-mac-snowleopard/fast/css/nested-rounded-corners-expected.png: Added.
2599 * platform/chromium-cg-mac/fast/box-shadow/border-radius-big-expected.png: Removed.
2600 * platform/chromium-cg-mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Removed.
2601 * platform/chromium-cg-mac/fast/box-shadow/spread-expected.png: Removed.
2602 * platform/chromium-cg-mac/fast/box-shadow/spread-multiple-inset-expected.png: Removed.
2603 * platform/chromium-cg-mac/fast/box-shadow/spread-multiple-normal-expected.png: Removed.
2604 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-clip-expected.png: Removed.
2605 * platform/chromium-cg-mac/fast/css/nested-rounded-corners-expected.png: Removed.
2606 * platform/chromium-cg-mac/fast/forms/validation-message-appearance-expected.txt: Removed.
2607 * platform/chromium-linux-x86/fast/box-shadow: Removed.
2608 * platform/chromium-linux-x86/fast/css/box-shadow-and-border-radius-expected.png:
2609 * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
2610 * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
2611 * platform/chromium-linux/fast/box-shadow/inset-expected.png:
2612 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
2613 * platform/chromium-linux/fast/box-shadow/spread-expected.png:
2614 * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.png:
2615 * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png:
2616 * platform/chromium-linux/fast/clip/overflow-border-radius-clip-expected.png:
2617 * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png:
2618 * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
2619 * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
2620 * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
2621 * platform/chromium-mac-leopard/fast/box-shadow/basic-shadows-expected.png:
2622 * platform/chromium-mac-leopard/fast/box-shadow/spread-multiple-inset-expected.png:
2623 * platform/chromium-mac-leopard/fast/clip/overflow-border-radius-clip-expected.png:
2624 * platform/chromium-mac-leopard/fast/css/box-shadow-and-border-radius-expected.png: Added.
2625 * platform/chromium-mac-leopard/fast/css/text-input-with-webkit-border-radius-expected.png: Added.
2626 * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png: Added.
2627 * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png: Added.
2628 * platform/chromium-mac-snowleopard/fast/box-shadow/border-radius-big-expected.png: Added.
2629 * platform/chromium-mac-snowleopard/fast/box-shadow/inset-box-shadows-expected.png: Added.
2630 * platform/chromium-mac-snowleopard/fast/box-shadow/inset-expected.png: Added.
2631 * platform/chromium-mac-snowleopard/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
2632 * platform/chromium-mac-snowleopard/fast/box-shadow/spread-expected.png: Added.
2633 * platform/chromium-mac-snowleopard/fast/box-shadow/spread-multiple-inset-expected.png: Added.
2634 * platform/chromium-mac-snowleopard/fast/box-shadow/spread-multiple-normal-expected.png: Added.
2635 * platform/chromium-mac-snowleopard/fast/clip: Added.
2636 * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-clip-expected.png: Added.
2637 * platform/chromium-mac-snowleopard/fast/css/box-shadow-and-border-radius-expected.png: Added.
2638 * platform/chromium-mac-snowleopard/fast/css/nested-rounded-corners-expected.png: Added.
2639 * platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.png: Added.
2640 * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
2641 * platform/chromium-mac/fast/box-shadow/border-radius-big-expected.png: Removed.
2642 * platform/chromium-mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Removed.
2643 * platform/chromium-mac/fast/box-shadow/spread-expected.png: Removed.
2644 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Removed.
2645 * platform/chromium-mac/fast/box-shadow/spread-multiple-normal-expected.png: Removed.
2646 * platform/chromium-mac/fast/clip/overflow-border-radius-clip-expected.png: Removed.
2647 * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png: Removed.
2648 * platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.png: Removed.
2649 * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt: Removed.
2650 * platform/chromium-win-vista/fast/css/box-shadow-and-border-radius-expected.png:
2651 * platform/chromium-win-xp/fast/css/box-shadow-and-border-radius-expected.png:
2652 * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
2653 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.png:
2654 * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
2655 * platform/chromium-win/fast/box-shadow/inset-expected.png:
2656 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
2657 * platform/chromium-win/fast/box-shadow/spread-expected.png:
2658 * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.png:
2659 * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png:
2660 * platform/chromium-win/fast/clip/overflow-border-radius-clip-expected.png:
2661 * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png:
2662 * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
2663 * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.png:
2664 * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
2665 * platform/chromium/fast/forms/validation-message-appearance-expected.txt: Added.
2666 * platform/chromium/test_expectations.txt:
2668 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
2670 Chromium rebaseline after r98596 part 3.
2672 * fast/borders/borderRadiusGroove01-expected.txt: Removed.
2673 * fast/borders/borderRadiusGroove02-expected.txt: Removed.
2674 * fast/borders/borderRadiusInset01-expected.txt: Removed.
2675 * fast/borders/borderRadiusOutset01-expected.txt: Removed.
2676 * fast/borders/borderRadiusRidge01-expected.txt: Removed.
2677 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-groove-01-expected.png: Added.
2678 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-groove-02-expected.png: Added.
2679 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-groove-03-expected.png: Added.
2680 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-inset-outset-expected.png: Added.
2681 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png: Added.
2682 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-wide-border-01-expected.png: Added.
2683 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-wide-border-02-expected.png: Added.
2684 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-wide-border-03-expected.png: Added.
2685 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-wide-border-04-expected.png: Added.
2686 * platform/chromium-cg-mac-snowleopard/fast/borders/border-styles-split-expected.png: Added.
2687 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusGroove01-expected.png: Added.
2688 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusGroove02-expected.png: Added.
2689 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusInset01-expected.png: Added.
2690 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusOutset01-expected.png: Added.
2691 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusRidge01-expected.png: Added.
2692 * platform/chromium-cg-mac-snowleopard/fast/borders/different-color-borders-expected.png: Added.
2693 * platform/chromium-cg-mac-snowleopard/fast/borders/fieldsetBorderRadius-expected.png: Added.
2694 * platform/chromium-cg-mac-snowleopard/fast/borders/mixed-border-styles-radius2-expected.png: Added.
2695 * platform/chromium-cg-mac/fast/borders/border-radius-groove-01-expected.png: Removed.
2696 * platform/chromium-cg-mac/fast/borders/border-radius-groove-02-expected.png: Removed.
2697 * platform/chromium-cg-mac/fast/borders/border-radius-groove-03-expected.png: Removed.
2698 * platform/chromium-cg-mac/fast/borders/border-radius-inset-outset-expected.png: Removed.
2699 * platform/chromium-cg-mac/fast/borders/border-radius-split-inline-expected.png: Removed.
2700 * platform/chromium-cg-mac/fast/borders/border-radius-wide-border-01-expected.png: Removed.
2701 * platform/chromium-cg-mac/fast/borders/border-radius-wide-border-02-expected.png: Removed.
2702 * platform/chromium-cg-mac/fast/borders/border-radius-wide-border-03-expected.png: Removed.
2703 * platform/chromium-cg-mac/fast/borders/border-radius-wide-border-04-expected.png: Removed.
2704 * platform/chromium-cg-mac/fast/borders/border-styles-split-expected.png: Removed.
2705 * platform/chromium-cg-mac/fast/borders/borderRadiusGroove01-expected.png: Removed.
2706 * platform/chromium-cg-mac/fast/borders/borderRadiusGroove02-expected.png: Removed.
2707 * platform/chromium-cg-mac/fast/borders/borderRadiusInset01-expected.png: Removed.
2708 * platform/chromium-cg-mac/fast/borders/borderRadiusOutset01-expected.png: Removed.
2709 * platform/chromium-cg-mac/fast/borders/borderRadiusRidge01-expected.png: Removed.
2710 * platform/chromium-cg-mac/fast/borders/different-color-borders-expected.png: Removed.
2711 * platform/chromium-cg-mac/fast/borders/fieldsetBorderRadius-expected.png: Removed.
2712 * platform/chromium-cg-mac/fast/borders/mixed-border-styles-radius2-expected.png: Removed.
2713 * platform/chromium-linux/fast/borders/border-radius-groove-01-expected.png:
2714 * platform/chromium-linux/fast/borders/border-radius-groove-02-expected.png:
2715 * platform/chromium-linux/fast/borders/border-radius-groove-03-expected.png:
2716 * platform/chromium-linux/fast/borders/border-radius-inset-outset-expected.png:
2717 * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
2718 * platform/chromium-linux/fast/borders/border-radius-wide-border-01-expected.png:
2719 * platform/chromium-linux/fast/borders/border-radius-wide-border-02-expected.png:
2720 * platform/chromium-linux/fast/borders/border-radius-wide-border-03-expected.png:
2721 * platform/chromium-linux/fast/borders/border-radius-wide-border-04-expected.png:
2722 * platform/chromium-linux/fast/borders/border-styles-split-expected.png:
2723 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png:
2724 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
2725 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
2726 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png:
2727 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png:
2728 * platform/chromium-linux/fast/borders/different-color-borders-expected.png:
2729 * platform/chromium-linux/fast/borders/fieldsetBorderRadius-expected.png:
2730 * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
2731 * platform/chromium-linux/fast/borders/mixed-border-styles-radius2-expected.png:
2732 * platform/chromium-mac-leopard/fast/borders/border-radius-split-inline-expected.png: Added.
2733 * platform/chromium-mac-leopard/fast/borders/different-color-borders-expected.png:
2734 * platform/chromium-mac-snowleopard/fast/borders/border-radius-groove-01-expected.png: Added.
2735 * platform/chromium-mac-snowleopard/fast/borders/border-radius-groove-02-expected.png: Added.
2736 * platform/chromium-mac-snowleopard/fast/borders/border-radius-groove-03-expected.png: Added.
2737 * platform/chromium-mac-snowleopard/fast/borders/border-radius-inset-outset-expected.png: Added.
2738 * platform/chromium-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png: Added.
2739 * platform/chromium-mac-snowleopard/fast/borders/border-radius-wide-border-01-expected.png: Added.
2740 * platform/chromium-mac-snowleopard/fast/borders/border-radius-wide-border-02-expected.png: Added.
2741 * platform/chromium-mac-snowleopard/fast/borders/border-radius-wide-border-03-expected.png: Added.
2742 * platform/chromium-mac-snowleopard/fast/borders/border-radius-wide-border-04-expected.png: Added.
2743 * platform/chromium-mac-snowleopard/fast/borders/border-styles-split-expected.png: Added.
2744 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusGroove01-expected.png: Added.
2745 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusGroove02-expected.png: Added.
2746 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusInset01-expected.png: Added.
2747 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusOutset01-expected.png: Added.
2748 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusRidge01-expected.png: Added.
2749 * platform/chromium-mac-snowleopard/fast/borders/different-color-borders-expected.png: Added.
2750 * platform/chromium-mac-snowleopard/fast/borders/fieldsetBorderRadius-expected.png: Added.
2751 * platform/chromium-mac-snowleopard/fast/borders/mixed-border-styles-radius-expected.png:
2752 * platform/chromium-mac-snowleopard/fast/borders/mixed-border-styles-radius2-expected.png: Added.
2753 * platform/chromium-mac/fast/borders/border-radius-groove-01-expected.png: Removed.
2754 * platform/chromium-mac/fast/borders/border-radius-groove-02-expected.png: Removed.
2755 * platform/chromium-mac/fast/borders/border-radius-groove-03-expected.png: Removed.
2756 * platform/chromium-mac/fast/borders/border-radius-inset-outset-expected.png: Removed.
2757 * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png: Removed.
2758 * platform/chromium-mac/fast/borders/border-radius-wide-border-01-expected.png: Removed.
2759 * platform/chromium-mac/fast/borders/border-radius-wide-border-02-expected.png: Removed.
2760 * platform/chromium-mac/fast/borders/border-radius-wide-border-03-expected.png: Removed.
2761 * platform/chromium-mac/fast/borders/border-radius-wide-border-04-expected.png: Removed.
2762 * platform/chromium-mac/fast/borders/border-styles-split-expected.png: Removed.
2763 * platform/chromium-mac/fast/borders/borderRadiusGroove01-expected.png: Removed.
2764 * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png: Removed.
2765 * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png: Removed.
2766 * platform/chromium-mac/fast/borders/borderRadiusOutset01-expected.png: Removed.
2767 * platform/chromium-mac/fast/borders/borderRadiusRidge01-expected.png: Removed.
2768 * platform/chromium-mac/fast/borders/different-color-borders-expected.png: Removed.
2769 * platform/chromium-mac/fast/borders/fieldsetBorderRadius-expected.png: Removed.
2770 * platform/chromium-mac/fast/borders/mixed-border-styles-radius2-expected.png: Removed.
2771 * platform/chromium-win/fast/borders/border-radius-groove-01-expected.png:
2772 * platform/chromium-win/fast/borders/border-radius-groove-02-expected.png:
2773 * platform/chromium-win/fast/borders/border-radius-groove-03-expected.png:
2774 * platform/chromium-win/fast/borders/border-radius-inset-outset-expected.png:
2775 * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
2776 * platform/chromium-win/fast/borders/border-radius-wide-border-01-expected.png:
2777 * platform/chromium-win/fast/borders/border-radius-wide-border-02-expected.png:
2778 * platform/chromium-win/fast/borders/border-radius-wide-border-03-expected.png:
2779 * platform/chromium-win/fast/borders/border-radius-wide-border-04-expected.png:
2780 * platform/chromium-win/fast/borders/border-styles-split-expected.png:
2781 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png:
2782 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
2783 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
2784 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png:
2785 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png:
2786 * platform/chromium-win/fast/borders/different-color-borders-expected.png:
2787 * platform/chromium-win/fast/borders/fieldsetBorderRadius-expected.png:
2788 * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
2789 * platform/chromium-win/fast/borders/mixed-border-styles-radius2-expected.png:
2790 * platform/chromium/test_expectations.txt:
2792 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
2794 Add an expected result meant to be added in r103723.
2796 * platform/chromium/compositing/scaling: Added.
2797 * platform/chromium/compositing/scaling/tiled-layer-recursion-expected.png: Added.
2799 2011-12-27 Gavin Barraclough <barraclough@apple.com>
2801 https://bugs.webkit.org/show_bug.cgi?id=75260
2802 Null name for host function can result in dereference of uninitialize memory
2804 Reviewed by Filip Pizlo.
2806 Added a test for String applies to the ThrowTypeError function object -
2807 if this does not crash, it passes!
2809 * fast/js/basic-strict-mode-expected.txt:
2810 * fast/js/script-tests/basic-strict-mode.js:
2812 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
2814 Chromium rebaseline after r98596 part 2.
2816 * fast/borders/borderRadiusDotted02-expected.txt: Added.
2817 * fast/borders/borderRadiusDotted03-expected.txt: Added.
2818 * fast/borders/borderRadiusDouble01-expected.txt: Removed.
2819 * fast/borders/borderRadiusDouble02-expected.txt: Removed.
2820 * fast/borders/borderRadiusDouble03-expected.txt: Removed.
2821 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted01-expected.png: Added.
2822 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted02-expected.png: Added.
2823 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted03-expected.png: Added.
2824 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted04-expected.png: Added.
2825 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted05-expected.png: Added.
2826 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted06-expected.png: Added.
2827 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble01-expected.png: Added.
2828 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble02-expected.png: Added.
2829 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble03-expected.png: Added.
2830 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble04-expected.png: Added.
2831 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble05-expected.png: Added.
2832 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble06-expected.png: Added.
2833 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble07-expected.png: Added.
2834 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble08-expected.png: Added.
2835 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble09-expected.png: Added.
2836 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted01-expected.png: Removed.
2837 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted02-expected.png: Removed.
2838 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted03-expected.png: Removed.
2839 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted04-expected.png: Removed.
2840 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted05-expected.png: Removed.
2841 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted06-expected.png: Removed.
2842 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble01-expected.png: Removed.
2843 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble02-expected.png: Removed.
2844 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble03-expected.png: Removed.
2845 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble04-expected.png: Removed.
2846 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble05-expected.png: Removed.
2847 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble06-expected.png: Removed.
2848 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble07-expected.png: Removed.
2849 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble08-expected.png: Removed.
2850 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble09-expected.png: Removed.
2851 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png:
2852 * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
2853 * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
2854 * platform/chromium-linux/fast/borders/borderRadiusDotted04-expected.png:
2855 * platform/chromium-linux/fast/borders/borderRadiusDotted05-expected.png:
2856 * platform/chromium-linux/fast/borders/borderRadiusDotted06-expected.png:
2857 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png:
2858 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png:
2859 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
2860 * platform/chromium-linux/fast/borders/borderRadiusDouble04-expected.png:
2861 * platform/chromium-linux/fast/borders/borderRadiusDouble05-expected.png:
2862 * platform/chromium-linux/fast/borders/borderRadiusDouble06-expected.png:
2863 * platform/chromium-linux/fast/borders/borderRadiusDouble07-expected.png:
2864 * platform/chromium-linux/fast/borders/borderRadiusDouble08-expected.png:
2865 * platform/chromium-linux/fast/borders/borderRadiusDouble09-expected.png:
2866 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted01-expected.png: Added.
2867 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted02-expected.png: Added.
2868 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted03-expected.png: Added.
2869 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted04-expected.png: Added.
2870 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted05-expected.png: Added.
2871 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted06-expected.png: Added.
2872 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble01-expected.png: Added.
2873 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble02-expected.png: Added.
2874 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble03-expected.png: Added.
2875 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble04-expected.png: Added.
2876 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble05-expected.png: Added.
2877 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble06-expected.png: Added.
2878 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble07-expected.png: Added.
2879 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble08-expected.png: Added.
2880 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble09-expected.png: Added.
2881 * platform/chromium-mac/fast/borders/borderRadiusDotted01-expected.png: Removed.
2882 * platform/chromium-mac/fast/borders/borderRadiusDotted02-expected.png: Removed.
2883 * platform/chromium-mac/fast/borders/borderRadiusDotted03-expected.png: Removed.
2884 * platform/chromium-mac/fast/borders/borderRadiusDotted04-expected.png: Removed.
2885 * platform/chromium-mac/fast/borders/borderRadiusDotted05-expected.png: Removed.
2886 * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.png: Removed.
2887 * platform/chromium-mac/fast/borders/borderRadiusDouble01-expected.png: Removed.
2888 * platform/chromium-mac/fast/borders/borderRadiusDouble02-expected.png: Removed.
2889 * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png: Removed.
2890 * platform/chromium-mac/fast/borders/borderRadiusDouble04-expected.png: Removed.
2891 * platform/chromium-mac/fast/borders/borderRadiusDouble05-expected.png: Removed.
2892 * platform/chromium-mac/fast/borders/borderRadiusDouble06-expected.png: Removed.
2893 * platform/chromium-mac/fast/borders/borderRadiusDouble07-expected.png: Removed.
2894 * platform/chromium-mac/fast/borders/borderRadiusDouble08-expected.png: Removed.
2895 * platform/chromium-mac/fast/borders/borderRadiusDouble09-expected.png: Removed.
2896 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png:
2897 * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
2898 * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
2899 * platform/chromium-win/fast/borders/borderRadiusDotted04-expected.png:
2900 * platform/chromium-win/fast/borders/borderRadiusDotted05-expected.png:
2901 * platform/chromium-win/fast/borders/borderRadiusDotted06-expected.png:
2902 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png:
2903 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png:
2904 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
2905 * platform/chromium-win/fast/borders/borderRadiusDouble04-expected.png:
2906 * platform/chromium-win/fast/borders/borderRadiusDouble05-expected.png:
2907 * platform/chromium-win/fast/borders/borderRadiusDouble06-expected.png:
2908 * platform/chromium-win/fast/borders/borderRadiusDouble07-expected.png:
2909 * platform/chromium-win/fast/borders/borderRadiusDouble08-expected.png:
2910 * platform/chromium-win/fast/borders/borderRadiusDouble09-expected.png:
2911 * platform/chromium/test_expectations.txt:
2912 * platform/qt/fast/borders/borderRadiusDotted02-expected.txt: Removed.
2913 * platform/qt/fast/borders/borderRadiusDotted03-expected.txt: Removed.
2915 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
2917 Chromium rebaseline after r98596 part 1.
2919 * fast/borders/border-radius-complex-inner-expected.txt: Added.
2920 * fast/borders/borderRadiusArcs01-expected.txt: Removed.
2921 * fast/borders/borderRadiusDashed01-expected.txt: Added.
2922 * platform/chromium-cg-mac-snowleopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
2923 * platform/chromium-cg-mac-snowleopard/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
2924 * platform/chromium-cg-mac-snowleopard/fast/backgrounds/gradient-background-leakage-expected.png: Added.
2925 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Added.
2926 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusArcs01-expected.png: Added.
2927 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed01-expected.png: Added.
2928 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed02-expected.png: Added.
2929 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed03-expected.png: Added.
2930 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed04-expected.png: Added.
2931 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed05-expected.png: Added.
2932 * platform/chromium-cg-mac/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Removed.
2933 * platform/chromium-cg-mac/fast/backgrounds/border-radius-split-background-image-expected.png: Removed.
2934 * platform/chromium-cg-mac/fast/backgrounds/gradient-background-leakage-expected.png: Removed.
2935 * platform/chromium-cg-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Removed.
2936 * platform/chromium-cg-mac/fast/borders/borderRadiusArcs01-expected.png: Removed.
2937 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed01-expected.png: Removed.
2938 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed02-expected.png: Removed.
2939 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed03-expected.png: Removed.
2940 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed04-expected.png: Removed.
2941 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed05-expected.png: Removed.
2942 * platform/chromium-linux-x86/fast/backgrounds: Removed.
2943 * platform/chromium-linux-x86/fast/borders: Removed.
2944 * platform/chromium-linux/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
2945 * platform/chromium-linux/fast/backgrounds/border-radius-split-background-image-expected.png:
2946 * platform/chromium-linux/fast/borders/border-radius-complex-inner-expected.png:
2947 * platform/chromium-linux/fast/borders/border-radius-different-width-001-expected.png:
2948 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
2949 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
2950 * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.png:
2951 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png:
2952 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png:
2953 * platform/chromium-linux/fast/borders/borderRadiusDashed04-expected.png:
2954 * platform/chromium-linux/fast/borders/borderRadiusDashed05-expected.png:
2955 * platform/chromium-linux/svg/batik/text/textLength-expected.png: Added.
2956 * platform/chromium-linux/svg/batik/text/textLength-expected.txt: Removed.
2957 * platform/chromium-mac-leopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
2958 * platform/chromium-mac-leopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
2959 * platform/chromium-mac-snowleopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
2960 * platform/chromium-mac-snowleopard/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
2961 * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-expected.png: Added.
2962 * platform/chromium-mac-snowleopard/fast/borders/border-radius-complex-inner-expected.png:
2963 * platform/chromium-mac-snowleopard/fast/borders/border-radius-different-width-001-expected.png:
2964 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Added.
2965 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusArcs01-expected.png: Added.
2966 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed01-expected.png: Added.
2967 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed02-expected.png: Added.
2968 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed03-expected.png: Added.
2969 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed04-expected.png: Added.
2970 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed05-expected.png: Added.
2971 * platform/chromium-mac/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Removed.
2972 * platform/chromium-mac/fast/backgrounds/border-radius-split-background-image-expected.png: Removed.
2973 * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png: Removed.
2974 * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Removed.
2975 * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png: Removed.
2976 * platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.png: Removed.
2977 * platform/chromium-mac/fast/borders/borderRadiusDashed02-expected.png: Removed.
2978 * platform/chromium-mac/fast/borders/borderRadiusDashed03-expected.png: Removed.
2979 * platform/chromium-mac/fast/borders/borderRadiusDashed04-expected.png: Removed.
2980 * platform/chromium-mac/fast/borders/borderRadiusDashed05-expected.png: Removed.
2981 * platform/chromium-win-vista/fast/borders: Removed.
2982 * platform/chromium-win-xp/fast/borders: Removed.
2983 * platform/chromium-win/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
2984 * platform/chromium-win/fast/backgrounds/border-radius-split-background-image-expected.png:
2985 * platform/chromium-win/fast/backgrounds/gradient-background-leakage-expected.png:
2986 * platform/chromium-win/fast/borders/border-radius-complex-inner-expected.png:
2987 * platform/chromium-win/fast/borders/border-radius-different-width-001-expected.png:
2988 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
2989 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
2990 * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.png:
2991 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png:
2992 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png:
2993 * platform/chromium-win/fast/borders/borderRadiusDashed04-expected.png:
2994 * platform/chromium-win/fast/borders/borderRadiusDashed05-expected.png:
2995 * platform/chromium/test_expectations.txt:
2996 * platform/gtk/fast/borders/border-radius-complex-inner-expected.txt: Removed.
2997 * platform/mac/fast/borders/border-radius-complex-inner-expected.txt: Removed.
2998 * platform/qt/fast/borders/border-radius-complex-inner-expected.txt: Removed.
2999 * platform/qt/fast/borders/borderRadiusDashed01-expected.txt: Removed.
3001 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
3003 [Chromium] media/video-layer-crash.html media/video-transformed.html media/video-zoom-controls.html are failing on linux and win gpu.
3004 https://bugs.webkit.org/show_bug.cgi?id=73905
3006 Unreviewed rebaseline.
3008 Also rebaselined compositing/color-matching/image-color-matching.html, compositing/geometry/vertical-scroll-composited.html
3009 and compositing/scaling/tiled-layer-recursion.html.
3011 * platform/chromium-cg-mac-leopard/compositing/color-matching/image-color-matching-expected.png:
3012 * platform/chromium-cg-mac-snowleopard/compositing/color-matching/image-color-matching-expected.png:
3013 * platform/chromium-gpu-cg-mac/media/video-transformed-expected.png:
3014 * platform/chromium-gpu-mac/media/video-transformed-expected.png:
3015 * platform/chromium-gpu-win/media/video-layer-crash-expected.txt: Removed.
3016 * platform/chromium-gpu-win/media/video-transformed-expected.png:
3017 * platform/chromium-gpu-win/media/video-transformed-expected.txt: Added.
3018 * platform/chromium-linux/compositing/color-matching/image-color-matching-expected.png:
3019 * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
3020 * platform/chromium-linux/compositing/scaling/tiled-layer-recursion-expected.png:
3021 * platform/chromium-mac-leopard/compositing/color-matching/image-color-matching-expected.png:
3022 * platform/chromium-mac-snowleopard/compositing/color-matching/image-color-matching-expected.png:
3023 * platform/chromium-win/compositing/color-matching/image-color-matching-expected.png:
3024 * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
3025 * platform/chromium-win/compositing/scaling/tiled-layer-recursion-expected.png:
3026 * platform/chromium/compositing/geometry/vertical-scroll-composited-expected.png: Replaced.
3027 * platform/chromium/compositing/scaling: Removed.
3028 * platform/chromium/compositing/scaling/tiled-layer-recursion-expected.png: Removed.
3029 * platform/chromium/test_expectations.txt:
3031 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
3033 bidi-override-in-anonymous-block.html is failing
3034 https://bugs.webkit.org/show_bug.cgi?id=74688
3036 Chromium rebaseline after r103719.
3038 * platform/chromium-cg-mac/fast/css/bidi-override-in-anonymous-block-expected.png: Removed.
3039 * platform/chromium-mac/fast/css/bidi-override-in-anonymous-block-expected.png: Removed.
3040 * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.txt:
3041 * platform/chromium/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
3042 * platform/chromium/fast/css/bidi-override-in-anonymous-block-expected.txt: Added.
3043 * platform/chromium/test_expectations.txt:
3045 2011-12-27 Adam Barth <abarth@webkit.org>
3047 bidi-override-in-anonymous-block.html is failing
3048 https://bugs.webkit.org/show_bug.cgi?id=74688
3052 This test just needs an updated expectation. The case that changed is
3053 the last (in the HTML) Ruby case. That tests an <rt> element nested
3054 inside an <rb> element. Previously, the <rt> element closed the <rb>
3055 element, but the HTML5 spec changed the parser so that the <rt> does
3056 not close the <rb>. I don't fully understand the issues, but the
3057 discussion on the mailing list makes it sound like this is the better
3060 In any case, the change in parsing behavior changed how we render this
3061 test case. The bidi aspect are still functioning correctly.
3063 * platform/chromium/test_expectations.txt:
3064 * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
3065 * platform/mac/test_expectations.txt:
3067 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
3069 Chromium rebaseline after r103251.
3071 Also remove failing expectations from tables/mozilla/bugs/bug9024.html on Snow Leopard
3072 and svg/clip-path/clip-path-text-and-stroke.svg on all but Leopard.
3074 * platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-style-079-expected.png:
3075 * platform/chromium-cg-mac-leopard/css2.1/20110323/floating-replaced-height-008-expected.png:
3076 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-05-d-expected.png: Added.
3077 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Added.
3078 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-07-d-expected.png: Added.
3079 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-08-d-expected.png: Added.
3080 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-15-d-expected.png: Added.
3081 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Added.
3082 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-17-d-expected.png: Added.
3083 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-18-d-expected.png: Added.
3084 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-51-d-expected.png: Added.
3085 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-52-d-expected.png: Added.
3086 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Added.
3087 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
3088 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Added.
3089 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
3090 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Added.
3091 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Added.
3092 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Added.
3093 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Added.
3094 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Added.
3095 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Added.
3096 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Added.
3097 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Added.
3098 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Added.
3099 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Added.
3100 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Added.
3101 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Added.
3102 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-71-d-expected.png: Added.
3103 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-72-d-expected.png: Added.
3104 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Added.
3105 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Added.
3106 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-75-d-expected.png: Added.
3107 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Added.
3108 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-77-d-expected.png: Added.
3109 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-78-d-expected.png: Added.
3110 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-79-d-expected.png: Added.
3111 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-81-d-expected.png: Added.
3112 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-82-d-expected.png: Added.
3113 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Added.
3114 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Added.
3115 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-85-d-expected.png: Added.
3116 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Added.
3117 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-87-d-expected.png: Added.
3118 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-88-d-expected.png: Added.
3119 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-89-d-expected.png: Added.
3120 * platform/chromium-cg-mac-leopard/fast/borders/border-antialiasing-expected.png:
3121 * platform/chromium-cg-mac-snowleopard/css2.1/20110323/border-conflict-style-079-expected.png:
3122 * platform/chromium-cg-mac-snowleopard/css2.1/20110323/floating-replaced-height-008-expected.png:
3123 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Added.
3124 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Added.
3125 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Added.
3126 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
3127 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
3128 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Added.
3129 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Added.
3130 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Added.
3131 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Added.
3132 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Added.
3133 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Added.
3134 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Added.
3135 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Added.
3136 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Added.
3137 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Added.
3138 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Added.
3139 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Added.
3140 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Added.
3141 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Added.
3142 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Added.
3143 * platform/chromium-cg-mac-snowleopard/fast/borders/border-antialiasing-expected.png: Added.
3144 * platform/chromium-mac-leopard/css2.1/20110323/border-conflict-style-079-expected.png:
3145 * platform/chromium-mac-leopard/css2.1/20110323/floating-replaced-height-008-expected.png:
3146 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
3147 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
3148 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
3149 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
3150 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
3151 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
3152 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
3153 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
3154 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
3155 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
3156 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
3157 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
3158 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
3159 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: