1 2008-04-03 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
5 * Fix http/tests/loading/simple-subframe.html by adding a test result. The result is
6 quite similar to the one of the mac port.
9 * platform/qt/http/tests/loading/simple-subframe-expected.txt: Added.
11 2008-04-03 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
15 * Remove dumpFrameLoadCallbacks from simple-subframe.html because it is
16 located in a directory with the name "loading". And this will autoamtically
18 * Remove this method from the LayoutTestController as it is unused now and this
19 avoids adding it to the DRT of the Qt port.
22 * http/tests/loading/simple-subframe.html:
24 2008-04-02 Brady Eidson <beidson@apple.com>
26 Written by David Kilzer, tweaked by Brady, Reviewed by Mitz Pettel
28 - test for http://bugs.webkit.org/show_bug.cgi?id=11839
29 Webarchive fails to save CSS files in @import statements
31 The idea is to <link> to a CSS file which @imports another CSS file,
32 and also @import a CSS file inside a <style> element, which also @imports another CSS file
34 Then make sure all 4 of the css files are in the resulting webarchive
36 * webarchive/resources/test-css-import-recurse.css: Added.
37 * webarchive/resources/test-css-import.css: Added.
38 * webarchive/resources/test-css-link-recurse.css: Added.
39 * webarchive/resources/test-css-link.css: Added.
40 * webarchive/test-css-import-expected.txt: Added.
41 * webarchive/test-css-import.html: Added.
43 2008-04-02 Nikolas Zimmermann <zimmermann@kde.org>
47 Fix all existing tests in svg/dynamic-updates to actually reflect repainting changes, by
48 removing the timing dependency. Instead model them like frame-getSVGDocument.html by
49 not including the <script src="js-test-post.js"> element within the TEMPLATE.html but
50 by dynamically injecting it, if the test actually finished.
52 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
53 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
54 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
55 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
56 * platform/mac-leopard/svg/custom/marker-getPropertyValue-expected.checksum: Added.
57 * platform/mac-leopard/svg/custom/marker-getPropertyValue-expected.png: Added.
58 * platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.checksum: Added.
59 * platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.png: Added.
60 * platform/mac-leopard/svg/custom/text-xy-updates-expected.checksum: Added.
61 * platform/mac-leopard/svg/custom/text-xy-updates-expected.png: Added.
62 * platform/mac-leopard/svg/dom/altGlyph-dom-expected.checksum: Added.
63 * platform/mac-leopard/svg/dom/altGlyph-dom-expected.png: Added.
64 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum:
65 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
66 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum:
67 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
68 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum:
69 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
70 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum:
71 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
72 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum:
73 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
74 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum:
75 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
76 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum:
77 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
78 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum:
79 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
80 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum:
81 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
82 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum:
83 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
84 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum:
85 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
86 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum:
87 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
88 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum:
89 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
90 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum:
91 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
92 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum:
93 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
94 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum:
95 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
96 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum:
97 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
98 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum:
99 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
100 * platform/mac-leopard/svg/text/kerning-expected.checksum: Added.
101 * platform/mac-leopard/svg/text/kerning-expected.png: Added.
102 * platform/mac-leopard/svg/text/multichar-glyph-expected.checksum: Added.
103 * platform/mac-leopard/svg/text/multichar-glyph-expected.png: Added.
104 * platform/mac-leopard/svg/text/text-text-06-t-expected.checksum:
105 * platform/mac-leopard/svg/text/text-text-06-t-expected.png:
106 * svg/custom/resources/svg-xml-dom-sync.js: Added.
107 * svg/custom/svg-xml-dom-sync-expected.txt: Added.
108 * svg/custom/svg-xml-dom-sync.html: Added.
109 * svg/dynamic-updates/SVGAElement-dom-href-attr.html:
110 * svg/dynamic-updates/SVGAElement-dom-target-attr.html:
111 * svg/dynamic-updates/SVGAElement-svgdom-href-prop.html:
112 * svg/dynamic-updates/SVGAElement-svgdom-target-prop.html:
113 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt:
114 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr.html:
115 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt:
116 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr.html:
117 * svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt:
118 * svg/dynamic-updates/SVGCircleElement-dom-r-attr.html:
119 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt:
120 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop.html:
121 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt:
122 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop.html:
123 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt:
124 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop.html:
125 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr.html:
126 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop.html:
127 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt:
128 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html:
129 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt:
130 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html:
131 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt:
132 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html:
133 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt:
134 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html:
135 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt:
136 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html:
137 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt:
138 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html:
139 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt:
140 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html:
141 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt:
142 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html:
143 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt:
144 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html:
145 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt:
146 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html:
147 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html:
148 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html:
149 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt:
150 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html:
151 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt:
152 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html:
153 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html:
154 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html:
155 * svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js:
156 * svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js:
157 * svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js:
158 * svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js:
159 * svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
160 * svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
161 * svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
162 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
163 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
164 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
165 * svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
166 * svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
167 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js:
168 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js:
169 * svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js:
170 * svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js:
171 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js:
172 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js:
173 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js:
174 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js:
175 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js:
176 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js:
177 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js:
178 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js:
179 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js:
180 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js:
181 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js:
182 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js:
183 * svg/dynamic-updates/resources/SVGTestCase.js:
184 * svg/dynamic-updates/resources/TEMPLATE.html:
186 2008-03-25 Eric Seidel <eric@webkit.org>
190 Add test for /^bar/ optimization.
191 http://bugs.webkit.org/show_bug.cgi?id=18086
193 * fast/js/ascii-regexp-subject-expected.txt: Copied from LayoutTests/fast/xpath/4XPath/Borrowed/kd_20010423-expected.txt.
194 * fast/js/ascii-regexp-subject.html: Copied from LayoutTests/fast/js/typeof-syntax.html.
195 * fast/js/resources/ascii-regexp-subject.js: Added.
197 2008-03-31 Rob Buis <buis@kde.org>
202 http://bugs.webkit.org/show_bug.cgi?id=15595
203 marker property doesn't show up correctly as "shorthand" in inspector
205 * svg/custom/marker-getPropertyValue-expected.txt: Added.
206 * svg/custom/marker-getPropertyValue.svg: Added.
208 2008-03-30 Dan Bernstein <mitz@apple.com>
210 Reviewed by Sam Weinig.
212 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=18115
213 REGRESSION (r31250): Incomplete repaint of GoogleReader sidebar while reading unread posts
215 * fast/repaint/lines-with-layout-delta.html: Added.
216 * platform/mac/fast/repaint/lines-with-layout-delta-expected.checksum: Added.
217 * platform/mac/fast/repaint/lines-with-layout-delta-expected.png: Added.
218 * platform/mac/fast/repaint/lines-with-layout-delta-expected.txt: Added.
220 2008-03-30 Dan Bernstein <mitz@apple.com>
222 Reviewed by Maciej Stachowiak.
224 - test for an assertion failure in CSSParser.cpp's
225 equalIgnoringCase() when parsing certain transforms.
227 * fast/css/transform-function-lowercase-assert-expected.txt: Added.
228 * fast/css/transform-function-lowercase-assert.html: Added.
230 2008-03-30 Rob Buis <buis@kde.org>
235 http://bugs.webkit.org/show_bug.cgi?id=17633
236 SVG: modifying x & y attribute of text element from JS fails
238 * platform/mac/svg/custom/text-xy-updates-expected.txt: Added.
239 * svg/custom/text-xy-updates.svg: Added.
241 2008-03-30 Rob Buis <buis@kde.org>
243 Reviewed by Adam Roben.
247 * svg/custom/tref-update.svg:
249 2008-03-29 Sam Weinig <sam@webkit.org>
251 Reviewed by Brady Eidson.
253 Test for crash when canceling a resource load while port blocked failure
256 * fast/loader/cancel-load-during-port-block-timer-expected.txt: Added.
257 * fast/loader/cancel-load-during-port-block-timer.html: Added.
259 2008-03-29 Oliver Hunt <oliver@apple.com>
263 Bug 17924: Crash in KJS::ConstDeclNode::evaluate with |with| and |const|
264 <http://bugs.webkit.org/show_bug.cgi?id=17924>
266 Add test cases for const inside with
268 * fast/js/const-expected.txt:
269 * fast/js/resources/const.js:
271 2008-03-28 Dan Bernstein <mitz@apple.com>
273 Reviewed by Dave Hyatt.
275 - pixel test for a percentage background position regression from r31389
277 * fast/backgrounds/background-position-1.html: Added.
278 * platform/mac/fast/backgrounds/background-position-1-expected.checksum: Added.
279 * platform/mac/fast/backgrounds/background-position-1-expected.png: Added.
280 * platform/mac/fast/backgrounds/background-position-1-expected.txt: Added.
282 2008-03-28 Stephanie Lewis <slewis@apple.com>
284 Update Windows Skipped list. Bugs filed.
286 * platform/win/Skipped:
288 2008-03-28 Darin Adler <darin@apple.com>
292 * fast/encoding/invalid-xml-expected.txt: Update to reflect a true success.
293 * fast/encoding/resources/invalid-xml.js: Eliminate race condition by not ending
294 the test until the js-test-post.js script has loaded.
296 2008-03-28 Alexey Proskuryakov <ap@webkit.org>
298 Rubber-stamped by Brady.
300 Enable server-side includes via AddHandler, hopefully making Apache 1.3 happy.
302 * http/tests/misc/.htaccess:
303 * http/tests/misc/resources/acid3/.htaccess:
305 2008-03-28 Alexey Proskuryakov <ap@webkit.org>
309 Enable mod_include for acid3.html - the previous check-in only had it in resources
312 * http/tests/misc/.htaccess: Added.
314 2008-03-28 Eric Seidel <eric@webkit.org>
318 Add Acid3 test as an http test
319 http://bugs.webkit.org/show_bug.cgi?id=18176
321 * http/tests/misc/acid3-expected.checksum: Added.
322 * http/tests/misc/acid3-expected.png: Added.
323 * http/tests/misc/acid3-expected.txt: Added.
324 * http/tests/misc/acid3.html: Added.
325 * http/tests/misc/resources/acid3/.htaccess: Added.
326 * http/tests/misc/resources/acid3/empty.css: Added.
327 * http/tests/misc/resources/acid3/empty.html: Added.
328 * http/tests/misc/resources/acid3/empty.png: Added.
329 * http/tests/misc/resources/acid3/empty.txt: Added.
330 * http/tests/misc/resources/acid3/empty.xml: Added.
331 * http/tests/misc/resources/acid3/font.svg: Added.
332 * http/tests/misc/resources/acid3/font.ttf: Added.
333 * http/tests/misc/resources/acid3/instructions.inc: Added.
334 * http/tests/misc/resources/acid3/reference.html: Added.
335 * http/tests/misc/resources/acid3/reference.png: Added.
336 * http/tests/misc/resources/acid3/support-a.png.404: Added.
337 * http/tests/misc/resources/acid3/support-b.png: Added.
338 * http/tests/misc/resources/acid3/support-c.png: Added.
339 * http/tests/misc/resources/acid3/svg.xml: Added.
340 * http/tests/misc/resources/acid3/xhtml.1: Added.
341 * http/tests/misc/resources/acid3/xhtml.2: Added.
342 * http/tests/misc/resources/acid3/xhtml.3: Added.
344 2008-03-27 Mark Rowe <mrowe@apple.com>
346 Reviewed by Adam Roben.
348 Tests for <rdar://problem/5826236> Regular expressions with large nested repetition counts can have their
349 compiled length calculated incorrectly.
351 * fast/js/regexp-overflow-expected.txt:
352 * fast/js/resources/regexp-overflow.js:
354 2008-03-27 Brady Eidson <beidson@apple.com>
356 Reviewed by Adam Roben
358 Updated results, as we now more consistently archive empty frames/empty resources
360 * webarchive/archive-empty-frame-source-expected.txt:
362 2008-03-26 Sam Weinig <sam@webkit.org>
364 Rubber-stamped by Adam Roben.
368 * fast/dom/Window/window-special-properties-expected.txt:
370 2008-03-26 Maciej Stachowiak <mjs@apple.com>
372 Reviewed by Hyatt and Adam.
374 - new test case and test fixes for SVG text kerning
376 * svg/text/kerning.svg: Added.
377 * platform/mac/svg/text/kerning-expected.txt: Added.
379 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
380 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
381 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
382 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
383 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
385 2008-03-26 Stephanie Lewis <slewis@apple.com>
389 Move storage tests to Skipped list since they hang 80% of the time. See <rdar://problem/5787763>.
391 * platform/win/Skipped:
393 2008-03-26 Maciej Stachowiak <mjs@apple.com>
397 - test updates for "SVG multichar glyph matching matches longest instead of first (affects Acid3 test 79)"
398 http://bugs.webkit.org/show_bug.cgi?id=18118
400 These test cases were already checking for this exact bug and now
403 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
404 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
406 o2008-03-26 Eric Seidel <eric@webkit.org>
410 Fix, makes us pass Test 70
411 XML documents should be strict about encoding checks
412 http://bugs.webkit.org/show_bug.cgi?id=17079
414 * fast/encoding/invalid-xml-expected.txt: Added.
415 * fast/encoding/invalid-xml.html: Copied from LayoutTests/fast/dom/resources/TEMPLATE.html.
416 * fast/encoding/resources/invalid-xml-shift-jis.xml: Added.
417 * fast/encoding/resources/invalid-xml-utf16.xml: Added.
418 * fast/encoding/resources/invalid-xml-utf8.xml: Added.
419 * fast/encoding/resources/invalid-xml-x-mac-thai.xml: Added.
420 * fast/encoding/resources/invalid-xml.js: Added.
422 2008-03-26 Dan Bernstein <mitz@apple.com>
424 Reviewed by Darin Adler.
426 - tests for http://bugs.webkit.org/show_bug.cgi?id=17994
427 REGRESSION (523-525+) View not updated when changing CSS size via JavaScript
428 - and http://bugs.webkit.org/show_bug.cgi?id=18063
429 REGRESSION (r31250): Small bug that just cropped up in WebKit r31275
431 * fast/repaint/subtree-root-clip-2.html: Added.
432 * fast/repaint/subtree-root-clip-3.html: Added.
433 * fast/repaint/subtree-root-clip.html: Added.
434 * platform/mac/fast/repaint/subtree-root-clip-2-expected.checksum: Added.
435 * platform/mac/fast/repaint/subtree-root-clip-2-expected.png: Added.
436 * platform/mac/fast/repaint/subtree-root-clip-2-expected.txt: Added.
437 * platform/mac/fast/repaint/subtree-root-clip-3-expected.checksum: Added.
438 * platform/mac/fast/repaint/subtree-root-clip-3-expected.png: Added.
439 * platform/mac/fast/repaint/subtree-root-clip-3-expected.txt: Added.
440 * platform/mac/fast/repaint/subtree-root-clip-expected.checksum: Added.
441 * platform/mac/fast/repaint/subtree-root-clip-expected.png: Added.
442 * platform/mac/fast/repaint/subtree-root-clip-expected.txt: Added.
444 2008-03-24 Maciej Stachowiak <mjs@apple.com>
448 - test case and new results for "SVGTextElement.getStartPositionOfChar does not correctly account for multichar glyphs"
449 http://bugs.webkit.org/show_bug.cgi?id=18046
451 * svg/text/multichar-glyph.svg: Added. New test case for both rendering and getStartPositionOfChar
452 access of multichar glyphs.
453 * platform/mac/svg/text/multichar-glyph-expected.txt: Added.
455 The following test results changed, all appear to be improvements.
457 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
458 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
459 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
460 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
461 * platform/mac/svg/text/text-text-06-t-expected.txt:
463 2008-03-25 Beth Dakin <bdakin@apple.com>
467 Test for <rdar://problem/5811826> CSSValueList::item() does not
470 * fast/css/resources/bikes.bmp: Added.
471 * fast/css/value-list-out-of-bounds-crash.html: Added.
472 * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.checksum: Added.
473 * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.png: Added.
474 * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.txt: Added.
476 2008-03-25 Darin Adler <darin@apple.com>
480 - test for http://bugs.webkit.org/show_bug.cgi?id=17252
481 Acid3 test removing Nodes during NodeIterator walk fails (affects Acid3 test 2)
483 * traversal/acid3-test-2-expected.txt: Added.
484 * traversal/acid3-test-2.html: Added.
485 * traversal/resources/acid3-test-2.js: Added.
486 * traversal/resources/exception-forwarding.js: Removed bogus extra line of code.
488 2008-03-24 Oliver Hunt <oliver@apple.com>
490 Reviewed by Mark Rowe.
492 Disable this test until we can fix
493 Bug 18057: keyDown incorrectly propagates up the frame tree
495 * fast/events/key-events-in-frame.html: Removed.
496 * fast/events/key-events-in-frame.html-disabled: Added.
498 2008-03-24 Brady Eidson <beidson@apple.com>
500 Made new layout test files executable, as needed for the tests to not fail!
502 * http/tests/navigation/resources/reload-subframe-content.pl: Added.
503 * http/tests/navigation/resources/reload-subframe.pl: Added.
505 2008-03-24 Cameron Zwarich <cwzwarich@uwaterloo.ca>
507 Reviewed by Maciej, landed by Brady
509 Tests for the following bugs:
511 Bug 3580: iFrames Appear to be Cached
512 <http://bugs.webkit.org/show_bug.cgi?id=3580>
514 Bug 15486: REGRESSION: Reload causes WebKit to *forget* fragment URLs
515 <http://bugs.webkit.org/show_bug.cgi?id=15486>
517 Bug 15554: Reload causes <object> to use old data
518 <http://bugs.webkit.org/show_bug.cgi?id=15554>
520 * http/tests/navigation/reload-subframe-frame-expected.txt: Added.
521 * http/tests/navigation/reload-subframe-frame.html: Added.
522 * http/tests/navigation/reload-subframe-iframe-expected.txt: Added.
523 * http/tests/navigation/reload-subframe-iframe.html: Added.
524 * http/tests/navigation/reload-subframe-object-expected.txt: Added.
525 * http/tests/navigation/reload-subframe-object.html: Added.
526 * http/tests/navigation/resources/reload-subframe-content.pl: Added.
527 * http/tests/navigation/resources/reload-subframe.pl: Added.
529 2008-03-24 Dan Bernstein <mitz@apple.com>
531 Reviewed by Sam Weinig.
533 - test for <rdar://problem/5812292> CrashTracer: [REGRESSION] 60 crashes in Safari at com.apple.WebCore: WebCore::RenderObject::repaintRectangle + 47
535 * fast/repaint/renderer-destruction-by-invalidateSelection-crash.html: Added.
536 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum: Added.
537 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Added.
538 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Added.
540 2008-03-23 Maciej Stachowiak <mjs@apple.com>
544 - updated test results for "SVGTextElement.getNumberOfChars is broken for altGlyph (affects Acid3 test 79)"
545 http://bugs.webkit.org/show_bug.cgi?id=17062
547 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
548 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
549 * svg/dom/altGlyph-dom-expected.txt: Added.
550 * svg/dom/altGlyph-dom.xhtml: Added.
551 * svg/dom/resources/altGlyph-dom.js: Added.
553 2008-03-23 Robert Blaut <webkit@blaut.biz>
555 Reviewed by eseidel. Landed by eseidel.
557 Test to ensure [~=] attribute selector doesn't match empty string
559 * fast/css/attribute-selector-empty-value.html: Added.
561 2008-03-23 Oliver Hunt <oliver@apple.com>
565 Test to ensure key events don't propagate up the frame tree.
567 * fast/events/key-events-in-frame-expected.txt: Added.
568 * fast/events/key-events-in-frame.html: Added.
570 2008-03-22 Eric Seidel <eric@webkit.org>
572 Update a (passing) result I missed in my last checkin. No review.
574 * dom/xhtml/level3/core/documentgetdoctype01-expected.txt:
576 2008-03-22 Eric Seidel <eric@webkit.org>
580 Unify handling of NAMESPACE_ERR and fix Acid3 test 25
581 http://bugs.webkit.org/show_bug.cgi?id=16693
583 * fast/dom/DOMImplementation/createDocumentType-err-expected.txt: Added.
584 * fast/dom/DOMImplementation/createDocumentType-err.html: Copied from LayoutTests/fast/dom/DOMException/EventException.html.
585 * fast/dom/DOMImplementation/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Document/resources/TEMPLATE.html.
586 * fast/dom/DOMImplementation/resources/createDocumentType-err.js: Added.
587 * fast/dom/Document/createAttributeNS-namespace-err-expected.txt:
588 * fast/dom/Document/createElementNS-namespace-err-expected.txt:
590 2008-03-22 Eric Seidel <eric@webkit.org>
594 Fix createElementNS to throw exceptions for invalid qualified names
595 Fixes Acid3 sub-test 23
596 http://bugs.webkit.org/show_bug.cgi?id=16833
598 * dom/xhtml/level3/core/documentsetstricterrorchecking02-expected.txt:
599 * fast/dom/Document/createAttributeNS-namespace-err-expected.txt: Added.
600 * fast/dom/Document/createAttributeNS-namespace-err.html: Copied from LayoutTests/fast/dom/Element/dimension-properties-unrendered.html.
601 * fast/dom/Document/createElementNS-namespace-err-expected.txt: Added.
602 * fast/dom/Document/createElementNS-namespace-err.html: Copied from LayoutTests/fast/dom/EntityReference/readonly-exceptions.html.
603 * fast/dom/Document/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Element/resources/TEMPLATE.html.
604 * fast/dom/Document/resources/createAttributeNS-namespace-err.js: Added.
605 * fast/dom/Document/resources/createElementNS-namespace-err.js: Added.
607 2008-03-21 Cameron Zwarich <cwzwarich@uwaterloo.ca>
609 Reviewed by Oliver Hunt.
611 Test for <http://bugs.webkit.org/show_bug.cgi?id=13693>
612 Bug 13693: REGRESSION (r13615): Acid2 Test Eyes render improperly after a page refresh
614 * http/tests/navigation/fallback-anchor-reload-expected.txt: Added.
615 * http/tests/navigation/fallback-anchor-reload.html: Added.
617 2008-03-21 Dan Bernstein <mitz@apple.com>
619 Reviewed by Oliver Hunt.
621 - test for http://bugs.webkit.org/show_bug.cgi?id=17988
622 REGRESSION (r31114-31132): Crash in InlineBox::isDirty() opening chowhound.com
624 * fast/css-generated-content/empty-content-with-float-crash-expected.txt: Added.
625 * fast/css-generated-content/empty-content-with-float-crash.html: Added.
627 2008-03-21 Oliver Hunt <oliver@apple.com>
629 Reviewed by Geoff Garen.
631 Ensure we correctly report optimised variables as being
634 * fast/js/propertyIsEnumerable-expected.txt:
635 * fast/js/resources/propertyIsEnumerable.js:
637 2008-03-21 Sam Weinig <sam@webkit.org>
639 Reviewed by Oliver Hunt.
641 Enable tests for <rdar://problem/5788451>
642 toDataURL not implemented for Windows (need mapping of MIME type to UTI)
644 * platform/win/Skipped:
645 * platform/win/fast/canvas: Added.
646 * platform/win/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
648 2008-03-21 Dan Bernstein <mitz@apple.com>
650 Reviewed by Adele Peterson.
652 - test for http://bugs.webkit.org/show_bug.cgi?id=17966
653 REGRESSION (r31114-r31132): Clearing via br behaves unpredictably
655 * fast/block/float/br-with-clear.html: Added.
656 * platform/mac/fast/block/float/br-with-clear-expected.checksum: Added.
657 * platform/mac/fast/block/float/br-with-clear-expected.png: Added.
658 * platform/mac/fast/block/float/br-with-clear-expected.txt: Added.
660 2008-03-21 Dan Bernstein <mitz@apple.com>
662 - update results for the 'zoom' property added in
663 <http://trac.webkit.org/projects/webkit/changeset/31155>
665 * fast/css/computed-style-expected.txt:
666 * fast/css/computed-style-without-renderer-expected.txt:
667 * svg/css/getComputedStyle-basic-expected.txt:
669 2008-03-20 Dan Bernstein <mitz@apple.com>
671 Reviewed by Anders Carlsson.
673 - test for an assertion failure due to a line being marked dirty during
674 computeVerticalPositionsForLine() due to temporary box destruction
676 * fast/inline/clean-after-removing-temp-boxes-expected.txt: Added.
677 * fast/inline/clean-after-removing-temp-boxes.html: Added.
679 2008-03-20 Mark Rowe <mrowe@apple.com>
681 Rubber-stamped by Sam Weinig.
683 Tweak NodeList tests to ensure that they force a GC outside of DRT.
685 * fast/dom/NodeList/5725058-crash-scenario-1.html:
686 * fast/dom/NodeList/5725058-crash-scenario-2.html:
688 2008-03-20 Aaron Golden <aegolden@gmail.com>
690 Reviewed by Darin and David Kilzer.
692 - test for <http://bugs.webkit.org/show_bug.cgi?id=15263>, which caused certain marquees to not display.
694 * fast/html/marquee-scroll.html: Added.
695 * platform/mac/fast/html/marquee-scroll-expected.checksum: Added.
696 * platform/mac/fast/html/marquee-scroll-expected.png: Added.
697 * platform/mac/fast/html/marquee-scroll-expected.txt: Added.
699 2008-03-19 Justin Garcia <justin.garcia@apple.com>
703 <rdar://problem/5780697> Copying content with CSS property values that are percentages can cause fidelity issues
705 * editing/pasteboard/5780697-2-expected.txt: Added.
706 * editing/pasteboard/5780697-2.html: Added.
708 2008-03-19 Oliver Hunt <oliver@apple.com>
712 Test case for Canvas.arc with zero-length radius needed to
713 be updated for current html5 spec.
715 * fast/canvas/canvas-with-incorrect-args-expected.txt:
716 * fast/canvas/canvas-with-incorrect-args.html:
718 2008-03-19 Justin Garcia <justin.garcia@apple.com>
722 <rdar://problem/5794920> Acid3: Assertion failure in VisiblePosition::previous when clicking on results (17004)
724 * editing/pasteboard/4989774.html: Updated to wait for the images to load before trying to copy it.
725 * editing/selection/5794920-1-expected.txt: Added.
726 * editing/selection/5794920-1.html: Added.
728 2008-03-19 Dan Bernstein <mitz@apple.com>
730 Reviewed by Sam Weinig.
732 - test for assertion failure in RenderBlock::determineStartPosition() at http://www.wired.com/techbiz/it/magazine/16-04/bz_apple
734 * fast/repaint/line-flow-with-floats-10.html: Added.
735 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.checksum: Added.
736 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.png: Added.
737 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt: Added.
739 2008-03-19 Dan Bernstein <mitz@apple.com>
741 Reviewed by John Sullivan.
743 - test for <rdar://problem/5805070> CrashTracer: [USER] 33 crashes in Safari at com.apple.WebCore: WebCore::FrameView::layout + 431
745 * fast/dynamic/subtree-parent-static-y.html: Added.
746 * platform/mac/fast/dynamic/subtree-parent-static-y-expected.checksum: Added.
747 * platform/mac/fast/dynamic/subtree-parent-static-y-expected.png: Added.
748 * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt: Added.
750 2008-03-19 Mark Rowe <mrowe@apple.com>
752 Reviewed by Oliver Hunt.
754 Test for http://bugs.webkit.org/show_bug.cgi?id=17939
755 Bug 17939: Crash decompiling "const a = 1, b;"
757 * fast/js/function-toString-parentheses-expected.txt:
758 * fast/js/resources/function-toString-parentheses.js:
760 2008-03-18 Oliver Hunt <oliver@apple.com>
762 Reviewed by Mark Rowe.
764 Bug 17929: Incorrect decompilation with |const|, comma
765 http://bugs.webkit.org/show_bug.cgi?id=17929
767 Test cases for converting const nodes to string.
769 * fast/js/resources/function-toString-parentheses.js:
771 2008-03-18 Mark Rowe <mrowe@apple.com>
773 Reviewed by Oliver Hunt.
775 Tests for http://bugs.webkit.org/show_bug.cgi?id=17925 and http://bugs.webkit.org/show_bug.cgi?id=17927.
776 - Bug 17925: Crash in KJS::JSObject::put after setting this.__proto__
777 - Bug 17927: Hang after attempting to create circular __proto__
779 * fast/js/cyclic-proto-expected.txt: Added.
780 * fast/js/cyclic-proto.html: Copied from LayoutTests/fast/js/assign.html.
781 * fast/js/non-object-proto-expected.txt: Added.
782 * fast/js/non-object-proto.html: Copied from LayoutTests/fast/js/rehash-assign.html.
783 * fast/js/resources/cyclic-proto.js: Added.
784 * fast/js/resources/non-object-proto.js: Added.
786 2008-03-18 Sam Weinig <sam@webkit.org>
788 Reviewed by Anders Carlsson.
790 Tests for http://bugs.webkit.org/show_bug.cgi?id=17057
791 REGRESSION: Frequent random crashes in WebCore::JSNodeList::indexGetter
792 <rdar://problem/5725058>
794 * fast/dom/NodeList/5725058-crash-scenario-1-expected.txt: Added.
795 * fast/dom/NodeList/5725058-crash-scenario-1.html: Added.
796 * fast/dom/NodeList/5725058-crash-scenario-2-expected.txt: Added.
797 * fast/dom/NodeList/5725058-crash-scenario-2.html: Added.
798 * fast/dom/NodeList/5725058-crash-scenario-3-expected.txt: Added.
799 * fast/dom/NodeList/5725058-crash-scenario-3.html: Added.
801 2008-03-18 Sam Weinig <sam@webkit.org>
803 Reviewed by Darin Adler.
805 Make domListEnumeration.html test not depend on the order of property enumeration
806 by sorting the result array.
808 * fast/dom/domListEnumeration-expected.txt:
809 * fast/dom/resources/domListEnumeration.js:
811 2008-03-18 Dan Bernstein <mitz@apple.com>
813 Reviewed by Adele Peterson.
815 - test for <rdar://problem/5805127> REGRESSION (r31116): Assertion failure (floatIndex < floats.size()) in RenderBlock::determineStartPosition() at digg.com
817 * fast/dynamic/floating-to-positioned.html: Added.
818 * platform/mac/fast/dynamic/floating-to-positioned-expected.checksum: Added.
819 * platform/mac/fast/dynamic/floating-to-positioned-expected.png: Added.
820 * platform/mac/fast/dynamic/floating-to-positioned-expected.txt: Added.
822 2008-03-17 Dan Bernstein <mitz@apple.com>
824 Reviewed by Dave Hyatt.
826 - test incremental relayout of blocks that contain floats
828 * fast/repaint/line-flow-with-floats-1.html: Added.
829 * fast/repaint/line-flow-with-floats-2.html: Added.
830 * fast/repaint/line-flow-with-floats-3.html: Added.
831 * fast/repaint/line-flow-with-floats-4.html: Added.
832 * fast/repaint/line-flow-with-floats-5.html: Added.
833 * fast/repaint/line-flow-with-floats-6.html: Added.
834 * fast/repaint/line-flow-with-floats-7.html: Added.
835 * fast/repaint/line-flow-with-floats-8.html: Added.
836 * fast/repaint/line-flow-with-floats-9.html: Added.
837 * fast/repaint/resources/line-flow-with-floats.html: Added.
838 * fast/repaint/resources/line-flow-with-floats.js: Added.
839 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.checksum: Added.
840 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.png: Added.
841 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt: Added.
842 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.checksum: Added.
843 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.png: Added.
844 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt: Added.
845 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.checksum: Added.
846 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.png: Added.
847 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt: Added.
848 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.checksum: Added.
849 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.png: Added.
850 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt: Added.
851 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.checksum: Added.
852 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.png: Added.
853 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt: Added.
854 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.checksum: Added.
855 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.png: Added.
856 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt: Added.
857 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.checksum: Added.
858 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.png: Added.
859 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt: Added.
860 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.checksum: Added.
861 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.png: Added.
862 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt: Added.
863 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.checksum: Added.
864 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.png: Added.
865 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt: Added.
867 2008-03-17 Eric Seidel <eric@webkit.org>
871 Add test case to test NPN_IntFromIdentifier
873 * plugins/netscape-identifier-conversion-expected.txt: Added.
874 * plugins/netscape-identifier-conversion.html: Copied from LayoutTests/traversal/resources/TEMPLATE.html.
875 * plugins/resources/TEMPLATE.html: Copied from LayoutTests/traversal/resources/TEMPLATE.html.
876 * plugins/resources/netscape-identifier-conversion.js: Added.
878 2008-03-17 Sam Weinig <sam@webkit.org>
880 Reviewed by Dan Bernstein.
882 Add HTMLCollection constructor to the Window object. (Omission noticed by Harri Porten)
884 * fast/dom/Window/window-properties-expected.txt:
886 2008-03-17 Robert Blaut <webkit@blaut.biz>
890 Fix for bug http://bugs.webkit.org/show_bug.cgi?id=17696
891 Set default margin-bottom for form element in quirk mode
892 and be compatible with Gecko.
894 * fast/css/margin-bottom-form-element-quirk.html: Added.
895 * fast/css/margin-bottom-form-element-strict.html: Added.
896 * fast/frames/viewsource-empty-attribute-value-expected.txt:
897 * platform/mac/fast/block/margin-collapse/103-expected.checksum:
898 * platform/mac/fast/block/margin-collapse/103-expected.png:
899 * platform/mac/fast/block/margin-collapse/103-expected.txt:
900 * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.checksum: Added.
901 * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.png: Added.
902 * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.txt: Added.
903 * platform/mac/fast/css/margin-bottom-form-element-strict-expected.checksum: Added.
904 * platform/mac/fast/css/margin-bottom-form-element-strict-expected.png: Added.
905 * platform/mac/fast/css/margin-bottom-form-element-strict-expected.txt: Added.
906 * platform/mac/tables/mozilla/bugs/bug44505-expected.checksum:
907 * platform/mac/tables/mozilla/bugs/bug44505-expected.png:
908 * platform/mac/tables/mozilla/bugs/bug44505-expected.txt:
909 * platform/mac/tables/mozilla/bugs/bug51727-expected.checksum:
910 * platform/mac/tables/mozilla/bugs/bug51727-expected.png:
911 * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
912 * platform/mac/tables/mozilla/bugs/bug52505-expected.checksum:
913 * platform/mac/tables/mozilla/bugs/bug52505-expected.png:
914 * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
915 * platform/mac/tables/mozilla/bugs/bug52506-expected.checksum:
916 * platform/mac/tables/mozilla/bugs/bug52506-expected.png:
917 * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
918 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.checksum:
919 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.png:
920 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt:
921 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum:
922 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
923 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
924 * platform/qt/fast/block/margin-collapse/103-expected.txt: Removed.
925 * platform/qt/tables/mozilla/bugs/bug44505-expected.txt: Removed.
926 * platform/qt/tables/mozilla/bugs/bug51727-expected.txt: Removed.
927 * platform/qt/tables/mozilla/bugs/bug52505-expected.txt: Removed.
928 * platform/qt/tables/mozilla/bugs/bug52506-expected.txt: Removed.
929 * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt: Removed.
930 * platform/qt/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Removed.
932 2008-03-17 Yuzhu Shen <yuzhu.shen@gmail.com>
936 Bug: http://bugs.webkit.org/show_bug.cgi?id=17760
937 Test whether <img> tries to load image with empty src attribute.
939 * fast/images/load-img-with-empty-src-expected.txt: Added.
940 * fast/images/load-img-with-empty-src.html: Added.
941 * fast/images/resources/test-load.jpg: Added.
943 2008-03-17 Adam Roben <aroben@apple.com>
945 Test for Bug 17876: REGRESSION (r31060): Attempting to visit Ofcom page causes crash
947 <http://bugs.webkit.org/show_bug.cgi?id=17876>
951 * fast/dom/remove-named-attribute-crash-expected.txt: Added.
952 * fast/dom/remove-named-attribute-crash.html: Added.
954 2008-03-16 Maciej Stachowiak <mjs@apple.com>
958 - test for "Acid3 expects different exceptions for surroundContents calls involving comment nodes (affects Acid3 test 11)"
959 http://bugs.webkit.org/show_bug.cgi?id=17509
961 * fast/dom/Range/acid3-surround-contents-expected.txt: Added.
962 * fast/dom/Range/acid3-surround-contents.html: Added.
964 2008-03-16 Marvin Decker <marv.decker@gmail.com>
968 Fix bug 15119, unencodable characters in URLs should be entity-escaped.
970 * http/tests/uri/escaped-entity-expected.txt: Added.
971 * http/tests/uri/escaped-entity.html: Added.
973 2008-03-16 Darin Adler <darin@apple.com>
975 Reviewed by Mark Rowe.
977 - test for bug fixes in http://bugs.webkit.org/show_bug.cgi?id=17881
978 a little cleanup for HTMLTextAreaElement
980 * fast/forms/textarea-default-value-leading-newline-expected.txt: Added.
981 * fast/forms/textarea-default-value-leading-newline.html: Copied from fast/forms/textarea-crlf.html.
983 * fast/forms/textarea-hard-linewrap-expected.txt: Updated.
984 * fast/forms/textarea-hard-linewrap.html: Cleaned up a bit.
986 * fast/forms/textarea-linewrap-dynamic-expected.txt: Added.
987 * fast/forms/textarea-linewrap-dynamic.html: Copied from fast/forms/textarea-hard-linewrap.html.
989 2008-03-16 Antti Koivisto <antti@apple.com>
993 Test for http://bugs.webkit.org/show_bug.cgi?id=17862
994 REGRESSION (r31038): Reproducible crash under DocLoader::checkForReload() at marware.com
996 * http/tests/misc/resources/uncacheable-script.cgi: Added.
997 * http/tests/misc/uncacheable-script-repeated-expected.txt: Added.
998 * http/tests/misc/uncacheable-script-repeated.html: Added.
1000 2008-03-16 Yuzhu Shen <yuzhu.shen@gmail.com>
1004 Bug: http://bugs.webkit.org/show_bug.cgi?id=17714
1005 Test whether clicking <img href="#"> goes to top of the page.
1007 * fast/html/empty-fragment-id-goto-top-expected.txt: Added.
1008 * fast/html/empty-fragment-id-goto-top.html: Added.
1010 2008-03-16 Darin Adler <darin@apple.com>
1014 - test for http://bugs.webkit.org/show_bug.cgi?id=14941
1015 <rdar://problem/5404093> textarea value from JavaScript includes extra newline
1017 * fast/forms/textarea-paste-newline.html: Updated test to expect correct behavior instead
1018 of expecting the bug.
1020 * fast/forms/textarea-trailing-newline-expected.txt: Added.
1021 * fast/forms/textarea-trailing-newline.html: Added.
1023 2008-03-15 Darin Adler <darin@apple.com>
1027 - test changes for http://bugs.webkit.org/show_bug.cgi?id=11997
1028 Ranges are not fixed after mutation (affects Acid3 test 13)
1030 * fast/dom/Range/mutation-expected.txt: Added.
1031 * fast/dom/Range/mutation.html: Added.
1032 * fast/dom/Range/resources/mutation.js: Added.
1034 * editing/execCommand/4920742-2-expected.txt: Updated.
1035 * editing/execCommand/4920742-2.html: Updated this test. It was testing for a crash in a
1036 case that's no longer possible -- you can't make a range where one endpoint is in the
1037 document and the other is not.
1039 * platform/mac/editing/execCommand/4920488-expected.txt: Removed WRONG_DOCUMENT_ERR.
1040 The fact that a test was getting this exception was a bug, similar to the case above.
1041 * platform/qt/editing/execCommand/4920488-expected.txt: Ditto.
1043 2008-03-15 Julien Chaffraix <julien.chaffraix@gmail.com>
1047 [CURL] Crash below ResourceHandleManager::setupPOST when job->request().httpBody() is NULL
1048 http://bugs.webkit.org/show_bug.cgi?id=16906
1050 * http/tests/xmlhttprequest/xmlhttprequest-post-crash-expected.txt: Added.
1051 * http/tests/xmlhttprequest/xmlhttprequest-post-crash.html: Added.
1053 2008-03-14 Anders Carlsson <andersca@apple.com>
1057 <rdar://problem/5794989>
1058 https://bugs.webkit.org/show_bug.cgi?id=17792
1059 REGRESSION (Safari 3.0.4-3.1): Ordering tickets from Sweden's biggest train operator doesn't work
1063 * fast/dom/Window/window-open-self-from-other-frame-expected.txt: Added.
1064 * fast/dom/Window/window-open-self-from-other-frame.html: Added.
1066 2008-03-14 Dan Bernstein <mitz@apple.com>
1068 Reviewed by Darin Adler.
1070 - test for http://bugs.webkit.org/show_bug.cgi?id=17834
1071 REGRESSION: floated first-letter does not work when included in table
1073 * fast/css/first-letter-float.html: Added.
1074 * platform/mac-leopard/fast/css/first-letter-float-expected.checksum: Added.
1075 * platform/mac-leopard/fast/css/first-letter-float-expected.png: Added.
1076 * platform/mac/fast/css/first-letter-float-expected.txt: Added.
1078 2008-03-13 Antti Koivisto <antti@apple.com>
1082 Update test results for the preload patch. Load order for some resources changed,
1083 this does not affect the substance of these tests.
1085 * platform/mac-leopard/security/block-test-expected.txt:
1086 * security/block-test-expected.txt:
1087 * webarchive/loading/cache-expired-subresource-expected.txt:
1089 2008-03-13 Dan Bernstein <mitz@apple.com>
1091 Reviewed by Dave Hyatt.
1093 - test for http://bugs.webkit.org/show_bug.cgi?id=17819
1094 Border-collapse: collapse later cell wins on PC, earlier cell on Mac
1096 * fast/table/border-collapsing/equal-precedence-resolution.html: Added.
1097 * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.checksum: Added.
1098 * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.png: Added.
1099 * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Added.
1101 2008-03-12 Justin Garcia <justin.garcia@apple.com>
1105 <rdar://problem/5770834> Crash at InsertTextCommand::prepareForTextInsertion() doing RemoveFormat in a certain list
1107 * editing/execCommand/5770834-1-expected.txt: Added.
1108 * editing/execCommand/5770834-1.html: Added.
1110 2008-03-11 Alexey Proskuryakov <ap@webkit.org>
1114 <rdar://problem/5640615> REGRESSION (Safari 2-3): Changing subframe encoding rules broke
1117 * fast/encoding/frame-default-enc-expected.txt:
1118 * fast/encoding/frame-default-enc.html:
1119 Reversed success and failure.
1121 * http/tests/misc/frame-default-enc-different-domain-expected.txt: Added.
1122 * http/tests/misc/frame-default-enc-different-domain.html: Copied from LayoutTests/fast/encoding/frame-default-enc.html.
1123 * http/tests/misc/frame-default-enc-same-domain-expected.txt: Added.
1124 * http/tests/misc/frame-default-enc-same-domain.html: Copied from LayoutTests/fast/encoding/frame-default-enc.html.
1125 * http/tests/misc/resources/frame-default-enc-frame.html: Copied from LayoutTests/fast/encoding/resources/frame-default-enc-frame.html.
1127 2008-03-10 Sam Weinig <sam@webkit.org>
1129 Reviewed by Beth Dakin.
1131 Update test to catch the SECURITY_ERR thrown by
1132 CanvasRenderingContext2D::getImageData() and
1133 HTMLCanvasElement::toDataURL() on a tainted canvas
1135 * http/tests/security/canvas-remote-read-remote-image-expected.txt:
1136 * http/tests/security/canvas-remote-read-remote-image.html:
1138 2008-03-10 Justin Garcia <justin.garcia@apple.com>
1142 <rdar://problem/5779984> REGRESSION (r30391): GMail: Safari won't display the Edit Link dialog
1144 * editing/pasteboard/5780697-2-expected.txt: Added.
1145 * editing/pasteboard/5780697-2.html: Added.
1146 * editing/selection/5779984-1-expected.txt: Added.
1147 * editing/selection/5779984-1.html: Added.
1149 2008-03-10 Sam Weinig <sam@webkit.org>
1151 Reviewed by Beth Dakin.
1153 Add Tiger specific results for toDataURL-supportedTypes.html as the image
1154 encoders have slightly changed between releases.
1156 * platform/mac-tiger/fast/canvas: Added.
1157 * platform/mac-tiger/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
1159 2008-03-02 Julien Chaffraix <julien.chaffraix@gmail.com>
1161 Reviewed and landed by Darin.
1163 bug 12182 : XMLHttpRequest should raise SECURITY_ERR for same-origin policy violations
1165 * http/tests/xmlhttprequest/exceptions-expected.txt: Updated results
1167 2008-03-10 Johnny Ding <johnnyding.webkit@gmail.com>
1169 Reviewed, tweaked and landed by Alexey.
1171 Bug http://bugs.webkit.org/show_bug.cgi?id=17732
1172 Test case for testing script decoding after setting its src attribute
1174 * fast/dom/HTMLScriptElement/resources/script-decoding-error-after-setting-src.js: Added.
1175 * fast/dom/HTMLScriptElement/script-decoding-error-after-setting-src-expected.txt: Added.
1176 * fast/dom/HTMLScriptElement/script-decoding-error-after-setting-src.html: Added.
1178 2008-03-07 Simon Hausmann <hausmann@webkit.org>
1184 Added a testcase for http://bugs.webkit.org/show_bug.cgi?id=16815
1186 * fast/js/navigator-plugins-crash-expected.txt: Added.
1187 * fast/js/navigator-plugins-crash.html: Added.
1189 2008-03-08 Oliver Hunt <oliver@apple.com>
1193 Test case for Bug 16516: canvas image patterns stop working with some transformations
1195 * fast/canvas/canvas-pattern-behaviour.js:
1197 2008-03-08 Oliver Hunt <oliver@apple.com>
1201 Bug 17728: Canvas.createPattern with null repeat argument throws an exception
1203 Test cases for various way of constructing a pattern
1205 * fast/canvas/canvas-pattern-behaviour-expected.txt: Added.
1206 * fast/canvas/canvas-pattern-behaviour.html: Added.
1207 * fast/canvas/canvas-pattern-behaviour.js: Added.
1209 2008-03-08 Darin Adler <darin@apple.com>
1211 * platform/win/Skipped: Fixed some typos (stray "s" characters).
1213 2008-03-07 Stephanie Lewis <slewis@apple.com>
1217 Add toDataURL tests to skipped list
1219 * platform/win/Skipped:
1221 2008-03-07 Alexey Proskuryakov <ap@webkit.org>
1225 REGRESSION: Korean decoding doesn't support extended EUC-KR.
1227 * fast/encoding/char-decoding-expected.txt:
1228 * fast/encoding/char-decoding.html:
1229 Added cases for Korean.
1231 2008-03-07 Oliver Hunt <oliver@apple.com>
1233 Reviewed by Mark Rowe.
1235 Test case for Bug 16610: <canvas> restore() removes path segments created before it
1237 * fast/canvas/canvas-save-restore-with-path-expected.txt: Added.
1238 * fast/canvas/canvas-save-restore-with-path.html: Added.
1239 * fast/canvas/canvas-save-restore-with-path.js: Added.
1241 2008-03-07 Samuel Weinig <sam@webkit.org>
1243 Reviewed by Oliver Hunt.
1245 Tests for http://bugs.webkit.org/show_bug.cgi?id=16673
1246 <canvas> lacks toDataURL()
1248 * fast/canvas/toDataURL-noData-expected.txt: Added.
1249 * fast/canvas/toDataURL-noData.html: Added.
1250 * fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
1251 * fast/canvas/toDataURL-supportedTypes.html: Added.
1253 2008-03-07 Stephanie Lewis <slewis@apple.com>
1255 update Windows Skipped List
1257 * platform/win/Skipped:
1259 2008-03-07 Adele Peterson <adele@apple.com>
1261 Adding fast/dom/HTMLDocument/hasFocus.html to the skipped list, while I investigate the failure.
1263 * platform/win/Skipped:
1265 2008-03-06 Geoffrey Garen <ggaren@apple.com>
1267 Reviewed by Darin Adler.
1269 Tests for <rdar://problem/5689093> Stricter (ES4) eval semantics
1271 * fast/js/eval-cross-window-expected.txt: Added.
1272 * fast/js/eval-cross-window.html: Added.
1273 * fast/js/eval-keyword-vs-function-expected.txt: Added.
1274 * fast/js/eval-keyword-vs-function.html: Added.
1275 * fast/js/eval-overriding-expected.txt: Added.
1276 * fast/js/eval-overriding.html: Added.
1278 Tests to make sure not to regress security:
1280 * http/tests/security/resources/xss-eval2.html: Added.
1281 * http/tests/security/resources/xss-eval3.html: Added.
1282 * http/tests/security/xss-eval-expected.txt: Added.
1283 * http/tests/security/xss-eval.html: Added.
1285 I removed these tests because we no longer match the behavior they
1286 expected, and the new tests are more comprehensive:
1288 * fast/js/window-eval-context-expected.txt: Removed.
1289 * fast/js/window-eval-context.html: Removed.
1290 * fast/js/window-eval-tearoff-expected.txt: Removed.
1291 * fast/js/window-eval-tearoff.html: Removed.
1293 2008-03-06 Oliver Hunt <oliver@apple.com>
1297 Test security restrictions for retrieving the content of tainted canvases
1299 * http/tests/security/canvas-remote-read-remote-image-expected.txt: Added.
1300 * http/tests/security/canvas-remote-read-remote-image.html: Added.
1302 2008-03-06 Adele Peterson <adele@apple.com>
1306 Tests for <rdar://problem/5785892> Implement activeElement attribute for HTMLDocument (HTML5)
1307 and <rdar://problem/5785895> Implement hasFocus() for HTMLDocument (HTML5)
1309 * fast/dom/HTMLDocument/activeElement-expected.txt: Added.
1310 * fast/dom/HTMLDocument/activeElement.html: Added.
1311 * fast/dom/HTMLDocument/hasFocus-expected.txt: Added.
1312 * fast/dom/HTMLDocument/hasFocus.html: Added.
1313 * fast/dom/HTMLDocument/resources/hasFocus-iframe.html: Added.
1315 2008-03-06 Dan Bernstein <mitz@apple.com>
1317 Reviewed by Darin Adler.
1319 - test and updated results for <rdar://problem/5741981> 154008 WebKit: Some asian language font glyphs are not shown (in Mail and Entourage)
1321 * fast/text/soft-hyphen-3.html: Added.
1322 * platform/mac/fast/text/basic/014-expected.txt:
1323 * platform/mac/fast/text/soft-hyphen-3-expected.checksum: Added.
1324 * platform/mac/fast/text/soft-hyphen-3-expected.png: Added.
1325 * platform/mac/fast/text/soft-hyphen-3-expected.txt: Added.
1327 2008-03-06 Alexey Proskuryakov <ap@webkit.org>
1331 <rdar://problem/5687269> Need to create a Collator abstraction for WebCore and JavaScriptCore
1333 Added a test to verify that collation is indeed locale-sensitive, and not just UCA.
1335 * fast/xsl/sort-locale-expected.txt: Added.
1336 * fast/xsl/sort-locale.xml: Added.
1337 * fast/xsl/sort-locale.xsl: Added.
1339 2008-03-06 Dan Bernstein <mitz@apple.com>
1343 - add test for r30823 (background-position: inherit)
1345 * fast/css/background-position-inherit-expected.txt: Added.
1346 * fast/css/background-position-inherit.html: Added.
1348 2008-03-05 Justin Garcia <justin.garcia@apple.com>
1352 <rdar://problem/5780697> Copying content with CSS property values that are percentages can cause fidelity issues
1354 * editing/pasteboard/5780697-1-expected.txt: Added.
1355 * editing/pasteboard/5780697-1.html: Added.
1357 2008-03-05 Brady Eidson <beidson@apple.com>
1359 Reviewed by Alexey + Mark Rowe
1361 Fix for <rdar://problem/5778247> - Reproducible crash on storage/execute-sql-args.html
1363 This test takes its best shot at handling two databases on a single database thread at once,
1364 then having one of those databases go away completely (garbage collection and everything)
1366 * storage/multiple-databases-garbage-collection-expected.txt: Added.
1367 * storage/multiple-databases-garbage-collection.html: Added.
1369 2008-03-04 Maciej Stachowiak <mjs@apple.com>
1371 Reviewed by Sam and Oliver.
1373 - test for http://bugs.webkit.org/show_bug.cgi?id=16289
1374 - test for Acid3 tests 26 and 27 (not exactly the same issue but related)
1376 * fast/dom/gc-11-expected.txt: Added. Test case from bug 16289.
1377 * fast/dom/gc-11.html: Added.
1378 * fast/dom/gc-acid3.html: Added. DOM garbage collection part of Acid3.
1379 * fast/dom/gc-acid3-expected.txt: Added.
1380 * fast/dom/gc-6-expected.txt: Updated results. The old assumptions of this test
1381 were in conflict with the requirements of Acid3.
1383 2008-03-04 Dan Bernstein <mitz@apple.com>
1385 - test for http://bugs.webkit.org/show_bug.cgi?id=17676
1386 <rdar://problem/5781091> REGRESSION (r30240-r30267): href attribute values with non-ASCII characters in the host part do not work
1388 * fast/encoding/url-host-name-non-ascii-expected.txt: Added.
1389 * fast/encoding/url-host-name-non-ascii.html: Added.
1391 2008-03-04 Nikolas Zimmermann <zimmermann@kde.org>
1395 Fix svg/dynamic-updates time-dependancy problem. Remove unneeded setTimeout() call.
1397 * svg/custom/acid3-test-77.html: Remove uneeded variables 'svgns' / 'xlinkns'
1398 * svg/dynamic-updates/resources/SVGTestCase.js:
1400 2008-03-04 Nikolas Zimmermann <zimmermann@kde.org>
1402 Reviewed by Eric & David.
1404 Add new layout test for Acid3 - test 77.
1405 Update result for svg/custom/text-dom-01-f.svg.
1407 * platform/mac-leopard/svg/custom/acid3-test-77-expected.checksum: Added.
1408 * platform/mac-leopard/svg/custom/acid3-test-77-expected.png: Added.
1409 * platform/mac-leopard/svg/custom/getSubStringLength-expected.checksum: Added.
1410 * platform/mac-leopard/svg/custom/getSubStringLength-expected.png: Added.
1411 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.checksum:
1412 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.png:
1413 * svg/custom/acid3-test-77-expected.txt: Added.
1414 * svg/custom/acid3-test-77.html: Added.
1415 * svg/custom/getSubStringLength-expected.txt: Added.
1416 * svg/custom/getSubStringLength.html: Added.
1417 * svg/custom/resources/Acid3Font-loader.svg: Added.
1418 * svg/custom/resources/Acid3Font.svg: Added.
1419 * svg/custom/resources/getSubStringLength.js: Added.
1421 2008-03-04 Sam Weinig <sam@webkit.org>
1423 Reviewed by Darin Adler.
1425 Update results for fixed class names.
1427 * fast/dom/Window/window-properties-expected.txt:
1428 * fast/dom/xmlhttprequest-get-expected.txt:
1429 * http/tests/xmlhttprequest/event-target-expected.txt:
1431 2008-03-04 Dan Bernstein <mitz@apple.com>
1433 Reviewed by Oliver Hunt and Geoffrey Garen.
1435 - extended test to cover http://bugs.webkit.org/show_bug.cgi?id=17667
1436 <rdar://problem/5779658> REGRESSION (r30587): Document::implicitClose() not called when done loading page (Image does not get scaled to fit)
1438 * http/tests/misc/missing-style-sheet-expected.txt:
1439 * http/tests/misc/missing-style-sheet.html:
1441 2008-03-04 Adele Peterson <adele@apple.com>
1445 Test for <rdar://problem/5779718> focus() does not work for anchor elements with no content
1447 * fast/events/anchor-empty-focus-expected.txt: Added.
1448 * fast/events/anchor-empty-focus.html: Added.
1450 2008-03-04 Dan Bernstein <mitz@apple.com>
1452 - test for <rdar://problem/5622336> Burmese text does not render on http://www.myanmarbible.com/bible/Judson/html/index.html
1454 * platform/win/fast/text/uniscribe-missing-glyph-expected.txt: Added.
1455 * platform/win/fast/text/uniscribe-missing-glyph.html: Added.
1457 2008-03-04 Alexey Proskuryakov <ap@webkit.org>
1459 Suggested by Darin, rubber-stamped by Mark.
1461 http://bugs.webkit.org/show_bug.cgi?id=17569
1462 REGRESSION (r30571): Buzzword.com doesn't load
1464 Rolling out r30571, as determining what is wrong with it proved tricky.
1466 * fast/loader/meta-refresh-anchor-click-expected.txt: Removed.
1467 * fast/loader/meta-refresh-anchor-click.html: Removed.
1468 * fast/loader/resources/meta-refresh-subframe.html: Removed.
1470 2008-03-03 Sam Weinig <sam@webkit.org>
1472 Reviewed by Mark Rowe.
1474 Update test results.
1476 * fast/dom/Window/window-properties-expected.txt:
1478 2008-03-03 Dan Bernstein <mitz@apple.com>
1480 Reviewed by Darin Adler.
1482 - test that :first-letter applies to the first letter in normal flow,
1483 skipping floats and positioned objects
1485 * fast/css/first-letter-skip-out-of-flow.html: Added.
1486 * platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.checksum: Added.
1487 * platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.png: Added.
1488 * platform/mac/fast/css/first-letter-skip-out-of-flow-expected.txt: Added.
1490 2008-03-03 Mark Rowe <mrowe@apple.com>
1492 Reviewed by Dan Bernstein.
1494 Test for http://bugs.webkit.org/show_bug.cgi?id=17313
1495 Bug 17313: querySelectorAll() causing crashes when called via dojo.query() wrapper
1497 * fast/dom/SelectorAPI/bug-17313-expected.txt: Added.
1498 * fast/dom/SelectorAPI/bug-17313.html: Added.
1500 2008-03-03 David D. Kilzer <ddkilzer@webkit.org>
1502 Dynamically inserting CSS rule with @media query fails with DOM Exception 12
1503 <http://bugs.webkit.org/show_bug.cgi?id=15986>
1507 * fast/css/insertRule-font-face.html: Added.
1508 * fast/css/insertRule-media.html: Added.
1509 * fast/css/resources/insertRule-font-face.js: Added.
1510 * fast/css/resources/insertRule-media.js: Added.
1512 2008-03-03 Oliver Hunt <oliver@apple.com>
1514 Reviewed by Mark Rowe.
1516 Add check to make sure we return all the data in a row.
1518 * fast/canvas/canvas-getImageData-expected.txt:
1519 * fast/canvas/canvas-getImageData.html:
1521 2008-03-03 Oliver Hunt <oliver@apple.com>
1523 Reviewed by Mark Rowe.
1525 Test case for incorrect assertions
1527 * fast/canvas/canvas-putImageData.js:
1529 2008-03-02 Kevin Ollivier <kevino@theolliviers.com>
1531 Reviewed by Dave Hyatt.
1533 Gracefully handle a CSS rule containing an invalid value.
1534 (Fixes http://bugs.webkit.org/show_bug.cgi?id=16898)
1536 * fast/css/invalid-rule-value-expected.txt: Added.
1537 * fast/css/invalid-rule-value.html: Added.
1539 2008-03-01 Oliver Hunt <oliver@apple.com>
1541 Reviewed by Sam Weinig.
1543 Bug 16954: Support putImageData
1545 Nice simple testcase for putImageData covering the exciting
1546 little bits of behaviour present in the current spec.
1548 * fast/canvas/canvas-putImageData-expected.txt: Added.
1549 * fast/canvas/canvas-putImageData.html: Added.
1551 2008-03-01 Sam Weinig <sam@webkit.org>
1553 Reviewed by Darin Adler.
1557 * fast/dom/Window/window-function-name-getter-precedence-expected.txt:
1559 2008-03-01 Nikolas Zimmermann <zimmermann@kde.org>
1563 Add new set of dynamic updates tests, this time for SVGForeignObjectElement.
1565 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum: Added.
1566 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
1567 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum: Added.
1568 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
1569 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.checksum: Added.
1570 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
1571 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.checksum: Added.
1572 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
1573 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum: Added.
1574 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
1575 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum: Added.
1576 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
1577 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.checksum: Added.
1578 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
1579 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.checksum: Added.
1580 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
1581 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt: Added.
1582 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html: Added.
1583 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt: Added.
1584 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html: Added.
1585 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.txt: Added.
1586 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html: Added.
1587 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.txt: Added.
1588 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html: Added.
1589 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt: Added.
1590 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html: Added.
1591 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt: Added.
1592 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html: Added.
1593 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.txt: Added.
1594 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html: Added.
1595 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.txt: Added.
1596 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html: Added.
1597 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js: Added.
1598 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js: Added.
1599 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js: Added.
1600 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js: Added.
1601 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js: Added.
1602 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js: Added.
1603 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js: Added.
1604 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js: Added.
1605 * svg/dynamic-updates/resources/SVGTestCase.js: Add xhtml namespace 'xhtmlNS'.
1607 2008-02-29 Dan Bernstein <mitz@apple.com>
1609 Rubber-stamped by Sam Weinig.
1611 - update test results following r30649
1613 * svg/css/getComputedStyle-basic-expected.txt:
1615 2008-02-29 Robert Blaut <webkit@blaut.biz>
1617 Reviewed by Darin Adler.
1619 - Tests for http://bugs.webkit.org/show_bug.cgi?id=17532
1620 Webkit imports styles from <link> element which doesn't have rel=stylesheet defined
1622 * fast/html/link-rel-stylesheet.html: Added.
1623 * fast/media/mq-simple-query-02.html:
1624 * fast/media/mq-width-absolute-02.html:
1625 * platform/mac/fast/html/link-rel-stylesheet-expected.txt: Added.
1627 2008-02-29 Alexey Proskuryakov <ap@webkit.org>
1631 <rdar://problem/5766352> REGRESSION (r27151): XMLHttpRequest.abort() resets response status
1633 * http/tests/xmlhttprequest/status-after-abort-expected.txt: Added.
1634 * http/tests/xmlhttprequest/status-after-abort.html: Added.
1636 2008-02-29 Dan Bernstein <mitz@apple.com>
1638 Reviewed by Darin Adler.
1640 - test for a bug where explicit embedding past the end of a line could
1641 affect text that line
1643 * fast/text/embed-at-end-of-pre-wrap-line.html: Added.
1644 * platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.checksum: Added.
1645 * platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.png: Added.
1646 * platform/mac/fast/text/embed-at-end-of-pre-wrap-line-expected.txt: Added.
1648 2008-02-28 Justin Garcia <justin.garcia@apple.com>
1650 Reviewed by Darin Adler.
1652 <rdar://problem/4930986> REGRESSION: Paste As Quotation pastes black text instead of blue
1654 Demonstrates the bug:
1655 * editing/pasteboard/4930986-1-expected.txt: Added.
1656 * editing/pasteboard/4930986-1.html: Added.
1657 * editing/pasteboard/4930986-2-expected.txt: Added.
1658 * editing/pasteboard/4930986-2.html: Added.
1660 Demonstrates a problem with the first version of the patch:
1661 * editing/pasteboard/4930986-3-expected.txt: Added.
1662 * editing/pasteboard/4930986-3.html: Added.
1664 Visual problem fixed. An anonymous renderer changed position, DOM remains unchanged:
1665 * editing/execCommand/5144139-1.html:
1666 * platform/mac/editing/execCommand/5144139-1-expected.checksum:
1667 * platform/mac/editing/execCommand/5144139-1-expected.png:
1668 * platform/mac/editing/execCommand/5144139-1-expected.txt:
1670 Removed unnecessary style spans, visual result unchanged:
1671 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.checksum:
1672 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.png:
1673 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
1674 * platform/mac/editing/style/font-family-with-space-expected.checksum:
1675 * platform/mac/editing/style/font-family-with-space-expected.png:
1676 * platform/mac/editing/style/font-family-with-space-expected.txt:
1678 A style span isn't removed because at paste time because we don't anticipate
1679 encountering styles on style spans that are non-inheritable, because we don't
1680 create style spans like that at copy time. Turned this into a text only
1681 test. Test remains visually unchanged:
1682 * editing/pasteboard/5245519-expected.txt: Added.
1683 * editing/pasteboard/5245519.html:
1684 * platform/mac/editing/pasteboard/5245519-expected.checksum: Removed.
1685 * platform/mac/editing/pasteboard/5245519-expected.png: Removed.
1686 * platform/mac/editing/pasteboard/5245519-expected.txt: Removed.
1688 Added an extra empty anonymous renderer, DOM and visual result remain unchanged:
1689 * platform/mac/editing/execCommand/create-list-with-hr-expected.checksum:
1690 * platform/mac/editing/execCommand/create-list-with-hr-expected.png:
1691 * platform/mac/editing/execCommand/create-list-with-hr-expected.txt:
1692 * platform/mac/editing/pasteboard/paste-list-001-expected.checksum:
1693 * platform/mac/editing/pasteboard/paste-list-001-expected.png:
1694 * platform/mac/editing/pasteboard/paste-list-001-expected.txt:
1695 * platform/mac/editing/pasteboard/paste-table-001-expected.checksum:
1696 * platform/mac/editing/pasteboard/paste-table-001-expected.png:
1697 * platform/mac/editing/pasteboard/paste-table-001-expected.txt:
1698 * platform/mac/editing/pasteboard/paste-text-003-expected.checksum:
1699 * platform/mac/editing/pasteboard/paste-text-003-expected.png:
1700 * platform/mac/editing/pasteboard/paste-text-003-expected.txt:
1702 Reflects changes to CSSComputedStyleDeclaration::getPropertyCSSValue:
1703 * fast/css/computed-style-expected.txt:
1704 * fast/css/computed-style-without-renderer-expected.txt:
1706 We don't remove styles from style spans that are overridden by all of their
1707 children, even though they are unnecessary. We've never done this, but now
1708 that there can be two style spans at paste time we are more likely to have
1709 a style span left over because of this problem. Mentioned this in the test
1710 case and turned this into a text only test:
1711 * editing/pasteboard/4840662.html:
1712 * editing/pasteboard/4840662-expected.txt: Added.
1713 * platform/mac/editing/pasteboard/4840662-expected.checksum: Removed.
1714 * platform/mac/editing/pasteboard/4840662-expected.png: Removed.
1715 * platform/mac/editing/pasteboard/4840662-expected.txt: Removed.
1717 2008-02-27 Dan Bernstein <mitz@apple.com>
1719 Reviewed by John Sullivan.
1721 - test for <rdar://problem/5607547> Single letter surrounded by soft hyphens can disappear
1723 * fast/text/soft-hyphen-2.html: Added.
1724 * platform/mac/fast/text/soft-hyphen-2-expected.checksum: Added.
1725 * platform/mac/fast/text/soft-hyphen-2-expected.png: Added.
1726 * platform/mac/fast/text/soft-hyphen-2-expected.txt: Added.
1728 2008-02-27 Brady Eidson <beidson@apple.com>
1730 Updated resource used in the layout test I landed yesterday.
1731 Due to a difference between Foundation on Tiger vs Leopard, the resource generated on
1732 Leopard caused different results on Leopard and Tiger.
1733 Regenerating the resource on Tiger, however, agrees with Leopard.
1735 * webarchive/loading/resources/cache-expired-subresource.webarchive:
1737 2008-02-27 Dan Bernstein <mitz@apple.com>
1739 Reviewed by Darin Adler.
1741 - test that centered text in right-to-left blocks spills over to the left
1743 * fast/text/align-center-rtl-spill.html: Added.
1744 * platform/mac/fast/text/align-center-rtl-spill-expected.checksum: Added.
1745 * platform/mac/fast/text/align-center-rtl-spill-expected.png: Added.
1746 * platform/mac/fast/text/align-center-rtl-spill-expected.txt: Added.
1748 2008-02-27 Eric Seidel <eric@webkit.org>
1750 Rubber-stamped by Adam.
1752 Fix svn:eol-style on all LayoutTest results
1755 find . -name "*-expected.txt" | xargs svn ps svn:eol-style native
1757 2008-02-27 Sam Weinig <sam@webkit.org>
1761 Updates tests for <rdar://problem/5768769>
1763 * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
1764 * http/tests/security/cross-frame-access-call-expected.txt:
1765 * http/tests/security/cross-frame-access-call.html:
1767 2008-02-27 Brady Eidson <beidson@apple.com>
1769 Reviewed by Mark Rowe
1771 Test for better fix for <rdar://problem/4930688> (see r19549) and
1772 original fix for <rdar://problem/3947312> (and 14 dupes)
1774 Crafting custom WebArchives for layout tests is a pain and something that should
1775 be resolved if we decide to pursue a new format.
1777 Using a custom php script to act as a stand in for an image resource, I set its
1778 cache-control header to expire immediately. Without the fix for the above bugs,
1779 the resource will be "expired" and an attempt to fetch it from the network will
1780 go out and fail. This failure will manifest with different ResourceLoadDelegate
1781 information, as well as different dimensions in the render tree - the missing
1782 image icon versus the archived image.
1784 With the fix in place, the response will be ignored and the image will be pulled
1785 from the WebArchive.
1787 * webarchive/loading/cache-expired-subresource-expected.txt: Added.
1788 * webarchive/loading/cache-expired-subresource.html: Added.
1789 * webarchive/loading/resources/cache-expired-subresource.webarchive: Added.
1791 2008-02-27 Kevin McCullough <kmccullough@apple.com>
1793 Landing test that was forgotten in the original patch (r30087).
1795 Test for: http://bugs.webkit.org/show_bug.cgi?id=17191
1796 HTML5: Client-side database queries should return values of type number
1798 * storage/sql-data-types-expected.txt: Added.
1799 * storage/sql-data-types.html: Added.
1800 * storage/sql-data-types.js: Added.
1802 2008-02-27 Julien Chaffraix <julien.chaffraix@gmail.com>
1806 http://bugs.webkit.org/show_bug.cgi?id=17481
1807 Several consecutive calls to XMLHttpRequest::open should dispatch only one readyState event
1809 * http/tests/xmlhttprequest/xmlhttprequest-multiple-open-expected.txt: Added.
1810 * http/tests/xmlhttprequest/xmlhttprequest-multiple-open.html: Added.
1812 2008-02-26 Brady Eidson <beidson@apple.com>
1814 Add a skipped storage test for now
1816 * platform/win/Skipped: Added storage/multiple-transactions.html
1818 2008-02-26 Dan Bernstein <mitz@apple.com>
1820 Reviewed by Darin Adler.
1822 - test for http://bugs.webkit.org/show_bug.cgi?id=17555
1823 <rdar://problem/5766016> REGRESSION (r27351): Thumbnails positioned wrong on Getty Images results page
1825 * fast/dynamic/subtree-table-cell-height.html: Added.
1826 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.checksum: Added.
1827 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.png: Added.
1828 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt: Added.
1830 2008-02-26 Satoshi Nakagawa <artension@gmail.com>
1832 Reviewed by Darin. Tweaked and landed by Alexey.
1834 - test for http://bugs.webkit.org/show_bug.cgi?id=17411
1836 * fast/text/line-breaks-after-ideographic-comma-or-full-stop.html: Added.
1837 * fast/text/line-breaks-after-ideographic-comma-or-full-stop-expected.txt: Added
1839 2008-02-25 Dan Bernstein <mitz@apple.com>
1841 Reviewed by Sam Weinig.
1843 - test for http://bugs.webkit.org/show_bug.cgi?id=17152
1844 Paragraphs indented with :first-letter and text-align CSS render incorrectly
1846 * fast/text/apply-start-width-after-skipped-text.html: Added.
1847 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.checksum: Added.
1848 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.png: Added.
1849 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.txt: Added.
1851 2008-02-25 Beth Dakin <bdakin@apple.com>
1855 Test for <rdar://problem/5760530> REGRESSION: Assertion failure in
1856 Document::removePendingSheet() from r30438
1858 * http/tests/misc/missing-style-sheet-expected.txt: Added.
1859 * http/tests/misc/missing-style-sheet.html: Added.
1861 2008-02-25 Brady Eidson <beidson@apple.com>
1863 Reviewed by T3h Mitz Pettel (Dan Bernstein)
1865 Layout test for already fixed bug <rdar://problem/5729445>
1867 * storage/multiple-transactions-expected.txt: Added.
1868 * storage/multiple-transactions.html: Added.
1870 2008-02-25 Darin Adler <darin@apple.com>
1874 - test for http://bugs.webkit.org/show_bug.cgi?id=17186
1875 Fragment navigation within a page permanently cancels meta refresh
1877 * fast/loader/meta-refresh-anchor-click-expected.txt: Added.
1878 * fast/loader/meta-refresh-anchor-click.html: Added.
1879 * fast/loader/resources/meta-refresh-subframe.html: Added.
1881 2008-02-25 Johnny Ding <johnnyding.webkit@gmail.com>
1883 Reviewed by Darin Adler.
1885 - bug http://bugs.webkit.org/show_bug.cgi?id=17444
1886 Test for multiple nested scripts which are in a external script.
1888 * fast/tokenizer/nested-multiple-scripts-expected.txt: Added.
1889 * fast/tokenizer/nested-multiple-scripts.html: Added.
1890 * fast/tokenizer/resources/external-script-1.js: Added.
1891 * fast/tokenizer/resources/external-script-2.js: Added.
1893 2008-02-24 Michael Knaup <michael.knaup@mac.com>
1897 - test for http://bugs.webkit.org/show_bug.cgi?id=8749
1899 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.checksum: Added.
1900 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.png: Added.
1901 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.txt: Added.
1902 * platform/mac/fast/canvas/canvas-draw-xbm-image.html: Added.
1903 * platform/mac/fast/canvas/resources: Added.
1904 * platform/mac/fast/canvas/resources/smile.xbm: Added.
1906 2008-02-24 Dan Bernstein <mitz@apple.com>
1908 Reviewed by Darin Adler.
1910 - test for http://bugs.webkit.org/show_bug.cgi?id=17471
1911 REGRESSION (r30438): Crash in deleteLineBoxes in cursor-adjusting code browsing Acid3
1913 * http/tests/misc/object-image-error-expected.txt: Added.
1914 * http/tests/misc/object-image-error.html: Added.
1915 * http/tests/misc/resources/404image.php: Added.
1917 2008-02-24 Dan Bernstein <mitz@apple.com>
1919 Rubber-stamped by Oliver Hunt.
1921 - replace expected results in platform/mac-tiger and
1922 platform/mac-leopard which were identical with a single copy in
1925 2008-02-24 Dan Bernstein <mitz@apple.com>
1927 Reviewed by Darin Adler.
1929 - test float positioning when a float that does not fit on the line is
1930 followed by a float that does
1932 * fast/block/float/narrow-after-wide.html: Added.
1933 * platform/mac/fast/block/float/narrow-after-wide-expected.checksum: Added.
1934 * platform/mac/fast/block/float/narrow-after-wide-expected.png: Added.
1935 * platform/mac/fast/block/float/narrow-after-wide-expected.txt: Added.
1937 2008-02-24 Darin Adler <darin@apple.com>
1941 - test for http://bugs.webkit.org/show_bug.cgi?id=16770
1942 Acid3 expects :visited styled links to restyle on iframe load
1944 * fast/history/resources/subframe.html: Added.
1945 * fast/history/subframe-is-visited-expected.txt: Added.
1946 * fast/history/subframe-is-visited.html: Added.
1948 2008-02-23 Dan Bernstein <mitz@apple.com>
1950 Reviewed by Dave Hyatt.
1952 - test that non-autowrapping text clear floats
1954 * fast/text/whitespace/nowrap-clear-float.html: Added.
1955 * platform/mac-leopard/fast/text/whitespace: Added.
1956 * platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.checksum: Added.
1957 * platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.png: Added.
1958 * platform/mac/fast/text/whitespace/nowrap-clear-float-expected.txt: Added.
1960 2008-02-23 Dan Bernstein <mitz@apple.com>
1962 - undo an accidental change to a test's expected results from r30431.
1964 * fast/js/date-DST-time-cusps-expected.txt:
1966 2008-02-23 Dan Bernstein <mitz@apple.com>
1968 Rubber-stamped by Sam Weinig and Anders Carlsson.
1970 - updated results for <rdar://problem/5714333> Add document.getSelection()
1972 * fast/dom/Window/window-properties-expected.txt:
1974 2008-02-22 Alexey Proskuryakov <ap@webkit.org>
1978 A few tweaks to PCRE-based regex test suite.
1980 * fast/regex/pcre-test-runner.js: Added support for global regexes. Emulate PCRE test runner
1981 more precisely by trimming trailing whitespace from some lines.
1983 * fast/regex/test1-expected.txt:
1984 * fast/regex/test4-expected.txt:
1985 * fast/regex/testinput1:
1986 * fast/regex/testinput4:
1987 * fast/regex/testoutput1:
1988 * fast/regex/testoutput4:
1989 Updated to PCRE 7.6.
1991 2008-02-22 Dan Bernstein <mitz@apple.com>
1993 - update Tiger expected results following r30431
1995 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1996 * platform/mac-tiger/svg/custom/foreignObject-crash-on-hover-expected.txt:
1997 * platform/mac-tiger/svg/custom/text-dom-01-f-expected.txt:
1998 * platform/mac-tiger/svg/custom/text-hit-test-expected.txt:
1999 * platform/mac-tiger/svg/text/text-align-01-b-expected.txt:
2000 * platform/mac-tiger/svg/text/text-align-02-b-expected.txt:
2001 * platform/mac-tiger/svg/text/text-align-03-b-expected.txt:
2002 * platform/mac-tiger/svg/text/text-align-04-b-expected.txt:
2003 * platform/mac-tiger/svg/text/text-align-05-b-expected.txt:
2004 * platform/mac-tiger/svg/text/text-align-06-b-expected.txt:
2005 * platform/mac-tiger/svg/text/text-altglyph-01-b-expected.txt:
2006 * platform/mac-tiger/svg/text/text-deco-01-b-expected.txt:
2007 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.txt:
2008 * platform/mac-tiger/svg/text/text-fonts-02-t-expected.txt:
2009 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
2010 * platform/mac-tiger/svg/text/text-spacing-01-b-expected.txt:
2011 * platform/mac-tiger/svg/text/text-text-01-b-expected.txt:
2012 * platform/mac-tiger/svg/text/text-text-03-b-expected.txt:
2013 * platform/mac-tiger/svg/text/text-text-04-t-expected.txt:
2014 * platform/mac-tiger/svg/text/text-text-05-t-expected.txt:
2015 * platform/mac-tiger/svg/text/text-text-06-t-expected.txt:
2016 * platform/mac-tiger/svg/text/text-text-07-t-expected.txt:
2017 * platform/mac-tiger/svg/text/text-text-08-b-expected.txt:
2018 * platform/mac-tiger/svg/text/text-tref-01-b-expected.txt:
2019 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.txt:
2020 * platform/mac-tiger/svg/text/text-tselect-02-f-expected.txt:
2021 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.txt:
2022 * platform/mac-tiger/svg/text/text-ws-01-t-expected.txt:
2023 * platform/mac-tiger/svg/text/text-ws-02-t-expected.txt:
2025 2008-02-22 Justin Garcia <justin.garcia@apple.com>
2029 <rdar://problem/5714333> Add document.getSelection()
2031 * editing/selection/5714333-expected.txt: Added.
2032 * editing/selection/5714333.html: Added.
2034 2008-02-22 Oliver Hunt <oliver@apple.com>
2038 Bug 17486: Support HTML5 Canvas.getImageData API
2039 Support Canvas.getImageData and Canvas.createImageData
2041 Test cases for ImageData behaviour and getImageData correctness
2043 * fast/canvas/canvas-ImageData-behaviour-expected.txt: Added.
2044 * fast/canvas/canvas-ImageData-behaviour.html: Added.
2045 * fast/canvas/canvas-ImageData-behaviour.js: Added.
2046 * fast/canvas/canvas-getImageData-expected.txt: Added.
2047 * fast/canvas/canvas-getImageData.html: Added.
2049 2008-02-22 Geoffrey Garen <ggaren@apple.com>
2051 Reviewed by Sam Weinig.
2053 Removing the test for KJS_MEM_LIMIT, since I removed KJS_MEM_LIMIT.
2055 * fast/js/out-of-memory-expected.txt: Removed.
2056 * fast/js/out-of-memory.html: Removed.
2058 2008-02-22 Oliver Hunt <oliver@apple.com>
2060 Reviewed by Alexey P.
2062 <rdar://problem/5759327> REGRESSION: while(NaN) acts like while(true)
2064 Add test cases for pre/post-increment of NaN
2066 * fast/js/convert-nan-to-bool-expected.txt:
2067 * fast/js/resources/convert-nan-to-bool.js:
2069 2008-02-21 Sam Weinig <sam@webkit.org>
2071 Reviewed by Anders Carlsson.
2073 Update tests and results for <rdar://problem/5757946>
2075 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
2076 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html:
2077 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
2078 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html:
2079 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
2080 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html:
2081 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
2082 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html:
2083 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
2084 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html:
2085 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
2086 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html:
2087 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
2088 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html:
2089 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
2090 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html:
2091 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
2092 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html:
2093 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
2094 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html:
2095 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
2096 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html:
2097 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
2098 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html:
2099 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
2100 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html:
2102 2008-02-21 Ada Chan <adachan@apple.com>
2104 Test for <rdar://problem/5757873> Buffer overrun in DeprecatedCString::find() in WebCore
2106 Reviewed by Dan Bernstein.
2108 * fast/loader/charset-parse-expected.txt: Added.
2109 * fast/loader/charset-parse.html: Added.
2111 2008-02-21 Geoffrey Garen <ggaren@apple.com>
2113 Reviewed by David Harrison.
2115 Test for <rdar://problem/5756125> REGRESSION: A crash occurs at
2116 WebCore::Frame::scriptProxy() when completing a search with Package Tracker widget
2118 * fast/dom/script-element-without-frame-crash-expected.txt: Added.
2119 * fast/dom/script-element-without-frame-crash.html: Added.
2121 2008-02-20 Sam Weinig <sam@webkit.org>
2123 Rubber-stamped by Dan Bernstein.
2125 Gratuitous change to this test to use the instanceof operator
2126 instead of the isPrototypeOf method.
2128 * fast/tokenizer/doctype-search-reset.html:
2130 2008-02-20 Dan Bernstein <mitz@apple.com>
2132 Reviewed by Dave Hyatt.
2134 - test for http://bugs.webkit.org/show_bug.cgi?id=17465
2135 REGRESSION: <DIV> tokenized into Div if still searching for DOCTYPE
2137 * fast/tokenizer/doctype-search-reset-expected.txt: Added.
2138 * fast/tokenizer/doctype-search-reset.html: Added.
2140 2008-02-20 Dan Bernstein <mitz@apple.com>
2142 Reviewed by Dave Hyatt.
2144 - test for http://bugs.webkit.org/show_bug.cgi?id=17464
2145 REGRESSION: Crash in RenderBlock::findNextLineBreak reading r30444 commit email in GMail
2147 * fast/text/wbr-in-pre-crash.html: Added.
2148 * platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.checksum: Added.
2149 * platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.png: Added.
2150 * platform/mac/fast/text/wbr-in-pre-crash-expected.txt: Added.
2152 2008-02-20 Michael Knaup <michael.knaup@mac.com>
2156 - test for Bug 16753: date set methods with no args should result in NaN (Acid3 bug)
2158 * fast/js/date-set-to-nan-expected.txt: Added.
2159 * fast/js/date-set-to-nan.html: Added.
2160 * fast/js/resources/date-set-to-nan.js: Added.
2162 2008-02-20 Oliver Hunt <oliver@apple.com>
2166 Test to ensure we do not crash on a zero sized canvas.
2168 * fast/canvas/access-zero-sized-canvas-expected.txt: Added.
2169 * fast/canvas/access-zero-sized-canvas.html: Added.
2171 2008-02-20 Alexey Proskuryakov <ap@webkit.org>
2175 http://bugs.webkit.org/show_bug.cgi?id=17106
2176 <rdar://problem/5750722> Debug build ASSERTs on page load
2178 * fast/encoding/GBK/close-gbk-converter-expected.txt: Added.
2179 * fast/encoding/GBK/close-gbk-converter.html: Added.
2181 2008-02-19 Beth Dakin <bdakin@apple.com>
2185 Test for <rdar://problem/5729674> Seed: Crash in
2186 RenderButton::setStyle at http://www.dinorpg.com
2188 * fast/forms/input-first-letter.html: Added.
2189 * platform/mac/fast/forms/input-first-letter-expected.checksum: Added.
2190 * platform/mac/fast/forms/input-first-letter-expected.png: Added.
2191 * platform/mac/fast/forms/input-first-letter-expected.txt: Added.
2193 2008-02-19 Dan Bernstein <mitz@apple.com>
2195 Reviewed by Darin Adler.
2197 - test for <rdar://problem/5637569> CrashTracer: [REGRESSION] 620 crashes in Safari at com.apple.WebCore: WebCore::RenderBox::setStaticY + 15
2199 * fast/text/wbr-styled.html: Added.
2200 * platform/mac-leopard/fast/text/wbr-styled-expected.checksum: Added.
2201 * platform/mac-leopard/fast/text/wbr-styled-expected.png: Added.
2202 * platform/mac/fast/css-generated-content/wbr-with-before-content-expected.txt:
2203 * platform/mac/fast/text/wbr-pre-expected.txt:
2204 * platform/mac/fast/text/wbr-styled-expected.txt: Added.
2206 2008-02-18 Dan Bernstein <mitz@apple.com>
2208 Reviewed by Adam Roben in California.
2210 - remove unnecessary and erroneous layoutTestController calls from a test
2212 * fast/css/font-face-multiple-remote-sources.html:
2213 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt:
2215 2008-02-18 Brady Eidson <beidson@apple.com>
2219 Fix for <rdar://5747529> - ObjC Exception can cause JSLock to never be released
2221 * platform/mac-tiger/Skipped: Removed 2 hanging tests that now don't hang
2222 * platform/mac/plugins/webScriptObject-exception-deadlock-expected.txt: Added.
2223 * platform/mac/plugins/webScriptObject-exception-deadlock.html: Added.
2225 2008-02-18 Darin Adler <darin@apple.com>
2229 - generate new results for the one test that was altered by the
2230 double -> float -> double trip taken by numeric values in the
2233 This test appears under three different names in three different
2234 parts of our test suite.
2236 * platform/mac/css1/box_properties/acid_test-expected.checksum: Updated.
2237 * platform/mac/css1/box_properties/acid_test-expected.png: Ditto.
2238 * platform/mac/css1/box_properties/acid_test-expected.txt: Ditto.
2239 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.checksum: Ditto.
2240 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.png: Ditto.
2241 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt: Ditto.
2242 * platform/mac/fast/block/basic/011-expected.checksum: Ditto.
2243 * platform/mac/fast/block/basic/011-expected.png: Ditto.
2244 * platform/mac/fast/block/basic/011-expected.txt: Ditto.
2246 2008-02-18 Dan Bernstein <mitz@apple.com>
2248 - test for <rdar://problem/5736225> crash in svgFontAndFaceElementForFontData on digitalstrom.org/cms
2250 * fast/css/font-face-multiple-remote-sources.html: Added.
2251 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.checksum: Added.
2252 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.png: Added.
2253 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt: Added.
2255 2008-02-17 Julien Chaffraix <julien.chaffraix@gmail.com>
2257 Reviewed by Alexey Proskuryakov.
2259 http://bugs.webkit.org/show_bug.cgi?id=16989
2260 bug 16989 : Add send() flag checks in XmlHttpRequest
2262 - Splitted xmlhttprequest-abort-readystate in 2 test cases (xmlhttprequest-abort-readystate-shouldDispatchEvent and xmlhttprequest-abort-readystate-shouldNotDispatchEvent)
2264 - Added test case for the 2 send() flag checks in XmlHttpRequest::send and XmlHttpRequest::setRequestHeader
2266 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt: Removed.
2267 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt.
2268 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html.
2269 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt.
2270 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html.
2271 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html: Removed.
2272 * http/tests/xmlhttprequest/xmlhttprequest-test-send-flag-expected.txt: Added.
2273 * http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html: Added.
2275 2008-02-17 Sam Weinig <sam@webkit.org>
2277 Reviewed by Dan Bernstein.
2279 Update test for http://bugs.webkit.org/show_bug.cgi?id=17365
2280 document.createEvent("MessageEvent") throws NOT_SUPPORTED_ERR
2282 * fast/events/event-instanceof-expected.txt:
2283 * fast/events/resources/event-instanceof.js: Test MessageEvent as well.
2285 2008-02-17 Dan Bernstein <mitz@apple.com>
2287 Reviewed by Mark Rowe.
2289 - disable the non-ASCII parts of a test case for the ASCII code path
2290 because it is failing on the (Tiger) buildbots for an unrelated
2293 * fast/text/fixed-pitch-control-characters.html:
2294 * platform/mac/fast/text/fixed-pitch-control-characters-expected.checksum:
2295 * platform/mac/fast/text/fixed-pitch-control-characters-expected.png:
2296 * platform/mac/fast/text/fixed-pitch-control-characters-expected.txt:
2298 2008-02-17 Dan Bernstein <mitz@apple.com>
2300 Reviewed by Darin Adler.
2302 - test for http://bugs.webkit.org/show_bug.cgi?id=17033
2303 <rdar://problem/5709315> REGRESSION: Really long <option> causes unnecessary page scroll bars to accommodate content
2305 * fast/forms/control-clip-overflow.html: Added.
2306 * platform/mac/fast/forms/control-clip-overflow-expected.checksum: Added.
2307 * platform/mac/fast/forms/control-clip-overflow-expected.png: Added.
2308 * platform/mac/fast/forms/control-clip-overflow-expected.txt: Added.
2310 2008-02-16 Dan Bernstein <mitz@apple.com>
2312 Reviewed by Sam Weinig.
2314 - test fixed-pitch font measurement of control characters that render
2317 * fast/text/fixed-pitch-control-characters.html: Added.
2318 * platform/mac/fast/text/fixed-pitch-control-characters-expected.checksum: Added.
2319 * platform/mac/fast/text/fixed-pitch-control-characters-expected.png: Added.
2320 * platform/mac/fast/text/fixed-pitch-control-characters-expected.txt: Added.
2322 2008-02-16 Darin Adler <darin@apple.com>
2324 - disable some failing tests; someone can re-enable after fixing the problems causing
2325 them to fail or generating new expected results
2327 http://bugs.webkit.org/show_bug.cgi?id=17391
2329 * fast/frames/iframe-scroll-page-up-down.html: Removed.
2330 * fast/frames/iframe-scroll-page-up-down.html-disabled: Copied from fast/frames/iframe-scroll-page-up-down.html.
2332 http://bugs.webkit.org/show_bug.cgi?id=17392
2334 * svg/batik/text/textBiDi.svg: Removed.
2335 * svg/batik/text/textBiDi.svg-disabled: Copied from svg/batik/text/textBiDi.svg.
2337 http://bugs.webkit.org/show_bug.cgi?id=17393
2339 * svg/custom/use-on-symbol-inside-pattern.svg: Removed.
2340 * svg/custom/use-on-symbol-inside-pattern.svg-disabled: Copied from svg/custom/use-on-symbol-inside-pattern.svg.
2342 2008-02-15 Dan Bernstein <mitz@apple.com>
2344 Rubber-stamped by Oliver Hunt.
2346 - skip a test for a Leopard-only NSHTTPURLResponse bug workaround
2348 * platform/mac-tiger/Skipped:
2350 2008-02-15 Brady Eidson <beidson@apple.com>
2352 Added 2 skipped tests
2354 * platform/mac-tiger/Skipped:
2356 2008-02-15 Brady Eidson <beidson@apple.com>
2360 Fix for <rdar://problem/5727175> and <rdar://problem/5740495> - Database threads and callback scripts can run after
2361 a page has closed or loaded a new document
2363 * storage/close-during-stress-test-expected.txt: Update results - this test contained output from a javascript callback
2364 that never should have taken place
2366 2008-02-15 Adele Peterson <adele@apple.com>
2370 Updated test for <rdar://problem/5745072> REGRESSION (r29348): Shift + Tab does not change indent level on Google Docs
2372 * editing/inserting/typing-tab-designmode-expected.txt:
2373 * editing/inserting/typing-tab-designmode.html:
2375 2008-02-15 Geoffrey Garen <ggaren@apple.com>
2377 Reviewed by Anders Carlsson.
2379 Fixed <rdar://problem/5725429> REGRESSION (r27898): Greenfield online
2380 surveys no longer work due to XMLHttpRequest exceptions
2382 Updated layout tests to expect an exception not to be thrown.
2384 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html:
2385 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html:
2386 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
2387 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
2389 2008-02-15 Justin Garcia <justin.garcia@apple.com>
2391 Reviewed by Dan Bernstein.
2393 <rdar://problem/5738768> REGRESSION (r30062): Crash in InlineTextBox::isLineBreak() when Undoing a replace
2396 * editing/selection/inconsistent-in-removeChildNode.html: Removed.
2397 * editing/selection/inconsistent-in-removeChildNode.html-disabled: Added.
2400 * editing/undo/5738768-expected.txt: Added.
2401 * editing/undo/5738768.html: Added.
2403 During a shouldChangeSelection call, the old selection is no longer null because
2404 nodeWillBeRemoved doesn't blow it away:
2405 * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
2406 * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
2407 * platform/mac/editing/style/remove-underline-in-bold-expected.txt:
2409 During a shouldChangeSelection call, the old selection is now null because
2410 nodeWillBeRemoved blows it away:
2411 * platform/mac/editing/style/remove-underline-across-paragraph-expected.txt:
2413 More instances of <rdar://problem/5729315>, where, during a shouldChangeSelection
2414 call content that held the old selection is still around but it wouldn't make sense
2415 to leave the selection there, so we shouldn't call shouldChangeSelection at all:
2416 * platform/mac/editing/style/remove-underline-expected.txt:
2417 * platform/mac/editing/style/unbold-in-bold-expected.txt:
2419 Similar changes, but ones where I've also updated pixel results for old, unrelated fixes:
2420 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt:
2421 * platform/mac/editing/deleting/delete-leading-ws-001-expected.checksum:
2422 * platform/mac/editing/deleting/delete-leading-ws-001-expected.txt:
2423 * platform/mac/editing/deleting/delete-line-011-expected.checksum:
2424 * platform/mac/editing/deleting/delete-line-011-expected.txt:
2425 * platform/mac/editing/execCommand/paste-1-expected.checksum:
2426 * platform/mac/editing/execCommand/paste-1-expected.txt:
2427 * platform/mac/editing/execCommand/paste-2-expected.checksum:
2428 * platform/mac/editing/execCommand/paste-2-expected.txt:
2429 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.checksum:
2430 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
2431 * platform/mac/editing/pasteboard/paste-RTFD-expected.txt:
2432 * platform/mac/editing/pasteboard/paste-text-012-expected.checksum:
2433 * platform/mac/editing/selection/4960116-expected.checksum:
2435 2008-02-15 Dan Bernstein <mitz@apple.com>
2437 Reviewed by Alexey Proskuryakov.
2439 - test for http://bugs.webkit.org/show_bug.cgi?id=17360
2440 <rdar://problem/5743131> REGRESSION: mp4 file downloaded from server is downloaded as html
2442 * http/tests/loading/resources/.htaccess: Added.
2443 * http/tests/loading/resources/binaryData.m4a: Added.
2444 * http/tests/loading/text-content-type-with-binary-extension-expected.txt: Added.
2445 * http/tests/loading/text-content-type-with-binary-extension.html: Added.
2447 2008-02-15 Samuel Weinig <sam@webkit.org>
2449 Reviewed and rubber-stamped by Oliver Hunt.
2451 Add leopard specific results for stroke-width-click.svg to work around
2454 * platform/mac-leopard/svg/custom/stroke-width-click-expected.txt: Added.
2456 2008-02-14 Oliver Hunt <oliver@apple.com>
2460 Make assign-to-window-status testcase to be more thorough
2462 * fast/dom/assign-to-window-status-expected.txt:
2463 * fast/dom/assign-to-window-status.html:
2465 2008-02-14 Darin Adler <darin@apple.com>
2467 - update this test further, so that it succeeds
2469 * fast/dom/assign-to-window-status-expected.txt: Updated.
2470 * fast/dom/assign-to-window-status.html: Updated.
2472 2008-02-14 Oliver Hunt <oliver@apple.com>
2474 Reviewed by Geoff G and Weinig.
2476 Add test cases for assigning to window.status, modify existing tests that relied on old
2477 replaceable status property behaviour.
2479 * fast/dom/HTMLScriptElement/script-load-events.html:
2480 * fast/dom/Window/get-set-properties.html:
2481 * fast/dom/assign-to-window-status-expected.txt: Added.
2482 * fast/dom/assign-to-window-status.html: Added.
2484 2008-02-14 Geoffrey Garen <ggaren@apple.com>
2486 Reviewed by Sam Weinig.
2488 Layout test for <rdar://problem/5737835> nee http://bugs.webkit.org/show_bug.cgi?id=17329
2489 Crash in JSGlobalObject::popActivation when inserting hyperlink in Wordpress (17329)
2491 * fast/dom/javascript-url-crash-function.html: Added.
2492 * fast/dom/javascript-url-crash-function-expected.txt: Added.
2493 * fast/dom/resources/javascript-url-crash-function-iframe.html: Added.
2495 2008-02-14 Nikolas Zimmermann <zimmermann@kde.org>
2499 Add dynamic update tests for SVGEllipseElement.
2501 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum: Added.
2502 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
2503 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum: Added.
2504 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
2505 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum: Added.
2506 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
2507 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum: Added.
2508 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
2509 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum: Added.
2510 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
2511 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum: Added.
2512 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
2513 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum: Added.
2514 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
2515 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum: Added.
2516 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
2517 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt: Added.
2518 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html: Added.
2519 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt: Added.
2520 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html: Added.
2521 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt: Added.
2522 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html: Added.
2523 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt: Added.
2524 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html: Added.
2525 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt: Added.
2526 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html: Added.
2527 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt: Added.
2528 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html: Added.
2529 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt: Added.
2530 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html: Added.
2531 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt: Added.
2532 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html: Added.
2533 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js: Added.
2534 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js: Added.
2535 * svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js: Added.
2536 * svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js: Added.
2537 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js: Added.
2538 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js: Added.
2539 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js: Added.
2540 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js: Added.
2542 2008-02-13 Justin Garcia <justin.garcia@apple.com>
2544 Reviewed by Oliver Hunt.
2546 * platform/mac/editing/deleting/table-cells-expected.checksum: Fixed. Before, a space was
2547 incorrectly removed by a delete (this isn't a smart delete).
2548 * platform/mac/editing/deleting/table-cells-expected.png:
2549 * platform/mac/editing/deleting/table-cells-expected.txt:
2550 * platform/mac/editing/pasteboard/input-field-1-expected.checksum: Fixed. Before a space
2551 was incorrectly added by paste (this isn't a smart paste).
2552 * platform/mac/editing/pasteboard/input-field-1-expected.png:
2553 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
2555 2008-02-13 Justin Garcia <justin.garcia@apple.com>
2557 Reviewed by Adam Roben.
2559 <rdar://problem/5729680> REGRESSION (r27873): Removing the last character of a word in Mail or Safari also removes the following space
2561 * editing/deleting/5729680-expected.txt: Added.
2562 * editing/deleting/5729680.html: Added.
2564 2008-02-13 Nikolas Zimmermann <zimmermann@kde.org>
2568 Make svg/dynamic-updates/* tests deterministic. s/setTimeout('executTest()', 0)/executeTest/ -- as discussed with Adam.
2570 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum:
2571 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
2572 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum:
2573 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
2574 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum:
2575 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
2576 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum:
2577 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
2578 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum:
2579 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
2580 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum:
2581 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
2582 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum:
2583 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
2584 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum:
2585 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
2586 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt:
2587 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt:
2588 * svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt:
2589 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt:
2590 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt:
2591 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt:
2592 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.txt:
2593 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.txt:
2594 * svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js:
2595 * svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js:
2596 * svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js:
2597 * svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js:
2598 * svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
2599 * svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
2600 * svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
2601 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
2602 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
2603 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
2604 * svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
2605 * svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
2607 2008-02-13 Brady Eidson <beidson@apple.com>
2609 Reviewed by Darin Adler
2611 Added layout tests to cover
2612 http://trac.webkit.org/projects/webkit/changeset/29983
2614 http://trac.webkit.org/projects/webkit/changeset/30184
2616 * platform/gtk/Skipped:
2617 * platform/qt/Skipped:
2618 * platform/win/Skipped:
2619 * storage/quota-tracking-expected.txt: Added.
2620 * storage/quota-tracking.html: Added.
2621 * storage/success-callback-expected.txt: Added.
2622 * storage/success-callback.html: Added.
2624 2008-02-13 Darin Adler <darin@apple.com>
2626 * platform/mac/svg/hixie/perf/001-expected.txt: Removed.
2627 * platform/mac/svg/hixie/perf/002-expected.txt: Removed.
2629 2008-02-13 Alexey Proskuryakov <ap@webkit.org>
2633 <rdar://problem/5740042> Database termination issues
2635 * storage/close-during-stress-test-expected.txt: Added.
2636 * storage/close-during-stress-test.html: Added.
2637 * storage/resources: Added.
2638 * storage/resources/stress-frame.html: Added.
2640 2008-02-13 Darin Adler <darin@apple.com>
2642 - check in results for these tests
2644 No idea if these are right or not; just what was generated on my computer.
2645 If someone has a better version, feel free to replace these results with correct ones.
2647 * platform/mac/svg/hixie/perf/001-expected.txt: Added.
2648 * platform/mac/svg/hixie/perf/002-expected.txt: Added.
2650 2008-02-13 Oliver Hunt <oliver@apple.com>
2652 Reviewed by Alexey P.
2654 Tests for <rdar://problem/5737003> REGRESSION (r27747): can't browse pictures on fastcupid.com
2656 Ensure that the basic arithmetic operands can correctly handle the NaN -> boolean conversion
2658 * fast/js/convert-nan-to-bool.html: Added.
2659 * fast/js/convert-nan-to-bool-expected.txt: Added.
2660 * fast/js/resources/convert-nan-to-bool.js: Added.
2662 2008-02-12 Dan Bernstein <mitz@apple.com>
2664 Rubber-stamped by Adam Roben.
2666 - make fast/css/css3-nth-child pass
2668 * fast/css/css3-nth-child.html: Removed spaces that were making the
2669 :nth-child selector fail to parse because of <rdar://problem/5733761>.
2670 * platform/mac-leopard/fast/css/css3-nth-child-expected.checksum: Added.
2671 * platform/mac-leopard/fast/css/css3-nth-child-expected.png: Added.
2673 2008-02-12 Adam Roben <aroben@apple.com>
2675 Add a test for Bug 17328: REGRESSION (r30147): Inspector is unstyled
2678 <http://bugs.webkit.org/show_bug.cgi?id=17328>
2683 * fast/loader/local-css-allowed-in-strict-mode-expected.txt: Added.
2684 * fast/loader/local-css-allowed-in-strict-mode.html: Added.
2685 * fast/loader/resources/stylesheet.css: Added.
2687 2008-02-12 Nikolas Zimmermann <zimmermann@kde.org>
2689 Not reviewed, adding missing layout test results (that have been r+ already, but not commited)
2691 * platform/mac-leopard/svg/dynamic-updates: Added.
2692 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum: Added.
2693 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
2694 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum: Added.
2695 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
2696 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum: Added.
2697 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
2698 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum: Added.
2699 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
2700 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: Added.
2701 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
2702 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: Added.
2703 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
2704 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: Added.
2705 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
2706 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: Added.
2707 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
2708 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: Added.
2709 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
2710 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: Added.
2711 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
2712 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: Added.
2713 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
2714 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: Added.
2715 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
2716 * platform/mac-leopard/svg/hixie/perf/001-expected.checksum: Added.
2717 * platform/mac-leopard/svg/hixie/perf/001-expected.png: Added.
2718 * platform/mac-leopard/svg/hixie/perf/001-expected.txt: Added.
2719 * platform/mac-leopard/svg/hixie/perf/002-expected.checksum: Added.
2720 * platform/mac-leopard/svg/hixie/perf/002-expected.png: Added.
2721 * platform/mac-leopard/svg/hixie/perf/002-expected.txt: Added.
2723 2008-02-11 Dan Bernstein <mitz@apple.com>
2725 Reviewed by Dave Hyatt.
2727 - test for http://bugs.webkit.org/show_bug.cgi?id=17320
2728 <rdar://problem/5736953> :last-child does not set the "uses sibling rules" flag
2730 * fast/css/last-child-style-sharing.html: Added.
2731 * platform/mac/fast/css/last-child-style-sharing-expected.checksum: Added.
2732 * platform/mac/fast/css/last-child-style-sharing-expected.png: Added.
2733 * platform/mac/fast/css/last-child-style-sharing-expected.txt: Added.
2735 2008-02-11 Sam Weinig <sam@webkit.org>
2737 Reviewed by Darin Adler.
2740 <rdar://problem/5735497> Match Firefox's cross-domain model more accurately by return the built-in version of functions even if they have been overridden
2741 <rdar://problem/5735443> Crash when setting the Window objects prototype to a custom Object and then calling a method on it
2743 * fast/dom/Window/resources/WindowProperties.js: Added.
2744 * fast/dom/Window/window-custom-prototype-crash-expected.txt: Added.
2745 * fast/dom/Window/window-custom-prototype-crash.html: Added.
2746 * fast/dom/Window/window-function-frame-getter-precedence-expected.txt: Added.
2747 * fast/dom/Window/window-function-frame-getter-precedence.html: Added.
2748 * fast/dom/Window/window-function-name-getter-precedence-expected.txt:
2749 * fast/dom/Window/window-function-name-getter-precedence.html:
2750 * http/tests/security/cross-frame-access-custom-expected.txt:
2751 * http/tests/security/cross-frame-access-custom.html:
2752 * http/tests/security/cross-frame-access-get-override-expected.txt: Added.
2753 * http/tests/security/cross-frame-access-get-override.html: Added.
2754 * http/tests/security/cross-frame-access-history-get-override-expected.txt:
2755 * http/tests/security/cross-frame-access-history-get-override.html:
2756 * http/tests/security/cross-frame-access-history-put-expected.txt:
2757 * http/tests/security/cross-frame-access-history-put.html:
2758 * http/tests/security/cross-frame-access-location-expected.txt: Removed.
2759 * http/tests/security/cross-frame-access-location-get-expected.txt: Added.
2760 * http/tests/security/cross-frame-access-location-get-override-expected.txt: Added.
2761 * http/tests/security/cross-frame-access-location-get-override.html: Added.
2762 * http/tests/security/cross-frame-access-location-get.html: Copied from http/tests/security/cross-frame-access-location.html.
2763 * http/tests/security/cross-frame-access-location-put-expected.txt: Added.
2764 * http/tests/security/cross-frame-access-location-put.html: Added.
2765 * http/tests/security/cross-frame-access-location.html: Removed.
2766 * http/tests/security/resources/cross-frame-iframe-for-get-override-test.html: Added.
2767 * http/tests/security/resources/cross-frame-iframe-for-get-test.html:
2768 * http/tests/security/resources/cross-frame-iframe-for-history-put-test.html:
2769 * http/tests/security/resources/cross-frame-iframe-for-location-get-override-test.html: Added.
2770 * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html: Added.
2771 * http/tests/security/resources/cross-frame-iframe-for-location-put-test.html: Added.
2773 2008-02-10 Dan Bernstein <mitz@apple.com>
2775 Reviewed by Sam Weinig and Anders Carlsson.
2777 - change a test to simply use 'font-family' instead of unnecessary
2780 * fast/text/atsui-spacing-features.html:
2781 * platform/mac/fast/text/atsui-spacing-features-expected.checksum:
2782 * platform/mac/fast/text/atsui-spacing-features-expected.png:
2783 * platform/mac/fast/text/atsui-spacing-features-expected.txt:
2785 2008-02-10 Darin Adler <darin@apple.com>
2787 - fix a couple of directories that were using our JavaScript template/wrapper
2790 * fast/dom/SelectorAPI/resources/TEMPLATE.html: Fixed relative paths.
2791 * fast/events/event-instanceof.html: Regenerating this file revealed that the path
2792 to the stylesheet was wrong. Fixed by running the make-js-test-wrappers script.
2793 Didn't affect the text-only results, but the test looked wrong in the browser.
2794 * fast/events/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
2795 * traversal/resources/TEMPLATE.html: Fixed relative paths.
2797 2008-02-10 Andrew Wellington <proton@wiretapped.net>
2799 Reviewed and tweaked a bit by Darin.
2801 DOMRange.surroundContents throws wrong exception (Acid3 bug)
2802 http://bugs.webkit.org/show_bug.cgi?id=16749
2804 Throw BAD_BOUNDARYPOINTS_ERR if attempting to split a non-text node that
2805 has offsets in characters
2807 * fast/dom/Range/range-exceptions-expected.txt: Added.
2808 * fast/dom/Range/resources/range-exceptions.js: Added.
2810 2008-02-09 David Hyatt <hyatt@apple.com>
2812 Added test for bug 17254.
2816 * fast/css/negative-nth-child.html: Added.
2818 2008-02-08 Oliver Hunt <oliver@apple.com>
2822 Test cases for decompilation of variable declaration lists.
2824 * fast/js/function-toString-parentheses-expected.txt:
2825 * fast/js/resources/function-toString-parentheses.js:
2827 2008-02-08 Darin Adler <darin@apple.com>
2829 - test for http://bugs.webkit.org/show_bug.cgi?id=17247
2830 Labelled continue/break can fail in some cases
2832 * fast/js/continue-break-multiple-labels-expected.txt: Added.
2833 * fast/js/continue-break-multiple-labels.html: Added.
2835 2008-02-08 Darin Adler <darin@apple.com>
2839 - test for http://bugs.webkit.org/show_bug.cgi?id=15003
2840 Function.prototype.constructor should not be DontDelete/ReadOnly (Acid3 bug)
2842 * fast/js/constructor-attributes-expected.txt: Added.
2843 * fast/js/constructor-attributes.html: Added.
2844 * fast/js/resources/constructor-attributes.js: Added.
2846 2008-02-08 Anders Carlsson <andersca@apple.com>
2850 <rdar://problem/5650446>
2851 http://bugs.webkit.org/show_bug.cgi?id=16102
2852 Crash in FrameLoader::stopLoadingSubframes() on IMDB page
2854 * http/tests/navigation/changing-frame-hierarchy-in-onload-expected.txt: Added.
2855 * http/tests/navigation/changing-frame-hierarchy-in-onload.html: Added.
2857 2008-02-08 Sam Weinig <sam@webkit.org>
2861 Test for <rdar://problem/5732491>
2862 http://bugs.webkit.org/show_bug.cgi?id=17213
2863 The querySelectorAll method on an element node does not search only the element's descendants
2865 * fast/dom/SelectorAPI/elementRoot-expected.txt: Added.
2866 * fast/dom/SelectorAPI/elementRoot.html: Added.
2867 * fast/dom/SelectorAPI/resources: Added.
2868 * fast/dom/SelectorAPI/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
2869 * fast/dom/SelectorAPI/resources/elementRoot.js: Added.
2871 2008-02-08 Darin Adler <darin@apple.com>
2875 - test for http://bugs.webkit.org/show_bug.cgi?id=4714
2876 NodeIterator does not handle exceptions from the filter function (affects Acid3)
2878 - grabbed NodeIterator and TreeWalker tests from Hixie's site and KHTML
2880 * traversal/exception-forwarding-expected.txt: Added.
2881 * traversal/exception-forwarding.html: Added.
2882 * traversal/resources: Added.
2883 * traversal/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
2884 * traversal/resources/exception-forwarding.js: Added.
2886 * traversal/node-iterator-001-expected.txt: Updated to reflect correct results.
2887 The old results reflected a bug in our NodeIterator.
2888 * traversal/node-iterator-001.html: Ditto.
2890 * traversal/node-iterator-006.html: Changed test so there's no whitespace node after
2891 the <span> elements inside the test root element (a <div>). The old test results were
2892 incorrect; the new NodeIterator implementation correctly returned the whitespace node
2895 * traversal/node-iterator-006a.html: Copied from traversal/node-iterator-006.html.
2896 Preserve the original test, which now has a strange result. But the result is correct,
2897 so it's worth keeping around.
2898 * traversal/node-iterator-006a-expected.txt: Added.
2900 * fast/dom/TreeWalker/TreeWalker-currentNode-expected.txt: Regenerated.
2901 * fast/dom/TreeWalker/resources/TreeWalker-currentNode.js: Updated test to expect results
2902 that match the DOM specification.
2904 * traversal/hixie-node-iterator/001-expected.txt: Added.
2905 * traversal/hixie-node-iterator/001.xml: Added.
2906 * traversal/hixie-node-iterator/002-expected.txt: Added.
2907 * traversal/hixie-node-iterator/002.xml: Added.
2908 * traversal/hixie-node-iterator/003-expected.txt: Added.
2909 * traversal/hixie-node-iterator/003.xml: Added.
2910 * traversal/hixie-node-iterator/004-expected.txt: Added.
2911 * traversal/hixie-node-iterator/004.xml: Added.
2912 * traversal/hixie-node-iterator/005-expected.txt: Added.
2913 * traversal/hixie-node-iterator/005.xml: Added.
2914 * traversal/hixie-node-iterator/006-expected.txt: Added.
2915 * traversal/hixie-node-iterator/006.xml: Added.
2916 * traversal/hixie-node-iterator/007-expected.txt: Added.
2917 * traversal/hixie-node-iterator/007.xml: Added.
2918 * traversal/hixie-node-iterator/008-expected.txt: Added.
2919 * traversal/hixie-node-iterator/008.xml: Added.
2920 * traversal/hixie-node-iterator/009-expected.txt: Added.
2921 * traversal/hixie-node-iterator/009.xml: Added.
2922 * traversal/hixie-node-iterator/010-expected.txt: Added.
2923 * traversal/hixie-node-iterator/010.xml: Added.
2924 * traversal/hixie-node-iterator/origin.txt: Added.
2926 * traversal/tree-walker-filter-1-expected.txt: Added.
2927 * traversal/tree-walker-filter-1.html: Added.
2929 2008-02-08 Eric Seidel <eric@webkit.org>
2933 Add support for Text.wholeText and Text.replaceWholeText from DOM Level 3 Core.
2934 http://bugs.webkit.org/show_bug.cgi?id=17125
2936 Test to make sure EntityReference nodes are always treated as read-only.
2938 Added fast/dom/Text/replaceWholeText.html to catch a case the W3C missed.
2940 All of these tests now pass.
2942 * dom/xhtml/level3/core/textreplacewholetext01-expected.txt:
2943 * dom/xhtml/level3/core/textreplacewholetext02-expected.txt:
2944 * dom/xhtml/level3/core/textreplacewholetext03-expected.txt:
2945 * dom/xhtml/level3/core/textreplacewholetext04-expected.txt:
2946 * dom/xhtml/level3/core/textreplacewholetext05-expected.txt:
2947 * dom/xhtml/level3/core/textreplacewholetext06-expected.txt:
2948 * dom/xhtml/level3/core/textreplacewholetext07-expected.txt:
2949 * dom/xhtml/level3/core/textwholetext01-expected.txt:
2950 * dom/xhtml/level3/core/textwholetext02-expected.txt:
2951 * dom/xhtml/level3/core/textwholetext03-expected.txt:
2952 * fast/dom/EntityReference/readonly-exceptions-expected.txt: Added.
2953 * fast/dom/EntityReference/readonly-exceptions.html: Added.
2954 * fast/dom/EntityReference/resources/TEMPLATE.html: Added.
2955 * fast/dom/EntityReference/resources/readonly-exceptions.js: Added.
2956 * fast/dom/Text/replaceWholeText-expected.txt: Added.
2957 * fast/dom/Text/replaceWholeText.html: Added.
2958 * fast/dom/Text/resources/TEMPLATE.html: Added.
2959 * fast/dom/Text/resources/replaceWholeText.js: Added.
2960 * fast/dom/Window/window-properties-expected.txt: updated to reflect addition of replaceWholeText
2962 2008-02-06 Kimmo Kinnunen <kimmok@iki.fi>
2964 Reviewed by Tim Hatcher.
2966 Test for: http://bugs.webkit.org/show_bug.cgi?id=17191
2967 HTML5: Client-side database queries should return values of type number
2969 * storage/sql-data-types-expected.txt: Added.
2970 * storage/sql-data-types.html: Added.
2971 * storage/sql-data-types.js: Added.
2973 2008-02-07 Dan Bernstein <mitz@apple.com>
2975 Reviewed by Dave Hyatt.
2977 - test for <rdar://problem/5729411> REGRESSION (r29834): Float contained in relative-positioned block is painted twice
2979 * fast/block/float/relative-painted-twice.html: Added.
2980 * platform/mac-leopard/fast/block/float/relative-painted-twice-expected.checksum: Added.
2981 * platform/mac-leopard/fast/block/float/relative-painted-twice-expected.png: Added.
2982 * platform/mac/fast/block/float/relative-painted-twice-expected.txt: Added.
2984 2008-02-07 Dan Bernstein <mitz@apple.com>
2986 Reviewed by Darin Adler.
2988 - test for http://bugs.webkit.org/show_bug.cgi?id=17194
2989 Changing text to bold changes font family
2991 * platform/mac/fast/text/family-for-font-matched-by-name-expected.checksum: Added.
2992 * platform/mac/fast/text/family-for-font-matched-by-name-expected.png: Added.
2993 * platform/mac/fast/text/family-for-font-matched-by-name-expected.txt: Added.
2994 * platform/mac/fast/text/family-for-font-matched-by-name.html: Added.
2996 2008-02-07 Beth Dakin <bdakin@apple.com>
2998 Test written by Geoff, reviewed by me.
3000 Test for <rdar://problem/5697882> Traffic or Street View button on
3001 Google Maps is sometimes not positioned correctly (17000)
3003 * fast/dom/simultaneouslyRegsiteredTimerFireOrder-expected.txt: Added.
3004 * fast/dom/simultaneouslyRegsiteredTimerFireOrder.html: Added.
3006 2008-02-07 Nikolas Zimmermann <zimmermann@kde.org>
3008 Rubber stamped by Eric.
3010 Move existing SVG baseline from platform/mac/ to platform/mac-tiger/ (I generated all of them using Tiger).
3011 Regenerated new SVG baseline in platform/mac-leopard. platform/mac/svg is doesn't contain any test results anymore.
3013 In a later step it should be investigated, which layout test results can be shared between Leopard & Tiger.
3014 Those results should be moved to platform/mac/svg then.
3016 * platform/mac-leopard/Skipped: Remove tests that don't fail anymore.
3017 * platform/mac-leopard/svg/W3C-SVG-1.1: Added.
3018 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum: Added.
3019 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Added.
3020 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
3021 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: Added.
3022 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
3023 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
3024 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum: Added.
3025 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Added.
3026 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
3027 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum: Added.
3028 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Added.
3029 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
3030 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum: Added.
3031 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added.
3032 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
3033 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum: Added.
3034 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Added.
3035 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
3036 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum: Added.
3037 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
3038 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
3039 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum: Added.
3040 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Added.
3041 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
3042 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum: Added.
3043 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Added.
3044 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
3045 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum: Added.
3046 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Added.
3047 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
3048 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum: Added.
3049 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Added.
3050 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
3051 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum: Added.
3052 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Added.
3053 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
3054 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum: Added.
3055 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Added.
3056 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
3057 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum: Added.
3058 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Added.
3059 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
3060 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum: Added.
3061 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Added.
3062 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
3063 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum: Added.
3064 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Added.
3065 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
3066 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum: Added.
3067 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Added.
3068 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
3069 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum: Added.
3070 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Added.
3071 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
3072 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum: Added.
3073 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Added.
3074 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
3075 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum: Added.
3076 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Added.
3077 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
3078 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum: Added.
3079 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Added.
3080 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
3081 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum: Added.
3082 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Added.
3083 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
3084 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum: Added.
3085 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Added.
3086 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
3087 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum: Added.
3088 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Added.
3089 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Added.
3090 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum: Added.
3091 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Added.
3092 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
3093 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum: Added.
3094 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Added.
3095 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
3096 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum: Added.
3097 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Added.
3098 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Added.
3099 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum: Added.
3100 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Added.
3101 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
3102 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: Added.
3103 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
3104 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Added.
3105 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum: Added.
3106 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
3107 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
3108 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum: Added.
3109 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
3110 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
3111 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum: Added.
3112 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
3113 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
3114 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum: Added.
3115 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
3116 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Added.
3117 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Added.
3118 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
3119 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
3120 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum: Added.
3121 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Added.
3122 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Added.
3123 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum: Added.
3124 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
3125 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
3126 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: Added.
3127 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
3128 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
3129 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum: Added.
3130 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
3131 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
3132 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum: Added.
3133 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Added.
3134 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Added.
3135 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum: Added.
3136 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
3137 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
3138 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum: Added.
3139 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
3140 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
3141 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum: Added.
3142 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
3143 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
3144 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum: Added.
3145 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Added.
3146 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
3147 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum: Added.
3148 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
3149 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
3150 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum: Added.
3151 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
3152 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
3153 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum: Added.
3154 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
3155 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
3156 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum: Added.
3157 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
3158 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
3159 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum: Added.
3160 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
3161 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
3162 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum: Added.
3163 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
3164 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
3165 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum: Added.
3166 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
3167 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
3168 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum: Added.
3169 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
3170 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
3171 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum: Added.
3172 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
3173 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
3174 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum: Added.
3175 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
3176 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
3177 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum: Added.
3178 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
3179 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
3180 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum: Added.
3181 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
3182 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
3183 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum: Added.
3184 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
3185 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
3186 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum: Added.
3187 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Added.
3188 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
3189 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum: Added.
3190 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
3191 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Added.
3192 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum: Added.
3193 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
3194 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
3195 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum: Added.
3196 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Added.
3197 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Added.
3198 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum: Added.
3199 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Added.
3200 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Added.
3201 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum: Added.
3202 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Added.
3203 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
3204 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum: Added.
3205 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Added.
3206 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Added.
3207 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum: Added.
3208 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Added.
3209 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Added.
3210 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum: Added.
3211 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Added.
3212 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Added.
3213 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum: Added.
3214 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Added.
3215 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Added.
3216 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum: Added.
3217 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Added.
3218 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Added.
3219 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum: Added.
3220 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Added.
3221 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
3222 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum: Added.
3223 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Added.
3224 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
3225 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum: Added.
3226 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Added.
3227 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
3228 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum: Added.
3229 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Added.
3230 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
3231 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum: Added.
3232 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Added.
3233 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
3234 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: Added.
3235 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Added.
3236 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Added.
3237 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum: Added.
3238 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Added.
3239 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
3240 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum: Added.
3241 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Added.
3242 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
3243 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum: Added.
3244 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
3245 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
3246 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: Added.
3247 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
3248 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
3249 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: Added.
3250 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
3251 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
3252 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: Added.
3253 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
3254 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Added.
3255 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: Added.
3256 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Added.
3257 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
3258 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: Added.
3259 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
3260 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
3261 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Added.
3262 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
3263 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Added.
3264 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: Added.
3265 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
3266 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
3267 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Added.
3268 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
3269 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Added.
3270 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: Added.
3271 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Added.
3272 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Added.
3273 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: Added.
3274 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Added.
3275 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
3276 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: Added.
3277 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
3278 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
3279 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum: Added.
3280 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
3281 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
3282 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: Added.
3283 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
3284 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Added.
3285 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: Added.
3286 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Added.
3287 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
3288 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: Added.
3289 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Added.
3290 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
3291 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: Added.
3292 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Added.
3293 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
3294 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum: Added.
3295 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Added.
3296 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Added.
3297 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: Added.
3298 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
3299 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
3300 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum: Added.
3301 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Added.
3302 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
3303 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: Added.
3304 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
3305 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
3306 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum: Added.
3307 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
3308 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
3309 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum: Added.
3310 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Added.
3311 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
3312 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum: Added.
3313 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Added.
3314 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
3315 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum: Added.
3316 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Added.
3317 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
3318 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum: Added.
3319 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
3320 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
3321 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum: Added.
3322 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
3323 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
3324 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum: Added.
3325 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
3326 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
3327 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum: Added.
3328 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Added.
3329 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
3330 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum: Added.
3331 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
3332 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
3333 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum: Added.
3334 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Added.
3335 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added.
3336 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum: Added.
3337 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
3338 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
3339 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum: Added.
3340 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
3341 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
3342 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum: Added.
3343 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
3344 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
3345 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum: Added.
3346 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Added.
3347 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
3348 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum: Added.
3349 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Added.
3350 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
3351 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum: Added.
3352 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Added.
3353 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
3354 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum: Added.
3355 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Added.
3356 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
3357 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum: Added.
3358 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Added.
3359 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
3360 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum: Added.
3361 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Added.
3362 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
3363 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum: Added.
3364 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added.
3365 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
3366 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum: Added.
3367 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added.
3368 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
3369 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum: Added.
3370 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
3371 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
3372 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum: Added.
3373 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Added.
3374 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
3375 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum: Added.
3376 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
3377 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
3378 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum: Added.
3379 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Added.
3380 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Added.
3381 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum: Added.
3382 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Added.
3383 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
3384 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum: Added.
3385 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Added.
3386 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
3387 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum: Added.
3388 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Added.
3389 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
3390 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum: Added.
3391 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
3392 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
3393 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum: Added.
3394 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
3395 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
3396 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum: Added.
3397 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added.
3398 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
3399 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum: Added.
3400 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Added.
3401 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
3402 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum: Added.
3403 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added.
3404 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
3405 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum: Added.
3406 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Added.
3407 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
3408 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum: Added.
3409 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
3410 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
3411 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum: Added.
3412 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Added.
3413 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Added.
3414 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum: Added.
3415 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
3416 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
3417 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum: Added.
3418 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Added.
3419 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Added.
3420 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum: Added.
3421 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Added.
3422 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Added.
3423 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum: Added.
3424 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Added.
3425 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
3426 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum: Added.
3427 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Added.
3428 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Added.
3429 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum: Added.
3430 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Added.
3431 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Added.
3432 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum: Added.
3433 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Added.
3434 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Added.
3435 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum: Added.
3436 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Added.
3437 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
3438 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum: Added.
3439 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Added.