1 2008-06-02 Julien Chaffraix <jchaffraix@webkit.org>
5 Bug 18655: [XHR] OnProgress needs more test case
6 https://bugs.webkit.org/show_bug.cgi?id=18655
8 * http/tests/xmlhttprequest/resources/five-tiny-chunk-one-second-delay.php: Added.
9 * http/tests/xmlhttprequest/resources/noContentLength.asis: Added.
10 * http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match-expected.txt: Added.
11 * http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match.html: Added.
12 * http/tests/xmlhttprequest/xmlhttprequest-addEventListener-onProgress-expected.txt: Added.
13 * http/tests/xmlhttprequest/xmlhttprequest-addEventListener-onProgress.html: Added.
14 * http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress-expected.txt: Added.
15 * http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html: Added.
16 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt: Added.
17 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html: Added.
19 2008-06-02 Dan Bernstein <mitz@apple.com>
21 Reviewed by Oliver Hunt.
23 - additional tests for https://bugs.webkit.org/show_bug.cgi?id=19344
24 <rdar://problem/5977300> Regression: Shadow offsets seem to have changed in 10.5.3 in canvas
26 * fast/canvas/resources/shadow-offset.js: Added.
27 * fast/canvas/shadow-offset-1.html: Copied from LayoutTests/fast/canvas/shadow-offset.html.
28 * fast/canvas/shadow-offset-2.html: Added.
29 * fast/canvas/shadow-offset-3.html: Added.
30 * fast/canvas/shadow-offset-4.html: Added.
31 * fast/canvas/shadow-offset-5.html: Added.
32 * fast/canvas/shadow-offset-6.html: Added.
33 * fast/canvas/shadow-offset-7.html: Added.
34 * fast/canvas/shadow-offset.html: Removed.
35 * platform/mac/fast/canvas/shadow-offset-1-expected.checksum: Added.
36 * platform/mac/fast/canvas/shadow-offset-1-expected.png: Added.
37 * platform/mac/fast/canvas/shadow-offset-1-expected.txt: Added.
38 * platform/mac/fast/canvas/shadow-offset-2-expected.checksum: Added.
39 * platform/mac/fast/canvas/shadow-offset-2-expected.png: Added.
40 * platform/mac/fast/canvas/shadow-offset-2-expected.txt: Added.
41 * platform/mac/fast/canvas/shadow-offset-3-expected.checksum: Added.
42 * platform/mac/fast/canvas/shadow-offset-3-expected.png: Added.
43 * platform/mac/fast/canvas/shadow-offset-3-expected.txt: Added.
44 * platform/mac/fast/canvas/shadow-offset-4-expected.checksum: Added.
45 * platform/mac/fast/canvas/shadow-offset-4-expected.png: Added.
46 * platform/mac/fast/canvas/shadow-offset-4-expected.txt: Added.
47 * platform/mac/fast/canvas/shadow-offset-5-expected.checksum: Added.
48 * platform/mac/fast/canvas/shadow-offset-5-expected.png: Added.
49 * platform/mac/fast/canvas/shadow-offset-5-expected.txt: Added.
50 * platform/mac/fast/canvas/shadow-offset-6-expected.checksum: Added.
51 * platform/mac/fast/canvas/shadow-offset-6-expected.png: Added.
52 * platform/mac/fast/canvas/shadow-offset-6-expected.txt: Added.
53 * platform/mac/fast/canvas/shadow-offset-7-expected.checksum: Added.
54 * platform/mac/fast/canvas/shadow-offset-7-expected.png: Added.
55 * platform/mac/fast/canvas/shadow-offset-7-expected.txt: Added.
56 * platform/mac/fast/canvas/shadow-offset-expected.checksum: Removed.
57 * platform/mac/fast/canvas/shadow-offset-expected.png: Removed.
58 * platform/mac/fast/canvas/shadow-offset-expected.txt: Removed.
60 2008-06-02 Julien Chaffraix <jchaffraix@webkit.org>
64 Bug 18066: REGRESSION: createAttribute throws NAMESPACE_ERR exception
65 https://bugs.webkit.org/show_bug.cgi?id=18066
67 * fast/dom/createAttribute-exception-expected.txt: Added.
68 * fast/dom/createAttribute-exception.html: Added.
70 2008-06-02 Darin Adler <darin@apple.com>
72 Reviewed by John Sullivan.
74 - test for https://bugs.webkit.org/show_bug.cgi?id=18799
75 apl.aip.org menu does not work (property names should be case sensitive)
76 <rdar://problem/5900484>
78 * fast/dom/CSSStyleDeclaration: Added.
80 * fast/dom/CSSStyleDeclaration/css-properties-case-sensitive-expected.txt: Added.
81 * fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html: Added.
82 * fast/dom/CSSStyleDeclaration/resources: Added.
83 * fast/dom/CSSStyleDeclaration/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Element/resources/TEMPLATE.html.
84 * fast/dom/CSSStyleDeclaration/resources/css-properties-case-sensitive.js: Added.
86 * fast/dom/CSSStyleDeclaration-empty-string-property-expected.txt: Removed.
87 * fast/dom/CSSStyleDeclaration-empty-string-property.html: Removed.
88 * fast/dom/CSSStyleDeclaration/empty-string-property-expected.txt: Copied from LayoutTests/fast/dom/CSSStyleDeclaration-empty-string-property-expected.txt.
89 * fast/dom/CSSStyleDeclaration/empty-string-property.html: Copied from LayoutTests/fast/dom/CSSStyleDeclaration-empty-string-property.html.
91 * fast/js/duplicate-param-crash.html: Allowed the make-js-test-wrappers script to update this file.
92 * fast/js/duplicate-param-gc-crash.html: Ditto.
93 * fast/js/resources/tostring-exception-in-property-access.js: Ditto.
94 * fast/js/var-shadows-arg-crash.html: Ditto.
95 * fast/js/var-shadows-arg-gc-crash.html: Ditto.
97 2008-06-02 Darin Adler <darin@apple.com>
101 - test for https://bugs.webkit.org/show_bug.cgi?id=19358
102 <rdar://problem/5951986> first line break in <pre> elements ignored
103 (chess boards at http://rankzero.de/)
105 * fast/parser/pre-first-line-break-expected.txt: Added.
106 * fast/parser/pre-first-line-break.html: Added.
107 * fast/parser/resources/TEMPLATE.html: Copied from fast/dom/resources/TEMPLATE.html.
108 * fast/parser/resources/pre-first-line-break.js: Added.
110 2008-06-02 Geoffrey Garen <ggaren@apple.com>
112 Reviewed by Darin Adler.
114 Test for an exception thrown from an array sort comparator function.
116 * fast/js/throw-from-array-sort-expected.txt: Added.
117 * fast/js/throw-from-array-sort.html: Added.
119 2008-06-02 Simon Pieters <zcorpan@hotmail.com>
121 Reviewed and landed by Alexey.
123 https://bugs.webkit.org/show_bug.cgi?id=19355
124 createElement() with colon and localName
126 WebKit behavior has changed to expected during Acid3 work (r31230, r31231), but this
127 specific case appears to have been an untested side effect, landing it now.
129 * fast/dom/createElement-with-column-expected.txt: Added.
130 * fast/dom/createElement-with-column.xml: Added.
131 * fast/dom/createElement-with-column.html: Added.
133 2008-06-01 Rob Buis <buis@kde.org>
138 https://bugs.webkit.org/show_bug.cgi?id=15823
139 getPropertyValue for border returns null, should compute the shorthand value
141 * fast/css/getPropertyValue-border-expected.txt: Added.
142 * fast/css/getPropertyValue-border.html: Added.
144 2008-06-01 Dan Bernstein <mitz@apple.com>
146 Reviewed by Darin Adler.
148 - test for https://bugs.webkit.org/show_bug.cgi?id=19344
149 <rdar://problem/5977300> Regression: Shadow offsets seem to have changed in 10.5.3 in canvas
151 * fast/canvas/shadow-offset.html: Added.
152 * platform/mac/fast/canvas/shadow-offset-expected.checksum: Added.
153 * platform/mac/fast/canvas/shadow-offset-expected.png: Added.
154 * platform/mac/fast/canvas/shadow-offset-expected.txt: Added.
156 2008-05-30 Dan Bernstein <mitz@apple.com>
158 Reviewed by Darin Adler.
160 - test for https://bugs.webkit.org/show_bug.cgi?id=19278
161 <rdar://problem/5968621> REGRESSION (r31114-r31132): image float disappears on refresh
163 * fast/dynamic/float-in-trailing-whitespace-after-last-line-break.html: Added.
164 * platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.checksum: Added.
165 * platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png: Added.
166 * platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt: Added.
168 2008-05-30 Dan Bernstein <mitz@apple.com>
170 Reviewed by Darin Adler.
172 - updated pixel results for "eliminate excessive repainting when an
173 object's final position after layout is unchanged"
175 * platform/mac/fast/repaint/intermediate-layout-position-clip-expected.checksum:
176 * platform/mac/fast/repaint/intermediate-layout-position-clip-expected.png:
177 * platform/mac/fast/repaint/intermediate-layout-position-expected.checksum:
178 * platform/mac/fast/repaint/intermediate-layout-position-expected.png:
180 2008-05-30 Alexey Proskuryakov <ap@webkit.org>
184 http://bugs.webkit.org/show_bug.cgi?id=7466
185 <rdar://problem/4657563> Use of Ctrl as access key modifier conflicts with Mac OS X
186 emacs-style keybindings
188 * fast/events/access-key-self-destruct.html:
189 * fast/forms/access-key.html:
190 * fast/forms/focus-selection-input-expected.txt:
191 * fast/forms/focus-selection-input.html:
192 * fast/forms/legend-access-key.html:
193 * fast/forms/select-accesskey.html:
194 Updated tests to keep passing.
196 * fast/forms/select-accesskey-expected.txt: Added.
197 * fast/forms/select-accesskey.html:
198 * platform/mac/fast/forms/select-accesskey-expected.checksum: Removed.
199 * platform/mac/fast/forms/select-accesskey-expected.png: Removed.
200 * platform/mac/fast/forms/select-accesskey-expected.txt: Removed.
201 Updated to keep passing, made text-only.
203 * fast/forms/focus-selection-textarea.html:
204 * fast/forms/focus-selection-textarea-expected.txt:
205 Added missing platform-specific logic.
207 2008-05-29 Maciej Stachowiak <mjs@apple.com>
209 Reviewed by Oliver. Test by Geoff Garen.
211 - fixed <rdar://problem/5972943> REGRESSION(r33979): Flash clips do not play on cnn.com
213 * fast/js/finally-codegen-failure-expected.txt: Added.
214 * fast/js/finally-codegen-failure.html: Added.
216 2008-05-28 Justin Garcia <justin.garcia@apple.com>
220 <rdar://problem/5847330> REGRESSION CrashTracer: [USER] 536 crashes at WebCore::highestAncestor
222 * editing/deleting/5847330-1-expected.txt: Added.
223 * editing/deleting/5847330-1.html: Added.
224 * editing/deleting/5847330-2-expected.txt: Added.
225 * editing/deleting/5847330-2.html: Added.
227 2008-05-29 Alexey Proskuryakov <ap@webkit.org>
231 https://bugs.webkit.org/show_bug.cgi?id=19294
232 <rdar://problem/5969062> A crash when iterating over a sparse array backwards.
234 * fast/js/array-iterate-backwards-expected.txt: Added.
235 * fast/js/array-iterate-backwards.html: Added.
236 * fast/js/resources/array-iterate-backwards.js: Added.
238 2008-05-29 Alexey Proskuryakov <ap@webkit.org>
242 https://bugs.webkit.org/show_bug.cgi?id=19215
243 REGRESSION: transformToDocument fails when xsl includes  
245 * fast/xsl/nbsp-in-stylesheet-expected.txt: Added.
246 * fast/xsl/nbsp-in-stylesheet.html: Added.
248 2008-05-29 Maciej Stachowiak <mjs@apple.com>
250 Reviewed by Dave Hyatt.
252 - Test cases for this change: "speed up DHTML using lazy style resolution and renderer creation"
254 * http/tests/misc/acid3-expected.txt:
255 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.checksum:
256 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
257 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
259 2008-05-28 Oliver Hunt <oliver@apple.com>
263 Adding a test case for assignment result used as a function.
265 * fast/js/codegen-temporaries-expected.txt:
266 * fast/js/resources/codegen-temporaries.js:
268 2008-05-28 Anders Carlsson <andersca@apple.com>
272 <rdar://problem/5968071> "const f" crashes in JavaScriptCore
274 * fast/js/const-without-initializer-expected.txt: Added.
275 * fast/js/const-without-initializer.html: Added.
276 * fast/js/resources/const-without-initializer.js: Added.
278 2008-05-27 Justin Garcia <justin.garcia@apple.com>
282 <rdar://problem/5803706> Pressing return at the end of a header doesn't break out of header (17460)
284 * editing/inserting/5803706-1-expected.txt: Adjust this already checked-in test to reflect the new
286 * editing/inserting/5803706-1.html:
288 2008-05-27 Anders Carlsson <andersca@apple.com>
290 Reviewed by Geoff and Maciej.
292 <rdar://problem/5806428>
293 https://bugs.webkit.org/show_bug.cgi?id=17925
294 Crash in KJS::JSObject::put after setting this.__proto__
296 * fast/js/resources/this-non-object-proto.js: Added.
297 * fast/js/this-non-object-proto-expected.txt: Added.
298 * fast/js/this-non-object-proto.html: Added.
300 2008-05-26 Maciej Stachowiak <mjs@apple.com>
304 - update test result for document/window being allocated to var slots
306 * http/tests/security/cross-frame-access-put-expected.txt:
308 2008-05-26 James Ren <jamesjren@gmail.com>
310 Reviewed by Sam Weinig, landed by Collin Jackson.
312 http://bugs.webkit.org/show_bug.cgi?id=19163
314 Modified some http/security layout tests to allow them to run in Firefox.
316 * http/tests/security/aboutBlank/xss-DENIED-set-opener.html:
317 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html:
318 * http/tests/security/resources/localhost-accesssor.html:
319 Added a workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=434912
321 * http/tests/security/resources/cross-frame-access.js:
322 Changed shouldBe to also gracefully handle exceptions
324 * http/tests/security/resources/foreign-domain-iframe-for-selection-test.html:
325 Added feature detection for setBaseAndExtent and selectAllChildren
327 * http/tests/security/cross-frame-access-enumeration-expected.txt:
328 * http/tests/security/cross-frame-access-enumeration.html:
329 Fixed typo (missing '.html')
331 * http/tests/security/cross-frame-access-call-expected.txt:
332 * http/tests/security/cross-frame-access-call.html:
333 * http/tests/security/cross-frame-access-first-time.html:
334 * http/tests/security/cross-frame-access-put.html:
335 * http/tests/security/cross-frame-access-selection.html:
336 Caught exceptions that Firefox throws, to allow the test to run to completion.
338 2008-05-26 Anders Carlsson <andersca@apple.com>
342 Add a name to the source frame.
344 * fast/frames/viewsource-empty-attribute-value-expected.txt:
345 * fast/frames/viewsource-empty-attribute-value.html:
347 2008-05-23 Tor Arne Vestbø <tavestbo@trolltech.com>
351 Added a comment to the skipping of fast/css/case-transform.html that
352 mentions the reason of failure being a Qt bug.
354 * platform/qt/Skipped:
356 2008-05-26 Tor Arne Vestbø <tavestbo@trolltech.com>
360 Update QtWebkit layout-tests in accordance with bug 18976
362 https://bugs.webkit.org/show_bug.cgi?id=18976
364 The test fast/xsl/xslt-text.xml is on our skipped list due to
365 missing XSLT support in Qt.
367 * platform/qt/fast/dom/dom-parse-serialize-expected.txt:
369 2008-05-25 Dan Bernstein <mitz@apple.com>
371 Reviewed by Darin Adler.
373 - pixel test for https://bugs.webkit.org/show_bug.cgi?id=19086
374 <rdar://problem/5962254> REGRESSION (r28519-r28535): Caret doesn't paint past the right edge of a block
376 * fast/repaint/caret-outside-block.html: Added.
377 * platform/mac/fast/repaint/caret-outside-block-expected.checksum: Added.
378 * platform/mac/fast/repaint/caret-outside-block-expected.png: Added.
379 * platform/mac/fast/repaint/caret-outside-block-expected.txt: Added.
381 2008-05-25 Rob Buis <buis@kde.org>
387 * svg/custom/frame-getSVGDocument.html:
389 2008-05-25 Rob Buis <buis@kde.org>
393 Fix SVG test results for tiger buildbot.
395 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
396 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
397 * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
398 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
399 * platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
400 * platform/mac-tiger/svg/custom/control-points-for-S-and-T-expected.txt:
401 * platform/mac-tiger/svg/hixie/perf/001-expected.txt:
402 * platform/mac-tiger/svg/hixie/perf/002-expected.txt:
403 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
404 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
405 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
407 2008-05-25 Oliver Hunt <oliver@apple.com>
411 Fix leopard results following changes to SVG path dumping.
413 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
414 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
415 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
416 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
417 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
418 * platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.txt:
419 * platform/mac-leopard/svg/hixie/perf/001-expected.txt:
420 * platform/mac-leopard/svg/hixie/perf/002-expected.txt:
421 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
422 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
423 * platform/mac-leopard/svg/text/text-path-01-b-expected.txt:
425 2008-05-25 Rob Buis <buis@kde.org>
429 https://bugs.webkit.org/show_bug.cgi?id=18927
430 Unify path data debug output
432 Changed SVG testcase text dumps. Note that this is for Mac Tiger
433 only, Leopard specific text dumps are not included.
435 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
436 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
437 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
438 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
439 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
440 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
441 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
442 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
443 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
444 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
445 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
446 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
447 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
448 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
449 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
450 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
451 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
452 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
453 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
454 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
455 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
456 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
457 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
458 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
459 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
460 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
461 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
462 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
463 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
464 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
465 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
466 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
467 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
468 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
469 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
470 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
471 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
472 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
473 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
474 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
475 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
476 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
477 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
478 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
479 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
480 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
481 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
482 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
483 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
484 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
485 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
486 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
487 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
488 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
489 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
490 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
491 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
492 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
493 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
494 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
495 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
496 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
497 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
498 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
499 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
500 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
501 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
502 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
503 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
504 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
505 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
506 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
507 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
508 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
509 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
510 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
511 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
512 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
513 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
514 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
515 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
516 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
517 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
518 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
519 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
520 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
521 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
522 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
523 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
524 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
525 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
526 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
527 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
528 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
529 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
530 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
531 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
532 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
533 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
534 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
535 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
536 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
537 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
538 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
539 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
540 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
541 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
542 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
543 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
544 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
545 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
546 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
547 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
548 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
549 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
550 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
551 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
552 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
553 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
554 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
555 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
556 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
557 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
558 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
559 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
560 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
561 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
562 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
563 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
564 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
565 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
566 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
567 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
568 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
569 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
570 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
571 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
572 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
573 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
574 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
575 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
576 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
577 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
578 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
579 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
580 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
581 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
582 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
583 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
584 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
585 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
586 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
587 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
588 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
589 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
590 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
591 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
592 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
593 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
594 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
595 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
596 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
597 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
598 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
599 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
600 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
601 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
602 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
603 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
604 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
605 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
606 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
607 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
608 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
609 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
610 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
611 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
612 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
613 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
614 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
615 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
616 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
617 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
618 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
619 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
620 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
621 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
622 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
623 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
624 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
625 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
626 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
627 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
628 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
629 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
630 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
631 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
632 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
633 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
634 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
635 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
636 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
637 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
638 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
639 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
640 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
641 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
642 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
643 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
644 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
645 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
646 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
647 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
648 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
649 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
650 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
651 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
652 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
653 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
654 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
655 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
656 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
657 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
658 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
659 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
660 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
661 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
662 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
663 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
664 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
665 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
666 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
667 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
668 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
669 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
670 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
671 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
672 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
673 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
674 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
675 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
676 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
677 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
678 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
679 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
680 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
681 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
682 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
683 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
684 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
685 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
686 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
687 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
688 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
689 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
690 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
691 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
692 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
693 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
694 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
695 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
696 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
697 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
698 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
699 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
700 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
701 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
702 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
703 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
704 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
705 * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
706 * platform/mac/svg/batik/text/textAnchor-expected.txt:
707 * platform/mac/svg/batik/text/textAnchor2-expected.txt:
708 * platform/mac/svg/batik/text/textAnchor3-expected.txt:
709 * platform/mac/svg/batik/text/textEffect2-expected.txt:
710 * platform/mac/svg/batik/text/textFeatures-expected.txt:
711 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
712 * platform/mac/svg/batik/text/textLength-expected.txt:
713 * platform/mac/svg/batik/text/textOnPath-expected.txt:
714 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
715 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
716 * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
717 * platform/mac/svg/batik/text/textProperties-expected.txt:
718 * platform/mac/svg/batik/text/textProperties2-expected.txt:
719 * platform/mac/svg/batik/text/verticalText-expected.txt:
720 * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
721 * platform/mac/svg/carto.net/button-expected.txt:
722 * platform/mac/svg/carto.net/colourpicker-expected.txt:
723 * platform/mac/svg/carto.net/combobox-expected.txt:
724 * platform/mac/svg/carto.net/scrollbar-expected.txt:
725 * platform/mac/svg/carto.net/selectionlist-expected.txt:
726 * platform/mac/svg/carto.net/slider-expected.txt:
727 * platform/mac/svg/carto.net/textbox-expected.txt:
728 * platform/mac/svg/carto.net/window-expected.txt:
729 * platform/mac/svg/css/css-box-min-width-expected.txt:
730 * platform/mac/svg/custom/SVGNumber-interface-expected.txt:
731 * platform/mac/svg/custom/SVGPoint-interface-expected.txt:
732 * platform/mac/svg/custom/SVGRect-interface-expected.txt:
733 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
734 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
735 * platform/mac/svg/custom/altglyph-expected.txt:
736 * platform/mac/svg/custom/attribute-namespace-check-expected.txt:
737 * platform/mac/svg/custom/circular-marker-reference-1-expected.txt:
738 * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
739 * platform/mac/svg/custom/circular-marker-reference-3-expected.txt:
740 * platform/mac/svg/custom/circular-marker-reference-4-expected.txt:
741 * platform/mac/svg/custom/class-selector-expected.txt:
742 * platform/mac/svg/custom/clip-path-child-changes-expected.txt:
743 * platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
744 * platform/mac/svg/custom/clip-path-href-changes-expected.txt:
745 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
746 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
747 * platform/mac/svg/custom/clip-path-units-changes-expected.txt:
748 * platform/mac/svg/custom/clip-path-with-transform-expected.txt:
749 * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt:
750 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
751 * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
752 * platform/mac/svg/custom/create-metadata-element-expected.txt:
753 * platform/mac/svg/custom/createelement-expected.txt:
754 * platform/mac/svg/custom/css-pixels-dpi-expected.txt:
755 * platform/mac/svg/custom/dasharrayOrigin-expected.txt:
756 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
757 * platform/mac/svg/custom/display-none-expected.txt:
758 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
759 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
760 * platform/mac/svg/custom/dynamic-empty-path-expected.txt:
761 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt:
762 * platform/mac/svg/custom/dynamic-viewBox-expected.txt:
763 * platform/mac/svg/custom/empty-clip-path-expected.txt:
764 * platform/mac/svg/custom/empty-merge-expected.txt:
765 * platform/mac/svg/custom/evt-onload-expected.txt:
766 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
767 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
768 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
769 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
770 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
771 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
772 * platform/mac/svg/custom/fill-fallback-expected.txt:
773 * platform/mac/svg/custom/fill-update-expected.txt:
774 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
775 * platform/mac/svg/custom/focus-ring-expected.txt:
776 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
777 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
778 * platform/mac/svg/custom/fractional-rects-expected.txt:
779 * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
780 * platform/mac/svg/custom/getTransformToElement-expected.txt:
781 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
782 * platform/mac/svg/custom/getsvgdocument-expected.txt:
783 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
784 * platform/mac/svg/custom/gradient-add-stops-expected.txt:
785 * platform/mac/svg/custom/gradient-attr-update-expected.txt:
786 * platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
787 * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
788 * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
789 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
790 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
791 * platform/mac/svg/custom/gradient-stroke-width-expected.txt:
792 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
793 * platform/mac/svg/custom/group-opacity-expected.txt:
794 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt:
795 * platform/mac/svg/custom/hit-test-with-br-expected.txt:
796 * platform/mac/svg/custom/hover-default-fill-expected.txt:
797 * platform/mac/svg/custom/image-parent-translation-expected.txt:
798 * platform/mac/svg/custom/image-small-width-height-expected.txt:
799 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt:
800 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
801 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
802 * platform/mac/svg/custom/inner-percent-expected.txt:
803 * platform/mac/svg/custom/inner-svg-hit-test-expected.txt:
804 * platform/mac/svg/custom/invalid-css-expected.txt:
805 * platform/mac/svg/custom/invalid-fill-expected.txt:
806 * platform/mac/svg/custom/invalid-fill-hex-expected.txt:
807 * platform/mac/svg/custom/invalid-lengthlist-expected.txt:
808 * platform/mac/svg/custom/invalid-transforms-expected.txt:
809 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
810 * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
811 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
812 * platform/mac/svg/custom/js-late-marker-creation-expected.txt:
813 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
814 * platform/mac/svg/custom/js-late-mask-creation-expected.txt:
815 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
816 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
817 * platform/mac/svg/custom/js-update-bounce-expected.txt:
818 * platform/mac/svg/custom/js-update-container-expected.txt:
819 * platform/mac/svg/custom/js-update-container2-expected.txt:
820 * platform/mac/svg/custom/js-update-gradient-expected.txt:
821 * platform/mac/svg/custom/js-update-path-changes-expected.txt:
822 * platform/mac/svg/custom/js-update-path-removal-expected.txt:
823 * platform/mac/svg/custom/js-update-pattern-child-expected.txt:
824 * platform/mac/svg/custom/js-update-pattern-expected.txt:
825 * platform/mac/svg/custom/js-update-polygon-changes-expected.txt:
826 * platform/mac/svg/custom/js-update-polygon-removal-expected.txt:
827 * platform/mac/svg/custom/js-update-stop-expected.txt:
828 * platform/mac/svg/custom/js-update-style-expected.txt:
829 * platform/mac/svg/custom/js-update-transform-addition-expected.txt:
830 * platform/mac/svg/custom/js-update-transform-changes-expected.txt:
831 * platform/mac/svg/custom/junk-data-expected.txt:
832 * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
833 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
834 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
835 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
836 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
837 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
838 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
839 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
840 * platform/mac/svg/custom/marker-changes-expected.txt:
841 * platform/mac/svg/custom/marker-child-changes-expected.txt:
842 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
843 * platform/mac/svg/custom/marker-overflow-clip-expected.txt:
844 * platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
845 * platform/mac/svg/custom/mask-changes-expected.txt:
846 * platform/mac/svg/custom/mask-child-changes-expected.txt:
847 * platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
848 * platform/mac/svg/custom/mask-inside-defs-expected.txt:
849 * platform/mac/svg/custom/missing-xlink-expected.txt:
850 * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
851 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
852 * platform/mac/svg/custom/path-bad-data-expected.txt:
853 * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
854 * platform/mac/svg/custom/path-update-expected.txt:
855 * platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
856 * platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
857 * platform/mac/svg/custom/pattern-in-defs-expected.txt:
858 * platform/mac/svg/custom/pattern-rotate-expected.txt:
859 * platform/mac/svg/custom/pattern-y-offset-expected.txt:
860 * platform/mac/svg/custom/percentage-of-html-parent-expected.txt:
861 * platform/mac/svg/custom/percentage-rect-expected.txt:
862 * platform/mac/svg/custom/percentage-rect2-expected.txt:
863 * platform/mac/svg/custom/pointer-events-path-expected.txt:
864 * platform/mac/svg/custom/poly-identify-expected.txt:
865 * platform/mac/svg/custom/polyline-hittest-expected.txt:
866 * platform/mac/svg/custom/polyline-invalid-points-expected.txt:
867 * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
868 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
869 * platform/mac/svg/custom/prevent-default-expected.txt:
870 * platform/mac/svg/custom/recursive-clippath-expected.txt:
871 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt:
872 * platform/mac/svg/custom/resource-client-removal-expected.txt:
873 * platform/mac/svg/custom/rgbcolor-syntax-expected.txt:
874 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt:
875 * platform/mac/svg/custom/rootelement-expected.txt:
876 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
877 * platform/mac/svg/custom/rounded-rects-expected.txt:
878 * platform/mac/svg/custom/scroll-hit-test-expected.txt:
879 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
880 * platform/mac/svg/custom/second-inline-text-expected.txt:
881 * platform/mac/svg/custom/shape-rendering-expected.txt:
882 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
883 * platform/mac/svg/custom/sheet-title-expected.txt:
884 * platform/mac/svg/custom/simpleCDF-expected.txt:
885 * platform/mac/svg/custom/stroke-fallback-expected.txt:
886 * platform/mac/svg/custom/stroked-pattern-expected.txt:
887 * platform/mac/svg/custom/struct-use-09-b-expected.txt:
888 * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
889 * platform/mac/svg/custom/svg-absolute-children-expected.txt:
890 * platform/mac/svg/custom/svg-float-border-padding-expected.txt:
891 * platform/mac/svg/custom/svg-overflow-types-expected.txt:
892 * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt:
893 * platform/mac/svg/custom/text-clip-expected.txt:
894 * platform/mac/svg/custom/text-dom-01-f-expected.txt:
895 * platform/mac/svg/custom/text-gradient-no-content-expected.txt:
896 * platform/mac/svg/custom/text-linking-expected.txt:
897 * platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt:
898 * platform/mac/svg/custom/transform-invalid-expected.txt:
899 * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt:
900 * platform/mac/svg/custom/transform-scale-parse-expected.txt:
901 * platform/mac/svg/custom/transform-with-ending-space-expected.txt:
902 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
903 * platform/mac/svg/custom/use-css-events-expected.txt:
904 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
905 * platform/mac/svg/custom/use-detach-expected.txt:
906 * platform/mac/svg/custom/use-dynamic-append-expected.txt:
907 * platform/mac/svg/custom/use-elementInstance-event-target-expected.txt:
908 * platform/mac/svg/custom/use-elementInstance-methods-expected.txt:
909 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
910 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
911 * platform/mac/svg/custom/use-events-crash-expected.txt:
912 * platform/mac/svg/custom/use-forward-refs-expected.txt:
913 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
914 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
915 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
916 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
917 * platform/mac/svg/custom/use-nested-transform-expected.txt:
918 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
919 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
920 * platform/mac/svg/custom/use-on-g-expected.txt:
921 * platform/mac/svg/custom/use-on-rect-expected.txt:
922 * platform/mac/svg/custom/use-on-symbol-expected.txt:
923 * platform/mac/svg/custom/use-on-use-expected.txt:
924 * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
925 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
926 * platform/mac/svg/custom/use-recursion-1-expected.txt:
927 * platform/mac/svg/custom/use-recursion-3-expected.txt:
928 * platform/mac/svg/custom/use-recursion-4-expected.txt:
929 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
930 * platform/mac/svg/custom/use-symbol-overflow-expected.txt:
931 * platform/mac/svg/custom/use-transform-expected.txt:
932 * platform/mac/svg/custom/viewBox-hit-expected.txt:
933 * platform/mac/svg/custom/viewbox-syntax-expected.txt:
934 * platform/mac/svg/custom/viewport-clip-expected.txt:
935 * platform/mac/svg/custom/viewport-em-expected.txt:
936 * platform/mac/svg/custom/viewport-no-width-height-expected.txt:
937 * platform/mac/svg/custom/viewport-update-expected.txt:
938 * platform/mac/svg/custom/viewport-update2-expected.txt:
939 * platform/mac/svg/custom/visibility-override-clip-expected.txt:
940 * platform/mac/svg/custom/visibility-override-expected.txt:
941 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
942 * platform/mac/svg/custom/visibility-override-mask-expected.txt:
943 * platform/mac/svg/custom/width-full-percentage-expected.txt:
944 * platform/mac/svg/custom/xml-stylesheet-expected.txt:
945 * platform/mac/svg/hixie/cascade/001-broken-expected.txt:
946 * platform/mac/svg/hixie/cascade/002-expected.txt:
947 * platform/mac/svg/hixie/data-types/001-expected.txt:
948 * platform/mac/svg/hixie/data-types/002-expected.txt:
949 * platform/mac/svg/hixie/dynamic/003-expected.txt:
950 * platform/mac/svg/hixie/dynamic/004-expected.txt:
951 * platform/mac/svg/hixie/dynamic/005-broken-expected.txt:
952 * platform/mac/svg/hixie/dynamic/006-expected.txt:
953 * platform/mac/svg/hixie/error/001-expected.txt:
954 * platform/mac/svg/hixie/error/003-expected.txt:
955 * platform/mac/svg/hixie/error/007-expected.txt:
956 * platform/mac/svg/hixie/error/008-expected.txt:
957 * platform/mac/svg/hixie/error/009-expected.txt:
958 * platform/mac/svg/hixie/error/010-expected.txt:
959 * platform/mac/svg/hixie/error/011-expected.txt:
960 * platform/mac/svg/hixie/error/012-expected.txt:
961 * platform/mac/svg/hixie/error/014-expected.txt:
962 * platform/mac/svg/hixie/error/014-test-expected.txt:
963 * platform/mac/svg/hixie/error/015-expected.txt:
964 * platform/mac/svg/hixie/error/016-expected.txt:
965 * platform/mac/svg/hixie/error/017-expected.txt:
966 * platform/mac/svg/hixie/links/001-expected.txt:
967 * platform/mac/svg/hixie/links/003-broken-expected.txt:
968 * platform/mac/svg/hixie/mixed/003-expected.txt:
969 * platform/mac/svg/hixie/mixed/004-expected.txt:
970 * platform/mac/svg/hixie/mixed/005-expected.txt:
971 * platform/mac/svg/hixie/mixed/006-expected.txt:
972 * platform/mac/svg/hixie/mixed/008-expected.txt:
973 * platform/mac/svg/hixie/mixed/009-expected.txt:
974 * platform/mac/svg/hixie/mixed/010-expected.txt:
975 * platform/mac/svg/hixie/mixed/011-expected.txt:
976 * platform/mac/svg/hixie/painting/001-expected.txt:
977 * platform/mac/svg/hixie/perf/003-expected.txt:
978 * platform/mac/svg/hixie/perf/004-expected.txt:
979 * platform/mac/svg/hixie/perf/005-expected.txt:
980 * platform/mac/svg/hixie/perf/006-expected.txt:
981 * platform/mac/svg/hixie/perf/007-expected.txt:
982 * platform/mac/svg/hixie/processing-model/005-expected.txt:
983 * platform/mac/svg/hixie/rendering-model/001-expected.txt:
984 * platform/mac/svg/hixie/rendering-model/002-expected.txt:
985 * platform/mac/svg/hixie/rendering-model/003-expected.txt:
986 * platform/mac/svg/hixie/rendering-model/003a-expected.txt:
987 * platform/mac/svg/hixie/rendering-model/004-expected.txt:
988 * platform/mac/svg/hixie/shapes/path/001-expected.txt:
989 * platform/mac/svg/hixie/text/001-broken-expected.txt:
990 * platform/mac/svg/hixie/transform/001-expected.txt:
991 * platform/mac/svg/hixie/use/001-expected.txt:
992 * platform/mac/svg/hixie/use/002-expected.txt:
993 * platform/mac/svg/hixie/use/002-test-expected.txt:
994 * platform/mac/svg/hixie/viewbox/001-expected.txt:
995 * platform/mac/svg/hixie/viewbox/002-expected.txt:
996 * platform/mac/svg/hixie/viewbox/003-expected.txt:
997 * platform/mac/svg/hixie/viewbox/004-expected.txt:
998 * platform/mac/svg/text/kerning-expected.txt:
999 * platform/mac/svg/text/multichar-glyph-expected.txt:
1000 * platform/mac/svg/text/text-align-01-b-expected.txt:
1001 * platform/mac/svg/text/text-align-02-b-expected.txt:
1002 * platform/mac/svg/text/text-align-03-b-expected.txt:
1003 * platform/mac/svg/text/text-align-04-b-expected.txt:
1004 * platform/mac/svg/text/text-align-05-b-expected.txt:
1005 * platform/mac/svg/text/text-align-06-b-expected.txt:
1006 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
1007 * platform/mac/svg/text/text-deco-01-b-expected.txt:
1008 * platform/mac/svg/text/text-fonts-01-t-expected.txt:
1009 * platform/mac/svg/text/text-fonts-02-t-expected.txt:
1010 * platform/mac/svg/text/text-intro-05-t-expected.txt:
1011 * platform/mac/svg/text/text-spacing-01-b-expected.txt:
1012 * platform/mac/svg/text/text-text-01-b-expected.txt:
1013 * platform/mac/svg/text/text-text-03-b-expected.txt:
1014 * platform/mac/svg/text/text-text-04-t-expected.txt:
1015 * platform/mac/svg/text/text-text-05-t-expected.txt:
1016 * platform/mac/svg/text/text-text-06-t-expected.txt:
1017 * platform/mac/svg/text/text-text-07-t-expected.txt:
1018 * platform/mac/svg/text/text-text-08-b-expected.txt:
1019 * platform/mac/svg/text/text-tref-01-b-expected.txt:
1020 * platform/mac/svg/text/text-tselect-01-b-expected.txt:
1021 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
1022 * platform/mac/svg/text/text-tspan-01-b-expected.txt:
1023 * platform/mac/svg/text/text-ws-01-t-expected.txt:
1024 * platform/mac/svg/text/text-ws-02-t-expected.txt:
1025 * platform/mac/svg/text/textPathBoundsBug-expected.txt:
1026 * svg/dom/SVGRectElement/rect-modify-rx-expected.txt:
1028 2008-05-23 Justin Garcia <justin.garcia@apple.com>
1032 <rdar://problem/5939887> REGRESSION: With no selection, copy does not fire oncopy handler (affects CIFilterBrowser widget)
1034 * editing/execCommand/5939887-expected.txt: Added.
1035 * editing/execCommand/5939887.html: Added.
1037 2008-05-23 Sam Weinig <sam@webkit.org>
1039 Reviewed by Mark Rowe.
1041 LayoutTests that send an OPTIONS request don't work on Tiger or Window due
1042 to a bug in Apache 1.3
1044 * platform/mac-tiger/Skipped:
1045 * platform/win/Skipped:
1047 2008-05-23 Maciej Stachowiak <mjs@apple.com>
1051 - test case <rdar://problem/5957662> REGRESSION(r33943-r33980): Can't send email , attach file or save as draft from hotmail.com
1053 * fast/js/function-redefinition-expected.txt: Added.
1054 * fast/js/function-redefinition.html: Added.
1056 2008-05-23 Geoffrey Garen <ggaren@apple.com>
1058 Rolled out r34073 because it caused lots of layout test crashes.
1060 2008-05-23 Mark Rowe <mrowe@apple.com>
1062 Reviewed by Oliver Hunt.
1064 Update layout test results for <rdar://problem/5954997>.
1066 * fast/js/global-recursion-on-full-stack-expected.txt:
1068 2008-05-22 Sam Weinig <sam@webkit.org>
1070 Reviewed by Anders Carlsson.
1072 <rdar://problem/5838772> Support cross-site XMLHttpRequest
1074 - Add more tests for cross-domain XHR.
1076 * http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header.html:
1077 * http/tests/xmlhttprequest/access-control-basic-allow-async-expected.txt: Added.
1078 * http/tests/xmlhttprequest/access-control-basic-allow-async.html: Added.
1079 * http/tests/xmlhttprequest/access-control-basic-denied.html:
1080 * http/tests/xmlhttprequest/access-control-basic-exclude.html:
1081 * http/tests/xmlhttprequest/access-control-basic-not-get-allow-async-expected.txt: Added.
1082 * http/tests/xmlhttprequest/access-control-basic-not-get-allow-async.html: Added.
1083 * http/tests/xmlhttprequest/access-control-basic-not-get-allow-expected.txt: Added.
1084 * http/tests/xmlhttprequest/access-control-basic-not-get-allow.html: Added.
1085 * http/tests/xmlhttprequest/resources/access-control-basic-non-get-allow.cgi: Added.
1087 2008-05-22 Alexey Proskuryakov <ap@webkit.org>
1089 Rubber-stamped by Darin.
1091 Fix tests failing on Tiger.
1093 * fast/loader/data-url-encoding-html.html:
1094 * fast/loader/data-url-encoding-html-expected.txt:
1095 * fast/loader/data-url-encoding-svg.html:
1096 * fast/loader/data-url-encoding-svg-expected.txt:
1097 Changed these tests to always use an explicit charset - otherwise, they were failing on
1098 Leopard because of a CFNetwork bug, and on Tiger because of WebKit bug 19193. Also, changed
1099 them to test that decoding was performed correctly, not just that document.charset matched
1102 2008-05-22 Stephanie Lewis <slewis@apple.com>
1106 add test to test for beforeunload event handlers being removed after they have been fired.
1108 * fast/events/onunload-clears-onbeforeunload-expected.txt: Added.
1109 * fast/events/onunload-clears-onbeforeunload.html: Added.
1111 2008-05-22 Maciej Stachowiak <mjs@apple.com>
1115 - test case for <rdar://problem/5954979> crash on celtic kane JS benchmark
1117 * fast/js/try-catch-crash-expected.txt: Added.
1118 * fast/js/try-catch-crash.html: Added.
1120 2008-05-21 Adam Roben <aroben@apple.com>
1122 Update window-properties results for new console functions
1124 Reviewed by Tim Hatcher.
1126 * fast/dom/Window/window-properties-expected.txt:
1128 2008-05-21 Maciej Stachowiak <mjs@apple.com>
1130 Reviewed by Oliver and Sam.
1132 - tests for <rdar://problem/5815631> REGRESSION (r31239): Multiscope optimisation of function calls results in incorrect this value (breaks tvtv.de)
1134 * fast/frames/cross-site-this-expected.txt: Added.
1135 * fast/frames/cross-site-this.html: Added.
1136 * fast/frames/resources/cross-site-this-helper.html: Added.
1138 2008-05-21 Adele Peterson <adele@apple.com>
1142 Enhanced and enabled test for <rdar://problem/5787733> fast/dom/HTMLDocument/hasFocus.html fails on Windows
1144 * fast/dom/HTMLDocument/hasFocus-expected.txt:
1145 * fast/dom/HTMLDocument/hasFocus.html:
1146 * platform/win/Skipped:
1148 2008-05-21 Sam Weinig <sam@webkit.org>
1150 Review by Mark Rowe.
1152 Change test so that its result are not different all the time.
1154 * http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-expected.txt: Copied from http/tests/xmlhttprequest/access-control-basic-allow-headers-expected.txt.
1155 * http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header.html: Copied from http/tests/xmlhttprequest/access-control-basic-allow-headers.html.
1156 * http/tests/xmlhttprequest/access-control-basic-allow-headers-expected.txt: Removed.
1157 * http/tests/xmlhttprequest/access-control-basic-allow-headers.html: Removed.
1158 * http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi: Copied from http/tests/xmlhttprequest/resources/access-control-basic-allow-headers.cgi.
1159 * http/tests/xmlhttprequest/resources/access-control-basic-allow-headers.cgi: Removed.
1161 2008-05-21 Brady Eidson <beidson@apple.com>
1163 Rubberstamped by Adam
1165 <rdar://problem/5787763> - Hang in Storage tests on windows
1167 Since the hang was originally noticed and investigated, no one has revisited it.
1168 Adam and I just spent some time trying to reproduce and were unable.
1170 Lets give the bots another go, shall we?
1172 * platform/win/Skipped:
1174 2008-05-21 Sam Weinig <sam@webkit.org>
1176 Reviewed by Anders Carlsson.
1178 <rdar://problem/5838772> Support cross-site XMLHttpRequest
1180 - Add tests for basic cross-domain XHR.
1182 * http/tests/xmlhttprequest/access-control-basic-allow-expected.txt: Added.
1183 * http/tests/xmlhttprequest/access-control-basic-allow-headers-expected.txt: Added.
1184 * http/tests/xmlhttprequest/access-control-basic-allow-headers.html: Added.
1185 * http/tests/xmlhttprequest/access-control-basic-allow.html: Added.
1186 * http/tests/xmlhttprequest/access-control-basic-denied-expected.txt: Added.
1187 * http/tests/xmlhttprequest/access-control-basic-denied.html: Added.
1188 * http/tests/xmlhttprequest/access-control-basic-exclude-expected.txt: Added.
1189 * http/tests/xmlhttprequest/access-control-basic-exclude.html: Added.
1190 * http/tests/xmlhttprequest/exceptions-expected.txt:
1191 * http/tests/xmlhttprequest/exceptions.html:
1192 * http/tests/xmlhttprequest/resources/access-control-basic-allow-headers.cgi: Added.
1193 * http/tests/xmlhttprequest/resources/access-control-basic-allow.cgi: Added.
1194 * http/tests/xmlhttprequest/resources/access-control-basic-denied.cgi: Added.
1195 * http/tests/xmlhttprequest/resources/access-control-basic-exclude.cgi: Added.
1197 2008-05-21 Geoffrey Garen <ggaren@apple.com>
1199 Reviewed by Mark Rowe.
1203 * fast/dom/getter-on-window-object2-expected.txt:
1205 === End merge of squirrelfish ===
1207 2008-05-18 Oliver Hunt <oliver@apple.com>
1211 Bug 18752: SQUIRRELFISH: exceptions are not always handled by the vm
1212 <https://bugs.webkit.org/show_bug.cgi?id=18752>
1214 Test cases for subscript access that throw exceptions.
1216 * fast/js/resources/tostring-exception-in-property-access.js: Added.
1217 * fast/js/tostring-exception-in-property-access-expected.txt: Added.
1218 * fast/js/tostring-exception-in-property-access.html: Added.
1220 2008-05-17 Cameron Zwarich <cwzwarich@uwaterloo.ca>
1226 Bug 18991: SquirrelFish: Major codegen issue in a.b=expr, a[b]=expr
1227 <https://bugs.webkit.org/show_bug.cgi?id=18991>
1229 * fast/js/codegen-temporaries-expected.txt:
1230 * fast/js/resources/codegen-temporaries.js:
1232 2008-05-17 Cameron Zwarich <cwzwarich@uwaterloo.ca>
1238 Bug 18991: SquirrelFish: Major codegen issue in a.b=expr, a[b]=expr
1239 <https://bugs.webkit.org/show_bug.cgi?id=18991>
1241 * fast/js/codegen-temporaries-expected.txt:
1242 * fast/js/resources/codegen-temporaries.js:
1244 2008-05-17 Oliver Hunt <oliver@apple.com>
1246 Forgot to check in the results to the activation gc tests
1248 * fast/js/duplicate-param-gc-crash-expected.txt: Added.
1249 * fast/js/var-shadows-arg-gc-crash-expected.txt: Added.
1251 2008-05-17 Maciej Stachowiak <mjs@apple.com>
1255 Bug 19106: SquirrelFish: Activation is not marked correctly
1256 <https://bugs.webkit.org/show_bug.cgi?id=19106>
1258 Testcases for activation marking
1260 * fast/js/duplicate-param-gc-crash.html: Added.
1261 * fast/js/resources/duplicate-param-gc-crash.js: Added.
1262 * fast/js/resources/var-shadows-arg-gc-crash.js: Added.
1263 * fast/js/var-shadows-arg-gc-crash.html: Added.
1265 2008-05-16 Oliver Hunt <oliver@apple.com>
1269 Bug 19076: SquirrelFish: RegisterFile can be corrupted if implictly reenter global scope with no declared vars
1270 <https://bugs.webkit.org/show_bug.cgi?id=19076>
1272 Test that we can re-enter safely.
1274 * fast/js/direct-entry-to-function-code-expected.txt: Added.
1275 * fast/js/direct-entry-to-function-code.html: Added.
1277 2008-05-16 Cameron Zwarich <cwzwarich@uwaterloo.ca>
1279 Reviewed by Oliver Hunt.
1283 Bug 19098: SquirrelFish: Ref'd temporaries can be clobbered
1284 <https://bugs.webkit.org/show_bug.cgi?id=19098>
1286 * fast/js/resources/statement-list-register-crash.js: Added.
1287 * fast/js/statement-list-register-crash-expected.txt: Added.
1288 * fast/js/statement-list-register-crash.html: Added.
1290 2008-05-16 Maciej Stachowiak <mjs@apple.com>
1294 - fixed Bug 19044: SquirrelFish: Bogus values enter evaluation when closing over scope with parameter and var with same name
1295 https://bugs.webkit.org/show_bug.cgi?id=19044
1297 * fast/js/duplicate-param-crash-expected.txt: Added.
1298 * fast/js/duplicate-param-crash.html: Added.
1299 * fast/js/resources/duplicate-param-crash.js: Added.
1300 * fast/js/resources/var-shadows-arg-crash.js: Added.
1301 * fast/js/var-shadows-arg-crash-expected.txt: Added.
1302 * fast/js/var-shadows-arg-crash.html: Added.
1304 2008-05-14 Oliver Hunt <oliver@apple.com>
1308 Bug 19024: SQUIRRELFISH: ASSERTION FAILED: activation->isActivationObject() in Machine::unwindCallFrame
1309 <https://bugs.webkit.org/show_bug.cgi?id=19024>
1311 Make sure we handled tainted global RegisterFiles properly.
1313 * fast/js/implicit-global-to-global-reentry-expected.txt: Added.
1314 * fast/js/implicit-global-to-global-reentry.html: Added.
1316 2008-05-14 Oliver Hunt <oliver@apple.com>
1320 Bug 19025: SQUIRRELFISH: malformed syntax in onload handler causes crash
1321 <https://bugs.webkit.org/show_bug.cgi?id=19025>
1323 Test for malformed function in onload.
1325 * fast/js/invalid-syntax-for-function-expected.txt: Added.
1326 * fast/js/invalid-syntax-for-function.html: Added.
1328 2008-05-13 Oliver Hunt <oliver@apple.com>
1332 Split the binops tests up a bit more
1334 * fast/js/exception-sequencing-binops-expected.txt:
1335 * fast/js/exception-sequencing-binops.html:
1336 * fast/js/exception-sequencing-binops.js: Added.
1337 * fast/js/exception-sequencing-binops2-expected.txt: Added.
1338 * fast/js/exception-sequencing-binops2.html: Added.
1340 2008-05-13 Geoffrey Garen <ggaren@apple.com>
1342 Reviewed by Oliver Hunt.
1344 Added layout test for a codegen crash with run-time parse errors.
1346 * fast/js/exception-codegen-crash-expected.txt: Added.
1347 * fast/js/exception-codegen-crash.html: Added.
1349 2008-05-13 Oliver Hunt <oliver@apple.com>
1353 Splitting exception sequencing test as it was too long and made DRT unhappy
1356 * fast/js/exception-sequencing-binops-expected.txt: Added.
1357 * fast/js/exception-sequencing-binops.html: Added.
1358 * fast/js/exception-sequencing-expected.txt:
1359 * fast/js/exception-sequencing.html:
1361 2008-05-13 Oliver Hunt <oliver@apple.com>
1365 Bug 19027: SquirrelFish: Incorrect codegen for pre-increment
1366 <https://bugs.webkit.org/show_bug.cgi?id=19027>
1368 Now that codegen is correct for pre-increment/decrement we can enable
1369 those tests. Added additional tests to cover exceptions occuring in
1370 similar points of execution, and removed tests that were inconsistent
1371 with behaviour of both Opera and Firefox.
1373 * fast/js/exception-sequencing-expected.txt:
1374 * fast/js/exception-sequencing.html:
1376 2008-05-13 Oliver Hunt <oliver@apple.com>
1380 Bug 18752: SQUIRRELFISH: exceptions are not always handled by the vm
1381 <https://bugs.webkit.org/show_bug.cgi?id=18752>
1383 Fairly extensive coverage of exception behaviour and sequencing. There
1384 are still a number of FAIL results but these all match firefox (although
1387 * fast/js/exception-sequencing-expected.txt: Added.
1388 * fast/js/exception-sequencing.html: Added.
1390 2008-05-13 Maciej Stachowiak <mjs@apple.com>
1394 Update results for remainder of split-window merge. The new results are correct.
1396 * http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
1397 * http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
1398 * http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
1399 * http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
1400 * http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
1401 * http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
1403 2008-05-12 Oliver Hunt <oliver@apple.com>
1407 Bug 18934: SQUIRRELFISH: ASSERT @ nytimes.com due to RegisterFile being clobbered
1408 <https://bugs.webkit.org/show_bug.cgi?id=18934>
1410 Add testcases to cover global reentry from an implicit call.
1412 * fast/js/implicit-call-with-global-reentry-expected.txt: Added.
1413 * fast/js/implicit-call-with-global-reentry.html: Added.
1414 * fast/js/resources/implicit-call-with-global-reentry.js: Added.
1416 2008-05-12 Geoffrey Garen <ggaren@apple.com>
1418 Reviewed by Maciej Stachowiak.
1420 Layout test for function.arguments and function.caller in interesting
1423 * fast/js/function-dot-arguments-and-caller-expected.txt: Added.
1424 * fast/js/function-dot-arguments-and-caller.html: Added.
1426 2008-05-11 Cameron Zwarich <cwzwarich@uwaterloo.ca>
1432 Bug 18961: SQUIRRELFISH: Gmail doesn't load
1433 <https://bugs.webkit.org/show_bug.cgi?id=18961>
1435 * fast/js/codegen-temporaries-expected.txt: Added.
1436 * fast/js/codegen-temporaries.html: Added.
1437 * fast/js/resources/codegen-temporaries.js: Added.
1439 2008-05-10 Maciej Stachowiak <mjs@apple.com>
1443 - test changes for: "SQUIRRELFISH: function toString broken after calling"
1444 https://bugs.webkit.org/show_bug.cgi?id=18869
1446 All of these tests expected function.toString to somewhat change
1447 things from the raw original source. They are now prepared for the
1448 fact that this does not happen.
1450 * fast/js/function-decompilation-operators.html:
1451 * fast/js/function-names-expected.txt:
1452 * fast/js/function-prototype-expected.txt:
1453 * fast/js/function-prototype.html:
1454 * fast/js/function-toString-object-literals-expected.txt:
1455 * fast/js/function-toString-parentheses-expected.txt:
1456 * fast/js/kde/lval-exceptions-expected.txt:
1457 * fast/js/modify-non-references-expected.txt:
1458 * fast/js/resources/function-names.js:
1459 * fast/js/resources/function-toString-object-literals.js:
1460 * fast/js/resources/function-toString-parentheses.js:
1461 * fast/js/resources/modify-non-references.js:
1462 * fast/js/resources/toString-prefix-postfix-preserve-parens.js:
1463 * fast/js/toString-prefix-postfix-preserve-parens-expected.txt:
1465 2008-05-09 Geoffrey Garen <ggaren@apple.com>
1467 Reviewed by Sam Weinig.
1469 Restored the expected results for viewsource-empty-attribute-value.html
1470 to what they were prior to r31100. These results expect that the
1471 top-level name in the frame path is "" instead of "1".
1473 It's not clear how r31100 changed the top-level frame in the frame path
1474 to be named "1". The change definitely wasn't related to any expected
1475 behavior in r31100, which was about default margin-bottom for form
1476 elements in quirks mode.
1478 It's also not clear how squirrelfish changes things back.
1480 Sam mentioned that the test result changes intermittently on trunk.
1482 For now, I don't think we need to think deeply about this issue,
1483 since the "" result seems more correct than the "1" result.
1485 * fast/frames/viewsource-empty-attribute-value-expected.txt:
1487 2008-05-09 Geoffrey Garen <ggaren@apple.com>
1489 Added expected results for this test.
1491 * fast/js/closure-inside-extra-arg-call-expected.txt: Added.
1493 2008-05-08 Maciej Stachowiak <mjs@apple.com>
1497 Add test cases for failures similar to the SquirrelFish failure on
1498 fast/dom/SelectorAPI/bug-17313.html
1500 * fast/js/closure-inside-extra-arg-call.html: Added.
1501 * fast/js/resources/closure-inside-extra-arg-call.js: Added.
1503 2008-05-08 Geoffrey Garen <ggaren@apple.com>
1505 Reviewed by Oliver Hunt.
1507 Added specific test cases for the root cause of squirrelfish's failure
1508 in fast/canvas/canvas-pattern-behaviour.html.
1510 * fast/js/exception-thrown-from-eval-inside-closure-expected.txt: Added.
1511 * fast/js/exception-thrown-from-eval-inside-closure.html: Added.
1512 * fast/js/exception-thrown-from-function-with-lazy-activation-expected.txt: Added.
1513 * fast/js/exception-thrown-from-function-with-lazy-activation.html: Added.
1515 2008-05-08 Geoffrey Garen <ggaren@apple.com>
1517 Reviewed by Sam Weinig.
1519 Updated test results to reflect correct behavior: The line number in
1520 the old results was off by 2.
1522 * fast/js/recursion-limit-equal-expected.txt:
1524 2008-05-08 Maciej Stachowiak <mjs@apple.com>
1528 - move frame.xhtml and iframe.xhtml into a resources dir, as they were never meant to be tests
1530 * dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled:
1531 * dom/xhtml/level2/html/frame.xhtml: Removed.
1532 * dom/xhtml/level2/html/iframe.xhtml: Removed.
1533 * dom/xhtml/level2/html/resources/frame.xhtml: Copied from dom/xhtml/level2/html/frame.xhtml.
1534 * dom/xhtml/level2/html/resources/iframe.xhtml: Copied from dom/xhtml/level2/html/iframe.xhtml.
1535 * platform/mac/dom/xhtml/level2/html/frame-expected.checksum: Removed.
1536 * platform/mac/dom/xhtml/level2/html/frame-expected.png: Removed.
1537 * platform/mac/dom/xhtml/level2/html/frame-expected.txt: Removed.
1538 * platform/mac/dom/xhtml/level2/html/iframe-expected.checksum: Removed.
1539 * platform/mac/dom/xhtml/level2/html/iframe-expected.png: Removed.
1540 * platform/mac/dom/xhtml/level2/html/iframe-expected.txt: Removed.
1542 o2008-05-07 Geoffrey Garen <ggaren@apple.com>
1544 Reviewed by Oliver Hunt.
1546 Added this test to demonstrate that, for "f(x)", it is correct to evaluate
1547 "x" even if "f" is not a function, and therefore "f(x)" will throw an exception.
1549 * fast/js/function-argument-evaluation-before-exception-expected.txt: Added.
1550 * fast/js/function-argument-evaluation-before-exception.html: Added.
1552 These tests now have an extra "access denied" message in them, because
1553 of the behavior change mentioned above.
1555 I also added try/catch clauses to eliminate the "is not object"
1556 exception messages from the test output.
1558 * http/tests/security/listener/resources/targetChild-JSTargetNode-onclick-addEventListener.html:
1559 * http/tests/security/listener/resources/targetChild-JSTargetNode-onclick-shortcut.html:
1560 * http/tests/security/listener/resources/targetChild-XMLHttpRequest-addEventListener.html:
1561 * http/tests/security/listener/resources/targetChild-XMLHttpRequest-shortcut.html:
1562 * http/tests/security/listener/resources/targetChild-window-onclick-addEventListener.html:
1563 * http/tests/security/listener/resources/targetChild-window-onclick-shortcut.html:
1564 * http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
1565 * http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
1566 * http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
1567 * http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
1568 * http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
1569 * http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
1571 2008-05-07 Geoffrey Garen <ggaren@apple.com>
1573 Reviewed by Oliver Hunt.
1575 Fixed up a few more tests that depended on the exact text of exception
1578 - In these tests, I fixed a bug in frame.html and iframe.html that
1579 caused a function to execute too many times.
1581 * dom/html/level2/html/HTMLFrameElement09-expected.txt:
1582 * dom/html/level2/html/HTMLIFrameElement11-expected.txt:
1583 * dom/html/level2/html/resources/frame.html:
1584 * dom/html/level2/html/resources/iframe.html:
1586 - I changed these tests to explicitly report exceptions, so their results
1587 don't depend on how the engine constructs messages for implicit exceptions:
1589 * dom/xhtml/level2/html/HTMLDocument17-expected.txt:
1590 * dom/xhtml/level2/html/HTMLDocument18-expected.txt:
1591 * dom/xhtml/level2/html/HTMLDocument19-expected.txt:
1592 * dom/xhtml/level2/html/HTMLDocument20-expected.txt:
1593 * dom/xhtml/level2/html/HTMLDocument21-expected.txt:
1594 * dom/xhtml/level2/html/selfxhtml.js:
1596 2008-05-06 Geoffrey Garen <ggaren@apple.com>
1598 Reviewed by Oliver Hunt.
1600 To facilitate merging between the squirrelfish branch and trunk, I
1601 edited a bunch of layout tests to make sure their results don't depend
1602 on the exact text of an exception message generated by the JavaScript engine.
1604 (We do want to test JavaScript exception messages -- we just don't want
1605 to test them 300 times over, in tests that aren't supposed to be about
1608 - I fixed bugs that were causing these tests to throw exceptions by accident,
1609 and updated results to reflect correct behavior:
1611 * editing/selection/contenteditable-click-inside.html:
1612 * platform/mac/editing/selection/contenteditable-click-inside-expected.checksum:
1613 * platform/mac/editing/selection/contenteditable-click-inside-expected.png:
1614 * platform/mac/editing/selection/contenteditable-click-inside-expected.txt:
1616 * editing/selection/contenteditable-click-outside.html:
1617 * platform/mac/editing/selection/contenteditable-click-outside-expected.checksum:
1618 * platform/mac/editing/selection/contenteditable-click-outside-expected.png:
1619 * platform/mac/editing/selection/contenteditable-click-outside-expected.txt:
1621 * fast/forms/selected-index-assert.html:
1622 * fast/forms/selected-index-assert-expected.txt:
1624 * tables/mozilla_expected_failures/core/captions1.html:
1625 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
1627 - I changed these tests to explicitly throw/report exceptions, so their results
1628 don't depend on how the engine constructs messages for implicit exceptions:
1630 * fast/xpath/nsresolver-exception.xhtml:
1631 * fast/xpath/nsresolver-exception-expected.txt:
1633 * platform/mac/fast/AppleScript/001.html:
1634 * platform/mac/fast/AppleScript/001-expected.txt:
1636 * dom/xhtml/level3/core/selfxhtml.js
1637 * dom/xhtml/level3/core/*expected.txt (about 280 of these changed)
1639 2008-05-05 Geoffrey Garen <ggaren@apple.com>
1641 Reviewed by Maciej Stachowiak.
1643 Layout test for exceptions thrown from equality comparisons.
1645 * fast/js/exception-thrown-from-equal-expected.txt: Added.
1646 * fast/js/exception-thrown-from-equal.html: Added.
1648 2008-05-04 Oliver Hunt <oliver@apple.com>
1652 Testcases for accessing the arguments object with too few, and too many
1653 arguments provided to the function.
1655 * fast/js/resources/unmatching-argument-count.js: Added.
1656 * fast/js/unmatching-argument-count-expected.txt: Added.
1657 * fast/js/unmatching-argument-count.html: Added.
1659 2008-05-01 Maciej Stachowiak <mjs@apple.com>
1663 - bump up the numbers in this test to account for our now much
1664 higher recursion capability.
1666 * fast/js/deep-recursion-test.html:
1668 2008-04-26 Oliver Hunt <oliver@apple.com>
1672 Bug 18628: SQUIRRELFISH: need to support recursion limit
1673 <https://bugs.webkit.org/show_bug.cgi?id=18628>
1675 Test to ensure we don't crash when re-entering global code
1676 with a full register file, and that we don't allow unbounded
1677 recursion by re-entering on a new register file..
1679 * fast/js/global-recursion-on-full-stack-expected.txt: Added.
1680 * fast/js/global-recursion-on-full-stack.html: Added.
1682 === Start merge of squirrelfish ===
1684 2008-05-21 Darin Adler <darin@apple.com>
1688 - test for <rdar://problem/5952721> bug in JavaScript arguments object property lookup
1690 * fast/js/arguments-bad-index-expected.txt: Added.
1691 * fast/js/arguments-bad-index.html: Added.
1692 * fast/js/resources/arguments-bad-index.js: Added.
1694 2008-05-21 Alexey Proskuryakov <ap@webkit.org>
1698 <rdar://problem/5908520> REGRESSION (3.1.1-r33033): Crash in WebKit when opening or refreshing page on people.com
1700 https://bugs.webkit.org/show_bug.cgi?id=18687
1701 REGRESSION(r32220): ecma/Array/15.4.4.5-3.js test now fails in GMT(BST)
1703 * fast/js/comparefn-sort-stability-expected.txt: Added.
1704 * fast/js/comparefn-sort-stability.html: Added.
1705 * fast/js/resources/comparefn-sort-stability.js: Added.
1706 * fast/js/resources/sort-randomly.js: Added.
1707 * fast/js/resources/sort-stability.js: Added.
1708 * fast/js/sort-randomly-expected.txt: Added.
1709 * fast/js/sort-randomly.html: Added.
1710 * fast/js/sort-stability-expected.txt: Added.
1711 * fast/js/sort-stability.html: Added.
1713 2008-05-21 Alexey Proskuryakov <ap@webkit.org>
1717 https://bugs.webkit.org/show_bug.cgi?id=19169
1718 <rdar://5952342> REGRESSION: nakarte.ru searches don't work
1720 * http/tests/xmlhttprequest/encode-request-url-expected.txt: Added.
1721 * http/tests/xmlhttprequest/encode-request-url.html: Added.
1722 * http/tests/xmlhttprequest/resources/print-query.cgi: Added.
1724 2008-05-20 Dan Bernstein <mitz@apple.com>
1726 Reviewed by Darin Adler.
1728 - test for https://bugs.webkit.org/show_bug.cgi?id=17655
1729 <rdar://problem/5778077> REGRESSION (3.1.1-TOT): Reproducible crash calling querySelector on viewless Document
1731 * fast/dom/SelectorAPI/resources/viewless-document.js: Added.
1732 * fast/dom/SelectorAPI/viewless-document-expected.txt: Added.
1733 * fast/dom/SelectorAPI/viewless-document.html: Added.
1735 2008-05-19 Dan Bernstein <mitz@apple.com>
1737 Reviewed by Adam Roben.
1739 - update test results following <http://trac.webkit.org/changeset/33395>
1741 * platform/mac/fast/frames/viewsource-attribute-expected.checksum:
1742 * platform/mac/fast/frames/viewsource-attribute-expected.png:
1743 * platform/mac/fast/frames/viewsource-attribute-expected.txt:
1745 2008-05-19 Alexey Proskuryakov <ap@webkit.org>
1749 http://bugs.webkit.org/show_bug.cgi?id=18308
1750 SVG Encoding error with fill attribute
1752 * fast/loader/data-url-encoding-html-expected.txt: Added.
1753 * fast/loader/data-url-encoding-html.html: Added.
1754 * fast/loader/data-url-encoding-svg-expected.txt: Added.
1755 * fast/loader/data-url-encoding-svg.html: Added.
1756 * fast/loader/javascript-url-encoding-expected.txt: Added.
1757 * fast/loader/javascript-url-encoding.html: Added.
1759 2008-05-19 Alexey Proskuryakov <ap@webkit.org>
1763 https://bugs.webkit.org/show_bug.cgi?id=18421
1764 <rdar://problem/5857369> XMLHttpRequest does not properly encode & and < in outgoing messages
1766 * http/tests/xmlhttprequest/serialize-document-expected.txt: Added.
1767 * http/tests/xmlhttprequest/serialize-document.html: Added.
1769 2008-05-18 Darin Adler <darin@apple.com>
1773 - test for <rdar://problem/5943569> crash due to stale ownerNode pointer
1775 * fast/dom/StyleSheet: Added.
1776 * fast/dom/StyleSheet/ownerNode-lifetime-expected.txt: Added.
1777 * fast/dom/StyleSheet/ownerNode-lifetime.html: Added.
1779 2008-05-18 Brady Eidson <beidson@apple.com>
1781 Reviewed by Sam Weinig
1783 Fix for https://bugs.webkit.org/show_bug.cgi?id=19111
1784 Allow `delete storage.itemName` syntax as an alias for `storage.removeItem("itemName")`
1786 * storage/domstorage/localstorage/delete-removal-expected.txt: Added.
1787 * storage/domstorage/localstorage/delete-removal.html: Added.
1788 * storage/domstorage/sessionstorage/delete-removal-expected.txt: Added.
1789 * storage/domstorage/sessionstorage/delete-removal.html: Added.
1791 2008-05-17 Sam Weinig <sam@webkit.org>
1793 Reviewed by Mark Rowe.
1795 Update expected results for new ABORT_ERR.
1797 * fast/dom/Window/window-properties-expected.txt:
1799 2008-05-16 Antti Koivisto <antti@apple.com>
1803 Test for <rdar://problem/5934400>
1804 Movie controller does not update on first load of http://www.apple.com/getamac/ads/
1806 * http/tests/local/stylesheet-and-script-load-order-http-expected.txt: Added.
1807 * http/tests/local/stylesheet-and-script-load-order-http.html: Added.
1809 2008-05-16 Anders Carlsson <andersca@apple.com>
1813 <rdar://problem/5787788>
1814 REGRESSION: fast/loader/xmlhttprequest-missing-file-exception.html fails on Windows.
1816 Remove test from skipped list.
1818 * platform/win/Skipped:
1820 2008-05-15 Anders Carlsson <andersca@apple.com>
1822 Update test results now that navigator.onLine exists.
1824 * fast/dom/Window/window-properties-expected.txt:
1826 2008-05-15 Rob Buis <buis@kde.org>
1828 Reviewed by Dave Hyatt.
1831 https://bugs.webkit.org/show_bug.cgi?id=17433
1832 getComputedStyle() -> clip returns empty string
1834 * fast/css/getPropertyValue-clip-expected.txt: Added.
1835 * fast/css/getPropertyValue-clip.html: Added.
1837 2008-05-15 Timothy Hatcher <timothy@apple.com>
1839 Test case added for <rdar://problem/5790805> Inspector's source view
1840 missing some words, doubles others in JS source in <script> tag (17752)
1842 Reviewed by Dave Hyatt.
1844 * fast/frames/resources/viewsource-frame-2.html: Added.
1845 * fast/frames/viewsource-plain-text-tags-expected.txt: Added.
1846 * fast/frames/viewsource-plain-text-tags.html: Added.
1848 2008-05-15 Stephanie Lewis <slewis@apple.com>
1852 Dump unload event counts for frames.
1854 * fast/dom/Window/get-set-properties-expected.txt:
1855 * fast/events/onunload-expected.txt:
1856 * fast/events/onunload-not-on-body-expected.txt:
1857 * fast/events/onunload-window-property-expected.txt:
1858 * fast/forms/button-state-restore-expected.txt:
1859 * fast/history/history_reload-expected.txt:
1860 * fast/loader/onunload-form-submit-crash-2-expected.txt:
1861 * fast/loader/onunload-form-submit-crash-expected.txt:
1862 * http/tests/xmlhttprequest/xhr-onunload-expected.txt:
1863 * platform/mac/fast/loader/start-load-in-unload-expected.txt:
1865 2008-05-15 David Kilzer <ddkilzer@apple.com>
1867 Bug 19085: font-family: initial sets font-family differently than font: initial
1869 <https://bugs.webkit.org/show_bug.cgi?id=19085>
1870 <rdar://problem/5939391>
1872 Reviewed by David Hyatt.
1874 * fast/css/font-family-initial-expected.txt: Added.
1875 * fast/css/font-family-initial.html: Added.
1877 2008-05-15 Julien Chaffraix <jchaffraix@webkit.org>
1881 Test case for https://bugs.webkit.org/show_bug.cgi?id=13942
1882 ASSERTION FAILED: !attrName.contains('/') in HTMLTokenizer.cpp:132 when loading http://bamanzi.blogeden.cn/
1884 * fast/parser/assertion-empty-attribute-expected.txt: Added.
1885 * fast/parser/assertion-empty-attribute.html: Added.
1887 2008-05-15 Alexey Proskuryakov <ap@webkit.org>
1889 Reviewed by Dan Bernstein.
1891 https://bugs.webkit.org/show_bug.cgi?id=10707
1892 DumpRenderTree should not be able to access non-local resources
1894 * fast/doctypes/resources/TestDoctype.js:
1895 * svg/custom/loadevents-capturing.svg:
1896 * svg/custom/loadevents-externalresourcesrequired-displaynone.svg:
1897 * svg/custom/loadevents-externalresourcesrequired.svg:
1898 * svg/custom/loadevents-normal-displaynone.svg:
1899 * svg/custom/loadevents-normal.svg:
1901 2008-05-15 Alexey Proskuryakov <ap@webkit.org>
1903 Use TextIterator in +[NSAttributedString _web_attributedStringFromRange:].
1905 * platform/mac/fast/text/attributed-substring-from-range-001-expected.txt:
1906 Newlines now get attributes, too.
1908 * platform/mac/fast/text/attributed-substring-from-range-in-textfield-expected.txt:
1909 Results changed from [FAIL] to [PASS].
1911 2008-05-14 Dan Bernstein <mitz@apple.com>
1913 Reviewed by Mark Rowe.
1915 - test for <rdar://problem/5907633> Memory corruption after closing a document that uses box-reflect
1917 * fast/reflections/teardown-crash-expected.txt: Added.
1918 * fast/reflections/teardown-crash.html: Added.
1920 2008-05-14 Anders Carlsson <andersca@apple.com>
1922 Check in the test result.
1924 * http/tests/appcache/manifest-with-empty-file-expected.txt: Added.
1926 2008-05-14 Anders Carlsson <andersca@apple.com>
1930 Add test where a manifest references an empty file.
1932 * http/tests/appcache/manifest-with-empty-file.html: Added.
1933 * http/tests/appcache/resources/empty.txt: Added.
1934 * http/tests/appcache/resources/manifest-with-empty-file.manifest: Added.
1936 2008-05-14 David Kilzer <ddkilzer@apple.com>
1938 REGRESSION (r26474): WebKit fails jQuery test 64 core module: text(String) subtest 1 Check escaped text (createTextNode)
1940 <https://bugs.webkit.org/show_bug.cgi?id=18976>
1941 <rdar://problem/5924793>
1945 Updated test results now that '>' is escaped to '>' in both
1946 attributes and content.
1948 * fast/xsl/xslt-processor-expected.txt:
1949 * fast/xsl/xslt-text-expected.txt:
1950 * platform/mac/fast/dom/dom-parse-serialize-expected.txt:
1952 2008-05-14 Justin Garcia <justin.garcia@apple.com>
1956 <rdar://problem/5914803> Improve performance of WebCore::Editor::setComposition
1958 Replacing all the text in a node is now much less likely to remove it
1959 and cause selection changes.
1961 * platform/mac/editing/input/text-input-controller-expected.txt:
1962 * platform/mac/editing/inserting/4959067-expected.txt:
1963 * platform/mac/editing/style/style-3681552-fix-001-expected.txt:
1965 2008-05-14 Alexey Proskuryakov <ap@webkit.org>
1969 <rdar://problem/5934376> REGRESSION: A script fails because of a straw BOM character in it.
1971 <https://bugs.webkit.org/show_bug.cgi?id=4931>
1972 Unicode format characters (Cf) should be removed from JavaScript source
1974 * fast/js/removing-Cf-characters-expected.txt: Added.
1975 * fast/js/removing-Cf-characters.html: Added.
1976 * fast/js/resources/removing-Cf-characters.js: Added.
1978 2008-05-14 Michael A. Puls II <shadow2531@gmail.com>
1982 Test for https://bugs.webkit.org/show_bug.cgi?id=16923
1984 Test that Attr nodes with a value of "" don't have any
1985 childNodes like Firefox, Opera and IE.
1987 * fast/dom/attribute-empty-value-no-children-expected.txt: Added.
1988 * fast/dom/attribute-empty-value-no-children.html: Added.
1990 2008-05-13 Dan Bernstein <mitz@apple.com>
1992 Reviewed by John Sullivan.
1994 - updated pixel results for <rdar://problem/5725912> improve render quality of transformed text
1996 * platform/mac-leopard/fast/backgrounds: Added.
1997 * platform/mac-leopard/fast/backgrounds/repeat: Added.
1998 * platform/mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum: Added.
1999 * platform/mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Added.
2000 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
2001 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
2002 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
2003 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
2004 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
2005 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
2006 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
2007 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
2008 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
2009 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
2010 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
2011 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
2012 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
2013 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
2014 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
2015 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
2016 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
2017 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
2018 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
2019 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
2020 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
2021 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
2022 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
2023 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
2024 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
2025 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
2026 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
2027 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
2028 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
2029 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
2030 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
2031 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
2032 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
2033 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
2034 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
2035 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
2036 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
2037 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
2038 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
2039 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
2040 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
2041 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
2042 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
2043 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
2044 * platform/mac-leopard/svg/batik/text/textAnchor-expected.checksum:
2045 * platform/mac-leopard/svg/batik/text/textAnchor-expected.png:
2046 * platform/mac-leopard/svg/batik/text/textEffect3-expected.checksum:
2047 * platform/mac-leopard/svg/batik/text/textEffect3-expected.png:
2048 * platform/mac-leopard/svg/batik/text/textFeatures-expected.checksum:
2049 * platform/mac-leopard/svg/batik/text/textFeatures-expected.png:
2050 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
2051 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
2052 * platform/mac-leopard/svg/batik/text/textLayout-expected.checksum:
2053 * platform/mac-leopard/svg/batik/text/textLayout-expected.png:
2054 * platform/mac-leopard/svg/batik/text/textLength-expected.checksum:
2055 * platform/mac-leopard/svg/batik/text/textLength-expected.png:
2056 * platform/mac-leopard/svg/batik/text/textOnPath-expected.checksum:
2057 * platform/mac-leopard/svg/batik/text/textOnPath-expected.png:
2058 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.checksum:
2059 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.png:
2060 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.checksum:
2061 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.png:
2062 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.checksum:
2063 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.png:
2064 * platform/mac-leopard/svg/batik/text/textProperties2-expected.checksum:
2065 * platform/mac-leopard/svg/batik/text/textProperties2-expected.png:
2066 * platform/mac-leopard/svg/batik/text/verticalText-expected.checksum:
2067 * platform/mac-leopard/svg/batik/text/verticalText-expected.png:
2068 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.checksum:
2069 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.png:
2070 * platform/mac-leopard/svg/carto.net/button-expected.checksum:
2071 * platform/mac-leopard/svg/carto.net/button-expected.png:
2072 * platform/mac-leopard/svg/carto.net/colourpicker-expected.checksum:
2073 * platform/mac-leopard/svg/carto.net/colourpicker-expected.png:
2074 * platform/mac-leopard/svg/carto.net/combobox-expected.checksum:
2075 * platform/mac-leopard/svg/carto.net/combobox-expected.png:
2076 * platform/mac-leopard/svg/carto.net/scrollbar-expected.checksum:
2077 * platform/mac-leopard/svg/carto.net/scrollbar-expected.png:
2078 * platform/mac-leopard/svg/carto.net/selectionlist-expected.checksum:
2079 * platform/mac-leopard/svg/carto.net/selectionlist-expected.png:
2080 * platform/mac-leopard/svg/carto.net/slider-expected.checksum:
2081 * platform/mac-leopard/svg/carto.net/slider-expected.png:
2082 * platform/mac-leopard/svg/carto.net/textbox-expected.checksum:
2083 * platform/mac-leopard/svg/carto.net/textbox-expected.png:
2084 * platform/mac-leopard/svg/carto.net/window-expected.checksum:
2085 * platform/mac-leopard/svg/carto.net/window-expected.png:
2086 * platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.checksum:
2087 * platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.png:
2088 * platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.checksum:
2089 * platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.png:
2090 * platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.checksum:
2091 * platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.png:
2092 * platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.checksum:
2093 * platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.png:
2094 * platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.checksum:
2095 * platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.png:
2096 * platform/mac-leopard/svg/custom/focus-ring-expected.checksum:
2097 * platform/mac-leopard/svg/custom/focus-ring-expected.png:
2098 * platform/mac-leopard/svg/custom/font-platformDestroy-crash-expected.checksum:
2099 * platform/mac-leopard/svg/custom/font-platformDestroy-crash-expected.png:
2100 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum:
2101 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.png:
2102 * platform/mac-leopard/svg/custom/getTransformToElement-expected.checksum:
2103 * platform/mac-leopard/svg/custom/getTransformToElement-expected.png:
2104 * platform/mac-leopard/svg/custom/invalid-css-expected.checksum:
2105 * platform/mac-leopard/svg/custom/invalid-css-expected.png:
2106 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
2107 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.png:
2108 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.checksum:
2109 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.png:
2110 * platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
2111 * platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.png:
2112 * platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.checksum:
2113 * platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.png:
2114 * platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.checksum:
2115 * platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.png:
2116 * platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.checksum:
2117 * platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.png:
2118 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.checksum:
2119 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.png:
2120 * platform/mac-leopard/svg/custom/multiple-title-elements-expected.checksum:
2121 * platform/mac-leopard/svg/custom/multiple-title-elements-expected.png:
2122 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.checksum:
2123 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.png:
2124 * platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
2125 * platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.png:
2126 * platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.checksum:
2127 * platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.png:
2128 * platform/mac-leopard/svg/custom/stroked-pattern-expected.checksum:
2129 * platform/mac-leopard/svg/custom/stroked-pattern-expected.png:
2130 * platform/mac-leopard/svg/custom/struct-use-09-b-expected.checksum:
2131 * platform/mac-leopard/svg/custom/struct-use-09-b-expected.png:
2132 * platform/mac-leopard/svg/custom/tref-update-expected.checksum:
2133 * platform/mac-leopard/svg/custom/tref-update-expected.png:
2134 * platform/mac-leopard/svg/custom/use-detach-expected.checksum:
2135 * platform/mac-leopard/svg/custom/use-detach-expected.png:
2136 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
2137 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
2138 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
2139 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
2140 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
2141 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
2142 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
2143 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
2144 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
2145 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
2146 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
2147 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
2148 * platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
2149 * platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.png:
2150 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
2151 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.png:
2152 * platform/mac-leopard/svg/custom/viewbox-syntax-expected.checksum:
2153 * platform/mac-leopard/svg/custom/viewbox-syntax-expected.png:
2154 * platform/mac-leopard/svg/hixie/text/003-expected.checksum:
2155 * platform/mac-leopard/svg/hixie/text/003-expected.png:
2156 * platform/mac-leopard/svg/hixie/text/003b-expected.checksum:
2157 * platform/mac-leopard/svg/hixie/text/003b-expected.png:
2158 * platform/mac-leopard/svg/text/text-align-01-b-expected.checksum:
2159 * platform/mac-leopard/svg/text/text-align-01-b-expected.png:
2160 * platform/mac-leopard/svg/text/text-align-02-b-expected.checksum:
2161 * platform/mac-leopard/svg/text/text-align-02-b-expected.png:
2162 * platform/mac-leopard/svg/text/text-align-03-b-expected.checksum:
2163 * platform/mac-leopard/svg/text/text-align-03-b-expected.png:
2164 * platform/mac-leopard/svg/text/text-align-04-b-expected.checksum:
2165 * platform/mac-leopard/svg/text/text-align-04-b-expected.png:
2166 * platform/mac-leopard/svg/text/text-align-05-b-expected.checksum:
2167 * platform/mac-leopard/svg/text/text-align-05-b-expected.png:
2168 * platform/mac-leopard/svg/text/text-align-06-b-expected.checksum:
2169 * platform/mac-leopard/svg/text/text-align-06-b-expected.png:
2170 * platform/mac-leopard/svg/text/text-altglyph-01-b-expected.checksum:
2171 * platform/mac-leopard/svg/text/text-altglyph-01-b-expected.png:
2172 * platform/mac-leopard/svg/text/text-deco-01-b-expected.checksum:
2173 * platform/mac-leopard/svg/text/text-deco-01-b-expected.png:
2174 * platform/mac-leopard/svg/text/text-fonts-01-t-expected.checksum:
2175 * platform/mac-leopard/svg/text/text-fonts-01-t-expected.png:
2176 * platform/mac-leopard/svg/text/text-fonts-02-t-expected.checksum:
2177 * platform/mac-leopard/svg/text/text-fonts-02-t-expected.png:
2178 * platform/mac-leopard/svg/text/text-intro-05-t-expected.checksum:
2179 * platform/mac-leopard/svg/text/text-intro-05-t-expected.png:
2180 * platform/mac-leopard/svg/text/text-path-01-b-expected.checksum:
2181 * platform/mac-leopard/svg/text/text-path-01-b-expected.png:
2182 * platform/mac-leopard/svg/text/text-text-01-b-expected.checksum:
2183 * platform/mac-leopard/svg/text/text-text-01-b-expected.png:
2184 * platform/mac-leopard/svg/text/text-text-03-b-expected.checksum:
2185 * platform/mac-leopard/svg/text/text-text-03-b-expected.png:
2186 * platform/mac-leopard/svg/text/text-text-04-t-expected.checksum:
2187 * platform/mac-leopard/svg/text/text-text-04-t-expected.png:
2188 * platform/mac-leopard/svg/text/text-text-05-t-expected.checksum:
2189 * platform/mac-leopard/svg/text/text-text-05-t-expected.png:
2190 * platform/mac-leopard/svg/text/text-text-06-t-expected.checksum:
2191 * platform/mac-leopard/svg/text/text-text-06-t-expected.png:
2192 * platform/mac-leopard/svg/text/text-text-07-t-expected.checksum:
2193 * platform/mac-leopard/svg/text/text-text-07-t-expected.png:
2194 * platform/mac-leopard/svg/text/text-text-08-b-expected.checksum:
2195 * platform/mac-leopard/svg/text/text-text-08-b-expected.png:
2196 * platform/mac-leopard/svg/text/text-tref-01-b-expected.checksum:
2197 * platform/mac-leopard/svg/text/text-tref-01-b-expected.png:
2198 * platform/mac-leopard/svg/text/text-tselect-01-b-expected.checksum:
2199 * platform/mac-leopard/svg/text/text-tselect-01-b-expected.png:
2200 * platform/mac-leopard/svg/text/text-tselect-02-f-expected.checksum:
2201 * platform/mac-leopard/svg/text/text-tselect-02-f-expected.png:
2202 * platform/mac-leopard/svg/text/text-tspan-01-b-expected.checksum:
2203 * platform/mac-leopard/svg/text/text-tspan-01-b-expected.png:
2204 * platform/mac-leopard/svg/text/text-ws-01-t-expected.checksum:
2205 * platform/mac-leopard/svg/text/text-ws-01-t-expected.png:
2206 * platform/mac-leopard/svg/text/text-ws-02-t-expected.checksum:
2207 * platform/mac-leopard/svg/text/text-ws-02-t-expected.png:
2209 2008-05-13 John Sullivan <sullivan@apple.com>
2211 Reviewed by Justin Garcia and Tim Hatcher
2213 <rdar://problem/5879597> reproducible crash in HTMLSelectElement::typeAheadFind
2215 * fast/forms/select-type-ahead-list-box-no-selection-expected.txt: Added.
2216 * fast/forms/select-type-ahead-list-box-no-selection.html: Added.
2218 2008-05-13 Alexey Proskuryakov <ap@webkit.org>
2220 Reviewed by John Sullivan.
2222 <rdar://problem/4852077> REGRESSION: The content of the HTML file which is saved as Thai
2223 (ISO 8859-11) disappear.
2225 <rdar://problem/5842597> Thai ISO-8859-11 should be upgraded to Windows-874
2227 * fast/encoding/char-decoding-expected.txt:
2228 * fast/encoding/char-decoding.html:
2230 2008-05-13 Alexey Proskuryakov <ap@webkit.org>
2232 Reviewed by Eric Seidel.
2234 https://bugs.webkit.org/show_bug.cgi?id=18681
2235 <rdar://problem/5888130> WebKit should not remove BOM characters from content.
2237 * fast/encoding/bom-in-content-expected.txt: Added.
2238 * fast/encoding/bom-in-content.html: Added.
2239 * fast/encoding/bom-in-content-utf16-expected.txt: Added.
2240 * fast/encoding/bom-in-content-utf16.html: Added.
2242 * http/tests/incremental/resources: Added.
2243 * http/tests/incremental/resources/slow-utf8-css.pl: Copied from LayoutTests/http/tests/incremental/slow-utf8-css.pl.
2244 * http/tests/incremental/slow-utf8-css-expected.txt: Added.
2245 * http/tests/incremental/slow-utf8-css.html: Added.
2246 * http/tests/incremental/slow-utf8-css.pl: Removed.
2247 * platform/mac/http/tests/incremental: Removed.
2248 * platform/mac/http/tests/incremental/slow-utf8-css-expected.checksum: Removed.
2249 * platform/mac/http/tests/incremental/slow-utf8-css-expected.png: Removed.
2250 * platform/mac/http/tests/incremental/slow-utf8-css-expected.txt: Removed.
2251 This test was relying on BOM characters being removed, but this was not what it tested for.
2252 Rewrote it and made text-only.
2254 2008-05-13 Alexey Proskuryakov <ap@webkit.org>
2256 Reviewed by Dan Bernstein.
2258 Add tests verifying that we don't mix up some similar, but incompatible encodings.
2260 * fast/encoding/char-decoding-expected.txt:
2261 * fast/encoding/char-decoding.html:
2263 2008-05-13 Anders Carlsson <andersca@apple.com>
2269 * http/tests/appcache/navigating-away-while-cache-attempt-in-progress-expected.txt: Added.
2270 * http/tests/appcache/navigating-away-while-cache-attempt-in-progress.html: Added.
2271 * http/tests/appcache/resources/navigating-away-while-cache-attempt-in-progress.manifest: Added.
2272 * http/tests/appcache/resources/slow-resource.php: Added.
2274 2008-05-13 Alexey Proskuryakov <ap@webkit.org>
2278 <rdar://problem/5841351> Turkish ISO 8859-9 encoding should be treated as CP1254
2280 * fast/encoding/char-decoding-expected.txt:
2281 * fast/encoding/char-decoding.html:
2282 Added tests for Turkish encodings.
2284 2008-05-12 Adam Roben <aroben@apple.com>
2286 Test that NPN_PostURL works correctly
2288 Reviewed by Anders Carlsson.
2290 * http/tests/plugins/post-url-file-expected.txt: Added.
2291 * http/tests/plugins/post-url-file.html: Added.
2292 * http/tests/plugins/resources/dump-post.pl: Added.
2294 2008-05-12 Anders Carlsson <andersca@apple.com>
2298 Add test with a manifest file that lists itself.
2300 * http/tests/appcache/manifest-containing-itself-expected.txt: Added.
2301 * http/tests/appcache/manifest-containing-itself.html: Added.
2302 * http/tests/appcache/resources/manifest-containing-itself.manifest: Added.
2304 2008-05-12 Anders Carlsson <andersca@apple.com>
2308 * http/tests/appcache/empty-manifest-expected.txt: Added.
2309 * http/tests/appcache/empty-manifest.html: Added.
2310 * http/tests/appcache/resources/empty.manifest: Added.
2312 2008-05-12 Anders Carlsson <andersca@apple.com>
2314 Update the expected result.
2316 * http/tests/appcache/simple-expected.txt:
2318 2008-05-12 Anders Carlsson <andersca@apple.com>
2322 Add simple appcache test.
2324 * http/conf/mime.types:
2325 * http/tests/appcache: Added.
2326 * http/tests/appcache/resources: Added.
2327 * http/tests/appcache/resources/not-in-cache.txt: Added.
2328 * http/tests/appcache/resources/simple.manifest: Added.
2329 * http/tests/appcache/resources/simple.txt: Added.
2330 * http/tests/appcache/simple-expected.txt: Added.
2331 * http/tests/appcache/simple.html: Added.
2332 * platform/gtk/Skipped:
2333 * platform/qt/Skipped:
2334 * platform/win/Skipped:
2336 2008-05-09 Sam Weinig <sam@webkit.org>
2338 Reviewed by Mark Rowe.
2340 Test for https://bugs.webkit.org/show_bug.cgi?id=18958
2341 NULL pointer dereference in NamedAttrMap::setNamedItem
2343 * fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt: Added.
2344 * fast/dom/NamedNodeMap-setNamedItem-crash.html: Added.
2346 2008-05-09 Adam Barth <abarth-webkit@adambarth.com>
2348 Reviewed by Sam Weinig.
2350 Update tests to listen for message events on the window instead of
2351 the document. Also, added a test that the event is sent to the
2352 window and not to the document.
2354 * http/tests/messaging/cross-domain-message-event-dispatch-expected.txt: Added.
2355 * http/tests/messaging/cross-domain-message-event-dispatch.html: Added.
2356 * http/tests/messaging/cross-domain-message-send.html:
2357 * http/tests/messaging/resources/cross-domain-message-receive.html:
2358 * http/tests/security/cross-frame-access-delete.html:
2359 * http/tests/security/cross-frame-access-history-put.html:
2360 * http/tests/security/cross-frame-access-location-put.html:
2361 * http/tests/security/postMessage/delivery-order.html:
2362 * http/tests/security/postMessage/invalid-origin-throws-exception.html:
2363 * http/tests/security/postMessage/javascript-page-still-sends-origin.html:
2364 * http/tests/security/postMessage/origin-unaffected-by-base-tag.html:
2365 * http/tests/security/postMessage/origin-unaffected-by-document-domain.html:
2366 * http/tests/security/postMessage/resources/post-message-listener.html:
2367 * http/tests/security/postMessage/target-origin.html:
2368 * http/tests/security/resources/cross-frame-iframe-for-delete-test.html:
2369 * http/tests/security/resources/cross-frame-iframe-for-history-put-test.html:
2370 * http/tests/security/resources/cross-frame-iframe-for-location-put-test.html:
2371 * http/tests/security/xss-eval.html:
2373 2008-05-08 Dan Bernstein <mitz@apple.com>
2375 Reviewed by Mark Rowe.
2377 - test and updated results for https://bugs.webkit.org/show_bug.cgi?id=18818
2378 <rdar://problem/5901544> REGRESSION (3.1.1-TOT): Character order (float:left ordered after the first letter)
2381 * fast/css/first-letter-float-after-float.html: Added.
2382 * platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.checksum:
2383 * platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.png:
2384 * platform/mac/fast/css/first-letter-float-after-float-expected.checksum: Added.
2385 * platform/mac/fast/css/first-letter-float-after-float-expected.png: Added.
2386 * platform/mac/fast/css/first-letter-float-after-float-expected.txt: Added.
2387 * platform/mac/fast/css/first-letter-skip-out-of-flow-expected.txt:
2389 2008-05-08 Simon Hausmann <hausmann@webkit.org>
2393 Don't skip fast/loader/local-css-allowed-in-strict-mode.html, it
2396 * platform/qt/Skipped:
2398 2008-05-07 Stephanie Lewis <slewis@apple.com>
2400 fix messed up result
2402 * fast/events/onunload-not-on-body-expected.txt:
2404 2008-05-07 Stephanie Lewis <slewis@apple.com>
2408 Test onunload attr on a frame does not call onunload, but that an onunload attr on the body of
2409 a frame does. Also test that onunloads on object elements are not called.
2411 * fast/events/onunload-not-on-body-expected.txt: Added.
2412 * fast/events/onunload-not-on-body.html: Added.
2414 2008-05-07 Dan Bernstein <mitz@apple.com>
2416 Reviewed by John Sullivan.
2418 - test for https://bugs.webkit.org/show_bug.cgi?id=18909
2419 <rdar://problem/5914165> REGRESSION (r31872-r31878): Viewed photos not closing completely at indycar.com
2421 * fast/dynamic/positioned-movement-with-positioned-children.html: Added.
2422 * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.checksum: Added.
2423 * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png: Added.
2424 * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Added.
2426 2008-05-07 Justin Garcia <justin.garcia@apple.com>
2428 Reviewed by John Sullivan.
2430 <rdar://problem/5666354> Crashes in Mail at WebCore::RemoveNodeCommand::doApply
2432 * editing/pasteboard/5761530-1-expected.txt: Added.
2433 * editing/pasteboard/5761530-1.html: Added.
2434 * editing/pasteboard/5761530-2-expected.txt: Added.
2435 * editing/pasteboard/5761530-2.html: Added.
2437 2008-05-07 David Kilzer <ddkilzer@apple.com>
2439 Bug 18900: Password field has focus but can't type text (i.rememberthemilk.com)
2440 <https://bugs.webkit.org/show_bug.cgi?id=18900>
2441 <rdar://problem/5912383>
2445 * fast/forms/textfield-to-password-on-focus-expected.txt: Added.
2446 * fast/forms/textfield-to-password-on-focus.html: Added.
2448 2008-05-07 Tor Arne Vestbø <tavestbo@trolltech.com>
2452 Add ~250 tests that fail to the skipped list so we have a sane baseline.
2454 * platform/qt/Skipped:
2456 2008-05-06 Dan Bernstein <mitz@apple.com>
2458 Reviewed by Darin Adler.
2460 - test for <rdar://problem/5914544> Crash in layoutInlineChildren()
2462 * fast/block/float/float-on-zero-height-line.html: Added.
2463 * platform/mac/fast/block/float/float-on-zero-height-line-expected.checksum: Added.
2464 * platform/mac/fast/block/float/float-on-zero-height-line-expected.png: Added.
2465 * platform/mac/fast/block/float/float-on-zero-height-line-expected.txt: Added.
2467 2008-05-06 Adam Barth <abarth-webkit@adambarth.com>
2469 Reviewed by Sam Weinig.
2471 https://bugs.webkit.org/show_bug.cgi?id=18725
2472 Update tests for asynchronous postMessage.
2474 Collin Jackson <collinj-webkit@collinjackson.com> also contributed to this patch.
2476 * http/tests/messaging/cross-domain-message-send.html:
2477 * http/tests/messaging/resources/cross-domain-message-receive.html:
2478 * http/tests/security/cross-frame-access-delete.html:
2479 * http/tests/security/cross-frame-access-history-put.html:
2480 * http/tests/security/cross-frame-access-location-put.html:
2481 * http/tests/security/postMessage/delivery-order-expected.txt: Added.
2482 * http/tests/security/postMessage/delivery-order.html: Added.
2483 * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
2484 * http/tests/security/postMessage/invalid-origin-throws-exception.html:
2485 * http/tests/security/postMessage/origin-unaffected-by-base-tag-expected.txt:
2486 * http/tests/security/postMessage/origin-unaffected-by-base-tag.html:
2487 * http/tests/security/postMessage/origin-unaffected-by-document-domain-expected.txt:
2488 * http/tests/security/postMessage/origin-unaffected-by-document-domain.html:
2489 * http/tests/security/postMessage/resources/javascript-post-message-sender.html:
2490 * http/tests/security/postMessage/resources/post-message-listener.html:
2491 * http/tests/security/postMessage/resources/recv.js: Added.
2492 * http/tests/security/postMessage/target-origin-expected.txt:
2493 * http/tests/security/postMessage/target-origin.html:
2494 * http/tests/security/resources/cross-frame-iframe-for-delete-test.html:
2495 * http/tests/security/resources/cross-frame-iframe-for-history-put-test.html:
2496 * http/tests/security/resources/cross-frame-iframe-for-location-put-test.html:
2497 * http/tests/security/resources/xss-eval3.html:
2498 * http/tests/security/xss-eval.html:
2500 2008-05-05 Alexey Proskuryakov <ap@webkit.org>
2504 https://bugs.webkit.org/show_bug.cgi?id=11947
2505 nbsps should be converted to entities in innerHTML
2507 https://bugs.webkit.org/show_bug.cgi?id=18769
2508 replacing with spaces using regexp creates inconsistent result
2510 * fast/dom/innerHTML-nbsp-expected.txt: Added.
2511 * fast/dom/innerHTML-nbsp.html: Added.
2512 * fast/dom/innerHTML-escaping-attribute-expected.txt: Added.
2513 * fast/dom/innerHTML-escaping-attribute.html: Added.
2515 * editing/inserting/edited-whitespace-1.html: Updated expected results.
2517 2008-05-05 David Hyatt <hyatt@apple.com>
2519 Fix for https://bugs.webkit.org/show_bug.cgi?id=18821, putImageData incorrect when data has alpha.
2523 * fast/canvas/canvas-alphaImageData-behavior-expected.txt: Added.
2524 * fast/canvas/canvas-alphaImageData-behavior.html: Added.
2525 * fast/canvas/canvas-alphaImageData-behavior.js: Added.
2527 2008-05-05 Dan Bernstein <mitz@apple.com>
2529 Rubber-stamped by Adam Roben.
2531 - fix test failure due to Windows' preference for Mac results over
2534 * platform/win/editing/selection/move-left-right-expected.txt: Copied from LayoutTests/editing/selection/move-left-right-expected.txt.
2536 2008-05-05 Dan Bernstein <mitz@apple.com>
2538 Reviewed by Dave Hyatt.
2540 - test, updated test and updated results for https://bugs.webkit.org/show_bug.cgi?id=18809
2541 Forms with block level generated content and absolutely positioned labels break inline layout (fixed on reflow)
2543 * fast/block/basic/adding-near-anonymous-block.html: Added.
2544 * media/video-controls-rendering.html: Changed to work around
2545 https://bugs.webkit.org/show_bug.cgi?id=18857 which now affects this
2546 test in its original form.
2547 * platform/mac/css1/box_properties/clear-expected.txt:
2548 * platform/mac/fast/block/basic/adding-near-anonymous-block-expected.checksum: Added.
2549 * platform/mac/fast/block/basic/adding-near-anonymous-block-expected.png: Added.
2550 * platform/mac/fast/block/basic/adding-near-anonymous-block-expected.txt: Added.
2551 * platform/mac/fast/forms/input-align-image-expected.txt:
2552 * platform/mac/media/audio-controls-rendering-expected.txt:
2553 * platform/mac/media/video-controls-rendering-expected.txt:
2554 * platform/mac/tables/mozilla/bugs/bug51140-expected.txt:
2556 2008-05-02 Antti Koivisto <antti@apple.com>
2560 Test for <rdar://problem/5840475>
2561 CrashTracer: [USER] 2 crashes in Safari at com.apple.WebCore: WebCore::RenderBlock::insertPositionedObject
2563 * fast/transforms/container-transform-crash-expected.txt: Added.
2564 * fast/transforms/container-transform-crash.html: Added.
2566 2008-05-04 Dan Bernstein <mitz@apple.com>
2568 Reviewed by Sam Weinig.
2570 - test for https://bugs.webkit.org/show_bug.cgi?id=18879
2571 <rdar://problem/5909481> Reproducible crash when removing a gradient
2573 * fast/gradients/crash-on-remove-expected.txt: Added.
2574 * fast/gradients/crash-on-remove.html: Added.
2576 2008-05-04 Sam Weinig <sam@webkit.org>
2578 Reviewed by Maciej Stachowiak.
2580 Don't print out the full url.
2582 * fast/dom/Window/dom-access-from-closure-iframe-expected.txt:
2583 * fast/dom/Window/dom-access-from-closure-window-expected.txt:
2584 * fast/dom/Window/resources/dom-access-from-closure-iframe-child.html:
2585 * fast/dom/Window/resources/dom-access-from-closure-window-child.html:
2587 2008-05-03 Rob Buis <buis@kde.org>
2591 Extended testcase for:
2592 https://bugs.webkit.org/show_bug.cgi?id=18652
2593 onchange events don't seem to fire for input[type=range] controls.
2595 * fast/forms/slider-onchange-event-expected.txt:
2596 * fast/forms/slider-onchange-event.html:
2598 2008-05-03 Sam Weinig <sam@webkit.org>
2600 Reviewed by Dan Bernstein.
2602 Add tests that show our behavior when using closures from a global object
2603 whose frame has been navigated.
2605 Related to https://bugs.webkit.org/show_bug.cgi?id=17249.
2607 * fast/dom/Window/closure-access-after-navigation-iframe-expected.txt: Added.
2608 * fast/dom/Window/closure-access-after-navigation-iframe.html: Added.
2609 * fast/dom/Window/closure-access-after-navigation-window-expected.txt: Added.
2610 * fast/dom/Window/closure-access-after-navigation-window.html: Added.
2611 * fast/dom/Window/dom-access-from-closure-iframe-expected.txt: Added.
2612 * fast/dom/Window/dom-access-from-closure-iframe.html: Added.
2613 * fast/dom/Window/dom-access-from-closure-window-expected.txt: Added.
2614 * fast/dom/Window/dom-access-from-closure-window.html: Added.
2615 * fast/dom/Window/resources/closure-access-after-navigation-iframe-child-1.html: Added.
2616 * fast/dom/Window/resources/closure-access-after-navigation-iframe-child-2.html: Added.
2617 * fast/dom/Window/resources/closure-access-after-navigation-window-child-1.html: Added.
2618 * fast/dom/Window/resources/closure-access-after-navigation-window-child-2.html: Added.
2619 * fast/dom/Window/resources/dom-access-from-closure-iframe-child.html: Added.
2620 * fast/dom/Window/resources/dom-access-from-closure-window-child.html: Added.
2621 * fast/dom/Window/resources/notify-opener-done.html: Added.
2622 * fast/dom/Window/resources/notify-parent-done.html: Added.
2624 2008-05-01 Rob Buis <buis@kde.org>
2629 https://bugs.webkit.org/show_bug.cgi?id=18568
2630 background: currentColor fails
2632 * fast/css/background-currentcolor-expected.txt: Added.
2633 * fast/css/background-currentcolor.html: Added.
2635 2008-05-02 Dan Bernstein <mitz@apple.com>
2637 Reviewed by John Sullivan.
2639 - add pixel test for text shadows with zero blur and various offsets,
2640 including zero offset
2642 * fast/text/shadow-no-blur.html: Added.
2643 * platform/mac/fast/text/shadow-no-blur-expected.checksum: Added.
2644 * platform/mac/fast/text/shadow-no-blur-expected.png: Added.
2645 * platform/mac/fast/text/shadow-no-blur-expected.txt: Added.
2647 2008-05-02 Tor Arne Vestbø <tavestbo@trolltech.com>
2649 Rubber-stamped by Simon.
2651 Updated Qt layout-tests to match changes in font metrics.
2653 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
2654 * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt:
2655 * platform/qt/editing/deleting/table-cells-expected.txt:
2656 * platform/qt/editing/execCommand/format-block-expected.txt:
2657 * platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt:
2658 * platform/qt/editing/inserting/5803706-1-expected.txt: Added.
2659 * platform/qt/editing/inserting/paragraph-separator-03-expected.txt:
2660 * platform/qt/editing/pasteboard/4631972-expected.txt:
2661 * platform/qt/editing/pasteboard/5027857-expected.txt:
2662 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt:
2663 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt:
2664 * platform/qt/editing/style/smoosh-styles-002-expected.txt:
2665 * platform/qt/fast/block/basic/015-expected.txt:
2666 * platform/qt/fast/canvas/canvas-transform-identity-expected.txt: Added.
2667 * platform/qt/fast/canvas/canvas-transform-infinity-expected.txt: Added.
2668 * platform/qt/fast/canvas/canvas-transform-multiply-expected.txt: Added.
2669 * platform/qt/fast/canvas/canvas-transform-nan-expected.txt: Added.
2670 * platform/qt/fast/canvas/canvas-transform-non-invertible-expected.txt: Added.
2671 * platform/qt/fast/canvas/canvas-transform-skewed-expected.txt: Added.
2672 * platform/qt/fast/css-generated-content/014-expected.txt:
2673 * platform/qt/fast/css/beforeSelectorOnCodeElement-expected.txt:
2674 * platform/qt/fast/css/hover-subselector-expected.txt:
2675 * platform/qt/fast/css/invalid-percentage-property-expected.txt: Added.
2676 * platform/qt/fast/css/line-height-font-order-expected.txt:
2677 * platform/qt/fast/css/outline-auto-empty-rects-expected.txt:
2678 * platform/qt/fast/css/text-align-expected.txt: Added.
2679 * platform/qt/fast/css/universal-hover-quirk-expected.txt:
2680 * platform/qt/fast/dom/attr_dead_doc-expected.txt:
2681 * platform/qt/fast/dom/dom-parse-serialize-display-expected.txt:
2682 * platform/qt/fast/dom/dom-parse-serialize-expected.txt:
2683 * platform/qt/fast/dom/row-inner-text-expected.txt:
2684 * platform/qt/fast/dom/stripNullFromTextNodes-expected.txt:
2685 * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
2686 * platform/qt/fast/encoding/preload-encoding-expected.txt: Added.
2687 * platform/qt/fast/flexbox/016-expected.txt:
2688 * platform/qt/fast/flexbox/023-expected.txt:
2689 * platform/qt/fast/flexbox/024-expected.txt:
2690 * platform/qt/fast/forms/menulist-option-wrap-expected.txt:
2691 * platform/qt/fast/forms/targeted-frame-submission-expected.txt:
2692 * platform/qt/fast/frames/001-expected.txt:
2693 * platform/qt/fast/frames/002-expected.txt:
2694 * platform/qt/fast/frames/calculate-fixed-expected.txt:
2695 * platform/qt/fast/frames/calculate-order-expected.txt:
2696 * platform/qt/fast/frames/calculate-percentage-expected.txt:
2697 * platform/qt/fast/frames/calculate-relative-expected.txt:
2698 * platform/qt/fast/frames/calculate-round-expected.txt:
2699 * platform/qt/fast/frames/contentWindow_Frame-expected.txt:
2700 * platform/qt/fast/frames/contentWindow_iFrame-expected.txt:
2701 * platform/qt/fast/frames/empty-frame-src-expected.txt:
2702 * platform/qt/fast/frames/iframe-option-crash-expected.txt:
2703 * platform/qt/fast/frames/iframe-with-frameborder-expected.txt:
2704 * platform/qt/fast/frames/invalid-expected.txt:
2705 * platform/qt/fast/frames/no-frame-borders-expected.txt:
2706 * platform/qt/fast/frames/valid-expected.txt:
2707 * platform/qt/fast/frames/viewsource-attribute-expected.txt:
2708 * platform/qt/fast/html/listing-expected.txt:
2709 * platform/qt/fast/inline-block/002-expected.txt:
2710 * platform/qt/fast/innerHTML/006-expected.txt:
2711 * platform/qt/fast/invalid/019-expected.txt:
2712 * platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
2713 * platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
2714 * platform/qt/fast/overflow/overflow-auto-table-expected.txt:
2715 * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
2716 * platform/qt/fast/replaced/replaced-breaking-expected.txt:
2717 * platform/qt/fast/replaced/width100percent-image-expected.txt:
2718 * platform/qt/fast/selectors/lang-inheritance-expected.txt: Added.
2719 * platform/qt/fast/selectors/lang-inheritance2-expected.txt: Added.
2720 * platform/qt/fast/selectors/lang-vs-xml-lang-expected.txt: Added.
2721 * platform/qt/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt: Added.
2722 * platform/qt/fast/table/018-expected.txt:
2723 * platform/qt/fast/table/border-collapsing/004-expected.txt:
2724 * platform/qt/fast/table/frame-and-rules-expected.txt:
2725 * platform/qt/fast/table/invisible-cell-background-expected.txt:
2726 * platform/qt/fast/text/atsui-spacing-features-expected.txt:
2727 * platform/qt/fast/text/basic/009-expected.txt:
2728 * platform/qt/fast/text/basic/generic-family-changes-expected.txt:
2729 * platform/qt/fast/text/basic/generic-family-reset-expected.txt:
2730 * platform/qt/fast/text/selection-hard-linebreak-expected.txt:
2731 * platform/qt/fast/text/wbr-pre-expected.txt:
2732 * platform/qt/fast/text/whitespace/019-expected.txt:
2733 * platform/qt/fast/text/whitespace/022-expected.txt:
2734 * platform/qt/fast/text/whitespace/023-expected.txt:
2735 * platform/qt/fast/text/whitespace/029-expected.txt:
2736 * platform/qt/fast/text/whitespace/030-expected.txt:
2737 * platform/qt/fast/text/whitespace/pre-newline-box-test-expected.txt:
2738 * platform/qt/fast/text/whitespace/pre-wrap-last-char-expected.txt:
2739 * platform/qt/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
2740 * platform/qt/tables/mozilla/bugs/45621-expected.txt:
2741 * platform/qt/tables/mozilla/bugs/bug101674-expected.txt:
2742 * platform/qt/tables/mozilla/bugs/bug10269-2-expected.txt:
2743 * platform/qt/tables/mozilla/bugs/bug10296-1-expected.txt:
2744 * platform/qt/tables/mozilla/bugs/bug13105-expected.txt:
2745 * platform/qt/tables/mozilla/bugs/bug137388-3-expected.txt:
2746 * platform/qt/tables/mozilla/bugs/bug139524-2-expected.txt:
2747 * platform/qt/tables/mozilla/bugs/bug157890-expected.txt:
2748 * platform/qt/tables/mozilla/bugs/bug19061-1-expected.txt:
2749 * platform/qt/tables/mozilla/bugs/bug19061-2-expected.txt:
2750 * platform/qt/tables/mozilla/bugs/bug20579-expected.txt:
2751 * platform/qt/tables/mozilla/bugs/bug22019-expected.txt:
2752 * platform/qt/tables/mozilla/bugs/bug23235-expected.txt:
2753 * platform/qt/tables/mozilla/bugs/bug2886-2-expected.txt:
2754 * platform/qt/tables/mozilla/bugs/bug2973-expected.txt:
2755 * platform/qt/tables/mozilla/bugs/bug30418-expected.txt:
2756 * platform/qt/tables/mozilla/bugs/bug38916-expected.txt:
2757 * platform/qt/tables/mozilla/bugs/bug57828-2-expected.txt:
2758 * platform/qt/tables/mozilla/bugs/bug7121-1-expected.txt:
2759 * platform/qt/tables/mozilla/bugs/bug83786-expected.txt:
2760 * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
2761 * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.txt:
2762 * platform/qt/tables/mozilla/other/test6-expected.txt:
2763 * platform/qt/tables/mozilla_expected_failures/bugs/97619-expected.txt:
2764 * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
2765 * platform/qt/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
2766 * platform/qt/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
2767 * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
2769 2008-05-01 Sam Weinig <sam@webkit.org>
2773 * fast/canvas/canvas-path-with-inf-nan-dimensions-expected.txt: Added.
2775 2008-05-01 Sam Weinig <sam@webkit.org>
2777 Reviewed by Geoffrey Garen.
2779 * http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
2780 * http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
2781 * http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
2782 * http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
2783 * http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
2784 * http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
2785 * http/tests/security/xss-eval-expected.txt:
2787 2008-05-01 Anders Carlsson <andersca@apple.com>
2791 Disable an SVG font test that crashes.
2793 http://bugs.webkit.org/show_bug.cgi?id=18830 tracks fixing the crash.
2795 * svg/W3C-SVG-1.1/fonts-glyph-02-t.svg: Removed.
2796 * svg/W3C-SVG-1.1/fonts-glyph-02-t.svg-disabled: Copied from svg/W3C-SVG-1.1/fonts-glyph-02-t.svg.
2798 2008-05-01 Anatoli Papirovski <apapirovski@mac.com>
2800 Reviewed by Dave Hyatt.
2802 - added a test case for https://bugs.webkit.org/show_bug.cgi?id=18347
2803 Absolutely positioned image percentage width does not respect container's padding
2805 * fast/replaced/absolute-position-percentage-width.html: Added.
2806 * platform/mac/fast/replaced/absolute-position-percentage-width-expected.checksum: Added.
2807 * platform/mac/fast/replaced/absolute-position-percentage-width-expected.png: Added.
2808 * platform/mac/fast/replaced/absolute-position-percentage-width-expected.txt: Added.
2810 2008-04-29 Eric Seidel <eric@webkit.org>
2812 Rubber-stamped by Sam Weinig.
2814 Mark a couple UTF16 files as binary so windows-svn doesn't mutilate them on checkout.
2816 * fast/xsl/xslt-enc16.xml: add svn:mime-type application/octet-stream
2817 * fast/xsl/xslt-enc16to16.xml: add svn:mime-type application/octet-stream
2819 2008-05-01 Alice Liu <alice.liu@apple.com>
2821 Rubber-stamped by Sam Weinig.
2823 fast/events/tabindex-focus-blur-all.html was timing out on some machines
2824 Make this test faster by not doing += on innerHTML.
2826 * fast/events/resources/tabindex-focus-blur-all.js:
2828 2008-05-01 Sam Weinig <sam@webkit.org>
2830 Update results with -webkit-box-reflect values.
2832 * fast/css/computed-style-expected.txt:
2833 * fast/css/computed-style-without-renderer-expected.txt:
2834 * svg/css/getComputedStyle-basic-expected.txt:
2836 2008-04-30 Rob Buis <buis@kde.org>
2838 Reviewed by Nikolas.
2841 https://bugs.webkit.org/show_bug.cgi?id=16447
2842 onload called too many times for <svg:image>
2843 https://bugs.webkit.org/show_bug.cgi?id=12282
2844 SVG wastes time in malloc to send loadEvents to non-existent listeners
2846 * svg/custom/loadevents-capturing-expected.txt: Added.
2847 * svg/custom/loadevents-capturing.svg: Added.
2848 * svg/custom/loadevents-externalresourcesrequired-displaynone-expected.txt: Added.
2849 * svg/custom/loadevents-externalresourcesrequired-displaynone.svg: Added.
2850 * svg/custom/loadevents-externalresourcesrequired-expected.txt: Added.
2851 * svg/custom/loadevents-externalresourcesrequired.svg: Added.
2852 * svg/custom/loadevents-normal-displaynone-expected.txt: Added.
2853 * svg/custom/loadevents-normal-displaynone.svg: Added.
2854 * svg/custom/loadevents-normal-expected.txt: Added.
2855 * svg/custom/loadevents-normal.svg: Added.
2857 2008-04-30 David Hyatt <hyatt@apple.com>
2859 Add test for video crasher.
2861 Reviewed by Dan Bernstein
2863 * media/video-layer-crash.html: Added.
2864 * platform/mac/media/video-layer-crash-expected.checksum: Added.
2865 * platform/mac/media/video-layer-crash-expected.png: Added.
2866 * platform/mac/media/video-layer-crash-expected.txt: Added.
2868 2008-04-30 Tor Arne Vestbø <tavestbo@trolltech.com>
2870 Rubber-stamped by Simon
2872 Updated the expected test results to reflect the fact that most render objects now are anonymous.
2874 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt:
2875 * platform/qt/editing/pasteboard/paste-text-019-expected.txt:
2876 * platform/qt/editing/selection/display-table-text-expected.txt:
2877 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
2878 * platform/qt/fast/block/basic/011-expected.txt:
2879 * platform/qt/fast/css-generated-content/015-expected.txt:
2880 * platform/qt/fast/css-generated-content/inline-display-types-expected.txt:
2881 * platform/qt/fast/css-generated-content/table-cell-before-content-expected.txt:
2882 * platform/qt/fast/css/word-space-extra-expected.txt:
2883 * platform/qt/fast/forms/001-expected.txt:
2884 * platform/qt/fast/forms/form-hides-table-expected.txt:
2885 * platform/qt/fast/forms/input-text-word-wrap-expected.txt:
2886 * platform/qt/fast/forms/menulist-width-change-expected.txt:
2887 * platform/qt/fast/parser/001-expected.txt:
2888 * platform/qt/fast/table/037-expected.txt:
2889 * platform/qt/fast/table/add-before-anonymous-child-expected.txt:
2890 * platform/qt/fast/table/border-collapsing/003-expected.txt:
2891 * platform/qt/fast/table/cell-absolute-child-expected.txt:
2892 * platform/qt/fast/table/click-near-anonymous-table-expected.txt:
2893 * platform/qt/fast/table/form-with-table-style-expected.txt:
2894 * platform/qt/fast/table/overflowHidden-expected.txt:
2895 * platform/qt/fast/table/text-field-baseline-expected.txt:
2896 * platform/qt/fast/table/vertical-align-baseline-readjust-expected.txt:
2897 * platform/qt/fast/text/font-initial-expected.txt:
2898 * platform/qt/fast/text/whitespace/024-expected.txt:
2899 * platform/qt/fast/text/word-break-expected.txt:
2900 * platform/qt/tables/mozilla/bugs/bug1055-1-expected.txt:
2901 * platform/qt/tables/mozilla/bugs/bug11321-expected.txt:
2902 * platform/qt/tables/mozilla/bugs/bug13118-expected.txt:
2903 * platform/qt/tables/mozilla/bugs/bug2479-1-expected.txt:
2904 * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
2905 * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
2906 * platform/qt/tables/mozilla/bugs/bug269566-expected.txt:
2907 * platform/qt/tables/mozilla/bugs/bug275625-expected.txt:
2908 * platform/qt/tables/mozilla/bugs/bug3037-1-expected.txt:
2909 * platform/qt/tables/mozilla/bugs/bug3037-2-expected.txt:
2910 * platform/qt/tables/mozilla/bugs/bug30985-expected.txt:
2911 * platform/qt/tables/mozilla/bugs/bug7112-1-expected.txt:
2912 * platform/qt/tables/mozilla/bugs/bug7112-2-expected.txt:
2913 * platform/qt/tables/mozilla/bugs/bug72359-expected.txt:
2914 * platform/qt/tables/mozilla/bugs/bug8032-1-expected.txt:
2915 * platform/qt/tables/mozilla/bugs/bug8950-expected.txt:
2916 * platform/qt/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
2917 * platform/qt/tables/mozilla/marvin/x_caption_align_top-expected.txt:
2918 * platform/qt/tables/mozilla/marvin/x_caption_class-expected.txt:
2919 * platform/qt/tables/mozilla/marvin/x_caption_id-expected.txt:
2920 * platform/qt/tables/mozilla/marvin/x_caption_style-expected.txt:
2921 * platform/qt/tables/mozilla/marvin/x_col_align_center-expected.txt:
2922 * platform/qt/tables/mozilla/marvin/x_col_align_char-expected.txt:
2923 * platform/qt/tables/mozilla/marvin/x_col_align_justify-expected.txt:
2924 * platform/qt/tables/mozilla/marvin/x_col_align_left-expected.txt:
2925 * platform/qt/tables/mozilla/marvin/x_col_align_right-expected.txt:
2926 * platform/qt/tables/mozilla/marvin/x_col_span-expected.txt:
2927 * platform/qt/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
2928 * platform/qt/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
2929 * platform/qt/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
2930 * platform/qt/tables/mozilla/marvin/x_col_valign_top-expected.txt:
2931 * platform/qt/tables/mozilla/marvin/x_col_width_pct-expected.txt:
2932 * platform/qt/tables/mozilla/marvin/x_col_width_px-expected.txt:
2933 * platform/qt/tables/mozilla/marvin/x_col_width_rel-expected.txt:
2934 * platform/qt/tables/mozilla/marvin/x_colgroup_align_center-expected.txt:
2935 * platform/qt/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
2936 * platform/qt/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt:
2937 * platform/qt/tables/mozilla/marvin/x_colgroup_align_left-expected.txt:
2938 * platform/qt/tables/mozilla/marvin/x_colgroup_align_right-expected.txt:
2939 * platform/qt/tables/mozilla/marvin/x_colgroup_span-expected.txt:
2940 * platform/qt/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
2941 * platform/qt/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
2942 * platform/qt/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
2943 * platform/qt/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
2944 * platform/qt/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
2945 * platform/qt/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
2946 * platform/qt/tables/mozilla/marvin/x_table_align_center-expected.txt:
2947 * platform/qt/tables/mozilla/marvin/x_table_align_left-expected.txt:
2948 * platform/qt/tables/mozilla/marvin/x_table_align_right-expected.txt:
2949 * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
2950 * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
2951 * platform/qt/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
2952 * platform/qt/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
2953 * platform/qt/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
2954 * platform/qt/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
2955 * platform/qt/tables/mozilla/marvin/x_table_class-expected.txt:
2956 * platform/qt/tables/mozilla/marvin/x_table_id-expected.txt:
2957 * platform/qt/tables/mozilla/marvin/x_table_style-expected.txt:
2958 * platform/qt/tables/mozilla/marvin/x_table_width_pct-expected.txt:
2959 * platform/qt/tables/mozilla/marvin/x_table_width_px-expected.txt:
2960 * platform/qt/tables/mozilla/marvin/x_td_align_center-expected.txt:
2961 * platform/qt/tables/mozilla/marvin/x_td_align_char-expected.txt:
2962 * platform/qt/tables/mozilla/marvin/x_td_align_justify-expected.txt:
2963 * platform/qt/tables/mozilla/marvin/x_td_align_left-expected.txt:
2964 * platform/qt/tables/mozilla/marvin/x_td_align_right-expected.txt:
2965 * platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
2966 * platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
2967 * platform/qt/tables/mozilla/marvin/x_td_class-expected.txt:
2968 * platform/qt/tables/mozilla/marvin/x_td_colspan-expected.txt:
2969 * platform/qt/tables/mozilla/marvin/x_td_height-expected.txt:
2970 * platform/qt/tables/mozilla/marvin/x_td_id-expected.txt:
2971 * platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.txt:
2972 * platform/qt/tables/mozilla/marvin/x_td_rowspan-expected.txt:
2973 * platform/qt/tables/mozilla/marvin/x_td_style-expected.txt:
2974 * platform/qt/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
2975 * platform/qt/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
2976 * platform/qt/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
2977 * platform/qt/tables/mozilla/marvin/x_td_valign_top-expected.txt:
2978 * platform/qt/tables/mozilla/marvin/x_td_width-expected.txt:
2979 * platform/qt/tables/mozilla/marvin/x_th_align_center-expected.txt:
2980 * platform/qt/tables/mozilla/marvin/x_th_align_char-expected.txt:
2981 * platform/qt/tables/mozilla/marvin/x_th_align_justify-expected.txt:
2982 * platform/qt/tables/mozilla/marvin/x_th_align_left-expected.txt:
2983 * platform/qt/tables/mozilla/marvin/x_th_align_right-expected.txt:
2984 * platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
2985 * platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
2986 * platform/qt/tables/mozilla/marvin/x_th_class-expected.txt:
2987 * platform/qt/tables/mozilla/marvin/x_th_colspan-expected.txt:
2988 * platform/qt/tables/mozilla/marvin/x_th_height-expected.txt:
2989 * platform/qt/tables/mozilla/marvin/x_th_id-expected.txt:
2990 * platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.txt:
2991 * platform/qt/tables/mozilla/marvin/x_th_rowspan-expected.txt:
2992 * platform/qt/tables/mozilla/marvin/x_th_style-expected.txt:
2993 * platform/qt/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
2994 * platform/qt/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
2995 * platform/qt/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
2996 * platform/qt/tables/mozilla/marvin/x_th_valign_top-expected.txt:
2997 * platform/qt/tables/mozilla/marvin/x_th_width-expected.txt:
2998 * platform/qt/tables/mozilla/marvin/x_tr_align_center-expected.txt:
2999 * platform/qt/tables/mozilla/marvin/x_tr_align_char-expected.txt:
3000 * platform/qt/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
3001 * platform/qt/tables/mozilla/marvin/x_tr_align_left-expected.txt:
3002 * platform/qt/tables/mozilla/marvin/x_tr_align_right-expected.txt:
3003 * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
3004 * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
3005 * platform/qt/tables/mozilla/marvin/x_tr_class-expected.txt:
3006 * platform/qt/tables/mozilla/marvin/x_tr_id-expected.txt:
3007 * platform/qt/tables/mozilla/marvin/x_tr_style-expected.txt:
3008 * platform/qt/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
3009 * platform/qt/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
3010 * platform/qt/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
3011 * platform/qt/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
3012 * platform/qt/tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
3013 * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
3014 * platform/qt/tables/mozilla_expected_failures/bugs/bug278266-expected.txt:
3015 * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
3016 * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
3017 * platform/qt/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
3018 * platform/qt/tables/mozilla_expected_failures/other/test4-expected.txt:
3020 2008-04-30 Tor Arne Vestbø <tavestbo@trolltech.com>
3022 Rubber-stamped by Simon.
3024 Updated the expected test results to the current font metrics.
3026 * platform/qt/css1/basic/class_as_selector-expected.txt:
3027 * platform/qt/css1/basic/comments-expected.txt:
3028 * platform/qt/css1/basic/containment-expected.txt:
3029 * platform/qt/css1/basic/contextual_selectors-expected.txt:
3030 * platform/qt/css1/basic/grouping-expected.txt:
3031 * platform/qt/css1/basic/id_as_selector-expected.txt:
3032 * platform/qt/css1/basic/inheritance-expected.txt:
3033 * platform/qt/css1/box_properties/acid_test-expected.txt:
3034 * platform/qt/css1/box_properties/border-expected.txt:
3035 * platform/qt/css1/box_properties/border_bottom-expected.txt:
3036 * platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
3037 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
3038 * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
3039 * platform/qt/css1/box_properties/border_color-expected.txt:
3040 * platform/qt/css1/box_properties/border_color_inline-expected.txt:
3041 * platform/qt/css1/box_properties/border_inline-expected.txt:
3042 * platform/qt/css1/box_properties/border_left-expected.txt:
3043 * platform/qt/css1/box_properties/border_left_inline-expected.txt:
3044 * platform/qt/css1/box_properties/border_left_width-expected.txt:
3045 * platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
3046 * platform/qt/css1/box_properties/border_right-expected.txt:
3047 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
3048 * platform/qt/css1/box_properties/border_right_width-expected.txt:
3049 * platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
3050 * platform/qt/css1/box_properties/border_style-expected.txt:
3051 * platform/qt/css1/box_properties/border_style_inline-expected.txt:
3052 * platform/qt/css1/box_properties/border_top-expected.txt:
3053 * platform/qt/css1/box_properties/border_top_inline-expected.txt:
3054 * platform/qt/css1/box_properties/border_top_width-expected.txt:
3055 * platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
3056 * platform/qt/css1/box_properties/border_width-expected.txt:
3057 * platform/qt/css1/box_properties/border_width_inline-expected.txt:
3058 * platform/qt/css1/box_properties/clear-expected.txt:
3059 * platform/qt/css1/box_properties/clear_float-expected.txt:
3060 * platform/qt/css1/box_properties/float-expected.txt:
3061 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
3062 * platform/qt/css1/box_properties/float_margin-expected.txt:
3063 * platform/qt/css1/box_properties/height-expected.txt:
3064 * platform/qt/css1/box_properties/margin-expected.txt:
3065 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
3066 * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
3067 * platform/qt/css1/box_properties/margin_inline-expected.txt:
3068 * platform/qt/css1/box_properties/margin_left-expected.txt:
3069 * platform/qt/css1/box_properties/margin_left_inline-expected.txt:
3070 * platform/qt/css1/box_properties/margin_right-expected.txt:
3071 * platform/qt/css1/box_properties/margin_right_inline-expected.txt:
3072 * platform/qt/css1/box_properties/margin_top-expected.txt:
3073 * platform/qt/css1/box_properties/margin_top_inline-expected.txt:
3074 * platform/qt/css1/box_properties/padding-expected.txt:
3075 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
3076 * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
3077 * platform/qt/css1/box_properties/padding_inline-expected.txt:
3078 * platform/qt/css1/box_properties/padding_left-expected.txt:
3079 * platform/qt/css1/box_properties/padding_left_inline-expected.txt:
3080 * platform/qt/css1/box_properties/padding_right-expected.txt:
3081 * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
3082 * platform/qt/css1/box_properties/padding_top-expected.txt:
3083 * platform/qt/css1/box_properties/padding_top_inline-expected.txt:
3084 * platform/qt/css1/box_properties/width-expected.txt:
3085 * platform/qt/css1/cascade/cascade_order-expected.txt:
3086 * platform/qt/css1/cascade/important-expected.txt:
3087 * platform/qt/css1/classification/display-expected.txt:
3088 * platform/qt/css1/classification/list_style-expected.txt:
3089 * platform/qt/css1/classification/list_style_image-expected.txt:
3090 * platform/qt/css1/classification/list_style_position-expected.txt:
3091 * platform/qt/css1/classification/list_style_type-expected.txt:
3092 * platform/qt/css1/classification/white_space-expected.txt:
3093 * platform/qt/css1/color_and_background/background-expected.txt:
3094 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
3095 * platform/qt/css1/color_and_background/background_color-expected.txt:
3096 * platform/qt/css1/color_and_background/background_image-expected.txt:
3097 * platform/qt/css1/color_and_background/background_position-expected.txt:
3098 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
3099 * platform/qt/css1/color_and_background/color-expected.txt:
3100 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
3101 * platform/qt/css1/font_properties/font-expected.txt:
3102 * platform/qt/css1/font_properties/font_family-expected.txt:
3103 * platform/qt/css1/font_properties/font_size-expected.txt:
3104 * platform/qt/css1/font_properties/font_style-expected.txt:
3105 * platform/qt/css1/font_properties/font_variant-expected.txt:
3106 * platform/qt/css1/font_properties/font_weight-expected.txt:
3107 * platform/qt/css1/formatting_model/canvas-expected.txt:
3108 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
3109 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
3110 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
3111 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
3112 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
3113 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
3114 * platform/qt/css1/pseudo/anchor-expected.txt:
3115 * platform/qt/css1/pseudo/firstletter-expected.txt:
3116 * platform/qt/css1/pseudo/firstline-expected.txt:
3117 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
3118 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
3119 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
3120 * platform/qt/css1/text_properties/line_height-expected.txt:
3121 * platform/qt/css1/text_properties/text_align-expected.txt:
3122 * platform/qt/css1/text_properties/text_decoration-expected.txt:
3123 * platform/qt/css1/text_properties/text_indent-expected.txt:
3124 * platform/qt/css1/text_properties/text_transform-expected.txt:
3125 * platform/qt/css1/text_properties/vertical_align-expected.txt:
3126 * platform/qt/css1/text_properties/word_spacing-expected.txt:
3127 * platform/qt/css1/units/color_units-expected.txt:
3128 * platform/qt/css1/units/length_units-expected.txt:
3129 * platform/qt/css1/units/percentage_units-expected.txt:
3130 * platform/qt/css1/units/urls-expected.txt:
3131 * platform/qt/css2.1/t010403-shand-font-00-b-expected.txt:
3132 * platform/qt/css2.1/t010403-shand-font-01-b-expected.txt:
3133 * platform/qt/css2.1/t010403-shand-font-02-b-expected.txt:
3134 * platform/qt/css2.1/t010403-shand-font-03-b-expected.txt:
3135 * platform/qt/css2.1/t040103-escapes-01-b-expected.txt:
3136 * platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt:
3137 * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt:
3138 * platform/qt/css2.1/t050803-c14-classes-00-e-expected.txt:
3139 * platform/qt/css2.1/t0509-c15-ids-01-e-expected.txt:
3140 * platform/qt/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
3141 * platform/qt/css2.1/t0603-c11-import-00-b-expected.txt:
3142 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
3143 * platform/qt/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
3144 * platform/qt/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
3145 * platform/qt/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
3146 * platform/qt/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
3147 * platform/qt/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
3148 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
3149 * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
3150 * platform/qt/css2.1/t1508-c527-font-01-b-expected.txt:
3151 * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
3152 * platform/qt/css3/css3-modsel-33-expected.txt:
3154 2008-04-30 Simon Hausmann <hausmann@webkit.org>
3156 Rubber-stamped by Holger.
3158 Updated the skip list for the Qt port to exclude features currently
3161 * platform/qt/Skipped:
3163 2008-04-30 Rob Buis <buis@kde.org>
3168 https://bugs.webkit.org/show_bug.cgi?id=11939
3169 Quirksmode: Ignores media types in stylesheet PIs
3171 * fast/css/resources/xml-stylesheet-media-print.css: Added.
3172 * fast/css/resources/xml-stylesheet-media-screen.css: Added.
3173 * fast/css/xml-stylesheet-media-processing-expected.txt: Added.
3174 * fast/css/xml-stylesheet-media-processing.xhtml: Added.
3176 2008-04-29 Anatoli Papirovski <apapirovski@mac.com>
3178 Reviewed by Dan Bernstein.
3180 Modified the SVG test case for RGB and RGBA parsing - mixing percentage and
3181 numerical values is illegal.
3183 * svg/custom/rgbcolor-syntax.svg:
3185 2008-04-29 David Hyatt <hyatt@apple.com>
3187 Implement support for the new box-reflect property. Tests of the new property.
3189 Reviewed by Dan Bernstein
3191 * fast/reflections: Added.
3192 * fast/reflections/reflection-computed-style-expected.txt: Added.
3193 * fast/reflections/reflection-computed-style.html: Added.
3194 * fast/reflections/reflection-direction.html: Added.
3195 * fast/reflections/reflection-masks.html: Added.
3196 * fast/reflections/reflection-nesting.html: Added.
3197 * fast/reflections/resources: Added.
3198 * fast/reflections/resources/kate.png: Added.
3199 * fast/reflections/resources/vignette-mask.png: Added.
3201 2008-04-29 Anatoli Papirovski <apapirovski@mac.com>
3203 Reviewed by Darin Adler.
3205 Fix for https://bugs.webkit.org/show_bug.cgi?id=18355
3206 Updated the results of the layout test for "RGB color syntax error handling".
3208 * platform/mac/css2.1/t040306-syntax-01-f-expected.checksum:
3209 * platform/mac/css2.1/t040306-syntax-01-f-expected.png:
3210 * platform/mac/css2.1/t040306-syntax-01-f-expected.txt:
3212 2008-04-29 Simon Hausmann <hausmann@webkit.org>
3214 Rubber-stamped by Holger.
3216 Updated the layout tests after the latest submits to the Qt port
3217 to our new baseline, after numerous fixes in RenderThemeQt
3220 Updated the Skipped file with new expected failures that need
3223 * platform/qt/Skipped:
3224 * platform/qt/css1/box_properties/acid_test-expected.txt:
3225 * platform/qt/css1/font_properties/font_family-expected.txt:
3226 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
3227 * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
3228 * platform/qt/editing/deleting/5168598-expected.txt:
3229 * platform/qt/editing/execCommand/4920488-expected.txt:
3230 * platform/qt/editing/execCommand/insertImage-expected.txt:
3231 * platform/qt/editing/inserting/4960120-1-expected.txt:
3232 * platform/qt/editing/inserting/before-after-input-element-expected.txt:
3233 * platform/qt/editing/pasteboard/4641033-expected.txt:
3234 * platform/qt/editing/pasteboard/4806874-expected.txt:
3235 * platform/qt/editing/pasteboard/4944770-1-expected.txt:
3236 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
3237 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt:
3238 * platform/qt/editing/pasteboard/pasting-tabs-expected.txt:
3239 * platform/qt/editing/selection/3690703-2-expected.txt:
3240 * platform/qt/editing/selection/3690703-expected.txt:
3241 * platform/qt/editing/selection/3690719-expected.txt:
3242 * platform/qt/editing/selection/4397952-expected.txt:
3243 * platform/qt/editing/selection/4895428-3-expected.txt:
3244 * platform/qt/editing/selection/5136696-expected.txt:
3245 * platform/qt/editing/selection/5213963-expected.txt:
3246 * platform/qt/editing/selection/5240265-expected.txt:
3247 * platform/qt/editing/selection/caret-before-select-expected.txt:
3248 * platform/qt/editing/selection/replaced-boundaries-3-expected.txt:
3249 * platform/qt/editing/selection/select-box-expected.txt:
3250 * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt:
3251 * platform/qt/fast/block/basic/011-expected.txt:
3252 * platform/qt/fast/block/float/032-expected.txt:
3253 * platform/qt/fast/block/float/float-avoidance-expected.txt:
3254 * platform/qt/fast/block/positioning/inline-block-relposition-expected.txt:
3255 * platform/qt/fast/css/continuationCrash-expected.txt:
3256 * platform/qt/fast/css/line-height-expected.txt:
3257 * platform/qt/fast/css/margin-top-bottom-dynamic-expected.txt:
3258 * platform/qt/fast/css/resize-corner-tracking-expected.txt:
3259 * platform/qt/fast/css/rtl-ordering-expected.txt:
3260 * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
3261 * platform/qt/fast/dom/inner-text-expected.txt:
3262 * platform/qt/fast/dynamic/008-expected.txt:
3263 * platform/qt/fast/encoding/utf-16-big-endian-expected.txt:
3264 * platform/qt/fast/encoding/utf-16-little-endian-expected.txt:
3265 * platform/qt/fast/events/label-focus-expected.txt:
3266 * platform/qt/fast/forms/001-expected.txt:
3267 * platform/qt/fast/forms/003-expected.txt:
3268 * platform/qt/fast/forms/004-expected.txt:
3269 * platform/qt/fast/forms/8250-expected.txt:
3270 * platform/qt/fast/forms/HTMLOptionElement_label01-expected.txt:
3271 * platform/qt/fast/forms/HTMLOptionElement_label02-expected.txt:
3272 * platform/qt/fast/forms/HTMLOptionElement_label03-expected.txt:
3273 * platform/qt/fast/forms/HTMLOptionElement_label04-expected.txt:
3274 * platform/qt/fast/forms/HTMLOptionElement_label06-expected.txt:
3275 * platform/qt/fast/forms/HTMLOptionElement_label07-expected.txt:
3276 * platform/qt/fast/forms/blankbuttons-expected.txt:
3277 * platform/qt/fast/forms/box-shadow-override-expected.txt:
3278 * platform/qt/fast/forms/button-align-expected.txt:
3279 * platform/qt/fast/forms/button-generated-content-expected.txt:
3280 * platform/qt/fast/forms/button-inner-block-reuse-expected.txt:
3281 * platform/qt/fast/forms/button-positioned-expected.txt:
3282 * platform/qt/fast/forms/button-sizes-expected.txt:
3283 * platform/qt/fast/forms/button-table-styles-expected.txt:
3284 * platform/qt/fast/forms/button-white-space-expected.txt:
3285 * platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
3286 * platform/qt/fast/forms/disabled-select-change-index-expected.txt:
3287 * platform/qt/fast/forms/encoding-test-expected.txt:
3288 * platform/qt/fast/forms/fieldset-align-expected.txt:
3289 * platform/qt/fast/forms/file-input-direction-expected.txt:
3290 * platform/qt/fast/forms/file-input-disabled-expected.txt:
3291 * platform/qt/fast/forms/floating-textfield-relayout-expected.txt:
3292 * platform/qt/fast/forms/form-element-geometry-expected.txt:
3293 * platform/qt/fast/forms/formmove-expected.txt:
3294 * platform/qt/fast/forms/formmove2-expected.txt:
3295 * platform/qt/fast/forms/formmove3-expected.txt:
3296 * platform/qt/fast/forms/hidden-input-file-expected.txt:
3297 * platform/qt/fast/forms/input-align-expected.txt:
3298 * platform/qt/fast/forms/input-appearance-bkcolor-expected.txt:
3299 * platform/qt/fast/forms/input-appearance-default-bkcolor-expected.txt:
3300 * platform/qt/fast/forms/input-appearance-disabled-expected.txt:
3301 * platform/qt/fast/forms/input-appearance-focus-expected.txt:
3302 * platform/qt/fast/forms/input-appearance-height-expected.txt:
3303 * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
3304 * platform/qt/fast/forms/input-appearance-readonly-expected.txt:
3305 * platform/qt/fast/forms/input-appearance-selection-expected.txt:
3306 * platform/qt/fast/forms/input-appearance-visibility-expected.txt:
3307 * platform/qt/fast/forms/input-appearance-width-expected.txt:
3308 * platform/qt/fast/forms/input-baseline-expected.txt:
3309 * platform/qt/fast/forms/input-disabled-color-expected.txt:
3310 * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
3311 * platform/qt/fast/forms/input-paste-undo-expected.txt:
3312 * platform/qt/fast/forms/input-readonly-dimmed-expected.txt:
3313 * platform/qt/fast/forms/input-readonly-empty-expected.txt:
3314 * platform/qt/fast/forms/input-spaces-expected.txt:
3315 * platform/qt/fast/forms/input-table-expected.txt:
3316 * platform/qt/fast/forms/input-text-click-inside-expected.txt:
3317 * platform/qt/fast/forms/input-text-maxlength-expected.txt:
3318 * platform/qt/fast/forms/input-text-option-delete-expected.txt:
3319 * platform/qt/fast/forms/input-text-paste-maxlength-expected.txt:
3320 * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
3321 * platform/qt/fast/forms/input-text-word-wrap-expected.txt:
3322 * platform/qt/fast/forms/input-type-change2-expected.txt:
3323 * platform/qt/fast/forms/input-value-expected.txt:
3324 * platform/qt/fast/forms/input-width-expected.txt:
3325 * platform/qt/fast/forms/listbox-width-change-expected.txt:
3326 * platform/qt/fast/forms/menulist-deselect-update-expected.txt:
3327 * platform/qt/fast/forms/menulist-narrow-width-expected.txt:
3328 * platform/qt/fast/forms/menulist-restrict-line-height-expected.txt:
3329 * platform/qt/fast/forms/menulist-separator-painting-expected.txt:
3330 * platform/qt/fast/forms/menulist-width-change-expected.txt:
3331 * platform/qt/fast/forms/minWidthPercent-expected.txt:
3332 * platform/qt/fast/forms/option-script-expected.txt:
3333 * platform/qt/fast/forms/option-strip-whitespace-expected.txt:
3334 * platform/qt/fast/forms/option-text-clip-expected.txt:
3335 * platform/qt/fast/forms/password-placeholder-expected.txt:
3336 * platform/qt/fast/forms/placeholder-set-attribute-expected.txt:
3337 * platform/qt/fast/forms/plaintext-mode-2-expected.txt:
3338 * platform/qt/fast/forms/radio-attr-order-expected.txt:
3339 * platform/qt/fast/forms/radio-nested-labels-expected.txt:
3340 * platform/qt/fast/forms/radio_checked-expected.txt:
3341 * platform/qt/fast/forms/radio_checked_dynamic-expected.txt:
3342 * platform/qt/fast/forms/select-align-expected.txt:
3343 * platform/qt/fast/forms/select-baseline-expected.txt:
3344 * platform/qt/fast/forms/select-change-listbox-to-popup-expected.txt:
3345 * platform/qt/fast/forms/select-disabled-appearance-expected.txt:
3346 * platform/qt/fast/forms/select-initial-position-expected.txt:
3347 * platform/qt/fast/forms/select-selected-expected.txt:
3348 * platform/qt/fast/forms/select-size-expected.txt:
3349 * platform/qt/fast/forms/select-style-expected.txt:
3350 * platform/qt/fast/forms/select-visual-hebrew-expected.txt:
3351 * platform/qt/fast/forms/stuff-on-my-optgroup-expected.txt:
3352 * platform/qt/fast/forms/targeted-frame-submission-expected.txt:
3353 * platform/qt/fast/forms/textarea-align-expected.txt:
3354 * platform/qt/fast/forms/textarea-rows-cols-expected.txt:
3355 * platform/qt/fast/forms/textarea-setinnerhtml-expected.txt:
3356 * platform/qt/fast/forms/textfield-drag-into-disabled-expected.txt:
3357 * platform/qt/fast/forms/textfield-overflow-expected.txt:
3358 * platform/qt/fast/forms/visual-hebrew-text-field-expected.txt:
3359 * platform/qt/fast/images/pdf-as-image-expected.txt:
3360 * platform/qt/fast/images/pdf-as-image-landscape-expected.txt:
3361 * platform/qt/fast/images/svg-as-image-expected.txt:
3362 * platform/qt/fast/inline/positionedLifetime-expected.txt:
3363 * platform/qt/fast/invalid/014-expected.txt:
3364 * platform/qt/fast/lists/dynamic-marker-crash-expected.txt:
3365 * platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
3366 * platform/qt/fast/loader/start-load-in-unload-expected.txt:
3367 * platform/qt/fast/parser/document-write-option-expected.txt:
3368 * platform/qt/fast/repaint/control-clip-expected.txt:
3369 * platform/qt/fast/replaced/pdf-as-image-expected.txt:
3370 * platform/qt/fast/replaced/replaced-breaking-expected.txt:
3371 * platform/qt/fast/replaced/replaced-breaking-mixture-expected.txt:
3372 * platform/qt/fast/replaced/three-selects-break-expected.txt:
3373 * platform/qt/fast/replaced/width100percent-button-expected.txt:
3374 * platform/qt/fast/replaced/width100percent-menulist-expected.txt:
3375 * platform/qt/fast/replaced/width100percent-radio-expected.txt:
3376 * platform/qt/fast/replaced/width100percent-textfield-expected.txt:
3377 * platform/qt/fast/selectors/064-expected.txt:
3378 * platform/qt/fast/table/003-expected.txt:
3379 * platform/qt/fast/table/append-cells2-expected.txt:
3380 * platform/qt/fast/table/colspanMinWidth-expected.txt:
3381 * platform/qt/fast/table/remove-td-display-none-expected.txt:
3382 * platform/qt/fast/table/spanOverlapRepaint-expected.txt:
3383 * platform/qt/fast/table/text-field-baseline-expected.txt:
3384 * platform/qt/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
3385 * platform/qt/tables/mozilla/bugs/45621-expected.txt:
3386 * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
3387 * platform/qt/tables/mozilla/bugs/bug12384-expected.txt:
3388 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
3389 * platform/qt/tables/mozilla/bugs/bug138725-expected.txt:
3390 * platform/qt/tables/mozilla/bugs/bug18359-expected.txt:
3391 * platform/qt/tables/mozilla/bugs/bug194024-expected.txt:
3392 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
3393 * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
3394 * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
3395 * platform/qt/tables/mozilla/bugs/bug26178-expected.txt:
3396 * platform/qt/tables/mozilla/bugs/bug28928-expected.txt:
3397 * platform/qt/tables/mozilla/bugs/bug29326-expected.txt:
3398 * platform/qt/tables/mozilla/bugs/bug2962-expected.txt:
3399 * platform/qt/tables/mozilla/bugs/bug30559-expected.txt:
3400 * platform/qt/tables/mozilla/bugs/bug30692-expected.txt:
3401 * platform/qt/tables/mozilla/bugs/bug33855-expected.txt:
3402 * platform/qt/tables/mozilla/bugs/bug39209-expected.txt:
3403 * platform/qt/tables/mozilla/bugs/bug4382-expected.txt:
3404 * platform/qt/tables/mozilla/bugs/bug4429-expected.txt:
3405 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
3406 * platform/qt/tables/mozilla/bugs/bug46368-1-expected.txt:
3407 * platform/qt/tables/mozilla/bugs/bug46368-2-expected.txt:
3408 * platform/qt/tables/mozilla/bugs/bug51037-expected.txt:
3409 * platform/qt/tables/mozilla/bugs/bug55545-expected.txt:
3410 * platform/qt/tables/mozilla/bugs/bug56201-expected.txt:
3411 * platform/qt/tables/mozilla/bugs/bug59354-expected.txt:
3412 * platform/qt/tables/mozilla/bugs/bug60749-expected.txt:
3413 * platform/qt/tables/mozilla/bugs/bug68912-expected.txt:
3414 * platform/qt/tables/mozilla/bugs/bug7342-expected.txt:
3415 * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
3416 * platform/qt/tables/mozilla/bugs/bug96334-expected.txt:
3417 * platform/qt/tables/mozilla/bugs/bug99948-expected.txt:
3418 * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
3419 * platform/qt/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
3420 * platform/qt/tables/mozilla/core/margins-expected.txt:
3421 * platform/qt/tables/mozilla/dom/tableDom-expected.txt:
3422 * platform/qt/tables/mozilla/other/move_row-expected.txt:
3423 * platform/qt/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
3424 * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
3425 * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: