1 2009-01-04 Darin Adler <darin@apple.com>
3 Reviewed by Oliver Hunt.
5 Bug 23105: canvas setFillColor function ignores alpha argument
6 https://bugs.webkit.org/show_bug.cgi?id=23105
8 * fast/canvas/resources/set-colors.js: Added.
9 * fast/canvas/set-colors-expected.txt: Added.
10 * fast/canvas/set-colors.html: Added.
12 2009-01-04 Simon Fraser <simon.fraser@apple.com>
14 Fix the expected image to account for a typo fix done on 2008-12-23.
16 * platform/mac/fast/transforms/identity-matrix-expected.checksum:
17 * platform/mac/fast/transforms/identity-matrix-expected.png:
19 2009-01-04 Simon Fraser <simon.fraser@apple.com>
21 Reviewed by Darin Adler
23 https://bugs.webkit.org/show_bug.cgi?id=23090
25 Repaint test for repainting when an element gets smaller,
26 and gains a RenderLayer at the same time.
28 * fast/repaint/create-layer-repaint.html: Added.
29 * platform/mac/fast/repaint/create-layer-repaint-expected.checksum: Added.
30 * platform/mac/fast/repaint/create-layer-repaint-expected.png: Added.
31 * platform/mac/fast/repaint/create-layer-repaint-expected.txt: Added.
33 2009-01-02 Adam Treat <treat@kde.org>
35 Reviewed by George Staikos.
37 Add layout test for new fixedLayoutSize feature of qt port
39 * platform/qt/view/fixed-layout-size-expected.txt: Added.
40 * platform/qt/view/fixed-layout-size.html: Added.
42 2009-01-04 Darin Adler <darin@apple.com>
44 Suggested by Dan Bernstein.
46 * platform/mac/editing/selection/move-left-right-expected.txt: Remove WARNING lines that are no
47 longer showing up. Dan said he didn't know why we were seeing those before and why they're gone
48 now, but it's good that they're gone.
50 2009-01-03 Darin Adler <darin@apple.com>
52 Reviewed by Dan Bernstein.
54 Bug 23095: REGRESSION: fast/text/find-case-folding.html regression test failing when ICU used for text search
55 https://bugs.webkit.org/show_bug.cgi?id=23095
57 * fast/text/find-case-folding.html: Work around this ICU bug in the test for now.
58 Later we might want to work around it in our search code instead, or in addition,
59 if we can figure out how to do that.
61 2009-01-03 David D. Kilzer <ddkilzer@webkit.org>
63 Bug 23091: Some webarchive http tests intermittently fail due to Connection/Keep-Alive header differences
65 <https://bugs.webkit.org/show_bug.cgi?id=23091>
67 Reviewed by Darin Adler.
69 Updated test results after removing Keep-Alive and Connection
70 headers from webarchive tests.
72 * http/tests/webarchive/test-css-url-encoding-expected.webarchive:
73 * http/tests/webarchive/test-css-url-encoding-shift-jis-expected.webarchive:
74 * http/tests/webarchive/test-css-url-encoding-utf-8-expected.webarchive:
75 * http/tests/webarchive/test-preload-resources-expected.webarchive:
77 2009-01-03 Rob Buis <rwlbuis@gmail.com>
82 https://bugs.webkit.org/show_bug.cgi?id=22660
83 SVG elements that are moved are nor fully invalidated/earsed
85 * platform/mac/svg/custom/circle-move-invalidation-expected.checksum: Added.
86 * platform/mac/svg/custom/circle-move-invalidation-expected.png: Added.
87 * platform/mac/svg/custom/circle-move-invalidation-expected.txt: Added.
88 * svg/custom/circle-move-invalidation.svg: Added.
90 2009-01-02 Oliver Hunt <oliver@apple.com>
92 Reviewed by Gavin Barraclough.
94 [jsfunfuzz] unwind logic for exceptions in eval fails to account for dynamic scope external to the eval
95 https://bugs.webkit.org/show_bug.cgi?id=23078
97 Test exception handling in side eval encapsulated by dynamic scopes.
99 * fast/js/exception-with-handler-inside-eval-with-dynamic-scope-expected.txt: Added.
100 * fast/js/exception-with-handler-inside-eval-with-dynamic-scope.html: Added.
101 * fast/js/resources/exception-with-handler-inside-eval-with-dynamic-scope.js: Added.
104 2009-01-02 David Smith <catfish.man@gmail.com>
106 Reviewed by Darin Adler.
108 https://bugs.webkit.org/show_bug.cgi?id=22699
109 Enable NodeList caching for getElementsByTagName
111 * fast/dom/getelementsbytagnamens-mixed-namespaces-expected.txt: Added.
112 * fast/dom/getelementsbytagnamens-mixed-namespaces.html: Added.
114 2009-01-02 Eric Carlson <eric.carlson@apple.com>
116 Reviewed by Darin Adler
118 https://bugs.webkit.org/show_bug.cgi?id=23066 & <rdar://problem/6028417>
119 Full Page Zoom: a <video> element that doesn't include width/height attribute does not scale
121 Add test for <video> zoom with and without width/height attributes
123 * media/video-zoom.html: Added.
124 * platform/mac/media/video-zoom-expected.txt: Added.
126 2009-01-02 Simon Fraser <simon.fraser@apple.com>
128 Reviewed by Darin Adler
130 https://bugs.webkit.org/show_bug.cgi?id=23082
132 Testcase for animated GIF used as CSS background.
134 * fast/backgrounds/animated-gif-as-background.html: Added.
135 * fast/backgrounds/resources/red-green-animated.gif: Added.
136 * platform/mac/fast/backgrounds/animated-gif-as-background-expected.checksum: Added.
137 * platform/mac/fast/backgrounds/animated-gif-as-background-expected.png: Added.
138 * platform/mac/fast/backgrounds/animated-gif-as-background-expected.txt: Added.
140 2009-01-02 Simon Fraser <simon.fraser@apple.com>
142 Reviewed by Darin Adler
144 https://bugs.webkit.org/show_bug.cgi?id=22981
146 Add tests for animated svg-as-image, animated svg-as-background,
149 * fast/backgrounds/animated-svg-as-background.html: Added.
150 * fast/backgrounds/animated-svg-as-mask.html: Added.
151 * fast/backgrounds/resources/animated-rect-fixed-size.svg: Added.
152 * fast/backgrounds/resources/animated-rect-relative-size.svg: Added.
153 * fast/backgrounds/svg-as-background-5.html:
154 * fast/canvas/canvas-as-image-incremental-repaint.html: Added.
155 * fast/canvas/canvas-as-image.html: Added.
156 * fast/images/animated-svg-as-image.html: Added.
157 * fast/images/resources/animated-rect-fixed-size.svg: Added.
158 * fast/images/resources/animated-rect-relative-size.svg: Added.
159 * platform/mac/fast/backgrounds/animated-svg-as-background-expected.checksum: Added.
160 * platform/mac/fast/backgrounds/animated-svg-as-background-expected.png: Added.
161 * platform/mac/fast/backgrounds/animated-svg-as-background-expected.txt: Added.
162 * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.checksum: Added.
163 * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.png: Added.
164 * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.txt: Added.
165 * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum:
166 * platform/mac/fast/backgrounds/svg-as-background-5-expected.png:
167 * platform/mac/fast/canvas/canvas-as-image-expected.checksum: Added.
168 * platform/mac/fast/canvas/canvas-as-image-expected.png: Added.
169 * platform/mac/fast/canvas/canvas-as-image-expected.txt: Added.
170 * platform/mac/fast/canvas/canvas-as-image-incremental-repaint-expected.checksum: Added.
171 * platform/mac/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
172 * platform/mac/fast/canvas/canvas-as-image-incremental-repaint-expected.txt: Added.
173 * platform/mac/fast/images/animated-svg-as-image-expected.checksum: Added.
174 * platform/mac/fast/images/animated-svg-as-image-expected.png: Added.
175 * platform/mac/fast/images/animated-svg-as-image-expected.txt: Added.
177 2009-01-02 Alexey Proskuryakov <ap@webkit.org>
179 Reviewed by Darin Adler.
181 https://bugs.webkit.org/show_bug.cgi?id=23076
182 Add tests for application cache manifest parse failures
184 * http/tests/appcache/resources/.htaccess:
185 * http/tests/appcache/resources/wrong-content-type.manifest: Added.
186 * http/tests/appcache/resources/wrong-signature.manifest: Added.
187 * http/tests/appcache/wrong-content-type-expected.txt: Added.
188 * http/tests/appcache/wrong-content-type.html: Added.
189 * http/tests/appcache/wrong-signature-expected.txt: Added.
190 * http/tests/appcache/wrong-signature.html: Added.
192 2009-01-02 Alexey Proskuryakov <ap@webkit.org>
194 Reviewed by Darin Adler.
196 https://bugs.webkit.org/show_bug.cgi?id=23022
197 Fix multiple issues with appcache online whitelist handling
199 * http/tests/appcache/resources/counter.php: Added a resource that changes on each access,
200 making it possible to test that the network was hit when loading.
202 * http/tests/appcache/online-whitelist-expected.txt: Added.
203 * http/tests/appcache/online-whitelist.html: Added.
204 * http/tests/appcache/resources/online-whitelist.manifest: Added.
206 2009-01-02 Alexey Proskuryakov <ap@webkit.org>
208 Reviewed by Darin Adler.
210 https://bugs.webkit.org/show_bug.cgi?id=23036
211 <rdar://problem/6451666> Implement AppCache fallback entries (23036)
213 * http/tests/appcache/fallback-expected.txt: Added.
214 * http/tests/appcache/fallback.html: Added.
215 * http/tests/appcache/resources/fallback-redirect.php: Added.
216 * http/tests/appcache/resources/fallback.manifest: Added.
217 Firefox 3.2b2 passes all subtests, except for XMLHttpRequest cross-origin redirect.
219 * http/tests/resources/network-simulator.php: Return 404 for missing files.
221 2009-01-01 Darin Adler <darin@apple.com>
223 Add one more String.replace test case that I should have included in that last check-in.
225 * fast/js/resources/string-replace-3.js: Added test case that covers more of the cases where
226 $0-$99 are used but are actually valid.
227 * fast/js/string-replace-3-expected.txt: Added new result.
229 2009-01-01 Darin Adler <darin@apple.com>
231 Reviewed by Oliver Hunt.
233 String.replace does not support $& replacement metacharacter when search term is not a RegExp
234 <https://bugs.webkit.org/show_bug.cgi?id=21431>
235 <rdar://problem/6274993>
237 * fast/js/resources/string-replace-3.js: Added test cases to cover replace with non-regexp and
238 to cover "$0" and "$00".
239 * fast/js/string-replace-3-expected.txt: Added new results.
241 2009-01-01 Darin Adler <darin@apple.com>
243 Reviewed by Dan Bernstein.
245 Turn on the regression test for ICU search on Mac OS X Tiger too.
246 It was already on for Windows (by accident, failing), but now WebCore has been changed
247 so it should work fine on all platforms using ICU, which includes both of those.
249 * platform/mac-tiger/editing/execCommand: Removed.
250 * platform/mac-tiger/editing/execCommand/findString-diacriticals-expected.txt: Removed.
252 2009-01-01 Simon Fraser <simon.fraser@apple.com>
254 Reviewed by Darin Adler, Oliver Hunt
256 https://bugs.webkit.org/show_bug.cgi?id=23065
258 Repaint test for incremental painting in canvas.
260 * fast/canvas/canvas-incremental-repaint.html: Added.
261 * platform/mac/fast/canvas/canvas-incremental-repaint-expected.checksum: Added.
262 * platform/mac/fast/canvas/canvas-incremental-repaint-expected.png: Added.
263 * platform/mac/fast/canvas/canvas-incremental-repaint-expected.txt: Added.
265 2009-01-01 Darin Adler <darin@apple.com>
267 Reviewed by Dan Bernstein.
269 Bug 23051: web page searching should use ICU's search so it can ignore diacritical differences
270 https://bugs.webkit.org/show_bug.cgi?id=23051
271 rdar://problem/3574497
273 Currently this is only activated on the Mac platform, not including Tiger.
275 * editing/execCommand/findString-diacriticals-expected.txt: Added. Expect failure.
276 * editing/execCommand/findString-diacriticals.html: Added.
277 * platform/mac-tiger/editing/execCommand: Added.
278 * platform/mac-tiger/editing/execCommand/findString-diacriticals-expected.txt: Added. Expect failure.
279 * platform/mac/editing/execCommand/findString-diacriticals-expected.txt: Added. Expect success.
281 2008-12-31 Oliver Hunt <oliver@apple.com>
283 Reviewed by Cameron Zwarich.
285 [jsfunfuzz] Assertion + incorrect behaviour with dynamically created local variable in a catch block
286 <https://bugs.webkit.org/show_bug.cgi?id=23063>
288 Add tests for variable declaration inside eval inside a catch block.
290 * fast/js/eval-var-decl-expected.txt:
291 * fast/js/resources/eval-var-decl.js:
292 (try.thirdEvalResult):
294 2008-12-31 Oliver Hunt <oliver@apple.com>
296 Reviewed by Gavin Barraclough.
298 [jsfunfuzz] Computed exception offset wrong when first instruction is attempt to resolve deleted eval
299 <https://bugs.webkit.org/show_bug.cgi?id=23062>
301 Add an additional line number test to ensure we get the correct exception information when
302 resolve of 'eval' fails.
304 * fast/js/exception-linenums-expected.txt:
305 * fast/js/resources/exception-linenums.js:
307 2008-12-31 Cameron Zwarich <cwzwarich@uwaterloo.ca>
309 Reviewed by Oliver Hunt.
311 Add a test for bug 23054: Caching of global lookups occurs even when the global object has become a dictionary
312 <https://bugs.webkit.org/show_bug.cgi?id=23054>
313 <rdar://problem/6469905>
315 * fast/js/pic/delete-global-object-expected.txt: Added.
316 * fast/js/pic/delete-global-object.html: Added.
318 2008-12-30 Oliver Hunt <oliver@apple.com>
320 Reviewed by Darin Adler.
322 <https://bugs.webkit.org/show_bug.cgi?id=23049> [jsfunfuzz] With blocks do not correctly protect their scope object
323 <rdar://problem/6469742> Crash in JSC::TypeInfo::hasStandardGetOwnPropertySlot() running jsfunfuzz
325 Tests to ensure we correctly protect the scope object from GC.
327 * fast/js/resources/with-scope-gc.js: Added.
328 * fast/js/with-scope-gc-expected.txt: Added.
329 * fast/js/with-scope-gc.html: Added.
331 2008-12-30 Simon Fraser <simon.fraser@apple.com>
333 Fix spurious test failures by rounding floating point values to
334 mask math differences between machines.
336 * transitions/transform-op-list-match-expected.txt:
337 * transitions/transform-op-list-match.html:
338 * transitions/transform-op-list-no-match-expected.txt:
339 * transitions/transform-op-list-no-match.html:
340 * transitions/transition-test-helpers.js:
343 2008-12-30 Simon Fraser <simon.fraser@apple.com>
345 Reviewed by Darin Adler
347 https://bugs.webkit.org/show_bug.cgi?id=23042
349 Repaint test for content inside reflections.
351 * fast/repaint/reflection-redraw.html: Added.
352 * platform/mac/fast/repaint/reflection-redraw-expected.checksum: Added.
353 * platform/mac/fast/repaint/reflection-redraw-expected.png: Added.
354 * platform/mac/fast/repaint/reflection-redraw-expected.txt: Added.
356 2008-12-30 Cameron Zwarich <cwzwarich@uwaterloo.ca>
358 Reviewed by Sam Weinig.
360 Add tests for bug 23037: Parsing and reparsing disagree on automatic semicolon insertion
361 <https://bugs.webkit.org/show_bug.cgi?id=23037>
362 <rdar://problem/6467124>
364 * fast/js/reparsing-semicolon-insertion-expected.txt: Added.
365 * fast/js/reparsing-semicolon-insertion.html: Added.
366 * fast/js/resources/reparsing-semicolon-insertion.js: Added.
368 2008-12-30 Dan Bernstein <mitz@apple.com>
370 Reviewed by Adele Peterson.
372 - test for <rdar://problem/6469944> REGRESSION(3.2.1-ToT): Repro crash in WebCore::HTMLInputElement::updatePlaceholderVisibility opening http://billshrink.com
374 * fast/forms/placeholder-non-textfield-expected.txt: Added.
375 * fast/forms/placeholder-non-textfield.html: Added.
377 2008-12-29 Oliver Hunt <oliver@apple.com>
379 Reviewed by Cameron Zwarich.
381 Bug 23030: Cannot setTransform with a non-invertible ctm
383 Tests to ensure correct behaviour when the canvas context does not
384 have an invertible CTM.
386 * fast/canvas/canvas-set-properties-with-non-invertible-ctm-expected.txt: Added.
387 * fast/canvas/canvas-set-properties-with-non-invertible-ctm.html: Added.
388 * fast/canvas/resources/canvas-set-properties-with-non-invertible-ctm.js: Added.
391 2008-12-29 Alexey Proskuryakov <ap@webkit.org>
393 Reviewed by Mark Rowe.
395 Fix Windows svn update - replace a file with a colon in its name with an Apache rewrite.
397 * http/tests/appcache/resources/.htaccess: Added.
398 * http/tests/appcache/resources/UNKNOWN_SECTION:: Removed.
400 2008-12-29 Glenn Wilson <gwilson@chromium.org>
402 Reviewed by Darin Adler.
403 Landed by Pamela Greene.
405 Added new layout tests verifying that using a locally-scoped
406 variable in an event handler of a form takes precedence over
407 names of items in that form.
409 See: https://bugs.webkit.org/show_bug.cgi?id=22977
411 * fast/forms/var-name-conflict-in-form-event-handler-expected.txt: Added.
412 * fast/forms/var-name-conflict-in-form-event-handler.html: Added.
414 2008-12-28 Alexey Proskuryakov <ap@webkit.org>
416 Reviewed by Darin Adler.
418 https://bugs.webkit.org/show_bug.cgi?id=23007
419 REGRESSION: Timer-related crash when closing Web Inspector
421 * fast/dom/Window/remove-timeout-crash-expected.txt: Added.
422 * fast/dom/Window/remove-timeout-crash.html: Added.
424 2008-12-28 Alexey Proskuryakov <ap@webkit.org>
426 Reviewed by Anders Carlsson.
428 https://bugs.webkit.org/show_bug.cgi?id=23012
429 Bring application cache manifest parsing up to date
431 * http/tests/appcache/manifest-parsing-expected.txt: Added.
432 * http/tests/appcache/manifest-parsing.html: Added.
433 * http/tests/appcache/resources/UNKNOWN_SECTION:: Added.
434 * http/tests/appcache/resources/manifest-parsing.manifest: Added.
436 2008-12-28 Alexey Proskuryakov <ap@webkit.org>
438 Reviewed by Anders Carlsson.
440 https://bugs.webkit.org/show_bug.cgi?id=23009
441 Add a test for application cache offline operation
443 * http/tests/resources/network-simulator.php: A proxy script to simulate a network connection
444 that can go offline, using an infinite redirect loop in offline mode to generate an error.
446 * http/tests/appcache/offline-access-expected.txt: Added.
447 * http/tests/appcache/offline-access.html: Added.
448 * http/tests/appcache/resources/offline-access-frame.html: Added.
449 * http/tests/appcache/resources/offline-access.js: Added.
450 * http/tests/appcache/resources/offline-access.manifest: Added.
451 Test that an application loads successfully from cache.
453 * http/tests/resources: Added.
454 * http/tests/resources/portabilityLayer.php: Copied from LayoutTests/http/tests/xmlhttprequest/resources/portabilityLayer.php.
455 * http/tests/resources/reset-temp-file.php: Copied from LayoutTests/http/tests/xmlhttprequest/resources/reset-temp-file.php.
456 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header.html:
457 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html:
458 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html:
459 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html:
460 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
461 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
462 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
463 * http/tests/xmlhttprequest/resources/portabilityLayer.php: Removed.
464 * http/tests/xmlhttprequest/resources/reset-temp-file.php: Removed.
465 * http/tests/appcache/resources/fail-on-update.php:
466 Moved some common scripts from xmlhttprequest/resources/ to resources/
468 2008-12-28 Cameron Zwarich <zwarich@apple.com>
470 Reviewed by Oliver Hunt.
472 Add tests for bug 22840: REGRESSION (r38349): Gmail doesn't load with profiling enabled
473 <https://bugs.webkit.org/show_bug.cgi?id=22840>
474 <rdar://problem/6468077>
476 * fast/profiler/call-register-leak-expected.txt: Added.
477 * fast/profiler/call-register-leak.html: Added.
479 2008-12-27 Alexey Proskuryakov <ap@webkit.org>
481 Suggested by Dave Levin.
483 https://bugs.webkit.org/show_bug.cgi?id=22950
485 Another attempt to fix the failing XHR tests on Tiger buildbot: make file_put_contents
486 portable implementation return a result.
488 * http/tests/xmlhttprequest/resources/portabilityLayer.php:
490 2008-12-26 David Levin <levin@chromium.org>
492 Reviewed by Alexey Proskuryakov.
494 https://bugs.webkit.org/show_bug.cgi?id=22950
496 Remove ensureTrailingSlash from appcache test.
498 * http/tests/appcache/resources/fail-on-update.php:
500 2008-12-26 David Levin <levin@chromium.org>
502 Reviewed by Alexey Proskuryakov.
504 https://bugs.webkit.org/show_bug.cgi?id=22950
506 Attempt to fix the failiing XHR tests on Tiger buildbot.
507 Remove the no longer needed ensureTrailingSlash function.
509 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
510 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
511 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
513 * http/tests/xmlhttprequest/resources/portabilityLayer.php:
514 Make sys_get_temp_dir() return "/tmp" when it can't find the temp directory through other means.
516 * http/tests/xmlhttprequest/resources/reset-temp-file.php:
518 2008-12-26 Alexey Proskuryakov <ap@webkit.org>
520 Reviewed by Anders Carlsson.
522 Fix a layout test that was broken by the previous appcache commit
523 (it only passed every other time as a result).
525 * http/tests/appcache/fail-on-update.html:
527 2008-12-26 Simon Fraser <simon.fraser@apple.com>
529 https://bugs.webkit.org/show_bug.cgi?id=22981
531 Update more svg-as-image test results affected by the fix
532 for SVGImage drawing.
534 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum:
535 * platform/mac/fast/borders/svg-as-border-image-2-expected.png:
536 * platform/mac/fast/borders/svg-as-border-image-expected.checksum:
537 * platform/mac/fast/borders/svg-as-border-image-expected.png:
539 2008-12-26 Alexey Proskuryakov <ap@webkit.org>
541 Reviewed by Darin Adler.
543 https://bugs.webkit.org/show_bug.cgi?id=23001
544 A call to applicationCache.update() from a cached event listener should be ignored
546 * http/tests/appcache/idempotent-update-expected.txt: Added.
547 * http/tests/appcache/idempotent-update.html: Added.
548 * http/tests/appcache/resources/idempotent-update.manifest: Added.
550 2008-12-26 Alexey Proskuryakov <ap@webkit.org>
552 Reviewed by Darin Adler.
554 https://bugs.webkit.org/show_bug.cgi?id=22997
555 ASSERTION FAILED: !m_resources.contains(url) in ApplicationCache::addResource()
557 * http/tests/appcache/resources/subframe-1.html: Added.
558 * http/tests/appcache/resources/subframe-2.html: Added.
559 * http/tests/appcache/resources/subframe-3.html: Added.
560 * http/tests/appcache/resources/subframe-4.html: Added.
561 * http/tests/appcache/resources/subframes-1.manifest: Added.
562 * http/tests/appcache/resources/subframes-2.manifest: Added.
563 * http/tests/appcache/resources/subframes-3.manifest: Added.
564 * http/tests/appcache/resources/subframes-4.manifest: Added.
565 * http/tests/appcache/top-frame-1-expected.txt: Added.
566 * http/tests/appcache/top-frame-1.html: Added.
567 * http/tests/appcache/top-frame-2-expected.txt: Added.
568 * http/tests/appcache/top-frame-2.html: Added.
569 * http/tests/appcache/top-frame-3-expected.txt: Added.
570 * http/tests/appcache/top-frame-3.html: Added.
571 * http/tests/appcache/top-frame-4-expected.txt: Added.
572 * http/tests/appcache/top-frame-4.html: Added.
573 Added a bunch of tests that cover subframe appcache behavior (and thus a good part of
574 application cache selection algorithm in general).
576 * http/tests/appcache/simple.html: Changed to execute on noupdate event, too, making the
577 test pass in browser without emptying appcache on each run.
579 2008-12-26 David Levin <levin@chromium.org>
581 Reviewed by Alexey Proskuryakov.
583 https://bugs.webkit.org/show_bug.cgi?id=22950
584 Added more logging to reset-temp-file to help expose potential issues that could cause test failures (on the Tiger buildbot).
586 If there are issues in reset-temp-file, they are printed from the test access-control-basic-allow-preflight-cache.html
588 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html:
589 * http/tests/xmlhttprequest/resources/reset-temp-file.php:
591 2008-12-25 Alexey Proskuryakov <ap@webkit.org>
593 Reviewed by Darin Adler.
595 https://bugs.webkit.org/show_bug.cgi?id=22993
596 Application cache shouldn't be inherited by subframes
598 <rdar://problem/6284708> AppCache crashes in ApplicationCacheResource::addType()
600 * http/tests/appcache/foreign-iframe-main-expected.txt: Added.
601 * http/tests/appcache/foreign-iframe-main.html: Added.
602 * http/tests/appcache/resources/foreign-iframe-subresource.js: Added.
603 * http/tests/appcache/resources/foreign-iframe.html: Added.
604 * http/tests/appcache/resources/foreign-iframe.manifest: Added.
606 2008-12-24 Simon Fraser <simon.fraser@apple.com>
608 Reviewed by Oliver Hunt
610 https://bugs.webkit.org/show_bug.cgi?id=21910
612 Update more svg-as-image test results affected by the fix
613 for SVGImage drawing.
615 * platform/mac/fast/images/svg-as-background-expected.checksum:
616 * platform/mac/fast/images/svg-as-background-expected.png:
617 * platform/mac/fast/images/svg-as-image-expected.checksum:
618 * platform/mac/fast/images/svg-as-image-expected.png:
619 * platform/mac/fast/images/svg-as-relative-image-expected.checksum:
620 * platform/mac/fast/images/svg-as-relative-image-expected.png:
621 * transforms/2d/compound-transforms-vs-containers.html:
623 2008-12-24 Alexey Proskuryakov <ap@webkit.org>
625 Reviewed by Dan Bernstein.
627 https://bugs.webkit.org/show_bug.cgi?id=22982
628 http/tests/navigation/post-goback-repost-policy.html fails on Tiger
630 Change resources that are accessed with POST from .html to .php. I don't know why Apache 2.0
631 had no problem with this.
633 * http/tests/navigation/post-goback-repost-policy.html:
634 * http/tests/navigation/resources/goback-with-policydelegate.html: Removed.
635 * http/tests/navigation/resources/goback-with-policydelegate.php: Copied from LayoutTests/http/tests/navigation/resources/goback-with-policydelegate.html.
636 * http/tests/navigation/resources/post-target-policy-test.html: Removed.
637 * http/tests/navigation/resources/post-target-policy-test.php: Copied from LayoutTests/http/tests/navigation/resources/post-target-policy-test.html.
639 2008-12-23 Simon Fraser <simon.fraser@apple.com>
641 Reviewed by Dan Bernstein
643 https://bugs.webkit.org/show_bug.cgi?id=22941
645 Add test for opacity on the document element.
647 * fast/backgrounds/opacity-on-document-element.html: Added.
648 * platform/mac/fast/backgrounds/opacity-on-document-element-expected.checksum: Added.
649 * platform/mac/fast/backgrounds/opacity-on-document-element-expected.png: Added.
650 * platform/mac/fast/backgrounds/opacity-on-document-element-expected.txt: Added.
652 * fast/transforms/identity-matrix.html:
653 * platform/mac/fast/transforms/identity-matrix-expected.txt:
656 2008-12-23 Simon Fraser <simon.fraser@apple.com>
658 Reviewed by Dan Bernstein
660 https://bugs.webkit.org/show_bug.cgi?id=21910
662 Re-create expected images after fixing painting issue with SVGImage.
664 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum:
665 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png:
666 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum:
667 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png:
668 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum:
669 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png:
670 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum:
671 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png:
672 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum:
673 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png:
674 * platform/mac/fast/backgrounds/svg-as-mask-expected.checksum:
675 * platform/mac/fast/backgrounds/svg-as-mask-expected.png:
676 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
677 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
679 2008-12-22 Julien Chaffraix <jchaffraix@webkit.org>
681 Reviewed by Darin Adler.
683 Test case for bug 11106: Some XMLHttpRequest URI resolving tests fail
684 https://bugs.webkit.org/show_bug.cgi?id=11106
686 These tests are borrowed from Opera's test case suite (http://tc.labs.opera.com/apis/XMLHttpRequest).
687 They correspond to open/004.html - open/010.html which were previously failing.
689 * http/tests/xmlhttprequest/resources/test-uri-resolution.txt: Added.
690 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-004-iframe.html: Added.
691 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-005-iframe.html: Added.
692 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-006-iframe.html: Added.
693 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-007-iframe.html: Added.
694 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-008-iframe.html: Added.
695 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-009-iframe.html: Added.
696 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-010-iframe.html: Added.
697 * http/tests/xmlhttprequest/test-uri-resolution.txt: Added.
698 * http/tests/xmlhttprequest/uri-resolution-opera-open-004-expected.txt: Added.
699 * http/tests/xmlhttprequest/uri-resolution-opera-open-004.html: Added.
700 * http/tests/xmlhttprequest/uri-resolution-opera-open-005-expected.txt: Added.
701 * http/tests/xmlhttprequest/uri-resolution-opera-open-005.html: Added.
702 * http/tests/xmlhttprequest/uri-resolution-opera-open-006-expected.txt: Added.
703 * http/tests/xmlhttprequest/uri-resolution-opera-open-006.html: Added.
704 * http/tests/xmlhttprequest/uri-resolution-opera-open-007-expected.txt: Added.
705 * http/tests/xmlhttprequest/uri-resolution-opera-open-007.html: Added.
706 * http/tests/xmlhttprequest/uri-resolution-opera-open-008-expected.txt: Added.
707 * http/tests/xmlhttprequest/uri-resolution-opera-open-008.html: Added.
708 * http/tests/xmlhttprequest/uri-resolution-opera-open-009-expected.txt: Added.
709 * http/tests/xmlhttprequest/uri-resolution-opera-open-009.html: Added.
710 * http/tests/xmlhttprequest/uri-resolution-opera-open-010-expected.txt: Added.
711 * http/tests/xmlhttprequest/uri-resolution-opera-open-010.html: Added.
713 2008-12-22 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
715 Reviewed by George Staikos.
717 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22971
719 Fix regression caused by the HTMLFormElement refactorization.
720 File form elements without a name have to be included in multipart/form-data
721 submission. Cover this behaviour with a new test case.
723 * http/tests/misc/empty-file-formdata-expected.txt: Added.
724 * http/tests/misc/empty-file-formdata.html: Added.
725 * http/tests/misc/resources/check-unnamed-file-included-in-formdata.php: Added.
727 2008-12-22 David Kilzer <ddkilzer@apple.com>
729 Bug 11850: Webarchive fails to save images referenced in CSS
731 <https://bugs.webkit.org/show_bug.cgi?id=11850>
733 Reviewed by Darin Adler.
735 The first set of files below tests that URLs are encoded properly
736 based on the charset of the stylesheet. Normally this behavior may
737 only be tested by looking at web server logs with manual tests, but
738 webarchives represent this information in such a way that they may
739 be tested by DumpRenderTree. Note that these tests depend on Bug
740 11850 being fixed, so it's not possible to separate them.
742 The second set of files below tests that all types of resources
743 referenced by url() in CSS stylesheets are now saved in webarchives.
745 * http/tests/webarchive/resources/.htaccess: Added.
746 * http/tests/webarchive/resources/apple.gif: Copied from LayoutTests/fast/canvas/resources/apple.gif.
747 * http/tests/webarchive/resources/test-no-charset.css: Added.
748 * http/tests/webarchive/resources/test-shift-jis.css: Added.
749 * http/tests/webarchive/resources/test-utf-8.css: Added.
750 * http/tests/webarchive/test-css-url-encoding-expected.webarchive: Added.
751 * http/tests/webarchive/test-css-url-encoding-shift-jis-expected.webarchive: Added.
752 * http/tests/webarchive/test-css-url-encoding-shift-jis.html: Added.
753 * http/tests/webarchive/test-css-url-encoding-utf-8-expected.webarchive: Added.
754 * http/tests/webarchive/test-css-url-encoding-utf-8.html: Added.
755 * http/tests/webarchive/test-css-url-encoding.html: Added.
757 * webarchive/resources/Ahem.ttf: Copied from LayoutTests/fast/css/resources/Ahem.ttf.
758 * webarchive/test-css-url-resources-in-stylesheets-expected.webarchive: Added.
759 * webarchive/test-css-url-resources-in-stylesheets.html: Added.
760 * webarchive/test-css-url-resources-inline-styles-expected.webarchive: Added.
761 * webarchive/test-css-url-resources-inline-styles.html: Added.
763 2008-12-22 Alexey Proskuryakov <ap@webkit.org>
765 Reviewed by Darin Adler.
767 <rdar://problem/6277060> ASSERTION FAILED: !m_cacheBeingUpdated if the manifest is not available
769 Cover both the failing case, and its opposite, demonstrating that the assertion couldn't be
772 * http/tests/appcache/404-manifest-expected.txt: Added.
773 * http/tests/appcache/404-manifest.html: Added.
774 * http/tests/appcache/fail-on-update-expected.txt: Added.
775 * http/tests/appcache/fail-on-update.html: Added.
776 * http/tests/appcache/resources/fail-on-update.php: Added.
778 2008-12-22 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
780 Reviewed by Alexey Proskuryakov & George Staikos.
782 Add simple testcase covering WML <fieldset> element support.
784 * fast/wml/fieldset.wml: Added.
785 * platform/mac/fast/wml/fieldset-expected.checksum: Added.
786 * platform/mac/fast/wml/fieldset-expected.png: Added.
787 * platform/mac/fast/wml/fieldset-expected.txt: Added.
789 2008-12-21 David Levin <levin@chromium.org>
791 Reviewed by Darin Adler.
793 https://bugs.webkit.org/show_bug.cgi?id=22950
795 Attempted fix for 4 failing XMLHttpReuqest tests on Tiger:
796 access-control-basic-allow-preflight-cache-invalidation-by-header.html
797 access-control-basic-allow-preflight-cache-invalidation-by-method.html
798 access-control-basic-allow-preflight-cache-timeout.html
799 access-control-basic-allow-preflight-cache.html
801 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
802 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
803 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
804 * http/tests/xmlhttprequest/resources/portabilityLayer.php:
805 * http/tests/xmlhttprequest/resources/reset-temp-file.php:
807 2008-12-22 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
809 Reviewed by George Staikos.
811 Add WML HTTP layout tests and an initital set of results.
812 Allow to reuse the existing WMLTestCase.js framework from another
813 LayoutTests/ top-level directory - modify TEMPLATE.html & WMLTestCase.js.
815 * http/tests/wml: Added.
816 * http/tests/wml/go-task-get-method-accept-charset-expected.txt: Added.
817 * http/tests/wml/go-task-get-method-accept-charset.html: Added.
818 * http/tests/wml/go-task-get-method-expected.txt: Added.
819 * http/tests/wml/go-task-get-method.html: Added.
820 * http/tests/wml/go-task-post-method-accept-charset-expected.txt: Added.
821 * http/tests/wml/go-task-post-method-accept-charset.html: Added.
822 * http/tests/wml/go-task-post-method-expected.txt: Added.
823 * http/tests/wml/go-task-post-method.html: Added.
824 * http/tests/wml/resources: Added.
825 * http/tests/wml/resources/TEMPLATE.html: Added.
826 * http/tests/wml/resources/answer-utf8.cgi: Added.
827 * http/tests/wml/resources/answer.cgi: Added.
828 * http/tests/wml/resources/go-task-get-method-accept-charset.js: Added.
829 * http/tests/wml/resources/go-task-get-method.js: Added.
830 * http/tests/wml/resources/go-task-post-method-accept-charset.js: Added.
831 * http/tests/wml/resources/go-task-post-method.js: Added.
832 * wml/go-task-animation.html:
833 * wml/go-task-get-method-external-deck-with-href.html:
834 * wml/go-task-get-method-external-deck.html:
835 * wml/go-task-get-method-same-deck.html:
836 * wml/resources/TEMPLATE.html:
837 * wml/resources/WMLTestCase.js:
838 * wml/variable-reference-invalid-character.html:
839 * wml/variable-reference-valid.html:
841 2008-12-19 Zan Dobersek <zandobersek@gmail.com>
843 Reviewed by Holger Freyther.
845 https://bugs.webkit.org/show_bug.cgi?id=22039
847 Enable more tests for testing on Gtk+ port.
849 * platform/gtk/Skipped:
851 2008-12-19 Simon Fraser <simon.fraser@apple.com>
853 Reviewed by Darin Adler
855 https://bugs.webkit.org/show_bug.cgi?id=22938
857 Test for painting with a transformed <html> element.
859 * fast/transforms/transformed-document-element.html: Added.
860 * platform/mac/fast/transforms/transformed-document-element-expected.checksum: Added.
861 * platform/mac/fast/transforms/transformed-document-element-expected.png: Added.
862 * platform/mac/fast/transforms/transformed-document-element-expected.txt: Added.
864 2008-12-19 Pamela Greene <pam@chromium.org>
866 Reviewed by Darin Adler.
868 https://bugs.webkit.org/show_bug.cgi?id=22612
869 Add test to verify type enforcement in DOM setters.
870 Resubmitting corrected copies; first submission had patching errors.
872 * fast/dom/setter-type-enforcement-expected.txt: Added.
873 * fast/dom/setter-type-enforcement.html: Added.
875 2008-12-18 Pierre-Olivier Latour <pol@apple.com>
877 Reviewed by Darin Adler.
879 Rewrote some of the transition layout tests that were using setTimeout() to use the transition pause API in DRT when available.
881 Rewrote the transition layout tests that were specifically testing the transition end event to use common JS code from transition-end-event-helpers.js.
885 https://bugs.webkit.org/show_bug.cgi?id=22890
887 * transitions/end-event-helpers.js: Removed.
888 * transitions/interrupt-transform-transition-expected.txt:
889 * transitions/interrupt-transform-transition.html:
890 * transitions/opacity-transition-zindex.html:
891 * transitions/start-transform-transition.html:
892 * transitions/transform-op-list-match-expected.txt:
893 * transitions/transform-op-list-match.html:
894 * transitions/transform-op-list-no-match-expected.txt:
895 * transitions/transform-op-list-no-match.html:
896 * transitions/transition-end-event-all-properties-expected.txt:
897 * transitions/transition-end-event-all-properties.html:
898 * transitions/transition-end-event-attributes-expected.txt:
899 * transitions/transition-end-event-attributes.html:
900 * transitions/transition-end-event-container-expected.txt:
901 * transitions/transition-end-event-container.html:
902 * transitions/transition-end-event-helpers.js: Copied from LayoutTests/transitions/end-event-helpers.js.
903 (recordTransitionEndEvent):
904 (runTransitionTest.processEndEvents.compareEventInfo):
905 (runTransitionTest.processEndEvents.examineResults):
906 (runTransitionTest.processEndEvents):
907 (runTransitionTest.startTest):
908 (runTransitionTest.window):
910 * transitions/transition-end-event-left-expected.txt:
911 * transitions/transition-end-event-left.html:
912 * transitions/transition-end-event-multiple-01-expected.txt:
913 * transitions/transition-end-event-multiple-01.html:
914 * transitions/transition-end-event-multiple-02-expected.txt:
915 * transitions/transition-end-event-multiple-02.html:
916 * transitions/transition-end-event-multiple-03-expected.txt:
917 * transitions/transition-end-event-multiple-03.html:
918 * transitions/transition-end-event-multiple-04-expected.txt:
919 * transitions/transition-end-event-multiple-04.html:
920 * transitions/transition-end-event-nested-expected.txt:
921 * transitions/transition-end-event-nested.html:
922 * transitions/transition-end-event-set-none-expected.txt:
923 * transitions/transition-end-event-set-none.html:
924 * transitions/transition-end-event-transform-expected.txt:
925 * transitions/transition-end-event-transform.html:
926 * transitions/transition-end-event-window-expected.txt:
927 * transitions/transition-end-event-window.html:
928 * transitions/transition-test-helpers.js: Added.
929 (runTransitionTest.isCloseEnough):
930 (runTransitionTest.checkExpectedValue):
931 (runTransitionTest.endTest):
932 (runTransitionTest.runTest):
933 (runTransitionTest.startTest):
934 (runTransitionTest.if):
935 * transitions/transition-timing-function-expected.txt: Copied from LayoutTests/transitions/transition-timing-function-software-expected.txt.
936 * transitions/transition-timing-function-software-expected.txt: Removed.
937 * transitions/transition-timing-function-software.html: Removed.
938 * transitions/transition-timing-function.html: Copied from LayoutTests/transitions/transition-timing-function-software.html.
939 * transitions/zero-duration-in-list-expected.txt:
940 * transitions/zero-duration-in-list.html:
942 2008-12-18 Cameron Zwarich <zwarich@apple.com>
944 Reviewed by Geoff Garen.
946 Add tests for bug 21855: REGRESSION (r37323): Gmail complains about popup blocking when opening a link
947 <https://bugs.webkit.org/show_bug.cgi?id=21855>
948 <rdar://problem/6278244>
950 Since DumpRenderTree support was added in order to support these tests,
951 they are skipped on non-Mac platforms.
953 * fast/events/popup-blocking-click-in-iframe-expected.txt: Added.
954 * fast/events/popup-blocking-click-in-iframe.html: Added.
955 * fast/events/resources/popup-blocking-click-in-iframe-otherFrame.html: Added.
956 * platform/gtk/Skipped:
957 * platform/qt/Skipped:
958 * platform/win/Skipped:
960 2008-12-18 Pamela Greene <pam@chromium.org>
962 Submitted without review.
963 Moving layout test from root level into LayoutTests where it belongs.
965 * fast/dom/setter-type-enforcement-expected.txt: Copied from fast/dom/setter-type-enforcement-expected.txt.
966 * fast/dom/setter-type-enforcement.html: Copied from fast/dom/setter-type-enforcement.html.
968 2008-12-17 Geoffrey Garen <ggaren@apple.com>
970 Reviewed by Gavin Barraclough.
972 Added a test for https://bugs.webkit.org/show_bug.cgi?id=22393
973 Segfault when caching property accesses to primitive cells.
975 * fast/js/primitive-property-access-edge-cases-expected.txt: Added.
976 * fast/js/primitive-property-access-edge-cases.html: Added.
977 * fast/js/resources/primitive-property-access-edge-cases.js: Added.
980 2008-12-17 Simon Fraser <simon.fraser@apple.com>
982 Reviewed by Dave Hyatt
984 https://bugs.webkit.org/show_bug.cgi?id=22570
986 Add testcase for reflection on an element with overflow: hidden
988 * fast/reflections/reflection-overflow-hidden.html: Added.
989 * platform/mac/fast/reflections/reflection-overflow-hidden-expected.checksum: Added.
990 * platform/mac/fast/reflections/reflection-overflow-hidden-expected.png: Added.
991 * platform/mac/fast/reflections/reflection-overflow-hidden-expected.txt: Added.
993 2008-12-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
995 Reviewed by Maciej Stachowiak.
997 Update results after fixing wml.css, to be more in-line with html4.css.
999 Fixes all <do> related tests, to correctly appear as buttons,
1000 not just text with gray background, as it used to be.
1002 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
1003 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
1004 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
1005 * platform/mac/fast/wml/do-shadow-expected.checksum:
1006 * platform/mac/fast/wml/do-shadow-expected.png:
1007 * platform/mac/fast/wml/do-shadow-expected.txt:
1008 * platform/mac/fast/wml/do-template-expected.checksum:
1009 * platform/mac/fast/wml/do-template-expected.png:
1010 * platform/mac/fast/wml/do-template-expected.txt:
1011 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
1012 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
1013 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
1014 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum:
1015 * platform/mac/fast/wml/err-invalid-variable-name-expected.png:
1016 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
1017 * platform/mac/fast/wml/err-samename-do-expected.checksum:
1018 * platform/mac/fast/wml/err-samename-do-expected.png:
1019 * platform/mac/fast/wml/err-samename-do-expected.txt:
1021 2008-12-17 Feng Qian <feng@chromium.org>
1023 Reviewed by Alexey Proskuryakov.
1024 Landed by Adam Barth.
1026 https://bugs.webkit.org/show_bug.cgi?id=21948
1027 Change two tests to use the host url in XMLHttpRequest so that
1028 it does not fail because of Chrome's file URL security policy.
1029 It does not affect the expected behaviors of tests.
1030 * fast/dom/null-document-xmlhttprequest-open.html:
1031 * fast/dom/xmlhttprequest-invalid-values.html:
1033 2008-12-17 Pamela Greene <pam@chromium.org>
1035 Reviewed by Darin Adler.
1036 Landed by Adam Barth.
1038 https://bugs.webkit.org/show_bug.cgi?id=22577
1039 Add a test to ensure that checkboxes and radio buttons with duplicate
1040 names map to a collection.
1042 * fast/dom/HTMLInputElement/duplicate-element-names-expected.txt: Added.
1043 * fast/dom/HTMLInputElement/duplicate-element-names.html: Added.
1045 2008-12-17 Pamela Greene <pam@chromium.org>
1047 Reviewed by Darin Adler.
1048 Landed by Adam Barth.
1050 https://bugs.webkit.org/show_bug.cgi?id=22612
1051 Add test to verify type enforcement in DOM setters.
1053 * fast/dom/setter-type-enforcement-expected.txt: Added.
1054 * fast/dom/setter-type-enforcement.html: Added.
1056 2008-12-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1058 Rubber-stamped by Timothy Hatcher.
1060 Fix wml/ tests, by doing s/</\</ and s/>/\>/.
1061 Not sure why this problem wasn't visible before, something has changed.
1063 * wml/go-task-animation-expected.txt:
1064 * wml/go-task-get-method-external-deck-expected.txt:
1065 * wml/go-task-get-method-external-deck-with-href-expected.txt:
1066 * wml/go-task-get-method-same-deck-expected.txt:
1067 * wml/resources/go-task-animation.js:
1068 * wml/resources/go-task-get-method-external-deck-with-href.js:
1069 * wml/resources/go-task-get-method-external-deck.js:
1070 * wml/resources/go-task-get-method-same-deck.js:
1072 2008-12-16 Simon Hausmann <hausmann@webkit.org>
1074 Reviewed by Holger Freyther.
1076 Unskip some tests that pass with the Qt DRT fixed for unload event
1079 * platform/qt/Skipped:
1081 2008-12-16 Simon Hausmann <hausmann@webkit.org>
1083 Reviewed by Holger Freyther.
1085 Added mac API specific loader test to the skip list for the Qt DRT.
1087 * platform/qt/Skipped:
1089 2008-12-15 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1091 Reviewed by Oliver Hunt.
1093 Add several testcases covering WML table element handling.
1094 Fixed fast/wml/case-sensitivity.wml - which used HTML style tables, that now raise errors (missing 'columns' attribute).
1096 * fast/wml/case-sensitivity.wml:
1097 * fast/wml/table-element-align-attribute-invalid.wml: Added.
1098 * fast/wml/table-element-columns-attribute-invalid-number.wml: Added.
1099 * fast/wml/table-element-columns-attribute-invalid.wml: Added.
1100 * fast/wml/table-element-columns-attribute-missing.wml: Added.
1101 * fast/wml/table-element-columns-attribute.wml: Added.
1102 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.checksum:
1103 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.png:
1104 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.txt:
1105 * platform/mac/fast/wml/table-element-align-attribute-invalid-expected.checksum: Added.
1106 * platform/mac/fast/wml/table-element-align-attribute-invalid-expected.png: Added.
1107 * platform/mac/fast/wml/table-element-align-attribute-invalid-expected.txt: Added.
1108 * platform/mac/fast/wml/table-element-columns-attribute-expected.checksum: Added.
1109 * platform/mac/fast/wml/table-element-columns-attribute-expected.png: Added.
1110 * platform/mac/fast/wml/table-element-columns-attribute-expected.txt: Added.
1111 * platform/mac/fast/wml/table-element-columns-attribute-invalid-expected.checksum: Added.
1112 * platform/mac/fast/wml/table-element-columns-attribute-invalid-expected.png: Added.
1113 * platform/mac/fast/wml/table-element-columns-attribute-invalid-expected.txt: Added.
1114 * platform/mac/fast/wml/table-element-columns-attribute-invalid-number-expected.checksum: Added.
1115 * platform/mac/fast/wml/table-element-columns-attribute-invalid-number-expected.png: Added.
1116 * platform/mac/fast/wml/table-element-columns-attribute-invalid-number-expected.txt: Added.
1117 * platform/mac/fast/wml/table-element-columns-attribute-missing-expected.checksum: Added.
1118 * platform/mac/fast/wml/table-element-columns-attribute-missing-expected.png: Added.
1119 * platform/mac/fast/wml/table-element-columns-attribute-missing-expected.txt: Added.
1120 * platform/mac/fast/wml/table-element-expected.checksum:
1121 * platform/mac/fast/wml/table-element-expected.png:
1122 * platform/mac/fast/wml/table-element-expected.txt:
1124 2008-12-15 Darin Adler <darin@apple.com>
1126 Reviewed by Sam Weinig.
1128 - test for <rdar://problem/6427048> crash due to infinite recursion after setting window.__proto__ = window
1130 * fast/canvas/canvas-gradient-without-path.html: Let make-js-test-wrappers update this one.
1132 * fast/dom/Window/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
1133 * fast/dom/Window/resources/window-custom-prototype.js: Added.
1134 * fast/dom/Window/window-custom-prototype-expected.txt: Added.
1135 * fast/dom/Window/window-custom-prototype.html: Added.
1137 2008-12-15 Pierre-Olivier Latour <pol@apple.com>
1139 Reviewed by Dan Bernstein.
1141 Added an extra layout test for transitions.
1143 https://bugs.webkit.org/show_bug.cgi?id=22836
1145 * transitions/change-values-during-transition-expected.txt: Added.
1146 * transitions/change-values-during-transition.html: Added.
1148 2008-12-15 Pierre-Olivier Latour <pol@apple.com>
1150 Reviewed by Dan Bernstein.
1152 Added an extra layout test for animations.
1154 https://bugs.webkit.org/show_bug.cgi?id=22836
1156 * animations/combo-transform-rotate+scale-expected.txt: Added.
1157 * animations/combo-transform-rotate+scale.html: Added.
1159 2008-12-15 Pierre-Olivier Latour <pol@apple.com>
1161 Updated transform-value-types.html and transform-value-types-expected.txt to latest version
1162 since change r39264 was lost when relocating these files.
1164 https://bugs.webkit.org/show_bug.cgi?id=22836
1166 * transforms/2d/transform-value-types-expected.txt:
1167 * transforms/2d/transform-value-types.html:
1169 2008-12-15 Pierre-Olivier Latour <pol@apple.com>
1171 Reviewed by Sam Weinig.
1173 Add new layout tests for transforms, animations & transitions.
1174 Also move a couple transform layout tests to the proper subdirectory.
1176 https://bugs.webkit.org/show_bug.cgi?id=22836
1178 * animations/combo-transform-translate+scale-expected.txt: Added.
1179 * animations/combo-transform-translate+scale.html: Added.
1180 * transforms/2d/computed-style-origin-expected.txt: Copied from LayoutTests/transforms/computed-style-origin-expected.txt.
1181 * transforms/2d/computed-style-origin.html: Copied from LayoutTests/transforms/computed-style-origin.html.
1182 * transforms/2d/transform-value-types-expected.txt: Copied from LayoutTests/transforms/transform-value-types-expected.txt.
1183 * transforms/2d/transform-value-types.html: Copied from LayoutTests/transforms/transform-value-types.html.
1184 * transforms/computed-style-origin-expected.txt: Removed.
1185 * transforms/computed-style-origin.html: Removed.
1186 * transforms/transform-value-types-expected.txt: Removed.
1187 * transforms/transform-value-types.html: Removed.
1188 * transitions/interrupt-transform-transition-expected.txt: Added.
1189 * transitions/interrupt-transform-transition.html: Added.
1190 * transitions/start-transform-transition-expected.txt: Added.
1191 * transitions/start-transform-transition.html: Added.
1192 * transitions/transition-timing-function-software-expected.txt: Added.
1193 * transitions/transition-timing-function-software.html: Added.
1194 * transitions/zero-duration-in-list-expected.txt: Added.
1195 * transitions/zero-duration-in-list.html: Added.
1196 * transitions/zero-duration-without-units-expected.txt: Added.
1197 * transitions/zero-duration-without-units.html: Added.
1199 2008-12-15 Simon Hausmann <hausmann@webkit.org>
1201 Reviewed by Holger Freyther.
1203 Add worker tests to the skip list for the Qt DRT as the feature is not enabled.
1205 * platform/qt/Skipped:
1207 2008-12-14 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1209 Reviewed by George Staikos.
1211 Add a new WML testcase covering <timer> and <go> combinations: wml/go-task-animation.html
1213 * wml/go-task-animation-expected.txt: Added.
1214 * wml/go-task-animation.html: Added.
1215 * wml/resources/WMLTestCase.js:
1216 (createWMLTestCase.iframeElement.onload):
1217 (createWMLTestCase):
1218 * wml/resources/animation.wml: Added.
1219 * wml/resources/go-task-animation.js: Added.
1220 (setupTestDocument):
1223 * wml/resources/go-task-get-method-same-deck.js:
1224 (setupTestDocument):
1225 * wml/resources/test-document.wml:
1227 2008-12-14 Dirk Schulze <krit@webkit.org>
1229 Reviewed by Oliver Hunt.
1231 Ensure correct behaviour of composite on a fully transparent color.
1233 * fast/canvas/canvas-transparency-and-composite-expected.txt: Added.
1234 * fast/canvas/canvas-transparency-and-composite.html: Added.
1235 * fast/canvas/resources/canvas-transparency-and-composite.js: Added.
1237 2008-12-14 Alexey Proskuryakov <ap@webkit.org>
1239 Suggested by Holger Freyther.
1241 * fast/workers/worker-navigator-expected.txt:
1242 * fast/workers/worker-navigator.html:
1243 navigator.platform.length is intentionally zero on Gtk+, changed to check for its type.
1245 2008-12-13 Alexey Proskuryakov <ap@webkit.org>
1247 Reviewed by Darin Adler.
1249 https://bugs.webkit.org/show_bug.cgi?id=22843
1250 Auto-generate JSWorkerContext
1252 * fast/workers/worker-replace-self-expected.txt: Added.
1253 * fast/workers/worker-replace-self.html: Added.
1254 Test that "self" is replaceable. This matches window.self behavior, but not Firefox.
1256 * fast/workers/worker-location-expected.txt:
1257 * fast/workers/worker-location.html:
1258 Added a test for global constructor.
1260 2008-12-13 Dirk Schulze <krit@webkit.org>
1262 Reviewed by Oliver Hunt.
1264 This test is wrong. We shouldn't fill something with a gradient, if the
1267 * fast/canvas/gradient-empty-path.html: Removed.
1268 * platform/mac/fast/canvas/gradient-empty-path-expected.checksum: Removed.
1269 * platform/mac/fast/canvas/gradient-empty-path-expected.png: Removed.
1270 * platform/mac/fast/canvas/gradient-empty-path-expected.txt: Removed.
1272 2008-12-13 Darin Adler <darin@apple.com>
1274 Reviewed by Dan Bernstein.
1276 - test for https://bugs.webkit.org/show_bug.cgi?id=18734
1277 REGRESSION (r31081): Focus problems in Gmail 2/Plain text message text
1278 <rdar://problem/5892415>
1280 * fast/forms/textarea-selection-preservation-expected.txt: Added.
1281 * fast/forms/textarea-selection-preservation.html: Added.
1283 2008-12-13 Holger Hans Peter Freyther <zecke@selfish.org>
1285 Reviewed by Dan Bernstein.
1287 Revert pixel test results back to the old version. This is
1290 https://bugs.webkit.org/show_bug.cgi?id=22824
1292 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
1293 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
1294 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1295 * platform/mac/svg/custom/image-small-width-height-expected.checksum:
1296 * platform/mac/svg/custom/image-small-width-height-expected.png:
1297 * platform/mac/svg/custom/image-small-width-height-expected.txt:
1298 * platform/mac/svg/text/text-tselect-02-f-expected.checksum:
1299 * platform/mac/svg/text/text-tselect-02-f-expected.png:
1300 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
1302 2008-12-13 Dirk Schulze <krit@webkit.org>
1304 Reviewed by Darin Adler.
1306 Checks behavior of gradients on an empty path in canvas.
1308 * fast/canvas/canvas-gradient-without-path-expected.txt: Added.
1309 * fast/canvas/canvas-gradient-without-path.html: Added.
1310 * fast/canvas/resources/canvas-gradient-without-path.js: Added.
1312 2008-12-12 Dean Jackson <dino@apple.com>
1314 Reviewed by Darin Adler.
1316 Expose WebKitAnimationEvent, WebKitTransitionEvent,
1317 WebKitCSSTransformValue, WebKitCSSKeyframeRule and
1318 WebKitCSSKeyframesRule to Window object.
1320 https://bugs.webkit.org/show_bug.cgi?id=20560
1322 * animations/keyframes-rule-expected.txt:
1323 * animations/keyframes-rule.html:
1324 * fast/dom/Window/window-properties-expected.txt:
1325 * fast/events/event-instanceof-expected.txt:
1326 * fast/events/resources/event-instanceof.js:
1327 * fast/js/global-constructors-expected.txt:
1328 * transforms/transform-value-types-expected.txt:
1329 * transforms/transform-value-types.html:
1331 2008-12-12 Cameron Zwarich <zwarich@apple.com>
1333 Reviewed by Oliver Hunt.
1335 Tests for bug 22835: Crash during bytecode generation when comparing to null
1336 <https://bugs.webkit.org/show_bug.cgi?id=22835>
1337 <rdar://problem/6286749>
1339 * fast/js/ignored-result-null-comparison-crash-expected.txt: Added.
1340 * fast/js/ignored-result-null-comparison-crash.html: Added.
1341 * fast/js/resources/ignored-result-null-comparison-crash.js: Added.
1343 2008-12-12 Pierre-Olivier Latour <pol@apple.com>
1345 Checked-in new results for failing SVG tests so that the bots are green again.
1347 https://bugs.webkit.org/show_bug.cgi?id=22824
1349 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
1350 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
1351 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1352 * platform/mac/svg/custom/image-small-width-height-expected.checksum:
1353 * platform/mac/svg/custom/image-small-width-height-expected.png:
1354 * platform/mac/svg/custom/image-small-width-height-expected.txt:
1355 * platform/mac/svg/text/text-tselect-02-f-expected.checksum:
1356 * platform/mac/svg/text/text-tselect-02-f-expected.png:
1357 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
1359 2008-12-12 Simon Hausmann <hausmann@webkit.org>
1361 Rubber-stamped by Holger Freyther.
1363 Added all the failing tests in the Qt build that require font metrics
1364 to the skipped list, as discussed. We cannot maintain the metrics
1367 * platform/qt/Skipped:
1369 2008-12-11 Cameron Zwarich <zwarich@apple.com>
1371 Rubber-stamped by Mark Rowe.
1373 Roll out r39212 due to assertion failures during layout tests, multiple
1374 layout test failures, memory leaks, and obvious incorrectness.
1376 * security/override-preferences-2-expected.txt: Removed.
1377 * security/override-preferences-2.html: Removed.
1378 * security/override-preferences-expected.txt: Removed.
1379 * security/override-preferences.html: Removed.
1380 * security/override-zzz-reset-expected.txt: Removed.
1381 * security/override-zzz-reset.html: Removed.
1383 2008-12-11 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1385 Reviewed by Holger Freyther.
1387 Fix WML image layout tests to not rely on external resources.
1388 Update results after adding <img> support.
1390 * fast/wml/img-localsrc.wml:
1391 * fast/wml/img-src-localsrc-alt.wml:
1392 * fast/wml/img-src.wml:
1393 * fast/wml/resources: Added.
1394 * fast/wml/resources/fail.png: Added.
1395 * fast/wml/resources/pass.png: Added.
1396 * platform/mac/fast/wml/img-localsrc-expected.checksum:
1397 * platform/mac/fast/wml/img-localsrc-expected.png:
1398 * platform/mac/fast/wml/img-localsrc-expected.txt:
1399 * platform/mac/fast/wml/img-src-expected.checksum:
1400 * platform/mac/fast/wml/img-src-expected.png:
1401 * platform/mac/fast/wml/img-src-expected.txt:
1402 * platform/mac/fast/wml/img-src-localsrc-alt-expected.checksum:
1403 * platform/mac/fast/wml/img-src-localsrc-alt-expected.png:
1404 * platform/mac/fast/wml/img-src-localsrc-alt-expected.txt:
1406 2008-12-10 Oliver Hunt <oliver@apple.com>
1408 Reviewed by Adele Peterson.
1410 Crash (null-deref) when using :before pseudoselector with content CSS rule in SVG
1411 <rdar://problem/6302405>
1412 <https://bugs.webkit.org/show_bug.cgi?id=22804>
1414 Test to make sure we don't crash, and don't display generated content.
1416 * svg/css/crash-css-generated-content-expected.txt: Added.
1417 * svg/css/crash-css-generated-content.xhtml: Added.
1419 2008-12-11 Anders Carlsson <andersca@apple.com>
1421 Reviewed by Cameron Zwarich.
1423 https://bugs.webkit.org/show_bug.cgi?id=22797
1424 REGRESSION: Crash at http://news.cnet.com/8301-17939_109-10119149-2.html
1426 * http/tests/plugins/get-url-expected.txt: Added.
1427 * http/tests/plugins/get-url.html: Added.
1429 2008-12-11 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1431 Reviewed by Eric Seidel.
1433 Fix typo in doctype (correct wapforum.org URL)
1435 * fast/wml/p-align.wml:
1436 * fast/wml/p-mode.wml:
1438 2008-12-08 Dean McNamee <deanm@chromium.org>
1440 Reviewed by Darin Adler.
1442 Always append a trailing slash when using PHP's sys_get_temp_dir().
1444 This allows these tests to run on Linux, where this API returns the
1445 directory without a trailing slash.
1447 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
1448 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
1449 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
1450 * http/tests/xmlhttprequest/resources/portabilityLayer.php:
1451 * http/tests/xmlhttprequest/resources/reset-temp-file.php:
1453 2008-12-10 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1455 Rubber-stamped by George Staikos.
1457 Update WML pixel test results, after adding <template> support.
1459 * platform/mac/fast/wml/do-shadow-expected.checksum:
1460 * platform/mac/fast/wml/do-shadow-expected.png:
1461 * platform/mac/fast/wml/do-template-expected.checksum:
1462 * platform/mac/fast/wml/do-template-expected.png:
1464 2008-12-10 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1466 Reviewed by Eric Seidel.
1468 Update WML test results after adding <template> support.
1470 * platform/mac/fast/wml/do-shadow-expected.txt:
1471 * platform/mac/fast/wml/do-template-expected.txt:
1473 2008-12-10 Brady Eidson <beidson@apple.com>
1477 Most of these policy delegate related tests will now pass with accompanying DRT changes.
1479 * platform/win/Skipped:
1481 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
1483 Reviewed by Darin Adler.
1485 Replaced outdated reference image for svg/webarchive/svg-cursor-subresources.svg
1487 https://bugs.webkit.org/show_bug.cgi?id=22801
1489 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.checksum:
1490 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.png:
1492 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
1494 Reviewed by Darin Adler.
1496 Rewrote animations/animation-test-helpers.js to take advantage of the pauseAnimationAtTimeOnElementWithId()
1497 API when available in DRT.
1499 Updated all animations tests that check for values of animated CSS properties to use these new helper functions.
1501 https://bugs.webkit.org/show_bug.cgi?id=22796
1503 * animations/animation-test-helpers.js:
1505 (checkExpectedValue):
1509 * animations/big-rotation-expected.txt:
1510 * animations/big-rotation.html:
1511 * animations/change-keyframes-expected.txt:
1512 * animations/change-keyframes-name-expected.txt:
1513 * animations/change-keyframes-name.html:
1514 * animations/change-keyframes.html:
1515 * animations/change-one-anim-expected.txt:
1516 * animations/change-one-anim.html:
1517 * animations/generic-from-to-expected.txt:
1518 * animations/generic-from-to.html:
1519 * animations/import-expected.txt:
1520 * animations/import.html:
1521 * animations/keyframe-timing-functions-expected.txt:
1522 * animations/keyframe-timing-functions.html:
1523 * animations/keyframes-comma-separated-expected.txt:
1524 * animations/keyframes-comma-separated.html:
1525 * animations/keyframes-expected.txt:
1526 * animations/keyframes-from-missing.html:
1527 * animations/keyframes-out-of-order-expected.txt:
1528 * animations/keyframes-out-of-order.html:
1529 * animations/keyframes-to-missing.html:
1530 * animations/keyframes.html:
1531 * animations/lineheight-animation-expected.txt:
1532 * animations/lineheight-animation.html:
1533 * animations/matrix-anim-expected.txt:
1534 * animations/matrix-anim.html:
1535 * animations/multiple-animations-expected.txt:
1536 * animations/multiple-animations.html:
1537 * animations/multiple-keyframes-expected.txt:
1538 * animations/multiple-keyframes.html:
1539 * animations/transition-and-animation-1-expected.txt:
1540 * animations/transition-and-animation-1.html:
1541 * animations/transition-and-animation-2-expected.txt:
1542 * animations/transition-and-animation-2.html:
1543 * animations/width-using-ems-expected.txt:
1544 * animations/width-using-ems.html:
1545 * platform/win/Skipped:
1547 2008-12-10 Alice Liu <alice.liu@apple.com>
1549 Adding tweak to .conf files needed for
1550 WebCore/manual-tests/drag-image-to-desktop.html
1552 Reviewed by Darin Adler.
1554 * http/conf/apache2-debian-httpd.conf:
1555 * http/conf/apache2-httpd.conf:
1556 * http/conf/cygwin-httpd.conf:
1557 * http/conf/httpd.conf:
1558 * http/tests/misc/resources/generatedimage.bat: Added.
1560 2008-12-10 Geoffrey Garen <ggaren@apple.com>
1562 Reviewed by Sam :( Weinig.
1564 Added a test for http://trac.webkit.org/changeset/39162.
1566 * fast/regex/malformed-escapes-expected.txt: Added.
1567 * fast/regex/malformed-escapes.html: Added.
1568 * fast/regex/resources/malformed-escapes.js: Added.
1570 2008-12-10 Brady Eidson <beidson@apple.com>
1574 New layout tests for testing the fix for https://bugs.webkit.org/show_bug.cgi?id=22194:
1576 * http/tests/navigation/post-goback-repost-policy-expected.txt: Added.
1577 * http/tests/navigation/post-goback-repost-policy.html: Added.
1578 * http/tests/navigation/resources/goback-with-policydelegate.html: Added.
1579 * http/tests/navigation/resources/post-target-policy-test.html: Added.
1581 Updated layout test results for the new "custom policy delegate" mechanism:
1583 * fast/encoding/mailto-always-utf-8-expected.txt:
1584 * fast/forms/mailto/advanced-get-expected.txt:
1585 * fast/forms/mailto/advanced-put-expected.txt:
1586 * fast/forms/mailto/get-multiple-items-expected.txt:
1587 * fast/forms/mailto/get-multiple-items-text-plain-expected.txt:
1588 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded-expected.txt:
1589 * fast/forms/mailto/get-non-ascii-always-utf-8-expected.txt:
1590 * fast/forms/mailto/get-non-ascii-expected.txt:
1591 * fast/forms/mailto/get-non-ascii-text-plain-expected.txt:
1592 * fast/forms/mailto/get-non-ascii-text-plain-latin-1-expected.txt:
1593 * fast/forms/mailto/get-overwrite-query-expected.txt:
1594 * fast/forms/mailto/post-append-query-expected.txt:
1595 * fast/forms/mailto/post-multiple-items-expected.txt:
1596 * fast/forms/mailto/post-multiple-items-multipart-form-data-expected.txt:
1597 * fast/forms/mailto/post-multiple-items-text-plain-expected.txt:
1598 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded-expected.txt:
1599 * fast/forms/mailto/post-text-plain-expected.txt:
1600 * fast/forms/mailto/post-text-plain-with-accept-charset-expected.txt:
1601 * http/tests/security/feed-urls-from-remote-expected.txt:
1603 Skip the new test on Windows until the policy delegate can be enhanced there:
1604 * platform/win/Skipped:
1605 (It is already implicitly skipped for qt and gtk)
1607 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
1609 Reviewed by Darin Adler.
1611 Added a test to verify that the DRT API pauseAnimationAtTimeOnElementWithId() does work
1612 with animations using multiple keyframes.
1614 https://bugs.webkit.org/show_bug.cgi?id=22773
1616 * animations/animation-drt-api-multiple-keyframes.html: Added.
1617 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.checksum: Added.
1618 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.png: Added.
1619 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.txt: Added.
1620 * platform/win/Skipped:
1622 2008-12-10 Hironori Bono <hbono@chromium.org>
1624 Reviewed by Alexey Proskuryakov.
1626 Bug 21820: Unable to enter the Tamil UNICODE Characters via Thamizha Phonetic IME
1627 https://bugs.webkit.org/show_bug.cgi?id=21820
1629 <rdar://problem/5683248> Typing backspace to delete a diacritical mark also deletes the character before (Arabic)
1630 <rdar://problem/5702038> Backspace removes Thai Character in wrong sequence
1632 Added test for verifying if a backspace key deletes only the last character of a ligature which consists of
1633 multiple Unicode characters.
1634 Also added a test for verifying an undo operation works after deleting the last character of a ligature.
1636 * editing/deleting/delete-ligature-001-expected.txt: Added.
1637 * editing/deleting/delete-ligature-001.html: Added.
1638 * editing/deleting/delete-ligature-002-expected.txt: Added.
1639 * editing/deleting/delete-ligature-002.html: Added.
1640 * editing/deleting/delete-ligature-003-expected.txt: Added.
1641 * editing/deleting/delete-ligature-003.html: Added.
1643 2008-12-10 Alexey Proskuryakov <ap@webkit.org>
1645 Rubber-stamped by Maciej Stachowiak.
1647 <rdar://problem/5959165> Crash in a number of iExploder tests in WebCore::CachedImage::notifyObservers
1649 Add a test for a crash that is no longer reproducible.
1651 * fast/css/mask-missing-image-crash-expected.txt: Added.
1652 * fast/css/mask-missing-image-crash.html: Added.
1654 2008-12-09 Alexey Proskuryakov <ap@webkit.org>
1656 Rubber-stamped by Dan Bernstein.
1658 https://bugs.webkit.org/show_bug.cgi?id=19762
1659 Crash in svg/webarchive/svg-cursor-subresources.svg
1661 * svg/webarchive/svg-cursor-subresources.svg: Copied from LayoutTests/svg/webarchive/svg-cursor-subresources.svg-disabled.
1662 * svg/webarchive/svg-cursor-subresources.svg-disabled: Removed.
1663 Re-enabling the test.
1665 2008-12-09 Geoffrey Garen <ggaren@apple.com>
1667 Reviewed by Oliver Hunt.
1669 Added a test for an assertion followed by a quantifier.
1671 * fast/regex/quantified-assertions-expected.txt: Added.
1672 * fast/regex/quantified-assertions.html: Added.
1673 * fast/regex/resources/quantified-assertions.js: Copied from fast/regex/resources/alternative-length-miscalculation.js.
1675 2008-12-09 Geoffrey Garen <ggaren@apple.com>
1677 Reviewed by Cameron Zwarich.
1679 Updated regular expression layout tests to be agnostic between WREC
1680 and PCRE quirks. Also, updated results to match new, more web-compatible
1681 regular expression parsing.
1683 * fast/js/regexp-charclass-crash-expected.txt:
1684 * fast/js/regexp-charclass-crash.html:
1685 * fast/js/regexp-no-extensions-expected.txt:
1686 * fast/js/resources/regexp-no-extensions.js:
1687 * fast/regex/test1-expected.txt:
1689 2008-12-09 David Levin <levin@chromium.org>
1691 Reviewed by Eric Seidel.
1693 https://bugs.webkit.org/show_bug.cgi?id=22512
1695 Add a test to check for crashes when attaching an event to a document created by
1696 'document.implementation.createDocument'.
1698 * fast/events/create-document-crash-on-attach-event-expected.txt: Added.
1699 * fast/events/create-document-crash-on-attach-event.html: Added.
1700 * fast/events/resources/create-document-crash-on-attach-event.js: Added.
1703 2008-12-09 David Levin <levin@chromium.org>
1705 Reviewed by Eric Seidel.
1707 Add a test to check the event order for context clicks on Windows.
1709 https://bugs.webkit.org/show_bug.cgi?id=22505
1711 * platform/win/fast/events/context-click-events-expected.txt: Added.
1712 * platform/win/fast/events/context-click-events.html: Added.
1713 * platform/win/fast/events/resources: Added.
1714 * platform/win/fast/events/resources/TEMPLATE.html: Added.
1715 * platform/win/fast/events/resources/context-click-events.js: Added.
1720 2008-12-09 Alexey Proskuryakov <ap@webkit.org>
1722 Reviewed by Darin Adler.
1724 https://bugs.webkit.org/show_bug.cgi?id=22719
1725 Implement Navigator object in Workers
1727 * fast/workers/worker-navigator-expected.txt: Added.
1728 * fast/workers/worker-navigator.html: Added.
1730 2008-12-09 Pamela Greene <pam@chromium.org>
1732 Submitted without review.
1733 Corrected results so the test passes.
1735 * fast/events/special-key-events-in-input-text-expected.txt:
1737 2008-12-09 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1739 Reviewed by Alexey Proskuryakov.
1741 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22637
1743 Add new tests covering the WMLGoElement's GET method.
1744 Reactive disabled WML tests, as LayoutTests/wml/ is not run anymore if WebCore has been built without WML support.
1746 * wml/go-task-get-method-external-deck-expected.txt: Added.
1747 * wml/go-task-get-method-external-deck-with-href-expected.txt: Added.
1748 * wml/go-task-get-method-external-deck-with-href.html: Added.
1749 * wml/go-task-get-method-external-deck.html: Added.
1750 * wml/go-task-get-method-same-deck-expected.txt: Added.
1751 * wml/go-task-get-method-same-deck.html: Added.
1752 * wml/resources/WMLTestCase.js:
1753 (createWMLTestCase.iframeElement.onload):
1754 (createWMLTestCase):
1755 (completeTest.script.onload):
1757 * wml/resources/external-deck.wml: Added.
1758 * wml/resources/go-task-get-method-external-deck-with-href.js: Added.
1759 (setupTestDocument):
1762 * wml/resources/go-task-get-method-external-deck.js: Added.
1763 (setupTestDocument):
1766 * wml/resources/go-task-get-method-same-deck.js: Added.
1767 (setupTestDocument):
1770 * wml/resources/test-document.wml: Added.
1771 * wml/variable-reference-invalid-character.html: Copied from LayoutTests/wml/variable-reference-invalid-character.html-disabled.
1772 * wml/variable-reference-invalid-character.html-disabled: Removed.
1773 * wml/variable-reference-valid.html: Copied from LayoutTests/wml/variable-reference-valid.html-disabled.
1774 * wml/variable-reference-valid.html-disabled: Removed.
1776 2008-12-08 Dmitry Titov <dimich@chromium.org>
1778 Reviewed by Darin Adler.
1780 Test for https://bugs.webkit.org/show_bug.cgi?id=22710
1781 Verifies that active timeout does not cause memory leak.
1783 * fast/dom/Window/resources/long_timeout.html: Added.
1784 * fast/dom/Window/timeout-released-on-close-expected.txt: Added.
1785 * fast/dom/Window/timeout-released-on-close.html: Added.
1787 2008-12-08 Geoffrey Garen <ggaren@apple.com>
1789 Reviewed by Sam Weinig.
1791 Fixed js-test-pre.js to print a meaningful, complete sentence when
1792 exception tests fail.
1794 * fast/js/const-expected.txt: Updated test for new results.
1796 * fast/js/resources/js-test-pre.js:
1799 2008-12-08 Pierre-Olivier Latour <pol@apple.com>
1801 Reviewed by Dan Bernstein.
1803 Increase timeout in video-paint-test.js so that <video> tests pass on the Tiger pixel bot which is slower
1804 than the Leopard one.
1806 https://bugs.webkit.org/show_bug.cgi?id=22742
1808 * media/video-paint-test.js:
1811 2008-12-08 Geoffrey Garen <ggaren@apple.com>
1813 Reviewed by Sam Weinig.
1815 Added a test for interesting uses of non-pattern-characters in regular
1818 * fast/regex/non-pattern-characters-expected.txt: Added.
1819 * fast/regex/non-pattern-characters.html: Added.
1820 * fast/regex/resources/non-pattern-characters.js: Added.
1822 2008-12-08 Darin Adler <darin@apple.com>
1824 Reviewed by John Sullivan.
1826 - tests for https://bugs.webkit.org/show_bug.cgi?id=22409
1827 REGRESSION: cmd-shift-left/right don't switch tabs, instead select text
1829 * editing/execCommand/enabling-and-selection-2-expected.txt: Added.
1830 * editing/execCommand/enabling-and-selection-2.html: Added.
1831 * editing/execCommand/enabling-and-selection-expected.txt: Added.
1832 * editing/execCommand/enabling-and-selection.html: Added.
1833 * editing/execCommand/resources: Added.
1834 * editing/execCommand/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
1835 * editing/execCommand/resources/enabling-and-selection-2.js: Added.
1836 * editing/execCommand/resources/enabling-and-selection.js: Added.
1838 * fast/canvas/canvas-setTransform.html: Let make-js-test-wrappers update this.
1839 * fast/canvas/canvas-strokeRect.html: Ditto.
1841 * platform/qt/Skipped: Added enabling-and-selection-2 to the skipped list.
1842 * platform/win/Skipped: Ditto.
1844 2008-12-08 Pamela Greene <pam@chromium.org>
1846 Reviewed by Darin Adler.
1848 https://bugs.webkit.org/show_bug.cgi?id=22739
1849 Test the sequence of keyboard events generated for a keypress.
1851 * fast/events/special-key-events-in-input-text-expected.txt: Added.
1852 * fast/events/special-key-events-in-input-text.html: Added.
1854 2008-12-08 Julien Chaffraix <jchaffraix@webkit.org>
1856 Reviewed by Darin Adler.
1858 Tests cases for bug 17897: Not Rendering Images Imported from XHTML Document
1859 <rdar://problem/5827614>
1861 - xmlhttprequest-image-not-loaded*: test that an image loaded by an XMLHttpRequest and inserted into a XHTML or SVG Document
1862 is properly rendered.
1864 - 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
1865 (whether it does really change the url or not).
1867 * http/tests/misc/image-blocked-src-change-expected.txt: Added.
1868 * http/tests/misc/image-blocked-src-change.html: Added.
1869 * http/tests/misc/image-blocked-src-no-change-expected.txt: Added.
1870 * http/tests/misc/image-blocked-src-no-change.html: Added.
1871 * http/tests/xmlhttprequest/resources/load-icon.svg: Added.
1872 * http/tests/xmlhttprequest/resources/load-icon.xhtml: Added.
1873 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-expected.txt: Added.
1874 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg-expected.txt: Added.
1875 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg.svg: Added.
1876 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded.html: Added.
1878 2008-12-08 Mark Rowe <mrowe@apple.com>
1880 Rubber-stamped by Sam Weinig.
1882 Disable the WML tests since no platforms build with WML enabled by default and the test failures are annoying.
1884 * wml/variable-reference-invalid-character.html-disabled: Renamed from LayoutTests/wml/variable-reference-invalid-character.html.
1885 * wml/variable-reference-valid.html-disabled: Renamed from LayoutTests/wml/variable-reference-valid.html.
1887 2008-12-08 Aaron Boodman <aa@chromium.org>
1889 Reviewed by Stephanie Lewis.
1891 https://bugs.webkit.org/show_bug.cgi?id=22301
1892 Make dispatchDidFinishLoading() always fire before didFinishLoadForFrame().
1894 * fast/dom/Window/get-set-properties-expected.txt:
1895 * fast/events/onunload-window-property-expected.txt:
1896 * http/tests/loading/basic-expected.txt:
1897 * http/tests/loading/empty-subframe-expected.txt:
1898 * http/tests/loading/gmail-assert-on-load-expected.txt:
1899 * http/tests/loading/location-hash-reload-cycle-expected.txt:
1900 * http/tests/loading/onload-vs-immediate-refresh-expected.txt:
1901 * http/tests/loading/slow-parsing-subframe-expected.txt:
1902 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
1903 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
1904 * webarchive/loading/test-loading-archive-expected.txt:
1906 2008-12-08 Oliver Hunt <oliver@apple.com>
1908 Reviewed by Alexey Proskuryakov.
1910 Bug 22398: r39059: Crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler
1911 <rdar://problem/6426245> REGRESSION(r39059): Reproducible crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler (22398)
1913 Add crash test for this regression -- simply clear the transition duration in the transitionEnd handler.
1915 * transitions/transition-duration-cleared-in-transitionend-crash-expected.txt: Added.
1916 * transitions/transition-duration-cleared-in-transitionend-crash.html: Added.
1918 2008-12-07 Simon Fraser <simon.fraser@apple.com>
1920 Reviewed by Dan Bernstein
1922 https://bugs.webkit.org/show_bug.cgi?id=22594
1924 Testcase for fetching inline style for -webkit-transform-origin
1925 and -webkit-transition.
1927 * fast/css/transform-inline-style-expected.txt: Added.
1928 * fast/css/transform-inline-style.html: Added.
1930 2008-12-07 Dirk Schulze <krit@webkit.org>
1932 Reviewed by Oliver Hunt.
1934 Tests strokeRect with patterns and gradients.
1936 * fast/canvas/canvas-strokeRect-expected.txt: Added.
1937 * fast/canvas/canvas-strokeRect.html: Added.
1938 * fast/canvas/resources/canvas-strokeRect.js: Added.
1940 2008-12-06 Dirk Schulze <krit@webkit.org>
1942 Reviewed by Oliver Hunt.
1944 Added tests for canvas's setTransform() and updated an existing one.
1946 * fast/canvas/canvas-setTransform-expected.txt: Added.
1947 * fast/canvas/canvas-setTransform.html: Added.
1948 * fast/canvas/resources/canvas-setTransform.js: Added.
1949 * fast/dom/Window/window-properties-expected.txt:
1951 2008-12-06 Antti Koivisto <antti@apple.com>
1953 Reusing property slots changed property ordering in this text.
1955 * editing/pasteboard/5780697-2-expected.txt:
1957 2008-12-06 Simon Fraser <simon.fraser@apple.com>
1959 Reviewed by Antti Koivisto, Dan Bernstein
1961 https://bugs.webkit.org/show_bug.cgi?id=22088
1963 Testcase for repaint issue when transform changes
1965 * fast/repaint/transform-repaint-descendants.html: Added.
1966 * platform/mac/fast/repaint/transform-repaint-descendants-expected.checksum: Added.
1967 * platform/mac/fast/repaint/transform-repaint-descendants-expected.png: Added.
1968 * platform/mac/fast/repaint/transform-repaint-descendants-expected.txt: Added.
1970 2008-12-06 Simon Fraser <simon.fraser@apple.com>
1972 Update expected image now that the caret renders in transformed
1975 https://bugs.webkit.org/show_bug.cgi?id=15671
1977 * platform/mac/fast/forms/search-transformed-expected.checksum:
1978 * platform/mac/fast/forms/search-transformed-expected.png:
1980 2008-12-06 Simon Fraser <simon.fraser@apple.com>
1982 Reviewed by Dan Bernstein
1984 https://bugs.webkit.org/show_bug.cgi?id=15739
1986 Testcase for selection painting on a transformed, replaced element.
1988 * fast/replaced/selection-rect-transform.html: Added.
1989 * platform/mac/fast/replaced/selection-rect-transform-expected.checksum: Added.
1990 * platform/mac/fast/replaced/selection-rect-transform-expected.png: Added.
1991 * platform/mac/fast/replaced/selection-rect-transform-expected.txt: Added.
1993 2008-12-06 Simon Fraser <simon.fraser@apple.com>
1995 Reviewed by Dave Hyatt
1997 https://bugs.webkit.org/show_bug.cgi?id=15671
1999 * fast/transforms/transformed-caret.html: Added.
2000 * platform/mac/fast/transforms/transformed-caret-expected.checksum: Added.
2001 * platform/mac/fast/transforms/transformed-caret-expected.png: Added.
2002 * platform/mac/fast/transforms/transformed-caret-expected.txt: Added.
2004 New testcase for caret on transformed element.
2006 * platform/mac/fast/transforms/transformed-focused-text-input-expected.checksum:
2007 * platform/mac/fast/transforms/transformed-focused-text-input-expected.png:
2009 Fix expected now that caret rendering works properly.
2011 2008-12-05 Chris Marrin <cmarrin@apple.com>
2013 Reviewed by Dave Hyatt.
2015 Testcases for https://bugs.webkit.org/show_bug.cgi?id=22635
2017 * animations/animation-iteration-event-destroy-renderer-expected.txt: Added.
2018 * animations/animation-iteration-event-destroy-renderer.html: Added.
2019 * animations/animation-start-event-destroy-renderer-expected.txt: Added.
2020 * animations/animation-start-event-destroy-renderer.html: Added.
2022 2008-12-05 Pamela Greene <pam@chromium.org>
2024 Reviewed by Darin Adler.
2026 https://bugs.webkit.org/show_bug.cgi?id=22608
2027 Add a test for line numbers of uncaught JS exceptions.
2029 * fast/js/uncaught-exception-line-number-expected.txt: Added.
2030 * fast/js/uncaught-exception-line-number.html: Added.
2032 2008-12-05 Pamela Greene <pam@chromium.org>
2034 Reviewed by Darin Adler.
2036 https://bugs.webkit.org/show_bug.cgi?id=22604
2037 Add test for onload handler named 'onload'.
2039 * fast/events/onload-name-collision-expected.txt: Added.
2040 * fast/events/onload-name-collision.html: Added.
2042 2008-12-05 Pamela Greene <pam@chromium.org>
2044 Reviewed by Darin Adler.
2046 https://bugs.webkit.org/show_bug.cgi?id=22601
2047 Add test to verify that calling functions on a Java applet from JS works.
2049 * fast/dom/java-applet-calls-expected.txt: Added.
2050 * fast/dom/java-applet-calls.html: Added.
2051 * fast/dom/resources/TestApplet.class: Added.
2052 * fast/dom/resources/TestApplet.java: Added.
2053 (TestApplet): Source of test applet for use by layout test(s).
2055 (TestApplet.setString):
2056 (TestApplet.getString):
2058 2008-12-05 Pamela Greene <pam@chromium.org>
2060 Reviewed by Darin Adler.
2062 https://bugs.webkit.org/show_bug.cgi?id=22592
2063 Make sure the onload handler is only called once, even when there are
2064 multiple <body> nodes in the document.
2066 * fast/events/onload-fires-twice-expected.txt: Added.
2067 * fast/events/onload-fires-twice.html: Added.
2069 2008-12-05 Pamela Greene <pam@chromium.org>
2071 Reviewed by Darin Adler.
2073 https://bugs.webkit.org/show_bug.cgi?id=22575
2074 Add a test for accessing NodeList items by name.
2076 * fast/dom/NodeList/nodelist-item-with-name-expected.txt: Added.
2077 * fast/dom/NodeList/nodelist-item-with-name.html: Added.
2079 2008-12-05 Pamela Greene <pam@chromium.org>
2081 Reviewed by Eric Seidel.
2083 https://bugs.webkit.org/show_bug.cgi?id=22632
2084 Add a test for DOM operations with incompatible receivers or arguments.
2086 * fast/dom/incompatible-operations-expected.txt: Added.
2087 * fast/dom/incompatible-operations.html: Added.
2089 2008-12-05 Justin Garcia <justin.garcia@apple.com>
2091 Updating these test results. On Tiger the fragment created from RTFD data
2092 contained interchange newlines that we incorrectly handled before r38983.
2094 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.checksum:
2095 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.png:
2096 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.txt:
2098 2008-12-05 Geoffrey Garen <ggaren@apple.com>
2100 Reviewed by Sam Weinig.
2102 Added a test for a bug I discovered while working on
2103 https://bugs.webkit.org/show_bug.cgi?id=22685.
2105 * fast/regex/non-capturing-backtracking-expected.txt: Added.
2106 * fast/regex/non-capturing-backtracking.html: Added.
2107 * fast/regex/resources/non-capturing-backtracking.js: Added.
2109 2008-12-05 Dean Jackson <dino@apple.com>
2111 Reviewed by David Hyatt.
2113 No longer need to add a fake listener on a document
2114 node in order to get events passed up to Window.
2115 https://bugs.webkit.org/show_bug.cgi?id=20572
2117 * transitions/transition-end-event-window.html:
2119 2008-12-05 Kevin McCullough <kmccullough@apple.com>
2121 Reviewed by Tim Hatcher.
2123 - Fix intermittent profiler test failures. The problem is that idle
2124 time only shows up some times, probably dependent on if the system is
2125 running a little slow or has a network hiccup. I've removed this.
2126 - I've also added <rdar://problem/6422004> Profiler tests fail because
2127 they sometimes don't have (idle) time. This is to investigate whether or
2128 not idle time should be showing up at all when running these tests.
2130 * fast/profiler/anonymous-event-handler-expected.txt:
2131 * fast/profiler/anonymous-function-called-from-different-contexts-expected.txt:
2132 * fast/profiler/anonymous-function-calls-built-in-functions-expected.txt:
2133 * fast/profiler/anonymous-function-calls-eval-expected.txt:
2134 * fast/profiler/apply-expected.txt:
2135 * fast/profiler/built-in-function-calls-anonymous-expected.txt:
2136 * fast/profiler/built-in-function-calls-user-defined-function-expected.txt:
2137 * fast/profiler/call-expected.txt:
2138 * fast/profiler/call-nodelist-as-function-expected.txt:
2139 * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope-expected.txt:
2140 * fast/profiler/compare-multiple-profiles-expected.txt:
2141 * fast/profiler/constructor-expected.txt:
2142 * fast/profiler/dead-time-expected.txt:
2143 * fast/profiler/document-dot-write-expected.txt:
2144 * fast/profiler/event-handler-expected.txt:
2145 * fast/profiler/execution-context-and-eval-on-same-line-expected.txt:
2146 * fast/profiler/heavy-view-expected.txt:
2147 * fast/profiler/inline-event-handler-expected.txt:
2148 * fast/profiler/many-calls-in-the-same-scope-expected.txt:
2149 * fast/profiler/multiple-and-different-scoped-anonymous-function-calls-expected.txt:
2150 * fast/profiler/multiple-and-different-scoped-function-calls-expected.txt:
2151 * fast/profiler/multiple-frames-expected.txt:
2152 * fast/profiler/nested-anonymous-functon-expected.txt:
2153 * fast/profiler/nested-start-and-stop-profiler-expected.txt:
2154 * fast/profiler/one-execution-context-expected.txt:
2155 * fast/profiler/profile-calls-in-included-file-expected.txt:
2156 * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting-expected.txt:
2157 * fast/profiler/profiling-from-a-nested-location-expected.txt:
2158 * fast/profiler/resources/profiler-test-JS-resources.js:
2159 (printProfileNodeWithoutTime):
2160 * fast/profiler/simple-event-call-expected.txt:
2161 * fast/profiler/simple-no-level-change-expected.txt:
2162 * fast/profiler/start-and-stop-profiler-multiple-times-expected.txt:
2163 * fast/profiler/start-and-stop-profiling-in-the-same-function-expected.txt:
2164 * fast/profiler/stop-profiling-after-setTimeout-expected.txt:
2165 * fast/profiler/stop-then-function-call-expected.txt:
2166 * fast/profiler/throw-exception-from-eval-expected.txt:
2167 * fast/profiler/two-execution-contexts-expected.txt:
2168 * fast/profiler/user-defined-function-calls-built-in-functions-expected.txt:
2169 * fast/profiler/window-dot-eval-expected.txt:
2171 2008-12-05 Alexey Proskuryakov <ap@webkit.org>
2173 Reviewed by Darin Adler.
2175 https://bugs.webkit.org/show_bug.cgi?id=22672
2176 ASSERT(m_table) when xhr.onabort creates another xhr or calls setTimeout
2178 * http/tests/xmlhttprequest/send-on-abort-expected.txt: Added.
2179 * http/tests/xmlhttprequest/send-on-abort.html: Added.
2181 * http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Removed.
2182 * http/tests/xmlhttprequest/abort-on-leaving-page.html: Removed.
2183 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
2184 * http/tests/xmlhttprequest/resources/slow-response.pl: Removed.
2185 Stopping an XHR due to navigation no longer dispatches events.
2187 2008-12-05 Jungshik Shin <jshin@chromium.org>
2189 Reviewed by Alexey Proskuryakov.
2191 https://bugs.webkit.org/show_bug.cgi?id=22472
2193 Revises charset alias map for TextCodecICU.
2194 - Uses windows-949 and windows-874 instead of windows-949-2000 and windows-874-2000
2195 - Replaces 'windows874' in a couple of place with 'windows-874' (for the canonical name)
2196 - Maps 'dos-874' to 'windows-874'. Currently, it's aliases to 'cp874', which is in turn
2197 mapped to 'TIS-620'. 'TIS-620' is manually aliased to 'windows-874'. We'd better directly
2198 alias 'dos-874' to 'windows-874'.
2199 - Replaces 'EUC-CN' with 'GBK' when it's used as the canonical name.
2200 Similar to the above case, we're getting rid of indirection that eventually leads to 'GBK' by
2201 directly going to 'GBK'.
2202 - Puts Mac encodings in a separate test 'char-decoding-mac.html'. Rename 'char-decoding-mac.html'
2203 in platform/mac to 'xnextstep-decoding.html' to avoid the name collision in the result files.
2204 - Adds a JS file for common functions used by char-decoding-*.html tests.
2206 * fast/encoding/char-decoding-expected.txt:
2207 * fast/encoding/char-decoding-mac-expected.txt: Added.
2208 * fast/encoding/char-decoding-mac.html: Added.
2209 * fast/encoding/char-decoding.html:
2210 * fast/encoding/resources/char-decoding-utils.js
2211 * platform/mac/fast/encoding/char-decoding-mac-expected.txt: Removed.
2212 * platform/mac/fast/encoding/char-decoding-mac.html: Removed.
2213 * platform/mac/fast/encoding/xnextstep-decoding-expected.txt: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac-expected.txt.
2214 * platform/mac/fast/encoding/xnextstep-decoding.html: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac.html.
2216 2008-12-03 Geoffrey Garen <ggaren@apple.com>
2218 Reviewed by Oliver Hunt.
2220 Added a test for another input length miscalculation.
2222 * fast/regex/alternative-length-miscalculation-expected.txt:
2223 * fast/regex/resources/alternative-length-miscalculation.js:
2225 2008-12-03 Jungshik Shin <jshin@chromium.org>
2227 Reviewed by Darin Adler.
2229 Add missing test files (utf-16,32 files) and two php files
2230 for bug 21635 and enabled utf-7 tests (bug 22492). The patch
2231 for bug 21635 was landed in http://trac.webkit.org/changeset/38755,
2232 but binary test files (utf-16/32) were omitted in the changeset.
2234 https://bugs.webkit.org/show_bug.cgi?id=21635
2235 https://bugs.webkit.org/show_bug.cgi?id=22492
2237 * http/tests/misc/resources/check-query-param.php: Added.
2238 * http/tests/misc/resources/echo-query-param.php: Added.
2239 * http/tests/misc/submit-get-in-utf16be.html: Added.
2240 * http/tests/misc/submit-get-in-utf16le.html: Added.
2241 * http/tests/misc/submit-get-in-utf32be.html: Added.
2242 * http/tests/misc/submit-get-in-utf32le.html: Added.
2243 * http/tests/misc/submit-get-in-utf7.html: Copied from http/tests/misc/submit-get-in-utf7.html-disabled.
2244 * http/tests/misc/submit-get-in-utf7.html-disabled: Removed.
2245 * http/tests/misc/submit-post-in-utf16be.html: Added.
2246 * http/tests/misc/submit-post-in-utf16le.html: Added.
2247 * http/tests/misc/submit-post-in-utf32be.html: Added.
2248 * http/tests/misc/submit-post-in-utf32le.html: Added.
2249 * http/tests/misc/submit-post-in-utf7.html: Copied from http/tests/misc/submit-post-in-utf7.html-disabled.
2250 * http/tests/misc/submit-post-in-utf7.html-disabled: Removed.
2251 * http/tests/misc/url-in-utf16be.html: Added.
2252 * http/tests/misc/url-in-utf16le.html: Added.
2253 * http/tests/misc/url-in-utf32be.html: Added.
2254 * http/tests/misc/url-in-utf32le.html: Added.
2255 * http/tests/misc/url-in-utf7.html: Copied from http/tests/misc/url-in-utf7.html-disabled.
2256 * http/tests/misc/url-in-utf7.html-disabled: Removed.
2258 2008-12-03 Justin Garcia <justin.garcia@apple.com>
2260 Reviewed by Beth Dakin.
2262 <rdar://problem/6018653> Extra blank line when pasting paragraph in plain text
2264 * editing/pasteboard/6018653-expected.txt: Added.
2265 * editing/pasteboard/6018653.html: Added.
2267 2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2269 Reviewed by George Staikos.
2271 Forgot to rerun make-js-test-wrappers, and update some fast/wml results.
2273 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
2274 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
2275 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
2276 * wml/resources/variable-reference-invalid-character.js:
2277 * wml/resources/variable-reference-valid.js:
2279 2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2281 Reviewed by George Staikos.
2283 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22636
2285 Add a first set of scriptable WML layout tests.
2286 Embed WML documents in an <iframe>, contained in a (X)HTML document, and script
2287 the LayoutTestController through XHTML <script> elements. See WMLTestCase.js,
2288 which is derived from SVGTestCase.js.
2290 All wml/*.html files are generated using make-js-test-wrappers.
2292 Add two tests covering variable substitution.
2295 * wml/resources: Added.
2296 * wml/resources/TEMPLATE.html: Added.
2297 * wml/resources/WMLTestCase.js: Added.
2299 (createWMLTestCase.iframeElement.onload):
2300 (createWMLTestCase):
2303 (completeTest.script.onload):
2305 * wml/resources/variable-reference-invalid-character.js: Added.
2306 (setupTestDocument):
2309 * wml/resources/variable-reference-valid.js: Added.
2310 (setupTestDocument):
2313 * wml/variable-reference-invalid-character-expected.txt: Added.
2314 * wml/variable-reference-invalid-character.html: Added.
2315 * wml/variable-reference-valid-expected.txt: Added.
2316 * wml/variable-reference-valid.html: Added.
2318 2008-12-03 Simon Fraser <simon.fraser@apple.com>
2320 Reviewed by Dave Hyatt
2322 Clean up and unify transition and animation test cases that destroy
2323 the renderer in the 'ended' event callback, either through setting display:none,
2324 or removing the element.
2326 * animations/animation-end-event-destroy-renderer-expected.txt: Added.
2327 * animations/animation-end-event-destroy-renderer.html: Added.
2328 * animations/transform-animation-event-destroy-element-expected.txt: Removed.
2329 * animations/transform-animation-event-destroy-element.html: Removed.
2330 * transitions/transform-transition-event-destroy-element-expected.txt: Removed.
2331 * transitions/transform-transition-event-destroy-element.html: Removed.
2332 * transitions/transition-end-event-destroy-renderer-expected.txt: Added.
2333 * transitions/transition-end-event-destroy-renderer.html: Added.
2335 2008-12-03 Alexey Proskuryakov <ap@webkit.org>
2337 Reviewed by Darin Adler.
2339 https://bugs.webkit.org/show_bug.cgi?id=22630
2340 Assertion failure in XMLHttpRequest::contextDestroyed
2342 * http/tests/xmlhttprequest/close-window-expected.txt: Added.
2343 * http/tests/xmlhttprequest/close-window.html: Added.
2344 * http/tests/xmlhttprequest/resources/close-window-frame.html: Added.
2346 2008-12-03 Dean Jackson <dino@apple.com>
2348 Reviewed by Dan Bernstein.
2350 Tests for CSS 3 <angle> turn unit
2351 https://bugs.webkit.org/show_bug.cgi?id=22497
2353 * transforms/2d/transform-2d-expected.txt:
2354 * transforms/2d/transform-2d.html:
2355 * transforms/transform-value-types-expected.txt:
2356 * transforms/transform-value-types.html:
2358 2008-12-03 Dean Jackson <dino@apple.com>
2360 Reviewed by Dan Bernstein.
2362 Clean up some tests for private DRT API.
2363 https://bugs.webkit.org/show_bug.cgi?id=22498
2365 * platform/win/Skipped:
2366 * transitions/transition-drt-api-delay-expected.txt:
2367 * transitions/transition-drt-api-delay.html:
2368 * transitions/transition-shorthand-delay-expected.txt:
2369 * transitions/transition-shorthand-delay.html:
2371 2008-12-03 Dirk Schulze <krit@webkit.org>
2373 Updated/Correcte the SVG pixel tests.
2374 We pass two more SVG tests now.
2376 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
2377 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
2378 * platform/mac/svg/batik/text/textEffect3-expected.checksum:
2379 * platform/mac/svg/batik/text/textEffect3-expected.png:
2381 2008-12-03 Dmitry Titov <dimich@chromium.org>
2383 Reviewed by Alexey Proskuryakov.
2385 Add test for https://bugs.webkit.org/show_bug.cgi?id=22600,
2386 verifying that timeout callback is executed in the right scope.
2388 * fast/dom/Window/timeout-callback-scope-expected.txt: Added.
2389 * fast/dom/Window/timeout-callback-scope.html: Added.
2391 2008-12-02 Alexey Proskuryakov <ap@webkit.org>
2393 Reviewed by Maciej Stachowiak.
2395 https://bugs.webkit.org/show_bug.cgi?id=22543
2396 Consolidate ActiveDOMObject page cache interaction
2398 * http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Added.
2399 * http/tests/xmlhttprequest/abort-on-leaving-page.html: Added.
2400 * http/tests/xmlhttprequest/resources/slow-response.pl: Added.
2401 Check that XHR is aborted when navigating to a different page.
2403 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
2404 A readystatechange event is now fired when destroying a subframe that made a request.
2405 This matches Firefox, although test output is somewhat different due to window.parent
2406 being inaccessible from a detached frame there.
2408 2008-11-28 Cameron Zwarich <zwarich@apple.com>
2410 Reviewed by Geoff Garen.
2412 Add tests for bug 22504: Crashes during code generation occur due to refing of ignoredResult()
2413 <https://bugs.webkit.org/show_bug.cgi?id=22504>
2415 * fast/js/ignored-result-ref-crash-expected.txt: Added.
2416 * fast/js/ignored-result-ref-crash.html: Added.
2417 * fast/js/resources/ignored-result-ref-crash.js: Added.
2419 2008-12-02 Geoffrey Garen <ggaren@apple.com>
2421 Reviewed by Cameron Zwarich.
2423 Test for https://bugs.webkit.org/show_bug.cgi?id=22537
2424 REGRESSION (r38745): Assertion failure in jsSubstring() at ge.com
2426 * fast/regex/alternative-length-miscalculation-expected.txt: Added.
2427 * fast/regex/alternative-length-miscalculation.html: Added.
2429 2008-12-02 Simon Fraser <simon.fraser@apple.com>
2431 Reviewed by Dave Hyatt
2433 https://bugs.webkit.org/show_bug.cgi?id=22472
2435 Test for repainting a selected, replaced element.
2437 * fast/repaint/selected-replaced.html: Added.
2438 * platform/mac/fast/repaint/selected-replaced-expected.checksum: Added.
2439 * platform/mac/fast/repaint/selected-replaced-expected.png: Added.
2440 * platform/mac/fast/repaint/selected-replaced-expected.txt: Added.
2442 2008-12-02 Chris Fleizach <cfleizach@apple.com>
2444 Reviewed by Beth Dakin.
2446 Added and modified tests for
2447 Bug 22606: Can <th> serves as the AXTitleUIElement for <td>?
2449 * accessibility/image-map1-expected.txt:
2450 * accessibility/image-map2-expected.txt:
2451 * accessibility/internal-link-anchors2-expected.txt:
2452 * accessibility/lists-expected.txt:
2453 * accessibility/plugin-expected.txt:
2454 * accessibility/table-detection-expected.txt:
2455 * accessibility/table-one-cell-expected.txt:
2456 * accessibility/table-with-aria-role-expected.txt:
2457 * accessibility/table-with-rules-expected.txt:
2458 * accessibility/th-as-title-ui-expected.txt: Added.
2459 * accessibility/th-as-title-ui.html: Added.
2461 2008-12-02 Chris Fleizach <cfleizach@apple.com>
2463 Update tests for Bug 22596: Some elements don't report AXBlockQuoteLevel
2465 Reviewed by John Sullivan.
2467 * accessibility/document-links-expected.txt:
2468 * accessibility/image-map1-expected.txt:
2469 * accessibility/image-map2-expected.txt:
2471 2008-12-02 Dimitri Glazkov <dglazkov@chromium.org>
2473 Reviewed by Eric Seidel.
2475 Add Layout test for https://bugs.webkit.org/show_bug.cgi?id=22460,
2476 testing ASSERT in console.trace() due to incomplete inheritance chain.
2478 * fast/dom/Window/console-trace-expected.txt: Added.
2479 * fast/dom/Window/console-trace.html: Added.
2481 2008-12-02 Michael Moss <mmoss@chromium.org>
2483 Reviewed by Eric Seidel.
2485 Enable http/tests/navigation/reload-subframe-*frame.html on Windows.
2486 https://bugs.webkit.org/show_bug.cgi?id=20926
2488 * platform/win/Skipped:
2490 2008-12-01 Beth Dakin <bdakin@apple.com>
2492 Reviewed by Dan Bernstein.
2494 Tests for https://bugs.webkit.org/show_bug.cgi?id=13736 REGRESSION
2495 (r19811): Using the down arrow in a textarea gets "stuck" at the
2496 end of a wrapped line
2497 And corresponding: <rdar://problem/5347931>
2499 * editing/selection/wrapped-line-caret-1.html: Added.
2500 * editing/selection/wrapped-line-caret-2.html: Added.
2501 * platform/mac/editing/selection/wrapped-line-caret-1-
2502 expected.checksum: Added.
2503 * platform/mac/editing/selection/wrapped-line-caret-1-expected.png:
2505 * platform/mac/editing/selection/wrapped-line-caret-1-expected.txt:
2507 * platform/mac/editing/selection/wrapped-line-caret-2-
2508 expected.checksum: Added.
2509 * platform/mac/editing/selection/wrapped-line-caret-2-expected.png:
2511 * platform/mac/editing/selection/wrapped-line-caret-2-expected.txt:
2514 2008-12-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2516 Not reviewed. Forgot to include updated layout tests in last commit.
2518 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
2519 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
2520 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
2522 2008-12-01 Pierre-Olivier Latour <pol@apple.com>
2524 Reviewed by Mark Rowe.
2526 Updated the reference images for the <video> layout tests as the ones checked-in previously
2527 do not pass on the pixel bots.
2529 https://bugs.webkit.org/show_bug.cgi?id=21911
2531 * platform/mac/media/video-aspect-ratio-expected.checksum:
2532 * platform/mac/media/video-aspect-ratio-expected.png:
2533 * platform/mac/media/video-controls-rendering-expected.checksum:
2534 * platform/mac/media/video-controls-rendering-expected.png:
2535 * platform/mac/media/video-display-toggle-expected.checksum:
2536 * platform/mac/media/video-display-toggle-expected.png:
2537 * platform/mac/media/video-layer-crash-expected.checksum:
2538 * platform/mac/media/video-layer-crash-expected.png:
2539 * platform/mac/media/video-transformed-expected.checksum:
2540 * platform/mac/media/video-transformed-expected.png:
2542 2008-12-01 David Kilzer <ddkilzer@apple.com>
2544 Bug 22466: REGRESSION (35867): Many resources missing when saving webarchive of webkit.org
2546 <https://bugs.webkit.org/show_bug.cgi?id=22466>
2547 <rdar://problem/6403593>
2549 Reviewed by Brady Eidson.
2551 * http/tests/webarchive/resources/test-preload-resources.css: Added.
2552 * http/tests/webarchive/test-preload-resources-expected.webarchive: Added.
2553 * http/tests/webarchive/test-preload-resources.html: Added.
2554 * platform/qt/Skipped: Added http/tests/webarchive and grouped the
2555 skipped list of other webarchive tests together.
2556 * platform/win/Skipped: Added http/tests/webarchive.
2558 2008-12-01 Pamela Greene <pam@chromium.org>
2560 Reviewed by Darin Adler.
2562 https://bugs.webkit.org/show_bug.cgi?id=22464
2563 Add a test for a potential crash when performing a same-origin
2564 check on a subframe reloaded with about:blank.
2566 * fast/js/same-origin-subframe-about-blank-expected.txt: Added.
2567 * fast/js/same-origin-subframe-about-blank.html: Added.
2569 2008-12-01 Pierre-Olivier Latour <pol@apple.com>
2571 Reviewed by Dan Bernstein.
2573 Fixed <video> layout tests so that DRT is notified they are done only when the video frames
2574 are effectively rendered in the page. This requires using a timeout since there is no <video>
2575 event that fires when the first frame has been drawn (the closest even fires when the element
2576 is ready to render and will eventually draw at some unknown point in the future).
2577 Thanks to this change, these tests now pass in --pixel mode as well.
2579 https://bugs.webkit.org/show_bug.cgi?id=21911
2581 * media/video-aspect-ratio.html:
2582 * media/video-controls-rendering.html:
2583 * media/video-display-toggle.html:
2584 * media/video-layer-crash.html:
2585 * media/video-paint-test.js:
2587 * media/video-transformed.html:
2588 * platform/mac/media/video-aspect-ratio-expected.checksum:
2589 * platform/mac/media/video-aspect-ratio-expected.png:
2590 * platform/mac/media/video-controls-rendering-expected.checksum:
2591 * platform/mac/media/video-controls-rendering-expected.png:
2592 * platform/mac/media/video-display-toggle-expected.checksum:
2593 * platform/mac/media/video-display-toggle-expected.png:
2594 * platform/mac/media/video-layer-crash-expected.checksum:
2595 * platform/mac/media/video-layer-crash-expected.png:
2596 * platform/mac/media/video-transformed-expected.checksum:
2597 * platform/mac/media/video-transformed-expected.png:
2599 2008-12-01 Pamela Greene <pam@chromium.org>
2601 Reviewed by Darin Adler.
2603 https://bugs.webkit.org/show_bug.cgi?id=22463
2604 Add a test for accessing navigator.cookieEnabled after navigation.
2606 * fast/dom/navigator-cookieEnabled-no-crash-expected.txt: Added.
2607 * fast/dom/navigator-cookieEnabled-no-crash.html: Added.
2608 * fast/dom/resources/test-successful-destination.html: Added.
2610 2008-12-01 Pamela Greene <pam@chromium.org>
2612 Reviewed by Sam Weinig.
2614 https://bugs.webkit.org/show_bug.cgi?id=22365
2615 Add a test to verify behavior of DOM node constructors.
2617 * fast/dom/dom-constructors-expected.txt: Added.
2618 * fast/dom/dom-constructors.html: Added.
2620 2008-12-01 Pamela Greene <pam@chromium.org>
2622 Reviewed by Darin Adler.
2624 https://bugs.webkit.org/show_bug.cgi?id=22358
2625 Add a test for crash on "Copy" after showing a tooltip.
2627 * editing/pasteboard/copy-crash-expected.txt: Added.
2628 * editing/pasteboard/copy-crash.html: Added.
2630 2008-12-01 Alexey Proskuryakov <ap@webkit.org>
2632 Rubber-stamped by Mark Rowe.
2634 https://bugs.webkit.org/show_bug.cgi?id=22531
2635 Stack overflow on PowerPC on fast/workers/use-machine-stack.html
2637 Disabling the test until the problem can be investigated.
2639 * fast/workers/use-machine-stack.html: Removed.
2640 * fast/workers/use-machine-stack.html-disabled: Copied from fast/workers/use-machine-stack.html.
2642 2008-11-28 Sam Weinig <sam@webkit.org>
2644 Reviewed by Alexey Proskuryakov.
2646 Test for https://bugs.webkit.org/show_bug.cgi?id=21063
2647 NULL pointer crash in dispatchEvent(null);
2649 * fast/events/dispatchEvent-crash-expected.txt: Added.
2650 * fast/events/dispatchEvent-crash.html: Added.
2652 2008-11-29 Dan Bernstein <mitz@apple.com>
2654 Reviewed by Alexey Proskuryakov.
2656 - test for https://bugs.webkit.org/show_bug.cgi?id=22454
2657 <rdar://problem/6405550> REGRESSION (3.2-TOT): Crash below FontFallbackList::fontDataAt on jacobian.org
2659 * http/tests/misc/font-face-in-multiple-segmented-faces-expected.txt: Added.
2660 * http/tests/misc/font-face-in-multiple-segmented-faces.html: Added.
2662 2008-11-29 Alexey Proskuryakov <ap@webkit.org>
2664 Reviewed by Eric Seidel.
2666 https://bugs.webkit.org/show_bug.cgi?id=14968
2667 document.open() erroneously returns void instead of the new Document
2669 * fast/dom/HTMLDocument/document-open-return-value-expected.txt: Added.
2670 * fast/dom/HTMLDocument/document-open-return-value.html: Added.
2672 2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2674 Reviewed by Cameron Zwarich.
2676 Update WML layout test results after adding <timer> element support.
2678 * platform/mac/fast/wml/err-multi-timer-expected.checksum:
2679 * platform/mac/fast/wml/err-multi-timer-expected.png:
2680 * platform/mac/fast/wml/err-multi-timer-expected.txt:
2682 2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2684 Reviewed by Holger Freyther.
2686 Update WML layout test results after adding <do> element support.
2688 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
2689 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
2690 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
2691 * platform/mac/fast/wml/do-shadow-expected.txt:
2692 * platform/mac/fast/wml/do-template-expected.txt:
2693 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
2694 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
2695 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
2696 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
2697 * platform/mac/fast/wml/err-samename-do-expected.checksum:
2698 * platform/mac/fast/wml/err-samename-do-expected.png:
2699 * platform/mac/fast/wml/err-samename-do-expected.txt:
2701 2008-11-26 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2703 Reviewed by George Staikos.
2705 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22522
2707 Catch WML errors (invalid variable name/reference, multiple access elements, etc)
2708 while parsing the document, and stop parsing immediately and wrap the document
2709 fragment in a XHTML error document, just like it's done from XML parsing errors.
2711 Update affected layout tests (all fixed).
2713 * platform/mac/fast/wml/do-shadow-expected.txt:
2714 * platform/mac/fast/wml/do-template-expected.txt:
2715 * platform/mac/fast/wml/err-event-binding-conflict-expected.checksum:
2716 * platform/mac/fast/wml/err-event-binding-conflict-expected.png:
2717 * platform/mac/fast/wml/err-event-binding-conflict-expected.txt:
2718 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum:
2719 * platform/mac/fast/wml/err-invalid-variable-name-expected.png:
2720 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
2721 * platform/mac/fast/wml/err-multi-access-expected.checksum:
2722 * platform/mac/fast/wml/err-multi-access-expected.png:
2723 * platform/mac/fast/wml/err-multi-access-expected.txt:
2724 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.checksum:
2725 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png:
2726 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt:
2728 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
2730 Not reviewed. Forgot to include this layout test update in the last commit.
2732 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
2734 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
2736 Rubber stamped by Mark Rowe.
2738 Fix nine failing tests on the build bot. Update mac-tiger results.
2740 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
2741 * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
2742 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
2743 * platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2744 * platform/mac-tiger/svg/hixie/perf/001-expected.txt:
2745 * platform/mac-tiger/svg/hixie/perf/002-expected.txt:
2746 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
2747 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
2748 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
2750 2008-11-10 Glenn Wilson <gwilson@chromium.org>
2752 Reviewed by Dan Bernstein.
2754 Fixed bug http://bugs.webkit.org/show_bug.cgi?id=21953
2756 Added layout tests to verify that characters not defined in the default font with the small-caps variant
2759 * fast/css/small-caps-crash-expected.txt: Added.
2760 * fast/css/small-caps-crash.html: Added.
2762 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
2764 Reviewed by Oliver Hunt.
2766 Update layout tests, after fixing the path to string logic.
2768 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
2769 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
2770 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
2771 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
2772 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
2773 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
2774 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
2775 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
2776 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
2777 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
2778 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
2779 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
2780 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
2781 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
2782 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
2783 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
2784 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
2785 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
2786 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
2787 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
2788 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
2789 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
2790 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
2791 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
2792 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
2793 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
2794 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
2795 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
2796 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
2797 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
2798 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
2799 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
2800 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
2801 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
2802 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
2803 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
2804 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
2805 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
2806 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
2807 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
2808 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
2809 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
2810 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
2811 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
2812 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
2813 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
2814 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
2815 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
2816 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
2817 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
2818 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
2819 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
2820 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
2821 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
2822 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
2823 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
2824 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
2825 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
2826 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
2827 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
2828 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2829 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
2830 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
2831 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
2832 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
2833 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
2834 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
2835 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
2836 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
2837 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
2838 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
2839 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
2840 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
2841 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
2842 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
2843 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2844 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
2845 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
2846 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2847 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2848 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2849 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2850 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2851 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2852 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2853 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2854 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2855 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
2856 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2857 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2858 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2859 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2860 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2861 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2862 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2863 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2864 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
2865 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
2866 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
2867 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
2868 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
2869 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
2870 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
2871 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
2872 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
2873 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
2874 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
2875 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
2876 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
2877 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
2878 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
2879 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
2880 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
2881 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
2882 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
2883 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
2884 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
2885 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
2886 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
2887 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
2888 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
2889 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
2890 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
2891 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
2892 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
2893 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
2894 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
2895 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
2896 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
2897 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2898 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
2899 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
2900 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
2901 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
2902 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
2903 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
2904 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
2905 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
2906 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2907 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
2908 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
2909 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
2910 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
2911 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
2912 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
2913 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
2914 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
2915 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
2916 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
2917 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
2918 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
2919 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
2920 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
2921 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
2922 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
2923 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
2924 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
2925 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
2926 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
2927 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
2928 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
2929 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
2930 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
2931 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
2932 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
2933 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
2934 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
2935 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
2936 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
2937 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
2938 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
2939 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
2940 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
2941 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
2942 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
2943 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
2944 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
2945 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
2946 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
2947 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
2948 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
2949 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
2950 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
2951 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
2952 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
2953 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
2954 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2955 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2956 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
2957 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
2958 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
2959 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
2960 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
2961 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
2962 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
2963 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
2964 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
2965 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
2966 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
2967 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
2968 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
2969 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
2970 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
2971 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
2972 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
2973 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
2974 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2975 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2976 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2977 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2978 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2979 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2980 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
2981 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
2982 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
2983 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
2984 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
2985 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
2986 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
2987 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
2988 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
2989 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2990 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
2991 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
2992 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
2993 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
2994 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
2995 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
2996 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
2997 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
2998 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
2999 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
3000 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
3001 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
3002 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
3003 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
3004 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
3005 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
3006 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
3007 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
3008 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
3009 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
3010 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
3011 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
3012 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
3013 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
3014 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
3015 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
3016 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
3017 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
3018 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
3019 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
3020 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
3021 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
3022 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
3023 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
3024 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
3025 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
3026 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
3027 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
3028 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
3029 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
3030 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
3031 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
3032 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
3033 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
3034 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
3035 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
3036 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
3037 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
3038 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
3039 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
3040 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
3041 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
3042 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
3043 * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
3044 * platform/mac/svg/batik/text/textAnchor-expected.txt:
3045 * platform/mac/svg/batik/text/textAnchor2-expected.txt:
3046 * platform/mac/svg/batik/text/textAnchor3-expected.txt:
3047 * platform/mac/svg/batik/text/textEffect2-expected.txt:
3048 * platform/mac/svg/batik/text/textFeatures-expected.txt:
3049 * platform/mac/svg/batik/text/textLength-expected.txt:
3050 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
3051 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
3052 * platform/mac/svg/batik/text/textProperties-expected.txt:
3053 * platform/mac/svg/batik/text/textProperties2-expected.txt:
3054 * platform/mac/svg/batik/text/verticalText-expected.txt:
3055 * platform/mac/svg/carto.net/button-expected.txt:
3056 * platform/mac/svg/carto.net/colourpicker-expected.txt:
3057 * platform/mac/svg/carto.net/combobox-expected.txt:
3058 * platform/mac/svg/carto.net/scrollbar-expected.txt:
3059 * platform/mac/svg/carto.net/selectionlist-expected.txt:
3060 * platform/mac/svg/carto.net/slider-expected.txt:
3061 * platform/mac/svg/carto.net/textbox-expected.txt:
3062 * platform/mac/svg/carto.net/window-expected.txt:
3063 * platform/mac/svg/css/css-box-min-width-expected.txt:
3064 * platform/mac/svg/custom/SVGNumber-interface-expected.txt:
3065 * platform/mac/svg/custom/SVGPoint-interface-expected.txt:
3066 * platform/mac/svg/custom/SVGRect-interface-expected.txt:
3067 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
3068 * platform/mac/svg/custom/altglyph-expected.txt:
3069 * platform/mac/svg/custom/attribute-namespace-check-expected.txt:
3070 * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
3071 * platform/mac/svg/custom/class-baseValue-expected.txt:
3072 * platform/mac/svg/custom/class-selector-expected.txt:
3073 * platform/mac/svg/custom/clip-path-child-changes-expected.txt:
3074 * platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
3075 * platform/mac/svg/custom/clip-path-href-changes-expected.txt:
3076 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
3077 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
3078 * platform/mac/svg/custom/clip-path-units-changes-expected.txt:
3079 * platform/mac/svg/custom/clip-path-with-transform-expected.txt:
3080 * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt:
3081 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
3082 * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
3083 * platform/mac/svg/custom/create-metadata-element-expected.txt:
3084 * platform/mac/svg/custom/createelement-expected.txt:
3085 * platform/mac/svg/custom/css-pixels-dpi-expected.txt:
3086 * platform/mac/svg/custom/dasharrayOrigin-expected.txt:
3087 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
3088 * platform/mac/svg/custom/display-none-expected.txt:
3089 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
3090 * platform/mac/svg/custom/dynamic-viewBox-expected.txt:
3091 * platform/mac/svg/custom/empty-clip-path-expected.txt:
3092 * platform/mac/svg/custom/empty-merge-expected.txt:
3093 * platform/mac/svg/custom/evt-onload-expected.txt:
3094 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
3095 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
3096 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
3097 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
3098 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
3099 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
3100 * platform/mac/svg/custom/fill-fallback-expected.txt:
3101 * platform/mac/svg/custom/fill-update-expected.txt:
3102 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
3103 * platform/mac/svg/custom/focus-ring-expected.txt:
3104 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
3105 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
3106 * platform/mac/svg/custom/fractional-rects-expected.txt:
3107 * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
3108 * platform/mac/svg/custom/getTransformToElement-expected.txt:
3109 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
3110 * platform/mac/svg/custom/getsvgdocument-expected.txt:
3111 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
3112 * platform/mac/svg/custom/gradient-add-stops-expected.txt:
3113 * platform/mac/svg/custom/gradient-attr-update-expected.txt:
3114 * platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
3115 * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
3116 * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
3117 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
3118 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
3119 * platform/mac/svg/custom/gradient-stroke-width-expected.txt:
3120 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
3121 * platform/mac/svg/custom/group-opacity-expected.txt:
3122 * platform/mac/svg/custom/hit-test-with-br-expected.txt:
3123 * platform/mac/svg/custom/hover-default-fill-expected.txt:
3124 * platform/mac/svg/custom/image-parent-translation-expected.txt:
3125 * platform/mac/svg/custom/image-small-width-height-expected.txt:
3126 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt:
3127 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
3128 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
3129 * platform/mac/svg/custom/inner-percent-expected.txt:
3130 * platform/mac/svg/custom/inner-svg-hit-test-expected.txt:
3131 * platform/mac/svg/custom/invalid-css-expected.txt:
3132 * platform/mac/svg/custom/invalid-fill-expected.txt:
3133 * platform/mac/svg/custom/invalid-fill-hex-expected.txt:
3134 * platform/mac/svg/custom/invalid-lengthlist-expected.txt:
3135 * platform/mac/svg/custom/invalid-transforms-expected.txt:
3136 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
3137 * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
3138 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
3139 * platform/mac/svg/custom/js-late-marker-creation-expected.txt:
3140 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
3141 * platform/mac/svg/custom/js-late-mask-creation-expected.txt:
3142 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
3143 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
3144 * platform/mac/svg/custom/js-update-bounce-expected.txt:
3145 * platform/mac/svg/custom/js-update-container-expected.txt:
3146 * platform/mac/svg/custom/js-update-container2-expected.txt:
3147 * platform/mac/svg/custom/js-update-gradient-expected.txt:
3148 * platform/mac/svg/custom/js-update-pattern-child-expected.txt:
3149 * platform/mac/svg/custom/js-update-pattern-expected.txt:
3150 * platform/mac/svg/custom/js-update-polygon-changes-expected.txt:
3151 * platform/mac/svg/custom/js-update-polygon-removal-expected.txt:
3152 * platform/mac/svg/custom/js-update-stop-expected.txt:
3153 * platform/mac/svg/custom/js-update-style-expected.txt:
3154 * platform/mac/svg/custom/js-update-transform-addition-expected.txt:
3155 * platform/mac/svg/custom/js-update-transform-changes-expected.txt:
3156 * platform/mac/svg/custom/junk-data-expected.txt:
3157 * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
3158 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
3159 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
3160 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
3161 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
3162 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
3163 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
3164 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
3165 * platform/mac/svg/custom/marker-changes-expected.txt:
3166 * platform/mac/svg/custom/marker-child-changes-expected.txt:
3167 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
3168 * platform/mac/svg/custom/marker-overflow-clip-expected.txt:
3169 * platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
3170 * platform/mac/svg/custom/mask-changes-expected.txt:
3171 * platform/mac/svg/custom/mask-child-changes-expected.txt:
3172 * platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
3173 * platform/mac/svg/custom/mask-inside-defs-expected.txt:
3174 * platform/mac/svg/custom/missing-xlink-expected.txt:
3175 * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
3176 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
3177 * platform/mac/svg/custom/path-update-expected.txt:
3178 * platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
3179 * platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
3180 * platform/mac/svg/custom/pattern-in-defs-expected.txt:
3181 * platform/mac/svg/custom/pattern-rotate-expected.txt:
3182 * platform/mac/svg/custom/pattern-y-offset-expected.txt:
3183 * platform/mac/svg/custom/percentage-of-html-parent-expected.txt:
3184 * platform/mac/svg/custom/percentage-rect-expected.txt:
3185 * platform/mac/svg/custom/percentage-rect2-expected.txt:
3186 * platform/mac/svg/custom/pointer-events-path-expected.txt:
3187 * platform/mac/svg/custom/poly-identify-expected.txt:
3188 * platform/mac/svg/custom/polyline-invalid-points-expected.txt:
3189 * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
3190 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
3191 * platform/mac/svg/custom/prevent-default-expected.txt:
3192 * platform/mac/svg/custom/recursive-clippath-expected.txt:
3193 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt:
3194 * platform/mac/svg/custom/rgbcolor-syntax-expected.txt:
3195 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt:
3196 * platform/mac/svg/custom/rootelement-expected.txt:
3197 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
3198 * platform/mac/svg/custom/rounded-rects-expected.txt:
3199 * platform/mac/svg/custom/scroll-hit-test-expected.txt:
3200 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
3201 * platform/mac/svg/custom/second-inline-text-expected.txt:
3202 * platform/mac/svg/custom/shape-rendering-expected.txt:
3203 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
3204 * platform/mac/svg/custom/sheet-title-expected.txt:
3205 * platform/mac/svg/custom/simpleCDF-expected.txt:
3206 * platform/mac/svg/custom/stroke-fallback-expected.txt:
3207 * platform/mac/svg/custom/stroked-pattern-expected.txt:
3208 * platform/mac/svg/custom/struct-use-09-b-expected.txt:
3209 * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
3210 * platform/mac/svg/custom/svg-absolute-children-expected.txt:
3211 * platform/mac/svg/custom/svg-float-border-padding-expected.txt:
3212 * platform/mac/svg/custom/svg-overflow-types-expected.txt:
3213 * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt:
3214 * platform/mac/svg/custom/text-clip-expected.txt:
3215 * platform/mac/svg/custom/text-dom-01-f-expected.txt:
3216 * platform/mac/svg/custom/text-gradient-no-content-expected.txt:
3217 * platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt:
3218 * platform/mac/svg/custom/transform-invalid-expected.txt:
3219 * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt:
3220 * platform/mac/svg/custom/transform-scale-parse-expected.txt:
3221 * platform/mac/svg/custom/transform-with-ending-space-expected.txt:
3222 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
3223 * platform/mac/svg/custom/use-css-events-expected.txt:
3224 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
3225 * platform/mac/svg/custom/use-detach-expected.txt:
3226 * platform/mac/svg/custom/use-dynamic-append-expected.txt:
3227 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
3228 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
3229 * platform/mac/svg/custom/use-events-crash-expected.txt:
3230 * platform/mac/svg/custom/use-forward-refs-expected.txt:
3231 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
3232 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
3233 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
3234 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
3235 * platform/mac/svg/custom/use-nested-transform-expected.txt:
3236 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
3237 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
3238 * platform/mac/svg/custom/use-on-g-expected.txt:
3239 * platform/mac/svg/custom/use-on-rect-expected.txt:
3240 * platform/mac/svg/custom/use-on-symbol-expected.txt:
3241 * platform/mac/svg/custom/use-on-use-expected.txt:
3242 * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
3243 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
3244 * platform/mac/svg/custom/use-recursion-1-expected.txt:
3245 * platform/mac/svg/custom/use-recursion-3-expected.txt:
3246 * platform/mac/svg/custom/use-recursion-4-expected.txt:
3247 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
3248 * platform/mac/svg/custom/use-symbol-overflow-expected.txt:
3249 * platform/mac/svg/custom/use-transform-expected.txt:
3250 * platform/mac/svg/custom/viewBox-hit-expected.txt:
3251 * platform/mac/svg/custom/viewbox-syntax-expected.txt:
3252 * platform/mac/svg/custom/viewport-clip-expected.txt:
3253 * platform/mac/svg/custom/viewport-em-expected.txt:
3254 * platform/mac/svg/custom/viewport-no-width-height-expected.txt:
3255 * platform/mac/svg/custom/viewport-update-expected.txt:
3256 * platform/mac/svg/custom/viewport-update2-expected.txt:
3257 * platform/mac/svg/custom/visibility-override-clip-expected.txt:
3258 * platform/mac/svg/custom/visibility-override-expected.txt:
3259 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
3260 * platform/mac/svg/custom/visibility-override-mask-expected.txt:
3261 * platform/mac/svg/custom/width-full-percentage-expected.txt:
3262 * platform/mac/svg/custom/xml-stylesheet-expected.txt:
3263 * platform/mac/svg/hixie/cascade/001-broken-expected.txt:
3264 * platform/mac/svg/hixie/cascade/002-expected.txt:
3265 * platform/mac/svg/hixie/data-types/001-expected.txt:
3266 * platform/mac/svg/hixie/data-types/002-expected.txt:
3267 * platform/mac/svg/hixie/dynamic/003-expected.txt:
3268 * platform/mac/svg/hixie/dynamic/004-expected.txt:
3269 * platform/mac/svg/hixie/dynamic/005-expected.txt:
3270 * platform/mac/svg/hixie/dynamic/006-expected.txt:
3271 * platform/mac/svg/hixie/error/001-expected.txt:
3272 * platform/mac/svg/hixie/error/003-expected.txt:
3273 * platform/mac/svg/hixie/error/007-expected.txt:
3274 * platform/mac/svg/hixie/error/008-expected.txt:
3275 * platform/mac/svg/hixie/error/009-expected.txt:
3276 * platform/mac/svg/hixie/error/010-expected.txt:
3277 * platform/mac/svg/hixie/error/011-expected.txt:
3278 * platform/mac/svg/hixie/error/012-expected.txt:
3279 * platform/mac/svg/hixie/error/014-expected.txt:
3280 * platform/mac/svg/hixie/error/014-test-expected.txt:
3281 * platform/mac/svg/hixie/error/015-expected.txt:
3282 * platform/mac/svg/hixie/error/016-expected.txt:
3283 * platform/mac/svg/hixie/error/017-expected.txt:
3284 * platform/mac/svg/hixie/links/001-expected.txt:
3285 * platform/mac/svg/hixie/links/003-broken-expected.txt:
3286 * platform/mac/svg/hixie/mixed/003-expected.txt:
3287 * platform/mac/svg/hixie/mixed/004-expected.txt:
3288 * platform/mac/svg/hixie/mixed/005-expected.txt:
3289 * platform/mac/svg/hixie/mixed/006-expected.txt:
3290 * platform/mac/svg/hixie/mixed/008-expected.txt:
3291 * platform/mac/svg/hixie/mixed/009-expected.txt:
3292 * platform/mac/svg/hixie/mixed/010-expected.txt:
3293 * platform/mac/svg/hixie/mixed/011-expected.txt:
3294 * platform/mac/svg/hixie/painting/001-expected.txt:
3295 * platform/mac/svg/hixie/perf/001-expected.txt:
3296 * platform/mac/svg/hixie/perf/002-expected.txt:
3297 * platform/mac/svg/hixie/perf/003-expected.txt:
3298 * platform/mac/svg/hixie/perf/004-expected.txt:
3299 * platform/mac/svg/hixie/perf/005-expected.txt:
3300 * platform/mac/svg/hixie/perf/006-expected.txt:
3301 * platform/mac/svg/hixie/perf/007-expected.txt:
3302 * platform/mac/svg/hixie/processing-model/005-expected.txt:
3303 * platform/mac/svg/hixie/rendering-model/001-expected.txt:
3304 * platform/mac/svg/hixie/rendering-model/002-expected.txt:
3305 * platform/mac/svg/hixie/rendering-model/003-expected.txt:
3306 * platform/mac/svg/hixie/rendering-model/003a-expected.txt:
3307 * platform/mac/svg/hixie/rendering-model/004-expected.txt:
3308 * platform/mac/svg/hixie/shapes/path/001-expected.txt:
3309 * platform/mac/svg/hixie/text/001-broken-expected.txt:
3310 * platform/mac/svg/hixie/transform/001-expected.txt:
3311 * platform/mac/svg/hixie/use/001-expected.txt:
3312 * platform/mac/svg/hixie/use/002-expected.txt:
3313 * platform/mac/svg/hixie/use/002-test-expected.txt:
3314 * platform/mac/svg/hixie/viewbox/001-expected.txt:
3315 * platform/mac/svg/hixie/viewbox/002-expected.txt:
3316 * platform/mac/svg/hixie/viewbox/003-expected.txt:
3317 * platform/mac/svg/hixie/viewbox/004-expected.txt:
3318 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
3319 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
3320 * platform/mac/svg/text/kerning-expected.txt:
3321 * platform/mac/svg/text/multichar-glyph-expected.txt:
3322 * platform/mac/svg/text/text-align-01-b-expected.txt:
3323 * platform/mac/svg/text/text-align-02-b-expected.txt:
3324 * platform/mac/svg/text/text-align-03-b-expected.txt:
3325 * platform/mac/svg/text/text-align-04-b-expected.txt:
3326 * platform/mac/svg/text/text-align-05-b-expected.txt:
3327 * platform/mac/svg/text/text-align-06-b-expected.txt:
3328 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
3329 * platform/mac/svg/text/text-deco-01-b-expected.txt:
3330 * platform/mac/svg/text/text-fonts-01-t-expected.txt:
3331 * platform/mac/svg/text/text-fonts-02-t-expected.txt:
3332 * platform/mac/svg/text/text-intro-05-t-expected.txt:
3333 * platform/mac/svg/text/text-path-01-b-expected.txt:
3334 * platform/mac/svg/text/text-spacing-01-b-expected.txt:
3335 * platform/mac/svg/text/text-text-01-b-expected.txt:
3336 * platform/mac/svg/text/text-text-03-b-expected.txt:
3337 * platform/mac/svg/text/text-text-04-t-expected.txt:
3338 * platform/mac/svg/text/text-text-05-t-expected.txt:
3339 * platform/mac/svg/text/text-text-06-t-expected.txt:
3340 * platform/mac/svg/text/text-text-07-t-expected.txt:
3341 * platform/mac/svg/text/text-text-08-b-expected.txt:
3342 * platform/mac/svg/text/text-tref-01-b-expected.txt:
3343 * platform/mac/svg/text/text-tselect-01-b-expected.txt:
3344 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
3345 * platform/mac/svg/text/text-tspan-01-b-expected.txt:
3346 * platform/mac/svg/text/text-ws-01-t-expected.txt:
3347 * platform/mac/svg/text/text-ws-02-t-expected.txt:
3348 * svg/custom/text-dom-removal-expected.txt:
3349 * svg/custom/use-clipped-transform-expected.txt:
3350 * svg/custom/use-elementInstance-event-target-expected.txt:
3351 * svg/custom/use-elementInstance-methods-expected.txt:
3352 * svg/custom/use-setAttribute-crash-expected.txt:
3353 * svg/dom/SVGRectElement/rect-modify-rx-expected.txt:
3355 2008-11-26 Jan Michael Alonzo <jmalonzo@webkit.org>
3357 Reviewed by Holger Freyther.
3359 [Gtk] add/remove tests from Skipped and fix netscape plugin test
3360 https://bugs.webkit.org/show_bug.cgi?id=22484
3362 Add tests that needs confirmation of new results. Also, remove
3363 some tests that are already passing.
3365 * platform/gtk/Skipped:
3367 2008-11-26 Alexey Proskuryakov <ap@webkit.org>
3369 Reviewed by Geoff Garen.
3371 Add a test for infinite recursion in workers
3372 https://bugs.webkit.org/show_bug.cgi?id=22486
3374 * fast/workers/resources/use-machine-stack.js: Added.
3375 * fast/workers/use-machine-stack-expected.txt: Added.
3376 * fast/workers/use-machine-stack.html: Added.
3378 2008-11-25 Chris Marrin <cmarrin@apple.com>
3380 Reviewed by Dan Bernstein.
3382 Testcases for https://bugs.webkit.org/show_bug.cgi?id=22487
3384 * animations/empty-keyframes-expected.txt: Added.
3385 * animations/empty-keyframes.html: Added.
3386 * animations/fill-unset-properties-expected.txt: Added.
3387 * animations/fill-unset-properties.html: Added.
3389 2008-11-25 Simon Fraser <simon.fraser@apple.com>
3391 Reviewed by Darin Adler
3393 https://bugs.webkit.org/show_bug.cgi?id=22046
3395 Tests that remove the element upon which a transition/animation end
3396 event is being fired from within the event handler.
3398 * animations/transform-animation-event-destroy-element-expected.txt: Added.
3399 * animations/transform-animation-event-destroy-element.html: Added.
3400 * transitions/transform-transition-event-destroy-element-expected.txt: Added.
3401 * transitions/transform-transition-event-destroy-element.html: Added.
3403 2008-11-25 Darin Fisher <darin@chromium.org>
3405 Disabling these newly added tests since they fail in some configurations.
3407 See https://bugs.webkit.org/show_bug.cgi?id=21635
3409 * http/tests/misc/submit-get-in-utf7.html: Removed.
3410 * http/tests/misc/submit-get-in-utf7.html-disabled: Copied from http/tests/misc/submit-get-in-utf7.html.
3411 * http/tests/misc/submit-post-in-utf7.html: Removed.
3412 * http/tests/misc/submit-post-in-utf7.html-disabled: Copied from http/tests/misc/submit-post-in-utf7.html.
3413 * http/tests/misc/url-in-utf7.html: Removed.
3414 * http/tests/misc/url-in-utf7.html-disabled: Copied from http/tests/misc/url-in-utf7.html.
3416 2008-11-25 Jungshik Shin <jshin@chromium.org>
3418 Reviewed by Darin Adler.
3420 For Unicode encodings other than UTF-8, use UTF-8 for
3421 form submission and URL query part encoding.
3423 See https://bugs.webkit.org/show_bug.cgi?id=21635
3425 * http/tests/misc/submit-get-in-utf16be-expected.txt: Added.
3426 * http/tests/misc/submit-get-in-utf16be.html: Added.
3427 * http/tests/misc/submit-get-in-utf16le-expected.txt: Added.
3428 * http/tests/misc/submit-get-in-utf16le.html: Added.
3429 * http/tests/misc/submit-get-in-utf32be-expected.txt: Added.
3430 * http/tests/misc/submit-get-in-utf32be.html: Added.
3431 * http/tests/misc/submit-get-in-utf32le-expected.txt: Added.
3432 * http/tests/misc/submit-get-in-utf32le.html: Added.
3433 * http/tests/misc/submit-get-in-utf7-expected.txt: Added.
3434 * http/tests/misc/submit-get-in-utf7.html: Added.
3435 * http/tests/misc/submit-post-in-utf16be-expected.txt: Added.
3436 * http/tests/misc/submit-post-in-utf16be.html: Added.
3437 * http/tests/misc/submit-post-in-utf16le-expected.txt: Added.
3438 * http/tests/misc/submit-post-in-utf16le.html: Added.
3439 * http/tests/misc/submit-post-in-utf32be-expected.txt: Added.
3440 * http/tests/misc/submit-post-in-utf32be.html: Added.
3441 * http/tests/misc/submit-post-in-utf32le-expected.txt: Added.
3442 * http/tests/misc/submit-post-in-utf32le.html: Added.
3443 * http/tests/misc/submit-post-in-utf7-expected.txt: Added.
3444 * http/tests/misc/submit-post-in-utf7.html: Added.
3445 * http/tests/misc/url-in-utf16be-expected.txt: Added.
3446 * http/tests/misc/url-in-utf16be.html: Added.
3447 * http/tests/misc/url-in-utf16le-expected.txt: Added.
3448 * http/tests/misc/url-in-utf16le.html: Added.
3449 * http/tests/misc/url-in-utf32be-expected.txt: Added.
3450 * http/tests/misc/url-in-utf32be.html: Added.
3451 * http/tests/misc/url-in-utf32le-expected.txt: Added.
3452 * http/tests/misc/url-in-utf32le.html: Added.
3453 * http/tests/misc/url-in-utf7-expected.txt: Added.
3454 * http/tests/misc/url-in-utf7.html: Added.
3456 2008-11-25 Alexey Proskuryakov <ap@webkit.org>
3458 Reviewed by Geoff Garen.
3460 https://bugs.webkit.org/show_bug.cgi?id=9001
3461 Javascript stops running before replacement page data arrives
3463 Adding a test for a bug that is longer reproducible.
3465 * http/tests/misc/resources/hang-connection.php: Added.
3466 * http/tests/misc/timer-vs-loading-expected.txt: Added.
3467 * http/tests/misc/timer-vs-loading.html: Added.
3469 2008-11-24 Dean McNamee <deanm@chromium.org>
3471 Reviewed by Alexey Proskuryakov.
3473 https://bugs.webkit.org/show_bug.cgi?id=22350
3474 Allow layout tests to run in php cgi mode
3476 * http/tests/misc/refresh-headers.php:
3477 * http/tests/misc/resources/redirect-result.php:
3478 * http/tests/misc/resources/referrer-result.php:
3479 * http/tests/misc/xhtml.php:
3480 Stop using getallheaders(), which is only implemented by mod_php, so that the tests could
3481 run through lighttpd.
3483 2008-11-24 Antti Koivisto <antti@apple.com>
3485 Reviewed by Darin Adler.