1 2006-06-05 David Kilzer <ddkilzer@kilzer.net>
5 - Test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9310
6 Add missing DOM prototypes and other DOM cleanup
8 * fast/dom/global-constructors-expected.txt: Fixed test results.
10 2006-06-04 Geoffrey Garen <ggaren@apple.com>
12 - Merged test-prototypes.html into global-constructors.html
13 - Added prototypes.html, which tests for some missing prototypes in DOM objects
15 * fast/dom/global-constructors-expected.txt:
16 * fast/dom/global-constructors.html:
17 * fast/dom/prototypes-expected.txt: Added.
18 * fast/dom/prototypes.html: Added.
19 * fast/dom/test-prototypes-expected.txt: Removed.
20 * fast/dom/test-prototypes.html: Removed.
21 * fast/dom/undetectable-document-all-expected.txt: Updated to reflect
22 change from "HTMLCollection" to "Collection"
24 2006-06-04 Darin Adler <darin@apple.com>
26 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9176
27 REGRESSION: repro crash in WebCore::StringImpl::hash() const + 28 (StringImpl.h:67)
29 * fast/loader/link-no-URL.html: Added.
30 * fast/loader/link-no-URL-expected.txt: Added.
32 2006-06-04 Sam Weinig <sam.weinig@gmail.com>
36 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9213
37 Absolutely positioned objects with relatively positioned inline
38 containing blocks are rendered incorrectly
40 * fast/block/positioning/absolute-in-inline-ltr-2.html: Added.
41 * fast/block/positioning/absolute-in-inline-ltr-3.html: Added.
42 * fast/block/positioning/absolute-in-inline-ltr.html: Added.
43 * fast/block/positioning/absolute-in-inline-rtl-2.html: Added.
44 * fast/block/positioning/absolute-in-inline-rtl-3.html: Added.
45 * fast/block/positioning/absolute-in-inline-rtl.html: Added.
46 * fast/block/positioning/absolute-in-inline-short-ltr.html: Added.
47 * fast/block/positioning/absolute-in-inline-short-rtl.html: Added.
49 2006-06-04 Anders Carlsson <acarlsson@apple.com>
53 http://bugzilla.opendarwin.org/show_bug.cgi?id=9035
54 document.evaluate and createNSResolver miss on namespaced elements
57 * fast/xpath/xpath-namespaces-expected.txt: Added.
58 * fast/xpath/xpath-namespaces.html: Added.
60 2006-06-03 David Kilzer <ddkilzer@kilzer.net>
64 Added missing pixel test output:
65 http://bugzilla.opendarwin.org/show_bug.cgi?id=8848
66 TFOOT borders are copied to THEAD and TBODY
68 * fast/table/border-collapsing/border-collapsing-head-foot-expected.png: Added.
70 2006-06-03 Rob Buis <buis@kde.org>
72 Reviewed by mjs. Tweaked and landed by ddkilzer.
74 http://bugzilla.opendarwin.org/show_bug.cgi?id=7281
75 With java disabled wrong information is displayed.
77 * fast/replaced/applet-rendering-java-disabled.html: Added.
78 * fast/replaced/applet-rendering-java-disabled-expected.checksum: Added.
79 * fast/replaced/applet-rendering-java-disabled-expected.html: Added.
80 * fast/replaced/applet-rendering-java-disabled-expected.png: Added.
81 * tables/mozilla_expected_failures/bugs/bug8499-expected.checksum: Changed after removing RenderEmptyApplet.
82 * tables/mozilla_expected_failures/bugs/bug8499-expected.png: Ditto.
83 * tables/mozilla_expected_failures/bugs/bug8499-expected.txt: Ditto.
85 2006-06-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
89 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9252
90 REGRESSION: Very odd roll-over issues (content disappearing)
92 * fast/dom/HTMLLinkElement/pending-stylesheet-count.html: Added.
93 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt: Added.
94 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png: Added.
95 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.checksum: Added.
97 2006-06-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
101 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9234
102 Implement $&, $' and $` replacement codes in String.prototype.replace
104 * fast/js/resources/string-replace-3.js: Added.
105 * fast/js/string-replace-3-expected.txt: Added.
106 * fast/js/string-replace-3.html: Added.
108 2006-06-02 David Carson <dacarson@gmail.com>
110 Reviewed by Hyatt, checked in by Tim H.
112 For: http://bugzilla.opendarwin.org/show_bug.cgi?id=9115
113 Added test case to test opacity layers, in particular, opacities
114 with a value of zero.
116 * fast/css/ZeroOpacityLayers.html: Added.
117 * fast/css/ZeroOpacityLayers-expected.txt: Added.
118 * fast/css/ZeroOpacityLayers-expected.png: Added.
119 * fast/css/ZeroOpacityLayers-expected.checksum: Added.
120 * fast/css/ZeroOpacityLayers2.html: Added.
121 * fast/css/ZeroOpacityLayers2-expected.txt: Added.
122 * fast/css/ZeroOpacityLayers2-expected.png: Added.
123 * fast/css/ZeroOpacityLayers2-expected.checksum: Added.
125 2006-06-02 Rob Buis <buis@kde.org>
127 Reviewed by Hyatt, checked in by Tim H.
129 Adding testcase for bug 8223.
131 * fast/dom/css-inline-style-important-expected.checksum: Added.
132 * fast/dom/css-inline-style-important-expected.png: Added.
133 * fast/dom/css-inline-style-important-expected.txt: Added.
134 * fast/dom/css-inline-style-important.html: Added.
136 2006-06-02 Rémi Zara <remi_zara@mac.com>
140 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=3379
141 attr(X) does not work
143 * fast/css-generated-content/016-expected.checksum: Added.
144 * fast/css-generated-content/016-expected.png: Added.
145 * fast/css-generated-content/016-expected.txt: Added.
146 * fast/css-generated-content/016.html: Added.
148 2006-06-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
152 Updated test so that is will once again exercise the fix for
153 http://bugzilla.opendarwin.org/show_bug.cgi?id=9009
155 * fast/table/empty-section-crash-expected.txt:
156 * fast/table/empty-section-crash.html:
158 2006-06-02 David Kilzer <ddkilzer@kilzer.net>
162 http://bugzilla.opendarwin.org/show_bug.cgi?id=9183
163 Finish renaming of RenderCanvas to RenderView
165 * editing/selection/7152-1-expected.checksum: Layout changed due to text change in HTML file.
166 * editing/selection/7152-1-expected.png: Ditto.
167 * editing/selection/7152-1-expected.txt: Ditto.
168 * editing/selection/7152-1.html: Changed text in HTML content.
169 * editing/selection/7152-2-expected.checksum: Layout changed due to text change in HTML file.
170 * editing/selection/7152-2-expected.png: Ditto.
171 * editing/selection/7152-2-expected.txt: Ditto.
172 * editing/selection/7152-2.html: Changed text in HTML content.
173 * *-expected.txt: Replaced "RenderCanvas" with "RenderView" in 3023 more files.
175 2006-06-01 David Carson <dacarson@gmail.com>
177 Reviewed by Maciej and Adele
179 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8398
180 Updated and extended select/option form tests
182 * fast/forms/HTMLOptionElement_label01.html:
183 * fast/forms/HTMLOptionElement_label01-expected.txt:
184 * fast/forms/HTMLOptionElement_label01-expected.png:
185 * fast/forms/HTMLOptionElement_label02.html:
186 * fast/forms/HTMLOptionElement_label02-expected.txt:
187 * fast/forms/HTMLOptionElement_label02-expected.png:
188 * fast/forms/HTMLOptionElement_label03.html:
189 * fast/forms/HTMLOptionElement_label03-expected.txt:
190 * fast/forms/HTMLOptionElement_label03-expected.png
191 * fast/forms/HTMLOptionElement_label04.html:
192 * fast/forms/HTMLOptionElement_label04-expected.txt:
193 * fast/forms/HTMLOptionElement_label04-expected.png
194 * fast/forms/HTMLOptionElement_label05.html:
195 * fast/forms/HTMLOptionElement_label05-expected.txt:
196 * fast/forms/HTMLOptionElement_label05-expected.png:
197 Updated to reflect success and added some description
199 * fast/forms/HTMLOptionElement_label06.html:
200 * fast/forms/HTMLOptionElement_label06-expected.txt:
201 * fast/forms/HTMLOptionElement_label05-expected.png:
202 * fast/forms/HTMLOptionElement_label07.html:
203 * fast/forms/HTMLOptionElement_label07-expected.txt:
204 * fast/forms/HTMLOptionElement_label07-expected.png:
207 2006-06-01 David Carson <dacarson@gmail.com>
211 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8646
212 Test the window.screen.pixelDepth and window.screen.colorDepth
214 * fast/dom/window/window-screen-properties.html: Added
215 * fast/dom/window/window-screen-properties-expected.txt: Added.
217 2006-06-01 Geoffrey Garen <ggaren@apple.com>
219 - Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9113
220 REGRESSION (14581): XMLHttpRequest never calls onreadystatechange with
223 * http/tests/xmlhttprequest/event-listener-gc.html: Added.
224 * http/tests/xmlhttprequest/event-listener-gc-expected.txt: Added.
226 2006-06-01 Anders Carlsson <acarlsson@apple.com>
230 http://bugzilla.opendarwin.org/show_bug.cgi?id=6309
231 multiple problems prevent bookmarking/back button technique for AJAX/DHTML applications from working
233 * fast/dom/location-hash-expected.txt: Added.
234 * fast/dom/location-hash.html: Added.
237 2006-06-01 Maciej Stachowiak <mjs@apple.com>
241 - fixed "REGRESSION: Can't order from Pizza Hut (ToT, 05/24/06)"
242 http://bugzilla.opendarwin.org/show_bug.cgi?id=9103
244 * http/tests/misc/redirect-expected.txt: Added.
245 * http/tests/misc/redirect.php: Added.
246 * http/tests/misc/resources/redirect-result.php: Added.
248 2006-06-01 Justin Garcia <justin.garcia@apple.com>
252 * editing/selection/focus-body-expected.checksum: Added.
253 * editing/selection/focus-body-expected.png: Added.
254 * editing/selection/focus-body-expected.txt: Added.
255 * editing/selection/focus-body.html: Added.
256 * editing/selection/focus_editable_html-expected.checksum:
257 * editing/selection/focus_editable_html-expected.png:
258 * editing/selection/focus_editable_html-expected.txt:
260 2006-06-01 Anders Carlsson <acarlsson@apple.com>
264 http://bugzilla.opendarwin.org/show_bug.cgi?id=8996
265 slow-utf8-text layout test case failing (no longer deterministic?)
267 * http/tests/incremental/slow-utf8-text-expected.txt:
270 2006-05-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
274 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9124
275 Drop shadow obscures "add more stuff" bubble at live.com
277 * fast/css/find-next-layer-expected.checksum: Added.
278 * fast/css/find-next-layer-expected.png: Added.
279 * fast/css/find-next-layer-expected.txt: Added.
280 * fast/css/find-next-layer.html: Added.
282 2006-05-31 Adele Peterson <adele@apple.com>
284 Updated test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=8848
285 TFOOT borders are copied to THEAD and TBODY
287 * tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
288 * tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
289 * tables/mozilla/marvin/backgr_position-table-expected.checksum:
290 * tables/mozilla/marvin/backgr_position-table-expected.txt:
291 * tables/mozilla/marvin/backgr_simple-table-cell-expected.checksum:
292 * tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
293 * tables/mozilla/marvin/backgr_simple-table-column-expected.checksum:
294 * tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
295 * tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum:
296 * tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
297 * tables/mozilla/marvin/backgr_simple-table-expected.checksum:
298 * tables/mozilla/marvin/backgr_simple-table-expected.txt:
299 * tables/mozilla/marvin/backgr_simple-table-row-expected.checksum:
300 * tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
301 * tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum:
302 * tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
303 * tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.checksum:
304 * tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
305 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum:
306 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
307 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum:
308 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
309 * tables/mozilla_expected_failures/marvin/backgr_border-table-expected.checksum:
310 * tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
311 * tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.checksum:
312 * tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
313 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum:
314 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
315 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum:
316 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
317 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum:
318 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
319 * tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum:
320 * tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
321 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.checksum:
322 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
323 * tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.checksum:
324 * tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
325 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum:
326 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
327 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum:
328 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
329 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum:
330 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
331 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum:
332 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
334 2006-05-31 Sam Weinig <sam.weinig@gmail.com>
338 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9100
339 Absolutely positioned replaced elements with all non-auto
340 values are rendered incorrectly
342 * fast/replaced/absolute-position-with-auto-height-and-top-and-bottom.html: Added.
343 * fast/replaced/absolute-position-with-auto-width-and-left-and-right.html: Added.
345 2006-05-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
349 - test and updated results for
350 http://bugzilla.opendarwin.org/show_bug.cgi?id=9012
351 Row height not updated when cell heights change
353 * fast/table/row-height-recalc-expected.checksum: Added.
354 * fast/table/row-height-recalc-expected.png: Added.
355 * fast/table/row-height-recalc-expected.txt: Added.
356 * fast/table/row-height-recalc.html: Added.
358 2006-05-31 Rob Buis <buis@kde.org>
362 Testcase for http://bugzilla.opendarwin.org/show_bug.cgi?id=8455
364 * fast/forms/select-reset.html: Added.
366 2006-05-31 Rob Buis <buis@kde.org>
370 Add a test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8024
372 * fast/dom/document-all-input.html: Added.
374 2006-05-31 Beth Dakin <bdakin@apple.com>
378 Test cases for http://bugzilla.opendarwin.org/show_bug.cgi?id=6755
379 CSS3: Borders rounded with border-radius don't draw the roundings
381 * fast/borders: Added.
382 * fast/borders/borderRadiusDashed01-expected.checksum: Added.
383 * fast/borders/borderRadiusDashed01-expected.png: Added.
384 * fast/borders/borderRadiusDashed01-expected.txt: Added.
385 * fast/borders/borderRadiusDashed01.html: Added.
386 * fast/borders/borderRadiusDashed02-expected.checksum: Added.
387 * fast/borders/borderRadiusDashed02-expected.png: Added.
388 * fast/borders/borderRadiusDashed02-expected.txt: Added.
389 * fast/borders/borderRadiusDashed02.html: Added.
390 * fast/borders/borderRadiusDashed03-expected.checksum: Added.
391 * fast/borders/borderRadiusDashed03-expected.png: Added.
392 * fast/borders/borderRadiusDashed03-expected.txt: Added.
393 * fast/borders/borderRadiusDashed03.html: Added.
394 * fast/borders/borderRadiusDotted01-expected.checksum: Added.
395 * fast/borders/borderRadiusDotted01-expected.png: Added.
396 * fast/borders/borderRadiusDotted01-expected.txt: Added.
397 * fast/borders/borderRadiusDotted01.html: Added.
398 * fast/borders/borderRadiusDotted02-expected.checksum: Added.
399 * fast/borders/borderRadiusDotted02-expected.png: Added.
400 * fast/borders/borderRadiusDotted02-expected.txt: Added.
401 * fast/borders/borderRadiusDotted02.html: Added.
402 * fast/borders/borderRadiusDotted03-expected.checksum: Added.
403 * fast/borders/borderRadiusDotted03-expected.png: Added.
404 * fast/borders/borderRadiusDotted03-expected.txt: Added.
405 * fast/borders/borderRadiusDotted03.html: Added.
406 * fast/borders/borderRadiusDouble01-expected.checksum: Added.
407 * fast/borders/borderRadiusDouble01-expected.png: Added.
408 * fast/borders/borderRadiusDouble01-expected.txt: Added.
409 * fast/borders/borderRadiusDouble01.html: Added.
410 * fast/borders/borderRadiusDouble02-expected.checksum: Added.
411 * fast/borders/borderRadiusDouble02-expected.png: Added.
412 * fast/borders/borderRadiusDouble02-expected.txt: Added.
413 * fast/borders/borderRadiusDouble02.html: Added.
414 * fast/borders/borderRadiusDouble03-expected.checksum: Added.
415 * fast/borders/borderRadiusDouble03-expected.png: Added.
416 * fast/borders/borderRadiusDouble03-expected.txt: Added.
417 * fast/borders/borderRadiusDouble03.html: Added.
418 * fast/borders/borderRadiusGroove01-expected.checksum: Added.
419 * fast/borders/borderRadiusGroove01-expected.png: Added.
420 * fast/borders/borderRadiusGroove01-expected.txt: Added.
421 * fast/borders/borderRadiusGroove01.html: Added.
422 * fast/borders/borderRadiusGroove02-expected.checksum: Added.
423 * fast/borders/borderRadiusGroove02-expected.png: Added.
424 * fast/borders/borderRadiusGroove02-expected.txt: Added.
425 * fast/borders/borderRadiusGroove02.html: Added.
426 * fast/borders/borderRadiusInset01-expected.checksum: Added.
427 * fast/borders/borderRadiusInset01-expected.png: Added.
428 * fast/borders/borderRadiusInset01-expected.txt: Added.
429 * fast/borders/borderRadiusInset01.html: Added.
430 * fast/borders/borderRadiusOutset01-expected.checksum: Added.
431 * fast/borders/borderRadiusOutset01-expected.png: Added.
432 * fast/borders/borderRadiusOutset01-expected.txt: Added.
433 * fast/borders/borderRadiusOutset01.html: Added.
434 * fast/borders/borderRadiusRidge01-expected.checksum: Added.
435 * fast/borders/borderRadiusRidge01-expected.png: Added.
436 * fast/borders/borderRadiusRidge01-expected.txt: Added.
437 * fast/borders/borderRadiusRidge01.html: Added.
438 * fast/borders/borderRadiusSolid01-expected.checksum: Added.
439 * fast/borders/borderRadiusSolid01-expected.png: Added.
440 * fast/borders/borderRadiusSolid01-expected.txt: Added.
441 * fast/borders/borderRadiusSolid01.html: Added.
442 * fast/borders/borderRadiusSolid02-expected.checksum: Added.
443 * fast/borders/borderRadiusSolid02-expected.png: Added.
444 * fast/borders/borderRadiusSolid02-expected.txt: Added.
445 * fast/borders/borderRadiusSolid02.html: Added.
446 * fast/borders/borderRadiusSolid03-expected.checksum: Added.
447 * fast/borders/borderRadiusSolid03-expected.png: Added.
448 * fast/borders/borderRadiusSolid03-expected.txt: Added.
449 * fast/borders/borderRadiusSolid03.html: Added.
450 * fast/borders/borderRadiusSolid04-expected.checksum: Added.
451 * fast/borders/borderRadiusSolid04-expected.png: Added.
452 * fast/borders/borderRadiusSolid04-expected.txt: Added.
453 * fast/borders/borderRadiusSolid04.html: Added.
455 2006-05-30 Sam Weinig <sam.weinig@gmail.com>
457 Reviewed by Maciej, landed by Beth.
459 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9137
460 Children with percentage heights of absolutely positioned element
461 with height: auto and top and bottom non-auto does not lay out
464 * fast/block/positioning/child-of-absolute-with-auto-height-expected.checksum: Added.
465 * fast/block/positioning/child-of-absolute-with-auto-height-expected.png: Added.
466 * fast/block/positioning/child-of-absolute-with-auto-height-expected.txt: Added.
467 * fast/block/positioning/child-of-absolute-with-auto-height.html: Added.
468 * fast/replaced/replaced-child-of-absolute-with-auto-height-expected.checksum: Added.
469 * fast/replaced/replaced-child-of-absolute-with-auto-height-expected.png: Added.
470 * fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt: Added.
471 * fast/replaced/replaced-child-of-absolute-with-auto-height.html: Added.
473 2006-05-30 Sam Weinig <sam.weinig@gmail.com>
475 Reviewed by Hyatt, landed by Beth.
477 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9085
478 Absolutely positioned objects with 'height': auto and 'top': and
479 'bottom': non-auto should not be content based
481 * fast/block/positioning/auto-height-with-top-and-bottom-expected.checksum: Added.
482 * fast/block/positioning/auto-height-with-top-and-bottom-expected.png: Added.
483 * fast/block/positioning/auto-height-with-top-and-bottom-expected.txt: Added.
484 * fast/block/positioning/auto-height-with-top-and-bottom.html: Added.
486 2006-05-26 Justin Garcia <justin.garcia@apple.com>
490 Added, test for the crash by focusing an editable html element and then
492 * editing/selection/editable-html-element-expected.checksum: Added.
493 * editing/selection/editable-html-element-expected.png: Added.
494 * editing/selection/editable-html-element-expected.txt: Added.
495 * editing/selection/editable-html-element.html: Added.
497 * editing/selection/focus_editable_html-expected.checksum:
498 * editing/selection/focus_editable_html-expected.png:
499 * editing/selection/focus_editable_html-expected.txt:
501 2006-05-26 Adele Peterson <adele@apple.com>
505 Added test for new textarea implementation. Tests
506 wrap attributes and form submission.
508 * fast/forms/textarea-appearance-wrap-expected.txt: Added.
509 * fast/forms/textarea-appearance-wrap.html: Added.
511 2006-05-26 Anders Carlsson <acarlsson@apple.com>
515 http://bugzilla.opendarwin.org/show_bug.cgi?id=9127
516 Invoke capturing event listeners when AT_TARGET
518 * dom/html/level2/events/dispatchEvent09-expected.txt:
519 * dom/xhtml/level2/events/dispatchEvent09-expected.txt:
522 * fast/dom/capturing-event-listeners-expected.txt: Added.
523 * fast/dom/capturing-event-listeners.html: Added.
525 2006-05-25 Mitz Pettel <opendarwin.org@mitzpettel.com>
527 Reviewed by hyatt. Landed by eseidel.
529 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8848
530 TFOOT borders are copied to THEAD and TBODY
532 * fast/table/border-collapsing/border-collapsing-head-foot-expected.checksum: Added.
533 * fast/table/border-collapsing/border-collapsing-head-foot-expected.png: Added.
534 * fast/table/border-collapsing/border-collapsing-head-foot-expected.txt: Added.
535 * fast/table/border-collapsing/border-collapsing-head-foot.html: Added.
537 2006-05-25 Mitz Pettel <opendarwin.org@mitzpettel.com>
539 Reviewed by hyatt. Landed by eseidel.
541 - updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=3297
542 height property is not honored on table rows
544 * editing/selection/3690703-2-expected.txt:
545 * editing/selection/3690703-expected.txt:
546 * editing/selection/3690719-expected.txt:
547 * fast/encoding/utf-16-big-endian-expected.txt:
548 * fast/encoding/utf-16-little-endian-expected.txt:
549 * fast/invalid/017-expected.txt:
550 * fast/invalid/018-expected.txt:
551 * fast/table/012-expected.txt:
552 * fast/table/cell-absolute-child-expected.txt:
553 * fast/table/colspanMinWidth-expected.txt:
554 * fast/table/giantRowspan-expected.txt:
555 * fast/table/spanOverlapRepaint-expected.txt:
556 * tables/mozilla/bugs/bug10296-1-expected.txt:
557 * tables/mozilla/bugs/bug113235-1-expected.txt:
558 * tables/mozilla/bugs/bug113235-2-expected.txt:
559 * tables/mozilla/bugs/bug12384-expected.txt:
560 * tables/mozilla/bugs/bug133756-1-expected.txt:
561 * tables/mozilla/bugs/bug133756-2-expected.txt:
562 * tables/mozilla/bugs/bug220536-expected.txt:
563 * tables/mozilla/bugs/bug23072-expected.txt:
564 * tables/mozilla/bugs/bug25086-expected.txt:
565 * tables/mozilla/bugs/bug28928-expected.txt:
566 * tables/mozilla/bugs/bug44523-expected.txt:
567 * tables/mozilla/bugs/bug6184-expected.txt:
568 * tables/mozilla/bugs/bug6304-expected.txt:
569 * tables/mozilla/bugs/bug8858-expected.txt:
570 * tables/mozilla/bugs/bug97138-expected.txt:
571 * tables/mozilla/core/cell_heights-expected.txt:
572 * tables/mozilla/core/col_widths_fix_auto-expected.txt:
573 * tables/mozilla/core/row_span-expected.txt:
574 * tables/mozilla_expected_failures/bugs/bug11945-expected.txt:
575 * tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
576 * tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
577 * tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
578 * tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
579 * tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
581 2006-05-25 Eric Seidel <eric@eseidel.com>
583 Reviewed by andersca.
585 * fast/dom/document-scripts-expected.txt: correct results.
587 2006-05-24 Beth Dakin <bdakin@apple.com>
591 This layout test is now correct, so I moved it into the expected
592 successes directory and generated new results.
594 * tables/mozilla/bugs/bug222846-expected.checksum: Added.
595 * tables/mozilla/bugs/bug222846-expected.png: Added.
596 * tables/mozilla/bugs/bug222846-expected.txt: Added.
597 * tables/mozilla/bugs/bug222846.html: Added.
598 * tables/mozilla_expected_failures/bugs/bug222846-
599 expected.checksum: Removed.
600 * tables/mozilla_expected_failures/bugs/bug222846-expected.png:
602 * tables/mozilla_expected_failures/bugs/bug222846-expected.txt:
604 * tables/mozilla_expected_failures/bugs/bug222846.html: Removed.
606 2006-05-24 Justin Garcia <justin.garcia@apple.com>
610 * editing/selection/designmode-no-caret-expected.checksum: Added.
611 * editing/selection/designmode-no-caret-expected.png: Added.
612 * editing/selection/designmode-no-caret-expected.txt: Added.
613 * editing/selection/designmode-no-caret.html: Added.
615 2006-05-24 Geoffrey Garen <ggaren@apple.com>
617 - Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9095
618 regression: can't select by setting option.selected to true
620 * fast/dom/option-properties-expected.txt: Added.
621 * fast/dom/option-properties.html: Added.
623 2006-05-24 Geoffrey Garen <ggaren@apple.com>
625 Layout tests for DOM object cache and garbage collection,
626 <rdar://problem/4557926> TOT REGRESSION: Crash occurs when attempting
627 to view image in slideshow mode at http://d.smugmug.com/gallery/581716
628 ( KJS::IfNode::execute (KJS::ExecState*) + 312) if you use a PAC file
630 * fast/dom/gc-8-expected.txt: Added.
631 * fast/dom/gc-8.html: Added.
632 * fast/dom/gc-9-expected.txt: Added.
633 * fast/dom/gc-9.html: Added.
635 2006-05-24 Anders Carlsson <acarlsson@apple.com>
639 Add tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9093
640 Implement document.scripts
642 * fast/dom/document-scripts-expected.txt: Added.
643 * fast/dom/document-scripts.html: Added.
645 2006-05-24 Anders Carlsson <acarlsson@apple.com>
649 Add test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9092
650 innerText is empty for elements without renderers.
652 * fast/dom/inner-text-with-no-renderer-expected.txt: Added.
653 * fast/dom/inner-text-with-no-renderer.html: Added.
655 2006-05-23 Anders Carlsson <acarlsson@apple.com>
659 Update tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9017
660 Weather2.css incorrectly treated as JavaScript file @ www.live.com
662 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc-expected.txt:
663 This fails in a different way now.
665 * dom/xhtml/level3/core/nodelookupnamespaceuri17-expected.txt:
666 * dom/xhtml/level3/core/nodelookupnamespaceuri20-expected.txt:
667 * dom/xhtml/level3/core/nodelookupprefix17-expected.txt:
668 * dom/xhtml/level3/core/nodelookupprefix20-expected.txt:
669 * dom/xhtml/level3/core/noderemovechild28-expected.txt:
670 * dom/xhtml/level3/core/noderemovechild29-expected.txt:
673 * fast/dom/attribute-namespaces-get-set-expected.txt: Added.
674 * fast/dom/attribute-namespaces-get-set.html: Added.
677 2006-05-22 Justin Garcia <justin.garcia@apple.com>
681 Fixed and reenabled this test.
683 * editing/selection/drag-to-contenteditable-iframe-expected.checksum:
684 * editing/selection/drag-to-contenteditable-iframe-expected.png:
685 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
686 * editing/selection/drag-to-contenteditable-iframe.html: Added.
687 * editing/selection/drag-to-contenteditable-iframe.html-disabled: Removed.
689 2006-05-22 Levi Weintraub <lweintraub@apple.com>
693 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8393
694 <br>s created by createMarkup aren't valid xhtml
695 Changes in case from innerHTML
697 * editing/execCommand/createLink-expected.txt:
698 * editing/execCommand/unlink-expected.txt:
699 * editing/input/attributed-substring-from-range-lines-expected.txt:
700 * fast/dom/Range/range-exceptions-expected.txt:
701 * fast/dom/Range/resources/range-exceptions.js:
702 * fast/innerHTML/005-expected.txt:
703 * fast/innerHTML/innerHTML-custom-tag-expected.txt:
704 * fast/innerHTML/innerHTML-cast.html: Added.
705 * fast/innerHTML/innerHTML-cast-expected.txt: Added.
706 * fast/xsl/xslt-processer-expected.txt:
708 2006-05-20 Anders Carlsson <acarlsson@apple.com>
712 * fast/js/function-declarations-in-switch-statement-expected.txt: Added.
713 * fast/js/function-declarations-in-switch-statement.html: Added.
714 * fast/js/resources/function-declarations-in-switch-statement.js: Added.
716 2006-05-20 Mitz Pettel <opendarwin.org@mitzpettel.com>
718 Reviewed and landed by ap.
720 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9009
721 REGRESSION: ToT crash in WebCore at Zap2it
723 * fast/table/empty-section-crash-expected.checksum: Added.
724 * fast/table/empty-section-crash-expected.png: Added.
725 * fast/table/empty-section-crash-expected.txt: Added.
726 * fast/table/empty-section-crash.html: Added.
728 2006-05-19 Levi Weintraub <lweintraub@apple.com>
732 Tests for <http://bugzilla.opendarwin.org/show_bug.cgi?id=8931>
733 Drag caret not painted for editable sub-frames
735 * editing/resources/select-and-drag-iframe.html: Added.
736 * editing/selection/drag-in-iframe-expected.checksum: Added.
737 * editing/selection/drag-in-iframe-expected.png: Added.
738 * editing/selection/drag-in-iframe-expected.txt: Added.
739 * editing/selection/drag-in-iframe.html: Added.
741 2006-05-17 Geoffrey Garen <ggaren@apple.com>
743 - Test for overriding non-autogenerated global constructors.
745 * fast/dom/constructors-overriding-expected.txt: Added.
746 * fast/dom/constructors-overriding.html: Added.
748 2006-05-18 Sam Weinig <sam.weinig@gmail.com>
752 Tests for <http://bugzilla.opendarwin.org/show_bug.cgi?id=8896>
753 Bug 8896: Absolutely positioned elements should use their parent's
754 direction when left, right and width are auto in quirks mode.
756 * fast/block/positioning/absolute-position-direction-quirk.html: Added.
757 * fast/block/positioning/absolute-position-direction-quirk-expected.txt: Added.
758 * fast/block/positioning/absolute-position-direction-quirk-expected.png: Added.
759 * fast/block/positioning/absolute-position-direction-quirk-expected.checksum: Added.
760 * fast/block/positioning/absolute-position-direction-strict.html: Added.
761 * fast/block/positioning/absolute-position-direction-strict-expected.txt: Added.
762 * fast/block/positioning/absolute-position-direction-strict-expected.png: Added.
763 * fast/block/positioning/absolute-position-direction-strict-expected.checksum: Added.
765 2006-05-18 Anders Carlsson <acarlsson@apple.com>
767 http://bugzilla.opendarwin.org/show_bug.cgi?id=8964
768 Autogenerate more HTML classes
770 * fast/dom/prototype-chain-expected.txt:
773 2006-05-17 Alexey Proskuryakov <ap@nypop.com>
777 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6915
778 fast/js/date-constructor.html testcase is timezone-dependent
780 * fast/js/date-constructor-expected.txt:
781 * fast/js/resources/date-constructor.js:
782 Disable the offending tests.
784 2006-05-17 Eric Seidel <eseidel@apple.com>
786 Reviewed by andersca.
788 Autogenerate more HTML js bindings.
789 http://bugzilla.opendarwin.org/show_bug.cgi?id=8953
791 * fast/dom/HTMLHtmlElement: Added.
792 * fast/dom/HTMLHtmlElement/set-version.html: Added.
793 * fast/dom/HTMLHtmlElement/set-version-expected.txt: Added.
794 * fast/dom/HTMLInputElement: Added.
795 * fast/dom/HTMLInputElement/size-as-number.html: Added.
796 * fast/dom/HTMLInputElement/size-as-number-expected.txt: Added.
798 2006-05-17 Adele Peterson <adele@apple.com>
802 Updated test results for changes to prepare for
803 http://bugzilla.opendarwin.org/show_bug.cgi?id=8948
804 Switch to use new text field implementation for <textarea>
806 * fast/block/float/032-expected.txt:
808 2006-05-17 Alexey Proskuryakov <ap@nypop.com>
812 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8870
813 Crash typing in Yahoo auto-complete widget.
815 * fast/js/regexp-stack-overflow-expected.txt: Added.
816 * fast/js/regexp-stack-overflow.html: Added.
817 * fast/js/resources/regexp-stack-overflow.js: Added.
819 2006-05-17 Mitz Pettel <opendarwin.org@mitzpettel.com>
823 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8951
824 AtomicString hash corrupted by high-bit Latin-1
826 * fast/encoding/high-bit-latin1-expected.txt: Added.
827 * fast/encoding/high-bit-latin1.html: Added.
829 2006-05-17 Rob Buis <buis@kde.org>
833 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7492
834 CSS attribute selectors fail when the setAttribute() method is used
835 to create an attribute and the attribute name is not Class or ID.
837 * fast/css/selector-set-attribute.html: Added.
838 * fast/css/selector-set-attribute-expected.txt: Added.
839 * fast/css/selector-set-attribute-expected.checksum: Added.
840 * fast/css/selector-set-attribute-expected.png: Added.
842 2006-05-17 Rob Buis <buis@kde.org>
846 Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=5264
847 document.createElementNS() should not allow to insert a second <html> element
849 * dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
850 Updated to show a different failure.
852 * dom/xhtml/level3/core/nodeappendchild02-expected.txt:
853 * dom/xhtml/level3/core/nodeinsertbefore06-expected.txt:
854 * dom/xhtml/level3/core/nodereplacechild39-expected.txt:
855 Updated to reflect success.
857 * fast/dom/createDocumentType2.html: Added.
858 * fast/dom/createDocumentType2-expected.txt: Added.
859 * fast/dom/createElementNS.html: Added.
860 * fast/dom/createElementNS-expected.txt: Added.
862 2006-05-16 Anders Carlsson <acarlsson@apple.com>
866 http://bugzilla.opendarwin.org/show_bug.cgi?id=8921
867 Use WebCore to render full-frame images.
869 * css2.1/t0801-c412-hz-box-00-b-a-expected.txt:
870 * dom/xhtml/level2/html/frame-expected.checksum:
871 * dom/xhtml/level2/html/frame-expected.png:
872 * dom/xhtml/level2/html/frame-expected.txt:
873 * dom/xhtml/level2/html/iframe-expected.checksum:
874 * dom/xhtml/level2/html/iframe-expected.png:
875 * dom/xhtml/level2/html/iframe-expected.txt:
876 * tables/mozilla/bugs/bug50695-2-expected.txt:
879 2006-05-16 Eric Seidel <eseidel@apple.com>
881 Reviewed by andersca.
883 Autogenerate JSHTMLMetaElement.
884 http://bugzilla.opendarwin.org/show_bug.cgi?id=8938
886 * fast/dom/HTMLMetaElement: Added.
887 * fast/dom/HTMLMetaElement/meta-attributes-expected.txt: Added.
888 * fast/dom/HTMLMetaElement/meta-attributes.html: Added.
890 2006-05-15 Geoffrey Garen <ggaren@apple.com>
892 - Tests for JavaScript reserved words and the 'debugger' statement
893 <rdar://problem/4534904>
895 http://bugzilla.opendarwin.org/show_bug.cgi?id=6179
897 * fast/js/debugger-expected.txt: Added.
898 * fast/js/debugger.html: Added.
899 * fast/js/reserved-words-expected.txt: Added.
900 * fast/js/reserved-words.html: Added.
901 * fast/js/resources/debugger.js: Added.
902 * fast/js/resources/reserved-words.js: Added.
904 2006-05-15 Beth Dakin <bdakin@apple.com>
908 These tests have new expected results after the fix for
909 http://bugzilla.opendarwin.org/show_bug.cgi?id=6838 Incomplete
910 repaint of collapsed table borders
912 * fast/table/border-collapsing/001-expected.checksum:
913 * fast/table/border-collapsing/001-expected.png:
914 * fast/table/border-collapsing/001-expected.txt:
915 * fast/table/border-collapsing/002-expected.checksum:
916 * fast/table/border-collapsing/002-expected.png:
917 * fast/table/border-collapsing/002-expected.txt:
918 * fast/table/border-collapsing/003-expected.checksum:
919 * fast/table/border-collapsing/003-expected.png:
920 * fast/table/border-collapsing/003-expected.txt:
921 * fast/table/border-collapsing/003.html:
922 * fast/table/border-collapsing/004-expected.checksum:
923 * fast/table/border-collapsing/004-expected.png:
924 * fast/table/border-collapsing/004-expected.txt:
925 * fast/table/border-collapsing/rtl-border-collapsing-expected.checksum:
926 * fast/table/border-collapsing/rtl-border-collapsing-expected.png:
927 * fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
928 * fast/table/overflowHidden-expected.checksum:
929 * fast/table/overflowHidden-expected.png:
930 * fast/table/overflowHidden-expected.txt:
931 * tables/mozilla/bugs/bug159108-expected.checksum:
932 * tables/mozilla/bugs/bug159108-expected.png:
933 * tables/mozilla/bugs/bug159108-expected.txt:
934 * tables/mozilla/bugs/bug23151-expected.checksum:
935 * tables/mozilla/bugs/bug23151-expected.png:
936 * tables/mozilla/bugs/bug23151-expected.txt:
937 * tables/mozilla/bugs/bug43854-2-expected.checksum:
938 * tables/mozilla/bugs/bug43854-2-expected.png:
939 * tables/mozilla/bugs/bug43854-2-expected.txt:
940 * tables/mozilla/bugs/bug8381-expected.checksum:
941 * tables/mozilla/bugs/bug8381-expected.png:
942 * tables/mozilla/bugs/bug8381-expected.txt:
943 * tables/mozilla/bugs/bug9024-expected.txt:
944 * tables/mozilla/collapsing_borders/bug127040-expected.checksum:
945 * tables/mozilla/collapsing_borders/bug127040-expected.png:
946 * tables/mozilla/collapsing_borders/bug127040-expected.txt:
947 * tables/mozilla/collapsing_borders/bug41262-3-expected.checksum:
948 * tables/mozilla/collapsing_borders/bug41262-3-expected.png:
949 * tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
950 * tables/mozilla/collapsing_borders/bug41262-4-expected.checksum:
951 * tables/mozilla/collapsing_borders/bug41262-4-expected.png:
952 * tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
953 * tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
954 * tables/mozilla/marvin/backgr_layers-opacity-expected.png:
955 * tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
956 * tables/mozilla/marvin/backgr_position-table-expected.checksum:
957 * tables/mozilla/marvin/backgr_position-table-expected.png:
958 * tables/mozilla/marvin/backgr_position-table-expected.txt:
959 * tables/mozilla/marvin/backgr_simple-table-cell-expected.checksum:
960 * tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
961 * tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
962 * tables/mozilla/marvin/backgr_simple-table-column-expected.checksum:
963 * tables/mozilla/marvin/backgr_simple-table-column-expected.png:
964 * tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
965 * tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum:
966 * tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
967 * tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
968 * tables/mozilla/marvin/backgr_simple-table-expected.checksum:
969 * tables/mozilla/marvin/backgr_simple-table-expected.png:
970 * tables/mozilla/marvin/backgr_simple-table-expected.txt:
971 * tables/mozilla/marvin/backgr_simple-table-row-expected.checksum:
972 * tables/mozilla/marvin/backgr_simple-table-row-expected.png:
973 * tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
974 * tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum:
975 * tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
976 * tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
977 * tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum:
978 * tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
979 * tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
980 * tables/mozilla_expected_failures/bugs/bug3517-expected.txt:
981 * tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.checksum:
982 * tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png:
983 * tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
984 * tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.checksum:
985 * tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
986 * tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
987 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum:
988 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
989 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
990 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum:
991 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
992 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
993 * tables/mozilla_expected_failures/marvin/backgr_border-table-expected.checksum:
994 * tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
995 * tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
996 * tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.checksum:
997 * tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
998 * tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
999 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum:
1000 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
1001 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
1002 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum:
1003 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
1004 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
1005 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum:
1006 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
1007 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
1008 * tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum:
1009 * tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
1010 * tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
1011 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.checksum:
1012 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
1013 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
1014 * tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.checksum:
1015 * tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
1016 * tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
1017 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum:
1018 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
1019 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
1020 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum:
1021 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
1022 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
1023 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum:
1024 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
1025 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
1026 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum:
1027 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
1028 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
1029 * tables/mozilla_expected_failures/other/test4-expected.checksum:
1030 * tables/mozilla_expected_failures/other/test4-expected.png:
1031 * tables/mozilla_expected_failures/other/test4-expected.txt:
1033 2006-05-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
1037 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=6838
1038 Incomplete repaint of collapsed table borders
1040 * fast/repaint/table-collapsed-border-expected.checksum: Added.
1041 * fast/repaint/table-collapsed-border-expected.png: Added.
1042 * fast/repaint/table-collapsed-border-expected.txt: Added.
1043 * fast/repaint/table-collapsed-border.html: Added.
1045 2006-05-14 Rob Buis <buis@kde.org>
1049 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5882:
1050 disabled type="file" element doesn't appear disabled
1052 * fast/forms/file-input-disabled.html: Added.
1053 * fast/forms/file-input-disabled-expected.txt: Added.
1054 * fast/forms/file-input-disabled-expected.png: Added.
1055 * fast/forms/file-input-disabled-expected.checksum: Added.
1057 2006-05-14 Sam Weinig <sam.weinig@gmail.com>
1059 Reviewed by Hyatt, landed by ap.
1061 Test for <http://bugzilla.opendarwin.org/show_bug.cgi?id=8387>
1062 "border-left/padding-Left do not show up on multiline rtl inline boxes"
1064 * fast/inline/inline-borders-with-bidi-override.html: Added.
1065 * fast/inline/inline-borders-with-bidi-override-expected.txt: Added.
1066 * fast/inline/inline-borders-with-bidi-override-expected.png: Added.
1067 * fast/inline/inline-borders-with-bidi-override-expected.checksum: Added.
1069 2006-05-13 Mitz Pettel <opendarwin.org@mitzpettel.com>
1071 Reviewed by Darin, landed by ap.
1073 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8485
1074 iExploder(#11705): Freeze in RenderBlock::layout()
1076 * fast/text/midword-break-hang-expected.checksum: Added.
1077 * fast/text/midword-break-hang-expected.png: Added.
1078 * fast/text/midword-break-hang-expected.txt: Added.
1079 * fast/text/midword-break-hang.html: Added.
1081 2006-05-13 Rob Buis <buis@kde.org>
1083 Reviewed by Darin, landed by ap.
1085 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8132
1086 CSS parser sometimes accepts real number as integer
1088 * fast/css/rgb-float.html: Added.
1089 * fast/css/rgb-float-expected.txt: Added.
1090 * fast/css/rgb-float-expected.png: Added.
1091 * fast/css/rgb-float-expected.checksum: Added.
1093 2006-05-13 Sam Weinig <sam.weinig@gmail.com>
1095 Reviewed by Hyatt, landed by ap.
1097 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=7604
1099 * fast/block/positioning/absolute-length-of-neg-666666.html: Added.
1100 * fast/block/positioning/absolute-positioned-overconstrained.html: Added.
1101 * fast/block/positioning/auto/006.html: Updated to reflect that the containing
1102 block's direction, not the parent's is used.
1103 * fast/css/absolute-poition-in-rtl-parent.html: Updated and cleaned up.
1105 2006-05-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
1109 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8835
1110 REGRESSION: Line moves but selection highlight stays behind
1112 * fast/dynamic/selection-highlight-adjust-expected.checksum: Added.
1113 * fast/dynamic/selection-highlight-adjust-expected.png: Added.
1114 * fast/dynamic/selection-highlight-adjust-expected.txt: Added.
1115 * fast/dynamic/selection-highlight-adjust.html: Added.
1117 2006-05-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
1119 Reviewed and landed by Anders.
1121 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8866
1122 REGRESSION: Incorrect caret position in RTL text
1124 * fast/text/international/rtl-caret-expected.checksum: Added.
1125 * fast/text/international/rtl-caret-expected.png: Added.
1126 * fast/text/international/rtl-caret-expected.txt: Added.
1127 * fast/text/international/rtl-caret.html: Added.
1129 2006-05-11 Alexey Proskuryakov <ap@nypop.com>
1133 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8770
1134 XMLHttpRequest should strip CR/LF characters from the URL
1136 * fast/loader/url-strip-cr-lf-tab-expected.txt: Added.
1137 * fast/loader/url-strip-cr-lf-tab.html: Added.
1139 2006-05-11 Justin Garcia <justin.garcia@apple.com>
1141 Reviewed by thatcher, levi
1143 Inserting an <hr> into <div>foo^bar</div> now produces
1144 <div>foo</div><hr><div>bar</div>, instead of <div>foo<hr>bar</div>,
1145 which means that removing an inserted <hr> programmatically from
1146 javascript produces a different visual result than before (the
1147 new result is arguably more correct):
1148 * editing/execCommand/insertHorizontalRule.html:
1149 * editing/execCommand/insertHorizontalRule-expected.checksum:
1150 * editing/execCommand/insertHorizontalRule-expected.png:
1151 * editing/execCommand/insertHorizontalRule-expected.txt:
1153 Equivalent render trees or changes in the editing delegate
1154 notifications that reflect the fact that we are doing an end
1156 * editing/pasteboard/paste-text-001-expected.txt:
1157 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
1158 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
1159 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1160 * editing/pasteboard/smart-paste-003-expected.txt:
1161 * editing/pasteboard/smart-paste-004-expected.txt:
1162 * editing/pasteboard/smart-paste-005-expected.txt:
1163 * editing/pasteboard/smart-paste-006-expected.txt:
1164 * editing/pasteboard/smart-paste-007-expected.txt:
1165 * editing/style/smoosh-styles-001-expected.txt:
1166 * editing/style/smoosh-styles-002-expected.txt:
1168 2006-05-11 Darin Adler <darin@apple.com>
1170 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8743
1171 REGRESSION: focus() on input field selects all text within it (was: cannot select cities on British Rail reservation site)
1173 * fast/forms/double-focus-expected.txt: Added.
1174 * fast/forms/double-focus.html: Added.
1176 2006-05-11 Anders Carlsson <acarlsson@apple.com>
1180 http://bugzilla.opendarwin.org/show_bug.cgi?id=7838
1181 Add support for mozilla-style node constructors as properties of the window object
1183 * fast/dom/prototype-chain-expected.txt:
1184 Update prototype chains.
1186 * fast/dom/global-constructors-expected.txt:
1187 * fast/dom/global-constructors.html:
1188 Test new constructor objects.
1190 2006-05-10 Justin Garcia <justin.garcia@apple.com>
1194 Fixed a select-after-replacement problem:
1195 * editing/pasteboard/drag-drop-modifies-page-expected.checksum:
1196 * editing/pasteboard/drag-drop-modifies-page-expected.png:
1197 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
1199 The trailing interchange newline used to be lost:
1200 * editing/pasteboard/paste-text-012-expected.checksum:
1201 * editing/pasteboard/paste-text-012-expected.png:
1202 * editing/pasteboard/paste-text-012-expected.txt:
1203 * editing/pasteboard/paste-text-012.html:
1204 * editing/pasteboard/paste-text-016-expected.checksum:
1205 * editing/pasteboard/paste-text-016-expected.png:
1206 * editing/pasteboard/paste-text-016-expected.txt:
1207 * editing/pasteboard/paste-text-017-expected.checksum:
1208 * editing/pasteboard/paste-text-017-expected.png:
1209 * editing/pasteboard/paste-text-017-expected.txt:
1211 Illustrates the bug fixed in smart replace whitespace handling:
1212 * editing/pasteboard/smart-paste-008.html
1213 * editing/pasteboard/smart-paste-008-expected.txt
1214 * editing/pasteboard/smart-paste-008-expected.png
1215 * editing/pasteboard/smart-paste-008-expected.checksum
1217 2006-05-10 Alexey Proskuryakov <ap@nypop.com>
1221 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6621
1222 Blank page in Safari; http://www.capitalone.co.uk/web/MenuUrl?z=null&c=null% (Works in Firefox & IE)
1224 The problem itself was fixed by Anders in bug 8808 (WebCore should handle text files).
1226 * http/tests/misc/resources: Added.
1227 * http/tests/misc/resources/200.html: Added.
1228 * http/tests/misc/resources/text-refresh.pl: Added.
1229 * http/tests/misc/text-refresh-expected.txt: Added.
1230 * http/tests/misc/text-refresh.html: Added.
1232 2006-05-09 Darin Adler <darin@apple.com>
1234 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8781
1235 REGRESSION: image maps with "poly" areas, including one at lisp.geek.nz, don't work
1237 * fast/replaced/image-map.html: Added.
1238 * fast/replaced/image-map-expected.txt: Added.
1240 2006-05-09 Darin Adler <darin@apple.com>
1242 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6310
1243 text-transform: uppercase/lowercase don't handle cases one character becomes two
1245 * fast/css/case-transform.html: Added.
1246 * fast/css/case-transform-expected.txt: Added.
1248 2006-05-09 Levi Weintraub <lweintraub@apple.com>
1252 <rdar:/problem/4442395>
1253 Tiny MCE: Link isn't inserted after dragging into textarea field
1254 Created tests to test drag-and-dropped links.
1256 * editing/pasteboard/drop-link-expected.checksum: Added.
1257 * editing/pasteboard/drop-link-expected.png: Added.
1258 * editing/pasteboard/drop-link-expected.txt: Added.
1259 * editing/pasteboard/drop-link.html: Added.
1261 2006-05-09 Anders Carlsson <acarlsson@apple.com>
1265 * http/tests/incremental/slow-utf8-text-expected.checksum:
1266 * http/tests/incremental/slow-utf8-text-expected.png:
1267 * http/tests/incremental/slow-utf8-text-expected.txt:
1268 Update tests now that we wrap plain text differently.
1270 2006-05-09 Anders Carlsson <acarlsson@apple.com>
1274 Add test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8803
1275 XPath query for empty attributes crashes in XPath::StringExpression::StringExpression
1277 * fast/dom/xpath-empty-string-expected.txt: Added.
1278 * fast/dom/xpath-empty-string.html: Added.
1280 2006-05-08 Levi Weintraub <lweintraub@apple.com>
1284 REGRESSION: two editing layout tests show incorrect spell checking in pixel test mode
1285 http://bugzilla.opendarwin.org/show_bug.cgi?id=8350
1286 Forgot to update expected results.
1288 * fast/dom/inner-text-001-expected.txt
1290 2006-05-08 Levi Weintraub <lweintraub@apple.com>
1294 REGRESSION: two editing layout tests show incorrect spell checking in pixel test mode
1295 http://bugzilla.opendarwin.org/show_bug.cgi?id=8350
1297 * editing/pasteboard/innerText-inline-table-expected.checksum: Added.
1298 * editing/pasteboard/innerText-inline-table-expected.png: Added.
1299 * editing/pasteboard/innerText-inline-table-expected.txt: Added.
1300 * editing/pasteboard/innerText-inline-table.html: Added.
1302 2006-05-04 Anders Carlsson <acarlsson@apple.com>
1306 Add DOM3 xpath tests as self-contained SVG files.
1309 * dom/svg/level3: Added.
1310 * dom/svg/level3/xpath: Added.
1311 * dom/svg/level3/xpath/Attribute_Nodes-expected.txt: Added.
1312 * dom/svg/level3/xpath/Attribute_Nodes.js: Added.
1313 * dom/svg/level3/xpath/Attribute_Nodes.svg: Added.
1314 * dom/svg/level3/xpath/Attribute_Nodes_xmlns-expected.txt: Added.
1315 * dom/svg/level3/xpath/Attribute_Nodes_xmlns.js: Added.
1316 * dom/svg/level3/xpath/Attribute_Nodes_xmlns.svg: Added.
1317 * dom/svg/level3/xpath/Comment_Nodes-expected.txt: Added.
1318 * dom/svg/level3/xpath/Comment_Nodes.js: Added.
1319 * dom/svg/level3/xpath/Comment_Nodes.svg: Added.
1320 * dom/svg/level3/xpath/Conformance_Expressions-expected.txt: Added.
1321 * dom/svg/level3/xpath/Conformance_Expressions.js: Added.
1322 * dom/svg/level3/xpath/Conformance_Expressions.svg: Added.
1323 * dom/svg/level3/xpath/Conformance_ID-expected.txt: Added.
1324 * dom/svg/level3/xpath/Conformance_ID.js: Added.
1325 * dom/svg/level3/xpath/Conformance_ID.svg: Added.
1326 * dom/svg/level3/xpath/Conformance_hasFeature_3-expected.txt: Added.
1327 * dom/svg/level3/xpath/Conformance_hasFeature_3.js: Added.
1328 * dom/svg/level3/xpath/Conformance_hasFeature_3.svg: Added.
1329 * dom/svg/level3/xpath/Conformance_hasFeature_empty-expected.txt: Added.
1330 * dom/svg/level3/xpath/Conformance_hasFeature_empty.js: Added.
1331 * dom/svg/level3/xpath/Conformance_hasFeature_empty.svg: Added.
1332 * dom/svg/level3/xpath/Conformance_hasFeature_null-expected.txt: Added.
1333 * dom/svg/level3/xpath/Conformance_hasFeature_null.js: Added.
1334 * dom/svg/level3/xpath/Conformance_hasFeature_null.svg: Added.
1335 * dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt: Added.
1336 * dom/svg/level3/xpath/Conformance_isSupported_3.js: Added.
1337 * dom/svg/level3/xpath/Conformance_isSupported_3.svg: Added.
1338 * dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt: Added.
1339 * dom/svg/level3/xpath/Conformance_isSupported_empty.js: Added.
1340 * dom/svg/level3/xpath/Conformance_isSupported_empty.svg: Added.
1341 * dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt: Added.
1342 * dom/svg/level3/xpath/Conformance_isSupported_null.js: Added.
1343 * dom/svg/level3/xpath/Conformance_isSupported_null.svg: Added.
1344 * dom/svg/level3/xpath/Element_Nodes-expected.txt: Added.
1345 * dom/svg/level3/xpath/Element_Nodes.js: Added.
1346 * dom/svg/level3/xpath/Element_Nodes.svg: Added.
1347 * dom/svg/level3/xpath/Processing_Instruction_Nodes-expected.txt: Added.
1348 * dom/svg/level3/xpath/Processing_Instruction_Nodes.js: Added.
1349 * dom/svg/level3/xpath/Processing_Instruction_Nodes.svg: Added.
1350 * dom/svg/level3/xpath/Text_Nodes-expected.txt: Added.
1351 * dom/svg/level3/xpath/Text_Nodes.js: Added.
1352 * dom/svg/level3/xpath/Text_Nodes.svg: Added.
1353 * dom/svg/level3/xpath/XPathEvaluatorCast01-expected.txt: Added.
1354 * dom/svg/level3/xpath/XPathEvaluatorCast01.js: Added.
1355 * dom/svg/level3/xpath/XPathEvaluatorCast01.svg: Added.
1356 * dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR-expected.txt: Added.
1357 * dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR.js: Added.
1358 * dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR.svg: Added.
1359 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01-expected.txt: Added.
1360 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01.js: Added.
1361 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01.svg: Added.
1362 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02-expected.txt: Added.
1363 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02.js: Added.
1364 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02.svg: Added.
1365 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NS-expected.txt: Added.
1366 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NS.js: Added.
1367 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NS.svg: Added.
1368 * dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS-expected.txt: Added.
1369 * dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS.js: Added.
1370 * dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS.svg: Added.
1371 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all-expected.txt: Added.
1372 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all.js: Added.
1373 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all.svg: Added.
1374 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document-expected.txt: Added.
1375 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document.js: Added.
1376 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document.svg: Added.
1377 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement-expected.txt: Added.
1378 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement.js: Added.
1379 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement.svg: Added.
1380 * dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR-expected.txt: Added.
1381 * dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR.js: Added.
1382 * dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR.svg: Added.
1383 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR-expected.txt: Added.
1384 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR.js: Added.
1385 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR.svg: Added.
1386 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR-expected.txt: Added.
1387 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR.js: Added.
1388 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR.svg: Added.
1389 * dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR-expected.txt: Added.
1390 * dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR.js: Added.
1391 * dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR.svg: Added.
1392 * dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR-expected.txt: Added.
1393 * dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR.js: Added.
1394 * dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR.svg: Added.
1395 * dom/svg/level3/xpath/XPathEvaluator_evaluate_document-expected.txt: Added.
1396 * dom/svg/level3/xpath/XPathEvaluator_evaluate_document.js: Added.
1397 * dom/svg/level3/xpath/XPathEvaluator_evaluate_document.svg: Added.
1398 * dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement-expected.txt: Added.
1399 * dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement.js: Added.
1400 * dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement.svg: Added.
1401 * dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR-expected.txt: Added.
1402 * dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR.js: Added.
1403 * dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR.svg: Added.
1404 * dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR-expected.txt: Added.
1405 * dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR.js: Added.
1406 * dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR.svg: Added.
1407 * dom/svg/level3/xpath/XPathExpression_evaluate_document-expected.txt: Added.
1408 * dom/svg/level3/xpath/XPathExpression_evaluate_document.js: Added.
1409 * dom/svg/level3/xpath/XPathExpression_evaluate_document.svg: Added.
1410 * dom/svg/level3/xpath/XPathExpression_evaluate_documentElement-expected.txt: Added.
1411 * dom/svg/level3/xpath/XPathExpression_evaluate_documentElement.js: Added.
1412 * dom/svg/level3/xpath/XPathExpression_evaluate_documentElement.svg: Added.
1413 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc-expected.txt: Added.
1414 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc.js: Added.
1415 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc.svg: Added.
1416 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null-expected.txt: Added.
1417 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null.js: Added.
1418 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null.svg: Added.
1419 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix-expected.txt: Added.
1420 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix.js: Added.
1421 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix.svg: Added.
1422 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml-expected.txt: Added.
1423 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml.js: Added.
1424 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml.svg: Added.
1425 * dom/svg/level3/xpath/XPathResult_TYPE_ERR-expected.txt: Added.
1426 * dom/svg/level3/xpath/XPathResult_TYPE_ERR.js: Added.
1427 * dom/svg/level3/xpath/XPathResult_TYPE_ERR.svg: Added.
1428 * dom/svg/level3/xpath/XPathResult_booleanValue_false-expected.txt: Added.
1429 * dom/svg/level3/xpath/XPathResult_booleanValue_false.js: Added.
1430 * dom/svg/level3/xpath/XPathResult_booleanValue_false.svg: Added.
1431 * dom/svg/level3/xpath/XPathResult_booleanValue_true-expected.txt: Added.
1432 * dom/svg/level3/xpath/XPathResult_booleanValue_true.js: Added.
1433 * dom/svg/level3/xpath/XPathResult_booleanValue_true.svg: Added.
1434 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE-expected.txt: Added.
1435 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE.js: Added.
1436 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE.svg: Added.
1437 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE-expected.txt: Added.
1438 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE.js: Added.
1439 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE.svg: Added.
1440 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE-expected.txt: Added.
1441 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE.js: Added.
1442 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE.svg: Added.
1443 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE-expected.txt: Added.
1444 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE.js: Added.
1445 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE.svg: Added.
1446 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE-expected.txt: Added.
1447 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE.js: Added.
1448 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE.svg: Added.
1449 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE-expected.txt: Added.
1450 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE.js: Added.
1451 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE.svg: Added.
1452 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt: Added.
1453 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE.js: Added.
1454 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE.svg: Added.
1455 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE-expected.txt: Added.
1456 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE.js: Added.
1457 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE.svg: Added.
1458 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE-expected.txt: Added.
1459 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE.js: Added.
1460 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE.svg: Added.
1461 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt: Added.
1462 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE.js: Added.
1463 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE.svg: Added.
1464 * dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR-expected.txt: Added.
1465 * dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR.js: Added.
1466 * dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR.svg: Added.
1467 * dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE-expected.txt: Added.
1468 * dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE.js: Added.
1469 * dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE.svg: Added.
1470 * dom/svg/level3/xpath/XPathResult_iteratorNext_UNORDERED_NODE_ITERATOR_TYPE.js: Added.
1471 * dom/svg/level3/xpath/XPathResult_numberValue-expected.txt: Added.
1472 * dom/svg/level3/xpath/XPathResult_numberValue.js: Added.
1473 * dom/svg/level3/xpath/XPathResult_numberValue.svg: Added.
1474 * dom/svg/level3/xpath/XPathResult_resultType-expected.txt: Added.
1475 * dom/svg/level3/xpath/XPathResult_resultType.js: Added.
1476 * dom/svg/level3/xpath/XPathResult_resultType.svg: Added.
1477 * dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE-expected.txt: Added.
1478 * dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE.js: Added.
1479 * dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE.svg: Added.
1480 * dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE-expected.txt: Added.
1481 * dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE.js: Added.
1482 * dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE.svg: Added.
1483 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt: Added.
1484 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null.js: Added.
1485 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null.svg: Added.
1486 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order-expected.txt: Added.
1487 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order.js: Added.
1488 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order.svg: Added.
1489 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count-expected.txt: Added.
1490 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count.js: Added.
1491 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count.svg: Added.
1492 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt: Added.
1493 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null.js: Added.
1494 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null.svg: Added.
1495 * dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt: Added.
1496 * dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE.js: Added.
1497 * dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE.svg: Added.
1498 * dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt: Added.
1499 * dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE.js: Added.
1500 * dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE.svg: Added.
1501 * dom/svg/level3/xpath/XPathResult_stringValue-expected.txt: Added.
1502 * dom/svg/level3/xpath/XPathResult_stringValue.js: Added.
1503 * dom/svg/level3/xpath/XPathResult_stringValue.svg: Added.
1504 * dom/svg/level3/xpath/svgunit.js: Added.
1506 2006-05-08 Alexey Proskuryakov <ap@nypop.com>
1510 Updated a test case affected by the previous checkin. ⟩ and ⟨ are
1511 replaced with their canonical equivalents during normalization.
1513 * fast/parser/entities-in-xhtml-expected.checksum:
1514 * fast/parser/entities-in-xhtml-expected.txt:
1516 2006-05-07 Alexey Proskuryakov <ap@nypop.com>
1520 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8769
1521 TextEncoding::fromUnicode() - support non-BMP characters and convert to NFC
1523 * fast/forms/form-data-encoding.html: Cover more cases for Latin-1 encoding.
1524 * fast/forms/form-data-encoding-2.html: Added. Test conversion to UTF-8.
1525 * fast/forms/form-data-encoding-2-expected.txt: Added.
1527 2006-05-05 Alexey Proskuryakov <ap@nypop.com>
1531 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8626
1532 Strict mode erroneously triggered by a broken comment
1534 * fast/parser/broken-comments-vs-parsing-mode-expected.checksum: Added.
1535 * fast/parser/broken-comments-vs-parsing-mode-expected.png: Added.
1536 * fast/parser/broken-comments-vs-parsing-mode-expected.txt: Added.
1537 * fast/parser/broken-comments-vs-parsing-mode.html: Added.
1539 2006-05-05 Darin Adler <darin@apple.com>
1541 - test update for http://bugzilla.opendarwin.org/show_bug.cgi?id=8722
1542 IE compatibility fix in date parsing
1544 * fast/js/kde/resources/Date.js: Added test cases that George Staikos provided
1545 that test dates with day values of 0, 55, and 452.
1547 2006-05-05 Matt Gough <matt@softchaos.com>
1551 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8563>
1553 Tests that the name, publicID and systemID are all read correctly
1554 and that the doctype object preserves the case of the
1555 components from the source html:
1556 * fast/doctypes/005-case-preserving.html: Added.
1557 * fast/doctypes/005-case-preserving-expected.txt: Added.
1559 2006-05-04 Mitz Pettel <opendarwin.org@mitzpettel.com>
1563 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8594
1564 REGRESSION: Exception on closing a page containing (just) an mp3
1566 * plugins/pluginDocumentView-deallocated-dataSource-expected.txt: Added.
1567 * plugins/pluginDocumentView-deallocated-dataSource.html: Added.
1568 * plugins/resources: Added.
1569 * plugins/resources/orange.mov: Added.
1571 2006-05-04 Justin Garcia <justin.garcia@apple.com>
1573 Reviewed by harrison
1575 Pasted content would end up inside the block that contained the end of
1576 the selection that was pasted into and not the block that contained
1577 the start of the selection that was pasted into:
1578 * editing/pasteboard/merge-end-5-expected.checksum: Added.
1579 * editing/pasteboard/merge-end-5-expected.png: Added.
1580 * editing/pasteboard/merge-end-5-expected.txt: Added.
1581 * editing/pasteboard/merge-end-5.html: Added.
1583 Inserting a paragraph separator was splitting and cloning the body element
1584 if the html element was editable:
1585 * editing/inserting/editable-html-element-expected.checksum: Added.
1586 * editing/inserting/editable-html-element-expected.png: Added.
1587 * editing/inserting/editable-html-element-expected.txt: Added.
1588 * editing/inserting/editable-html-element.html: Added.
1590 Since we now sometimes merge backward (from content already in the
1591 document to just inserted content) during the end merge, the node that
1592 contains the old caret is removed more often during paste. The editing
1593 delegate notifications in these tests reflect this:
1594 * editing/pasteboard/paste-line-endings-007-expected.txt:
1595 * editing/pasteboard/paste-line-endings-008-expected.txt:
1596 * editing/pasteboard/paste-line-endings-009-expected.txt:
1598 Now demonstrates a bug where the html element is focused, but its contents
1600 * editing/selection/focus_editable_html-expected.checksum:
1601 * editing/selection/focus_editable_html-expected.png:
1602 * editing/selection/focus_editable_html-expected.txt:
1603 * editing/selection/focus_editable_html.html:
1605 2006-05-04 Beth Dakin <bdakin@apple.com>
1609 Updated pixel results for http://bugzilla.opendarwin.org/
1610 show_bug.cgi?id=8732 Backgrounds with background-size and
1611 background-origin do not always lay out correctly
1613 * fast/backgrounds/size/backgroundSize10-expected.checksum:
1614 * fast/backgrounds/size/backgroundSize10-expected.png:
1615 * fast/backgrounds/size/backgroundSize12-expected.checksum:
1616 * fast/backgrounds/size/backgroundSize12-expected.png:
1617 * fast/backgrounds/size/backgroundSize18-expected.checksum:
1618 * fast/backgrounds/size/backgroundSize18-expected.png:
1619 * fast/backgrounds/size/backgroundSize19-expected.checksum:
1620 * fast/backgrounds/size/backgroundSize19-expected.png:
1622 2006-05-03 Darin Adler <darin@apple.com>
1626 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8159
1627 REGRESSION: Clicking outside new text field focuses the field
1629 * fast/forms/input-text-click-inside-expected.png: Added.
1630 * fast/forms/input-text-click-inside-expected.txt: Added.
1631 * fast/forms/input-text-click-inside-expected.checksum: Added.
1632 * fast/forms/input-text-click-inside.html: Added.
1633 * fast/forms/input-text-click-outside-expected.png: Added.
1634 * fast/forms/input-text-click-outside-expected.txt: Added.
1635 * fast/forms/input-text-click-outside-expected.checksum: Added.
1636 * fast/forms/input-text-click-outside.html: Added.
1637 Test clicks both inside and outside an input element.
1639 * editing/selection/contenteditable-click-inside-expected.png: Added.
1640 * editing/selection/contenteditable-click-inside-expected.txt: Added.
1641 * editing/selection/contenteditable-click-inside-expected.checksum: Added.
1642 * editing/selection/contenteditable-click-inside.html: Added.
1643 * editing/selection/contenteditable-click-outside-expected.png: Added.
1644 * editing/selection/contenteditable-click-outside-expected.txt: Added.
1645 * editing/selection/contenteditable-click-outside-expected.checksum: Added.
1646 * editing/selection/contenteditable-click-outside.html: Added.
1647 Added a test for the same situation, but with a div element set
1648 to have editable content.
1650 * editing/inserting/insert-3851164-fix-expected.txt:
1651 * editing/inserting/insert-3851164-fix.html:
1652 * editing/inserting/insert-3907422-fix-expected.txt:
1653 * editing/inserting/insert-3907422-fix.html:
1654 * editing/pasteboard/paste-text-011-expected.txt:
1655 * editing/pasteboard/paste-text-011.html:
1656 Update some tests that were relying on a bug that would cause a
1657 Select All in a document that contained a single content-editable
1658 element select the contents of that element.
1660 * fast/lists/drag-into-marker-expected.checksum:
1661 * fast/lists/drag-into-marker-expected.png:
1662 * fast/lists/drag-into-marker-expected.txt:
1663 * fast/lists/drag-into-marker.html:
1664 Changed test so that it no longer tests what happens when you drag to a marker
1665 that is outside the content-editable element. We may still want to make that
1666 case behave as before, but that's a separate issue.
1668 * editing/pasteboard/drop-text-without-selection-expected.txt:
1669 * editing/pasteboard/merge-start-blockquote-expected.txt:
1670 * editing/pasteboard/merge-start-list-expected.txt:
1671 * editing/selection/select-all-iframe-expected.txt:
1672 * fast/events/div-focus-expected.txt:
1673 * fast/events/drag-outside-window-expected.txt:
1674 * fast/forms/focus-control-to-page-expected.txt:
1675 * fast/forms/input-changing-value-expected.txt:
1676 * fast/forms/input-maxlength-2-expected.txt:
1677 * fast/forms/input-paste-undo-expected.txt:
1678 * fast/forms/input-text-paste-maxlength-expected.txt:
1679 * fast/forms/input-truncate-newline-expected.txt:
1680 * fast/forms/plaintext-mode-2-expected.txt:
1681 * fast/text/textIteratorNilRenderer-expected.txt:
1682 Update tests where the DOM range endpoints passed to the delegate are slightly
1683 different, but equivalent and still OK.
1685 * editing/pasteboard/paste-4039777-fix-expected.txt:
1686 Updated tests where the resulting tree is slightly different, but still OK.
1688 * editing/unsupported-content/list-delete-002-expected.checksum:
1689 * editing/unsupported-content/list-delete-002-expected.png:
1690 * editing/unsupported-content/list-delete-002-expected.txt:
1691 Update test where the new code eliminates an unwanted extra space that we
1692 got with the old code.
1694 * editing/deleting/delete-4038408-fix-expected.txt:
1695 * editing/deleting/delete-4038408-fix.html:
1696 * editing/input/text-input-controller-expected.txt:
1697 * editing/input/text-input-controller.html:
1698 * fast/forms/attributed-strings-expected.txt:
1699 * fast/forms/attributed-strings.html:
1700 Update tests that were relying on the behavior of Select All putting the
1701 selection inside a content-editable element if that element was the first
1702 in the body; the patch breaks that behavior.
1704 * fast/events/updateLayoutForHitTest-expected.checksum:
1705 * fast/events/updateLayoutForHitTest-expected.png:
1706 Update a test that no longer shows a visible selection.
1708 * editing/selection/3690703-2-expected.checksum:
1709 * editing/selection/3690703-2-expected.png:
1710 * editing/selection/3690703-2-expected.txt:
1711 * editing/selection/3690703-expected.checksum:
1712 * editing/selection/3690703-expected.png:
1713 * editing/selection/3690703-expected.txt:
1714 Updated results for these tests, which have examples of form elements
1715 inside a content-editable area. The old results were wrong; the new results
1716 are not much better, but are OK.
1718 - update some other misc. pixel-test results
1720 * fast/inspector/style-expected.checksum:
1721 * fast/inspector/style-expected.png:
1722 Updated since the name changed to include "-webkit-".
1724 * fast/overflow/childFocusRingClip-expected.checksum:
1725 * fast/overflow/childFocusRingClip-expected.png:
1726 Updated results that now seem to show correct clipping of the focus ring.
1728 * fast/frames/empty-cols-attribute-expected.checksum:
1729 * fast/frames/empty-cols-attribute-expected.png: Added.
1730 Checksum was wrong, png was missing.
1732 * fast/parser/001-expected.checksum:
1733 * fast/parser/001-expected.png:
1734 Checksum and png were incorrect -- changed a while back.
1736 * plugins/embed-attributes-style-expected.checksum: Added.
1737 * plugins/embed-attributes-style-expected.png: Added.
1738 Added pixel-test results for tests that don't have them.
1740 2006-05-02 Justin Garcia <justin.garcia@apple.com>
1742 Reviewed by harrison
1744 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8704>
1745 Fix a few end merge bugs
1746 <rdar://problem/4424044>
1747 REGRESSION: Extra line appears when typing
1749 Added a function so that selection changes can participate in slow-motion-mode:
1750 * editing/editing.js:
1751 Extra newlines were added:
1752 * editing/inserting/paragraph-separator-01-expected.checksum: Added.
1753 * editing/inserting/paragraph-separator-01-expected.png: Added.
1754 * editing/inserting/paragraph-separator-01-expected.txt: Added.
1755 * editing/inserting/paragraph-separator-01.html: Added.
1756 * editing/inserting/paragraph-separator-02-expected.checksum: Added.
1757 * editing/inserting/paragraph-separator-02-expected.png: Added.
1758 * editing/inserting/paragraph-separator-02-expected.txt: Added.
1759 * editing/inserting/paragraph-separator-02.html: Added.
1760 A preserved newline was turned into a nbsp:
1761 * editing/inserting/paragraph-separator-03-expected.checksum: Added.
1762 * editing/inserting/paragraph-separator-03-expected.png: Added.
1763 * editing/inserting/paragraph-separator-03-expected.txt: Added.
1764 * editing/inserting/paragraph-separator-03.html: Added.
1765 End merge didn't happen:
1766 * editing/pasteboard/merge-end-4-expected.checksum: Added.
1767 * editing/pasteboard/merge-end-4-expected.png: Added.
1768 * editing/pasteboard/merge-end-4-expected.txt: Added.
1769 * editing/pasteboard/merge-end-4.html: Added.
1770 Content was pulled out of these special elements:
1771 * editing/pasteboard/merge-end-blockquote-expected.checksum: Added.
1772 * editing/pasteboard/merge-end-blockquote-expected.png: Added.
1773 * editing/pasteboard/merge-end-blockquote-expected.txt: Added.
1774 * editing/pasteboard/merge-end-blockquote.html: Added.
1775 * editing/pasteboard/merge-end-list-expected.checksum: Added.
1776 * editing/pasteboard/merge-end-list-expected.png: Added.
1777 * editing/pasteboard/merge-end-list-expected.txt: Added.
1778 * editing/pasteboard/merge-end-list.html: Added.
1779 * editing/pasteboard/merge-end-table-expected.checksum: Added.
1780 * editing/pasteboard/merge-end-table-expected.png: Added.
1781 * editing/pasteboard/merge-end-table-expected.txt: Added.
1782 * editing/pasteboard/merge-end-table.html: Added.
1784 2006-05-02 Anders Carlsson <andersca@mac.com>
1786 Reviewed by Dave Hyatt.
1788 Test case for http://bugzilla.opendarwin.org/show_bug.cgi?id=8688
1789 file URLs aren't being serialized correctly when using window.location
1791 * fast/js/window-location-href-file-urls-expected.txt: Added.
1792 * fast/js/window-location-href-file-urls.html: Added.
1794 2006-04-28 Justin Garcia <justin.garcia@apple.com>
1798 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8653>
1799 Remove a use of hasMoreThanOneBlock
1801 Deleting didn't merge because of code that stopped the merge whenever
1802 the end of the selection to delete was in a fully selected line.
1803 * editing/deleting/merge-endOfParagraph-expected.checksum: Added.
1804 * editing/deleting/merge-endOfParagraph-expected.png: Added.
1805 * editing/deleting/merge-endOfParagraph-expected.txt: Added.
1806 * editing/deleting/merge-endOfParagraph.html: Added.
1808 Two testcases where paste did not request a merge from deletion, but should have.
1809 * editing/pasteboard/merge-after-delete-1-expected.checksum: Added.
1810 * editing/pasteboard/merge-after-delete-1-expected.png: Added.
1811 * editing/pasteboard/merge-after-delete-1-expected.txt: Added.
1812 * editing/pasteboard/merge-after-delete-1.html: Added.
1813 * editing/pasteboard/merge-after-delete-2-expected.checksum: Added.
1814 * editing/pasteboard/merge-after-delete-2-expected.png: Added.
1815 * editing/pasteboard/merge-after-delete-2-expected.txt: Added.
1816 * editing/pasteboard/merge-after-delete-2.html: Added.
1818 Code that prevents nesting incoming blocks in the block being pasted into
1819 could reverse the order of pasted paragraphs.
1820 * editing/pasteboard/prevent-block-nesting-01-expected.checksum: Added.
1821 * editing/pasteboard/prevent-block-nesting-01-expected.png: Added.
1822 * editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
1823 * editing/pasteboard/prevent-block-nesting-01.html: Added.
1825 2006-04-28 Alexey Proskuryakov <ap@nypop.com>
1829 - http://bugzilla.opendarwin.org/show_bug.cgi?id=5855
1830 REGRESSION: revert SGML comment parsing fix (comment parsing causes most of usbank.com page to be missing)
1832 * fast/css/acid2.html: Updated to the current version of the test, which no longer includes
1833 SGML comment parsing.
1834 * fast/css/acid2-pixel.html: Ditto.
1835 * http/tests/misc/acid2-pixel.html: Ditto.
1836 * http/tests/misc/acid2.html: Ditto.
1837 * fast/parser/comments-expected.checksum: The results of this test now match WinIE.
1838 * fast/parser/comments-expected.png:
1839 * fast/parser/comments-expected.txt:
1840 * fast/parser/comments.html:
1842 2006-04-28 Mitz Pettel <opendarwin.org@mitzpettel.com>
1844 Reviewed by hyatt, landed by ap.
1846 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6769
1847 REGRESSION: Incomplete repaint when a cell's extra bottom margin grows
1849 * fast/repaint/table-extra-bottom-grow-expected.checksum: Added.
1850 * fast/repaint/table-extra-bottom-grow-expected.png: Added.
1851 * fast/repaint/table-extra-bottom-grow-expected.txt: Added.
1852 * fast/repaint/table-extra-bottom-grow.html: Added.
1853 * fast/repaint/table-cell-moved-expected.checksum: Removed excessive painting.
1854 * fast/repaint/table-cell-moved-expected.png: Ditto.
1855 * fast/repaint/bugzilla-6278-expected.checksum: Ditto.
1856 * fast/repaint/bugzilla-6278-expected.png: Ditto.
1858 2006-04-28 Eric Seidel <eseidel@apple.com>
1860 Reviewed by andersca.
1862 WebKit should accept */*+xml as XML.
1863 http://bugzilla.opendarwin.org/show_bug.cgi?id=5998
1865 * http/tests/xmlhttprequest/supported-xml-content-types-expected.txt: Added.
1866 * http/tests/xmlhttprequest/supported-xml-content-types.cgi: Added.
1867 * http/tests/xmlhttprequest/supported-xml-content-types.html: Added.
1869 2006-04-27 Geoffrey Garen <ggaren@apple.com>
1871 - Updated to remove diff shmutz:
1873 * fast/dom/Window/window-special-properties-expected.txt:
1874 * fast/dom/Window/window-special-properties.html:
1876 - Test for global window properties like window.HTMLDocument:
1878 * fast/dom/global-constructors-expected.txt: Added.
1879 * fast/dom/global-constructors.html: Added.
1881 2006-04-27 Mitz Pettel <opendarwin.org@mitzpettel.com>
1885 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8607>
1886 Automate repaint tests
1888 * fast/repaint/backgroundSizeRepaint-expected.checksum: Added.
1889 * fast/repaint/backgroundSizeRepaint-expected.png: Added.
1890 * fast/repaint/backgroundSizeRepaint-expected.txt: Added.
1891 * fast/repaint/backgroundSizeRepaint.html: Added.
1892 * fast/repaint/border-repaint-glitch-expected.checksum: Added.
1893 * fast/repaint/border-repaint-glitch-expected.png: Added.
1894 * fast/repaint/border-repaint-glitch-expected.txt: Added.
1895 * fast/repaint/border-repaint-glitch.html: Added.
1896 * fast/repaint/bugzilla-3509-expected.checksum: Added.
1897 * fast/repaint/bugzilla-3509-expected.png: Added.
1898 * fast/repaint/bugzilla-3509-expected.txt: Added.
1899 * fast/repaint/bugzilla-3509.html: Added.
1900 * fast/repaint/bugzilla-5699-expected.checksum: Added.
1901 * fast/repaint/bugzilla-5699-expected.png: Added.
1902 * fast/repaint/bugzilla-5699-expected.txt: Added.
1903 * fast/repaint/bugzilla-5699.html: Added.
1904 * fast/repaint/bugzilla-6278-expected.checksum: Added.
1905 * fast/repaint/bugzilla-6278-expected.png: Added.
1906 * fast/repaint/bugzilla-6278-expected.txt: Added.
1907 * fast/repaint/bugzilla-6278.html: Added.
1908 * fast/repaint/bugzilla-6388-expected.checksum: Added.
1909 * fast/repaint/bugzilla-6388-expected.png: Added.
1910 * fast/repaint/bugzilla-6388-expected.txt: Added.
1911 * fast/repaint/bugzilla-6388.html: Added.
1912 * fast/repaint/bugzilla-6473-expected.checksum: Added.
1913 * fast/repaint/bugzilla-6473-expected.png: Added.
1914 * fast/repaint/bugzilla-6473-expected.txt: Added.
1915 * fast/repaint/bugzilla-6473.html: Added.
1916 * fast/repaint/bugzilla-7235-expected.checksum: Added.
1917 * fast/repaint/bugzilla-7235-expected.png: Added.
1918 * fast/repaint/bugzilla-7235-expected.txt: Added.
1919 * fast/repaint/bugzilla-7235.html: Added.
1920 * fast/repaint/inline-outline-repaint-expected.checksum: Added.
1921 * fast/repaint/inline-outline-repaint-expected.png: Added.
1922 * fast/repaint/inline-outline-repaint-expected.txt: Added.
1923 * fast/repaint/inline-outline-repaint.html: Added.
1924 * fast/repaint/outline-repaint-glitch-expected.checksum: Added.
1925 * fast/repaint/outline-repaint-glitch-expected.png: Added.
1926 * fast/repaint/outline-repaint-glitch-expected.txt: Added.
1927 * fast/repaint/outline-repaint-glitch.html: Added.
1928 * fast/repaint/repaint-resized-overflow-expected.checksum: Added.
1929 * fast/repaint/repaint-resized-overflow-expected.png: Added.
1930 * fast/repaint/repaint-resized-overflow-expected.txt: Added.
1931 * fast/repaint/repaint-resized-overflow.html: Added.
1932 * fast/repaint/repaint.js: Added.
1933 * fast/repaint/resources: Added.
1934 * fast/repaint/resources/apple.jpg: Added.
1935 * fast/repaint/table-cell-move-expected.checksum: Added.
1936 * fast/repaint/table-cell-move-expected.png: Added.
1937 * fast/repaint/table-cell-move-expected.txt: Added.
1938 * fast/repaint/table-cell-move.html: Added.
1940 2006-04-27 Justin Garcia <justin.garcia@apple.com>
1944 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8624>
1945 Placeholders aren't always removed during paste
1946 <rdar://problem/4059807>
1947 Seed: Mail: pasting quoted content sometimes adds a phantom newline
1949 If a webkit-block-placeholder has been introduced by a bug in deletion,
1950 we shouldn't remove it during paste if it is now acting as a linebreak.
1951 * editing/pasteboard/bad-placeholder-expected.checksum: Added.
1952 * editing/pasteboard/bad-placeholder-expected.png: Added.
1953 * editing/pasteboard/bad-placeholder-expected.txt: Added.
1954 * editing/pasteboard/bad-placeholder.html: Added.
1955 Generic placeholder brs should be removed if they are displaced by pasted content.
1956 * editing/pasteboard/displaced-generic-placeholder-expected.checksum: Added.
1957 * editing/pasteboard/displaced-generic-placeholder-expected.png: Added.
1958 * editing/pasteboard/displaced-generic-placeholder-expected.txt: Added.
1959 * editing/pasteboard/displaced-generic-placeholder.html: Added.
1960 So should placeholder brs with our special class on them.
1961 * editing/pasteboard/displaced-placeholder-expected.checksum: Added.
1962 * editing/pasteboard/displaced-placeholder-expected.png: Added.
1963 * editing/pasteboard/displaced-placeholder-expected.txt: Added.
1964 * editing/pasteboard/displaced-placeholder.html: Added.
1965 Removed an unnecessary collapsed br.
1966 * editing/pasteboard/paste-text-010-expected.txt:
1967 Two fixes, an extra line was present after pasting with an interchange newline.
1968 * editing/pasteboard/paste-text-016-expected.checksum: Added.
1969 * editing/pasteboard/paste-text-016-expected.png: Added.
1970 * editing/pasteboard/paste-text-016-expected.txt: Added.
1971 * editing/pasteboard/paste-text-017-expected.checksum: Added.
1972 * editing/pasteboard/paste-text-017-expected.png: Added.
1973 * editing/pasteboard/paste-text-017-expected.txt: Added.
1974 The code that interprets the incoming br as a br in strict mode had a bug.
1975 * editing/pasteboard/quirks-mode-br-1-expected.checksum: Added.
1976 * editing/pasteboard/quirks-mode-br-1-expected.png: Added.
1977 * editing/pasteboard/quirks-mode-br-1-expected.txt: Added.
1978 * editing/pasteboard/quirks-mode-br-1.html: Added.
1979 The linePlaceholder removal was negating the work to interpret the last
1980 incoming br as a br in strict mode.
1981 * editing/pasteboard/quirks-mode-br-2-expected.checksum: Added.
1982 * editing/pasteboard/quirks-mode-br-2-expected.png: Added.
1983 * editing/pasteboard/quirks-mode-br-2-expected.txt: Added.
1984 * editing/pasteboard/quirks-mode-br-2.html: Added.
1985 Don't let collapsed brs become rendered as a result of the paste operation.
1986 * editing/pasteboard/unrendered-br-expected.checksum: Added.
1987 * editing/pasteboard/unrendered-br-expected.png: Added.
1988 * editing/pasteboard/unrendered-br-expected.txt: Added.
1989 * editing/pasteboard/unrendered-br.html: Added.
1991 2006-04-25 Tim Omernick <timo@apple.com>
1995 Test case for <rdar://problem/4068375> Flash inserted via innerHTML Fails to Show when
1996 CSS Display Style is Toggled via Javascript
1998 * plugins/inner-html-display-none.html: Added.
1999 * plugins/inner-html-display-none-expected.txt: Added.
2001 2006-04-26 Justin Garcia <justin.garcia@apple.com>
2005 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8459>
2006 REGRESSION: Content lost during a delete/merge of whitespace:pre text
2008 Updated to mention the bug that this testcase still demonstrates.
2009 Leaving it disabled until the bug (8592) is fixed:
2010 * editing/deleting/merge-whitespace-pre.html-disabled:
2012 Illustrates why prune should ascend using the render tree:
2013 * editing/deleting/pruning-after-merge-1-expected.checksum: Added.
2014 * editing/deleting/pruning-after-merge-1-expected.png: Added.
2015 * editing/deleting/pruning-after-merge-1-expected.txt: Added.
2016 * editing/deleting/pruning-after-merge-1.html: Added.
2018 2006-04-26 Geoffrey Garen <ggaren@apple.com>
2020 Reviewed by OMG DETHBAKIN.
2022 * fast/dom/prototype-chain-expected.txt: Fix up prototype chain now
2023 that Node is autogenerated.
2025 2006-04-25 Justin Garcia <justin.garcia@apple.com>
2027 Reviewed by harrison
2029 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8583>
2030 Moving paste code around and some small fixes
2032 Disabling until the bug it illustrates is fixed (8459):
2033 * editing/deleting/merge-whitespace-pre.html: Removed.
2034 * editing/deleting/merge-whitespace-pre.html-disabled: Added.
2036 This illustrates the need to do mergeEnd in the opposite direction:
2037 * editing/pasteboard/merge-end-borders-expected.checksum: Added.
2038 * editing/pasteboard/merge-end-borders-expected.png: Added.
2039 * editing/pasteboard/merge-end-borders-expected.txt: Added.
2040 * editing/pasteboard/merge-end-borders.html: Added.
2042 These illustrate the need to do the special case checks for list content and Mail
2043 blockquote content at the top of shouldMergeStart:
2044 * editing/pasteboard/merge-start-blockquote-expected.checksum: Added.
2045 * editing/pasteboard/merge-start-blockquote-expected.png: Added.
2046 * editing/pasteboard/merge-start-blockquote-expected.txt: Added.
2047 * editing/pasteboard/merge-start-blockquote.html: Added.
2048 * editing/pasteboard/merge-start-list-expected.checksum: Added.
2049 * editing/pasteboard/merge-start-list-expected.png: Added.
2050 * editing/pasteboard/merge-start-list-expected.txt: Added.
2051 * editing/pasteboard/merge-start-list.html: Added.
2053 In these tests, the caret was blown away because it was in content that
2054 participated in the end merge. Now the end merge happens in the opposite
2055 direction (incoming content is what is moved when merging paragraphs), so
2056 the caret is no longer blown away:
2057 * editing/pasteboard/paste-line-endings-007-expected.txt:
2058 * editing/pasteboard/paste-line-endings-008-expected.txt:
2059 * editing/pasteboard/paste-line-endings-009-expected.txt:
2060 * editing/pasteboard/paste-text-002-expected.txt:
2062 Acceptable change to a complicated paste-a-selection-over-itself:
2063 * editing/pasteboard/paste-text-003-expected.checksum:
2064 * editing/pasteboard/paste-text-003-expected.png:
2065 * editing/pasteboard/paste-text-003-expected.txt:
2067 2006-04-25 Geoffrey Garen <ggaren@apple.com>
2071 Test for the DOM properties supported by object, embed, attribute:
2072 * fast/dom/plugin-attributes-enumeration-expected.txt: Added.
2073 * fast/dom/plugin-attributes-enumeration.html: Added.
2075 Test for setting attributes through DOM properties:
2076 * plugins/embed-attributes-setting-expected.txt: Added.
2077 * plugins/embed-attributes-setting.html: Added.
2079 Test for the special attribute-to-style mappings on embed.
2080 * plugins/embed-attributes-style-expected.txt: Added.
2081 * plugins/embed-attributes-style.html: Added.
2083 2006-04-25 Beth Dakin <bdakin@apple.com>
2087 Layout test for <rdar://problem/4518632> getComputedStyle returns
2088 'auto' for dimensions like 'margin-left'
2090 * fast/css/marginComputedStyle-expected.checksum: Added.
2091 * fast/css/marginComputedStyle-expected.png: Added.
2092 * fast/css/marginComputedStyle-expected.txt: Added.
2093 * fast/css/marginComputedStyle.html: Added.
2095 2006-04-26 Mitz Pettel <opendarwin.org@mitzpettel.com>
2097 Reviewed by darin. Landed by eseidel.
2099 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8452
2100 mangleme(0x58c22e11): Random crashes
2102 * fast/frames/empty-cols-attribute-expected.checksum: Added.
2103 * fast/frames/empty-cols-attribute-expected.png: Added.
2104 * fast/frames/empty-cols-attribute-expected.txt: Added.
2105 * fast/frames/empty-cols-attribute.html: Added.
2107 2006-04-26 Oliver Hunt <ojh16@student.canterbury.ac.nz>
2109 Reviewed by eseidel. Landed by eseidel.
2111 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2112 * svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
2113 * svg/custom/feComponentTransfer-Discrete.svg: Added.
2114 * svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
2115 * svg/custom/feComponentTransfer-Gamma.svg: Added.
2116 * svg/custom/feComponentTransfer-Linear-expected.txt: Added.
2117 * svg/custom/feComponentTransfer-Linear.svg: Added.
2118 * svg/custom/feComponentTransfer-Table-expected.txt: Added.
2119 * svg/custom/feComponentTransfer-Table.svg: Added.
2121 2006-04-25 Eric Seidel <eseidel@apple.com>
2125 Fix reproducible crasher in HTML parsing code.
2126 http://bugzilla.opendarwin.org/show_bug.cgi?id=7137
2128 * fast/parser/remove-current-node-parent-expected.txt: Added.
2129 * fast/parser/remove-current-node-parent.html: Added.
2131 2006-04-24 Eric Seidel <eseidel@apple.com>
2135 <rdar://problem/4129744> [REGRESSION]CrashTracer: ..400 crashes at com.apple.WebCore: DOM::NodeImpl::createRendererIfNeeded + 44
2137 * fast/dom/remove-style-element-expected.txt: Added.
2138 * fast/dom/remove-style-element.html: Added.
2140 2006-04-23 Geoffrey Garen <ggaren@apple.com>
2144 * fast/dom/prototype-chain-expected.txt: Updated now that 'JS' is
2145 no longer used as a prefix when serializing DOM elements to string.
2146 * fast/events/event-view-toString.html: ditto
2148 2006-04-24 Beth Dakin <bdakin@apple.com>
2152 Layout test for <rdar://problem/4513383> REGRESSION: Crash in
2153 WebCore::shouldEmitTabBeforeNode() when iterating through document
2156 * fast/text/textIteratorNilRenderer-expected.checksum: Added.
2157 * fast/text/textIteratorNilRenderer-expected.png: Added.
2158 * fast/text/textIteratorNilRenderer-expected.txt: Added.
2159 * fast/text/textIteratorNilRenderer.html: Added.
2161 2006-04-23 Rob Buis <buis@kde.org>
2163 Reviewed by hyatt. Landed by eseidel.
2165 Tests for invalid svg css properties.
2167 * svg/custom/invalid-css.svg: Added.
2169 2006-04-21 Jon Shier <jshier@iastate.edu>
2171 Reviewed by ggaren. Landed by eseidel.
2173 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8511
2174 onerror JS property does not register listener properly
2176 * fast/dom/onerror-img-expected.txt: Added.
2177 * fast/dom/onerror-img.html: Added.
2179 2006-04-22 Eric Seidel <eseidel@apple.com>
2183 Reproducible crasher with <li value=1234567890 type=A>
2184 http://bugzilla.opendarwin.org/show_bug.cgi?id=8542
2186 * fast/lists/alpha-list-wrap-expected.checksum: Added.
2187 * fast/lists/alpha-list-wrap-expected.png: Added.
2188 * fast/lists/alpha-list-wrap-expected.txt: Added.
2189 * fast/lists/alpha-list-wrap.html: Added.
2190 * fast/lists/li-style-alpha-huge-value-crash-expected.checksum: Added.
2191 * fast/lists/li-style-alpha-huge-value-crash-expected.png: Added.
2192 * fast/lists/li-style-alpha-huge-value-crash-expected.txt: Added.
2193 * fast/lists/li-style-alpha-huge-value-crash.html: Added.
2195 2006-04-22 Geoffrey Garen <ggaren@apple.com>
2199 - Updated prototype chain expectation since DOMElement no longer
2202 * fast/dom/prototype-chain-expected.txt:
2204 2006-04-22 Beth Dakin <bdakin@apple.com>
2208 Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6141
2209 DOMCSSPrimitiveValue is always returning values in pixels when
2210 using getComputedStyle:
2212 * fast/css/getFloatValueForUnit-expected.checksum: Added.
2213 * fast/css/getFloatValueForUnit-expected.png: Added.
2214 * fast/css/getFloatValueForUnit-expected.txt: Added.
2215 * fast/css/getFloatValueForUnit.html: Added.
2217 2006-04-21 Geoffrey Garen <ggaren@apple.com>
2218 - Layout test for whether the error event bubbles.
2220 * fast/events/onerror-bubbling-expected.txt: Added.
2221 * fast/events/onerror-bubbling.html: Added.
2223 2006-04-21 Geoffrey Garen <ggaren@apple.com>
2225 - Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8510
2226 submit event doesn't bubble - it's supposed to.
2228 * fast/events/onsubmit-bubbling-expected.txt: Added.
2229 * fast/events/onsubmit-bubbling.html: Added.
2231 2006-04-21 Geoffrey Garen <ggaren@apple.com>
2233 Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8509
2234 javascript:document.importNode(null)
2236 * fast/dom/importNode-null-expected.txt: Added.
2237 * fast/dom/importNode-null.html: Added.
2239 2006-04-21 Adele Peterson <adele@apple.com>
2243 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=8213
2244 REGRESSION: Can't tab out of text field if iframe comes after it
2246 * fast/forms/tabbing-input-iframe-expected.checksum: Added.
2247 * fast/forms/tabbing-input-iframe-expected.png: Added.
2248 * fast/forms/tabbing-input-iframe-expected.txt: Added.
2249 * fast/forms/tabbing-input-iframe.html: Added.
2251 2006-04-21 Beth Dakin <bdakin@apple.com>
2253 Adding a few more background-size tests that include background-
2256 * fast/backgrounds/size/backgroundSize17-expected.checksum: Added.
2257 * fast/backgrounds/size/backgroundSize17-expected.png: Added.
2258 * fast/backgrounds/size/backgroundSize17-expected.txt: Added.
2259 * fast/backgrounds/size/backgroundSize17.html: Added.
2260 * fast/backgrounds/size/backgroundSize18-expected.checksum: Added.
2261 * fast/backgrounds/size/backgroundSize18-expected.png: Added.
2262 * fast/backgrounds/size/backgroundSize18-expected.txt: Added.
2263 * fast/backgrounds/size/backgroundSize18.html: Added.
2264 * fast/backgrounds/size/backgroundSize19-expected.checksum: Added.
2265 * fast/backgrounds/size/backgroundSize19-expected.png: Added.
2266 * fast/backgrounds/size/backgroundSize19-expected.txt: Added.
2267 * fast/backgrounds/size/backgroundSize19.html: Added.
2268 * fast/backgrounds/size/resources/flower.jpg: Added.
2270 2006-04-20 Geoffrey Garen <ggaren@apple.com>
2272 Tests for global constants related to CSSRule, CSSValue, Event, and
2275 * fast/dom/constants-expected.txt: Added.
2276 * fast/dom/constants.html: Added.
2277 * fast/dom/prototype-chain-expected.txt:
2278 * fast/dom/resources/stylesheet.css: Added.
2279 * fast/dom/xmlhttprequest-get-expected.txt:
2281 2006-04-21 Beth Dakin <bdakin@apple.com>
2285 Moved all of the background tests into background directory, and
2286 added test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8495
2287 REGRESSION: Sidebar on cnn.com is hosed
2289 * fast/backgrounds/repeat: Added.
2290 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.checksum: Added.
2291 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.png: Added.
2292 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt: Added.
2293 * fast/backgrounds/repeat/noRepeatCorrectClip.html: Added.
2294 * fast/backgrounds/repeat/resources: Added.
2295 * fast/backgrounds/repeat/resources/nav.blue.gif: Added.
2296 * fast/backgrounds/size: Added.
2297 * fast/backgrounds/size/backgroundSize01-expected.checksum: Added.
2298 * fast/backgrounds/size/backgroundSize01-expected.png: Added.
2299 * fast/backgrounds/size/backgroundSize01-expected.txt: Added.
2300 * fast/backgrounds/size/backgroundSize01.html: Added.
2301 * fast/backgrounds/size/backgroundSize02-expected.checksum: Added.
2302 * fast/backgrounds/size/backgroundSize02-expected.png: Added.
2303 * fast/backgrounds/size/backgroundSize02-expected.txt: Added.
2304 * fast/backgrounds/size/backgroundSize02.html: Added.
2305 * fast/backgrounds/size/backgroundSize03-expected.checksum: Added.
2306 * fast/backgrounds/size/backgroundSize03-expected.png: Added.
2307 * fast/backgrounds/size/backgroundSize03-expected.txt: Added.
2308 * fast/backgrounds/size/backgroundSize03.html: Added.
2309 * fast/backgrounds/size/backgroundSize04-expected.checksum: Added.
2310 * fast/backgrounds/size/backgroundSize04-expected.png: Added.
2311 * fast/backgrounds/size/backgroundSize04-expected.txt: Added.
2312 * fast/backgrounds/size/backgroundSize04.html: Added.
2313 * fast/backgrounds/size/backgroundSize05-expected.checksum: Added.
2314 * fast/backgrounds/size/backgroundSize05-expected.png: Added.
2315 * fast/backgrounds/size/backgroundSize05-expected.txt: Added.
2316 * fast/backgrounds/size/backgroundSize05.html: Added.
2317 * fast/backgrounds/size/backgroundSize06-expected.checksum: Added.
2318 * fast/backgrounds/size/backgroundSize06-expected.png: Added.
2319 * fast/backgrounds/size/backgroundSize06-expected.txt: Added.
2320 * fast/backgrounds/size/backgroundSize06.html: Added.
2321 * fast/backgrounds/size/backgroundSize07-expected.checksum: Added.
2322 * fast/backgrounds/size/backgroundSize07-expected.png: Added.
2323 * fast/backgrounds/size/backgroundSize07-expected.txt: Added.
2324 * fast/backgrounds/size/backgroundSize07.html: Added.
2325 * fast/backgrounds/size/backgroundSize08-expected.checksum: Added.
2326 * fast/backgrounds/size/backgroundSize08-expected.png: Added.
2327 * fast/backgrounds/size/backgroundSize08-expected.txt: Added.
2328 * fast/backgrounds/size/backgroundSize08.html: Added.
2329 * fast/backgrounds/size/backgroundSize09-expected.checksum: Added.
2330 * fast/backgrounds/size/backgroundSize09-expected.png: Added.
2331 * fast/backgrounds/size/backgroundSize09-expected.txt: Added.
2332 * fast/backgrounds/size/backgroundSize09.html: Added.
2333 * fast/backgrounds/size/backgroundSize10-expected.checksum: Added.
2334 * fast/backgrounds/size/backgroundSize10-expected.png: Added.
2335 * fast/backgrounds/size/backgroundSize10-expected.txt: Added.
2336 * fast/backgrounds/size/backgroundSize10.html: Added.
2337 * fast/backgrounds/size/backgroundSize11-expected.checksum: Added.
2338 * fast/backgrounds/size/backgroundSize11-expected.png: Added.
2339 * fast/backgrounds/size/backgroundSize11-expected.txt: Added.
2340 * fast/backgrounds/size/backgroundSize11.html: Added.
2341 * fast/backgrounds/size/backgroundSize12-expected.checksum: Added.
2342 * fast/backgrounds/size/backgroundSize12-expected.png: Added.
2343 * fast/backgrounds/size/backgroundSize12-expected.txt: Added.
2344 * fast/backgrounds/size/backgroundSize12.html: Added.
2345 * fast/backgrounds/size/backgroundSize13-expected.checksum: Added.
2346 * fast/backgrounds/size/backgroundSize13-expected.png: Added.
2347 * fast/backgrounds/size/backgroundSize13-expected.txt: Added.
2348 * fast/backgrounds/size/backgroundSize13.html: Added.
2349 * fast/backgrounds/size/backgroundSize14-expected.checksum: Added.
2350 * fast/backgrounds/size/backgroundSize14-expected.png: Added.
2351 * fast/backgrounds/size/backgroundSize14-expected.txt: Added.
2352 * fast/backgrounds/size/backgroundSize14.html: Added.
2353 * fast/backgrounds/size/backgroundSize15-expected.checksum: Added.
2354 * fast/backgrounds/size/backgroundSize15-expected.png: Added.
2355 * fast/backgrounds/size/backgroundSize15-expected.txt: Added.
2356 * fast/backgrounds/size/backgroundSize15.html: Added.
2357 * fast/backgrounds/size/backgroundSize16-expected.checksum: Added.
2358 * fast/backgrounds/size/backgroundSize16-expected.png: Added.
2359 * fast/backgrounds/size/backgroundSize16-expected.txt: Added.
2360 * fast/backgrounds/size/backgroundSize16.html: Added.
2361 * fast/backgrounds/size/resources: Added.
2362 * fast/backgrounds/size/resources/bikes.bmp: Added.
2363 * fast/css/backgroundSize01-expected.checksum: Removed.
2364 * fast/css/backgroundSize01-expected.png: Removed.
2365 * fast/css/backgroundSize01-expected.txt: Removed.
2366 * fast/css/backgroundSize01.html: Removed.
2367 * fast/css/backgroundSize02-expected.checksum: Removed.
2368 * fast/css/backgroundSize02-expected.png: Removed.
2369 * fast/css/backgroundSize02-expected.txt: Removed.
2370 * fast/css/backgroundSize02.html: Removed.
2371 * fast/css/backgroundSize03-expected.checksum: Removed.
2372 * fast/css/backgroundSize03-expected.png: Removed.
2373 * fast/css/backgroundSize03-expected.txt: Removed.
2374 * fast/css/backgroundSize03.html: Removed.
2375 * fast/css/backgroundSize04-expected.checksum: Removed.
2376 * fast/css/backgroundSize04-expected.png: Removed.
2377 * fast/css/backgroundSize04-expected.txt: Removed.
2378 * fast/css/backgroundSize04.html: Removed.
2379 * fast/css/backgroundSize05-expected.checksum: Removed.
2380 * fast/css/backgroundSize05-expected.png: Removed.
2381 * fast/css/backgroundSize05-expected.txt: Removed.
2382 * fast/css/backgroundSize05.html: Removed.
2383 * fast/css/backgroundSize06-expected.checksum: Removed.
2384 * fast/css/backgroundSize06-expected.png: Removed.
2385 * fast/css/backgroundSize06-expected.txt: Removed.
2386 * fast/css/backgroundSize06.html: Removed.
2387 * fast/css/backgroundSize07-expected.checksum: Removed.
2388 * fast/css/backgroundSize07-expected.png: Removed.
2389 * fast/css/backgroundSize07-expected.txt: Removed.
2390 * fast/css/backgroundSize07.html: Removed.
2391 * fast/css/backgroundSize08-expected.checksum: Removed.
2392 * fast/css/backgroundSize08-expected.png: Removed.
2393 * fast/css/backgroundSize08-expected.txt: Removed.
2394 * fast/css/backgroundSize08.html: Removed.
2395 * fast/css/backgroundSize09-expected.checksum: Removed.
2396 * fast/css/backgroundSize09-expected.png: Removed.
2397 * fast/css/backgroundSize09-expected.txt: Removed.
2398 * fast/css/backgroundSize09.html: Removed.
2399 * fast/css/backgroundSize10-expected.checksum: Removed.
2400 * fast/css/backgroundSize10-expected.png: Removed.
2401 * fast/css/backgroundSize10-expected.txt: Removed.
2402 * fast/css/backgroundSize10.html: Removed.
2403 * fast/css/backgroundSize11-expected.checksum: Removed.
2404 * fast/css/backgroundSize11-expected.png: Removed.
2405 * fast/css/backgroundSize11-expected.txt: Removed.
2406 * fast/css/backgroundSize11.html: Removed.
2407 * fast/css/backgroundSize12-expected.checksum: Removed.
2408 * fast/css/backgroundSize12-expected.png: Removed.
2409 * fast/css/backgroundSize12-expected.txt: Removed.
2410 * fast/css/backgroundSize12.html: Removed.
2411 * fast/css/backgroundSize13-expected.checksum: Removed.
2412 * fast/css/backgroundSize13-expected.png: Removed.
2413 * fast/css/backgroundSize13-expected.txt: Removed.
2414 * fast/css/backgroundSize13.html: Removed.
2415 * fast/css/backgroundSize14-expected.checksum: Removed.
2416 * fast/css/backgroundSize14-expected.png: Removed.
2417 * fast/css/backgroundSize14-expected.txt: Removed.
2418 * fast/css/backgroundSize14.html: Removed.
2419 * fast/css/backgroundSize15-expected.checksum: Removed.
2420 * fast/css/backgroundSize15-expected.png: Removed.
2421 * fast/css/backgroundSize15-expected.txt: Removed.
2422 * fast/css/backgroundSize15.html: Removed.
2423 * fast/css/backgroundSize16-expected.checksum: Removed.
2424 * fast/css/backgroundSize16-expected.png: Removed.
2425 * fast/css/backgroundSize16-expected.txt: Removed.
2426 * fast/css/backgroundSize16.html: Removed.
2427 * fast/css/resources/bikes.bmp: Removed.
2429 2006-04-20 Adele Peterson <adele@apple.com>
2431 Updated test results for:
2432 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8276
2433 REGRESSION (NativeTextField): Pasting a Finder item into a text field results in
2434 a file: URL being pasted instead of just the file name
2435 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8283
2436 REGRESSION: File's path doesn't appear after dragging file into input field
2438 * editing/pasteboard/drop-text-without-selection-expected.txt:
2439 * fast/forms/input-paste-undo-expected.txt:
2440 * fast/forms/input-truncate-newline-expected.txt:
2441 * fast/forms/plaintext-mode-2-expected.txt:
2443 2006-04-20 Adele Peterson <adele@apple.com>
2445 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8273
2446 REGRESSION: Read only input text field renders at the wrong height when value attribute is not present
2448 * fast/forms/input-readonly-empty-expected.checksum: Added.
2449 * fast/forms/input-readonly-empty-expected.png: Added.
2450 * fast/forms/input-readonly-empty-expected.txt: Added.
2451 * fast/forms/input-readonly-empty.html: Added.
2453 2006-04-19 Adele Peterson <adele@apple.com>
2455 Updated test to use webkit-block-placeholder instead of khtml-block-placeholder.
2457 * editing/inserting/insert-div-010.html:
2459 2006-04-19 Adele Peterson <adele@apple.com>
2461 Updating test results that were incorrectly checked in
2462 when many of the table test results changed recently due to Color
2465 * tables/mozilla/bugs/bug625-expected.checksum:
2466 * tables/mozilla/bugs/bug625-expected.png:
2467 * tables/mozilla/bugs/bug625-expected.txt:
2469 2006-04-19 Adele Peterson <adele@apple.com>
2471 Updated results after rolling out optimizations in setInnerText and setInnerHTML.
2473 * fast/events/updateLayoutForHitTest-expected.txt:
2474 * fast/forms/input-text-paste-maxlength-expected.txt:
2475 * fast/text/attributed-substring-from-range-expected.txt:
2477 2006-04-19 Adele Peterson <adele@apple.com>
2479 Updated results for: http://bugzilla.opendarwin.org/show_bug.cgi?id=8297
2480 REGRESSION: Input element extends outside of DIV element at http://www.macdock.com/
2482 * editing/selection/3690703-2-expected.checksum:
2483 * editing/selection/3690703-2-expected.png:
2484 * editing/selection/3690703-2-expected.txt:
2485 * editing/selection/3690703-expected.checksum:
2486 * editing/selection/3690703-expected.png:
2487 * editing/selection/3690703-expected.txt:
2488 * editing/selection/3690719-expected.checksum:
2489 * editing/selection/3690719-expected.png:
2490 * editing/selection/3690719-expected.txt:
2491 * fast/forms/input-appearance-minWidth-expected.checksum:
2492 * fast/forms/input-appearance-minWidth-expected.png:
2493 * fast/forms/input-appearance-minWidth-expected.txt:
2494 * fast/forms/input-appearance-width-expected.checksum:
2495 * fast/forms/input-appearance-width-expected.png:
2496 * fast/forms/input-appearance-width-expected.txt:
2497 * fast/forms/input-double-click-selection-gap-bug-expected.checksum:
2498 * fast/replaced/width100percent-expected.checksum:
2499 * fast/replaced/width100percent-expected.png:
2500 * fast/replaced/width100percent-expected.txt:
2501 * tables/mozilla/bugs/bug1188-expected.checksum:
2502 * tables/mozilla/bugs/bug1188-expected.png:
2503 * tables/mozilla/bugs/bug1188-expected.txt:
2504 * tables/mozilla/bugs/bug12384-expected.checksum:
2505 * tables/mozilla/bugs/bug12384-expected.png:
2506 * tables/mozilla/bugs/bug12384-expected.txt:
2507 * tables/mozilla/bugs/bug18359-expected.checksum:
2508 * tables/mozilla/bugs/bug18359-expected.png:
2509 * tables/mozilla/bugs/bug18359-expected.txt:
2510 * tables/mozilla/bugs/bug55545-expected.checksum:
2511 * tables/mozilla/bugs/bug55545-expected.png:
2512 * tables/mozilla/bugs/bug55545-expected.txt:
2513 * tables/mozilla/bugs/bug7342-expected.checksum:
2514 * tables/mozilla/bugs/bug7342-expected.png:
2515 * tables/mozilla/bugs/bug7342-expected.txt:
2516 * tables/mozilla_expected_failures/bugs/bug2479-2-expected.checksum:
2517 * tables/mozilla_expected_failures/bugs/bug2479-2-expected.png:
2518 * tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt:
2520 2006-04-19 Adele Peterson <adele@apple.com>
2522 Tests for change to make readonly text fields have dimmed borders.
2524 * fast/forms/input-appearance-readonly-expected.checksum:
2525 * fast/forms/input-appearance-readonly-expected.png:
2526 * fast/forms/input-readonly-dimmed-expected.checksum: Added.
2527 * fast/forms/input-readonly-dimmed-expected.png: Added.
2528 * fast/forms/input-readonly-dimmed-expected.txt: Added.
2529 * fast/forms/input-readonly-dimmed.html: Added.
2531 2006-04-19 Mitz Pettel <opendarwin.org@mitzpettel.com>
2533 Reviewed by Eric, landed by ap.
2535 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8469
2536 CRASH: WebCore::CSSParser::parseDashboardRegions when attr() is passed
2538 * fast/css/dashboard-regions-attr-crash-expected.txt
2539 * fast/css/dashboard-regions-attr-crash.html
2541 2006-04-17 Rob Buis <buis@kde.org>
2543 Reviewed by eseidel. Landed by eseidel.
2545 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
2546 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
2547 * svg/custom/tref-update-expected.txt: Added.
2548 * svg/custom/tref-update.svg: Added.
2550 2006-04-18 Darin Adler <darin@apple.com>
2554 - updated some results that were affected by recent changes
2556 There are some other failures that might be reflecting actual
2557 bugs; these seem fine though.
2559 * fast/events/updateLayoutForHitTest-expected.checksum:
2560 * fast/events/updateLayoutForHitTest-expected.png:
2561 * fast/events/updateLayoutForHitTest-expected.txt:
2562 Updated because the 4 clicks done in this test now seem to be
2563 behaving as a triple-click and selecting some text.
2565 * fast/forms/input-appearance-maxlength-expected.txt:
2566 * fast/forms/input-paste-undo-expected.txt:
2567 * fast/text/attributed-substring-from-range-expected.txt:
2568 Unimportant changes to the editing delegate calls.
2570 2006-04-18 Eric Seidel <eseidel@apple.com>
2574 <rdar://problem/4067864> REGRESSION (125-407): JavaScript failure on PeopleSoft REN Server
2576 * fast/js/lexical-lookup-in-function-constructor.html: Added.
2577 * fast/js/resources/lexical-lookup-in-function-constructor-child.html: Added.
2578 * fast/js/lexical-lookup-in-function-constructor-expected.txt: Added.
2580 2006-04-18 Beth Dakin <bdakin@apple.com>
2584 Layout tests for http://bugzilla.opendarwin.org/show_bug.cgi?
2585 id=8353 CSS3: Implement background-size property
2587 * fast/css/backgroundSize01-expected.checksum: Added.
2588 * fast/css/backgroundSize01-expected.png: Added.
2589 * fast/css/backgroundSize01-expected.txt: Added.
2590 * fast/css/backgroundSize01.html: Added.
2591 * fast/css/backgroundSize02-expected.checksum: Added.
2592 * fast/css/backgroundSize02-expected.png: Added.
2593 * fast/css/backgroundSize02-expected.txt: Added.
2594 * fast/css/backgroundSize02.html: Added.
2595 * fast/css/backgroundSize03-expected.checksum: Added.
2596 * fast/css/backgroundSize03-expected.png: Added.
2597 * fast/css/backgroundSize03-expected.txt: Added.
2598 * fast/css/backgroundSize03.html: Added.
2599 * fast/css/backgroundSize04-expected.checksum: Added.
2600 * fast/css/backgroundSize04-expected.png: Added.
2601 * fast/css/backgroundSize04-expected.txt: Added.
2602 * fast/css/backgroundSize04.html: Added.
2603 * fast/css/backgroundSize05-expected.checksum: Added.
2604 * fast/css/backgroundSize05-expected.png: Added.
2605 * fast/css/backgroundSize05-expected.txt: Added.
2606 * fast/css/backgroundSize05.html: Added.
2607 * fast/css/backgroundSize06-expected.checksum: Added.
2608 * fast/css/backgroundSize06-expected.png: Added.
2609 * fast/css/backgroundSize06-expected.txt: Added.
2610 * fast/css/backgroundSize06.html: Added.
2611 * fast/css/backgroundSize07-expected.checksum: Added.
2612 * fast/css/backgroundSize07-expected.png: Added.
2613 * fast/css/backgroundSize07-expected.txt: Added.
2614 * fast/css/backgroundSize07.html: Added.
2615 * fast/css/backgroundSize08-expected.checksum: Added.
2616 * fast/css/backgroundSize08-expected.png: Added.
2617 * fast/css/backgroundSize08-expected.txt: Added.
2618 * fast/css/backgroundSize08.html: Added.
2619 * fast/css/backgroundSize09-expected.checksum: Added.
2620 * fast/css/backgroundSize09-expected.png: Added.
2621 * fast/css/backgroundSize09-expected.txt: Added.
2622 * fast/css/backgroundSize09.html: Added.
2623 * fast/css/backgroundSize10-expected.checksum: Added.
2624 * fast/css/backgroundSize10-expected.png: Added.
2625 * fast/css/backgroundSize10-expected.txt: Added.
2626 * fast/css/backgroundSize10.html: Added.
2627 * fast/css/backgroundSize11-expected.checksum: Added.
2628 * fast/css/backgroundSize11-expected.png: Added.
2629 * fast/css/backgroundSize11-expected.txt: Added.
2630 * fast/css/backgroundSize11.html: Added.
2631 * fast/css/backgroundSize12-expected.checksum: Added.
2632 * fast/css/backgroundSize12-expected.png: Added.
2633 * fast/css/backgroundSize12-expected.txt: Added.
2634 * fast/css/backgroundSize12.html: Added.
2635 * fast/css/backgroundSize13-expected.checksum: Added.
2636 * fast/css/backgroundSize13-expected.png: Added.
2637 * fast/css/backgroundSize13-expected.txt: Added.
2638 * fast/css/backgroundSize13.html: Added.
2639 * fast/css/backgroundSize14-expected.checksum: Added.
2640 * fast/css/backgroundSize14-expected.png: Added.
2641 * fast/css/backgroundSize14-expected.txt: Added.
2642 * fast/css/backgroundSize14.html: Added.
2643 * fast/css/backgroundSize15-expected.checksum: Added.
2644 * fast/css/backgroundSize15-expected.png: Added.
2645 * fast/css/backgroundSize15-expected.txt: Added.
2646 * fast/css/backgroundSize15.html: Added.
2647 * fast/css/backgroundSize16-expected.checksum: Added.
2648 * fast/css/backgroundSize16-expected.png: Added.
2649 * fast/css/backgroundSize16-expected.txt: Added.
2650 * fast/css/backgroundSize16.html: Added.
2651 * fast/css/resources/bikes.bmp: Added.
2653 2006-04-18 Justin Garcia <justin.garcia@apple.com>
2655 Reviewed by harrison
2657 * editing/pasteboard/merge-end-3-expected.checksum: Added.
2658 * editing/pasteboard/merge-end-3-expected.png: Added.
2659 * editing/pasteboard/merge-end-3-expected.txt: Added.
2660 * editing/pasteboard/merge-end-3.html: Added.
2662 2006-04-17 Adele Peterson <adele@apple.com>
2664 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8407
2665 REGRESSION (NativeTextField): Leading and trailing spaces trimmed from text field value attribute
2667 * fast/forms/input-spaces-expected.checksum: Added.
2668 * fast/forms/input-spaces-expected.png: Added.
2669 * fast/forms/input-spaces-expected.txt: Added.
2670 * fast/forms/input-spaces.html: Added.
2672 2006-04-17 Sam Weinig <sam.weinig@gmail.com>
2676 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8142
2677 fast/block/float/014.html test should not require live internet connection
2679 * fast/block/float/014.html: Use local image
2680 * fast/block/float/resources: Added.
2681 * fast/block/float/resources/training_thumb.jpg: Added.
2683 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
2687 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8440
2688 iExploder(#3327): Crash in StringImpl::initWithQChar()
2690 * fast/parser/number-sign-in-map-name-expected.txt: Added.
2691 * fast/parser/number-sign-in-map-name.html: Added.
2693 2006-04-17 Adele Peterson <adele@apple.com>
2695 Test and updated results for: http://bugzilla.opendarwin.org/show_bug.cgi?id=8269
2696 REGRESSION: disabled text field does not display greyed-out text
2698 * fast/forms/input-disabled-color-expected.checksum: Added.
2699 * fast/forms/input-disabled-color-expected.png: Added.
2700 * fast/forms/input-disabled-color-expected.txt: Added.
2701 * fast/forms/input-disabled-color.html: Added.
2703 This code change affects the color of table borders and inset, outset, and groove borders which affects many tests.
2705 * css1/basic/class_as_selector-expected.checksum:
2706 * css1/basic/class_as_selector-expected.png:
2707 * css1/basic/comments-expected.checksum:
2708 * css1/basic/comments-expected.png:
2709 * css1/basic/containment-expected.checksum:
2710 * css1/basic/containment-expected.png:
2711 * css1/basic/contextual_selectors-expected.checksum:
2712 * css1/basic/contextual_selectors-expected.png:
2713 * css1/basic/grouping-expected.checksum:
2714 * css1/basic/grouping-expected.png:
2715 * css1/basic/id_as_selector-expected.checksum:
2716 * css1/basic/id_as_selector-expected.png:
2717 * css1/basic/inheritance-expected.checksum:
2718 * css1/basic/inheritance-expected.png:
2719 * css1/box_properties/border-expected.checksum:
2720 * css1/box_properties/border-expected.png:
2721 * css1/box_properties/border_bottom-expected.checksum:
2722 * css1/box_properties/border_bottom-expected.png:
2723 * css1/box_properties/border_bottom_inline-expected.checksum:
2724 * css1/box_properties/border_bottom_inline-expected.png:
2725 * css1/box_properties/border_bottom_width-expected.checksum:
2726 * css1/box_properties/border_bottom_width-expected.png:
2727 * css1/box_properties/border_bottom_width_inline-expected.checksum:
2728 * css1/box_properties/border_bottom_width_inline-expected.png:
2729 * css1/box_properties/border_color-expected.checksum:
2730 * css1/box_properties/border_color-expected.png:
2731 * css1/box_properties/border_color_inline-expected.checksum:
2732 * css1/box_properties/border_color_inline-expected.png:
2733 * css1/box_properties/border_inline-expected.checksum:
2734 * css1/box_properties/border_inline-expected.png:
2735 * css1/box_properties/border_left-expected.checksum:
2736 * css1/box_properties/border_left-expected.png:
2737 * css1/box_properties/border_left_inline-expected.checksum:
2738 * css1/box_properties/border_left_inline-expected.png:
2739 * css1/box_properties/border_left_width-expected.checksum:
2740 * css1/box_properties/border_left_width-expected.png:
2741 * css1/box_properties/border_left_width_inline-expected.checksum:
2742 * css1/box_properties/border_left_width_inline-expected.png:
2743 * css1/box_properties/border_right-expected.checksum:
2744 * css1/box_properties/border_right-expected.png:
2745 * css1/box_properties/border_right_inline-expected.checksum:
2746 * css1/box_properties/border_right_inline-expected.png:
2747 * css1/box_properties/border_right_width-expected.checksum:
2748 * css1/box_properties/border_right_width-expected.png:
2749 * css1/box_properties/border_right_width_inline-expected.checksum:
2750 * css1/box_properties/border_right_width_inline-expected.png:
2751 * css1/box_properties/border_style-expected.checksum:
2752 * css1/box_properties/border_style-expected.png:
2753 * css1/box_properties/border_style_inline-expected.checksum:
2754 * css1/box_properties/border_style_inline-expected.png:
2755 * css1/box_properties/border_top-expected.checksum:
2756 * css1/box_properties/border_top-expected.png:
2757 * css1/box_properties/border_top_inline-expected.checksum:
2758 * css1/box_properties/border_top_inline-expected.png:
2759 * css1/box_properties/border_top_width-expected.checksum:
2760 * css1/box_properties/border_top_width-expected.png:
2761 * css1/box_properties/border_top_width_inline-expected.checksum:
2762 * css1/box_properties/border_top_width_inline-expected.png:
2763 * css1/box_properties/border_width-expected.checksum:
2764 * css1/box_properties/border_width-expected.png:
2765 * css1/box_properties/border_width_inline-expected.checksum:
2766 * css1/box_properties/border_width_inline-expected.png:
2767 * css1/box_properties/clear-expected.checksum:
2768 * css1/box_properties/clear-expected.png:
2769 * css1/box_properties/clear_float-expected.checksum:
2770 * css1/box_properties/clear_float-expected.png:
2771 * css1/box_properties/float-expected.checksum:
2772 * css1/box_properties/float-expected.png:
2773 * css1/box_properties/float_elements_in_series-expected.checksum:
2774 * css1/box_properties/float_elements_in_series-expected.png:
2775 * css1/box_properties/float_margin-expected.checksum:
2776 * css1/box_properties/float_margin-expected.png:
2777 * css1/box_properties/float_on_text_elements-expected.checksum:
2778 * css1/box_properties/float_on_text_elements-expected.png:
2779 * css1/box_properties/height-expected.checksum:
2780 * css1/box_properties/height-expected.png:
2781 * css1/box_properties/margin-expected.checksum:
2782 * css1/box_properties/margin-expected.png:
2783 * css1/box_properties/margin_bottom-expected.checksum:
2784 * css1/box_properties/margin_bottom-expected.png:
2785 * css1/box_properties/margin_bottom_inline-expected.checksum:
2786 * css1/box_properties/margin_bottom_inline-expected.png:
2787 * css1/box_properties/margin_inline-expected.checksum:
2788 * css1/box_properties/margin_inline-expected.png:
2789 * css1/box_properties/margin_left-expected.checksum:
2790 * css1/box_properties/margin_left-expected.png:
2791 * css1/box_properties/margin_left_inline-expected.checksum:
2792 * css1/box_properties/margin_left_inline-expected.png:
2793 * css1/box_properties/margin_right-expected.checksum:
2794 * css1/box_properties/margin_right-expected.png:
2795 * css1/box_properties/margin_right_inline-expected.checksum:
2796 * css1/box_properties/margin_right_inline-expected.png:
2797 * css1/box_properties/margin_top-expected.checksum:
2798 * css1/box_properties/margin_top-expected.png:
2799 * css1/box_properties/margin_top_inline-expected.checksum:
2800 * css1/box_properties/margin_top_inline-expected.png:
2801 * css1/box_properties/padding-expected.checksum:
2802 * css1/box_properties/padding-expected.png:
2803 * css1/box_properties/padding_bottom-expected.checksum:
2804 * css1/box_properties/padding_bottom-expected.png:
2805 * css1/box_properties/padding_bottom_inline-expected.checksum:
2806 * css1/box_properties/padding_bottom_inline-expected.png:
2807 * css1/box_properties/padding_inline-expected.checksum:
2808 * css1/box_properties/padding_inline-expected.png:
2809 * css1/box_properties/padding_left-expected.checksum:
2810 * css1/box_properties/padding_left-expected.png:
2811 * css1/box_properties/padding_left_inline-expected.checksum:
2812 * css1/box_properties/padding_left_inline-expected.png:
2813 * css1/box_properties/padding_right-expected.checksum:
2814 * css1/box_properties/padding_right-expected.png:
2815 * css1/box_properties/padding_right_inline-expected.checksum:
2816 * css1/box_properties/padding_right_inline-expected.png:
2817 * css1/box_properties/padding_top-expected.checksum:
2818 * css1/box_properties/padding_top-expected.png:
2819 * css1/box_properties/padding_top_inline-expected.checksum:
2820 * css1/box_properties/padding_top_inline-expected.png:
2821 * css1/box_properties/width-expected.checksum:
2822 * css1/box_properties/width-expected.png:
2823 * css1/cascade/cascade_order-expected.checksum:
2824 * css1/cascade/cascade_order-expected.png:
2825 * css1/cascade/important-expected.checksum:
2826 * css1/cascade/important-expected.png:
2827 * css1/classification/display-expected.checksum:
2828 * css1/classification/display-expected.png:
2829 * css1/classification/list_style-expected.checksum:
2830 * css1/classification/list_style-expected.png:
2831 * css1/classification/list_style_image-expected.checksum:
2832 * css1/classification/list_style_image-expected.png:
2833 * css1/classification/list_style_position-expected.checksum:
2834 * css1/classification/list_style_position-expected.png:
2835 * css1/classification/list_style_type-expected.checksum:
2836 * css1/classification/list_style_type-expected.png:
2837 * css1/classification/white_space-expected.checksum:
2838 * css1/classification/white_space-expected.png:
2839 * css1/color_and_background/background-expected.checksum:
2840 * css1/color_and_background/background-expected.png:
2841 * css1/color_and_background/background_attachment-expected.checksum:
2842 * css1/color_and_background/background_attachment-expected.png:
2843 * css1/color_and_background/background_color-expected.checksum:
2844 * css1/color_and_background/background_color-expected.png:
2845 * css1/color_and_background/background_image-expected.checksum:
2846 * css1/color_and_background/background_image-expected.png:
2847 * css1/color_and_background/background_position-expected.checksum:
2848 * css1/color_and_background/background_position-expected.png:
2849 * css1/color_and_background/background_repeat-expected.checksum:
2850 * css1/color_and_background/background_repeat-expected.png:
2851 * css1/color_and_background/color-expected.checksum:
2852 * css1/color_and_background/color-expected.png:
2853 * css1/font_properties/font-expected.checksum:
2854 * css1/font_properties/font-expected.png:
2855 * css1/font_properties/font_family-expected.checksum:
2856 * css1/font_properties/font_family-expected.png:
2857 * css1/font_properties/font_size-expected.checksum:
2858 * css1/font_properties/font_size-expected.png:
2859 * css1/font_properties/font_style-expected.checksum:
2860 * css1/font_properties/font_style-expected.png:
2861 * css1/font_properties/font_variant-expected.checksum:
2862 * css1/font_properties/font_variant-expected.png:
2863 * css1/font_properties/font_weight-expected.checksum:
2864 * css1/font_properties/font_weight-expected.png:
2865 * css1/formatting_model/canvas-expected.checksum:
2866 * css1/formatting_model/canvas-expected.png:
2867 * css1/formatting_model/floating_elements-expected.checksum:
2868 * css1/formatting_model/floating_elements-expected.png:
2869 * css1/formatting_model/height_of_lines-expected.checksum:
2870 * css1/formatting_model/height_of_lines-expected.png:
2871 * css1/formatting_model/inline_elements-expected.checksum:
2872 * css1/formatting_model/inline_elements-expected.png:
2873 * css1/formatting_model/replaced_elements-expected.checksum:
2874 * css1/formatting_model/replaced_elements-expected.png:
2875 * css1/formatting_model/vertical_formatting-expected.checksum:
2876 * css1/formatting_model/vertical_formatting-expected.png:
2877 * css1/pseudo/anchor-expected.checksum:
2878 * css1/pseudo/anchor-expected.png:
2879 * css1/pseudo/firstletter-expected.checksum:
2880 * css1/pseudo/firstletter-expected.png:
2881 * css1/pseudo/firstline-expected.checksum:
2882 * css1/pseudo/firstline-expected.png:
2883 * css1/pseudo/multiple_pseudo_elements-expected.checksum:
2884 * css1/pseudo/multiple_pseudo_elements-expected.png:
2885 * css1/pseudo/pseudo_elements_in_selectors-expected.checksum:
2886 * css1/pseudo/pseudo_elements_in_selectors-expected.png:
2887 * css1/text_properties/letter_spacing-expected.checksum:
2888 * css1/text_properties/letter_spacing-expected.png:
2889 * css1/text_properties/line_height-expected.checksum:
2890 * css1/text_properties/line_height-expected.png:
2891 * css1/text_properties/text_align-expected.checksum:
2892 * css1/text_properties/text_align-expected.png:
2893 * css1/text_properties/text_decoration-expected.checksum:
2894 * css1/text_properties/text_decoration-expected.png:
2895 * css1/text_properties/text_indent-expected.checksum:
2896 * css1/text_properties/text_indent-expected.png:
2897 * css1/text_properties/text_transform-expected.checksum:
2898 * css1/text_properties/text_transform-expected.png:
2899 * css1/text_properties/vertical_align-expected.checksum:
2900 * css1/text_properties/vertical_align-expected.png:
2901 * css1/text_properties/word_spacing-expected.checksum:
2902 * css1/text_properties/word_spacing-expected.png:
2903 * css1/units/color_units-expected.checksum:
2904 * css1/units/color_units-expected.png:
2905 * css1/units/length_units-expected.checksum:
2906 * css1/units/length_units-expected.png:
2907 * css1/units/percentage_units-expected.checksum:
2908 * css1/units/percentage_units-expected.png:
2909 * css1/units/urls-expected.checksum:
2910 * css1/units/urls-expected.png:
2911 * css2.1/t0804-c5510-padn-00-b-ag-expected.checksum:
2912 * css2.1/t0804-c5510-padn-00-b-ag-expected.png:
2913 * css2.1/t0805-c5517-brdr-s-00-c-expected.checksum:
2914 * css2.1/t0805-c5517-brdr-s-00-c-expected.png:
2915 * css2.1/t0805-c5517-ibrdr-s-00-a-expected.checksum:
2916 * css2.1/t0805-c5517-ibrdr-s-00-a-expected.png:
2917 * css2.1/t0805-c5522-brdr-00-b-expected.checksum:
2918 * css2.1/t0805-c5522-brdr-00-b-expected.png:
2919 * css2.1/t100801-c544-valgn-02-d-agi-expected.checksum:
2920 * css2.1/t100801-c544-valgn-02-d-agi-expected.png:
2921 * css2.1/t100801-c544-valgn-03-d-agi-expected.checksum:
2922 * css2.1/t100801-c544-valgn-03-d-agi-expected.png:
2923 * css2.1/t100801-c544-valgn-04-d-agi-expected.checksum:
2924 * css2.1/t100801-c544-valgn-04-d-agi-expected.png:
2925 * editing/execCommand/insertHTML-expected.checksum:
2926 * editing/execCommand/insertHTML-expected.png:
2927 * editing/execCommand/insertHorizontalRule-expected.checksum:
2928 * editing/execCommand/insertHorizontalRule-expected.png:
2929 * editing/inserting/4278698-expected.checksum:
2930 * editing/inserting/4278698-expected.png:
2931 * editing/pasteboard/3976872-expected.checksum:
2932 * editing/pasteboard/3976872-expected.png:
2933 * editing/pasteboard/4076267-2-expected.checksum:
2934 * editing/pasteboard/4076267-2-expected.png:
2935 * editing/pasteboard/4076267-3-expected.checksum:
2936 * editing/pasteboard/4076267-3-expected.png:
2937 * editing/pasteboard/4076267-expected.checksum:
2938 * editing/pasteboard/4076267-expected.png:
2939 * editing/pasteboard/display-block-on-spans-expected.checksum:
2940 * editing/pasteboard/display-block-on-spans-expected.png:
2941 * editing/pasteboard/drop-text-without-selection-expected.checksum:
2942 * editing/pasteboard/drop-text-without-selection-expected.png:
2943 * editing/pasteboard/paste-table-001-expected.checksum:
2944 * editing/pasteboard/paste-table-001-expected.png:
2945 * editing/pasteboard/undoable-fragment-removes-expected.checksum:
2946 * editing/pasteboard/undoable-fragment-removes-expected.png:
2947 * editing/selection/4402375-expected.checksum:
2948 * editing/selection/4402375-expected.png:
2949 * editing/selection/6476-expected.checksum:
2950 * editing/selection/6476-expected.png:
2951 * editing/selection/7152-1-expected.checksum:
2952 * editing/selection/7152-1-expected.png:
2953 * editing/selection/7152-2-expected.checksum:
2954 * editing/selection/7152-2-expected.png:
2955 * editing/selection/image-before-linebreak-expected.checksum:
2956 * editing/selection/image-before-linebreak-expected.png:
2957 * editing/selection/move-by-line-001-expected.checksum:
2958 * editing/selection/move-by-line-001-expected.png:
2959 * editing/undo/4063751-expected.checksum:
2960 * editing/undo/4063751-expected.png:
2961 * editing/unsupported-content/table-type-after-expected.checksum:
2962 * editing/unsupported-content/table-type-after-expected.png:
2963 * editing/unsupported-content/table-type-before-expected.checksum:
2964 * editing/unsupported-content/table-type-before-expected.png:
2965 * fast/block/basic/018-expected.checksum:
2966 * fast/block/basic/018-expected.png:
2967 * fast/block/basic/text-indent-rtl-expected.checksum:
2968 * fast/block/basic/text-indent-rtl-expected.png:
2969 * fast/block/float/015-expected.checksum:
2970 * fast/block/float/015-expected.png:
2971 * fast/block/float/025-expected.checksum:
2972 * fast/block/float/025-expected.png:
2973 * fast/block/float/026-expected.checksum:
2974 * fast/block/float/026-expected.png:
2975 * fast/block/float/027-expected.checksum:
2976 * fast/block/float/027-expected.png:
2977 * fast/block/float/028-expected.checksum:
2978 * fast/block/float/028-expected.png:
2979 * fast/block/positioning/height-change-expected.checksum:
2980 * fast/block/positioning/height-change-expected.png:
2981 * fast/block/positioning/relayout-on-position-change-expected.checksum:
2982 * fast/block/positioning/relayout-on-position-change-expected.png:
2983 * fast/block/positioning/window-height-change-expected.checksum:
2984 * fast/block/positioning/window-height-change-expected.png:
2985 * fast/css-generated-content/014-expected.checksum:
2986 * fast/css-generated-content/014-expected.png:
2987 * fast/css-generated-content/hover-style-change-expected.checksum:
2988 * fast/css-generated-content/hover-style-change-expected.png:
2989 * fast/css/MarqueeLayoutTest-expected.checksum:
2990 * fast/css/MarqueeLayoutTest-expected.png:
2991 * fast/css/apple-prefix-expected.checksum:
2992 * fast/css/apple-prefix-expected.png:
2993 * fast/css/hover-subselector-expected.checksum:
2994 * fast/css/hover-subselector-expected.png:
2995 * fast/css/rtl-ordering-expected.checksum:
2996 * fast/css/rtl-ordering-expected.png:
2997 * fast/css/universal-hover-quirk-expected.checksum:
2998 * fast/css/universal-hover-quirk-expected.png:
2999 * fast/dom/HTMLElement/bdo-expected.checksum:
3000 * fast/dom/HTMLElement/bdo-expected.png:
3001 * fast/dom/HTMLTableElement/colSpan-expected.checksum:
3002 * fast/dom/HTMLTableElement/colSpan-expected.png:
3003 * fast/dom/HTMLTableElement/createCaption-expected.checksum:
3004 * fast/dom/HTMLTableElement/createCaption-expected.png:
3005 * fast/dom/clone-node-dynamic-style-expected.checksum:
3006 * fast/dom/clone-node-dynamic-style-expected.png:
3007 * fast/dom/isindex-002-expected.checksum:
3008 * fast/dom/isindex-002-expected.png:
3009 * fast/dom/row-inner-text-expected.checksum:
3010 * fast/dom/row-inner-text-expected.png:
3011 * fast/dynamic/012-expected.checksum:
3012 * fast/dynamic/012-expected.png:
3013 * fast/dynamic/013-expected.checksum:
3014 * fast/dynamic/013-expected.png:
3015 * fast/dynamic/015-expected.checksum:
3016 * fast/dynamic/015-expected.png:
3017 * fast/encoding/invalid-UTF-8-expected.checksum:
3018 * fast/encoding/invalid-UTF-8-expected.png:
3019 * fast/encoding/utf-16-big-endian-expected.checksum:
3020 * fast/encoding/utf-16-big-endian-expected.png:
3021 * fast/encoding/utf-16-little-endian-expected.checksum:
3022 * fast/encoding/utf-16-little-endian-expected.png:
3023 * fast/events/event-sender-mouse-moved-expected.checksum:
3024 * fast/events/event-sender-mouse-moved-expected.png:
3025 * fast/forms/001-expected.checksum:
3026 * fast/forms/001-expected.png:
3027 * fast/forms/006-expected.checksum:
3028 * fast/forms/006-expected.png:
3029 * fast/forms/007-expected.checksum:
3030 * fast/forms/007-expected.png:
3031 * fast/forms/button-default-title-expected.checksum:
3032 * fast/forms/button-default-title-expected.png:
3033 * fast/forms/button-inner-block-reuse-expected.checksum:
3034 * fast/forms/button-inner-block-reuse-expected.png:
3035 * fast/forms/input-appearance-disabled-expected.checksum:
3036 * fast/forms/input-appearance-disabled-expected.png:
3037 * fast/forms/input-appearance-disabled-expected.txt:
3038 * fast/forms/input-value-expected.checksum:
3039 * fast/forms/input-value-expected.png:
3040 * fast/forms/visual-hebrew-text-field-expected.checksum:
3041 * fast/forms/visual-hebrew-text-field-expected.png:
3042 * fast/lists/004-expected.checksum:
3043 * fast/lists/004-expected.png:
3044 * fast/lists/markers-in-selection-expected.checksum:
3045 * fast/lists/markers-in-selection-expected.png:
3046 * fast/lists/olstart-expected.checksum:
3047 * fast/lists/olstart-expected.png:
3048 * fast/overflow/002-expected.checksum:
3049 * fast/overflow/002-expected.png:
3050 * fast/overflow/overflow-rtl-inline-scrollbar-expected.checksum:
3051 * fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
3052 * fast/overflow/overflow-text-hit-testing-expected.checksum:
3053 * fast/overflow/overflow-text-hit-testing-expected.png:
3054 * fast/parser/entities-in-xhtml-expected.checksum:
3055 * fast/parser/entities-in-xhtml-expected.png:
3056 * fast/repaint/flexible-box-overflow-expected.checksum:
3057 * fast/repaint/flexible-box-overflow-expected.png:
3058 * fast/repaint/flexible-box-overflow-horizontal-expected.checksum:
3059 * fast/repaint/flexible-box-overflow-horizontal-expected.png:
3060 * fast/repaint/inline-block-overflow-expected.checksum:
3061 * fast/repaint/inline-block-overflow-expected.png:
3062 * fast/repaint/layer-outline-expected.checksum:
3063 * fast/repaint/layer-outline-expected.png:
3064 * fast/repaint/layer-outline-horizontal-expected.checksum:
3065 * fast/repaint/layer-outline-horizontal-expected.png:
3066 * fast/repaint/text-shadow-expected.checksum:
3067 * fast/repaint/text-shadow-expected.png:
3068 * fast/repaint/text-shadow-horizontal-expected.checksum:
3069 * fast/repaint/text-shadow-horizontal-expected.png:
3070 * fast/replaced/005-expected.checksum:
3071 * fast/replaced/005-expected.png:
3072 * fast/replaced/inline-box-wrapper-handover-expected.checksum:
3073 * fast/replaced/inline-box-wrapper-handover-expected.png:
3074 * fast/selectors/032-expected.checksum:
3075 * fast/selectors/032-expected.png:
3076 * fast/selectors/077-expected.checksum:
3077 * fast/selectors/077-expected.png:
3078 * fast/selectors/077b-expected.checksum:
3079 * fast/selectors/077b-expected.png:
3080 * fast/selectors/078b-expected.checksum:
3081 * fast/selectors/078b-expected.png:
3082 * fast/table/003-expected.checksum:
3083 * fast/table/003-expected.png:
3084 * fast/table/004-expected.checksum:
3085 * fast/table/004-expected.png:
3086 * fast/table/006-expected.checksum:
3087 * fast/table/006-expected.png:
3088 * fast/table/007-expected.checksum:
3089 * fast/table/007-expected.png:
3090 * fast/table/009-expected.checksum:
3091 * fast/table/009-expected.png:
3092 * fast/table/017-expected.checksum:
3093 * fast/table/017-expected.png:
3094 * fast/table/018-expected.checksum:
3095 * fast/table/018-expected.png:
3096 * fast/table/020-expected.checksum:
3097 * fast/table/020-expected.png:
3098 * fast/table/029-expected.checksum:
3099 * fast/table/029-expected.png:
3100 * fast/table/030-expected.checksum:
3101 * fast/table/030-expected.png:
3102 * fast/table/035-expected.checksum:
3103 * fast/table/035-expected.png:
3104 * fast/table/038-expected.checksum:
3105 * fast/table/038-expected.png:
3106 * fast/table/039-expected.checksum:
3107 * fast/table/039-expected.png:
3108 * fast/table/040-expected.checksum:
3109 * fast/table/040-expected.png:
3110 * fast/table/041-expected.checksum:
3111 * fast/table/041-expected.png:
3112 * fast/table/add-before-anonymous-child-expected.checksum:
3113 * fast/table/add-before-anonymous-child-expected.png:
3114 * fast/table/border-collapsing/rtl-border-collapsing-expected.checksum:
3115 * fast/table/border-collapsing/rtl-border-collapsing-expected.png:
3116 * fast/table/edge-offsets-expected.checksum:
3117 * fast/table/edge-offsets-expected.png:
3118 * fast/table/empty-table-percent-height-expected.checksum:
3119 * fast/table/empty-table-percent-height-expected.png:
3120 * fast/table/giantRowspan-expected.checksum:
3121 * fast/table/giantRowspan-expected.png:
3122 * fast/table/large-width-expected.checksum:
3123 * fast/table/large-width-expected.png:
3124 * fast/table/multiple-percent-height-rows-expected.checksum:
3125 * fast/table/multiple-percent-height-rows-expected.png:
3126 * fast/table/nobr-expected.checksum:
3127 * fast/table/nobr-expected.png:
3128 * fast/table/overflowHidden-expected.checksum:
3129 * fast/table/overflowHidden-expected.png:
3130 * fast/table/percent-heights-expected.checksum:
3131 * fast/table/percent-heights-expected.png:
3132 * fast/table/rowindex-expected.checksum:
3133 * fast/table/rowindex-expected.png:
3134 * fast/table/rowspan-paint-order-expected.checksum:
3135 * fast/table/rowspan-paint-order-expected.png:
3136 * fast/table/spanOverlapRepaint-expected.checksum:
3137 * fast/table/spanOverlapRepaint-expected.png:
3138 * fast/text/atsui-kerning-and-ligatures-expected.checksum:
3139 * fast/text/atsui-kerning-and-ligatures-expected.png:
3140 * fast/text/atsui-multiple-renderers-expected.checksum:
3141 * fast/text/atsui-multiple-renderers-expected.png:
3142 * fast/text/atsui-pointtooffset-calls-cg-expected.checksum:
3143 * fast/text/atsui-pointtooffset-calls-cg-expected.png:
3144 * fast/text/atsui-rtl-override-selection-expected.checksum:
3145 * fast/text/atsui-rtl-override-selection-expected.png:
3146 * fast/text/atsui-small-caps-punctuation-size-expected.checksum:
3147 * fast/text/atsui-small-caps-punctuation-size-expected.png:
3148 * fast/text/atsui-spacing-features-expected.checksum:
3149 * fast/text/atsui-spacing-features-expected.png:
3150 * fast/text/basic/001-expected.checksum:
3151 * fast/text/basic/001-expected.png:
3152 * fast/text/basic/006-expected.checksum:
3153 * fast/text/basic/006-expected.png:
3154 * fast/text/basic/007-expected.checksum:
3155 * fast/text/basic/007-expected.png:
3156 * fast/text/basic/015-expected.checksum:
3157 * fast/text/basic/015-expected.png:
3158 * fast/text/cg-vs-atsui-expected.checksum:
3159 * fast/text/cg-vs-atsui-expected.png:
3160 * fast/text/in-rendered-text-rtl-expected.checksum:
3161 * fast/text/in-rendered-text-rtl-expected.png:
3162 * fast/text/international/003-expected.checksum:
3163 * fast/text/international/003-expected.png:
3164 * fast/text/international/bidi-LDB-2-CSS-expected.checksum:
3165 * fast/text/international/bidi-LDB-2-CSS-expected.png:
3166 * fast/text/international/bidi-LDB-2-HTML-expected.checksum:
3167 * fast/text/international/bidi-LDB-2-HTML-expected.png:
3168 * fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum:
3169 * fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
3170 * fast/text/international/bidi-european-terminators-expected.checksum:
3171 * fast/text/international/bidi-european-terminators-expected.png:
3172 * fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum:
3173 * fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
3174 * fast/text/international/bidi-innertext-expected.checksum:
3175 * fast/text/international/bidi-innertext-expected.png:
3176 * fast/text/should-use-atsui-expected.checksum:
3177 * fast/text/should-use-atsui-expected.png:
3178 * fast/text/whitespace/027-expected.checksum:
3179 * fast/text/whitespace/027-expected.png:
3180 * fast/text/whitespace/pre-wrap-overflow-selection-expected.checksum:
3181 * fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
3182 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.checksum:
3183 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:
3184 * tables/mozilla/bugs/45621-expected.checksum:
3185 * tables/mozilla/bugs/45621-expected.png:
3186 * tables/mozilla/bugs/bug10009-expected.checksum:
3187 * tables/mozilla/bugs/bug10009-expected.png:
3188 * tables/mozilla/bugs/bug10036-expected.checksum:
3189 * tables/mozilla/bugs/bug10036-expected.png:
3190 * tables/mozilla/bugs/bug10039-expected.checksum:
3191 * tables/mozilla/bugs/bug10039-expected.png:
3192 * tables/mozilla/bugs/bug101201-expected.checksum:
3193 * tables/mozilla/bugs/bug101201-expected.png:
3194 * tables/mozilla/bugs/bug1055-1-expected.checksum:
3195 * tables/mozilla/bugs/bug1055-1-expected.png:
3196 * tables/mozilla/bugs/bug10565-expected.checksum:
3197 * tables/mozilla/bugs/bug10565-expected.png:
3198 * tables/mozilla/bugs/bug1067-2-expected.checksum:
3199 * tables/mozilla/bugs/bug1067-2-expected.png:
3200 * tables/mozilla/bugs/bug106795-expected.checksum:
3201 * tables/mozilla/bugs/bug106795-expected.png:
3202 * tables/mozilla/bugs/bug106816-expected.checksum:
3203 * tables/mozilla/bugs/bug106816-expected.png:
3204 * tables/mozilla/bugs/bug108340-expected.checksum:
3205 * tables/mozilla/bugs/bug108340-expected.png:
3206 * tables/mozilla/bugs/bug109043-expected.checksum:
3207 * tables/mozilla/bugs/bug109043-expected.png:
3208 * tables/mozilla/bugs/bug110566-expected.checksum:
3209 * tables/mozilla/bugs/bug110566-expected.png:
3210 * tables/mozilla/bugs/bug113235-1-expected.checksum:
3211 * tables/mozilla/bugs/bug113235-1-expected.png:
3212 * tables/mozilla/bugs/bug113235-3-expected.checksum:
3213 * tables/mozilla/bugs/bug113235-3-expected.png:
3214 * tables/mozilla/bugs/bug113424-expected.checksum:
3215 * tables/mozilla/bugs/bug113424-expected.png:
3216 * tables/mozilla/bugs/bug11384q-expected.checksum:
3217 * tables/mozilla/bugs/bug11384q-expected.png:
3218 * tables/mozilla/bugs/bug1188-expected.checksum:
3219 * tables/mozilla/bugs/bug1188-expected.png:
3220 * tables/mozilla/bugs/bug11944-expected.checksum:
3221 * tables/mozilla/bugs/bug11944-expected.png:
3222 * tables/mozilla/bugs/bug119786-expected.checksum:
3223 * tables/mozilla/bugs/bug119786-expected.png:
3224 * tables/mozilla/bugs/bug12008-expected.checksum:
3225 * tables/mozilla/bugs/bug12008-expected.png:
3226 * tables/mozilla/bugs/bug1220-expected.checksum:
3227 * tables/mozilla/bugs/bug1220-expected.png:
3228 * tables/mozilla/bugs/bug1224-expected.checksum:
3229 * tables/mozilla/bugs/bug1224-expected.png:
3230 * tables/mozilla/bugs/bug12268-expected.checksum:
3231 * tables/mozilla/bugs/bug12268-expected.png:
3232 * tables/mozilla/bugs/bug12384-expected.checksum:
3233 * tables/mozilla/bugs/bug12384-expected.png:
3234 * tables/mozilla/bugs/bug1261-expected.checksum:
3235 * tables/mozilla/bugs/bug1261-expected.png:
3236 * tables/mozilla/bugs/bug12709-expected.checksum:
3237 * tables/mozilla/bugs/bug12709-expected.png:
3238 * tables/mozilla/bugs/bug128229-expected.checksum:
3239 * tables/mozilla/bugs/bug128229-expected.png:
3240 * tables/mozilla/bugs/bug12908-1-expected.checksum:
3241 * tables/mozilla/bugs/bug12908-1-expected.png:
3242 * tables/mozilla/bugs/bug12910-expected.checksum:
3243 * tables/mozilla/bugs/bug12910-expected.png:
3244 * tables/mozilla/bugs/bug1302-expected.checksum:
3245 * tables/mozilla/bugs/bug1302-expected.png:
3246 * tables/mozilla/bugs/bug131020-2-expected.checksum:
3247 * tables/mozilla/bugs/bug131020-2-expected.png:
3248 * tables/mozilla/bugs/bug131020-expected.checksum:
3249 * tables/mozilla/bugs/bug131020-expected.png:
3250 * tables/mozilla/bugs/bug13118-expected.checksum:
3251 * tables/mozilla/bugs/bug13118-expected.png:
3252 * tables/mozilla/bugs/bug13169-expected.checksum:
3253 * tables/mozilla/bugs/bug13169-expected.png:
3254 * tables/mozilla/bugs/bug1318-expected.checksum:
3255 * tables/mozilla/bugs/bug1318-expected.png:
3256 * tables/mozilla/bugs/bug13196-expected.checksum:
3257 * tables/mozilla/bugs/bug13196-expected.png:
3258 * tables/mozilla/bugs/bug133756-2-expected.checksum:
3259 * tables/mozilla/bugs/bug133756-2-expected.png:
3260 * tables/mozilla/bugs/bug133948-expected.checksum:
3261 * tables/mozilla/bugs/bug133948-expected.png:
3262 * tables/mozilla/bugs/bug13484-expected.checksum:
3263 * tables/mozilla/bugs/bug13484-expected.png:
3264 * tables/mozilla/bugs/bug139524-4-expected.checksum:
3265 * tables/mozilla/bugs/bug139524-4-expected.png:
3266 * tables/mozilla/bugs/bug1474-expected.checksum:
3267 * tables/mozilla/bugs/bug1474-expected.png:
3268 * tables/mozilla/bugs/bug149275-1-expected.checksum:
3269 * tables/mozilla/bugs/bug149275-1-expected.png:
3270 * tables/mozilla/bugs/bug149275-2-expected.checksum:
3271 * tables/mozilla/bugs/bug149275-2-expected.png:
3272 * tables/mozilla/bugs/bug14929-expected.checksum:
3273 * tables/mozilla/bugs/bug14929-expected.png:
3274 * tables/mozilla/bugs/bug15247-expected.checksum:
3275 * tables/mozilla/bugs/bug15247-expected.png:
3276 * tables/mozilla/bugs/bug15933-expected.checksum:
3277 * tables/mozilla/bugs/bug15933-expected.png:
3278 * tables/mozilla/bugs/bug16012-expected.checksum:
3279 * tables/mozilla/bugs/bug16012-expected.png:
3280 * tables/mozilla/bugs/bug16252-expected.checksum:
3281 * tables/mozilla/bugs/bug16252-expected.png:
3282 * tables/mozilla/bugs/bug17168-expected.checksum:
3283 * tables/mozilla/bugs/bug17168-expected.png:
3284 * tables/mozilla/bugs/bug175455-4-expected.checksum:
3285 * tables/mozilla/bugs/bug175455-4-expected.png:
3286 * tables/mozilla/bugs/bug17548-expected.checksum:
3287 * tables/mozilla/bugs/bug17548-expected.png:
3288 * tables/mozilla/bugs/bug17587-expected.checksum:
3289 * tables/mozilla/bugs/bug17587-expected.png:
3290 * tables/mozilla/bugs/bug1800-expected.checksum:
3291 * tables/mozilla/bugs/bug1800-expected.png:
3292 * tables/mozilla/bugs/bug1802-expected.checksum:
3293 * tables/mozilla/bugs/bug1802-expected.png:
3294 * tables/mozilla/bugs/bug1802s-expected.checksum:
3295 * tables/mozilla/bugs/bug1802s-expected.png:
3296 * tables/mozilla/bugs/bug1809-expected.checksum:
3297 * tables/mozilla/bugs/bug1809-expected.png:
3298 * tables/mozilla/bugs/bug1818-1-expected.checksum:
3299 * tables/mozilla/bugs/bug1818-1-expected.png:
3300 * tables/mozilla/bugs/bug1818-2-expected.checksum:
3301 * tables/mozilla/bugs/bug1818-2-expected.png:
3302 * tables/mozilla/bugs/bug1818-3-expected.checksum:
3303 * tables/mozilla/bugs/bug1818-3-expected.png:
3304 * tables/mozilla/bugs/bug1818-4-expected.checksum:
3305 * tables/mozilla/bugs/bug1818-4-expected.png:
3306 * tables/mozilla/bugs/bug1828-expected.checksum:
3307 * tables/mozilla/bugs/bug1828-expected.png:
3308 * tables/mozilla/bugs/bug18359-expected.checksum:
3309 * tables/mozilla/bugs/bug18359-expected.png:
3310 * tables/mozilla/bugs/bug18558-expected.checksum:
3311 * tables/mozilla/bugs/bug18558-expected.png:
3312 * tables/mozilla/bugs/bug18955-expected.checksum:
3313 * tables/mozilla/bugs/bug18955-expected.png:
3314 * tables/mozilla/bugs/bug19061-1-expected.checksum:
3315 * tables/mozilla/bugs/bug19061-1-expected.png:
3316 * tables/mozilla/bugs/bug19061-2-expected.checksum:
3317 * tables/mozilla/bugs/bug19061-2-expected.png:
3318 * tables/mozilla/bugs/bug19356-expected.checksum:
3319 * tables/mozilla/bugs/bug19356-expected.png:
3320 * tables/mozilla/bugs/bug194024-expected.checksum:
3321 * tables/mozilla/bugs/bug194024-expected.png:
3322 * tables/mozilla/bugs/bug19599-expected.checksum:
3323 * tables/mozilla/bugs/bug19599-expected.png:
3324 * tables/mozilla/bugs/bug2050-expected.checksum:
3325 * tables/mozilla/bugs/bug2050-expected.png:
3326 * tables/mozilla/bugs/bug2065-expected.checksum:
3327 * tables/mozilla/bugs/bug2065-expected.png:
3328 * tables/mozilla/bugs/bug20804-expected.checksum:
3329 * tables/mozilla/bugs/bug20804-expected.png:
3330 * tables/mozilla/bugs/bug21299-expected.checksum:
3331 * tables/mozilla/bugs/bug21299-expected.png:
3332 * tables/mozilla/bugs/bug21918-expected.checksum:
3333 * tables/mozilla/bugs/bug21918-expected.png:
3334 * tables/mozilla/bugs/bug219693-1-expected.checksum:
3335 * tables/mozilla/bugs/bug219693-1-expected.png:
3336 * tables/mozilla/bugs/bug219693-2-expected.checksum:
3337 * tables/mozilla/bugs/bug219693-2-expected.png:
3338 * tables/mozilla/bugs/bug220536-expected.checksum:
3339 * tables/mozilla/bugs/bug220536-expected.png:
3340 * tables/mozilla/bugs/bug221784-1-expected.checksum:
3341 * tables/mozilla/bugs/bug221784-1-expected.png:
3342 * tables/mozilla/bugs/bug221784-2-expected.checksum:
3343 * tables/mozilla/bugs/bug221784-2-expected.png:
3344 * tables/mozilla/bugs/bug2267-expected.checksum:
3345 * tables/mozilla/bugs/bug2267-expected.png:
3346 * tables/mozilla/bugs/bug2296-expected.checksum:
3347 * tables/mozilla/bugs/bug2296-expected.png:
3348 * tables/mozilla/bugs/bug23235-expected.checksum:
3349 * tables/mozilla/bugs/bug23235-expected.png:
3350 * tables/mozilla/bugs/bug24200-expected.checksum:
3351 * tables/mozilla/bugs/bug24200-expected.png:
3352 * tables/mozilla/bugs/bug24503-expected.checksum:
3353 * tables/mozilla/bugs/bug24503-expected.png:
3354 * tables/mozilla/bugs/bug24627-expected.checksum:
3355 * tables/mozilla/bugs/bug24627-expected.png:
3356 * tables/mozilla/bugs/bug24661-expected.checksum:
3357 * tables/mozilla/bugs/bug24661-expected.png:
3358 * tables/mozilla/bugs/bug2479-3-expected.checksum:
3359 * tables/mozilla/bugs/bug2479-3-expected.png:
3360 * tables/mozilla/bugs/bug24880-expected.checksum:
3361 * tables/mozilla/bugs/bug24880-expected.png:
3362 * tables/mozilla/bugs/bug25004-expected.checksum:
3363 * tables/mozilla/bugs/bug25004-expected.png:
3364 * tables/mozilla/bugs/bug25086-expected.checksum:
3365 * tables/mozilla/bugs/bug25086-expected.png:
3366 * tables/mozilla/bugs/bug2516-expected.checksum:
3367 * tables/mozilla/bugs/bug2516-expected.png:
3368 * tables/mozilla/bugs/bug25663-expected.checksum:
3369 * tables/mozilla/bugs/bug25663-expected.png:
3370 * tables/mozilla/bugs/bug2585-expected.checksum:
3371 * tables/mozilla/bugs/bug2585-expected.png:
3372 * tables/mozilla/bugs/bug26553-expected.checksum:
3373 * tables/mozilla/bugs/bug26553-expected.png:
3374 * tables/mozilla/bugs/bug2684-expected.checksum:
3375 * tables/mozilla/bugs/bug2684-expected.png:
3376 * tables/mozilla/bugs/bug27038-2-expected.checksum:
3377 * tables/mozilla/bugs/bug27038-2-expected.png:
3378 * tables/mozilla/bugs/bug2757-expected.checksum:
3379 * tables/mozilla/bugs/bug2757-expected.png:
3380 * tables/mozilla/bugs/bug2773-expected.checksum:
3381 * tables/mozilla/bugs/bug2773-expected.png:
3382 * tables/mozilla/bugs/bug278385-expected.checksum:
3383 * tables/mozilla/bugs/bug278385-expected.png:
3384 * tables/mozilla/bugs/bug27993-1-expected.checksum:
3385 * tables/mozilla/bugs/bug27993-1-expected.png:
3386 * tables/mozilla/bugs/bug2886-expected.checksum:
3387 * tables/mozilla/bugs/bug2886-expected.png:
3388 * tables/mozilla/bugs/bug28928-expected.checksum:
3389 * tables/mozilla/bugs/bug28928-expected.png:
3390 * tables/mozilla/bugs/bug29058-1-expected.checksum:
3391 * tables/mozilla/bugs/bug29058-1-expected.png:
3392 * tables/mozilla/bugs/bug29058-3-expected.checksum:
3393 * tables/mozilla/bugs/bug29058-3-expected.png:
3394 * tables/mozilla/bugs/bug29157-expected.checksum:
3395 * tables/mozilla/bugs/bug29157-expected.png:
3396 * tables/mozilla/bugs/bug29326-expected.checksum:
3397 * tables/mozilla/bugs/bug29326-expected.png:
3398 * tables/mozilla/bugs/bug29429-expected.checksum:
3399 * tables/mozilla/bugs/bug29429-expected.png:
3400 * tables/mozilla/bugs/bug2962-expected.checksum:
3401 * tables/mozilla/bugs/bug2962-expected.png:
3402 * tables/mozilla/bugs/bug2981-2-expected.checksum:
3403 * tables/mozilla/bugs/bug2981-2-expected.png:
3404 * tables/mozilla/bugs/bug30273-expected.checksum:
3405 * tables/mozilla/bugs/bug30273-expected.png: