1 2009-01-05 Darin Adler <darin@apple.com>
3 Reviewed by Dan Bernstein.
5 Bug 23109: REGRESSION: Backwards search in a long document matches incorrectly
6 https://bugs.webkit.org/show_bug.cgi?id=23109
8 * fast/text/find-backwards-expected.txt: Added.
9 * fast/text/find-backwards.html: Added.
10 * fast/text/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
11 * fast/text/resources/find-backwards.js: Added.
13 2009-01-05 Darin Adler <darin@apple.com>
15 Reviewed by Anders Carlsson.
17 Bug 23104: minor mistakes in init functions for animation and transition events
18 https://bugs.webkit.org/show_bug.cgi?id=23104
20 * fast/events/init-events-expected.txt: Added.
21 * fast/events/init-events.html: Added.
22 * fast/events/resources/init-events.js: Added.
24 2009-01-04 Darin Adler <darin@apple.com>
26 Reviewed by Oliver Hunt.
28 Bug 23105: canvas setFillColor function ignores alpha argument
29 https://bugs.webkit.org/show_bug.cgi?id=23105
31 * fast/canvas/resources/set-colors.js: Added.
32 * fast/canvas/set-colors-expected.txt: Added.
33 * fast/canvas/set-colors.html: Added.
35 2009-01-04 Simon Fraser <simon.fraser@apple.com>
37 Fix the expected image to account for a typo fix done on 2008-12-23.
39 * platform/mac/fast/transforms/identity-matrix-expected.checksum:
40 * platform/mac/fast/transforms/identity-matrix-expected.png:
42 2009-01-04 Simon Fraser <simon.fraser@apple.com>
44 Reviewed by Darin Adler
46 https://bugs.webkit.org/show_bug.cgi?id=23090
48 Repaint test for repainting when an element gets smaller,
49 and gains a RenderLayer at the same time.
51 * fast/repaint/create-layer-repaint.html: Added.
52 * platform/mac/fast/repaint/create-layer-repaint-expected.checksum: Added.
53 * platform/mac/fast/repaint/create-layer-repaint-expected.png: Added.
54 * platform/mac/fast/repaint/create-layer-repaint-expected.txt: Added.
56 2009-01-02 Adam Treat <treat@kde.org>
58 Reviewed by George Staikos.
60 Add layout test for new fixedLayoutSize feature of qt port
62 * platform/qt/view/fixed-layout-size-expected.txt: Added.
63 * platform/qt/view/fixed-layout-size.html: Added.
65 2009-01-04 Darin Adler <darin@apple.com>
67 Suggested by Dan Bernstein.
69 * platform/mac/editing/selection/move-left-right-expected.txt: Remove WARNING lines that are no
70 longer showing up. Dan said he didn't know why we were seeing those before and why they're gone
71 now, but it's good that they're gone.
73 2009-01-03 Darin Adler <darin@apple.com>
75 Reviewed by Dan Bernstein.
77 Bug 23095: REGRESSION: fast/text/find-case-folding.html regression test failing when ICU used for text search
78 https://bugs.webkit.org/show_bug.cgi?id=23095
80 * fast/text/find-case-folding.html: Work around this ICU bug in the test for now.
81 Later we might want to work around it in our search code instead, or in addition,
82 if we can figure out how to do that.
84 2009-01-03 David D. Kilzer <ddkilzer@webkit.org>
86 Bug 23091: Some webarchive http tests intermittently fail due to Connection/Keep-Alive header differences
88 <https://bugs.webkit.org/show_bug.cgi?id=23091>
90 Reviewed by Darin Adler.
92 Updated test results after removing Keep-Alive and Connection
93 headers from webarchive tests.
95 * http/tests/webarchive/test-css-url-encoding-expected.webarchive:
96 * http/tests/webarchive/test-css-url-encoding-shift-jis-expected.webarchive:
97 * http/tests/webarchive/test-css-url-encoding-utf-8-expected.webarchive:
98 * http/tests/webarchive/test-preload-resources-expected.webarchive:
100 2009-01-03 Rob Buis <rwlbuis@gmail.com>
105 https://bugs.webkit.org/show_bug.cgi?id=22660
106 SVG elements that are moved are nor fully invalidated/earsed
108 * platform/mac/svg/custom/circle-move-invalidation-expected.checksum: Added.
109 * platform/mac/svg/custom/circle-move-invalidation-expected.png: Added.
110 * platform/mac/svg/custom/circle-move-invalidation-expected.txt: Added.
111 * svg/custom/circle-move-invalidation.svg: Added.
113 2009-01-02 Oliver Hunt <oliver@apple.com>
115 Reviewed by Gavin Barraclough.
117 [jsfunfuzz] unwind logic for exceptions in eval fails to account for dynamic scope external to the eval
118 https://bugs.webkit.org/show_bug.cgi?id=23078
120 Test exception handling in side eval encapsulated by dynamic scopes.
122 * fast/js/exception-with-handler-inside-eval-with-dynamic-scope-expected.txt: Added.
123 * fast/js/exception-with-handler-inside-eval-with-dynamic-scope.html: Added.
124 * fast/js/resources/exception-with-handler-inside-eval-with-dynamic-scope.js: Added.
127 2009-01-02 David Smith <catfish.man@gmail.com>
129 Reviewed by Darin Adler.
131 https://bugs.webkit.org/show_bug.cgi?id=22699
132 Enable NodeList caching for getElementsByTagName
134 * fast/dom/getelementsbytagnamens-mixed-namespaces-expected.txt: Added.
135 * fast/dom/getelementsbytagnamens-mixed-namespaces.html: Added.
137 2009-01-02 Eric Carlson <eric.carlson@apple.com>
139 Reviewed by Darin Adler
141 https://bugs.webkit.org/show_bug.cgi?id=23066 & <rdar://problem/6028417>
142 Full Page Zoom: a <video> element that doesn't include width/height attribute does not scale
144 Add test for <video> zoom with and without width/height attributes
146 * media/video-zoom.html: Added.
147 * platform/mac/media/video-zoom-expected.txt: Added.
149 2009-01-02 Simon Fraser <simon.fraser@apple.com>
151 Reviewed by Darin Adler
153 https://bugs.webkit.org/show_bug.cgi?id=23082
155 Testcase for animated GIF used as CSS background.
157 * fast/backgrounds/animated-gif-as-background.html: Added.
158 * fast/backgrounds/resources/red-green-animated.gif: Added.
159 * platform/mac/fast/backgrounds/animated-gif-as-background-expected.checksum: Added.
160 * platform/mac/fast/backgrounds/animated-gif-as-background-expected.png: Added.
161 * platform/mac/fast/backgrounds/animated-gif-as-background-expected.txt: Added.
163 2009-01-02 Simon Fraser <simon.fraser@apple.com>
165 Reviewed by Darin Adler
167 https://bugs.webkit.org/show_bug.cgi?id=22981
169 Add tests for animated svg-as-image, animated svg-as-background,
172 * fast/backgrounds/animated-svg-as-background.html: Added.
173 * fast/backgrounds/animated-svg-as-mask.html: Added.
174 * fast/backgrounds/resources/animated-rect-fixed-size.svg: Added.
175 * fast/backgrounds/resources/animated-rect-relative-size.svg: Added.
176 * fast/backgrounds/svg-as-background-5.html:
177 * fast/canvas/canvas-as-image-incremental-repaint.html: Added.
178 * fast/canvas/canvas-as-image.html: Added.
179 * fast/images/animated-svg-as-image.html: Added.
180 * fast/images/resources/animated-rect-fixed-size.svg: Added.
181 * fast/images/resources/animated-rect-relative-size.svg: Added.
182 * platform/mac/fast/backgrounds/animated-svg-as-background-expected.checksum: Added.
183 * platform/mac/fast/backgrounds/animated-svg-as-background-expected.png: Added.
184 * platform/mac/fast/backgrounds/animated-svg-as-background-expected.txt: Added.
185 * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.checksum: Added.
186 * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.png: Added.
187 * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.txt: Added.
188 * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum:
189 * platform/mac/fast/backgrounds/svg-as-background-5-expected.png:
190 * platform/mac/fast/canvas/canvas-as-image-expected.checksum: Added.
191 * platform/mac/fast/canvas/canvas-as-image-expected.png: Added.
192 * platform/mac/fast/canvas/canvas-as-image-expected.txt: Added.
193 * platform/mac/fast/canvas/canvas-as-image-incremental-repaint-expected.checksum: Added.
194 * platform/mac/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
195 * platform/mac/fast/canvas/canvas-as-image-incremental-repaint-expected.txt: Added.
196 * platform/mac/fast/images/animated-svg-as-image-expected.checksum: Added.
197 * platform/mac/fast/images/animated-svg-as-image-expected.png: Added.
198 * platform/mac/fast/images/animated-svg-as-image-expected.txt: Added.
200 2009-01-02 Alexey Proskuryakov <ap@webkit.org>
202 Reviewed by Darin Adler.
204 https://bugs.webkit.org/show_bug.cgi?id=23076
205 Add tests for application cache manifest parse failures
207 * http/tests/appcache/resources/.htaccess:
208 * http/tests/appcache/resources/wrong-content-type.manifest: Added.
209 * http/tests/appcache/resources/wrong-signature.manifest: Added.
210 * http/tests/appcache/wrong-content-type-expected.txt: Added.
211 * http/tests/appcache/wrong-content-type.html: Added.
212 * http/tests/appcache/wrong-signature-expected.txt: Added.
213 * http/tests/appcache/wrong-signature.html: Added.
215 2009-01-02 Alexey Proskuryakov <ap@webkit.org>
217 Reviewed by Darin Adler.
219 https://bugs.webkit.org/show_bug.cgi?id=23022
220 Fix multiple issues with appcache online whitelist handling
222 * http/tests/appcache/resources/counter.php: Added a resource that changes on each access,
223 making it possible to test that the network was hit when loading.
225 * http/tests/appcache/online-whitelist-expected.txt: Added.
226 * http/tests/appcache/online-whitelist.html: Added.
227 * http/tests/appcache/resources/online-whitelist.manifest: Added.
229 2009-01-02 Alexey Proskuryakov <ap@webkit.org>
231 Reviewed by Darin Adler.
233 https://bugs.webkit.org/show_bug.cgi?id=23036
234 <rdar://problem/6451666> Implement AppCache fallback entries (23036)
236 * http/tests/appcache/fallback-expected.txt: Added.
237 * http/tests/appcache/fallback.html: Added.
238 * http/tests/appcache/resources/fallback-redirect.php: Added.
239 * http/tests/appcache/resources/fallback.manifest: Added.
240 Firefox 3.2b2 passes all subtests, except for XMLHttpRequest cross-origin redirect.
242 * http/tests/resources/network-simulator.php: Return 404 for missing files.
244 2009-01-01 Darin Adler <darin@apple.com>
246 Add one more String.replace test case that I should have included in that last check-in.
248 * fast/js/resources/string-replace-3.js: Added test case that covers more of the cases where
249 $0-$99 are used but are actually valid.
250 * fast/js/string-replace-3-expected.txt: Added new result.
252 2009-01-01 Darin Adler <darin@apple.com>
254 Reviewed by Oliver Hunt.
256 String.replace does not support $& replacement metacharacter when search term is not a RegExp
257 <https://bugs.webkit.org/show_bug.cgi?id=21431>
258 <rdar://problem/6274993>
260 * fast/js/resources/string-replace-3.js: Added test cases to cover replace with non-regexp and
261 to cover "$0" and "$00".
262 * fast/js/string-replace-3-expected.txt: Added new results.
264 2009-01-01 Darin Adler <darin@apple.com>
266 Reviewed by Dan Bernstein.
268 Turn on the regression test for ICU search on Mac OS X Tiger too.
269 It was already on for Windows (by accident, failing), but now WebCore has been changed
270 so it should work fine on all platforms using ICU, which includes both of those.
272 * platform/mac-tiger/editing/execCommand: Removed.
273 * platform/mac-tiger/editing/execCommand/findString-diacriticals-expected.txt: Removed.
275 2009-01-01 Simon Fraser <simon.fraser@apple.com>
277 Reviewed by Darin Adler, Oliver Hunt
279 https://bugs.webkit.org/show_bug.cgi?id=23065
281 Repaint test for incremental painting in canvas.
283 * fast/canvas/canvas-incremental-repaint.html: Added.
284 * platform/mac/fast/canvas/canvas-incremental-repaint-expected.checksum: Added.
285 * platform/mac/fast/canvas/canvas-incremental-repaint-expected.png: Added.
286 * platform/mac/fast/canvas/canvas-incremental-repaint-expected.txt: Added.
288 2009-01-01 Darin Adler <darin@apple.com>
290 Reviewed by Dan Bernstein.
292 Bug 23051: web page searching should use ICU's search so it can ignore diacritical differences
293 https://bugs.webkit.org/show_bug.cgi?id=23051
294 rdar://problem/3574497
296 Currently this is only activated on the Mac platform, not including Tiger.
298 * editing/execCommand/findString-diacriticals-expected.txt: Added. Expect failure.
299 * editing/execCommand/findString-diacriticals.html: Added.
300 * platform/mac-tiger/editing/execCommand: Added.
301 * platform/mac-tiger/editing/execCommand/findString-diacriticals-expected.txt: Added. Expect failure.
302 * platform/mac/editing/execCommand/findString-diacriticals-expected.txt: Added. Expect success.
304 2008-12-31 Oliver Hunt <oliver@apple.com>
306 Reviewed by Cameron Zwarich.
308 [jsfunfuzz] Assertion + incorrect behaviour with dynamically created local variable in a catch block
309 <https://bugs.webkit.org/show_bug.cgi?id=23063>
311 Add tests for variable declaration inside eval inside a catch block.
313 * fast/js/eval-var-decl-expected.txt:
314 * fast/js/resources/eval-var-decl.js:
315 (try.thirdEvalResult):
317 2008-12-31 Oliver Hunt <oliver@apple.com>
319 Reviewed by Gavin Barraclough.
321 [jsfunfuzz] Computed exception offset wrong when first instruction is attempt to resolve deleted eval
322 <https://bugs.webkit.org/show_bug.cgi?id=23062>
324 Add an additional line number test to ensure we get the correct exception information when
325 resolve of 'eval' fails.
327 * fast/js/exception-linenums-expected.txt:
328 * fast/js/resources/exception-linenums.js:
330 2008-12-31 Cameron Zwarich <cwzwarich@uwaterloo.ca>
332 Reviewed by Oliver Hunt.
334 Add a test for bug 23054: Caching of global lookups occurs even when the global object has become a dictionary
335 <https://bugs.webkit.org/show_bug.cgi?id=23054>
336 <rdar://problem/6469905>
338 * fast/js/pic/delete-global-object-expected.txt: Added.
339 * fast/js/pic/delete-global-object.html: Added.
341 2008-12-30 Oliver Hunt <oliver@apple.com>
343 Reviewed by Darin Adler.
345 <https://bugs.webkit.org/show_bug.cgi?id=23049> [jsfunfuzz] With blocks do not correctly protect their scope object
346 <rdar://problem/6469742> Crash in JSC::TypeInfo::hasStandardGetOwnPropertySlot() running jsfunfuzz
348 Tests to ensure we correctly protect the scope object from GC.
350 * fast/js/resources/with-scope-gc.js: Added.
351 * fast/js/with-scope-gc-expected.txt: Added.
352 * fast/js/with-scope-gc.html: Added.
354 2008-12-30 Simon Fraser <simon.fraser@apple.com>
356 Fix spurious test failures by rounding floating point values to
357 mask math differences between machines.
359 * transitions/transform-op-list-match-expected.txt:
360 * transitions/transform-op-list-match.html:
361 * transitions/transform-op-list-no-match-expected.txt:
362 * transitions/transform-op-list-no-match.html:
363 * transitions/transition-test-helpers.js:
366 2008-12-30 Simon Fraser <simon.fraser@apple.com>
368 Reviewed by Darin Adler
370 https://bugs.webkit.org/show_bug.cgi?id=23042
372 Repaint test for content inside reflections.
374 * fast/repaint/reflection-redraw.html: Added.
375 * platform/mac/fast/repaint/reflection-redraw-expected.checksum: Added.
376 * platform/mac/fast/repaint/reflection-redraw-expected.png: Added.
377 * platform/mac/fast/repaint/reflection-redraw-expected.txt: Added.
379 2008-12-30 Cameron Zwarich <cwzwarich@uwaterloo.ca>
381 Reviewed by Sam Weinig.
383 Add tests for bug 23037: Parsing and reparsing disagree on automatic semicolon insertion
384 <https://bugs.webkit.org/show_bug.cgi?id=23037>
385 <rdar://problem/6467124>
387 * fast/js/reparsing-semicolon-insertion-expected.txt: Added.
388 * fast/js/reparsing-semicolon-insertion.html: Added.
389 * fast/js/resources/reparsing-semicolon-insertion.js: Added.
391 2008-12-30 Dan Bernstein <mitz@apple.com>
393 Reviewed by Adele Peterson.
395 - test for <rdar://problem/6469944> REGRESSION(3.2.1-ToT): Repro crash in WebCore::HTMLInputElement::updatePlaceholderVisibility opening http://billshrink.com
397 * fast/forms/placeholder-non-textfield-expected.txt: Added.
398 * fast/forms/placeholder-non-textfield.html: Added.
400 2008-12-29 Oliver Hunt <oliver@apple.com>
402 Reviewed by Cameron Zwarich.
404 Bug 23030: Cannot setTransform with a non-invertible ctm
406 Tests to ensure correct behaviour when the canvas context does not
407 have an invertible CTM.
409 * fast/canvas/canvas-set-properties-with-non-invertible-ctm-expected.txt: Added.
410 * fast/canvas/canvas-set-properties-with-non-invertible-ctm.html: Added.
411 * fast/canvas/resources/canvas-set-properties-with-non-invertible-ctm.js: Added.
414 2008-12-29 Alexey Proskuryakov <ap@webkit.org>
416 Reviewed by Mark Rowe.
418 Fix Windows svn update - replace a file with a colon in its name with an Apache rewrite.
420 * http/tests/appcache/resources/.htaccess: Added.
421 * http/tests/appcache/resources/UNKNOWN_SECTION:: Removed.
423 2008-12-29 Glenn Wilson <gwilson@chromium.org>
425 Reviewed by Darin Adler.
426 Landed by Pamela Greene.
428 Added new layout tests verifying that using a locally-scoped
429 variable in an event handler of a form takes precedence over
430 names of items in that form.
432 See: https://bugs.webkit.org/show_bug.cgi?id=22977
434 * fast/forms/var-name-conflict-in-form-event-handler-expected.txt: Added.
435 * fast/forms/var-name-conflict-in-form-event-handler.html: Added.
437 2008-12-28 Alexey Proskuryakov <ap@webkit.org>
439 Reviewed by Darin Adler.
441 https://bugs.webkit.org/show_bug.cgi?id=23007
442 REGRESSION: Timer-related crash when closing Web Inspector
444 * fast/dom/Window/remove-timeout-crash-expected.txt: Added.
445 * fast/dom/Window/remove-timeout-crash.html: Added.
447 2008-12-28 Alexey Proskuryakov <ap@webkit.org>
449 Reviewed by Anders Carlsson.
451 https://bugs.webkit.org/show_bug.cgi?id=23012
452 Bring application cache manifest parsing up to date
454 * http/tests/appcache/manifest-parsing-expected.txt: Added.
455 * http/tests/appcache/manifest-parsing.html: Added.
456 * http/tests/appcache/resources/UNKNOWN_SECTION:: Added.
457 * http/tests/appcache/resources/manifest-parsing.manifest: Added.
459 2008-12-28 Alexey Proskuryakov <ap@webkit.org>
461 Reviewed by Anders Carlsson.
463 https://bugs.webkit.org/show_bug.cgi?id=23009
464 Add a test for application cache offline operation
466 * http/tests/resources/network-simulator.php: A proxy script to simulate a network connection
467 that can go offline, using an infinite redirect loop in offline mode to generate an error.
469 * http/tests/appcache/offline-access-expected.txt: Added.
470 * http/tests/appcache/offline-access.html: Added.
471 * http/tests/appcache/resources/offline-access-frame.html: Added.
472 * http/tests/appcache/resources/offline-access.js: Added.
473 * http/tests/appcache/resources/offline-access.manifest: Added.
474 Test that an application loads successfully from cache.
476 * http/tests/resources: Added.
477 * http/tests/resources/portabilityLayer.php: Copied from LayoutTests/http/tests/xmlhttprequest/resources/portabilityLayer.php.
478 * http/tests/resources/reset-temp-file.php: Copied from LayoutTests/http/tests/xmlhttprequest/resources/reset-temp-file.php.
479 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header.html:
480 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html:
481 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html:
482 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html:
483 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
484 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
485 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
486 * http/tests/xmlhttprequest/resources/portabilityLayer.php: Removed.
487 * http/tests/xmlhttprequest/resources/reset-temp-file.php: Removed.
488 * http/tests/appcache/resources/fail-on-update.php:
489 Moved some common scripts from xmlhttprequest/resources/ to resources/
491 2008-12-28 Cameron Zwarich <zwarich@apple.com>
493 Reviewed by Oliver Hunt.
495 Add tests for bug 22840: REGRESSION (r38349): Gmail doesn't load with profiling enabled
496 <https://bugs.webkit.org/show_bug.cgi?id=22840>
497 <rdar://problem/6468077>
499 * fast/profiler/call-register-leak-expected.txt: Added.
500 * fast/profiler/call-register-leak.html: Added.
502 2008-12-27 Alexey Proskuryakov <ap@webkit.org>
504 Suggested by Dave Levin.
506 https://bugs.webkit.org/show_bug.cgi?id=22950
508 Another attempt to fix the failing XHR tests on Tiger buildbot: make file_put_contents
509 portable implementation return a result.
511 * http/tests/xmlhttprequest/resources/portabilityLayer.php:
513 2008-12-26 David Levin <levin@chromium.org>
515 Reviewed by Alexey Proskuryakov.
517 https://bugs.webkit.org/show_bug.cgi?id=22950
519 Remove ensureTrailingSlash from appcache test.
521 * http/tests/appcache/resources/fail-on-update.php:
523 2008-12-26 David Levin <levin@chromium.org>
525 Reviewed by Alexey Proskuryakov.
527 https://bugs.webkit.org/show_bug.cgi?id=22950
529 Attempt to fix the failiing XHR tests on Tiger buildbot.
530 Remove the no longer needed ensureTrailingSlash function.
532 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
533 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
534 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
536 * http/tests/xmlhttprequest/resources/portabilityLayer.php:
537 Make sys_get_temp_dir() return "/tmp" when it can't find the temp directory through other means.
539 * http/tests/xmlhttprequest/resources/reset-temp-file.php:
541 2008-12-26 Alexey Proskuryakov <ap@webkit.org>
543 Reviewed by Anders Carlsson.
545 Fix a layout test that was broken by the previous appcache commit
546 (it only passed every other time as a result).
548 * http/tests/appcache/fail-on-update.html:
550 2008-12-26 Simon Fraser <simon.fraser@apple.com>
552 https://bugs.webkit.org/show_bug.cgi?id=22981
554 Update more svg-as-image test results affected by the fix
555 for SVGImage drawing.
557 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum:
558 * platform/mac/fast/borders/svg-as-border-image-2-expected.png:
559 * platform/mac/fast/borders/svg-as-border-image-expected.checksum:
560 * platform/mac/fast/borders/svg-as-border-image-expected.png:
562 2008-12-26 Alexey Proskuryakov <ap@webkit.org>
564 Reviewed by Darin Adler.
566 https://bugs.webkit.org/show_bug.cgi?id=23001
567 A call to applicationCache.update() from a cached event listener should be ignored
569 * http/tests/appcache/idempotent-update-expected.txt: Added.
570 * http/tests/appcache/idempotent-update.html: Added.
571 * http/tests/appcache/resources/idempotent-update.manifest: Added.
573 2008-12-26 Alexey Proskuryakov <ap@webkit.org>
575 Reviewed by Darin Adler.
577 https://bugs.webkit.org/show_bug.cgi?id=22997
578 ASSERTION FAILED: !m_resources.contains(url) in ApplicationCache::addResource()
580 * http/tests/appcache/resources/subframe-1.html: Added.
581 * http/tests/appcache/resources/subframe-2.html: Added.
582 * http/tests/appcache/resources/subframe-3.html: Added.
583 * http/tests/appcache/resources/subframe-4.html: Added.
584 * http/tests/appcache/resources/subframes-1.manifest: Added.
585 * http/tests/appcache/resources/subframes-2.manifest: Added.
586 * http/tests/appcache/resources/subframes-3.manifest: Added.
587 * http/tests/appcache/resources/subframes-4.manifest: Added.
588 * http/tests/appcache/top-frame-1-expected.txt: Added.
589 * http/tests/appcache/top-frame-1.html: Added.
590 * http/tests/appcache/top-frame-2-expected.txt: Added.
591 * http/tests/appcache/top-frame-2.html: Added.
592 * http/tests/appcache/top-frame-3-expected.txt: Added.
593 * http/tests/appcache/top-frame-3.html: Added.
594 * http/tests/appcache/top-frame-4-expected.txt: Added.
595 * http/tests/appcache/top-frame-4.html: Added.
596 Added a bunch of tests that cover subframe appcache behavior (and thus a good part of
597 application cache selection algorithm in general).
599 * http/tests/appcache/simple.html: Changed to execute on noupdate event, too, making the
600 test pass in browser without emptying appcache on each run.
602 2008-12-26 David Levin <levin@chromium.org>
604 Reviewed by Alexey Proskuryakov.
606 https://bugs.webkit.org/show_bug.cgi?id=22950
607 Added more logging to reset-temp-file to help expose potential issues that could cause test failures (on the Tiger buildbot).
609 If there are issues in reset-temp-file, they are printed from the test access-control-basic-allow-preflight-cache.html
611 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html:
612 * http/tests/xmlhttprequest/resources/reset-temp-file.php:
614 2008-12-25 Alexey Proskuryakov <ap@webkit.org>
616 Reviewed by Darin Adler.
618 https://bugs.webkit.org/show_bug.cgi?id=22993
619 Application cache shouldn't be inherited by subframes
621 <rdar://problem/6284708> AppCache crashes in ApplicationCacheResource::addType()
623 * http/tests/appcache/foreign-iframe-main-expected.txt: Added.
624 * http/tests/appcache/foreign-iframe-main.html: Added.
625 * http/tests/appcache/resources/foreign-iframe-subresource.js: Added.
626 * http/tests/appcache/resources/foreign-iframe.html: Added.
627 * http/tests/appcache/resources/foreign-iframe.manifest: Added.
629 2008-12-24 Simon Fraser <simon.fraser@apple.com>
631 Reviewed by Oliver Hunt
633 https://bugs.webkit.org/show_bug.cgi?id=21910
635 Update more svg-as-image test results affected by the fix
636 for SVGImage drawing.
638 * platform/mac/fast/images/svg-as-background-expected.checksum:
639 * platform/mac/fast/images/svg-as-background-expected.png:
640 * platform/mac/fast/images/svg-as-image-expected.checksum:
641 * platform/mac/fast/images/svg-as-image-expected.png:
642 * platform/mac/fast/images/svg-as-relative-image-expected.checksum:
643 * platform/mac/fast/images/svg-as-relative-image-expected.png:
644 * transforms/2d/compound-transforms-vs-containers.html:
646 2008-12-24 Alexey Proskuryakov <ap@webkit.org>
648 Reviewed by Dan Bernstein.
650 https://bugs.webkit.org/show_bug.cgi?id=22982
651 http/tests/navigation/post-goback-repost-policy.html fails on Tiger
653 Change resources that are accessed with POST from .html to .php. I don't know why Apache 2.0
654 had no problem with this.
656 * http/tests/navigation/post-goback-repost-policy.html:
657 * http/tests/navigation/resources/goback-with-policydelegate.html: Removed.
658 * http/tests/navigation/resources/goback-with-policydelegate.php: Copied from LayoutTests/http/tests/navigation/resources/goback-with-policydelegate.html.
659 * http/tests/navigation/resources/post-target-policy-test.html: Removed.
660 * http/tests/navigation/resources/post-target-policy-test.php: Copied from LayoutTests/http/tests/navigation/resources/post-target-policy-test.html.
662 2008-12-23 Simon Fraser <simon.fraser@apple.com>
664 Reviewed by Dan Bernstein
666 https://bugs.webkit.org/show_bug.cgi?id=22941
668 Add test for opacity on the document element.
670 * fast/backgrounds/opacity-on-document-element.html: Added.
671 * platform/mac/fast/backgrounds/opacity-on-document-element-expected.checksum: Added.
672 * platform/mac/fast/backgrounds/opacity-on-document-element-expected.png: Added.
673 * platform/mac/fast/backgrounds/opacity-on-document-element-expected.txt: Added.
675 * fast/transforms/identity-matrix.html:
676 * platform/mac/fast/transforms/identity-matrix-expected.txt:
679 2008-12-23 Simon Fraser <simon.fraser@apple.com>
681 Reviewed by Dan Bernstein
683 https://bugs.webkit.org/show_bug.cgi?id=21910
685 Re-create expected images after fixing painting issue with SVGImage.
687 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum:
688 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png:
689 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum:
690 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png:
691 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum:
692 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png:
693 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum:
694 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png:
695 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum:
696 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png:
697 * platform/mac/fast/backgrounds/svg-as-mask-expected.checksum:
698 * platform/mac/fast/backgrounds/svg-as-mask-expected.png:
699 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
700 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
702 2008-12-22 Julien Chaffraix <jchaffraix@webkit.org>
704 Reviewed by Darin Adler.
706 Test case for bug 11106: Some XMLHttpRequest URI resolving tests fail
707 https://bugs.webkit.org/show_bug.cgi?id=11106
709 These tests are borrowed from Opera's test case suite (http://tc.labs.opera.com/apis/XMLHttpRequest).
710 They correspond to open/004.html - open/010.html which were previously failing.
712 * http/tests/xmlhttprequest/resources/test-uri-resolution.txt: Added.
713 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-004-iframe.html: Added.
714 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-005-iframe.html: Added.
715 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-006-iframe.html: Added.
716 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-007-iframe.html: Added.
717 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-008-iframe.html: Added.
718 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-009-iframe.html: Added.
719 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-010-iframe.html: Added.
720 * http/tests/xmlhttprequest/test-uri-resolution.txt: Added.
721 * http/tests/xmlhttprequest/uri-resolution-opera-open-004-expected.txt: Added.
722 * http/tests/xmlhttprequest/uri-resolution-opera-open-004.html: Added.
723 * http/tests/xmlhttprequest/uri-resolution-opera-open-005-expected.txt: Added.
724 * http/tests/xmlhttprequest/uri-resolution-opera-open-005.html: Added.
725 * http/tests/xmlhttprequest/uri-resolution-opera-open-006-expected.txt: Added.
726 * http/tests/xmlhttprequest/uri-resolution-opera-open-006.html: Added.
727 * http/tests/xmlhttprequest/uri-resolution-opera-open-007-expected.txt: Added.
728 * http/tests/xmlhttprequest/uri-resolution-opera-open-007.html: Added.
729 * http/tests/xmlhttprequest/uri-resolution-opera-open-008-expected.txt: Added.
730 * http/tests/xmlhttprequest/uri-resolution-opera-open-008.html: Added.
731 * http/tests/xmlhttprequest/uri-resolution-opera-open-009-expected.txt: Added.
732 * http/tests/xmlhttprequest/uri-resolution-opera-open-009.html: Added.
733 * http/tests/xmlhttprequest/uri-resolution-opera-open-010-expected.txt: Added.
734 * http/tests/xmlhttprequest/uri-resolution-opera-open-010.html: Added.
736 2008-12-22 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
738 Reviewed by George Staikos.
740 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22971
742 Fix regression caused by the HTMLFormElement refactorization.
743 File form elements without a name have to be included in multipart/form-data
744 submission. Cover this behaviour with a new test case.
746 * http/tests/misc/empty-file-formdata-expected.txt: Added.
747 * http/tests/misc/empty-file-formdata.html: Added.
748 * http/tests/misc/resources/check-unnamed-file-included-in-formdata.php: Added.
750 2008-12-22 David Kilzer <ddkilzer@apple.com>
752 Bug 11850: Webarchive fails to save images referenced in CSS
754 <https://bugs.webkit.org/show_bug.cgi?id=11850>
756 Reviewed by Darin Adler.
758 The first set of files below tests that URLs are encoded properly
759 based on the charset of the stylesheet. Normally this behavior may
760 only be tested by looking at web server logs with manual tests, but
761 webarchives represent this information in such a way that they may
762 be tested by DumpRenderTree. Note that these tests depend on Bug
763 11850 being fixed, so it's not possible to separate them.
765 The second set of files below tests that all types of resources
766 referenced by url() in CSS stylesheets are now saved in webarchives.
768 * http/tests/webarchive/resources/.htaccess: Added.
769 * http/tests/webarchive/resources/apple.gif: Copied from LayoutTests/fast/canvas/resources/apple.gif.
770 * http/tests/webarchive/resources/test-no-charset.css: Added.
771 * http/tests/webarchive/resources/test-shift-jis.css: Added.
772 * http/tests/webarchive/resources/test-utf-8.css: Added.
773 * http/tests/webarchive/test-css-url-encoding-expected.webarchive: Added.
774 * http/tests/webarchive/test-css-url-encoding-shift-jis-expected.webarchive: Added.
775 * http/tests/webarchive/test-css-url-encoding-shift-jis.html: Added.
776 * http/tests/webarchive/test-css-url-encoding-utf-8-expected.webarchive: Added.
777 * http/tests/webarchive/test-css-url-encoding-utf-8.html: Added.
778 * http/tests/webarchive/test-css-url-encoding.html: Added.
780 * webarchive/resources/Ahem.ttf: Copied from LayoutTests/fast/css/resources/Ahem.ttf.
781 * webarchive/test-css-url-resources-in-stylesheets-expected.webarchive: Added.
782 * webarchive/test-css-url-resources-in-stylesheets.html: Added.
783 * webarchive/test-css-url-resources-inline-styles-expected.webarchive: Added.
784 * webarchive/test-css-url-resources-inline-styles.html: Added.
786 2008-12-22 Alexey Proskuryakov <ap@webkit.org>
788 Reviewed by Darin Adler.
790 <rdar://problem/6277060> ASSERTION FAILED: !m_cacheBeingUpdated if the manifest is not available
792 Cover both the failing case, and its opposite, demonstrating that the assertion couldn't be
795 * http/tests/appcache/404-manifest-expected.txt: Added.
796 * http/tests/appcache/404-manifest.html: Added.
797 * http/tests/appcache/fail-on-update-expected.txt: Added.
798 * http/tests/appcache/fail-on-update.html: Added.
799 * http/tests/appcache/resources/fail-on-update.php: Added.
801 2008-12-22 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
803 Reviewed by Alexey Proskuryakov & George Staikos.
805 Add simple testcase covering WML <fieldset> element support.
807 * fast/wml/fieldset.wml: Added.
808 * platform/mac/fast/wml/fieldset-expected.checksum: Added.
809 * platform/mac/fast/wml/fieldset-expected.png: Added.
810 * platform/mac/fast/wml/fieldset-expected.txt: Added.
812 2008-12-21 David Levin <levin@chromium.org>
814 Reviewed by Darin Adler.
816 https://bugs.webkit.org/show_bug.cgi?id=22950
818 Attempted fix for 4 failing XMLHttpReuqest tests on Tiger:
819 access-control-basic-allow-preflight-cache-invalidation-by-header.html
820 access-control-basic-allow-preflight-cache-invalidation-by-method.html
821 access-control-basic-allow-preflight-cache-timeout.html
822 access-control-basic-allow-preflight-cache.html
824 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
825 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
826 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
827 * http/tests/xmlhttprequest/resources/portabilityLayer.php:
828 * http/tests/xmlhttprequest/resources/reset-temp-file.php:
830 2008-12-22 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
832 Reviewed by George Staikos.
834 Add WML HTTP layout tests and an initital set of results.
835 Allow to reuse the existing WMLTestCase.js framework from another
836 LayoutTests/ top-level directory - modify TEMPLATE.html & WMLTestCase.js.
838 * http/tests/wml: Added.
839 * http/tests/wml/go-task-get-method-accept-charset-expected.txt: Added.
840 * http/tests/wml/go-task-get-method-accept-charset.html: Added.
841 * http/tests/wml/go-task-get-method-expected.txt: Added.
842 * http/tests/wml/go-task-get-method.html: Added.
843 * http/tests/wml/go-task-post-method-accept-charset-expected.txt: Added.
844 * http/tests/wml/go-task-post-method-accept-charset.html: Added.
845 * http/tests/wml/go-task-post-method-expected.txt: Added.
846 * http/tests/wml/go-task-post-method.html: Added.
847 * http/tests/wml/resources: Added.
848 * http/tests/wml/resources/TEMPLATE.html: Added.
849 * http/tests/wml/resources/answer-utf8.cgi: Added.
850 * http/tests/wml/resources/answer.cgi: Added.
851 * http/tests/wml/resources/go-task-get-method-accept-charset.js: Added.
852 * http/tests/wml/resources/go-task-get-method.js: Added.
853 * http/tests/wml/resources/go-task-post-method-accept-charset.js: Added.
854 * http/tests/wml/resources/go-task-post-method.js: Added.
855 * wml/go-task-animation.html:
856 * wml/go-task-get-method-external-deck-with-href.html:
857 * wml/go-task-get-method-external-deck.html:
858 * wml/go-task-get-method-same-deck.html:
859 * wml/resources/TEMPLATE.html:
860 * wml/resources/WMLTestCase.js:
861 * wml/variable-reference-invalid-character.html:
862 * wml/variable-reference-valid.html:
864 2008-12-19 Zan Dobersek <zandobersek@gmail.com>
866 Reviewed by Holger Freyther.
868 https://bugs.webkit.org/show_bug.cgi?id=22039
870 Enable more tests for testing on Gtk+ port.
872 * platform/gtk/Skipped:
874 2008-12-19 Simon Fraser <simon.fraser@apple.com>
876 Reviewed by Darin Adler
878 https://bugs.webkit.org/show_bug.cgi?id=22938
880 Test for painting with a transformed <html> element.
882 * fast/transforms/transformed-document-element.html: Added.
883 * platform/mac/fast/transforms/transformed-document-element-expected.checksum: Added.
884 * platform/mac/fast/transforms/transformed-document-element-expected.png: Added.
885 * platform/mac/fast/transforms/transformed-document-element-expected.txt: Added.
887 2008-12-19 Pamela Greene <pam@chromium.org>
889 Reviewed by Darin Adler.
891 https://bugs.webkit.org/show_bug.cgi?id=22612
892 Add test to verify type enforcement in DOM setters.
893 Resubmitting corrected copies; first submission had patching errors.
895 * fast/dom/setter-type-enforcement-expected.txt: Added.
896 * fast/dom/setter-type-enforcement.html: Added.
898 2008-12-18 Pierre-Olivier Latour <pol@apple.com>
900 Reviewed by Darin Adler.
902 Rewrote some of the transition layout tests that were using setTimeout() to use the transition pause API in DRT when available.
904 Rewrote the transition layout tests that were specifically testing the transition end event to use common JS code from transition-end-event-helpers.js.
908 https://bugs.webkit.org/show_bug.cgi?id=22890
910 * transitions/end-event-helpers.js: Removed.
911 * transitions/interrupt-transform-transition-expected.txt:
912 * transitions/interrupt-transform-transition.html:
913 * transitions/opacity-transition-zindex.html:
914 * transitions/start-transform-transition.html:
915 * transitions/transform-op-list-match-expected.txt:
916 * transitions/transform-op-list-match.html:
917 * transitions/transform-op-list-no-match-expected.txt:
918 * transitions/transform-op-list-no-match.html:
919 * transitions/transition-end-event-all-properties-expected.txt:
920 * transitions/transition-end-event-all-properties.html:
921 * transitions/transition-end-event-attributes-expected.txt:
922 * transitions/transition-end-event-attributes.html:
923 * transitions/transition-end-event-container-expected.txt:
924 * transitions/transition-end-event-container.html:
925 * transitions/transition-end-event-helpers.js: Copied from LayoutTests/transitions/end-event-helpers.js.
926 (recordTransitionEndEvent):
927 (runTransitionTest.processEndEvents.compareEventInfo):
928 (runTransitionTest.processEndEvents.examineResults):
929 (runTransitionTest.processEndEvents):
930 (runTransitionTest.startTest):
931 (runTransitionTest.window):
933 * transitions/transition-end-event-left-expected.txt:
934 * transitions/transition-end-event-left.html:
935 * transitions/transition-end-event-multiple-01-expected.txt:
936 * transitions/transition-end-event-multiple-01.html:
937 * transitions/transition-end-event-multiple-02-expected.txt:
938 * transitions/transition-end-event-multiple-02.html:
939 * transitions/transition-end-event-multiple-03-expected.txt:
940 * transitions/transition-end-event-multiple-03.html:
941 * transitions/transition-end-event-multiple-04-expected.txt:
942 * transitions/transition-end-event-multiple-04.html:
943 * transitions/transition-end-event-nested-expected.txt:
944 * transitions/transition-end-event-nested.html:
945 * transitions/transition-end-event-set-none-expected.txt:
946 * transitions/transition-end-event-set-none.html:
947 * transitions/transition-end-event-transform-expected.txt:
948 * transitions/transition-end-event-transform.html:
949 * transitions/transition-end-event-window-expected.txt:
950 * transitions/transition-end-event-window.html:
951 * transitions/transition-test-helpers.js: Added.
952 (runTransitionTest.isCloseEnough):
953 (runTransitionTest.checkExpectedValue):
954 (runTransitionTest.endTest):
955 (runTransitionTest.runTest):
956 (runTransitionTest.startTest):
957 (runTransitionTest.if):
958 * transitions/transition-timing-function-expected.txt: Copied from LayoutTests/transitions/transition-timing-function-software-expected.txt.
959 * transitions/transition-timing-function-software-expected.txt: Removed.
960 * transitions/transition-timing-function-software.html: Removed.
961 * transitions/transition-timing-function.html: Copied from LayoutTests/transitions/transition-timing-function-software.html.
962 * transitions/zero-duration-in-list-expected.txt:
963 * transitions/zero-duration-in-list.html:
965 2008-12-18 Cameron Zwarich <zwarich@apple.com>
967 Reviewed by Geoff Garen.
969 Add tests for bug 21855: REGRESSION (r37323): Gmail complains about popup blocking when opening a link
970 <https://bugs.webkit.org/show_bug.cgi?id=21855>
971 <rdar://problem/6278244>
973 Since DumpRenderTree support was added in order to support these tests,
974 they are skipped on non-Mac platforms.
976 * fast/events/popup-blocking-click-in-iframe-expected.txt: Added.
977 * fast/events/popup-blocking-click-in-iframe.html: Added.
978 * fast/events/resources/popup-blocking-click-in-iframe-otherFrame.html: Added.
979 * platform/gtk/Skipped:
980 * platform/qt/Skipped:
981 * platform/win/Skipped:
983 2008-12-18 Pamela Greene <pam@chromium.org>
985 Submitted without review.
986 Moving layout test from root level into LayoutTests where it belongs.
988 * fast/dom/setter-type-enforcement-expected.txt: Copied from fast/dom/setter-type-enforcement-expected.txt.
989 * fast/dom/setter-type-enforcement.html: Copied from fast/dom/setter-type-enforcement.html.
991 2008-12-17 Geoffrey Garen <ggaren@apple.com>
993 Reviewed by Gavin Barraclough.
995 Added a test for https://bugs.webkit.org/show_bug.cgi?id=22393
996 Segfault when caching property accesses to primitive cells.
998 * fast/js/primitive-property-access-edge-cases-expected.txt: Added.
999 * fast/js/primitive-property-access-edge-cases.html: Added.
1000 * fast/js/resources/primitive-property-access-edge-cases.js: Added.
1003 2008-12-17 Simon Fraser <simon.fraser@apple.com>
1005 Reviewed by Dave Hyatt
1007 https://bugs.webkit.org/show_bug.cgi?id=22570
1009 Add testcase for reflection on an element with overflow: hidden
1011 * fast/reflections/reflection-overflow-hidden.html: Added.
1012 * platform/mac/fast/reflections/reflection-overflow-hidden-expected.checksum: Added.
1013 * platform/mac/fast/reflections/reflection-overflow-hidden-expected.png: Added.
1014 * platform/mac/fast/reflections/reflection-overflow-hidden-expected.txt: Added.
1016 2008-12-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1018 Reviewed by Maciej Stachowiak.
1020 Update results after fixing wml.css, to be more in-line with html4.css.
1022 Fixes all <do> related tests, to correctly appear as buttons,
1023 not just text with gray background, as it used to be.
1025 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
1026 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
1027 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
1028 * platform/mac/fast/wml/do-shadow-expected.checksum:
1029 * platform/mac/fast/wml/do-shadow-expected.png:
1030 * platform/mac/fast/wml/do-shadow-expected.txt:
1031 * platform/mac/fast/wml/do-template-expected.checksum:
1032 * platform/mac/fast/wml/do-template-expected.png:
1033 * platform/mac/fast/wml/do-template-expected.txt:
1034 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
1035 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
1036 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
1037 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum:
1038 * platform/mac/fast/wml/err-invalid-variable-name-expected.png:
1039 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
1040 * platform/mac/fast/wml/err-samename-do-expected.checksum:
1041 * platform/mac/fast/wml/err-samename-do-expected.png:
1042 * platform/mac/fast/wml/err-samename-do-expected.txt:
1044 2008-12-17 Feng Qian <feng@chromium.org>
1046 Reviewed by Alexey Proskuryakov.
1047 Landed by Adam Barth.
1049 https://bugs.webkit.org/show_bug.cgi?id=21948
1050 Change two tests to use the host url in XMLHttpRequest so that
1051 it does not fail because of Chrome's file URL security policy.
1052 It does not affect the expected behaviors of tests.
1053 * fast/dom/null-document-xmlhttprequest-open.html:
1054 * fast/dom/xmlhttprequest-invalid-values.html:
1056 2008-12-17 Pamela Greene <pam@chromium.org>
1058 Reviewed by Darin Adler.
1059 Landed by Adam Barth.
1061 https://bugs.webkit.org/show_bug.cgi?id=22577
1062 Add a test to ensure that checkboxes and radio buttons with duplicate
1063 names map to a collection.
1065 * fast/dom/HTMLInputElement/duplicate-element-names-expected.txt: Added.
1066 * fast/dom/HTMLInputElement/duplicate-element-names.html: Added.
1068 2008-12-17 Pamela Greene <pam@chromium.org>
1070 Reviewed by Darin Adler.
1071 Landed by Adam Barth.
1073 https://bugs.webkit.org/show_bug.cgi?id=22612
1074 Add test to verify type enforcement in DOM setters.
1076 * fast/dom/setter-type-enforcement-expected.txt: Added.
1077 * fast/dom/setter-type-enforcement.html: Added.
1079 2008-12-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1081 Rubber-stamped by Timothy Hatcher.
1083 Fix wml/ tests, by doing s/</\</ and s/>/\>/.
1084 Not sure why this problem wasn't visible before, something has changed.
1086 * wml/go-task-animation-expected.txt:
1087 * wml/go-task-get-method-external-deck-expected.txt:
1088 * wml/go-task-get-method-external-deck-with-href-expected.txt:
1089 * wml/go-task-get-method-same-deck-expected.txt:
1090 * wml/resources/go-task-animation.js:
1091 * wml/resources/go-task-get-method-external-deck-with-href.js:
1092 * wml/resources/go-task-get-method-external-deck.js:
1093 * wml/resources/go-task-get-method-same-deck.js:
1095 2008-12-16 Simon Hausmann <hausmann@webkit.org>
1097 Reviewed by Holger Freyther.
1099 Unskip some tests that pass with the Qt DRT fixed for unload event
1102 * platform/qt/Skipped:
1104 2008-12-16 Simon Hausmann <hausmann@webkit.org>
1106 Reviewed by Holger Freyther.
1108 Added mac API specific loader test to the skip list for the Qt DRT.
1110 * platform/qt/Skipped:
1112 2008-12-15 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1114 Reviewed by Oliver Hunt.
1116 Add several testcases covering WML table element handling.
1117 Fixed fast/wml/case-sensitivity.wml - which used HTML style tables, that now raise errors (missing 'columns' attribute).
1119 * fast/wml/case-sensitivity.wml:
1120 * fast/wml/table-element-align-attribute-invalid.wml: Added.
1121 * fast/wml/table-element-columns-attribute-invalid-number.wml: Added.
1122 * fast/wml/table-element-columns-attribute-invalid.wml: Added.
1123 * fast/wml/table-element-columns-attribute-missing.wml: Added.
1124 * fast/wml/table-element-columns-attribute.wml: Added.
1125 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.checksum:
1126 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.png:
1127 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.txt:
1128 * platform/mac/fast/wml/table-element-align-attribute-invalid-expected.checksum: Added.
1129 * platform/mac/fast/wml/table-element-align-attribute-invalid-expected.png: Added.
1130 * platform/mac/fast/wml/table-element-align-attribute-invalid-expected.txt: Added.
1131 * platform/mac/fast/wml/table-element-columns-attribute-expected.checksum: Added.
1132 * platform/mac/fast/wml/table-element-columns-attribute-expected.png: Added.
1133 * platform/mac/fast/wml/table-element-columns-attribute-expected.txt: Added.
1134 * platform/mac/fast/wml/table-element-columns-attribute-invalid-expected.checksum: Added.
1135 * platform/mac/fast/wml/table-element-columns-attribute-invalid-expected.png: Added.
1136 * platform/mac/fast/wml/table-element-columns-attribute-invalid-expected.txt: Added.
1137 * platform/mac/fast/wml/table-element-columns-attribute-invalid-number-expected.checksum: Added.
1138 * platform/mac/fast/wml/table-element-columns-attribute-invalid-number-expected.png: Added.
1139 * platform/mac/fast/wml/table-element-columns-attribute-invalid-number-expected.txt: Added.
1140 * platform/mac/fast/wml/table-element-columns-attribute-missing-expected.checksum: Added.
1141 * platform/mac/fast/wml/table-element-columns-attribute-missing-expected.png: Added.
1142 * platform/mac/fast/wml/table-element-columns-attribute-missing-expected.txt: Added.
1143 * platform/mac/fast/wml/table-element-expected.checksum:
1144 * platform/mac/fast/wml/table-element-expected.png:
1145 * platform/mac/fast/wml/table-element-expected.txt:
1147 2008-12-15 Darin Adler <darin@apple.com>
1149 Reviewed by Sam Weinig.
1151 - test for <rdar://problem/6427048> crash due to infinite recursion after setting window.__proto__ = window
1153 * fast/canvas/canvas-gradient-without-path.html: Let make-js-test-wrappers update this one.
1155 * fast/dom/Window/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
1156 * fast/dom/Window/resources/window-custom-prototype.js: Added.
1157 * fast/dom/Window/window-custom-prototype-expected.txt: Added.
1158 * fast/dom/Window/window-custom-prototype.html: Added.
1160 2008-12-15 Pierre-Olivier Latour <pol@apple.com>
1162 Reviewed by Dan Bernstein.
1164 Added an extra layout test for transitions.
1166 https://bugs.webkit.org/show_bug.cgi?id=22836
1168 * transitions/change-values-during-transition-expected.txt: Added.
1169 * transitions/change-values-during-transition.html: Added.
1171 2008-12-15 Pierre-Olivier Latour <pol@apple.com>
1173 Reviewed by Dan Bernstein.
1175 Added an extra layout test for animations.
1177 https://bugs.webkit.org/show_bug.cgi?id=22836
1179 * animations/combo-transform-rotate+scale-expected.txt: Added.
1180 * animations/combo-transform-rotate+scale.html: Added.
1182 2008-12-15 Pierre-Olivier Latour <pol@apple.com>
1184 Updated transform-value-types.html and transform-value-types-expected.txt to latest version
1185 since change r39264 was lost when relocating these files.
1187 https://bugs.webkit.org/show_bug.cgi?id=22836
1189 * transforms/2d/transform-value-types-expected.txt:
1190 * transforms/2d/transform-value-types.html:
1192 2008-12-15 Pierre-Olivier Latour <pol@apple.com>
1194 Reviewed by Sam Weinig.
1196 Add new layout tests for transforms, animations & transitions.
1197 Also move a couple transform layout tests to the proper subdirectory.
1199 https://bugs.webkit.org/show_bug.cgi?id=22836
1201 * animations/combo-transform-translate+scale-expected.txt: Added.
1202 * animations/combo-transform-translate+scale.html: Added.
1203 * transforms/2d/computed-style-origin-expected.txt: Copied from LayoutTests/transforms/computed-style-origin-expected.txt.
1204 * transforms/2d/computed-style-origin.html: Copied from LayoutTests/transforms/computed-style-origin.html.
1205 * transforms/2d/transform-value-types-expected.txt: Copied from LayoutTests/transforms/transform-value-types-expected.txt.
1206 * transforms/2d/transform-value-types.html: Copied from LayoutTests/transforms/transform-value-types.html.
1207 * transforms/computed-style-origin-expected.txt: Removed.
1208 * transforms/computed-style-origin.html: Removed.
1209 * transforms/transform-value-types-expected.txt: Removed.
1210 * transforms/transform-value-types.html: Removed.
1211 * transitions/interrupt-transform-transition-expected.txt: Added.
1212 * transitions/interrupt-transform-transition.html: Added.
1213 * transitions/start-transform-transition-expected.txt: Added.
1214 * transitions/start-transform-transition.html: Added.
1215 * transitions/transition-timing-function-software-expected.txt: Added.
1216 * transitions/transition-timing-function-software.html: Added.
1217 * transitions/zero-duration-in-list-expected.txt: Added.
1218 * transitions/zero-duration-in-list.html: Added.
1219 * transitions/zero-duration-without-units-expected.txt: Added.
1220 * transitions/zero-duration-without-units.html: Added.
1222 2008-12-15 Simon Hausmann <hausmann@webkit.org>
1224 Reviewed by Holger Freyther.
1226 Add worker tests to the skip list for the Qt DRT as the feature is not enabled.
1228 * platform/qt/Skipped:
1230 2008-12-14 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1232 Reviewed by George Staikos.
1234 Add a new WML testcase covering <timer> and <go> combinations: wml/go-task-animation.html
1236 * wml/go-task-animation-expected.txt: Added.
1237 * wml/go-task-animation.html: Added.
1238 * wml/resources/WMLTestCase.js:
1239 (createWMLTestCase.iframeElement.onload):
1240 (createWMLTestCase):
1241 * wml/resources/animation.wml: Added.
1242 * wml/resources/go-task-animation.js: Added.
1243 (setupTestDocument):
1246 * wml/resources/go-task-get-method-same-deck.js:
1247 (setupTestDocument):
1248 * wml/resources/test-document.wml:
1250 2008-12-14 Dirk Schulze <krit@webkit.org>
1252 Reviewed by Oliver Hunt.
1254 Ensure correct behaviour of composite on a fully transparent color.
1256 * fast/canvas/canvas-transparency-and-composite-expected.txt: Added.
1257 * fast/canvas/canvas-transparency-and-composite.html: Added.
1258 * fast/canvas/resources/canvas-transparency-and-composite.js: Added.
1260 2008-12-14 Alexey Proskuryakov <ap@webkit.org>
1262 Suggested by Holger Freyther.
1264 * fast/workers/worker-navigator-expected.txt:
1265 * fast/workers/worker-navigator.html:
1266 navigator.platform.length is intentionally zero on Gtk+, changed to check for its type.
1268 2008-12-13 Alexey Proskuryakov <ap@webkit.org>
1270 Reviewed by Darin Adler.
1272 https://bugs.webkit.org/show_bug.cgi?id=22843
1273 Auto-generate JSWorkerContext
1275 * fast/workers/worker-replace-self-expected.txt: Added.
1276 * fast/workers/worker-replace-self.html: Added.
1277 Test that "self" is replaceable. This matches window.self behavior, but not Firefox.
1279 * fast/workers/worker-location-expected.txt:
1280 * fast/workers/worker-location.html:
1281 Added a test for global constructor.
1283 2008-12-13 Dirk Schulze <krit@webkit.org>
1285 Reviewed by Oliver Hunt.
1287 This test is wrong. We shouldn't fill something with a gradient, if the
1290 * fast/canvas/gradient-empty-path.html: Removed.
1291 * platform/mac/fast/canvas/gradient-empty-path-expected.checksum: Removed.
1292 * platform/mac/fast/canvas/gradient-empty-path-expected.png: Removed.
1293 * platform/mac/fast/canvas/gradient-empty-path-expected.txt: Removed.
1295 2008-12-13 Darin Adler <darin@apple.com>
1297 Reviewed by Dan Bernstein.
1299 - test for https://bugs.webkit.org/show_bug.cgi?id=18734
1300 REGRESSION (r31081): Focus problems in Gmail 2/Plain text message text
1301 <rdar://problem/5892415>
1303 * fast/forms/textarea-selection-preservation-expected.txt: Added.
1304 * fast/forms/textarea-selection-preservation.html: Added.
1306 2008-12-13 Holger Hans Peter Freyther <zecke@selfish.org>
1308 Reviewed by Dan Bernstein.
1310 Revert pixel test results back to the old version. This is
1313 https://bugs.webkit.org/show_bug.cgi?id=22824
1315 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
1316 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
1317 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1318 * platform/mac/svg/custom/image-small-width-height-expected.checksum:
1319 * platform/mac/svg/custom/image-small-width-height-expected.png:
1320 * platform/mac/svg/custom/image-small-width-height-expected.txt:
1321 * platform/mac/svg/text/text-tselect-02-f-expected.checksum:
1322 * platform/mac/svg/text/text-tselect-02-f-expected.png:
1323 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
1325 2008-12-13 Dirk Schulze <krit@webkit.org>
1327 Reviewed by Darin Adler.
1329 Checks behavior of gradients on an empty path in canvas.
1331 * fast/canvas/canvas-gradient-without-path-expected.txt: Added.
1332 * fast/canvas/canvas-gradient-without-path.html: Added.
1333 * fast/canvas/resources/canvas-gradient-without-path.js: Added.
1335 2008-12-12 Dean Jackson <dino@apple.com>
1337 Reviewed by Darin Adler.
1339 Expose WebKitAnimationEvent, WebKitTransitionEvent,
1340 WebKitCSSTransformValue, WebKitCSSKeyframeRule and
1341 WebKitCSSKeyframesRule to Window object.
1343 https://bugs.webkit.org/show_bug.cgi?id=20560
1345 * animations/keyframes-rule-expected.txt:
1346 * animations/keyframes-rule.html:
1347 * fast/dom/Window/window-properties-expected.txt:
1348 * fast/events/event-instanceof-expected.txt:
1349 * fast/events/resources/event-instanceof.js:
1350 * fast/js/global-constructors-expected.txt:
1351 * transforms/transform-value-types-expected.txt:
1352 * transforms/transform-value-types.html:
1354 2008-12-12 Cameron Zwarich <zwarich@apple.com>
1356 Reviewed by Oliver Hunt.
1358 Tests for bug 22835: Crash during bytecode generation when comparing to null
1359 <https://bugs.webkit.org/show_bug.cgi?id=22835>
1360 <rdar://problem/6286749>
1362 * fast/js/ignored-result-null-comparison-crash-expected.txt: Added.
1363 * fast/js/ignored-result-null-comparison-crash.html: Added.
1364 * fast/js/resources/ignored-result-null-comparison-crash.js: Added.
1366 2008-12-12 Pierre-Olivier Latour <pol@apple.com>
1368 Checked-in new results for failing SVG tests so that the bots are green again.
1370 https://bugs.webkit.org/show_bug.cgi?id=22824
1372 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
1373 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
1374 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1375 * platform/mac/svg/custom/image-small-width-height-expected.checksum:
1376 * platform/mac/svg/custom/image-small-width-height-expected.png:
1377 * platform/mac/svg/custom/image-small-width-height-expected.txt:
1378 * platform/mac/svg/text/text-tselect-02-f-expected.checksum:
1379 * platform/mac/svg/text/text-tselect-02-f-expected.png:
1380 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
1382 2008-12-12 Simon Hausmann <hausmann@webkit.org>
1384 Rubber-stamped by Holger Freyther.
1386 Added all the failing tests in the Qt build that require font metrics
1387 to the skipped list, as discussed. We cannot maintain the metrics
1390 * platform/qt/Skipped:
1392 2008-12-11 Cameron Zwarich <zwarich@apple.com>
1394 Rubber-stamped by Mark Rowe.
1396 Roll out r39212 due to assertion failures during layout tests, multiple
1397 layout test failures, memory leaks, and obvious incorrectness.
1399 * security/override-preferences-2-expected.txt: Removed.
1400 * security/override-preferences-2.html: Removed.
1401 * security/override-preferences-expected.txt: Removed.
1402 * security/override-preferences.html: Removed.
1403 * security/override-zzz-reset-expected.txt: Removed.
1404 * security/override-zzz-reset.html: Removed.
1406 2008-12-11 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1408 Reviewed by Holger Freyther.
1410 Fix WML image layout tests to not rely on external resources.
1411 Update results after adding <img> support.
1413 * fast/wml/img-localsrc.wml:
1414 * fast/wml/img-src-localsrc-alt.wml:
1415 * fast/wml/img-src.wml:
1416 * fast/wml/resources: Added.
1417 * fast/wml/resources/fail.png: Added.
1418 * fast/wml/resources/pass.png: Added.
1419 * platform/mac/fast/wml/img-localsrc-expected.checksum:
1420 * platform/mac/fast/wml/img-localsrc-expected.png:
1421 * platform/mac/fast/wml/img-localsrc-expected.txt:
1422 * platform/mac/fast/wml/img-src-expected.checksum:
1423 * platform/mac/fast/wml/img-src-expected.png:
1424 * platform/mac/fast/wml/img-src-expected.txt:
1425 * platform/mac/fast/wml/img-src-localsrc-alt-expected.checksum:
1426 * platform/mac/fast/wml/img-src-localsrc-alt-expected.png:
1427 * platform/mac/fast/wml/img-src-localsrc-alt-expected.txt:
1429 2008-12-10 Oliver Hunt <oliver@apple.com>
1431 Reviewed by Adele Peterson.
1433 Crash (null-deref) when using :before pseudoselector with content CSS rule in SVG
1434 <rdar://problem/6302405>
1435 <https://bugs.webkit.org/show_bug.cgi?id=22804>
1437 Test to make sure we don't crash, and don't display generated content.
1439 * svg/css/crash-css-generated-content-expected.txt: Added.
1440 * svg/css/crash-css-generated-content.xhtml: Added.
1442 2008-12-11 Anders Carlsson <andersca@apple.com>
1444 Reviewed by Cameron Zwarich.
1446 https://bugs.webkit.org/show_bug.cgi?id=22797
1447 REGRESSION: Crash at http://news.cnet.com/8301-17939_109-10119149-2.html
1449 * http/tests/plugins/get-url-expected.txt: Added.
1450 * http/tests/plugins/get-url.html: Added.
1452 2008-12-11 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1454 Reviewed by Eric Seidel.
1456 Fix typo in doctype (correct wapforum.org URL)
1458 * fast/wml/p-align.wml:
1459 * fast/wml/p-mode.wml:
1461 2008-12-08 Dean McNamee <deanm@chromium.org>
1463 Reviewed by Darin Adler.
1465 Always append a trailing slash when using PHP's sys_get_temp_dir().
1467 This allows these tests to run on Linux, where this API returns the
1468 directory without a trailing slash.
1470 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
1471 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
1472 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
1473 * http/tests/xmlhttprequest/resources/portabilityLayer.php:
1474 * http/tests/xmlhttprequest/resources/reset-temp-file.php:
1476 2008-12-10 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1478 Rubber-stamped by George Staikos.
1480 Update WML pixel test results, after adding <template> support.
1482 * platform/mac/fast/wml/do-shadow-expected.checksum:
1483 * platform/mac/fast/wml/do-shadow-expected.png:
1484 * platform/mac/fast/wml/do-template-expected.checksum:
1485 * platform/mac/fast/wml/do-template-expected.png:
1487 2008-12-10 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1489 Reviewed by Eric Seidel.
1491 Update WML test results after adding <template> support.
1493 * platform/mac/fast/wml/do-shadow-expected.txt:
1494 * platform/mac/fast/wml/do-template-expected.txt:
1496 2008-12-10 Brady Eidson <beidson@apple.com>
1500 Most of these policy delegate related tests will now pass with accompanying DRT changes.
1502 * platform/win/Skipped:
1504 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
1506 Reviewed by Darin Adler.
1508 Replaced outdated reference image for svg/webarchive/svg-cursor-subresources.svg
1510 https://bugs.webkit.org/show_bug.cgi?id=22801
1512 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.checksum:
1513 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.png:
1515 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
1517 Reviewed by Darin Adler.
1519 Rewrote animations/animation-test-helpers.js to take advantage of the pauseAnimationAtTimeOnElementWithId()
1520 API when available in DRT.
1522 Updated all animations tests that check for values of animated CSS properties to use these new helper functions.
1524 https://bugs.webkit.org/show_bug.cgi?id=22796
1526 * animations/animation-test-helpers.js:
1528 (checkExpectedValue):
1532 * animations/big-rotation-expected.txt:
1533 * animations/big-rotation.html:
1534 * animations/change-keyframes-expected.txt:
1535 * animations/change-keyframes-name-expected.txt:
1536 * animations/change-keyframes-name.html:
1537 * animations/change-keyframes.html:
1538 * animations/change-one-anim-expected.txt:
1539 * animations/change-one-anim.html:
1540 * animations/generic-from-to-expected.txt:
1541 * animations/generic-from-to.html:
1542 * animations/import-expected.txt:
1543 * animations/import.html:
1544 * animations/keyframe-timing-functions-expected.txt:
1545 * animations/keyframe-timing-functions.html:
1546 * animations/keyframes-comma-separated-expected.txt:
1547 * animations/keyframes-comma-separated.html:
1548 * animations/keyframes-expected.txt:
1549 * animations/keyframes-from-missing.html:
1550 * animations/keyframes-out-of-order-expected.txt:
1551 * animations/keyframes-out-of-order.html:
1552 * animations/keyframes-to-missing.html:
1553 * animations/keyframes.html:
1554 * animations/lineheight-animation-expected.txt:
1555 * animations/lineheight-animation.html:
1556 * animations/matrix-anim-expected.txt:
1557 * animations/matrix-anim.html:
1558 * animations/multiple-animations-expected.txt:
1559 * animations/multiple-animations.html:
1560 * animations/multiple-keyframes-expected.txt:
1561 * animations/multiple-keyframes.html:
1562 * animations/transition-and-animation-1-expected.txt:
1563 * animations/transition-and-animation-1.html:
1564 * animations/transition-and-animation-2-expected.txt:
1565 * animations/transition-and-animation-2.html:
1566 * animations/width-using-ems-expected.txt:
1567 * animations/width-using-ems.html:
1568 * platform/win/Skipped:
1570 2008-12-10 Alice Liu <alice.liu@apple.com>
1572 Adding tweak to .conf files needed for
1573 WebCore/manual-tests/drag-image-to-desktop.html
1575 Reviewed by Darin Adler.
1577 * http/conf/apache2-debian-httpd.conf:
1578 * http/conf/apache2-httpd.conf:
1579 * http/conf/cygwin-httpd.conf:
1580 * http/conf/httpd.conf:
1581 * http/tests/misc/resources/generatedimage.bat: Added.
1583 2008-12-10 Geoffrey Garen <ggaren@apple.com>
1585 Reviewed by Sam :( Weinig.
1587 Added a test for http://trac.webkit.org/changeset/39162.
1589 * fast/regex/malformed-escapes-expected.txt: Added.
1590 * fast/regex/malformed-escapes.html: Added.
1591 * fast/regex/resources/malformed-escapes.js: Added.
1593 2008-12-10 Brady Eidson <beidson@apple.com>
1597 New layout tests for testing the fix for https://bugs.webkit.org/show_bug.cgi?id=22194:
1599 * http/tests/navigation/post-goback-repost-policy-expected.txt: Added.
1600 * http/tests/navigation/post-goback-repost-policy.html: Added.
1601 * http/tests/navigation/resources/goback-with-policydelegate.html: Added.
1602 * http/tests/navigation/resources/post-target-policy-test.html: Added.
1604 Updated layout test results for the new "custom policy delegate" mechanism:
1606 * fast/encoding/mailto-always-utf-8-expected.txt:
1607 * fast/forms/mailto/advanced-get-expected.txt:
1608 * fast/forms/mailto/advanced-put-expected.txt:
1609 * fast/forms/mailto/get-multiple-items-expected.txt:
1610 * fast/forms/mailto/get-multiple-items-text-plain-expected.txt:
1611 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded-expected.txt:
1612 * fast/forms/mailto/get-non-ascii-always-utf-8-expected.txt:
1613 * fast/forms/mailto/get-non-ascii-expected.txt:
1614 * fast/forms/mailto/get-non-ascii-text-plain-expected.txt:
1615 * fast/forms/mailto/get-non-ascii-text-plain-latin-1-expected.txt:
1616 * fast/forms/mailto/get-overwrite-query-expected.txt:
1617 * fast/forms/mailto/post-append-query-expected.txt:
1618 * fast/forms/mailto/post-multiple-items-expected.txt:
1619 * fast/forms/mailto/post-multiple-items-multipart-form-data-expected.txt:
1620 * fast/forms/mailto/post-multiple-items-text-plain-expected.txt:
1621 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded-expected.txt:
1622 * fast/forms/mailto/post-text-plain-expected.txt:
1623 * fast/forms/mailto/post-text-plain-with-accept-charset-expected.txt:
1624 * http/tests/security/feed-urls-from-remote-expected.txt:
1626 Skip the new test on Windows until the policy delegate can be enhanced there:
1627 * platform/win/Skipped:
1628 (It is already implicitly skipped for qt and gtk)
1630 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
1632 Reviewed by Darin Adler.
1634 Added a test to verify that the DRT API pauseAnimationAtTimeOnElementWithId() does work
1635 with animations using multiple keyframes.
1637 https://bugs.webkit.org/show_bug.cgi?id=22773
1639 * animations/animation-drt-api-multiple-keyframes.html: Added.
1640 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.checksum: Added.
1641 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.png: Added.
1642 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.txt: Added.
1643 * platform/win/Skipped:
1645 2008-12-10 Hironori Bono <hbono@chromium.org>
1647 Reviewed by Alexey Proskuryakov.
1649 Bug 21820: Unable to enter the Tamil UNICODE Characters via Thamizha Phonetic IME
1650 https://bugs.webkit.org/show_bug.cgi?id=21820
1652 <rdar://problem/5683248> Typing backspace to delete a diacritical mark also deletes the character before (Arabic)
1653 <rdar://problem/5702038> Backspace removes Thai Character in wrong sequence
1655 Added test for verifying if a backspace key deletes only the last character of a ligature which consists of
1656 multiple Unicode characters.
1657 Also added a test for verifying an undo operation works after deleting the last character of a ligature.
1659 * editing/deleting/delete-ligature-001-expected.txt: Added.
1660 * editing/deleting/delete-ligature-001.html: Added.
1661 * editing/deleting/delete-ligature-002-expected.txt: Added.
1662 * editing/deleting/delete-ligature-002.html: Added.
1663 * editing/deleting/delete-ligature-003-expected.txt: Added.
1664 * editing/deleting/delete-ligature-003.html: Added.
1666 2008-12-10 Alexey Proskuryakov <ap@webkit.org>
1668 Rubber-stamped by Maciej Stachowiak.
1670 <rdar://problem/5959165> Crash in a number of iExploder tests in WebCore::CachedImage::notifyObservers
1672 Add a test for a crash that is no longer reproducible.
1674 * fast/css/mask-missing-image-crash-expected.txt: Added.
1675 * fast/css/mask-missing-image-crash.html: Added.
1677 2008-12-09 Alexey Proskuryakov <ap@webkit.org>
1679 Rubber-stamped by Dan Bernstein.
1681 https://bugs.webkit.org/show_bug.cgi?id=19762
1682 Crash in svg/webarchive/svg-cursor-subresources.svg
1684 * svg/webarchive/svg-cursor-subresources.svg: Copied from LayoutTests/svg/webarchive/svg-cursor-subresources.svg-disabled.
1685 * svg/webarchive/svg-cursor-subresources.svg-disabled: Removed.
1686 Re-enabling the test.
1688 2008-12-09 Geoffrey Garen <ggaren@apple.com>
1690 Reviewed by Oliver Hunt.
1692 Added a test for an assertion followed by a quantifier.
1694 * fast/regex/quantified-assertions-expected.txt: Added.
1695 * fast/regex/quantified-assertions.html: Added.
1696 * fast/regex/resources/quantified-assertions.js: Copied from fast/regex/resources/alternative-length-miscalculation.js.
1698 2008-12-09 Geoffrey Garen <ggaren@apple.com>
1700 Reviewed by Cameron Zwarich.
1702 Updated regular expression layout tests to be agnostic between WREC
1703 and PCRE quirks. Also, updated results to match new, more web-compatible
1704 regular expression parsing.
1706 * fast/js/regexp-charclass-crash-expected.txt:
1707 * fast/js/regexp-charclass-crash.html:
1708 * fast/js/regexp-no-extensions-expected.txt:
1709 * fast/js/resources/regexp-no-extensions.js:
1710 * fast/regex/test1-expected.txt:
1712 2008-12-09 David Levin <levin@chromium.org>
1714 Reviewed by Eric Seidel.
1716 https://bugs.webkit.org/show_bug.cgi?id=22512
1718 Add a test to check for crashes when attaching an event to a document created by
1719 'document.implementation.createDocument'.
1721 * fast/events/create-document-crash-on-attach-event-expected.txt: Added.
1722 * fast/events/create-document-crash-on-attach-event.html: Added.
1723 * fast/events/resources/create-document-crash-on-attach-event.js: Added.
1726 2008-12-09 David Levin <levin@chromium.org>
1728 Reviewed by Eric Seidel.
1730 Add a test to check the event order for context clicks on Windows.
1732 https://bugs.webkit.org/show_bug.cgi?id=22505
1734 * platform/win/fast/events/context-click-events-expected.txt: Added.
1735 * platform/win/fast/events/context-click-events.html: Added.
1736 * platform/win/fast/events/resources: Added.
1737 * platform/win/fast/events/resources/TEMPLATE.html: Added.
1738 * platform/win/fast/events/resources/context-click-events.js: Added.
1743 2008-12-09 Alexey Proskuryakov <ap@webkit.org>
1745 Reviewed by Darin Adler.
1747 https://bugs.webkit.org/show_bug.cgi?id=22719
1748 Implement Navigator object in Workers
1750 * fast/workers/worker-navigator-expected.txt: Added.
1751 * fast/workers/worker-navigator.html: Added.
1753 2008-12-09 Pamela Greene <pam@chromium.org>
1755 Submitted without review.
1756 Corrected results so the test passes.
1758 * fast/events/special-key-events-in-input-text-expected.txt:
1760 2008-12-09 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1762 Reviewed by Alexey Proskuryakov.
1764 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22637
1766 Add new tests covering the WMLGoElement's GET method.
1767 Reactive disabled WML tests, as LayoutTests/wml/ is not run anymore if WebCore has been built without WML support.
1769 * wml/go-task-get-method-external-deck-expected.txt: Added.
1770 * wml/go-task-get-method-external-deck-with-href-expected.txt: Added.
1771 * wml/go-task-get-method-external-deck-with-href.html: Added.
1772 * wml/go-task-get-method-external-deck.html: Added.
1773 * wml/go-task-get-method-same-deck-expected.txt: Added.
1774 * wml/go-task-get-method-same-deck.html: Added.
1775 * wml/resources/WMLTestCase.js:
1776 (createWMLTestCase.iframeElement.onload):
1777 (createWMLTestCase):
1778 (completeTest.script.onload):
1780 * wml/resources/external-deck.wml: Added.
1781 * wml/resources/go-task-get-method-external-deck-with-href.js: Added.
1782 (setupTestDocument):
1785 * wml/resources/go-task-get-method-external-deck.js: Added.
1786 (setupTestDocument):
1789 * wml/resources/go-task-get-method-same-deck.js: Added.
1790 (setupTestDocument):
1793 * wml/resources/test-document.wml: Added.
1794 * wml/variable-reference-invalid-character.html: Copied from LayoutTests/wml/variable-reference-invalid-character.html-disabled.
1795 * wml/variable-reference-invalid-character.html-disabled: Removed.
1796 * wml/variable-reference-valid.html: Copied from LayoutTests/wml/variable-reference-valid.html-disabled.
1797 * wml/variable-reference-valid.html-disabled: Removed.
1799 2008-12-08 Dmitry Titov <dimich@chromium.org>
1801 Reviewed by Darin Adler.
1803 Test for https://bugs.webkit.org/show_bug.cgi?id=22710
1804 Verifies that active timeout does not cause memory leak.
1806 * fast/dom/Window/resources/long_timeout.html: Added.
1807 * fast/dom/Window/timeout-released-on-close-expected.txt: Added.
1808 * fast/dom/Window/timeout-released-on-close.html: Added.
1810 2008-12-08 Geoffrey Garen <ggaren@apple.com>
1812 Reviewed by Sam Weinig.
1814 Fixed js-test-pre.js to print a meaningful, complete sentence when
1815 exception tests fail.
1817 * fast/js/const-expected.txt: Updated test for new results.
1819 * fast/js/resources/js-test-pre.js:
1822 2008-12-08 Pierre-Olivier Latour <pol@apple.com>
1824 Reviewed by Dan Bernstein.
1826 Increase timeout in video-paint-test.js so that <video> tests pass on the Tiger pixel bot which is slower
1827 than the Leopard one.
1829 https://bugs.webkit.org/show_bug.cgi?id=22742
1831 * media/video-paint-test.js:
1834 2008-12-08 Geoffrey Garen <ggaren@apple.com>
1836 Reviewed by Sam Weinig.
1838 Added a test for interesting uses of non-pattern-characters in regular
1841 * fast/regex/non-pattern-characters-expected.txt: Added.
1842 * fast/regex/non-pattern-characters.html: Added.
1843 * fast/regex/resources/non-pattern-characters.js: Added.
1845 2008-12-08 Darin Adler <darin@apple.com>
1847 Reviewed by John Sullivan.
1849 - tests for https://bugs.webkit.org/show_bug.cgi?id=22409
1850 REGRESSION: cmd-shift-left/right don't switch tabs, instead select text
1852 * editing/execCommand/enabling-and-selection-2-expected.txt: Added.
1853 * editing/execCommand/enabling-and-selection-2.html: Added.
1854 * editing/execCommand/enabling-and-selection-expected.txt: Added.
1855 * editing/execCommand/enabling-and-selection.html: Added.
1856 * editing/execCommand/resources: Added.
1857 * editing/execCommand/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
1858 * editing/execCommand/resources/enabling-and-selection-2.js: Added.
1859 * editing/execCommand/resources/enabling-and-selection.js: Added.
1861 * fast/canvas/canvas-setTransform.html: Let make-js-test-wrappers update this.
1862 * fast/canvas/canvas-strokeRect.html: Ditto.
1864 * platform/qt/Skipped: Added enabling-and-selection-2 to the skipped list.
1865 * platform/win/Skipped: Ditto.
1867 2008-12-08 Pamela Greene <pam@chromium.org>
1869 Reviewed by Darin Adler.
1871 https://bugs.webkit.org/show_bug.cgi?id=22739
1872 Test the sequence of keyboard events generated for a keypress.
1874 * fast/events/special-key-events-in-input-text-expected.txt: Added.
1875 * fast/events/special-key-events-in-input-text.html: Added.
1877 2008-12-08 Julien Chaffraix <jchaffraix@webkit.org>
1879 Reviewed by Darin Adler.
1881 Tests cases for bug 17897: Not Rendering Images Imported from XHTML Document
1882 <rdar://problem/5827614>
1884 - xmlhttprequest-image-not-loaded*: test that an image loaded by an XMLHttpRequest and inserted into a XHTML or SVG Document
1885 is properly rendered.
1887 - image-blocked-src-change.html and image-blocked-src-no-change.html: test that an image that was in error is responding to src attribute change
1888 (whether it does really change the url or not).
1890 * http/tests/misc/image-blocked-src-change-expected.txt: Added.
1891 * http/tests/misc/image-blocked-src-change.html: Added.
1892 * http/tests/misc/image-blocked-src-no-change-expected.txt: Added.
1893 * http/tests/misc/image-blocked-src-no-change.html: Added.
1894 * http/tests/xmlhttprequest/resources/load-icon.svg: Added.
1895 * http/tests/xmlhttprequest/resources/load-icon.xhtml: Added.
1896 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-expected.txt: Added.
1897 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg-expected.txt: Added.
1898 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg.svg: Added.
1899 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded.html: Added.
1901 2008-12-08 Mark Rowe <mrowe@apple.com>
1903 Rubber-stamped by Sam Weinig.
1905 Disable the WML tests since no platforms build with WML enabled by default and the test failures are annoying.
1907 * wml/variable-reference-invalid-character.html-disabled: Renamed from LayoutTests/wml/variable-reference-invalid-character.html.
1908 * wml/variable-reference-valid.html-disabled: Renamed from LayoutTests/wml/variable-reference-valid.html.
1910 2008-12-08 Aaron Boodman <aa@chromium.org>
1912 Reviewed by Stephanie Lewis.
1914 https://bugs.webkit.org/show_bug.cgi?id=22301
1915 Make dispatchDidFinishLoading() always fire before didFinishLoadForFrame().
1917 * fast/dom/Window/get-set-properties-expected.txt:
1918 * fast/events/onunload-window-property-expected.txt:
1919 * http/tests/loading/basic-expected.txt:
1920 * http/tests/loading/empty-subframe-expected.txt:
1921 * http/tests/loading/gmail-assert-on-load-expected.txt:
1922 * http/tests/loading/location-hash-reload-cycle-expected.txt:
1923 * http/tests/loading/onload-vs-immediate-refresh-expected.txt:
1924 * http/tests/loading/slow-parsing-subframe-expected.txt:
1925 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
1926 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
1927 * webarchive/loading/test-loading-archive-expected.txt:
1929 2008-12-08 Oliver Hunt <oliver@apple.com>
1931 Reviewed by Alexey Proskuryakov.
1933 Bug 22398: r39059: Crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler
1934 <rdar://problem/6426245> REGRESSION(r39059): Reproducible crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler (22398)
1936 Add crash test for this regression -- simply clear the transition duration in the transitionEnd handler.
1938 * transitions/transition-duration-cleared-in-transitionend-crash-expected.txt: Added.
1939 * transitions/transition-duration-cleared-in-transitionend-crash.html: Added.
1941 2008-12-07 Simon Fraser <simon.fraser@apple.com>
1943 Reviewed by Dan Bernstein
1945 https://bugs.webkit.org/show_bug.cgi?id=22594
1947 Testcase for fetching inline style for -webkit-transform-origin
1948 and -webkit-transition.
1950 * fast/css/transform-inline-style-expected.txt: Added.
1951 * fast/css/transform-inline-style.html: Added.
1953 2008-12-07 Dirk Schulze <krit@webkit.org>
1955 Reviewed by Oliver Hunt.
1957 Tests strokeRect with patterns and gradients.
1959 * fast/canvas/canvas-strokeRect-expected.txt: Added.
1960 * fast/canvas/canvas-strokeRect.html: Added.
1961 * fast/canvas/resources/canvas-strokeRect.js: Added.
1963 2008-12-06 Dirk Schulze <krit@webkit.org>
1965 Reviewed by Oliver Hunt.
1967 Added tests for canvas's setTransform() and updated an existing one.
1969 * fast/canvas/canvas-setTransform-expected.txt: Added.
1970 * fast/canvas/canvas-setTransform.html: Added.
1971 * fast/canvas/resources/canvas-setTransform.js: Added.
1972 * fast/dom/Window/window-properties-expected.txt:
1974 2008-12-06 Antti Koivisto <antti@apple.com>
1976 Reusing property slots changed property ordering in this text.
1978 * editing/pasteboard/5780697-2-expected.txt:
1980 2008-12-06 Simon Fraser <simon.fraser@apple.com>
1982 Reviewed by Antti Koivisto, Dan Bernstein
1984 https://bugs.webkit.org/show_bug.cgi?id=22088
1986 Testcase for repaint issue when transform changes
1988 * fast/repaint/transform-repaint-descendants.html: Added.
1989 * platform/mac/fast/repaint/transform-repaint-descendants-expected.checksum: Added.
1990 * platform/mac/fast/repaint/transform-repaint-descendants-expected.png: Added.
1991 * platform/mac/fast/repaint/transform-repaint-descendants-expected.txt: Added.
1993 2008-12-06 Simon Fraser <simon.fraser@apple.com>
1995 Update expected image now that the caret renders in transformed
1998 https://bugs.webkit.org/show_bug.cgi?id=15671
2000 * platform/mac/fast/forms/search-transformed-expected.checksum:
2001 * platform/mac/fast/forms/search-transformed-expected.png:
2003 2008-12-06 Simon Fraser <simon.fraser@apple.com>
2005 Reviewed by Dan Bernstein
2007 https://bugs.webkit.org/show_bug.cgi?id=15739
2009 Testcase for selection painting on a transformed, replaced element.
2011 * fast/replaced/selection-rect-transform.html: Added.
2012 * platform/mac/fast/replaced/selection-rect-transform-expected.checksum: Added.
2013 * platform/mac/fast/replaced/selection-rect-transform-expected.png: Added.
2014 * platform/mac/fast/replaced/selection-rect-transform-expected.txt: Added.
2016 2008-12-06 Simon Fraser <simon.fraser@apple.com>
2018 Reviewed by Dave Hyatt
2020 https://bugs.webkit.org/show_bug.cgi?id=15671
2022 * fast/transforms/transformed-caret.html: Added.
2023 * platform/mac/fast/transforms/transformed-caret-expected.checksum: Added.
2024 * platform/mac/fast/transforms/transformed-caret-expected.png: Added.
2025 * platform/mac/fast/transforms/transformed-caret-expected.txt: Added.
2027 New testcase for caret on transformed element.
2029 * platform/mac/fast/transforms/transformed-focused-text-input-expected.checksum:
2030 * platform/mac/fast/transforms/transformed-focused-text-input-expected.png:
2032 Fix expected now that caret rendering works properly.
2034 2008-12-05 Chris Marrin <cmarrin@apple.com>
2036 Reviewed by Dave Hyatt.
2038 Testcases for https://bugs.webkit.org/show_bug.cgi?id=22635
2040 * animations/animation-iteration-event-destroy-renderer-expected.txt: Added.
2041 * animations/animation-iteration-event-destroy-renderer.html: Added.
2042 * animations/animation-start-event-destroy-renderer-expected.txt: Added.
2043 * animations/animation-start-event-destroy-renderer.html: Added.
2045 2008-12-05 Pamela Greene <pam@chromium.org>
2047 Reviewed by Darin Adler.
2049 https://bugs.webkit.org/show_bug.cgi?id=22608
2050 Add a test for line numbers of uncaught JS exceptions.
2052 * fast/js/uncaught-exception-line-number-expected.txt: Added.
2053 * fast/js/uncaught-exception-line-number.html: Added.
2055 2008-12-05 Pamela Greene <pam@chromium.org>
2057 Reviewed by Darin Adler.
2059 https://bugs.webkit.org/show_bug.cgi?id=22604
2060 Add test for onload handler named 'onload'.
2062 * fast/events/onload-name-collision-expected.txt: Added.
2063 * fast/events/onload-name-collision.html: Added.
2065 2008-12-05 Pamela Greene <pam@chromium.org>
2067 Reviewed by Darin Adler.
2069 https://bugs.webkit.org/show_bug.cgi?id=22601
2070 Add test to verify that calling functions on a Java applet from JS works.
2072 * fast/dom/java-applet-calls-expected.txt: Added.
2073 * fast/dom/java-applet-calls.html: Added.
2074 * fast/dom/resources/TestApplet.class: Added.
2075 * fast/dom/resources/TestApplet.java: Added.
2076 (TestApplet): Source of test applet for use by layout test(s).
2078 (TestApplet.setString):
2079 (TestApplet.getString):
2081 2008-12-05 Pamela Greene <pam@chromium.org>
2083 Reviewed by Darin Adler.
2085 https://bugs.webkit.org/show_bug.cgi?id=22592
2086 Make sure the onload handler is only called once, even when there are
2087 multiple <body> nodes in the document.
2089 * fast/events/onload-fires-twice-expected.txt: Added.
2090 * fast/events/onload-fires-twice.html: Added.
2092 2008-12-05 Pamela Greene <pam@chromium.org>
2094 Reviewed by Darin Adler.
2096 https://bugs.webkit.org/show_bug.cgi?id=22575
2097 Add a test for accessing NodeList items by name.
2099 * fast/dom/NodeList/nodelist-item-with-name-expected.txt: Added.
2100 * fast/dom/NodeList/nodelist-item-with-name.html: Added.
2102 2008-12-05 Pamela Greene <pam@chromium.org>
2104 Reviewed by Eric Seidel.
2106 https://bugs.webkit.org/show_bug.cgi?id=22632
2107 Add a test for DOM operations with incompatible receivers or arguments.
2109 * fast/dom/incompatible-operations-expected.txt: Added.
2110 * fast/dom/incompatible-operations.html: Added.
2112 2008-12-05 Justin Garcia <justin.garcia@apple.com>
2114 Updating these test results. On Tiger the fragment created from RTFD data
2115 contained interchange newlines that we incorrectly handled before r38983.
2117 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.checksum:
2118 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.png:
2119 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.txt:
2121 2008-12-05 Geoffrey Garen <ggaren@apple.com>
2123 Reviewed by Sam Weinig.
2125 Added a test for a bug I discovered while working on
2126 https://bugs.webkit.org/show_bug.cgi?id=22685.
2128 * fast/regex/non-capturing-backtracking-expected.txt: Added.
2129 * fast/regex/non-capturing-backtracking.html: Added.
2130 * fast/regex/resources/non-capturing-backtracking.js: Added.
2132 2008-12-05 Dean Jackson <dino@apple.com>
2134 Reviewed by David Hyatt.
2136 No longer need to add a fake listener on a document
2137 node in order to get events passed up to Window.
2138 https://bugs.webkit.org/show_bug.cgi?id=20572
2140 * transitions/transition-end-event-window.html:
2142 2008-12-05 Kevin McCullough <kmccullough@apple.com>
2144 Reviewed by Tim Hatcher.
2146 - Fix intermittent profiler test failures. The problem is that idle
2147 time only shows up some times, probably dependent on if the system is
2148 running a little slow or has a network hiccup. I've removed this.
2149 - I've also added <rdar://problem/6422004> Profiler tests fail because
2150 they sometimes don't have (idle) time. This is to investigate whether or
2151 not idle time should be showing up at all when running these tests.
2153 * fast/profiler/anonymous-event-handler-expected.txt:
2154 * fast/profiler/anonymous-function-called-from-different-contexts-expected.txt:
2155 * fast/profiler/anonymous-function-calls-built-in-functions-expected.txt:
2156 * fast/profiler/anonymous-function-calls-eval-expected.txt:
2157 * fast/profiler/apply-expected.txt:
2158 * fast/profiler/built-in-function-calls-anonymous-expected.txt:
2159 * fast/profiler/built-in-function-calls-user-defined-function-expected.txt:
2160 * fast/profiler/call-expected.txt:
2161 * fast/profiler/call-nodelist-as-function-expected.txt:
2162 * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope-expected.txt:
2163 * fast/profiler/compare-multiple-profiles-expected.txt:
2164 * fast/profiler/constructor-expected.txt:
2165 * fast/profiler/dead-time-expected.txt:
2166 * fast/profiler/document-dot-write-expected.txt:
2167 * fast/profiler/event-handler-expected.txt:
2168 * fast/profiler/execution-context-and-eval-on-same-line-expected.txt:
2169 * fast/profiler/heavy-view-expected.txt:
2170 * fast/profiler/inline-event-handler-expected.txt:
2171 * fast/profiler/many-calls-in-the-same-scope-expected.txt:
2172 * fast/profiler/multiple-and-different-scoped-anonymous-function-calls-expected.txt:
2173 * fast/profiler/multiple-and-different-scoped-function-calls-expected.txt:
2174 * fast/profiler/multiple-frames-expected.txt:
2175 * fast/profiler/nested-anonymous-functon-expected.txt:
2176 * fast/profiler/nested-start-and-stop-profiler-expected.txt:
2177 * fast/profiler/one-execution-context-expected.txt:
2178 * fast/profiler/profile-calls-in-included-file-expected.txt:
2179 * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting-expected.txt:
2180 * fast/profiler/profiling-from-a-nested-location-expected.txt:
2181 * fast/profiler/resources/profiler-test-JS-resources.js:
2182 (printProfileNodeWithoutTime):
2183 * fast/profiler/simple-event-call-expected.txt:
2184 * fast/profiler/simple-no-level-change-expected.txt:
2185 * fast/profiler/start-and-stop-profiler-multiple-times-expected.txt:
2186 * fast/profiler/start-and-stop-profiling-in-the-same-function-expected.txt:
2187 * fast/profiler/stop-profiling-after-setTimeout-expected.txt:
2188 * fast/profiler/stop-then-function-call-expected.txt:
2189 * fast/profiler/throw-exception-from-eval-expected.txt:
2190 * fast/profiler/two-execution-contexts-expected.txt:
2191 * fast/profiler/user-defined-function-calls-built-in-functions-expected.txt:
2192 * fast/profiler/window-dot-eval-expected.txt:
2194 2008-12-05 Alexey Proskuryakov <ap@webkit.org>
2196 Reviewed by Darin Adler.
2198 https://bugs.webkit.org/show_bug.cgi?id=22672
2199 ASSERT(m_table) when xhr.onabort creates another xhr or calls setTimeout
2201 * http/tests/xmlhttprequest/send-on-abort-expected.txt: Added.
2202 * http/tests/xmlhttprequest/send-on-abort.html: Added.
2204 * http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Removed.
2205 * http/tests/xmlhttprequest/abort-on-leaving-page.html: Removed.
2206 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
2207 * http/tests/xmlhttprequest/resources/slow-response.pl: Removed.
2208 Stopping an XHR due to navigation no longer dispatches events.
2210 2008-12-05 Jungshik Shin <jshin@chromium.org>
2212 Reviewed by Alexey Proskuryakov.
2214 https://bugs.webkit.org/show_bug.cgi?id=22472
2216 Revises charset alias map for TextCodecICU.
2217 - Uses windows-949 and windows-874 instead of windows-949-2000 and windows-874-2000
2218 - Replaces 'windows874' in a couple of place with 'windows-874' (for the canonical name)
2219 - Maps 'dos-874' to 'windows-874'. Currently, it's aliases to 'cp874', which is in turn
2220 mapped to 'TIS-620'. 'TIS-620' is manually aliased to 'windows-874'. We'd better directly
2221 alias 'dos-874' to 'windows-874'.
2222 - Replaces 'EUC-CN' with 'GBK' when it's used as the canonical name.
2223 Similar to the above case, we're getting rid of indirection that eventually leads to 'GBK' by
2224 directly going to 'GBK'.
2225 - Puts Mac encodings in a separate test 'char-decoding-mac.html'. Rename 'char-decoding-mac.html'
2226 in platform/mac to 'xnextstep-decoding.html' to avoid the name collision in the result files.
2227 - Adds a JS file for common functions used by char-decoding-*.html tests.
2229 * fast/encoding/char-decoding-expected.txt:
2230 * fast/encoding/char-decoding-mac-expected.txt: Added.
2231 * fast/encoding/char-decoding-mac.html: Added.
2232 * fast/encoding/char-decoding.html:
2233 * fast/encoding/resources/char-decoding-utils.js
2234 * platform/mac/fast/encoding/char-decoding-mac-expected.txt: Removed.
2235 * platform/mac/fast/encoding/char-decoding-mac.html: Removed.
2236 * platform/mac/fast/encoding/xnextstep-decoding-expected.txt: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac-expected.txt.
2237 * platform/mac/fast/encoding/xnextstep-decoding.html: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac.html.
2239 2008-12-03 Geoffrey Garen <ggaren@apple.com>
2241 Reviewed by Oliver Hunt.
2243 Added a test for another input length miscalculation.
2245 * fast/regex/alternative-length-miscalculation-expected.txt:
2246 * fast/regex/resources/alternative-length-miscalculation.js:
2248 2008-12-03 Jungshik Shin <jshin@chromium.org>
2250 Reviewed by Darin Adler.
2252 Add missing test files (utf-16,32 files) and two php files
2253 for bug 21635 and enabled utf-7 tests (bug 22492). The patch
2254 for bug 21635 was landed in http://trac.webkit.org/changeset/38755,
2255 but binary test files (utf-16/32) were omitted in the changeset.
2257 https://bugs.webkit.org/show_bug.cgi?id=21635
2258 https://bugs.webkit.org/show_bug.cgi?id=22492
2260 * http/tests/misc/resources/check-query-param.php: Added.
2261 * http/tests/misc/resources/echo-query-param.php: Added.
2262 * http/tests/misc/submit-get-in-utf16be.html: Added.
2263 * http/tests/misc/submit-get-in-utf16le.html: Added.
2264 * http/tests/misc/submit-get-in-utf32be.html: Added.
2265 * http/tests/misc/submit-get-in-utf32le.html: Added.
2266 * http/tests/misc/submit-get-in-utf7.html: Copied from http/tests/misc/submit-get-in-utf7.html-disabled.
2267 * http/tests/misc/submit-get-in-utf7.html-disabled: Removed.
2268 * http/tests/misc/submit-post-in-utf16be.html: Added.
2269 * http/tests/misc/submit-post-in-utf16le.html: Added.
2270 * http/tests/misc/submit-post-in-utf32be.html: Added.
2271 * http/tests/misc/submit-post-in-utf32le.html: Added.
2272 * http/tests/misc/submit-post-in-utf7.html: Copied from http/tests/misc/submit-post-in-utf7.html-disabled.
2273 * http/tests/misc/submit-post-in-utf7.html-disabled: Removed.
2274 * http/tests/misc/url-in-utf16be.html: Added.
2275 * http/tests/misc/url-in-utf16le.html: Added.
2276 * http/tests/misc/url-in-utf32be.html: Added.
2277 * http/tests/misc/url-in-utf32le.html: Added.
2278 * http/tests/misc/url-in-utf7.html: Copied from http/tests/misc/url-in-utf7.html-disabled.
2279 * http/tests/misc/url-in-utf7.html-disabled: Removed.
2281 2008-12-03 Justin Garcia <justin.garcia@apple.com>
2283 Reviewed by Beth Dakin.
2285 <rdar://problem/6018653> Extra blank line when pasting paragraph in plain text
2287 * editing/pasteboard/6018653-expected.txt: Added.
2288 * editing/pasteboard/6018653.html: Added.
2290 2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2292 Reviewed by George Staikos.
2294 Forgot to rerun make-js-test-wrappers, and update some fast/wml results.
2296 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
2297 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
2298 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
2299 * wml/resources/variable-reference-invalid-character.js:
2300 * wml/resources/variable-reference-valid.js:
2302 2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2304 Reviewed by George Staikos.
2306 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22636
2308 Add a first set of scriptable WML layout tests.
2309 Embed WML documents in an <iframe>, contained in a (X)HTML document, and script
2310 the LayoutTestController through XHTML <script> elements. See WMLTestCase.js,
2311 which is derived from SVGTestCase.js.
2313 All wml/*.html files are generated using make-js-test-wrappers.
2315 Add two tests covering variable substitution.
2318 * wml/resources: Added.
2319 * wml/resources/TEMPLATE.html: Added.
2320 * wml/resources/WMLTestCase.js: Added.
2322 (createWMLTestCase.iframeElement.onload):
2323 (createWMLTestCase):
2326 (completeTest.script.onload):
2328 * wml/resources/variable-reference-invalid-character.js: Added.
2329 (setupTestDocument):
2332 * wml/resources/variable-reference-valid.js: Added.
2333 (setupTestDocument):
2336 * wml/variable-reference-invalid-character-expected.txt: Added.
2337 * wml/variable-reference-invalid-character.html: Added.
2338 * wml/variable-reference-valid-expected.txt: Added.
2339 * wml/variable-reference-valid.html: Added.
2341 2008-12-03 Simon Fraser <simon.fraser@apple.com>
2343 Reviewed by Dave Hyatt
2345 Clean up and unify transition and animation test cases that destroy
2346 the renderer in the 'ended' event callback, either through setting display:none,
2347 or removing the element.
2349 * animations/animation-end-event-destroy-renderer-expected.txt: Added.
2350 * animations/animation-end-event-destroy-renderer.html: Added.
2351 * animations/transform-animation-event-destroy-element-expected.txt: Removed.
2352 * animations/transform-animation-event-destroy-element.html: Removed.
2353 * transitions/transform-transition-event-destroy-element-expected.txt: Removed.
2354 * transitions/transform-transition-event-destroy-element.html: Removed.
2355 * transitions/transition-end-event-destroy-renderer-expected.txt: Added.
2356 * transitions/transition-end-event-destroy-renderer.html: Added.
2358 2008-12-03 Alexey Proskuryakov <ap@webkit.org>
2360 Reviewed by Darin Adler.
2362 https://bugs.webkit.org/show_bug.cgi?id=22630
2363 Assertion failure in XMLHttpRequest::contextDestroyed
2365 * http/tests/xmlhttprequest/close-window-expected.txt: Added.
2366 * http/tests/xmlhttprequest/close-window.html: Added.
2367 * http/tests/xmlhttprequest/resources/close-window-frame.html: Added.
2369 2008-12-03 Dean Jackson <dino@apple.com>
2371 Reviewed by Dan Bernstein.
2373 Tests for CSS 3 <angle> turn unit
2374 https://bugs.webkit.org/show_bug.cgi?id=22497
2376 * transforms/2d/transform-2d-expected.txt:
2377 * transforms/2d/transform-2d.html:
2378 * transforms/transform-value-types-expected.txt:
2379 * transforms/transform-value-types.html:
2381 2008-12-03 Dean Jackson <dino@apple.com>
2383 Reviewed by Dan Bernstein.
2385 Clean up some tests for private DRT API.
2386 https://bugs.webkit.org/show_bug.cgi?id=22498
2388 * platform/win/Skipped:
2389 * transitions/transition-drt-api-delay-expected.txt:
2390 * transitions/transition-drt-api-delay.html:
2391 * transitions/transition-shorthand-delay-expected.txt:
2392 * transitions/transition-shorthand-delay.html:
2394 2008-12-03 Dirk Schulze <krit@webkit.org>
2396 Updated/Correcte the SVG pixel tests.
2397 We pass two more SVG tests now.
2399 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
2400 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
2401 * platform/mac/svg/batik/text/textEffect3-expected.checksum:
2402 * platform/mac/svg/batik/text/textEffect3-expected.png:
2404 2008-12-03 Dmitry Titov <dimich@chromium.org>
2406 Reviewed by Alexey Proskuryakov.
2408 Add test for https://bugs.webkit.org/show_bug.cgi?id=22600,
2409 verifying that timeout callback is executed in the right scope.
2411 * fast/dom/Window/timeout-callback-scope-expected.txt: Added.
2412 * fast/dom/Window/timeout-callback-scope.html: Added.
2414 2008-12-02 Alexey Proskuryakov <ap@webkit.org>
2416 Reviewed by Maciej Stachowiak.
2418 https://bugs.webkit.org/show_bug.cgi?id=22543
2419 Consolidate ActiveDOMObject page cache interaction
2421 * http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Added.
2422 * http/tests/xmlhttprequest/abort-on-leaving-page.html: Added.
2423 * http/tests/xmlhttprequest/resources/slow-response.pl: Added.
2424 Check that XHR is aborted when navigating to a different page.
2426 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
2427 A readystatechange event is now fired when destroying a subframe that made a request.
2428 This matches Firefox, although test output is somewhat different due to window.parent
2429 being inaccessible from a detached frame there.
2431 2008-11-28 Cameron Zwarich <zwarich@apple.com>
2433 Reviewed by Geoff Garen.
2435 Add tests for bug 22504: Crashes during code generation occur due to refing of ignoredResult()
2436 <https://bugs.webkit.org/show_bug.cgi?id=22504>
2438 * fast/js/ignored-result-ref-crash-expected.txt: Added.
2439 * fast/js/ignored-result-ref-crash.html: Added.
2440 * fast/js/resources/ignored-result-ref-crash.js: Added.
2442 2008-12-02 Geoffrey Garen <ggaren@apple.com>
2444 Reviewed by Cameron Zwarich.
2446 Test for https://bugs.webkit.org/show_bug.cgi?id=22537
2447 REGRESSION (r38745): Assertion failure in jsSubstring() at ge.com
2449 * fast/regex/alternative-length-miscalculation-expected.txt: Added.
2450 * fast/regex/alternative-length-miscalculation.html: Added.
2452 2008-12-02 Simon Fraser <simon.fraser@apple.com>
2454 Reviewed by Dave Hyatt
2456 https://bugs.webkit.org/show_bug.cgi?id=22472
2458 Test for repainting a selected, replaced element.
2460 * fast/repaint/selected-replaced.html: Added.
2461 * platform/mac/fast/repaint/selected-replaced-expected.checksum: Added.
2462 * platform/mac/fast/repaint/selected-replaced-expected.png: Added.
2463 * platform/mac/fast/repaint/selected-replaced-expected.txt: Added.
2465 2008-12-02 Chris Fleizach <cfleizach@apple.com>
2467 Reviewed by Beth Dakin.
2469 Added and modified tests for
2470 Bug 22606: Can <th> serves as the AXTitleUIElement for <td>?
2472 * accessibility/image-map1-expected.txt:
2473 * accessibility/image-map2-expected.txt:
2474 * accessibility/internal-link-anchors2-expected.txt:
2475 * accessibility/lists-expected.txt:
2476 * accessibility/plugin-expected.txt:
2477 * accessibility/table-detection-expected.txt:
2478 * accessibility/table-one-cell-expected.txt:
2479 * accessibility/table-with-aria-role-expected.txt:
2480 * accessibility/table-with-rules-expected.txt:
2481 * accessibility/th-as-title-ui-expected.txt: Added.
2482 * accessibility/th-as-title-ui.html: Added.
2484 2008-12-02 Chris Fleizach <cfleizach@apple.com>
2486 Update tests for Bug 22596: Some elements don't report AXBlockQuoteLevel
2488 Reviewed by John Sullivan.
2490 * accessibility/document-links-expected.txt:
2491 * accessibility/image-map1-expected.txt:
2492 * accessibility/image-map2-expected.txt:
2494 2008-12-02 Dimitri Glazkov <dglazkov@chromium.org>
2496 Reviewed by Eric Seidel.
2498 Add Layout test for https://bugs.webkit.org/show_bug.cgi?id=22460,
2499 testing ASSERT in console.trace() due to incomplete inheritance chain.
2501 * fast/dom/Window/console-trace-expected.txt: Added.
2502 * fast/dom/Window/console-trace.html: Added.
2504 2008-12-02 Michael Moss <mmoss@chromium.org>
2506 Reviewed by Eric Seidel.
2508 Enable http/tests/navigation/reload-subframe-*frame.html on Windows.
2509 https://bugs.webkit.org/show_bug.cgi?id=20926
2511 * platform/win/Skipped:
2513 2008-12-01 Beth Dakin <bdakin@apple.com>
2515 Reviewed by Dan Bernstein.
2517 Tests for https://bugs.webkit.org/show_bug.cgi?id=13736 REGRESSION
2518 (r19811): Using the down arrow in a textarea gets "stuck" at the
2519 end of a wrapped line
2520 And corresponding: <rdar://problem/5347931>
2522 * editing/selection/wrapped-line-caret-1.html: Added.
2523 * editing/selection/wrapped-line-caret-2.html: Added.
2524 * platform/mac/editing/selection/wrapped-line-caret-1-
2525 expected.checksum: Added.
2526 * platform/mac/editing/selection/wrapped-line-caret-1-expected.png:
2528 * platform/mac/editing/selection/wrapped-line-caret-1-expected.txt:
2530 * platform/mac/editing/selection/wrapped-line-caret-2-
2531 expected.checksum: Added.
2532 * platform/mac/editing/selection/wrapped-line-caret-2-expected.png:
2534 * platform/mac/editing/selection/wrapped-line-caret-2-expected.txt:
2537 2008-12-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2539 Not reviewed. Forgot to include updated layout tests in last commit.
2541 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
2542 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
2543 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
2545 2008-12-01 Pierre-Olivier Latour <pol@apple.com>
2547 Reviewed by Mark Rowe.
2549 Updated the reference images for the <video> layout tests as the ones checked-in previously
2550 do not pass on the pixel bots.
2552 https://bugs.webkit.org/show_bug.cgi?id=21911
2554 * platform/mac/media/video-aspect-ratio-expected.checksum:
2555 * platform/mac/media/video-aspect-ratio-expected.png:
2556 * platform/mac/media/video-controls-rendering-expected.checksum:
2557 * platform/mac/media/video-controls-rendering-expected.png:
2558 * platform/mac/media/video-display-toggle-expected.checksum:
2559 * platform/mac/media/video-display-toggle-expected.png:
2560 * platform/mac/media/video-layer-crash-expected.checksum:
2561 * platform/mac/media/video-layer-crash-expected.png:
2562 * platform/mac/media/video-transformed-expected.checksum:
2563 * platform/mac/media/video-transformed-expected.png:
2565 2008-12-01 David Kilzer <ddkilzer@apple.com>
2567 Bug 22466: REGRESSION (35867): Many resources missing when saving webarchive of webkit.org
2569 <https://bugs.webkit.org/show_bug.cgi?id=22466>
2570 <rdar://problem/6403593>
2572 Reviewed by Brady Eidson.
2574 * http/tests/webarchive/resources/test-preload-resources.css: Added.
2575 * http/tests/webarchive/test-preload-resources-expected.webarchive: Added.
2576 * http/tests/webarchive/test-preload-resources.html: Added.
2577 * platform/qt/Skipped: Added http/tests/webarchive and grouped the
2578 skipped list of other webarchive tests together.
2579 * platform/win/Skipped: Added http/tests/webarchive.
2581 2008-12-01 Pamela Greene <pam@chromium.org>
2583 Reviewed by Darin Adler.
2585 https://bugs.webkit.org/show_bug.cgi?id=22464
2586 Add a test for a potential crash when performing a same-origin
2587 check on a subframe reloaded with about:blank.
2589 * fast/js/same-origin-subframe-about-blank-expected.txt: Added.
2590 * fast/js/same-origin-subframe-about-blank.html: Added.
2592 2008-12-01 Pierre-Olivier Latour <pol@apple.com>
2594 Reviewed by Dan Bernstein.
2596 Fixed <video> layout tests so that DRT is notified they are done only when the video frames
2597 are effectively rendered in the page. This requires using a timeout since there is no <video>
2598 event that fires when the first frame has been drawn (the closest even fires when the element
2599 is ready to render and will eventually draw at some unknown point in the future).
2600 Thanks to this change, these tests now pass in --pixel mode as well.
2602 https://bugs.webkit.org/show_bug.cgi?id=21911
2604 * media/video-aspect-ratio.html:
2605 * media/video-controls-rendering.html:
2606 * media/video-display-toggle.html:
2607 * media/video-layer-crash.html:
2608 * media/video-paint-test.js:
2610 * media/video-transformed.html:
2611 * platform/mac/media/video-aspect-ratio-expected.checksum:
2612 * platform/mac/media/video-aspect-ratio-expected.png:
2613 * platform/mac/media/video-controls-rendering-expected.checksum:
2614 * platform/mac/media/video-controls-rendering-expected.png:
2615 * platform/mac/media/video-display-toggle-expected.checksum:
2616 * platform/mac/media/video-display-toggle-expected.png:
2617 * platform/mac/media/video-layer-crash-expected.checksum:
2618 * platform/mac/media/video-layer-crash-expected.png:
2619 * platform/mac/media/video-transformed-expected.checksum:
2620 * platform/mac/media/video-transformed-expected.png:
2622 2008-12-01 Pamela Greene <pam@chromium.org>
2624 Reviewed by Darin Adler.
2626 https://bugs.webkit.org/show_bug.cgi?id=22463
2627 Add a test for accessing navigator.cookieEnabled after navigation.
2629 * fast/dom/navigator-cookieEnabled-no-crash-expected.txt: Added.
2630 * fast/dom/navigator-cookieEnabled-no-crash.html: Added.
2631 * fast/dom/resources/test-successful-destination.html: Added.
2633 2008-12-01 Pamela Greene <pam@chromium.org>
2635 Reviewed by Sam Weinig.
2637 https://bugs.webkit.org/show_bug.cgi?id=22365
2638 Add a test to verify behavior of DOM node constructors.
2640 * fast/dom/dom-constructors-expected.txt: Added.
2641 * fast/dom/dom-constructors.html: Added.
2643 2008-12-01 Pamela Greene <pam@chromium.org>
2645 Reviewed by Darin Adler.
2647 https://bugs.webkit.org/show_bug.cgi?id=22358
2648 Add a test for crash on "Copy" after showing a tooltip.
2650 * editing/pasteboard/copy-crash-expected.txt: Added.
2651 * editing/pasteboard/copy-crash.html: Added.
2653 2008-12-01 Alexey Proskuryakov <ap@webkit.org>
2655 Rubber-stamped by Mark Rowe.
2657 https://bugs.webkit.org/show_bug.cgi?id=22531
2658 Stack overflow on PowerPC on fast/workers/use-machine-stack.html
2660 Disabling the test until the problem can be investigated.
2662 * fast/workers/use-machine-stack.html: Removed.
2663 * fast/workers/use-machine-stack.html-disabled: Copied from fast/workers/use-machine-stack.html.
2665 2008-11-28 Sam Weinig <sam@webkit.org>
2667 Reviewed by Alexey Proskuryakov.
2669 Test for https://bugs.webkit.org/show_bug.cgi?id=21063
2670 NULL pointer crash in dispatchEvent(null);
2672 * fast/events/dispatchEvent-crash-expected.txt: Added.
2673 * fast/events/dispatchEvent-crash.html: Added.
2675 2008-11-29 Dan Bernstein <mitz@apple.com>
2677 Reviewed by Alexey Proskuryakov.
2679 - test for https://bugs.webkit.org/show_bug.cgi?id=22454
2680 <rdar://problem/6405550> REGRESSION (3.2-TOT): Crash below FontFallbackList::fontDataAt on jacobian.org
2682 * http/tests/misc/font-face-in-multiple-segmented-faces-expected.txt: Added.
2683 * http/tests/misc/font-face-in-multiple-segmented-faces.html: Added.
2685 2008-11-29 Alexey Proskuryakov <ap@webkit.org>
2687 Reviewed by Eric Seidel.
2689 https://bugs.webkit.org/show_bug.cgi?id=14968
2690 document.open() erroneously returns void instead of the new Document
2692 * fast/dom/HTMLDocument/document-open-return-value-expected.txt: Added.
2693 * fast/dom/HTMLDocument/document-open-return-value.html: Added.
2695 2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2697 Reviewed by Cameron Zwarich.
2699 Update WML layout test results after adding <timer> element support.
2701 * platform/mac/fast/wml/err-multi-timer-expected.checksum:
2702 * platform/mac/fast/wml/err-multi-timer-expected.png:
2703 * platform/mac/fast/wml/err-multi-timer-expected.txt:
2705 2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2707 Reviewed by Holger Freyther.
2709 Update WML layout test results after adding <do> element support.
2711 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
2712 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
2713 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
2714 * platform/mac/fast/wml/do-shadow-expected.txt:
2715 * platform/mac/fast/wml/do-template-expected.txt:
2716 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
2717 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
2718 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
2719 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
2720 * platform/mac/fast/wml/err-samename-do-expected.checksum:
2721 * platform/mac/fast/wml/err-samename-do-expected.png:
2722 * platform/mac/fast/wml/err-samename-do-expected.txt:
2724 2008-11-26 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2726 Reviewed by George Staikos.
2728 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22522
2730 Catch WML errors (invalid variable name/reference, multiple access elements, etc)
2731 while parsing the document, and stop parsing immediately and wrap the document
2732 fragment in a XHTML error document, just like it's done from XML parsing errors.
2734 Update affected layout tests (all fixed).
2736 * platform/mac/fast/wml/do-shadow-expected.txt:
2737 * platform/mac/fast/wml/do-template-expected.txt:
2738 * platform/mac/fast/wml/err-event-binding-conflict-expected.checksum:
2739 * platform/mac/fast/wml/err-event-binding-conflict-expected.png:
2740 * platform/mac/fast/wml/err-event-binding-conflict-expected.txt:
2741 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum:
2742 * platform/mac/fast/wml/err-invalid-variable-name-expected.png:
2743 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
2744 * platform/mac/fast/wml/err-multi-access-expected.checksum:
2745 * platform/mac/fast/wml/err-multi-access-expected.png:
2746 * platform/mac/fast/wml/err-multi-access-expected.txt:
2747 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.checksum:
2748 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png:
2749 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt:
2751 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
2753 Not reviewed. Forgot to include this layout test update in the last commit.
2755 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
2757 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
2759 Rubber stamped by Mark Rowe.
2761 Fix nine failing tests on the build bot. Update mac-tiger results.
2763 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
2764 * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
2765 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
2766 * platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2767 * platform/mac-tiger/svg/hixie/perf/001-expected.txt:
2768 * platform/mac-tiger/svg/hixie/perf/002-expected.txt:
2769 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
2770 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
2771 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
2773 2008-11-10 Glenn Wilson <gwilson@chromium.org>
2775 Reviewed by Dan Bernstein.
2777 Fixed bug http://bugs.webkit.org/show_bug.cgi?id=21953
2779 Added layout tests to verify that characters not defined in the default font with the small-caps variant
2782 * fast/css/small-caps-crash-expected.txt: Added.
2783 * fast/css/small-caps-crash.html: Added.
2785 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
2787 Reviewed by Oliver Hunt.
2789 Update layout tests, after fixing the path to string logic.
2791 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
2792 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
2793 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
2794 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
2795 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
2796 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
2797 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
2798 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
2799 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
2800 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
2801 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
2802 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
2803 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
2804 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
2805 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
2806 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
2807 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
2808 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
2809 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
2810 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
2811 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
2812 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
2813 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
2814 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
2815 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
2816 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
2817 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
2818 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
2819 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
2820 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
2821 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
2822 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
2823 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
2824 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
2825 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
2826 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
2827 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
2828 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
2829 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
2830 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
2831 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
2832 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
2833 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
2834 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
2835 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
2836 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
2837 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
2838 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
2839 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
2840 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
2841 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
2842 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
2843 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
2844 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
2845 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
2846 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
2847 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
2848 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
2849 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
2850 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
2851 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2852 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
2853 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
2854 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
2855 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
2856 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
2857 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
2858 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
2859 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
2860 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
2861 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
2862 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
2863 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
2864 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
2865 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
2866 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2867 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
2868 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
2869 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2870 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2871 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2872 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2873 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2874 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2875 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2876 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2877 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2878 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
2879 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2880 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2881 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2882 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2883 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2884 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2885 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2886 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2887 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
2888 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
2889 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
2890 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
2891 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
2892 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
2893 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
2894 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
2895 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
2896 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
2897 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
2898 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
2899 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
2900 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
2901 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
2902 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
2903 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
2904 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
2905 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
2906 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
2907 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
2908 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
2909 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
2910 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
2911 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
2912 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
2913 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
2914 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
2915 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
2916 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
2917 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
2918 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
2919 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
2920 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2921 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
2922 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
2923 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
2924 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
2925 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
2926 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
2927 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
2928 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
2929 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2930 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
2931 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
2932 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
2933 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
2934 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
2935 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
2936 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
2937 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
2938 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
2939 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
2940 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
2941 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
2942 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
2943 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
2944 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
2945 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
2946 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
2947 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
2948 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
2949 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
2950 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
2951 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
2952 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
2953 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
2954 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
2955 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
2956 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
2957 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
2958 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
2959 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
2960 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
2961 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
2962 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
2963 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
2964 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
2965 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
2966 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
2967 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
2968 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
2969 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
2970 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
2971 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
2972 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
2973 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
2974 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
2975 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
2976 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
2977 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2978 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2979 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
2980 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
2981 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
2982 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
2983 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
2984 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
2985 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
2986 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
2987 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
2988 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
2989 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
2990 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
2991 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
2992 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
2993 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
2994 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
2995 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
2996 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
2997 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2998 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2999 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
3000 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
3001 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
3002 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
3003 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
3004 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
3005 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
3006 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
3007 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
3008 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
3009 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
3010 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
3011 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
3012 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
3013 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
3014 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
3015 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
3016 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
3017 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
3018 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
3019 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
3020 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
3021 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
3022 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
3023 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
3024 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
3025 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
3026 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
3027 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
3028 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
3029 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
3030 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
3031 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
3032 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
3033 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
3034 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
3035 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
3036 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
3037 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
3038 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
3039 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
3040 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
3041 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
3042 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
3043 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
3044 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
3045 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
3046 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
3047 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
3048 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
3049 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
3050 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
3051 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
3052 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
3053 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
3054 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
3055 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
3056 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
3057 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
3058 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
3059 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
3060 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
3061 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
3062 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
3063 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
3064 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
3065 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
3066 * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
3067 * platform/mac/svg/batik/text/textAnchor-expected.txt:
3068 * platform/mac/svg/batik/text/textAnchor2-expected.txt:
3069 * platform/mac/svg/batik/text/textAnchor3-expected.txt:
3070 * platform/mac/svg/batik/text/textEffect2-expected.txt:
3071 * platform/mac/svg/batik/text/textFeatures-expected.txt:
3072 * platform/mac/svg/batik/text/textLength-expected.txt:
3073 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
3074 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
3075 * platform/mac/svg/batik/text/textProperties-expected.txt:
3076 * platform/mac/svg/batik/text/textProperties2-expected.txt:
3077 * platform/mac/svg/batik/text/verticalText-expected.txt:
3078 * platform/mac/svg/carto.net/button-expected.txt:
3079 * platform/mac/svg/carto.net/colourpicker-expected.txt:
3080 * platform/mac/svg/carto.net/combobox-expected.txt:
3081 * platform/mac/svg/carto.net/scrollbar-expected.txt:
3082 * platform/mac/svg/carto.net/selectionlist-expected.txt:
3083 * platform/mac/svg/carto.net/slider-expected.txt:
3084 * platform/mac/svg/carto.net/textbox-expected.txt:
3085 * platform/mac/svg/carto.net/window-expected.txt:
3086 * platform/mac/svg/css/css-box-min-width-expected.txt:
3087 * platform/mac/svg/custom/SVGNumber-interface-expected.txt:
3088 * platform/mac/svg/custom/SVGPoint-interface-expected.txt:
3089 * platform/mac/svg/custom/SVGRect-interface-expected.txt:
3090 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
3091 * platform/mac/svg/custom/altglyph-expected.txt:
3092 * platform/mac/svg/custom/attribute-namespace-check-expected.txt:
3093 * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
3094 * platform/mac/svg/custom/class-baseValue-expected.txt:
3095 * platform/mac/svg/custom/class-selector-expected.txt:
3096 * platform/mac/svg/custom/clip-path-child-changes-expected.txt:
3097 * platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
3098 * platform/mac/svg/custom/clip-path-href-changes-expected.txt:
3099 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
3100 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
3101 * platform/mac/svg/custom/clip-path-units-changes-expected.txt:
3102 * platform/mac/svg/custom/clip-path-with-transform-expected.txt:
3103 * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt:
3104 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
3105 * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
3106 * platform/mac/svg/custom/create-metadata-element-expected.txt:
3107 * platform/mac/svg/custom/createelement-expected.txt:
3108 * platform/mac/svg/custom/css-pixels-dpi-expected.txt:
3109 * platform/mac/svg/custom/dasharrayOrigin-expected.txt:
3110 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
3111 * platform/mac/svg/custom/display-none-expected.txt:
3112 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
3113 * platform/mac/svg/custom/dynamic-viewBox-expected.txt:
3114 * platform/mac/svg/custom/empty-clip-path-expected.txt:
3115 * platform/mac/svg/custom/empty-merge-expected.txt:
3116 * platform/mac/svg/custom/evt-onload-expected.txt:
3117 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
3118 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
3119 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
3120 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
3121 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
3122 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
3123 * platform/mac/svg/custom/fill-fallback-expected.txt:
3124 * platform/mac/svg/custom/fill-update-expected.txt:
3125 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
3126 * platform/mac/svg/custom/focus-ring-expected.txt:
3127 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
3128 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
3129 * platform/mac/svg/custom/fractional-rects-expected.txt:
3130 * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
3131 * platform/mac/svg/custom/getTransformToElement-expected.txt:
3132 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
3133 * platform/mac/svg/custom/getsvgdocument-expected.txt:
3134 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
3135 * platform/mac/svg/custom/gradient-add-stops-expected.txt:
3136 * platform/mac/svg/custom/gradient-attr-update-expected.txt:
3137 * platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
3138 * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
3139 * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
3140 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
3141 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
3142 * platform/mac/svg/custom/gradient-stroke-width-expected.txt:
3143 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
3144 * platform/mac/svg/custom/group-opacity-expected.txt:
3145 * platform/mac/svg/custom/hit-test-with-br-expected.txt:
3146 * platform/mac/svg/custom/hover-default-fill-expected.txt:
3147 * platform/mac/svg/custom/image-parent-translation-expected.txt:
3148 * platform/mac/svg/custom/image-small-width-height-expected.txt:
3149 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt:
3150 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
3151 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
3152 * platform/mac/svg/custom/inner-percent-expected.txt:
3153 * platform/mac/svg/custom/inner-svg-hit-test-expected.txt:
3154 * platform/mac/svg/custom/invalid-css-expected.txt:
3155 * platform/mac/svg/custom/invalid-fill-expected.txt:
3156 * platform/mac/svg/custom/invalid-fill-hex-expected.txt:
3157 * platform/mac/svg/custom/invalid-lengthlist-expected.txt:
3158 * platform/mac/svg/custom/invalid-transforms-expected.txt:
3159 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
3160 * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
3161 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
3162 * platform/mac/svg/custom/js-late-marker-creation-expected.txt:
3163 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
3164 * platform/mac/svg/custom/js-late-mask-creation-expected.txt:
3165 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
3166 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
3167 * platform/mac/svg/custom/js-update-bounce-expected.txt:
3168 * platform/mac/svg/custom/js-update-container-expected.txt:
3169 * platform/mac/svg/custom/js-update-container2-expected.txt:
3170 * platform/mac/svg/custom/js-update-gradient-expected.txt:
3171 * platform/mac/svg/custom/js-update-pattern-child-expected.txt:
3172 * platform/mac/svg/custom/js-update-pattern-expected.txt:
3173 * platform/mac/svg/custom/js-update-polygon-changes-expected.txt:
3174 * platform/mac/svg/custom/js-update-polygon-removal-expected.txt:
3175 * platform/mac/svg/custom/js-update-stop-expected.txt:
3176 * platform/mac/svg/custom/js-update-style-expected.txt:
3177 * platform/mac/svg/custom/js-update-transform-addition-expected.txt:
3178 * platform/mac/svg/custom/js-update-transform-changes-expected.txt:
3179 * platform/mac/svg/custom/junk-data-expected.txt:
3180 * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
3181 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
3182 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
3183 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
3184 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
3185 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
3186 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
3187 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
3188 * platform/mac/svg/custom/marker-changes-expected.txt:
3189 * platform/mac/svg/custom/marker-child-changes-expected.txt:
3190 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
3191 * platform/mac/svg/custom/marker-overflow-clip-expected.txt:
3192 * platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
3193 * platform/mac/svg/custom/mask-changes-expected.txt:
3194 * platform/mac/svg/custom/mask-child-changes-expected.txt:
3195 * platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
3196 * platform/mac/svg/custom/mask-inside-defs-expected.txt:
3197 * platform/mac/svg/custom/missing-xlink-expected.txt:
3198 * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
3199 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
3200 * platform/mac/svg/custom/path-update-expected.txt:
3201 * platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
3202 * platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
3203 * platform/mac/svg/custom/pattern-in-defs-expected.txt:
3204 * platform/mac/svg/custom/pattern-rotate-expected.txt:
3205 * platform/mac/svg/custom/pattern-y-offset-expected.txt:
3206 * platform/mac/svg/custom/percentage-of-html-parent-expected.txt:
3207 * platform/mac/svg/custom/percentage-rect-expected.txt:
3208 * platform/mac/svg/custom/percentage-rect2-expected.txt:
3209 * platform/mac/svg/custom/pointer-events-path-expected.txt:
3210 * platform/mac/svg/custom/poly-identify-expected.txt:
3211 * platform/mac/svg/custom/polyline-invalid-points-expected.txt:
3212 * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
3213 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
3214 * platform/mac/svg/custom/prevent-default-expected.txt:
3215 * platform/mac/svg/custom/recursive-clippath-expected.txt:
3216 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt:
3217 * platform/mac/svg/custom/rgbcolor-syntax-expected.txt:
3218 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt:
3219 * platform/mac/svg/custom/rootelement-expected.txt:
3220 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
3221 * platform/mac/svg/custom/rounded-rects-expected.txt:
3222 * platform/mac/svg/custom/scroll-hit-test-expected.txt:
3223 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
3224 * platform/mac/svg/custom/second-inline-text-expected.txt:
3225 * platform/mac/svg/custom/shape-rendering-expected.txt:
3226 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
3227 * platform/mac/svg/custom/sheet-title-expected.txt:
3228 * platform/mac/svg/custom/simpleCDF-expected.txt:
3229 * platform/mac/svg/custom/stroke-fallback-expected.txt:
3230 * platform/mac/svg/custom/stroked-pattern-expected.txt:
3231 * platform/mac/svg/custom/struct-use-09-b-expected.txt:
3232 * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
3233 * platform/mac/svg/custom/svg-absolute-children-expected.txt:
3234 * platform/mac/svg/custom/svg-float-border-padding-expected.txt:
3235 * platform/mac/svg/custom/svg-overflow-types-expected.txt:
3236 * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt:
3237 * platform/mac/svg/custom/text-clip-expected.txt:
3238 * platform/mac/svg/custom/text-dom-01-f-expected.txt:
3239 * platform/mac/svg/custom/text-gradient-no-content-expected.txt:
3240 * platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt:
3241 * platform/mac/svg/custom/transform-invalid-expected.txt:
3242 * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt:
3243 * platform/mac/svg/custom/transform-scale-parse-expected.txt:
3244 * platform/mac/svg/custom/transform-with-ending-space-expected.txt:
3245 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
3246 * platform/mac/svg/custom/use-css-events-expected.txt:
3247 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
3248 * platform/mac/svg/custom/use-detach-expected.txt:
3249 * platform/mac/svg/custom/use-dynamic-append-expected.txt:
3250 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
3251 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
3252 * platform/mac/svg/custom/use-events-crash-expected.txt:
3253 * platform/mac/svg/custom/use-forward-refs-expected.txt:
3254 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
3255 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
3256 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
3257 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
3258 * platform/mac/svg/custom/use-nested-transform-expected.txt:
3259 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
3260 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
3261 * platform/mac/svg/custom/use-on-g-expected.txt:
3262 * platform/mac/svg/custom/use-on-rect-expected.txt:
3263 * platform/mac/svg/custom/use-on-symbol-expected.txt:
3264 * platform/mac/svg/custom/use-on-use-expected.txt:
3265 * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
3266 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
3267 * platform/mac/svg/custom/use-recursion-1-expected.txt:
3268 * platform/mac/svg/custom/use-recursion-3-expected.txt:
3269 * platform/mac/svg/custom/use-recursion-4-expected.txt:
3270 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
3271 * platform/mac/svg/custom/use-symbol-overflow-expected.txt:
3272 * platform/mac/svg/custom/use-transform-expected.txt:
3273 * platform/mac/svg/custom/viewBox-hit-expected.txt:
3274 * platform/mac/svg/custom/viewbox-syntax-expected.txt:
3275 * platform/mac/svg/custom/viewport-clip-expected.txt:
3276 * platform/mac/svg/custom/viewport-em-expected.txt:
3277 * platform/mac/svg/custom/viewport-no-width-height-expected.txt:
3278 * platform/mac/svg/custom/viewport-update-expected.txt:
3279 * platform/mac/svg/custom/viewport-update2-expected.txt:
3280 * platform/mac/svg/custom/visibility-override-clip-expected.txt:
3281 * platform/mac/svg/custom/visibility-override-expected.txt:
3282 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
3283 * platform/mac/svg/custom/visibility-override-mask-expected.txt:
3284 * platform/mac/svg/custom/width-full-percentage-expected.txt:
3285 * platform/mac/svg/custom/xml-stylesheet-expected.txt:
3286 * platform/mac/svg/hixie/cascade/001-broken-expected.txt:
3287 * platform/mac/svg/hixie/cascade/002-expected.txt:
3288 * platform/mac/svg/hixie/data-types/001-expected.txt:
3289 * platform/mac/svg/hixie/data-types/002-expected.txt:
3290 * platform/mac/svg/hixie/dynamic/003-expected.txt:
3291 * platform/mac/svg/hixie/dynamic/004-expected.txt:
3292 * platform/mac/svg/hixie/dynamic/005-expected.txt:
3293 * platform/mac/svg/hixie/dynamic/006-expected.txt:
3294 * platform/mac/svg/hixie/error/001-expected.txt:
3295 * platform/mac/svg/hixie/error/003-expected.txt:
3296 * platform/mac/svg/hixie/error/007-expected.txt:
3297 * platform/mac/svg/hixie/error/008-expected.txt:
3298 * platform/mac/svg/hixie/error/009-expected.txt:
3299 * platform/mac/svg/hixie/error/010-expected.txt:
3300 * platform/mac/svg/hixie/error/011-expected.txt:
3301 * platform/mac/svg/hixie/error/012-expected.txt:
3302 * platform/mac/svg/hixie/error/014-expected.txt:
3303 * platform/mac/svg/hixie/error/014-test-expected.txt:
3304 * platform/mac/svg/hixie/error/015-expected.txt:
3305 * platform/mac/svg/hixie/error/016-expected.txt:
3306 * platform/mac/svg/hixie/error/017-expected.txt:
3307 * platform/mac/svg/hixie/links/001-expected.txt:
3308 * platform/mac/svg/hixie/links/003-broken-expected.txt:
3309 * platform/mac/svg/hixie/mixed/003-expected.txt:
3310 * platform/mac/svg/hixie/mixed/004-expected.txt:
3311 * platform/mac/svg/hixie/mixed/005-expected.txt:
3312 * platform/mac/svg/hixie/mixed/006-expected.txt:
3313 * platform/mac/svg/hixie/mixed/008-expected.txt:
3314 * platform/mac/svg/hixie/mixed/009-expected.txt:
3315 * platform/mac/svg/hixie/mixed/010-expected.txt:
3316 * platform/mac/svg/hixie/mixed/011-expected.txt:
3317 * platform/mac/svg/hixie/painting/001-expected.txt:
3318 * platform/mac/svg/hixie/perf/001-expected.txt:
3319 * platform/mac/svg/hixie/perf/002-expected.txt:
3320 * platform/mac/svg/hixie/perf/003-expected.txt:
3321 * platform/mac/svg/hixie/perf/004-expected.txt:
3322 * platform/mac/svg/hixie/perf/005-expected.txt:
3323 * platform/mac/svg/hixie/perf/006-expected.txt:
3324 * platform/mac/svg/hixie/perf/007-expected.txt:
3325 * platform/mac/svg/hixie/processing-model/005-expected.txt:
3326 * platform/mac/svg/hixie/rendering-model/001-expected.txt:
3327 * platform/mac/svg/hixie/rendering-model/002-expected.txt:
3328 * platform/mac/svg/hixie/rendering-model/003-expected.txt:
3329 * platform/mac/svg/hixie/rendering-model/003a-expected.txt:
3330 * platform/mac/svg/hixie/rendering-model/004-expected.txt:
3331 * platform/mac/svg/hixie/shapes/path/001-expected.txt:
3332 * platform/mac/svg/hixie/text/001-broken-expected.txt:
3333 * platform/mac/svg/hixie/transform/001-expected.txt:
3334 * platform/mac/svg/hixie/use/001-expected.txt:
3335 * platform/mac/svg/hixie/use/002-expected.txt:
3336 * platform/mac/svg/hixie/use/002-test-expected.txt:
3337 * platform/mac/svg/hixie/viewbox/001-expected.txt:
3338 * platform/mac/svg/hixie/viewbox/002-expected.txt:
3339 * platform/mac/svg/hixie/viewbox/003-expected.txt:
3340 * platform/mac/svg/hixie/viewbox/004-expected.txt:
3341 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
3342 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
3343 * platform/mac/svg/text/kerning-expected.txt:
3344 * platform/mac/svg/text/multichar-glyph-expected.txt:
3345 * platform/mac/svg/text/text-align-01-b-expected.txt:
3346 * platform/mac/svg/text/text-align-02-b-expected.txt:
3347 * platform/mac/svg/text/text-align-03-b-expected.txt:
3348 * platform/mac/svg/text/text-align-04-b-expected.txt:
3349 * platform/mac/svg/text/text-align-05-b-expected.txt:
3350 * platform/mac/svg/text/text-align-06-b-expected.txt:
3351 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
3352 * platform/mac/svg/text/text-deco-01-b-expected.txt:
3353 * platform/mac/svg/text/text-fonts-01-t-expected.txt:
3354 * platform/mac/svg/text/text-fonts-02-t-expected.txt:
3355 * platform/mac/svg/text/text-intro-05-t-expected.txt:
3356 * platform/mac/svg/text/text-path-01-b-expected.txt:
3357 * platform/mac/svg/text/text-spacing-01-b-expected.txt:
3358 * platform/mac/svg/text/text-text-01-b-expected.txt:
3359 * platform/mac/svg/text/text-text-03-b-expected.txt:
3360 * platform/mac/svg/text/text-text-04-t-expected.txt:
3361 * platform/mac/svg/text/text-text-05-t-expected.txt:
3362 * platform/mac/svg/text/text-text-06-t-expected.txt:
3363 * platform/mac/svg/text/text-text-07-t-expected.txt:
3364 * platform/mac/svg/text/text-text-08-b-expected.txt:
3365 * platform/mac/svg/text/text-tref-01-b-expected.txt:
3366 * platform/mac/svg/text/text-tselect-01-b-expected.txt:
3367 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
3368 * platform/mac/svg/text/text-tspan-01-b-expected.txt:
3369 * platform/mac/svg/text/text-ws-01-t-expected.txt:
3370 * platform/mac/svg/text/text-ws-02-t-expected.txt:
3371 * svg/custom/text-dom-removal-expected.txt:
3372 * svg/custom/use-clipped-transform-expected.txt:
3373 * svg/custom/use-elementInstance-event-target-expected.txt:
3374 * svg/custom/use-elementInstance-methods-expected.txt:
3375 * svg/custom/use-setAttribute-crash-expected.txt:
3376 * svg/dom/SVGRectElement/rect-modify-rx-expected.txt:
3378 2008-11-26 Jan Michael Alonzo <jmalonzo@webkit.org>
3380 Reviewed by Holger Freyther.
3382 [Gtk] add/remove tests from Skipped and fix netscape plugin test
3383 https://bugs.webkit.org/show_bug.cgi?id=22484
3385 Add tests that needs confirmation of new results. Also, remove
3386 some tests that are already passing.
3388 * platform/gtk/Skipped:
3390 2008-11-26 Alexey Proskuryakov <ap@webkit.org>
3392 Reviewed by Geoff Garen.
3394 Add a test for infinite recursion in workers
3395 https://bugs.webkit.org/show_bug.cgi?id=22486
3397 * fast/workers/resources/use-machine-stack.js: Added.
3398 * fast/workers/use-machine-stack-expected.txt: Added.
3399 * fast/workers/use-machine-stack.html: Added.
3401 2008-11-25 Chris Marrin <cmarrin@apple.com>
3403 Reviewed by Dan Bernstein.
3405 Testcases for https://bugs.webkit.org/show_bug.cgi?id=22487
3407 * animations/empty-keyframes-expected.txt: Added.
3408 * animations/empty-keyframes.html: Added.
3409 * animations/fill-unset-properties-expected.txt: Added.
3410 * animations/fill-unset-properties.html: Added.
3412 2008-11-25 Simon Fraser <simon.fraser@apple.com>
3414 Reviewed by Darin Adler
3416 https://bugs.webkit.org/show_bug.cgi?id=22046
3418 Tests that remove the element upon which a transition/animation end
3419 event is being fired from within the event handler.
3421 * animations/transform-animation-event-destroy-element-expected.txt: Added.
3422 * animations/transform-animation-event-destroy-element.html: Added.
3423 * transitions/transform-transition-event-destroy-element-expected.txt: Added.
3424 * transitions/transform-transition-event-destroy-element.html: Added.
3426 2008-11-25 Darin Fisher <darin@chromium.org>
3428 Disabling these newly added tests since they fail in some configurations.
3430 See https://bugs.webkit.org/show_bug.cgi?id=21635
3432 * http/tests/misc/submit-get-in-utf7.html: Removed.
3433 * http/tests/misc/submit-get-in-utf7.html-disabled: Copied from http/tests/misc/submit-get-in-utf7.html.
3434 * http/tests/misc/submit-post-in-utf7.html: Removed.
3435 * http/tests/misc/submit-post-in-utf7.html-disabled: Copied from http/tests/misc/submit-post-in-utf7.html.
3436 * http/tests/misc/url-in-utf7.html: Removed.
3437 * http/tests/misc/url-in-utf7.html-disabled: Copied from http/tests/misc/url-in-utf7.html.
3439 2008-11-25 Jungshik Shin <jshin@chromium.org>
3441 Reviewed by Darin Adler.
3443 For Unicode encodings other than UTF-8, use UTF-8 for
3444 form submission and URL query part encoding.
3446 See https://bugs.webkit.org/show_bug.cgi?id=21635
3448 * http/tests/misc/submit-get-in-utf16be-expected.txt: Added.
3449 * http/tests/misc/submit-get-in-utf16be.html: Added.
3450 * http/tests/misc/submit-get-in-utf16le-expected.txt: Added.
3451 * http/tests/misc/submit-get-in-utf16le.html: Added.
3452 * http/tests/misc/submit-get-in-utf32be-expected.txt: Added.
3453 * http/tests/misc/submit-get-in-utf32be.html: Added.
3454 * http/tests/misc/submit-get-in-utf32le-expected.txt: Added.
3455 * http/tests/misc/submit-get-in-utf32le.html: Added.
3456 * http/tests/misc/submit-get-in-utf7-expected.txt: Added.
3457 * http/tests/misc/submit-get-in-utf7.html: Added.
3458 * http/tests/misc/submit-post-in-utf16be-expected.txt: Added.
3459 * http/tests/misc/submit-post-in-utf16be.html: Added.
3460 * http/tests/misc/submit-post-in-utf16le-expected.txt: Added.
3461 * http/tests/misc/submit-post-in-utf16le.html: Added.
3462 * http/tests/misc/submit-post-in-utf32be-expected.txt: Added.
3463 * http/tests/misc/submit-post-in-utf32be.html: Added.
3464 * http/tests/misc/submit-post-in-utf32le-expected.txt: Added.
3465 * http/tests/misc/submit-post-in-utf32le.html: Added.
3466 * http/tests/misc/submit-post-in-utf7-expected.txt: Added.
3467 * http/tests/misc/submit-post-in-utf7.html: Added.
3468 * http/tests/misc/url-in-utf16be-expected.txt: Added.
3469 * http/tests/misc/url-in-utf16be.html: Added.
3470 * http/tests/misc/url-in-utf16le-expected.txt: Added.
3471 * http/tests/misc/url-in-utf16le.html: Added.
3472 * http/tests/misc/url-in-utf32be-expected.txt: Added.
3473 * http/tests/misc/url-in-utf32be.html: Added.
3474 * http/tests/misc/url-in-utf32le-expected.txt: Added.
3475 * http/tests/misc/url-in-utf32le.html: Added.
3476 * http/tests/misc/url-in-utf7-expected.txt: Added.
3477 * http/tests/misc/url-in-utf7.html: Added.
3479 2008-11-25 Alexey Proskuryakov <ap@webkit.org>
3481 Reviewed by Geoff Garen.
3483 https://bugs.webkit.org/show_bug.cgi?id=9001
3484 Javascript stops running before replacement page data arrives
3486 Adding a test for a bug that is longer reproducible.
3488 * http/tests/misc/resources/hang-connection.php: Added.
3489 * http/tests/misc/timer-vs-loading-expected.txt: Added.
3490 * http/tests/misc/timer-vs-loading.html: Added.
3492 2008-11-24 Dean McNamee <deanm@chromium.org>
3494 Reviewed by Alexey Proskuryakov.
3496 https://bugs.webkit.org/show_bug.cgi?id=22350
3497 Allow layout tests to run in php cgi mode
3499 * http/tests/misc/refresh-headers.php:
3500 * http/tests/misc/resources/redirect-result.php:
3501 * http/tests/misc/resources/referrer-result.php:
3502 * http/tests/misc/xhtml.php:
3503 Stop using getallheaders(), which is only implemented by mod_php, so that the tests could
3504 run through lighttpd.
3506 2008-11-24 Antti Koivisto <antti@apple.com>
3508 Reviewed by Darin Adler.
3510 Test for https://bugs.webkit.org/show_bug.cgi?id=22073
3511 REGRESSION(r33544): Palace in the Sky crashes WebKit
3513 * fast/tokenizer/nested-cached-scripts-and-stylesheet-expected.txt: Added.
3514 * fast/tokenizer/nested-cached-scripts-and-stylesheet.html: Added.
3515 * fast/tokenizer/resources/load-stylesheet-and-document-write-script.js: Added.
3517 2008-11-24 Cameron Zwarich <zwarich@apple.com>
3519 Reviewed by Geoff Garen.
3521 Add tests for bug 13790: Function declarations are not treated as statements (used to affect starcraft2.com)
3522 <https://bugs.webkit.org/show_bug.cgi?id=13790>
3524 * fast/js/function-declaration-statement-expected.txt: Added.
3525 * fast/js/function-declaration-statement.html: Added.
3526 * fast/js/resources/function-declaration-statement.js: Added.
3528 2008-11-24 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
3530 Reviewed by George Staikos & Eric Seidel.
3532 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22430
3534 Regenerate WML layout test results after implementing WML specific <card> handling:
3535 Only the first <card> element should be visible after loading the document, others
3536 can be shown by using the <go> task element.
3538 * platform/mac/fast/wml/card-element-expected.checksum:
3539 * platform/mac/fast/wml/card-element-expected.png:
3540 * platform/mac/fast/wml/card-element-expected.txt:
3541 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
3542 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
3543 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
3544 * platform/mac/fast/wml/do-shadow-expected.checksum:
3545 * platform/mac/fast/wml/do-shadow-expected.png:
3546 * platform/mac/fast/wml/do-shadow-expected.txt:
3547 * platform/mac/fast/wml/do-template-expected.checksum:
3548 * platform/mac/fast/wml/do-template-expected.png:
3549 * platform/mac/fast/wml/do-template-expected.txt:
3550 * platform/mac/fast/wml/entity-expected.checksum:
3551 * platform/mac/fast/wml/entity-expected.png:
3552 * platform/mac/fast/wml/entity-expected.txt:
3553 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt:
3554 * platform/mac/fast/wml/show-first-card-expected.checksum:
3555 * platform/mac/fast/wml/show-first-card-expected.png:
3556 * platform/mac/fast/wml/show-first-card-expected.txt:
3557 * platform/mac/fast/wml/test-expected.checksum:
3558 * platform/mac/fast/wml/test-expected.png:
3559 * platform/mac/fast/wml/test-expected.txt:
3561 2008-11-24 Glenn Wilson <gwilson@chromium.org>
3563 Reviewed by Alexey Proskuryakov.
3565 http://bugs.webkit.org/show_bug.cgi?id=15643
3567 New test added to verify that LayoutTestController and other clients
3568 can disable smart insert/delete and enable selection of trailing whitespace
3569 as a workaround for smart insert/delete.
3571 * editing/selection/doubleclick-whitespace-expected.txt: Added.
3572 * editing/selection/doubleclick-whitespace.html: Added.
3574 2008-11-24 Glenn Wilson <gwilson@chromium.org>
3576 Reviewed by Darin Adler.
3578 http://bugs.webkit.org/show_bug.cgi?id=18703
3579 "Changing the 'size' property on a text input does not affect its length"
3581 Added a new test to verify that the width of text input
3582 fields can be modified by javascript using the "size" attribute.
3584 * fast/js/text-field-resize-expected.txt: Added.
3585 * fast/js/text-field-resize.html: Added.
3587 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
3589 Reviewed by Darin Adler.
3591 https://bugs.webkit.org/show_bug.cgi?id=22455
3592 Add support for Worker.terminate()
3594 * fast/workers/worker-terminate-expected.txt: Added.
3595 * fast/workers/worker-terminate.html: Added.
3597 2008-11-24 Zan Dobersek <zandobersek@gmail.com>
3599 Reviewed by Holger Freyther.
3601 Some tests in plugins/ directory now pass.
3603 * platform/gtk/Skipped:
3605 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
3607 Reviewed by Mark Rowe.
3609 https://bugs.webkit.org/show_bug.cgi?id=22428
3610 xmlhttprequest-onProgress-open-should-zero-length.html fails intermittently
3612 * http/tests/xmlhttprequest/resources/big-response.php: Reduce the size of big response
3613 to make the test faster, but practically guarantee that the response will be delivered in
3616 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt:
3617 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html:
3618 Made the test more reliable by comparing final response position with known resource size.
3620 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
3622 Reviewed by Mark Rowe.
3624 https://bugs.webkit.org/show_bug.cgi?id=22439
3625 Won't load stylesheets with filenames less than 2 characters long in xhtml.
3627 * http/tests/misc/.htaccess:
3628 * http/tests/misc/a: Added.
3629 * http/tests/misc/single-character-pi-stylesheet-expected.txt: Added.
3630 * http/tests/misc/single-character-pi-stylesheet.xhtml: Added.
3632 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
3634 Reviewed by Mark Rowe.
3636 [Gtk+] We are passing all but one worker test. Enable them.
3638 We fail on fast/workers/worker-location.html due some weird
3639 issue with the bidi resolver "skipping" whitespace at the end
3642 * platform/gtk/Skipped:
3644 2008-11-24 Gavin Barraclough <barraclough@apple.com>
3646 Rubber stamped by Mark Rowe.
3648 Add test cases to ensure the PIC trampolines for prototype and prototype chain
3649 accesses properly check for JSImmediate values, rather than segfaulting.
3651 https://bugs.webkit.org/show_bug.cgi?id=22451
3653 * fast/js/pic/cached-prototype-then-immediate-expected.txt: Added.
3654 * fast/js/pic/cached-prototype-then-immediate.html: Added.
3656 2008-11-21 Alexey Proskuryakov <ap@webkit.org>
3658 Reviewed by Geoff Garen.
3660 https://bugs.webkit.org/show_bug.cgi?id=22400
3661 Add a stress test for concurrent JS execution
3663 * fast/workers/resources/stress-js-execution.js: Added.
3664 * fast/workers/stress-js-execution-expected.txt: Added.
3665 * fast/workers/stress-js-execution.html: Added.
3666 Tests that the basics don't cause a crash.
3668 2008-11-21 Justin Garcia <justin.garcia@apple.com>
3670 Reviewed by Darin Adler.
3672 <rdar://problem/5381788> Match NSTextView editing behavior at the end of hyperlink text
3674 Removed tests for behaviors that we're no longer interested in:
3675 * editing/deleting/delete-link-1.html: Removed.
3676 * platform/mac/editing/deleting/delete-link-1-expected.checksum: Removed.
3677 * platform/mac/editing/deleting/delete-link-1-expected.png: Removed.
3678 * platform/mac/editing/deleting/delete-link-1-expected.txt: Removed.
3679 * editing/execCommand/19653-4-expected.txt: Removed.
3680 * editing/execCommand/19653-4.html: Removed.
3682 Reflects new behavior (don't remember removed anchors):
3683 * platform/mac/editing/deleting/5168598-expected.txt:
3685 Reflects new behavior. Also made this test cross-platform:
3686 * editing/inserting/insert-before-link-1-expected.txt: Added.
3687 * editing/inserting/insert-before-link-1.html:
3688 * platform/mac/editing/inserting/insert-before-link-1-expected.checksum: Removed.
3689 * platform/mac/editing/inserting/insert-before-link-1-expected.png: Removed.
3690 * platform/mac/editing/inserting/insert-before-link-1-expected.txt: Removed.
3692 2008-11-21 Simon Fraser <simon.fraser@apple.com>
3694 Reviewed by Darin Adler
3696 https://bugs.webkit.org/show_bug.cgi?id=22159
3698 Add testcase for repaint issue with outlines on child objects,
3699 and redo bases affected by this change.
3701 * fast/repaint/outline-child-repaint.html: Added.
3702 * platform/mac/fast/repaint/4776765-expected.checksum:
3703 * platform/mac/fast/repaint/4776765-expected.png:
3704 * platform/mac/fast/repaint/delete-into-nested-block-expected.checksum:
3705 * platform/mac/fast/repaint/delete-into-nested-block-expected.png:
3706 * platform/mac/fast/repaint/outline-child-repaint-expected.checksum: Added.
3707 * platform/mac/fast/repaint/outline-child-repaint-expected.png: Added.
3708 * platform/mac/fast/repaint/outline-child-repaint-expected.txt: Added.
3709 * platform/mac/fast/repaint/outline-repaint-glitch-expected.checksum:
3710 * platform/mac/fast/repaint/outline-repaint-glitch-expected.png:
3712 2008-11-21 Cameron Zwarich <zwarich@apple.com>
3714 Reviewed by Sam Weinig.
3716 Add a test for <rdar://problem/4268912>, which was fixed in r13294 (!!).
3718 * fast/js/resources/string-sort.js:
3719 * fast/js/string-sort-expected.txt:
3721 2008-11-21 Pierre-Olivier Latour <pol@apple.com>
3723 Reviewed by Dan Bernstein.
3725 WebKit should be using Device RGB colorspace everywhere for
3728 https://bugs.webkit.org/show_bug.cgi?id=22300
3730 * platform/mac/fast/text/attributed-substring-from-range-001-expected.txt:
3732 2008-11-21 Pierre-Olivier Latour <pol@apple.com>
3734 Reviewed by Dan Bernstein.
3736 Add missing reference images for tests added as part of
3737 https://bugs.webkit.org/show_bug.cgi?id=21261
3739 https://bugs.webkit.org/show_bug.cgi?id=22391
3741 * platform/mac/animations/animation-drt-api-expected.checksum: Added.
3742 * platform/mac/animations/animation-drt-api-expected.png: Added.
3743 * platform/mac/transitions/transition-drt-api-expected.checksum: Added.
3744 * platform/mac/transitions/transition-drt-api-expected.png: Added.
3746 2008-11-20 Simon Fraser <simon.fraser@apple.com>
3748 Reviewed by Dan Bernstein
3750 https://bugs.webkit.org/show_bug.cgi?id=19623
3752 Test for correct repaint when an object gains
3753 a layer with a transform that is smaller than the
3754 old bounds of the object.
3756 * fast/repaint/change-transform.html: Added.
3757 * platform/mac/fast/repaint/change-transform-expected.checksum: Added.
3758 * platform/mac/fast/repaint/change-transform-expected.png: Added.
3759 * platform/mac/fast/repaint/change-transform-expected.txt: Added.
3761 2008-11-20 Justin Garcia <justin.garcia@apple.com>
3763 Reviewed by Darin Adler.
3765 <rdar://problem/2610675> Blank line that is quoted can't be deleted
3767 * editing/deleting/2610675-1-expected.txt: Added.
3768 * editing/deleting/2610675-1.html: Added.
3769 * editing/deleting/2610675-2-expected.txt: Added.
3770 * editing/deleting/2610675-2.html: Added.
3771 * editing/deleting/2610675-3-expected.txt: Added.
3772 * editing/deleting/2610675-3.html: Added.
3774 2008-11-20 Dean Jackson <dino@apple.com>
3776 Reviewed by Antti Koivisto
3778 https://bugs.webkit.org/show_bug.cgi?id=21247
3780 Make transition shorthand property accept transition-delay.
3782 * transitions/transition-shorthand-delay-expected.txt: Added.
3783 * transitions/transition-shorthand-delay.html: Added.
3785 2008-11-20 Dean Jackson <dino@apple.com>
3787 Reviewed by Antti Koivisto
3789 https://bugs.webkit.org/show_bug.cgi?id=22368
3791 Make sure pauseTransition API takes transition delay into account.
3793 * transitions/transition-drt-api-delay-expected.txt: Added.
3794 * transitions/transition-drt-api-delay.html: Added.
3796 2008-11-20 Cameron Zwarich <zwarich@apple.com>
3798 Reviewed by Sam Weinig.
3800 Add some tests for issues found while developing reparsing of function
3801 bodies. Also modify existing tests to be more robust in the face of
3802 possible changes to parsing.
3804 * fast/js/arguments-expected.txt:
3805 * fast/js/function-dot-arguments-expected.txt:
3806 * fast/js/resources/arguments.js:
3807 * fast/js/resources/function-dot-arguments.js:
3809 2008-11-20 Simon Fraser <simon.fraser@apple.com>
3811 Reviewed by Darin Adler
3813 https://bugs.webkit.org/show_bug.cgi?id=20368
3815 Tests for computed values of animation properties, and
3816 change to computed value of transform-origin. Updated tests
3817 that dump all computed values, to include animation and changed
3818 transform-origin properties.
3820 * animations/computed-style-expected.txt: Added.
3821 * animations/computed-style.html: Added.
3822 * fast/css/computed-style-expected.txt:
3823 * fast/css/computed-style-without-renderer-expected.txt:
3824 * svg/css/getComputedStyle-basic-expected.txt:
3825 * transforms/computed-style-origin-expected.txt: Added.
3826 * transforms/computed-style-origin.html: Added.
3828 2008-11-20 Pamela Greene <pam@chromium.org>
3830 Reviewed by Darin Adler.
3832 https://bugs.webkit.org/show_bug.cgi?id=22371
3833 Add a test for accessing form element items by index.
3835 * fast/dom/HTMLFormElement/htmlformelement-indexed-getter-expected.txt: Added.
3836 * fast/dom/HTMLFormElement/htmlformelement-indexed-getter.html: Added.
3838 2008-11-20 Pamela Greene <pam@chromium.org>
3840 Reviewed by Darin Adler.
3842 Test for https://bugs.webkit.org/show_bug.cgi?22370
3843 Add a test to check detectability of HTMLCollections.
3845 * fast/dom/htmlcollection-detectability-expected.txt: Added.
3846 * fast/dom/htmlcollection-detectability.html: Added.
3848 2008-11-20 Pamela Greene <pam@chromium.org>
3850 Reviewed by Darin Adler.
3852 https://bugs.webkit.org/show_bug.cgi?id=22369
3853 Add test cases covering more basic operations.
3855 * fast/js/function-dot-arguments-expected.txt:
3856 * fast/js/resources/function-dot-arguments.js:
3860 2008-11-20 Pamela Greene <pam@chromium.org>
3862 Reviewed by Darin Adler.
3864 https://bugs.webkit.org/show_bug.cgi?id=22363
3865 Add a test for DOM1 and DOM2 versions of add() on a select control.
3867 * fast/dom/dom-add-optionelement-expected.txt: Added.
3868 * fast/dom/dom-add-optionelement.html: Added.
3870 2008-11-20 Pamela Greene <pam@chromium.org>
3872 Reviewed by Darin Adler.
3874 https://bugs.webkit.org/show_bug.cgi?id=22359
3875 Add test for document.write() with multiple parameters.
3877 * fast/dom/document_write_params-expected.txt: Added.
3878 * fast/dom/document_write_params.html: Added.
3880 2008-11-20 Pamela Greene <pam@chromium.org>
3882 Reviewed by Darin Adler.
3884 https://bugs.webkit.org/show_bug.cgi?id=22387
3885 Add a test for HTMLOptionsCollection indexed getter and setter.
3887 * fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt: Added.
3888 * fast/dom/HTMLOptionElement/collection-setter-getter.html: Added.
3890 2008-11-20 Justin Garcia <justin.garcia@apple.com>
3892 Reviewed by Beth Dakin.
3894 <rdar://problem/2610675> Blank line that is quoted can't be deleted
3896 The old selection modification code for caret case deletions set the selection
3897 about to be deleted on the frame, instead of just setting the endingSelection.
3899 * platform/mac/editing/deleting/delete-by-word-001-expected.txt:
3900 * platform/mac/editing/deleting/delete-by-word-002-expected.txt:
3901 * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.txt:
3902 * platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
3903 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
3906 2008-11-20 Darin Adler <darin@apple.com>
3908 - update test result for <rdar://problem/4108572> REGRESSION: Can't extend
3909 selection with shift-arrow in read only mode
3911 * editing/selection/selection-actions.html: Removed the actions that are
3912 supposed to modify selections now.
3914 2008-11-20 Cameron Zwarich <zwarich@apple.com>
3916 Reviewed by Geoff Garen.
3918 Add tests for bug 22148: nytime.com page crashes browser during load
3919 <https://bugs.webkit.org/show_bug.cgi?id=22148>
3921 This bug was unknowingly fixed in r38322 by a rewrite of the recursion
3924 * fast/js/deep-recursion-test-expected.txt:
3925 * fast/js/deep-recursion-test.html:
3927 2008-11-19 Simon Fraser <simon.fraser@apple.com>
3929 Reviewed by Adele Peterson.
3931 https://bugs.webkit.org/show_bug.cgi?id=22190
3933 Test for the drawing and event handling of search field parts in a transformed
3936 * fast/forms/search-transformed.html: Added.
3937 * platform/mac/fast/forms/search-transformed-expected.checksum: Added.
3938 * platform/mac/fast/forms/search-transformed-expected.png: Added.
3939 * platform/mac/fast/forms/search-transformed-expected.txt: Added.
3941 2008-11-19 Simon Fraser <simon.fraser@apple.com>
3943 Reviewed by Antti Koivisto
3945 https://bugs.webkit.org/show_bug.cgi?id=22111
3947 Testcase for hit testing in video controls on transformed video.
3949 * media/video-controls-transformed-expected.txt: Added.
3950 * media/video-controls-transformed.html: Added.
3952 2008-11-19 Anders Carlsson <andersca@apple.com>
3954 Reviewed by Dan Bernstein.
3956 Add NPP_SetWindow test.
3958 * plugins/netscape-plugin-setwindow-size-2-expected.txt: Added.
3959 * plugins/netscape-plugin-setwindow-size-2.html: Copied from plugins/netscape-plugin-setwindow-size.html.
3961 2008-11-19 Geoffrey Garen <ggaren@apple.com>
3963 Reviewed by Darin Adler.
3965 Test for https://bugs.webkit.org/show_bug.cgi?id=22361
3966 A little more RegExp refactoring
3968 * fast/js/regexp-test-null-string.html: Added.
3969 * fast/js/regexp-test-null-expected.txt: Added.
3971 2008-11-19 Alexey Proskuryakov <ap@webkit.org>
3973 Reviewed by Darin Adler.
3975 https://bugs.webkit.org/show_bug.cgi?id=22355
3976 Systematize code for replacing global constructors
3978 * fast/workers/worker-replace-global-constructor-expected.txt: Added.
3979 * fast/workers/worker-replace-global-constructor.html: Added.
3981 2008-11-18 Cameron Zwarich <zwarich@apple.com>
3983 Reviewed by Maciej Stachowiak and Geoff Garen.
3985 Add tests for bug 22287: ASSERTION FAILED: Not enough jumps linked in slow case codegen in CTI::privateCompileSlowCases())
3986 <https://bugs.webkit.org/show_bug.cgi?id=22287>
3988 * fast/js/number-cell-reuse-expected.txt: Added.
3989 * fast/js/number-cell-reuse.html: Added.
3990 * fast/js/resources/number-cell-reuse.js: Added.
3992 2008-11-18 Holger Hans Peter Freyther <zecke@selfish.org>
3994 Rubber-stamped by Mark Rowe.
3996 Skip some more tests to make the Gtk+ build bot pass. We will
3997 have to investigate why some tests only fail on the build bot.
3999 * platform/gtk/Skipped:
4001 2008-11-18 Sam Weinig <sam@webkit.org>
4003 Fix incorrect result.
4005 * fast/dom/Window/window-properties-expected.txt:
4007 2008-11-18 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
4009 Not reviewed. Checked in wrong result in last commit.
4011 * platform/mac/fast/wml/entity-expected.txt:
4013 2008-11-18 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
4015 Reviewed by Sam Weinig.
4017 Add results for all WML tests, including pixel results.
4019 * fast/wml/p-mode.wml:
4020 * fast/wml/validate-dtd.wml:
4021 * platform/mac/fast/wml: Added.
4022 * platform/mac/fast/wml/br-element-in-table-expected.checksum: Added.
4023 * platform/mac/fast/wml/br-element-in-table-expected.png: Added.
4024 * platform/mac/fast/wml/br-element-in-table-expected.txt: Added.
4025 * platform/mac/fast/wml/br-element-in-text-expected.checksum: Added.
4026 * platform/mac/fast/wml/br-element-in-text-expected.png: Added.
4027 * platform/mac/fast/wml/br-element-in-text-expected.txt: Added.
4028 * platform/mac/fast/wml/card-element-expected.checksum: Added.
4029 * platform/mac/fast/wml/card-element-expected.png: Added.
4030 * platform/mac/fast/wml/card-element-expected.txt: Added.
4031 * platform/mac/fast/wml/case-sensitivity-expected.checksum: Added.
4032 * platform/mac/fast/wml/case-sensitivity-expected.png: Added.
4033 * platform/mac/fast/wml/case-sensitivity-expected.txt: Added.
4034 * platform/mac/fast/wml/cdata-section-expected.checksum: Added.
4035 * platform/mac/fast/wml/cdata-section-expected.png: Added.
4036 * platform/mac/fast/wml/cdata-section-expected.txt: Added.
4037 * platform/mac/fast/wml/comment-expected.checksum: Added.
4038 * platform/mac/fast/wml/comment-expected.png: Added.
4039 * platform/mac/fast/wml/comment-expected.txt: Added.
4040 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum: Added.
4041 * platform/mac/fast/wml/do-element-optional-attr-expected.png: Added.
4042 * platform/mac/fast/wml/do-element-optional-attr-expected.txt: Added.
4043 * platform/mac/fast/wml/do-shadow-expected.checksum: Added.
4044 * platform/mac/fast/wml/do-shadow-expected.png: Added.
4045 * platform/mac/fast/wml/do-shadow-expected.txt: Added.
4046 * platform/mac/fast/wml/do-template-expected.checksum: Added.
4047 * platform/mac/fast/wml/do-template-expected.png: Added.
4048 * platform/mac/fast/wml/do-template-expected.txt: Added.
4049 * platform/mac/fast/wml/entity-expected.checksum: Added.
4050 * platform/mac/fast/wml/entity-expected.png: Added.
4051 * platform/mac/fast/wml/entity-expected.txt: Added.
4052 * platform/mac/fast/wml/err-event-binding-conflict-expected.checksum: Added.
4053 * platform/mac/fast/wml/err-event-binding-conflict-expected.png: Added.
4054 * platform/mac/fast/wml/err-event-binding-conflict-expected.txt: Added.
4055 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum: Added.
4056 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png: Added.
4057 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt: Added.
4058 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.checksum: Added.
4059 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.png: Added.
4060 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.txt: Added.
4061 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum: Added.
4062 * platform/mac/fast/wml/err-invalid-variable-name-expected.png: Added.
4063 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt: Added.
4064 * platform/mac/fast/wml/err-multi-access-expected.checksum: Added.
4065 * platform/mac/fast/wml/err-multi-access-expected.png: Added.
4066 * platform/mac/fast/wml/err-multi-access-expected.txt: Added.
4067 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.checksum: Added.
4068 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.png: Added.
4069 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.txt: Added.
4070 * platform/mac/fast/wml/err-multi-name-in-meta-expected.checksum: Added.
4071 * platform/mac/fast/wml/err-multi-name-in-meta-expected.png: Added.
4072 * platform/mac/fast/wml/err-multi-name-in-meta-expected.txt: Added.
4073 * platform/mac/fast/wml/err-multi-timer-expected.checksum: Added.
4074 * platform/mac/fast/wml/err-multi-timer-expected.png: Added.
4075 * platform/mac/fast/wml/err-multi-timer-expected.txt: Added.
4076 * platform/mac/fast/wml/err-samename-do-expected.checksum: Added.
4077 * platform/mac/fast/wml/err-samename-do-expected.png: Added.
4078 * platform/mac/fast/wml/err-samename-do-expected.txt: Added.
4079 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.checksum: Added.
4080 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png: Added.
4081 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt: Added.
4082 * platform/mac/fast/wml/img-localsrc-expected.checksum: Added.
4083 * platform/mac/fast/wml/img-localsrc-expected.png: Added.
4084 * platform/mac/fast/wml/img-localsrc-expected.txt: Added.
4085 * platform/mac/fast/wml/img-src-expected.checksum: Added.
4086 * platform/mac/fast/wml/img-src-expected.png: Added.
4087 * platform/mac/fast/wml/img-src-expected.txt: Added.
4088 * platform/mac/fast/wml/img-src-localsrc-alt-expected.checksum: Added.
4089 * platform/mac/fast/wml/img-src-localsrc-alt-expected.png: Added.
4090 * platform/mac/fast/wml/img-src-localsrc-alt-expected.txt: Added.
4091 * platform/mac/fast/wml/p-align-expected.checksum: Added.
4092 * platform/mac/fast/wml/p-align-expected.png: Added.
4093 * platform/mac/fast/wml/p-align-expected.txt: Added.
4094 * platform/mac/fast/wml/p-mode-expected.checksum: Added.
4095 * platform/mac/fast/wml/p-mode-expected.png: Added.
4096 * platform/mac/fast/wml/p-mode-expected.txt: Added.
4097 * platform/mac/fast/wml/show-first-card-expected.checksum: Added.
4098 * platform/mac/fast/wml/show-first-card-expected.png: Added.
4099 * platform/mac/fast/wml/show-first-card-expected.txt: Added.
4100 * platform/mac/fast/wml/table-element-expected.checksum: Added.
4101 * platform/mac/fast/wml/table-element-expected.png: Added.
4102 * platform/mac/fast/wml/table-element-expected.txt: Added.
4103 * platform/mac/fast/wml/test-expected.checksum: Added.
4104 * platform/mac/fast/wml/test-expected.png: Added.