1 2010-07-13 Gavin Barraclough <barraclough@apple.com>
3 Reviewed by Oliver Hunt.
5 Bug 42182 - Change how numeric compare functions are detected
9 * fast/js/array-sort-numericCompare-expected.txt: Added.
10 * fast/js/array-sort-numericCompare.html: Added.
11 * fast/js/script-tests/array-sort-numericCompare.js: Added.
15 2010-07-13 Eric Carlson <eric.carlson@apple.com>
17 Reviewed by Dan Bernstein.
19 On Leopard, media element can't handle audio/mp4 MIME type in source tag
20 https://bugs.webkit.org/show_bug.cgi?id=29326
22 Rename media-can-play-mp3 to media-can-play-mpeg-audio and add "audio/mp4" and "audio/aac" tests.
24 * media/media-can-play-mp3-expected.txt: Removed.
25 * media/media-can-play-mp3.html: Removed.
26 * media/media-can-play-mpeg-audio-expected.txt: Copied from LayoutTests/media/media-can-play-mp3-expected.txt.
27 * media/media-can-play-mpeg-audio.html: Copied from LayoutTests/media/media-can-play-mp3.html.
28 * platform/gtk/Skipped:
29 * platform/qt/Skipped:
31 2010-07-13 Robert Hogan <robert@webkit.org>
33 [Gtk] Skip http/tests/uppercase-mime-type.html on Gtk
37 The test now requires dumpResourceResponseMIMETypes(), which Gtk
40 * platform/gtk/Skipped:
42 2010-07-13 Tony Gentilcore <tonyg@chromium.org>
44 Reviewed by Darin Fisher.
46 Implement performance.timing.fetchStart
47 https://bugs.webkit.org/show_bug.cgi?id=41816
49 Tests pass with --web-timing. Expectations set to FAIL because disabled by default.
51 * fast/dom/script-tests/webtiming.js:
52 (checkTimingBeforeLoad):
53 (checkWebTimingOnLoad):
54 (checkWebTimingAfterLoad):
55 * fast/dom/webtiming-expected.txt:
57 2010-07-13 Richard Moore <rich@kde.org>, Robert Hogan <robert@webkit.org>
59 Reviewed by Simon Hausmann.
61 [Qt] MIME handling in qtwebkit network layer case-sensitivity
63 https://bugs.webkit.org/show_bug.cgi?id=28654
65 Modify existing test uppercase-mime-type.html to test for the
66 lower-casing explicitly.
68 * http/tests/mime/uppercase-mime-type-expected.txt:
69 * http/tests/mime/uppercase-mime-type.html:
71 2010-07-13 Zhenyao Mo <zmo@google.com>
73 Reviewed by Darin Fisher.
75 Implement bufferData and bufferSubData with ArrayBuffer as input
76 https://bugs.webkit.org/show_bug.cgi?id=41884
78 * fast/canvas/webgl/buffer-data-array-buffer-expected.txt: Added.
79 * fast/canvas/webgl/buffer-data-array-buffer.html: Added.
81 2010-07-13 Martin Robinson <mrobinson@igalia.com>
85 Fix two baselines from my previous commit.
87 * platform/gtk/svg/custom/relative-sized-inner-svg-expected.txt:
88 * platform/gtk/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
90 2010-07-13 Tony Gentilcore <tonyg@chromium.org>
92 Reviewed by Darin Fisher.
94 Implement performance.timing.responseEnd
95 https://bugs.webkit.org/show_bug.cgi?id=42006
97 * fast/dom/script-tests/webtiming.js:
98 (checkWebTimingOnLoad):
99 (checkWebTimingAfterLoad):
100 * fast/dom/webtiming-expected.txt:
102 2010-07-13 Shinichiro Hamaji <hamaji@chromium.org>
104 Unreviewed. It seems rebaseline for foreign-object-skew.svg somehow failed.
106 Update padding on Windows?
107 https://bugs.webkit.org/show_bug.cgi?id=38016
109 * platform/chromium/test_expectations.txt:
111 2010-07-13 W. James MacLean <wjmaclean@chromium.org>
113 Reviewed by Darin Fisher
115 Bug 41962 Limit html canvas element dimensions to 32767 for Skia platform
116 https://bugs.webkit.org/show_bug.cgi?id=41962
118 * fast/canvas/canvas-skia-excessive-size.html: Added.
119 * fast/canvas/canvas-skia-excessive-size-expected.txt: Added.
121 2010-07-13 Alexey Proskuryakov <ap@apple.com>
123 Reviewed by Dan Bernstein.
125 https://bugs.webkit.org/show_bug.cgi?id=9504
126 img tag rewritten by innerHTML doesn't use image map
128 The test didn't get landed with the fix 5 weeks ago, landing now.
130 * fast/dom/replaced-image-map-expected.txt: Added.
131 * fast/dom/replaced-image-map.html: Added.
133 2010-07-13 Martin Robinson <mrobinson@igalia.com>
137 Adding baselines for new tests.
139 * platform/gtk/fast/gradients/radial-centered-expected.txt: Added.
140 * platform/gtk/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added.
141 * platform/gtk/fast/repaint/stacked-diacritics-expected.txt: Added.
142 * platform/gtk/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
143 * platform/gtk/fast/text/international/plane2-expected.txt: Added.
144 * platform/gtk/scrollbars/basic-scrollbar-expected.txt: Added.
145 * platform/gtk/svg/batik/text/textDecoration-expected.txt: Added.
146 * platform/gtk/svg/css/text-shadow-multiple-expected.txt: Added.
147 * platform/gtk/svg/custom/bug45331-expected.txt: Added.
148 * platform/gtk/svg/custom/clone-element-with-animated-svg-properties-expected.txt: Added.
149 * platform/gtk/svg/custom/relative-sized-inner-svg-expected.txt: Added.
150 * platform/gtk/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: Added.
151 * platform/gtk/svg/custom/repaint-moving-svg-and-div-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/repaint-moving-svg-and-div-expected.txt.
152 * platform/gtk/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Added.
153 * platform/gtk/svg/custom/text-rotated-gradient-expected.txt: Added.
154 * platform/gtk/svg/custom/use-font-face-crash-expected.txt: Added.
155 * platform/gtk/svg/custom/use-property-synchronization-crash-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/use-property-synchronization-crash-expected.txt.
156 * platform/gtk/svg/filters/filter-width-update-expected.txt: Added.
157 * platform/gtk/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt: Copied from LayoutTests/platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt.
158 * platform/gtk/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: Added.
159 * platform/gtk/svg/foreignObject/svg-document-as-direct-child-expected.txt: Added.
160 * platform/gtk/svg/foreignObject/svg-document-in-html-document-expected.txt: Added.
161 * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt: Added.
163 2010-07-10 Zhenyao Mo <zmo@google.com>
165 Reviewed by Darin Fisher.
167 Need to emulate MAX_VARYING_VECTORS/MAX_FRAGMENT_UNIFORM_VECTORs/MAX_VERTEX_UNIFORM_VECTORS for glGet
168 https://bugs.webkit.org/show_bug.cgi?id=42032
170 * fast/canvas/webgl/gl-get-calls-expected.txt: Add the test cases for the three enums.
171 * fast/canvas/webgl/gl-get-calls.html: Ditto.
173 2010-07-13 Martin Robinson <mrobinson@igalia.com>
177 Unskip and add results for a test that is passing after r63176.
179 * platform/gtk/Skipped:
180 * platform/gtk/fast/text/shadow-translucent-fill-expected.checksum: Added.
181 * platform/gtk/fast/text/shadow-translucent-fill-expected.png: Added.
182 * platform/gtk/fast/text/shadow-translucent-fill-expected.txt: Added.
184 2010-07-13 Andreas Kling <andreas.kling@nokia.com>
186 Unreviewed. Rebaseline resize-from-plugin.html
188 * platform/gtk/plugins/resize-from-plugin-expected.txt:
189 * platform/qt/plugins/resize-from-plugin-expected.txt:
190 * platform/win/plugins/resize-from-plugin-expected.txt:
191 * plugins/resize-from-plugin-expected.txt:
193 2010-07-13 Andreas Kling <andreas.kling@nokia.com>
197 Putting 2d.imageData.get.source.outside.html back on the mac skiplist
198 since it fails on the bot for some reason.
200 https://bugs.webkit.org/show_bug.cgi?id=41478
202 * platform/mac/Skipped:
204 2010-07-13 Andreas Kling <andreas.kling@nokia.com>
206 Reviewed by Kenneth Rohde Christiansen.
208 [Qt] results from resize-from-plugin.html are wrong
209 https://bugs.webkit.org/show_bug.cgi?id=40879
211 Reorder test contents to get same metrics on all platforms
212 and unskip it on Qt, since it's now meeting the criteria of the test.
214 * platform/gtk/plugins/resize-from-plugin-expected.txt:
215 * platform/qt/Skipped:
216 * platform/qt/plugins/resize-from-plugin-expected.txt:
217 * platform/win/plugins/resize-from-plugin-expected.txt:
218 * plugins/resize-from-plugin-expected.txt:
219 * plugins/resize-from-plugin.html:
221 2010-07-13 Andreas Kling <andreas.kling@nokia.com>
223 Rubber-stamped by Simon Hausmann.
225 [Qt] Unskip 6 canvas/philip tests for Qt
227 * canvas/philip/tests/2d.gradient.radial.cone.front-expected.txt:
228 * canvas/philip/tests/2d.gradient.radial.inside2-expected.txt:
229 * canvas/philip/tests/2d.gradient.radial.inside3-expected.txt:
230 * canvas/philip/tests/2d.gradient.radial.outside1-expected.txt:
231 * canvas/philip/tests/2d.line.cap.closed-expected.txt:
232 * canvas/philip/tests/2d.line.join.parallel-expected.txt:
233 * platform/qt/Skipped:
235 2010-07-13 Andreas Kling <andreas.kling@nokia.com>
237 Reviewed by Darin Adler.
239 Unskip canvas/philip/tests/2d.imageData.get.source.outside.html
240 https://bugs.webkit.org/show_bug.cgi?id=41478
242 * canvas/philip/tests/2d.imageData.get.source.outside-expected.txt:
243 * platform/mac/Skipped:
244 * platform/qt/Skipped:
246 2010-07-13 Andras Becsi <abecsi@webkit.org>
248 Rubber-stamped by Tor Arne Vestbø.
250 [Qt] http/tests/inspector/resource-har-conversion.html is failing on the 32bit Linux Release bot.
253 * platform/qt/Skipped: Skip the test until fix.
255 2010-07-13 Pavel Podivilov <podivilov@chromium.org>
257 Reviewed by Pavel Feldman.
259 [Chromium] Rebaseline html5lib/runner.html
260 https://bugs.webkit.org/show_bug.cgi?id=42158
262 * platform/chromium-mac/html5lib/runner-expected.txt:
263 * platform/chromium-win/html5lib/runner-expected.txt:
264 * platform/chromium/test_expectations.txt:
266 2010-07-13 Shinichiro Hamaji <hamaji@chromium.org>
268 Unreviewed. Rebaseline chromium tests for r63071.
270 Update padding on Windows?
271 https://bugs.webkit.org/show_bug.cgi?id=38016
273 * platform/chromium-linux/editing/selection/3690703-2-expected.checksum:
274 * platform/chromium-linux/editing/selection/3690703-2-expected.png:
275 * platform/chromium-linux/editing/selection/3690703-2-expected.txt:
276 * platform/chromium-linux/editing/selection/3690703-expected.checksum:
277 * platform/chromium-linux/editing/selection/3690703-expected.png:
278 * platform/chromium-linux/editing/selection/3690703-expected.txt:
279 * platform/chromium-linux/editing/selection/3690719-expected.checksum:
280 * platform/chromium-linux/editing/selection/3690719-expected.png:
281 * platform/chromium-linux/editing/selection/3690719-expected.txt:
282 * platform/chromium-linux/editing/selection/4397952-expected.checksum:
283 * platform/chromium-linux/editing/selection/4397952-expected.png:
284 * platform/chromium-linux/editing/selection/4397952-expected.txt:
285 * platform/chromium-linux/editing/selection/5240265-expected.checksum:
286 * platform/chromium-linux/editing/selection/5240265-expected.png:
287 * platform/chromium-linux/editing/selection/5240265-expected.txt:
288 * platform/chromium-linux/fast/block/float/float-avoidance-expected.checksum:
289 * platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
290 * platform/chromium-linux/fast/block/float/float-avoidance-expected.txt:
291 * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.checksum:
292 * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.png:
293 * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.txt:
294 * platform/chromium-linux/fast/css/continuationCrash-expected.checksum:
295 * platform/chromium-linux/fast/css/continuationCrash-expected.png:
296 * platform/chromium-linux/fast/css/continuationCrash-expected.txt:
297 * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.checksum:
298 * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.png:
299 * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.txt:
300 * platform/chromium-linux/fast/css/rtl-ordering-expected.checksum:
301 * platform/chromium-linux/fast/css/rtl-ordering-expected.png:
302 * platform/chromium-linux/fast/css/rtl-ordering-expected.txt:
303 * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum:
304 * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
305 * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
306 * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum:
307 * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
308 * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
309 * platform/chromium-linux/fast/forms/basic-buttons-expected.checksum:
310 * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
311 * platform/chromium-linux/fast/forms/basic-buttons-expected.txt:
312 * platform/chromium-linux/fast/forms/blankbuttons-expected.checksum:
313 * platform/chromium-linux/fast/forms/blankbuttons-expected.png:
314 * platform/chromium-linux/fast/forms/blankbuttons-expected.txt:
315 * platform/chromium-linux/fast/forms/box-shadow-override-expected.checksum:
316 * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
317 * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
318 * platform/chromium-linux/fast/forms/button-align-expected.checksum:
319 * platform/chromium-linux/fast/forms/button-align-expected.png:
320 * platform/chromium-linux/fast/forms/button-align-expected.txt:
321 * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.checksum:
322 * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.png:
323 * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.txt:
324 * platform/chromium-linux/fast/forms/button-default-title-expected.checksum:
325 * platform/chromium-linux/fast/forms/button-default-title-expected.png:
326 * platform/chromium-linux/fast/forms/button-default-title-expected.txt:
327 * platform/chromium-linux/fast/forms/button-generated-content-expected.checksum:
328 * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
329 * platform/chromium-linux/fast/forms/button-generated-content-expected.txt:
330 * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.checksum:
331 * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
332 * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.txt:
333 * platform/chromium-linux/fast/forms/button-positioned-expected.checksum:
334 * platform/chromium-linux/fast/forms/button-positioned-expected.png:
335 * platform/chromium-linux/fast/forms/button-positioned-expected.txt:
336 * platform/chromium-linux/fast/forms/button-sizes-expected.checksum:
337 * platform/chromium-linux/fast/forms/button-sizes-expected.png:
338 * platform/chromium-linux/fast/forms/button-sizes-expected.txt:
339 * platform/chromium-linux/fast/forms/button-style-color-expected.checksum:
340 * platform/chromium-linux/fast/forms/button-style-color-expected.png:
341 * platform/chromium-linux/fast/forms/button-style-color-expected.txt:
342 * platform/chromium-linux/fast/forms/button-table-styles-expected.checksum:
343 * platform/chromium-linux/fast/forms/button-table-styles-expected.png:
344 * platform/chromium-linux/fast/forms/button-table-styles-expected.txt:
345 * platform/chromium-linux/fast/forms/button-text-transform-expected.checksum:
346 * platform/chromium-linux/fast/forms/button-text-transform-expected.png:
347 * platform/chromium-linux/fast/forms/button-text-transform-expected.txt:
348 * platform/chromium-linux/fast/forms/button-white-space-expected.checksum:
349 * platform/chromium-linux/fast/forms/button-white-space-expected.png:
350 * platform/chromium-linux/fast/forms/button-white-space-expected.txt:
351 * platform/chromium-linux/fast/forms/control-clip-overflow-expected.checksum:
352 * platform/chromium-linux/fast/forms/control-clip-overflow-expected.png:
353 * platform/chromium-linux/fast/forms/control-clip-overflow-expected.txt:
354 * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.checksum:
355 * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
356 * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.txt:
357 * platform/chromium-linux/fast/forms/file-input-direction-expected.checksum:
358 * platform/chromium-linux/fast/forms/file-input-direction-expected.png:
359 * platform/chromium-linux/fast/forms/file-input-direction-expected.txt:
360 * platform/chromium-linux/fast/forms/file-input-disabled-expected.checksum:
361 * platform/chromium-linux/fast/forms/file-input-disabled-expected.png:
362 * platform/chromium-linux/fast/forms/file-input-disabled-expected.txt:
363 * platform/chromium-linux/fast/forms/form-element-geometry-expected.checksum:
364 * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
365 * platform/chromium-linux/fast/forms/form-element-geometry-expected.txt:
366 * platform/chromium-linux/fast/forms/formmove3-expected.checksum:
367 * platform/chromium-linux/fast/forms/formmove3-expected.png:
368 * platform/chromium-linux/fast/forms/formmove3-expected.txt:
369 * platform/chromium-linux/fast/forms/hidden-input-file-expected.checksum:
370 * platform/chromium-linux/fast/forms/hidden-input-file-expected.png:
371 * platform/chromium-linux/fast/forms/hidden-input-file-expected.txt:
372 * platform/chromium-linux/fast/forms/input-appearance-height-expected.checksum:
373 * platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
374 * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
375 * platform/chromium-linux/fast/forms/input-file-re-render-expected.checksum:
376 * platform/chromium-linux/fast/forms/input-file-re-render-expected.png:
377 * platform/chromium-linux/fast/forms/input-file-re-render-expected.txt:
378 * platform/chromium-linux/fast/forms/input-value-expected.checksum:
379 * platform/chromium-linux/fast/forms/input-value-expected.png:
380 * platform/chromium-linux/fast/forms/input-value-expected.txt:
381 * platform/chromium-linux/fast/forms/select-baseline-expected.checksum:
382 * platform/chromium-linux/fast/forms/select-baseline-expected.png:
383 * platform/chromium-linux/fast/forms/select-baseline-expected.txt:
384 * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.checksum:
385 * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.png:
386 * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.txt:
387 * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum:
388 * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
389 * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
390 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.checksum:
391 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
392 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.txt:
393 * platform/chromium-linux/fast/replaced/width100percent-button-expected.checksum:
394 * platform/chromium-linux/fast/replaced/width100percent-button-expected.png:
395 * platform/chromium-linux/fast/replaced/width100percent-button-expected.txt:
396 * platform/chromium-linux/fast/selectors/064-expected.checksum:
397 * platform/chromium-linux/fast/selectors/064-expected.png:
398 * platform/chromium-linux/fast/selectors/064-expected.txt:
399 * platform/chromium-linux/fast/table/append-cells2-expected.checksum:
400 * platform/chromium-linux/fast/table/append-cells2-expected.png:
401 * platform/chromium-linux/fast/table/append-cells2-expected.txt:
402 * platform/chromium-linux/fast/table/remove-td-display-none-expected.checksum:
403 * platform/chromium-linux/fast/table/remove-td-display-none-expected.png:
404 * platform/chromium-linux/fast/table/remove-td-display-none-expected.txt:
405 * platform/chromium-linux/fast/text/international/hindi-spacing-expected.checksum:
406 * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
407 * platform/chromium-linux/fast/text/international/hindi-spacing-expected.txt:
408 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.checksum:
409 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
410 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.txt:
411 * platform/chromium-linux/http/tests/navigation/anchor-frames-expected.checksum:
412 * platform/chromium-linux/http/tests/navigation/anchor-frames-expected.png:
413 * platform/chromium-linux/http/tests/navigation/anchor-frames-expected.txt:
414 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.checksum:
415 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png:
416 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.txt:
417 * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.checksum:
418 * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
419 * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt:
420 * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.checksum:
421 * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
422 * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.txt:
423 * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.checksum:
424 * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
425 * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.txt:
426 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.checksum:
427 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
428 * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.txt:
429 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.checksum:
430 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
431 * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.txt:
432 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.checksum:
433 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
434 * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.txt:
435 * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.checksum:
436 * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.png:
437 * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.txt:
438 * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.checksum:
439 * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
440 * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.txt:
441 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.checksum:
442 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
443 * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.txt:
444 * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.checksum:
445 * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
446 * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.txt:
447 * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.checksum:
448 * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
449 * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.txt:
450 * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.checksum:
451 * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
452 * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.txt:
453 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.checksum:
454 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
455 * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.txt:
456 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.checksum:
457 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
458 * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.txt:
459 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.checksum:
460 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
461 * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.txt:
462 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.checksum:
463 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
464 * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.txt:
465 * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.checksum:
466 * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
467 * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.txt:
468 * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.checksum:
469 * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
470 * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.txt:
471 * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.checksum:
472 * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
473 * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.txt:
474 * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.checksum:
475 * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
476 * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.txt:
477 * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.checksum:
478 * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
479 * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.txt:
480 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.checksum:
481 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
482 * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.txt:
483 * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.checksum:
484 * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
485 * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.txt:
486 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.checksum:
487 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
488 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
489 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.checksum:
490 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
491 * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.txt:
492 * platform/chromium-linux/tables/mozilla/other/move_row-expected.checksum:
493 * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
494 * platform/chromium-linux/tables/mozilla/other/move_row-expected.txt:
495 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum:
496 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
497 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
498 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
499 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
500 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
501 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum:
502 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
503 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
504 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum:
505 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
506 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
507 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum:
508 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
509 * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
510 * platform/chromium-win/editing/selection/3690703-2-expected.checksum:
511 * platform/chromium-win/editing/selection/3690703-2-expected.png:
512 * platform/chromium-win/editing/selection/3690703-2-expected.txt:
513 * platform/chromium-win/editing/selection/3690703-expected.checksum:
514 * platform/chromium-win/editing/selection/3690703-expected.png:
515 * platform/chromium-win/editing/selection/3690703-expected.txt:
516 * platform/chromium-win/editing/selection/3690719-expected.checksum:
517 * platform/chromium-win/editing/selection/3690719-expected.png:
518 * platform/chromium-win/editing/selection/3690719-expected.txt:
519 * platform/chromium-win/editing/selection/4397952-expected.checksum:
520 * platform/chromium-win/editing/selection/4397952-expected.png:
521 * platform/chromium-win/editing/selection/4397952-expected.txt:
522 * platform/chromium-win/editing/selection/5240265-expected.checksum:
523 * platform/chromium-win/editing/selection/5240265-expected.png:
524 * platform/chromium-win/editing/selection/5240265-expected.txt:
525 * platform/chromium-win/fast/block/float/float-avoidance-expected.checksum:
526 * platform/chromium-win/fast/block/float/float-avoidance-expected.png:
527 * platform/chromium-win/fast/block/float/float-avoidance-expected.txt:
528 * platform/chromium-win/fast/block/positioning/inline-block-relposition-expected.checksum:
529 * platform/chromium-win/fast/block/positioning/inline-block-relposition-expected.png:
530 * platform/chromium-win/fast/block/positioning/inline-block-relposition-expected.txt:
531 * platform/chromium-win/fast/css/continuationCrash-expected.checksum:
532 * platform/chromium-win/fast/css/continuationCrash-expected.png:
533 * platform/chromium-win/fast/css/continuationCrash-expected.txt:
534 * platform/chromium-win/fast/css/margin-top-bottom-dynamic-expected.checksum:
535 * platform/chromium-win/fast/css/margin-top-bottom-dynamic-expected.png:
536 * platform/chromium-win/fast/css/margin-top-bottom-dynamic-expected.txt:
537 * platform/chromium-win/fast/css/rtl-ordering-expected.checksum:
538 * platform/chromium-win/fast/css/rtl-ordering-expected.png:
539 * platform/chromium-win/fast/css/rtl-ordering-expected.txt:
540 * platform/chromium-win/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum:
541 * platform/chromium-win/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
542 * platform/chromium-win/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
543 * platform/chromium-win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum:
544 * platform/chromium-win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
545 * platform/chromium-win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
546 * platform/chromium-win/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
547 * platform/chromium-win/fast/forms/001-expected.checksum:
548 * platform/chromium-win/fast/forms/001-expected.png: Added.
549 * platform/chromium-win/fast/forms/001-expected.txt:
550 * platform/chromium-win/fast/forms/basic-buttons-expected.checksum:
551 * platform/chromium-win/fast/forms/basic-buttons-expected.png:
552 * platform/chromium-win/fast/forms/basic-buttons-expected.txt:
553 * platform/chromium-win/fast/forms/blankbuttons-expected.checksum:
554 * platform/chromium-win/fast/forms/blankbuttons-expected.png:
555 * platform/chromium-win/fast/forms/blankbuttons-expected.txt:
556 * platform/chromium-win/fast/forms/box-shadow-override-expected.checksum:
557 * platform/chromium-win/fast/forms/box-shadow-override-expected.png:
558 * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
559 * platform/chromium-win/fast/forms/button-align-expected.checksum:
560 * platform/chromium-win/fast/forms/button-align-expected.png:
561 * platform/chromium-win/fast/forms/button-align-expected.txt:
562 * platform/chromium-win/fast/forms/button-cannot-be-nested-expected.checksum:
563 * platform/chromium-win/fast/forms/button-cannot-be-nested-expected.png:
564 * platform/chromium-win/fast/forms/button-cannot-be-nested-expected.txt:
565 * platform/chromium-win/fast/forms/button-default-title-expected.checksum:
566 * platform/chromium-win/fast/forms/button-default-title-expected.png:
567 * platform/chromium-win/fast/forms/button-default-title-expected.txt:
568 * platform/chromium-win/fast/forms/button-generated-content-expected.checksum:
569 * platform/chromium-win/fast/forms/button-generated-content-expected.png:
570 * platform/chromium-win/fast/forms/button-generated-content-expected.txt:
571 * platform/chromium-win/fast/forms/button-inner-block-reuse-expected.checksum:
572 * platform/chromium-win/fast/forms/button-inner-block-reuse-expected.png:
573 * platform/chromium-win/fast/forms/button-inner-block-reuse-expected.txt:
574 * platform/chromium-win/fast/forms/button-positioned-expected.checksum:
575 * platform/chromium-win/fast/forms/button-positioned-expected.png:
576 * platform/chromium-win/fast/forms/button-positioned-expected.txt:
577 * platform/chromium-win/fast/forms/button-sizes-expected.checksum:
578 * platform/chromium-win/fast/forms/button-sizes-expected.png:
579 * platform/chromium-win/fast/forms/button-sizes-expected.txt:
580 * platform/chromium-win/fast/forms/button-style-color-expected.checksum:
581 * platform/chromium-win/fast/forms/button-style-color-expected.png:
582 * platform/chromium-win/fast/forms/button-style-color-expected.txt:
583 * platform/chromium-win/fast/forms/button-table-styles-expected.checksum:
584 * platform/chromium-win/fast/forms/button-table-styles-expected.png:
585 * platform/chromium-win/fast/forms/button-table-styles-expected.txt:
586 * platform/chromium-win/fast/forms/button-text-transform-expected.checksum:
587 * platform/chromium-win/fast/forms/button-text-transform-expected.png:
588 * platform/chromium-win/fast/forms/button-text-transform-expected.txt:
589 * platform/chromium-win/fast/forms/button-white-space-expected.checksum:
590 * platform/chromium-win/fast/forms/button-white-space-expected.png:
591 * platform/chromium-win/fast/forms/button-white-space-expected.txt:
592 * platform/chromium-win/fast/forms/control-clip-overflow-expected.checksum:
593 * platform/chromium-win/fast/forms/control-clip-overflow-expected.png:
594 * platform/chromium-win/fast/forms/control-clip-overflow-expected.txt:
595 * platform/chromium-win/fast/forms/control-restrict-line-height-expected.checksum:
596 * platform/chromium-win/fast/forms/control-restrict-line-height-expected.png:
597 * platform/chromium-win/fast/forms/control-restrict-line-height-expected.txt:
598 * platform/chromium-win/fast/forms/file-input-direction-expected.checksum:
599 * platform/chromium-win/fast/forms/file-input-direction-expected.png:
600 * platform/chromium-win/fast/forms/file-input-direction-expected.txt:
601 * platform/chromium-win/fast/forms/file-input-disabled-expected.checksum:
602 * platform/chromium-win/fast/forms/file-input-disabled-expected.png:
603 * platform/chromium-win/fast/forms/file-input-disabled-expected.txt:
604 * platform/chromium-win/fast/forms/form-element-geometry-expected.checksum:
605 * platform/chromium-win/fast/forms/form-element-geometry-expected.png:
606 * platform/chromium-win/fast/forms/form-element-geometry-expected.txt:
607 * platform/chromium-win/fast/forms/formmove3-expected.checksum:
608 * platform/chromium-win/fast/forms/formmove3-expected.png:
609 * platform/chromium-win/fast/forms/formmove3-expected.txt:
610 * platform/chromium-win/fast/forms/hidden-input-file-expected.checksum:
611 * platform/chromium-win/fast/forms/hidden-input-file-expected.png:
612 * platform/chromium-win/fast/forms/hidden-input-file-expected.txt:
613 * platform/chromium-win/fast/forms/input-appearance-height-expected.checksum:
614 * platform/chromium-win/fast/forms/input-appearance-height-expected.png:
615 * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
616 * platform/chromium-win/fast/forms/input-file-re-render-expected.checksum:
617 * platform/chromium-win/fast/forms/input-file-re-render-expected.png:
618 * platform/chromium-win/fast/forms/input-file-re-render-expected.txt:
619 * platform/chromium-win/fast/forms/input-first-letter-expected.checksum:
620 * platform/chromium-win/fast/forms/input-first-letter-expected.png: Added.
621 * platform/chromium-win/fast/forms/input-first-letter-expected.txt:
622 * platform/chromium-win/fast/forms/input-value-expected.checksum:
623 * platform/chromium-win/fast/forms/input-value-expected.png:
624 * platform/chromium-win/fast/forms/input-value-expected.txt:
625 * platform/chromium-win/fast/forms/select-baseline-expected.checksum:
626 * platform/chromium-win/fast/forms/select-baseline-expected.png:
627 * platform/chromium-win/fast/forms/select-baseline-expected.txt:
628 * platform/chromium-win/fast/forms/targeted-frame-submission-expected.checksum:
629 * platform/chromium-win/fast/forms/targeted-frame-submission-expected.png:
630 * platform/chromium-win/fast/forms/targeted-frame-submission-expected.txt:
631 * platform/chromium-win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum:
632 * platform/chromium-win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
633 * platform/chromium-win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt:
634 * platform/chromium-win/fast/overflow/scrollRevealButton-expected.checksum:
635 * platform/chromium-win/fast/overflow/scrollRevealButton-expected.png: Added.
636 * platform/chromium-win/fast/overflow/scrollRevealButton-expected.txt:
637 * platform/chromium-win/fast/replaced/replaced-breaking-expected.checksum:
638 * platform/chromium-win/fast/replaced/replaced-breaking-expected.png:
639 * platform/chromium-win/fast/replaced/replaced-breaking-expected.txt:
640 * platform/chromium-win/fast/replaced/width100percent-button-expected.checksum:
641 * platform/chromium-win/fast/replaced/width100percent-button-expected.png:
642 * platform/chromium-win/fast/replaced/width100percent-button-expected.txt:
643 * platform/chromium-win/fast/selectors/064-expected.checksum:
644 * platform/chromium-win/fast/selectors/064-expected.png:
645 * platform/chromium-win/fast/selectors/064-expected.txt:
646 * platform/chromium-win/fast/table/append-cells2-expected.checksum:
647 * platform/chromium-win/fast/table/append-cells2-expected.png:
648 * platform/chromium-win/fast/table/append-cells2-expected.txt:
649 * platform/chromium-win/fast/table/remove-td-display-none-expected.checksum:
650 * platform/chromium-win/fast/table/remove-td-display-none-expected.png:
651 * platform/chromium-win/fast/table/remove-td-display-none-expected.txt:
652 * platform/chromium-win/fast/text/international/hindi-spacing-expected.checksum:
653 * platform/chromium-win/fast/text/international/hindi-spacing-expected.png:
654 * platform/chromium-win/fast/text/international/hindi-spacing-expected.txt:
655 * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.checksum:
656 * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.png:
657 * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.txt:
658 * platform/chromium-win/http/tests/navigation/anchor-frames-expected.checksum:
659 * platform/chromium-win/http/tests/navigation/anchor-frames-expected.png:
660 * platform/chromium-win/http/tests/navigation/anchor-frames-expected.txt:
661 * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.checksum:
662 * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.png: Added.
663 * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.txt:
664 * platform/chromium-win/svg/custom/foreign-object-skew-expected.checksum:
665 * platform/chromium-win/svg/custom/foreign-object-skew-expected.png:
666 * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt:
667 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.checksum:
668 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png:
669 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.txt:
670 * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.checksum:
671 * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.png:
672 * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt:
673 * platform/chromium-win/tables/mozilla/bugs/bug1318-expected.checksum:
674 * platform/chromium-win/tables/mozilla/bugs/bug1318-expected.png:
675 * platform/chromium-win/tables/mozilla/bugs/bug1318-expected.txt:
676 * platform/chromium-win/tables/mozilla/bugs/bug138725-expected.checksum:
677 * platform/chromium-win/tables/mozilla/bugs/bug138725-expected.png:
678 * platform/chromium-win/tables/mozilla/bugs/bug138725-expected.txt:
679 * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.checksum:
680 * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.png:
681 * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.txt:
682 * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.checksum:
683 * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.png:
684 * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.txt:
685 * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.checksum:
686 * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.png:
687 * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.txt:
688 * platform/chromium-win/tables/mozilla/bugs/bug2479-4-expected.txt:
689 * platform/chromium-win/tables/mozilla/bugs/bug26178-expected.checksum:
690 * platform/chromium-win/tables/mozilla/bugs/bug26178-expected.png:
691 * platform/chromium-win/tables/mozilla/bugs/bug26178-expected.txt:
692 * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.checksum:
693 * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.png:
694 * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.txt:
695 * platform/chromium-win/tables/mozilla/bugs/bug33855-expected.checksum:
696 * platform/chromium-win/tables/mozilla/bugs/bug33855-expected.png:
697 * platform/chromium-win/tables/mozilla/bugs/bug33855-expected.txt:
698 * platform/chromium-win/tables/mozilla/bugs/bug39209-expected.checksum:
699 * platform/chromium-win/tables/mozilla/bugs/bug39209-expected.png:
700 * platform/chromium-win/tables/mozilla/bugs/bug39209-expected.txt:
701 * platform/chromium-win/tables/mozilla/bugs/bug4429-expected.checksum:
702 * platform/chromium-win/tables/mozilla/bugs/bug4429-expected.png:
703 * platform/chromium-win/tables/mozilla/bugs/bug4429-expected.txt:
704 * platform/chromium-win/tables/mozilla/bugs/bug44505-expected.checksum:
705 * platform/chromium-win/tables/mozilla/bugs/bug44505-expected.png:
706 * platform/chromium-win/tables/mozilla/bugs/bug44505-expected.txt:
707 * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.checksum:
708 * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.png:
709 * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.txt:
710 * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.checksum:
711 * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.png:
712 * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.txt:
713 * platform/chromium-win/tables/mozilla/bugs/bug51037-expected.checksum:
714 * platform/chromium-win/tables/mozilla/bugs/bug51037-expected.png:
715 * platform/chromium-win/tables/mozilla/bugs/bug51037-expected.txt:
716 * platform/chromium-win/tables/mozilla/bugs/bug51727-expected.checksum:
717 * platform/chromium-win/tables/mozilla/bugs/bug51727-expected.png:
718 * platform/chromium-win/tables/mozilla/bugs/bug51727-expected.txt:
719 * platform/chromium-win/tables/mozilla/bugs/bug52505-expected.checksum:
720 * platform/chromium-win/tables/mozilla/bugs/bug52505-expected.png:
721 * platform/chromium-win/tables/mozilla/bugs/bug52505-expected.txt:
722 * platform/chromium-win/tables/mozilla/bugs/bug52506-expected.checksum:
723 * platform/chromium-win/tables/mozilla/bugs/bug52506-expected.png:
724 * platform/chromium-win/tables/mozilla/bugs/bug52506-expected.txt:
725 * platform/chromium-win/tables/mozilla/bugs/bug60749-expected.checksum:
726 * platform/chromium-win/tables/mozilla/bugs/bug60749-expected.png:
727 * platform/chromium-win/tables/mozilla/bugs/bug60749-expected.txt:
728 * platform/chromium-win/tables/mozilla/bugs/bug68912-expected.checksum:
729 * platform/chromium-win/tables/mozilla/bugs/bug68912-expected.png:
730 * platform/chromium-win/tables/mozilla/bugs/bug68912-expected.txt:
731 * platform/chromium-win/tables/mozilla/bugs/bug7342-expected.checksum:
732 * platform/chromium-win/tables/mozilla/bugs/bug7342-expected.png:
733 * platform/chromium-win/tables/mozilla/bugs/bug7342-expected.txt:
734 * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.checksum:
735 * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.png:
736 * platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.txt:
737 * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-4-expected.checksum:
738 * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
739 * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
740 * platform/chromium-win/tables/mozilla/dom/tableDom-expected.checksum:
741 * platform/chromium-win/tables/mozilla/dom/tableDom-expected.png:
742 * platform/chromium-win/tables/mozilla/dom/tableDom-expected.txt:
743 * platform/chromium-win/tables/mozilla/other/move_row-expected.checksum:
744 * platform/chromium-win/tables/mozilla/other/move_row-expected.png:
745 * platform/chromium-win/tables/mozilla/other/move_row-expected.txt:
746 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum:
747 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
748 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
749 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
750 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum:
751 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
752 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
753 * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum:
754 * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
755 * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
756 * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum:
757 * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
758 * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
759 * platform/chromium/test_expectations.txt:
761 2010-07-13 Steve Block <steveblock@google.com>
765 Add new DeviceOrientation test to GTK skipped list.
767 * platform/gtk/Skipped:
769 2010-07-12 Steve Block <steveblock@google.com>
771 Reviewed by Jeremy Orlow.
773 DeviceOrientationEvent should use optional properties
774 https://bugs.webkit.org/show_bug.cgi?id=41607
776 * fast/dom/DeviceOrientation/optional-event-properties-expected.txt: Added.
777 * fast/dom/DeviceOrientation/optional-event-properties.html: Added.
778 * fast/dom/DeviceOrientation/script-tests/optional-event-properties.js: Added.
780 2010-07-07 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
782 Reviewed by Darin Adler.
784 Prevent assertion/duplicate loads for non-deferred subtitute-data loads
786 https://bugs.webkit.org/show_bug.cgi?id=30879
788 MainResourceLoader uses the member m_initialRequest to store requests for future
789 deferred loads. When doing the actual load in handleDataLoadNow(), we therefore
790 have to clear this request so that subsequent entries into the loader will not
791 start yet another load.
793 This can happen as a result of a PageGroupLoadDeferrer going out of scope when
794 returning from Chrome::runJavaScriptAlert(), which calls setDeferredLoading(false),
795 but only in the case of using both substitute-data and non-deferred main resource
796 load together. That's why two new DRT functions were added:
798 * queueLoadHTMLString()
799 * setDeferMainResourceLoad()
801 The change adds DRT hooks for Mac, Win and Qt for these two functions. For Mac
802 and Win the hook uses new SPI in WebDataSource. For Qt a new static member was
803 added to the FrameLoaderClientQt and accessed though DumpRenderTreeSupportQt.
805 * fast/loader/non-deferred-substitute-load-expected.txt: Added.
806 * fast/loader/non-deferred-substitute-load.html: Added.
807 * platform/chromium/test_expectations.txt:
808 * platform/gtk/Skipped:
810 2010-07-13 Yoshiki Hayashi <yhayashi@google.com>
812 Reviewed by Kent Tamura.
814 Make sure correct Nodes are passed to childrenChanged so that
815 :last-child gets properly applied when fragment is inserted.
816 https://bugs.webkit.org/show_bug.cgi?id=37944
818 * fast/css/last-child-innerhtml-expected.txt: Added.
819 * fast/css/last-child-innerhtml.html: Added.
821 2010-07-12 Maciej Stachowiak <mjs@apple.com>
823 Reviewed by Steve Falkenburg.
825 Add tests that require layoutTestController.layerTreeAsText to WebKit2 skipped list
826 https://bugs.webkit.org/show_bug.cgi?id=42147
828 * platform/mac-wk2/Skipped:
830 2010-07-13 Andras Becsi <abecsi@webkit.org>
834 Remove extra line added in r63183 "resources/whitespace01.dat: PASS"
835 from html5lib/runner-expected.txt (which was probably added accidentally),
836 because no bot produces this output in the tree.
838 * html5lib/runner-expected.txt:
840 2010-07-12 Eric Seidel <eric@webkit.org>
842 Reviewed by Adam Barth.
844 Fix typo in "close the cell" which caused assertion
845 https://bugs.webkit.org/show_bug.cgi?id=42138
847 * html5lib/resources/tables01.dat:
849 2010-07-12 Martin Robinson <mrobinson@igalia.com>
851 Reviewed by Dirk Schulze.
853 [Cairo] Incorrect Test for Text Fill
854 https://bugs.webkit.org/show_bug.cgi?id=42123
856 Unskip tests which cover text stroking and add pixel dump results for
857 them via the GTK+ port.
859 * platform/gtk/Skipped: Unskip passing tests.
860 * platform/gtk/fast/text/stroking-decorations-expected.checksum: Added.
861 * platform/gtk/fast/text/stroking-decorations-expected.png: Added.
862 * platform/gtk/fast/text/stroking-decorations-expected.txt: Added.
863 * platform/gtk/fast/text/stroking-expected.checksum: Added.
864 * platform/gtk/fast/text/stroking-expected.png: Added.
865 * platform/gtk/fast/text/stroking-expected.txt: Added.
867 2010-07-12 Martin Robinson <mrobinson@igalia.com>
871 Fix a small error in the Skipped list.
873 * platform/gtk/Skipped:
875 2010-07-12 Pavel Feldman <pfeldman@chromium.org>
877 Not reviewed: rebaseline chromium tests.
879 * platform/chromium-win-xp/fast/gradients/radial-centered-expected.checksum: Copied from LayoutTests/platform/chromium-win/fast/gradients/radial-centered-expected.checksum.
880 * platform/chromium-win-xp/fast/gradients/radial-centered-expected.png: Copied from LayoutTests/platform/chromium-win/fast/gradients/radial-centered-expected.png.
881 * platform/chromium-win-xp/fast/gradients/radial-centered-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/gradients/radial-centered-expected.txt.
882 * platform/chromium/test_expectations.txt:
884 2010-07-12 Maciej Stachowiak <mjs@apple.com>
886 Reviewed by David Levin.
888 Add failing animation and canvas tests to WebKit2 Skipped list
889 https://bugs.webkit.org/show_bug.cgi?id=42141
891 * platform/mac-wk2/Skipped:
893 2010-07-12 Eric Seidel <eric@webkit.org>
895 Reviewed by Sam Weinig.
897 Fix a typo in the adoption agency causing test failures
898 https://bugs.webkit.org/show_bug.cgi?id=42133
900 * html5lib/runner-expected-html5.txt:
902 2010-07-12 Adam Barth <abarth@webkit.org>
904 Reviewed by Eric Seidel.
906 HTML5 Parser: document.write after onload blows away document
907 https://bugs.webkit.org/show_bug.cgi?id=40745
909 Update test to expect new behavior.
911 * http/tests/misc/write-while-waiting.html:
913 2010-07-12 Maciej Stachowiak <mjs@apple.com>
915 Reviewed by Sam Weinig.
917 Need support for a WebKit2-specific Skipped list (and initially add accessibility tests to it)
918 https://bugs.webkit.org/show_bug.cgi?id=42132
920 * platform/mac-wk2: Added.
921 * platform/mac-wk2/Skipped: Added. Initially add the accessibility
922 directory (with two blocking bugs).
924 2010-07-12 Yuta Kitamura <yutak@chromium.org>
926 Reviewed by Alexey Proskuryakov.
928 Fix crash caused by unintentional deletion of worker bridge and channel.
930 WebSocket: Crash caused by calling close() within onmessage handler
931 https://bugs.webkit.org/show_bug.cgi?id=41507
933 * websocket/tests/workers/close-in-onmessage-crash-expected.txt: Added.
934 * websocket/tests/workers/close-in-onmessage-crash.html: Added.
935 * websocket/tests/workers/resources/close-in-onmessage-crash.js: Added.
936 (runTests.try.ws.onopen):
937 (runTests.try.ws.onmessage): Calling close() inside the onmessage handler
939 (runTests.try.ws.onclose):
942 2010-07-12 Eric Seidel <eric@webkit.org>
944 Unreviewed. Just skipping a test on Gtk due to missing DRT features.
946 REGRESSION (HTML5 parser?): Impossible to get past the CAPTCHA on postcode.royalmail.com
947 https://bugs.webkit.org/show_bug.cgi?id=41797
949 * platform/gtk/Skipped:
950 - Gtk is missing DRT api.
952 2010-07-12 Adam Barth <abarth@webkit.org>
954 Reviewed by Eric Seidel.
956 REGRESSION (HTML5 parser?): Impossible to get past the CAPTCHA on postcode.royalmail.com
957 https://bugs.webkit.org/show_bug.cgi?id=41797
959 This test is a bit subtle, but it captures a reduction of what I think
960 is going on with the site.
962 Essentially, the real parser doesn't see the <img> tag, but the preload
963 scanner does. Prior to this patch, we were preload scanning this
964 region of the document even though we weren't supposed to.
966 * http/tests/loading/preload-slow-loading-expected.txt: Added.
967 * http/tests/loading/preload-slow-loading.php: Added.
969 2010-07-12 Albert J. Wong <ajwong@chromium.org>
971 Unreviewed, build fix.
973 [chromium] rebaseline new test expectations.
975 * platform/chromium-mac/media/video-source-expected.txt:
976 * platform/chromium-mac/media/video-src-expected.txt:
977 * platform/chromium-win/media/video-source-expected.txt:
978 * platform/chromium-win/media/video-src-expected.txt:
980 2010-07-12 Tony Chang <tony@chromium.org>
982 Reviewed by David Hyatt.
984 crash in FrameView::detachCustomScrollbars
985 https://bugs.webkit.org/show_bug.cgi?id=41196
987 * scrollbars/hidden-iframe-scrollbar-crash-expected.txt: Added.
988 * scrollbars/hidden-iframe-scrollbar-crash.html: Added.
990 2010-07-12 Eric Seidel <eric@webkit.org>
992 Reviewed by Adam Barth.
994 HTML tags should break out of foreign content
995 https://bugs.webkit.org/show_bug.cgi?id=42106
997 * html5lib/runner-expected-html5.txt:
999 2010-07-12 Zhenyao Mo <zmo@google.com>
1001 Reviewed by Darin Fisher.
1003 Bring bufferData and clear to GLES2 compliant
1004 https://bugs.webkit.org/show_bug.cgi?id=41574
1006 * fast/canvas/webgl/invalidPassedParams-expected.txt: Add wrong param test cases for bufferData and clear.
1007 * fast/canvas/webgl/invalidPassedParams.html: Ditto.
1008 * fast/canvas/webgl/resources/desktop-gl-constants.js: Add ACCUM_BUFFER_BIT enum.
1010 2010-07-12 Alexey Proskuryakov <ap@apple.com>
1012 https://bugs.webkit.org/show_bug.cgi?id=13075
1013 XMLHttpRequest with failed authentication should set status to 401
1015 https://bugs.webkit.org/show_bug.cgi?id=6871
1016 <rdar://problem/3363403> 401 error page is never shown
1018 Enable xmlhttprequest/failed-auth.html on Windows. It now passes on my machine.
1020 * platform/win/Skipped: Also removed two userscript tests that don't exist (run-webkit-tests
1021 loudly complained about those).
1023 2010-07-09 Darin Adler <darin@apple.com>
1025 Reviewed by Geoffrey Garen.
1027 String to number coercion is not spec compliant
1028 https://bugs.webkit.org/show_bug.cgi?id=31349
1030 * fast/js/ToNumber-expected.txt: Updated to expect more tests to pass.
1031 * fast/js/parseFloat-expected.txt: Ditto.
1032 * fast/js/sputnik/Conformance/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A2-expected.txt: Ditto.
1033 * fast/js/sputnik/Conformance/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T1-expected.txt: Ditto.
1034 * fast/js/sputnik/Conformance/09_Type_Conversion/9.3_ToNumber/9.3.1_ToNumber_from_String/S9.3.1_A3_T2-expected.txt: Ditto.
1035 * fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.2/15.1.2.3_parseFloat/S15.1.2.3_A2_T10-expected.txt: Ditto.
1036 * fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.2/15.1.2.3_parseFloat/S15.1.2.3_A2_T3-expected.txt: Ditto.
1037 * fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.2/15.1.2.3_parseFloat/S15.1.2.3_A2_T8-expected.txt: Ditto.
1038 * fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.2/15.1.2.3_parseFloat/S15.1.2.3_A2_T9-expected.txt: Ditto.
1039 * fast/js/sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.2/15.1.2.3_parseFloat/S15.1.2.3_A6-expected.txt: Ditto.
1041 2010-07-12 Eric Carlson <eric.carlson@apple.com>
1043 Reviewed by Darin Adler.
1045 Update media element's handling of empty 'src' attribute
1046 https://bugs.webkit.org/show_bug.cgi?id=42001
1048 * fast/dom/URL-attribute-reflection-expected.txt: Update results now that audio, video, and
1049 source return 'non-empty URL'.
1051 * media/video-poster-expected.txt:
1052 * media/video-poster.html: Test empty poster url.
1054 * media/video-source-error-no-candidate-expected.txt:
1055 * media/video-source-error-no-candidate.html: Empty 'src' should fires an error event.
1057 * media/video-source-expected.txt:
1058 * media/video-source.html: Test <source> element's 'src' attribute and property as well
1061 * media/video-src-empty-expected.txt: Removed.
1062 * media/video-src-empty.html: Removed, the test is no longer valid.
1064 * media/video-src-none-expected.txt:
1065 * media/video-src-none.html: Updated to test empty 'src'. Add tests to ensure that an error
1066 is fired when load() is called and the 'src' is empty, but not when 'src' is missing.
1068 * media/video-src.html:
1069 * media/video-src-expected.txt: Test 'src' attribute and property as well as currentSrc.
1071 2010-07-12 Eric Seidel <eric@webkit.org>
1073 Reviewed by Adam Barth.
1075 HTMLTreeBuilder needs to support mixing SVG and MathML content
1076 https://bugs.webkit.org/show_bug.cgi?id=42096
1078 * html5lib/runner-expected-html5.txt:
1080 2010-07-12 Eric Seidel <eric@webkit.org>
1082 Reviewed by Adam Barth.
1084 Update HTMLTreeBuilder now that MathMLNames is always generated
1085 https://bugs.webkit.org/show_bug.cgi?id=42059
1087 We pass a bunch more tests now that our MathML code path is enabled.
1089 * html5lib/runner-expected-html5.txt:
1091 2010-07-12 Simon Fraser <simon.fraser@apple.com>
1093 Reviewed by Dan Bernstein.
1095 Don't go into compositing mode for 0x0 plugins
1096 https://bugs.webkit.org/show_bug.cgi?id=34009
1098 Tests for compositing and changing iframe size, changing plugin size, and a 1x1 plugin.
1100 * compositing/iframes/iframe-size-from-zero-expected.txt: Added.
1101 * compositing/iframes/iframe-size-from-zero.html: Added.
1102 * compositing/iframes/iframe-size-to-zero-expected.txt: Added.
1103 * compositing/iframes/iframe-size-to-zero.html: Added.
1104 * compositing/plugins/1x1-composited-plugin-expected.txt: Added.
1105 * compositing/plugins/1x1-composited-plugin.html: Added.
1106 * compositing/plugins/large-to-small-composited-plugin-expected.txt: Added.
1107 * compositing/plugins/large-to-small-composited-plugin.html: Added.
1108 * compositing/plugins/small-to-large-composited-plugin-expected.txt: Added.
1109 * compositing/plugins/small-to-large-composited-plugin.html: Added.
1111 2010-07-12 Simon Fraser <simon.fraser@apple.com>
1113 Reviewed by Dan Bernstein.
1115 Need to do a layout when RenderLayers come and go because of compositing
1116 https://bugs.webkit.org/show_bug.cgi?id=42108
1118 Test that has an iframe that leaves compositing mode, then hit-tests the iframe.
1120 * compositing/iframes/layout-on-compositing-change-expected.txt: Added.
1121 * compositing/iframes/layout-on-compositing-change.html: Added.
1122 * compositing/iframes/resources/leave-compositing-subframe-click.html: Added.
1124 2010-07-12 Albert J. Wong <ajwong@chromium.org>
1126 Unreviewed, build fix
1128 [chromium] update test_expectations, and rebaseline a changed svg test.
1130 * platform/chromium-win/fast/gradients/radial-centered-expected.checksum:
1131 * platform/chromium-win/fast/gradients/radial-centered-expected.png:
1132 * platform/chromium-win/fast/gradients/radial-centered-expected.txt:
1133 * platform/chromium/test_expectations.txt:
1135 2010-07-12 Alexey Proskuryakov <ap@apple.com>
1137 https://bugs.webkit.org/show_bug.cgi?id=13075
1138 XMLHttpRequest with failed authentication should set status to 401
1140 https://bugs.webkit.org/show_bug.cgi?id=6871
1141 <rdar://problem/3363403> 401 error page is never shown
1143 The fix doesn't help Tiger, update results of one test and skip another.
1145 * platform/mac-tiger/Skipped: Skip 401-alternative-content.php.
1146 * platform/mac-tiger/http/tests/xmlhttprequest/failed-auth-expected.txt:
1147 Copied from http/tests/xmlhttprequest/failed-auth-expected.txt, updated for failure result
1150 2010-07-12 Nate Chapin <japhet@chromium.org>
1152 Reviewed by Darin Fisher.
1154 Test that Cache-Control headers are not included on XHRs that occur
1155 after the load event.
1157 https://bugs.webkit.org/show_bug.cgi?id=41813
1159 * http/tests/xmlhttprequest/cache-headers-after-reload-expected.txt: Added.
1160 * http/tests/xmlhttprequest/cache-headers-after-reload.html: Added.
1161 * http/tests/xmlhttprequest/resources/print-cache-control-header.cgi: Added.
1163 2010-07-12 Csaba Osztrogonác <ossy@webkit.org>
1167 [Qt] Some inspector test fail intermittently
1168 https://bugs.webkit.org/show_bug.cgi?id=42090
1170 Add tests to the Skipped list until fix to avoid false positive alarms.
1172 * platform/qt/Skipped:
1173 - inspector/timeline-layout.html skipped.
1174 - inspector/timeline-parse-html.html skipped.
1175 - inspector/timeline-recalculate-styles.html skipped.
1177 2010-07-09 Alexey Proskuryakov <ap@apple.com>
1179 Reviewed by Darin Adler.
1181 https://bugs.webkit.org/show_bug.cgi?id=13075
1182 XMLHttpRequest with failed authentication should set status to 401
1184 https://bugs.webkit.org/show_bug.cgi?id=6871
1185 <rdar://problem/3363403> 401 error page is never shown
1187 * http/tests/xmlhttprequest/failed-auth-expected.txt:
1188 * http/tests/xmlhttprequest/failed-auth.html:
1189 Uncommented relevant subtests.
1191 * http/tests/misc/401-alternative-content-expected.txt:
1192 * http/tests/misc/401-alternative-content.php:
1193 Added a test for the main resource aspect of this issue.
1195 2010-07-12 Pavel Feldman <pfeldman@chromium.org>
1197 Not reviewed: chromium test expectations updated.
1199 * platform/chromium/test_expectations.txt:
1201 2010-07-12 Pavel Feldman <pfeldman@chromium.org>
1203 Not reviewed: chromium test expectations updated.
1205 * platform/chromium/test_expectations.txt:
1207 2010-07-12 Andreas Kling <andreas.kling@nokia.com>
1209 Reviewed by Simon Hausmann.
1211 [Qt] Dragging within webkit with a drag created via Javascript ends up misinterpreting the data
1212 https://bugs.webkit.org/show_bug.cgi?id=41457
1214 Rebaseline test now that Qt doesn't corrupt non-breaking spaces on clipboard roundtrip.
1216 * platform/qt/editing/pasteboard/onpaste-text-html-expected.txt:
1218 2010-07-12 Pavel Feldman <pfeldman@chromium.org>
1220 Not reviewed: rebaseline chromium layout tests.
1222 * platform/chromium-linux/fast/dom/HTMLLinkElement/prefetch-expected.txt: Added.
1223 * platform/chromium-linux/fast/gradients/radial-centered-expected.checksum:
1224 * platform/chromium-linux/fast/gradients/radial-centered-expected.png:
1225 * platform/chromium-linux/fast/gradients/radial-centered-expected.txt: Added.
1226 * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-2-expected.checksum: Added.
1227 * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-2-expected.png: Added.
1228 * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added.
1229 * platform/chromium-mac/fast/dom/HTMLLinkElement/prefetch-expected.txt: Added.
1230 * platform/chromium-mac/fast/gradients/radial-centered-expected.checksum: Removed.
1231 * platform/chromium-mac/fast/gradients/radial-centered-expected.png: Removed.
1232 * platform/chromium-mac/fast/gradients/radial-centered-expected.txt: Removed.
1233 * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-2-expected.checksum: Added.
1234 * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-2-expected.png: Added.
1235 * platform/chromium-win-vista/fast/gradients/radial-centered-expected.checksum: Added.
1236 * platform/chromium-win-vista/fast/gradients/radial-centered-expected.png: Added.
1237 * platform/chromium-win-vista/fast/gradients/radial-centered-expected.txt: Added.
1239 2010-07-12 François Sausset <sausset@gmail.com>
1241 Reviewed by Kenneth Rohde Christiansen.
1243 Test the mathsize MathML attribute.
1244 https://bugs.webkit.org/show_bug.cgi?id=42067
1246 * mathml/presentation/attributes.xhtml:
1247 * platform/mac/mathml/presentation/attributes-expected.checksum:
1248 * platform/mac/mathml/presentation/attributes-expected.png:
1249 * platform/mac/mathml/presentation/attributes-expected.txt:
1251 2010-07-12 Pavel Podivilov <podivilov@chromium.org>
1253 Reviewed by Pavel Feldman.
1255 [Chromium] Fix duplicate test expectations
1256 https://bugs.webkit.org/show_bug.cgi?id=42072
1258 * platform/chromium/test_expectations.txt:
1260 2010-07-12 François Sausset <sausset@gmail.com>
1262 Reviewed by Kenneth Rohde Christiansen.
1264 Update of the results to the test introduced here:
1265 https://bugs.webkit.org/show_bug.cgi?id=41626
1266 as they were outdated in the commit.
1268 * platform/mac/mathml/presentation/tokenElements-expected.checksum:
1269 * platform/mac/mathml/presentation/tokenElements-expected.png:
1270 * platform/mac/mathml/presentation/tokenElements-expected.txt:
1272 2010-07-12 François Sausset <sausset@gmail.com>
1274 Reviewed by Kenneth Rohde Christiansen.
1276 Update tests to check that msqrt and mfrac use style color to draw themselves
1277 https://bugs.webkit.org/show_bug.cgi?id=41889
1279 * mathml/presentation/fractions.xhtml:
1280 * mathml/presentation/roots.xhtml:
1281 * platform/mac/mathml/presentation/fractions-expected.checksum:
1282 * platform/mac/mathml/presentation/fractions-expected.png:
1283 * platform/mac/mathml/presentation/fractions-expected.txt:
1284 * platform/mac/mathml/presentation/roots-expected.checksum:
1285 * platform/mac/mathml/presentation/roots-expected.png:
1286 * platform/mac/mathml/presentation/roots-expected.txt:
1288 2010-07-12 Andreas Kling <andreas.kling@nokia.com>
1290 Reviewed by Antti Koivisto.
1292 Canvas: arc() with startAngle == endAngle shouldn't add to the path
1293 https://bugs.webkit.org/show_bug.cgi?id=41420
1295 Unskip (for Qt) test that now passes:
1296 - canvas/philip/tests/2d.path.stroke.prune.arc.html
1299 http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-stroke
1301 * platform/qt/Skipped:
1303 2010-07-12 Jeremy Orlow <jorlow@chromium.org>
1305 Somehow the updated expectations got dropped form the original patch. Added.
1307 * storage/indexeddb/idb-objectstore-request-expected.txt:
1309 2010-07-12 Shinichiro Hamaji <hamaji@chromium.org>
1311 Reviewed by Ojan Vafai.
1313 Update padding on Windows?
1314 https://bugs.webkit.org/show_bug.cgi?id=38016
1316 * platform/chromium/test_expectations.txt:
1317 * platform/win/Skipped:
1319 2010-07-12 Shinichiro Hamaji <hamaji@chromium.org>
1321 Unreviewed. Put the expected result for Win.
1323 REGRESSION: printing is broken if stylesheet has @page
1324 https://bugs.webkit.org/show_bug.cgi?id=40452
1326 * platform/win/printing/page-rule-in-media-query-expected.txt: Added.
1328 2010-07-12 Shinichiro Hamaji <hamaji@chromium.org>
1330 Unreviewed. Put wrong results for Mac and Win instead of Skipped list.
1332 Results for editing/pasteboard/5761530-1.html are wrong
1333 https://bugs.webkit.org/show_bug.cgi?id=38437
1335 * platform/mac/Skipped:
1336 * platform/mac/editing/pasteboard/5761530-1-expected.txt: Copied from LayoutTests/platform/chromium/editing/pasteboard/5761530-1-expected.txt.
1337 * platform/win/editing/pasteboard/5761530-1-expected.txt: Copied from LayoutTests/platform/chromium/editing/pasteboard/5761530-1-expected.txt.
1339 2010-07-12 Steve Block <steveblock@google.com>
1341 Reviewed by Alexey Proskuryakov.
1343 XPath substring function does not correctly handle non-positive values for the position argument
1344 https://bugs.webkit.org/show_bug.cgi?id=41913
1346 * fast/xpath/substring-non-positive-postion-expected.txt: Added.
1347 * fast/xpath/substring-non-positive-postion.html: Added.
1349 2010-06-27 Jeremy Orlow <jorlow@chromium.org>
1351 Reviewed by Dumitru Daniliuc.
1353 Implement IDBObjectStore.get/set/remove
1354 https://bugs.webkit.org/show_bug.cgi?id=41250
1356 Modify existing test to provide basic coverage for get/put/remove functions.
1358 * storage/indexeddb/script-tests/idb-objectstore-request.js:
1366 2010-07-10 Darin Adler <darin@apple.com>
1368 Reviewed by Anders Carlsson.
1370 Enhance content attribute reflection for URL attributes, including adding a non-empty option
1371 https://bugs.webkit.org/show_bug.cgi?id=42040
1373 The current test results show many failures, and we should follow up with fixes
1374 either to the DOM implementation, or to the test result expectations.
1376 * fast/dom/URL-attribute-reflection-expected.txt: Added.
1377 * fast/dom/URL-attribute-reflection.html: Added.
1378 * fast/dom/script-tests/URL-attribute-reflection.js: Added.
1380 2010-07-10 Sam Weinig <sam@webkit.org>
1382 Reviewed by Anders Carlsson.
1384 Test for https://bugs.webkit.org/show_bug.cgi?id=42021
1385 isEqualNode should work for DocumentType nodes
1387 * fast/dom/Node/isEqualNode-expected.txt: Added.
1388 * fast/dom/Node/isEqualNode.html: Added.
1389 * fast/dom/Node/script-tests/isEqualNode.js: Added.
1391 2010-07-10 Dan Bernstein <mitz@apple.com>
1393 Reviewed by Anders Carlsson.
1395 <rdar://problem/8153214> Continuation outlines in layers do not paint correctly
1397 * fast/inline/continuation-outlines-with-layers-2.html: Added.
1398 * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.checksum: Added.
1399 * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.png: Added.
1400 * platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.txt: Added.
1402 2010-07-10 Eric Seidel <eric@webkit.org>
1404 Reviewed by Adam Barth.
1406 HTMLTreeBuilder needs adjustForeignAttributes support
1407 https://bugs.webkit.org/show_bug.cgi?id=42022
1409 * html5lib/runner-expected-html5.txt:
1410 - We now pass 3 more tests.
1412 2010-07-09 Tony Chang <tony@chromium.org>
1414 Reviewed by Ojan Vafai.
1416 crash in WebCore::CompositeEditCommand::splitTreeToNode when indenting pre
1417 https://bugs.webkit.org/show_bug.cgi?id=38231
1419 * editing/execCommand/indent-pre-expected.txt: Added.
1420 * editing/execCommand/indent-pre.html: Added.
1422 2010-07-09 Erik Arvidsson <arv@chromium.org>
1424 Reviewed by Darin Adler.
1426 Computed style is not implemented for padding-start, padding-end, margin-start, margin-end
1427 https://bugs.webkit.org/show_bug.cgi?id=41496
1429 * fast/css/margin-start-end-expected.txt:
1430 * fast/css/padding-start-end-expected.txt:
1431 * fast/css/script-tests/margin-start-end.js: Added tests for computed style.
1432 * fast/css/script-tests/padding-start-end.js: Added tests for computed style.
1434 2010-07-09 Daniel Bates <dbates@rim.com>
1436 Reviewed by Darin Adler.
1438 Clean up: Move dump-list.js utility script from LayoutTests/fast/lists
1439 to LayoutTests/fast/lists/resources
1440 https://bugs.webkit.org/show_bug.cgi?id=42016
1442 Move fast/lists/dump-list.js to fast/lists/resources since it
1443 is a utility script and not a test case.
1445 * fast/lists/dump-list.js: Removed. Moved to fast/lists/resources.
1446 * fast/lists/ol-nested-items-dynamic-insert.html: Modified to look
1447 for dump-list.js in new location.
1448 * fast/lists/ol-nested-items-dynamic-remove.html: Ditto.
1449 * fast/lists/ol-nested-items.html: Ditto.
1450 * fast/lists/ol-nested-list-dynamic-insert.html: Ditto.
1451 * fast/lists/ol-nested-list-dynamic-remove.html: Ditto.
1452 * fast/lists/ol-nested-list.html: Ditto.
1453 * fast/lists/resources/dump-list.js: Copied from LayoutTests/fast/lists/dump-list.js.
1455 2010-07-09 Leon Clarke <leonclarke@google.com>
1457 Reviewed by Adam Barth.
1459 add support for link prefetching
1460 https://bugs.webkit.org/show_bug.cgi?id=3652
1462 * fast/dom/HTMLLinkElement/prefetch-expected.txt: Added.
1463 * fast/dom/HTMLLinkElement/prefetch.html: Added.
1464 * fast/dom/HTMLLinkElement/prefetch.link: Added.
1465 * platform/gtk/Skipped:
1466 * platform/mac/Skipped:
1467 * platform/qt/Skipped:
1468 * platform/win/Skipped:
1470 2010-07-09 Simon Fraser <simon.fraser@apple.com>
1472 Reviewed by Darin Adler.
1474 Calling layoutTestController.layerTreeAsText() should update layout
1475 https://bugs.webkit.org/show_bug.cgi?id=41818
1477 Test cleanup to remove as many setTimeout() calls as possible, replacing them with
1478 calls to display(), which is required for painting to happen, and therefore FrameView::setIsOverlapped()
1481 Remove some logic that checked whether both iframe and parent document is loaded, since the load event
1482 fires only once the iframes are loaded.
1484 * compositing/iframes/composited-parent-iframe.html:
1485 * compositing/iframes/connect-compositing-iframe-delayed.html:
1486 * compositing/iframes/connect-compositing-iframe.html:
1487 * compositing/iframes/connect-compositing-iframe2.html:
1488 * compositing/iframes/connect-compositing-iframe3.html:
1489 * compositing/iframes/enter-compositing-iframe.html:
1490 * compositing/iframes/iframe-copy-on-scroll.html:
1491 * compositing/iframes/iframe-resize.html:
1492 * compositing/iframes/iframe-src-change.html:
1493 * compositing/iframes/leave-compositing-iframe.html:
1494 * compositing/iframes/overlapped-iframe.html:
1495 * compositing/iframes/scrolling-iframe.html:
1497 2010-07-09 Kenneth Russell <kbr@google.com>
1499 Reviewed by Nate Chapin.
1501 bufferSubData causes crash in WebGLBuffer::associateBufferSubData
1502 https://bugs.webkit.org/show_bug.cgi?id=42004
1504 * fast/canvas/webgl/index-validation-crash-with-buffer-sub-data-expected.txt: Added.
1505 * fast/canvas/webgl/index-validation-crash-with-buffer-sub-data.html: Added.
1507 2010-07-09 Kenneth Russell <kbr@google.com>
1509 Reviewed by Dimitri Glazkov.
1511 Assertion failure in String::utf8() for certain invalid UTF16 inputs
1512 https://bugs.webkit.org/show_bug.cgi?id=41983
1514 * fast/canvas/webgl/invalid-UTF-16-expected.txt: Added.
1515 * fast/canvas/webgl/invalid-UTF-16.html: Added.
1517 2010-07-09 Tony Gentilcore <tonyg@chromium.org>
1519 Reviewed by Dimitri Glazkov.
1521 Implement performance.timing.navigationStart
1522 https://bugs.webkit.org/show_bug.cgi?id=41815
1524 * fast/dom/script-tests/webtiming.js:
1525 (checkTimingBeforeLoad):
1526 (checkWebTimingOnLoad):
1527 (checkWebTimingAfterLoad):
1528 * fast/dom/webtiming-expected.txt:
1530 2010-07-09 Albert J. Wong <ajwong@chromium.org>
1532 Unreviewed. Build fix.
1534 [chromium] Add in baseline for ietestcenter tests that pass. Also
1535 rebaseline two other tests.
1537 * platform/chromium-mac/fast/js/no-semi-insertion-at-end-of-script-expected.txt: Added.
1538 * platform/chromium-mac/ietestcenter/Javascript/11.4.1-4.a-10-expected.txt: Added.
1539 * platform/chromium-mac/ietestcenter/Javascript/11.4.1-4.a-8-expected.txt: Added.
1540 * platform/chromium-mac/ietestcenter/Javascript/15.12.1.1-0-2-expected.txt: Added.
1541 * platform/chromium-mac/ietestcenter/Javascript/15.12.1.1-0-3-expected.txt: Added.
1542 * platform/chromium-mac/ietestcenter/Javascript/15.12.2-0-2-expected.txt: Added.
1543 * platform/chromium-mac/ietestcenter/Javascript/15.12.3-0-2-expected.txt: Added.
1544 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-0-1-expected.txt: Added.
1545 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-0-2-expected.txt: Added.
1546 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-1-expected.txt: Added.
1547 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-2-expected.txt: Added.
1548 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-0-1-expected.txt: Added.
1549 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-0-2-expected.txt: Added.
1550 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-0-3-expected.txt: Added.
1551 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-1-expected.txt: Added.
1552 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-1-expected.txt: Added.
1553 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-10-expected.txt: Added.
1554 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-11-expected.txt: Added.
1555 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-12-expected.txt: Added.
1556 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-13-expected.txt: Added.
1557 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-14-expected.txt: Added.
1558 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-15-expected.txt: Added.
1559 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-16-expected.txt: Added.
1560 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-17-expected.txt: Added.
1561 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-18-expected.txt: Added.
1562 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-19-expected.txt: Added.
1563 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-2-expected.txt: Added.
1564 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-20-expected.txt: Added.
1565 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-21-expected.txt: Added.
1566 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-3-expected.txt: Added.
1567 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-4-expected.txt: Added.
1568 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-5-expected.txt: Added.
1569 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-6-expected.txt: Added.
1570 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-7-expected.txt: Added.
1571 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-8-expected.txt: Added.
1572 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-9-expected.txt: Added.
1573 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.14-2-4-expected.txt: Added.
1574 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.14-3-4-expected.txt: Added.
1575 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.3-4-22-expected.txt: Added.
1576 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.3-4-25-expected.txt: Added.
1577 * platform/chromium-mac/ietestcenter/Javascript/15.2.3.6-4-1-expected.txt: Added.
1578 * platform/chromium-mac/ietestcenter/Javascript/15.4.4.14-9-a-12-expected.txt: Added.
1579 * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-3-26-expected.txt: Added.
1580 * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-3-27-expected.txt: Added.
1581 * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-1-expected.txt: Added.
1582 * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-12-expected.txt: Added.
1583 * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-14-expected.txt: Added.
1584 * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-16-expected.txt: Added.
1585 * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-4-expected.txt: Added.
1586 * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-8-9-expected.txt: Added.
1587 * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-8-a-12-expected.txt: Added.
1588 * platform/chromium-win/fast/js/no-semi-insertion-at-end-of-script-expected.txt: Added.
1589 * platform/chromium-win/ietestcenter/Javascript/11.4.1-4.a-10-expected.txt: Added.
1590 * platform/chromium-win/ietestcenter/Javascript/11.4.1-4.a-8-expected.txt: Added.
1591 * platform/chromium-win/ietestcenter/Javascript/15.12.1.1-0-2-expected.txt: Added.
1592 * platform/chromium-win/ietestcenter/Javascript/15.12.1.1-0-3-expected.txt: Added.
1593 * platform/chromium-win/ietestcenter/Javascript/15.12.2-0-2-expected.txt: Added.
1594 * platform/chromium-win/ietestcenter/Javascript/15.12.3-0-2-expected.txt: Added.
1595 * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-0-1-expected.txt: Added.
1596 * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-0-2-expected.txt: Added.
1597 * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-1-expected.txt: Added.
1598 * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-2-expected.txt: Added.
1599 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-0-1-expected.txt: Added.
1600 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-0-2-expected.txt: Added.
1601 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-0-3-expected.txt: Added.
1602 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-1-expected.txt: Added.
1603 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-1-expected.txt: Added.
1604 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-10-expected.txt: Added.
1605 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-11-expected.txt: Added.
1606 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-12-expected.txt: Added.
1607 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-13-expected.txt: Added.
1608 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-14-expected.txt: Added.
1609 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-15-expected.txt: Added.
1610 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-16-expected.txt: Added.
1611 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-17-expected.txt: Added.
1612 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-18-expected.txt: Added.
1613 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-19-expected.txt: Added.
1614 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-2-expected.txt: Added.
1615 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-20-expected.txt: Added.
1616 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-21-expected.txt: Added.
1617 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-3-expected.txt: Added.
1618 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-4-expected.txt: Added.
1619 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-5-expected.txt: Added.
1620 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-6-expected.txt: Added.
1621 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-7-expected.txt: Added.
1622 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-8-expected.txt: Added.
1623 * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-9-expected.txt: Added.
1624 * platform/chromium-win/ietestcenter/Javascript/15.2.3.14-2-4-expected.txt: Added.
1625 * platform/chromium-win/ietestcenter/Javascript/15.2.3.14-3-4-expected.txt: Added.
1626 * platform/chromium-win/ietestcenter/Javascript/15.2.3.3-4-22-expected.txt: Added.
1627 * platform/chromium-win/ietestcenter/Javascript/15.2.3.3-4-25-expected.txt: Added.
1628 * platform/chromium-win/ietestcenter/Javascript/15.2.3.6-4-1-expected.txt: Added.
1629 * platform/chromium-win/ietestcenter/Javascript/15.4.4.14-9-a-12-expected.txt: Added.
1630 * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-3-26-expected.txt: Added.
1631 * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-3-27-expected.txt: Added.
1632 * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-1-expected.txt: Added.
1633 * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-12-expected.txt: Added.
1634 * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-14-expected.txt: Added.
1635 * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-16-expected.txt: Added.
1636 * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-4-expected.txt: Added.
1637 * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-8-9-expected.txt: Added.
1638 * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-8-a-12-expected.txt: Added.
1640 2010-07-09 Eric Seidel <eric@webkit.org>
1642 Reviewed by Adam Barth.
1644 Fix SVG tag name casing for HTMLTreeBuilder
1645 https://bugs.webkit.org/show_bug.cgi?id=41998
1647 * html5lib/runner-expected-html5.txt:
1649 2010-07-09 Eric Seidel <eric@webkit.org>
1651 Reviewed by Adam Barth.
1653 Implement SVG attribute case mapping for HTMLTreeBuilder
1654 https://bugs.webkit.org/show_bug.cgi?id=41949
1656 Update results now that we pass 3 more tests.
1658 * html5lib/runner-expected-html5.txt:
1660 2010-07-09 Xiaomei Ji <xji@chromium.org>
1662 Reviewed by David Levin.
1664 Rebaseline bidi-mirror-he-ar.html and bidi-neutral-run.html for Chromium after r62965
1665 https://bugs.webkit.org/show_bug.cgi?id=41974
1667 * platform/chromium-linux/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added.
1668 * platform/chromium-linux/fast/text/international/bidi-mirror-he-ar-expected.png: Added.
1669 * platform/chromium-linux/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
1670 * platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.checksum:
1671 * platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.png:
1672 * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added.
1673 * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.png: Added.
1674 * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
1675 * platform/chromium-win/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added.
1676 * platform/chromium-win/fast/text/international/bidi-mirror-he-ar-expected.png: Added.
1677 * platform/chromium-win/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
1678 * platform/chromium/test_expectations.txt:
1680 2010-07-08 Tony Gentilcore <tonyg@chromium.org>
1682 Reviewed by Nate Chapin.
1684 Implement unloadEventEnd, loadEventStart, and loadEventEnd for Web Timing
1685 https://bugs.webkit.org/show_bug.cgi?id=41332
1687 Expectations are set to FAIL because disabled by default. Passes with --web-timing.
1689 * fast/dom/script-tests/webtiming.js: Added.
1690 (sleepFiftyMilliseconds):
1691 (shouldBeGreaterThanOrEqual):
1692 (checkTimingBeforeLoad):
1693 (checkWebTimingOnLoad):
1694 (checkWebTimingAfterLoad):
1695 * fast/dom/webtiming-expected.txt: Added.
1696 * fast/dom/webtiming.html: Added.
1698 2010-07-09 Aaron Boodman <aa@chromium.org>
1700 Reviewed by Ojan Vafai.
1702 Fix regression from r62876.
1703 https://bugs.webkit.org/show_bug.cgi?id=41928
1705 * platform/mac/Skipped:
1706 * printing/page-rule-selection.html:
1708 2010-07-09 Nico Weber <thakis@chromium.org>
1710 Reviewed by Simon Fraser.
1711 https://bugs.webkit.org/show_bug.cgi?id=41580
1713 Fix layout test to be smaller in y direction. Also add explanatory text.
1715 * fast/gradients/radial-centered.html: Make divs display:inline-block.
1717 2010-07-09 Xiaomei Ji <xji@chromium.org>
1719 Reviewed by David Levin.
1721 Rebaseline bidi-mirror-he-ar.html for leopard and snowleopard.
1722 https://bugs.webkit.org/show_bug.cgi?id=41974
1724 * platform/mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
1725 * platform/mac-snowleopard/platform/mac/fast/text: Removed.
1726 * platform/mac-snowleopard/platform/mac/fast/text/international: Removed.
1727 * platform/mac-snowleopard/platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed.
1728 * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
1730 2010-07-09 Albert J. Wong <ajwong@chromium.org>
1734 [chromium] upstreaming expectations from chromium.
1736 * platform/chromium/test_expectations.txt:
1738 2010-07-09 Albert J. Wong <ajwong@chromium.org>
1740 Not reviewed, build fix.
1742 [chromium] Update test expecations for failing tests.
1744 * platform/chromium/test_expectations.txt:
1746 2010-07-09 François Sausset <sausset@gmail.com>
1748 Reviewed by Kenneth Rohde Christiansen.
1750 Test for the newly implemented MathML mathcolor & mathbackground attributes
1751 https://bugs.webkit.org/show_bug.cgi?id=41895
1753 * mathml/presentation/attributes.xhtml: Added.
1754 * platform/mac/mathml/presentation/attributes-expected.checksum: Added.
1755 * platform/mac/mathml/presentation/attributes-expected.png: Added.
1756 * platform/mac/mathml/presentation/attributes-expected.txt: Added.
1758 2010-07-09 Vitaly Repeshko <vitalyr@chromium.org>
1762 [chromium] Updating expectations.
1764 * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt:
1765 * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
1766 * platform/chromium-win/svg/batik/text/textLength-expected.txt:
1767 * platform/chromium-win/svg/carto.net/button-expected.txt:
1768 * platform/chromium-win/svg/carto.net/colourpicker-expected.txt:
1769 * platform/chromium-win/svg/carto.net/combobox-expected.txt:
1770 * platform/chromium-win/svg/carto.net/slider-expected.txt:
1771 * platform/chromium-win/svg/carto.net/textbox-expected.txt:
1772 * platform/chromium-win/svg/carto.net/window-expected.txt:
1773 * platform/chromium-win/svg/custom/animate-path-morphing-expected.txt:
1774 * platform/chromium-win/svg/custom/coords-relative-units-transforms-expected.txt:
1775 * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt:
1776 * platform/chromium-win/svg/custom/pattern-rotate-expected.txt:
1777 * platform/chromium-win/svg/custom/text-rotated-gradient-expected.txt:
1778 * platform/chromium-win/svg/custom/use-detach-expected.txt:
1779 * platform/chromium-win/svg/custom/use-font-face-crash-expected.txt:
1780 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
1781 * platform/chromium-win/svg/custom/use-property-changes-through-svg-dom-expected.txt:
1782 * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
1783 * platform/chromium-win/svg/custom/use-transform-expected.txt:
1784 * platform/chromium-win/svg/hixie/text/003b-expected.txt:
1785 * platform/chromium-win/svg/text/foreignObject-repaint-expected.txt:
1786 * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.txt:
1787 * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
1788 * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
1790 2010-07-09 Xiaomei Ji <xji@chromium.org>
1792 Reviewed by David Levin.
1794 Fix characters with unicode-bidi-mirror property are not correctly
1796 https://bugs.webkit.org/show_bug.cgi?id=41305
1798 Since harfbuzz does not do mirroring, chromium should iterate each
1799 character in the string and mirror it if needed before passing the
1800 string to harfbuzz for shaping.
1802 * fast/text/international/bidi-mirror-he-ar.html: Added.
1803 * platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.checksum:
1804 * platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.png:
1805 * platform/mac-snowleopard/platform/mac/fast/text: Added.
1806 * platform/mac-snowleopard/platform/mac/fast/text/international: Added.
1807 * platform/mac-snowleopard/platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
1808 * platform/mac-tiger/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
1809 * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added.
1810 * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png: Added.
1811 * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
1813 2010-07-09 Kenneth Russell <kbr@google.com>
1815 Reviewed by Dimitri Glazkov.
1817 Crash with uniform array test
1818 https://bugs.webkit.org/show_bug.cgi?id=36028
1820 * fast/canvas/webgl/gl-uniform-arrays-expected.txt:
1821 - Updated test expectations.
1822 * fast/canvas/webgl/gl-uniform-arrays.html:
1823 - Separated calling wrong uniform*fv entry point from calling with non-array.
1825 2010-07-09 Chris Fleizach <cfleizach@apple.com>
1827 Reviewed by Darin Adler.
1829 AX: text editing not spoken by VO on web view contenteditable textbox
1830 https://bugs.webkit.org/show_bug.cgi?id=41912
1832 * platform/mac/accessibility/selection-value-changes-for-aria-textbox-expected.txt: Added.
1833 * platform/mac/accessibility/selection-value-changes-for-aria-textbox.html: Added.
1835 2010-07-09 Vitaly Repeshko <vitalyr@chromium.org>
1839 [chromium] Updating expectations.
1841 * platform/chromium-linux/svg/batik/paints/patternRegions-expected.txt:
1842 * platform/chromium-linux/svg/batik/text/textOnPath-expected.txt:
1843 * platform/chromium-linux/svg/batik/text/textPosition-expected.txt:
1844 * platform/chromium-linux/svg/batik/text/textPosition2-expected.txt:
1845 * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.txt:
1846 * platform/chromium-linux/svg/css/text-shadow-multiple-expected.txt: Removed.
1847 * platform/chromium-linux/svg/custom/image-with-transform-clip-filter-expected.txt:
1848 * platform/chromium-linux/svg/custom/repaint-moving-svg-and-div-expected.checksum: Added.
1849 * platform/chromium-linux/svg/custom/stroke-width-large-expected.txt:
1850 * platform/chromium-linux/svg/hixie/perf/001-expected.txt:
1851 * platform/chromium-linux/svg/hixie/perf/002-expected.txt:
1852 * platform/chromium-linux/svg/hixie/perf/007-expected.txt:
1853 * platform/chromium-linux/svg/hixie/text/003a-expected.txt:
1854 * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
1855 * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
1856 * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-1-expected.txt:
1857 * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-2-expected.txt:
1858 * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-3-expected.txt:
1859 * platform/chromium-linux/svg/text/select-textLength-spacing-stretch-4-expected.txt:
1860 * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
1861 * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
1862 * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
1863 * platform/chromium-linux/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
1864 * platform/chromium-linux/svg/text/selection-doubleclick-expected.txt:
1865 * platform/chromium-mac/fast/dom/prototype-inheritance-expected.txt: Added.
1866 * platform/chromium-mac/html5lib/runner-expected.txt:
1867 * platform/chromium-mac/ietestcenter/Javascript/15.5.4.20-1-1-expected.txt: Added.
1868 * platform/chromium-mac/ietestcenter/Javascript/15.5.4.20-1-2-expected.txt: Added.
1869 * platform/chromium-mac/plugins/clicking-missing-plugin-fires-delegate-expected.txt: Added.
1870 * platform/chromium-mac/svg/clip-path/clip-path-childs-clipped-expected.txt: Removed.
1871 * platform/chromium-mac/svg/clip-path/clip-path-clipped-expected.txt: Removed.
1872 * platform/chromium-mac/svg/clip-path/clip-path-evenodd-expected.txt: Removed.
1873 * platform/chromium-mac/svg/clip-path/clip-path-evenodd-nonzero-expected.txt: Removed.
1874 * platform/chromium-mac/svg/clip-path/clip-path-nonzero-evenodd-expected.txt: Removed.
1875 * platform/chromium-mac/svg/custom/clip-path-referencing-use2-expected.txt:
1876 * platform/chromium-mac/svg/custom/createelement-expected.txt:
1877 * platform/chromium-mac/svg/custom/junk-data-expected.txt:
1878 * platform/chromium-mac/svg/custom/missing-xlink-expected.txt:
1879 * platform/chromium-mac/svg/custom/repaint-moving-svg-and-div-expected.checksum: Added.
1880 * platform/chromium-mac/svg/custom/repaint-moving-svg-and-div-expected.png: Added.
1881 * platform/chromium-mac/userscripts/user-script-top-frame-only-expected.txt: Added.
1882 * platform/chromium-mac/userscripts/user-style-top-frame-only-expected.txt: Added.
1883 * platform/chromium-win-xp/svg/batik/text/textFeatures-expected.txt:
1884 * platform/chromium-win/fast/dom/prototype-inheritance-expected.txt: Added.
1885 * platform/chromium-win/html5lib/runner-expected.txt:
1886 * platform/chromium-win/ietestcenter/Javascript/15.5.4.20-1-1-expected.txt: Added.
1887 * platform/chromium-win/ietestcenter/Javascript/15.5.4.20-1-2-expected.txt: Added.
1888 * platform/chromium-win/plugins/clicking-missing-plugin-fires-delegate-expected.txt: Added.
1889 * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
1890 * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
1891 * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt:
1892 * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt:
1893 * platform/chromium-win/svg/batik/paints/patternRegionA-expected.txt:
1894 * platform/chromium-win/svg/batik/paints/patternRegions-expected.txt:
1895 * platform/chromium-win/svg/batik/text/longTextOnPath-expected.txt:
1896 * platform/chromium-win/svg/batik/text/textAnchor-expected.txt:
1897 * platform/chromium-win/svg/batik/text/textAnchor2-expected.txt:
1898 * platform/chromium-win/svg/batik/text/textAnchor3-expected.txt:
1899 * platform/chromium-win/svg/batik/text/textDecoration-expected.txt:
1900 * platform/chromium-win/svg/batik/text/textDecoration2-expected.txt:
1901 * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
1902 * platform/chromium-win/svg/batik/text/textEffect2-expected.txt:
1903 * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
1904 * platform/chromium-win/svg/batik/text/textFeatures-expected.txt:
1905 * platform/chromium-win/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
1906 * platform/chromium-win/svg/batik/text/textLayout-expected.txt:
1907 * platform/chromium-win/svg/batik/text/textLayout2-expected.txt:
1908 * platform/chromium-win/svg/batik/text/textOnPath-expected.txt:
1909 * platform/chromium-win/svg/batik/text/textOnPath2-expected.txt:
1910 * platform/chromium-win/svg/batik/text/textOnPath3-expected.txt:
1911 * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt:
1912 * platform/chromium-win/svg/batik/text/textPCDATA-expected.txt:
1913 * platform/chromium-win/svg/batik/text/textPosition-expected.txt:
1914 * platform/chromium-win/svg/batik/text/textPosition2-expected.txt:
1915 * platform/chromium-win/svg/batik/text/textProperties-expected.txt:
1916 * platform/chromium-win/svg/batik/text/textProperties2-expected.txt:
1917 * platform/chromium-win/svg/batik/text/textStyles-expected.txt:
1918 * platform/chromium-win/svg/batik/text/verticalText-expected.txt:
1919 * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt:
1920 * platform/chromium-win/svg/batik/text/xmlSpace-expected.txt:
1921 * platform/chromium-win/svg/carto.net/scrollbar-expected.txt:
1922 * platform/chromium-win/svg/carto.net/selectionlist-expected.txt:
1923 * platform/chromium-win/svg/clip-path/clip-path-childs-clipped-expected.txt: Removed.
1924 * platform/chromium-win/svg/clip-path/clip-path-clipped-expected.txt: Removed.
1925 * platform/chromium-win/svg/clip-path/clip-path-evenodd-expected.txt: Removed.
1926 * platform/chromium-win/svg/clip-path/clip-path-evenodd-nonzero-expected.txt: Removed.
1927 * platform/chromium-win/svg/clip-path/clip-path-nonzero-evenodd-expected.txt: Removed.
1928 * platform/chromium-win/svg/clip-path/clip-path-text-and-shape-expected.txt:
1929 * platform/chromium-win/svg/clip-path/clip-path-text-and-stroke-expected.txt:
1930 * platform/chromium-win/svg/clip-path/clip-path-text-expected.txt:
1931 * platform/chromium-win/svg/clip-path/clip-path-with-text-clipped-expected.txt:
1932 * platform/chromium-win/svg/css/group-with-shadow-expected.txt:
1933 * platform/chromium-win/svg/css/text-shadow-multiple-expected.txt:
1934 * platform/chromium-win/svg/custom/SVGMatrix-interface-expected.txt:
1935 * platform/chromium-win/svg/custom/SVGPoint-matrixTransform-expected.txt:
1936 * platform/chromium-win/svg/custom/alignment-baseline-modes-expected.txt:
1937 * platform/chromium-win/svg/custom/altglyph-expected.txt:
1938 * platform/chromium-win/svg/custom/circle-move-invalidation-expected.txt:
1939 * platform/chromium-win/svg/custom/clip-path-referencing-use-expected.txt:
1940 * platform/chromium-win/svg/custom/clip-path-referencing-use2-expected.txt:
1941 * platform/chromium-win/svg/custom/clone-element-with-animated-svg-properties-expected.txt:
1942 * platform/chromium-win/svg/custom/container-opacity-clip-viewBox-expected.txt:
1943 * platform/chromium-win/svg/custom/createImageElement2-expected.txt:
1944 * platform/chromium-win/svg/custom/createelement-expected.txt:
1945 * platform/chromium-win/svg/custom/dominant-baseline-modes-expected.txt:
1946 * platform/chromium-win/svg/custom/empty-clip-path-expected.txt:
1947 * platform/chromium-win/svg/custom/empty-mask-expected.txt:
1948 * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.txt:
1949 * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.txt:
1950 * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.txt:
1951 * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.txt:
1952 * platform/chromium-win/svg/custom/fill-fallback-expected.txt:
1953 * platform/chromium-win/svg/custom/focus-ring-expected.txt:
1954 * platform/chromium-win/svg/custom/font-face-cascade-order-expected.txt:
1955 * platform/chromium-win/svg/custom/font-face-simple-expected.txt:
1956 * platform/chromium-win/svg/custom/foreignObject-crash-on-hover-expected.txt:
1957 * platform/chromium-win/svg/custom/getTransformToElement-expected.txt:
1958 * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.txt:
1959 * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.txt:
1960 * platform/chromium-win/svg/custom/hit-test-unclosed-subpaths-expected.txt:
1961 * platform/chromium-win/svg/custom/image-small-width-height-expected.txt:
1962 * platform/chromium-win/svg/custom/image-with-transform-clip-filter-expected.txt:
1963 * platform/chromium-win/svg/custom/invalid-css-expected.txt:
1964 * platform/chromium-win/svg/custom/invalid-fill-expected.txt:
1965 * platform/chromium-win/svg/custom/invalid-fill-hex-expected.txt:
1966 * platform/chromium-win/svg/custom/invalid-lengthlist-expected.txt:
1967 * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
1968 * platform/chromium-win/svg/custom/js-late-clipPath-creation-expected.txt:
1969 * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.txt:
1970 * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.txt:
1971 * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt:
1972 * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.txt:
1973 * platform/chromium-win/svg/custom/junk-data-expected.txt:
1974 * platform/chromium-win/svg/custom/marker-default-width-height-expected.txt:
1975 * platform/chromium-win/svg/custom/marker-overflow-clip-expected.txt:
1976 * platform/chromium-win/svg/custom/mask-invalidation-expected.txt:
1977 * platform/chromium-win/svg/custom/missing-xlink-expected.txt:
1978 * platform/chromium-win/svg/custom/non-opaque-filters-expected.txt:
1979 * platform/chromium-win/svg/custom/path-bad-data-expected.txt:
1980 * platform/chromium-win/svg/custom/path-textPath-simulation-expected.txt:
1981 * platform/chromium-win/svg/custom/pattern-cycle-detection-expected.txt:
1982 * platform/chromium-win/svg/custom/pattern-deep-referencing-expected.txt:
1983 * platform/chromium-win/svg/custom/pattern-with-transformation-expected.txt:
1984 * platform/chromium-win/svg/custom/pointer-events-image-expected.txt:
1985 * platform/chromium-win/svg/custom/pointer-events-path-expected.txt:
1986 * platform/chromium-win/svg/custom/pointer-events-text-expected.txt:
1987 * platform/chromium-win/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
1988 * platform/chromium-win/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
1989 * platform/chromium-win/svg/custom/relative-sized-inner-svg-expected.txt:
1990 * platform/chromium-win/svg/custom/relative-sized-use-on-symbol-expected.txt:
1991 * platform/chromium-win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
1992 * platform/chromium-win/svg/custom/repaint-moving-svg-and-div-expected.checksum: Added.
1993 * platform/chromium-win/svg/custom/repaint-moving-svg-and-div-expected.png: Added.
1994 * platform/chromium-win/svg/custom/second-inline-text-expected.txt:
1995 * platform/chromium-win/svg/custom/shape-rendering-expected.txt:
1996 * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.txt:
1997 * platform/chromium-win/svg/custom/stroke-fallback-expected.txt:
1998 * platform/chromium-win/svg/custom/stroke-width-large-expected.txt:
1999 * platform/chromium-win/svg/custom/stroked-pattern-expected.txt:
2000 * platform/chromium-win/svg/custom/style-attribute-font-size-expected.txt:
2001 * platform/chromium-win/svg/custom/svg-curve-with-relative-cordinates-expected.txt:
2002 * platform/chromium-win/svg/custom/svg-float-border-padding-expected.txt:
2003 * platform/chromium-win/svg/custom/text-clip-expected.txt:
2004 * platform/chromium-win/svg/custom/text-ctm-expected.txt:
2005 * platform/chromium-win/svg/custom/text-decoration-visibility-expected.txt:
2006 * platform/chromium-win/svg/custom/text-filter-expected.txt:
2007 * platform/chromium-win/svg/custom/text-hit-test-expected.txt:
2008 * platform/chromium-win/svg/custom/text-image-opacity-expected.txt:
2009 * platform/chromium-win/svg/custom/text-letter-spacing-expected.txt:
2010 * platform/chromium-win/svg/custom/text-linking-expected.txt:
2011 * platform/chromium-win/svg/custom/text-repaint-including-stroke-expected.txt:
2012 * platform/chromium-win/svg/custom/text-whitespace-handling-expected.txt:
2013 * platform/chromium-win/svg/custom/text-x-dx-lists-expected.txt:
2014 * platform/chromium-win/svg/custom/text-x-override-in-tspan-child-expected.txt:
2015 * platform/chromium-win/svg/custom/text-xy-updates-SVGList-expected.txt:
2016 * platform/chromium-win/svg/custom/text-xy-updates-expected.txt:
2017 * platform/chromium-win/svg/custom/tref-update-expected.txt:
2018 * platform/chromium-win/svg/custom/use-clipped-hit-expected.txt:
2019 * platform/chromium-win/svg/custom/use-dynamic-append-expected.txt:
2020 * platform/chromium-win/svg/custom/use-elementInstance-event-target-expected.txt:
2021 * platform/chromium-win/svg/custom/use-elementInstance-methods-expected.txt:
2022 * platform/chromium-win/svg/custom/use-event-handler-on-referenced-element-expected.txt:
2023 * platform/chromium-win/svg/custom/use-event-handler-on-use-element-expected.txt:
2024 * platform/chromium-win/svg/custom/use-events-crash-expected.txt:
2025 * platform/chromium-win/svg/custom/use-instanceRoot-modifications-expected.txt:
2026 * platform/chromium-win/svg/custom/use-modify-container-in-target-expected.txt:
2027 * platform/chromium-win/svg/custom/use-modify-target-container-expected.txt:
2028 * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt:
2029 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
2030 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
2031 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
2032 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
2033 * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
2034 * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt:
2035 * platform/chromium-win/svg/custom/use-on-g-containing-use-expected.txt:
2036 * platform/chromium-win/svg/custom/use-on-g-expected.txt:
2037 * platform/chromium-win/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
2038 * platform/chromium-win/svg/custom/use-on-rect-expected.txt:
2039 * platform/chromium-win/svg/custom/use-on-symbol-expected.txt:
2040 * platform/chromium-win/svg/custom/use-on-symbol-inside-pattern-expected.txt:
2041 * platform/chromium-win/svg/custom/use-on-text-expected.txt:
2042 * platform/chromium-win/svg/custom/use-on-use-expected.txt:
2043 * platform/chromium-win/svg/custom/use-property-changes-through-dom-expected.txt:
2044 * platform/chromium-win/svg/custom/use-recursion-1-expected.txt:
2045 * platform/chromium-win/svg/custom/use-recursion-2-expected.txt:
2046 * platform/chromium-win/svg/custom/use-recursion-3-expected.txt:
2047 * platform/chromium-win/svg/custom/use-recursion-4-expected.txt:
2048 * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.txt:
2049 * platform/chromium-win/svg/custom/viewbox-syntax-expected.txt:
2050 * platform/chromium-win/svg/custom/viewport-em-expected.txt:
2051 * platform/chromium-win/svg/filters/feColorMatrix-values-expected.txt:
2052 * platform/chromium-win/svg/filters/feComposite-expected.txt:
2053 * platform/chromium-win/svg/filters/filter-on-filter-for-text-expected.txt:
2054 * platform/chromium-win/svg/filters/filter-on-tspan-expected.txt:
2055 * platform/chromium-win/svg/filters/filter-width-update-expected.txt:
2056 * platform/chromium-win/svg/filters/sourceAlpha-expected.txt:
2057 * platform/chromium-win/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
2058 * platform/chromium-win/svg/foreignObject/svg-document-as-direct-child-expected.txt:
2059 * platform/chromium-win/svg/foreignObject/svg-document-in-html-document-expected.txt:
2060 * platform/chromium-win/svg/hixie/data-types/002-expected.txt:
2061 * platform/chromium-win/svg/hixie/dynamic/002-expected.txt:
2062 * platform/chromium-win/svg/hixie/error/002-expected.txt:
2063 * platform/chromium-win/svg/hixie/error/010-expected.txt:
2064 * platform/chromium-win/svg/hixie/error/011-expected.txt:
2065 * platform/chromium-win/svg/hixie/error/012-expected.txt:
2066 * platform/chromium-win/svg/hixie/error/013-expected.txt:
2067 * platform/chromium-win/svg/hixie/error/017-expected.txt:
2068 * platform/chromium-win/svg/hixie/links/002-expected.txt:
2069 * platform/chromium-win/svg/hixie/links/003-broken-expected.txt:
2070 * platform/chromium-win/svg/hixie/mixed/003-expected.txt:
2071 * platform/chromium-win/svg/hixie/mixed/004-expected.txt:
2072 * platform/chromium-win/svg/hixie/mixed/005-expected.txt:
2073 * platform/chromium-win/svg/hixie/mixed/011-expected.txt:
2074 * platform/chromium-win/svg/hixie/perf/001-expected.txt:
2075 * platform/chromium-win/svg/hixie/perf/002-expected.txt:
2076 * platform/chromium-win/svg/hixie/perf/007-expected.txt:
2077 * platform/chromium-win/svg/hixie/shapes/path/001-expected.txt:
2078 * platform/chromium-win/svg/hixie/text/002-expected.txt:
2079 * platform/chromium-win/svg/hixie/text/003a-expected.txt:
2080 * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
2081 * platform/chromium-win/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
2082 * platform/chromium-win/svg/text/foreignObject-text-clipping-bug-expected.txt:
2083 * platform/chromium-win/svg/text/kerning-expected.txt:
2084 * platform/chromium-win/svg/text/multichar-glyph-expected.txt:
2085 * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
2086 * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
2087 * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
2088 * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
2089 * platform/chromium-win/svg/text/select-textLength-spacing-stretch-1-expected.txt:
2090 * platform/chromium-win/svg/text/select-textLength-spacing-stretch-2-expected.txt:
2091 * platform/chromium-win/svg/text/select-textLength-spacing-stretch-3-expected.txt:
2092 * platform/chromium-win/svg/text/select-textLength-spacing-stretch-4-expected.txt:
2093 * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
2094 * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
2095 * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
2096 * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
2097 * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
2098 * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
2099 * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
2100 * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
2101 * platform/chromium-win/svg/text/select-x-list-1-expected.txt:
2102 * platform/chromium-win/svg/text/select-x-list-2-expected.txt:
2103 * platform/chromium-win/svg/text/select-x-list-3-expected.txt:
2104 * platform/chromium-win/svg/text/select-x-list-4-expected.txt:
2105 * platform/chromium-win/svg/text/select-x-list-with-tspans-1-expected.txt:
2106 * platform/chromium-win/svg/text/select-x-list-with-tspans-2-expected.txt:
2107 * platform/chromium-win/svg/text/select-x-list-with-tspans-3-expected.txt:
2108 * platform/chromium-win/svg/text/select-x-list-with-tspans-4-expected.txt:
2109 * platform/chromium-win/svg/text/selection-background-color-expected.txt:
2110 * platform/chromium-win/svg/text/selection-doubleclick-expected.txt:
2111 * platform/chromium-win/svg/text/selection-styles-expected.txt:
2112 * platform/chromium-win/svg/text/selection-tripleclick-expected.txt:
2113 * platform/chromium-win/svg/text/text-gradient-positioning-expected.txt:
2114 * platform/chromium-win/svg/text/text-repaint-rects-expected.txt:
2115 * platform/chromium-win/svg/text/textPathBoundsBug-expected.txt:
2116 * platform/chromium-win/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
2117 * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt:
2118 * platform/chromium-win/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
2119 * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt:
2120 * platform/chromium-win/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
2121 * platform/chromium-win/transforms/svg-vs-css-expected.txt:
2122 * platform/chromium-win/userscripts/user-script-top-frame-only-expected.txt: Added.
2123 * platform/chromium-win/userscripts/user-style-top-frame-only-expected.txt: Added.
2125 2010-07-09 Michael Nordman <michaeln@google.com>
2127 Reviewed by Dumitru Daniliuc.
2129 Add a layout test to verify the expected number of progress events are raised by the appcache,
2130 and that those events have properly set 'lengthComputable', 'loaded', and 'total' attributes.
2131 Also update a couple of other tests that depend on counting the number of progress events to
2132 determine success or failure to now expect the additional final progress event that is being
2134 https://bugs.webkit.org/show_bug.cgi?id=37602
2136 * http/tests/appcache/foreign-iframe-main-expected.txt:
2137 * http/tests/appcache/progress-counter-expected.txt: Added.
2138 * http/tests/appcache/progress-counter.html: Added.
2139 * http/tests/appcache/resources/different-https-origin-resource.html:
2140 * http/tests/appcache/resources/progress-counter.manifest: Added.
2142 2010-07-09 Ben Murdoch <benm@google.com>
2144 Reviewed by Steve Block.
2146 [Arm] Missing NaN check in XPath substring function
2147 https://bugs.webkit.org/show_bug.cgi?id=41862
2149 This layout test checks for the case described in the bug
2150 and some related edge cases that do currently already pass
2151 but only through a fluke.
2153 * fast/xpath/substring-nan-position-expected.txt: Added.
2154 * fast/xpath/substring-nan-position.html: Added.
2156 2010-07-09 François Sausset <sausset@gmail.com>
2158 Reviewed by Beth Dakin.
2160 Add test to be sure that only <mi> elements use italic fonts by default.
2161 Update test with fractions to take into account the correct behaviour of mtext (regular instead of italic).
2162 https://bugs.webkit.org/show_bug.cgi?id=41626
2164 * mathml/presentation/tokenElements.xhtml: Added.
2165 * platform/mac/mathml/presentation/fractions-expected.checksum:
2166 * platform/mac/mathml/presentation/fractions-expected.png:
2167 * platform/mac/mathml/presentation/fractions-expected.txt:
2168 * platform/mac/mathml/presentation/tokenElements-expected.checksum: Added.
2169 * platform/mac/mathml/presentation/tokenElements-expected.png: Added.
2170 * platform/mac/mathml/presentation/tokenElements-expected.txt: Added.
2172 2010-07-09 Tony Gentilcore <tonyg@chromium.org>
2174 Reviewed by Dimitri Glazkov.
2176 Implement performance.navigation.type
2177 https://bugs.webkit.org/show_bug.cgi?id=41564
2179 Expectations set to FAIL because disabled by default. Tests pass with --web-timing.
2181 * fast/dom/navigation-type-back-forward-expected.txt: Added.
2182 * fast/dom/navigation-type-back-forward.html: Added.
2183 * fast/dom/navigation-type-navigate-expected.txt: Added.
2184 * fast/dom/navigation-type-navigate.html: Added.
2185 * fast/dom/navigation-type-reload-expected.txt: Added.
2186 * fast/dom/navigation-type-reload.html: Added.
2187 * fast/dom/resources/navigation-type-matches-querystring.html: Added.
2189 2010-07-09 François Sausset <sausset@gmail.com>
2191 Reviewed by Kenneth Rohde Christiansen.
2193 Set the good default behaviour for the columalign attribute on MathML mtable element
2194 https://bugs.webkit.org/show_bug.cgi?id=41631
2198 * mathml/presentation/tables.xhtml:
2199 * platform/mac/mathml/presentation/tables-expected.checksum:
2200 * platform/mac/mathml/presentation/tables-expected.png:
2201 * platform/mac/mathml/presentation/tables-expected.txt:
2203 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com>
2207 RenderSVGRoot does not include border/padding while repainting
2208 https://bugs.webkit.org/show_bug.cgi?id=41854
2210 Add mac-tiger specific results. That should mark the end of the journey.
2212 * platform/mac-tiger/svg/hixie/text/003-expected.txt:
2213 * platform/mac-tiger/svg/hixie/text/003a-expected.txt:
2214 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
2215 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
2217 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com>
2221 RenderSVGRoot does not include border/padding while repainting
2222 https://bugs.webkit.org/show_bug.cgi?id=41854
2224 Hopefully last round of gtk specific results.
2226 * platform/gtk/svg/text/select-x-list-with-tspans-1-expected.txt:
2227 * platform/gtk/svg/text/select-x-list-with-tspans-2-expected.txt:
2228 * platform/gtk/svg/text/select-x-list-with-tspans-3-expected.txt:
2229 * platform/gtk/svg/text/select-x-list-with-tspans-4-expected.txt:
2230 * platform/gtk/svg/text/selection-background-color-expected.txt:
2231 * platform/gtk/svg/text/selection-doubleclick-expected.txt:
2232 * platform/gtk/svg/text/selection-styles-expected.txt:
2233 * platform/gtk/svg/text/selection-tripleclick-expected.txt:
2234 * platform/gtk/svg/text/text-hkern-expected.txt:
2235 * platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt:
2236 * platform/gtk/svg/text/text-vkern-expected.txt:
2237 * platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt:
2238 * platform/gtk/svg/zoom/page/relative-sized-document-scrollbars-expected.txt:
2239 * platform/gtk/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
2240 * platform/gtk/svg/zoom/page/zoom-foreignObject-expected.txt:
2241 * platform/gtk/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
2242 * platform/gtk/svg/zoom/text/relative-sized-document-scrollbars-expected.txt:
2243 * platform/gtk/svg/zoom/text/zoom-foreignObject-expected.txt:
2244 * platform/gtk/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
2245 * platform/gtk/transforms/svg-vs-css-expected.txt:
2247 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com>
2251 RenderSVGRoot does not include border/padding while repainting
2252 https://bugs.webkit.org/show_bug.cgi?id=41854
2254 Next round of gtk specific results.
2256 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
2257 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
2258 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
2259 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
2260 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
2261 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
2262 * platform/gtk/svg/text/select-x-list-1-expected.txt:
2263 * platform/gtk/svg/text/select-x-list-2-expected.txt:
2264 * platform/gtk/svg/text/select-x-list-3-expected.txt:
2265 * platform/gtk/svg/text/select-x-list-4-expected.txt:
2267 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com>
2271 RenderSVGRoot does not include border/padding while repainting
2272 https://bugs.webkit.org/show_bug.cgi?id=41854
2274 Last round of qt specific results.
2276 * platform/qt/fast/repaint/moving-shadow-on-container-expected.txt:
2277 * platform/qt/fast/repaint/moving-shadow-on-path-expected.txt:
2278 * platform/qt/fast/repaint/svg-layout-root-style-attr-update-expected.txt:
2280 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com>
2284 RenderSVGRoot does not include border/padding while repainting
2285 https://bugs.webkit.org/show_bug.cgi?id=41854
2287 Next round of win specific results.
2289 * platform/win/svg/custom/broken-internal-references-expected.txt:
2290 * platform/win/svg/custom/clip-path-referencing-use2-expected.txt:
2291 * platform/win/svg/custom/image-with-transform-clip-filter-expected.txt:
2292 * platform/win/svg/filters/feColorMatrix-values-expected.txt:
2294 2010-07-09 Csaba Osztrogonác <ossy@webkit.org>
2296 Reviewed by Nikolas Zimmermann.
2298 [Qt] Update platform specific expected results after r62922.
2300 RenderSVGRoot does not include border/padding while repainting
2301 https://bugs.webkit.org/show_bug.cgi?id=41854
2303 * platform/qt/svg/custom/js-update-image-and-display-expected.txt:
2304 * platform/qt/svg/custom/js-update-image-and-display2-expected.txt:
2305 * platform/qt/svg/custom/js-update-image-and-display3-expected.txt:
2306 * platform/qt/svg/custom/marker-opacity-expected.txt:
2307 * platform/qt/svg/custom/marker-referencePoint-expected.txt:
2308 * platform/qt/svg/custom/marker-strokeWidth-changes-expected.txt:
2309 * platform/qt/svg/custom/mask-invalidation-expected.txt:
2310 * platform/qt/svg/custom/mask-on-multiple-objects-expected.txt:
2311 * platform/qt/svg/custom/mask-with-default-value-expected.txt:
2312 * platform/qt/svg/custom/non-scaling-stroke-expected.txt:
2313 * platform/qt/svg/custom/pattern-excessive-malloc-expected.txt:
2314 * platform/qt/svg/custom/pattern-size-bigger-than-target-size-expected.txt:
2315 * platform/qt/svg/custom/pattern-skew-transformed-expected.txt:
2316 * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt:
2317 * platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
2318 * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.txt:
2319 * platform/qt/svg/custom/repaint-stroke-width-changes-expected.txt:
2320 * platform/qt/svg/custom/resource-invalidate-on-target-update-expected.txt:
2321 * platform/qt/svg/custom/stroke-width-large-expected.txt:
2322 * platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt:
2323 * platform/qt/svg/custom/text-zoom-expected.txt:
2324 * platform/qt/svg/custom/transformedMaskFails-expected.txt:
2325 * platform/qt/svg/custom/use-on-clip-path-with-transformation-expected.txt:
2326 * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt:
2327 * platform/qt/svg/filters/feColorMatrix-values-expected.txt:
2328 * platform/qt/svg/filters/feComposite-expected.txt:
2329 * platform/qt/svg/filters/feGaussianBlur-expected.txt:
2330 * platform/qt/svg/filters/feLighting-crash-expected.txt:
2331 * platform/qt/svg/filters/feMerge-expected.txt:
2332 * platform/qt/svg/filters/feMerge-wrong-input-expected.txt:
2333 * platform/qt/svg/filters/feOffset-expected.txt:
2334 * platform/qt/svg/filters/feTile-expected.txt:
2335 * platform/qt/svg/filters/filter-clip-expected.txt:
2336 * platform/qt/svg/filters/filter-on-filter-for-text-expected.txt:
2337 * platform/qt/svg/filters/filter-on-tspan-expected.txt:
2338 * platform/qt/svg/filters/filter-source-position-expected.txt:
2339 * platform/qt/svg/filters/filteredImage-expected.txt:
2340 * platform/qt/svg/filters/shadow-on-filter-expected.txt:
2341 * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt:
2342 * platform/qt/svg/filters/sourceAlpha-expected.txt:
2343 * platform/qt/svg/filters/subRegion-one-effect-expected.txt:
2344 * platform/qt/svg/filters/subRegion-two-effects-expected.txt:
2345 * platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt:
2346 * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
2347 * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.txt:
2348 * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.txt:
2349 * platform/qt/svg/overflow/overflow-on-foreignObject-expected.txt:
2350 * platform/qt/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt:
2351 * platform/qt/svg/overflow/overflow-on-inner-svg-element-expected.txt:
2352 * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.txt:
2353 * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
2354 * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
2355 * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
2356 * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
2357 * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.txt:
2358 * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.txt:
2359 * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.txt:
2360 * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.txt:
2361 * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
2362 * platform/qt/svg/text/select-x-list-1-expected.txt:
2363 * platform/qt/svg/text/select-x-list-2-expected.txt:
2364 * platform/qt/svg/text/select-x-list-3-expected.txt:
2365 * platform/qt/svg/text/select-x-list-4-expected.txt:
2366 * platform/qt/svg/text/select-x-list-with-tspans-1-expected.txt:
2367 * platform/qt/svg/text/select-x-list-with-tspans-2-expected.txt:
2368 * platform/qt/svg/text/select-x-list-with-tspans-3-expected.txt:
2369 * platform/qt/svg/text/select-x-list-with-tspans-4-expected.txt:
2370 * platform/qt/svg/text/selection-background-color-expected.txt:
2371 * platform/qt/svg/text/selection-doubleclick-expected.txt:
2372 * platform/qt/svg/text/selection-styles-expected.txt:
2373 * platform/qt/svg/text/selection-tripleclick-expected.txt:
2374 * platform/qt/svg/text/text-hkern-expected.txt:
2375 * platform/qt/svg/text/text-hkern-on-vertical-text-expected.txt:
2376 * platform/qt/svg/text/text-vkern-expected.txt:
2377 * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.txt:
2378 * platform/qt/svg/zoom/page/relative-sized-document-scrollbars-expected.txt:
2379 * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
2380 * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt:
2381 * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
2382 * platform/qt/svg/zoom/text/relative-sized-document-scrollbars-expected.txt:
2383 * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
2384 * platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt:
2385 * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
2387 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com>
2391 RenderSVGRoot does not include border/padding while repainting
2392 https://bugs.webkit.org/show_bug.cgi?id=41854
2394 Next round of gtk specific results.
2396 * platform/gtk/fast/repaint/moving-shadow-on-container-expected.txt:
2397 * platform/gtk/fast/repaint/moving-shadow-on-path-expected.txt:
2398 * platform/gtk/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
2399 * platform/gtk/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
2400 * platform/gtk/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
2401 * platform/gtk/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
2402 * platform/gtk/svg/text/select-textLength-spacing-stretch-1-expected.txt:
2403 * platform/gtk/svg/text/select-textLength-spacing-stretch-2-expected.txt:
2404 * platform/gtk/svg/text/select-textLength-spacing-stretch-3-expected.txt:
2405 * platform/gtk/svg/text/select-textLength-spacing-stretch-4-expected.txt:
2406 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
2407 * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
2409 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com>
2413 RenderSVGRoot does not include border/padding while repainting
2414 https://bugs.webkit.org/show_bug.cgi?id=41854
2416 Next round of gtk specific results.
2418 * platform/gtk/svg/custom/text-zoom-expected.txt:
2419 * platform/gtk/svg/filters/feDisplacementMap-expected.txt:
2420 * platform/gtk/svg/filters/feLighting-crash-expected.txt:
2421 * platform/gtk/svg/filters/filter-on-filter-for-text-expected.txt:
2422 * platform/gtk/svg/filters/filter-on-tspan-expected.txt:
2423 * platform/gtk/svg/overflow/overflow-on-foreignObject-expected.txt:
2424 * platform/gtk/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt:
2425 * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.txt:
2427 2010-07-09 Adam Barth <abarth@webkit.org>
2429 Reviewed by Eric Seidel.
2431 Skip leading newlines in <textarea>
2432 https://bugs.webkit.org/show_bug.cgi?id=41947
2434 * html5lib/runner-expected-html5.txt:
2436 2010-07-09 Eric Seidel <eric@webkit.org>
2438 Reviewed by Adam Barth.
2440 Implement self closing start tag state in the tokenizer
2441 https://bugs.webkit.org/show_bug.cgi?id=41946
2443 * html5lib/runner-expected-html5.txt:
2446 2010-07-09 Eric Seidel <eric@webkit.org>
2448 Reviewed by Adam Barth.
2450 Add basic "in foreign content" support to the TreeBuilder
2451 https://bugs.webkit.org/show_bug.cgi?id=41943
2453 Update our results now that we pass a bunch more tests.
2455 * html5lib/runner-expected-html5.txt:
2457 2010-07-09 Nikolas Zimmermann <nzimmermann@rim.com>
2461 RenderSVGRoot does not include border/padding while repainting
2462 https://bugs.webkit.org/show_bug.cgi?id=41854
2464 Update gtk/qt specific results, and 4 mac results I missed.
2466 * fast/repaint/svg-layout-root-style-attr-update-expected.txt:
2467 * platform/gtk/svg/css/shadow-and-opacity-expected.txt:
2468 * platform/gtk/svg/custom/broken-internal-references-expected.txt:
2469 * platform/gtk/svg/custom/clip-path-id-changes-expected.txt:
2470 * platform/gtk/svg/custom/empty-mask-expected.txt:
2471 * platform/gtk/svg/custom/fill-opacity-hsl-expected.txt:
2472 * platform/gtk/svg/custom/fill-opacity-rgba-expected.txt:
2473 * platform/gtk/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt:
2474 * platform/gtk/svg/custom/marker-opacity-expected.txt:
2475 * platform/gtk/svg/custom/marker-referencePoint-expected.txt:
2476 * platform/gtk/svg/custom/mask-invalidation-expected.txt:
2477 * platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt:
2478 * platform/gtk/svg/custom/pattern-size-bigger-than-target-size-expected.txt:
2479 * platform/gtk/svg/custom/pattern-skew-transformed-expected.txt:
2480 * platform/gtk/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
2481 * platform/gtk/svg/custom/repaint-stroke-width-changes-expected.txt:
2482 * platform/gtk/svg/custom/stroke-width-large-expected.txt:
2483 * platform/gtk/svg/custom/text-xy-updates-SVGList-expected.txt:
2484 * platform/mac/fast/repaint/moving-shadow-on-container-expected.txt:
2485 * platform/mac/fast/repaint/moving-shadow-on-path-expected.txt:
2486 * platform/mac/transforms/svg-vs-css-expected.txt:
2487 * platform/qt/svg/batik/text/textDecoration-expected.txt:
2488 * platform/qt/svg/css/arrow-with-shadow-expected.txt:
2489 * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt:
2490 * platform/qt/svg/css/clippath-with-shadow-expected.txt:
2491 * platform/qt/svg/css/mask-with-shadow-expected.txt:
2492 * platform/qt/svg/css/path-with-shadow-expected.txt:
2493 * platform/qt/svg/css/shadow-and-opacity-expected.txt:
2494 * platform/qt/svg/css/shadow-with-large-radius-expected.txt:
2495 * platform/qt/svg/css/shadow-with-negative-offset-expected.txt:
2496 * platform/qt/svg/css/stars-with-shadow-expected.txt:
2497 * platform/qt/svg/custom/animation-currentColor-expected.txt:
2498 * platform/qt/svg/custom/broken-internal-references-expected.txt:
2499 * platform/qt/svg/custom/clip-path-id-changes-expected.txt:
2500 * platform/qt/svg/custom/createImageElement-expected.txt:
2501 * platform/qt/svg/custom/createImageElement2-expected.txt:
2502 * platform/qt/svg/custom/empty-mask-expected.txt:
2503 * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt:
2505 2010-07-09 Adam Barth <abarth@webkit.org>
2507 Reviewed by Eric Seidel.
2509 Coalesce text nodes when foster parenting
2510 https://bugs.webkit.org/show_bug.cgi?id=41921
2512 Yay test progression.
2514 * html5lib/runner-expected-html5.txt:
2516 2010-07-08 Nikolas Zimmermann <nzimmermann@rim.com>
2518 Reviewed by Dirk Schulze.
2520 RenderSVGRoot does not include border/padding while repainting
2521 https://bugs.webkit.org/show_bug.cgi?id=41854
2523 Update most textual results as <svg> now receives a proper size and location.
2524 NOTE: This requires updating more platform specific results, after landing with the help of the buildbots.
2526 * platform/mac-leopard/svg/custom/junk-data-expected.txt:
2527 * platform/mac-leopard/svg/custom/missing-xlink-expected.txt:
2528 * platform/mac-leopard/svg/custom/use-font-face-crash-expected.txt:
2529 * platform/mac-leopard/svg/hixie/error/012-expected.txt:
2530 * platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt:
2531 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
2532 * platform/mac/svg/batik/filters/feTile-expected.txt:
2533 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
2534 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
2535 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
2536 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
2537 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
2538 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
2539 * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
2540 * platform/mac/svg/batik/text/textAnchor-expected.txt:
2541 * platform/mac/svg/batik/text/textAnchor2-expected.txt:
2542 * platform/mac/svg/batik/text/textAnchor3-expected.txt:
2543 * platform/mac/svg/batik/text/textDecoration-expected.txt:
2544 * platform/mac/svg/batik/text/textDecoration2-expected.txt:
2545 * platform/mac/svg/batik/text/textEffect-expected.txt:
2546 * platform/mac/svg/batik/text/textEffect2-expected.txt:
2547 * platform/mac/svg/batik/text/textEffect3-expected.txt:
2548 * platform/mac/svg/batik/text/textFeatures-expected.txt:
2549 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2550 * platform/mac/svg/batik/text/textLayout-expected.txt:
2551 * platform/mac/svg/batik/text/textLayout2-expected.txt:
2552 * platform/mac/svg/batik/text/textLength-expected.txt:
2553 * platform/mac/svg/batik/text/textOnPath-expected.txt:
2554 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
2555 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
2556 * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
2557 * platform/mac/svg/batik/text/textPCDATA-expected.txt:
2558 * platform/mac/svg/batik/text/textPosition-expected.txt:
2559 * platform/mac/svg/batik/text/textPosition2-expected.txt:
2560 * platform/mac/svg/batik/text/textProperties-expected.txt:
2561 * platform/mac/svg/batik/text/textProperties2-expected.txt:
2562 * platform/mac/svg/batik/text/textStyles-expected.txt:
2563 * platform/mac/svg/batik/text/verticalText-expected.txt:
2564 * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
2565 * platform/mac/svg/batik/text/xmlSpace-expected.txt:
2566 * platform/mac/svg/carto.net/button-expected.txt:
2567 * platform/mac/svg/carto.net/colourpicker-expected.txt:
2568 * platform/mac/svg/carto.net/combobox-expected.txt:
2569 * platform/mac/svg/carto.net/scrollbar-expected.txt:
2570 * platform/mac/svg/carto.net/selectionlist-expected.txt:
2571 * platform/mac/svg/carto.net/slider-expected.txt:
2572 * platform/mac/svg/carto.net/tabgroup-expected.txt:
2573 * platform/mac/svg/carto.net/textbox-expected.txt:
2574 * platform/mac/svg/carto.net/window-expected.txt:
2575 * platform/mac/svg/clip-path/clip-path-child-clipped-expected.txt:
2576 * platform/mac/svg/clip-path/clip-path-childs-clipped-expected.txt:
2577 * platform/mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt:
2578 * platform/mac/svg/clip-path/clip-path-clipped-expected.txt:
2579 * platform/mac/svg/clip-path/clip-path-clipped-no-content-expected.txt:
2580 * platform/mac/svg/clip-path/clip-path-clipped-nonzero-expected.txt:
2581 * platform/mac/svg/clip-path/clip-path-evenodd-expected.txt:
2582 * platform/mac/svg/clip-path/clip-path-evenodd-nonzero-expected.txt:
2583 * platform/mac/svg/clip-path/clip-path-nonzero-evenodd-expected.txt:
2584 * platform/mac/svg/clip-path/clip-path-nonzero-expected.txt:
2585 * platform/mac/svg/clip-path/clip-path-objectBoundingBox-expected.txt:
2586 * platform/mac/svg/clip-path/clip-path-on-clipped-use-expected.txt:
2587 * platform/mac/svg/clip-path/clip-path-on-g-and-child-expected.txt:
2588 * platform/mac/svg/clip-path/clip-path-on-g-expected.txt:
2589 * platform/mac/svg/clip-path/clip-path-on-svg-and-child-expected.txt:
2590 * platform/mac/svg/clip-path/clip-path-on-svg-expected.txt:
2591 * platform/mac/svg/clip-path/clip-path-recursive-call-by-child-expected.txt:
2592 * platform/mac/svg/clip-path/clip-path-recursive-call-expected.txt:
2593 * platform/mac/svg/clip-path/clip-path-text-and-shape-expected.txt:
2594 * platform/mac/svg/clip-path/clip-path-text-and-stroke-expected.txt:
2595 * platform/mac/svg/clip-path/clip-path-text-expected.txt:
2596 * platform/mac/svg/clip-path/clip-path-use-as-child-expected.txt:
2597 * platform/mac/svg/clip-path/clip-path-use-as-child2-expected.txt:
2598 * platform/mac/svg/clip-path/clip-path-use-as-child3-expected.txt:
2599 * platform/mac/svg/clip-path/clip-path-use-as-child4-expected.txt:
2600 * platform/mac/svg/clip-path/clip-path-use-as-child5-expected.txt:
2601 * platform/mac/svg/clip-path/clip-path-userSpaceOnUse-expected.txt:
2602 * platform/mac/svg/clip-path/clip-path-with-container-expected.txt:
2603 * platform/mac/svg/clip-path/clip-path-with-different-unittypes-expected.txt:
2604 * platform/mac/svg/clip-path/clip-path-with-different-unittypes2-expected.txt:
2605 * platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.txt:
2606 * platform/mac/svg/clip-path/clip-path-with-text-clipped-expected.txt:
2607 * platform/mac/svg/css/arrow-with-shadow-expected.txt:
2608 * platform/mac/svg/css/circle-in-mask-with-shadow-expected.txt:
2609 * platform/mac/svg/css/clippath-with-shadow-expected.txt:
2610 * platform/mac/svg/css/composite-shadow-example-expected.txt:
2611 * platform/mac/svg/css/composite-shadow-with-opacity-expected.txt:
2612 * platform/mac/svg/css/group-with-shadow-expected.txt:
2613 * platform/mac/svg/css/mask-with-shadow-expected.txt:
2614 * platform/mac/svg/css/path-with-shadow-expected.txt:
2615 * platform/mac/svg/css/shadow-and-opacity-expected.txt:
2616 * platform/mac/svg/css/shadow-with-large-radius-expected.txt:
2617 * platform/mac/svg/css/shadow-with-negative-offset-expected.txt:
2618 * platform/mac/svg/css/stars-with-shadow-expected.txt:
2619 * platform/mac/svg/css/text-shadow-multiple-expected.txt:
2620 * platform/mac/svg/custom/SVGMatrix-interface-expected.txt:
2621 * platform/mac/svg/custom/SVGNumber-interface-expected.txt:
2622 * platform/mac/svg/custom/SVGPoint-interface-expected.txt:
2623 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt:
2624 * platform/mac/svg/custom/SVGRect-interface-expected.txt:
2625 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
2626 * platform/mac/svg/custom/altglyph-expected.txt:
2627 * platform/mac/svg/custom/animate-path-discrete-expected.txt:
2628 * platform/mac/svg/custom/animate-path-morphing-expected.txt:
2629 * platform/mac/svg/custom/broken-internal-references-expected.txt:
2630 * platform/mac/svg/custom/circle-move-invalidation-expected.txt:
2631 * platform/mac/svg/custom/circular-marker-reference-1-expected.txt:
2632 * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
2633 * platform/mac/svg/custom/circular-marker-reference-3-expected.txt:
2634 * platform/mac/svg/custom/circular-marker-reference-4-expected.txt:
2635 * platform/mac/svg/custom/class-baseValue-expected.txt:
2636 * platform/mac/svg/custom/class-selector-expected.txt:
2637 * platform/mac/svg/custom/clip-path-child-changes-expected.txt:
2638 * platform/mac/svg/custom/clip-path-href-changes-expected.txt:
2639 * platform/mac/svg/custom/clip-path-id-changes-expected.txt:
2640 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
2641 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
2642 * platform/mac/svg/custom/clip-path-units-changes-expected.txt:
2643 * platform/mac/svg/custom/clip-path-with-transform-expected.txt:
2644 * platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.txt:
2645 * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt:
2646 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
2647 * platform/mac/svg/custom/control-points-for-S-and-T-expected.txt:
2648 * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
2649 * platform/mac/svg/custom/create-metadata-element-expected.txt:
2650 * platform/mac/svg/custom/createImageElement-expected.txt:
2651 * platform/mac/svg/custom/createImageElement2-expected.txt:
2652 * platform/mac/svg/custom/createelement-expected.txt:
2653 * platform/mac/svg/custom/css-pixels-dpi-expected.txt:
2654 * platform/mac/svg/custom/dasharrayOrigin-expected.txt:
2655 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
2656 * platform/mac/svg/custom/display-none-expected.txt:
2657 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
2658 * platform/mac/svg/custom/dynamic-empty-path-expected.txt:
2659 * platform/mac/svg/custom/empty-clip-path-expected.txt:
2660 * platform/mac/svg/custom/empty-mask-expected.txt:
2661 * platform/mac/svg/custom/empty-merge-expected.txt:
2662 * platform/mac/svg/custom/evt-onload-expected.txt:
2663 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
2664 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
2665 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
2666 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
2667 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
2668 * platform/mac/svg/custom/fill-fallback-expected.txt:
2669 * platform/mac/svg/custom/fill-opacity-hsl-expected.txt:
2670 * platform/mac/svg/custom/fill-opacity-rgba-expected.txt:
2671 * platform/mac/svg/custom/fill-update-expected.txt:
2672 * platform/mac/svg/custom/focus-ring-expected.txt:
2673 * platform/mac/svg/custom/font-face-cascade-order-expected.txt:
2674 * platform/mac/svg/custom/font-face-simple-expected.txt:
2675 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
2676 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
2677 * platform/mac/svg/custom/fractional-rects-expected.txt:
2678 * platform/mac/svg/custom/getTransformToElement-expected.txt:
2679 * platform/mac/svg/custom/gradient-add-stops-expected.txt:
2680 * platform/mac/svg/custom/gradient-attr-update-expected.txt:
2681 * platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
2682 * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
2683 * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
2684 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
2685 * platform/mac/svg/custom/gradient-stroke-width-expected.txt:
2686 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
2687 * platform/mac/svg/custom/group-opacity-expected.txt:
2688 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt:
2689 * platform/mac/svg/custom/image-small-width-height-expected.txt:
2690 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt:
2691 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
2692 * platform/mac/svg/custom/inner-percent-expected.txt:
2693 * platform/mac/svg/custom/inner-svg-hit-test-expected.txt:
2694 * platform/mac/svg/custom/invalid-css-expected.txt:
2695 * platform/mac/svg/custom/invalid-fill-expected.txt:
2696 * platform/mac/svg/custom/invalid-fill-hex-expected.txt:
2697 * platform/mac/svg/custom/invalid-lengthlist-expected.txt:
2698 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
2699 * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
2700 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
2701 * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
2702 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
2703 * platform/mac/svg/custom/js-late-marker-creation-expected.txt:
2704 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
2705 * platform/mac/svg/custom/js-late-mask-creation-expected.txt:
2706 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
2707 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
2708 * platform/mac/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt:
2709 * platform/mac/svg/custom/js-update-bounce-expected.txt:
2710 * platform/mac/svg/custom/js-update-container-expected.txt:
2711 * platform/mac/svg/custom/js-update-container2-expected.txt:
2712 * platform/mac/svg/custom/js-update-gradient-expected.txt:
2713 * platform/mac/svg/custom/js-update-image-and-display-expected.txt:
2714 * platform/mac/svg/custom/js-update-image-and-display2-expected.txt:
2715 * platform/mac/svg/custom/js-update-image-and-display3-expected.txt:
2716 * platform/mac/svg/custom/js-update-image-expected.txt:
2717 * platform/mac/svg/custom/js-update-path-changes-expected.txt:
2718 * platform/mac/svg/custom/js-update-path-removal-expected.txt:
2719 * platform/mac/svg/custom/js-update-pattern-child-expected.txt:
2720 * platform/mac/svg/custom/js-update-pattern-expected.txt:
2721 * platform/mac/svg/custom/js-update-polygon-changes-expected.txt:
2722 * platform/mac/svg/custom/js-update-polygon-removal-expected.txt:
2723 * platform/mac/svg/custom/js-update-stop-expected.txt:
2724 * platform/mac/svg/custom/js-update-style-expected.txt:
2725 * platform/mac/svg/custom/js-update-transform-addition-expected.txt:
2726 * platform/mac/svg/custom/js-update-transform-changes-expected.txt:
2727 * platform/mac/svg/custom/junk-data-expected.txt:
2728 * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
2729 * platform/mac/svg/custom/marker-changes-expected.txt:
2730 * platform/mac/svg/custom/marker-child-changes-expected.txt:
2731 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
2732 * platform/mac/svg/custom/marker-opacity-expected.txt:
2733 * platform/mac/svg/custom/marker-overflow-clip-expected.txt:
2734 * platform/mac/svg/custom/marker-referencePoint-expected.txt:
2735 * platform/mac/svg/custom/marker-strokeWidth-changes-expected.txt:
2736 * platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
2737 * platform/mac/svg/custom/mask-changes-expected.txt:
2738 * platform/mac/svg/custom/mask-child-changes-expected.txt:
2739 * platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
2740 * platform/mac/svg/custom/mask-inside-defs-expected.txt:
2741 * platform/mac/svg/custom/mask-invalidation-expected.txt:
2742 * platform/mac/svg/custom/mask-on-multiple-objects-expected.txt:
2743 * platform/mac/svg/custom/mask-with-all-units-expected.txt:
2744 * platform/mac/svg/custom/mask-with-default-value-expected.txt:
2745 * platform/mac/svg/custom/missing-xlink-expected.txt:
2746 * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
2747 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
2748 * platform/mac/svg/custom/non-scaling-stroke-expected.txt:
2749 * platform/mac/svg/custom/path-bad-data-expected.txt:
2750 * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
2751 * platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
2752 * platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
2753 * platform/mac/svg/custom/pattern-excessive-malloc-expected.txt:
2754 * platform/mac/svg/custom/pattern-rotate-expected.txt:
2755 * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.txt:
2756 * platform/mac/svg/custom/pattern-skew-transformed-expected.txt:
2757 * platform/mac/svg/custom/pattern-with-transformation-expected.txt:
2758 * platform/mac/svg/custom/pattern-y-offset-expected.txt:
2759 * platform/mac/svg/custom/percentage-rect-expected.txt:
2760 * platform/mac/svg/custom/percentage-rect2-expected.txt:
2761 * platform/mac/svg/custom/pointer-events-image-expected.txt:
2762 * platform/mac/svg/custom/pointer-events-path-expected.txt:
2763 * platform/mac/svg/custom/pointer-events-text-expected.txt:
2764 * platform/mac/svg/custom/poly-identify-expected.txt:
2765 * platform/mac/svg/custom/polyline-hittest-expected.txt:
2766 * platform/mac/svg/custom/polyline-invalid-points-expected.txt:
2767 * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
2768 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
2769 * platform/mac/svg/custom/prevent-default-expected.txt:
2770 * platform/mac/svg/custom/recursive-clippath-expected.txt:
2771 * platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
2772 * platform/mac/svg/custom/relative-sized-inner-svg-expected.txt:
2773 * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.txt:
2774 * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
2775 * platform/mac/svg/custom/repaint-moving-svg-and-div-expected.checksum: Added.
2776 * platform/mac/svg/custom/repaint-moving-svg-and-div-expected.png: Added.
2777 * platform/mac/svg/custom/repaint-moving-svg-and-div-expected.txt: Added.
2778 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt:
2779 * platform/mac/svg/custom/repaint-stroke-width-changes-expected.txt:
2780 * platform/mac/svg/custom/resource-client-removal-expected.txt:
2781 * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.txt:
2782 * platform/mac/svg/custom/rgbcolor-syntax-expected.txt:
2783 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt:
2784 * platform/mac/svg/custom/rootelement-expected.txt:
2785 * platform/mac/svg/custom/rounded-rects-expected.txt:
2786 * platform/mac/svg/custom/second-inline-text-expected.txt:
2787 * platform/mac/svg/custom/shape-rendering-expected.txt:
2788 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
2789 * platform/mac/svg/custom/sheet-title-expected.txt:
2790 * platform/mac/svg/custom/stroke-fallback-expected.txt:
2791 * platform/mac/svg/custom/stroke-width-large-expected.txt:
2792 * platform/mac/svg/custom/stroked-pattern-expected.txt:
2793 * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
2794 * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.txt:
2795 * platform/mac/svg/custom/svg-float-border-padding-expected.txt:
2796 * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt:
2797 * platform/mac/svg/custom/text-clip-expected.txt:
2798 * platform/mac/svg/custom/text-ctm-expected.txt:
2799 * platform/mac/svg/custom/text-decoration-visibility-expected.txt:
2800 * platform/mac/svg/custom/text-filter-expected.txt:
2801 * platform/mac/svg/custom/text-hit-test-expected.txt:
2802 * platform/mac/svg/custom/text-image-opacity-expected.txt:
2803 * platform/mac/svg/custom/text-letter-spacing-expected.txt:
2804 * platform/mac/svg/custom/text-linking-expected.txt:
2805 * platform/mac/svg/custom/text-repaint-including-stroke-expected.txt:
2806 * platform/mac/svg/custom/text-rotated-gradient-expected.txt:
2807 * platform/mac/svg/custom/text-whitespace-handling-expected.txt:
2808 * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
2809 * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
2810 * platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt:
2811 * platform/mac/svg/custom/text-xy-updates-expected.txt:
2812 * platform/mac/svg/custom/transform-invalid-expected.txt:
2813 * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt:
2814 * platform/mac/svg/custom/transform-scale-parse-expected.txt:
2815 * platform/mac/svg/custom/tref-update-expected.txt:
2816 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
2817 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
2818 * platform/mac/svg/custom/use-detach-expected.txt:
2819 * platform/mac/svg/custom/use-dynamic-append-expected.txt:
2820 * platform/mac/svg/custom/use-empty-reference-expected.txt:
2821 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
2822 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
2823 * platform/mac/svg/custom/use-events-crash-expected.txt:
2824 * platform/mac/svg/custom/use-font-face-crash-expected.txt:
2825 * platform/mac/svg/custom/use-forward-refs-expected.txt:
2826 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
2827 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
2828 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
2829 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
2830 * platform/mac/svg/custom/use-nested-transform-expected.txt:
2831 * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.txt:
2832 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
2833 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
2834 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
2835 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
2836 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
2837 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
2838 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt:
2839 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
2840 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
2841 * platform/mac/svg/custom/use-on-g-expected.txt:
2842 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
2843 * platform/mac/svg/custom/use-on-rect-expected.txt:
2844 * platform/mac/svg/custom/use-on-symbol-expected.txt:
2845 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
2846 * platform/mac/svg/custom/use-on-text-expected.txt:
2847 * platform/mac/svg/custom/use-on-use-expected.txt:
2848 * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
2849 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
2850 * platform/mac/svg/custom/use-property-synchronization-crash-expected.txt:
2851 * platform/mac/svg/custom/use-recalcStyle-crash-expected.txt:
2852 * platform/mac/svg/custom/use-recursion-1-expected.txt:
2853 * platform/mac/svg/custom/use-recursion-2-expected.txt:
2854 * platform/mac/svg/custom/use-recursion-3-expected.txt:
2855 * platform/mac/svg/custom/use-recursion-4-expected.txt:
2856 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
2857 * platform/mac/svg/custom/use-symbol-overflow-expected.txt:
2858 * platform/mac/svg/custom/use-transform-expected.txt:
2859 * platform/mac/svg/custom/viewBox-hit-expected.txt:
2860 * platform/mac/svg/custom/viewbox-syntax-expected.txt:
2861 * platform/mac/svg/custom/viewport-em-expected.txt:
2862 * platform/mac/svg/custom/viewport-no-width-height-expected.txt:
2863 * platform/mac/svg/custom/viewport-update-expected.txt:
2864 * platform/mac/svg/custom/viewport-update2-expected.txt:
2865 * platform/mac/svg/custom/visibility-override-clip-expected.txt:
2866 * platform/mac/svg/custom/visibility-override-expected.txt:
2867 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
2868 * platform/mac/svg/custom/visibility-override-mask-expected.txt:
2869 * platform/mac/svg/custom/xml-stylesheet-expected.txt:
2870 * platform/mac/svg/filters/feColorMatrix-values-expected.txt:
2871 * platform/mac/svg/filters/feComposite-expected.txt:
2872 * platform/mac/svg/filters/feDisplacementMap-expected.txt:
2873 * platform/mac/svg/filters/feGaussianBlur-expected.txt:
2874 * platform/mac/svg/filters/feLighting-crash-expected.txt:
2875 * platform/mac/svg/filters/feMerge-expected.txt:
2876 * platform/mac/svg/filters/feMerge-wrong-input-expected.txt:
2877 * platform/mac/svg/filters/feOffset-expected.txt:
2878 * platform/mac/svg/filters/feTile-expected.txt:
2879 * platform/mac/svg/filters/filter-clip-expected.txt:
2880 * platform/mac/svg/filters/filter-on-filter-for-text-expected.txt:
2881 * platform/mac/svg/filters/filter-on-tspan-expected.txt:
2882 * platform/mac/svg/filters/filter-source-position-expected.txt:
2883 * platform/mac/svg/filters/filter-width-update-expected.txt:
2884 * platform/mac/svg/filters/filterRes-expected.txt:
2885 * platform/mac/svg/filters/filteredImage-expected.txt:
2886 * platform/mac/svg/filters/parent-children-with-same-filter-expected.txt:
2887 * platform/mac/svg/filters/shadow-on-filter-expected.txt:
2888 * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.txt:
2889 * platform/mac/svg/filters/sourceAlpha-expected.txt:
2890 * platform/mac/svg/filters/subRegion-one-effect-expected.txt:
2891 * platform/mac/svg/filters/subRegion-two-effects-expected.txt:
2892 * platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt:
2893 * platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
2894 * platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.txt:
2895 * platform/mac/svg/foreignObject/svg-document-in-html-document-expected.txt:
2896 * platform/mac/svg/hixie/cascade/001-broken-expected.txt:
2897 * platform/mac/svg/hixie/cascade/002-expected.txt:
2898 * platform/mac/svg/hixie/data-types/002-expected.txt:
2899 * platform/mac/svg/hixie/dynamic/002-expected.txt:
2900 * platform/mac/svg/hixie/error/001-expected.txt:
2901 * platform/mac/svg/hixie/error/002-expected.txt:
2902 * platform/mac/svg/hixie/error/007-expected.txt:
2903 * platform/mac/svg/hixie/error/008-expected.txt:
2904 * platform/mac/svg/hixie/error/009-expected.txt:
2905 * platform/mac/svg/hixie/error/010-expected.txt:
2906 * platform/mac/svg/hixie/error/011-expected.txt:
2907 * platform/mac/svg/hixie/error/012-expected.txt:
2908 * platform/mac/svg/hixie/error/013-expected.txt:
2909 * platform/mac/svg/hixie/error/014-expected.txt:
2910 * platform/mac/svg/hixie/error/014-test-expected.txt:
2911 * platform/mac/svg/hixie/error/017-expected.txt:
2912 * platform/mac/svg/hixie/links/001-expected.txt:
2913 * platform/mac/svg/hixie/links/002-expected.txt:
2914 * platform/mac/svg/hixie/links/003-broken-expected.txt:
2915 * platform/mac/svg/hixie/mixed/003-expected.txt:
2916 * platform/mac/svg/hixie/mixed/004-expected.txt:
2917 * platform/mac/svg/hixie/mixed/005-expected.txt:
2918 * platform/mac/svg/hixie/mixed/011-expected.txt:
2919 * platform/mac/svg/hixie/painting/001-expected.txt:
2920 * platform/mac/svg/hixie/perf/007-expected.txt:
2921 * platform/mac/svg/hixie/processing-model/005-expected.txt:
2922 * platform/mac/svg/hixie/rendering-model/001-expected.txt:
2923 * platform/mac/svg/hixie/rendering-model/002-expected.txt:
2924 * platform/mac/svg/hixie/shapes/path/001-expected.txt:
2925 * platform/mac/svg/hixie/text/002-expected.txt:
2926 * platform/mac/svg/hixie/text/003-expected.txt:
2927 * platform/mac/svg/hixie/text/003a-expected.txt:
2928 * platform/mac/svg/hixie/text/003b-expected.txt:
2929 * platform/mac/svg/hixie/use/001-expected.txt:
2930 * platform/mac/svg/hixie/use/002-expected.txt:
2931 * platform/mac/svg/hixie/use/002-test-expected.txt:
2932 * platform/mac/svg/hixie/viewbox/001-expected.txt:
2933 * platform/mac/svg/hixie/viewbox/004-expected.txt:
2934 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
2935 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
2936 * platform/mac/svg/overflow/overflow-on-foreignObject-expected.txt:
2937 * platform/mac/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt:
2938 * platform/mac/svg/overflow/overflow-on-inner-svg-element-expected.txt:
2939 * platform/mac/svg/text/foreignObject-repaint-expected.txt:
2940 * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt:
2941 * platform/mac/svg/text/kerning-expected.txt:
2942 * platform/mac/svg/text/multichar-glyph-expected.txt:
2943 * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
2944 * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
2945 * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
2946 * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
2947 * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt:
2948 * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt:
2949 * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt:
2950 * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt:
2951 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
2952 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
2953 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
2954 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
2955 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
2956 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
2957 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
2958 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
2959 * platform/mac/svg/text/select-x-list-1-expected.txt:
2960 * platform/mac/svg/text/select-x-list-2-expected.txt:
2961 * platform/mac/svg/text/select-x-list-3-expected.txt:
2962 * platform/mac/svg/text/select-x-list-4-expected.txt:
2963 * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt:
2964 * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt:
2965 * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt:
2966 * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt:
2967 * platform/mac/svg/text/selection-background-color-expected.txt:
2968 * platform/mac/svg/text/selection-doubleclick-expected.txt:
2969 * platform/mac/svg/text/selection-styles-expected.txt:
2970 * platform/mac/svg/text/selection-tripleclick-expected.txt:
2971 * platform/mac/svg/text/text-gradient-positioning-expected.txt:
2972 * platform/mac/svg/text/text-hkern-expected.txt:
2973 * platform/mac/svg/text/text-hkern-on-vertical-text-expected.txt:
2974 * platform/mac/svg/text/text-repaint-rects-expected.txt:
2975 * platform/mac/svg/text/text-vkern-expected.txt:
2976 * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.txt:
2977 * platform/mac/svg/text/textPathBoundsBug-expected.txt:
2978 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt:
2979 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
2980 * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
2981 * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.txt:
2982 * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
2983 * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt:
2984 * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
2985 * platform/mac/svg/zoom/text/relative-sized-document-scrollbars-expected.txt:
2986 * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt:
2987 * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
2988 * platform/win/svg/custom/junk-data-expected.txt:
2989 * platform/win/svg/custom/missing-xlink-expected.txt:
2990 * svg/custom/animation-currentColor-expected.txt:
2991 * svg/custom/glyph-setting-d-attribute-expected.txt:
2992 * svg/custom/glyph-transformation-with-hkern-expected.txt:
2993 * svg/custom/gradient-with-1d-boundingbox-expected.txt:
2994 * svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt:
2995 * svg/custom/repaint-moving-svg-and-div.xhtml: Added.
2996 * svg/custom/text-zoom-expected.txt:
2997 * svg/custom/transformedMaskFails-expected.txt:
2998 * svg/custom/use-clipped-transform-expected.txt:
2999 * svg/custom/use-elementInstance-event-target-expected.txt:
3000 * svg/custom/use-elementInstance-methods-expected.txt:
3001 * svg/custom/use-setAttribute-crash-expected.txt:
3002 * svg/dom/SVGRectElement/rect-modify-rx-expected.txt:
3004 2010-07-09 Albert J. Wong <ajwong@chromium.org>
3006 Unreviewed, build fix.
3008 plugins/return-negative-one-from-write.html times out after r62739.
3011 * platform/chromium/test_expectations.txt:
3013 2010-07-09 Adam Barth <abarth@webkit.org>
3015 Reviewed by Eric Seidel.
3017 Implementing pending table characters
3018 https://bugs.webkit.org/show_bug.cgi?id=41916
3020 This doesn't quite fix all the tests, but it fixes a bunch of them.
3022 * html5lib/runner-expected-html5.txt:
3024 2010-07-08 Adam Barth <abarth@webkit.org>
3026 Reviewed by Eric Seidel.
3028 Handle whitespace correctly
3029 https://bugs.webkit.org/show_bug.cgi?id=41907
3031 Update expectations to show massive progression.
3033 * html5lib/resources/doctype01.dat:
3034 - When I created this test, I set the expectations incorrectly. The
3035 new expectations now match the spec and Minefield.
3036 * html5lib/runner-expected-html5.txt:
3037 * html5lib/runner-expected.txt:
3039 2010-07-09 Csaba Osztrogonác <ossy@webkit.org>
3043 [Qt] Add platform specific expected file after r62889.
3044 This test say it passes if doesn't crash. It passes, but
3045 Qt has an extra newline character in its expected file.
3047 * platform/qt/editing/inserting/return-key-in-hidden-field-expected.txt: Added.
3049 2010-07-08 Rob Buis <rwlbuis@gmail.com>
3051 Reviewed by Eric Seidel.
3053 Implement SVGSVGElement.getElementById
3054 https://bugs.webkit.org/show_bug.cgi?id=41655
3056 Add a test for SVGSVGElement.getElementById, based on
3057 http://samples.msdn.microsoft.com/ietestcenter/svg112/svg/svg/chapter_05.4.svg
3058 with added subtests.
3060 * svg/custom/svg-getelementid-expected.txt: Copied from LayoutTests/fast/dom/beforeload/image-object-before-load-expected.txt.
3061 * svg/custom/svg-getelementid.xhtml: Added.
3063 2010-07-08 Brian Weinstein <bweinstein@apple.com>
3065 Rubber-stamped by Dan Bernstein.
3067 Revision 62900 put w3-css3-list-styles-alphabetic-expected.txt and w3-css3-list-styles-numeric-expected.txt
3068 in the wrong place, this moves them into fast/lists.
3070 * platform/win-xp/fast/lists/w3-css3-list-styles-alphabetic-expected.txt: Copied from platform/win-xp/fast/text/international/w3-css3-list-styles-alphabetic-expected.txt.
3071 * platform/win-xp/fast/lists/w3-css3-list-styles-numeric-expected.txt: Copied from platform/win-xp/fast/text/international/w3-css3-list-styles-numeric-expected.txt.
3072 * platform/win-xp/fast/text/international/w3-css3-list-styles-alphabetic-expected.txt: Removed.
3073 * platform/win-xp/fast/text/international/w3-css3-list-styles-numeric-expected.txt: Removed.
3075 2010-07-08 Brian Weinstein <bweinstein@apple.com>
3077 Rubber-stamped by Dan Bernstein.
3079 Some tests fail on Windows 7 but pass on XP due to fonts
3080 https://bugs.webkit.org/show_bug.cgi?id=41933
3082 These tests are failing on Windows 7 while passing on XP due to font differences
3083 between the two platforms.
3085 Use the ability added in r62742 to specify different results for Windows platforms
3086 to move the current results to platform/win-xp, and add the Windows 7 results to
3089 * platform/win-xp: Added.
3090 * platform/win-xp/fast: Added.
3091 * platform/win-xp/fast/lists: Added.
3092 * platform/win-xp/fast/text: Added.
3093 * platform/win-xp/fast/text/backslash-to-yen-sign-expected.txt: Copied from platform/win/fast/text/backslash-to-yen-sign-expected.txt.
3094 * platform/win-xp/fast/text/international: Added.
3095 * platform/win-xp/fast/text/international/bold-bengali-expected.txt: Copied from platform/win/fast/text/international/bold-bengali-expected.txt.
3096 * platform/win-xp/fast/text/international/complex-character-based-fallback-expected.txt: Copied from platform/win/fast/text/international/complex-character-based-fallback-expected.txt.
3097 * platform/win-xp/fast/text/international/w3-css3-list-styles-alphabetic-expected.txt: Copied from platform/win/fast/lists/w3-css3-list-styles-alphabetic-expected.txt.
3098 * platform/win-xp/fast/text/international/w3-css3-list-styles-numeric-expected.txt: Copied from platform/win/fast/lists/w3-css3-list-styles-numeric-expected.txt.
3099 * platform/win-xp/transforms: Added.
3100 * platform/win-xp/transforms/2d: Added.
3101 * platform/win-xp/transforms/2d/hindi-rotated-expected.txt: Copied from platform/win/transforms/2d/hindi-rotated-expected.txt.
3102 * platform/win/fast/lists/w3-css3-list-styles-alphabetic-expected.txt: Updated with Windows Vista/7 results.
3103 * platform/win/fast/lists/w3-css3-list-styles-numeric-expected.txt: Ditto.
3104 * platform/win/fast/text/backslash-to-yen-sign-expected.txt: Ditto.
3105 * platform/win/fast/text/international/bold-bengali-expected.txt: Ditto.
3106 * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Ditto.
3107 * platform/win/transforms/2d/hindi-rotated-expected.txt: Ditto.
3109 2010-07-08 Oliver Hunt <oliver@apple.com>
3111 Reviewed by Sam Weinig.
3113 Property declarations in an object literal should not consider the prototype chain when being added to the new object
3114 https://bugs.webkit.org/show_bug.cgi?id=41929
3116 Add tests to ensure correct behaviour of object literals when there
3117 are setters on the prototype chain.
3119 * fast/js/object-literal-direct-put-expected.txt: Added.
3120 * fast/js/object-literal-direct-put.html: Added.
3121 * fast/js/script-tests/object-literal-direct-put.js: Added.
3122 * ietestcenter/Javascript/15.4.4.14-9-b-i-6-expected.txt:
3123 * ietestcenter/Javascript/15.4.4.15-8-b-i-6-expected.txt:
3124 * platform/chromium/test_expectations.txt:
3126 2010-07-08 Simon Fraser <simon.fraser@apple.com>
3128 Reviewed by Darin Adler.
3130 compositing/iframes/iframe-resize.html displays incorrectly after the resize
3131 https://bugs.webkit.org/show_bug.cgi?id=41794
3133 Re-enable iframe-resize.html and overlapped-iframe.html tests, add an offsetWidth call to
3134 force layout, and update the results.
3136 * compositing/iframes/iframe-resize-expected.txt:
3137 * compositing/iframes/iframe-resize.html:
3138 * compositing/iframes/overlapped-iframe.html: Fix this test now that it's not skipped.
3139 * platform/mac/Skipped:
3141 2010-07-08 Simon Fraser <simon.fraser@apple.com>
3143 Reviewed by Dan Bernstein.
3145 Calling layoutTestController.layerTreeAsText() should update layout
3146 https://bugs.webkit.org/show_bug.cgi?id=41818
3148 Remove setTimeout() calls that are no longer necessary now that
3149 layerTreeAsText() updates layout.
3151 * compositing/geometry/clip.html:
3152 * compositing/geometry/preserve-3d-switching.html:
3153 * compositing/iframes/composited-parent-iframe.html:
3154 * compositing/iframes/connect-compositing-iframe-delayed.html:
3155 * compositing/iframes/connect-compositing-iframe.html:
3156 * compositing/iframes/connect-compositing-iframe2.html:
3157 * compositing/iframes/connect-compositing-iframe3.html:
3158 * compositing/iframes/overlapped-iframe.html:
3159 * compositing/images/clip-on-directly-composited-image.html:
3160 * compositing/overflow/clip-descendents.html:
3162 2010-07-08 Adam Barth <abarth@webkit.org>
3164 Reviewed by Eric Seidel.
3166 Get my head wrapped around processCharacter
3167 https://bugs.webkit.org/show_bug.cgi?id=41812
3169 Minor test progression.
3171 * html5lib/runner-expected-html5.txt:
3173 2010-07-08 Tony Chang <tony@chromium.org>
3175 Reviewed by Ojan Vafai.
3177 WebCore::InsertLineBreakCommand::shouldUseBreakElement ReadAV@NULL
3178 https://bugs.webkit.org/show_bug.cgi?id=30116
3180 * editing/inserting/return-key-in-hidden-textarea-expected.txt: Added.
3181 * editing/inserting/return-key-in-hidden-textarea.html: Added.
3183 2010-07-08 Adam Barth <abarth@webkit.org>
3187 This test regressed in http://trac.webkit.org/changeset/62876
3188 but that change is too complicated to roll out and Aaron Boodman
3189 isn't around to help figure out what went wrong. Hopefully we'll
3190 get this off the skipped list tomorrow morning.
3192 * platform/mac/Skipped:
3194 2010-07-08 Gavin Barraclough <barraclough@apple.com>
3196 Reviewed by Sam Weinig.
3198 String.prototype methods should CheckObjectCoercible (test this is not null or undefined).
3200 * ietestcenter/Javascript/15.5.4.20-1-1-expected.txt:
3201 * ietestcenter/Javascript/15.5.4.20-1-2-expected.txt:
3203 2010-07-08 Gavin Barraclough <barraclough@apple.com>
3205 Reviewed by Sam Weinig.
3207 Date.prototype.toJSON takes one argument, report this correctly.
3209 * ietestcenter/Javascript/15.9.5.44-0-2-expected.txt:
3211 2010-07-08 Sam Weinig <sam@webkit.org>
3213 Update Qt test results.
3215 * platform/qt/fast/dom/Window/window-properties-expected.txt:
3216 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
3217 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
3218 * platform/qt/fast/js/global-constructors-expected.txt:
3220 2010-07-08 Sam Weinig <sam@webkit.org>
3222 Update Gtk test results.
3224 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
3225 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
3226 * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
3227 * platform/gtk/fast/js/global-constructors-expected.txt:
3229 2010-07-08 Sam Weinig <sam@webkit.org>
3231 Reviewed by Oliver Hunt.
3233 Fix for https://bugs.webkit.org/show_bug.cgi?id=41923
3234 TimeRanges should expose a JS constructor
3236 * fast/dom/Window/window-properties-expected.txt:
3237 * fast/dom/Window/window-property-descriptors-expected.txt:
3238 * fast/dom/prototype-inheritance-2-expected.txt:
3239 * fast/dom/prototype-inheritance-expected.txt:
3240 * fast/js/global-constructors-expected.txt:
3241 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
3242 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
3243 * platform/win/fast/dom/prototype-inheritance-expected.txt:
3244 * platform/win/fast/js/global-constructors-expected.txt:
3246 2010-07-08 Erik Arvidsson <arv@chromium.org>
3248 Reviewed by Ojan Vafai.
3250 Add missing padding-end and margin-end CSS properties.
3251 https://bugs.webkit.org/show_bug.cgi?id=25761
3253 * fast/css/margin-start-end-expected.txt: Added.
3254 * fast/css/margin-start-end.html: Added.
3255 * fast/css/padding-start-end-expected.txt: Added.
3256 * fast/css/padding-start-end.html: Added.
3257 * fast/css/script-tests/margin-start-end.js: Added.
3259 * fast/css/script-tests/padding-start-end.js: Added.
3262 2010-07-08 Aaron Boodman <aa@chromium.org>
3264 Reviewed by Timothy Hatcher.
3266 Add the ability for user scripts and user styles to affect just the top frame.
3268 https://bugs.webkit.org/show_bug.cgi?id=41529
3270 * platform/win/Skipped: Skipped test because WebKit API needs updating.
3271 * userscripts/mixed-case-stylesheet.html: Added new allFrames param.
3272 * userscripts/resources/frame1.html: Added.
3273 * userscripts/resources/frame2.html: Added.
3274 * userscripts/script-not-run-for-fragments.html: Added new allFrames param.
3275 * userscripts/script-run-at-end.html: Ditto.
3276 * userscripts/script-run-at-start.html: Ditto.
3277 * userscripts/simple-stylesheet.html: Ditto.
3278 * userscripts/user-script-all-frames-expected.txt: Added.
3279 * userscripts/user-script-all-frames.html: Added.
3280 * userscripts/user-script-top-frame-only-expected.txt: Added.
3281 * userscripts/user-script-top-frame-only.html: Added.
3282 * userscripts/user-style-all-frames-expected.txt: Added.
3283 * userscripts/user-style-all-frames.html: Added.
3284 * userscripts/user-style-top-frame-only-expected.txt: Added.
3285 * userscripts/user-style-top-frame-only.html: Added.
3287 2010-07-08 Adele Peterson <adele@apple.com>
3289 Reviewed by Jon Honeycutt, Adam Roben, and Darin Adler.
3291 Test for https://bugs.webkit.org/show_bug.cgi?id=41721
3292 <rdar://problem/8158561> Missing plug-in indicator should have a pressed state
3294 * platform/gtk/Skipped:
3295 * platform/qt/Skipped:
3296 * plugins/clicking-missing-plugin-fires-delegate-expected.txt: Added.
3297 * plugins/clicking-missing-plugin-fires-delegate.html: Added.
3299 2010-07-02 Ojan Vafai <ojan@chromium.org>
3301 Reviewed by Adam Barth.
3303 Crash in RenderObject::containingBlock when clearing selection in a display:none node.
3304 https://bugs.webkit.org/show_bug.cgi?id=41523
3306 * editing/selection/crash-on-clear-selection-expected.txt: Added.
3307 * editing/selection/crash-on-clear-selection.html: Added.
3309 2010-07-08 Albert J. Wong <ajwong@chromium.org>
3311 Unreviewed. Chromium build fix.
3313 More ietestcenter expectations. Marking a couple of new tests
3314 as failed until I can rebaseline.
3316 * platform/chromium/test_expectations.txt:
3318 2010-07-08 Ojan Vafai <ojan@chromium.org>
3322 [qt] editing/selection/5195166-1.html failing after r62816
3323 https://bugs.webkit.org/show_bug.cgi?id=41918
3325 * platform/qt/Skipped:
3327 2010-07-08 Gavin Barraclough <barraclough@apple.com>
3329 Reviewed by Sam Weinig.
3331 RegExp's prototype should be an object of type RegExp.
3333 * fast/js/Object-getOwnPropertyNames-expected.txt:
3334 * fast/js/kde/RegExp-expected.txt:
3335 * fast/js/script-tests/Object-getOwnPropertyNames.js:
3336 * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/S15.10.6_A2-expected.txt:
3337 * ietestcenter/Javascript/15.10.6-expected.txt:
3338 * ietestcenter/Javascript/15.10.7.1-1-expected.txt:
3339 * ietestcenter/Javascript/15.10.7.2-1-expected.txt:
3340 * ietestcenter/Javascript/15.10.7.3-1-expected.txt:
3341 * ietestcenter/Javascript/15.10.7.4-1-expected.txt:
3342 * ietestcenter/Javascript/15.10.7.5-1-expected.txt:
3343 * ietestcenter/Javascript/15.2.3.3-4-212-expected.txt:
3344 * ietestcenter/Javascript/15.2.3.3-4-213-expected.txt:
3345 * ietestcenter/Javascript/15.2.3.3-4-214-expected.txt:
3346 * ietestcenter/Javascript/15.2.3.3-4-215-expected.txt:
3348 2010-07-08 Simon Fraser <simon.fraser@apple.com>
3350 Add missing results for a new test, added for:
3351 https://bugs.webkit.org/show_bug.cgi?id=41580
3353 * platform/mac/fast/gradients/radial-centered-expected.checksum: Added.
3354 * platform/mac/fast/gradients/radial-centered-expected.png: Added.
3355 * platform/mac/fast/gradients/radial-centered-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/gradients/radial-centered-expected.txt.
3357 2010-07-08 Albert J. Wong <ajwong@chromium.org>
3359 Unreviewed, Chromium build fix.
3361 Readd expectations from r62848 with corrected syntax.
3363 * platform/chromium/test_expectations.txt:
3365 2010-07-08 Simon Fraser <simon.fraser@apple.com>
3367 Reviewed by Anders Carlsson.
3369 Allow the TestPlugin to use Core Animation rendering for testing
3370 https://bugs.webkit.org/show_bug.cgi?id=41872
3372 Simple pixel test with a Core Animation plugin.
3374 * compositing/plugins/composited-plugin.html: Added.
3375 * platform/mac/compositing/plugins/composited-plugin-expected.checksum: Added.
3376 * platform/mac/compositing/plugins/composited-plugin-expected.png: Added.
3377 * platform/mac/compositing/plugins/composited-plugin-expected.txt: Added.
3379 2010-07-08 Albert J. Wong <ajwong@chromium.org>
3381 Unreviewed, chromium build fix.
3383 Update test expectations for mac chromium layout tests to exclude
3384 the ietestcenter tests.
3386 * platform/chromium/test_expectations.txt:
3388 2010-07-08 Albert J. Wong <ajwong@chromium.org>
3390 Unreviewed, chromium build fix.
3392 Undoing expectations with incorrect syntax from r62848
3394 * platform/chromium/test_expectations.txt:
3396 2010-07-08 Oliver Hunt <oliver@apple.com>
3398 Reviewed by Gavin Barraclough.
3400 JavaScript parser violates ECMA automatic semicolon insertion rule
3401 https://bugs.webkit.org/show_bug.cgi?id=41844
3403 Add testcase to ensure that we don't automatically insert a semicolon
3404 at the end of a script.
3406 * fast/js/no-semi-insertion-at-end-of-script-expected.txt: Added.
3407 * fast/js/no-semi-insertion-at-end-of-script.html: Added.
3408 * fast/js/script-tests/no-semi-insertion-at-end-of-script.js: Added.
3410 2010-07-08 Oliver Hunt <oliver@apple.com>
3412 Reviewed by Gavin Barraclough.
3414 Make object-literal parsing conformant with the spec.
3415 https://bugs.webkit.org/show_bug.cgi?id=41892
3417 Add tests to ensure correct parsing of object literals.
3419 * fast/js/object-literal-syntax-expected.txt: Added.
3420 * fast/js/object-literal-syntax.html: Added.
3421 * fast/js/parser-syntax-check-expected.txt:
3422 * fast/js/script-tests/object-literal-syntax.js: Added.
3423 * fast/js/script-tests/parser-syntax-check.js:
3424 * ietestcenter/Javascript/11.1.5_4-4-b-1-expected.txt:
3425 * ietestcenter/Javascript/11.1.5_4-4-b-2-expected.txt:
3426 * ietestcenter/Javascript/11.1.5_4-4-c-1-expected.txt:
3427 * ietestcenter/Javascript/11.1.5_4-4-c-2-expected.txt:
3428 * ietestcenter/Javascript/11.1.5_4-4-d-1-expected.txt:
3429 * ietestcenter/Javascript/11.1.5_4-4-d-2-expected.txt:
3430 * ietestcenter/Javascript/11.1.5_4-4-d-3-expected.txt:
3431 * ietestcenter/Javascript/11.1.5_4-4-d-4-expected.txt:
3432 * platform/chromium/test_expectations.txt:
3434 2010-07-08 Jon Honeycutt <jhoneycutt@apple.com>
3436 Missing plug-ins may cause an assertion failure
3437 https://bugs.webkit.org/show_bug.cgi?id=41900
3439 Reviewed by Adele Peterson.
3441 * plugins/missing-plugin.html: Added.
3443 2010-07-08 Ojan Vafai <ojan@chromium.org>
3445 Not reviewed. Just changing test expectations.
3447 [chromium] editing/selection/5195166-1.html needs layoutTestController.setEditingBehavior
3448 https://bugs.webkit.org/show_bug.cgi?id=41905
3450 For now, mark it as failing since there are already other tests that are failing
3453 * platform/chromium/test_expectations.txt:
3455 2010-07-08 Xan Lopez <xlopez@igalia.com>