1 2008-12-31 Cameron Zwarich <cwzwarich@uwaterloo.ca>
3 Reviewed by Oliver Hunt.
5 Add a test for bug 23054: Caching of global lookups occurs even when the global object has become a dictionary
6 <https://bugs.webkit.org/show_bug.cgi?id=23054>
7 <rdar://problem/6469905>
9 * fast/js/pic/delete-global-object-expected.txt: Added.
10 * fast/js/pic/delete-global-object.html: Added.
12 2008-12-30 Oliver Hunt <oliver@apple.com>
14 Reviewed by Darin Adler.
16 <https://bugs.webkit.org/show_bug.cgi?id=23049> [jsfunfuzz] With blocks do not correctly protect their scope object
17 <rdar://problem/6469742> Crash in JSC::TypeInfo::hasStandardGetOwnPropertySlot() running jsfunfuzz
19 Tests to ensure we correctly protect the scope object from GC.
21 * fast/js/resources/with-scope-gc.js: Added.
22 * fast/js/with-scope-gc-expected.txt: Added.
23 * fast/js/with-scope-gc.html: Added.
25 2008-12-30 Simon Fraser <simon.fraser@apple.com>
27 Fix spurious test failures by rounding floating point values to
28 mask math differences between machines.
30 * transitions/transform-op-list-match-expected.txt:
31 * transitions/transform-op-list-match.html:
32 * transitions/transform-op-list-no-match-expected.txt:
33 * transitions/transform-op-list-no-match.html:
34 * transitions/transition-test-helpers.js:
37 2008-12-30 Simon Fraser <simon.fraser@apple.com>
39 Reviewed by Darin Adler
41 https://bugs.webkit.org/show_bug.cgi?id=23042
43 Repaint test for content inside reflections.
45 * fast/repaint/reflection-redraw.html: Added.
46 * platform/mac/fast/repaint/reflection-redraw-expected.checksum: Added.
47 * platform/mac/fast/repaint/reflection-redraw-expected.png: Added.
48 * platform/mac/fast/repaint/reflection-redraw-expected.txt: Added.
50 2008-12-30 Cameron Zwarich <cwzwarich@uwaterloo.ca>
52 Reviewed by Sam Weinig.
54 Add tests for bug 23037: Parsing and reparsing disagree on automatic semicolon insertion
55 <https://bugs.webkit.org/show_bug.cgi?id=23037>
56 <rdar://problem/6467124>
58 * fast/js/reparsing-semicolon-insertion-expected.txt: Added.
59 * fast/js/reparsing-semicolon-insertion.html: Added.
60 * fast/js/resources/reparsing-semicolon-insertion.js: Added.
62 2008-12-30 Dan Bernstein <mitz@apple.com>
64 Reviewed by Adele Peterson.
66 - test for <rdar://problem/6469944> REGRESSION(3.2.1-ToT): Repro crash in WebCore::HTMLInputElement::updatePlaceholderVisibility opening http://billshrink.com
68 * fast/forms/placeholder-non-textfield-expected.txt: Added.
69 * fast/forms/placeholder-non-textfield.html: Added.
71 2008-12-29 Oliver Hunt <oliver@apple.com>
73 Reviewed by Cameron Zwarich.
75 Bug 23030: Cannot setTransform with a non-invertible ctm
77 Tests to ensure correct behaviour when the canvas context does not
78 have an invertible CTM.
80 * fast/canvas/canvas-set-properties-with-non-invertible-ctm-expected.txt: Added.
81 * fast/canvas/canvas-set-properties-with-non-invertible-ctm.html: Added.
82 * fast/canvas/resources/canvas-set-properties-with-non-invertible-ctm.js: Added.
85 2008-12-29 Alexey Proskuryakov <ap@webkit.org>
87 Reviewed by Mark Rowe.
89 Fix Windows svn update - replace a file with a colon in its name with an Apache rewrite.
91 * http/tests/appcache/resources/.htaccess: Added.
92 * http/tests/appcache/resources/UNKNOWN_SECTION:: Removed.
94 2008-12-29 Glenn Wilson <gwilson@chromium.org>
96 Reviewed by Darin Adler.
97 Landed by Pamela Greene.
99 Added new layout tests verifying that using a locally-scoped
100 variable in an event handler of a form takes precedence over
101 names of items in that form.
103 See: https://bugs.webkit.org/show_bug.cgi?id=22977
105 * fast/forms/var-name-conflict-in-form-event-handler-expected.txt: Added.
106 * fast/forms/var-name-conflict-in-form-event-handler.html: Added.
108 2008-12-28 Alexey Proskuryakov <ap@webkit.org>
110 Reviewed by Darin Adler.
112 https://bugs.webkit.org/show_bug.cgi?id=23007
113 REGRESSION: Timer-related crash when closing Web Inspector
115 * fast/dom/Window/remove-timeout-crash-expected.txt: Added.
116 * fast/dom/Window/remove-timeout-crash.html: Added.
118 2008-12-28 Alexey Proskuryakov <ap@webkit.org>
120 Reviewed by Anders Carlsson.
122 https://bugs.webkit.org/show_bug.cgi?id=23012
123 Bring application cache manifest parsing up to date
125 * http/tests/appcache/manifest-parsing-expected.txt: Added.
126 * http/tests/appcache/manifest-parsing.html: Added.
127 * http/tests/appcache/resources/UNKNOWN_SECTION:: Added.
128 * http/tests/appcache/resources/manifest-parsing.manifest: Added.
130 2008-12-28 Alexey Proskuryakov <ap@webkit.org>
132 Reviewed by Anders Carlsson.
134 https://bugs.webkit.org/show_bug.cgi?id=23009
135 Add a test for application cache offline operation
137 * http/tests/resources/network-simulator.php: A proxy script to simulate a network connection
138 that can go offline, using an infinite redirect loop in offline mode to generate an error.
140 * http/tests/appcache/offline-access-expected.txt: Added.
141 * http/tests/appcache/offline-access.html: Added.
142 * http/tests/appcache/resources/offline-access-frame.html: Added.
143 * http/tests/appcache/resources/offline-access.js: Added.
144 * http/tests/appcache/resources/offline-access.manifest: Added.
145 Test that an application loads successfully from cache.
147 * http/tests/resources: Added.
148 * http/tests/resources/portabilityLayer.php: Copied from LayoutTests/http/tests/xmlhttprequest/resources/portabilityLayer.php.
149 * http/tests/resources/reset-temp-file.php: Copied from LayoutTests/http/tests/xmlhttprequest/resources/reset-temp-file.php.
150 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header.html:
151 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html:
152 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html:
153 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html:
154 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
155 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
156 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
157 * http/tests/xmlhttprequest/resources/portabilityLayer.php: Removed.
158 * http/tests/xmlhttprequest/resources/reset-temp-file.php: Removed.
159 * http/tests/appcache/resources/fail-on-update.php:
160 Moved some common scripts from xmlhttprequest/resources/ to resources/
162 2008-12-28 Cameron Zwarich <zwarich@apple.com>
164 Reviewed by Oliver Hunt.
166 Add tests for bug 22840: REGRESSION (r38349): Gmail doesn't load with profiling enabled
167 <https://bugs.webkit.org/show_bug.cgi?id=22840>
168 <rdar://problem/6468077>
170 * fast/profiler/call-register-leak-expected.txt: Added.
171 * fast/profiler/call-register-leak.html: Added.
173 2008-12-27 Alexey Proskuryakov <ap@webkit.org>
175 Suggested by Dave Levin.
177 https://bugs.webkit.org/show_bug.cgi?id=22950
179 Another attempt to fix the failing XHR tests on Tiger buildbot: make file_put_contents
180 portable implementation return a result.
182 * http/tests/xmlhttprequest/resources/portabilityLayer.php:
184 2008-12-26 David Levin <levin@chromium.org>
186 Reviewed by Alexey Proskuryakov.
188 https://bugs.webkit.org/show_bug.cgi?id=22950
190 Remove ensureTrailingSlash from appcache test.
192 * http/tests/appcache/resources/fail-on-update.php:
194 2008-12-26 David Levin <levin@chromium.org>
196 Reviewed by Alexey Proskuryakov.
198 https://bugs.webkit.org/show_bug.cgi?id=22950
200 Attempt to fix the failiing XHR tests on Tiger buildbot.
201 Remove the no longer needed ensureTrailingSlash function.
203 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
204 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
205 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
207 * http/tests/xmlhttprequest/resources/portabilityLayer.php:
208 Make sys_get_temp_dir() return "/tmp" when it can't find the temp directory through other means.
210 * http/tests/xmlhttprequest/resources/reset-temp-file.php:
212 2008-12-26 Alexey Proskuryakov <ap@webkit.org>
214 Reviewed by Anders Carlsson.
216 Fix a layout test that was broken by the previous appcache commit
217 (it only passed every other time as a result).
219 * http/tests/appcache/fail-on-update.html:
221 2008-12-26 Simon Fraser <simon.fraser@apple.com>
223 https://bugs.webkit.org/show_bug.cgi?id=22981
225 Update more svg-as-image test results affected by the fix
226 for SVGImage drawing.
228 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum:
229 * platform/mac/fast/borders/svg-as-border-image-2-expected.png:
230 * platform/mac/fast/borders/svg-as-border-image-expected.checksum:
231 * platform/mac/fast/borders/svg-as-border-image-expected.png:
233 2008-12-26 Alexey Proskuryakov <ap@webkit.org>
235 Reviewed by Darin Adler.
237 https://bugs.webkit.org/show_bug.cgi?id=23001
238 A call to applicationCache.update() from a cached event listener should be ignored
240 * http/tests/appcache/idempotent-update-expected.txt: Added.
241 * http/tests/appcache/idempotent-update.html: Added.
242 * http/tests/appcache/resources/idempotent-update.manifest: Added.
244 2008-12-26 Alexey Proskuryakov <ap@webkit.org>
246 Reviewed by Darin Adler.
248 https://bugs.webkit.org/show_bug.cgi?id=22997
249 ASSERTION FAILED: !m_resources.contains(url) in ApplicationCache::addResource()
251 * http/tests/appcache/resources/subframe-1.html: Added.
252 * http/tests/appcache/resources/subframe-2.html: Added.
253 * http/tests/appcache/resources/subframe-3.html: Added.
254 * http/tests/appcache/resources/subframe-4.html: Added.
255 * http/tests/appcache/resources/subframes-1.manifest: Added.
256 * http/tests/appcache/resources/subframes-2.manifest: Added.
257 * http/tests/appcache/resources/subframes-3.manifest: Added.
258 * http/tests/appcache/resources/subframes-4.manifest: Added.
259 * http/tests/appcache/top-frame-1-expected.txt: Added.
260 * http/tests/appcache/top-frame-1.html: Added.
261 * http/tests/appcache/top-frame-2-expected.txt: Added.
262 * http/tests/appcache/top-frame-2.html: Added.
263 * http/tests/appcache/top-frame-3-expected.txt: Added.
264 * http/tests/appcache/top-frame-3.html: Added.
265 * http/tests/appcache/top-frame-4-expected.txt: Added.
266 * http/tests/appcache/top-frame-4.html: Added.
267 Added a bunch of tests that cover subframe appcache behavior (and thus a good part of
268 application cache selection algorithm in general).
270 * http/tests/appcache/simple.html: Changed to execute on noupdate event, too, making the
271 test pass in browser without emptying appcache on each run.
273 2008-12-26 David Levin <levin@chromium.org>
275 Reviewed by Alexey Proskuryakov.
277 https://bugs.webkit.org/show_bug.cgi?id=22950
278 Added more logging to reset-temp-file to help expose potential issues that could cause test failures (on the Tiger buildbot).
280 If there are issues in reset-temp-file, they are printed from the test access-control-basic-allow-preflight-cache.html
282 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html:
283 * http/tests/xmlhttprequest/resources/reset-temp-file.php:
285 2008-12-25 Alexey Proskuryakov <ap@webkit.org>
287 Reviewed by Darin Adler.
289 https://bugs.webkit.org/show_bug.cgi?id=22993
290 Application cache shouldn't be inherited by subframes
292 <rdar://problem/6284708> AppCache crashes in ApplicationCacheResource::addType()
294 * http/tests/appcache/foreign-iframe-main-expected.txt: Added.
295 * http/tests/appcache/foreign-iframe-main.html: Added.
296 * http/tests/appcache/resources/foreign-iframe-subresource.js: Added.
297 * http/tests/appcache/resources/foreign-iframe.html: Added.
298 * http/tests/appcache/resources/foreign-iframe.manifest: Added.
300 2008-12-24 Simon Fraser <simon.fraser@apple.com>
302 Reviewed by Oliver Hunt
304 https://bugs.webkit.org/show_bug.cgi?id=21910
306 Update more svg-as-image test results affected by the fix
307 for SVGImage drawing.
309 * platform/mac/fast/images/svg-as-background-expected.checksum:
310 * platform/mac/fast/images/svg-as-background-expected.png:
311 * platform/mac/fast/images/svg-as-image-expected.checksum:
312 * platform/mac/fast/images/svg-as-image-expected.png:
313 * platform/mac/fast/images/svg-as-relative-image-expected.checksum:
314 * platform/mac/fast/images/svg-as-relative-image-expected.png:
315 * transforms/2d/compound-transforms-vs-containers.html:
317 2008-12-24 Alexey Proskuryakov <ap@webkit.org>
319 Reviewed by Dan Bernstein.
321 https://bugs.webkit.org/show_bug.cgi?id=22982
322 http/tests/navigation/post-goback-repost-policy.html fails on Tiger
324 Change resources that are accessed with POST from .html to .php. I don't know why Apache 2.0
325 had no problem with this.
327 * http/tests/navigation/post-goback-repost-policy.html:
328 * http/tests/navigation/resources/goback-with-policydelegate.html: Removed.
329 * http/tests/navigation/resources/goback-with-policydelegate.php: Copied from LayoutTests/http/tests/navigation/resources/goback-with-policydelegate.html.
330 * http/tests/navigation/resources/post-target-policy-test.html: Removed.
331 * http/tests/navigation/resources/post-target-policy-test.php: Copied from LayoutTests/http/tests/navigation/resources/post-target-policy-test.html.
333 2008-12-23 Simon Fraser <simon.fraser@apple.com>
335 Reviewed by Dan Bernstein
337 https://bugs.webkit.org/show_bug.cgi?id=22941
339 Add test for opacity on the document element.
341 * fast/backgrounds/opacity-on-document-element.html: Added.
342 * platform/mac/fast/backgrounds/opacity-on-document-element-expected.checksum: Added.
343 * platform/mac/fast/backgrounds/opacity-on-document-element-expected.png: Added.
344 * platform/mac/fast/backgrounds/opacity-on-document-element-expected.txt: Added.
346 * fast/transforms/identity-matrix.html:
347 * platform/mac/fast/transforms/identity-matrix-expected.txt:
350 2008-12-23 Simon Fraser <simon.fraser@apple.com>
352 Reviewed by Dan Bernstein
354 https://bugs.webkit.org/show_bug.cgi?id=21910
356 Re-create expected images after fixing painting issue with SVGImage.
358 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum:
359 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png:
360 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum:
361 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png:
362 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum:
363 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png:
364 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum:
365 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png:
366 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum:
367 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png:
368 * platform/mac/fast/backgrounds/svg-as-mask-expected.checksum:
369 * platform/mac/fast/backgrounds/svg-as-mask-expected.png:
370 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
371 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
373 2008-12-22 Julien Chaffraix <jchaffraix@webkit.org>
375 Reviewed by Darin Adler.
377 Test case for bug 11106: Some XMLHttpRequest URI resolving tests fail
378 https://bugs.webkit.org/show_bug.cgi?id=11106
380 These tests are borrowed from Opera's test case suite (http://tc.labs.opera.com/apis/XMLHttpRequest).
381 They correspond to open/004.html - open/010.html which were previously failing.
383 * http/tests/xmlhttprequest/resources/test-uri-resolution.txt: Added.
384 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-004-iframe.html: Added.
385 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-005-iframe.html: Added.
386 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-006-iframe.html: Added.
387 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-007-iframe.html: Added.
388 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-008-iframe.html: Added.
389 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-009-iframe.html: Added.
390 * http/tests/xmlhttprequest/resources/uri-resolution-opera-open-010-iframe.html: Added.
391 * http/tests/xmlhttprequest/test-uri-resolution.txt: Added.
392 * http/tests/xmlhttprequest/uri-resolution-opera-open-004-expected.txt: Added.
393 * http/tests/xmlhttprequest/uri-resolution-opera-open-004.html: Added.
394 * http/tests/xmlhttprequest/uri-resolution-opera-open-005-expected.txt: Added.
395 * http/tests/xmlhttprequest/uri-resolution-opera-open-005.html: Added.
396 * http/tests/xmlhttprequest/uri-resolution-opera-open-006-expected.txt: Added.
397 * http/tests/xmlhttprequest/uri-resolution-opera-open-006.html: Added.
398 * http/tests/xmlhttprequest/uri-resolution-opera-open-007-expected.txt: Added.
399 * http/tests/xmlhttprequest/uri-resolution-opera-open-007.html: Added.
400 * http/tests/xmlhttprequest/uri-resolution-opera-open-008-expected.txt: Added.
401 * http/tests/xmlhttprequest/uri-resolution-opera-open-008.html: Added.
402 * http/tests/xmlhttprequest/uri-resolution-opera-open-009-expected.txt: Added.
403 * http/tests/xmlhttprequest/uri-resolution-opera-open-009.html: Added.
404 * http/tests/xmlhttprequest/uri-resolution-opera-open-010-expected.txt: Added.
405 * http/tests/xmlhttprequest/uri-resolution-opera-open-010.html: Added.
407 2008-12-22 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
409 Reviewed by George Staikos.
411 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22971
413 Fix regression caused by the HTMLFormElement refactorization.
414 File form elements without a name have to be included in multipart/form-data
415 submission. Cover this behaviour with a new test case.
417 * http/tests/misc/empty-file-formdata-expected.txt: Added.
418 * http/tests/misc/empty-file-formdata.html: Added.
419 * http/tests/misc/resources/check-unnamed-file-included-in-formdata.php: Added.
421 2008-12-22 David Kilzer <ddkilzer@apple.com>
423 Bug 11850: Webarchive fails to save images referenced in CSS
425 <https://bugs.webkit.org/show_bug.cgi?id=11850>
427 Reviewed by Darin Adler.
429 The first set of files below tests that URLs are encoded properly
430 based on the charset of the stylesheet. Normally this behavior may
431 only be tested by looking at web server logs with manual tests, but
432 webarchives represent this information in such a way that they may
433 be tested by DumpRenderTree. Note that these tests depend on Bug
434 11850 being fixed, so it's not possible to separate them.
436 The second set of files below tests that all types of resources
437 referenced by url() in CSS stylesheets are now saved in webarchives.
439 * http/tests/webarchive/resources/.htaccess: Added.
440 * http/tests/webarchive/resources/apple.gif: Copied from LayoutTests/fast/canvas/resources/apple.gif.
441 * http/tests/webarchive/resources/test-no-charset.css: Added.
442 * http/tests/webarchive/resources/test-shift-jis.css: Added.
443 * http/tests/webarchive/resources/test-utf-8.css: Added.
444 * http/tests/webarchive/test-css-url-encoding-expected.webarchive: Added.
445 * http/tests/webarchive/test-css-url-encoding-shift-jis-expected.webarchive: Added.
446 * http/tests/webarchive/test-css-url-encoding-shift-jis.html: Added.
447 * http/tests/webarchive/test-css-url-encoding-utf-8-expected.webarchive: Added.
448 * http/tests/webarchive/test-css-url-encoding-utf-8.html: Added.
449 * http/tests/webarchive/test-css-url-encoding.html: Added.
451 * webarchive/resources/Ahem.ttf: Copied from LayoutTests/fast/css/resources/Ahem.ttf.
452 * webarchive/test-css-url-resources-in-stylesheets-expected.webarchive: Added.
453 * webarchive/test-css-url-resources-in-stylesheets.html: Added.
454 * webarchive/test-css-url-resources-inline-styles-expected.webarchive: Added.
455 * webarchive/test-css-url-resources-inline-styles.html: Added.
457 2008-12-22 Alexey Proskuryakov <ap@webkit.org>
459 Reviewed by Darin Adler.
461 <rdar://problem/6277060> ASSERTION FAILED: !m_cacheBeingUpdated if the manifest is not available
463 Cover both the failing case, and its opposite, demonstrating that the assertion couldn't be
466 * http/tests/appcache/404-manifest-expected.txt: Added.
467 * http/tests/appcache/404-manifest.html: Added.
468 * http/tests/appcache/fail-on-update-expected.txt: Added.
469 * http/tests/appcache/fail-on-update.html: Added.
470 * http/tests/appcache/resources/fail-on-update.php: Added.
472 2008-12-22 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
474 Reviewed by Alexey Proskuryakov & George Staikos.
476 Add simple testcase covering WML <fieldset> element support.
478 * fast/wml/fieldset.wml: Added.
479 * platform/mac/fast/wml/fieldset-expected.checksum: Added.
480 * platform/mac/fast/wml/fieldset-expected.png: Added.
481 * platform/mac/fast/wml/fieldset-expected.txt: Added.
483 2008-12-21 David Levin <levin@chromium.org>
485 Reviewed by Darin Adler.
487 https://bugs.webkit.org/show_bug.cgi?id=22950
489 Attempted fix for 4 failing XMLHttpReuqest tests on Tiger:
490 access-control-basic-allow-preflight-cache-invalidation-by-header.html
491 access-control-basic-allow-preflight-cache-invalidation-by-method.html
492 access-control-basic-allow-preflight-cache-timeout.html
493 access-control-basic-allow-preflight-cache.html
495 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
496 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
497 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
498 * http/tests/xmlhttprequest/resources/portabilityLayer.php:
499 * http/tests/xmlhttprequest/resources/reset-temp-file.php:
501 2008-12-22 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
503 Reviewed by George Staikos.
505 Add WML HTTP layout tests and an initital set of results.
506 Allow to reuse the existing WMLTestCase.js framework from another
507 LayoutTests/ top-level directory - modify TEMPLATE.html & WMLTestCase.js.
509 * http/tests/wml: Added.
510 * http/tests/wml/go-task-get-method-accept-charset-expected.txt: Added.
511 * http/tests/wml/go-task-get-method-accept-charset.html: Added.
512 * http/tests/wml/go-task-get-method-expected.txt: Added.
513 * http/tests/wml/go-task-get-method.html: Added.
514 * http/tests/wml/go-task-post-method-accept-charset-expected.txt: Added.
515 * http/tests/wml/go-task-post-method-accept-charset.html: Added.
516 * http/tests/wml/go-task-post-method-expected.txt: Added.
517 * http/tests/wml/go-task-post-method.html: Added.
518 * http/tests/wml/resources: Added.
519 * http/tests/wml/resources/TEMPLATE.html: Added.
520 * http/tests/wml/resources/answer-utf8.cgi: Added.
521 * http/tests/wml/resources/answer.cgi: Added.
522 * http/tests/wml/resources/go-task-get-method-accept-charset.js: Added.
523 * http/tests/wml/resources/go-task-get-method.js: Added.
524 * http/tests/wml/resources/go-task-post-method-accept-charset.js: Added.
525 * http/tests/wml/resources/go-task-post-method.js: Added.
526 * wml/go-task-animation.html:
527 * wml/go-task-get-method-external-deck-with-href.html:
528 * wml/go-task-get-method-external-deck.html:
529 * wml/go-task-get-method-same-deck.html:
530 * wml/resources/TEMPLATE.html:
531 * wml/resources/WMLTestCase.js:
532 * wml/variable-reference-invalid-character.html:
533 * wml/variable-reference-valid.html:
535 2008-12-19 Zan Dobersek <zandobersek@gmail.com>
537 Reviewed by Holger Freyther.
539 https://bugs.webkit.org/show_bug.cgi?id=22039
541 Enable more tests for testing on Gtk+ port.
543 * platform/gtk/Skipped:
545 2008-12-19 Simon Fraser <simon.fraser@apple.com>
547 Reviewed by Darin Adler
549 https://bugs.webkit.org/show_bug.cgi?id=22938
551 Test for painting with a transformed <html> element.
553 * fast/transforms/transformed-document-element.html: Added.
554 * platform/mac/fast/transforms/transformed-document-element-expected.checksum: Added.
555 * platform/mac/fast/transforms/transformed-document-element-expected.png: Added.
556 * platform/mac/fast/transforms/transformed-document-element-expected.txt: Added.
558 2008-12-19 Pamela Greene <pam@chromium.org>
560 Reviewed by Darin Adler.
562 https://bugs.webkit.org/show_bug.cgi?id=22612
563 Add test to verify type enforcement in DOM setters.
564 Resubmitting corrected copies; first submission had patching errors.
566 * fast/dom/setter-type-enforcement-expected.txt: Added.
567 * fast/dom/setter-type-enforcement.html: Added.
569 2008-12-18 Pierre-Olivier Latour <pol@apple.com>
571 Reviewed by Darin Adler.
573 Rewrote some of the transition layout tests that were using setTimeout() to use the transition pause API in DRT when available.
575 Rewrote the transition layout tests that were specifically testing the transition end event to use common JS code from transition-end-event-helpers.js.
579 https://bugs.webkit.org/show_bug.cgi?id=22890
581 * transitions/end-event-helpers.js: Removed.
582 * transitions/interrupt-transform-transition-expected.txt:
583 * transitions/interrupt-transform-transition.html:
584 * transitions/opacity-transition-zindex.html:
585 * transitions/start-transform-transition.html:
586 * transitions/transform-op-list-match-expected.txt:
587 * transitions/transform-op-list-match.html:
588 * transitions/transform-op-list-no-match-expected.txt:
589 * transitions/transform-op-list-no-match.html:
590 * transitions/transition-end-event-all-properties-expected.txt:
591 * transitions/transition-end-event-all-properties.html:
592 * transitions/transition-end-event-attributes-expected.txt:
593 * transitions/transition-end-event-attributes.html:
594 * transitions/transition-end-event-container-expected.txt:
595 * transitions/transition-end-event-container.html:
596 * transitions/transition-end-event-helpers.js: Copied from LayoutTests/transitions/end-event-helpers.js.
597 (recordTransitionEndEvent):
598 (runTransitionTest.processEndEvents.compareEventInfo):
599 (runTransitionTest.processEndEvents.examineResults):
600 (runTransitionTest.processEndEvents):
601 (runTransitionTest.startTest):
602 (runTransitionTest.window):
604 * transitions/transition-end-event-left-expected.txt:
605 * transitions/transition-end-event-left.html:
606 * transitions/transition-end-event-multiple-01-expected.txt:
607 * transitions/transition-end-event-multiple-01.html:
608 * transitions/transition-end-event-multiple-02-expected.txt:
609 * transitions/transition-end-event-multiple-02.html:
610 * transitions/transition-end-event-multiple-03-expected.txt:
611 * transitions/transition-end-event-multiple-03.html:
612 * transitions/transition-end-event-multiple-04-expected.txt:
613 * transitions/transition-end-event-multiple-04.html:
614 * transitions/transition-end-event-nested-expected.txt:
615 * transitions/transition-end-event-nested.html:
616 * transitions/transition-end-event-set-none-expected.txt:
617 * transitions/transition-end-event-set-none.html:
618 * transitions/transition-end-event-transform-expected.txt:
619 * transitions/transition-end-event-transform.html:
620 * transitions/transition-end-event-window-expected.txt:
621 * transitions/transition-end-event-window.html:
622 * transitions/transition-test-helpers.js: Added.
623 (runTransitionTest.isCloseEnough):
624 (runTransitionTest.checkExpectedValue):
625 (runTransitionTest.endTest):
626 (runTransitionTest.runTest):
627 (runTransitionTest.startTest):
628 (runTransitionTest.if):
629 * transitions/transition-timing-function-expected.txt: Copied from LayoutTests/transitions/transition-timing-function-software-expected.txt.
630 * transitions/transition-timing-function-software-expected.txt: Removed.
631 * transitions/transition-timing-function-software.html: Removed.
632 * transitions/transition-timing-function.html: Copied from LayoutTests/transitions/transition-timing-function-software.html.
633 * transitions/zero-duration-in-list-expected.txt:
634 * transitions/zero-duration-in-list.html:
636 2008-12-18 Cameron Zwarich <zwarich@apple.com>
638 Reviewed by Geoff Garen.
640 Add tests for bug 21855: REGRESSION (r37323): Gmail complains about popup blocking when opening a link
641 <https://bugs.webkit.org/show_bug.cgi?id=21855>
642 <rdar://problem/6278244>
644 Since DumpRenderTree support was added in order to support these tests,
645 they are skipped on non-Mac platforms.
647 * fast/events/popup-blocking-click-in-iframe-expected.txt: Added.
648 * fast/events/popup-blocking-click-in-iframe.html: Added.
649 * fast/events/resources/popup-blocking-click-in-iframe-otherFrame.html: Added.
650 * platform/gtk/Skipped:
651 * platform/qt/Skipped:
652 * platform/win/Skipped:
654 2008-12-18 Pamela Greene <pam@chromium.org>
656 Submitted without review.
657 Moving layout test from root level into LayoutTests where it belongs.
659 * fast/dom/setter-type-enforcement-expected.txt: Copied from fast/dom/setter-type-enforcement-expected.txt.
660 * fast/dom/setter-type-enforcement.html: Copied from fast/dom/setter-type-enforcement.html.
662 2008-12-17 Geoffrey Garen <ggaren@apple.com>
664 Reviewed by Gavin Barraclough.
666 Added a test for https://bugs.webkit.org/show_bug.cgi?id=22393
667 Segfault when caching property accesses to primitive cells.
669 * fast/js/primitive-property-access-edge-cases-expected.txt: Added.
670 * fast/js/primitive-property-access-edge-cases.html: Added.
671 * fast/js/resources/primitive-property-access-edge-cases.js: Added.
674 2008-12-17 Simon Fraser <simon.fraser@apple.com>
676 Reviewed by Dave Hyatt
678 https://bugs.webkit.org/show_bug.cgi?id=22570
680 Add testcase for reflection on an element with overflow: hidden
682 * fast/reflections/reflection-overflow-hidden.html: Added.
683 * platform/mac/fast/reflections/reflection-overflow-hidden-expected.checksum: Added.
684 * platform/mac/fast/reflections/reflection-overflow-hidden-expected.png: Added.
685 * platform/mac/fast/reflections/reflection-overflow-hidden-expected.txt: Added.
687 2008-12-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
689 Reviewed by Maciej Stachowiak.
691 Update results after fixing wml.css, to be more in-line with html4.css.
693 Fixes all <do> related tests, to correctly appear as buttons,
694 not just text with gray background, as it used to be.
696 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
697 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
698 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
699 * platform/mac/fast/wml/do-shadow-expected.checksum:
700 * platform/mac/fast/wml/do-shadow-expected.png:
701 * platform/mac/fast/wml/do-shadow-expected.txt:
702 * platform/mac/fast/wml/do-template-expected.checksum:
703 * platform/mac/fast/wml/do-template-expected.png:
704 * platform/mac/fast/wml/do-template-expected.txt:
705 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
706 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
707 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
708 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum:
709 * platform/mac/fast/wml/err-invalid-variable-name-expected.png:
710 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
711 * platform/mac/fast/wml/err-samename-do-expected.checksum:
712 * platform/mac/fast/wml/err-samename-do-expected.png:
713 * platform/mac/fast/wml/err-samename-do-expected.txt:
715 2008-12-17 Feng Qian <feng@chromium.org>
717 Reviewed by Alexey Proskuryakov.
718 Landed by Adam Barth.
720 https://bugs.webkit.org/show_bug.cgi?id=21948
721 Change two tests to use the host url in XMLHttpRequest so that
722 it does not fail because of Chrome's file URL security policy.
723 It does not affect the expected behaviors of tests.
724 * fast/dom/null-document-xmlhttprequest-open.html:
725 * fast/dom/xmlhttprequest-invalid-values.html:
727 2008-12-17 Pamela Greene <pam@chromium.org>
729 Reviewed by Darin Adler.
730 Landed by Adam Barth.
732 https://bugs.webkit.org/show_bug.cgi?id=22577
733 Add a test to ensure that checkboxes and radio buttons with duplicate
734 names map to a collection.
736 * fast/dom/HTMLInputElement/duplicate-element-names-expected.txt: Added.
737 * fast/dom/HTMLInputElement/duplicate-element-names.html: Added.
739 2008-12-17 Pamela Greene <pam@chromium.org>
741 Reviewed by Darin Adler.
742 Landed by Adam Barth.
744 https://bugs.webkit.org/show_bug.cgi?id=22612
745 Add test to verify type enforcement in DOM setters.
747 * fast/dom/setter-type-enforcement-expected.txt: Added.
748 * fast/dom/setter-type-enforcement.html: Added.
750 2008-12-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
752 Rubber-stamped by Timothy Hatcher.
754 Fix wml/ tests, by doing s/</\</ and s/>/\>/.
755 Not sure why this problem wasn't visible before, something has changed.
757 * wml/go-task-animation-expected.txt:
758 * wml/go-task-get-method-external-deck-expected.txt:
759 * wml/go-task-get-method-external-deck-with-href-expected.txt:
760 * wml/go-task-get-method-same-deck-expected.txt:
761 * wml/resources/go-task-animation.js:
762 * wml/resources/go-task-get-method-external-deck-with-href.js:
763 * wml/resources/go-task-get-method-external-deck.js:
764 * wml/resources/go-task-get-method-same-deck.js:
766 2008-12-16 Simon Hausmann <hausmann@webkit.org>
768 Reviewed by Holger Freyther.
770 Unskip some tests that pass with the Qt DRT fixed for unload event
773 * platform/qt/Skipped:
775 2008-12-16 Simon Hausmann <hausmann@webkit.org>
777 Reviewed by Holger Freyther.
779 Added mac API specific loader test to the skip list for the Qt DRT.
781 * platform/qt/Skipped:
783 2008-12-15 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
785 Reviewed by Oliver Hunt.
787 Add several testcases covering WML table element handling.
788 Fixed fast/wml/case-sensitivity.wml - which used HTML style tables, that now raise errors (missing 'columns' attribute).
790 * fast/wml/case-sensitivity.wml:
791 * fast/wml/table-element-align-attribute-invalid.wml: Added.
792 * fast/wml/table-element-columns-attribute-invalid-number.wml: Added.
793 * fast/wml/table-element-columns-attribute-invalid.wml: Added.
794 * fast/wml/table-element-columns-attribute-missing.wml: Added.
795 * fast/wml/table-element-columns-attribute.wml: Added.
796 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.checksum:
797 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.png:
798 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.txt:
799 * platform/mac/fast/wml/table-element-align-attribute-invalid-expected.checksum: Added.
800 * platform/mac/fast/wml/table-element-align-attribute-invalid-expected.png: Added.
801 * platform/mac/fast/wml/table-element-align-attribute-invalid-expected.txt: Added.
802 * platform/mac/fast/wml/table-element-columns-attribute-expected.checksum: Added.
803 * platform/mac/fast/wml/table-element-columns-attribute-expected.png: Added.
804 * platform/mac/fast/wml/table-element-columns-attribute-expected.txt: Added.
805 * platform/mac/fast/wml/table-element-columns-attribute-invalid-expected.checksum: Added.
806 * platform/mac/fast/wml/table-element-columns-attribute-invalid-expected.png: Added.
807 * platform/mac/fast/wml/table-element-columns-attribute-invalid-expected.txt: Added.
808 * platform/mac/fast/wml/table-element-columns-attribute-invalid-number-expected.checksum: Added.
809 * platform/mac/fast/wml/table-element-columns-attribute-invalid-number-expected.png: Added.
810 * platform/mac/fast/wml/table-element-columns-attribute-invalid-number-expected.txt: Added.
811 * platform/mac/fast/wml/table-element-columns-attribute-missing-expected.checksum: Added.
812 * platform/mac/fast/wml/table-element-columns-attribute-missing-expected.png: Added.
813 * platform/mac/fast/wml/table-element-columns-attribute-missing-expected.txt: Added.
814 * platform/mac/fast/wml/table-element-expected.checksum:
815 * platform/mac/fast/wml/table-element-expected.png:
816 * platform/mac/fast/wml/table-element-expected.txt:
818 2008-12-15 Darin Adler <darin@apple.com>
820 Reviewed by Sam Weinig.
822 - test for <rdar://problem/6427048> crash due to infinite recursion after setting window.__proto__ = window
824 * fast/canvas/canvas-gradient-without-path.html: Let make-js-test-wrappers update this one.
826 * fast/dom/Window/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
827 * fast/dom/Window/resources/window-custom-prototype.js: Added.
828 * fast/dom/Window/window-custom-prototype-expected.txt: Added.
829 * fast/dom/Window/window-custom-prototype.html: Added.
831 2008-12-15 Pierre-Olivier Latour <pol@apple.com>
833 Reviewed by Dan Bernstein.
835 Added an extra layout test for transitions.
837 https://bugs.webkit.org/show_bug.cgi?id=22836
839 * transitions/change-values-during-transition-expected.txt: Added.
840 * transitions/change-values-during-transition.html: Added.
842 2008-12-15 Pierre-Olivier Latour <pol@apple.com>
844 Reviewed by Dan Bernstein.
846 Added an extra layout test for animations.
848 https://bugs.webkit.org/show_bug.cgi?id=22836
850 * animations/combo-transform-rotate+scale-expected.txt: Added.
851 * animations/combo-transform-rotate+scale.html: Added.
853 2008-12-15 Pierre-Olivier Latour <pol@apple.com>
855 Updated transform-value-types.html and transform-value-types-expected.txt to latest version
856 since change r39264 was lost when relocating these files.
858 https://bugs.webkit.org/show_bug.cgi?id=22836
860 * transforms/2d/transform-value-types-expected.txt:
861 * transforms/2d/transform-value-types.html:
863 2008-12-15 Pierre-Olivier Latour <pol@apple.com>
865 Reviewed by Sam Weinig.
867 Add new layout tests for transforms, animations & transitions.
868 Also move a couple transform layout tests to the proper subdirectory.
870 https://bugs.webkit.org/show_bug.cgi?id=22836
872 * animations/combo-transform-translate+scale-expected.txt: Added.
873 * animations/combo-transform-translate+scale.html: Added.
874 * transforms/2d/computed-style-origin-expected.txt: Copied from LayoutTests/transforms/computed-style-origin-expected.txt.
875 * transforms/2d/computed-style-origin.html: Copied from LayoutTests/transforms/computed-style-origin.html.
876 * transforms/2d/transform-value-types-expected.txt: Copied from LayoutTests/transforms/transform-value-types-expected.txt.
877 * transforms/2d/transform-value-types.html: Copied from LayoutTests/transforms/transform-value-types.html.
878 * transforms/computed-style-origin-expected.txt: Removed.
879 * transforms/computed-style-origin.html: Removed.
880 * transforms/transform-value-types-expected.txt: Removed.
881 * transforms/transform-value-types.html: Removed.
882 * transitions/interrupt-transform-transition-expected.txt: Added.
883 * transitions/interrupt-transform-transition.html: Added.
884 * transitions/start-transform-transition-expected.txt: Added.
885 * transitions/start-transform-transition.html: Added.
886 * transitions/transition-timing-function-software-expected.txt: Added.
887 * transitions/transition-timing-function-software.html: Added.
888 * transitions/zero-duration-in-list-expected.txt: Added.
889 * transitions/zero-duration-in-list.html: Added.
890 * transitions/zero-duration-without-units-expected.txt: Added.
891 * transitions/zero-duration-without-units.html: Added.
893 2008-12-15 Simon Hausmann <hausmann@webkit.org>
895 Reviewed by Holger Freyther.
897 Add worker tests to the skip list for the Qt DRT as the feature is not enabled.
899 * platform/qt/Skipped:
901 2008-12-14 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
903 Reviewed by George Staikos.
905 Add a new WML testcase covering <timer> and <go> combinations: wml/go-task-animation.html
907 * wml/go-task-animation-expected.txt: Added.
908 * wml/go-task-animation.html: Added.
909 * wml/resources/WMLTestCase.js:
910 (createWMLTestCase.iframeElement.onload):
912 * wml/resources/animation.wml: Added.
913 * wml/resources/go-task-animation.js: Added.
917 * wml/resources/go-task-get-method-same-deck.js:
919 * wml/resources/test-document.wml:
921 2008-12-14 Dirk Schulze <krit@webkit.org>
923 Reviewed by Oliver Hunt.
925 Ensure correct behaviour of composite on a fully transparent color.
927 * fast/canvas/canvas-transparency-and-composite-expected.txt: Added.
928 * fast/canvas/canvas-transparency-and-composite.html: Added.
929 * fast/canvas/resources/canvas-transparency-and-composite.js: Added.
931 2008-12-14 Alexey Proskuryakov <ap@webkit.org>
933 Suggested by Holger Freyther.
935 * fast/workers/worker-navigator-expected.txt:
936 * fast/workers/worker-navigator.html:
937 navigator.platform.length is intentionally zero on Gtk+, changed to check for its type.
939 2008-12-13 Alexey Proskuryakov <ap@webkit.org>
941 Reviewed by Darin Adler.
943 https://bugs.webkit.org/show_bug.cgi?id=22843
944 Auto-generate JSWorkerContext
946 * fast/workers/worker-replace-self-expected.txt: Added.
947 * fast/workers/worker-replace-self.html: Added.
948 Test that "self" is replaceable. This matches window.self behavior, but not Firefox.
950 * fast/workers/worker-location-expected.txt:
951 * fast/workers/worker-location.html:
952 Added a test for global constructor.
954 2008-12-13 Dirk Schulze <krit@webkit.org>
956 Reviewed by Oliver Hunt.
958 This test is wrong. We shouldn't fill something with a gradient, if the
961 * fast/canvas/gradient-empty-path.html: Removed.
962 * platform/mac/fast/canvas/gradient-empty-path-expected.checksum: Removed.
963 * platform/mac/fast/canvas/gradient-empty-path-expected.png: Removed.
964 * platform/mac/fast/canvas/gradient-empty-path-expected.txt: Removed.
966 2008-12-13 Darin Adler <darin@apple.com>
968 Reviewed by Dan Bernstein.
970 - test for https://bugs.webkit.org/show_bug.cgi?id=18734
971 REGRESSION (r31081): Focus problems in Gmail 2/Plain text message text
972 <rdar://problem/5892415>
974 * fast/forms/textarea-selection-preservation-expected.txt: Added.
975 * fast/forms/textarea-selection-preservation.html: Added.
977 2008-12-13 Holger Hans Peter Freyther <zecke@selfish.org>
979 Reviewed by Dan Bernstein.
981 Revert pixel test results back to the old version. This is
984 https://bugs.webkit.org/show_bug.cgi?id=22824
986 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
987 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
988 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
989 * platform/mac/svg/custom/image-small-width-height-expected.checksum:
990 * platform/mac/svg/custom/image-small-width-height-expected.png:
991 * platform/mac/svg/custom/image-small-width-height-expected.txt:
992 * platform/mac/svg/text/text-tselect-02-f-expected.checksum:
993 * platform/mac/svg/text/text-tselect-02-f-expected.png:
994 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
996 2008-12-13 Dirk Schulze <krit@webkit.org>
998 Reviewed by Darin Adler.
1000 Checks behavior of gradients on an empty path in canvas.
1002 * fast/canvas/canvas-gradient-without-path-expected.txt: Added.
1003 * fast/canvas/canvas-gradient-without-path.html: Added.
1004 * fast/canvas/resources/canvas-gradient-without-path.js: Added.
1006 2008-12-12 Dean Jackson <dino@apple.com>
1008 Reviewed by Darin Adler.
1010 Expose WebKitAnimationEvent, WebKitTransitionEvent,
1011 WebKitCSSTransformValue, WebKitCSSKeyframeRule and
1012 WebKitCSSKeyframesRule to Window object.
1014 https://bugs.webkit.org/show_bug.cgi?id=20560
1016 * animations/keyframes-rule-expected.txt:
1017 * animations/keyframes-rule.html:
1018 * fast/dom/Window/window-properties-expected.txt:
1019 * fast/events/event-instanceof-expected.txt:
1020 * fast/events/resources/event-instanceof.js:
1021 * fast/js/global-constructors-expected.txt:
1022 * transforms/transform-value-types-expected.txt:
1023 * transforms/transform-value-types.html:
1025 2008-12-12 Cameron Zwarich <zwarich@apple.com>
1027 Reviewed by Oliver Hunt.
1029 Tests for bug 22835: Crash during bytecode generation when comparing to null
1030 <https://bugs.webkit.org/show_bug.cgi?id=22835>
1031 <rdar://problem/6286749>
1033 * fast/js/ignored-result-null-comparison-crash-expected.txt: Added.
1034 * fast/js/ignored-result-null-comparison-crash.html: Added.
1035 * fast/js/resources/ignored-result-null-comparison-crash.js: Added.
1037 2008-12-12 Pierre-Olivier Latour <pol@apple.com>
1039 Checked-in new results for failing SVG tests so that the bots are green again.
1041 https://bugs.webkit.org/show_bug.cgi?id=22824
1043 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
1044 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
1045 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1046 * platform/mac/svg/custom/image-small-width-height-expected.checksum:
1047 * platform/mac/svg/custom/image-small-width-height-expected.png:
1048 * platform/mac/svg/custom/image-small-width-height-expected.txt:
1049 * platform/mac/svg/text/text-tselect-02-f-expected.checksum:
1050 * platform/mac/svg/text/text-tselect-02-f-expected.png:
1051 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
1053 2008-12-12 Simon Hausmann <hausmann@webkit.org>
1055 Rubber-stamped by Holger Freyther.
1057 Added all the failing tests in the Qt build that require font metrics
1058 to the skipped list, as discussed. We cannot maintain the metrics
1061 * platform/qt/Skipped:
1063 2008-12-11 Cameron Zwarich <zwarich@apple.com>
1065 Rubber-stamped by Mark Rowe.
1067 Roll out r39212 due to assertion failures during layout tests, multiple
1068 layout test failures, memory leaks, and obvious incorrectness.
1070 * security/override-preferences-2-expected.txt: Removed.
1071 * security/override-preferences-2.html: Removed.
1072 * security/override-preferences-expected.txt: Removed.
1073 * security/override-preferences.html: Removed.
1074 * security/override-zzz-reset-expected.txt: Removed.
1075 * security/override-zzz-reset.html: Removed.
1077 2008-12-11 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1079 Reviewed by Holger Freyther.
1081 Fix WML image layout tests to not rely on external resources.
1082 Update results after adding <img> support.
1084 * fast/wml/img-localsrc.wml:
1085 * fast/wml/img-src-localsrc-alt.wml:
1086 * fast/wml/img-src.wml:
1087 * fast/wml/resources: Added.
1088 * fast/wml/resources/fail.png: Added.
1089 * fast/wml/resources/pass.png: Added.
1090 * platform/mac/fast/wml/img-localsrc-expected.checksum:
1091 * platform/mac/fast/wml/img-localsrc-expected.png:
1092 * platform/mac/fast/wml/img-localsrc-expected.txt:
1093 * platform/mac/fast/wml/img-src-expected.checksum:
1094 * platform/mac/fast/wml/img-src-expected.png:
1095 * platform/mac/fast/wml/img-src-expected.txt:
1096 * platform/mac/fast/wml/img-src-localsrc-alt-expected.checksum:
1097 * platform/mac/fast/wml/img-src-localsrc-alt-expected.png:
1098 * platform/mac/fast/wml/img-src-localsrc-alt-expected.txt:
1100 2008-12-10 Oliver Hunt <oliver@apple.com>
1102 Reviewed by Adele Peterson.
1104 Crash (null-deref) when using :before pseudoselector with content CSS rule in SVG
1105 <rdar://problem/6302405>
1106 <https://bugs.webkit.org/show_bug.cgi?id=22804>
1108 Test to make sure we don't crash, and don't display generated content.
1110 * svg/css/crash-css-generated-content-expected.txt: Added.
1111 * svg/css/crash-css-generated-content.xhtml: Added.
1113 2008-12-11 Anders Carlsson <andersca@apple.com>
1115 Reviewed by Cameron Zwarich.
1117 https://bugs.webkit.org/show_bug.cgi?id=22797
1118 REGRESSION: Crash at http://news.cnet.com/8301-17939_109-10119149-2.html
1120 * http/tests/plugins/get-url-expected.txt: Added.
1121 * http/tests/plugins/get-url.html: Added.
1123 2008-12-11 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1125 Reviewed by Eric Seidel.
1127 Fix typo in doctype (correct wapforum.org URL)
1129 * fast/wml/p-align.wml:
1130 * fast/wml/p-mode.wml:
1132 2008-12-08 Dean McNamee <deanm@chromium.org>
1134 Reviewed by Darin Adler.
1136 Always append a trailing slash when using PHP's sys_get_temp_dir().
1138 This allows these tests to run on Linux, where this API returns the
1139 directory without a trailing slash.
1141 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
1142 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
1143 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
1144 * http/tests/xmlhttprequest/resources/portabilityLayer.php:
1145 * http/tests/xmlhttprequest/resources/reset-temp-file.php:
1147 2008-12-10 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1149 Rubber-stamped by George Staikos.
1151 Update WML pixel test results, after adding <template> support.
1153 * platform/mac/fast/wml/do-shadow-expected.checksum:
1154 * platform/mac/fast/wml/do-shadow-expected.png:
1155 * platform/mac/fast/wml/do-template-expected.checksum:
1156 * platform/mac/fast/wml/do-template-expected.png:
1158 2008-12-10 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1160 Reviewed by Eric Seidel.
1162 Update WML test results after adding <template> support.
1164 * platform/mac/fast/wml/do-shadow-expected.txt:
1165 * platform/mac/fast/wml/do-template-expected.txt:
1167 2008-12-10 Brady Eidson <beidson@apple.com>
1171 Most of these policy delegate related tests will now pass with accompanying DRT changes.
1173 * platform/win/Skipped:
1175 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
1177 Reviewed by Darin Adler.
1179 Replaced outdated reference image for svg/webarchive/svg-cursor-subresources.svg
1181 https://bugs.webkit.org/show_bug.cgi?id=22801
1183 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.checksum:
1184 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.png:
1186 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
1188 Reviewed by Darin Adler.
1190 Rewrote animations/animation-test-helpers.js to take advantage of the pauseAnimationAtTimeOnElementWithId()
1191 API when available in DRT.
1193 Updated all animations tests that check for values of animated CSS properties to use these new helper functions.
1195 https://bugs.webkit.org/show_bug.cgi?id=22796
1197 * animations/animation-test-helpers.js:
1199 (checkExpectedValue):
1203 * animations/big-rotation-expected.txt:
1204 * animations/big-rotation.html:
1205 * animations/change-keyframes-expected.txt:
1206 * animations/change-keyframes-name-expected.txt:
1207 * animations/change-keyframes-name.html:
1208 * animations/change-keyframes.html:
1209 * animations/change-one-anim-expected.txt:
1210 * animations/change-one-anim.html:
1211 * animations/generic-from-to-expected.txt:
1212 * animations/generic-from-to.html:
1213 * animations/import-expected.txt:
1214 * animations/import.html:
1215 * animations/keyframe-timing-functions-expected.txt:
1216 * animations/keyframe-timing-functions.html:
1217 * animations/keyframes-comma-separated-expected.txt:
1218 * animations/keyframes-comma-separated.html:
1219 * animations/keyframes-expected.txt:
1220 * animations/keyframes-from-missing.html:
1221 * animations/keyframes-out-of-order-expected.txt:
1222 * animations/keyframes-out-of-order.html:
1223 * animations/keyframes-to-missing.html:
1224 * animations/keyframes.html:
1225 * animations/lineheight-animation-expected.txt:
1226 * animations/lineheight-animation.html:
1227 * animations/matrix-anim-expected.txt:
1228 * animations/matrix-anim.html:
1229 * animations/multiple-animations-expected.txt:
1230 * animations/multiple-animations.html:
1231 * animations/multiple-keyframes-expected.txt:
1232 * animations/multiple-keyframes.html:
1233 * animations/transition-and-animation-1-expected.txt:
1234 * animations/transition-and-animation-1.html:
1235 * animations/transition-and-animation-2-expected.txt:
1236 * animations/transition-and-animation-2.html:
1237 * animations/width-using-ems-expected.txt:
1238 * animations/width-using-ems.html:
1239 * platform/win/Skipped:
1241 2008-12-10 Alice Liu <alice.liu@apple.com>
1243 Adding tweak to .conf files needed for
1244 WebCore/manual-tests/drag-image-to-desktop.html
1246 Reviewed by Darin Adler.
1248 * http/conf/apache2-debian-httpd.conf:
1249 * http/conf/apache2-httpd.conf:
1250 * http/conf/cygwin-httpd.conf:
1251 * http/conf/httpd.conf:
1252 * http/tests/misc/resources/generatedimage.bat: Added.
1254 2008-12-10 Geoffrey Garen <ggaren@apple.com>
1256 Reviewed by Sam :( Weinig.
1258 Added a test for http://trac.webkit.org/changeset/39162.
1260 * fast/regex/malformed-escapes-expected.txt: Added.
1261 * fast/regex/malformed-escapes.html: Added.
1262 * fast/regex/resources/malformed-escapes.js: Added.
1264 2008-12-10 Brady Eidson <beidson@apple.com>
1268 New layout tests for testing the fix for https://bugs.webkit.org/show_bug.cgi?id=22194:
1270 * http/tests/navigation/post-goback-repost-policy-expected.txt: Added.
1271 * http/tests/navigation/post-goback-repost-policy.html: Added.
1272 * http/tests/navigation/resources/goback-with-policydelegate.html: Added.
1273 * http/tests/navigation/resources/post-target-policy-test.html: Added.
1275 Updated layout test results for the new "custom policy delegate" mechanism:
1277 * fast/encoding/mailto-always-utf-8-expected.txt:
1278 * fast/forms/mailto/advanced-get-expected.txt:
1279 * fast/forms/mailto/advanced-put-expected.txt:
1280 * fast/forms/mailto/get-multiple-items-expected.txt:
1281 * fast/forms/mailto/get-multiple-items-text-plain-expected.txt:
1282 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded-expected.txt:
1283 * fast/forms/mailto/get-non-ascii-always-utf-8-expected.txt:
1284 * fast/forms/mailto/get-non-ascii-expected.txt:
1285 * fast/forms/mailto/get-non-ascii-text-plain-expected.txt:
1286 * fast/forms/mailto/get-non-ascii-text-plain-latin-1-expected.txt:
1287 * fast/forms/mailto/get-overwrite-query-expected.txt:
1288 * fast/forms/mailto/post-append-query-expected.txt:
1289 * fast/forms/mailto/post-multiple-items-expected.txt:
1290 * fast/forms/mailto/post-multiple-items-multipart-form-data-expected.txt:
1291 * fast/forms/mailto/post-multiple-items-text-plain-expected.txt:
1292 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded-expected.txt:
1293 * fast/forms/mailto/post-text-plain-expected.txt:
1294 * fast/forms/mailto/post-text-plain-with-accept-charset-expected.txt:
1295 * http/tests/security/feed-urls-from-remote-expected.txt:
1297 Skip the new test on Windows until the policy delegate can be enhanced there:
1298 * platform/win/Skipped:
1299 (It is already implicitly skipped for qt and gtk)
1301 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
1303 Reviewed by Darin Adler.
1305 Added a test to verify that the DRT API pauseAnimationAtTimeOnElementWithId() does work
1306 with animations using multiple keyframes.
1308 https://bugs.webkit.org/show_bug.cgi?id=22773
1310 * animations/animation-drt-api-multiple-keyframes.html: Added.
1311 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.checksum: Added.
1312 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.png: Added.
1313 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.txt: Added.
1314 * platform/win/Skipped:
1316 2008-12-10 Hironori Bono <hbono@chromium.org>
1318 Reviewed by Alexey Proskuryakov.
1320 Bug 21820: Unable to enter the Tamil UNICODE Characters via Thamizha Phonetic IME
1321 https://bugs.webkit.org/show_bug.cgi?id=21820
1323 <rdar://problem/5683248> Typing backspace to delete a diacritical mark also deletes the character before (Arabic)
1324 <rdar://problem/5702038> Backspace removes Thai Character in wrong sequence
1326 Added test for verifying if a backspace key deletes only the last character of a ligature which consists of
1327 multiple Unicode characters.
1328 Also added a test for verifying an undo operation works after deleting the last character of a ligature.
1330 * editing/deleting/delete-ligature-001-expected.txt: Added.
1331 * editing/deleting/delete-ligature-001.html: Added.
1332 * editing/deleting/delete-ligature-002-expected.txt: Added.
1333 * editing/deleting/delete-ligature-002.html: Added.
1334 * editing/deleting/delete-ligature-003-expected.txt: Added.
1335 * editing/deleting/delete-ligature-003.html: Added.
1337 2008-12-10 Alexey Proskuryakov <ap@webkit.org>
1339 Rubber-stamped by Maciej Stachowiak.
1341 <rdar://problem/5959165> Crash in a number of iExploder tests in WebCore::CachedImage::notifyObservers
1343 Add a test for a crash that is no longer reproducible.
1345 * fast/css/mask-missing-image-crash-expected.txt: Added.
1346 * fast/css/mask-missing-image-crash.html: Added.
1348 2008-12-09 Alexey Proskuryakov <ap@webkit.org>
1350 Rubber-stamped by Dan Bernstein.
1352 https://bugs.webkit.org/show_bug.cgi?id=19762
1353 Crash in svg/webarchive/svg-cursor-subresources.svg
1355 * svg/webarchive/svg-cursor-subresources.svg: Copied from LayoutTests/svg/webarchive/svg-cursor-subresources.svg-disabled.
1356 * svg/webarchive/svg-cursor-subresources.svg-disabled: Removed.
1357 Re-enabling the test.
1359 2008-12-09 Geoffrey Garen <ggaren@apple.com>
1361 Reviewed by Oliver Hunt.
1363 Added a test for an assertion followed by a quantifier.
1365 * fast/regex/quantified-assertions-expected.txt: Added.
1366 * fast/regex/quantified-assertions.html: Added.
1367 * fast/regex/resources/quantified-assertions.js: Copied from fast/regex/resources/alternative-length-miscalculation.js.
1369 2008-12-09 Geoffrey Garen <ggaren@apple.com>
1371 Reviewed by Cameron Zwarich.
1373 Updated regular expression layout tests to be agnostic between WREC
1374 and PCRE quirks. Also, updated results to match new, more web-compatible
1375 regular expression parsing.
1377 * fast/js/regexp-charclass-crash-expected.txt:
1378 * fast/js/regexp-charclass-crash.html:
1379 * fast/js/regexp-no-extensions-expected.txt:
1380 * fast/js/resources/regexp-no-extensions.js:
1381 * fast/regex/test1-expected.txt:
1383 2008-12-09 David Levin <levin@chromium.org>
1385 Reviewed by Eric Seidel.
1387 https://bugs.webkit.org/show_bug.cgi?id=22512
1389 Add a test to check for crashes when attaching an event to a document created by
1390 'document.implementation.createDocument'.
1392 * fast/events/create-document-crash-on-attach-event-expected.txt: Added.
1393 * fast/events/create-document-crash-on-attach-event.html: Added.
1394 * fast/events/resources/create-document-crash-on-attach-event.js: Added.
1397 2008-12-09 David Levin <levin@chromium.org>
1399 Reviewed by Eric Seidel.
1401 Add a test to check the event order for context clicks on Windows.
1403 https://bugs.webkit.org/show_bug.cgi?id=22505
1405 * platform/win/fast/events/context-click-events-expected.txt: Added.
1406 * platform/win/fast/events/context-click-events.html: Added.
1407 * platform/win/fast/events/resources: Added.
1408 * platform/win/fast/events/resources/TEMPLATE.html: Added.
1409 * platform/win/fast/events/resources/context-click-events.js: Added.
1414 2008-12-09 Alexey Proskuryakov <ap@webkit.org>
1416 Reviewed by Darin Adler.
1418 https://bugs.webkit.org/show_bug.cgi?id=22719
1419 Implement Navigator object in Workers
1421 * fast/workers/worker-navigator-expected.txt: Added.
1422 * fast/workers/worker-navigator.html: Added.
1424 2008-12-09 Pamela Greene <pam@chromium.org>
1426 Submitted without review.
1427 Corrected results so the test passes.
1429 * fast/events/special-key-events-in-input-text-expected.txt:
1431 2008-12-09 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1433 Reviewed by Alexey Proskuryakov.
1435 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22637
1437 Add new tests covering the WMLGoElement's GET method.
1438 Reactive disabled WML tests, as LayoutTests/wml/ is not run anymore if WebCore has been built without WML support.
1440 * wml/go-task-get-method-external-deck-expected.txt: Added.
1441 * wml/go-task-get-method-external-deck-with-href-expected.txt: Added.
1442 * wml/go-task-get-method-external-deck-with-href.html: Added.
1443 * wml/go-task-get-method-external-deck.html: Added.
1444 * wml/go-task-get-method-same-deck-expected.txt: Added.
1445 * wml/go-task-get-method-same-deck.html: Added.
1446 * wml/resources/WMLTestCase.js:
1447 (createWMLTestCase.iframeElement.onload):
1448 (createWMLTestCase):
1449 (completeTest.script.onload):
1451 * wml/resources/external-deck.wml: Added.
1452 * wml/resources/go-task-get-method-external-deck-with-href.js: Added.
1453 (setupTestDocument):
1456 * wml/resources/go-task-get-method-external-deck.js: Added.
1457 (setupTestDocument):
1460 * wml/resources/go-task-get-method-same-deck.js: Added.
1461 (setupTestDocument):
1464 * wml/resources/test-document.wml: Added.
1465 * wml/variable-reference-invalid-character.html: Copied from LayoutTests/wml/variable-reference-invalid-character.html-disabled.
1466 * wml/variable-reference-invalid-character.html-disabled: Removed.
1467 * wml/variable-reference-valid.html: Copied from LayoutTests/wml/variable-reference-valid.html-disabled.
1468 * wml/variable-reference-valid.html-disabled: Removed.
1470 2008-12-08 Dmitry Titov <dimich@chromium.org>
1472 Reviewed by Darin Adler.
1474 Test for https://bugs.webkit.org/show_bug.cgi?id=22710
1475 Verifies that active timeout does not cause memory leak.
1477 * fast/dom/Window/resources/long_timeout.html: Added.
1478 * fast/dom/Window/timeout-released-on-close-expected.txt: Added.
1479 * fast/dom/Window/timeout-released-on-close.html: Added.
1481 2008-12-08 Geoffrey Garen <ggaren@apple.com>
1483 Reviewed by Sam Weinig.
1485 Fixed js-test-pre.js to print a meaningful, complete sentence when
1486 exception tests fail.
1488 * fast/js/const-expected.txt: Updated test for new results.
1490 * fast/js/resources/js-test-pre.js:
1493 2008-12-08 Pierre-Olivier Latour <pol@apple.com>
1495 Reviewed by Dan Bernstein.
1497 Increase timeout in video-paint-test.js so that <video> tests pass on the Tiger pixel bot which is slower
1498 than the Leopard one.
1500 https://bugs.webkit.org/show_bug.cgi?id=22742
1502 * media/video-paint-test.js:
1505 2008-12-08 Geoffrey Garen <ggaren@apple.com>
1507 Reviewed by Sam Weinig.
1509 Added a test for interesting uses of non-pattern-characters in regular
1512 * fast/regex/non-pattern-characters-expected.txt: Added.
1513 * fast/regex/non-pattern-characters.html: Added.
1514 * fast/regex/resources/non-pattern-characters.js: Added.
1516 2008-12-08 Darin Adler <darin@apple.com>
1518 Reviewed by John Sullivan.
1520 - tests for https://bugs.webkit.org/show_bug.cgi?id=22409
1521 REGRESSION: cmd-shift-left/right don't switch tabs, instead select text
1523 * editing/execCommand/enabling-and-selection-2-expected.txt: Added.
1524 * editing/execCommand/enabling-and-selection-2.html: Added.
1525 * editing/execCommand/enabling-and-selection-expected.txt: Added.
1526 * editing/execCommand/enabling-and-selection.html: Added.
1527 * editing/execCommand/resources: Added.
1528 * editing/execCommand/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
1529 * editing/execCommand/resources/enabling-and-selection-2.js: Added.
1530 * editing/execCommand/resources/enabling-and-selection.js: Added.
1532 * fast/canvas/canvas-setTransform.html: Let make-js-test-wrappers update this.
1533 * fast/canvas/canvas-strokeRect.html: Ditto.
1535 * platform/qt/Skipped: Added enabling-and-selection-2 to the skipped list.
1536 * platform/win/Skipped: Ditto.
1538 2008-12-08 Pamela Greene <pam@chromium.org>
1540 Reviewed by Darin Adler.
1542 https://bugs.webkit.org/show_bug.cgi?id=22739
1543 Test the sequence of keyboard events generated for a keypress.
1545 * fast/events/special-key-events-in-input-text-expected.txt: Added.
1546 * fast/events/special-key-events-in-input-text.html: Added.
1548 2008-12-08 Julien Chaffraix <jchaffraix@webkit.org>
1550 Reviewed by Darin Adler.
1552 Tests cases for bug 17897: Not Rendering Images Imported from XHTML Document
1553 <rdar://problem/5827614>
1555 - xmlhttprequest-image-not-loaded*: test that an image loaded by an XMLHttpRequest and inserted into a XHTML or SVG Document
1556 is properly rendered.
1558 - 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
1559 (whether it does really change the url or not).
1561 * http/tests/misc/image-blocked-src-change-expected.txt: Added.
1562 * http/tests/misc/image-blocked-src-change.html: Added.
1563 * http/tests/misc/image-blocked-src-no-change-expected.txt: Added.
1564 * http/tests/misc/image-blocked-src-no-change.html: Added.
1565 * http/tests/xmlhttprequest/resources/load-icon.svg: Added.
1566 * http/tests/xmlhttprequest/resources/load-icon.xhtml: Added.
1567 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-expected.txt: Added.
1568 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg-expected.txt: Added.
1569 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg.svg: Added.
1570 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded.html: Added.
1572 2008-12-08 Mark Rowe <mrowe@apple.com>
1574 Rubber-stamped by Sam Weinig.
1576 Disable the WML tests since no platforms build with WML enabled by default and the test failures are annoying.
1578 * wml/variable-reference-invalid-character.html-disabled: Renamed from LayoutTests/wml/variable-reference-invalid-character.html.
1579 * wml/variable-reference-valid.html-disabled: Renamed from LayoutTests/wml/variable-reference-valid.html.
1581 2008-12-08 Aaron Boodman <aa@chromium.org>
1583 Reviewed by Stephanie Lewis.
1585 https://bugs.webkit.org/show_bug.cgi?id=22301
1586 Make dispatchDidFinishLoading() always fire before didFinishLoadForFrame().
1588 * fast/dom/Window/get-set-properties-expected.txt:
1589 * fast/events/onunload-window-property-expected.txt:
1590 * http/tests/loading/basic-expected.txt:
1591 * http/tests/loading/empty-subframe-expected.txt:
1592 * http/tests/loading/gmail-assert-on-load-expected.txt:
1593 * http/tests/loading/location-hash-reload-cycle-expected.txt:
1594 * http/tests/loading/onload-vs-immediate-refresh-expected.txt:
1595 * http/tests/loading/slow-parsing-subframe-expected.txt:
1596 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
1597 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
1598 * webarchive/loading/test-loading-archive-expected.txt:
1600 2008-12-08 Oliver Hunt <oliver@apple.com>
1602 Reviewed by Alexey Proskuryakov.
1604 Bug 22398: r39059: Crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler
1605 <rdar://problem/6426245> REGRESSION(r39059): Reproducible crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler (22398)
1607 Add crash test for this regression -- simply clear the transition duration in the transitionEnd handler.
1609 * transitions/transition-duration-cleared-in-transitionend-crash-expected.txt: Added.
1610 * transitions/transition-duration-cleared-in-transitionend-crash.html: Added.
1612 2008-12-07 Simon Fraser <simon.fraser@apple.com>
1614 Reviewed by Dan Bernstein
1616 https://bugs.webkit.org/show_bug.cgi?id=22594
1618 Testcase for fetching inline style for -webkit-transform-origin
1619 and -webkit-transition.
1621 * fast/css/transform-inline-style-expected.txt: Added.
1622 * fast/css/transform-inline-style.html: Added.
1624 2008-12-07 Dirk Schulze <krit@webkit.org>
1626 Reviewed by Oliver Hunt.
1628 Tests strokeRect with patterns and gradients.
1630 * fast/canvas/canvas-strokeRect-expected.txt: Added.
1631 * fast/canvas/canvas-strokeRect.html: Added.
1632 * fast/canvas/resources/canvas-strokeRect.js: Added.
1634 2008-12-06 Dirk Schulze <krit@webkit.org>
1636 Reviewed by Oliver Hunt.
1638 Added tests for canvas's setTransform() and updated an existing one.
1640 * fast/canvas/canvas-setTransform-expected.txt: Added.
1641 * fast/canvas/canvas-setTransform.html: Added.
1642 * fast/canvas/resources/canvas-setTransform.js: Added.
1643 * fast/dom/Window/window-properties-expected.txt:
1645 2008-12-06 Antti Koivisto <antti@apple.com>
1647 Reusing property slots changed property ordering in this text.
1649 * editing/pasteboard/5780697-2-expected.txt:
1651 2008-12-06 Simon Fraser <simon.fraser@apple.com>
1653 Reviewed by Antti Koivisto, Dan Bernstein
1655 https://bugs.webkit.org/show_bug.cgi?id=22088
1657 Testcase for repaint issue when transform changes
1659 * fast/repaint/transform-repaint-descendants.html: Added.
1660 * platform/mac/fast/repaint/transform-repaint-descendants-expected.checksum: Added.
1661 * platform/mac/fast/repaint/transform-repaint-descendants-expected.png: Added.
1662 * platform/mac/fast/repaint/transform-repaint-descendants-expected.txt: Added.
1664 2008-12-06 Simon Fraser <simon.fraser@apple.com>
1666 Update expected image now that the caret renders in transformed
1669 https://bugs.webkit.org/show_bug.cgi?id=15671
1671 * platform/mac/fast/forms/search-transformed-expected.checksum:
1672 * platform/mac/fast/forms/search-transformed-expected.png:
1674 2008-12-06 Simon Fraser <simon.fraser@apple.com>
1676 Reviewed by Dan Bernstein
1678 https://bugs.webkit.org/show_bug.cgi?id=15739
1680 Testcase for selection painting on a transformed, replaced element.
1682 * fast/replaced/selection-rect-transform.html: Added.
1683 * platform/mac/fast/replaced/selection-rect-transform-expected.checksum: Added.
1684 * platform/mac/fast/replaced/selection-rect-transform-expected.png: Added.
1685 * platform/mac/fast/replaced/selection-rect-transform-expected.txt: Added.
1687 2008-12-06 Simon Fraser <simon.fraser@apple.com>
1689 Reviewed by Dave Hyatt
1691 https://bugs.webkit.org/show_bug.cgi?id=15671
1693 * fast/transforms/transformed-caret.html: Added.
1694 * platform/mac/fast/transforms/transformed-caret-expected.checksum: Added.
1695 * platform/mac/fast/transforms/transformed-caret-expected.png: Added.
1696 * platform/mac/fast/transforms/transformed-caret-expected.txt: Added.
1698 New testcase for caret on transformed element.
1700 * platform/mac/fast/transforms/transformed-focused-text-input-expected.checksum:
1701 * platform/mac/fast/transforms/transformed-focused-text-input-expected.png:
1703 Fix expected now that caret rendering works properly.
1705 2008-12-05 Chris Marrin <cmarrin@apple.com>
1707 Reviewed by Dave Hyatt.
1709 Testcases for https://bugs.webkit.org/show_bug.cgi?id=22635
1711 * animations/animation-iteration-event-destroy-renderer-expected.txt: Added.
1712 * animations/animation-iteration-event-destroy-renderer.html: Added.
1713 * animations/animation-start-event-destroy-renderer-expected.txt: Added.
1714 * animations/animation-start-event-destroy-renderer.html: Added.
1716 2008-12-05 Pamela Greene <pam@chromium.org>
1718 Reviewed by Darin Adler.
1720 https://bugs.webkit.org/show_bug.cgi?id=22608
1721 Add a test for line numbers of uncaught JS exceptions.
1723 * fast/js/uncaught-exception-line-number-expected.txt: Added.
1724 * fast/js/uncaught-exception-line-number.html: Added.
1726 2008-12-05 Pamela Greene <pam@chromium.org>
1728 Reviewed by Darin Adler.
1730 https://bugs.webkit.org/show_bug.cgi?id=22604
1731 Add test for onload handler named 'onload'.
1733 * fast/events/onload-name-collision-expected.txt: Added.
1734 * fast/events/onload-name-collision.html: Added.
1736 2008-12-05 Pamela Greene <pam@chromium.org>
1738 Reviewed by Darin Adler.
1740 https://bugs.webkit.org/show_bug.cgi?id=22601
1741 Add test to verify that calling functions on a Java applet from JS works.
1743 * fast/dom/java-applet-calls-expected.txt: Added.
1744 * fast/dom/java-applet-calls.html: Added.
1745 * fast/dom/resources/TestApplet.class: Added.
1746 * fast/dom/resources/TestApplet.java: Added.
1747 (TestApplet): Source of test applet for use by layout test(s).
1749 (TestApplet.setString):
1750 (TestApplet.getString):
1752 2008-12-05 Pamela Greene <pam@chromium.org>
1754 Reviewed by Darin Adler.
1756 https://bugs.webkit.org/show_bug.cgi?id=22592
1757 Make sure the onload handler is only called once, even when there are
1758 multiple <body> nodes in the document.
1760 * fast/events/onload-fires-twice-expected.txt: Added.
1761 * fast/events/onload-fires-twice.html: Added.
1763 2008-12-05 Pamela Greene <pam@chromium.org>
1765 Reviewed by Darin Adler.
1767 https://bugs.webkit.org/show_bug.cgi?id=22575
1768 Add a test for accessing NodeList items by name.
1770 * fast/dom/NodeList/nodelist-item-with-name-expected.txt: Added.
1771 * fast/dom/NodeList/nodelist-item-with-name.html: Added.
1773 2008-12-05 Pamela Greene <pam@chromium.org>
1775 Reviewed by Eric Seidel.
1777 https://bugs.webkit.org/show_bug.cgi?id=22632
1778 Add a test for DOM operations with incompatible receivers or arguments.
1780 * fast/dom/incompatible-operations-expected.txt: Added.
1781 * fast/dom/incompatible-operations.html: Added.
1783 2008-12-05 Justin Garcia <justin.garcia@apple.com>
1785 Updating these test results. On Tiger the fragment created from RTFD data
1786 contained interchange newlines that we incorrectly handled before r38983.
1788 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.checksum:
1789 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.png:
1790 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.txt:
1792 2008-12-05 Geoffrey Garen <ggaren@apple.com>
1794 Reviewed by Sam Weinig.
1796 Added a test for a bug I discovered while working on
1797 https://bugs.webkit.org/show_bug.cgi?id=22685.
1799 * fast/regex/non-capturing-backtracking-expected.txt: Added.
1800 * fast/regex/non-capturing-backtracking.html: Added.
1801 * fast/regex/resources/non-capturing-backtracking.js: Added.
1803 2008-12-05 Dean Jackson <dino@apple.com>
1805 Reviewed by David Hyatt.
1807 No longer need to add a fake listener on a document
1808 node in order to get events passed up to Window.
1809 https://bugs.webkit.org/show_bug.cgi?id=20572
1811 * transitions/transition-end-event-window.html:
1813 2008-12-05 Kevin McCullough <kmccullough@apple.com>
1815 Reviewed by Tim Hatcher.
1817 - Fix intermittent profiler test failures. The problem is that idle
1818 time only shows up some times, probably dependent on if the system is
1819 running a little slow or has a network hiccup. I've removed this.
1820 - I've also added <rdar://problem/6422004> Profiler tests fail because
1821 they sometimes don't have (idle) time. This is to investigate whether or
1822 not idle time should be showing up at all when running these tests.
1824 * fast/profiler/anonymous-event-handler-expected.txt:
1825 * fast/profiler/anonymous-function-called-from-different-contexts-expected.txt:
1826 * fast/profiler/anonymous-function-calls-built-in-functions-expected.txt:
1827 * fast/profiler/anonymous-function-calls-eval-expected.txt:
1828 * fast/profiler/apply-expected.txt:
1829 * fast/profiler/built-in-function-calls-anonymous-expected.txt:
1830 * fast/profiler/built-in-function-calls-user-defined-function-expected.txt:
1831 * fast/profiler/call-expected.txt:
1832 * fast/profiler/call-nodelist-as-function-expected.txt:
1833 * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope-expected.txt:
1834 * fast/profiler/compare-multiple-profiles-expected.txt:
1835 * fast/profiler/constructor-expected.txt:
1836 * fast/profiler/dead-time-expected.txt:
1837 * fast/profiler/document-dot-write-expected.txt:
1838 * fast/profiler/event-handler-expected.txt:
1839 * fast/profiler/execution-context-and-eval-on-same-line-expected.txt:
1840 * fast/profiler/heavy-view-expected.txt:
1841 * fast/profiler/inline-event-handler-expected.txt:
1842 * fast/profiler/many-calls-in-the-same-scope-expected.txt:
1843 * fast/profiler/multiple-and-different-scoped-anonymous-function-calls-expected.txt:
1844 * fast/profiler/multiple-and-different-scoped-function-calls-expected.txt:
1845 * fast/profiler/multiple-frames-expected.txt:
1846 * fast/profiler/nested-anonymous-functon-expected.txt:
1847 * fast/profiler/nested-start-and-stop-profiler-expected.txt:
1848 * fast/profiler/one-execution-context-expected.txt:
1849 * fast/profiler/profile-calls-in-included-file-expected.txt:
1850 * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting-expected.txt:
1851 * fast/profiler/profiling-from-a-nested-location-expected.txt:
1852 * fast/profiler/resources/profiler-test-JS-resources.js:
1853 (printProfileNodeWithoutTime):
1854 * fast/profiler/simple-event-call-expected.txt:
1855 * fast/profiler/simple-no-level-change-expected.txt:
1856 * fast/profiler/start-and-stop-profiler-multiple-times-expected.txt:
1857 * fast/profiler/start-and-stop-profiling-in-the-same-function-expected.txt:
1858 * fast/profiler/stop-profiling-after-setTimeout-expected.txt:
1859 * fast/profiler/stop-then-function-call-expected.txt:
1860 * fast/profiler/throw-exception-from-eval-expected.txt:
1861 * fast/profiler/two-execution-contexts-expected.txt:
1862 * fast/profiler/user-defined-function-calls-built-in-functions-expected.txt:
1863 * fast/profiler/window-dot-eval-expected.txt:
1865 2008-12-05 Alexey Proskuryakov <ap@webkit.org>
1867 Reviewed by Darin Adler.
1869 https://bugs.webkit.org/show_bug.cgi?id=22672
1870 ASSERT(m_table) when xhr.onabort creates another xhr or calls setTimeout
1872 * http/tests/xmlhttprequest/send-on-abort-expected.txt: Added.
1873 * http/tests/xmlhttprequest/send-on-abort.html: Added.
1875 * http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Removed.
1876 * http/tests/xmlhttprequest/abort-on-leaving-page.html: Removed.
1877 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
1878 * http/tests/xmlhttprequest/resources/slow-response.pl: Removed.
1879 Stopping an XHR due to navigation no longer dispatches events.
1881 2008-12-05 Jungshik Shin <jshin@chromium.org>
1883 Reviewed by Alexey Proskuryakov.
1885 https://bugs.webkit.org/show_bug.cgi?id=22472
1887 Revises charset alias map for TextCodecICU.
1888 - Uses windows-949 and windows-874 instead of windows-949-2000 and windows-874-2000
1889 - Replaces 'windows874' in a couple of place with 'windows-874' (for the canonical name)
1890 - Maps 'dos-874' to 'windows-874'. Currently, it's aliases to 'cp874', which is in turn
1891 mapped to 'TIS-620'. 'TIS-620' is manually aliased to 'windows-874'. We'd better directly
1892 alias 'dos-874' to 'windows-874'.
1893 - Replaces 'EUC-CN' with 'GBK' when it's used as the canonical name.
1894 Similar to the above case, we're getting rid of indirection that eventually leads to 'GBK' by
1895 directly going to 'GBK'.
1896 - Puts Mac encodings in a separate test 'char-decoding-mac.html'. Rename 'char-decoding-mac.html'
1897 in platform/mac to 'xnextstep-decoding.html' to avoid the name collision in the result files.
1898 - Adds a JS file for common functions used by char-decoding-*.html tests.
1900 * fast/encoding/char-decoding-expected.txt:
1901 * fast/encoding/char-decoding-mac-expected.txt: Added.
1902 * fast/encoding/char-decoding-mac.html: Added.
1903 * fast/encoding/char-decoding.html:
1904 * fast/encoding/resources/char-decoding-utils.js
1905 * platform/mac/fast/encoding/char-decoding-mac-expected.txt: Removed.
1906 * platform/mac/fast/encoding/char-decoding-mac.html: Removed.
1907 * platform/mac/fast/encoding/xnextstep-decoding-expected.txt: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac-expected.txt.
1908 * platform/mac/fast/encoding/xnextstep-decoding.html: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac.html.
1910 2008-12-03 Geoffrey Garen <ggaren@apple.com>
1912 Reviewed by Oliver Hunt.
1914 Added a test for another input length miscalculation.
1916 * fast/regex/alternative-length-miscalculation-expected.txt:
1917 * fast/regex/resources/alternative-length-miscalculation.js:
1919 2008-12-03 Jungshik Shin <jshin@chromium.org>
1921 Reviewed by Darin Adler.
1923 Add missing test files (utf-16,32 files) and two php files
1924 for bug 21635 and enabled utf-7 tests (bug 22492). The patch
1925 for bug 21635 was landed in http://trac.webkit.org/changeset/38755,
1926 but binary test files (utf-16/32) were omitted in the changeset.
1928 https://bugs.webkit.org/show_bug.cgi?id=21635
1929 https://bugs.webkit.org/show_bug.cgi?id=22492
1931 * http/tests/misc/resources/check-query-param.php: Added.
1932 * http/tests/misc/resources/echo-query-param.php: Added.
1933 * http/tests/misc/submit-get-in-utf16be.html: Added.
1934 * http/tests/misc/submit-get-in-utf16le.html: Added.
1935 * http/tests/misc/submit-get-in-utf32be.html: Added.
1936 * http/tests/misc/submit-get-in-utf32le.html: Added.
1937 * http/tests/misc/submit-get-in-utf7.html: Copied from http/tests/misc/submit-get-in-utf7.html-disabled.
1938 * http/tests/misc/submit-get-in-utf7.html-disabled: Removed.
1939 * http/tests/misc/submit-post-in-utf16be.html: Added.
1940 * http/tests/misc/submit-post-in-utf16le.html: Added.
1941 * http/tests/misc/submit-post-in-utf32be.html: Added.
1942 * http/tests/misc/submit-post-in-utf32le.html: Added.
1943 * http/tests/misc/submit-post-in-utf7.html: Copied from http/tests/misc/submit-post-in-utf7.html-disabled.
1944 * http/tests/misc/submit-post-in-utf7.html-disabled: Removed.
1945 * http/tests/misc/url-in-utf16be.html: Added.
1946 * http/tests/misc/url-in-utf16le.html: Added.
1947 * http/tests/misc/url-in-utf32be.html: Added.
1948 * http/tests/misc/url-in-utf32le.html: Added.
1949 * http/tests/misc/url-in-utf7.html: Copied from http/tests/misc/url-in-utf7.html-disabled.
1950 * http/tests/misc/url-in-utf7.html-disabled: Removed.
1952 2008-12-03 Justin Garcia <justin.garcia@apple.com>
1954 Reviewed by Beth Dakin.
1956 <rdar://problem/6018653> Extra blank line when pasting paragraph in plain text
1958 * editing/pasteboard/6018653-expected.txt: Added.
1959 * editing/pasteboard/6018653.html: Added.
1961 2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1963 Reviewed by George Staikos.
1965 Forgot to rerun make-js-test-wrappers, and update some fast/wml results.
1967 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
1968 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
1969 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
1970 * wml/resources/variable-reference-invalid-character.js:
1971 * wml/resources/variable-reference-valid.js:
1973 2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1975 Reviewed by George Staikos.
1977 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22636
1979 Add a first set of scriptable WML layout tests.
1980 Embed WML documents in an <iframe>, contained in a (X)HTML document, and script
1981 the LayoutTestController through XHTML <script> elements. See WMLTestCase.js,
1982 which is derived from SVGTestCase.js.
1984 All wml/*.html files are generated using make-js-test-wrappers.
1986 Add two tests covering variable substitution.
1989 * wml/resources: Added.
1990 * wml/resources/TEMPLATE.html: Added.
1991 * wml/resources/WMLTestCase.js: Added.
1993 (createWMLTestCase.iframeElement.onload):
1994 (createWMLTestCase):
1997 (completeTest.script.onload):
1999 * wml/resources/variable-reference-invalid-character.js: Added.
2000 (setupTestDocument):
2003 * wml/resources/variable-reference-valid.js: Added.
2004 (setupTestDocument):
2007 * wml/variable-reference-invalid-character-expected.txt: Added.
2008 * wml/variable-reference-invalid-character.html: Added.
2009 * wml/variable-reference-valid-expected.txt: Added.
2010 * wml/variable-reference-valid.html: Added.
2012 2008-12-03 Simon Fraser <simon.fraser@apple.com>
2014 Reviewed by Dave Hyatt
2016 Clean up and unify transition and animation test cases that destroy
2017 the renderer in the 'ended' event callback, either through setting display:none,
2018 or removing the element.
2020 * animations/animation-end-event-destroy-renderer-expected.txt: Added.
2021 * animations/animation-end-event-destroy-renderer.html: Added.
2022 * animations/transform-animation-event-destroy-element-expected.txt: Removed.
2023 * animations/transform-animation-event-destroy-element.html: Removed.
2024 * transitions/transform-transition-event-destroy-element-expected.txt: Removed.
2025 * transitions/transform-transition-event-destroy-element.html: Removed.
2026 * transitions/transition-end-event-destroy-renderer-expected.txt: Added.
2027 * transitions/transition-end-event-destroy-renderer.html: Added.
2029 2008-12-03 Alexey Proskuryakov <ap@webkit.org>
2031 Reviewed by Darin Adler.
2033 https://bugs.webkit.org/show_bug.cgi?id=22630
2034 Assertion failure in XMLHttpRequest::contextDestroyed
2036 * http/tests/xmlhttprequest/close-window-expected.txt: Added.
2037 * http/tests/xmlhttprequest/close-window.html: Added.
2038 * http/tests/xmlhttprequest/resources/close-window-frame.html: Added.
2040 2008-12-03 Dean Jackson <dino@apple.com>
2042 Reviewed by Dan Bernstein.
2044 Tests for CSS 3 <angle> turn unit
2045 https://bugs.webkit.org/show_bug.cgi?id=22497
2047 * transforms/2d/transform-2d-expected.txt:
2048 * transforms/2d/transform-2d.html:
2049 * transforms/transform-value-types-expected.txt:
2050 * transforms/transform-value-types.html:
2052 2008-12-03 Dean Jackson <dino@apple.com>
2054 Reviewed by Dan Bernstein.
2056 Clean up some tests for private DRT API.
2057 https://bugs.webkit.org/show_bug.cgi?id=22498
2059 * platform/win/Skipped:
2060 * transitions/transition-drt-api-delay-expected.txt:
2061 * transitions/transition-drt-api-delay.html:
2062 * transitions/transition-shorthand-delay-expected.txt:
2063 * transitions/transition-shorthand-delay.html:
2065 2008-12-03 Dirk Schulze <krit@webkit.org>
2067 Updated/Correcte the SVG pixel tests.
2068 We pass two more SVG tests now.
2070 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
2071 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
2072 * platform/mac/svg/batik/text/textEffect3-expected.checksum:
2073 * platform/mac/svg/batik/text/textEffect3-expected.png:
2075 2008-12-03 Dmitry Titov <dimich@chromium.org>
2077 Reviewed by Alexey Proskuryakov.
2079 Add test for https://bugs.webkit.org/show_bug.cgi?id=22600,
2080 verifying that timeout callback is executed in the right scope.
2082 * fast/dom/Window/timeout-callback-scope-expected.txt: Added.
2083 * fast/dom/Window/timeout-callback-scope.html: Added.
2085 2008-12-02 Alexey Proskuryakov <ap@webkit.org>
2087 Reviewed by Maciej Stachowiak.
2089 https://bugs.webkit.org/show_bug.cgi?id=22543
2090 Consolidate ActiveDOMObject page cache interaction
2092 * http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Added.
2093 * http/tests/xmlhttprequest/abort-on-leaving-page.html: Added.
2094 * http/tests/xmlhttprequest/resources/slow-response.pl: Added.
2095 Check that XHR is aborted when navigating to a different page.
2097 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
2098 A readystatechange event is now fired when destroying a subframe that made a request.
2099 This matches Firefox, although test output is somewhat different due to window.parent
2100 being inaccessible from a detached frame there.
2102 2008-11-28 Cameron Zwarich <zwarich@apple.com>
2104 Reviewed by Geoff Garen.
2106 Add tests for bug 22504: Crashes during code generation occur due to refing of ignoredResult()
2107 <https://bugs.webkit.org/show_bug.cgi?id=22504>
2109 * fast/js/ignored-result-ref-crash-expected.txt: Added.
2110 * fast/js/ignored-result-ref-crash.html: Added.
2111 * fast/js/resources/ignored-result-ref-crash.js: Added.
2113 2008-12-02 Geoffrey Garen <ggaren@apple.com>
2115 Reviewed by Cameron Zwarich.
2117 Test for https://bugs.webkit.org/show_bug.cgi?id=22537
2118 REGRESSION (r38745): Assertion failure in jsSubstring() at ge.com
2120 * fast/regex/alternative-length-miscalculation-expected.txt: Added.
2121 * fast/regex/alternative-length-miscalculation.html: Added.
2123 2008-12-02 Simon Fraser <simon.fraser@apple.com>
2125 Reviewed by Dave Hyatt
2127 https://bugs.webkit.org/show_bug.cgi?id=22472
2129 Test for repainting a selected, replaced element.
2131 * fast/repaint/selected-replaced.html: Added.
2132 * platform/mac/fast/repaint/selected-replaced-expected.checksum: Added.
2133 * platform/mac/fast/repaint/selected-replaced-expected.png: Added.
2134 * platform/mac/fast/repaint/selected-replaced-expected.txt: Added.
2136 2008-12-02 Chris Fleizach <cfleizach@apple.com>
2138 Reviewed by Beth Dakin.
2140 Added and modified tests for
2141 Bug 22606: Can <th> serves as the AXTitleUIElement for <td>?
2143 * accessibility/image-map1-expected.txt:
2144 * accessibility/image-map2-expected.txt:
2145 * accessibility/internal-link-anchors2-expected.txt:
2146 * accessibility/lists-expected.txt:
2147 * accessibility/plugin-expected.txt:
2148 * accessibility/table-detection-expected.txt:
2149 * accessibility/table-one-cell-expected.txt:
2150 * accessibility/table-with-aria-role-expected.txt:
2151 * accessibility/table-with-rules-expected.txt:
2152 * accessibility/th-as-title-ui-expected.txt: Added.
2153 * accessibility/th-as-title-ui.html: Added.
2155 2008-12-02 Chris Fleizach <cfleizach@apple.com>
2157 Update tests for Bug 22596: Some elements don't report AXBlockQuoteLevel
2159 Reviewed by John Sullivan.
2161 * accessibility/document-links-expected.txt:
2162 * accessibility/image-map1-expected.txt:
2163 * accessibility/image-map2-expected.txt:
2165 2008-12-02 Dimitri Glazkov <dglazkov@chromium.org>
2167 Reviewed by Eric Seidel.
2169 Add Layout test for https://bugs.webkit.org/show_bug.cgi?id=22460,
2170 testing ASSERT in console.trace() due to incomplete inheritance chain.
2172 * fast/dom/Window/console-trace-expected.txt: Added.
2173 * fast/dom/Window/console-trace.html: Added.
2175 2008-12-02 Michael Moss <mmoss@chromium.org>
2177 Reviewed by Eric Seidel.
2179 Enable http/tests/navigation/reload-subframe-*frame.html on Windows.
2180 https://bugs.webkit.org/show_bug.cgi?id=20926
2182 * platform/win/Skipped:
2184 2008-12-01 Beth Dakin <bdakin@apple.com>
2186 Reviewed by Dan Bernstein.
2188 Tests for https://bugs.webkit.org/show_bug.cgi?id=13736 REGRESSION
2189 (r19811): Using the down arrow in a textarea gets "stuck" at the
2190 end of a wrapped line
2191 And corresponding: <rdar://problem/5347931>
2193 * editing/selection/wrapped-line-caret-1.html: Added.
2194 * editing/selection/wrapped-line-caret-2.html: Added.
2195 * platform/mac/editing/selection/wrapped-line-caret-1-
2196 expected.checksum: Added.
2197 * platform/mac/editing/selection/wrapped-line-caret-1-expected.png:
2199 * platform/mac/editing/selection/wrapped-line-caret-1-expected.txt:
2201 * platform/mac/editing/selection/wrapped-line-caret-2-
2202 expected.checksum: Added.
2203 * platform/mac/editing/selection/wrapped-line-caret-2-expected.png:
2205 * platform/mac/editing/selection/wrapped-line-caret-2-expected.txt:
2208 2008-12-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2210 Not reviewed. Forgot to include updated layout tests in last commit.
2212 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
2213 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
2214 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
2216 2008-12-01 Pierre-Olivier Latour <pol@apple.com>
2218 Reviewed by Mark Rowe.
2220 Updated the reference images for the <video> layout tests as the ones checked-in previously
2221 do not pass on the pixel bots.
2223 https://bugs.webkit.org/show_bug.cgi?id=21911
2225 * platform/mac/media/video-aspect-ratio-expected.checksum:
2226 * platform/mac/media/video-aspect-ratio-expected.png:
2227 * platform/mac/media/video-controls-rendering-expected.checksum:
2228 * platform/mac/media/video-controls-rendering-expected.png:
2229 * platform/mac/media/video-display-toggle-expected.checksum:
2230 * platform/mac/media/video-display-toggle-expected.png:
2231 * platform/mac/media/video-layer-crash-expected.checksum:
2232 * platform/mac/media/video-layer-crash-expected.png:
2233 * platform/mac/media/video-transformed-expected.checksum:
2234 * platform/mac/media/video-transformed-expected.png:
2236 2008-12-01 David Kilzer <ddkilzer@apple.com>
2238 Bug 22466: REGRESSION (35867): Many resources missing when saving webarchive of webkit.org
2240 <https://bugs.webkit.org/show_bug.cgi?id=22466>
2241 <rdar://problem/6403593>
2243 Reviewed by Brady Eidson.
2245 * http/tests/webarchive/resources/test-preload-resources.css: Added.
2246 * http/tests/webarchive/test-preload-resources-expected.webarchive: Added.
2247 * http/tests/webarchive/test-preload-resources.html: Added.
2248 * platform/qt/Skipped: Added http/tests/webarchive and grouped the
2249 skipped list of other webarchive tests together.
2250 * platform/win/Skipped: Added http/tests/webarchive.
2252 2008-12-01 Pamela Greene <pam@chromium.org>
2254 Reviewed by Darin Adler.
2256 https://bugs.webkit.org/show_bug.cgi?id=22464
2257 Add a test for a potential crash when performing a same-origin
2258 check on a subframe reloaded with about:blank.
2260 * fast/js/same-origin-subframe-about-blank-expected.txt: Added.
2261 * fast/js/same-origin-subframe-about-blank.html: Added.
2263 2008-12-01 Pierre-Olivier Latour <pol@apple.com>
2265 Reviewed by Dan Bernstein.
2267 Fixed <video> layout tests so that DRT is notified they are done only when the video frames
2268 are effectively rendered in the page. This requires using a timeout since there is no <video>
2269 event that fires when the first frame has been drawn (the closest even fires when the element
2270 is ready to render and will eventually draw at some unknown point in the future).
2271 Thanks to this change, these tests now pass in --pixel mode as well.
2273 https://bugs.webkit.org/show_bug.cgi?id=21911
2275 * media/video-aspect-ratio.html:
2276 * media/video-controls-rendering.html:
2277 * media/video-display-toggle.html:
2278 * media/video-layer-crash.html:
2279 * media/video-paint-test.js:
2281 * media/video-transformed.html:
2282 * platform/mac/media/video-aspect-ratio-expected.checksum:
2283 * platform/mac/media/video-aspect-ratio-expected.png:
2284 * platform/mac/media/video-controls-rendering-expected.checksum:
2285 * platform/mac/media/video-controls-rendering-expected.png:
2286 * platform/mac/media/video-display-toggle-expected.checksum:
2287 * platform/mac/media/video-display-toggle-expected.png:
2288 * platform/mac/media/video-layer-crash-expected.checksum:
2289 * platform/mac/media/video-layer-crash-expected.png:
2290 * platform/mac/media/video-transformed-expected.checksum:
2291 * platform/mac/media/video-transformed-expected.png:
2293 2008-12-01 Pamela Greene <pam@chromium.org>
2295 Reviewed by Darin Adler.
2297 https://bugs.webkit.org/show_bug.cgi?id=22463
2298 Add a test for accessing navigator.cookieEnabled after navigation.
2300 * fast/dom/navigator-cookieEnabled-no-crash-expected.txt: Added.
2301 * fast/dom/navigator-cookieEnabled-no-crash.html: Added.
2302 * fast/dom/resources/test-successful-destination.html: Added.
2304 2008-12-01 Pamela Greene <pam@chromium.org>
2306 Reviewed by Sam Weinig.
2308 https://bugs.webkit.org/show_bug.cgi?id=22365
2309 Add a test to verify behavior of DOM node constructors.
2311 * fast/dom/dom-constructors-expected.txt: Added.
2312 * fast/dom/dom-constructors.html: Added.
2314 2008-12-01 Pamela Greene <pam@chromium.org>
2316 Reviewed by Darin Adler.
2318 https://bugs.webkit.org/show_bug.cgi?id=22358
2319 Add a test for crash on "Copy" after showing a tooltip.
2321 * editing/pasteboard/copy-crash-expected.txt: Added.
2322 * editing/pasteboard/copy-crash.html: Added.
2324 2008-12-01 Alexey Proskuryakov <ap@webkit.org>
2326 Rubber-stamped by Mark Rowe.
2328 https://bugs.webkit.org/show_bug.cgi?id=22531
2329 Stack overflow on PowerPC on fast/workers/use-machine-stack.html
2331 Disabling the test until the problem can be investigated.
2333 * fast/workers/use-machine-stack.html: Removed.
2334 * fast/workers/use-machine-stack.html-disabled: Copied from fast/workers/use-machine-stack.html.
2336 2008-11-28 Sam Weinig <sam@webkit.org>
2338 Reviewed by Alexey Proskuryakov.
2340 Test for https://bugs.webkit.org/show_bug.cgi?id=21063
2341 NULL pointer crash in dispatchEvent(null);
2343 * fast/events/dispatchEvent-crash-expected.txt: Added.
2344 * fast/events/dispatchEvent-crash.html: Added.
2346 2008-11-29 Dan Bernstein <mitz@apple.com>
2348 Reviewed by Alexey Proskuryakov.
2350 - test for https://bugs.webkit.org/show_bug.cgi?id=22454
2351 <rdar://problem/6405550> REGRESSION (3.2-TOT): Crash below FontFallbackList::fontDataAt on jacobian.org
2353 * http/tests/misc/font-face-in-multiple-segmented-faces-expected.txt: Added.
2354 * http/tests/misc/font-face-in-multiple-segmented-faces.html: Added.
2356 2008-11-29 Alexey Proskuryakov <ap@webkit.org>
2358 Reviewed by Eric Seidel.
2360 https://bugs.webkit.org/show_bug.cgi?id=14968
2361 document.open() erroneously returns void instead of the new Document
2363 * fast/dom/HTMLDocument/document-open-return-value-expected.txt: Added.
2364 * fast/dom/HTMLDocument/document-open-return-value.html: Added.
2366 2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2368 Reviewed by Cameron Zwarich.
2370 Update WML layout test results after adding <timer> element support.
2372 * platform/mac/fast/wml/err-multi-timer-expected.checksum:
2373 * platform/mac/fast/wml/err-multi-timer-expected.png:
2374 * platform/mac/fast/wml/err-multi-timer-expected.txt:
2376 2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2378 Reviewed by Holger Freyther.
2380 Update WML layout test results after adding <do> element support.
2382 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
2383 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
2384 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
2385 * platform/mac/fast/wml/do-shadow-expected.txt:
2386 * platform/mac/fast/wml/do-template-expected.txt:
2387 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
2388 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
2389 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
2390 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
2391 * platform/mac/fast/wml/err-samename-do-expected.checksum:
2392 * platform/mac/fast/wml/err-samename-do-expected.png:
2393 * platform/mac/fast/wml/err-samename-do-expected.txt:
2395 2008-11-26 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2397 Reviewed by George Staikos.
2399 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22522
2401 Catch WML errors (invalid variable name/reference, multiple access elements, etc)
2402 while parsing the document, and stop parsing immediately and wrap the document
2403 fragment in a XHTML error document, just like it's done from XML parsing errors.
2405 Update affected layout tests (all fixed).
2407 * platform/mac/fast/wml/do-shadow-expected.txt:
2408 * platform/mac/fast/wml/do-template-expected.txt:
2409 * platform/mac/fast/wml/err-event-binding-conflict-expected.checksum:
2410 * platform/mac/fast/wml/err-event-binding-conflict-expected.png:
2411 * platform/mac/fast/wml/err-event-binding-conflict-expected.txt:
2412 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum:
2413 * platform/mac/fast/wml/err-invalid-variable-name-expected.png:
2414 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
2415 * platform/mac/fast/wml/err-multi-access-expected.checksum:
2416 * platform/mac/fast/wml/err-multi-access-expected.png:
2417 * platform/mac/fast/wml/err-multi-access-expected.txt:
2418 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.checksum:
2419 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png:
2420 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt:
2422 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
2424 Not reviewed. Forgot to include this layout test update in the last commit.
2426 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
2428 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
2430 Rubber stamped by Mark Rowe.
2432 Fix nine failing tests on the build bot. Update mac-tiger results.
2434 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
2435 * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
2436 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
2437 * platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2438 * platform/mac-tiger/svg/hixie/perf/001-expected.txt:
2439 * platform/mac-tiger/svg/hixie/perf/002-expected.txt:
2440 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
2441 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
2442 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
2444 2008-11-10 Glenn Wilson <gwilson@chromium.org>
2446 Reviewed by Dan Bernstein.
2448 Fixed bug http://bugs.webkit.org/show_bug.cgi?id=21953
2450 Added layout tests to verify that characters not defined in the default font with the small-caps variant
2453 * fast/css/small-caps-crash-expected.txt: Added.
2454 * fast/css/small-caps-crash.html: Added.
2456 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
2458 Reviewed by Oliver Hunt.
2460 Update layout tests, after fixing the path to string logic.
2462 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
2463 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
2464 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
2465 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
2466 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
2467 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
2468 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
2469 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
2470 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
2471 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
2472 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
2473 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
2474 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
2475 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
2476 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
2477 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
2478 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
2479 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
2480 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
2481 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
2482 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
2483 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
2484 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
2485 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
2486 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
2487 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
2488 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
2489 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
2490 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
2491 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
2492 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
2493 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
2494 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
2495 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
2496 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
2497 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
2498 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
2499 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
2500 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
2501 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
2502 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
2503 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
2504 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
2505 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
2506 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
2507 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
2508 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
2509 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
2510 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
2511 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
2512 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
2513 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
2514 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
2515 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
2516 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
2517 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
2518 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
2519 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
2520 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
2521 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
2522 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2523 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
2524 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
2525 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
2526 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
2527 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
2528 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
2529 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
2530 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
2531 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
2532 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
2533 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
2534 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
2535 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
2536 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
2537 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2538 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
2539 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
2540 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2541 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2542 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2543 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2544 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2545 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2546 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2547 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2548 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2549 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
2550 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2551 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2552 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2553 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2554 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2555 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2556 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2557 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2558 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
2559 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
2560 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
2561 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
2562 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
2563 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
2564 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
2565 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
2566 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
2567 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
2568 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
2569 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
2570 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
2571 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
2572 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
2573 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
2574 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
2575 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
2576 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
2577 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
2578 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
2579 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
2580 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
2581 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
2582 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
2583 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
2584 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
2585 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
2586 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
2587 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
2588 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
2589 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
2590 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
2591 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2592 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
2593 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
2594 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
2595 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
2596 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
2597 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
2598 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
2599 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
2600 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2601 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
2602 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
2603 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
2604 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
2605 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
2606 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
2607 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
2608 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
2609 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
2610 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
2611 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
2612 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
2613 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
2614 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
2615 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
2616 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
2617 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
2618 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
2619 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
2620 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
2621 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
2622 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
2623 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
2624 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
2625 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
2626 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
2627 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
2628 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
2629 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
2630 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
2631 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
2632 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
2633 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
2634 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
2635 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
2636 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
2637 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
2638 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
2639 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
2640 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
2641 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
2642 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
2643 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
2644 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
2645 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
2646 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
2647 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
2648 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2649 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2650 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
2651 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
2652 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
2653 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
2654 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
2655 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
2656 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
2657 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
2658 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
2659 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
2660 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
2661 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
2662 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
2663 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
2664 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
2665 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
2666 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
2667 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
2668 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2669 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2670 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2671 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2672 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2673 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2674 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
2675 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
2676 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
2677 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
2678 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
2679 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
2680 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
2681 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
2682 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
2683 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2684 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
2685 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
2686 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
2687 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
2688 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
2689 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
2690 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
2691 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
2692 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
2693 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
2694 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
2695 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
2696 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
2697 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
2698 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
2699 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
2700 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
2701 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
2702 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
2703 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
2704 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
2705 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
2706 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
2707 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
2708 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
2709 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
2710 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
2711 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
2712 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
2713 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
2714 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
2715 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2716 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
2717 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
2718 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
2719 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
2720 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
2721 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
2722 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
2723 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
2724 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
2725 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
2726 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
2727 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
2728 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
2729 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
2730 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
2731 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
2732 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
2733 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
2734 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
2735 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
2736 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
2737 * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
2738 * platform/mac/svg/batik/text/textAnchor-expected.txt:
2739 * platform/mac/svg/batik/text/textAnchor2-expected.txt:
2740 * platform/mac/svg/batik/text/textAnchor3-expected.txt:
2741 * platform/mac/svg/batik/text/textEffect2-expected.txt:
2742 * platform/mac/svg/batik/text/textFeatures-expected.txt:
2743 * platform/mac/svg/batik/text/textLength-expected.txt:
2744 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
2745 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
2746 * platform/mac/svg/batik/text/textProperties-expected.txt:
2747 * platform/mac/svg/batik/text/textProperties2-expected.txt:
2748 * platform/mac/svg/batik/text/verticalText-expected.txt:
2749 * platform/mac/svg/carto.net/button-expected.txt:
2750 * platform/mac/svg/carto.net/colourpicker-expected.txt:
2751 * platform/mac/svg/carto.net/combobox-expected.txt:
2752 * platform/mac/svg/carto.net/scrollbar-expected.txt:
2753 * platform/mac/svg/carto.net/selectionlist-expected.txt:
2754 * platform/mac/svg/carto.net/slider-expected.txt:
2755 * platform/mac/svg/carto.net/textbox-expected.txt:
2756 * platform/mac/svg/carto.net/window-expected.txt:
2757 * platform/mac/svg/css/css-box-min-width-expected.txt:
2758 * platform/mac/svg/custom/SVGNumber-interface-expected.txt:
2759 * platform/mac/svg/custom/SVGPoint-interface-expected.txt:
2760 * platform/mac/svg/custom/SVGRect-interface-expected.txt:
2761 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
2762 * platform/mac/svg/custom/altglyph-expected.txt:
2763 * platform/mac/svg/custom/attribute-namespace-check-expected.txt:
2764 * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
2765 * platform/mac/svg/custom/class-baseValue-expected.txt:
2766 * platform/mac/svg/custom/class-selector-expected.txt:
2767 * platform/mac/svg/custom/clip-path-child-changes-expected.txt:
2768 * platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
2769 * platform/mac/svg/custom/clip-path-href-changes-expected.txt:
2770 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
2771 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
2772 * platform/mac/svg/custom/clip-path-units-changes-expected.txt:
2773 * platform/mac/svg/custom/clip-path-with-transform-expected.txt:
2774 * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt:
2775 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
2776 * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
2777 * platform/mac/svg/custom/create-metadata-element-expected.txt:
2778 * platform/mac/svg/custom/createelement-expected.txt:
2779 * platform/mac/svg/custom/css-pixels-dpi-expected.txt:
2780 * platform/mac/svg/custom/dasharrayOrigin-expected.txt:
2781 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
2782 * platform/mac/svg/custom/display-none-expected.txt:
2783 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
2784 * platform/mac/svg/custom/dynamic-viewBox-expected.txt:
2785 * platform/mac/svg/custom/empty-clip-path-expected.txt:
2786 * platform/mac/svg/custom/empty-merge-expected.txt:
2787 * platform/mac/svg/custom/evt-onload-expected.txt:
2788 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
2789 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
2790 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
2791 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
2792 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
2793 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
2794 * platform/mac/svg/custom/fill-fallback-expected.txt:
2795 * platform/mac/svg/custom/fill-update-expected.txt:
2796 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
2797 * platform/mac/svg/custom/focus-ring-expected.txt:
2798 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
2799 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
2800 * platform/mac/svg/custom/fractional-rects-expected.txt:
2801 * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
2802 * platform/mac/svg/custom/getTransformToElement-expected.txt:
2803 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
2804 * platform/mac/svg/custom/getsvgdocument-expected.txt:
2805 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
2806 * platform/mac/svg/custom/gradient-add-stops-expected.txt:
2807 * platform/mac/svg/custom/gradient-attr-update-expected.txt:
2808 * platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
2809 * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
2810 * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
2811 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
2812 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
2813 * platform/mac/svg/custom/gradient-stroke-width-expected.txt:
2814 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
2815 * platform/mac/svg/custom/group-opacity-expected.txt:
2816 * platform/mac/svg/custom/hit-test-with-br-expected.txt:
2817 * platform/mac/svg/custom/hover-default-fill-expected.txt:
2818 * platform/mac/svg/custom/image-parent-translation-expected.txt:
2819 * platform/mac/svg/custom/image-small-width-height-expected.txt:
2820 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt:
2821 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
2822 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
2823 * platform/mac/svg/custom/inner-percent-expected.txt:
2824 * platform/mac/svg/custom/inner-svg-hit-test-expected.txt:
2825 * platform/mac/svg/custom/invalid-css-expected.txt:
2826 * platform/mac/svg/custom/invalid-fill-expected.txt:
2827 * platform/mac/svg/custom/invalid-fill-hex-expected.txt:
2828 * platform/mac/svg/custom/invalid-lengthlist-expected.txt:
2829 * platform/mac/svg/custom/invalid-transforms-expected.txt:
2830 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
2831 * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
2832 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
2833 * platform/mac/svg/custom/js-late-marker-creation-expected.txt:
2834 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
2835 * platform/mac/svg/custom/js-late-mask-creation-expected.txt:
2836 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
2837 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
2838 * platform/mac/svg/custom/js-update-bounce-expected.txt:
2839 * platform/mac/svg/custom/js-update-container-expected.txt:
2840 * platform/mac/svg/custom/js-update-container2-expected.txt:
2841 * platform/mac/svg/custom/js-update-gradient-expected.txt:
2842 * platform/mac/svg/custom/js-update-pattern-child-expected.txt:
2843 * platform/mac/svg/custom/js-update-pattern-expected.txt:
2844 * platform/mac/svg/custom/js-update-polygon-changes-expected.txt:
2845 * platform/mac/svg/custom/js-update-polygon-removal-expected.txt:
2846 * platform/mac/svg/custom/js-update-stop-expected.txt:
2847 * platform/mac/svg/custom/js-update-style-expected.txt:
2848 * platform/mac/svg/custom/js-update-transform-addition-expected.txt:
2849 * platform/mac/svg/custom/js-update-transform-changes-expected.txt:
2850 * platform/mac/svg/custom/junk-data-expected.txt:
2851 * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
2852 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
2853 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
2854 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
2855 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
2856 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
2857 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
2858 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
2859 * platform/mac/svg/custom/marker-changes-expected.txt:
2860 * platform/mac/svg/custom/marker-child-changes-expected.txt:
2861 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
2862 * platform/mac/svg/custom/marker-overflow-clip-expected.txt:
2863 * platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
2864 * platform/mac/svg/custom/mask-changes-expected.txt:
2865 * platform/mac/svg/custom/mask-child-changes-expected.txt:
2866 * platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
2867 * platform/mac/svg/custom/mask-inside-defs-expected.txt:
2868 * platform/mac/svg/custom/missing-xlink-expected.txt:
2869 * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
2870 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
2871 * platform/mac/svg/custom/path-update-expected.txt:
2872 * platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
2873 * platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
2874 * platform/mac/svg/custom/pattern-in-defs-expected.txt:
2875 * platform/mac/svg/custom/pattern-rotate-expected.txt:
2876 * platform/mac/svg/custom/pattern-y-offset-expected.txt:
2877 * platform/mac/svg/custom/percentage-of-html-parent-expected.txt:
2878 * platform/mac/svg/custom/percentage-rect-expected.txt:
2879 * platform/mac/svg/custom/percentage-rect2-expected.txt:
2880 * platform/mac/svg/custom/pointer-events-path-expected.txt:
2881 * platform/mac/svg/custom/poly-identify-expected.txt:
2882 * platform/mac/svg/custom/polyline-invalid-points-expected.txt:
2883 * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
2884 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
2885 * platform/mac/svg/custom/prevent-default-expected.txt:
2886 * platform/mac/svg/custom/recursive-clippath-expected.txt:
2887 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt:
2888 * platform/mac/svg/custom/rgbcolor-syntax-expected.txt:
2889 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt:
2890 * platform/mac/svg/custom/rootelement-expected.txt:
2891 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
2892 * platform/mac/svg/custom/rounded-rects-expected.txt:
2893 * platform/mac/svg/custom/scroll-hit-test-expected.txt:
2894 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
2895 * platform/mac/svg/custom/second-inline-text-expected.txt:
2896 * platform/mac/svg/custom/shape-rendering-expected.txt:
2897 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
2898 * platform/mac/svg/custom/sheet-title-expected.txt:
2899 * platform/mac/svg/custom/simpleCDF-expected.txt:
2900 * platform/mac/svg/custom/stroke-fallback-expected.txt:
2901 * platform/mac/svg/custom/stroked-pattern-expected.txt:
2902 * platform/mac/svg/custom/struct-use-09-b-expected.txt:
2903 * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
2904 * platform/mac/svg/custom/svg-absolute-children-expected.txt:
2905 * platform/mac/svg/custom/svg-float-border-padding-expected.txt:
2906 * platform/mac/svg/custom/svg-overflow-types-expected.txt:
2907 * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt:
2908 * platform/mac/svg/custom/text-clip-expected.txt:
2909 * platform/mac/svg/custom/text-dom-01-f-expected.txt:
2910 * platform/mac/svg/custom/text-gradient-no-content-expected.txt:
2911 * platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt:
2912 * platform/mac/svg/custom/transform-invalid-expected.txt:
2913 * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt:
2914 * platform/mac/svg/custom/transform-scale-parse-expected.txt:
2915 * platform/mac/svg/custom/transform-with-ending-space-expected.txt:
2916 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
2917 * platform/mac/svg/custom/use-css-events-expected.txt:
2918 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
2919 * platform/mac/svg/custom/use-detach-expected.txt:
2920 * platform/mac/svg/custom/use-dynamic-append-expected.txt:
2921 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
2922 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
2923 * platform/mac/svg/custom/use-events-crash-expected.txt:
2924 * platform/mac/svg/custom/use-forward-refs-expected.txt:
2925 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
2926 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
2927 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
2928 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
2929 * platform/mac/svg/custom/use-nested-transform-expected.txt:
2930 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
2931 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
2932 * platform/mac/svg/custom/use-on-g-expected.txt:
2933 * platform/mac/svg/custom/use-on-rect-expected.txt:
2934 * platform/mac/svg/custom/use-on-symbol-expected.txt:
2935 * platform/mac/svg/custom/use-on-use-expected.txt:
2936 * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
2937 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
2938 * platform/mac/svg/custom/use-recursion-1-expected.txt:
2939 * platform/mac/svg/custom/use-recursion-3-expected.txt:
2940 * platform/mac/svg/custom/use-recursion-4-expected.txt:
2941 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
2942 * platform/mac/svg/custom/use-symbol-overflow-expected.txt:
2943 * platform/mac/svg/custom/use-transform-expected.txt:
2944 * platform/mac/svg/custom/viewBox-hit-expected.txt:
2945 * platform/mac/svg/custom/viewbox-syntax-expected.txt:
2946 * platform/mac/svg/custom/viewport-clip-expected.txt:
2947 * platform/mac/svg/custom/viewport-em-expected.txt:
2948 * platform/mac/svg/custom/viewport-no-width-height-expected.txt:
2949 * platform/mac/svg/custom/viewport-update-expected.txt:
2950 * platform/mac/svg/custom/viewport-update2-expected.txt:
2951 * platform/mac/svg/custom/visibility-override-clip-expected.txt:
2952 * platform/mac/svg/custom/visibility-override-expected.txt:
2953 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
2954 * platform/mac/svg/custom/visibility-override-mask-expected.txt:
2955 * platform/mac/svg/custom/width-full-percentage-expected.txt:
2956 * platform/mac/svg/custom/xml-stylesheet-expected.txt:
2957 * platform/mac/svg/hixie/cascade/001-broken-expected.txt:
2958 * platform/mac/svg/hixie/cascade/002-expected.txt:
2959 * platform/mac/svg/hixie/data-types/001-expected.txt:
2960 * platform/mac/svg/hixie/data-types/002-expected.txt:
2961 * platform/mac/svg/hixie/dynamic/003-expected.txt:
2962 * platform/mac/svg/hixie/dynamic/004-expected.txt:
2963 * platform/mac/svg/hixie/dynamic/005-expected.txt:
2964 * platform/mac/svg/hixie/dynamic/006-expected.txt:
2965 * platform/mac/svg/hixie/error/001-expected.txt:
2966 * platform/mac/svg/hixie/error/003-expected.txt:
2967 * platform/mac/svg/hixie/error/007-expected.txt:
2968 * platform/mac/svg/hixie/error/008-expected.txt:
2969 * platform/mac/svg/hixie/error/009-expected.txt:
2970 * platform/mac/svg/hixie/error/010-expected.txt:
2971 * platform/mac/svg/hixie/error/011-expected.txt:
2972 * platform/mac/svg/hixie/error/012-expected.txt:
2973 * platform/mac/svg/hixie/error/014-expected.txt:
2974 * platform/mac/svg/hixie/error/014-test-expected.txt:
2975 * platform/mac/svg/hixie/error/015-expected.txt:
2976 * platform/mac/svg/hixie/error/016-expected.txt:
2977 * platform/mac/svg/hixie/error/017-expected.txt:
2978 * platform/mac/svg/hixie/links/001-expected.txt:
2979 * platform/mac/svg/hixie/links/003-broken-expected.txt:
2980 * platform/mac/svg/hixie/mixed/003-expected.txt:
2981 * platform/mac/svg/hixie/mixed/004-expected.txt:
2982 * platform/mac/svg/hixie/mixed/005-expected.txt:
2983 * platform/mac/svg/hixie/mixed/006-expected.txt:
2984 * platform/mac/svg/hixie/mixed/008-expected.txt:
2985 * platform/mac/svg/hixie/mixed/009-expected.txt:
2986 * platform/mac/svg/hixie/mixed/010-expected.txt:
2987 * platform/mac/svg/hixie/mixed/011-expected.txt:
2988 * platform/mac/svg/hixie/painting/001-expected.txt:
2989 * platform/mac/svg/hixie/perf/001-expected.txt:
2990 * platform/mac/svg/hixie/perf/002-expected.txt:
2991 * platform/mac/svg/hixie/perf/003-expected.txt:
2992 * platform/mac/svg/hixie/perf/004-expected.txt:
2993 * platform/mac/svg/hixie/perf/005-expected.txt:
2994 * platform/mac/svg/hixie/perf/006-expected.txt:
2995 * platform/mac/svg/hixie/perf/007-expected.txt:
2996 * platform/mac/svg/hixie/processing-model/005-expected.txt:
2997 * platform/mac/svg/hixie/rendering-model/001-expected.txt:
2998 * platform/mac/svg/hixie/rendering-model/002-expected.txt:
2999 * platform/mac/svg/hixie/rendering-model/003-expected.txt:
3000 * platform/mac/svg/hixie/rendering-model/003a-expected.txt:
3001 * platform/mac/svg/hixie/rendering-model/004-expected.txt:
3002 * platform/mac/svg/hixie/shapes/path/001-expected.txt:
3003 * platform/mac/svg/hixie/text/001-broken-expected.txt:
3004 * platform/mac/svg/hixie/transform/001-expected.txt:
3005 * platform/mac/svg/hixie/use/001-expected.txt:
3006 * platform/mac/svg/hixie/use/002-expected.txt:
3007 * platform/mac/svg/hixie/use/002-test-expected.txt:
3008 * platform/mac/svg/hixie/viewbox/001-expected.txt:
3009 * platform/mac/svg/hixie/viewbox/002-expected.txt:
3010 * platform/mac/svg/hixie/viewbox/003-expected.txt:
3011 * platform/mac/svg/hixie/viewbox/004-expected.txt:
3012 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
3013 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
3014 * platform/mac/svg/text/kerning-expected.txt:
3015 * platform/mac/svg/text/multichar-glyph-expected.txt:
3016 * platform/mac/svg/text/text-align-01-b-expected.txt:
3017 * platform/mac/svg/text/text-align-02-b-expected.txt:
3018 * platform/mac/svg/text/text-align-03-b-expected.txt:
3019 * platform/mac/svg/text/text-align-04-b-expected.txt:
3020 * platform/mac/svg/text/text-align-05-b-expected.txt:
3021 * platform/mac/svg/text/text-align-06-b-expected.txt:
3022 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
3023 * platform/mac/svg/text/text-deco-01-b-expected.txt:
3024 * platform/mac/svg/text/text-fonts-01-t-expected.txt:
3025 * platform/mac/svg/text/text-fonts-02-t-expected.txt:
3026 * platform/mac/svg/text/text-intro-05-t-expected.txt:
3027 * platform/mac/svg/text/text-path-01-b-expected.txt:
3028 * platform/mac/svg/text/text-spacing-01-b-expected.txt:
3029 * platform/mac/svg/text/text-text-01-b-expected.txt:
3030 * platform/mac/svg/text/text-text-03-b-expected.txt:
3031 * platform/mac/svg/text/text-text-04-t-expected.txt:
3032 * platform/mac/svg/text/text-text-05-t-expected.txt:
3033 * platform/mac/svg/text/text-text-06-t-expected.txt:
3034 * platform/mac/svg/text/text-text-07-t-expected.txt:
3035 * platform/mac/svg/text/text-text-08-b-expected.txt:
3036 * platform/mac/svg/text/text-tref-01-b-expected.txt:
3037 * platform/mac/svg/text/text-tselect-01-b-expected.txt:
3038 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
3039 * platform/mac/svg/text/text-tspan-01-b-expected.txt:
3040 * platform/mac/svg/text/text-ws-01-t-expected.txt:
3041 * platform/mac/svg/text/text-ws-02-t-expected.txt:
3042 * svg/custom/text-dom-removal-expected.txt:
3043 * svg/custom/use-clipped-transform-expected.txt:
3044 * svg/custom/use-elementInstance-event-target-expected.txt:
3045 * svg/custom/use-elementInstance-methods-expected.txt:
3046 * svg/custom/use-setAttribute-crash-expected.txt:
3047 * svg/dom/SVGRectElement/rect-modify-rx-expected.txt:
3049 2008-11-26 Jan Michael Alonzo <jmalonzo@webkit.org>
3051 Reviewed by Holger Freyther.
3053 [Gtk] add/remove tests from Skipped and fix netscape plugin test
3054 https://bugs.webkit.org/show_bug.cgi?id=22484
3056 Add tests that needs confirmation of new results. Also, remove
3057 some tests that are already passing.
3059 * platform/gtk/Skipped:
3061 2008-11-26 Alexey Proskuryakov <ap@webkit.org>
3063 Reviewed by Geoff Garen.
3065 Add a test for infinite recursion in workers
3066 https://bugs.webkit.org/show_bug.cgi?id=22486
3068 * fast/workers/resources/use-machine-stack.js: Added.
3069 * fast/workers/use-machine-stack-expected.txt: Added.
3070 * fast/workers/use-machine-stack.html: Added.
3072 2008-11-25 Chris Marrin <cmarrin@apple.com>
3074 Reviewed by Dan Bernstein.
3076 Testcases for https://bugs.webkit.org/show_bug.cgi?id=22487
3078 * animations/empty-keyframes-expected.txt: Added.
3079 * animations/empty-keyframes.html: Added.
3080 * animations/fill-unset-properties-expected.txt: Added.
3081 * animations/fill-unset-properties.html: Added.
3083 2008-11-25 Simon Fraser <simon.fraser@apple.com>
3085 Reviewed by Darin Adler
3087 https://bugs.webkit.org/show_bug.cgi?id=22046
3089 Tests that remove the element upon which a transition/animation end
3090 event is being fired from within the event handler.
3092 * animations/transform-animation-event-destroy-element-expected.txt: Added.
3093 * animations/transform-animation-event-destroy-element.html: Added.
3094 * transitions/transform-transition-event-destroy-element-expected.txt: Added.
3095 * transitions/transform-transition-event-destroy-element.html: Added.
3097 2008-11-25 Darin Fisher <darin@chromium.org>
3099 Disabling these newly added tests since they fail in some configurations.
3101 See https://bugs.webkit.org/show_bug.cgi?id=21635
3103 * http/tests/misc/submit-get-in-utf7.html: Removed.
3104 * http/tests/misc/submit-get-in-utf7.html-disabled: Copied from http/tests/misc/submit-get-in-utf7.html.
3105 * http/tests/misc/submit-post-in-utf7.html: Removed.
3106 * http/tests/misc/submit-post-in-utf7.html-disabled: Copied from http/tests/misc/submit-post-in-utf7.html.
3107 * http/tests/misc/url-in-utf7.html: Removed.
3108 * http/tests/misc/url-in-utf7.html-disabled: Copied from http/tests/misc/url-in-utf7.html.
3110 2008-11-25 Jungshik Shin <jshin@chromium.org>
3112 Reviewed by Darin Adler.
3114 For Unicode encodings other than UTF-8, use UTF-8 for
3115 form submission and URL query part encoding.
3117 See https://bugs.webkit.org/show_bug.cgi?id=21635
3119 * http/tests/misc/submit-get-in-utf16be-expected.txt: Added.
3120 * http/tests/misc/submit-get-in-utf16be.html: Added.
3121 * http/tests/misc/submit-get-in-utf16le-expected.txt: Added.
3122 * http/tests/misc/submit-get-in-utf16le.html: Added.
3123 * http/tests/misc/submit-get-in-utf32be-expected.txt: Added.
3124 * http/tests/misc/submit-get-in-utf32be.html: Added.
3125 * http/tests/misc/submit-get-in-utf32le-expected.txt: Added.
3126 * http/tests/misc/submit-get-in-utf32le.html: Added.
3127 * http/tests/misc/submit-get-in-utf7-expected.txt: Added.
3128 * http/tests/misc/submit-get-in-utf7.html: Added.
3129 * http/tests/misc/submit-post-in-utf16be-expected.txt: Added.
3130 * http/tests/misc/submit-post-in-utf16be.html: Added.
3131 * http/tests/misc/submit-post-in-utf16le-expected.txt: Added.
3132 * http/tests/misc/submit-post-in-utf16le.html: Added.
3133 * http/tests/misc/submit-post-in-utf32be-expected.txt: Added.
3134 * http/tests/misc/submit-post-in-utf32be.html: Added.
3135 * http/tests/misc/submit-post-in-utf32le-expected.txt: Added.
3136 * http/tests/misc/submit-post-in-utf32le.html: Added.
3137 * http/tests/misc/submit-post-in-utf7-expected.txt: Added.
3138 * http/tests/misc/submit-post-in-utf7.html: Added.
3139 * http/tests/misc/url-in-utf16be-expected.txt: Added.
3140 * http/tests/misc/url-in-utf16be.html: Added.
3141 * http/tests/misc/url-in-utf16le-expected.txt: Added.
3142 * http/tests/misc/url-in-utf16le.html: Added.
3143 * http/tests/misc/url-in-utf32be-expected.txt: Added.
3144 * http/tests/misc/url-in-utf32be.html: Added.
3145 * http/tests/misc/url-in-utf32le-expected.txt: Added.
3146 * http/tests/misc/url-in-utf32le.html: Added.
3147 * http/tests/misc/url-in-utf7-expected.txt: Added.
3148 * http/tests/misc/url-in-utf7.html: Added.
3150 2008-11-25 Alexey Proskuryakov <ap@webkit.org>
3152 Reviewed by Geoff Garen.
3154 https://bugs.webkit.org/show_bug.cgi?id=9001
3155 Javascript stops running before replacement page data arrives
3157 Adding a test for a bug that is longer reproducible.
3159 * http/tests/misc/resources/hang-connection.php: Added.
3160 * http/tests/misc/timer-vs-loading-expected.txt: Added.
3161 * http/tests/misc/timer-vs-loading.html: Added.
3163 2008-11-24 Dean McNamee <deanm@chromium.org>
3165 Reviewed by Alexey Proskuryakov.
3167 https://bugs.webkit.org/show_bug.cgi?id=22350
3168 Allow layout tests to run in php cgi mode
3170 * http/tests/misc/refresh-headers.php:
3171 * http/tests/misc/resources/redirect-result.php:
3172 * http/tests/misc/resources/referrer-result.php:
3173 * http/tests/misc/xhtml.php:
3174 Stop using getallheaders(), which is only implemented by mod_php, so that the tests could
3175 run through lighttpd.
3177 2008-11-24 Antti Koivisto <antti@apple.com>
3179 Reviewed by Darin Adler.
3181 Test for https://bugs.webkit.org/show_bug.cgi?id=22073
3182 REGRESSION(r33544): Palace in the Sky crashes WebKit
3184 * fast/tokenizer/nested-cached-scripts-and-stylesheet-expected.txt: Added.
3185 * fast/tokenizer/nested-cached-scripts-and-stylesheet.html: Added.
3186 * fast/tokenizer/resources/load-stylesheet-and-document-write-script.js: Added.
3188 2008-11-24 Cameron Zwarich <zwarich@apple.com>
3190 Reviewed by Geoff Garen.
3192 Add tests for bug 13790: Function declarations are not treated as statements (used to affect starcraft2.com)
3193 <https://bugs.webkit.org/show_bug.cgi?id=13790>
3195 * fast/js/function-declaration-statement-expected.txt: Added.
3196 * fast/js/function-declaration-statement.html: Added.
3197 * fast/js/resources/function-declaration-statement.js: Added.
3199 2008-11-24 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
3201 Reviewed by George Staikos & Eric Seidel.
3203 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22430
3205 Regenerate WML layout test results after implementing WML specific <card> handling:
3206 Only the first <card> element should be visible after loading the document, others
3207 can be shown by using the <go> task element.
3209 * platform/mac/fast/wml/card-element-expected.checksum:
3210 * platform/mac/fast/wml/card-element-expected.png:
3211 * platform/mac/fast/wml/card-element-expected.txt:
3212 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
3213 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
3214 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
3215 * platform/mac/fast/wml/do-shadow-expected.checksum:
3216 * platform/mac/fast/wml/do-shadow-expected.png:
3217 * platform/mac/fast/wml/do-shadow-expected.txt:
3218 * platform/mac/fast/wml/do-template-expected.checksum:
3219 * platform/mac/fast/wml/do-template-expected.png:
3220 * platform/mac/fast/wml/do-template-expected.txt:
3221 * platform/mac/fast/wml/entity-expected.checksum:
3222 * platform/mac/fast/wml/entity-expected.png:
3223 * platform/mac/fast/wml/entity-expected.txt:
3224 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt:
3225 * platform/mac/fast/wml/show-first-card-expected.checksum:
3226 * platform/mac/fast/wml/show-first-card-expected.png:
3227 * platform/mac/fast/wml/show-first-card-expected.txt:
3228 * platform/mac/fast/wml/test-expected.checksum:
3229 * platform/mac/fast/wml/test-expected.png:
3230 * platform/mac/fast/wml/test-expected.txt:
3232 2008-11-24 Glenn Wilson <gwilson@chromium.org>
3234 Reviewed by Alexey Proskuryakov.
3236 http://bugs.webkit.org/show_bug.cgi?id=15643
3238 New test added to verify that LayoutTestController and other clients
3239 can disable smart insert/delete and enable selection of trailing whitespace
3240 as a workaround for smart insert/delete.
3242 * editing/selection/doubleclick-whitespace-expected.txt: Added.
3243 * editing/selection/doubleclick-whitespace.html: Added.
3245 2008-11-24 Glenn Wilson <gwilson@chromium.org>
3247 Reviewed by Darin Adler.
3249 http://bugs.webkit.org/show_bug.cgi?id=18703
3250 "Changing the 'size' property on a text input does not affect its length"
3252 Added a new test to verify that the width of text input
3253 fields can be modified by javascript using the "size" attribute.
3255 * fast/js/text-field-resize-expected.txt: Added.
3256 * fast/js/text-field-resize.html: Added.
3258 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
3260 Reviewed by Darin Adler.
3262 https://bugs.webkit.org/show_bug.cgi?id=22455
3263 Add support for Worker.terminate()
3265 * fast/workers/worker-terminate-expected.txt: Added.
3266 * fast/workers/worker-terminate.html: Added.
3268 2008-11-24 Zan Dobersek <zandobersek@gmail.com>
3270 Reviewed by Holger Freyther.
3272 Some tests in plugins/ directory now pass.
3274 * platform/gtk/Skipped:
3276 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
3278 Reviewed by Mark Rowe.
3280 https://bugs.webkit.org/show_bug.cgi?id=22428
3281 xmlhttprequest-onProgress-open-should-zero-length.html fails intermittently
3283 * http/tests/xmlhttprequest/resources/big-response.php: Reduce the size of big response
3284 to make the test faster, but practically guarantee that the response will be delivered in
3287 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt:
3288 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html:
3289 Made the test more reliable by comparing final response position with known resource size.
3291 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
3293 Reviewed by Mark Rowe.
3295 https://bugs.webkit.org/show_bug.cgi?id=22439
3296 Won't load stylesheets with filenames less than 2 characters long in xhtml.
3298 * http/tests/misc/.htaccess:
3299 * http/tests/misc/a: Added.
3300 * http/tests/misc/single-character-pi-stylesheet-expected.txt: Added.
3301 * http/tests/misc/single-character-pi-stylesheet.xhtml: Added.
3303 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
3305 Reviewed by Mark Rowe.
3307 [Gtk+] We are passing all but one worker test. Enable them.
3309 We fail on fast/workers/worker-location.html due some weird
3310 issue with the bidi resolver "skipping" whitespace at the end
3313 * platform/gtk/Skipped:
3315 2008-11-24 Gavin Barraclough <barraclough@apple.com>
3317 Rubber stamped by Mark Rowe.
3319 Add test cases to ensure the PIC trampolines for prototype and prototype chain
3320 accesses properly check for JSImmediate values, rather than segfaulting.
3322 https://bugs.webkit.org/show_bug.cgi?id=22451
3324 * fast/js/pic/cached-prototype-then-immediate-expected.txt: Added.
3325 * fast/js/pic/cached-prototype-then-immediate.html: Added.
3327 2008-11-21 Alexey Proskuryakov <ap@webkit.org>
3329 Reviewed by Geoff Garen.
3331 https://bugs.webkit.org/show_bug.cgi?id=22400
3332 Add a stress test for concurrent JS execution
3334 * fast/workers/resources/stress-js-execution.js: Added.
3335 * fast/workers/stress-js-execution-expected.txt: Added.
3336 * fast/workers/stress-js-execution.html: Added.
3337 Tests that the basics don't cause a crash.
3339 2008-11-21 Justin Garcia <justin.garcia@apple.com>
3341 Reviewed by Darin Adler.
3343 <rdar://problem/5381788> Match NSTextView editing behavior at the end of hyperlink text
3345 Removed tests for behaviors that we're no longer interested in:
3346 * editing/deleting/delete-link-1.html: Removed.
3347 * platform/mac/editing/deleting/delete-link-1-expected.checksum: Removed.
3348 * platform/mac/editing/deleting/delete-link-1-expected.png: Removed.
3349 * platform/mac/editing/deleting/delete-link-1-expected.txt: Removed.
3350 * editing/execCommand/19653-4-expected.txt: Removed.
3351 * editing/execCommand/19653-4.html: Removed.
3353 Reflects new behavior (don't remember removed anchors):
3354 * platform/mac/editing/deleting/5168598-expected.txt:
3356 Reflects new behavior. Also made this test cross-platform:
3357 * editing/inserting/insert-before-link-1-expected.txt: Added.
3358 * editing/inserting/insert-before-link-1.html:
3359 * platform/mac/editing/inserting/insert-before-link-1-expected.checksum: Removed.
3360 * platform/mac/editing/inserting/insert-before-link-1-expected.png: Removed.
3361 * platform/mac/editing/inserting/insert-before-link-1-expected.txt: Removed.
3363 2008-11-21 Simon Fraser <simon.fraser@apple.com>
3365 Reviewed by Darin Adler
3367 https://bugs.webkit.org/show_bug.cgi?id=22159
3369 Add testcase for repaint issue with outlines on child objects,
3370 and redo bases affected by this change.
3372 * fast/repaint/outline-child-repaint.html: Added.
3373 * platform/mac/fast/repaint/4776765-expected.checksum:
3374 * platform/mac/fast/repaint/4776765-expected.png:
3375 * platform/mac/fast/repaint/delete-into-nested-block-expected.checksum:
3376 * platform/mac/fast/repaint/delete-into-nested-block-expected.png:
3377 * platform/mac/fast/repaint/outline-child-repaint-expected.checksum: Added.
3378 * platform/mac/fast/repaint/outline-child-repaint-expected.png: Added.
3379 * platform/mac/fast/repaint/outline-child-repaint-expected.txt: Added.
3380 * platform/mac/fast/repaint/outline-repaint-glitch-expected.checksum:
3381 * platform/mac/fast/repaint/outline-repaint-glitch-expected.png:
3383 2008-11-21 Cameron Zwarich <zwarich@apple.com>
3385 Reviewed by Sam Weinig.
3387 Add a test for <rdar://problem/4268912>, which was fixed in r13294 (!!).
3389 * fast/js/resources/string-sort.js:
3390 * fast/js/string-sort-expected.txt:
3392 2008-11-21 Pierre-Olivier Latour <pol@apple.com>
3394 Reviewed by Dan Bernstein.
3396 WebKit should be using Device RGB colorspace everywhere for
3399 https://bugs.webkit.org/show_bug.cgi?id=22300
3401 * platform/mac/fast/text/attributed-substring-from-range-001-expected.txt:
3403 2008-11-21 Pierre-Olivier Latour <pol@apple.com>
3405 Reviewed by Dan Bernstein.
3407 Add missing reference images for tests added as part of
3408 https://bugs.webkit.org/show_bug.cgi?id=21261
3410 https://bugs.webkit.org/show_bug.cgi?id=22391
3412 * platform/mac/animations/animation-drt-api-expected.checksum: Added.
3413 * platform/mac/animations/animation-drt-api-expected.png: Added.
3414 * platform/mac/transitions/transition-drt-api-expected.checksum: Added.
3415 * platform/mac/transitions/transition-drt-api-expected.png: Added.
3417 2008-11-20 Simon Fraser <simon.fraser@apple.com>
3419 Reviewed by Dan Bernstein
3421 https://bugs.webkit.org/show_bug.cgi?id=19623
3423 Test for correct repaint when an object gains
3424 a layer with a transform that is smaller than the
3425 old bounds of the object.
3427 * fast/repaint/change-transform.html: Added.
3428 * platform/mac/fast/repaint/change-transform-expected.checksum: Added.
3429 * platform/mac/fast/repaint/change-transform-expected.png: Added.
3430 * platform/mac/fast/repaint/change-transform-expected.txt: Added.
3432 2008-11-20 Justin Garcia <justin.garcia@apple.com>
3434 Reviewed by Darin Adler.
3436 <rdar://problem/2610675> Blank line that is quoted can't be deleted
3438 * editing/deleting/2610675-1-expected.txt: Added.
3439 * editing/deleting/2610675-1.html: Added.
3440 * editing/deleting/2610675-2-expected.txt: Added.
3441 * editing/deleting/2610675-2.html: Added.
3442 * editing/deleting/2610675-3-expected.txt: Added.
3443 * editing/deleting/2610675-3.html: Added.
3445 2008-11-20 Dean Jackson <dino@apple.com>
3447 Reviewed by Antti Koivisto
3449 https://bugs.webkit.org/show_bug.cgi?id=21247
3451 Make transition shorthand property accept transition-delay.
3453 * transitions/transition-shorthand-delay-expected.txt: Added.
3454 * transitions/transition-shorthand-delay.html: Added.
3456 2008-11-20 Dean Jackson <dino@apple.com>
3458 Reviewed by Antti Koivisto
3460 https://bugs.webkit.org/show_bug.cgi?id=22368
3462 Make sure pauseTransition API takes transition delay into account.
3464 * transitions/transition-drt-api-delay-expected.txt: Added.
3465 * transitions/transition-drt-api-delay.html: Added.
3467 2008-11-20 Cameron Zwarich <zwarich@apple.com>
3469 Reviewed by Sam Weinig.
3471 Add some tests for issues found while developing reparsing of function
3472 bodies. Also modify existing tests to be more robust in the face of
3473 possible changes to parsing.
3475 * fast/js/arguments-expected.txt:
3476 * fast/js/function-dot-arguments-expected.txt:
3477 * fast/js/resources/arguments.js:
3478 * fast/js/resources/function-dot-arguments.js:
3480 2008-11-20 Simon Fraser <simon.fraser@apple.com>
3482 Reviewed by Darin Adler
3484 https://bugs.webkit.org/show_bug.cgi?id=20368
3486 Tests for computed values of animation properties, and
3487 change to computed value of transform-origin. Updated tests
3488 that dump all computed values, to include animation and changed
3489 transform-origin properties.
3491 * animations/computed-style-expected.txt: Added.
3492 * animations/computed-style.html: Added.
3493 * fast/css/computed-style-expected.txt:
3494 * fast/css/computed-style-without-renderer-expected.txt:
3495 * svg/css/getComputedStyle-basic-expected.txt:
3496 * transforms/computed-style-origin-expected.txt: Added.
3497 * transforms/computed-style-origin.html: Added.
3499 2008-11-20 Pamela Greene <pam@chromium.org>
3501 Reviewed by Darin Adler.
3503 https://bugs.webkit.org/show_bug.cgi?id=22371
3504 Add a test for accessing form element items by index.
3506 * fast/dom/HTMLFormElement/htmlformelement-indexed-getter-expected.txt: Added.
3507 * fast/dom/HTMLFormElement/htmlformelement-indexed-getter.html: Added.
3509 2008-11-20 Pamela Greene <pam@chromium.org>
3511 Reviewed by Darin Adler.
3513 Test for https://bugs.webkit.org/show_bug.cgi?22370
3514 Add a test to check detectability of HTMLCollections.
3516 * fast/dom/htmlcollection-detectability-expected.txt: Added.
3517 * fast/dom/htmlcollection-detectability.html: Added.
3519 2008-11-20 Pamela Greene <pam@chromium.org>
3521 Reviewed by Darin Adler.
3523 https://bugs.webkit.org/show_bug.cgi?id=22369
3524 Add test cases covering more basic operations.
3526 * fast/js/function-dot-arguments-expected.txt:
3527 * fast/js/resources/function-dot-arguments.js:
3531 2008-11-20 Pamela Greene <pam@chromium.org>
3533 Reviewed by Darin Adler.
3535 https://bugs.webkit.org/show_bug.cgi?id=22363
3536 Add a test for DOM1 and DOM2 versions of add() on a select control.
3538 * fast/dom/dom-add-optionelement-expected.txt: Added.
3539 * fast/dom/dom-add-optionelement.html: Added.
3541 2008-11-20 Pamela Greene <pam@chromium.org>
3543 Reviewed by Darin Adler.
3545 https://bugs.webkit.org/show_bug.cgi?id=22359
3546 Add test for document.write() with multiple parameters.
3548 * fast/dom/document_write_params-expected.txt: Added.
3549 * fast/dom/document_write_params.html: Added.
3551 2008-11-20 Pamela Greene <pam@chromium.org>
3553 Reviewed by Darin Adler.
3555 https://bugs.webkit.org/show_bug.cgi?id=22387
3556 Add a test for HTMLOptionsCollection indexed getter and setter.
3558 * fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt: Added.
3559 * fast/dom/HTMLOptionElement/collection-setter-getter.html: Added.
3561 2008-11-20 Justin Garcia <justin.garcia@apple.com>
3563 Reviewed by Beth Dakin.
3565 <rdar://problem/2610675> Blank line that is quoted can't be deleted
3567 The old selection modification code for caret case deletions set the selection
3568 about to be deleted on the frame, instead of just setting the endingSelection.
3570 * platform/mac/editing/deleting/delete-by-word-001-expected.txt:
3571 * platform/mac/editing/deleting/delete-by-word-002-expected.txt:
3572 * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.txt:
3573 * platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
3574 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
3577 2008-11-20 Darin Adler <darin@apple.com>
3579 - update test result for <rdar://problem/4108572> REGRESSION: Can't extend
3580 selection with shift-arrow in read only mode
3582 * editing/selection/selection-actions.html: Removed the actions that are
3583 supposed to modify selections now.
3585 2008-11-20 Cameron Zwarich <zwarich@apple.com>
3587 Reviewed by Geoff Garen.
3589 Add tests for bug 22148: nytime.com page crashes browser during load
3590 <https://bugs.webkit.org/show_bug.cgi?id=22148>
3592 This bug was unknowingly fixed in r38322 by a rewrite of the recursion
3595 * fast/js/deep-recursion-test-expected.txt:
3596 * fast/js/deep-recursion-test.html:
3598 2008-11-19 Simon Fraser <simon.fraser@apple.com>
3600 Reviewed by Adele Peterson.
3602 https://bugs.webkit.org/show_bug.cgi?id=22190
3604 Test for the drawing and event handling of search field parts in a transformed
3607 * fast/forms/search-transformed.html: Added.
3608 * platform/mac/fast/forms/search-transformed-expected.checksum: Added.
3609 * platform/mac/fast/forms/search-transformed-expected.png: Added.
3610 * platform/mac/fast/forms/search-transformed-expected.txt: Added.
3612 2008-11-19 Simon Fraser <simon.fraser@apple.com>
3614 Reviewed by Antti Koivisto
3616 https://bugs.webkit.org/show_bug.cgi?id=22111
3618 Testcase for hit testing in video controls on transformed video.
3620 * media/video-controls-transformed-expected.txt: Added.
3621 * media/video-controls-transformed.html: Added.
3623 2008-11-19 Anders Carlsson <andersca@apple.com>
3625 Reviewed by Dan Bernstein.
3627 Add NPP_SetWindow test.
3629 * plugins/netscape-plugin-setwindow-size-2-expected.txt: Added.
3630 * plugins/netscape-plugin-setwindow-size-2.html: Copied from plugins/netscape-plugin-setwindow-size.html.
3632 2008-11-19 Geoffrey Garen <ggaren@apple.com>
3634 Reviewed by Darin Adler.
3636 Test for https://bugs.webkit.org/show_bug.cgi?id=22361
3637 A little more RegExp refactoring
3639 * fast/js/regexp-test-null-string.html: Added.
3640 * fast/js/regexp-test-null-expected.txt: Added.
3642 2008-11-19 Alexey Proskuryakov <ap@webkit.org>
3644 Reviewed by Darin Adler.
3646 https://bugs.webkit.org/show_bug.cgi?id=22355
3647 Systematize code for replacing global constructors
3649 * fast/workers/worker-replace-global-constructor-expected.txt: Added.
3650 * fast/workers/worker-replace-global-constructor.html: Added.
3652 2008-11-18 Cameron Zwarich <zwarich@apple.com>
3654 Reviewed by Maciej Stachowiak and Geoff Garen.
3656 Add tests for bug 22287: ASSERTION FAILED: Not enough jumps linked in slow case codegen in CTI::privateCompileSlowCases())
3657 <https://bugs.webkit.org/show_bug.cgi?id=22287>
3659 * fast/js/number-cell-reuse-expected.txt: Added.
3660 * fast/js/number-cell-reuse.html: Added.
3661 * fast/js/resources/number-cell-reuse.js: Added.
3663 2008-11-18 Holger Hans Peter Freyther <zecke@selfish.org>
3665 Rubber-stamped by Mark Rowe.
3667 Skip some more tests to make the Gtk+ build bot pass. We will
3668 have to investigate why some tests only fail on the build bot.
3670 * platform/gtk/Skipped:
3672 2008-11-18 Sam Weinig <sam@webkit.org>
3674 Fix incorrect result.
3676 * fast/dom/Window/window-properties-expected.txt:
3678 2008-11-18 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
3680 Not reviewed. Checked in wrong result in last commit.
3682 * platform/mac/fast/wml/entity-expected.txt:
3684 2008-11-18 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
3686 Reviewed by Sam Weinig.
3688 Add results for all WML tests, including pixel results.
3690 * fast/wml/p-mode.wml:
3691 * fast/wml/validate-dtd.wml:
3692 * platform/mac/fast/wml: Added.
3693 * platform/mac/fast/wml/br-element-in-table-expected.checksum: Added.
3694 * platform/mac/fast/wml/br-element-in-table-expected.png: Added.
3695 * platform/mac/fast/wml/br-element-in-table-expected.txt: Added.
3696 * platform/mac/fast/wml/br-element-in-text-expected.checksum: Added.
3697 * platform/mac/fast/wml/br-element-in-text-expected.png: Added.
3698 * platform/mac/fast/wml/br-element-in-text-expected.txt: Added.
3699 * platform/mac/fast/wml/card-element-expected.checksum: Added.
3700 * platform/mac/fast/wml/card-element-expected.png: Added.
3701 * platform/mac/fast/wml/card-element-expected.txt: Added.
3702 * platform/mac/fast/wml/case-sensitivity-expected.checksum: Added.
3703 * platform/mac/fast/wml/case-sensitivity-expected.png: Added.
3704 * platform/mac/fast/wml/case-sensitivity-expected.txt: Added.
3705 * platform/mac/fast/wml/cdata-section-expected.checksum: Added.
3706 * platform/mac/fast/wml/cdata-section-expected.png: Added.
3707 * platform/mac/fast/wml/cdata-section-expected.txt: Added.
3708 * platform/mac/fast/wml/comment-expected.checksum: Added.
3709 * platform/mac/fast/wml/comment-expected.png: Added.
3710 * platform/mac/fast/wml/comment-expected.txt: Added.
3711 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum: Added.
3712 * platform/mac/fast/wml/do-element-optional-attr-expected.png: Added.
3713 * platform/mac/fast/wml/do-element-optional-attr-expected.txt: Added.
3714 * platform/mac/fast/wml/do-shadow-expected.checksum: Added.
3715 * platform/mac/fast/wml/do-shadow-expected.png: Added.
3716 * platform/mac/fast/wml/do-shadow-expected.txt: Added.
3717 * platform/mac/fast/wml/do-template-expected.checksum: Added.
3718 * platform/mac/fast/wml/do-template-expected.png: Added.
3719 * platform/mac/fast/wml/do-template-expected.txt: Added.
3720 * platform/mac/fast/wml/entity-expected.checksum: Added.
3721 * platform/mac/fast/wml/entity-expected.png: Added.
3722 * platform/mac/fast/wml/entity-expected.txt: Added.
3723 * platform/mac/fast/wml/err-event-binding-conflict-expected.checksum: Added.
3724 * platform/mac/fast/wml/err-event-binding-conflict-expected.png: Added.
3725 * platform/mac/fast/wml/err-event-binding-conflict-expected.txt: Added.
3726 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum: Added.
3727 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png: Added.
3728 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt: Added.
3729 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.checksum: Added.
3730 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.png: Added.
3731 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.txt: Added.
3732 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum: Added.
3733 * platform/mac/fast/wml/err-invalid-variable-name-expected.png: Added.
3734 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt: Added.
3735 * platform/mac/fast/wml/err-multi-access-expected.checksum: Added.
3736 * platform/mac/fast/wml/err-multi-access-expected.png: Added.
3737 * platform/mac/fast/wml/err-multi-access-expected.txt: Added.
3738 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.checksum: Added.
3739 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.png: Added.
3740 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.txt: Added.
3741 * platform/mac/fast/wml/err-multi-name-in-meta-expected.checksum: Added.
3742 * platform/mac/fast/wml/err-multi-name-in-meta-expected.png: Added.
3743 * platform/mac/fast/wml/err-multi-name-in-meta-expected.txt: Added.
3744 * platform/mac/fast/wml/err-multi-timer-expected.checksum: Added.
3745 * platform/mac/fast/wml/err-multi-timer-expected.png: Added.
3746 * platform/mac/fast/wml/err-multi-timer-expected.txt: Added.
3747 * platform/mac/fast/wml/err-samename-do-expected.checksum: Added.
3748 * platform/mac/fast/wml/err-samename-do-expected.png: Added.
3749 * platform/mac/fast/wml/err-samename-do-expected.txt: Added.
3750 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.checksum: Added.
3751 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png: Added.
3752 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt: Added.
3753 * platform/mac/fast/wml/img-localsrc-expected.checksum: Added.
3754 * platform/mac/fast/wml/img-localsrc-expected.png: Added.
3755 * platform/mac/fast/wml/img-localsrc-expected.txt: Added.
3756 * platform/mac/fast/wml/img-src-expected.checksum: Added.
3757 * platform/mac/fast/wml/img-src-expected.png: Added.
3758 * platform/mac/fast/wml/img-src-expected.txt: Added.
3759 * platform/mac/fast/wml/img-src-localsrc-alt-expected.checksum: Added.
3760 * platform/mac/fast/wml/img-src-localsrc-alt-expected.png: Added.
3761 * platform/mac/fast/wml/img-src-localsrc-alt-expected.txt: Added.
3762 * platform/mac/fast/wml/p-align-expected.checksum: Added.
3763 * platform/mac/fast/wml/p-align-expected.png: Added.
3764 * platform/mac/fast/wml/p-align-expected.txt: Added.
3765 * platform/mac/fast/wml/p-mode-expected.checksum: Added.
3766 * platform/mac/fast/wml/p-mode-expected.png: Added.
3767 * platform/mac/fast/wml/p-mode-expected.txt: Added.
3768 * platform/mac/fast/wml/show-first-card-expected.checksum: Added.
3769 * platform/mac/fast/wml/show-first-card-expected.png: Added.
3770 * platform/mac/fast/wml/show-first-card-expected.txt: Added.
3771 * platform/mac/fast/wml/table-element-expected.checksum: Added.
3772 * platform/mac/fast/wml/table-element-expected.png: Added.
3773 * platform/mac/fast/wml/table-element-expected.txt: Added.
3774 * platform/mac/fast/wml/test-expected.checksum: Added.
3775 * platform/mac/fast/wml/test-expected.png: Added.
3776 * platform/mac/fast/wml/test-expected.txt: Added.
3777 * platform/mac/fast/wml/text-emphasis-expected.checksum: Added.
3778 * platform/mac/fast/wml/text-emphasis-expected.png: Added.
3779 * platform/mac/fast/wml/text-emphasis-expected.txt: Added.
3780 * platform/mac/fast/wml/validate-dtd-expected.checksum: Added.
3781 * platform/mac/fast/wml/validate-dtd-expected.png: Added.
3782 * platform/mac/fast/wml/validate-dtd-expected.txt: Added.
3784 2008-11-18 Geoffrey Garen <ggaren@apple.com>
3786 Reviewed by Alexey Proskuryakov.
3788 Updated layout test result for addition of window.Worker.
3790 * fast/js/global-constructors-expected.txt:
3792 2008-11-18 Alexey Proskuryakov <ap@webkit.org>
3794 Reviewed by Darin Adler.
3796 https://bugs.webkit.org/show_bug.cgi?id=22337
3797 Enable workers by default
3801 * fast/workers: Added.
3802 * fast/workers/resources: Added.
3803 * fast/workers/resources/worker-common.js: Added.
3804 * fast/workers/resources/worker-event-listener.js: Added.
3805 * fast/workers/worker-constructor-expected.txt: Added.
3806 * fast/workers/worker-constructor.html: Added.
3807 * fast/workers/worker-event-listener-expected.txt: Added.
3808 * fast/workers/worker-event-listener.html: Added.
3809 * fast/workers/worker-gc-expected.txt: Added.
3810 * fast/workers/worker-gc.html: Added.
3811 * fast/workers/worker-location-expected.txt: Added.
3812 * fast/workers/worker-location.html: Added.
3814 2008-11-18 Darin Adler <darin@apple.com>
3816 Reviewed by Alexey Proskuryakov.
3818 - add a test for XMLHttpRequest Set-Cookie blocking
3820 * http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers-expected.txt:
3821 Updated since we now log attempts to get headers that are not allowed cross-domain to the console.
3822 * http/tests/xmlhttprequest/get-dangerous-headers-expected.txt: Added.
3823 * http/tests/xmlhttprequest/get-dangerous-headers.html: Added.
3824 * http/tests/xmlhttprequest/resources/get-set-cookie.cgi: Tweak script a bit.
3826 2008-11-18 Alexey Proskuryakov <ap@webkit.org>
3828 Rubber-stamped by Darin Adler.
3830 https://bugs.webkit.org/show_bug.cgi?id=22306
3831 Disable channel messaging support
3833 * fast/events/message-port-no-wrapper.html-disabled: Added a test that I had in my tree.
3835 * fast/dom/Window/window-properties-expected.txt:
3836 * fast/dom/constructors-cached-expected.txt:
3837 * fast/dom/constructors-cached-navigate-expected.txt:
3838 * fast/js/global-constructors-expected.txt:
3841 * fast/events/destroyed-atomic-string.html: Removed.
3842 * fast/events/destroyed-atomic-string.html-disabled: Copied from LayoutTests/fast/events/destroyed-atomic-string.html.
3843 * fast/events/message-channel-gc-2.html: Removed.
3844 * fast/events/message-channel-gc-2.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc-2.html.
3845 * fast/events/message-channel-gc-3.html: Removed.
3846 * fast/events/message-channel-gc-3.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc-3.html.
3847 * fast/events/message-channel-gc.html: Removed.
3848 * fast/events/message-channel-gc.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc.html.
3849 * fast/events/message-channel-listener-circular-ownership.html: Removed.
3850 * fast/events/message-channel-listener-circular-ownership.html-disabled: Copied from LayoutTests/fast/events/message-channel-listener-circular-ownership.html.
3851 * fast/events/message-port-constructor-for-deleted-document.html: Removed.
3852 * fast/events/message-port-constructor-for-deleted-document.html-disabled: Copied from LayoutTests/fast/events/message-port-constructor-for-deleted-document.html.
3853 * fast/events/message-port-deleted-document.html: Removed.
3854 * fast/events/message-port-deleted-document.html-disabled: Copied from LayoutTests/fast/events/message-port-deleted-document.html.
3855 * fast/events/message-port-deleted-frame.html: Removed.
3856 * fast/events/message-port-deleted-frame.html-disabled: Copied from LayoutTests/fast/events/message-port-deleted-frame.html.
3857 * fast/events/message-port-inactive-document.html: Removed.
3858 * fast/events/message-port-inactive-document.html-disabled: Copied from LayoutTests/fast/events/message-port-inactive-document.html.
3859 * fast/events/message-port-onclose.html: Removed.
3860 * fast/events/message-port-onclose.html-disabled: Copied from LayoutTests/fast/events/message-port-onclose.html.
3861 * fast/events/message-port.html: Removed.
3862 * fast/events/message-port.html-disabled: Copied from LayoutTests/fast/events/message-port.html.
3863 * http/tests/security/MessagePort/event-listener-context.html: Removed.
3864 * http/tests/security/MessagePort/event-listener-context.html-disabled: Copied from LayoutTests/http/tests/security/MessagePort/event-listener-context.html.
3865 Disabled MessagePort tests.
3867 2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
3869 Reviewed by George Staikos.
3871 Add initial set of WML layout tests, excluding results. These tests
3872 will become useful once the whole WML support patch has landed.
3875 * fast/wml/br-element-in-table.wml: Added.
3876 * fast/wml/br-element-in-text.wml: Added.
3877 * fast/wml/card-element.wml: Added.
3878 * fast/wml/case-sensitivity.wml: Added.
3879 * fast/wml/cdata-section.wml: Added.
3880 * fast/wml/comment.wml: Added.
3881 * fast/wml/do-element-optional-attr.wml: Added.
3882 * fast/wml/do-shadow.wml: Added.
3883 * fast/wml/do-template.wml: Added.
3884 * fast/wml/entity.wml: Added.
3885 * fast/wml/err-event-binding-conflict.wml: Added.
3886 * fast/wml/err-invalid-location-for-varref.wml: Added.
3887 * fast/wml/err-invalid-tablecolumn-number.wml: Added.
3888 * fast/wml/err-invalid-variable-name.wml: Added.
3889 * fast/wml/err-multi-access.wml: Added.
3890 * fast/wml/err-multi-http-equiv-in-meta.wml: Added.
3891 * fast/wml/err-multi-name-in-meta.wml: Added.
3892 * fast/wml/err-multi-timer.wml: Added.
3893 * fast/wml/err-samename-do.wml: Added.
3894 * fast/wml/err-unallowed-task-in-anchor.wml: Added.
3895 * fast/wml/img-localsrc.wml: Added.
3896 * fast/wml/img-src-localsrc-alt.wml: Added.
3897 * fast/wml/img-src.wml: Added.
3898 * fast/wml/p-align.wml: Added.
3899 * fast/wml/p-mode.wml: Added.
3900 * fast/wml/show-first-card.wml: Added.
3901 * fast/wml/table-element.wml: Added.
3902 * fast/wml/test.wml: Added.
3903 * fast/wml/text-emphasis.wml: Added.
3904 * fast/wml/validate-dtd.wml: Added.
3906 2008-11-17 Dan Bernstein <mitz@apple.com>
3908 Reviewed by Mark Rowe.
3910 - https://bugs.webkit.org/show_bug.cgi?id=22320 SVG svg/text/text-text-08-b.svg fails
3912 Updated the expected results to the correct ones.
3914 * platform/mac/svg/text/text-text-08-b-expected.checksum:
3915 * platform/mac/svg/text/text-text-08-b-expected.png:
3917 2008-11-17 Justin Garcia <justin.garcia@apple.com>
3919 Reviewed by Beth Dakin.
3921 <rdar://problem/4922709> Copying less than a paragraph of quoted text and pasting it doesn't retain quote level
3923 * editing/pasteboard/4922709-expected.txt: Added.
3924 * editing/pasteboard/4922709.html: Added.
3925 * editing/pasteboard/5006779.html:
3927 2008-11-17 Pierre-Olivier Latour <pol@apple.com>
3929 Reviewed by Sam Weinig.
3931 Added tests to cover the new LayoutController JavaScript API available
3934 https://bugs.webkit.org/show_bug.cgi?id=21261
3936 * animations/animation-drt-api.html: Added.
3937 * platform/mac/animations/animation-drt-api-expected.txt: Added.
3938 * platform/mac/transitions/transition-drt-api-expected.txt: Added.
3939 * platform/win/Skipped:
3940 * transitions/transition-drt-api.html: Added.
3942 2008-11-16 Geoffrey Garen <ggaren@apple.com>
3946 Changed "window." to "this." to unbreak these test I just broke in
3949 * fast/js/resources/duplicate-param-gc-crash.js:
3951 * fast/js/resources/var-shadows-arg-gc-crash.js:
3954 2008-11-16 Geoffrey Garen <ggaren@apple.com>
3956 Reviewed by Sam Weinig.
3958 Sped up two of the slowest JS layout tests by replacing some hand-rolled
3959 "force GC" code with something orders of magnitude faster.
3961 * fast/js/resources/duplicate-param-gc-crash.js:
3963 * fast/js/resources/var-shadows-arg-gc-crash.js:
3966 2008-11-16 Geoffrey Garen <ggaren@apple.com>
3968 Reviewed by Sam Weinig.
3970 Removed ascii-regexp-subject.html because it was the slowest JS test (20s
3971 on my iMac) and it didn't actually verify anything.
3973 Filed https://bugs.webkit.org/show_bug.cgi?id=22303 to cover fixing
3974 the bug that ascii-regexp-subject.html purported to test for, and
3975 then relanding a faster version of ascii-regexp-subject.html once it
3976 would pass (currently, it would fail).
3978 * fast/js/ascii-regexp-subject-expected.txt: Removed.
3979 * fast/js/ascii-regexp-subject.html: Removed.
3980 * fast/js/resources/ascii-regexp-subject.js: Removed.
3982 2008-11-16 Simon Fraser <simon.fraser@apple.com>
3984 Reviewed by Dan Bernstein
3986 https://bugs.webkit.org/show_bug.cgi?id=22118
3988 Test for resize corner tracking in transformed elements.
3990 * fast/css/resize-corner-tracking-transformed.html: Added.
3991 * platform/mac/fast/css/resize-corner-tracking-transformed-expected.checksum: Added.
3992 * platform/mac/fast/css/resize-corner-tracking-transformed-expected.png: Added.
3993 * platform/mac/fast/css/resize-corner-tracking-transformed-expected.txt: Added.
3995 2008-11-16 Sam Weinig <sam@webkit.org>
3997 Reviewed by Darin Adler.
3999 Disable XHR upload progress event tests on Tiger due to race condition causing
4000 intermittent failure reported in https://bugs.webkit.org/show_bug.cgi?id=22298
4002 * platform/mac-tiger/Skipped:
4004 2008-11-14 Beth Dakin <bdakin@apple.com>
4006 Reviewed by Justin Garcia.
4008 Tests for <rdar://problem/5089327> Too much indentation when
4009 pasting quoted paragraphs
4012 * editing/pasteboard/paste-blockquote-into-blockquote-4.html:
4014 * platform/mac/editing/pasteboard/paste-blockquote-into-
4015 blockquote-4-expected.checksum: Added.
4016 * platform/mac/editing/pasteboard/paste-blockquote-into-
4017 blockquote-4-expected.png: Added.
4018 * platform/mac/editing/pasteboard/paste-blockquote-into-
4019 blockquote-4-expected.txt: Added.
4021 Changes results for existing tests:
4022 * platform/mac/editing/pasteboard/merge-end-blockquote-
4024 * platform/mac/editing/pasteboard/merge-end-blockquote-
4026 * platform/mac/editing/pasteboard/merge-end-blockquote-
4028 * platform/mac/editing/pasteboard/paste-blockquote-into-
4029 blockquote-2-expected.txt:
4030 * platform/mac/editing/pasteboard/paste-blockquote-into-
4031 blockquote-3-expected.txt:
4032 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
4035 2008-11-14 Justin Garcia <justin.garcia@apple.com>
4037 Reviewed by Beth Dakin.
4039 <rdar://problem/4230923> "Make Plain Text" doesn't reset text alignment in single paragraph messages
4041 * editing/style/4230923-expected.txt: Added.
4042 * editing/style/4230923.html: Added.
4044 2008-11-12 Alexey Proskuryakov <ap@webkit.org>
4046 Reviewed by Darin Adler.
4048 https://bugs.webkit.org/show_bug.cgi?id=22200
4049 Crash when close event is dispatched to MessagePort due to document destruction
4051 * fast/events/message-port-onclose-expected.txt: Added.
4052 * fast/events/message-port-onclose.html: Added.
4053 * fast/events/resources/message-port-iframe.html:
4054 Added more tests for close event dispatch.
4056 2008-11-12 Dirk Schulze <vbs85@gmx.de>
4058 Reviewed by Darin Adler.
4060 Check behavior of canvas.stroke() on transparent fillStyle()
4062 * fast/canvas/canvas-stroke-empty-fill-expected.txt: Added.
4063 * fast/canvas/canvas-stroke-empty-fill.html: Added.
4064 * fast/canvas/canvas-stroke-empty-fill.js: Added.
4066 2008-11-12 Pierre-Olivier Latour <pol@apple.com>
4068 Reviewed by Dan Bernstein.
4070 Updated reference images so that all pixel tests now "pass" on 10.4.11 PowerPC + r38347.
4071 https://bugs.webkit.org/show_bug.cgi?id=21821
4073 Checked-in specific reference images for pixel tests that are valid on Tiger but fail
4074 because difference with reference image due to text rendering is greater than 1.0%
4076 * platform/mac-tiger/svg/carto.net: Added.
4077 * platform/mac-tiger/svg/carto.net/selectionlist-expected.checksum: Added.
4078 * platform/mac-tiger/svg/carto.net/selectionlist-expected.png: Added.
4079 * platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.checksum: Added.
4080 * platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
4081 * platform/mac-tiger/svg/text/text-align-01-b-expected.checksum: Added.
4082 * platform/mac-tiger/svg/text/text-align-01-b-expected.png: Added.
4083 * platform/mac-tiger/svg/text/text-align-02-b-expected.checksum: Added.
4084 * platform/mac-tiger/svg/text/text-align-02-b-expected.png: Added.
4085 * platform/mac-tiger/svg/text/text-align-04-b-expected.checksum: Added.
4086 * platform/mac-tiger/svg/text/text-align-04-b-expected.png: Added.
4087 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.checksum: Added.
4088 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.png: Added.
4089 * platform/mac-tiger/svg/text/text-text-03-b-expected.checksum: Added.
4090 * platform/mac-tiger/svg/text/text-text-03-b-expected.png: Added.
4091 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.checksum: Added.
4092 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.png: Added.
4093 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.checksum: Added.
4094 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.png: Added.
4095 * platform/mac-tiger/svg/text/text-ws-01-t-expected.checksum: Added.
4096 * platform/mac-tiger/svg/text/text-ws-01-t-expected.png: Added.
4097 * platform/mac-tiger/svg/text/text-ws-02-t-expected.checksum: Added.
4098 * platform/mac-tiger/svg/text/text-ws-02-t-expected.png: Added.