1 2008-01-13 Dan Bernstein <mitz@apple.com>
3 Change test to match the results landed in r29424. The test changes were
4 omitted in that check-in.
6 * editing/pasteboard/paste-RTFD.html:
8 2008-01-12 Dan Bernstein <mitz@apple.com>
10 Update expected results for fast/replaced/image-map-expected after
11 r29432 disabled document replacement by the JavaScript result in this
14 * fast/replaced/image-map-expected.txt:
16 2008-01-12 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
20 * Make launching of the WebKit httpd work on GNU/Debian/Linux
22 The configuration of Apache2 and installation does not depend on
23 the kernel but on the distribution policy. Make launching of httpd
24 work for Debian derived distributions.
26 * http/conf/apache2-debian-httpd.conf: Added.
28 2008-01-11 Geoffrey Garen <ggaren@apple.com>
30 Reviewed by Oliver Hunt.
32 Fixed <rdar://problem/5665251> REGRESSION (r28880-r28886): Global
33 variable access (16644)
35 Added a test. Updated other tests to match new behavior.
37 * fast/js/var-declarations-shadowing-expected.txt: Added.
38 * fast/js/var-declarations-shadowing.html: Added.
40 * fast/dom/HTMLScriptElement/script-load-events.html: Changed this test
41 a bit because the original design made it hard to understand why it was failing.
42 * fast/dom/HTMLScriptElement/script-load-events-expected.txt:
44 * fast/dom/Window/get-set-properties.html: Changed this test to expect
45 our new behavior, which matches Firefox.
46 * fast/dom/Window/get-set-properties-expected.txt:
48 * fast/dom/Window/window-property-shadowing.html: Removed some cases
49 that differed from Firefox.
50 * fast/dom/Window/window-property-shadowing-expected.txt:
52 * http/tests/security/cross-frame-access-put-expected.txt: This test emits
53 more "Unsafe JavaScript attempt" messages now because property sets that
54 used to be prohibited (somewhat accidentally) by the ReadOnly attribute
55 are now prohibited by security checks.
57 2008-01-11 Anyang Ren <anyang.ren@gmail.com>
59 Reviewed by Darin Adler.
61 Add a new regression test for
62 http://bugs.webkit.org/show_bug.cgi?id=15960
63 The view source mode should skip an empty attribute value only if
64 the attribute name is not followed by an equal sign (=).
66 * fast/frames/resources/viewsource-frame-1.html: Added.
67 * fast/frames/viewsource-empty-attribute-value-expected.txt: Added.
68 * fast/frames/viewsource-empty-attribute-value.html: Added.
70 2008-01-11 Cameron Zwarich <cwzwarich@uwaterloo.ca>
74 Added a test case that came up when developing the ActivationImp tear-off.
76 * fast/js/resources/vardecl-preserve-arguments.js:
77 * fast/js/vardecl-preserve-arguments-expected.txt:
79 2008-01-11 Justin Garcia <justin.garcia@apple.com>
81 <rdar://problem/5541054> editing/pasteboard/paste-RTFD.html failing on Tiger
83 * editing/pasteboard/paste-RTFD.html: Mention the Tiger bug that this demonstrates.
84 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.checksum: Added.
85 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.png: Added.
86 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt: Updated expected results
87 to reflect the new info included in the test.
88 * platform/mac/editing/pasteboard/paste-RTFD-expected.checksum: Ditto.
89 * platform/mac/editing/pasteboard/paste-RTFD-expected.png:
90 * platform/mac/editing/pasteboard/paste-RTFD-expected.txt:
92 2008-01-11 Jon Honeycutt <jhoneycutt@apple.com>
94 * platform/win/Skipped: Remove a test that was fixed in r29419.
96 2008-01-11 Alexey Proskuryakov <ap@webkit.org>
98 Reviewed by Adam Roben.
100 <rdar://problem/5667275> fast/dynamic/layer-hit-test-crash.html is failing
102 * platform/win/Skipped: The test now passes.
104 2008-01-11 Adam Roben <aroben@apple.com>
106 * platform/win/Skipped: Added some new failures.
108 2008-01-10 Stephanie <slewis@apple.com>
112 Move svg/batik/text/smallfonts.svg to the right skip list.
114 * platform/mac-tiger/Skipped:
115 * platform/mac/Skipped:
117 2008-01-10 Sam Weinig <sam@webkit.org>
119 Reviewed by Anders Carlsson.
121 Tests for http://bugs.webkit.org/show_bug.cgi?id=16522
122 <rdar://problem/5657355>
124 * http/tests/security/frameNavigation/resources/frame-with-link-to-navigate.html: Added.
125 * http/tests/security/frameNavigation/resources/frame-with-plugin-to-navigate.html: Added.
126 * http/tests/security/frameNavigation/resources/navigation-happened.html: Added.
127 * http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt: Added.
128 * http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html: Added.
129 * http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation-expected.txt: Added.
130 * http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation.html: Added.
131 * platform/win/Skipped:
133 2008-01-10 Adam Roben <aroben@apple.com>
135 * platform/win/Skipped: Removed a test that was fixed in r26826.
137 2008-01-10 Adam Roben <aroben@apple.com>
139 * platform/win/Skipped: Removed a test that was fixed in r28372.
141 2008-01-10 Alexey Proskuryakov <ap@webkit.org>
143 Reviewed by Adam Roben.
145 <rdar://problem/5667003> fast/dom/xmlhttprequest-html-response-encoding.html is failing
147 * platform/win/Skipped: Remove the fixed test.
149 2008-01-10 Kevin McCullough <kmccullough@apple.com>
151 Reviewed by Darin, Sam, and Adam.
153 -<rdar://problem/5654486> REGRESSION (Safari 3.0.4-TOT): clicking on
154 link in gmail message displays JavaScript alert falsely complaining
155 about pop-up blocking
156 - When trying to open a new window, we now see if the user gesture
157 occurred in the global dynamic object instead of the frame since that is
158 the only place an event can occur.
160 * fast/events/open-window-from-another-frame-expected.txt: Added.
161 * fast/events/open-window-from-another-frame.html: Added.
162 * fast/events/resources/open-window-from-another-frame-otherFrame.html: Added.
163 * fast/events/resources/window-opened.html: Added.
164 * platform/win/Skipped:
166 2008-01-10 Dan Bernstein <mitz@apple.com>
168 Reviewed by Darin Adler.
170 - re-enable crashing test after fixing http://bugs.webkit.org/show_bug.cgi?id=16782
171 <rdar://problem/5675331> REGRESSION(r29266): Reproducible crash in fast/replaced/image-map.html
173 * fast/replaced/image-map-expected.txt: Updated results for the new
174 behavior, which is to replace the document with the success message.
175 * fast/replaced/image-map.html: Copied from LayoutTests/fast/replaced/image-map.html-disabled.
176 * fast/replaced/image-map.html-disabled: Removed.
178 2008-01-10 Dan Bernstein <mitz@apple.com>
180 Reviewed by John Sullivan.
182 - make more tests pass on Windows by forcing font fallback to match
185 * fast/css/beforeSelectorOnCodeElement.html:
186 * fast/css/rtl-ordering.html:
187 * fast/css/text-security.html:
188 * platform/win/Skipped:
190 2008-01-09 Ada Chan <adachan@apple.com>
192 Tests tabbing with different combinations of modifiers keys, where some
193 should advance focus and some should not.
197 * fast/forms/tabs-with-modifiers-expected.txt: Added.
198 * fast/forms/tabs-with-modifiers.html: Copied from fast/forms/focus2.html.
200 2008-01-09 Dan Bernstein <mitz@apple.com>
202 Reviewed by Darin Adler.
204 - move a WebKit test which was inadvertently added to a test suite
205 directory into a custom test directory and change it to give the same
208 * css1/text_properties/text-transCapitalize.html: Removed.
209 * fast/text/capitalize-boundaries.html: Copied from LayoutTests/css1/text_properties/text-transCapitalize.html,
210 updated the Bugzilla URL and added @font-face rules to make Windows
211 results match Mac OS X.
212 * platform/mac/css1/text_properties/text-transCapitalize-expected.checksum: Removed.
213 * platform/mac/css1/text_properties/text-transCapitalize-expected.png: Removed.
214 * platform/mac/css1/text_properties/text-transCapitalize-expected.txt: Removed.
215 * platform/mac/fast/text/capitalize-boundaries-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/text-transCapitalize-expected.checksum.
216 * platform/mac/fast/text/capitalize-boundaries-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/text-transCapitalize-expected.png.
217 * platform/mac/fast/text/capitalize-boundaries-expected.txt: Copied from LayoutTests/platform/mac/css1/text_properties/text-transCapitalize-expected.txt.
218 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt: Removed.
219 * platform/win/Skipped: Removed css1/text_properties/text-transCapitalize.html.
221 2008-01-09 Alexey Proskuryakov <ap@webkit.org>
223 Reviewed by Adam Roben.
225 <rdar://problem/5673716> fast/loader/opaque-base-url.html is failing
226 <rdar://problem/5670275> fast/loader/onunload-form-submit-crash.html is failing
227 <rdar://problem/5667277> fast/loader/onunload-form-submit-crash-2.html is failing
229 * fast/loader/meta-refresh-vs-open.html: Changed to be more DRT-friendly.
230 * platform/win/Skipped: Removed tests that were victims of the above.
232 2008-01-09 Alexey Proskuryakov <ap@webkit.org>
234 Reviewed by Adam Roben.
236 Fix fast/encoding/frame-default-enc.html, which is failing on buildbot.
238 Internal frame names for this test are changing for no apparent reason (see r25269).
239 Make the test independent of the names.
241 * fast/encoding/frame-default-enc-expected.txt:
242 * fast/encoding/frame-default-enc.html:
243 * fast/encoding/resources/frame-default-enc-frame.html:
245 2008-01-09 Adam Roben <aroben@apple.com>
247 Update some test results
251 * fast/dom/Window/window-properties-expected.txt: Updated after
253 * platform/win/media/audio-controls-rendering-expected.txt:
254 Regenerated results with the correct fonts.
255 * platform/win/media/video-aspect-ratio-expected.txt: Ditto.
256 * platform/win/media/video-controls-rendering-expected.txt: Ditto.
257 * platform/win/media/video-transformed-expected.txt: Ditto.
259 2007-10-01 Allan Sandfeld Jensen <sandfeld@kde.org>
261 Updated by Eric, Reviewed by Hyatt.
263 - tests and updates for http://bugs.webkit.org/show_bug.cgi?id=9454
265 * fast/selectors/lang-inheritance-expected.checksum: Added.
266 * fast/selectors/lang-inheritance-expected.png: Added.
267 * fast/selectors/lang-inheritance-expected.txt: Added.
268 * fast/selectors/lang-inheritance.html: Added.
269 * fast/selectors/lang-inheritance2-expected.checksum: Added.
270 * fast/selectors/lang-inheritance2-expected.png: Added.
271 * fast/selectors/lang-inheritance2-expected.txt: Added.
272 * fast/selectors/lang-inheritance2.html: Added.
273 * fast/selectors/lang-vs-xml-lang-expected.checksum: Added.
274 * fast/selectors/lang-vs-xml-lang-expected.png: Added.
275 * fast/selectors/lang-vs-xml-lang-expected.txt: Added.
276 * fast/selectors/lang-vs-xml-lang-xhtml-expected.checksum: Added.
277 * fast/selectors/lang-vs-xml-lang-xhtml-expected.png: Added.
278 * fast/selectors/lang-vs-xml-lang-xhtml-expected.txt: Added.
279 * fast/selectors/lang-vs-xml-lang-xhtml.xhtml: Added.
280 * fast/selectors/lang-vs-xml-lang.html: Added.
281 * svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
282 * svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
283 * svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
285 2008-01-08 Antti Koivisto <antti@apple.com>
289 Test that media element constructors behave consistently.
291 * media/constructors-expected.txt: Added.
292 * media/constructors.html: Added.
294 2008-01-08 Adam Roben <aroben@apple.com>
296 * fast/replaced/image-map.html: Disabled this until bug 16782 is
299 2008-01-08 Adam Roben <aroben@apple.com>
301 Fix fast/dom/Window/window-properties.html on Windows
303 Windows now has the same results as other platforms.
305 * platform/win/fast/dom/Window/window-properties-expected.txt: Removed.
307 2008-01-08 Dan Bernstein <mitz@apple.com>
309 - remove a test from the skipped list
311 * platform/win/Skipped:
313 2008-01-08 Antti Koivisto <antti@apple.com>
317 Test cross-frame access to media properties.
319 * http/tests/security/cross-frame-access-get-expected.txt:
320 * http/tests/security/cross-frame-access-get.html:
322 2008-01-07 Antti Koivisto <antti@apple.com>
324 Rubber stamped by Darin.
326 Enable media tests on Windows.
328 * platform/win/Skipped:
329 * platform/win/media: Added.
330 * platform/win/media/audio-controls-rendering-expected.txt: Added.
331 * platform/win/media/video-aspect-ratio-expected.txt: Added.
332 * platform/win/media/video-controls-rendering-expected.txt: Added.
333 * platform/win/media/video-transformed-expected.txt: Added.
335 2008-01-08 Adele Peterson <adele@apple.com>
340 <rdar://problem/5674667> fast/forms/slider-mouse-events.html is broken by media control checkin 29257
342 * fast/forms/slider-mouse-events-expected.txt:
343 * fast/forms/slider-mouse-events.html: Now tests mousemove events too.
345 2008-01-08 Alexey Proskuryakov <ap@webkit.org>
349 <rdar://problem/5659812> CrashTracer: 462 crashes in Safari at com.apple.WebCore:
350 WebCore::Node::setChanged + 96
352 * fast/dom/cssTarget-crash-expected.txt: Added.
353 * fast/dom/cssTarget-crash.html: Added.
355 2008-01-08 Anders Carlsson <andersca@apple.com>
359 <rdar://problem/5667286>
360 plugins/createScriptableObject-before-start.html is failing due to denied cross-frame access
362 Use our own test plug-in instead of the Flash plug-in. The Flash plug-in tries to get the URL of the top frame
363 which will cause a security exception.
365 * platform/win/Skipped:
366 * plugins/createScriptableObject-before-start.html:
368 2008-01-07 Alice Liu <alice.liu@apple.com>
370 * platform/win/Skipped:
373 2008-01-07 Adele Peterson <adele@apple.com>
375 Temporary results until I fix:
376 <rdar://problem/5674667> fast/forms/slider-mouse-events.html is broken by media control checkin 29257
378 * fast/forms/slider-mouse-events-expected.txt:
380 2008-01-07 Oliver Hunt <oliver@apple.com>
384 Add test case for <image> with a transformation to retain aspect ratio
386 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.checksum: Added.
387 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.png: Added.
388 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt: Added.
389 * svg/custom/image-with-aspect-ratio-stretch.svg: Added.
391 Fixed expected output:
392 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
393 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
394 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
395 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
396 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
397 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
398 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
399 * platform/mac/svg/carto.net/selectionlist-expected.png:
400 * platform/mac/svg/custom/pointer-events-image-expected.checksum:
401 * platform/mac/svg/custom/pointer-events-image-expected.png:
402 * platform/mac/svg/custom/text-image-opacity-expected.checksum:
403 * platform/mac/svg/custom/text-image-opacity-expected.png:
405 2008-01-07 Adam Barth <hk9565@gmail.com>
407 Reviewed by Sam Weinig.
409 Fixes: http://bugs.webkit.org/show_bug.cgi?id=16523
411 Adds new LayoutTests for scripting from about:blank windows. These
412 windows should inherit its SecurityOrigin from its opener and should
413 refuse to change their origins when their opener changes exogenously
414 (the navigate-opener tests) or explicitly (the set-opener test).
416 * http/tests/security/aboutBlank: Added.
417 * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Added.
418 * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write.html: Added.
419 * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Added.
420 * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url.html: Added.
421 * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Added.
422 * http/tests/security/aboutBlank/xss-DENIED-set-opener.html: Added.
423 * http/tests/security/resources/innocent-victim-with-notify.html: Added.
424 * http/tests/security/resources/innocent-victim.html: Added.
425 * http/tests/security/resources/libwrapjs.js: Added.
426 * http/tests/security/resources/open-window.html: Added.
428 2008-01-07 Adele Peterson <adele@apple.com>
430 Reviewed by Antti, Adam, and Mitz.
433 <rdar://problem/5619073> Updated look for <video> controls
434 <rdar://problem/5619057> Add volume control to video controls
436 * platform/mac/media/audio-controls-rendering-expected.checksum:
437 * platform/mac/media/audio-controls-rendering-expected.png:
438 * platform/mac/media/audio-controls-rendering-expected.txt:
439 * platform/mac/media/video-controls-rendering-expected.checksum:
440 * platform/mac/media/video-controls-rendering-expected.png:
441 * platform/mac/media/video-controls-rendering-expected.txt:
442 * platform/mac/media/video-display-toggle-expected.checksum:
443 * platform/mac/media/video-display-toggle-expected.png:
444 * platform/mac/media/video-display-toggle-expected.txt:
446 2008-01-07 Alice Liu <alice.liu@apple.com>
450 checking in platform-specific results. addresses <rdar://5137719>
452 * platform/win/Skipped:
453 * platform/win/fast/dom/Window/window-screen-properties-expected.txt: Added.
455 2008-01-07 Kevin McCullough <kmccullough@apple.com>
459 - <rdar://problem/5667022> fast/events/mousemove-after-drag-over-scrollbar.html
460 failing (missing a mousemove event)
461 - Updated test to reflect it's original intention and filed a different
462 bug about the issue that caused the test to fail on Windows.
464 * fast/events/mousemove-after-drag-over-scrollbar-expected.txt:
465 * fast/events/mousemove-after-drag-over-scrollbar.html:
466 * platform/win/Skipped:
468 2008-01-07 Nikolas Zimmermann <zimmermann@kde.org>
472 Update layout tests after landing SVG Fonts support.
474 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
475 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
476 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
477 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
478 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
479 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
480 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
481 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
482 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
483 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
484 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
485 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
486 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
487 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
488 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
489 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
490 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
491 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
492 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
493 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
494 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
495 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
496 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
497 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
498 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
499 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
500 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
501 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
502 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
503 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
504 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
505 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
506 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
507 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
508 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
509 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
510 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
511 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
512 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
513 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
514 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
515 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
516 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
517 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
518 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
519 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
520 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
521 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
522 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
523 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
524 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
525 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
526 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
527 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
528 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
529 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
530 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
531 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
532 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
533 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
534 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
535 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
536 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
537 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
538 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
539 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
540 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
541 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
542 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
543 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
544 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
545 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
546 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
547 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
548 * platform/mac/svg/batik/masking/maskRegions-expected.checksum:
549 * platform/mac/svg/batik/masking/maskRegions-expected.png:
550 * platform/mac/svg/batik/paints/gradientLimit-expected.checksum:
551 * platform/mac/svg/batik/paints/gradientLimit-expected.png:
552 * platform/mac/svg/batik/paints/patternRegionA-expected.checksum:
553 * platform/mac/svg/batik/paints/patternRegionA-expected.png:
554 * platform/mac/svg/batik/paints/patternRegions-expected.checksum:
555 * platform/mac/svg/batik/paints/patternRegions-expected.png:
556 * platform/mac/svg/batik/text/longTextOnPath-expected.checksum:
557 * platform/mac/svg/batik/text/longTextOnPath-expected.png:
558 * platform/mac/svg/batik/text/textBiDi-expected.checksum:
559 * platform/mac/svg/batik/text/textBiDi-expected.png:
560 * platform/mac/svg/batik/text/textEffect-expected.checksum:
561 * platform/mac/svg/batik/text/textEffect-expected.png:
562 * platform/mac/svg/batik/text/textEffect-expected.txt:
563 * platform/mac/svg/batik/text/textEffect3-expected.checksum:
564 * platform/mac/svg/batik/text/textEffect3-expected.png:
565 * platform/mac/svg/batik/text/textEffect3-expected.txt:
566 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
567 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
568 * platform/mac/svg/batik/text/textLayout2-expected.checksum:
569 * platform/mac/svg/batik/text/textLayout2-expected.png:
570 * platform/mac/svg/batik/text/textOnPath3-expected.checksum:
571 * platform/mac/svg/batik/text/textOnPath3-expected.png:
572 * platform/mac/svg/batik/text/textPCDATA-expected.checksum:
573 * platform/mac/svg/batik/text/textPCDATA-expected.png:
574 * platform/mac/svg/batik/text/textPosition-expected.checksum:
575 * platform/mac/svg/batik/text/textPosition-expected.png:
576 * platform/mac/svg/batik/text/textPosition2-expected.checksum:
577 * platform/mac/svg/batik/text/textPosition2-expected.png:
578 * platform/mac/svg/batik/text/textPosition2-expected.txt:
579 * platform/mac/svg/batik/text/textProperties-expected.checksum:
580 * platform/mac/svg/batik/text/textProperties-expected.png:
581 * platform/mac/svg/batik/text/textStyles-expected.checksum:
582 * platform/mac/svg/batik/text/textStyles-expected.png:
583 * platform/mac/svg/batik/text/xmlSpace-expected.checksum:
584 * platform/mac/svg/batik/text/xmlSpace-expected.png:
585 * platform/mac/svg/custom/focus-ring-expected.checksum:
586 * platform/mac/svg/custom/focus-ring-expected.png:
587 * platform/mac/svg/custom/font-face-simple-expected.checksum:
588 * platform/mac/svg/custom/font-face-simple-expected.png:
589 * platform/mac/svg/custom/font-face-simple-expected.txt:
590 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.checksum:
591 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
592 * platform/mac/svg/custom/linking-a-03-b-transform-expected.checksum:
593 * platform/mac/svg/custom/linking-a-03-b-transform-expected.png:
594 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.checksum:
595 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.png:
596 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.checksum:
597 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
598 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.checksum:
599 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
600 * platform/mac/svg/custom/pattern-rotate-expected.checksum:
601 * platform/mac/svg/custom/pattern-rotate-expected.png:
602 * platform/mac/svg/custom/pointer-events-path-expected.checksum:
603 * platform/mac/svg/custom/pointer-events-path-expected.png:
604 * platform/mac/svg/custom/pointer-events-text-expected.checksum:
605 * platform/mac/svg/custom/pointer-events-text-expected.png:
606 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
607 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
608 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
609 * platform/mac/svg/custom/text-hit-test-expected.checksum:
610 * platform/mac/svg/custom/text-hit-test-expected.png:
611 * platform/mac/svg/text/text-align-01-b-expected.checksum:
612 * platform/mac/svg/text/text-align-01-b-expected.png:
613 * platform/mac/svg/text/text-align-02-b-expected.checksum:
614 * platform/mac/svg/text/text-align-02-b-expected.png:
615 * platform/mac/svg/text/text-align-05-b-expected.checksum:
616 * platform/mac/svg/text/text-align-05-b-expected.png:
617 * platform/mac/svg/text/text-align-06-b-expected.checksum:
618 * platform/mac/svg/text/text-align-06-b-expected.png:
619 * platform/mac/svg/text/text-altglyph-01-b-expected.checksum:
620 * platform/mac/svg/text/text-altglyph-01-b-expected.png:
621 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
622 * platform/mac/svg/text/text-fonts-01-t-expected.checksum:
623 * platform/mac/svg/text/text-fonts-01-t-expected.png:
624 * platform/mac/svg/text/text-intro-05-t-expected.checksum:
625 * platform/mac/svg/text/text-intro-05-t-expected.png:
626 * platform/mac/svg/text/text-text-04-t-expected.checksum:
627 * platform/mac/svg/text/text-text-04-t-expected.png:
628 * platform/mac/svg/text/text-text-04-t-expected.txt:
629 * platform/mac/svg/text/text-text-05-t-expected.checksum:
630 * platform/mac/svg/text/text-text-05-t-expected.png:
631 * platform/mac/svg/text/text-text-05-t-expected.txt:
632 * platform/mac/svg/text/text-text-06-t-expected.checksum:
633 * platform/mac/svg/text/text-text-06-t-expected.png:
634 * platform/mac/svg/text/text-text-06-t-expected.txt:
635 * platform/mac/svg/text/text-text-07-t-expected.checksum:
636 * platform/mac/svg/text/text-text-07-t-expected.png:
637 * platform/mac/svg/text/text-tselect-01-b-expected.checksum:
638 * platform/mac/svg/text/text-tselect-01-b-expected.png:
639 * svg/custom/stroke-width-click-expected.txt: Added.
640 * svg/dom/font-face-elements-expected.txt:
642 2008-01-07 Nikolas Zimmermann <zimmermann@kde.org>
644 Rubberstamped by Oliver.
646 Fix all SVG layout tests now that DRT works again reliable for SVG pixel tests.
648 Move all *-expected.txt files into platform/mac (as most contain text, and other measured values)
649 Leave only -expected.txt files there which dump as text.
651 * platform/mac/svg/batik/filters: Added.
652 * platform/mac/svg/batik/filters/filterRegions-expected.checksum: Copied from svg/batik/filters/filterRegions-expected.checksum.
653 * platform/mac/svg/batik/filters/filterRegions-expected.png: Copied from svg/batik/filters/filterRegions-expected.png.
654 * platform/mac/svg/batik/filters/filterRegions-expected.txt: Copied from svg/batik/filters/filterRegions-expected.txt.
655 * platform/mac/svg/batik/masking/maskRegions-expected.txt: Copied from svg/batik/masking/maskRegions-expected.txt.
656 * platform/mac/svg/batik/paints/gradientLimit-expected.txt: Copied from svg/batik/paints/gradientLimit-expected.txt.
657 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Copied from svg/batik/paints/patternPreserveAspectRatioA-expected.checksum.
658 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Copied from svg/batik/paints/patternPreserveAspectRatioA-expected.png.
659 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Copied from svg/batik/paints/patternPreserveAspectRatioA-expected.txt.
660 * platform/mac/svg/batik/paints/patternRegionA-expected.txt: Copied from svg/batik/paints/patternRegionA-expected.txt.
661 * platform/mac/svg/batik/paints/patternRegionB-expected.checksum: Copied from svg/batik/paints/patternRegionB-expected.checksum.
662 * platform/mac/svg/batik/paints/patternRegionB-expected.png: Copied from svg/batik/paints/patternRegionB-expected.png.
663 * platform/mac/svg/batik/paints/patternRegionB-expected.txt: Copied from svg/batik/paints/patternRegionB-expected.txt.
664 * platform/mac/svg/batik/paints/patternRegions-expected.txt: Copied from svg/batik/paints/patternRegions-expected.txt.
665 * platform/mac/svg/batik/text/longTextOnPath-expected.txt: Copied from svg/batik/text/longTextOnPath-expected.txt.
666 * platform/mac/svg/batik/text/textAnchor-expected.checksum: Copied from svg/batik/text/textAnchor-expected.checksum.
667 * platform/mac/svg/batik/text/textAnchor-expected.png: Copied from svg/batik/text/textAnchor-expected.png.
668 * platform/mac/svg/batik/text/textAnchor-expected.txt: Copied from svg/batik/text/textAnchor-expected.txt.
669 * platform/mac/svg/batik/text/textAnchor2-expected.checksum: Copied from svg/batik/text/textAnchor2-expected.checksum.
670 * platform/mac/svg/batik/text/textAnchor2-expected.png: Copied from svg/batik/text/textAnchor2-expected.png.
671 * platform/mac/svg/batik/text/textAnchor2-expected.txt: Copied from svg/batik/text/textAnchor2-expected.txt.
672 * platform/mac/svg/batik/text/textAnchor3-expected.checksum: Copied from svg/batik/text/textAnchor3-expected.checksum.
673 * platform/mac/svg/batik/text/textAnchor3-expected.png: Copied from svg/batik/text/textAnchor3-expected.png.
674 * platform/mac/svg/batik/text/textAnchor3-expected.txt: Copied from svg/batik/text/textAnchor3-expected.txt.
675 * platform/mac/svg/batik/text/textBiDi-expected.txt: Copied from svg/batik/text/textBiDi-expected.txt.
676 * platform/mac/svg/batik/text/textDecoration2-expected.checksum: Copied from svg/batik/text/textDecoration2-expected.checksum.
677 * platform/mac/svg/batik/text/textDecoration2-expected.png: Copied from svg/batik/text/textDecoration2-expected.png.
678 * platform/mac/svg/batik/text/textDecoration2-expected.txt: Copied from svg/batik/text/textDecoration2-expected.txt.
679 * platform/mac/svg/batik/text/textEffect-expected.txt: Copied from svg/batik/text/textEffect-expected.txt.
680 * platform/mac/svg/batik/text/textEffect2-expected.txt: Copied from svg/batik/text/textEffect2-expected.txt.
681 * platform/mac/svg/batik/text/textEffect3-expected.txt: Copied from svg/batik/text/textEffect3-expected.txt.
682 * platform/mac/svg/batik/text/textFeatures-expected.checksum: Copied from svg/batik/text/textFeatures-expected.checksum.
683 * platform/mac/svg/batik/text/textFeatures-expected.png: Copied from svg/batik/text/textFeatures-expected.png.
684 * platform/mac/svg/batik/text/textFeatures-expected.txt: Copied from svg/batik/text/textFeatures-expected.txt.
685 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Copied from svg/batik/text/textGlyphOrientationHorizontal-expected.txt.
686 * platform/mac/svg/batik/text/textLayout-expected.checksum: Copied from svg/batik/text/textLayout-expected.checksum.
687 * platform/mac/svg/batik/text/textLayout-expected.png: Copied from svg/batik/text/textLayout-expected.png.
688 * platform/mac/svg/batik/text/textLayout-expected.txt: Copied from svg/batik/text/textLayout-expected.txt.
689 * platform/mac/svg/batik/text/textLayout2-expected.txt: Copied from svg/batik/text/textLayout2-expected.txt.
690 * platform/mac/svg/batik/text/textLength-expected.checksum: Copied from svg/batik/text/textLength-expected.checksum.
691 * platform/mac/svg/batik/text/textLength-expected.png: Copied from svg/batik/text/textLength-expected.png.
692 * platform/mac/svg/batik/text/textLength-expected.txt: Copied from svg/batik/text/textLength-expected.txt.
693 * platform/mac/svg/batik/text/textOnPath-expected.checksum: Copied from svg/batik/text/textOnPath-expected.checksum.
694 * platform/mac/svg/batik/text/textOnPath-expected.png: Copied from svg/batik/text/textOnPath-expected.png.
695 * platform/mac/svg/batik/text/textOnPath-expected.txt: Copied from svg/batik/text/textOnPath-expected.txt.
696 * platform/mac/svg/batik/text/textOnPath2-expected.checksum: Copied from svg/batik/text/textOnPath2-expected.checksum.
697 * platform/mac/svg/batik/text/textOnPath2-expected.png: Copied from svg/batik/text/textOnPath2-expected.png.
698 * platform/mac/svg/batik/text/textOnPath2-expected.txt: Copied from svg/batik/text/textOnPath2-expected.txt.
699 * platform/mac/svg/batik/text/textOnPath3-expected.txt: Copied from svg/batik/text/textOnPath3-expected.txt.
700 * platform/mac/svg/batik/text/textOnPathSpaces-expected.checksum: Copied from svg/batik/text/textOnPathSpaces-expected.checksum.
701 * platform/mac/svg/batik/text/textOnPathSpaces-expected.png: Copied from svg/batik/text/textOnPathSpaces-expected.png.
702 * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt: Copied from svg/batik/text/textOnPathSpaces-expected.txt.
703 * platform/mac/svg/batik/text/textPCDATA-expected.txt: Copied from svg/batik/text/textPCDATA-expected.txt.
704 * platform/mac/svg/batik/text/textPosition-expected.txt: Copied from svg/batik/text/textPosition-expected.txt.
705 * platform/mac/svg/batik/text/textPosition2-expected.txt: Copied from svg/batik/text/textPosition2-expected.txt.
706 * platform/mac/svg/batik/text/textProperties-expected.txt: Copied from svg/batik/text/textProperties-expected.txt.
707 * platform/mac/svg/batik/text/textProperties2-expected.checksum: Copied from svg/batik/text/textProperties2-expected.checksum.
708 * platform/mac/svg/batik/text/textProperties2-expected.png: Copied from svg/batik/text/textProperties2-expected.png.
709 * platform/mac/svg/batik/text/textProperties2-expected.txt: Copied from svg/batik/text/textProperties2-expected.txt.
710 * platform/mac/svg/batik/text/textStyles-expected.txt: Copied from svg/batik/text/textStyles-expected.txt.
711 * platform/mac/svg/batik/text/verticalText-expected.checksum: Copied from svg/batik/text/verticalText-expected.checksum.
712 * platform/mac/svg/batik/text/verticalText-expected.png: Copied from svg/batik/text/verticalText-expected.png.
713 * platform/mac/svg/batik/text/verticalText-expected.txt: Copied from svg/batik/text/verticalText-expected.txt.
714 * platform/mac/svg/batik/text/verticalTextOnPath-expected.checksum: Copied from svg/batik/text/verticalTextOnPath-expected.checksum.
715 * platform/mac/svg/batik/text/verticalTextOnPath-expected.png: Copied from svg/batik/text/verticalTextOnPath-expected.png.
716 * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt: Copied from svg/batik/text/verticalTextOnPath-expected.txt.
717 * platform/mac/svg/batik/text/xmlSpace-expected.txt: Copied from svg/batik/text/xmlSpace-expected.txt.
718 * platform/mac/svg/carto.net/frameless-svg-parse-error-expected.checksum: Added.
719 * platform/mac/svg/carto.net/frameless-svg-parse-error-expected.png: Added.
720 * platform/mac/svg/css/getComputedStyle-basic-expected.checksum: Added.
721 * platform/mac/svg/css/getComputedStyle-basic-expected.png: Added.
722 * platform/mac/svg/css/glyph-orientation-rounding-test-expected.checksum: Added.
723 * platform/mac/svg/css/glyph-orientation-rounding-test-expected.png: Added.
724 * platform/mac/svg/custom/SVGException-expected.checksum: Added.
725 * platform/mac/svg/custom/SVGException-expected.png: Added.
726 * platform/mac/svg/custom/SVGMatrix-interface-expected.checksum: Copied from svg/custom/SVGMatrix-interface-expected.checksum.
727 * platform/mac/svg/custom/SVGMatrix-interface-expected.png: Copied from svg/custom/SVGMatrix-interface-expected.png.
728 * platform/mac/svg/custom/SVGMatrix-interface-expected.txt: Copied from svg/custom/SVGMatrix-interface-expected.txt.
729 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.checksum: Copied from svg/custom/absolute-sized-svg-in-xhtml-expected.checksum.
730 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.png: Copied from svg/custom/absolute-sized-svg-in-xhtml-expected.png.
731 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt: Copied from svg/custom/absolute-sized-svg-in-xhtml-expected.txt.
732 * platform/mac/svg/custom/clip-path-referencing-use-expected.checksum: Copied from svg/custom/clip-path-referencing-use-expected.checksum.
733 * platform/mac/svg/custom/clip-path-referencing-use-expected.png: Copied from svg/custom/clip-path-referencing-use-expected.png.
734 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt: Copied from svg/custom/clip-path-referencing-use-expected.txt.
735 * platform/mac/svg/custom/clip-path-referencing-use2-expected.checksum: Copied from svg/custom/clip-path-referencing-use2-expected.checksum.
736 * platform/mac/svg/custom/clip-path-referencing-use2-expected.png: Copied from svg/custom/clip-path-referencing-use2-expected.png.
737 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt: Copied from svg/custom/clip-path-referencing-use2-expected.txt.
738 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.checksum: Copied from svg/custom/container-opacity-clip-viewBox-expected.checksum.
739 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png: Copied from svg/custom/container-opacity-clip-viewBox-expected.png.
740 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt: Copied from svg/custom/container-opacity-clip-viewBox-expected.txt.
741 * platform/mac/svg/custom/embedded-svg-disallowed-in-dashboard-expected.checksum: Added.
742 * platform/mac/svg/custom/embedded-svg-disallowed-in-dashboard-expected.png: Added.
743 * platform/mac/svg/custom/empty-clip-path-expected.checksum: Copied from svg/custom/empty-clip-path-expected.checksum.
744 * platform/mac/svg/custom/empty-clip-path-expected.png: Copied from svg/custom/empty-clip-path-expected.png.
745 * platform/mac/svg/custom/empty-clip-path-expected.txt: Copied from svg/custom/empty-clip-path-expected.txt.
746 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.checksum: Copied from svg/custom/fill-SVGPaint-interface-expected.checksum.
747 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.png: Copied from svg/custom/fill-SVGPaint-interface-expected.png.
748 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt: Copied from svg/custom/fill-SVGPaint-interface-expected.txt.
749 * platform/mac/svg/custom/fill-fallback-expected.checksum: Copied from svg/custom/fill-fallback-expected.checksum.
750 * platform/mac/svg/custom/fill-fallback-expected.png: Copied from svg/custom/fill-fallback-expected.png.
751 * platform/mac/svg/custom/fill-fallback-expected.txt: Copied from svg/custom/fill-fallback-expected.txt.
752 * platform/mac/svg/custom/focus-ring-expected.checksum:
753 * platform/mac/svg/custom/focus-ring-expected.png:
754 * platform/mac/svg/custom/getBBox-js-expected.checksum: Added.
755 * platform/mac/svg/custom/getBBox-js-expected.png: Added.
756 * platform/mac/svg/custom/getPresentationAttribute-expected.checksum: Copied from svg/custom/getPresentationAttribute-expected.checksum.
757 * platform/mac/svg/custom/getPresentationAttribute-expected.png: Copied from svg/custom/getPresentationAttribute-expected.png.
758 * platform/mac/svg/custom/getPresentationAttribute-expected.txt: Copied from svg/custom/getPresentationAttribute-expected.txt.
759 * platform/mac/svg/custom/gradient-rotated-bbox-expected.checksum: Copied from svg/custom/gradient-rotated-bbox-expected.checksum.
760 * platform/mac/svg/custom/gradient-rotated-bbox-expected.png: Copied from svg/custom/gradient-rotated-bbox-expected.png.
761 * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt: Copied from svg/custom/gradient-rotated-bbox-expected.txt.
762 * platform/mac/svg/custom/group-opacity-expected.checksum: Copied from svg/custom/group-opacity-expected.checksum.
763 * platform/mac/svg/custom/group-opacity-expected.png: Copied from svg/custom/group-opacity-expected.png.
764 * platform/mac/svg/custom/group-opacity-expected.txt: Copied from svg/custom/group-opacity-expected.txt.
765 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.checksum: Copied from svg/custom/hit-test-unclosed-subpaths-expected.checksum.
766 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png: Copied from svg/custom/hit-test-unclosed-subpaths-expected.png.
767 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt: Copied from svg/custom/hit-test-unclosed-subpaths-expected.txt.
768 * platform/mac/svg/custom/hit-test-with-br-expected.checksum: Copied from svg/custom/hit-test-with-br-expected.checksum.
769 * platform/mac/svg/custom/hit-test-with-br-expected.png: Copied from svg/custom/hit-test-with-br-expected.png.
770 * platform/mac/svg/custom/hit-test-with-br-expected.txt: Copied from svg/custom/hit-test-with-br-expected.txt.
771 * platform/mac/svg/custom/image-parent-translation-expected.checksum: Copied from svg/custom/image-parent-translation-expected.checksum.
772 * platform/mac/svg/custom/image-parent-translation-expected.png: Copied from svg/custom/image-parent-translation-expected.png.
773 * platform/mac/svg/custom/image-parent-translation-expected.txt: Copied from svg/custom/image-parent-translation-expected.txt.
774 * platform/mac/svg/custom/image-small-width-height-expected.checksum: Copied from svg/custom/image-small-width-height-expected.checksum.
775 * platform/mac/svg/custom/image-small-width-height-expected.png: Copied from svg/custom/image-small-width-height-expected.png.
776 * platform/mac/svg/custom/image-small-width-height-expected.txt: Copied from svg/custom/image-small-width-height-expected.txt.
777 * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.checksum: Added.
778 * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png: Added.
779 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from svg/custom/inline-svg-in-xhtml-expected.txt.
780 * platform/mac/svg/custom/invalid-lengthlist-expected.checksum: Copied from svg/custom/invalid-lengthlist-expected.checksum.
781 * platform/mac/svg/custom/invalid-lengthlist-expected.png: Copied from svg/custom/invalid-lengthlist-expected.png.
782 * platform/mac/svg/custom/invalid-lengthlist-expected.txt: Copied from svg/custom/invalid-lengthlist-expected.txt.
783 * platform/mac/svg/custom/js-font-test-expected.txt: Copied from svg/custom/js-font-test-expected.txt.
784 * platform/mac/svg/custom/js-svg-constructors-expected.checksum: Copied from svg/custom/js-svg-constructors-expected.checksum.
785 * platform/mac/svg/custom/js-svg-constructors-expected.png: Copied from svg/custom/js-svg-constructors-expected.png.
786 * platform/mac/svg/custom/js-update-transform-addition-expected.checksum: Copied from svg/custom/js-update-transform-addition-expected.checksum.
787 * platform/mac/svg/custom/js-update-transform-addition-expected.png: Copied from svg/custom/js-update-transform-addition-expected.png.
788 * platform/mac/svg/custom/js-update-transform-addition-expected.txt: Copied from svg/custom/js-update-transform-addition-expected.txt.
789 * platform/mac/svg/custom/js-update-transform-changes-expected.checksum: Copied from svg/custom/js-update-transform-changes-expected.checksum.
790 * platform/mac/svg/custom/js-update-transform-changes-expected.png: Copied from svg/custom/js-update-transform-changes-expected.png.
791 * platform/mac/svg/custom/js-update-transform-changes-expected.txt: Copied from svg/custom/js-update-transform-changes-expected.txt.
792 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt: Copied from svg/custom/linking-a-03-b-all-expected.txt.
793 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Copied from svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt.
794 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt: Copied from svg/custom/linking-a-03-b-transform-expected.txt.
795 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt: Copied from svg/custom/linking-a-03-b-viewBox-expected.txt.
796 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Copied from svg/custom/linking-a-03-b-viewBox-transform-expected.txt.
797 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt: Copied from svg/custom/linking-a-03-b-viewTarget-expected.txt.
798 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Copied from svg/custom/linking-a-03-b-zoomAndPan-expected.txt.
799 * platform/mac/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.checksum: Added.
800 * platform/mac/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.png: Added.
801 * platform/mac/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.checksum: Added.
802 * platform/mac/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.png: Added.
803 * platform/mac/svg/custom/multiple-title-elements-expected.checksum: Added.
804 * platform/mac/svg/custom/multiple-title-elements-expected.png: Added.
805 * platform/mac/svg/custom/path-getTotalLength-expected.checksum: Added.
806 * platform/mac/svg/custom/path-getTotalLength-expected.png: Added.
807 * platform/mac/svg/custom/pattern-rotate-expected.txt: Copied from svg/custom/pattern-rotate-expected.txt.
808 * platform/mac/svg/custom/percentage-of-html-parent-expected.checksum: Copied from svg/custom/percentage-of-html-parent-expected.checksum.
809 * platform/mac/svg/custom/percentage-of-html-parent-expected.png: Copied from svg/custom/percentage-of-html-parent-expected.png.
810 * platform/mac/svg/custom/percentage-of-html-parent-expected.txt: Copied from svg/custom/percentage-of-html-parent-expected.txt.
811 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.checksum: Copied from svg/custom/repaint-on-image-bounds-change-expected.checksum.
812 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.png: Copied from svg/custom/repaint-on-image-bounds-change-expected.png.
813 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt: Copied from svg/custom/repaint-on-image-bounds-change-expected.txt.
814 * platform/mac/svg/custom/resource-client-removal-expected.checksum: Copied from svg/custom/resource-client-removal-expected.checksum.
815 * platform/mac/svg/custom/resource-client-removal-expected.png: Copied from svg/custom/resource-client-removal-expected.png.
816 * platform/mac/svg/custom/resource-client-removal-expected.txt: Copied from svg/custom/resource-client-removal-expected.txt.
817 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.checksum: Copied from svg/custom/root-container-opacity-clip-viewBox-expected.checksum.
818 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png: Copied from svg/custom/root-container-opacity-clip-viewBox-expected.png.
819 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt: Copied from svg/custom/root-container-opacity-clip-viewBox-expected.txt.
820 * platform/mac/svg/custom/scroll-hit-test-expected.checksum: Copied from svg/custom/scroll-hit-test-expected.checksum.
821 * platform/mac/svg/custom/scroll-hit-test-expected.png: Copied from svg/custom/scroll-hit-test-expected.png.
822 * platform/mac/svg/custom/scroll-hit-test-expected.txt: Copied from svg/custom/scroll-hit-test-expected.txt.
823 * platform/mac/svg/custom/shape-rendering-expected.checksum: Copied from svg/custom/shape-rendering-expected.checksum.
824 * platform/mac/svg/custom/shape-rendering-expected.png: Copied from svg/custom/shape-rendering-expected.png.
825 * platform/mac/svg/custom/shape-rendering-expected.txt: Copied from svg/custom/shape-rendering-expected.txt.
826 * platform/mac/svg/custom/stroke-fallback-expected.checksum: Copied from svg/custom/stroke-fallback-expected.checksum.
827 * platform/mac/svg/custom/stroke-fallback-expected.png: Copied from svg/custom/stroke-fallback-expected.png.
828 * platform/mac/svg/custom/stroke-fallback-expected.txt: Copied from svg/custom/stroke-fallback-expected.txt.
829 * platform/mac/svg/custom/stroke-width-click-expected.checksum: Added.
830 * platform/mac/svg/custom/stroke-width-click-expected.png: Added.
831 * platform/mac/svg/custom/stroked-pattern-expected.checksum: Copied from svg/custom/stroked-pattern-expected.checksum.
832 * platform/mac/svg/custom/stroked-pattern-expected.png: Copied from svg/custom/stroked-pattern-expected.png.
833 * platform/mac/svg/custom/stroked-pattern-expected.txt: Copied from svg/custom/stroked-pattern-expected.txt.
834 * platform/mac/svg/custom/style-attribute-font-size-expected.checksum: Copied from svg/custom/style-attribute-font-size-expected.checksum.
835 * platform/mac/svg/custom/style-attribute-font-size-expected.png: Copied from svg/custom/style-attribute-font-size-expected.png.
836 * platform/mac/svg/custom/style-attribute-font-size-expected.txt: Copied from svg/custom/style-attribute-font-size-expected.txt.
837 * platform/mac/svg/custom/svg-disallowed-in-dashboard-object-expected.checksum: Added.
838 * platform/mac/svg/custom/svg-disallowed-in-dashboard-object-expected.png: Added.
839 * platform/mac/svg/custom/svg-features-expected.checksum: Added.
840 * platform/mac/svg/custom/svg-features-expected.png: Added.
841 * platform/mac/svg/custom/svgsvgelement-ctm-expected.checksum: Added.
842 * platform/mac/svg/custom/svgsvgelement-ctm-expected.png: Added.
843 * platform/mac/svg/custom/text-decoration-visibility-expected.checksum: Copied from svg/custom/text-decoration-visibility-expected.checksum.
844 * platform/mac/svg/custom/text-decoration-visibility-expected.png: Copied from svg/custom/text-decoration-visibility-expected.png.
845 * platform/mac/svg/custom/text-decoration-visibility-expected.txt: Copied from svg/custom/text-decoration-visibility-expected.txt.
846 * platform/mac/svg/custom/text-letter-spacing-expected.checksum: Copied from svg/custom/text-letter-spacing-expected.checksum.
847 * platform/mac/svg/custom/text-letter-spacing-expected.png: Copied from svg/custom/text-letter-spacing-expected.png.
848 * platform/mac/svg/custom/text-letter-spacing-expected.txt: Copied from svg/custom/text-letter-spacing-expected.txt.
849 * platform/mac/svg/custom/text-x-dx-lists-expected.checksum: Copied from svg/custom/text-x-dx-lists-expected.checksum.
850 * platform/mac/svg/custom/text-x-dx-lists-expected.png: Copied from svg/custom/text-x-dx-lists-expected.png.
851 * platform/mac/svg/custom/text-x-dx-lists-expected.txt: Copied from svg/custom/text-x-dx-lists-expected.txt.
852 * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.checksum: Copied from svg/custom/text-x-override-in-tspan-child-expected.checksum.
853 * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png: Copied from svg/custom/text-x-override-in-tspan-child-expected.png.
854 * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt: Copied from svg/custom/text-x-override-in-tspan-child-expected.txt.
855 * platform/mac/svg/custom/transform-removeAttributeNS-expected.checksum: Copied from svg/custom/transform-removeAttributeNS-expected.checksum.
856 * platform/mac/svg/custom/transform-removeAttributeNS-expected.png: Copied from svg/custom/transform-removeAttributeNS-expected.png.
857 * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt: Copied from svg/custom/transform-removeAttributeNS-expected.txt.
858 * platform/mac/svg/custom/use-detach-expected.checksum: Copied from svg/custom/use-detach-expected.checksum.
859 * platform/mac/svg/custom/use-detach-expected.png: Copied from svg/custom/use-detach-expected.png.
860 * platform/mac/svg/custom/use-detach-expected.txt: Copied from svg/custom/use-detach-expected.txt.
861 * platform/mac/svg/custom/use-dynamic-append-expected.checksum:
862 * platform/mac/svg/custom/use-dynamic-append-expected.png: Copied from svg/custom/use-dynamic-append-expected.png.
863 * platform/mac/svg/custom/use-dynamic-append-expected.txt: Copied from svg/custom/use-dynamic-append-expected.txt.
864 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-1-expected.checksum.
865 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-1-expected.png.
866 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-1-expected.txt.
867 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-2-expected.checksum.
868 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-2-expected.png.
869 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-2-expected.txt.
870 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-3-expected.checksum.
871 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-3-expected.png.
872 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-3-expected.txt.
873 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-4-expected.checksum.
874 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-4-expected.png.
875 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-4-expected.txt.
876 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-5-expected.checksum.
877 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-5-expected.png.
878 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-5-expected.txt.
879 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-6-expected.checksum.
880 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-6-expected.png.
881 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-6-expected.txt.
882 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Copied from svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum.
883 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Copied from svg/custom/use-on-g-containing-foreignObject-and-image-expected.png.
884 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Copied from svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt.
885 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.checksum: Copied from svg/custom/use-on-g-containing-symbol-expected.checksum.
886 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.png: Copied from svg/custom/use-on-g-containing-symbol-expected.png.
887 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt: Copied from svg/custom/use-on-g-containing-symbol-expected.txt.
888 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.checksum: Copied from svg/custom/use-on-non-svg-namespaced-element-expected.checksum.
889 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png: Copied from svg/custom/use-on-non-svg-namespaced-element-expected.png.
890 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt: Copied from svg/custom/use-on-non-svg-namespaced-element-expected.txt.
891 * platform/mac/svg/dom: Added.
892 * platform/mac/svg/dom/animated-tearoff-equality-expected.checksum: Added.
893 * platform/mac/svg/dom/animated-tearoff-equality-expected.png: Added.
894 * platform/mac/svg/dom/animated-tearoff-lifespan-expected.checksum: Added.
895 * platform/mac/svg/dom/animated-tearoff-lifespan-expected.png: Added.
896 * platform/mac/svg/dom/font-face-elements-expected.checksum: Added.
897 * platform/mac/svg/dom/font-face-elements-expected.png: Added.
898 * platform/mac/svg/dom/length-list-parser-expected.checksum: Added.
899 * platform/mac/svg/dom/length-list-parser-expected.png: Added.
900 * platform/mac/svg/dom/path-parser-expected.checksum: Added.
901 * platform/mac/svg/dom/path-parser-expected.png: Added.
902 * platform/mac/svg/dom/points-parser-expected.checksum: Added.
903 * platform/mac/svg/dom/points-parser-expected.png: Added.
904 * platform/mac/svg/dom/preserve-aspect-ratio-parser-expected.checksum: Added.
905 * platform/mac/svg/dom/preserve-aspect-ratio-parser-expected.png: Added.
906 * platform/mac/svg/dom/rgb-color-parser-expected.checksum: Added.
907 * platform/mac/svg/dom/rgb-color-parser-expected.png: Added.
908 * platform/mac/svg/dom/string-list-parser-expected.checksum: Added.
909 * platform/mac/svg/dom/string-list-parser-expected.png: Added.
910 * platform/mac/svg/dom/svg-element-attribute-js-null-expected.checksum: Added.
911 * platform/mac/svg/dom/svg-element-attribute-js-null-expected.png: Added.
912 * platform/mac/svg/dom/transform-parser-expected.checksum: Added.
913 * platform/mac/svg/dom/transform-parser-expected.png: Added.
914 * platform/mac/svg/hixie/dynamic/001-expected.checksum: Added.
915 * platform/mac/svg/hixie/dynamic/001-expected.png: Added.
916 * platform/mac/svg/hixie/error/013-broken-expected.checksum: Removed.
917 * platform/mac/svg/hixie/error/013-broken-expected.png: Removed.
918 * platform/mac/svg/hixie/error/013-broken-expected.txt: Removed.
919 * platform/mac/svg/hixie/error/013-expected.checksum: Copied from svg/hixie/error/013-expected.checksum.
920 * platform/mac/svg/hixie/error/013-expected.png: Copied from svg/hixie/error/013-expected.png.
921 * platform/mac/svg/hixie/error/013-expected.txt: Copied from svg/hixie/error/013-expected.txt.
922 * platform/mac/svg/text/text-align-01-b-expected.txt: Copied from svg/text/text-align-01-b-expected.txt.
923 * platform/mac/svg/text/text-align-02-b-expected.txt: Copied from svg/text/text-align-02-b-expected.txt.
924 * platform/mac/svg/text/text-align-03-b-expected.checksum: Copied from svg/text/text-align-03-b-expected.checksum.
925 * platform/mac/svg/text/text-align-03-b-expected.png: Copied from svg/text/text-align-03-b-expected.png.
926 * platform/mac/svg/text/text-align-03-b-expected.txt: Copied from svg/text/text-align-03-b-expected.txt.
927 * platform/mac/svg/text/text-align-04-b-expected.checksum: Copied from svg/text/text-align-04-b-expected.checksum.
928 * platform/mac/svg/text/text-align-04-b-expected.png: Copied from svg/text/text-align-04-b-expected.png.
929 * platform/mac/svg/text/text-align-04-b-expected.txt: Copied from svg/text/text-align-04-b-expected.txt.
930 * platform/mac/svg/text/text-align-05-b-expected.txt: Copied from svg/text/text-align-05-b-expected.txt.
931 * platform/mac/svg/text/text-align-06-b-expected.txt: Copied from svg/text/text-align-06-b-expected.txt.
932 * platform/mac/svg/text/text-altglyph-01-b-expected.checksum: Copied from svg/text/text-altglyph-01-b-expected.checksum.
933 * platform/mac/svg/text/text-altglyph-01-b-expected.png: Copied from svg/text/text-altglyph-01-b-expected.png.
934 * platform/mac/svg/text/text-altglyph-01-b-expected.txt: Copied from svg/text/text-altglyph-01-b-expected.txt.
935 * platform/mac/svg/text/text-deco-01-b-expected.checksum: Copied from svg/text/text-deco-01-b-expected.checksum.
936 * platform/mac/svg/text/text-deco-01-b-expected.png: Copied from svg/text/text-deco-01-b-expected.png.
937 * platform/mac/svg/text/text-deco-01-b-expected.txt: Copied from svg/text/text-deco-01-b-expected.txt.
938 * platform/mac/svg/text/text-fonts-01-t-expected.txt: Copied from svg/text/text-fonts-01-t-expected.txt.
939 * platform/mac/svg/text/text-fonts-02-t-expected.checksum: Copied from svg/text/text-fonts-02-t-expected.checksum.
940 * platform/mac/svg/text/text-fonts-02-t-expected.png: Copied from svg/text/text-fonts-02-t-expected.png.
941 * platform/mac/svg/text/text-fonts-02-t-expected.txt: Copied from svg/text/text-fonts-02-t-expected.txt.
942 * platform/mac/svg/text/text-intro-05-t-expected.txt: Copied from svg/text/text-intro-05-t-expected.txt.
943 * platform/mac/svg/text/text-path-01-b-expected.checksum: Copied from svg/text/text-path-01-b-expected.checksum.
944 * platform/mac/svg/text/text-path-01-b-expected.png: Copied from svg/text/text-path-01-b-expected.png.
945 * platform/mac/svg/text/text-path-01-b-expected.txt: Copied from svg/text/text-path-01-b-expected.txt.
946 * platform/mac/svg/text/text-spacing-01-b-expected.checksum: Copied from svg/text/text-spacing-01-b-expected.checksum.
947 * platform/mac/svg/text/text-spacing-01-b-expected.png: Copied from svg/text/text-spacing-01-b-expected.png.
948 * platform/mac/svg/text/text-spacing-01-b-expected.txt: Copied from svg/text/text-spacing-01-b-expected.txt.
949 * platform/mac/svg/text/text-text-01-b-expected.checksum: Copied from svg/text/text-text-01-b-expected.checksum.
950 * platform/mac/svg/text/text-text-01-b-expected.png: Copied from svg/text/text-text-01-b-expected.png.
951 * platform/mac/svg/text/text-text-01-b-expected.txt: Copied from svg/text/text-text-01-b-expected.txt.
952 * platform/mac/svg/text/text-text-03-b-expected.checksum: Copied from svg/text/text-text-03-b-expected.checksum.
953 * platform/mac/svg/text/text-text-03-b-expected.png: Copied from svg/text/text-text-03-b-expected.png.
954 * platform/mac/svg/text/text-text-03-b-expected.txt: Copied from svg/text/text-text-03-b-expected.txt.
955 * platform/mac/svg/text/text-text-04-t-expected.checksum: Copied from svg/text/text-text-04-t-expected.checksum.
956 * platform/mac/svg/text/text-text-04-t-expected.png: Copied from svg/text/text-text-04-t-expected.png.
957 * platform/mac/svg/text/text-text-04-t-expected.txt: Copied from svg/text/text-text-04-t-expected.txt.
958 * platform/mac/svg/text/text-text-05-t-expected.checksum: Copied from svg/text/text-text-05-t-expected.checksum.
959 * platform/mac/svg/text/text-text-05-t-expected.png: Copied from svg/text/text-text-05-t-expected.png.
960 * platform/mac/svg/text/text-text-05-t-expected.txt: Copied from svg/text/text-text-05-t-expected.txt.
961 * platform/mac/svg/text/text-text-06-t-expected.checksum: Copied from svg/text/text-text-06-t-expected.checksum.
962 * platform/mac/svg/text/text-text-06-t-expected.png: Copied from svg/text/text-text-06-t-expected.png.
963 * platform/mac/svg/text/text-text-06-t-expected.txt: Copied from svg/text/text-text-06-t-expected.txt.
964 * platform/mac/svg/text/text-text-07-t-expected.txt: Copied from svg/text/text-text-07-t-expected.txt.
965 * platform/mac/svg/text/text-text-08-b-expected.checksum: Copied from svg/text/text-text-08-b-expected.checksum.
966 * platform/mac/svg/text/text-text-08-b-expected.png: Copied from svg/text/text-text-08-b-expected.png.
967 * platform/mac/svg/text/text-text-08-b-expected.txt: Copied from svg/text/text-text-08-b-expected.txt.
968 * platform/mac/svg/text/text-tref-01-b-expected.checksum: Copied from svg/text/text-tref-01-b-expected.checksum.
969 * platform/mac/svg/text/text-tref-01-b-expected.png: Copied from svg/text/text-tref-01-b-expected.png.
970 * platform/mac/svg/text/text-tref-01-b-expected.txt: Copied from svg/text/text-tref-01-b-expected.txt.
971 * platform/mac/svg/text/text-tselect-01-b-expected.txt: Copied from svg/text/text-tselect-01-b-expected.txt.
972 * platform/mac/svg/text/text-tselect-02-f-expected.checksum: Copied from svg/text/text-tselect-02-f-expected.checksum.
973 * platform/mac/svg/text/text-tselect-02-f-expected.png: Copied from svg/text/text-tselect-02-f-expected.png.
974 * platform/mac/svg/text/text-tselect-02-f-expected.txt: Copied from svg/text/text-tselect-02-f-expected.txt.
975 * platform/mac/svg/text/text-tspan-01-b-expected.checksum: Copied from svg/text/text-tspan-01-b-expected.checksum.
976 * platform/mac/svg/text/text-tspan-01-b-expected.png: Copied from svg/text/text-tspan-01-b-expected.png.
977 * platform/mac/svg/text/text-tspan-01-b-expected.txt: Copied from svg/text/text-tspan-01-b-expected.txt.
978 * platform/mac/svg/text/text-ws-01-t-expected.checksum: Copied from svg/text/text-ws-01-t-expected.checksum.
979 * platform/mac/svg/text/text-ws-01-t-expected.png: Copied from svg/text/text-ws-01-t-expected.png.
980 * platform/mac/svg/text/text-ws-01-t-expected.txt: Copied from svg/text/text-ws-01-t-expected.txt.
981 * platform/mac/svg/text/text-ws-02-t-expected.checksum: Copied from svg/text/text-ws-02-t-expected.checksum.
982 * platform/mac/svg/text/text-ws-02-t-expected.png: Copied from svg/text/text-ws-02-t-expected.png.
983 * platform/mac/svg/text/text-ws-02-t-expected.txt: Copied from svg/text/text-ws-02-t-expected.txt.
984 * platform/mac/svg/webarchive: Added.
985 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.checksum: Added.
986 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.png: Added.
987 * platform/mac/svg/webarchive/svg-feimage-subresources-expected.checksum: Added.
988 * platform/mac/svg/webarchive/svg-feimage-subresources-expected.png: Added.
989 * platform/mac/svg/webarchive/svg-script-subresouces-expected.checksum: Added.
990 * platform/mac/svg/webarchive/svg-script-subresouces-expected.png: Added.
991 * svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
992 * svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
993 * svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
994 * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
995 * svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
996 * svg/batik/filters/filterRegions-expected.checksum: Removed.
997 * svg/batik/filters/filterRegions-expected.png: Removed.
998 * svg/batik/filters/filterRegions-expected.txt: Removed.
999 * svg/batik/masking/maskRegions-expected.txt: Removed.
1000 * svg/batik/paints/gradientLimit-expected.txt: Removed.
1001 * svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Removed.
1002 * svg/batik/paints/patternPreserveAspectRatioA-expected.png: Removed.
1003 * svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
1004 * svg/batik/paints/patternRegionA-expected.txt: Removed.
1005 * svg/batik/paints/patternRegionB-expected.checksum: Removed.
1006 * svg/batik/paints/patternRegionB-expected.png: Removed.
1007 * svg/batik/paints/patternRegionB-expected.txt: Removed.
1008 * svg/batik/paints/patternRegions-expected.txt: Removed.
1009 * svg/batik/text/longTextOnPath-expected.txt: Removed.
1010 * svg/batik/text/textAnchor-expected.checksum: Removed.
1011 * svg/batik/text/textAnchor-expected.png: Removed.
1012 * svg/batik/text/textAnchor-expected.txt: Removed.
1013 * svg/batik/text/textAnchor2-expected.checksum: Removed.
1014 * svg/batik/text/textAnchor2-expected.png: Removed.
1015 * svg/batik/text/textAnchor2-expected.txt: Removed.
1016 * svg/batik/text/textAnchor3-expected.checksum: Removed.
1017 * svg/batik/text/textAnchor3-expected.png: Removed.
1018 * svg/batik/text/textAnchor3-expected.txt: Removed.
1019 * svg/batik/text/textBiDi-expected.txt: Removed.
1020 * svg/batik/text/textDecoration2-expected.checksum: Removed.
1021 * svg/batik/text/textDecoration2-expected.png: Removed.
1022 * svg/batik/text/textDecoration2-expected.txt: Removed.
1023 * svg/batik/text/textEffect-expected.txt: Removed.
1024 * svg/batik/text/textEffect2-expected.txt: Removed.
1025 * svg/batik/text/textEffect3-expected.txt: Removed.
1026 * svg/batik/text/textFeatures-expected.checksum: Removed.
1027 * svg/batik/text/textFeatures-expected.png: Removed.
1028 * svg/batik/text/textFeatures-expected.txt: Removed.
1029 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
1030 * svg/batik/text/textLayout-expected.checksum: Removed.
1031 * svg/batik/text/textLayout-expected.png: Removed.
1032 * svg/batik/text/textLayout-expected.txt: Removed.
1033 * svg/batik/text/textLayout2-expected.txt: Removed.
1034 * svg/batik/text/textLength-expected.checksum: Removed.
1035 * svg/batik/text/textLength-expected.png: Removed.
1036 * svg/batik/text/textLength-expected.txt: Removed.
1037 * svg/batik/text/textOnPath-expected.checksum: Removed.
1038 * svg/batik/text/textOnPath-expected.png: Removed.
1039 * svg/batik/text/textOnPath-expected.txt: Removed.
1040 * svg/batik/text/textOnPath2-expected.checksum: Removed.
1041 * svg/batik/text/textOnPath2-expected.png: Removed.
1042 * svg/batik/text/textOnPath2-expected.txt: Removed.
1043 * svg/batik/text/textOnPath3-expected.txt: Removed.
1044 * svg/batik/text/textOnPathSpaces-expected.checksum: Removed.
1045 * svg/batik/text/textOnPathSpaces-expected.png: Removed.
1046 * svg/batik/text/textOnPathSpaces-expected.txt: Removed.
1047 * svg/batik/text/textPCDATA-expected.txt: Removed.
1048 * svg/batik/text/textPosition-expected.txt: Removed.
1049 * svg/batik/text/textPosition2-expected.txt: Removed.
1050 * svg/batik/text/textProperties-expected.txt: Removed.
1051 * svg/batik/text/textProperties2-expected.checksum: Removed.
1052 * svg/batik/text/textProperties2-expected.png: Removed.
1053 * svg/batik/text/textProperties2-expected.txt: Removed.
1054 * svg/batik/text/textStyles-expected.txt: Removed.
1055 * svg/batik/text/verticalText-expected.checksum: Removed.
1056 * svg/batik/text/verticalText-expected.png: Removed.
1057 * svg/batik/text/verticalText-expected.txt: Removed.
1058 * svg/batik/text/verticalTextOnPath-expected.checksum: Removed.
1059 * svg/batik/text/verticalTextOnPath-expected.png: Removed.
1060 * svg/batik/text/verticalTextOnPath-expected.txt: Removed.
1061 * svg/batik/text/xmlSpace-expected.txt: Removed.
1062 * svg/custom/SVGMatrix-interface-expected.checksum: Removed.
1063 * svg/custom/SVGMatrix-interface-expected.png: Removed.
1064 * svg/custom/SVGMatrix-interface-expected.txt: Removed.
1065 * svg/custom/absolute-sized-svg-in-xhtml-expected.checksum: Removed.
1066 * svg/custom/absolute-sized-svg-in-xhtml-expected.png: Removed.
1067 * svg/custom/absolute-sized-svg-in-xhtml-expected.txt: Removed.
1068 * svg/custom/clip-path-referencing-use-expected.checksum: Removed.
1069 * svg/custom/clip-path-referencing-use-expected.png: Removed.
1070 * svg/custom/clip-path-referencing-use-expected.txt: Removed.
1071 * svg/custom/clip-path-referencing-use2-expected.checksum: Removed.
1072 * svg/custom/clip-path-referencing-use2-expected.png: Removed.
1073 * svg/custom/clip-path-referencing-use2-expected.txt: Removed.
1074 * svg/custom/container-opacity-clip-viewBox-expected.checksum: Removed.
1075 * svg/custom/container-opacity-clip-viewBox-expected.png: Removed.
1076 * svg/custom/container-opacity-clip-viewBox-expected.txt: Removed.
1077 * svg/custom/empty-clip-path-expected.checksum: Removed.
1078 * svg/custom/empty-clip-path-expected.png: Removed.
1079 * svg/custom/empty-clip-path-expected.txt: Removed.
1080 * svg/custom/fill-SVGPaint-interface-expected.checksum: Removed.
1081 * svg/custom/fill-SVGPaint-interface-expected.png: Removed.
1082 * svg/custom/fill-SVGPaint-interface-expected.txt: Removed.
1083 * svg/custom/fill-fallback-expected.checksum: Removed.
1084 * svg/custom/fill-fallback-expected.png: Removed.
1085 * svg/custom/fill-fallback-expected.txt: Removed.
1086 * svg/custom/focus-ring-expected.checksum: Removed.
1087 * svg/custom/focus-ring-expected.png: Removed.
1088 * svg/custom/focus-ring-expected.txt: Removed.
1089 * svg/custom/getPresentationAttribute-expected.checksum: Removed.
1090 * svg/custom/getPresentationAttribute-expected.png: Removed.
1091 * svg/custom/getPresentationAttribute-expected.txt: Removed.
1092 * svg/custom/gradient-rotated-bbox-expected.checksum: Removed.
1093 * svg/custom/gradient-rotated-bbox-expected.png: Removed.
1094 * svg/custom/gradient-rotated-bbox-expected.txt: Removed.
1095 * svg/custom/group-opacity-expected.checksum: Removed.
1096 * svg/custom/group-opacity-expected.png: Removed.
1097 * svg/custom/group-opacity-expected.txt: Removed.
1098 * svg/custom/hit-test-unclosed-subpaths-expected.checksum: Removed.
1099 * svg/custom/hit-test-unclosed-subpaths-expected.png: Removed.
1100 * svg/custom/hit-test-unclosed-subpaths-expected.txt: Removed.
1101 * svg/custom/hit-test-with-br-expected.checksum: Removed.
1102 * svg/custom/hit-test-with-br-expected.png: Removed.
1103 * svg/custom/hit-test-with-br-expected.txt: Removed.
1104 * svg/custom/image-parent-translation-expected.checksum: Removed.
1105 * svg/custom/image-parent-translation-expected.png: Removed.
1106 * svg/custom/image-parent-translation-expected.txt: Removed.
1107 * svg/custom/image-small-width-height-expected.checksum: Removed.
1108 * svg/custom/image-small-width-height-expected.png: Removed.
1109 * svg/custom/image-small-width-height-expected.txt: Removed.
1110 * svg/custom/inline-svg-in-xhtml-expected.txt: Removed.
1111 * svg/custom/invalid-lengthlist-expected.checksum: Removed.
1112 * svg/custom/invalid-lengthlist-expected.png: Removed.
1113 * svg/custom/invalid-lengthlist-expected.txt: Removed.
1114 * svg/custom/js-font-test-expected.txt: Removed.
1115 * svg/custom/js-svg-constructors-expected.checksum: Removed.
1116 * svg/custom/js-svg-constructors-expected.png: Removed.
1117 * svg/custom/js-update-transform-addition-expected.checksum: Removed.
1118 * svg/custom/js-update-transform-addition-expected.png: Removed.
1119 * svg/custom/js-update-transform-addition-expected.txt: Removed.
1120 * svg/custom/js-update-transform-changes-expected.checksum: Removed.
1121 * svg/custom/js-update-transform-changes-expected.png: Removed.
1122 * svg/custom/js-update-transform-changes-expected.txt: Removed.
1123 * svg/custom/linking-a-03-b-all-expected.txt: Removed.
1124 * svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Removed.
1125 * svg/custom/linking-a-03-b-transform-expected.txt: Removed.
1126 * svg/custom/linking-a-03-b-viewBox-expected.txt: Removed.
1127 * svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Removed.
1128 * svg/custom/linking-a-03-b-viewTarget-expected.txt: Removed.
1129 * svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Removed.
1130 * svg/custom/pattern-rotate-expected.txt: Removed.
1131 * svg/custom/percentage-of-html-parent-expected.checksum: Removed.
1132 * svg/custom/percentage-of-html-parent-expected.png: Removed.
1133 * svg/custom/percentage-of-html-parent-expected.txt: Removed.
1134 * svg/custom/repaint-on-image-bounds-change-expected.checksum: Removed.
1135 * svg/custom/repaint-on-image-bounds-change-expected.png: Removed.
1136 * svg/custom/repaint-on-image-bounds-change-expected.txt: Removed.
1137 * svg/custom/resource-client-removal-expected.checksum: Removed.
1138 * svg/custom/resource-client-removal-expected.png: Removed.
1139 * svg/custom/resource-client-removal-expected.txt: Removed.
1140 * svg/custom/root-container-opacity-clip-viewBox-expected.checksum: Removed.
1141 * svg/custom/root-container-opacity-clip-viewBox-expected.png: Removed.
1142 * svg/custom/root-container-opacity-clip-viewBox-expected.txt: Removed.
1143 * svg/custom/scroll-hit-test-expected.checksum: Removed.
1144 * svg/custom/scroll-hit-test-expected.png: Removed.
1145 * svg/custom/scroll-hit-test-expected.txt: Removed.
1146 * svg/custom/shape-rendering-expected.checksum: Removed.
1147 * svg/custom/shape-rendering-expected.png: Removed.
1148 * svg/custom/shape-rendering-expected.txt: Removed.
1149 * svg/custom/stroke-fallback-expected.checksum: Removed.
1150 * svg/custom/stroke-fallback-expected.png: Removed.
1151 * svg/custom/stroke-fallback-expected.txt: Removed.
1152 * svg/custom/stroke-width-click-expected.txt: Removed.
1153 * svg/custom/stroked-pattern-expected.checksum: Removed.
1154 * svg/custom/stroked-pattern-expected.png: Removed.
1155 * svg/custom/stroked-pattern-expected.txt: Removed.
1156 * svg/custom/style-attribute-font-size-expected.checksum: Removed.
1157 * svg/custom/style-attribute-font-size-expected.png: Removed.
1158 * svg/custom/style-attribute-font-size-expected.txt: Removed.
1159 * svg/custom/text-decoration-visibility-expected.checksum: Removed.
1160 * svg/custom/text-decoration-visibility-expected.png: Removed.
1161 * svg/custom/text-decoration-visibility-expected.txt: Removed.
1162 * svg/custom/text-letter-spacing-expected.checksum: Removed.
1163 * svg/custom/text-letter-spacing-expected.png: Removed.
1164 * svg/custom/text-letter-spacing-expected.txt: Removed.
1165 * svg/custom/text-x-dx-lists-expected.checksum: Removed.
1166 * svg/custom/text-x-dx-lists-expected.png: Removed.
1167 * svg/custom/text-x-dx-lists-expected.txt: Removed.
1168 * svg/custom/text-x-override-in-tspan-child-expected.checksum: Removed.
1169 * svg/custom/text-x-override-in-tspan-child-expected.png: Removed.
1170 * svg/custom/text-x-override-in-tspan-child-expected.txt: Removed.
1171 * svg/custom/transform-removeAttributeNS-expected.checksum: Removed.
1172 * svg/custom/transform-removeAttributeNS-expected.png: Removed.
1173 * svg/custom/transform-removeAttributeNS-expected.txt: Removed.
1174 * svg/custom/use-detach-expected.checksum: Removed.
1175 * svg/custom/use-detach-expected.png: Removed.
1176 * svg/custom/use-detach-expected.txt: Removed.
1177 * svg/custom/use-dynamic-append-expected.png: Removed.
1178 * svg/custom/use-dynamic-append-expected.txt: Removed.
1179 * svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: Removed.
1180 * svg/custom/use-on-disallowed-foreign-object-1-expected.png: Removed.
1181 * svg/custom/use-on-disallowed-foreign-object-1-expected.txt: Removed.
1182 * svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: Removed.
1183 * svg/custom/use-on-disallowed-foreign-object-2-expected.png: Removed.
1184 * svg/custom/use-on-disallowed-foreign-object-2-expected.txt: Removed.
1185 * svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: Removed.
1186 * svg/custom/use-on-disallowed-foreign-object-3-expected.png: Removed.
1187 * svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Removed.
1188 * svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: Removed.
1189 * svg/custom/use-on-disallowed-foreign-object-4-expected.png: Removed.
1190 * svg/custom/use-on-disallowed-foreign-object-4-expected.txt: Removed.
1191 * svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Removed.
1192 * svg/custom/use-on-disallowed-foreign-object-5-expected.png: Removed.
1193 * svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Removed.
1194 * svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Removed.
1195 * svg/custom/use-on-disallowed-foreign-object-6-expected.png: Removed.
1196 * svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Removed.
1197 * svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Removed.
1198 * svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Removed.
1199 * svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Removed.
1200 * svg/custom/use-on-g-containing-symbol-expected.checksum: Removed.
1201 * svg/custom/use-on-g-containing-symbol-expected.png: Removed.
1202 * svg/custom/use-on-g-containing-symbol-expected.txt: Removed.
1203 * svg/custom/use-on-non-svg-namespaced-element-expected.checksum: Removed.
1204 * svg/custom/use-on-non-svg-namespaced-element-expected.png: Removed.
1205 * svg/custom/use-on-non-svg-namespaced-element-expected.txt: Removed.
1206 * svg/hixie/error/013-expected.checksum: Removed.
1207 * svg/hixie/error/013-expected.png: Removed.
1208 * svg/hixie/error/013-expected.txt: Removed.
1209 * svg/text/text-align-01-b-expected.txt: Removed.
1210 * svg/text/text-align-02-b-expected.txt: Removed.
1211 * svg/text/text-align-03-b-expected.checksum: Removed.
1212 * svg/text/text-align-03-b-expected.png: Removed.
1213 * svg/text/text-align-03-b-expected.txt: Removed.
1214 * svg/text/text-align-04-b-expected.checksum: Removed.
1215 * svg/text/text-align-04-b-expected.png: Removed.
1216 * svg/text/text-align-04-b-expected.txt: Removed.
1217 * svg/text/text-align-05-b-expected.txt: Removed.
1218 * svg/text/text-align-06-b-expected.txt: Removed.
1219 * svg/text/text-altglyph-01-b-expected.checksum: Removed.
1220 * svg/text/text-altglyph-01-b-expected.png: Removed.
1221 * svg/text/text-altglyph-01-b-expected.txt: Removed.
1222 * svg/text/text-deco-01-b-expected.checksum: Removed.
1223 * svg/text/text-deco-01-b-expected.png: Removed.
1224 * svg/text/text-deco-01-b-expected.txt: Removed.
1225 * svg/text/text-fonts-01-t-expected.txt: Removed.
1226 * svg/text/text-fonts-02-t-expected.checksum: Removed.
1227 * svg/text/text-fonts-02-t-expected.png: Removed.
1228 * svg/text/text-fonts-02-t-expected.txt: Removed.
1229 * svg/text/text-intro-05-t-expected.txt: Removed.
1230 * svg/text/text-path-01-b-expected.checksum: Removed.
1231 * svg/text/text-path-01-b-expected.png: Removed.
1232 * svg/text/text-path-01-b-expected.txt: Removed.
1233 * svg/text/text-spacing-01-b-expected.checksum: Removed.
1234 * svg/text/text-spacing-01-b-expected.png: Removed.
1235 * svg/text/text-spacing-01-b-expected.txt: Removed.
1236 * svg/text/text-text-01-b-expected.checksum: Removed.
1237 * svg/text/text-text-01-b-expected.png: Removed.
1238 * svg/text/text-text-01-b-expected.txt: Removed.
1239 * svg/text/text-text-03-b-expected.checksum: Removed.
1240 * svg/text/text-text-03-b-expected.png: Removed.
1241 * svg/text/text-text-03-b-expected.txt: Removed.
1242 * svg/text/text-text-04-t-expected.checksum: Removed.
1243 * svg/text/text-text-04-t-expected.png: Removed.
1244 * svg/text/text-text-04-t-expected.txt: Removed.
1245 * svg/text/text-text-05-t-expected.checksum: Removed.
1246 * svg/text/text-text-05-t-expected.png: Removed.
1247 * svg/text/text-text-05-t-expected.txt: Removed.
1248 * svg/text/text-text-06-t-expected.checksum: Removed.
1249 * svg/text/text-text-06-t-expected.png: Removed.
1250 * svg/text/text-text-06-t-expected.txt: Removed.
1251 * svg/text/text-text-07-t-expected.txt: Removed.
1252 * svg/text/text-text-08-b-expected.checksum: Removed.
1253 * svg/text/text-text-08-b-expected.png: Removed.
1254 * svg/text/text-text-08-b-expected.txt: Removed.
1255 * svg/text/text-tref-01-b-expected.checksum: Removed.
1256 * svg/text/text-tref-01-b-expected.png: Removed.
1257 * svg/text/text-tref-01-b-expected.txt: Removed.
1258 * svg/text/text-tselect-01-b-expected.txt: Removed.
1259 * svg/text/text-tselect-02-f-expected.checksum: Removed.
1260 * svg/text/text-tselect-02-f-expected.png: Removed.
1261 * svg/text/text-tselect-02-f-expected.txt: Removed.
1262 * svg/text/text-tspan-01-b-expected.checksum: Removed.
1263 * svg/text/text-tspan-01-b-expected.png: Removed.
1264 * svg/text/text-tspan-01-b-expected.txt: Removed.
1265 * svg/text/text-ws-01-t-expected.checksum: Removed.
1266 * svg/text/text-ws-01-t-expected.png: Removed.
1267 * svg/text/text-ws-01-t-expected.txt: Removed.
1268 * svg/text/text-ws-02-t-expected.checksum: Removed.
1269 * svg/text/text-ws-02-t-expected.png: Removed.
1270 * svg/text/text-ws-02-t-expected.txt: Removed.
1272 2008-01-07 Kevin McCullough <kmccullough@apple.com>
1274 - Updated to run a test whose failure was only a build bot state issue.
1276 * platform/win/Skipped:
1278 2008-01-07 Adam Roben <aroben@apple.com>
1280 * platform/win/Skipped: Skip the culprit, not the victim.
1282 2008-01-07 Adam Roben <aroben@apple.com>
1284 * platform/win/Skipped: Added a few more failures.
1286 2008-01-07 Adam Roben <aroben@apple.com>
1288 Remove a now incorrect Windows-specific result
1290 This should have been done as part of r29187
1292 * platform/win/fast/dom/wrapper-classes-expected.txt: Removed.
1294 2008-01-04 Kevin McCullough <kmccullough@apple.com>
1298 - <rdar://problem/5666914> fast/regex/test{1,4}.html are failing.
1299 Since they pass now, the two tests are removed from the Skipped list.
1301 * platform/win/Skipped:
1303 2008-01-06 Andrew Wellington <proton@wiretapped.net>
1307 DOMRange doesn't correctly re-size when inserting items (Acid3)
1308 http://bugs.webkit.org/show_bug.cgi?id=16764
1310 Update the offset for the range when inserting items into the range.
1312 * fast/dom/Range/range-modifycontents-expected.txt: Added.
1313 * fast/dom/Range/range-modifycontents.html: Added.
1314 * fast/dom/Range/resources/range-modifycontents.js: Added.
1316 2008-01-06 Sam Weinig <sam@webkit.org>
1318 Add missing expected result.
1320 * fast/dom/TreeWalker/TreeWalker-currentNode-expected.txt: Added.
1322 2008-01-06 Alexey Proskuryakov <ap@webkit.org>
1326 http://bugs.webkit.org/show_bug.cgi?id=16731
1327 Incorrect node type for whitespace when setting innerHTML in an XHTML document
1329 * fast/dom/xhtml-fragment-whitespace-expected.txt: Added.
1330 * fast/dom/xhtml-fragment-whitespace.xhtml: Added.
1332 2008-01-06 Alexey Proskuryakov <ap@webkit.org>
1336 http://bugs.webkit.org/show_bug.cgi?id=16701
1337 <rdar://problem/5666580> REGRESSION: URL-encoded space (%20) in livejournal url
1338 causes page load error
1340 * http/tests/misc/location-with-space-expected.txt: Added.
1341 * http/tests/misc/location-with-space.php: Added.
1342 * http/tests/misc/resources/a success.html: Added.
1344 2008-01-06 Andrew Wellington <proton@wiretapped.net>
1348 DOMRange.cloneContents does not work (Acid3 bug)
1349 http://bugs.webkit.org/show_bug.cgi?id=16748
1351 When cloning an empty range, return an empty DocmentFragment instead of
1354 * fast/dom/Range/range-clone-empty-expected.txt: Added.
1355 * fast/dom/Range/range-clone-empty.html: Added.
1356 * fast/dom/Range/resources/range-clone-empty.js: Added.
1358 2008-01-06 Eric Seidel <eric@webkit.org>
1362 Make attr selectors case-insensitive for certain HTML attributes
1363 http://bugs.webkit.org/show_bug.cgi?id=15470
1365 * fast/css/html-attr-case-sensitivity-expected.txt: Added.
1366 * fast/css/html-attr-case-sensitivity.html: Added.
1367 * fast/css/resources/html-attr-case-sensitivity.js: Added.
1369 2008-01-06 Eric Seidel <eric@webkit.org>
1373 Fix :checked matching type='text' and add test case
1374 http://bugs.webkit.org/show_bug.cgi?id=16750
1376 * fast/dom/HTMLInputElement/checked-pseudo-selector-expected.txt: Added.
1377 * fast/dom/HTMLInputElement/checked-pseudo-selector.html: Added.
1378 * fast/dom/HTMLInputElement/resources/TEMPLATE.html: Added.
1379 * fast/dom/HTMLInputElement/resources/checked-pseudo-selector.js: Added.
1381 2008-01-05 Sam Weinig <sam@webkit.org>
1383 Reviewed by Eric Seidel.
1385 Test for http://bugs.webkit.org/show_bug.cgi?id=16758
1386 ASSERT when using TreeWalker methods for a current node outside of the root (Acid3)
1388 * fast/dom/TreeWalker: Added.
1389 * fast/dom/TreeWalker/TreeWalker-currentNode.html: Added.
1390 * fast/dom/TreeWalker/resources: Added.
1391 * fast/dom/TreeWalker/resources/TreeWalker-currentNode.js: Added.
1393 2008-01-04 Dan Bernstein <mitz@apple.com>
1395 - update the list of tests failing on Windows because of font
1396 differences and uncomment a test that has been re-enabled on Mac.
1398 * platform/win/Skipped:
1400 2008-01-04 Oliver Hunt <oliver@apple.com>
1402 Reviewed by Beth Dakin.
1404 As a byproduct of correct the bounds computation of image elements
1405 the metrics for the render tree changed slightly.
1407 * platform/mac/svg/carto.net/scrollbar-expected.txt:
1409 2008-01-04 Beth Dakin <bdakin@apple.com>
1413 Test for http://bugs.webkit.org/show_bug.cgi?id=16704 input with
1414 type="hidden" matches :enabled/:disabled (Acid3 bug)
1416 * fast/forms/hidden-input-not-enabled-expected.txt: Added.
1417 * fast/forms/hidden-input-not-enabled.html: Added.
1419 2008-01-04 Sam Weinig <sam@webkit.org>
1421 Add missing expected result.
1423 * fast/images/border-expected.txt: Added.
1425 2008-01-04 Sam Weinig <sam@webkit.org>
1427 Reviewed by Oliver Hunt.
1429 Throw exceptions for the CSSPrimitiveValue getters, matching the spec.
1431 * fast/css/CSSPrimitiveValue-exceptions-expected.txt: Added.
1432 * fast/css/CSSPrimitiveValue-exceptions.html: Added.
1433 * fast/css/resources/CSSPrimitiveValue-exceptions.js: Added.
1434 * fast/dom/prototypes.html:
1435 * fast/dom/wrapper-classes.html:
1436 * platform/mac/fast/dom/wrapper-classes-objc.html:
1437 * svg/css/glyph-orientation-rounding-test-expected.txt:
1438 * svg/css/glyph-orientation-rounding-test.xhtml: Pass in a unit so this doesn't throw.
1439 This patch also fixes the associated intermittent failure seen in this test.
1441 2008-01-04 Sam Weinig <sam@webkit.org>
1443 Reviewed by Kevin McCullough.
1445 - Splits Objective-C tests out of wrapper-classes.html and into platform specific test.
1446 - Adds tests for .__proto__ and .constructor to JS wrapper tests.
1448 * fast/dom/wrapper-classes.html:
1449 * platform/mac/fast/dom/wrapper-classes-expected.txt:
1450 * platform/mac/fast/dom/wrapper-classes-objc-expected.txt: Added.
1451 * platform/mac/fast/dom/wrapper-classes-objc.html: Copied from fast/dom/wrapper-classes.html.
1452 * platform/win/Skipped:
1454 2008-01-04 Stephanie <slewis@apple.com>
1458 Move svg/batik/text/smallFonts.svg
1459 to skip list since it is still failing on tiger.
1461 * platform/mac-tiger/Skipped:
1463 2008-01-04 Darin Adler <darin@apple.com>
1465 Reviewed by Maciej and Alice.
1467 - test for <rdar://problem/4404302> Borders where there should be none (canadasmountains.com)
1469 * fast/images/border.html: Added.
1470 * fast/images/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
1471 * fast/images/resources/border.js: Added.
1473 2008-01-04 Alice Liu <alice.liu@apple.com>
1475 Reviewed by Alexey and Darin.
1477 * editing/selection/move-begin-end.html:
1478 add a codepath that will test the same kind of functionality for home and end keys
1479 * platform/win/Skipped:
1480 removing section of tests that have been resolved
1482 2008-01-04 Oliver Hunt <oliver@apple.com>
1486 Update tiger layout test results for svg/batik/text/smallFonts,
1487 and move to mac-tiger platform
1489 * platform/mac-tiger/svg/batik/text/smallFonts-expected.checksum: Added.
1490 * platform/mac-tiger/svg/batik/text/smallFonts-expected.png: Added.
1491 * platform/mac/svg/batik/text/smallFonts-expected.txt: Added.
1492 * svg/batik/text/smallFonts-expected.checksum: Removed.
1493 * svg/batik/text/smallFonts-expected.png: Removed.
1494 * svg/batik/text/smallFonts-expected.txt: Removed.
1496 2008-01-04 Alexey Proskuryakov <ap@webkit.org>
1500 <rdar://problem/5611712> xsl:sort does not use a case folding sort, and the 'case-order' attribute is ignored (16077)
1502 * platform/win/Skipped: The fix for this bug is now enabled on Windows, take the test out of Skipped list.
1504 2008-01-04 Adam Roben <aroben@apple.com>
1506 Added a test for <rdar://4968855> Shift-PageUp/Shift-PageDown only select one line of text
1510 * platform/win/editing/selection/shift-page-up-down-expected.txt: Added.
1511 * platform/win/editing/selection/shift-page-up-down.html: Added.
1513 2008-01-04 Oliver Hunt <oliver@apple.com>
1517 <rdar://problem/5646437> REGRESSION (r28015): svg/batik/text/smallFonts fails
1519 Regenerated expected output as filter elements are no longer generated in a default
1520 build. This wasn't done when filters were turned off earlier due to other (now gone)
1521 layout failures i didn't want to put in the expected output.
1523 * platform/mac-leopard/svg/batik/text/smallFonts-expected.txt:
1524 * svg/batik/text/smallFonts.svg: Added.
1525 * svg/batik/text/smallFonts.svg-disabled: Removed.
1527 2008-01-04 Adam Roben <aroben@apple.com>
1529 * platform/win/Skipped: Added some more failures.
1531 2008-01-03 Alexey Proskuryakov <ap@webkit.org>
1535 <rdar://problem/5463489> A number of layout tests should be using execCommand instead of textInputController
1537 * editing/deleting/5300379.html:
1538 * editing/deleting/delete-to-end-of-paragraph.html:
1539 * editing/deleting/smart-delete-003.html:
1540 * editing/deleting/smart-delete-004.html:
1541 * editing/selection/4947387.html:
1542 * editing/selection/5195166-1.html:
1543 * editing/selection/5195166-2.html:
1544 * editing/selection/select-line.html:
1545 * editing/selection/selection-actions.html:
1546 * platform/win/Skipped:
1547 Changed these tests to use layoutTestController.execCommand, so they no longer need to be disabled.
1549 2008-01-03 Oliver Hunt <oliver@apple.com>
1553 Testcase for <rdar://problem/5668517> REGRESSION: Major under painting issues in SVG
1555 * svg/custom/repaint-on-image-bounds-change-expected.checksum: Copied from LayoutTests/svg/custom/resource-client-removal-expected.checksum.
1556 * svg/custom/repaint-on-image-bounds-change-expected.png: Copied from LayoutTests/svg/custom/resource-client-removal-expected.png.
1557 * svg/custom/repaint-on-image-bounds-change-expected.txt: Added.
1558 * svg/custom/repaint-on-image-bounds-change.svg: Added.
1560 2008-01-03 Dan Bernstein <mitz@apple.com>
1562 Reviewed by Sam Weinig.
1564 - skip tests that are failing because font fallback results in a
1565 different font being used on Windows than on Mac.
1567 * platform/win/Skipped:
1569 2008-01-03 Alice Liu <alice.liu@apple.com>
1571 Reviewed by Darin, Mitz.
1573 updating expected results after fixing clickcount for
1574 <rdar://5130762> mousedowns in different locations increase the clickcount incorrectly
1576 * fast/forms/focus-selection-input-expected.txt:
1577 * fast/forms/focus-selection-textarea-expected.txt:
1578 * platform/mac/fast/events/objc-event-api-expected.txt:
1579 * platform/mac/fast/inline/dirtyLinesForInline-expected.txt:
1580 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
1581 * platform/mac/svg/custom/pointer-events-image-expected.txt:
1582 * platform/mac/svg/custom/pointer-events-path-expected.txt:
1583 * platform/mac/svg/custom/pointer-events-text-expected.txt:
1584 * platform/mac/svg/custom/text-hit-test-expected.txt:
1586 2008-01-03 Darin Adler <darin@apple.com>
1590 - test for http://bugs.webkit.org/show_bug.cgi?id=16723
1591 tables/mozilla/bugs/bug30418.html test failing due to problems updating dynamic border rules
1593 * fast/table/border-changes-expected.txt: Added.
1594 * fast/table/border-changes.html: Added.
1595 * fast/table/resources: Added.
1596 * fast/table/resources/TEMPLATE.html: Added.
1597 * fast/table/resources/border-changes.js: Added.
1599 2008-01-03 Alexey Proskuryakov <ap@webkit.org>
1603 http://bugs.webkit.org/show_bug.cgi?id=10909
1604 Hixie's XMLHttpRequest/018.html test fails
1606 This was fixed earlier, just adding a test case.
1608 * http/tests/xmlhttprequest/web-apps/018-expected.txt: Added.
1609 * http/tests/xmlhttprequest/web-apps/018.html: Added.
1610 * http/tests/xmlhttprequest/web-apps/resources: Added.
1611 * http/tests/xmlhttprequest/web-apps/resources/018-test.xml: Added.
1613 2008-01-02 Darin Adler <darin@apple.com>
1617 - test for http://bugs.webkit.org/show_bug.cgi?id=16696
1618 JSCRE fails fails to match Acid3 regexp
1620 * fast/regex/early-acid3-86-expected.txt: Added.
1621 * fast/regex/early-acid3-86.html: Added.
1622 * fast/regex/resources/early-acid3-86.js: Added.
1624 * fast/regex/test1-expected.txt: Updated for a few cases where we now fail.
1625 But these "failures" represent us replacing PCRE behavior with semantics
1626 that are correct for JavaScript regular expressions.
1628 2008-01-02 Alice Liu <alice.liu@apple.com>
1630 * platform/win/Skipped: removing a fixed test
1631 this was fixed with r28836 but was left behind on the skipped list
1633 2008-01-02 Darin Adler <darin@apple.com>
1637 - test for http://bugs.webkit.org/show_bug.cgi?id=16696
1638 JSCRE fails fails to match Acid3 regexp
1640 * fast/regex/early-acid3-86-expected.txt: Added.
1641 * fast/regex/early-acid3-86.html: Added.
1642 * fast/regex/resources/early-acid3-86.js: Added.
1644 * fast/regex/test1-expected.txt: Updated for a few cases where we now fail.
1645 But these "failures" represent us replacing PCRE behavior with semantics
1646 that are correct for JavaScript regular expressions.
1648 2008-01-02 Darin Adler <darin@apple.com>
1652 - test for http://bugs.webkit.org/show_bug.cgi?id=16657
1653 Acid3 failure since table.caption and table.thead do not work for nodes added by appendChild
1654 - test for http://bugs.webkit.org/show_bug.cgi?id=16659
1655 Acid3 expects HTMLTableElement.rows to include a <tr> element that is an immediate child of the <table>
1657 * fast/dom/HTMLTableElement/early-acid3-65-excerpt-expected.txt: Added.
1658 * fast/dom/HTMLTableElement/early-acid3-65-excerpt.html: Added.
1659 * fast/dom/HTMLTableElement/early-acid3-66-excerpt-expected.txt: Added.
1660 * fast/dom/HTMLTableElement/early-acid3-66-excerpt.html: Added.
1661 * fast/dom/HTMLTableElement/resources/early-acid3-65-excerpt.js: Added.
1662 * fast/dom/HTMLTableElement/resources/early-acid3-66-excerpt.js: Added.
1664 * dom/html/level2/html/HTMLCollection07-expected.txt: Updated to reflect success.
1665 * dom/html/level2/html/HTMLCollection08-expected.txt: Updated to reflect success.
1666 * dom/xhtml/level2/html/HTMLCollection07-expected.txt: Updated to reflect success.
1667 * dom/xhtml/level2/html/HTMLCollection08-expected.txt: Updated to reflect success.
1669 * fast/dom/HTMLTableElement/resources/rows.js: Changed to expect HTML 5 behavior for rows outside
1671 * fast/dom/HTMLTableElement/rows-expected.txt: Updated.
1673 * platform/mac/tables/mozilla/bugs/bug30418-expected.checksum: Updated to reflect better results.
1674 * platform/mac/tables/mozilla/bugs/bug30418-expected.png: Ditto.
1675 * platform/mac/tables/mozilla/bugs/bug30418-expected.txt: Ditto.
1677 2008-01-02 Alice Liu <alice.liu@apple.com>
1681 Added test for <rdar://5283861> (problems scrolling in gmail message content area)
1683 * fast/frames/iframe-scroll-page-up-down-expected.txt: Added.
1684 * fast/frames/iframe-scroll-page-up-down.html: Added.
1685 * fast/frames/resources/iframe-scroll-page-up-down-1.html: Added.
1686 * fast/frames/resources/iframe-scroll-page-up-down-2.html: Added.
1688 2008-01-02 Adam Roben <aroben@apple.com>
1690 * platform/win/Skipped: Added some more failures.
1692 2008-01-02 Adam Roben <aroben@apple.com>
1694 Get the Windows bots closer to green
1696 * platform/win/Skipped: Added some new failures.
1697 * platform/win/fast/dom/Window/window-properties-expected.txt: Updated
1700 2008-01-02 Alexey Proskuryakov <ap@webkit.org>
1704 Changed tests that were recently modified to use non-standard execCommand identifiers back to
1705 textInputController.doCommand, re-added them to Windows skip list.
1707 Added several tests for commands that have different behavior when invoked manually rather
1710 * editing/deleting/5300379.html:
1711 * editing/deleting/delete-to-end-of-paragraph.html:
1712 * editing/deleting/smart-delete-003.html:
1713 * editing/deleting/smart-delete-004.html:
1714 * editing/execCommand/delete-no-scroll-expected.txt: Added.
1715 * editing/execCommand/delete-no-scroll.html: Added.
1716 * editing/execCommand/forward-delete-no-scroll-expected.txt: Added.
1717 * editing/execCommand/forward-delete-no-scroll.html: Added.
1718 * editing/execCommand/insert-line-break-no-scroll-expected.txt: Added.
1719 * editing/execCommand/insert-line-break-no-scroll.html: Added.
1720 * editing/selection/4947387.html:
1721 * editing/selection/5195166-1.html:
1722 * editing/selection/5195166-2.html:
1723 * editing/selection/select-line.html:
1724 * editing/selection/selection-actions.html:
1725 * platform/win/Skipped:
1727 2008-01-02 Alexey Proskuryakov <ap@webkit.org>
1731 http://bugs.webkit.org/show_bug.cgi?id=14555
1732 action=mailto + method=get - The generated mailto URI is incorrect and the hvalues are encoded twice
1734 http://bugs.webkit.org/show_bug.cgi?id=14774
1735 Submitted data only includes first input item
1737 * fast/forms/mailto: Added.
1738 * fast/forms/mailto/advanced-get-expected.txt: Added.
1739 * fast/forms/mailto/advanced-get.html: Added.
1740 * fast/forms/mailto/advanced-put-expected.txt: Added.
1741 * fast/forms/mailto/advanced-put.html: Added.
1742 * fast/forms/mailto/get-multiple-items-expected.txt: Added.
1743 * fast/forms/mailto/get-multiple-items-text-plain-expected.txt: Added.
1744 * fast/forms/mailto/get-multiple-items-text-plain.html: Added.
1745 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded-expected.txt: Added.
1746 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded.html: Added.
1747 * fast/forms/mailto/get-multiple-items.html: Added.
1748 * fast/forms/mailto/get-non-ascii-expected.txt: Added.
1749 * fast/forms/mailto/get-non-ascii.html: Added.
1750 * fast/forms/mailto/get-non-ascii-text-plain.html: Added.
1751 * fast/forms/mailto/get-non-ascii-text-plain-expected.txt: Added.
1752 * fast/forms/mailto/get-overwrite-query-expected.txt: Added.
1753 * fast/forms/mailto/get-overwrite-query.html: Added.
1754 * fast/forms/mailto/post-append-query-expected.txt: Added.
1755 * fast/forms/mailto/post-append-query.html: Added.
1756 * fast/forms/mailto/post-multiple-items-expected.txt: Added.
1757 * fast/forms/mailto/post-multiple-items-multipart-form-data-expected.txt: Added.
1758 * fast/forms/mailto/post-multiple-items-multipart-form-data.html: Added.
1759 * fast/forms/mailto/post-multiple-items-text-plain-expected.txt: Added.
1760 * fast/forms/mailto/post-multiple-items-text-plain.html: Added.
1761 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded-expected.txt: Added.
1762 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded.html: Added.
1763 * fast/forms/mailto/post-multiple-items.html: Added.
1765 2008-01-01 Darin Adler <darin@apple.com>
1769 - test for http://bugs.webkit.org/show_bug.cgi?id=16695
1770 JSC allows non-identifier codepoints in identifiers (affects Acid3)
1772 * fast/js/kde/parse-expected.txt: Updated.
1773 * fast/js/kde/resources/parse.js: Added tests that cover both the
1774 non-ASCII characters themselves and the same characters parsed as
1777 2008-01-01 Sam Weinig <sam@webkit.org>
1781 Tests for http://bugs.webkit.org/show_bug.cgi?id=16691
1782 Use real JS objects for the rest of the DOMExceptions (EventException, RangeException, etc)
1784 * fast/dom/DOMException/EventException-expected.txt: Added.
1785 * fast/dom/DOMException/EventException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
1786 * fast/dom/DOMException/RangeException-expected.txt: Added.
1787 * fast/dom/DOMException/RangeException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
1788 * fast/dom/DOMException/XPathException-expected.txt: Added.
1789 * fast/dom/DOMException/XPathException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
1790 * fast/dom/DOMException/resources/EventException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
1791 * fast/dom/DOMException/resources/RangeException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
1792 * fast/dom/DOMException/resources/XPathException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
1793 * fast/dom/Window/window-properties-expected.txt:
1794 * http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt: Added.
1795 * http/tests/xmlhttprequest/XMLHttpRequestException.html: Added.
1796 * svg/custom/SVGException-expected.txt: Added.
1797 * svg/custom/SVGException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
1798 * svg/custom/resources/SVGException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
1800 2008-01-01 Darin Adler <darin@apple.com>
1804 - updated test results for https://bugs.webkit.org/show_bug.cgi?id=16648
1806 * fast/regex/test1-expected.txt: Update results changed by restoring the logic to
1807 avoid failing on infinite repeats of brackets that match the empty string.
1809 2008-01-01 Eric Seidel <eric@webkit.org>
1813 Don't replace \ with / in data: urls
1814 http://bugs.webkit.org/show_bug.cgi?id=16692
1816 * fast/loader/url-data-replace-backslash-expected.txt: Added.
1817 * fast/loader/url-data-replace-backslash.html: Added.
1819 2007-12-31 Sam Weinig <sam@webkit.org>
1823 Test for http://bugs.webkit.org/show_bug.cgi?id=16637
1824 Acid3 expects ExeceptionCode constants to be defined on DOMException objects
1826 * fast/dom/DOMException: Added.
1827 * fast/dom/DOMException/prototype-object-expected.txt: Added.
1828 * fast/dom/DOMException/prototype-object.html: Added.
1829 * fast/dom/DOMException/resources: Added.
1830 * fast/dom/DOMException/resources/prototype-object.js: Added.
1831 * fast/dom/Window/window-properties-expected.txt:
1832 * http/tests/xmlhttprequest/connection-error-sync-expected.txt:
1834 2007-12-31 Darin Adler <darin@apple.com>
1836 * fast/dom/HTMLFormElement/elements-not-in-document-expected.txt: Updated results to expect success.
1837 I accdidentally landed an expected failure instead!
1839 2007-12-31 Dan Bernstein <mitz@apple.com>
1841 Reviewed by Darin Adler.
1843 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=14134
1844 <rdar://problem/5655160> REGRESSION (r25353): Whitespace nodes ignored between inline list items
1846 * fast/dynamic/create-renderer-for-whitespace-only-text.html: Added.
1847 * fast/dynamic/style-access-late-stylesheet-load-expected.txt:
1848 * platform/mac-leopard/fast/dynamic: Added.
1849 * platform/mac-leopard/fast/dynamic/create-renderer-for-whitespace-only-text-expected.checksum: Added.
1850 * platform/mac-leopard/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png: Added.
1851 * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
1852 * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
1853 * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
1854 * platform/mac/editing/inserting/editable-html-element-expected.txt:
1855 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
1856 * platform/mac/editing/pasteboard/paste-TIFF-expected.txt:
1857 * platform/mac/editing/selection/4983858-expected.txt:
1858 * platform/mac/editing/selection/5136696-expected.txt:
1859 * platform/mac/editing/selection/drag-to-contenteditable-iframe-expected.txt:
1860 * platform/mac/editing/style/remove-underline-across-paragraph-expected.txt:
1861 * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
1862 * platform/mac/editing/style/remove-underline-after-paragraph-expected.txt:
1863 * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
1864 * platform/mac/editing/style/remove-underline-from-stylesheet-expected.txt:
1865 * platform/mac/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt: Added.
1866 * platform/mac/fast/dynamic/move-node-with-selection-expected.txt:
1867 * platform/mac/fast/forms/input-align-expected.txt:
1868 * platform/mac/fast/inline/positionedLifetime-expected.txt:
1870 2007-12-31 Darin Adler <darin@apple.com>
1874 - test for http://bugs.webkit.org/show_bug.cgi?id=16641
1875 Acid3 reveals HTMLFormElement.elements fails to update when element name changes
1877 * fast/dom/HTMLFormElement: Added.
1878 * fast/dom/HTMLFormElement/elements-not-in-document-expected.txt: Added.
1879 * fast/dom/HTMLFormElement/elements-not-in-document.html: Added.
1880 * fast/dom/HTMLFormElement/resources: Added.
1881 * fast/dom/HTMLFormElement/resources/TEMPLATE.html: Added.
1882 * fast/dom/HTMLFormElement/resources/elements-not-in-document.js: Added.
1884 2007-12-31 Henry Mason <hmason@mac.com>
1888 Test for http://bugs.webkit.org/show_bug.cgi?id=14994
1889 Support for MessageEvent and cross-domain messaging
1891 * fast/dom/Window/window-properties-expected.txt:
1892 * http/tests/messaging: Added.
1893 * http/tests/messaging/cross-domain-message-send-expected.txt: Added.
1894 * http/tests/messaging/cross-domain-message-send.html: Added.
1895 * http/tests/messaging/resources: Added.
1896 * http/tests/messaging/resources/cross-domain-message-receive.html: Added.
1898 2007-12-30 Sam Weinig <sam@webkit.org>
1900 Reviewed by Oliver Hunt.
1902 Test for http://bugs.webkit.org/show_bug.cgi?id=16387
1904 * http/tests/security/cross-frame-access-enumeration-expected.txt: Added.
1905 * http/tests/security/cross-frame-access-enumeration.html: Added.
1906 * http/tests/security/resources/cross-frame-iframe-for-enumeration-test.html: Added.
1908 2007-12-30 Darin Adler <darin@apple.com>
1910 - added missing results file
1912 * fast/events/event-instanceof-expected.txt: Added.
1914 2007-12-30 Sam Weinig <sam@webkit.org>
1916 Reviewed by Oliver Hunt.
1918 Test for http://bugs.webkit.org/show_bug.cgi?id=10686
1919 event instanceof MouseEvent throws exception
1921 * fast/dom/Window/window-properties-expected.txt:
1922 * fast/events/event-instanceof.html: Added.
1923 * fast/events/resources/event-instanceof.js: Added.
1925 2007-12-30 David Kilzer <ddkilzer@webkit.org>
1929 - test for http://bugs.webkit.org/show_bug.cgi?id=15359
1930 JPEG image not shown when height is specified as percentage inside a table
1932 This test was added specifically for this bug. It tests the height of
1933 replaced elements (canvas, embed, img, object, button, input, isindex,
1934 select, textarea ) within table cells.
1936 * fast/replaced/table-percent-height-expected.txt: Added.
1937 * fast/replaced/table-percent-height.html: Added.
1939 These test results were updated because they are more correct.
1941 * platform/mac/fast/replaced/width100percent-image-expected.checksum: Updated.
1942 * platform/mac/fast/replaced/width100percent-image-expected.png: Updated.
1943 * platform/mac/fast/replaced/width100percent-image-expected.txt: Updated.
1945 Moved tests and results for these two tests from tables/mozilla_expected_failures/bugs
1946 to tables/mozilla/bugs since these results have been fixed.
1948 * platform/mac/tables/mozilla/bugs/bug137388-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.checksum.
1949 * platform/mac/tables/mozilla/bugs/bug137388-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.png.
1950 * platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt.
1951 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.checksum.
1952 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.png.
1953 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt.
1954 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.checksum: Removed.
1955 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.png: Removed.
1956 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt: Removed.
1957 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.checksum: Removed.
1958 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.png: Removed.
1959 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt: Removed.
1960 * tables/mozilla/bugs/bug137388-1.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug137388-1.html.
1961 * tables/mozilla/bugs/bug137388-2.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug137388-2.html.
1962 * tables/mozilla_expected_failures/bugs/bug137388-1.html: Removed.
1963 * tables/mozilla_expected_failures/bugs/bug137388-2.html: Removed.
1965 2007-12-30 Eric Seidel <eric@webkit.org>
1969 Add missing fast/js/number-toExponential.html file and correct results.
1970 Add missing number.toString(2) test which also was missing.
1971 Update toString results now that we're properly throwing exceptions.
1973 * fast/js/number-toExponential-expected.txt:
1974 * fast/js/number-toExponential.html: Added.
1975 * fast/js/number-toString-expected.txt:
1976 * fast/js/resources/number-toString.js:
1978 2007-12-29 Alexey Proskuryakov <ap@webkit.org>
1982 http://bugs.webkit.org/show_bug.cgi?id=14428
1983 FCKEditor: Images disappear on drag/drop and copy/paste
1985 * editing/pasteboard/drag-image-in-about-blank-frame-expected.txt: Added.
1986 * editing/pasteboard/drag-image-in-about-blank-frame.html: Added.
1988 2007-12-28 Alexey Proskuryakov <ap@webkit.org>
1992 http://bugs.webkit.org/show_bug.cgi?id=15734
1993 fast/xpath/namespace-vs-predicate.xhtml fails unexpectedly in no-SVG build
1995 * fast/xpath/namespace-vs-predicate.xhtml: Use (hopefully) correct code to remove an SVG element.
1997 2007-12-28 Darin Adler <darin@apple.com>
1999 - checked in these files that were supposed to be part of
2000 the previous check-in, but somehow weren't
2002 * fast/js/number-tofixed-expected.txt: Updated.
2003 * fast/js/number-toprecision-expected.txt: Ditto.
2005 2007-12-28 Eric Seidel <eric@webkit.org>
2009 Add more tests for toFixed, toPrecision and toExponential
2010 Add tests for toString to match Firefox's behavior
2012 All tests pass in Firefox, but some fail in WebKit
2013 I've chosen to land failing tests as I expect we'll move closer
2014 towards Firefox's behavior in the future, and it's better to have
2015 the tests now thus to notice any behavior changes in the future.
2017 * fast/js/number-toExponential-expected.txt: Added.
2018 * fast/js/number-toString-expected.txt: Added.
2019 * fast/js/number-toString.html: Added.
2020 * fast/js/number-tofixed-expected.txt:
2021 * fast/js/number-toprecision-expected.txt:
2022 * fast/js/resources/number-toExponential.js: Added.
2023 * fast/js/resources/number-toString.js: Added.
2024 * fast/js/resources/number-tofixed.js:
2025 * fast/js/resources/number-toprecision.js:
2027 2007-12-29 Nikolas Zimmermann <zimmermann@kde.org>
2031 Update layout test results after the SVG Fonts addition.
2032 <font-face> is now also disabled by default wrapped in ENABLE(SVG_FONTS) block.
2034 Fix two misplaced layout test results (results added in the wrong place.)
2036 * platform/mac/svg/css/css-box-min-width-expected.checksum:
2037 * platform/mac/svg/css/css-box-min-width-expected.png:
2038 * platform/mac/svg/custom/font-face-simple-expected.checksum:
2039 * platform/mac/svg/custom/font-face-simple-expected.png:
2040 * platform/mac/svg/custom/font-face-simple-expected.txt:
2041 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.checksum:
2042 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
2043 * platform/mac/svg/custom/use-infinite-recursion-expected.png: Added.
2044 * svg/custom/inline-svg-in-xhtml-expected.checksum: Removed.
2045 * svg/custom/inline-svg-in-xhtml-expected.png: Removed.
2046 * svg/custom/use-infinite-recursion-expected.checksum: Removed.
2047 * svg/custom/use-infinite-recursion-expected.png: Removed.
2049 2007-12-27 Dan Bernstein <mitz@apple.com>
2051 Reviewed by Oliver Hunt.
2053 - test for http://bugs.webkit.org/show_bug.cgi?id=16603
2054 <rdar://problem/5664199> Crash when resizing text field
2056 * fast/layers/resize-layer-deletion-crash-expected.txt: Added.
2057 * fast/layers/resize-layer-deletion-crash.html: Added.
2059 2007-12-27 Sam Weinig <sam@webkit.org>
2061 Reviewed by Alice Liu.
2063 * platform/win/Skipped: Remove xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html
2064 since it is now passing.
2066 2007-12-27 Collin Jackson <webkit@collinjackson.com>
2068 Reviewed by Sam Weinig.
2070 Tests for http://bugs.webkit.org/show_bug.cgi?id=16539
2071 <rdar://problem/5659269>
2073 * http/tests/security/cross-frame-access-call-expected.txt: Added.
2074 * http/tests/security/cross-frame-access-call.html: Added.
2076 2007-12-27 Dan Bernstein <mitz@apple.com>
2078 Reviewed by Dave Hyatt and Sam Weinig.
2080 - pixel tests for <rdar://problem/5605937> Inspector: Disclosure triangle not drawn in node's properties panel until click
2082 * fast/layers/add-layer-with-nested-stacking.html: Added.
2083 * fast/layers/remove-layer-with-nested-stacking.html: Added.
2084 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.checksum: Added.
2085 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
2086 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
2087 * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.checksum: Added.
2088 * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.png: Added.
2089 * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.txt: Added.
2091 2007-12-27 Eric Seidel <eric@webkit.org>
2095 ASSERT in JavaScriptCore while viewing WICD test case
2096 http://bugs.webkit.org/show_bug.cgi?id=16626
2098 * fast/js/for-in-exeception-expected.txt: Added.
2099 * fast/js/for-in-exeception.html: Added.
2100 * fast/js/resources/for-in-exception.js: Added.
2102 2007-12-27 Sam Weinig <sam@webkit.org>
2104 Reviewed by Alice Liu.
2106 * platform/mac-leopard/Skipped: Remove dom/html/level2/html/HTMLDocument12.html
2107 from the Skipped list because it is now passing.
2109 2007-12-27 Dan Bernstein <mitz@apple.com>
2111 Reviewed by Eric Seidel.
2113 - test for http://bugs.webkit.org/show_bug.cgi?id=16490
2114 ASSERT in ~FrameView while viewing/reloading WICD test case
2116 * fast/dynamic/paused-event-dispatch-expected.txt: Added.
2117 * fast/dynamic/paused-event-dispatch.html: Added.
2118 * fast/dynamic/resources/paused-event-dispatch-iframe.html: Added.
2120 2007-12-27 Sam Weinig <sam@webkit.org>
2124 * platform/win/Skipped: Move cross-frame-access-protocol* tests to show that they
2125 are failing because of a lack of ssl on windows.
2127 2007-12-27 Sam Weinig <sam@webkit.org>
2129 Rubber-stamped by Maciej.
2131 - Change more tests to use the new layoutTestController.globalFlag style polling instead
2132 of the "flag frame hack".
2134 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
2135 * http/tests/security/cross-frame-access-port-expected.txt:
2136 * http/tests/security/cross-frame-access-private-browsing-expected.txt:
2137 * http/tests/security/cross-frame-access-protocol-expected.txt:
2138 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html:
2139 * http/tests/security/host-compare-case-insensitive-expected.txt:
2140 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
2141 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html:
2142 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
2143 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html:
2144 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
2145 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html:
2146 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
2147 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html:
2148 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
2149 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html:
2150 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
2151 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html:
2152 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
2153 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html:
2154 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
2155 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html:
2156 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
2157 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html:
2158 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
2159 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html:
2160 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
2161 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html:
2162 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
2163 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html:
2164 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
2165 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html:
2166 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-iframe.html:
2167 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-opened-frame.html:
2168 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-iframe.html:
2169 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-opened-frame.html:
2170 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
2171 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-window-open.html:
2172 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
2173 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
2174 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
2175 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
2176 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
2177 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
2178 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
2179 * http/tests/security/protocol-compare-case-insensitive-expected.txt:
2180 * http/tests/security/resources/cross-frame-iframe.html:
2182 2007-12-27 Alexey Proskuryakov <ap@webkit.org>
2186 http://bugs.webkit.org/show_bug.cgi?id=14500
2187 need to be more generous about charset declaration with meta tag
2189 http://bugs.webkit.org/show_bug.cgi?id=12526
2190 <rdar://problem/4867183> Safari ignores encoding description "charset=Shift_JIS" in invalid html
2192 <rdar://problem/4892428> Unlike other browsers, WebKit ignores <meta> charset definitions outside the head
2194 <rdar://problem/5643774> REGRESSION: Text is garbled when clicking a link inside an Arabic website
2196 * fast/encoding/ahram-org-eg-expected.txt: Added.
2197 * fast/encoding/ahram-org-eg.html: Added.
2198 * fast/encoding/bandai-co-jp-releases-expected.txt: Added.
2199 * fast/encoding/bandai-co-jp-releases.html: Added.
2200 * fast/encoding/floraexpres-ru-expected.txt: Added.
2201 * fast/encoding/floraexpres-ru.html: Added.
2202 * fast/encoding/hanarei-blog32-fc2-com-expected.txt: Added.
2203 * fast/encoding/hanarei-blog32-fc2-com.html: Added.
2204 * fast/encoding/yahoo-mail-expected.txt: Added.
2205 * fast/encoding/yahoo-mail.html: Added.
2207 2007-12-26 Dan Bernstein <mitz@apple.com>
2209 Rubber-stamped by Anders Carlsson.
2211 - re-categorize some SVG tests the are failing on Windows
2213 * platform/win/Skipped:
2215 2007-12-26 Sam Weinig <sam@webkit.org>
2217 Reviewed by Alice Liu.
2219 Re-enable disabled tests with new polling logic using layoutTestController.globalFlag.
2221 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessee-iframe.html:
2222 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessee-opened-frame.html:
2223 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-iframe.html:
2224 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-opened-frame.html:
2225 * http/tests/security/dataURL/resources/foreign-domain-data-url-window-location.html:
2226 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
2227 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html: Copied from http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html-disabled.
2228 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html-disabled: Removed.
2229 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
2230 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html: Copied from http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html-disabled.
2231 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html-disabled: Removed.
2232 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
2233 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
2234 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html: Copied from http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html-disabled.
2235 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html-disabled: Removed.
2236 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html: Copied from http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html-disabled.
2237 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html-disabled: Removed.
2238 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
2239 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html: Copied from http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html-disabled.
2240 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html-disabled: Removed.
2241 * platform/win/Skipped:
2243 2007-12-26 Alice Liu <alice.liu@apple.com>
2245 removing tests tracked by <rdar://5463489> A number of layout tests should be using
2246 execCommand instead of textInputController
2248 * platform/win/Skipped:
2249 removing tests fixed by http://trac.webkit.org/projects/webkit/changeset/28626
2251 2007-12-26 Alexey Proskuryakov <ap@webkit.org>
2253 Reviewed by Sam Weinig.
2255 http://bugs.webkit.org/show_bug.cgi?id=16609
2256 Make manual-tests/xmlhttprequest-contenttype-empty.html test automatic
2258 * http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty-expected.txt: Added.
2259 * http/tests/xmlhttprequest/resources/empty-content-type.php: Added.
2260 * http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty.html: Copied from WebCore/manual-tests/xmlhttprequest-contenttype-empty.html.
2262 2007-12-25 Rob Buis <buis@kde.org>
2267 http://bugs.webkit.org/show_bug.cgi?id=15514
2268 <clipPath> with <use> not respected
2269 http://bugs.webkit.org/show_bug.cgi?id=16557
2270 SVG circle elements have been clipped away completely, instead of partially.
2272 * svg/custom/clip-path-referencing-use-expected.checksum: Added.
2273 * svg/custom/clip-path-referencing-use-expected.png: Added.
2274 * svg/custom/clip-path-referencing-use-expected.txt: Added.
2275 * svg/custom/clip-path-referencing-use.svg: Added.
2276 * svg/custom/clip-path-referencing-use2-expected.checksum: Added.
2277 * svg/custom/clip-path-referencing-use2-expected.png: Added.
2278 * svg/custom/clip-path-referencing-use2-expected.txt: Added.
2279 * svg/custom/clip-path-referencing-use2.svg: Added.
2281 2007-12-25 David Smith <catfish.man@gmail.com> and Sam Weinig <sam@webkit.org>
2285 - http://bugs.webkit.org/show_bug.cgi?id=16587
2286 Implement the most useful part of the W3C Selectors API.
2288 * fast/dom/SelectorAPI: Copied from LayoutTests/fast/dom/getElementsByClassName.
2289 * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
2290 * fast/dom/SelectorAPI/dumpNodeList.html: Modified to test querySelector and querySelectorAll instead of getElementsByClassName
2291 * fast/dom/Window/window-properties-expected.txt: Added querySelector and querySelectorAll
2293 2007-12-23 Darin Adler <darin@apple.com>
2295 - updated results (character used for controls changed in r28945)
2297 * platform/mac/media/audio-controls-rendering-expected.txt: Regenerated.
2298 * platform/mac/media/video-controls-rendering-expected.txt: Regenerated.
2299 * platform/mac/media/video-display-toggle-expected.txt: Regenerated.
2301 2007-12-22 Nikolas Zimmermann <zimmermann@kde.org>
2305 Fixes: http://bugs.webkit.org/show_bug.cgi?id=15966 (Crash in SVGRootInlineBox::walkTextChunks() on mouse hover)
2307 Add new layout test foreignObject-crash-on-hover.xml verifying debug builds don't hit an assertion anymore.
2309 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.checksum: Added.
2310 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
2311 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: Added.
2312 * svg/custom/foreignObject-crash-on-hover.xml: Added.
2314 2007-12-21 Sam Weinig <sam@webkit.org>
2318 Fix another mistaken duplication, this time in cross-frame-access-parent-explicit-domain.html,
2319 that was causing intermittent failures.
2321 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
2322 * http/tests/security/cross-frame-access-parent-explicit-domain.html:
2323 * http/tests/security/cross-frame-access-port-explicit-domain-expected.txt:
2325 2007-12-21 Sam Weinig <sam@webkit.org>
2327 Reviewed by Dan Bernstein.
2329 Fix mistaken duplication in cross-frame-access-child-explicit-domain.html that was causing
2330 intermittent failures.
2332 * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt:
2333 * http/tests/security/cross-frame-access-child-explicit-domain.html:
2334 * http/tests/security/cross-frame-access-custom-expected.txt:
2336 2007-12-21 Alexey Proskuryakov <ap@webkit.org>
2340 <rdar://problem/5629995> Incorrect display of Danish characters on web site.
2342 * http/tests/xmlhttprequest/resources/utf-8-no-charset.html: Added.
2343 * http/tests/xmlhttprequest/response-encoding-expected.txt:
2344 * http/tests/xmlhttprequest/response-encoding.html:
2346 2007-12-20 Justin Garcia <justin.garcia@apple.com>
2348 Reviewed by Oliver Hunt.
2350 <rdar://problem/5543472> GoogleDocs: Safari hangs when creating a list from a particular selection
2352 * editing/execCommand/5543472-1-expected.txt: Added.
2353 * editing/execCommand/5543472-1.html: Added.
2354 * editing/execCommand/5543472-2-expected.txt: Added.
2355 * editing/execCommand/5543472-2.html: Added.
2356 * editing/execCommand/5543472-3-expected.txt: Added.
2357 * editing/execCommand/5543472-3.html: Added.
2359 2007-12-20 Dan Bernstein <mitz@apple.com>
2361 Reviewed by John Sullivan.
2363 - reorganize skipped test list
2365 * platform/win/Skipped:
2367 2007-12-20 Adam Barth <hk9565@gmail.com>
2369 Reviewed and landed by Sam Weinig.
2371 Update LayoutTests for http://bugs.webkit.org/show_bug.cgi?id=15313
2373 * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt: Added.
2374 * http/tests/security/cross-frame-access-child-explicit-domain.html: Added.
2375 * http/tests/security/cross-frame-access-custom-expected.txt:
2376 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt: Added.
2377 * http/tests/security/cross-frame-access-parent-explicit-domain.html: Added.
2378 * http/tests/security/cross-frame-access-port-explicit-domain-expected.txt:
2379 * http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt:
2380 * http/tests/security/cross-frame-access-protocol-explicit-domain.html:
2382 2007-12-20 johnnyding.webkit <johnnyding.webkit@gmail.com>
2384 Reviewed by Alexey. Landed by Stephanie.
2386 - bug http://bugs.webkit.org/show_bug.cgi?id=16179 | <rdar://problem/5619399>
2387 Test for unicode characters which is great than 255 are in HTML attribute name
2389 * fast/parser/test-unicode-characters-in-attribute-name-expected.txt: Added.
2390 * fast/parser/test-unicode-characters-in-attribute-name.html: Added.
2392 2007-12-20 Eric Seidel <eric@webkit.org>
2394 Reviewed by Nikolas Zimmermann.
2396 WebKit claims to support SVG feature strings it shouldn't
2397 http://bugs.webkit.org/show_bug.cgi?id=15480
2399 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
2400 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
2401 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
2402 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
2403 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
2404 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2405 * svg/custom/svg-features-expected.txt:
2406 * svg/custom/svg-features.html:
2408 2007-12-17 Tony Chang <idealisms@gmail.com>
2412 Test for http://bugs.webkit.org/show_bug.cgi?id=16479
2413 Reset the drag state on non-mac platforms.
2415 * fast/text/reset-drag-on-mouse-down.html: Added.
2416 * platform/mac/fast/text/reset-drag-on-mouse-down-expected.txt: Added.
2418 2007-12-19 Geoffrey Garen <ggaren@apple.com>
2420 Reviewed by Oliver Hunt.
2422 Added some tests to verify some of the changes I made while optimizing
2423 global access to global variables.
2425 * fast/dom/Window/resources/window-property-clearing-iframe0.html: Added.
2426 * fast/dom/Window/resources/window-property-clearing-iframe1.html: Added.
2427 * fast/dom/Window/window-property-clearing-expected.txt: Added.
2428 * fast/dom/Window/window-property-clearing.html: Added.
2429 * fast/dom/getter-on-window-object2-expected.txt: Added.
2430 * fast/dom/getter-on-window-object2.html: Added.
2432 Checked in failing results for these const tests. The symbol table
2433 optimization broke const. (We didn't know this before because our only
2434 tests used global variables.)
2436 * fast/js/const-expected.txt:
2437 * fast/js/kde/const-expected.txt:
2439 * fast/js/resources/for-in-avoid-duplicates.js: Fixed a typo I noticed.
2440 Not related to this patch.
2442 * fast/dom/Window/window-property-shadowing.html: Changed this test to
2443 use "this" instead of "window". The fact that "window" worked before,
2444 despite an overriding / shadowing var declaration, was a bug.
2446 2007-12-19 Dan Bernstein <mitz@apple.com>
2448 - remove two more tests that pass now due to changed font fallback
2450 * platform/win/Skipped:
2452 2007-12-19 Dan Bernstein <mitz@apple.com>
2454 - remove passing tests following the change to font fallback
2456 * platform/win/Skipped: Removed tests that failed only because they
2457 specified as primary font family a font family that was not available
2458 on Windows and therefore were rendered using the platform last resort
2459 font, Times New Roman. Now they are rendered using the 'standard'
2460 font family, which is set to Times on both Mac and Windows when running
2463 2007-12-19 Alice Liu <alice.liu@apple.com>
2467 Fixed <rdar://problem/5592485> Safari crashed trying to get a motorcycle insurance quote
2468 on Geico.com WebCore::Document::inPageCache()
2470 * fast/events/nested-event-remove-node-crash-expected.txt: Added.
2471 * fast/events/nested-event-remove-node-crash.html: Added.
2473 2007-12-19 Andre Boule <aboule@apple.com>
2475 Reviewed by Dan Bernstein.
2477 Adding tests for canvas compositing modes to make sure the results don't change after:
2478 <rdar://problem/5640059> GraphicsContext::setCompositeOperation should use CGContextSetBlendMode
2480 The following compositing modes don't pass however that is covered by another bug:
2486 <rdar://problem/5651783> Some canvas tag compositing modes don't render correctly
2488 * fast/canvas/canvas-composite.html: Added.
2489 * platform/mac/fast/canvas/canvas-composite-expected.checksum: Added.
2490 * platform/mac/fast/canvas/canvas-composite-expected.png: Added.
2491 * platform/mac/fast/canvas/canvas-composite-expected.txt: Added.
2493 2007-12-19 Dan Bernstein <mitz@apple.com>
2495 Reviewed by Dave Hyatt.
2497 - test for <rdar://problem/5650045> REGRESSION: major layout problems in svn r28754 WebKit on Vox.com page
2499 * fast/dynamic/subtree-boundary-percent-height.html: Added.
2500 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.checksum: Added.
2501 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.png: Added.
2502 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.txt: Added.
2504 2007-12-18 Beth Dakin <bdakin@apple.com>
2508 Test for <rdar://problem/5616982> SVGs with width and height 100%
2509 fail to render when used as <img> or CSS image (16167)
2511 * fast/images/resources/green-relative-size-rect.svg: Added.
2512 * fast/images/svg-as-relative-image.html: Added.
2513 * platform/mac/fast/images/svg-as-relative-image-expected.checksum: Added.
2514 * platform/mac/fast/images/svg-as-relative-image-expected.png: Added.
2515 * platform/mac/fast/images/svg-as-relative-image-expected.txt: Added.
2517 2007-12-18 Dan Bernstein <mitz@apple.com>
2519 Reviewed by John Sullivan.
2521 - remove passing test and reclassify one failing test
2523 * platform/win/Skipped: Removed fast/text/international/002.html.
2525 2007-12-18 Sam Weinig <sam@webkit.org>
2527 Reviewed by Geoffrey.
2529 - Temporarily remove calls that are causing subsequent tests in DRT to fail.
2530 Filled http://bugs.webkit.org/show_bug.cgi?id=16510 to track the issue.
2532 * http/tests/security/cross-frame-access-history-expected.txt:
2533 * http/tests/security/cross-frame-access-history.html:
2535 2007-12-18 Darin Adler <darin@apple.com>
2537 - fix failing regression test
2539 * fast/regex/resources/TEMPLATE.html: Updated this template -- I accidentally landed
2540 the one that was copied without updating the paths.
2541 * fast/regex/slow.html: Regenerated.
2543 2007-12-18 Alice Liu <alice.liu@apple.com>
2547 Fixed <rdar://problem/5646454> REGRESSION: dom/xhtml/level2/html/HTMLDocument12 fails on Leopard
2549 * fast/cookies/local-file-can-set-cookies.html:
2550 cookies are matched by domain and path, and since layout tests are file URLs,
2551 they all match on domain. setting a cookie without specifying the path will
2552 make CFNetwork pick up the path from the URL automatically. Since
2553 fast/cookies/local-file-can-set-cookies.html set a specific path of /, that
2554 cookie will be set for EVERY local file loaded in Safari. removing that
2555 component from the cookie string will fix the problem.
2557 2007-12-18 Darin Adler <darin@apple.com>
2561 - test for http://bugs.webkit.org/show_bug.cgi?id=16458
2562 REGRESSION (r28164): regular expressions can now hang due to lack of a match limit
2564 * fast/regex/resources: Added.
2565 * fast/regex/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
2566 * fast/regex/resources/slow.js: Added.
2567 * fast/regex/slow-expected.txt: Added.
2568 * fast/regex/slow.html: Added.
2570 2007-12-18 Dan Bernstein <mitz@apple.com>
2572 Reviewed by John Sullivan.
2574 - remove passing test
2576 * platform/win/Skipped: Removed fast/text/international/wrap-CJK-001.html
2578 2007-12-17 Alice Liu <alice.liu@apple.com>
2582 Test for <rdar://problem/5566435> window with no scrollbars can still be scrolled with wheelevent
2584 * fast/events/attempt-scroll-with-no-scrollbars-expected.txt: Added.
2585 * fast/events/attempt-scroll-with-no-scrollbars.html: Added.
2586 * platform/mac/Skipped:
2587 Adding to mac Skipped list because of <rdar://problem/5643675> window.scrollTo scrolls a window with no scrollbars
2588 * platform/win/Skipped:
2589 Adding to win Skipped list because of <rdar://problem/5132009> Windows DRT does not support multiple windows
2591 2007-12-17 Darin Adler <darin@apple.com>
2593 - disabling this test until we can find a way to make it pass on diverse machines
2595 * fast/css/css2-system-color.html: Removed.
2596 * fast/css/css2-system-color.html-disabled: Copied from fast/css/css2-system-color.html.
2598 2007-12-17 Anders Carlsson <andersca@apple.com>
2600 Fix argument to window.open.
2602 * http/tests/misc/window-open-then-write.html:
2604 2007-12-17 Mark Rowe <mrowe@apple.com>
2606 Update test results after r28812.
2608 * platform/mac-tiger/fast/css/css2-system-color-expected.txt:
2609 * platform/mac/fast/css/css2-system-color-expected.txt:
2611 2007-12-17 Alexey Proskuryakov <ap@webkit.org>
2615 Live to the promise of never making AppKit special character codes visible via DOM.
2617 * fast/events/arrow-keys-on-body-expected.txt: Added.
2618 * fast/events/arrow-keys-on-body.html: Added.
2620 2007-12-16 Darin Adler <darin@apple.com>
2622 * fast/js/regexp-overflow-expected.txt: Updated. I accidentally checked in an
2623 out-of-date file last time.
2625 2007-12-16 Darin Adler <darin@apple.com>
2629 - test for http://bugs.webkit.org/show_bug.cgi?id=16459
2630 REGRESSION: assertion failure with regexp with \B in a case-ignoring character range
2631 <rdar://problem/5646361>
2633 * fast/js/regexp-overflow-expected.txt: Updated.
2634 * fast/js/resources/regexp-overflow.js: Added test cases.
2636 2007-12-16 Darin Adler <darin@apple.com>
2640 - tests for the argument handling of the executeSql function
2642 * storage/execute-sql-args-expected.txt: Added.
2643 * storage/execute-sql-args.html: Added.
2645 2007-12-16 Darin Adler <darin@apple.com>
2647 - try to get the system color test passing on the buildbot
2649 I fear this test may be vulnerable to slight platform differences.
2651 * platform/mac-tiger/fast: Added.
2652 * platform/mac-tiger/fast/css: Added.
2653 * platform/mac-tiger/fast/css/css2-system-color-expected.checksum: Copied from platform/mac/fast/css/css2-system-color-expected.checksum.
2654 * platform/mac-tiger/fast/css/css2-system-color-expected.png: Copied from platform/mac/fast/css/css2-system-color-expected.png.
2655 * platform/mac-tiger/fast/css/css2-system-color-expected.txt: Copied from platform/mac/fast/css/css2-system-color-expected.txt.
2656 Then updated to match what the buildbot says.
2658 * platform/mac/fast/css/css2-system-color-expected.txt: Updated to match
2659 results I'm getting locally on my Leopard machine.
2661 2007-12-16 Beth Dakin <bdakin@apple.com>
2665 Tests for SVG as border-image.
2667 * fast/borders/resources/green-fixed-size-rect.svg: Added.
2668 * fast/borders/resources/green-relative-size-rect.svg: Added.
2669 * fast/borders/svg-as-border-image-2.html: Added.
2670 * fast/borders/svg-as-border-image.html: Added.
2671 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum: Added.
2672 * platform/mac/fast/borders/svg-as-border-image-2-expected.png: Added.
2673 * platform/mac/fast/borders/svg-as-border-image-2-expected.txt: Added.
2674 * platform/mac/fast/borders/svg-as-border-image-expected.checksum: Added.
2675 * platform/mac/fast/borders/svg-as-border-image-expected.png: Added.
2676 * platform/mac/fast/borders/svg-as-border-image-expected.txt: Added.
2678 2007-12-16 Andrew Wellington <proton@wiretapped.net>
2682 http://bugs.webkit.org/show_bug.cgi?id=6129
2683 Incomplete implementation of CSS 2.1 system colors
2685 Add layout test for this bug and update tests for new system-derived colors
2687 * fast/css/css2-system-color.html: Added.
2688 * platform/mac/fast/css/css2-system-color-expected.checksum: Added.
2689 * platform/mac/fast/css/css2-system-color-expected.png: Added.
2690 * platform/mac/fast/css/css2-system-color-expected.txt: Added.
2691 * platform/mac/fast/css/css2-system-fonts-expected.checksum:
2692 * platform/mac/tables/mozilla/bugs/bug103533-expected.txt:
2694 2007-12-16 Dan Bernstein <mitz@apple.com>
2696 Reviewed by Darin Adler.
2698 - test for http://bugs.webkit.org/show_bug.cgi?id=16426
2699 Divs with overflow:auto: scrollbars not correctly updated when contents change
2701 * fast/overflow/scrollbar-position-update.html: Added.
2702 * platform/mac-leopard/fast/overflow: Added.
2703 * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.checksum: Added.
2704 * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.png: Added.
2705 * platform/mac/fast/overflow/scrollbar-position-update-expected.txt: Added.
2707 2007-12-15 Darin Adler <darin@apple.com>
2709 Disabled the smallFonts.svg test, which has been failing for weeks. I heard that Niko
2710 is going to fix this soon. He should rename it back at that time.
2712 Removed the svn:executable flag from many .svg, .png, and .css files that had it set
2715 * svg/batik/text/smallFonts.svg: Removed.
2716 * svg/batik/text/smallFonts.svg-disabled: Copied from svg/batik/text/smallFonts.svg.
2718 2007-12-15 Eric Seidel <eric@webkit.org>
2722 Width of SVG elements not applied to container elements
2723 http://bugs.webkit.org/show_bug.cgi?id=16305
2725 * platform/mac/svg/css/css-box-min-width-expected.checksum: Added.
2726 * platform/mac/svg/css/css-box-min-width-expected.png: Added.
2727 * platform/mac/svg/css/css-box-min-width-expected.txt: Added.
2728 * svg/css/css-box-min-width.html: Added.
2730 2007-12-15 Alp Toker <alp@atoker.com>
2732 http://bugs.webkit.org/show_bug.cgi?id=16449
2733 cairo_arc() functions hang or crash when passed inf as radius or start/end angle
2735 Fixed in r28751. Remove these tests from the skip list:
2736 fast/canvas/arc-crash.html
2737 fast/canvas/canvas-with-incorrect-args.html
2739 * platform/gtk/Skipped:
2741 2007-12-05 Mark Rowe <mrowe@apple.com>
2743 Reviewed by Alp Toker.
2745 Add a skeleton Gtk skipped list containing only tests that hang run-webkit-tests.
2747 * platform/gtk/Skipped: Added.
2749 2007-12-15 Alexey Proskuryakov <ap@webkit.org>
2753 http://bugs.webkit.org/show_bug.cgi?id=16436
2754 Alt+Space works incorrectly
2756 * platform/win/fast/events/alt-space-scroll-expected.txt: Added.
2757 * platform/win/fast/events/alt-space-scroll.html: Added.
2759 2007-12-14 Dan Bernstein <mitz@apple.com>
2761 - share the results of this test between Tiger and Leopard
2763 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed.
2764 * platform/mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt.
2766 2007-12-14 Anders Carlsson <andersca@apple.com>
2770 Add test that calls window.open and then immediately writes into the document
2771 of the newly opened window.
2773 * http/tests/misc/resources/compass.jpg: Added.
2774 * http/tests/misc/window-open-then-write-expected.txt: Added.
2775 * http/tests/misc/window-open-then-write.html: Added.
2776 * platform/win/Skipped:
2778 2007-12-14 David Smith <catfish.man@gmail.com>
2782 - test for http://bugs.webkit.org/show_bug.cgi?id=14955
2783 Implement getElementsByClassName
2785 Tests added from http://tc.labs.opera.com/apis/getElementsByClassName/
2787 * fast/dom/Window/window-properties-expected.txt:
2788 * fast/dom/getElementsByClassName: Added.
2789 * fast/dom/getElementsByClassName/001-expected.txt: Added.
2790 * fast/dom/getElementsByClassName/001.html: Added.
2791 * fast/dom/getElementsByClassName/002-expected.txt: Added.
2792 * fast/dom/getElementsByClassName/002.html: Added.
2793 * fast/dom/getElementsByClassName/003-expected.txt: Added.
2794 * fast/dom/getElementsByClassName/003.html: Added.
2795 * fast/dom/getElementsByClassName/004-expected.txt: Added.
2796 * fast/dom/getElementsByClassName/004.html: Added.
2797 * fast/dom/getElementsByClassName/005-expected.txt: Added.
2798 * fast/dom/getElementsByClassName/005.html: Added.
2799 * fast/dom/getElementsByClassName/006-expected.txt: Added.
2800 * fast/dom/getElementsByClassName/006.html: Added.
2801 * fast/dom/getElementsByClassName/007-expected.txt: Added.
2802 * fast/dom/getElementsByClassName/007.html: Added.
2803 * fast/dom/getElementsByClassName/008-expected.txt: Added.
2804 * fast/dom/getElementsByClassName/008.html: Added.
2805 * fast/dom/getElementsByClassName/009-expected.txt: Added.
2806 * fast/dom/getElementsByClassName/009.html: Added.
2807 * fast/dom/getElementsByClassName/010-expected.txt: Added.
2808 * fast/dom/getElementsByClassName/010.xml: Added.
2809 * fast/dom/getElementsByClassName/011-expected.txt: Added.
2810 * fast/dom/getElementsByClassName/011.xml: Added.
2811 * fast/dom/getElementsByClassName/012-expected.txt: Added.
2812 * fast/dom/getElementsByClassName/012.html: Added.
2813 * fast/dom/getElementsByClassName/013-expected.txt: Added.
2814 * fast/dom/getElementsByClassName/013.html: Added.
2815 * fast/dom/getElementsByClassName/014-expected.txt: Added.
2816 * fast/dom/getElementsByClassName/014.html: Added.
2817 * fast/dom/getElementsByClassName/array: Added.
2818 * fast/dom/getElementsByClassName/array/001-expected.txt: Added.
2819 * fast/dom/getElementsByClassName/array/001.html: Added.
2820 * fast/dom/getElementsByClassName/array/002-expected.txt: Added.
2821 * fast/dom/getElementsByClassName/array/002.html: Added.
2822 * fast/dom/getElementsByClassName/array/003-expected.txt: Added.
2823 * fast/dom/getElementsByClassName/array/003.html: Added.
2824 * fast/dom/getElementsByClassName/array/004-expected.txt: Added.
2825 * fast/dom/getElementsByClassName/array/004.html: Added.
2826 * fast/dom/getElementsByClassName/dumpNodeList-expected.txt: Added.
2827 * fast/dom/getElementsByClassName/dumpNodeList.html: Added.
2828 * fast/dom/getElementsByClassName/resources: Added.
2829 * fast/dom/getElementsByClassName/resources/common.js: Added.
2831 2007-12-14 Darin Adler <darin@apple.com>
2835 - http://bugs.webkit.org/show_bug.cgi?id=16420
2836 change regression tests to use document.execCommand instead of textInputController.doCommand
2838 To avoid changing results at this time, I didn't correct the many tests that now have
2839 misleading "this test cannot be run manually" text or references to "NSResponder" or
2840 uneeded instructions for running the test manually. We can do that on a later pass.
2842 * editing/deleting/5300379.html: Use execCommand instead of doCommand.
2843 * editing/deleting/delete-to-end-of-paragraph.html: Ditto.
2844 * editing/deleting/smart-delete-003.html: Ditto.
2845 * editing/deleting/smart-delete-004.html: Ditto.
2846 * editing/execCommand/nsresponder-indent.html: Ditto.
2847 * editing/execCommand/nsresponder-outdent.html: Ditto.
2848 * editing/selection/4947387.html: Ditto.
2849 * editing/selection/5195166-1.html: Ditto.
2850 * editing/selection/5195166-2.html: Ditto.
2851 * editing/selection/select-line.html: Ditto.
2852 * editing/selection/selection-actions.html: Ditto.
2854 2007-12-14 Justin Garcia <justin.garcia@apple.com>
2856 Reviewed by Darin Adler.
2858 <rdar://problem/5575101> Hang in SplitElementCommand::doApply when outdenting a list item in a particular list
2860 * editing/execCommand/5575101-1-expected.txt: Added.
2861 * editing/execCommand/5575101-1.html: Added.
2862 * editing/execCommand/5575101-2-expected.txt: Added.
2863 * editing/execCommand/5575101-2.html: Added.
2864 * editing/execCommand/5575101-3-expected.txt: Added.
2865 * editing/execCommand/5575101-3.html: Added.
2867 2007-12-14 Anders Carlsson <andersca@apple.com>
2869 Reviewed by Darin and Geoff.
2871 <rdar://problem/5619295>
2872 REGRESSION: 303-304: Embedded YouTube video fails to render- JS errors (16150) (Flash 9)
2874 Add cross frame plug/in test where a plug/in inside an iframe tries to access properties of the
2877 * http/tests/plugins/cross-frame-object-access-expected.txt: Added.
2878 * http/tests/plugins/cross-frame-object-access.html: Added.
2879 * http/tests/plugins/resources/cross-frame-object-access.html: Added.
2881 2007-12-14 Oliver Hunt <oliver@apple.com>
2885 Fix test output, and move test to mac skipped lists until
2886 <rdar://problem/5647952> fast/events/mouseout-on-window.html
2889 * fast/events/mouseout-on-window-expected.txt:
2890 * platform/mac/Skipped:
2892 2007-12-13 Justin Garcia <justin.garcia@apple.com>
2894 Reviewed by Oliver Hunt.
2896 <rdar://problem/5607069> In Mail, a crash occurs at WebCore::AppendNodeCommand() after dragging image into a <FORM> element
2898 * editing/inserting/5607069-1-expected.checksum: Added.
2899 * editing/inserting/5607069-1-expected.png: Added.
2900 * editing/inserting/5607069-1-expected.txt: Added.
2901 * editing/inserting/5607069-1.html: Added.
2902 * editing/inserting/5607069-2.html: Added.
2903 * editing/inserting/5607069-3.html: Added.
2904 * platform/mac/editing/inserting/5607069-2-expected.checksum: Added.
2905 * platform/mac/editing/inserting/5607069-2-expected.png: Added.
2906 * platform/mac/editing/inserting/5607069-2-expected.txt: Added.
2907 * platform/mac/editing/inserting/5607069-3-expected.checksum: Added.
2908 * platform/mac/editing/inserting/5607069-3-expected.png: Added.
2909 * platform/mac/editing/inserting/5607069-3-expected.txt: Added.
2911 2007-12-13 Dan Bernstein <mitz@apple.com>
2913 Reviewed by Dave Hyatt.
2915 - test for <rdar://problem/5642426> explicit cubic-bezier curves all treated as "default" for transition-timing-function
2917 * fast/css/transition-timing-function-expected.txt: Added.
2918 * fast/css/transition-timing-function.html: Added.
2920 2007-12-13 Kevin McCullough <kmccullough@apple.com>
2924 - Layout tests fix. Removed machine dependant results and generated new
2925 results without machine specific information.
2927 * fast/dom/frame-loading-via-document-write-expected.txt: Added.
2928 * http/tests/security/frame-loading-via-document-write-expected.txt: Added.
2929 * http/tests/security/local-CSS-from-remote-expected.txt:
2930 * http/tests/security/local-JavaScript-from-remote-expected.txt:
2931 * http/tests/security/local-iFrame-from-remote-expected.txt:
2932 * http/tests/security/local-image-from-remote-expected.txt:
2933 * platform/mac/fast/dom/frame-loading-via-document-write-expected.checksum: Removed.
2934 * platform/mac/fast/dom/frame-loading-via-document-write-expected.png: Removed.
2935 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt: Removed.
2936 * platform/mac/http/tests/security: Removed.
2937 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.checksum: Removed.
2938 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.png: Removed.
2939 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
2940 * platform/win/Skipped:
2941 * platform/win/http: Removed.
2942 * platform/win/http/tests: Removed.
2943 * platform/win/http/tests/security: Removed.
2944 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
2946 2007-12-13 Alexey Proskuryakov <ap@webkit.org>
2950 http://bugs.webkit.org/show_bug.cgi?id=16421
2951 REGRESSION(r28669): Page scrolls down when you hit space key in text area
2953 * fast/events/space-scroll-event-expected.txt: Added.
2954 * fast/events/space-scroll-event.html: Added.
2956 2007-12-13 Justin Garcia <justin.garcia@apple.com>
2958 Reviewed by Darin Adler.
2960 <rdar://problem/5601583> GMail Editor: Copied link doesn't paste as a link, just colored text
2962 * editing/pasteboard/5601583-1.html: Added.
2963 * platform/mac/editing/pasteboard/5601583-1-expected.checksum: Added.
2964 * platform/mac/editing/pasteboard/5601583-1-expected.png: Added.
2965 * platform/mac/editing/pasteboard/5601583-1-expected.txt: Added.
2967 2007-12-13 Kevin McCullough <kmccullough@apple.com>
2969 Reviewed by Alice and Sam.
2971 - <rdar://5621435> Need a way to specify local resources (being loaded
2972 from HTTP tests) on Windows.
2973 - Updated the following tests to use the new layoutTestController
2974 function, pathToLocalResource to get a Windows viable path (when on
2975 Windows) to the local resources they are attempting to access.
2976 - Also clarified and updated some results.
2978 * fast/dom/frame-loading-via-document-write.html:
2979 * fast/loader/local-CSS-from-local-expected.txt:
2980 * fast/loader/local-CSS-from-local.html:
2981 * fast/loader/local-JavaScript-from-local-expected.txt:
2982 * fast/loader/local-JavaScript-from-local.html:
2983 * fast/loader/local-iFrame-source-from-local-expected.txt:
2984 * fast/loader/local-iFrame-source-from-local.html:
2985 * fast/loader/local-image-from-local-expected.txt:
2986 * fast/loader/local-image-from-local.html:
2987 * http/tests/security/frame-loading-via-document-write.html:
2988 * http/tests/security/local-CSS-from-remote-expected.txt:
2989 * http/tests/security/local-CSS-from-remote.html:
2990 * http/tests/security/local-JavaScript-from-remote-expected.txt:
2991 * http/tests/security/local-JavaScript-from-remote.html:
2992 * http/tests/security/local-iFrame-from-remote-expected.txt:
2993 * http/tests/security/local-iFrame-from-remote.html:
2994 * http/tests/security/local-image-from-remote-expected.txt:
2995 * http/tests/security/local-image-from-remote.html:
2996 * http/tests/security/local-user-CSS-from-remote.html:
2997 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt:
2998 * platform/win/Skipped:
2999 * platform/win/http: Added.
3000 * platform/win/http/tests: Added.
3001 * platform/win/http/tests/security: Added.
3002 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Added.
3004 2007-12-13 Dan Bernstein <mitz@apple.com>
3006 Reviewed by Adam Roben.
3008 - test that Unicode bidi control characters are rendered as zero width
3011 * fast/text/international/bidi-control-chars-treated-as-ZWS.html: Added.
3012 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Added.
3013 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added.
3014 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
3016 2007-12-12 Dan Bernstein <mitz@apple.com>
3018 Reviewed by Oliver Hunt.
3020 - updated results and skipped tests file for
3021 <rdar://problem/5074620> text with font:initial; fails to appear (causes fast/text/font-initial.html to fail)
3023 * platform/mac-leopard/fast/text/font-initial-expected.checksum: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.checksum.
3024 * platform/mac-leopard/fast/text/font-initial-expected.png: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.png.
3025 * platform/mac/fast/text/font-initial-expected.checksum: Removed.
3026 * platform/mac/fast/text/font-initial-expected.png: Removed.
3027 * platform/mac/fast/text/font-initial-expected.txt:
3028 * platform/win/Skipped:
3030 2007-12-12 Justin Garcia <justin.garcia@apple.com>
3032 Reviewed by Darin Adler.
3034 <rdar://problem/5433862> Mail crashes at WebCore::highestAncestor() when deleting a particular selection
3036 * editing/deleting/5433862-1-expected.txt: Added.
3037 * editing/deleting/5433862-1.html: Added.
3038 * editing/deleting/5433862-2.html: Added.
3039 * platform/mac/editing/deleting/5433862-2-expected.checksum: Added.
3040 * platform/mac/editing/deleting/5433862-2-expected.txt: Added.
3042 2007-12-12 Dan Bernstein <mitz@apple.com>
3044 Reviewed by John Sullivan.
3046 - test for a bug in debug builds only where selecting an earlier item in
3047 a popup selects the first item
3049 * fast/forms/menulist-selection-reset-expected.txt: Added.
3050 * fast/forms/menulist-selection-reset.html: Added.
3052 2007-12-12 Beth Dakin <bdakin@apple.com>
3056 Updated pixel results from my recent SVG change.
3058 * svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
3059 * svg/custom/inline-svg-in-xhtml-expected.png: Added.
3061 2007-12-12 Anders Carlsson <andersca@apple.com>
3065 <rdar://problem/5132003>
3066 dumpResourceLoadCallbacks is not implemented in DRT on Windows.
3068 Remove now passing tests.
3070 * platform/win/Skipped:
3072 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
3074 Reviewed by Adam Roben.
3076 Results corrected by a fix to EventSender.
3078 * platform/win/fast/events/keyLocation-numpad-expected.txt:
3080 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
3084 http://bugs.webkit.org/show_bug.cgi?id=16410
3085 Implement isKeypadEvent() on Windows
3087 * platform/win/fast/events/keyLocation-numpad-expected.txt: Added.
3088 * platform/win/fast/events/keyLocation-numpad.html: Added.
3090 2007-12-12 Alexey Proskuryakov <ap@webkit.org>
3094 http://bugs.webkit.org/show_bug.cgi?id=15248
3095 Can not enter accented characters using alt-numeric keypad
3097 * platform/win/fast/events/alt-numpad-expected.txt: Added.
3098 * platform/win/fast/events/alt-numpad.html: Added.
3100 2007-12-12 Oliver Hunt <oliver@apple.com>
3104 <rdar://problem/5071781> window.mouseout events are not
3105 sent to window when mouse moves out of window
3107 Layout tests to make sure we correctly handle mouse out
3108 on the window object.
3110 * fast/events/mouseout-on-window-expected.txt: Added.
3111 * fast/events/mouseout-on-window.html: Added.
3113 2007-12-11 Dan Bernstein <mitz@apple.com>
3115 Reviewed by Maciej Stachowiak.
3117 - removed now-passing tests
3119 * platform/win/Skipped:
3121 2007-12-11 Dan Bernstein <mitz@apple.com>
3123 Reviewed by Mark Rowe and Sam Weinig too!
3125 - removed tests that pass when Helvetica Oblique and Helvetica
3126 Bold Oblique are available.
3128 * platform/win/Skipped:
3130 2007-12-11 Beth Dakin <bdakin@apple.com>
3134 Tests for <rdar://problem/5641255> SVGs with width and height 100%
3135 fail to render when used as background images
3137 * fast/backgrounds/resources/balloon.svg: Added.
3138 * fast/backgrounds/resources/eyes.svg: Added.
3139 * fast/backgrounds/resources/hearts.svg: Added.
3140 * fast/backgrounds/resources/linguistics.svg: Added.
3141 * fast/backgrounds/resources/map.svg: Added.
3142 * fast/backgrounds/resources/mouse-repel.svg: Added.
3143 * fast/backgrounds/svg-as-background-1.html: Added.
3144 * fast/backgrounds/svg-as-background-2.html: Added.
3145 * fast/backgrounds/svg-as-background-3.html: Added.
3146 * fast/backgrounds/svg-as-background-4.html: Added.
3147 * fast/backgrounds/svg-as-background-5.html: Added.
3148 * fast/backgrounds/svg-as-background-6.html: Added.
3149 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum: Added.
3150 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png: Added.
3151 * platform/mac/fast/backgrounds/svg-as-background-1-expected.txt: Added.
3152 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum: Added.
3153 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png: Added.
3154 * platform/mac/fast/backgrounds/svg-as-background-2-expected.txt: Added.
3155 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum: Added.
3156 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png: Added.
3157 * platform/mac/fast/backgrounds/svg-as-background-3-expected.txt: Added.
3158 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum: Added.
3159 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png: Added.
3160 * platform/mac/fast/backgrounds/svg-as-background-4-expected.txt: Added.
3161 * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum: Added.
3162 * platform/mac/fast/backgrounds/svg-as-background-5-expected.png: Added.
3163 * platform/mac/fast/backgrounds/svg-as-background-5-expected.txt: Added.
3164 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: Added.
3165 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png: Added.
3166 * platform/mac/fast/backgrounds/svg-as-background-6-expected.txt: Added.
3168 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
3170 Rubberstamped by Mark.
3172 Add missing tests - their results have already been checked in over a month ago - I forgot to commit the tests itself.
3174 * svg/custom/alignment-baseline-modes.svg: Added.
3175 * svg/custom/dominant-baseline-hanging.svg: Added.
3176 * svg/custom/dominant-baseline-modes.svg: Added.
3178 2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
3180 Rubberstamped by Mark.
3182 Update pixel test results now that filters are disabled.
3184 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
3185 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
3186 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
3187 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
3188 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
3189 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
3190 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
3191 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
3192 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
3193 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
3194 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
3195 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
3196 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
3197 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
3198 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
3199 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
3200 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
3201 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
3202 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
3203 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
3204 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
3205 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
3206 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
3207 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
3208 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
3209 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
3210 * platform/mac/svg/custom/empty-merge-expected.checksum:
3211 * platform/mac/svg/custom/empty-merge-expected.png:
3212 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
3213 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
3214 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
3215 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
3216 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
3217 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
3218 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
3219 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
3220 * platform/mac/svg/custom/feDisplacementMap-01-expected.checksum:
3221 * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
3222 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
3223 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
3224 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
3225 * platform/mac/svg/custom/non-opaque-filters-expected.png:
3226 * platform/mac/svg/custom/text-filter-expected.checksum:
3227 * platform/mac/svg/custom/text-filter-expected.png:
3228 * platform/mac/svg/custom/visibility-override-filter-expected.checksum:
3229 * platform/mac/svg/custom/visibility-override-filter-expected.png:
3230 * svg/batik/filters/filterRegions-expected.checksum:
3231 * svg/batik/filters/filterRegions-expected.png:
3232 * svg/batik/text/textFeatures-expected.checksum:
3233 * svg/batik/text/textFeatures-expected.png:
3234 * svg/custom/js-svg-constructors-expected.checksum:
3235 * svg/custom/js-svg-constructors-expected.png:
3237 2007-12-11 Dan Bernstein <mitz@apple.com>
3239 Reviewed by Darin Adler.
3241 - test for <rdar://problem/5631507> Text doesn't wrap properly at Tamil version of Wikipedia
3243 * fast/text/international/complex-character-based-fallback.html: Added.
3244 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
3245 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.png: Added.
3246 * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: Added.
3247 * platform/win/fast/text: Added.
3248 * platform/win/fast/text/international: Added.
3249 * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
3250 * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Added.
3251 * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Added.
3253 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
3257 <rdar://problem/5535636>
3258 Have to press 4 times instead of 2 times to get the expected result of ^^ with german keyboard.
3260 http://bugs.webkit.org/show_bug.cgi?id=13916
3261 JavaScript detects Tab as a character input on a textfield validation
3263 * platform/win/fast/events: Added.
3264 * platform/win/fast/events/double-dead-char-expected.txt: Added.
3265 * platform/win/fast/events/double-dead-char.html: Added.
3266 * fast/events/key-events-in-input-button.html: Added
3267 * fast/events/key-events-in-input-button-expected.txt: Added
3268 * fast/events/key-events-in-input-text.html: Added
3269 * fast/events/key-events-in-input-text-expected.txt: Added
3271 * fast/events/access-key-self-destruct.html:
3272 * fast/forms/listbox-onchange.html:
3273 * fast/forms/listbox-selection.html:
3274 * fast/forms/access-key.html:
3275 * fast/forms/legend-access-key.html:
3276 * fast/forms/enter-clicks-buttons.html:
3277 * fast/forms/check-box-enter-key.html:
3278 * fast/forms/button-enter-click.html:
3279 * fast/events/onsearch-enter.html:
3280 * fast/events/onchange-passwordfield.html:
3281 * fast/events/onchange-searchfield.html:
3282 * fast/events/onchange-textfield.html:
3283 Use eventSender instead of DOM events, because it emulates the real user action much better,
3284 and we weren't getting cross-browser compatibility for the tests anyway.
3286 * fast/events/frame-tab-focus.html:
3287 * fast/html/tab-order.html:
3288 * fast/forms/select-enter-key.html:
3289 * fast/forms/focus2-expected.txt:
3290 * fast/forms/focus2.html:
3291 * fast/events/option-tab.html:
3292 Dispatch a keydown instead of keypress, as this is when default processing is now done.
3293 Possibly, it would be better stiull to use eventSender here, as well.
3295 * fast/forms/onchange-enter-submit.html:
3296 * fast/forms/select-double-onchange.html:
3297 * fast/forms/textfield-onchange-deletion.html:
3298 The correct code is '\r', not '\n' - previously, the difference was lost while converting
3299 events back and forth.
3301 * fast/forms/search-event-delay.html: Use a new named key to dispatch backspace - the
3302 character code for it is cross-platform, but key code is not.
3303 Also changed the test to call notifyDone() from a timer - otherwise, DRT would hang as
3304 WM_KEYUP was dispatched after WM_QUIT. I tried and couldn't make DRT work, but I'm
3305 fairly confident that this issue doesn't affect Safari.
3307 * fast/events/keydown-keypress-preventDefault-expected.txt:
3308 * fast/events/keydown-keypress-preventDefault.html:
3309 This test claimed that its expacted behavior matched both IE and Firefox, but it did not.
3312 * fast/events/js-keyboard-event-creation-expected.txt:
3313 * fast/events/js-keyboard-event-creation.html:
3314 This test was problematic, because it was tabbing out to chrome, and that doesn't work
3315 well in DRT. I have added another input for it to have a nicer target.
3317 * platform/mac/fast/events/objc-event-api-expected.txt:
3318 Updated for new behavior:
3319 - eventSender.keyDown() now dispatches a keyUp, too;
3320 - raw events do not have charCode;
3321 - keypresses do not have keyIdentifiers.
3323 2007-12-10 Oliver Hunt <oliver@apple.com>
3325 Reviewed by Weinig, Dan and Alexey.
3327 Layout test to confirm correct character encoding is used to
3328 load dynamically loaded scripts.
3330 * fast/encoding/no-charset-on-dynamic-script-load.html: Added.
3331 * fast/encoding/resources/dynamic-load-target.js: Added.
3333 2007-12-10 Justin Garcia <justin.garcia@apple.com>
3335 Reviewed by Oliver Hunt.
3337 <rdar://problem/5482023> GoogleDocs: After performing FormatBlock in an empty document, certain functions are disabled
3339 * editing/execCommand/5482023.html: Added.
3340 * platform/mac/editing/execCommand/5482023-expected.checksum: Added.
3341 * platform/mac/editing/execCommand/5482023-expected.png: Added.
3342 * platform/mac/editing/execCommand/5482023-expected.txt: Added.
3344 2007-12-10 Darin Adler <darin@apple.com>
3346 Reviewed by Sam Weinig.
3348 - test for http://bugs.webkit.org/show_bug.cgi?id=16379
3349 REGRESSION(r28525): Failures in http/tests/xmlhttprequest/response-encoding.html and
3350 fast/dom/xmlhttprequest-html-response-encoding.html
3351 and <rdar://problem/5640230> REGRESSION (306A4-ToT): Access violation in PCRE function
3352 find_firstassertedchar
3354 * fast/js/regexp-find-first-asserted-expected.txt: Added.
3355 * fast/js/regexp-find-first-asserted.html: Added.
3356 * fast/js/resources/regexp-find-first-asserted.js: Added.
3358 2007-12-10 Antti Koivisto <antti@apple.com>
3362 The load events could fire before the event listener was registered making these tests fail occasionally.
3364 No changes to test results.