1 2010-12-09 Michael Saboff <msaboff@apple.com>
3 Reviewed by Geoffrey Garen.
5 New test to verify that arrays sort per the standard even it
6 there is an override for toString() that modifies the array.
7 https://bugs.webkit.org/show_bug.cgi?id=50718
9 * fast/js/array-sort-modifying-tostring-expected.txt: Added.
10 * fast/js/array-sort-modifying-tostring.html: Added.
11 * fast/js/script-tests/array-sort-modifying-tostring.js: Added.
17 2010-12-09 Abhishek Arya <inferno@chromium.org>
19 Reviewed by Dimitri Glazkov.
21 Tests that we do not crash when we move the referenceNode using node iterator
22 methods previousNode and nextNode.
23 https://bugs.webkit.org/show_bug.cgi?id=50764
25 * fast/dom/node-iterator-reference-node-moved-crash-expected.txt: Added.
26 * fast/dom/node-iterator-reference-node-moved-crash.html: Added.
28 2010-12-09 Hans Wennborg <hans@chromium.org>
30 Reviewed by Jeremy Orlow.
32 IndexedDB: Numeric keys are floats.
33 https://bugs.webkit.org/show_bug.cgi?id=50674
35 Update layout tests to use floating-point values for keys.
37 * storage/indexeddb/keyrange-expected.txt:
38 * storage/indexeddb/keyrange.html:
39 Make sure creating the keys works.
40 * storage/indexeddb/objectstore-cursor-expected.txt:
41 * storage/indexeddb/objectstore-cursor.html:
42 Make sure retrieving the keys from the DB objectstore works.
44 2010-12-09 Michael Saboff <msaboff@apple.com>
46 Reviewed by Darin Adler.
48 Added test to verify proper operation of backtrack labels.
49 https://bugs.webkit.org/show_bug.cgi?id=50579
51 * fast/regex/parentheses-expected.txt:
52 * fast/regex/script-tests/parentheses.js:
54 2010-12-09 Peter Beverloo <peter@lvp-media.com>
56 Reviewed by Maciej Stachowiak.
58 Default CSS definitions for the figure and figcaption elements.
60 * fast/html/figcaption-element-expected.txt: Added.
61 * fast/html/figcaption-element.html: Added.
62 * fast/html/figure-element-expected.txt: Added.
63 * fast/html/figure-element.html: Added.
64 * fast/html/script-tests/figcaption-element.js: Added.
65 * fast/html/script-tests/figure-element.js: Added.
67 2010-12-09 Yael Aharon <yael.aharon@nokia.com>
69 Reviewed by Antonio Gomes.
71 Spatial Navigation: more tests.
72 https://bugs.webkit.org/show_bug.cgi?id=50728
74 * fast/spatial-navigation/snav-hidden-focusable-element-expected.txt: Added.
75 * fast/spatial-navigation/snav-hidden-focusable-element.html: Added.
76 * fast/spatial-navigation/snav-hidden-iframe-expected.txt: Added.
77 * fast/spatial-navigation/snav-hidden-iframe.html: Added.
79 2010-12-09 Csaba Osztrogonác <ossy@webkit.org>
83 Add Qt specific expected results for tests introduced in r73548.
84 Compared to Mac png files and Mac expected files.
86 * platform/qt/editing/selection/caret-ltr-2-expected.checksum: Added.
87 * platform/qt/editing/selection/caret-ltr-2-expected.png: Added.
88 * platform/qt/editing/selection/caret-ltr-2-expected.txt: Added.
89 * platform/qt/editing/selection/caret-ltr-2-left-expected.checksum: Added.
90 * platform/qt/editing/selection/caret-ltr-2-left-expected.png: Added.
91 * platform/qt/editing/selection/caret-ltr-2-left-expected.txt: Added.
92 * platform/qt/editing/selection/caret-ltr-expected.checksum: Added.
93 * platform/qt/editing/selection/caret-ltr-expected.png: Added.
94 * platform/qt/editing/selection/caret-ltr-expected.txt: Added.
95 * platform/qt/editing/selection/caret-ltr-right-expected.checksum: Added.
96 * platform/qt/editing/selection/caret-ltr-right-expected.png: Added.
97 * platform/qt/editing/selection/caret-ltr-right-expected.txt: Added.
98 * platform/qt/editing/selection/caret-rtl-2-left-expected.checksum: Added.
99 * platform/qt/editing/selection/caret-rtl-2-left-expected.png: Added.
100 * platform/qt/editing/selection/caret-rtl-2-left-expected.txt: Added.
101 * platform/qt/editing/selection/caret-rtl-right-expected.checksum: Added.
102 * platform/qt/editing/selection/caret-rtl-right-expected.png: Added.
103 * platform/qt/editing/selection/caret-rtl-right-expected.txt: Added.
105 2010-12-09 Joone Hur <joone@kldp.org>
107 Reviewed by Martin Robinson.
109 [GTK] Support for viewport meta tag
110 https://bugs.webkit.org/show_bug.cgi?id=45443
112 Included viewport test cases for WebKitGtk
114 * platform/gtk/Skipped: Unskip fast/viewport except viewport-45.html.
116 2010-12-09 Yury Semikhatsky <yurys@chromium.org>
118 Reviewed by Pavel Feldman.
120 Web Inspector: Console records for failed XHRs should contain call stack and request method
121 https://bugs.webkit.org/show_bug.cgi?id=50390
123 The expectations needed update ue to log format changes.
125 * http/tests/inspector-enabled/console-log-before-frame-navigation-expected.txt:
126 * http/tests/inspector/console-resource-errors-expected.txt:
127 * http/tests/inspector/console-xhr-logging-expected.txt:
128 * platform/chromium/http/tests/inspector/console-resource-errors-expected.txt: Added.
129 * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt: Copied from LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt.
131 2010-12-09 Dai Mikurube <dmikurube@google.com>
133 Reviewed by Kent Tamura.
135 Implement "required" attribute for select tags
136 https://bugs.webkit.org/show_bug.cgi?id=50380
138 Added tests for require attributes, valueMissing and vadility check for select elements.
140 * fast/forms/ValidityState-valueMissing-001-expected.txt:
141 * fast/forms/ValidityState-valueMissing-001.html:
142 * fast/forms/ValidityState-valueMissing-002-expected.txt:
143 * fast/forms/ValidityState-valueMissing-002.html:
144 * fast/forms/ValidityState-valueMissing-003-expected.txt:
145 * fast/forms/ValidityState-valueMissing-003.html:
146 * fast/forms/checkValidity-002-expected.txt:
147 * fast/forms/checkValidity-002.html:
148 * fast/forms/required-attribute-001-expected.txt:
149 * fast/forms/required-attribute-001.html:
150 * fast/forms/required-attribute-002-expected.txt:
151 * fast/forms/required-attribute-002.html:
152 * fast/forms/resources/select-live-pseudo-selectors.js: Added.
156 * fast/forms/script-tests/validationMessage.js:
157 * fast/forms/select-live-pseudo-selectors-expected.txt: Added.
158 * fast/forms/select-live-pseudo-selectors.html: Added.
159 * fast/forms/validationMessage-expected.txt:
160 * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors.html: Added.
161 * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors-expected.txt: Added.
163 2010-12-07 Jeremy Orlow <jorlow@chromium.org>
165 Reviewed by Steve Block.
167 IndexedDB returns the wrong exceptions
168 https://bugs.webkit.org/show_bug.cgi?id=50632
170 * storage/indexeddb/constants-expected.txt:
171 * storage/indexeddb/constants.html:
172 * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
173 * storage/indexeddb/objectstore-removeobjectstore.html:
175 2010-12-09 Pavel Feldman <pfeldman@chromium.org>
177 Not reviewed. Rebaselined Chromium expectations.
178 Reverts r73518 and r73522.
180 * platform/chromium-linux/fast/forms/placeholder-position-expected.checksum: Added.
181 * platform/chromium-linux/fast/forms/placeholder-position-expected.png: Added.
182 * platform/chromium-mac/fast/forms/placeholder-position-expected.checksum: Added.
183 * platform/chromium-mac/fast/forms/placeholder-position-expected.png: Added.
184 * platform/chromium-win/fast/forms/placeholder-position-expected.checksum: Added.
185 * platform/chromium-win/fast/forms/placeholder-position-expected.png: Added.
186 * platform/chromium-win/fast/forms/placeholder-position-expected.txt: Added.
187 * platform/chromium/test_expectations.txt:
189 2010-12-09 Csaba Osztrogonác <ossy@webkit.org>
191 Unreviewed. Add Qt specific expected results for tests introduced in r73529.
193 * platform/qt/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Added.
194 * platform/qt/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Added.
196 2010-12-09 Martin Robinson <mrobinson@igalia.com>
198 Update GTK+ baselines after r73561.
200 * platform/gtk/fast/css/input-search-padding-expected.txt:
201 * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt:
202 * platform/gtk/fast/forms/box-shadow-override-expected.txt:
203 * platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
204 * platform/gtk/fast/forms/input-appearance-height-expected.txt:
205 * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
206 * platform/gtk/fast/forms/placeholder-set-value-expected.txt:
207 * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt:
208 * platform/gtk/fast/forms/search-placeholder-value-changed-expected.txt:
209 * platform/gtk/fast/forms/search-rtl-expected.txt:
210 * platform/gtk/fast/forms/search-styled-expected.txt:
211 * platform/gtk/fast/forms/search-transformed-expected.txt:
212 * platform/gtk/fast/forms/search-vertical-alignment-expected.txt:
213 * platform/gtk/fast/forms/search-zoomed-expected.txt:
214 * platform/gtk/fast/forms/searchfield-heights-expected.txt:
216 2010-12-09 Philippe Normand <pnormand@igalia.com>
218 Unreviewed, update test baselines as asked by MORITA Hajime.
220 [GTK] r73488 broke fast/dom/HTMLProgressElement/progress-element.html
221 https://bugs.webkit.org/show_bug.cgi?id=50687
223 * platform/gtk/fast/dom/HTMLProgressElement/progress-element-expected.txt:
224 * platform/gtk/Skipped:
226 2010-12-09 Yuta Kitamura <yutak@chromium.org>
230 Chromium rebaselines for r73488.
232 * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.txt:
233 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
234 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
235 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
236 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
237 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
238 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
239 * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.txt:
240 * platform/chromium/test_expectations.txt:
242 2010-12-08 Pavel Feldman <pfeldman@chromium.org>
244 Not reviewed. Updated Chromium expectations.
246 * platform/chromium/test_expectations.txt:
248 2010-12-08 Gavin Barraclough <barraclough@apple.com>
250 Reviewed by Sam Weinig.
252 Permit Character Class Escape in CharacterRange in Character Class.
253 https://bugs.webkit.org/show_bug.cgi?id=50483
254 https://bugs.webkit.org/show_bug.cgi?id=50538
255 https://bugs.webkit.org/show_bug.cgi?id=50654
256 https://bugs.webkit.org/show_bug.cgi?id=50646
258 We recently tightened up our spec conformance in generating syntax
259 error in these cases, however testing in the wild has shown this
260 to be problematic. This reverts the previous change in allowing
261 class escapes (e.g. \d) in ranges in character classes ([]), but
262 does retain some closer conformance to the spec in only allowing
263 ranges that would be permitted per the grammar rules in the spec
264 (e.g. in /[\d-a-z]/ "a-z" cannot be considered as a range).
266 * fast/js/regexp-ranges-and-escaped-hyphens-expected.txt:
267 * fast/js/script-tests/regexp-ranges-and-escaped-hyphens.js:
268 * fast/regex/invalid-range-in-class-expected.txt:
269 * fast/regex/pcre-test-1-expected.txt:
270 * fast/regex/script-tests/invalid-range-in-class.js:
271 * fast/regex/script-tests/pcre-test-1.js:
273 2010-12-08 Yuta Kitamura <yutak@chromium.org>
277 Update Chromium test expectations.
279 * platform/chromium/test_expectations.txt:
281 2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
283 Unreviewed; Yet another Chromium rebaselines for r73548.
285 * platform/chromium-mac-leopard/editing/selection/caret-rtl-2-expected.checksum: Removed.
286 * platform/chromium-mac-leopard/editing/selection/caret-rtl-2-expected.png: Removed.
287 * platform/chromium-mac/fast/text/international/khmer-selection-expected.checksum: Added.
288 * platform/chromium-mac/fast/text/international/khmer-selection-expected.png: Added.
289 * platform/chromium/test_expectations.txt:
291 2010-12-08 Kent Tamura <tkent@chromium.org>
293 Unreviewed, test expectation update.
295 Update expectations for r73566.
297 * platform/gtk/editing/selection/find-yensign-and-backslash-expected.txt:
298 * platform/qt/editing/selection/find-yensign-and-backslash-expected.txt: Removed.
299 * platform/win/editing/selection/find-yensign-and-backslash-expected.txt: Removed.
301 2010-12-07 Zhenyao Mo <zmo@google.com>
303 Reviewed by Kenneth Russell.
305 WebGLUniformLocation objects must be invalidated during linkProgram
306 https://bugs.webkit.org/show_bug.cgi?id=37118
308 * fast/canvas/webgl/uniform-location-expected.txt:
309 * fast/canvas/webgl/uniform-location.html: Check that after linkProgram, all previous uniform locations become invalid.
311 2010-12-08 Adele Peterson <adele@apple.com>
313 Reviewed by Darin Adler.
315 Test for https://bugs.webkit.org/show_bug.cgi?id=50725
316 <rdar://problem/8694972> REGRESSION (r72052): "Search" placeholder in MobileMe mail is positioned too high
318 * fast/forms/placeholder-position.html: Added.
319 * platform/mac/fast/forms/placeholder-position-expected.checksum: Added.
320 * platform/mac/fast/forms/placeholder-position-expected.png: Added.
321 * platform/mac/fast/forms/placeholder-position-expected.txt: Added.
323 2010-12-08 Kent Tamura <tkent@chromium.org>
325 Reviewed by Alexey Proskuryakov.
327 Yensign hack should work with Shift_JIS and ISO-2022-JP encodings.
328 https://bugs.webkit.org/show_bug.cgi?id=49714
330 Use Shift_JIS instead of Shift_JIS_X0213-2000 because Shift_JIS_X0213-2000
331 encoding is available only on Mac.
332 Add a test for ISO-2022-JP.
334 * editing/selection/find-yensign-and-backslash-expected.txt:
335 * editing/selection/find-yensign-and-backslash.html:
336 * platform/chromium/test_expectations.txt:
338 2010-12-08 Andy Estes <aestes@apple.com>
340 Reviewed by Darin Adler.
342 Reflected unsigned attributes should be in the range [0, 2^31).
343 https://bugs.webkit.org/show_bug.cgi?id=50472
345 * fast/html/marquee-element.html: Give hspace and vspace negative values
346 and test what their corresponding IDL attributes reflect.
347 * fast/html/marquee-element-expected.txt:
349 2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
351 Unreviewed Chromium rebaseline for r73548.
353 * platform/chromium-linux/fast/text/international/khmer-selection-expected.checksum:
354 * platform/chromium-linux/fast/text/international/khmer-selection-expected.png:
355 * platform/chromium-linux/fast/text/international/khmer-selection-expected.txt:
356 * platform/chromium-win-xp/fast/text/international/khmer-selection-expected.checksum: Removed.
357 * platform/chromium-win-xp/fast/text/international/khmer-selection-expected.png: Removed.
358 * platform/chromium-win-xp/fast/text/international/khmer-selection-expected.txt: Removed.
359 * platform/chromium-win/fast/text/international/khmer-selection-expected.checksum:
360 * platform/chromium-win/fast/text/international/khmer-selection-expected.png:
361 * platform/chromium-win/fast/text/international/khmer-selection-expected.txt:
362 * platform/chromium/test_expectations.txt:
364 2010-12-08 Abhishek Arya <inferno@chromium.org>
366 Reviewed by Dimitri Glazkov.
368 Tests that we do not crash when node iterator gets moved across documents.
369 https://bugs.webkit.org/show_bug.cgi?id=50697
371 * fast/dom/node-iterator-document-moved-crash-expected.txt: Added.
372 * fast/dom/node-iterator-document-moved-crash.html: Added.
374 2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
376 Unreviewed Chromium rebaseline for r73548.
378 * platform/chromium-linux/editing/selection/caret-ltr-2-expected.checksum: Added.
379 * platform/chromium-linux/editing/selection/caret-ltr-2-expected.png: Added.
380 * platform/chromium-linux/editing/selection/caret-ltr-2-left-expected.checksum: Added.
381 * platform/chromium-linux/editing/selection/caret-ltr-2-left-expected.png: Added.
382 * platform/chromium-linux/editing/selection/caret-ltr-expected.checksum: Added.
383 * platform/chromium-linux/editing/selection/caret-ltr-expected.png: Added.
384 * platform/chromium-linux/editing/selection/caret-ltr-right-expected.checksum: Added.
385 * platform/chromium-linux/editing/selection/caret-ltr-right-expected.png: Added.
386 * platform/chromium-linux/editing/selection/caret-rtl-2-expected.checksum: Added.
387 * platform/chromium-linux/editing/selection/caret-rtl-2-expected.png: Added.
388 * platform/chromium-linux/editing/selection/caret-rtl-2-left-expected.checksum: Added.
389 * platform/chromium-linux/editing/selection/caret-rtl-2-left-expected.png: Added.
390 * platform/chromium-linux/editing/selection/caret-rtl-expected.checksum:
391 * platform/chromium-linux/editing/selection/caret-rtl-expected.png:
392 * platform/chromium-linux/editing/selection/caret-rtl-right-expected.checksum: Added.
393 * platform/chromium-linux/editing/selection/caret-rtl-right-expected.png: Added.
394 * platform/chromium-mac/editing/selection/caret-ltr-2-expected.checksum: Added.
395 * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png: Added.
396 * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.checksum: Added.
397 * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png: Added.
398 * platform/chromium-mac/editing/selection/caret-ltr-expected.checksum: Added.
399 * platform/chromium-mac/editing/selection/caret-ltr-expected.png: Added.
400 * platform/chromium-mac/editing/selection/caret-ltr-right-expected.checksum: Added.
401 * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png: Added.
402 * platform/chromium-mac/editing/selection/caret-rtl-2-expected.checksum: Added.
403 * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png: Added.
404 * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.checksum: Added.
405 * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png: Added.
406 * platform/chromium-mac/editing/selection/caret-rtl-expected.checksum:
407 * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
408 * platform/chromium-mac/editing/selection/caret-rtl-right-expected.checksum: Added.
409 * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png: Added.
410 * platform/chromium-win/editing/selection/caret-ltr-2-expected.checksum: Added.
411 * platform/chromium-win/editing/selection/caret-ltr-2-expected.png: Added.
412 * platform/chromium-win/editing/selection/caret-ltr-2-expected.txt: Added.
413 * platform/chromium-win/editing/selection/caret-ltr-2-left-expected.checksum: Added.
414 * platform/chromium-win/editing/selection/caret-ltr-2-left-expected.png: Added.
415 * platform/chromium-win/editing/selection/caret-ltr-2-left-expected.txt: Added.
416 * platform/chromium-win/editing/selection/caret-ltr-expected.checksum: Added.
417 * platform/chromium-win/editing/selection/caret-ltr-expected.png: Added.
418 * platform/chromium-win/editing/selection/caret-ltr-expected.txt: Added.
419 * platform/chromium-win/editing/selection/caret-ltr-right-expected.checksum: Added.
420 * platform/chromium-win/editing/selection/caret-ltr-right-expected.png: Added.
421 * platform/chromium-win/editing/selection/caret-ltr-right-expected.txt: Added.
422 * platform/chromium-win/editing/selection/caret-rtl-2-expected.checksum:
423 * platform/chromium-win/editing/selection/caret-rtl-2-expected.png:
424 * platform/chromium-win/editing/selection/caret-rtl-2-expected.txt:
425 * platform/chromium-win/editing/selection/caret-rtl-2-left-expected.checksum: Added.
426 * platform/chromium-win/editing/selection/caret-rtl-2-left-expected.png: Added.
427 * platform/chromium-win/editing/selection/caret-rtl-2-left-expected.txt: Added.
428 * platform/chromium-win/editing/selection/caret-rtl-expected.checksum:
429 * platform/chromium-win/editing/selection/caret-rtl-expected.png:
430 * platform/chromium-win/editing/selection/caret-rtl-expected.txt:
431 * platform/chromium-win/editing/selection/caret-rtl-right-expected.checksum: Added.
432 * platform/chromium-win/editing/selection/caret-rtl-right-expected.png: Added.
433 * platform/chromium-win/editing/selection/caret-rtl-right-expected.txt: Added.
434 * platform/chromium/test_expectations.txt:
436 2010-12-08 Martin Robinson <mrobinson@igalia.com>
438 Replace some GTK+ test results after r73548.
440 * platform/gtk/fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
441 * platform/gtk/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
443 2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
445 Unreviewed; Removed old expected results for caret-rtl.html and caret-rtl-2.html on Mac Leopard.
447 * platform/mac-leopard/editing/selection/caret-rtl-2-expected.checksum: Removed.
448 * platform/mac-leopard/editing/selection/caret-rtl-2-expected.png: Removed.
449 * platform/mac-leopard/editing/selection/caret-rtl-expected.checksum: Removed.
450 * platform/mac-leopard/editing/selection/caret-rtl-expected.png: Removed.
452 2010-12-08 Peter Kasting <pkasting@google.com>
454 Unreviewed Chromium test expectations update.
456 Mark some Mac tests as timing out after r73518 and r73522.
458 * platform/chromium/test_expectations.txt:
460 2010-12-08 Adam Roben <aroben@apple.com>
462 Update Windows test results after r73538
464 We don't need Windows-specific results for this test anymore.
466 * platform/win-xp/svg/custom/clip-path-referencing-use-expected.checksum: Removed.
467 * platform/win-xp/svg/custom/clip-path-referencing-use-expected.png: Removed.
468 * platform/win-xp/svg/custom/clip-path-referencing-use-expected.txt: Removed.
469 * platform/win/svg/custom/clip-path-referencing-use-expected.checksum: Removed.
470 * platform/win/svg/custom/clip-path-referencing-use-expected.png: Removed.
471 * platform/win/svg/custom/clip-path-referencing-use-expected.txt: Removed.
473 2010-12-08 James Robinson <jamesr@chromium.org>
475 Reviewed by Kenneth Russell.
477 [chromium] Text is blurry on a large composited layer with an odd center x/y coordinate
478 https://bugs.webkit.org/show_bug.cgi?id=50702
480 Tests that text rendered on a large layer is crisp even when the layer's center point
481 has an odd x and/or y coordinate.
483 * compositing/text-on-large-layer.html: Added.
484 * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.checksum: Added.
485 * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.png: Added.
486 * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.txt: Added.
487 * platform/chromium-gpu/test_expectations.txt:
488 * platform/mac/compositing/text-on-large-layer-expected.checksum: Added.
489 * platform/mac/compositing/text-on-large-layer-expected.png: Added.
490 * platform/mac/compositing/text-on-large-layer-expected.txt: Added.
492 2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
494 Reviewed by Dan Bernstein.
496 REGRESSION: LayoutTests/editing/selection/caret-rtl-2.html fails
497 https://bugs.webkit.org/show_bug.cgi?id=33503
499 Added tests to ensure WebKit places the caret at a right place for LTR text in a LTR block,
500 LTR text in a RTL block, RTL text in a RTL block, and RTL text in a LTR block.
502 Because we need to verify both rendering of the caret and (node, offset) pair of the caret,
503 these tests cannot be combined or done without pixel results.
505 * editing/selection/caret-ltr-2-left.html: Added.
506 * editing/selection/caret-ltr-2.html: Added.
507 * editing/selection/caret-ltr-right.html: Added.
508 * editing/selection/caret-ltr.html: Added.
509 * editing/selection/caret-rtl-2-left.html: Added.
510 * editing/selection/caret-rtl-2.html:
511 * editing/selection/caret-rtl-right.html: Added.
512 * editing/selection/caret-rtl.html:
513 * editing/selection/resources/caret-edge-shared.js: Added.
517 * platform/mac/editing/selection/caret-ltr-2-expected.checksum: Added.
518 * platform/mac/editing/selection/caret-ltr-2-expected.png: Added.
519 * platform/mac/editing/selection/caret-ltr-2-expected.txt: Added.
520 * platform/mac/editing/selection/caret-ltr-2-left-expected.checksum: Added.
521 * platform/mac/editing/selection/caret-ltr-2-left-expected.png: Added.
522 * platform/mac/editing/selection/caret-ltr-2-left-expected.txt: Added.
523 * platform/mac/editing/selection/caret-ltr-expected.checksum: Added.
524 * platform/mac/editing/selection/caret-ltr-expected.png: Added.
525 * platform/mac/editing/selection/caret-ltr-expected.txt: Added.
526 * platform/mac/editing/selection/caret-ltr-right-expected.checksum: Added.
527 * platform/mac/editing/selection/caret-ltr-right-expected.png: Added.
528 * platform/mac/editing/selection/caret-ltr-right-expected.txt: Added.
529 * platform/mac/editing/selection/caret-rtl-2-expected.checksum:
530 * platform/mac/editing/selection/caret-rtl-2-expected.png:
531 * platform/mac/editing/selection/caret-rtl-2-expected.txt:
532 * platform/mac/editing/selection/caret-rtl-2-left-expected.checksum: Added.
533 * platform/mac/editing/selection/caret-rtl-2-left-expected.png: Added.
534 * platform/mac/editing/selection/caret-rtl-2-left-expected.txt: Added.
535 * platform/mac/editing/selection/caret-rtl-expected.checksum:
536 * platform/mac/editing/selection/caret-rtl-expected.png:
537 * platform/mac/editing/selection/caret-rtl-expected.txt:
538 * platform/mac/editing/selection/caret-rtl-right-expected.checksum: Added.
539 * platform/mac/editing/selection/caret-rtl-right-expected.png: Added.
540 * platform/mac/editing/selection/caret-rtl-right-expected.txt: Added.
542 2010-12-08 Alexey Proskuryakov <ap@apple.com>
544 Touch a file that's sporadically giving 207 Multi-Status error on svn update, hoping that
545 it will magically fix it.
547 * fast/xpath/4XPath/Core/test.js: Removed properties svn:mime-type and svn:eol-style, added
550 2010-12-08 Peter Kasting <pkasting@google.com>
552 Unreviewed Chromium test expectations update.
554 Mark some tests as passing or slow, and update the comment on the
555 compositing tests to indicate more accurately why we skip them in the
558 * platform/chromium-gpu/test_expectations.txt:
559 * platform/chromium/test_expectations.txt:
561 2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
563 Unreviewed Chromium test expectations update.
564 fast/dom/HTMLMeterElement/meter-element.html has been rebaselined for Windows.
566 * platform/chromium/test_expectations.txt:
568 2010-12-08 Adam Roben <aroben@apple.com>
570 Skip svg/custom/clip-path-referencing-use2.svg, not
571 svg/custom/clip-path-referencing-use.svg
573 The former is the real problem. The latter was just the victim!
575 * platform/win/Skipped:
577 2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
579 Unreviewed Chromium test expectations update.
580 fast/text/decomposed-after-stacked-diacritics.html crashes on Chromium Linux.
582 * platform/chromium/test_expectations.txt:
584 2010-12-08 Ryosuke Niwa <rniwa@webkit.org>
586 Unreviewed Chromium rebaseline for r73531.
588 * platform/chromium-linux/fast/block/positioning/rtl-static-positioning-expected.checksum: Added.
589 * platform/chromium-linux/fast/block/positioning/rtl-static-positioning-expected.png: Added.
590 * platform/chromium-linux/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added.
591 * platform/chromium-linux/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
592 * platform/chromium-linux/fast/block/positioning/table-cell-static-position-expected.checksum: Added.
593 * platform/chromium-linux/fast/block/positioning/table-cell-static-position-expected.png: Added.
594 * platform/chromium-mac/fast/block/positioning/rtl-static-positioning-expected.checksum: Added.
595 * platform/chromium-mac/fast/block/positioning/rtl-static-positioning-expected.png: Added.
596 * platform/chromium-mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added.
597 * platform/chromium-mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
598 * platform/chromium-mac/fast/block/positioning/table-cell-static-position-expected.checksum: Added.
599 * platform/chromium-mac/fast/block/positioning/table-cell-static-position-expected.png: Added.
600 * platform/chromium-win/fast/block/positioning/rtl-static-positioning-expected.checksum: Added.
601 * platform/chromium-win/fast/block/positioning/rtl-static-positioning-expected.png: Added.
602 * platform/chromium-win/fast/block/positioning/rtl-static-positioning-expected.txt: Added.
603 * platform/chromium-win/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added.
604 * platform/chromium-win/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
605 * platform/chromium-win/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt: Added.
606 * platform/chromium-win/fast/block/positioning/table-cell-static-position-expected.checksum: Added.
607 * platform/chromium-win/fast/block/positioning/table-cell-static-position-expected.png: Added.
608 * platform/chromium-win/fast/block/positioning/table-cell-static-position-expected.txt: Added.
609 * platform/chromium/test_expectations.txt:
611 2010-12-08 David Hyatt <hyatt@apple.com>
613 Reviewed by Anders Carlsson.
615 https://bugs.webkit.org/show_bug.cgi?id=50576
617 REGRESSION in position of autocomplete popup on RTL page.
619 RTL static position computation did not subtract out the width of the enclosing box if the
620 immediate parent was a RenderInline. This bug was exposed by properly changing the RenderView
621 to be RTL when the document was RTL.
623 Added three new tests in fast/block/positioning.
625 * fast/block/positioning/rtl-static-positioning-inline-block.html: Added.
626 * fast/block/positioning/rtl-static-positioning.html: Added.
627 * fast/block/positioning/table-cell-static-position.html: Added.
628 * platform/mac/fast/block/positioning/rtl-static-positioning-expected.checksum: Added.
629 * platform/mac/fast/block/positioning/rtl-static-positioning-expected.png: Added.
630 * platform/mac/fast/block/positioning/rtl-static-positioning-expected.txt: Added.
631 * platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added.
632 * platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
633 * platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt: Added.
634 * platform/mac/fast/block/positioning/table-cell-static-position-expected.checksum: Added.
635 * platform/mac/fast/block/positioning/table-cell-static-position-expected.png: Added.
636 * platform/mac/fast/block/positioning/table-cell-static-position-expected.txt: Added.
638 2010-12-08 Xiaomei Ji <xji@chromium.org>
640 Reviewed by David Hyatt.
642 Fix backward mouse wheeling not working when scroll position is below 0.
643 https://bugs.webkit.org/show_bug.cgi?id=50370
645 * fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
646 * fast/dom/horizontal-scrollbar-in-rtl.html:
647 * fast/dom/vertical-scrollbar-in-rtl-expected.txt:
648 * fast/dom/vertical-scrollbar-in-rtl.html:
649 * fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Added.
650 * fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html: Added.
651 * fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Added.
652 * fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html: Added.
653 * platform/chromium/fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
654 * platform/chromium/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
655 * platform/chromium/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Added.
656 * platform/chromium/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Added.
657 * platform/gtk/Skipped:
658 * platform/mac-tiger/Skipped:
659 * platform/mac-wk2/Skipped:
660 * platform/qt-wk2/Skipped:
661 * platform/qt/fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
662 * platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
663 * platform/win/Skipped:
664 * platform/win/fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
665 * platform/win/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
667 2010-12-08 Anton Muhin <antonm@chromium.org>
669 Unreviewed, cleaning up test expectations after r7349.
671 * platform/chromium/test_expectations.txt:
673 2010-12-08 Simon Fraser <simon.fraser@apple.com>
675 Reviewed by Dan Bernstein.
677 Fix pauseAnimation API to work with shorthand properties
678 https://bugs.webkit.org/show_bug.cgi?id=50639
680 * transitions/border-radius-transition.html:
681 * transitions/shorthand-border-transitions.html:
682 * transitions/shorthand-transitions.html:
683 We can now use the pause API for these tests.
685 * transitions/transition-test-helpers.js:
686 Fix issue where "-webkit-transform-origin" would match where
687 we are really looking for "-webkit-transform.".
689 2010-12-08 Philippe Normand <pnormand@igalia.com>
691 Reviewed by Gustavo Noronha Silva.
693 [GTK] media/fullscreen* failing on 64-bits Debug
694 https://bugs.webkit.org/show_bug.cgi?id=50394
696 * platform/gtk/Skipped: Unskip now passing tests.
698 2010-12-08 Ilya Tikhonovsky <loislo@chromium.org>
700 Unreviewed. Remove WIN prefix for inspector's tests expectations.
701 DumpRenderTree related patch.
703 * platform/chromium/test_expectations.txt:
705 2010-12-08 Adam Roben <aroben@apple.com>
707 Skip svg/custom/clip-path-referencing-use.svg on Windows
709 The test fails when run under Aero. It seems that one of our Windows 7
710 bots has this turned on while the other doesn't.
712 * platform/win/Skipped:
714 2010-12-08 Alejandro G. Castro <alex@igalia.com>
716 Unreviewed, rolling out r73494.
717 http://trac.webkit.org/changeset/73494
718 https://bugs.webkit.org/show_bug.cgi?id=50380
720 The tests added are crashing in the debug bots (macn and gtk)
722 * fast/forms/ValidityState-valueMissing-001-expected.txt:
723 * fast/forms/ValidityState-valueMissing-001.html:
724 * fast/forms/ValidityState-valueMissing-002-expected.txt:
725 * fast/forms/ValidityState-valueMissing-002.html:
726 * fast/forms/ValidityState-valueMissing-003-expected.txt:
727 * fast/forms/ValidityState-valueMissing-003.html:
728 * fast/forms/checkValidity-002-expected.txt:
729 * fast/forms/checkValidity-002.html:
730 * fast/forms/required-attribute-001-expected.txt:
731 * fast/forms/required-attribute-001.html:
732 * fast/forms/required-attribute-002-expected.txt:
733 * fast/forms/required-attribute-002.html:
734 * fast/forms/resources/select-live-pseudo-selectors.js: Removed.
735 * fast/forms/script-tests/validationMessage.js:
736 * fast/forms/select-live-pseudo-selectors-expected.txt: Removed.
737 * fast/forms/select-live-pseudo-selectors.html: Removed.
738 * fast/forms/validationMessage-expected.txt:
739 * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors-expected.txt: Removed.
740 * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors.html: Removed.
742 2010-12-08 Ilya Tikhonovsky <loislo@chromium.org>
744 Unreviewed. Just enable inspector's tests for chromium linux.
745 This change is related to switching to DumpRenderTree.
747 * platform/chromium/test_expectations.txt:
749 2010-12-08 Adam Roben <aroben@apple.com>
751 Land Windows results for test added in 73423
753 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
754 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
755 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added.
757 2010-12-08 Adam Roben <aroben@apple.com>
759 Update Windows results after r73488
761 * platform/win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
762 * platform/win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
763 * platform/win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
764 * platform/win/fast/dom/HTMLMeterElement/meter-element-expected.txt:
765 * platform/win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
766 * platform/win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
767 * platform/win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
769 2010-12-08 Philippe Normand <pnormand@igalia.com>
771 Unreviewed, skipping failing test.
773 [GTK] r73488 broke fast/dom/HTMLProgressElement/progress-element.html
774 https://bugs.webkit.org/show_bug.cgi?id=50687
776 * platform/gtk/Skipped:
778 2010-12-08 Yuta Kitamura <yutak@chromium.org>
782 Update Chromium test expectations. Remove some tests that are now consistently
783 passing, assign bug numbers, and add one new expectation.
785 * platform/chromium/test_expectations.txt:
787 2010-12-08 Philippe Normand <pnormand@igalia.com>
789 Unreviewed, unskipping media/video-buffered.html on GTK because
790 the bots are now running with latest GStreamer.
792 * platform/gtk/Skipped:
794 2010-12-08 Philippe Normand <pnormand@igalia.com>
796 Unreviewed, unskipped some more media tests.
798 They are not crashing anymore, they also needed a rebaseline since
799 the font tiling changes that happened while they were skipped.
801 * platform/gtk/Skipped:
802 * platform/gtk/media/controls-styling-expected.txt:
803 * platform/gtk/media/video-layer-crash-expected.txt:
804 * platform/gtk/media/video-transformed-expected.txt:
806 2010-12-08 Yury Semikhatsky <yurys@chromium.org>
808 Unreviewed. Update test expectations after r73504.
810 * http/tests/inspector/console-resource-errors-expected.txt:
811 * platform/chromium/test_expectations.txt:
813 2010-12-08 Yuta Kitamura <yutak@chromium.org>
817 Update Chromium test expectations. Add two test flakinesses which was
818 introduced at r73504.
820 * platform/chromium/test_expectations.txt:
822 2010-12-08 Yuta Kitamura <yutak@chromium.org>
826 Update Chromium test expectations. Added a few failures which was found
827 in Chromium main waterfall.
829 * platform/chromium/test_expectations.txt:
831 2010-12-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
833 [GTK] Fails back to POST tests
834 https://bugs.webkit.org/show_bug.cgi?id=50678
836 Skip new tests that we are failing.
838 * platform/gtk/Skipped:
840 2010-12-08 Yury Semikhatsky <yurys@chromium.org>
842 Reviewed by Pavel Feldman.
844 Web Inspector: remove groupLevel counter from console messages
845 https://bugs.webkit.org/show_bug.cgi?id=50672
847 * inspector/console-tests-expected.txt:
849 2010-12-08 Csaba Osztrogonác <ossy@webkit.org>
851 Unreviewed. Add new tests introduced in r73484 to the Skipped list,
852 because layoutTestController.testRepaint() is unimplemented in Qt DRT.
854 * platform/qt/Skipped:
855 - fast/repaint/table-writing-modes-h.html added
856 - fast/repaint/table-writing-modes-v.html added
858 2010-12-08 Csaba Osztrogonác <ossy@webkit.org>
860 Unreviewed. Update Qt specific expected results after r73488.
861 Compared to Mac png files and Mac expected files.
863 * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum:
864 * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
865 * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
866 * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum:
867 * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
868 * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
869 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum:
870 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
871 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
872 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
873 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png:
874 * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
876 2010-12-08 Philippe Normand <pnormand@igalia.com>
878 Unreviewed, updated baselines of
879 media/video-controls-rendering.html.
881 * platform/gtk/media/video-controls-rendering-expected.txt:
883 2010-12-08 Pavel Podivilov <podivilov@chromium.org>
885 Reviewed by Pavel Feldman.
887 Web Inspector: SourceFrame refactoring.
888 https://bugs.webkit.org/show_bug.cgi?id=50223
890 * inspector/debugger-breakpoints-not-activated-on-reload.html:
891 * inspector/debugger-pause-on-breakpoint.html:
893 2010-12-08 Philippe Normand <pnormand@igalia.com>
895 Unreviewed, unskipping media/video-controls-rendering.html on GTK.
897 It should now not crash anymore because the GTK bots have been
898 upgraded to latest GStreamer releases.
900 * platform/gtk/Skipped:
902 2010-12-08 Dai Mikurube <dmikurube@google.com>
904 Reviewed by Kent Tamura.
906 Implement "required" attribute for select tags
907 https://bugs.webkit.org/show_bug.cgi?id=50380
909 Added tests for require attributes, valueMissing and vadility check for select elements.
911 * fast/forms/ValidityState-valueMissing-001-expected.txt:
912 * fast/forms/ValidityState-valueMissing-001.html:
913 * fast/forms/ValidityState-valueMissing-002-expected.txt:
914 * fast/forms/ValidityState-valueMissing-002.html:
915 * fast/forms/ValidityState-valueMissing-003-expected.txt:
916 * fast/forms/ValidityState-valueMissing-003.html:
917 * fast/forms/checkValidity-002-expected.txt:
918 * fast/forms/checkValidity-002.html:
919 * fast/forms/required-attribute-001-expected.txt:
920 * fast/forms/required-attribute-001.html:
921 * fast/forms/required-attribute-002-expected.txt:
922 * fast/forms/required-attribute-002.html:
923 * fast/forms/resources/select-live-pseudo-selectors.js: Added.
927 * fast/forms/script-tests/validationMessage.js:
928 * fast/forms/select-live-pseudo-selectors-expected.txt: Added.
929 * fast/forms/select-live-pseudo-selectors.html: Added.
930 * fast/forms/validationMessage-expected.txt:
931 * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors.html: Added.
932 * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors-expected.txt: Added.
934 2010-12-08 Yuta Kitamura <yutak@chromium.org>
938 Update Chromium test expectations.
940 * platform/chromium/test_expectations.txt:
942 2010-12-07 Daniel Bates <dbates@rim.com>
944 Reviewed by Martin Robinson.
946 Implement focus ring support for image maps
947 https://bugs.webkit.org/show_bug.cgi?id=50371
949 Tests to ensure that we support drawing a focus ring for an image map.
950 In particular, that the GTK port can draw a focus ring for an image map.
952 * fast/images/imagemap-circle-focus-ring.html: Added.
953 * fast/images/imagemap-polygon-focus-ring.html: Added.
954 * platform/gtk/fast/images/imagemap-circle-focus-ring-expected.checksum: Added.
955 * platform/gtk/fast/images/imagemap-circle-focus-ring-expected.png: Added.
956 * platform/gtk/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
957 * platform/gtk/fast/images/imagemap-focus-ring-expected.checksum: Rebase result since we
958 now support drawing a focus ring for imagemaps.
959 * platform/gtk/fast/images/imagemap-focus-ring-expected.png: Ditto.
960 * platform/gtk/fast/images/imagemap-focus-ring-outline-color-expected.checksum: Added.
961 * platform/gtk/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
962 * platform/gtk/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.checksum: Added.
963 * platform/gtk/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
964 * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.checksum: Added.
965 * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
966 * platform/gtk/fast/images/imagemap-polygon-focus-ring-expected.checksum: Added.
967 * platform/gtk/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
968 * platform/gtk/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
969 * platform/mac/fast/images/imagemap-circle-focus-ring-expected.checksum: Added.
970 * platform/mac/fast/images/imagemap-circle-focus-ring-expected.png: Added.
971 * platform/mac/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
972 * platform/mac/fast/images/imagemap-polygon-focus-ring-expected.checksum: Added.
973 * platform/mac/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
974 * platform/mac/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
976 2010-12-05 MORITA Hajime <morrita@google.com>
978 Reviewed by Dimitri Glazkov.
981 - Updated expectations to follow the change on the shadow structure.
983 RenderIndicator subclasses should not change the render tree during layout.
984 https://bugs.webkit.org/show_bug.cgi?id=50026
986 * fast/dom/HTMLMeterElement/meter-element-crash-expected.txt: Added.
987 * fast/dom/HTMLMeterElement/meter-element-crash.html: Added.
988 * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
989 * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
990 * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
991 * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt:
992 * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
993 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
994 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
996 2010-12-07 Simon Fraser <simon.fraser@apple.com>
998 Relax the matching tolerance to reduce flakiness.
1000 * transitions/border-radius-transition.html:
1002 2010-11-29 Mihai Parparita <mihaip@chromium.org>
1004 Reviewed by Adam Barth.
1006 returning to a POST result within a frame does a GET instead of a POST
1007 https://bugs.webkit.org/show_bug.cgi?id=10199
1009 Re-enable postredirect-frames-goback1.html and post-frames-goback1.html
1010 now that the big that made them be checked in disabled was fixed.
1012 The tests were also re-written to not be pixel tests, since that just
1013 adds extra per-platform baseline pain.
1015 Add fast/history/history-back-initial-vs-final-url.html since there did
1016 not appear to be any tests for whether we used the initial or final URL
1017 of a frame's history item (and this patch changes it from the former to
1020 * fast/history/history-back-initial-vs-final-url-expected.txt: Added.
1021 * fast/history/history-back-initial-vs-final-url.html: Added.
1022 * fast/history/resources/frame-final-url.html: Added.
1023 * fast/history/resources/frame-initial-url.html: Added.
1024 * http/tests/navigation/post-frames-goback1-expected.txt: Added.
1025 * http/tests/navigation/post-frames-goback1.html: Added.
1026 * http/tests/navigation/post-frames-goback1.html-disabled: Removed.
1027 * http/tests/navigation/post-frames.html:
1028 * http/tests/navigation/postredirect-frames-goback1-expected.txt: Added.
1029 * http/tests/navigation/postredirect-frames-goback1.html: Added.
1030 * http/tests/navigation/postredirect-frames-goback1.html-disabled: Removed.
1031 * http/tests/navigation/resources/form-target.pl:
1032 * http/tests/navigation/resources/redirect-to-go-back.pl: Added.
1033 * http/tests/navigation/resources/top-go-back.html: Added.
1035 2010-12-07 Dan Bernstein <mitz@apple.com>
1037 Reviewed by Darin Adler.
1039 Test that tables repaint correctly in all writing modes
1040 Part of: Make tables work with vertical text
1041 https://bugs.webkit.org/show_bug.cgi?id=46417
1043 * fast/repaint/table-writing-modes-h-expected.checksum: Added.
1044 * fast/repaint/table-writing-modes-h-expected.png: Added.
1045 * fast/repaint/table-writing-modes-h-expected.txt: Added.
1046 * fast/repaint/table-writing-modes-h.html: Added.
1047 * fast/repaint/table-writing-modes-v-expected.checksum: Added.
1048 * fast/repaint/table-writing-modes-v-expected.png: Added.
1049 * fast/repaint/table-writing-modes-v-expected.txt: Added.
1050 * fast/repaint/table-writing-modes-v.html: Added.
1052 2010-12-07 Tony Chang <tony@chromium.org>
1054 Unreviewed, mark a test as flaky on chromium drt linux.
1056 * platform/chromium/test_expectations.txt:
1058 2010-12-07 Tony Chang <tony@chromium.org>
1060 Unreviewed, adding chromium pixel results for
1061 fast/forms/caret-rtl.html after http://trac.webkit.org/changeset/73459
1063 * platform/chromium-linux/fast/forms/caret-rtl-expected.checksum:
1064 * platform/chromium-linux/fast/forms/caret-rtl-expected.png:
1065 * platform/chromium-mac/fast/forms/caret-rtl-expected.checksum: Added.
1066 * platform/chromium-mac/fast/forms/caret-rtl-expected.png: Added.
1067 * platform/chromium-win/fast/forms/caret-rtl-expected.checksum:
1068 * platform/chromium-win/fast/forms/caret-rtl-expected.png:
1070 2010-12-07 Tony Chang <tony@chromium.org>
1072 Unreviewed, remove more passing tests (mac) from test_expecatations.txt
1073 after DRT switch. Also remove a test that is passing because of
1076 * platform/chromium/test_expectations.txt:
1078 2010-12-07 Tony Chang <tony@chromium.org>
1080 Unreviewed, remove more passing tests (win) from test_expectations.txt
1083 * platform/chromium/test_expectations.txt:
1085 2010-12-07 Tony Chang <tony@chromium.org>
1087 Unreviewed, remove passing tests (linux) from test_expectations
1090 * platform/chromium/test_expectations.txt:
1092 2010-12-07 Tony Chang <tony@chromium.org>
1094 Unreviewed, update chromium test_expectations for DRT based
1095 on Linux bot cycles and debug try bot.
1097 * platform/chromium/test_expectations.txt:
1099 2010-12-06 Antonio Gomes <agomes@rim.com>
1101 Reviewed by Martin Robinson.
1103 Clean up fast/events/multiline-link-arrow-navigation.html
1104 https://bugs.webkit.org/show_bug.cgi?id=50616
1106 fast/events/multiline-link-arrow-navigation.html is setting both
1107 WebKitEnableCaretBrowsing and -webkit-user-modify CSS property. Since
1108 both work similarly for the purposes of this test, and the former is
1109 not support by Mac and Windows DRTs, lets stick with using the later
1112 * fast/events/multiline-link-arrow-navigation.html:
1114 2010-12-07 Simon Fraser <simon.fraser@apple.com>
1116 Reviewed by Dan Bernstein.
1118 -webkit-transition Fails on Multiple text-shadow Shadows
1119 https://bugs.webkit.org/show_bug.cgi?id=42281
1121 Testcase that transitions multiple shadows.
1123 * transitions/multiple-text-shadow-transition.html: Added.
1125 2010-12-07 Simon Fraser <simon.fraser@apple.com>
1127 Reviewed by Beth Dakin.
1129 CSS animation doesn't work for border-radius
1130 https://bugs.webkit.org/show_bug.cgi?id=48340
1132 Test for border-radius and -webkit-border-radius transition.
1134 * transitions/border-radius-transition-expected.txt: Added.
1135 * transitions/border-radius-transition.html: Added.
1137 2010-12-07 Simon Fraser <simon.fraser@apple.com>
1139 Reviewed by Chris Marrin.
1141 Make use of pause API more explicit before landing fix for borer-radius animation.
1142 https://bugs.webkit.org/show_bug.cgi?id=48340
1144 * transitions/transition-test-helpers.js: Add some constants that
1145 we can use to make the tests more readable.
1146 Handle an extra value in the expected values arrays, to tell us if
1147 we should expect a property to be animated, and therefore whether
1148 we should try to pause it.
1149 * transitions/color-transition-all.html:
1150 * transitions/zero-duration-in-list.html:
1151 Adjust to make use of the above changes.
1153 2010-12-07 Maciej Stachowiak <mjs@apple.com>
1155 Reviewed by Kent Tamura.
1157 Implement HTML5 hidden attribute
1158 https://bugs.webkit.org/show_bug.cgi?id=40511
1160 * fast/forms/caret-rtl.html: Fixed a non-closed comment which added an "hidden" attribute.
1161 * fast/html/hidden-attr-expected.txt: Added.
1162 * fast/html/hidden-attr.html: Added. Test static and dynamic cases of hidden attribute.
1164 2010-12-07 Philippe Normand <pnormand@igalia.com>
1166 Reviewed by Gustavo Noronha Silva.
1168 [GStreamer] ::buffered() should return multiple ranges in some cases
1169 https://bugs.webkit.org/show_bug.cgi?id=45101
1171 New test for video.buffered attribute. The test is skipped for
1172 ports not returning multiple timeranges for video.buffered.
1174 * http/tests/media/video-buffered-expected.txt: Added.
1175 * http/tests/media/video-buffered.html: Added.
1176 * http/tests/resources/counting-captioned.mov: Added.
1177 * http/tests/media/video-throttled-load.cgi: added Range
1178 requests/responses support.
1179 * platform/chromium/test_expectations.txt:
1180 * platform/mac-leopard/Skipped:
1181 * platform/mac-snowleopard/Skipped:
1182 * platform/mac-tiger/Skipped:
1183 * platform/mac-wk2/Skipped:
1184 * platform/mac/Skipped:
1185 * platform/qt-mac/Skipped:
1186 * platform/qt-win/Skipped:
1187 * platform/qt-wk2/Skipped:
1188 * platform/qt/Skipped:
1189 * platform/win-wk2/Skipped:
1190 * platform/win/Skipped:
1192 2010-12-07 Yael Aharon <yael.aharon@nokia.com>
1194 Reviewed by Antonio Gomes.
1196 Spatial navigation not Working for Map and Area Tags
1197 https://bugs.webkit.org/show_bug.cgi?id=47142
1199 * fast/spatial-navigation/snav-imagemap-area-not-focusable-expected.txt: Added.
1200 * fast/spatial-navigation/snav-imagemap-area-not-focusable.html: Added.
1201 * fast/spatial-navigation/snav-imagemap-area-without-image-expected.txt: Added.
1202 * fast/spatial-navigation/snav-imagemap-area-without-image.html: Added.
1203 * fast/spatial-navigation/snav-imagemap-overlapped-areas-expected.txt: Added.
1204 * fast/spatial-navigation/snav-imagemap-overlapped-areas.html: Added.
1205 * fast/spatial-navigation/snav-imagemap-simple-expected.txt: Added.
1206 * fast/spatial-navigation/snav-imagemap-simple.html: Added.
1208 2010-12-07 Yury Semikhatsky <yurys@chromium.org>
1210 Reviewed by Pavel Feldman.
1212 Web Inspector: switch http/tests/inspector/console-resource-errors.html to inspector-tests2
1213 https://bugs.webkit.org/show_bug.cgi?id=50551
1215 We need to be sure that front-end has already opened by the time the messages are
1216 recorded in console because the data we collect for errors may differ depending
1217 on whether the front-end is open.
1219 * http/tests/inspector/console-resource-errors-expected.txt:
1220 * http/tests/inspector/console-resource-errors.html:
1221 * http/tests/inspector/console-tests2.js:
1222 (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithClasses):
1224 2010-12-07 Csaba Osztrogonác <ossy@webkit.org>
1228 Add Qt specific expected results for tests introduced in r73385 and r73398.
1229 Compared to Mac png files and Mac expected files.
1231 * platform/qt/fast/html/marquee-scrollamount-expected.checksum: Added.
1232 * platform/qt/fast/html/marquee-scrollamount-expected.png: Added.
1233 * platform/qt/fast/html/marquee-scrollamount-expected.txt: Added.
1234 * platform/qt/fast/overflow/overflow-rtl-vertical-expected.checksum: Added.
1235 * platform/qt/fast/overflow/overflow-rtl-vertical-expected.png: Added.
1236 * platform/qt/fast/overflow/overflow-rtl-vertical-expected.txt: Added.
1238 2010-12-07 Csaba Osztrogonác <ossy@webkit.org>
1240 Unreviewed. Rolling out r73421, because it made transitions/color-transition-all.html flakey.
1242 * transitions/border-radius-transition-expected.txt: Removed.
1243 * transitions/border-radius-transition.html: Removed.
1244 * transitions/color-transition-all.html:
1245 * transitions/transition-test-helpers.js:
1247 * transitions/zero-duration-in-list.html:
1249 2010-12-07 Martin Robinson <mrobinson@igalia.com>
1251 Rebaseline GTK+ results after r73385.
1253 * platform/gtk/css1/box_properties/margin-expected.txt:
1254 * platform/gtk/css1/box_properties/margin_right-expected.txt:
1255 * platform/gtk/css1/classification/white_space-expected.txt:
1256 * platform/gtk/css1/color_and_background/background_attachment-expected.txt:
1257 * platform/gtk/css1/color_and_background/background_repeat-expected.txt:
1258 * platform/gtk/editing/deleting/delete-line-end-ws-001-expected.txt:
1259 * platform/gtk/editing/deleting/delete-line-end-ws-002-expected.txt:
1260 * platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
1261 * platform/gtk/fast/backgrounds/size/backgroundSize15-expected.txt:
1262 * platform/gtk/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
1263 * platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
1264 * platform/gtk/fast/blockflow/block-level-images-expected.txt:
1265 * platform/gtk/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt:
1266 * platform/gtk/fast/blockflow/box-shadow-vertical-lr-expected.txt:
1267 * platform/gtk/fast/blockflow/box-shadow-vertical-rl-expected.txt:
1268 * platform/gtk/fast/blockflow/floats-in-block-layout-expected.txt:
1269 * platform/gtk/fast/borders/fieldsetBorderRadius-expected.txt:
1270 * platform/gtk/fast/box-shadow/basic-shadows-expected.txt:
1271 * platform/gtk/fast/css/negative-leading-expected.txt:
1272 * platform/gtk/fast/forms/basic-textareas-expected.txt:
1273 * platform/gtk/fast/forms/file-input-direction-expected.txt:
1274 * platform/gtk/fast/forms/floating-textfield-relayout-expected.txt:
1275 * platform/gtk/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
1276 * platform/gtk/fast/frames/flattening/frameset-flattening-grid-expected.txt:
1277 * platform/gtk/fast/frames/flattening/frameset-flattening-simple-expected.txt:
1278 * platform/gtk/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
1279 * platform/gtk/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
1280 * platform/gtk/fast/frames/frame-scrolling-attribute-expected.txt:
1281 * platform/gtk/fast/frames/iframe-scrolling-attribute-expected.txt:
1282 * platform/gtk/fast/frames/inline-object-inside-frameset-expected.txt:
1283 * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
1284 * platform/gtk/fast/images/gif-large-checkerboard-expected.txt:
1285 * platform/gtk/fast/lists/001-vertical-expected.txt:
1286 * platform/gtk/fast/lists/003-vertical-expected.txt:
1287 * platform/gtk/fast/multicol/float-multicol-expected.txt:
1288 * platform/gtk/fast/multicol/float-paginate-complex-expected.txt:
1289 * platform/gtk/fast/multicol/float-paginate-expected.txt:
1290 * platform/gtk/fast/multicol/layers-in-multicol-expected.txt:
1291 * platform/gtk/fast/multicol/paginate-block-replaced-expected.txt:
1292 * platform/gtk/fast/multicol/positioned-with-constrained-height-expected.txt:
1293 * platform/gtk/fast/multicol/span/anonymous-style-inheritance-expected.txt:
1294 * platform/gtk/fast/multicol/table-vertical-align-expected.txt:
1295 * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
1296 * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
1297 * platform/gtk/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
1298 * platform/gtk/fast/table/height-percent-test-vertical-expected.txt:
1299 * platform/gtk/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
1300 * platform/gtk/svg/custom/text-xy-updates-SVGList-expected.txt:
1301 * platform/gtk/svg/custom/text-zoom-expected.txt:
1302 * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
1303 * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.txt:
1304 * platform/gtk/transforms/svg-vs-css-expected.txt:
1306 2010-12-07 Justin Schuh <jschuh@chromium.org>
1308 Reviewed by Nikolas Zimmermann.
1310 Clear old SVG cursor entry before adding a new one
1311 https://bugs.webkit.org/show_bug.cgi?id=50549
1313 * svg/css/cursor-replace-expected.txt: Added.
1314 * svg/css/cursor-replace.svg: Added.
1316 2010-12-07 Yuta Kitamura <yutak@chromium.org>
1320 Add Chromium-specific expected results for two tests.
1322 * platform/chromium-linux/css2.1/t040105-import-10-b-expected.checksum: Added.
1323 * platform/chromium-linux/css2.1/t040105-import-10-b-expected.png: Added.
1324 * platform/chromium-linux/media/controls-without-preload-expected.checksum: Added.
1325 * platform/chromium-linux/media/controls-without-preload-expected.png: Added.
1326 * platform/chromium-mac/media/controls-without-preload-expected.checksum: Added.
1327 * platform/chromium-mac/media/controls-without-preload-expected.png: Added.
1328 * platform/chromium-mac/media/controls-without-preload-expected.txt: Added.
1329 * platform/chromium-win/css2.1/t040105-import-10-b-expected.checksum: Added.
1330 * platform/chromium-win/css2.1/t040105-import-10-b-expected.png: Added.
1331 * platform/chromium-win/css2.1/t040105-import-10-b-expected.txt: Added.
1332 * platform/chromium-win/media/controls-without-preload-expected.checksum: Added.
1333 * platform/chromium-win/media/controls-without-preload-expected.png: Added.
1334 * platform/chromium-win/media/controls-without-preload-expected.txt: Added.
1335 * platform/chromium/test_expectations.txt:
1337 2010-12-07 Kenichi Ishibashi <bashi@google.com>
1339 Reviewed by Kent Tamura.
1341 Let HTMLObjectElement be a form associated element
1342 https://bugs.webkit.org/show_bug.cgi?id=48821
1344 Adds a test to ensure the order of form.elements attribute.
1345 Updates two tests to check whether object elements are handled
1346 correctly in form.elements attribute.
1348 * fast/forms/form-attribute-expected.txt: Updated.
1349 * fast/forms/form-collection-elements-order-expected.txt: Added.
1350 * fast/forms/form-collection-elements-order.html: Added.
1351 * fast/forms/script-tests/form-attribute.js: Updated.
1352 * fast/forms/script-tests/form-collection-elements-order.js: Added.
1354 * fast/forms/script-tests/form-collection-elements.js: Updated.
1356 2010-12-06 Yuta Kitamura <yutak@chromium.org>
1360 Update Chromium test expectations for svg/custom/text-linking.svg.
1362 2010-12-06 Yuta Kitamura <yutak@chromium.org>
1366 Update Chromium test expectations.
1368 * platform/chromium/test_expectations.txt:
1370 2010-12-06 David Hyatt <hyatt@apple.com>
1372 Reviewed by Simon Fraser.
1374 https://bugs.webkit.org/show_bug.cgi?id=50593
1376 Fix background canvas painting for documents with left/top overflow. The math from the original RTL patch was incorrect.
1378 Just use the RenderView's document dimensions always.
1380 * fast/blockflow/Kusa-Makura-background-canvas.html: Added.
1381 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
1382 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
1383 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added.
1385 2010-12-06 Simon Fraser <simon.fraser@apple.com>
1387 Reviewed by Beth Dakin.
1389 CSS animation doesn't work for border-radius
1390 https://bugs.webkit.org/show_bug.cgi?id=48340
1392 * transitions/border-radius-transition-expected.txt: Added.
1393 * transitions/border-radius-transition.html: Added.
1396 * transitions/color-transition-all.html:
1397 * transitions/zero-duration-in-list.html:
1398 Don't use the pause API for tests that test whether something is not
1401 * transitions/transition-test-helpers.js: Log if the pause API returns
1404 2010-12-06 Victor Wang <victorw@chromium.org>
1408 [Chromium] update chromium test expectations.
1410 * platform/chromium-mac-leopard/fast/repaint/box-shadow-h-expected.checksum:
1411 * platform/chromium-mac-leopard/fast/repaint/box-shadow-h-expected.png:
1413 2010-12-06 Emil Eklund <eae@chromium.org>
1415 Reviewed by Dimitri Glazkov.
1417 Fix for classList perf test, failing due to typo.
1418 https://bugs.webkit.org/show_bug.cgi?id=50578
1420 * perf/class-list-remove.html: Changed to use the right value.
1422 2010-12-06 Cosmin Truta <ctruta@chromium.org>
1424 Reviewed by Eric Seidel.
1426 Fix testcase: textPath cannot be inside another textPath
1427 https://bugs.webkit.org/show_bug.cgi?id=50211
1429 * platform/mac/svg/custom/text-linking-expected.checksum: Updated.
1430 * platform/mac/svg/custom/text-linking-expected.png: Updated.
1431 * platform/mac/svg/custom/text-linking-expected.txt: Updated.
1432 * platform/chromium-linux/svg/custom/text-linking-expected.checksum: Updated.
1433 * platform/chromium-linux/svg/custom/text-linking-expected.png: Updated.
1434 * platform/chromium-linux/svg/custom/text-linking-expected.txt: Updated.
1435 * platform/chromium-win-vista/svg/custom/text-linking-expected.checksum: Deleted.
1436 * platform/chromium-win-vista/svg/custom/text-linking-expected.png: Deleted.
1437 * platform/chromium-win-vista/svg/custom/text-linking-expected.txt: Deleted.
1438 * platform/chromium-win-xp/svg/custom/text-linking-expected.checksum: Deleted.
1439 * platform/chromium-win-xp/svg/custom/text-linking-expected.png: Deleted.
1440 * platform/chromium-win-xp/svg/custom/text-linking-expected.txt: Deleted.
1441 * svg/custom/text-linking.svg: Removed test for <textPath> inside <textPath>.
1443 2010-12-06 Jon Honeycutt <jhoneycutt@apple.com>
1445 Update Windows results after r73385.
1449 * platform/win/fast/forms/basic-textareas-quirks-expected.txt:
1450 * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum:
1451 * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
1452 * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
1454 2010-12-05 Ryosuke Niwa <rniwa@webkit.org>
1456 Reviewed by Tony Chang.
1458 Executing FormatBlock on multiple paragraphs inside pre does not remove the outer pre
1459 https://bugs.webkit.org/show_bug.cgi?id=47300
1461 Added a test to ensure execCommand('FormatBlock') correctly removes pre when formatting paragraphs within.
1462 Also rebaselined several tests because WebKit no longer erroneously format the paragraphs immediately
1463 after the selection.
1465 * editing/execCommand/format-block-multiple-paragraphs-in-pre-expected.txt: Added.
1466 * editing/execCommand/format-block-multiple-paragraphs-in-pre.html: Added.
1467 * editing/execCommand/format-block-multiple-paragraphs-expected.txt: No longer erroneously format
1468 the last paragraph in a pre by a blockquote when formatting all but the last paragraph in the pre.
1469 * editing/execCommand/indent-pre-expected.txt: No longer erroneously format the last paragraph in
1470 the pre-list by a blockquote.
1472 2010-12-06 Victor Wang <victorw@chromium.org>
1476 [Chromium] update chromium test expectations for fast/html/marquee-scrollamount.html
1478 * platform/chromium-linux/fast/html/marquee-scrollamount-expected.checksum: Added.
1479 * platform/chromium-linux/fast/html/marquee-scrollamount-expected.png: Added.
1480 * platform/chromium-mac/fast/html: Added.
1481 * platform/chromium-mac/fast/html/marquee-scrollamount-expected.checksum: Added.
1482 * platform/chromium-mac/fast/html/marquee-scrollamount-expected.png: Added.
1483 * platform/chromium-win/fast/html/marquee-scrollamount-expected.checksum: Added.
1484 * platform/chromium-win/fast/html/marquee-scrollamount-expected.png: Added.
1485 * platform/chromium-win/fast/html/marquee-scrollamount-expected.txt: Added.
1487 2010-12-06 Csaba Osztrogonác <ossy@webkit.org>
1491 Update Qt specific expected results after r73385.
1493 * platform/qt/css1/box_properties/margin-expected.checksum: Added.
1494 * platform/qt/css1/box_properties/margin-expected.png: Added.
1495 * platform/qt/css1/box_properties/margin-expected.txt:
1496 * platform/qt/css1/box_properties/margin_right-expected.checksum: Added.
1497 * platform/qt/css1/box_properties/margin_right-expected.png: Added.
1498 * platform/qt/css1/box_properties/margin_right-expected.txt:
1499 * platform/qt/css1/formatting_model/inline_elements-expected.checksum: Added.
1500 * platform/qt/css1/formatting_model/inline_elements-expected.png: Added.
1501 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
1502 * platform/qt/css2.1/t1202-counter-08-b-expected.checksum: Added.
1503 * platform/qt/css2.1/t1202-counter-08-b-expected.png: Added.
1504 * platform/qt/css2.1/t1202-counter-08-b-expected.txt:
1505 * platform/qt/css2.1/t1202-counters-08-b-expected.checksum: Added.
1506 * platform/qt/css2.1/t1202-counters-08-b-expected.png: Added.
1507 * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
1508 * platform/qt/editing/deleting/delete-after-span-ws-001-expected.checksum:
1509 * platform/qt/editing/deleting/delete-after-span-ws-001-expected.png:
1510 * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt:
1511 * platform/qt/editing/deleting/delete-after-span-ws-002-expected.checksum:
1512 * platform/qt/editing/deleting/delete-after-span-ws-002-expected.png:
1513 * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt:
1514 * platform/qt/editing/deleting/delete-after-span-ws-003-expected.checksum:
1515 * platform/qt/editing/deleting/delete-after-span-ws-003-expected.png:
1516 * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt:
1517 * platform/qt/editing/deleting/delete-line-end-ws-001-expected.checksum:
1518 * platform/qt/editing/deleting/delete-line-end-ws-001-expected.png:
1519 * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt:
1520 * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.checksum: Added.
1521 * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.png: Added.
1522 * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
1523 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.checksum: Added.
1524 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.png: Added.
1525 * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
1526 * platform/qt/fast/block/float/008-expected.checksum: Added.
1527 * platform/qt/fast/block/float/008-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png.
1528 * platform/qt/fast/block/float/008-expected.txt:
1529 * platform/qt/fast/block/float/019-expected.checksum: Added.
1530 * platform/qt/fast/block/float/019-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png.
1531 * platform/qt/fast/block/float/019-expected.txt:
1532 * platform/qt/fast/block/float/033-expected.checksum: Added.
1533 * platform/qt/fast/block/float/033-expected.png: Added.
1534 * platform/qt/fast/block/float/033-expected.txt:
1535 * platform/qt/fast/block/float/035-expected.checksum:
1536 * platform/qt/fast/block/float/035-expected.png:
1537 * platform/qt/fast/block/float/035-expected.txt:
1538 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.checksum: Added.
1539 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.png: Added.
1540 * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
1541 * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.checksum: Added.
1542 * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.png: Added.
1543 * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
1544 * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.checksum: Added.
1545 * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.png: Added.
1546 * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
1547 * platform/qt/fast/block/positioning/049-expected.checksum: Added.
1548 * platform/qt/fast/block/positioning/049-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png.
1549 * platform/qt/fast/block/positioning/049-expected.txt:
1550 * platform/qt/fast/blockflow/block-level-images-expected.checksum:
1551 * platform/qt/fast/blockflow/block-level-images-expected.png:
1552 * platform/qt/fast/blockflow/block-level-images-expected.txt:
1553 * platform/qt/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum:
1554 * platform/qt/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
1555 * platform/qt/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt:
1556 * platform/qt/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
1557 * platform/qt/fast/blockflow/box-shadow-vertical-lr-expected.png:
1558 * platform/qt/fast/blockflow/box-shadow-vertical-lr-expected.txt:
1559 * platform/qt/fast/blockflow/box-shadow-vertical-rl-expected.checksum:
1560 * platform/qt/fast/blockflow/box-shadow-vertical-rl-expected.png:
1561 * platform/qt/fast/blockflow/box-shadow-vertical-rl-expected.txt:
1562 * platform/qt/fast/blockflow/floats-in-block-layout-expected.checksum:
1563 * platform/qt/fast/blockflow/floats-in-block-layout-expected.png:
1564 * platform/qt/fast/blockflow/floats-in-block-layout-expected.txt:
1565 * platform/qt/fast/box-shadow/basic-shadows-expected.checksum:
1566 * platform/qt/fast/box-shadow/basic-shadows-expected.png:
1567 * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
1568 * platform/qt/fast/css/negative-leading-expected.png:
1569 * platform/qt/fast/css/negative-leading-expected.txt:
1570 * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.checksum: Added.
1571 * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.png: Added.
1572 * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt:
1573 * platform/qt/fast/flexbox/flex-hang-expected.checksum: Added.
1574 * platform/qt/fast/flexbox/flex-hang-expected.png: Copied from LayoutTests/platform/qt/fast/table/height-percent-test-vertical-expected.png.
1575 * platform/qt/fast/flexbox/flex-hang-expected.txt:
1576 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.checksum: Added.
1577 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png: Added.
1578 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
1579 * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.checksum: Added.
1580 * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.png: Added.
1581 * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt:
1582 * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.checksum: Added.
1583 * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.png: Added.
1584 * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt:
1585 * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.checksum: Added.
1586 * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png: Added.
1587 * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
1588 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.checksum: Added.
1589 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png: Added.
1590 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
1591 * platform/qt/fast/frames/frame-scrolling-attribute-expected.checksum: Added.
1592 * platform/qt/fast/frames/frame-scrolling-attribute-expected.png: Added.
1593 * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
1594 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.checksum: Added.
1595 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.png: Added.
1596 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
1597 * platform/qt/fast/images/gif-large-checkerboard-expected.checksum:
1598 * platform/qt/fast/images/gif-large-checkerboard-expected.png:
1599 * platform/qt/fast/images/gif-large-checkerboard-expected.txt:
1600 * platform/qt/fast/lists/001-vertical-expected.checksum:
1601 * platform/qt/fast/lists/001-vertical-expected.png:
1602 * platform/qt/fast/lists/001-vertical-expected.txt:
1603 * platform/qt/fast/lists/003-vertical-expected.checksum:
1604 * platform/qt/fast/lists/003-vertical-expected.png:
1605 * platform/qt/fast/lists/003-vertical-expected.txt:
1606 * platform/qt/fast/multicol/column-count-with-rules-expected.checksum:
1607 * platform/qt/fast/multicol/column-count-with-rules-expected.png:
1608 * platform/qt/fast/multicol/column-count-with-rules-expected.txt:
1609 * platform/qt/fast/multicol/float-paginate-complex-expected.checksum:
1610 * platform/qt/fast/multicol/float-paginate-complex-expected.png:
1611 * platform/qt/fast/multicol/float-paginate-complex-expected.txt:
1612 * platform/qt/fast/multicol/float-paginate-expected.checksum:
1613 * platform/qt/fast/multicol/float-paginate-expected.png:
1614 * platform/qt/fast/multicol/float-paginate-expected.txt:
1615 * platform/qt/fast/multicol/layers-in-multicol-expected.checksum:
1616 * platform/qt/fast/multicol/layers-in-multicol-expected.png:
1617 * platform/qt/fast/multicol/layers-in-multicol-expected.txt:
1618 * platform/qt/fast/multicol/nested-columns-expected.checksum:
1619 * platform/qt/fast/multicol/nested-columns-expected.png:
1620 * platform/qt/fast/multicol/nested-columns-expected.txt:
1621 * platform/qt/fast/multicol/paginate-block-replaced-expected.checksum:
1622 * platform/qt/fast/multicol/paginate-block-replaced-expected.png:
1623 * platform/qt/fast/multicol/paginate-block-replaced-expected.txt:
1624 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.checksum: Added.
1625 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.png: Added.
1626 * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
1627 * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.checksum:
1628 * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
1629 * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt:
1630 * platform/qt/fast/multicol/span/span-margin-collapsing-expected.checksum:
1631 * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
1632 * platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt:
1633 * platform/qt/fast/multicol/table-vertical-align-expected.checksum:
1634 * platform/qt/fast/multicol/table-vertical-align-expected.png:
1635 * platform/qt/fast/multicol/table-vertical-align-expected.txt:
1636 * platform/qt/fast/repaint/content-into-overflow-expected.checksum: Added.
1637 * platform/qt/fast/repaint/content-into-overflow-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png.
1638 * platform/qt/fast/repaint/content-into-overflow-expected.txt:
1639 * platform/qt/fast/repaint/overflow-into-content-expected.checksum: Added.
1640 * platform/qt/fast/repaint/overflow-into-content-expected.png: Copied from LayoutTests/platform/qt/fast/block/float/035-expected.png.
1641 * platform/qt/fast/repaint/overflow-into-content-expected.txt:
1642 * platform/qt/fast/table/border-collapsing/004-vertical-expected.checksum:
1643 * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
1644 * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
1645 * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.checksum:
1646 * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.png:
1647 * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
1648 * platform/qt/fast/table/height-percent-test-vertical-expected.checksum:
1649 * platform/qt/fast/table/height-percent-test-vertical-expected.png:
1650 * platform/qt/fast/table/height-percent-test-vertical-expected.txt:
1651 * platform/qt/fast/table/wide-colspan-expected.checksum: Added.
1652 * platform/qt/fast/table/wide-colspan-expected.png: Added.
1653 * platform/qt/fast/table/wide-colspan-expected.txt:
1654 * platform/qt/fast/table/wide-column-expected.checksum: Added.
1655 * platform/qt/fast/table/wide-column-expected.png: Copied from LayoutTests/platform/qt/fast/table/height-percent-test-vertical-expected.png.
1656 * platform/qt/fast/table/wide-column-expected.txt:
1657 * platform/qt/fast/text/text-letter-spacing-expected.checksum: Added.
1658 * platform/qt/fast/text/text-letter-spacing-expected.png: Added.
1659 * platform/qt/fast/text/text-letter-spacing-expected.txt:
1660 * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum:
1661 * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
1662 * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
1663 * platform/qt/svg/custom/text-xy-updates-SVGList-expected.checksum: Added.
1664 * platform/qt/svg/custom/text-xy-updates-SVGList-expected.png: Added.
1665 * platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt:
1666 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.checksum:
1667 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
1668 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
1669 * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.checksum:
1670 * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.png:
1671 * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.txt:
1672 * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.checksum: Added.
1673 * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
1674 * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
1675 * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.checksum:
1676 * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.png:
1677 * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
1678 * platform/qt/tables/mozilla/bugs/bug29314-expected.checksum: Added.
1679 * platform/qt/tables/mozilla/bugs/bug29314-expected.png: Added.
1680 * platform/qt/tables/mozilla/bugs/bug29314-expected.txt:
1682 2010-12-06 Ryosuke Niwa <rniwa@webkit.org>
1684 Unreviewed Leopard rebaseline for r73385. The actual results now match that of Snow Leopard.
1686 * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.txt Removed.
1687 * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Removed.
1688 * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.png: Removed.
1689 * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.txt: Removed.
1691 2010-12-06 Victor Wang <victorw@chromium.org>
1695 [Chromium] update chromium mac test baselines affected by http://trac.webkit.org/changeset/73385
1697 * platform/chromium-mac/fast/forms/file-input-direction-expected.txt:
1698 * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.txt: Added.
1699 * platform/chromium-mac/fast/layers/video-layer-expected.txt:
1700 * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.txt: Added.
1701 * platform/chromium-mac/fast/repaint/box-shadow-h-expected.checksum: Added.
1702 * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png: Added.
1703 * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
1704 * platform/chromium-mac/media/controls-after-reload-expected.txt:
1705 * platform/chromium-mac/media/controls-strict-expected.txt:
1706 * platform/chromium-mac/media/video-display-toggle-expected.txt:
1707 * platform/chromium-mac/media/video-empty-source-expected.txt:
1708 * platform/chromium-mac/media/video-no-audio-expected.txt:
1709 * platform/chromium-mac/media/video-volume-slider-expected.txt:
1710 * platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum:
1711 * platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
1712 * platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
1714 2010-12-06 Victor Wang <victorw@chromium.org>
1718 [Chromium] update chromium layout test baselines affected by http://trac.webkit.org/changeset/73385
1720 * platform/chromium-linux/css2.1/t0905-c414-flt-02-c-expected.txt:
1721 * platform/chromium-linux/css2.1/t0905-c414-flt-03-c-expected.txt:
1722 * platform/chromium-linux/css2.1/t0905-c414-flt-04-c-expected.txt:
1723 * platform/chromium-linux/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
1724 * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
1725 * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
1726 * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
1727 * platform/chromium-linux/css2.1/t1202-counters-09-b-expected.txt:
1728 * platform/chromium-linux/fast/block/positioning/047-expected.txt:
1729 * platform/chromium-linux/fast/forms/file-input-direction-expected.txt:
1730 * platform/chromium-linux/fast/lists/001-expected.checksum: Added.
1731 * platform/chromium-linux/fast/lists/001-expected.png: Added.
1732 * platform/chromium-linux/fast/lists/001-vertical-expected.txt: Removed.
1733 * platform/chromium-linux/fast/lists/003-vertical-expected.txt: Removed.
1734 * platform/chromium-linux/fast/multicol/float-multicol-expected.txt: Removed.
1735 * platform/chromium-linux/fast/multicol/float-paginate-complex-expected.txt: Removed.
1736 * platform/chromium-linux/fast/multicol/float-paginate-expected.txt: Removed.
1737 * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.txt: Removed.
1738 * platform/chromium-linux/fast/multicol/paginate-block-replaced-expected.txt: Removed.
1739 * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt: Removed.
1740 * platform/chromium-linux/fast/overflow/image-selection-highlight-expected.checksum:
1741 * platform/chromium-linux/fast/overflow/image-selection-highlight-expected.png:
1742 * platform/chromium-linux/fast/overflow/infiniteRecursionGuard-expected.checksum:
1743 * platform/chromium-linux/fast/overflow/infiniteRecursionGuard-expected.png:
1744 * platform/chromium-linux/fast/overflow/overflow-float-stacking-expected.txt: Added.
1745 * platform/chromium-linux/fast/overflow/overflow-rtl-vertical-expected.checksum: Added.
1746 * platform/chromium-linux/fast/overflow/overflow-rtl-vertical-expected.png: Added.
1747 * platform/chromium-linux/fast/overflow/overflow-with-local-background-attachment-expected.checksum:
1748 * platform/chromium-linux/fast/overflow/overflow-with-local-background-attachment-expected.png:
1749 * platform/chromium-linux/fast/repaint/box-shadow-h-expected.checksum:
1750 * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
1751 * platform/chromium-linux/fast/repaint/box-shadow-v-expected.checksum:
1752 * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
1753 * platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-2-expected.checksum:
1754 * platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
1755 * platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-expected.checksum:
1756 * platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-expected.png:
1757 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.checksum:
1758 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
1759 * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.checksum:
1760 * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png:
1761 * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.txt:
1762 * platform/chromium-linux/fast/text/letter-spacing-negative-opacity-expected.txt:
1763 * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum:
1764 * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
1765 * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: Removed.
1766 * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.txt:
1767 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
1768 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
1769 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1770 * platform/chromium-win/css1/box_properties/margin-expected.txt:
1771 * platform/chromium-win/css1/box_properties/margin_right-expected.txt:
1772 * platform/chromium-win/css1/classification/white_space-expected.txt:
1773 * platform/chromium-win/css1/color_and_background/background_attachment-expected.txt:
1774 * platform/chromium-win/css1/color_and_background/background_repeat-expected.txt:
1775 * platform/chromium-win/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
1776 * platform/chromium-win/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
1777 * platform/chromium-win/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
1778 * platform/chromium-win/css2.1/t0905-c414-flt-00-d-expected.txt:
1779 * platform/chromium-win/css2.1/t0905-c414-flt-01-d-g-expected.txt:
1780 * platform/chromium-win/css2.1/t0905-c414-flt-02-c-expected.txt:
1781 * platform/chromium-win/css2.1/t0905-c414-flt-03-c-expected.txt:
1782 * platform/chromium-win/css2.1/t0905-c414-flt-04-c-expected.txt:
1783 * platform/chromium-win/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
1784 * platform/chromium-win/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
1785 * platform/chromium-win/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
1786 * platform/chromium-win/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
1787 * platform/chromium-win/css2.1/t090501-c414-flt-02-d-g-expected.txt:
1788 * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
1789 * platform/chromium-win/css2.1/t1202-counters-08-b-expected.txt:
1790 * platform/chromium-win/css2.1/t1202-counters-09-b-expected.txt:
1791 * platform/chromium-win/editing/deleting/delete-after-span-ws-001-expected.txt:
1792 * platform/chromium-win/editing/deleting/delete-after-span-ws-002-expected.txt:
1793 * platform/chromium-win/editing/deleting/delete-after-span-ws-003-expected.txt:
1794 * platform/chromium-win/editing/deleting/delete-line-end-ws-001-expected.txt:
1795 * platform/chromium-win/editing/deleting/delete-line-end-ws-002-expected.txt:
1796 * platform/chromium-win/editing/selection/focus_editable_html-expected.txt:
1797 * platform/chromium-win/editing/selection/select-all-001-expected.txt:
1798 * platform/chromium-win/editing/selection/select-all-002-expected.txt:
1799 * platform/chromium-win/editing/selection/select-all-003-expected.txt:
1800 * platform/chromium-win/editing/selection/select-all-004-expected.txt:
1801 * platform/chromium-win/editing/selection/unrendered-001-expected.txt:
1802 * platform/chromium-win/editing/selection/unrendered-002-expected.txt:
1803 * platform/chromium-win/editing/selection/unrendered-003-expected.txt:
1804 * platform/chromium-win/editing/selection/unrendered-004-expected.txt:
1805 * platform/chromium-win/editing/selection/unrendered-005-expected.txt:
1806 * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
1807 * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.txt:
1808 * platform/chromium-win/fast/block/basic/010-expected.txt:
1809 * platform/chromium-win/fast/block/float/013-expected.txt:
1810 * platform/chromium-win/fast/block/float/021-expected.txt:
1811 * platform/chromium-win/fast/block/float/029-expected.txt:
1812 * platform/chromium-win/fast/block/float/031-expected.txt:
1813 * platform/chromium-win/fast/block/float/avoidance-percent-width-strict-expected.txt:
1814 * platform/chromium-win/fast/block/float/clamped-right-float-expected.txt:
1815 * platform/chromium-win/fast/block/float/float-in-float-painting-expected.txt:
1816 * platform/chromium-win/fast/block/float/nested-clearance-expected.txt:
1817 * platform/chromium-win/fast/block/margin-collapse/004-expected.txt:
1818 * platform/chromium-win/fast/block/margin-collapse/062-expected.txt:
1819 * platform/chromium-win/fast/block/margin-collapse/063-expected.txt:
1820 * platform/chromium-win/fast/block/margin-collapse/104-expected.txt:
1821 * platform/chromium-win/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
1822 * platform/chromium-win/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
1823 * platform/chromium-win/fast/block/positioning/002-expected.txt:
1824 * platform/chromium-win/fast/block/positioning/047-expected.txt:
1825 * platform/chromium-win/fast/block/positioning/051-expected.txt:
1826 * platform/chromium-win/fast/block/positioning/061-expected.txt:
1827 * platform/chromium-win/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
1828 * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt:
1829 * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.txt:
1830 * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.txt:
1831 * platform/chromium-win/fast/body-propagation/background-color/002-expected.txt:
1832 * platform/chromium-win/fast/body-propagation/background-color/002-xhtml-expected.txt:
1833 * platform/chromium-win/fast/body-propagation/background-image/002-expected.txt:
1834 * platform/chromium-win/fast/body-propagation/background-image/002-xhtml-expected.txt:
1835 * platform/chromium-win/fast/body-propagation/overflow/001-expected.txt:
1836 * platform/chromium-win/fast/body-propagation/overflow/001-xhtml-expected.txt:
1837 * platform/chromium-win/fast/body-propagation/overflow/005-declarative-expected.txt:
1838 * platform/chromium-win/fast/body-propagation/overflow/005-expected.txt:
1839 * platform/chromium-win/fast/body-propagation/overflow/005-xhtml-expected.txt:
1840 * platform/chromium-win/fast/box-shadow/basic-shadows-expected.txt:
1841 * platform/chromium-win/fast/box-sizing/box-sizing-expected.txt:
1842 * platform/chromium-win/fast/clip/008-expected.txt:
1843 * platform/chromium-win/fast/clip/009-expected.txt:
1844 * platform/chromium-win/fast/clip/010-expected.txt:
1845 * platform/chromium-win/fast/clip/011-expected.txt:
1846 * platform/chromium-win/fast/clip/012-expected.txt:
1847 * platform/chromium-win/fast/compact/001-expected.txt:
1848 * platform/chromium-win/fast/css/MarqueeLayoutTest-expected.txt:
1849 * platform/chromium-win/fast/css/negative-leading-expected.txt:
1850 * platform/chromium-win/fast/css/percentage-non-integer-expected.txt:
1851 * platform/chromium-win/fast/css/word-space-extra-expected.txt:
1852 * platform/chromium-win/fast/dom/clone-node-dynamic-style-expected.txt:
1853 * platform/chromium-win/fast/dynamic/window-resize-scrollbars-test-expected.txt:
1854 * platform/chromium-win/fast/events/focusingUnloadedFrame-expected.txt:
1855 * platform/chromium-win/fast/flexbox/009-expected.txt:
1856 * platform/chromium-win/fast/flexbox/016-expected.txt:
1857 * platform/chromium-win/fast/forms/basic-textareas-quirks-expected.txt:
1858 * platform/chromium-win/fast/forms/file-input-direction-expected.txt:
1859 * platform/chromium-win/fast/forms/floating-textfield-relayout-expected.txt:
1860 * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
1861 * platform/chromium-win/fast/frames/frame-scrolling-attribute-expected.txt:
1862 * platform/chromium-win/fast/frames/iframe-scrolling-attribute-expected.txt:
1863 * platform/chromium-win/fast/frames/inline-object-inside-frameset-expected.txt:
1864 * platform/chromium-win/fast/images/gif-large-checkerboard-expected.txt: Added.
1865 * platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.txt:
1866 * platform/chromium-win/fast/inline-block/tricky-baseline-expected.txt:
1867 * platform/chromium-win/fast/inline/long-wrapped-line-expected.txt:
1868 * platform/chromium-win/fast/layers/layer-visibility-expected.txt:
1869 * platform/chromium-win/fast/layers/layer-visibility-sublayer-expected.txt:
1870 * platform/chromium-win/fast/layers/overflow-scroll-auto-switch-expected.txt:
1871 * platform/chromium-win/fast/layers/video-layer-expected.txt:
1872 * platform/chromium-win/fast/lists/001-expected.txt:
1873 * platform/chromium-win/fast/lists/001-vertical-expected.txt:
1874 * platform/chromium-win/fast/lists/003-expected.txt:
1875 * platform/chromium-win/fast/lists/003-vertical-expected.txt:
1876 * platform/chromium-win/fast/lists/li-br-expected.txt:
1877 * platform/chromium-win/fast/media/mq-relative-constraints-02-expected.txt:
1878 * platform/chromium-win/fast/media/mq-relative-constraints-03-expected.txt:
1879 * platform/chromium-win/fast/media/mq-relative-constraints-04-expected.txt:
1880 * platform/chromium-win/fast/media/mq-relative-constraints-05-expected.txt:
1881 * platform/chromium-win/fast/media/mq-relative-constraints-06-expected.txt:
1882 * platform/chromium-win/fast/media/mq-relative-constraints-07-expected.txt:
1883 * platform/chromium-win/fast/media/mq-relative-constraints-08-expected.txt:
1884 * platform/chromium-win/fast/media/mq-relative-constraints-09-expected.txt:
1885 * platform/chromium-win/fast/media/mq-width-absolute-01-expected.txt:
1886 * platform/chromium-win/fast/media/mq-width-absolute-02-expected.txt:
1887 * platform/chromium-win/fast/media/mq-width-absolute-03-expected.txt:
1888 * platform/chromium-win/fast/media/mq-width-absolute-04-expected.txt:
1889 * platform/chromium-win/fast/multicol/float-multicol-expected.txt:
1890 * platform/chromium-win/fast/multicol/float-paginate-complex-expected.txt:
1891 * platform/chromium-win/fast/multicol/float-paginate-expected.txt:
1892 * platform/chromium-win/fast/multicol/layers-in-multicol-expected.txt:
1893 * platform/chromium-win/fast/multicol/nested-columns-expected.txt:
1894 * platform/chromium-win/fast/multicol/paginate-block-replaced-expected.txt:
1895 * platform/chromium-win/fast/multicol/positioned-with-constrained-height-expected.txt:
1896 * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.txt:
1897 * platform/chromium-win/fast/multicol/table-vertical-align-expected.txt:
1898 * platform/chromium-win/fast/overflow/002-expected.txt:
1899 * platform/chromium-win/fast/overflow/006-expected.txt:
1900 * platform/chromium-win/fast/overflow/dynamic-hidden-expected.txt:
1901 * platform/chromium-win/fast/overflow/float-in-relpositioned-expected.txt:
1902 * platform/chromium-win/fast/overflow/image-selection-highlight-expected.checksum:
1903 * platform/chromium-win/fast/overflow/image-selection-highlight-expected.png:
1904 * platform/chromium-win/fast/overflow/image-selection-highlight-expected.txt:
1905 * platform/chromium-win/fast/overflow/infiniteRecursionGuard-expected.checksum:
1906 * platform/chromium-win/fast/overflow/infiniteRecursionGuard-expected.png:
1907 * platform/chromium-win/fast/overflow/infiniteRecursionGuard-expected.txt:
1908 * platform/chromium-win/fast/overflow/overflow-auto-table-expected.txt:
1909 * platform/chromium-win/fast/overflow/overflow-focus-ring-expected.txt:
1910 * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.checksum: Added.
1911 * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.png: Added.
1912 * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.txt: Added.
1913 * platform/chromium-win/fast/overflow/overflow-stacking-expected.txt:
1914 * platform/chromium-win/fast/overflow/overflow-with-local-background-attachment-expected.txt:
1915 * platform/chromium-win/fast/overflow/overflow-x-y-expected.txt:
1916 * platform/chromium-win/fast/overflow/scrollRevealButton-expected.txt:
1917 * platform/chromium-win/fast/reflections/reflection-direction-expected.txt:
1918 * platform/chromium-win/fast/repaint/box-shadow-h-expected.checksum:
1919 * platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
1920 * platform/chromium-win/fast/repaint/box-shadow-h-expected.txt:
1921 * platform/chromium-win/fast/repaint/box-shadow-v-expected.checksum:
1922 * platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
1923 * platform/chromium-win/fast/repaint/box-shadow-v-expected.txt:
1924 * platform/chromium-win/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
1925 * platform/chromium-win/fast/repaint/float-overflow-expected.txt:
1926 * platform/chromium-win/fast/repaint/float-overflow-right-expected.txt:
1927 * platform/chromium-win/fast/repaint/overflow-scroll-body-appear-expected.txt:
1928 * platform/chromium-win/fast/repaint/overflow-scroll-delete-expected.checksum:
1929 * platform/chromium-win/fast/repaint/overflow-scroll-delete-expected.png:
1930 * platform/chromium-win/fast/repaint/overflow-scroll-delete-expected.txt:
1931 * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-2-expected.checksum:
1932 * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
1933 * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
1934 * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-expected.checksum:
1935 * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-expected.png:
1936 * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-expected.txt:
1937 * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
1938 * platform/chromium-win/fast/replaced/004-expected.txt:
1939 * platform/chromium-win/fast/replaced/border-radius-clip-expected.checksum:
1940 * platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
1941 * platform/chromium-win/fast/replaced/border-radius-clip-expected.txt:
1942 * platform/chromium-win/fast/table/034-expected.txt:
1943 * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.txt:
1944 * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
1945 * platform/chromium-win/fast/table/frame-and-rules-expected.txt:
1946 * platform/chromium-win/fast/table/overflowHidden-expected.txt:
1947 * platform/chromium-win/fast/text/international/thai-line-breaks-expected.txt:
1948 * platform/chromium-win/fast/text/large-text-composed-char-expected.txt:
1949 * platform/chromium-win/fast/text/letter-spacing-negative-opacity-expected.txt:
1950 * platform/chromium-win/fast/text/text-letter-spacing-expected.txt:
1951 * platform/chromium-win/fast/text/whitespace/012-expected.txt:
1952 * platform/chromium-win/media/audio-controls-rendering-expected.txt:
1953 * platform/chromium-win/media/controls-after-reload-expected.txt:
1954 * platform/chromium-win/media/controls-strict-expected.txt:
1955 * platform/chromium-win/media/video-controls-rendering-expected.txt:
1956 * platform/chromium-win/media/video-display-toggle-expected.txt:
1957 * platform/chromium-win/media/video-empty-source-expected.txt:
1958 * platform/chromium-win/media/video-no-audio-expected.txt:
1959 * platform/chromium-win/media/video-volume-slider-expected.txt:
1960 * platform/chromium-win/scrollbars/basic-scrollbar-expected.txt:
1961 * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum:
1962 * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
1963 * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
1964 * platform/chromium-win/scrollbars/disabled-scrollbar-expected.txt:
1965 * platform/chromium-win/scrollbars/scrollbar-buttons-expected.txt:
1966 * platform/chromium-win/scrollbars/scrollbar-orientation-expected.txt:
1967 * platform/chromium-win/svg/custom/altglyph-expected.txt:
1968 * platform/chromium-win/svg/custom/getscreenctm-in-mixed-content-expected.txt:
1969 * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
1970 * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
1971 * platform/chromium-win/svg/custom/invisible-text-after-scrolling-expected.txt:
1972 * platform/chromium-win/svg/custom/path-bad-data-expected.txt:
1973 * platform/chromium-win/svg/custom/scroll-hit-test-expected.txt: Added.
1974 * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
1975 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt:
1976 * platform/chromium-win/svg/custom/text-xy-updates-SVGList-expected.txt:
1977 * platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
1978 * platform/chromium-win/svg/text/foreignObject-text-clipping-bug-expected.txt:
1979 * platform/chromium-win/svg/text/kerning-expected.txt:
1980 * platform/chromium-win/svg/text/multichar-glyph-expected.txt:
1981 * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.txt:
1982 * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
1983 * platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
1984 * platform/chromium-win/tables/mozilla/bugs/bug120364-expected.txt:
1985 * platform/chromium-win/tables/mozilla/bugs/bug131020-expected.txt:
1986 * platform/chromium-win/tables/mozilla/bugs/bug23151-expected.txt:
1987 * platform/chromium-win/tables/mozilla/bugs/bug43039-expected.txt:
1988 * platform/chromium-win/tables/mozilla/bugs/bug43854-1-expected.txt:
1989 * platform/chromium-win/tables/mozilla/bugs/bug45055-2-expected.txt:
1990 * platform/chromium-win/tables/mozilla/bugs/bug5797-expected.txt:
1991 * platform/chromium-win/tables/mozilla/bugs/bug625-expected.txt:
1992 * platform/chromium-win/tables/mozilla/bugs/bug72359-expected.txt:
1993 * platform/chromium-win/tables/mozilla/bugs/bug83786-expected.txt:
1994 * platform/chromium-win/tables/mozilla/bugs/bug92143-expected.txt:
1995 * platform/chromium-win/tables/mozilla/bugs/bug96334-expected.txt:
1996 * platform/chromium-win/tables/mozilla/core/nested1-expected.txt:
1997 * platform/chromium-win/tables/mozilla/marvin/backgr_index-expected.txt:
1998 * platform/chromium-win/tables/mozilla/marvin/x_table_align_left-expected.txt:
1999 * platform/chromium-win/tables/mozilla/marvin/x_table_align_right-expected.txt:
2000 * platform/chromium-win/tables/mozilla/marvin/x_td_nowrap-expected.txt:
2001 * platform/chromium-win/tables/mozilla/marvin/x_th_nowrap-expected.txt:
2002 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
2003 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
2004 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
2005 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2006 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
2007 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2008 * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
2009 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
2010 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
2011 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
2012 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
2013 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
2014 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
2015 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
2016 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
2017 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
2018 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
2019 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
2020 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
2021 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
2022 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
2023 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
2024 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
2025 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
2026 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
2027 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
2028 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
2029 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
2030 * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
2031 * platform/chromium-win/transforms/svg-vs-css-expected.txt:
2033 2010-12-06 Andy Estes <aestes@apple.com>
2035 Reviewed by Darin Adler.
2037 Marquee elements do not stop animating when scrollAmount is set to 0.
2038 https://bugs.webkit.org/show_bug.cgi?id=50434
2040 * fast/html/marquee-scrollamount.html: Added.
2041 * platform/mac/fast/html/marquee-scrollamount-expected.checksum: Added.
2042 * platform/mac/fast/html/marquee-scrollamount-expected.png: Added.
2043 * platform/mac/fast/html/marquee-scrollamount-expected.txt: Added.
2045 2010-12-06 Chris Fleizach <cfleizach@apple.com>
2047 Reviewed by Darin Adler.
2049 HTML5 Slider does not work correctly with VoiceOver
2050 https://bugs.webkit.org/show_bug.cgi?id=50505
2052 * platform/mac/accessibility/html-slider-indicator-expected.txt: Added.
2053 * platform/mac/accessibility/html-slider-indicator.html: Added.
2055 2010-12-06 David Hyatt <hyatt@apple.com>
2057 Reviewed by Simon Fraser.
2059 Fix for https://bugs.webkit.org/show_bug.cgi?id=49220 <<rdar://problem/8644849>, REGRESSION: transforms now
2060 O(n^3) from pathological behavior in lowestPosition, rightmostPosition, leftmostPosition and topmostPosition.
2062 This patch throws out the lowest/rightmost/leftmost/topmostPosition functions and re-architects layout overflow
2063 in the engine to cache all the information required to properly handle scrolling.
2065 In the old code, there were two types of overflow: layout overflow and visual overflow. The former could
2066 affect scrolling and the latter could not. The distinction was largely meaningless, since layout overflow
2067 wasn't actually used to determine scroll width or scroll height. It didn't propagate across self-painting layer
2068 boundaries either. In the old code, the term visible overflow meant the union of the layout overflow and
2069 visual overflow rects.
2071 In the new code, the two types of overflow remain, but the distinction between the two is now clear. Visual overflow
2072 is used purely for painting and hit testing checks and layout overflow is used specifically for scrolling. It has
2073 been expanded to propagate across self-painting layers, to factor in relative positioning and transforms, and to
2074 work with writing modes.
2076 In order to minimize layout test changes, layers no longer incorporate right/bottom overflow into their width/height members.
2077 Doing so uncovered two bugs where left/top overflow was ignored (proof that even having layer dimensions is harmful).
2078 A render tree dump hack has been put into the code to keep this overflow dumping for the RenderView's layer, since otherwise
2079 a huge number of tests would change.
2081 Added fast/overflow/overflow-rtl-vertical.html to test vertical writing-mode overflow. Existing tests cover the rest.
2083 * compositing/checkerboard-expected.txt:
2084 * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
2085 * compositing/iframes/composited-parent-iframe-expected.txt:
2086 * fast/backgrounds/size/contain-and-cover-expected.txt:
2087 * fast/flexbox/009.html:
2088 * fast/overflow/overflow-rtl-vertical.html: Added.
2089 * fast/spatial-navigation/snav-clipped-overflowed-content-expected.txt:
2090 * fast/spatial-navigation/snav-clipped-overflowed-content.html:
2091 * platform/mac/compositing/direct-image-compositing-expected.txt:
2092 * platform/mac/compositing/geometry/fixed-position-expected.txt:
2093 * platform/mac/compositing/geometry/video-opacity-overlay-expected.txt:
2094 * platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
2095 * platform/mac/compositing/overflow/scroll-ancestor-update-expected.txt:
2096 * platform/mac/compositing/reflections/load-video-in-reflection-expected.txt:
2097 * platform/mac/compositing/repaint/content-into-overflow-expected.txt:
2098 * platform/mac/compositing/repaint/overflow-into-content-expected.txt:
2099 * platform/mac/css1/box_properties/margin-expected.txt:
2100 * platform/mac/css1/box_properties/margin_right-expected.txt:
2101 * platform/mac/css1/classification/white_space-expected.txt:
2102 * platform/mac/css1/color_and_background/background_attachment-expected.txt:
2103 * platform/mac/css1/color_and_background/background_repeat-expected.txt:
2104 * platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
2105 * platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
2106 * platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
2107 * platform/mac/css2.1/t0905-c414-flt-00-d-expected.txt:
2108 * platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.txt:
2109 * platform/mac/css2.1/t0905-c414-flt-02-c-expected.txt:
2110 * platform/mac/css2.1/t0905-c414-flt-03-c-expected.txt:
2111 * platform/mac/css2.1/t0905-c414-flt-04-c-expected.txt:
2112 * platform/mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
2113 * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
2114 * platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
2115 * platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
2116 * platform/mac/css2.1/t090501-c414-flt-02-d-g-expected.txt:
2117 * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
2118 * platform/mac/css2.1/t1202-counters-08-b-expected.txt:
2119 * platform/mac/css2.1/t1202-counters-09-b-expected.txt:
2120 * platform/mac/editing/deleting/delete-after-span-ws-001-expected.txt:
2121 * platform/mac/editing/deleting/delete-after-span-ws-002-expected.txt:
2122 * platform/mac/editing/deleting/delete-after-span-ws-003-expected.txt:
2123 * platform/mac/editing/deleting/delete-line-end-ws-001-expected.txt:
2124 * platform/mac/editing/deleting/delete-line-end-ws-002-expected.txt:
2125 * platform/mac/editing/selection/25228-expected.txt:
2126 * platform/mac/editing/selection/focus_editable_html-expected.txt:
2127 * platform/mac/editing/selection/select-all-001-expected.txt:
2128 * platform/mac/editing/selection/select-all-002-expected.txt:
2129 * platform/mac/editing/selection/select-all-003-expected.txt:
2130 * platform/mac/editing/selection/select-all-004-expected.txt:
2131 * platform/mac/editing/selection/unrendered-001-expected.txt:
2132 * platform/mac/editing/selection/unrendered-002-expected.txt:
2133 * platform/mac/editing/selection/unrendered-003-expected.txt:
2134 * platform/mac/editing/selection/unrendered-004-expected.txt:
2135 * platform/mac/editing/selection/unrendered-005-expected.txt:
2136 * platform/mac/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
2137 * platform/mac/fast/backgrounds/size/backgroundSize15-expected.txt:
2138 * platform/mac/fast/block/basic/010-expected.txt:
2139 * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
2140 * platform/mac/fast/block/float/008-expected.txt:
2141 * platform/mac/fast/block/float/013-expected.txt:
2142 * platform/mac/fast/block/float/019-expected.txt:
2143 * platform/mac/fast/block/float/021-expected.txt:
2144 * platform/mac/fast/block/float/029-expected.txt:
2145 * platform/mac/fast/block/float/031-expected.txt:
2146 * platform/mac/fast/block/float/033-expected.txt:
2147 * platform/mac/fast/block/float/035-expected.txt:
2148 * platform/mac/fast/block/float/avoidance-percent-width-strict-expected.txt:
2149 * platform/mac/fast/block/float/clamped-right-float-expected.txt:
2150 * platform/mac/fast/block/float/float-in-float-painting-expected.txt:
2151 * platform/mac/fast/block/float/nested-clearance-expected.txt:
2152 * platform/mac/fast/block/float/relative-painted-twice-expected.txt:
2153 * platform/mac/fast/block/margin-collapse/004-expected.txt:
2154 * platform/mac/fast/block/margin-collapse/062-expected.txt:
2155 * platform/mac/fast/block/margin-collapse/063-expected.txt:
2156 * platform/mac/fast/block/margin-collapse/104-expected.txt:
2157 * platform/mac/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
2158 * platform/mac/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
2159 * platform/mac/fast/block/positioning/002-expected.txt:
2160 * platform/mac/fast/block/positioning/047-expected.txt:
2161 * platform/mac/fast/block/positioning/049-expected.txt:
2162 * platform/mac/fast/block/positioning/051-expected.txt:
2163 * platform/mac/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
2164 * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt:
2165 * platform/mac/fast/blockflow/block-level-images-expected.txt:
2166 * platform/mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt:
2167 * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.txt:
2168 * platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.txt:
2169 * platform/mac/fast/blockflow/floats-in-block-layout-expected.txt:
2170 * platform/mac/fast/body-propagation/background-color/002-expected.txt:
2171 * platform/mac/fast/body-propagation/background-color/002-xhtml-expected.txt:
2172 * platform/mac/fast/body-propagation/background-image/002-expected.txt:
2173 * platform/mac/fast/body-propagation/background-image/002-xhtml-expected.txt:
2174 * platform/mac/fast/body-propagation/overflow/001-expected.txt:
2175 * platform/mac/fast/body-propagation/overflow/001-xhtml-expected.txt:
2176 * platform/mac/fast/body-propagation/overflow/005-declarative-expected.txt:
2177 * platform/mac/fast/body-propagation/overflow/005-expected.txt:
2178 * platform/mac/fast/body-propagation/overflow/005-xhtml-expected.txt:
2179 * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt:
2180 * platform/mac/fast/box-shadow/basic-shadows-expected.txt:
2181 * platform/mac/fast/box-sizing/box-sizing-expected.txt:
2182 * platform/mac/fast/clip/008-expected.txt:
2183 * platform/mac/fast/clip/009-expected.txt:
2184 * platform/mac/fast/clip/010-expected.txt:
2185 * platform/mac/fast/clip/011-expected.txt:
2186 * platform/mac/fast/clip/012-expected.txt:
2187 * platform/mac/fast/compact/001-expected.txt:
2188 * platform/mac/fast/css/color-correction-on-background-image-expected.txt:
2189 * platform/mac/fast/css/negative-leading-expected.txt:
2190 * platform/mac/fast/css/percentage-non-integer-expected.txt:
2191 * platform/mac/fast/css/word-space-extra-expected.txt:
2192 * platform/mac/fast/dom/clone-node-dynamic-style-expected.txt:
2193 * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.txt:
2194 * platform/mac/fast/events/focusingUnloadedFrame-expected.txt:
2195 * platform/mac/fast/flexbox/009-expected.txt:
2196 * platform/mac/fast/flexbox/016-expected.txt:
2197 * platform/mac/fast/flexbox/flex-hang-expected.txt:
2198 * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
2199 * platform/mac/fast/forms/file-input-direction-expected.txt:
2200 * platform/mac/fast/forms/floating-textfield-relayout-expected.txt:
2201 * platform/mac/fast/forms/textfield-overflow-expected.txt:
2202 * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
2203 * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.txt:
2204 * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.txt:
2205 * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
2206 * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
2207 * platform/mac/fast/frames/frame-scrolling-attribute-expected.txt:
2208 * platform/mac/fast/frames/iframe-scrolling-attribute-expected.txt:
2209 * platform/mac/fast/frames/inline-object-inside-frameset-expected.txt:
2210 * platform/mac/fast/gradients/background-clipped-expected.txt:
2211 * platform/mac/fast/images/gif-large-checkerboard-expected.txt:
2212 * platform/mac/fast/images/pdf-as-image-landscape-expected.txt:
2213 * platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt:
2214 * platform/mac/fast/inline/long-wrapped-line-expected.txt:
2215 * platform/mac/fast/layers/layer-visibility-expected.txt:
2216 * platform/mac/fast/layers/layer-visibility-sublayer-expected.txt:
2217 * platform/mac/fast/lists/001-expected.txt:
2218 * platform/mac/fast/lists/001-vertical-expected.txt:
2219 * platform/mac/fast/lists/003-expected.txt:
2220 * platform/mac/fast/lists/003-vertical-expected.txt:
2221 * platform/mac/fast/lists/li-br-expected.txt:
2222 * platform/mac/fast/media/mq-relative-constraints-02-expected.txt:
2223 * platform/mac/fast/media/mq-relative-constraints-03-expected.txt:
2224 * platform/mac/fast/media/mq-relative-constraints-04-expected.txt:
2225 * platform/mac/fast/media/mq-relative-constraints-05-expected.txt:
2226 * platform/mac/fast/media/mq-relative-constraints-06-expected.txt:
2227 * platform/mac/fast/media/mq-relative-constraints-07-expected.txt:
2228 * platform/mac/fast/media/mq-relative-constraints-08-expected.txt:
2229 * platform/mac/fast/media/mq-relative-constraints-09-expected.txt:
2230 * platform/mac/fast/media/mq-width-absolute-01-expected.txt:
2231 * platform/mac/fast/media/mq-width-absolute-02-expected.txt:
2232 * platform/mac/fast/media/mq-width-absolute-03-expected.txt:
2233 * platform/mac/fast/media/mq-width-absolute-04-expected.txt:
2234 * platform/mac/fast/multicol/float-multicol-expected.txt:
2235 * platform/mac/fast/multicol/float-paginate-complex-expected.txt:
2236 * platform/mac/fast/multicol/float-paginate-expected.txt:
2237 * platform/mac/fast/multicol/layers-in-multicol-expected.txt:
2238 * platform/mac/fast/multicol/paginate-block-replaced-expected.txt:
2239 * platform/mac/fast/multicol/positioned-with-constrained-height-expected.txt:
2240 * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt:
2241 * platform/mac/fast/multicol/table-vertical-align-expected.txt:
2242 * platform/mac/fast/overflow/006-expected.txt:
2243 * platform/mac/fast/overflow/float-in-relpositioned-expected.txt:
2244 * platform/mac/fast/overflow/overflow-auto-table-expected.txt:
2245 * platform/mac/fast/overflow/overflow-rtl-vertical-expected.checksum: Added.
2246 * platform/mac/fast/overflow/overflow-rtl-vertical-expected.png: Added.
2247 * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt: Added.
2248 * platform/mac/fast/overflow/scrollRevealButton-expected.txt:
2249 * platform/mac/fast/reflections/reflection-direction-expected.txt:
2250 * platform/mac/fast/repaint/box-shadow-h-expected.checksum:
2251 * platform/mac/fast/repaint/box-shadow-h-expected.png:
2252 * platform/mac/fast/repaint/box-shadow-h-expected.txt:
2253 * platform/mac/fast/repaint/box-shadow-v-expected.txt:
2254 * platform/mac/fast/repaint/content-into-overflow-expected.txt:
2255 * platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
2256 * platform/mac/fast/repaint/float-overflow-expected.txt:
2257 * platform/mac/fast/repaint/float-overflow-right-expected.txt:
2258 * platform/mac/fast/repaint/overflow-into-content-expected.txt:
2259 * platform/mac/fast/repaint/overflow-scroll-body-appear-expected.txt:
2260 * platform/mac/fast/repaint/subtree-root-clip-expected.txt:
2261 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
2262 * platform/mac/fast/repaint/transform-replaced-shadows-expected.checksum:
2263 * platform/mac/fast/repaint/transform-replaced-shadows-expected.png:
2264 * platform/mac/fast/replaced/004-expected.txt:
2265 * platform/mac/fast/table/034-expected.txt:
2266 * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
2267 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
2268 * platform/mac/fast/table/fixed-with-auto-with-colspan-expected.txt:
2269 * platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
2270 * platform/mac/fast/table/frame-and-rules-expected.txt:
2271 * platform/mac/fast/table/height-percent-test-vertical-expected.txt:
2272 * platform/mac/fast/table/wide-colspan-expected.txt:
2273 * platform/mac/fast/table/wide-column-expected.txt:
2274 * platform/mac/fast/text/international/thai-line-breaks-expected.txt:
2275 * platform/mac/fast/text/large-text-composed-char-expected.txt:
2276 * platform/mac/fast/text/letter-spacing-negative-opacity-expected.txt:
2277 * platform/mac/fast/text/text-letter-spacing-expected.txt:
2278 * platform/mac/fast/text/whitespace/012-expected.txt:
2279 * platform/mac/mathml/presentation/fenced-expected.txt:
2280 * platform/mac/mathml/presentation/mo-expected.txt:
2281 * platform/mac/mathml/presentation/over-expected.txt:
2282 * platform/mac/mathml/presentation/row-alignment-expected.txt:
2283 * platform/mac/mathml/presentation/row-expected.txt:
2284 * platform/mac/printing/return-from-printing-mode-expected.txt:
2285 * platform/mac/svg/custom/altglyph-expected.txt:
2286 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
2287 * platform/mac/svg/custom/path-bad-data-expected.txt:
2288 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
2289 * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
2290 * platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt:
2291 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
2292 * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt:
2293 * platform/mac/svg/text/kerning-expected.txt:
2294 * platform/mac/svg/text/multichar-glyph-expected.txt:
2295 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt:
2296 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
2297 * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
2298 * platform/mac/tables/mozilla/bugs/bug120364-expected.txt:
2299 * platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
2300 * platform/mac/tables/mozilla/bugs/bug196870-expected.txt:
2301 * platform/mac/tables/mozilla/bugs/bug23151-expected.txt:
2302 * platform/mac/tables/mozilla/bugs/bug29314-expected.txt:
2303 * platform/mac/tables/mozilla/bugs/bug43039-expected.txt:
2304 * platform/mac/tables/mozilla/bugs/bug43854-1-expected.txt:
2305 * platform/mac/tables/mozilla/bugs/bug45055-2-expected.txt:
2306 * platform/mac/tables/mozilla/bugs/bug5797-expected.txt:
2307 * platform/mac/tables/mozilla/bugs/bug625-expected.txt:
2308 * platform/mac/tables/mozilla/bugs/bug72359-expected.txt:
2309 * platform/mac/tables/mozilla/bugs/bug83786-expected.txt:
2310 * platform/mac/tables/mozilla/bugs/bug92143-expected.txt:
2311 * platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
2312 * platform/mac/tables/mozilla/core/nested1-expected.txt:
2313 * platform/mac/tables/mozilla/marvin/backgr_index-expected.txt:
2314 * platform/mac/tables/mozilla/marvin/x_table_align_left-expected.txt:
2315 * platform/mac/tables/mozilla/marvin/x_table_align_right-expected.txt:
2316 * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.txt:
2317 * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.txt:
2318 * platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
2319 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2320 * platform/mac/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
2321 * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2322 * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
2323 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
2324 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
2325 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
2326 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
2327 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
2328 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
2329 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
2330 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
2331 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
2332 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
2333 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
2334 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
2335 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
2336 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
2337 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
2338 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
2339 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
2340 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
2341 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
2342 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
2343 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
2344 * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
2345 * platform/mac/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt:
2346 * platform/mac/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
2347 * platform/mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt:
2348 * platform/mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
2349 * platform/mac/transforms/svg-vs-css-expected.txt:
2350 * svg/custom/text-zoom-expected.txt:
2352 2010-12-06 Mihai Parparita <mihaip@chromium.org>
2354 Unreviewed move of Chromium baselines.
2356 In preparation for making pixel tests pass for Chromium on Snow Leopard,
2357 move baselines for 273 tests from chromium-mac to chromium-mac-leopard.
2358 These tests will then use the mac baselines, which will enable them
2359 to pass on Snow Leopard, but keep passing for Leopard too.
2361 List of files omitted due to length but composed entirely of moves from
2362 platform/chromium-mac to platform/chromium-mac-leopard.
2364 2010-12-06 Chris Fleizach <cfleizach@apple.com>
2366 Reviewed by Oliver Hunt.
2368 AX does not support HTML5 "required"
2369 https://bugs.webkit.org/show_bug.cgi?id=50507
2371 * platform/mac/accessibility/html5-required-attribute-expected.txt: Added.
2372 * platform/mac/accessibility/html5-required-attribute.html: Added.
2374 2010-12-06 Victor Wang <victorw@chromium.org>
2378 [Chromium] update chromium test expectations.
2380 * platform/chromium-linux/fast/css/focus-ring-outline-color-expected.checksum: Added.
2381 * platform/chromium-linux/fast/css/focus-ring-outline-color-expected.png: Added.
2382 * platform/chromium-linux/fast/css/focus-ring-outline-offset-expected.checksum: Added.
2383 * platform/chromium-linux/fast/css/focus-ring-outline-offset-expected.png: Added.
2384 * platform/chromium-linux/fast/css/focus-ring-outline-width-expected.checksum: Added.
2385 * platform/chromium-linux/fast/css/focus-ring-outline-width-expected.png: Added.
2386 * platform/chromium-mac/fast/css/focus-ring-outline-color-expected.checksum: Added.
2387 * platform/chromium-mac/fast/css/focus-ring-outline-color-expected.png: Added.
2388 * platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.checksum: Added.
2389 * platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.png: Added.
2390 * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.checksum: Added.
2391 * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.png: Added.
2392 * platform/chromium-win/fast/css/focus-ring-outline-color-expected.checksum: Added.
2393 * platform/chromium-win/fast/css/focus-ring-outline-color-expected.png: Added.
2394 * platform/chromium-win/fast/css/focus-ring-outline-color-expected.txt: Added.
2395 * platform/chromium-win/fast/css/focus-ring-outline-offset-expected.checksum: Added.
2396 * platform/chromium-win/fast/css/focus-ring-outline-offset-expected.png: Added.
2397 * platform/chromium-win/fast/css/focus-ring-outline-offset-expected.txt: Added.
2398 * platform/chromium-win/fast/css/focus-ring-outline-width-expected.checksum: Added.
2399 * platform/chromium-win/fast/css/focus-ring-outline-width-expected.png: Added.
2400 * platform/chromium-win/fast/css/focus-ring-outline-width-expected.txt: Added.
2402 2010-12-06 Csaba Osztrogonác <ossy@webkit.org>
2406 Add Qt specific expected result for test introduced in r73257.
2408 * platform/qt/media/controls-without-preload-expected.checksum: Added.
2409 * platform/qt/media/controls-without-preload-expected.png: Added.
2410 * platform/qt/media/controls-without-preload-expected.txt: Added.
2412 == Rolled over to ChangeLog-2010-12-06 ==