1 2010-02-19 Andras Becsi <abecsi@webkit.org>
3 Rubber-stamped by Kenneth Rohde Christiansen.
5 [Qt] plugins/set-status.html introduced in r5993 fails skipping it until fix.
6 https://bugs.webkit.org/show_bug.cgi?id=35144
10 2010-02-19 Diego Gonzalez <diego.gonzalez@openbossa.org>
12 Reviewed by Kenneth Rohde Christiansen.
14 Send the context menu event from contextClick() of EventSender
15 and do not show context menu in DRT.
18 fast/events/contextmenu-scrolled-page-with-frame.html
20 [Qt] DRT: Send context menu event from EventSender
21 https://bugs.webkit.org/show_bug.cgi?id=35131
23 * platform/qt/Skipped:
25 2010-02-19 Csaba Osztrogonác <ossy@webkit.org>
27 Reviewed by Kenneth Rohde Christiansen.
29 [Qt] editing tests fails after r54980
30 https://bugs.webkit.org/show_bug.cgi?id=35145
32 After r54980 two tests fail, skip them until fix.
33 Another two tests pass, they have same results as Win port.
35 * platform/qt/Skipped:
36 - editing/selection/extend-selection.html skipped.
37 - editing/selection/extend-after-mouse-selection.html skipped.
38 * platform/qt/editing/selection/click-in-margins-inside-editable-div-expected.txt: Copied from LayoutTests/platform/win/editing/selection/click-in-margins-inside-editable-div-expected.txt.
39 * platform/qt/editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt: Copied from LayoutTests/platform/win/editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt.
41 2010-02-19 Philippe Normand <pnormand@igalia.com>
43 Rubber-stamped by Xan Lopez.
45 [GTK] plugins/set-status.html fails
46 https://bugs.webkit.org/show_bug.cgi?id=35144
48 * platform/gtk/Skipped: Skip failing test.
50 2010-02-19 Philippe Normand <pnormand@igalia.com>
52 Rubber-stamped by Xan Lopez.
54 Adding a GTK layout test result for a new test
57 * platform/gtk/editing/selection/extend-after-mouse-selection-expected.txt: Added.
59 2010-02-19 Philippe Normand <pnormand@igalia.com>
61 Rubber-stamped by Xan Lopez.
63 Adding a GTK layout test result for a new test
66 * platform/gtk/fast/repaint/selection-gap-overflow-scroll-2-expected.txt: Added.
68 2010-02-18 Csaba Osztrogonác <ossy@webkit.org>
70 Rubber-stamped by Simon Hausmann.
72 [Qt] Update platform specific expected files after r54991.
74 * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt: updated.
75 * platform/qt/svg/css/mask-with-shadow-expected.txt: updated.
76 * platform/qt/svg/custom/empty-mask-expected.txt: updated.
77 * platform/qt/svg/custom/mask-with-default-value-expected.txt: updated.
78 * platform/qt/svg/custom/transformedMaskFails-expected.txt: updated.
80 2010-02-18 Yaar Schnitman <yaar@chromium.org>
82 Reviewed by Darin Adler.
84 Normalize custom ctors for Image, Option, Audio
85 https://bugs.webkit.org/show_bug.cgi?id=34782
87 * fast/js/custom-constructors-expected.txt: Added.
88 * fast/js/custom-constructors.html: Added.
89 * fast/js/script-tests/custom-constructors.js: Added.
91 2010-02-18 Alexey Proskuryakov <ap@apple.com>
93 Reviewed by Dan Bernstein.
95 https://bugs.webkit.org/show_bug.cgi?id=35134
96 <rdar://problem/7246280> Crash when a plugin calls NPN_SetStatus(0)
98 * plugins/set-status-expected.txt: Added.
99 * plugins/set-status.html: Added.
100 While at it, also test that we process UTF-8.
102 2010-02-18 Dan Bernstein <mitz@apple.com>
104 Reviewed by John Sullivan.
106 <rdar://problem/7658811> Multiple style recalcs due to getComputedStyle() on “display: none;” element
107 when there are pending style sheets
109 * fast/css/getComputedStyle/pending-stylesheet-expected.txt: Added.
110 * fast/css/getComputedStyle/pending-stylesheet.html: Added.
112 2010-02-18 Dirk Schulze <krit@webkit.org>
114 Reviewed by Nikolas Zimmermann.
116 Move SVGResources to Renderers, starting with Masker
117 https://bugs.webkit.org/show_bug.cgi?id=35020
119 With the move from SVGResourceMasker to RenderSVGResourceMasker, I changed
120 the way DRT dumps resources. DRT is now able to dump multi-access
122 Also the size of a Mask resource (depending of the object) and the access of
123 the resource (togeter with the resource name) is pointed out as an insertion
126 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
127 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
128 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
129 * platform/mac/svg/css/circle-in-mask-with-shadow-expected.txt:
130 * platform/mac/svg/css/mask-with-shadow-expected.txt:
131 * platform/mac/svg/custom/empty-mask-expected.txt:
132 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
133 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
134 * platform/mac/svg/custom/js-late-mask-creation-expected.txt:
135 * platform/mac/svg/custom/mask-changes-expected.txt:
136 * platform/mac/svg/custom/mask-child-changes-expected.txt:
137 * platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
138 * platform/mac/svg/custom/mask-inside-defs-expected.txt:
139 * platform/mac/svg/custom/mask-invalidation-expected.txt:
140 * platform/mac/svg/custom/mask-on-multiple-objects-expected.txt:
141 * platform/mac/svg/custom/mask-with-all-units-expected.txt:
142 * platform/mac/svg/custom/mask-with-default-value-expected.txt:
143 * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.txt:
144 * platform/mac/svg/custom/visibility-override-mask-expected.txt:
145 * platform/mac/svg/filters/filter-clip-expected.txt:
146 * svg/custom/transformedMaskFails-expected.txt:
148 2010-02-18 Gustavo Noronha Silva <gns@gnome.org>
150 [Qt][GTK] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html fails (DRT sideeffect)
151 https://bugs.webkit.org/show_bug.cgi?id=35086
153 Skip both new tests that fail. It may be a DRT problem, and the
154 file path that is reported in the error message also seems to
157 * platform/gtk/Skipped:
159 2010-02-18 Gustavo Noronha Silva <gns@gnome.org>
161 [GTK] Fails fast/multicol/client-rects.html
162 https://bugs.webkit.org/show_bug.cgi?id=35127
164 Skip test that fails in GTK+ - trying to get bot green again.
166 * platform/gtk/Skipped:
168 2010-02-18 Dan Bernstein <mitz@apple.com>
170 Reviewed by Simon Fraser.
172 <rdar://problem/7650652> REGRESSION: Selection painting issue in bug review textbox
173 https://bugs.webkit.org/show_bug.cgi?id=34946
175 * fast/repaint/selection-gap-overflow-scroll-2.html: Copied from LayoutTests/fast/repaint/selection-gap-overflow-scroll.html.
176 * platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.checksum: Added.
177 * platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
178 * platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.txt: Added.
180 2010-02-17 Dumitru Daniliuc <dumi@chromium.org>
182 Reviewed by NOBODY Darin Adler.
184 'undefined' return values from statement error callbacks are not
185 treated as 'true'. Fix the tests that did not use this
188 https://bugs.webkit.org/show_bug.cgi?id=35048
190 * storage/database-lock-after-reload.html:
191 * storage/private-browsing-readonly.html:
192 * storage/statement-error-callback.html:
193 * storage/statement-error-callback-expected.txt:
195 2010-02-17 Ojan Vafai <ojan@chromium.org>
197 Reviewed by Adam Barth.
199 keyboard selection sometimes moves the wrong end of the selection for Win/Linux
200 https://bugs.webkit.org/show_bug.cgi?id=35066
202 The changes to js-test-selection-shared.js are just to make the selection editing tests
203 easier to debug in the future.
205 The mac results for extend-after-mouse-selection.html contain a "FAIL" line. This is
206 a case where WebKit doesn't match TextEdit.
208 * editing/editing.js:
209 (execMoveSelectionForwardByLineBoundaryCommand):
210 (moveSelectionForwardByLineBoundaryCommand):
211 (execExtendSelectionForwardByLineBoundaryCommand):
212 (extendSelectionForwardByLineBoundaryCommand):
213 (execExtendSelectionBackwardByLineBoundaryCommand):
214 (extendSelectionBackwardByLineBoundaryCommand):
215 (execMoveSelectionBackwardByLineBoundaryCommand):
216 (moveSelectionBackwardByLineBoundaryCommand):
217 * editing/selection/extend-after-mouse-selection.html: Added.
218 * editing/selection/move-begin-end-expected.txt:
219 * editing/selection/move-begin-end.html:
220 * editing/selection/resources/js-test-selection-shared.js:
223 * platform/mac/editing/selection/click-in-margins-inside-editable-div-expected.txt:
224 * platform/mac/editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt:
225 * platform/mac/editing/selection/extend-after-mouse-selection-expected.txt: Added.
226 * platform/win/editing/selection/click-in-margins-inside-editable-div-expected.txt:
227 * platform/win/editing/selection/click-in-padding-with-multiple-line-boxes-expected.txt:
228 * platform/win/editing/selection/extend-after-mouse-selection-expected.txt: Added.
229 * platform/win/editing/selection/extend-selection-expected.txt: Added.
231 2010-02-18 Nate Chapin <japhet@chromium.org>
233 Unreviewed, build fix.
235 Provide good expected results for fast/dom/Window/window-event-override-no-crash.html.
237 * fast/dom/Window/window-event-override-no-crash-expected.txt:
238 * fast/dom/Window/window-event-override-no-crash.html:
240 2010-02-18 Gustavo Noronha Silva <gns@gnome.org>
242 [GTK][Qt] Fails glyph reordering test fast/text/glyph-reordering.html
243 https://bugs.webkit.org/show_bug.cgi?id=34918
245 Unskipping that now passes, after r54912.
247 * platform/gtk/Skipped:
249 2010-02-18 Brady Eidson <beidson@apple.com>
251 Reviewed by Sam Weinig.
253 Particularly constructed WebFrames can try to access a null HistoryItem
254 <rdar://problem/7638892> and https://bugs.webkit.org/show_bug.cgi?id=35063
256 * fast/loader/api-test-new-window-data-load-base-url-expected.txt: Added.
257 * fast/loader/api-test-new-window-data-load-base-url.html: Added.
258 * platform/gtk/Skipped:
259 * platform/qt/Skipped:
260 * platform/win/Skipped:
262 2010-02-18 Nate Chapin <japhet@chromium.org>
264 Reviewed by Eric Seidel.
266 Actually submitting test for https://bugs.webkit.org/show_bug.cgi?id=34899 this time.
268 * fast/dom/Window/window-event-override-no-crash-expected.txt: Added.
269 * fast/dom/Window/window-event-override-no-crash.html: Added.
271 2010-02-18 Nate Chapin <japhet@chromium.org>
273 Reviewed by Eric Seidel.
275 Test for https://bugs.webkit.org/show_bug.cgi?id=34899
277 * fast/dom/Window/window-event-override-no-crash-expected.txt: Added.
278 * fast/dom/Window/window-event-override-no-crash.html: Added.
280 2010-02-18 Andras Becsi <abecsi@webkit.org>
282 Rubber-stamped by Kenneth Rohde Christiansen.
284 [Qt] Skip the following tests because of missing eventSender.textZoomIn():
286 svg/zoom/text/absolute-sized-document-no-scrollbars.svg
287 svg/zoom/text/absolute-sized-document-scrollbars.svg
288 svg/zoom/text/relative-sized-document-scrollbars.svg
289 svg/zoom/text/zoom-foreignObject.svg
290 svg/zoom/text/zoom-hixie-mixed-008.xml
291 svg/zoom/text/zoom-hixie-mixed-009.xml
292 svg/zoom/text/zoom-hixie-rendering-model-004.xhtml
293 svg/zoom/text/zoom-svg-float-border-padding.xml
295 * platform/qt/Skipped:
297 2010-02-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
299 Rubber-stamped by Xan Lopez.
301 fast/frames/iframe-reparenting.html crashing on GTK Debug bots
302 https://bugs.webkit.org/show_bug.cgi?id=35081
304 Unskip test that is now
305 fixed (fast/frames/iframe-reparenting.html)
307 * platform/gtk/Skipped:
309 2010-02-18 Csaba Osztrogonác <ossy@webkit.org>
311 [Qt] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html fails (DRT sideeffect)
312 https://bugs.webkit.org/show_bug.cgi?id=35086
314 fast/xmlhttprequest/xmlhttprequest-no-file-access.html cause
315 this fail indirectly, but both of them pass in separated DRT.
317 * platform/qt/Skipped: fast/xmlhttprequest/xmlhttprequest-no-file-access.html
318 skipped until fix to make buildbot happy.
320 2010-02-18 Philippe Normand <pnormand@igalia.com>
322 Not reviewed, adding a GTK layout test result for a new test
325 * platform/gtk/fast/css/first-letter-first-line-hover-expected.txt: Added.
327 2010-02-18 Philippe Normand <pnormand@igalia.com>
329 Rubber-stamped by Xan Lopez.
331 plugins/iframe-shims.html crashing on GTK Debug bots
332 https://bugs.webkit.org/show_bug.cgi?id=35085
334 * platform/gtk/Skipped: Skip crashing tests.
336 2010-02-18 Philippe Normand <pnormand@igalia.com>
338 Rubber-stamped by Xan Lopez.
340 fast/frames/iframe-reparenting.html crashing on GTK Debug bots
341 https://bugs.webkit.org/show_bug.cgi?id=35081
343 * platform/gtk/Skipped: Skip crashing test.
345 2010-02-18 Philippe Normand <pnormand@igalia.com>
347 Rubber-stamped by Xan Lopez.
349 fast/css/font-face-opentype.html crashing on GTK bots
350 https://bugs.webkit.org/show_bug.cgi?id=35080
352 * platform/gtk/Skipped: Skip crashing test.
354 2010-02-18 Chris Evans <cevans@chromium.org>
356 Reviewed by Adam Barth.
358 Add the promised test for the unique file:// origins support.
359 See https://bugs.webkit.org/show_bug.cgi?id=34778 for more details.
361 * fast/xmlhttprequest/xmlhttprequest-no-file-access.html: Added.
362 * fast/xmlhttprequest/resources/xmlhttprequest-no-file-access-real.html: Added.
363 * fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt: Added.
365 2010-02-18 Tony Chang <tony@chromium.org>
367 Not reviewed, adding a QT layout test result for a new test
370 * platform/qt/editing/pasteboard/page-zoom-expected.txt: Copied from LayoutTests/platform/gtk/editing/pasteboard/page-zoom-expected.txt.
372 2010-02-18 Csaba Osztrogonác <ossy@webkit.org>
374 [Qt] editing/pasteboard/page-zoom.html fails
375 https://bugs.webkit.org/show_bug.cgi?id=35077
377 * platform/qt/Skipped: editing/pasteboard/page-zoom.html skipped until fix.
379 2010-02-17 Dmitry Titov <dimich@chromium.org>
381 Reviewed by David Levin, Darin Fisher, Simon Hausmann.
383 When a live iframe element is moved between pages, it still depends on the old page.
384 https://bugs.webkit.org/show_bug.cgi?id=34382
386 * fast/frames/iframe-reparenting-new-page-expected.txt: Added.
387 * fast/frames/iframe-reparenting-new-page.html: Added.
388 * fast/frames/resources/iframe-reparenting-new-page-1.html: Added.
389 * fast/frames/resources/iframe-reparenting-new-page-2.html: Added.
390 * fast/frames/resources/iframe-reparenting-new-page-iframe.html: Added.
391 * fast/frames/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/canvas/script-tests/TEMPLATE.html.
392 * fast/frames/script-tests/iframe-reparenting-new-page.js: Added.
394 2010-02-17 Csaba Osztrogonác <ossy@webkit.org>
396 [Qt] DRT: Get total number of pages to be printed
397 https://bugs.webkit.org/show_bug.cgi?id=34955
399 Fix landed in r54902, so we can unskip the test.
401 * platform/qt/Skipped: printing/numberOfPages.html unskipped.
403 2010-02-17 Csaba Osztrogonác <ossy@webkit.org>
405 [Qt] Fails glyph reordering test fast/text/glyph-reordering.html
406 https://bugs.webkit.org/show_bug.cgi?id=34918
408 Fix landed in r54912, so we can unskip the test.
410 * platform/qt/Skipped: fast/text/glyph-reordering.html unskipped.
412 2010-02-17 Tony Chang <tony@chromium.org>
414 Not reviewed, adding a GTK+ layout test result for a new test
417 https://bugs.webkit.org/show_bug.cgi?id=34914
419 * platform/gtk/editing/pasteboard/page-zoom-expected.txt: Added.
421 2010-02-17 Tony Chang <tony@chromium.org>
423 Reviewed by Eric Seidel.
425 https://bugs.webkit.org/show_bug.cgi?id=26937
426 No longer allow span styles to surround block elements like
427 divs when pasting (see paste-text-012 and 5065605 which had divs in
428 spans). This also causes a few cases of empty spans to be removed
429 (see 19089 and 5245519).
431 * editing/execCommand/19089-expected.txt:
432 * editing/pasteboard/5245519-expected.txt:
433 * editing/pasteboard/5245519.html:
434 * platform/mac/editing/pasteboard/5065605-expected.txt:
435 * platform/mac/editing/pasteboard/paste-text-011-expected.txt:
436 * platform/mac/editing/pasteboard/paste-text-012-expected.txt:
438 2010-02-17 Tony Chang <tony@chromium.org>
440 Reviewed by Eric Seidel.
442 https://bugs.webkit.org/show_bug.cgi?id=34914
443 When pasting absolute font sizes into a content editable area with
444 page zoom, adjust the font sizes to be the same after page zoom is
447 * editing/pasteboard/page-zoom-expected.txt: Added.
448 * editing/pasteboard/page-zoom.html: Added.
450 2010-02-17 Tony Chang <tony@chromium.org>
452 Reviewed by Eric Seidel.
454 https://bugs.webkit.org/show_bug.cgi?id=34737
455 Test to verify that pasting styled list items works
456 the same as pasting unstyle list items.
458 * editing/pasteboard/paste-list-003-expected.txt: Added.
459 * editing/pasteboard/paste-list-003.html: Added.
461 2010-02-17 Hayato Ito <hayato@chromium.org>
463 Reviewed by Eric Seidel.
465 Support CSS page-break-inside with a value of 'avoid'.
467 https://bugs.webkit.org/show_bug.cgi?id=34080
469 * printing/page-break-inside-expected.txt: Added.
470 * printing/page-break-inside.html: Added.
471 * printing/script-tests/page-break-inside.js: Added.
475 2010-02-17 Fumitoshi Ukai <ukai@chromium.org>
477 Reviewed by Alexey Proskuryakov.
479 WebSocket bufferedAmount should not be 0 when send after close.
480 https://bugs.webkit.org/show_bug.cgi?id=34633
482 * websocket/tests/bufferedAmount-after-close-expected.txt: Added.
483 * websocket/tests/bufferedAmount-after-close.html: Added.
484 * websocket/tests/script-tests/bufferedAmount-after-close.js: Added.
486 2010-02-17 Yuzo Fujishima <yuzo@google.com>
488 Reviewed by Eric Seidel.
490 In diffing render styles, consider all pseudo style changes.
491 Without this patch, only :before and :after are considered. This is the cause of the following bug.
492 https://bugs.webkit.org/show_bug.cgi?id=32187
494 * fast/css/first-letter-first-line-hover.html: Added.
495 * platform/mac/fast/css/first-letter-first-line-hover-expected.checksum: Added.
496 * platform/mac/fast/css/first-letter-first-line-hover-expected.png: Added.
497 * platform/mac/fast/css/first-letter-first-line-hover-expected.txt: Added.
499 2010-02-17 Shinichiro Hamaji <hamaji@chromium.org>
501 Reviewed by Eric Seidel.
503 [Win] Implement layoutTestController.pageNumberForElementById
504 https://bugs.webkit.org/show_bug.cgi?id=34570
506 * platform/win/Skipped:
508 2010-02-17 Brian Weinstein <bweinstein@apple.com>
510 Rubber-stamped by Dan Bernstein.
512 Unskip glyph-reordering, because now it passes on Windows.
514 * platform/win/Skipped:
516 2010-02-17 Dan Bernstein <mitz@apple.com>
518 Reviewed by Eric Seidel.
520 [GTK][Qt] Fails glyph reordering test fast/text/glyph-reordering.html
521 https://bugs.webkit.org/show_bug.cgi?id=34918
523 Made the test less dependent on the complex text implementation.
525 * fast/text/glyph-reordering-expected.txt:
526 * fast/text/glyph-reordering.html:
528 2010-02-17 Dumitru Daniliuc <dumi@chromium.org>
530 Reviewed by Dimitri Glazkov.
532 Add a test that verifies that null transaction callbacks are
533 accepted and treated as no callbacks.
535 https://bugs.webkit.org/show_bug.cgi?id=35047
537 * storage/null-callbacks-expected.txt: Added.
538 * storage/null-callbacks.html: Added.
540 2010-02-17 Dirk Schulze <krit@webkit.org>
542 Reviewed by Nikolas Zimmermann.
544 Move SVGResources to Renderers, starting with Masker
545 https://bugs.webkit.org/show_bug.cgi?id=35020
547 With the move from SVGResourceMasker to RenderSVGResourceMasker, I changed
548 the way DRT dumps resources. DRT is now able to dump multi-access
550 Also the size of a Mask resource (depending of the object) and the access of
551 the resource (togeter with the resource name) is pointed out as an insertion
554 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
555 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
556 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
557 * platform/mac/svg/css/circle-in-mask-with-shadow-expected.txt:
558 * platform/mac/svg/css/mask-with-shadow-expected.txt:
559 * platform/mac/svg/custom/empty-mask-expected.txt:
560 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
561 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
562 * platform/mac/svg/custom/js-late-mask-creation-expected.txt:
563 * platform/mac/svg/custom/mask-changes-expected.txt:
564 * platform/mac/svg/custom/mask-child-changes-expected.txt:
565 * platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
566 * platform/mac/svg/custom/mask-inside-defs-expected.txt:
567 * platform/mac/svg/custom/mask-invalidation-expected.txt:
568 * platform/mac/svg/custom/mask-on-multiple-objects-expected.txt:
569 * platform/mac/svg/custom/mask-with-all-units-expected.txt:
570 * platform/mac/svg/custom/mask-with-default-value-expected.txt:
571 * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.txt:
572 * platform/mac/svg/custom/visibility-override-mask-expected.txt:
573 * platform/mac/svg/filters/filter-clip-expected.txt:
574 * svg/custom/transformedMaskFails-expected.txt:
576 2010-02-17 Kenneth Russell <kbr@google.com>
578 Reviewed by Oliver Hunt.
580 Refactor texImage2D and texSubImage2D taking Image to use common code
581 https://bugs.webkit.org/show_bug.cgi?id=34458
583 Merged the Safari and Chromium code which extracts the data from
584 Image objects into common entry points on GraphicsContext3D. This
585 immediately fixes the following three problems:
586 - Chromium not implementing texSubImage2D taking Image.
587 - Safari not obeying the flipY parameter to texImage2D or
588 texSubImage2D taking Image.
589 - Safari not obeying the premultipyAlpha parameter to texImage2D
590 or texSubImage2D taking Image.
591 Added new test verifying the behavior of texImage2D and
592 texSubImage2D and the flipY parameter. The premultiplyAlpha
593 parameter can not be tested yet as the implementation is not yet
594 spec compliant. This will be fixed in a follow-on bug.
596 Ran all WebGL demos in demo repository on Safari and Chromium;
597 textures are now the right way up in both browsers, and
598 transparent textures in Particles demo now look correct in Safari.
600 * fast/canvas/webgl/resources/red-green.png: Added.
601 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
602 * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html: Added.
604 2010-02-17 Nikolas Zimmermann <nzimmermann@rim.com>
606 Not reviewed. Try to turn windows slaves again, by skipping two websocket tests that fail reliable.
608 * platform/win/Skipped:
610 2010-02-17 Gustavo Noronha Silva <gns@gnome.org>
614 * platform/qt/Skipped:
616 2010-02-17 Csaba Osztrogonác <ossy@webkit.org>
618 Rubber-stamped by Tor Arne Vestbø.
620 [Qt] Add platform specific expected files for new tests pass in fast/css.
622 Rendertree results compared to Mac expected files with --ignore-metrics,
623 pixel results compared to Mac png files.
625 fast/css/font-face-opentype.html introduced in r54855.
626 fast/css/inline-element-line-break.html introduced in r54544.
627 fast/css/pseudo-element-line-break.html introduced in r54544.
629 * platform/qt/fast/css/font-face-opentype-expected.txt: Added.
630 * platform/qt/fast/css/inline-element-line-break-expected.txt: Added.
631 * platform/qt/fast/css/pseudo-element-line-break-expected.txt: Added.
633 2010-02-17 Nikolas Zimmermann <nzimmermann@rim.com>
635 Not reviewed. Try to turn SnowLeopard slave green again. Skipping media/video-load-networkState.html - already filed a bug last year.
637 * platform/mac-snowleopard/Skipped:
639 2010-02-17 Nikolas Zimmermann <nzimmermann@rim.com>
641 Not reviewed. Try to turn Tiger slave green again. Skipping media/video-display-aspect-ratio.html - already skipped on the other mac variants & win.
643 * platform/mac-tiger/Skipped:
645 2010-02-17 Gustavo Noronha Silva <gns@gnome.org>
647 Skipping new test that does not pass on Qt.
649 * platform/qt/Skipped:
651 2010-02-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
653 Reviewed by Xan Lopez.
655 Does not send an Accept header for subresources, causing some sites to break
656 https://bugs.webkit.org/show_bug.cgi?id=33242
658 * http/tests/misc/image-checks-for-accept-expected.txt: Added.
659 * http/tests/misc/image-checks-for-accept.html: Added.
660 * http/tests/misc/resources/image-checks-for-accept.php: Added.
661 * platform/mac/Skipped:
662 * platform/win/Skipped:
664 2010-02-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
666 Skip a number of new tests.
668 * platform/gtk/Skipped:
670 2010-01-07 Philippe Normand <pnormand@igalia.com>
672 Reviewed by Gustavo Noronha Silva.
674 [GStreamer] Should handle BUFFERING messages
675 https://bugs.webkit.org/show_bug.cgi?id=30004
677 Draw the buffering status in the media controls. The timebar is
678 now 2 pixels shorter so dragging it at same absolute position than
679 before produces a seek at a new position in the media, this
680 explains the rebaselining of the controls-drag-timebar test.
682 * platform/gtk/media/controls-after-reload-expected.txt:
683 * platform/gtk/media/controls-drag-timebar-expected.txt:
684 * platform/gtk/media/controls-strict-expected.txt:
685 * platform/gtk/media/controls-styling-expected.txt:
686 * platform/gtk/media/video-controls-rendering-expected.txt:
687 Re-baselined due to 1px left/right border added in controls timeline.
689 2010-02-17 Xan Lopez <xlopez@igalia.com>
691 Skip tests requiring new results.
693 * platform/gtk/Skipped:
695 2010-02-16 Yael Aharon <yael.aharon@nokia.com>
697 Reviewed by Nikolas Zimmermann.
699 SVG not rendered as background-image from data URI
700 https://bugs.webkit.org/show_bug.cgi?id=33630
702 * platform/mac/svg/css/background-image-svg-expected.checksum: Added.
703 * platform/mac/svg/css/background-image-svg-expected.png: Added.
704 * platform/qt/svg/css/background-image-svg-expected.checksum: Added.
705 * platform/qt/svg/css/background-image-svg-expected.png: Added.
706 * svg/css/background-image-svg.html: Added.
707 * svg/css/background-image-svg-expected.txt: Added.
709 2010-02-16 Nikolas Zimmermann <nzimmermann@rim.com>
711 Not reviewed. Correct typo in test name in Skipped list. Should turn SL slave green again.
713 * platform/mac-snowleopard/Skipped:
715 2010-02-16 Nikolas Zimmermann <nzimmermann@rim.com>
717 Not reviewed. Attempt to fix win slave. Skip same tests failing on SL, add bug references to skipped list.
719 * platform/mac-snowleopard/Skipped:
720 * platform/win/Skipped:
722 2010-02-16 Bryan Yeung <bryeung@chromium.org>
724 Reviewed by Nikolas Zimmermann.
726 Add a new layout test for large stroke widths in SVG.
727 This regression tests a bug in the Skia platform where the width was
730 https://bugs.webkit.org/show_bug.cgi?id=34954
732 * platform/mac/svg/custom/stroke-width-large-expected.checksum: Added.
733 * platform/mac/svg/custom/stroke-width-large-expected.png: Added.
734 * platform/mac/svg/custom/stroke-width-large-expected.txt: Added.
735 * svg/custom/stroke-width-large.svg: Added.
737 2010-02-16 MORITA Hajime <morrita@gmail.com>
739 Reviewed by Nikolas Zimmermann.
741 REGRESSION: SVG text disappaears after double click
742 https://bugs.webkit.org/show_bug.cgi?id=34880
744 * platform/mac/svg/text/selection-doubleclick-expected.checksum: Added.
745 * platform/mac/svg/text/selection-doubleclick-expected.png: Added.
746 * platform/mac/svg/text/selection-doubleclick-expected.txt: Added.
747 * platform/mac/svg/text/selection-tripleclick-expected.checksum: Added.
748 * platform/mac/svg/text/selection-tripleclick-expected.png: Added.
749 * platform/mac/svg/text/selection-tripleclick-expected.txt: Added.
750 * svg/text/selection-doubleclick.svg: Added.
751 * svg/text/selection-tripleclick.svg: Added.
753 2010-02-16 Yusuke Sato <yusukes@chromium.org>
755 Reviewed by Dimitri Glazkov.
757 [Chromium] OpenType font with CFF glyphs is not handled correctly on Windows XP
758 https://bugs.webkit.org/show_bug.cgi?id=34735
760 * fast/css/font-face-opentype.html: Added.
761 * fast/css/resources/Ahem.otf: Added. Ahem font which has CFF glyphs, converted from Ahem.ttf by FontForge (http://fontforge.sourceforge.net/).
762 * platform/mac/fast/css/font-face-opentype-expected.checksum: Added.
763 * platform/mac/fast/css/font-face-opentype-expected.png: Added.
764 * platform/mac/fast/css/font-face-opentype-expected.txt: Added.
766 2010-02-16 Dumitru Daniliuc <dumi@chromium.org>
768 Reviewed by Simon Fraser.
770 Change quota-tracking.html to open databases only as they're
771 needed. Otherwise, open databases end up using more space from
772 this origin than the test expects.
774 * storage/quota-tracking.html:
776 2010-02-16 Nikolas Zimmermann <nzimmermann@rim.com>
778 Rubber-stamped by Simon Fraser.
780 Skip svg/zoom/(page|text)/zoom-coords-viewattr-01-b.svg on SnowLeopard.
781 svg/W3C-SVG-1.1/coords-viewattr* fail on SL and are already Skipped, seems related to entity parsing, not SVG.
783 * platform/mac-snowleopard/Skipped:
785 2010-02-16 Simon Fraser <simon.fraser@apple.com>
787 Reviewed by Nikolas Zimmermann.
789 Make this test more robust to slow-loading media.
791 * media/video-load-networkState.html:
793 2010-02-16 Simon Fraser <simon.fraser@apple.com>
795 Reviewed by Dan Bernstein.
797 https://bugs.webkit.org/show_bug.cgi?id=34999
798 Compositing layers inside overflow:scroll divs are not always updated on scrolling
800 New testcase with specific compositing configuration involving overflow:scroll.
802 * compositing/overflow/scroll-ancestor-update.html: Added.
803 * platform/mac/compositing/overflow/scroll-ancestor-update-expected.checksum: Added.
804 * platform/mac/compositing/overflow/scroll-ancestor-update-expected.png: Added.
805 * platform/mac/compositing/overflow/scroll-ancestor-update-expected.txt: Added.
807 2010-02-16 Nikolas Zimmermann <nzimmermann@rim.com>
809 Rubber-stamped by Dirk Schulze.
811 Add missing .checksum file in platform/mac/svg/zoom/page. All parts of the original patch for bug 14004 have been landed.
813 * platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.checksum: Added.
815 2010-02-16 Nikolas Zimmermann <nzimmermann@rim.com>
817 Reviewed by David Hyatt.
819 SVG units don't stay consistently sized on zoom
820 https://bugs.webkit.org/show_bug.cgi?id=14004
822 * platform/mac/svg/zoom: Added.
823 * platform/mac/svg/zoom/page: Added.
824 * platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.checksum: Added.
825 * platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
826 * platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.txt: Added.
827 * platform/mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.checksum: Added.
828 * platform/mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Added.
829 * platform/mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.txt: Added.
830 * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.checksum: Added.
831 * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Added.
832 * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: Added.
833 * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.checksum: Added.
834 * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Added.
835 * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Added.
836 * platform/mac/svg/zoom/page/zoom-foreignObject-expected.checksum: Added.
837 * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png: Added.
838 * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Added.
839 * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: Added.
840 * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Added.
841 * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Added.
842 * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.checksum: Added.
843 * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
844 * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
845 * platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.checksum: Added.
846 * platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: Added.
847 * platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Added.
848 * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.checksum: Added.
849 * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
850 * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Added.
851 * platform/mac/svg/zoom/text: Added.
852 * platform/mac/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.checksum: Added.
853 * platform/mac/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Added.
854 * platform/mac/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.txt: Added.
855 * platform/mac/svg/zoom/text/absolute-sized-document-scrollbars-expected.checksum: Added.
856 * platform/mac/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Added.
857 * platform/mac/svg/zoom/text/absolute-sized-document-scrollbars-expected.txt: Added.
858 * platform/mac/svg/zoom/text/relative-sized-document-scrollbars-expected.checksum: Added.
859 * platform/mac/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Added.
860 * platform/mac/svg/zoom/text/relative-sized-document-scrollbars-expected.txt: Added.
861 * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.checksum: Added.
862 * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Added.
863 * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added.
864 * platform/mac/svg/zoom/text/zoom-foreignObject-expected.checksum: Added.
865 * platform/mac/svg/zoom/text/zoom-foreignObject-expected.png: Added.
866 * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt: Added.
867 * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.checksum: Added.
868 * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.png: Added.
869 * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: Added.
870 * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.checksum: Added.
871 * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.png: Added.
872 * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.txt: Added.
873 * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.checksum: Added.
874 * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png: Added.
875 * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt: Added.
876 * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.checksum: Added.
877 * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Added.
878 * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Added.
880 * svg/zoom/NOTE: Added.
881 * svg/zoom/page: Added.
882 * svg/zoom/page/absolute-sized-document-no-scrollbars.svg: Added.
883 * svg/zoom/page/absolute-sized-document-scrollbars.svg: Added.
884 * svg/zoom/page/relative-sized-document-scrollbars.svg: Added.
885 * svg/zoom/page/zoom-coords-viewattr-01-b.svg: Added.
886 * svg/zoom/page/zoom-foreignObject.svg: Added.
887 * svg/zoom/page/zoom-hixie-mixed-008.xml: Added.
888 * svg/zoom/page/zoom-hixie-mixed-009.xml: Added.
889 * svg/zoom/page/zoom-hixie-rendering-model-004.xhtml: Added.
890 * svg/zoom/page/zoom-svg-float-border-padding.xml: Added.
891 * svg/zoom/resources: Added.
892 * svg/zoom/resources/testPageZoom.js: Added.
893 * svg/zoom/resources/testTextZoom.js: Added.
894 * svg/zoom/text: Added.
895 * svg/zoom/text/absolute-sized-document-no-scrollbars.svg: Added.
896 * svg/zoom/text/absolute-sized-document-scrollbars.svg: Added.
897 * svg/zoom/text/relative-sized-document-scrollbars.svg: Added.
898 * svg/zoom/text/zoom-coords-viewattr-01-b.svg: Added.
899 * svg/zoom/text/zoom-foreignObject.svg: Added.
900 * svg/zoom/text/zoom-hixie-mixed-008.xml: Added.
901 * svg/zoom/text/zoom-hixie-mixed-009.xml: Added.
902 * svg/zoom/text/zoom-hixie-rendering-model-004.xhtml: Added.
903 * svg/zoom/text/zoom-svg-float-border-padding.xml: Added.
905 2010-02-16 Csaba Osztrogonác <ossy@webkit.org>
907 [Qt] REGRESSION(r54811) fast/canvas/drawImage-with-negative-source-destination.html fails
908 https://bugs.webkit.org/show_bug.cgi?id=35005
910 * platform/qt/Skipped:
911 - fast/canvas/drawImage-with-negative-source-destination.html skipped until fix.
912 - inspector/timeline-paint.html skipped because it is flakey.
914 2010-02-16 Simon Fraser <simon.fraser@apple.com>
916 Reviewed by Eric Carlson.
918 Autoplaying video with poster doesn't reliably show up
919 https://bugs.webkit.org/show_bug.cgi?id=34966
921 Testcase that has an autoplaying video with a poster.
923 * media/video-replaces-poster.html: Added.
924 * platform/mac/media/video-replaces-poster-expected.checksum: Added.
925 * platform/mac/media/video-replaces-poster-expected.png: Added.
926 * platform/mac/media/video-replaces-poster-expected.txt: Added.
928 2010-02-16 Alexander Pavlov <apavlov@chromium.org>
930 Reviewed by Pavel Feldman.
932 Web Inspector: Elements Panel: Limit the number of initially loaded element children
933 https://bugs.webkit.org/show_bug.cgi?id=34421
935 * inspector/elements-panel-limited-children-expected.txt: Added.
936 * inspector/elements-panel-limited-children.html: Added.
938 2010-02-16 Ben Murdoch <benm@google.com>
940 Reviewed by Simon Hausmann.
942 Refactor and split up basic-touch-events test
943 https://bugs.webkit.org/show_bug.cgi?id=34476
945 Split the basic-touch-events test into two separate tests, one for single and another for multi touch. Also refactor the tests to run in an asynchronous manner.
947 * fast/events/touch/basic-multi-touch-events.html: Copied from LayoutTests/fast/events/touch/basic-touch-events.html. Tests the same multi touch tests cases from the old basic-touch-events test.
948 * fast/events/touch/basic-multi-touch-events-expected.txt: Added.
949 * fast/events/touch/script-tests/basic-multi-touch-events.js: Added.
950 * fast/events/touch/basic-single-touch-events.html: Copied from LayoutTests/fast/events/touch/basic-touch-events.html. Tests the same single touch tests cases from the old basic-touch-events test.
951 * fast/events/touch/script-tests/basic-single-touch-events.js: Added.
952 * fast/events/touch/basic-single-touch-events-expected.txt: Added.
953 * fast/events/touch/basic-touch-events.html: Removed.
954 * fast/events/touch/script-tests/basic-touch-events.js: Removed.
955 * fast/events/touch/basic-touch-events-expected.txt: Removed.
957 2010-02-15 Dan Bernstein <mitz@apple.com>
959 Reviewed by Simon Fraser.
961 Add test case for <rdar://problem/7645609> [webView selectionRect] API is broken for multicolumn layout
963 * fast/multicol/client-rects-expected.checksum:
964 * fast/multicol/client-rects-expected.png:
965 * fast/multicol/client-rects-expected.txt:
966 * fast/multicol/client-rects.html:
968 2010-02-15 Brian Weinstein <bweinstein@apple.com>
970 Rubber-stamped by Dan Bernstein.
972 Skipped glyph-reordering on Windows since it has failed since it was landed. Left a comment
973 in <https://bugs.webkit.org/show_bug.cgi?id=34865> to track the failure.
975 * platform/win/Skipped:
977 2010-02-15 Alexey Proskuryakov <ap@apple.com>
979 Skip more plugin tests on Snow Leopard buildbot, as they need updated closed source components.
981 * platform/mac-snowleopard/Skipped: Skip netscape-dom-access.html and netscape-browser-object-identity.html.
983 2010-02-15 Csaba Osztrogonác <ossy@webkit.org>
985 [Qt] fast/multicol/client-rects.html fails in QtLauncher
986 https://bugs.webkit.org/show_bug.cgi?id=34959
988 * platform/qt/Skipped: fast/multicol/client-rects.html skipped until fix.
990 2010-02-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
992 Reviewed by Xan Lopez.
994 [GTK] Crashes when going back to a page that has data: URIs, with page cache enabled
995 https://bugs.webkit.org/show_bug.cgi?id=34944
997 * fast/harness/page-cache-crash-on-data-urls-expected.txt: Added.
998 * fast/harness/page-cache-crash-on-data-urls.html: Added.
999 * fast/harness/resources/cached-page-with-data-urls.html: Added.
1001 2010-02-15 Dan Bernstein <mitz@apple.com>
1003 Reviewed by Simon Fraser.
1005 <rdar://problem/7647300> Incorrect client rects for blocks the span multiple columns and their descendants
1006 https://bugs.webkit.org/show_bug.cgi?id=34923
1008 * fast/multicol/client-rects-expected.checksum: Added.
1009 * fast/multicol/client-rects-expected.png: Added.
1010 * fast/multicol/client-rects-expected.txt: Added.
1011 * fast/multicol/client-rects.html: Added.
1013 2010-02-12 Alexey Proskuryakov <ap@apple.com>
1015 Reviewed by Kevin Decker.
1017 <rdar://problem/7130641> Browser objects identity is not preserved by Safari
1019 * plugins/netscape-browser-object-identity-expected.txt: Added.
1020 * plugins/netscape-browser-object-identity.html: Added.
1021 * plugins/script-tests/netscape-browser-object-identity.js: Added.
1023 2010-02-15 Pavel Feldman <pfeldman@chromium.org>
1025 Reviewed by Timothy Hatcher.
1027 Web Inspector: incorrect syntax highlighting as HTML in a script tag.
1029 https://bugs.webkit.org/show_bug.cgi?id=34934
1031 * inspector/syntax-highlight-html-expected.txt: Added.
1032 * inspector/syntax-highlight-html.html: Added.
1034 2010-02-15 Robert Hogan <robert@roberthogan.net>
1036 Reviewed by Simon Hausmann.
1038 [Qt] DRT: Support evaluateInWebInspector(), setTimelineProfilingEnabled().
1040 Support LayoutTestController.evaluateInWebInspector(), setTimelineProfilingEnabled() in Qt DRT.
1042 https://bugs.webkit.org/show_bug.cgi?id=33096
1044 This allows the following tests to pass:
1046 inspector/console-format-collections.html
1047 inspector/styles-iframe.html
1048 inspector/syntax-highlight-css.html
1049 inspector/syntax-highlight-javascript.html
1050 inspector/timeline-enum-stability.html
1051 inspector/timeline-layout.html
1052 inspector/timeline-mark-timeline.html
1053 inspector/timeline-paint.html
1054 inspector/timeline-parse-html.html
1055 inspector/timeline-recalculate-styles.html
1056 inspector/timeline-script-tag-1.html
1057 inspector/timeline-script-tag-2.html
1058 inspector/timeline-trivial.html
1059 inspector/cookie-resource-match.html
1060 inspector/elements-img-tooltip.html
1061 inspector/elements-panel-selection-on-refresh.html
1062 inspector/inspected-objects-not-overriden.html
1063 inspector/timeline-event-dispatch.html
1064 inspector/timeline-network-resource.html
1065 inspector/elements-panel-rewrite-href.html
1066 inspector/console-dir.html
1067 inspector/console-dirxml.html
1068 inspector/console-format.html
1069 inspector/console-tests.html
1070 inspector/elements-panel-structure.html
1071 inspector/evaluate-in-frontend.html
1072 inspector/console-clear.html
1074 * platform/qt/Skipped:
1076 2010-02-14 Pavel Feldman <pfeldman@chromium.org>
1078 Reviewed by Timothy Hatcher.
1080 Web Inspector: XPathResult objects are not expanded in console.
1082 https://bugs.webkit.org/show_bug.cgi?id=34926
1084 * inspector/console-dir-expected.txt:
1085 * inspector/console-dir.html:
1087 2010-02-15 Philippe Normand <pnormand@igalia.com>
1089 media/video-display-aspect-ratio.html fails
1090 https://bugs.webkit.org/show_bug.cgi?id=34933
1092 Skipped the new test that fails.
1094 * platform/mac-leopard/Skipped:
1095 * platform/mac-snowleopard/Skipped:
1096 * platform/win/Skipped:
1098 2010-02-12 Philippe Normand <pnormand@igalia.com>
1100 Reviewed by Gustavo Noronha Silva.
1102 [Gtk] wrong video aspect ratio
1103 https://bugs.webkit.org/show_bug.cgi?id=34790
1105 Test checking the size of a 4:3 video with a 16:9 pixel aspect
1108 * media/content/test-par-16-9.mp4: Added.
1109 * media/video-display-aspect-ratio-expected.txt: Added.
1110 * media/video-display-aspect-ratio.html: Added.
1112 2010-02-14 Adam Barth <abarth@webkit.org>
1114 Reviewed by Darin Adler.
1116 HTML5 iframe sandbox bypass of window.top.location navigation via <form target="_top">
1117 https://bugs.webkit.org/show_bug.cgi?id=33277
1119 Add a test that _top is covered by @sandbox.
1121 * http/tests/security/resources/fail.html: Added.
1122 * http/tests/security/resources/sandboxed-iframe-form-top.html: Added.
1123 * http/tests/security/sandboxed-iframe-form-top-expected.txt: Added.
1124 * http/tests/security/sandboxed-iframe-form-top.html: Added.
1126 2010-02-14 Shu Chang <Chang.Shu@nokia.com>
1128 Reviewed by Adam Barth.
1130 [Qt] The original test case failed on Qt because its real output
1131 "A B C DE F" did not match the expected "A B C D E F". The input
1132 field between D and E failed to generate the space in the dumped
1133 text as it normally would if it was broken into a new line.
1134 This DRT issue can be addressed in a seperate bug if necessary
1135 but shrinking the size of font so as to fit all fields into one
1136 line is an immediate fix to pass the test case.
1137 https://bugs.webkit.org/show_bug.cgi?id=33093
1139 * fast/html/text-field-input-types.html:
1140 * platform/qt/Skipped:
1142 2010-02-14 Chang Shu <Chang.Shu@nokia.com>
1144 Reviewed by Laszlo Gombos.
1146 [Qt] Enable http/tests/appcache but skip the failed cases.
1147 https://bugs.webkit.org/show_bug.cgi?id=34713
1149 * platform/qt/Skipped:
1151 2010-02-13 Csaba Osztrogonác <ossy@webkit.org>
1153 [Qt] Skip new test that fails. See https://webkit.org/b/34918.
1155 * platform/qt/Skipped: fast/text/glyph-reordering.html skipped.
1157 2010-02-13 Gustavo Noronha Silva <gns@gnome.org>
1159 Skip new test that fails. See https://webkit.org/b/34918.
1161 * platform/gtk/Skipped:
1163 2010-02-12 Ojan Vafai <ojan@chromium.org>
1165 Reviewed by Dan Bernstein.
1167 text-control-intrinsic-widths.html failing on tiger bot
1168 https://bugs.webkit.org/show_bug.cgi?id=34917
1170 Final cleanup for http://trac.webkit.org/changeset/54748.
1171 Some MS fonts don't come with a default install of Tiger, but do
1172 come with a default Leopard/SnowLeopard install. As a result we naturally
1173 get different metrics a page uses these fonts.
1175 * platform/mac-tiger/fast/forms/text-control-intrinsic-widths-expected.txt: Added.
1177 2010-02-12 Ojan Vafai <ojan@chromium.org>
1179 Reviewed by Maciej Stachowiak.
1181 Four textcontrol tests fail after http://trac.webkit.org/changeset/54748
1182 https://bugs.webkit.org/show_bug.cgi?id=34916
1184 -Put the baseline for text-control-intrinsic-widths in the right place!
1185 -I missed perspective-non-layer.html because we don't run it on Leopard.
1186 -Accidentally deleted drag-text-delay-expected.txt and text-control-intrinsic-widths-expected.txt
1187 instead of updating their results.
1189 * platform/mac-leopard/fast/forms/text-control-intrinsic-widths-expected.txt: Removed.
1190 * platform/mac/fast/forms/text-control-intrinsic-widths-expected.txt:
1191 * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:
1192 * platform/win/editing/selection/drag-text-delay-expected.txt: Added.
1193 * platform/win/fast/forms/text-control-intrinsic-widths-expected.txt: Added.
1195 2010-01-05 Ojan Vafai <ojan@chromium.org>
1197 Reviewed by Eric Seidel.
1199 Improve text control instrinsic widths.
1200 https://bugs.webkit.org/show_bug.cgi?id=25566
1201 https://bugs.webkit.org/show_bug.cgi?id=25581
1202 https://bugs.webkit.org/show_bug.cgi?id=25958
1204 Excluding list of updated results as the list is so long.
1206 2010-02-12 Eric Seidel <eric@webkit.org>
1208 No review, rolling out r54694.
1209 http://trac.webkit.org/changeset/54694
1210 https://bugs.webkit.org/show_bug.cgi?id=34633
1212 This appears to have caused crashes on the Leopard bot. See
1215 * websocket/tests/bufferedAmount-after-close-expected.txt: Removed.
1216 * websocket/tests/bufferedAmount-after-close.html: Removed.
1217 * websocket/tests/script-tests/bufferedAmount-after-close.js: Removed.
1219 2010-02-12 Nikolas Zimmermann <nzimmermann@rim.com>
1221 Reviewed by Dirk Schulze.
1223 Repaint bug on Text selection in foreignObject
1224 https://bugs.webkit.org/show_bug.cgi?id=16939
1226 Update SVG tests that contain <foreignObject> - now that it's reporting proper repaint rects.
1227 Some of our tests use <foreignObject> to draw XHTML text (logging facility) - all these tests
1228 were missing width/height attributes on <foreignObject>, fix that otherwhise they won't show
1229 up anymore - as expected.
1231 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum:
1232 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.png:
1233 * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
1234 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
1235 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt:
1236 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
1237 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
1238 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
1239 * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
1240 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
1241 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
1242 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
1243 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
1244 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
1245 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
1246 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
1247 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
1248 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
1249 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
1250 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
1251 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
1252 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
1253 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
1254 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
1255 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
1256 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
1257 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
1258 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt:
1259 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
1260 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png:
1261 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
1262 * platform/mac/svg/hixie/mixed/008-expected.txt:
1263 * platform/mac/svg/overflow/overflow-on-foreignObject-expected.checksum: Added.
1264 * platform/mac/svg/overflow/overflow-on-foreignObject-expected.png: Added.
1265 * platform/mac/svg/overflow/overflow-on-foreignObject-expected.txt: Added.
1266 * platform/mac/svg/text/foreignObject-repaint-expected.txt:
1267 * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.checksum: Added.
1268 * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.png: Added.
1269 * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt: Added.
1270 * svg/custom/baseval-animval-equality.svg:
1271 * svg/custom/dominant-baseline-hanging.svg:
1272 * svg/custom/dynamic-svg-document-creation.svg:
1273 * svg/custom/fill-SVGPaint-interface.svg:
1274 * svg/custom/getPresentationAttribute.svg:
1275 * svg/overflow/overflow-on-foreignObject.svg: Added.
1276 * svg/text/foreignObject-text-clipping-bug.xml: Added.
1278 2010-02-12 Dan Bernstein <mitz@apple.com>
1280 Reviewed by Simon Fraser.
1282 <rdar://problem/7609268> REGRESSION (r50301): Problem selecting text in a Devanagari website
1283 https://bugs.webkit.org/show_bug.cgi?id=34865
1285 * fast/text/glyph-reordering-expected.txt: Added.
1286 * fast/text/glyph-reordering.html: Added.
1288 2010-02-12 Fumitoshi Ukai <ukai@chromium.org>
1290 Unreviewed trivial fix.
1291 Set Content-Type header.
1293 * websocket/tests/cookies/httponly-cookie.pl:
1295 2010-02-12 Diego Gonzalez <diego.gonzalez@openbossa.org>
1297 Reviewed by Kenneth Rohde Christiansen.
1299 Qt DRT now dump the frame loader callbacks when LayoutTestController()
1303 http/tests/security/mixedContent/data-url-script-in-iframe.html
1304 http/tests/security/mixedContent/empty-url-plugin-in-frame.html
1305 http/tests/security/mixedContent/insecure-css-in-iframe.html
1306 http/tests/security/mixedContent/insecure-iframe-in-iframe.html
1307 http/tests/security/mixedContent/insecure-image-in-iframe.html
1308 http/tests/security/mixedContent/insecure-plugin-in-iframe.html
1309 http/tests/security/mixedContent/insecure-script-in-iframe.html
1310 http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe.html
1311 http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe.html
1313 [Qt] Make possible Qt DRT dump frame load callbacks
1314 https://bugs.webkit.org/show_bug.cgi?id=34702
1316 * platform/qt/Skipped:
1318 2010-02-12 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
1320 Reviewed by Kenneth Rohde Christiansen.
1322 Support frameset flattening
1323 https://bugs.webkit.org/show_bug.cgi?id=32717
1325 Add expected results of the FrameSet Flattening tests.
1327 * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Added.
1328 * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.txt: Added.
1329 * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.txt: Added.
1330 * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: Added.
1331 * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Added.
1332 * platform/mac/Skipped:
1334 2010-02-12 Csaba Osztrogonác <ossy@webkit.org>
1336 [Qt] perl websocket test(s) time out
1337 https://bugs.webkit.org/show_bug.cgi?id=34882
1339 * platform/qt/Skipped: websocket/tests/cookies/httponly-cookie.pl skipped until fix.
1341 2010-02-11 Fumitoshi Ukai <ukai@chromium.org>
1343 Reviewed by Alexey Proskuryakov.
1345 WebSocket ignores HttpOnly cookies, but should use in Handshake.
1346 https://bugs.webkit.org/show_bug.cgi?id=34289
1348 * websocket/tests/cookies/echo-cookie_wsh.py: Added.
1349 * websocket/tests/cookies/httponly-cookie-expected.txt: Added.
1350 * websocket/tests/cookies/httponly-cookie.pl: Added.
1352 2010-02-11 Eric Seidel <eric@webkit.org>
1354 Reviewed by Adam Barth.
1356 webkitdirs.pm has a crazy amount of duplicated feature detection code
1357 https://bugs.webkit.org/show_bug.cgi?id=34869
1359 In editing run-webkit-tests I found these tests were
1360 skipped on all platforms. Removing them since no one is running them.
1361 If we ever need them we can dig them out of SVN history.
1363 * fast/wcss/marquee-dir.xhtml: Removed.
1364 * fast/wcss/marquee-loop.xhtml: Removed.
1365 * fast/wcss/marquee-speed.xhtml: Removed.
1366 * fast/wcss/marquee-style.xhtml: Removed.
1368 2010-02-11 Kent Tamura <tkent@chromium.org>
1370 Reviewed by Darin Adler.
1372 Fix two issues on maxLength.
1373 https://bugs.webkit.org/show_bug.cgi?id=34783
1375 - Add grapheme test cases
1376 - Improve test result readability
1378 * fast/forms/ValidityState-tooLong-input-expected.txt:
1379 * fast/forms/ValidityState-tooLong-textarea-expected.txt:
1380 * fast/forms/script-tests/ValidityState-tooLong-input.js:
1381 * fast/forms/script-tests/ValidityState-tooLong-textarea.js:
1383 2010-02-11 Fumitoshi Ukai <ukai@chromium.org>
1385 Reviewed by Alexey Proskuryakov.
1387 WebSocket bufferedAmount should not be 0 when send after close.
1388 https://bugs.webkit.org/show_bug.cgi?id=34633
1390 * websocket/tests/bufferedAmount-after-close-expected.txt: Added.
1391 * websocket/tests/bufferedAmount-after-close.html: Added.
1392 * websocket/tests/script-tests/bufferedAmount-after-close.js: Added.
1394 2010-02-11 Fumitoshi Ukai <ukai@chromium.org>
1396 Reviewed by Alexey Proskuryakov.
1398 WebSocket in Worker failed to close
1399 https://bugs.webkit.org/show_bug.cgi?id=34785
1401 * websocket/tests/workers/close-in-shared-worker-expected.txt: Added.
1402 * websocket/tests/workers/close-in-shared-worker.html: Added.
1403 * websocket/tests/workers/close-in-worker-expected.txt: Added.
1404 * websocket/tests/workers/close-in-worker.html: Added.
1405 * websocket/tests/workers/resources/close-in-worker.js: Added.
1406 * websocket/tests/workers/resources/echo_wsh.py: Copied from LayoutTests/websocket/tests/echo_wsh.py.
1408 2010-02-11 Nikolas Zimmermann <nzimmermann@rim.com>
1410 Not reviewed. Oops, move mac-lepard results for mask-invalidation.svg into the correct folder.
1412 * platform/mac-leopard/mask-invalidation-expected.checksum: Removed.
1413 * platform/mac-leopard/mask-invalidation-expected.png: Removed.
1414 * platform/mac-leopard/svg/custom/mask-invalidation-expected.checksum: Copied from platform/mac-leopard/mask-invalidation-expected.checksum.
1415 * platform/mac-leopard/svg/custom/mask-invalidation-expected.png: Copied from platform/mac-leopard/mask-invalidation-expected.png.
1417 2010-02-11 Nikolas Zimmermann <nzimmermann@rim.com>
1419 Rubber-stamped by Dirk Schulze.
1421 Add special mac-leopard pixel test results for svg/mask-invalidation.svg - has marginal 0.01% diff to snow leopard baseline.
1423 * platform/mac-leopard/mask-invalidation-expected.checksum: Added.
1424 * platform/mac-leopard/mask-invalidation-expected.png: Added.
1426 2010-02-11 Gustavo Noronha Silva <gns@gnome.org>
1428 Remove platform-specific expected results that only existed
1429 because we diverged from other ports regarding enabling
1430 GeoLocation (Apple ports now enable it).
1432 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Removed.
1433 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: Removed.
1435 2010-02-11 Gustavo Noronha Silva <gns@gnome.org>
1437 Rebaseline test after 54646, and skip tests that need results
1440 * platform/gtk/Skipped:
1441 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
1443 2010-02-11 Yury Semikhatsky <yurys@chromium.org>
1445 Reviewed by Pavel Feldman.
1447 Test that Web Inspector can inspect styles of elements in iframe from a domain
1448 different from main frame domain.
1450 inspector-tests.js moved to LayoutTests/http/tests/inspector because it can
1451 be referenced by relative path from LayoutTests/inspector but not vice versa
1452 (html files served from LayoutTests/http/tests cannot refer it because WebKit
1453 tests httpd doesn't serve content not under LayoutTests/http).
1455 https://bugs.webkit.org/show_bug.cgi?id=31587
1457 * http/tests/inspector/inspect-iframe-from-different-domain-expected.txt: Added.
1458 * http/tests/inspector/inspect-iframe-from-different-domain.html: Added.
1459 * http/tests/inspector/inspector-test.js: Renamed from LayoutTests/inspector/inspector-test.js.
1461 (evaluateInWebInspector):
1464 (didEvaluateForTestInFrontend):
1465 * http/tests/inspector/resources/iframe-from-different-domain-data.html: Added.
1466 * inspector/console-clear.html:
1467 * inspector/console-dir.html:
1468 * inspector/console-dirxml.html:
1469 * inspector/console-format-collections-expected.txt:
1470 * inspector/console-format-collections.html:
1471 * inspector/console-format.html:
1472 * inspector/console-log-before-inspector-open.html:
1473 * inspector/console-tests.html:
1474 * inspector/cookie-resource-match.html:
1475 * inspector/elements-img-tooltip.html:
1476 * inspector/elements-panel-rewrite-href-expected.txt:
1477 * inspector/elements-panel-rewrite-href.html:
1478 * inspector/elements-panel-selection-on-refresh.html:
1479 * inspector/elements-panel-structure.html:
1480 * inspector/evaluate-in-frontend.html:
1481 * inspector/inspected-objects-not-overriden.html:
1482 * inspector/styles-iframe.html:
1483 * inspector/syntax-highlight-css.html:
1484 * inspector/syntax-highlight-javascript.html:
1485 * inspector/timeline-enum-stability.html:
1486 * inspector/timeline-event-dispatch.html:
1487 * inspector/timeline-layout.html:
1488 * inspector/timeline-mark-timeline.html:
1489 * inspector/timeline-network-resource.html:
1490 * inspector/timeline-paint.html:
1491 * inspector/timeline-parse-html.html:
1492 * inspector/timeline-recalculate-styles.html:
1493 * inspector/timeline-script-tag-1.html:
1494 * inspector/timeline-script-tag-2.html:
1495 * inspector/timeline-trivial.html:
1496 * platform/qt/Skipped:
1498 2010-02-11 Andras Becsi <abecsi@webkit.org>
1500 Rubber-stamped by Kenneth Rohde Christiansen.
1502 [Qt] Update expected results for the following tests after r54646 because of ImageData support.
1504 * platform/qt/fast/dom/Window/window-properties-expected.txt:
1505 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
1506 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
1507 * platform/qt/fast/js/global-constructors-expected.txt:
1509 2010-02-11 Kent Tamura <tkent@chromium.org>
1511 Reviewed by Darin Adler.
1513 Step attribute support for date&time types.
1514 https://bugs.webkit.org/show_bug.cgi?id=30847
1516 Add tests for ValidityState.stepMismatch, stepUp() and stepDown()
1517 for date, datetime, datetime-local, month, time, week types.
1518 Update valueAsDate and valueAsNumber tests for a string representation
1521 * fast/forms/ValidityState-stepMismatch-expected.txt: Added.
1522 * fast/forms/ValidityState-stepMismatch.html: Added.
1523 * fast/forms/input-stepup-stepdown-expected.txt: Added.
1524 * fast/forms/input-stepup-stepdown.html: Added.
1525 * fast/forms/input-valueasdate-datetime-expected.txt:
1526 * fast/forms/input-valueasdate-time-expected.txt:
1527 * fast/forms/input-valueasnumber-datetime-expected.txt:
1528 * fast/forms/input-valueasnumber-datetimelocal-expected.txt:
1529 * fast/forms/input-valueasnumber-time-expected.txt:
1530 * fast/forms/script-tests/ValidityState-stepMismatch.js: Added.
1531 * fast/forms/script-tests/input-stepup-stepdown.js: Added.
1532 * fast/forms/script-tests/input-valueasdate-datetime.js:
1533 * fast/forms/script-tests/input-valueasnumber-datetime.js:
1535 2010-02-10 Oliver Hunt <oliver@apple.com>
1537 Reviewed by Gavin Barraclough.
1539 postMessage does not send ImageData
1540 https://bugs.webkit.org/show_bug.cgi?id=34825
1542 Add test for postMessage passing ImageData
1544 Update a few other tests to cover the fact that ImageData's constructor
1545 is now available on the window object.
1547 * fast/dom/Window/window-postmessage-clone-expected.txt:
1548 * fast/dom/Window/window-postmessage-clone.html:
1549 * fast/dom/Window/window-properties-expected.txt:
1550 * fast/dom/Window/window-property-descriptors-expected.txt:
1551 * fast/dom/prototype-inheritance-2-expected.txt:
1552 * fast/dom/prototype-inheritance-expected.txt:
1553 * fast/js/global-constructors-expected.txt:
1555 2010-02-10 Beth Dakin <bdakin@apple.com>
1557 Reviewed by Simon Fraser and Darin Adler.
1559 Test for https://bugs.webkit.org/show_bug.cgi?id=34185 REGRESSION:
1560 Mask not invalidating
1562 * platform/mac/svg/custom/mask-invalidation-expected.checksum: Added.
1563 * platform/mac/svg/custom/mask-invalidation-expected.png: Added.
1564 * platform/mac/svg/custom/mask-invalidation-expected.txt: Added.
1565 * svg/custom/mask-invalidation.svg: Added.
1567 2010-02-10 Csaba Osztrogonác <ossy@webkit.org>
1569 Unreviewed. Roll out r54626, because it broke GTK and Win build.
1570 https://bugs.webkit.org/show_bug.cgi?id=32717
1572 * platform/mac/Skipped:
1573 * platform/mac/fast/frames/flattening: Removed.
1574 * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Removed.
1575 * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.txt: Removed.
1576 * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.txt: Removed.
1577 * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: Removed.
1578 * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Removed.
1580 2010-02-10 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
1582 Reviewed by Kenneth Rohde Christiansen.
1584 Support frameset flattening
1585 https://bugs.webkit.org/show_bug.cgi?id=32717
1587 Add expected results of the FrameSet Flattening tests.
1589 * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Added.
1590 * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.txt: Added.
1591 * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.txt: Added.
1592 * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: Added.
1593 * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Added.
1594 * platform/mac/Skipped:
1596 2010-02-10 Kenneth Russell <kbr@google.com>
1598 Reviewed by Oliver Hunt.
1600 Remove automatic viewport resizing
1601 https://bugs.webkit.org/show_bug.cgi?id=34766
1603 Removed automatic viewport resizing per conclusions on the WebGL
1604 mailing list. Added test verifying new behavior and updated a
1605 couple of previous tests failing after this change.
1607 * fast/canvas/webgl/gl-get-calls-expected.txt:
1608 * fast/canvas/webgl/gl-get-calls.html:
1609 * fast/canvas/webgl/texImage2DImageDataTest.html:
1610 * fast/canvas/webgl/viewport-unchanged-upon-resize-expected.txt: Added.
1611 * fast/canvas/webgl/viewport-unchanged-upon-resize.html: Added.
1613 2010-02-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1615 Reviewed by Xan Lopez.
1617 [GTK] Hits assertion on history back, with page cache enabled, in specific conditions
1618 https://bugs.webkit.org/show_bug.cgi?id=34773
1620 * fast/frames/frame-crash-with-page-cache.html: Added.
1621 * fast/frames/resources/cached-page-1.html: Added.
1622 * fast/frames/resources/cached-page-2.html: Added.
1623 * fast/frames/resources/cached-page-3.html: Added.
1624 * fast/frames/resources/cached-page-iframe.html: Added.
1626 2010-02-09 Alexey Proskuryakov <ap@apple.com>
1628 Reviewed by Geoffrey Garen.
1630 https://bugs.webkit.org/show_bug.cgi?id=34490
1631 WebCore::ImageEventSender::dispatchPendingEvents() crashes in certain conditions
1633 * fast/images/destroyed-image-load-event-expected.txt: Added.
1634 * fast/images/destroyed-image-load-event.html: Added.
1636 2010-02-08 Jon Honeycutt <jhoneycutt@apple.com>
1638 <rdar://problem/7436875> Crash in Flash when visiting
1639 http://www.cctv.com/default.shtml (WER ID 819298200) [watson 2502260]
1641 Reviewed by Darin Adler.
1643 * platform/win/plugins/plugin-delayed-destroy-expected.txt: Added.
1644 * platform/win/plugins/plugin-delayed-destroy.html: Added.
1646 2010-02-10 Diego Gonzalez <diego.gonzalez@openbossa.org>
1648 Reviewed by Kenneth Rohde Christiansen.
1650 Implement pageNumberForElementById() method in Qt DRT LayoutTestController,
1651 to make Qt DRT able to get page number.
1654 printing/page-break-always.html
1655 printing/pageNumerForElementById.html
1656 printing/css2.1/page-break-before-000.html
1657 printing/css2.1/page-break-after-000.html
1658 printing/css2.1/page-break-after-004.html
1659 printing/css2.1/page-break-before-001.html
1660 printing/css2.1/page-break-after-001.html
1661 printing/css2.1/page-break-after-002.html
1662 printing/css2.1/page-break-before-002.html
1663 printing/css2.1/page-break-inside-000.html
1665 [Qt] Make possible Qt DRT get a page number for element by ID
1666 https://bugs.webkit.org/show_bug.cgi?id=34777
1668 * platform/qt/Skipped:
1670 2010-02-10 Jeremy Orlow <jorlow@chromium.org>
1672 Revert 54599 because it breaks a lot of tests on Windows Chrome
1674 * inspector/elements-panel-limited-children-expected.txt: Removed.
1675 * inspector/elements-panel-limited-children.html: Removed.
1676 * platform/qt/Skipped:
1678 2010-02-10 Nate Chapin <japhet@chromium.org>
1680 Reviewed by Adam Barth.
1682 Add test to ensure that a call to history.forward() at the top of
1683 a page doesn't prevent the page from loading when there is no
1686 https://bugs.webkit.org/show_bug.cgi?id=34722
1688 * fast/history/forward-during-load-expected.txt: Added.
1689 * fast/history/forward-during-load.html: Added.
1691 2010-02-10 Alexander Pavlov <apavlov@chromium.org>
1693 Reviewed by Pavel Feldman.
1695 Web Inspector: Elements Panel: Limit the number of initially loaded element children
1696 https://bugs.webkit.org/show_bug.cgi?id=34421
1698 * inspector/elements-panel-limited-children-expected.txt: Added.
1699 * inspector/elements-panel-limited-children.html: Added.
1700 * platform/qt/Skipped:
1702 2010-02-10 Adam Barth <abarth@webkit.org>
1704 Reviewed by Darin Adler.
1706 Freeze sandbox attributes on creation
1707 https://bugs.webkit.org/show_bug.cgi?id=34184
1709 Test that allow-forms is frozen on document creation.
1711 * fast/frames/resources/sandboxed-iframe-form-dynamic-allowed.html: Added.
1712 * fast/frames/resources/sandboxed-iframe-form-dynamic-disallowed.html: Added.
1713 * fast/frames/sandboxed-iframe-forms-dynamic-expected.txt: Added.
1714 * fast/frames/sandboxed-iframe-forms-dynamic.html: Added.
1716 2010-02-09 Csaba Osztrogonác <ossy@webkit.org>
1718 [Qt] Unreviewed. Roll-out r54543, because layout tests crash in debug mode.
1719 https://bugs.webkit.org/show_bug.cgi?id=34713
1721 * platform/qt/Skipped:
1723 2010-02-09 Csaba Osztrogonác <ossy@webkit.org>
1725 [Qt] Unreviewed trivial fix.
1727 platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt updated
1728 by r54560. Qt platform specific expected file should be updated too.
1730 * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt: Updated.
1732 2010-02-09 Csaba Osztrogonác <ossy@webkit.org>
1734 [Qt] fast/events/multiline-link-arrow-navigation.html introduced in r54566, but our
1735 LayoutTestController::overridePreference() does not support the 'WebKitEnableCaretBrowsing' preference now.
1737 * platform/qt/Skipped: fast/events/multiline-link-arrow-navigation.html skipped.
1739 2010-02-09 Csaba Osztrogonác <ossy@webkit.org>
1741 Rubber-stamped by Kenneth Rohde Christiansen.
1743 [Qt] window.showModalDialog implemented by r54550. Some tests pass now, so expected files updated.
1744 (We need some new platform specific expected file, because this feature works only on Qt port now.)
1745 https://bugs.webkit.org/show_bug.cgi?id=25585
1747 * platform/qt/fast/dom/Window/window-function-frame-getter-precedence-expected.txt: Copied from LayoutTests/fast/dom/Window/window-function-frame-getter-precedence-expected.txt.
1748 * platform/qt/fast/dom/Window/window-function-name-getter-precedence-expected.txt: Copied from LayoutTests/fast/dom/Window/window-function-name-getter-precedence-expected.txt.
1749 * platform/qt/fast/dom/Window/window-lookup-precedence-expected.txt: Copied from LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt.
1750 * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated.
1751 * platform/qt/fast/dom/prototype-inheritance-expected.txt: Updated.
1752 * platform/qt/http/tests/security/cross-frame-access-call-expected.txt: Copied from LayoutTests/http/tests/security/cross-frame-access-call-expected.txt.
1753 - cross-frame-access-call-expected.txt might be a false expected file, it needs more investigation.
1754 * platform/qt/http/tests/security/cross-frame-access-get-expected.txt: Copied from LayoutTests/http/tests/security/cross-frame-access-get-expected.txt.
1756 2010-02-09 Dan Bernstein <mitz@apple.com>
1758 Reviewed by Anders Carlsson.
1760 <rdar://problem/7400160> Netscape plug-ins are not instantiated on property access if there are pending stylesheets
1761 https://bugs.webkit.org/show_bug.cgi?id=34776
1763 * plugins/instance-available-before-stylesheets-loaded-expected.txt: Added.
1764 * plugins/instance-available-before-stylesheets-loaded-object-expected.txt: Added.
1765 * plugins/instance-available-before-stylesheets-loaded-object.html: Added.
1766 * plugins/instance-available-before-stylesheets-loaded.html: Added.
1768 2010-02-09 Alejandro G. Castro <alex@igalia.com>
1770 Reviewed by Darin Adler.
1772 Problems navigating by caret in links whose text wraps onto
1774 https://bugs.webkit.org/show_bug.cgi?id=25676
1776 Added tests showing the problem.
1778 * fast/events/multiline-link-arrow-navigation.html
1779 * fast/events/multiline-link-arrow-navigation-expected.txt
1781 2010-02-09 Dirk Schulze <krit@webkit.org>
1783 Reviewed by Nikolas Zimmermann.
1785 SVG patterns with some scale patternTransform are not displayed correctly for small elements
1786 https://bugs.webkit.org/show_bug.cgi?id=25484
1788 The old DRT results gave back a pattern size of 1x1. That was not very useful.
1789 The new reuslts are much more useful.
1791 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
1792 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
1793 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
1794 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
1795 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
1796 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
1797 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
1798 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
1799 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
1800 * platform/mac/svg/custom/js-update-pattern-child-expected.txt:
1801 * platform/mac/svg/custom/js-update-pattern-expected.txt:
1802 * platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
1803 * platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
1804 * platform/mac/svg/custom/pattern-excessive-malloc-expected.checksum: Added.
1805 * platform/mac/svg/custom/pattern-excessive-malloc-expected.png: Added.
1806 * platform/mac/svg/custom/pattern-excessive-malloc-expected.txt: Added.
1807 * platform/mac/svg/custom/pattern-in-defs-expected.txt:
1808 * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.checksum: Added.
1809 * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.png: Added.
1810 * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.txt: Added.
1811 * platform/mac/svg/custom/pattern-skew-transformed-expected.checksum: Added.
1812 * platform/mac/svg/custom/pattern-skew-transformed-expected.png: Added.
1813 * platform/mac/svg/custom/pattern-skew-transformed-expected.txt: Added.
1814 * platform/mac/svg/custom/pattern-with-transformation-expected.txt:
1815 * platform/mac/svg/custom/pattern-y-offset-expected.txt:
1816 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1817 * platform/mac/svg/custom/stroked-pattern-expected.txt:
1818 * platform/mac/svg/custom/transformedMaskFails-expected.png:
1819 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
1820 * svg/custom/pattern-excessive-malloc.svg: Added.
1821 * svg/custom/pattern-size-bigger-than-target-size.svg: Added.
1822 * svg/custom/pattern-skew-transformed.svg: Added.
1824 2010-02-09 Dirk Schulze <krit@webkit.org>
1826 Reviewed by Nikolas Zimmermann.
1828 Update Qt specific DRT result after AffineTransform patch.
1830 * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt:
1832 2010-02-09 MORITA Hajime <morrita@gmail.com>
1834 Reviewed by Nikolas Zimmermann.
1836 SVG selection text foreground colour does not respect user settings
1837 https://bugs.webkit.org/show_bug.cgi?id=15997
1839 Add two subphases SVGTextPaintSubphaseGlyphFillSelection and
1840 SVGTextPaintSubphaseGlyphStrokeSelection for painting SVG text
1841 selection. texts are painted with style from getCachedPseudoStyle() instead of style().
1843 * platform/mac/svg/text/selection-styles-expected.checksum: Added.
1844 * platform/mac/svg/text/selection-styles-expected.png: Added.
1845 * platform/mac/svg/text/selection-styles-expected.txt: Added.
1846 * platform/mac/svg/text/text-deco-01-b-expected.checksum: Updated pixel tests to account for marginal painting differences.
1847 * platform/mac/svg/text/text-deco-01-b-expected.png: Ditto.
1848 * platform/mac/svg/text/text-path-01-b-expected.checksum: Dito.
1849 * platform/mac/svg/text/text-path-01-b-expected.png: Ditto.
1850 * platform/mac/svg/text/text-text-03-b-expected.checksum: Ditto.
1851 * platform/mac/svg/text/text-text-03-b-expected.png: Ditto.
1852 * svg/text/selection-styles.xhtml: Added.
1854 2010-02-09 Nikolas Zimmermann <nzimmermann@rim.com>
1856 Reviewed by Dirk Schulze.
1858 No scroll bars are displayed for standalone SVG image
1859 https://bugs.webkit.org/show_bug.cgi?id=11225
1861 Height and width defined for svg element are not honored
1862 https://bugs.webkit.org/show_bug.cgi?id=24033
1864 SVG file does not pan and has no scroll bars
1865 https://bugs.webkit.org/show_bug.cgi?id=24448
1867 Modify some tests to account that overflow is now properly handled. Add new results for several overflow tests.
1869 * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
1870 * platform/mac/svg/custom/focus-ring-expected.txt:
1871 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
1872 * platform/mac/svg/custom/path-bad-data-expected.txt:
1873 * platform/mac/svg/overflow: Added.
1874 * platform/mac/svg/overflow/overflow-on-inner-svg-element-defaults-expected.checksum: Added.
1875 * platform/mac/svg/overflow/overflow-on-inner-svg-element-defaults-expected.png: Added.
1876 * platform/mac/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt: Added.
1877 * platform/mac/svg/overflow/overflow-on-inner-svg-element-expected.checksum: Added.
1878 * platform/mac/svg/overflow/overflow-on-inner-svg-element-expected.png: Added.
1879 * platform/mac/svg/overflow/overflow-on-inner-svg-element-expected.txt: Added.
1880 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.checksum: Added.
1881 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: Added.
1882 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt: Added.
1883 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.checksum: Added.
1884 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: Added.
1885 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt: Added.
1886 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.checksum: Added.
1887 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: Added.
1888 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt: Added.
1889 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.checksum: Added.
1890 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: Added.
1891 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt: Added.
1892 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.checksum: Added.
1893 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.png: Added.
1894 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt: Added.
1895 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.checksum: Added.
1896 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: Added.
1897 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt: Added.
1898 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.checksum: Added.
1899 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.png: Added.
1900 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt: Added.
1901 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.checksum: Added.
1902 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.png: Added.
1903 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt: Added.
1904 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.checksum: Added.
1905 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.png: Added.
1906 * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt: Added.
1907 * platform/mac/svg/text/text-gradient-positioning-expected.checksum:
1908 * platform/mac/svg/text/text-gradient-positioning-expected.png:
1909 * platform/mac/svg/text/text-gradient-positioning-expected.txt:
1910 * svg/custom/focus-ring.svg: Shrink viewport size to avoid displaying scrollbars.
1911 * svg/custom/foreignObject-crash-on-hover.xml: Ditto.
1912 * svg/custom/path-bad-data.svg: Ditto.
1913 * svg/overflow: Added.
1914 * svg/overflow/overflow-on-inner-svg-element-defaults.svg: Added.
1915 * svg/overflow/overflow-on-inner-svg-element.svg: Added.
1916 * svg/overflow/overflow-on-outermost-svg-element-defaults.svg: Added.
1917 * svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1.svg: Added.
1918 * svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2.svg: Added.
1919 * svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3.svg: Added.
1920 * svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto.xhtml: Added.
1921 * svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults.xhtml: Added.
1922 * svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden.xhtml: Added.
1923 * svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll.xhtml: Added.
1924 * svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible.xhtml: Added.
1925 * svg/text/text-gradient-positioning.svg: Shrink viewport size to avoid displaying scrollbars.
1927 2010-02-09 Yuzo Fujishima <yuzo@google.com>
1931 Fix build brekage introduced by r54536.
1933 Add the following two to Skipped:
1934 fast/css/inline-element-line-break.html and
1935 fast/css/pseudo-element-line-break.html
1937 * platform/gtk/Skipped:
1939 2010-02-09 Chang Shu <Chang.Shu@nokia.com>
1941 Reviewed by Laszlo Gombos.
1943 [Qt] Enable http/tests/appcache but skip the failed cases.
1944 https://bugs.webkit.org/show_bug.cgi?id=34713
1946 * platform/qt/Skipped:
1948 2010-02-09 Eric Seidel <eric@webkit.org>
1950 Reviewed by Shinichiro Hamaji.
1952 storage/database-lock-after-reload.html is flakey
1953 https://bugs.webkit.org/show_bug.cgi?id=29154
1955 * platform/mac/Skipped: Skip for now to keep the bots green until someone can take a look.
1957 2010-02-09 Shinichiro Hamaji <hamaji@chromium.org>
1959 Reviewed by Darin Adler.
1961 Add modified version of CSS2.1 test suite for paged media
1962 https://bugs.webkit.org/show_bug.cgi?id=34695
1964 Note that page-break-inside-000 is failing now.
1966 * platform/qt/Skipped:
1967 * platform/win/Skipped:
1968 * printing/css2.1/README.txt: Added.
1969 * printing/css2.1/page-break-after-000-expected.txt: Added.
1970 * printing/css2.1/page-break-after-000.html: Added.
1971 * printing/css2.1/page-break-after-001-expected.txt: Added.
1972 * printing/css2.1/page-break-after-001.html: Added.
1973 * printing/css2.1/page-break-after-002-expected.txt: Added.
1974 * printing/css2.1/page-break-after-002.html: Added.
1975 * printing/css2.1/page-break-after-004-expected.txt: Added.
1976 * printing/css2.1/page-break-after-004.html: Added.
1977 * printing/css2.1/page-break-before-000-expected.txt: Added.
1978 * printing/css2.1/page-break-before-000.html: Added.
1979 * printing/css2.1/page-break-before-001-expected.txt: Added.
1980 * printing/css2.1/page-break-before-001.html: Added.
1981 * printing/css2.1/page-break-before-002-expected.txt: Added.
1982 * printing/css2.1/page-break-before-002.html: Added.
1983 * printing/css2.1/page-break-inside-000-expected.txt: Added.
1984 * printing/css2.1/page-break-inside-000.html: Added.
1985 * printing/resources/paged-media-test-utils.js: Added.
1986 (pageNumberShouldBe):
1988 2010-02-07 Yuzo Fujishima <yuzo@google.com>
1990 Reviewed by Dan Bernstein.
1992 Fix the following bugs:
1993 https://bugs.webkit.org/show_bug.cgi?id=18926 - dt:after generate a line break. Boost documentation page renders poorly
1994 https://bugs.webkit.org/show_bug.cgi?id=7276 - Most W3C padding related tests fail
1996 css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.html and css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.html have been rebaselined
1997 because the original expected values are incorrect, judging from the test description and how IE 8.0, Firefox 3.6, and Opera 10.10 render the pages.
1998 fast/dom/clone-node-dynamic-style-expected.html have been also rebaselined because the original expected values assumes a line break.
1999 Expected values under platform/qt need not be updated because the tests are in the Skipped file for the platform.
2001 * fast/css/inline-element-line-break.html: Added.
2002 * fast/css/pseudo-element-line-break.html: Added.
2003 * platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.checksum:
2004 * platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png:
2005 * platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt:
2006 * platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.checksum:
2007 * platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png:
2008 * platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt:
2009 * platform/mac/fast/css/inline-element-line-break-expected.checksum: Added.
2010 * platform/mac/fast/css/inline-element-line-break-expected.png: Added.
2011 * platform/mac/fast/css/inline-element-line-break-expected.txt: Added.
2012 * platform/mac/fast/css/pseudo-element-line-break-expected.checksum: Added.
2013 * platform/mac/fast/css/pseudo-element-line-break-expected.png: Added.
2014 * platform/mac/fast/css/pseudo-element-line-break-expected.txt: Added.
2015 * platform/mac/fast/dom/clone-node-dynamic-style-expected.checksum:
2016 * platform/mac/fast/dom/clone-node-dynamic-style-expected.png:
2017 * platform/mac/fast/dom/clone-node-dynamic-style-expected.txt:
2019 2010-02-09 Avi Drissman <avi@chromium.org>
2021 Reviewed by David Levin.
2023 Chromium Mac: Control-A shouldn't select all/Control-C shouldn't copy
2024 https://bugs.webkit.org/show_bug.cgi?id=34615
2026 * fast/events/attempt-select-all-with-wrong-modifier-expected.txt: Added.
2027 * fast/events/attempt-select-all-with-wrong-modifier.html: Added.
2029 2010-02-09 Shinichiro Hamaji <hamaji@chromium.org>
2031 Reviewed by Darin Adler.
2033 Provide a way to get total number of pages to be printed
2034 https://bugs.webkit.org/show_bug.cgi?id=34699
2036 * platform/gtk/Skipped:
2037 * platform/qt/Skipped:
2038 * platform/win/Skipped:
2039 * printing/numberOfPages-expected.txt: Added.
2040 * printing/numberOfPages.html: Added.
2041 * printing/script-tests/numberOfPages.js: Added.
2044 2010-02-09 Zoltan Herczeg <zherczeg@inf.u-szeged.hu>
2046 Reviewed by Oliver Hunt.
2048 Add numerous parse-only tests.
2049 https://bugs.webkit.org/show_bug.cgi?id=34019
2051 The input file contains a lot of strings, and tests whether they are
2052 valid JavaScript code snippets or contains various syntax errors.
2053 No semantic checks: even if a tests throws an exception, which is not
2054 syntax error, it is considered successfull.
2056 * fast/js/parser-syntax-check-expected.txt: Added.
2057 * fast/js/parser-syntax-check.html: Added.
2058 * fast/js/script-tests/parser-syntax-check.js: Added.
2063 2010-02-08 Shinichiro Hamaji <hamaji@chromium.org>
2065 Unreviewed GTK+ test fix.
2067 Web site is stuck loading forever
2068 https://bugs.webkit.org/show_bug.cgi?id=31227
2070 It seems the following bug is addressing this issue.
2071 [GTK] Needs proper reporting of frame loader callbacks, in DRT
2072 https://bugs.webkit.org/show_bug.cgi?id=32170
2074 * platform/gtk/Skipped:
2076 2010-02-08 Hayato Ito <hayato@chromium.org>
2078 Reviewed by Darin Adler.
2080 Schedule a loading request when there are many in-flight requests beyond
2081 the limit to avoid forever page loading.
2083 https://bugs.webkit.org/show_bug.cgi?id=31227
2085 * http/tests/loading/load-javascript-after-many-xhrs-expected.txt: Added.
2086 * http/tests/loading/load-javascript-after-many-xhrs.html: Added.
2087 * http/tests/loading/resources/zero-length.js: Added.
2088 * http/tests/loading/resources/zero-length.txt: Added.
2090 2010-02-08 Darin Adler <darin@apple.com>
2092 Reviewed by Dan Bernstein.
2094 Crash due to layout not done in case involving removal of absolute positioning
2095 https://bugs.webkit.org/show_bug.cgi?id=34734
2096 rdar://problem/7588280
2098 * fast/dynamic/position-change-layout-expected.txt: Added.
2099 * fast/dynamic/position-change-layout.html: Added.
2101 2010-02-08 Alexey Proskuryakov <ap@apple.com>
2103 Reviewed by Darin Adler.
2105 https://bugs.webkit.org/show_bug.cgi?id=34727
2106 Assertion crashes and freezes when plug-in property access results in an exception
2108 * plugins/netscape-plugin-property-access-exception-expected.txt: Added.
2109 * plugins/netscape-plugin-property-access-exception.html: Added.
2110 The test expectations are a compromise between common sense and Firefox behavior.
2112 * platform/mac-snowleopard/Skipped: In OOP case, this test needs newer Safari.
2114 2010-02-08 Alexey Proskuryakov <ap@apple.com>
2116 Put the test back on skipped list - it needs a newer version of Safari to pass.
2118 * platform/mac-snowleopard/Skipped:
2120 2010-02-08 Alexey Proskuryakov <ap@apple.com>
2122 Reviewed by Anders Carlsson.
2124 <rdar://problem/6530010> OOP: Support NPN_SetException
2126 * platform/mac-snowleopard/Skipped: Unskipped plugins/netscape-throw-exception.html.
2128 2010-02-08 Dirk Schulze <krit@webkit.org>
2130 Reviewed by Nikolas Zimmermann.
2132 Add back an AffineTransform class for use by SVG
2133 https://bugs.webkit.org/show_bug.cgi?id=33750
2135 Some negative zero problems fixed, but new one were added on other places. A seperate
2136 patch should fix it all at once.
2137 use-on-disallowed-foreign-object-3 and 4 had wrong results. The old SVG code
2138 with TransformationMatrix used translateRight, that was wrong at this place and is
2141 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
2142 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
2143 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
2144 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
2145 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
2146 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
2147 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
2148 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
2149 * svg/dom/SVGMatrix-interface-expected.txt:
2150 * svg/dom/SVGMatrix-interface.xhtml:
2152 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com>
2154 Not reviewed. Fix last problematic SVG testcase, update coords-trans-01-b.svg win results, marking the end of the baseline regeneration for all platforms.
2156 * platform/win/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
2158 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com>
2160 Not reviewed. Should turn Qt slave green again, all platform specific results updated.
2162 * platform/qt/svg/filters/subRegion-one-effect-expected.txt:
2163 * platform/qt/svg/filters/subRegion-two-effects-expected.txt:
2164 * platform/qt/svg/text/selection-background-color-expected.txt:
2166 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com>
2168 Not reviewed. Hopefully the last set of updates for Gtk/Qt/Win/Mac.
2170 * platform/gtk/svg/custom/text-zoom-expected.txt:
2171 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
2172 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
2173 * platform/qt/svg/filters/feComposite-expected.txt:
2174 * platform/qt/svg/filters/feGaussianBlur-expected.txt:
2175 * platform/qt/svg/filters/feMerge-expected.txt:
2176 * platform/qt/svg/filters/feMerge-wrong-input-expected.txt:
2177 * platform/qt/svg/filters/feOffset-expected.txt:
2178 * platform/qt/svg/filters/feTile-expected.txt:
2179 * platform/qt/svg/filters/filter-source-position-expected.txt:
2180 * platform/qt/svg/filters/shadow-on-filter-expected.txt:
2181 * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt:
2182 * platform/qt/svg/filters/sourceAlpha-expected.txt:
2183 * platform/qt/svg/filters/subRegion-in-userSpace-expected.txt:
2184 * platform/win/svg/custom/inline-svg-in-xhtml-expected.txt:
2185 * platform/win/svg/hixie/mixed/003-expected.txt:
2187 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com>
2189 Not reviewed. Attempt to fix all mac/win bots (expect for leopard which already passes)
2191 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
2192 * platform/mac/svg/custom/junk-data-expected.txt:
2193 * platform/mac/svg/custom/missing-xlink-expected.txt:
2194 * platform/mac/svg/hixie/error/012-expected.txt:
2195 * platform/mac/svg/text/text-intro-05-t-expected.txt:
2197 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com>
2199 Not reviewed. Next set of Qt DRT result updates.
2201 * platform/qt/svg/custom/js-update-image-and-display-expected.txt:
2202 * platform/qt/svg/custom/js-update-image-and-display3-expected.txt:
2203 * platform/qt/svg/custom/marker-opacity-expected.txt:
2204 * platform/qt/svg/custom/marker-referencePoint-expected.txt:
2205 * platform/qt/svg/custom/marker-strokeWidth-changes-expected.txt:
2206 * platform/qt/svg/custom/mask-with-default-value-expected.txt:
2207 * platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
2208 * platform/qt/svg/custom/relative-sized-shadow-tree-content-expected.txt:
2209 * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.txt:
2210 * platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt:
2211 * platform/qt/svg/custom/transformedMaskFails-expected.txt:
2212 * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt:
2214 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com>
2216 Not reviewed. Update mac-tiger specific SVG results.
2218 * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
2219 * platform/mac-tiger/svg/hixie/text/003-expected.txt:
2220 * platform/mac-tiger/svg/hixie/text/003a-expected.txt:
2221 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
2222 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
2224 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com>
2226 Not reviewed. Fixing first set of platform specific SVG results for the Qt port.
2227 Unfortunately the bots exit after 20 test failures, so I can't fix the whole set of expected txt files in one go :(
2229 * platform/qt/svg/css/arrow-with-shadow-expected.txt:
2230 * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt:
2231 * platform/qt/svg/css/clippath-with-shadow-expected.txt:
2232 * platform/qt/svg/css/mask-with-shadow-expected.txt:
2233 * platform/qt/svg/css/path-with-shadow-expected.txt:
2234 * platform/qt/svg/css/shadow-and-opacity-expected.txt: Added.
2235 * platform/qt/svg/css/shadow-with-large-radius-expected.txt: Added.
2236 * platform/qt/svg/css/shadow-with-negative-offset-expected.txt: Added.
2237 * platform/qt/svg/css/stars-with-shadow-expected.txt:
2238 * platform/qt/svg/custom/createImageElement-expected.txt:
2239 * platform/qt/svg/custom/createImageElement2-expected.txt:
2240 * platform/qt/svg/custom/empty-mask-expected.txt:
2241 * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt: Added.
2242 * platform/qt/svg/custom/js-update-image-and-display2-expected.txt:
2244 2010-02-08 Nikolas Zimmermann <nzimmermann@rim.com>
2246 Reviewed by Dirk Schulze.
2248 All SVG *-expected.txt files contain wrong results
2249 https://bugs.webkit.org/show_bug.cgi?id=34703
2251 Regenerate SVG render tree results after fixing SVGRenderTreeAsText to dump absoluteClippedOverflowRect().
2252 Finally meaningful results are available and any repaint rect changes will be noticed, w/o pixel tests!
2254 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
2255 * platform/mac-leopard/svg/custom/junk-data-expected.txt:
2256 * platform/mac-leopard/svg/custom/missing-xlink-expected.txt:
2257 * platform/mac-leopard/svg/hixie/error/012-expected.txt:
2258 * platform/mac-leopard/svg/text/text-intro-05-t-expected.txt:
2259 * platform/mac/fast/repaint/moving-shadow-on-container-expected.checksum:
2260 * platform/mac/fast/repaint/moving-shadow-on-container-expected.png:
2261 * platform/mac/fast/repaint/moving-shadow-on-container-expected.txt:
2262 * platform/mac/fast/repaint/moving-shadow-on-path-expected.checksum:
2263 * platform/mac/fast/repaint/moving-shadow-on-path-expected.png:
2264 * platform/mac/fast/repaint/moving-shadow-on-path-expected.txt:
2265 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
2266 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
2267 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
2268 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
2269 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
2270 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
2271 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
2272 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
2273 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
2274 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
2275 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
2276 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
2277 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
2278 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
2279 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
2280 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
2281 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
2282 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
2283 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
2284 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
2285 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
2286 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
2287 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
2288 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
2289 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
2290 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
2291 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
2292 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
2293 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
2294 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
2295 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
2296 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
2297 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
2298 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
2299 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
2300 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
2301 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
2302 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
2303 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
2304 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
2305 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
2306 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
2307 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
2308 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
2309 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
2310 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
2311 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
2312 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
2313 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
2314 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
2315 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
2316 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
2317 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
2318 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
2319 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
2320 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
2321 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
2322 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
2323 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
2324 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2325 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
2326 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
2327 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
2328 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
2329 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
2330 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
2331 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
2332 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
2333 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
2334 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
2335 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
2336 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
2337 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
2338 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2339 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
2340 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
2341 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2342 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2343 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2344 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2345 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2346 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2347 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2348 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2349 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2350 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
2351 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2352 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2353 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2354 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2355 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2356 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2357 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2358 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2359 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
2360 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
2361 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
2362 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
2363 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
2364 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
2365 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
2366 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
2367 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
2368 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
2369 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
2370 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
2371 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
2372 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
2373 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
2374 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
2375 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
2376 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
2377 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
2378 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
2379 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
2380 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
2381 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
2382 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
2383 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
2384 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
2385 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
2386 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
2387 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
2388 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
2389 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
2390 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
2391 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
2392 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
2393 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
2394 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
2395 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
2396 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
2397 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
2398 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
2399 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
2400 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
2401 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2402 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
2403 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
2404 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
2405 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
2406 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
2407 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
2408 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
2409 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
2410 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
2411 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
2412 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
2413 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
2414 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
2415 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
2416 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
2417 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
2418 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
2419 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
2420 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
2421 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
2422 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
2423 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
2424 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
2425 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
2426 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
2427 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
2428 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
2429 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
2430 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
2431 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
2432 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
2433 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
2434 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
2435 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
2436 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
2437 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
2438 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
2439 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
2440 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
2441 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
2442 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
2443 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
2444 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
2445 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
2446 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
2447 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
2448 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
2449 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
2450 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
2451 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
2452 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
2453 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2454 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2455 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
2456 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
2457 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
2458 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
2459 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
2460 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
2461 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
2462 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
2463 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
2464 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
2465 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
2466 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
2467 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
2468 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
2469 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
2470 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
2471 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
2472 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
2473 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2474 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2475 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2476 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2477 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2478 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2479 * platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt:
2480 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
2481 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
2482 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
2483 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
2484 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
2485 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
2486 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
2487 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
2488 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
2489 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2490 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
2491 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
2492 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
2493 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
2494 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
2495 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
2496 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
2497 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
2498 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
2499 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
2500 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
2501 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
2502 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
2503 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
2504 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
2505 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
2506 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
2507 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
2508 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
2509 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
2510 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
2511 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
2512 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
2513 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
2514 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
2515 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
2516 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
2517 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
2518 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
2519 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
2520 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2521 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
2522 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
2523 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
2524 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
2525 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
2526 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
2527 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
2528 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
2529 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
2530 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
2531 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
2532 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
2533 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
2534 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
2535 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
2536 * platform/mac/svg/batik/filters/feTile-expected.txt:
2537 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
2538 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
2539 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
2540 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
2541 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
2542 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
2543 * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
2544 * platform/mac/svg/batik/text/textAnchor-expected.txt:
2545 * platform/mac/svg/batik/text/textAnchor2-expected.txt:
2546 * platform/mac/svg/batik/text/textAnchor3-expected.txt:
2547 * platform/mac/svg/batik/text/textDecoration2-expected.txt:
2548 * platform/mac/svg/batik/text/textEffect-expected.checksum:
2549 * platform/mac/svg/batik/text/textEffect-expected.png:
2550 * platform/mac/svg/batik/text/textEffect-expected.txt:
2551 * platform/mac/svg/batik/text/textEffect2-expected.txt:
2552 * platform/mac/svg/batik/text/textEffect3-expected.checksum:
2553 * platform/mac/svg/batik/text/textEffect3-expected.png:
2554 * platform/mac/svg/batik/text/textEffect3-expected.txt:
2555 * platform/mac/svg/batik/text/textFeatures-expected.txt:
2556 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2557 * platform/mac/svg/batik/text/textLayout-expected.txt:
2558 * platform/mac/svg/batik/text/textLayout2-expected.txt:
2559 * platform/mac/svg/batik/text/textLength-expected.txt:
2560 * platform/mac/svg/batik/text/textOnPath-expected.txt:
2561 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
2562 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
2563 * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
2564 * platform/mac/svg/batik/text/textPCDATA-expected.txt:
2565 * platform/mac/svg/batik/text/textPosition-expected.txt:
2566 * platform/mac/svg/batik/text/textPosition2-expected.txt:
2567 * platform/mac/svg/batik/text/textProperties-expected.txt:
2568 * platform/mac/svg/batik/text/textProperties2-expected.txt:
2569 * platform/mac/svg/batik/text/textStyles-expected.txt:
2570 * platform/mac/svg/batik/text/verticalText-expected.txt:
2571 * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
2572 * platform/mac/svg/batik/text/xmlSpace-expected.txt:
2573 * platform/mac/svg/carto.net/button-expected.txt:
2574 * platform/mac/svg/carto.net/colourpicker-expected.txt:
2575 * platform/mac/svg/carto.net/combobox-expected.txt:
2576 * platform/mac/svg/carto.net/scrollbar-expected.txt:
2577 * platform/mac/svg/carto.net/selectionlist-expected.txt:
2578 * platform/mac/svg/carto.net/slider-expected.txt:
2579 * platform/mac/svg/carto.net/tabgroup-expected.txt:
2580 * platform/mac/svg/carto.net/textbox-expected.txt:
2581 * platform/mac/svg/carto.net/window-expected.txt:
2582 * platform/mac/svg/css/arrow-with-shadow-expected.png:
2583 * platform/mac/svg/css/arrow-with-shadow-expected.txt:
2584 * platform/mac/svg/css/circle-in-mask-with-shadow-expected.txt:
2585 * platform/mac/svg/css/clippath-with-shadow-expected.png:
2586 * platform/mac/svg/css/clippath-with-shadow-expected.txt:
2587 * platform/mac/svg/css/composite-shadow-example-expected.txt:
2588 * platform/mac/svg/css/composite-shadow-with-opacity-expected.txt:
2589 * platform/mac/svg/css/group-with-shadow-expected.txt:
2590 * platform/mac/svg/css/mask-with-shadow-expected.txt:
2591 * platform/mac/svg/css/path-with-shadow-expected.png:
2592 * platform/mac/svg/css/path-with-shadow-expected.txt:
2593 * platform/mac/svg/css/shadow-and-opacity-expected.png:
2594 * platform/mac/svg/css/shadow-and-opacity-expected.txt:
2595 * platform/mac/svg/css/shadow-with-large-radius-expected.png:
2596 * platform/mac/svg/css/shadow-with-large-radius-expected.txt:
2597 * platform/mac/svg/css/shadow-with-negative-offset-expected.png:
2598 * platform/mac/svg/css/shadow-with-negative-offset-expected.txt:
2599 * platform/mac/svg/css/stars-with-shadow-expected.png:
2600 * platform/mac/svg/css/stars-with-shadow-expected.txt:
2601 * platform/mac/svg/custom/SVGMatrix-interface-expected.txt:
2602 * platform/mac/svg/custom/SVGNumber-interface-expected.txt:
2603 * platform/mac/svg/custom/SVGPoint-interface-expected.txt:
2604 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt:
2605 * platform/mac/svg/custom/SVGRect-interface-expected.txt:
2606 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
2607 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
2608 * platform/mac/svg/custom/altglyph-expected.txt:
2609 * platform/mac/svg/custom/animate-path-discrete-expected.txt:
2610 * platform/mac/svg/custom/animate-path-morphing-expected.txt:
2611 * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
2612 * platform/mac/svg/custom/circle-move-invalidation-expected.txt:
2613 * platform/mac/svg/custom/circular-marker-reference-1-expected.txt:
2614 * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
2615 * platform/mac/svg/custom/circular-marker-reference-3-expected.txt:
2616 * platform/mac/svg/custom/circular-marker-reference-4-expected.txt:
2617 * platform/mac/svg/custom/class-baseValue-expected.txt:
2618 * platform/mac/svg/custom/class-selector-expected.txt:
2619 * platform/mac/svg/custom/clip-path-child-changes-expected.txt:
2620 * platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
2621 * platform/mac/svg/custom/clip-path-href-changes-expected.txt:
2622 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
2623 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
2624 * platform/mac/svg/custom/clip-path-units-changes-expected.txt:
2625 * platform/mac/svg/custom/clip-path-with-transform-expected.txt:
2626 * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt:
2627 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
2628 * platform/mac/svg/custom/control-points-for-S-and-T-expected.txt:
2629 * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
2630 * platform/mac/svg/custom/create-metadata-element-expected.txt:
2631 * platform/mac/svg/custom/createImageElement-expected.txt:
2632 * platform/mac/svg/custom/createImageElement2-expected.txt:
2633 * platform/mac/svg/custom/createelement-expected.txt:
2634 * platform/mac/svg/custom/css-pixels-dpi-expected.txt:
2635 * platform/mac/svg/custom/dasharrayOrigin-expected.txt:
2636 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
2637 * platform/mac/svg/custom/display-none-expected.txt:
2638 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
2639 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
2640 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
2641 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
2642 * platform/mac/svg/custom/dynamic-empty-path-expected.txt:
2643 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt:
2644 * platform/mac/svg/custom/dynamic-viewBox-expected.txt:
2645 * platform/mac/svg/custom/empty-clip-path-expected.txt:
2646 * platform/mac/svg/custom/empty-mask-expected.txt:
2647 * platform/mac/svg/custom/empty-merge-expected.txt:
2648 * platform/mac/svg/custom/evt-onload-expected.txt:
2649 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
2650 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
2651 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
2652 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
2653 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
2654 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
2655 * platform/mac/svg/custom/fill-fallback-expected.txt:
2656 * platform/mac/svg/custom/fill-update-expected.txt:
2657 * platform/mac/svg/custom/focus-ring-expected.txt:
2658 * platform/mac/svg/custom/font-face-cascade-order-expected.txt:
2659 * platform/mac/svg/custom/font-face-simple-expected.txt:
2660 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
2661 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
2662 * platform/mac/svg/custom/fractional-rects-expected.txt:
2663 * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
2664 * platform/mac/svg/custom/getTransformToElement-expected.txt:
2665 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
2666 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
2667 * platform/mac/svg/custom/gradient-add-stops-expected.txt:
2668 * platform/mac/svg/custom/gradient-attr-update-expected.txt:
2669 * platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
2670 * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
2671 * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
2672 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum:
2673 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
2674 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
2675 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
2676 * platform/mac/svg/custom/gradient-stroke-width-expected.txt:
2677 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
2678 * platform/mac/svg/custom/group-opacity-expected.txt:
2679 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt:
2680 * platform/mac/svg/custom/image-parent-translation-expected.txt:
2681 * platform/mac/svg/custom/image-small-width-height-expected.txt:
2682 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt:
2683 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
2684 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
2685 * platform/mac/svg/custom/inner-percent-expected.txt:
2686 * platform/mac/svg/custom/inner-svg-hit-test-expected.txt:
2687 * platform/mac/svg/custom/invalid-css-expected.txt:
2688 * platform/mac/svg/custom/invalid-fill-expected.txt:
2689 * platform/mac/svg/custom/invalid-fill-hex-expected.txt:
2690 * platform/mac/svg/custom/invalid-lengthlist-expected.txt:
2691 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.txt:
2692 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
2693 * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
2694 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
2695 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
2696 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
2697 * platform/mac/svg/custom/js-late-gradient-creation-expected.checksum:
2698 * platform/mac/svg/custom/js-late-gradient-creation-expected.png:
2699 * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
2700 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
2701 * platform/mac/svg/custom/js-late-marker-creation-expected.txt:
2702 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
2703 * platform/mac/svg/custom/js-late-mask-creation-expected.txt:
2704 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
2705 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
2706 * platform/mac/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt:
2707 * platform/mac/svg/custom/js-update-bounce-expected.txt:
2708 * platform/mac/svg/custom/js-update-container-expected.txt:
2709 * platform/mac/svg/custom/js-update-container2-expected.txt:
2710 * platform/mac/svg/custom/js-update-gradient-expected.txt:
2711 * platform/mac/svg/custom/js-update-image-and-display-expected.txt:
2712 * platform/mac/svg/custom/js-update-image-and-display2-expected.txt:
2713 * platform/mac/svg/custom/js-update-image-and-display3-expected.txt:
2714 * platform/mac/svg/custom/js-update-image-expected.txt:
2715 * platform/mac/svg/custom/js-update-path-changes-expected.txt:
2716 * platform/mac/svg/custom/js-update-path-removal-expected.txt:
2717 * platform/mac/svg/custom/js-update-pattern-child-expected.txt:
2718 * platform/mac/svg/custom/js-update-pattern-expected.txt:
2719 * platform/mac/svg/custom/js-update-polygon-changes-expected.txt:
2720 * platform/mac/svg/custom/js-update-polygon-removal-expected.txt:
2721 * platform/mac/svg/custom/js-update-stop-expected.txt:
2722 * platform/mac/svg/custom/js-update-style-expected.txt:
2723 * platform/mac/svg/custom/js-update-transform-addition-expected.txt:
2724 * platform/mac/svg/custom/js-update-transform-changes-expected.txt:
2725 * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
2726 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
2727 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
2728 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
2729 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
2730 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
2731 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
2732 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
2733 * platform/mac/svg/custom/marker-changes-expected.txt:
2734 * platform/mac/svg/custom/marker-child-changes-expected.txt:
2735 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
2736 * platform/mac/svg/custom/marker-opacity-expected.txt:
2737 * platform/mac/svg/custom/marker-overflow-clip-expected.txt:
2738 * platform/mac/svg/custom/marker-referencePoint-expected.txt:
2739 * platform/mac/svg/custom/marker-strokeWidth-changes-expected.txt:
2740 * platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
2741 * platform/mac/svg/custom/mask-changes-expected.txt:
2742 * platform/mac/svg/custom/mask-child-changes-expected.txt:
2743 * platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
2744 * platform/mac/svg/custom/mask-inside-defs-expected.txt:
2745 * platform/mac/svg/custom/mask-on-multiple-objects-expected.txt:
2746 * platform/mac/svg/custom/mask-with-all-units-expected.txt:
2747 * platform/mac/svg/custom/mask-with-default-value-expected.txt:
2748 * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.txt:
2749 * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
2750 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
2751 * platform/mac/svg/custom/path-bad-data-expected.txt:
2752 * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
2753 * platform/mac/svg/custom/path-update-expected.txt:
2754 * platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
2755 * platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
2756 * platform/mac/svg/custom/pattern-rotate-expected.txt:
2757 * platform/mac/svg/custom/pattern-with-transformation-expected.txt:
2758 * platform/mac/svg/custom/pattern-y-offset-expected.txt:
2759 * platform/mac/svg/custom/percentage-rect-expected.txt:
2760 * platform/mac/svg/custom/percentage-rect2-expected.txt:
2761 * platform/mac/svg/custom/pointer-events-image-expected.txt:
2762 * platform/mac/svg/custom/pointer-events-path-expected.txt:
2763 * platform/mac/svg/custom/pointer-events-text-expected.txt:
2764 * platform/mac/svg/custom/poly-identify-expected.txt:
2765 * platform/mac/svg/custom/polyline-hittest-expected.txt:
2766 * platform/mac/svg/custom/polyline-invalid-points-expected.txt:
2767 * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
2768 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
2769 * platform/mac/svg/custom/prevent-default-expected.txt:
2770 * platform/mac/svg/custom/recursive-clippath-expected.txt:
2771 * platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
2772 * platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.txt:
2773 * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.txt:
2774 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt:
2775 * platform/mac/svg/custom/resource-client-removal-expected.txt:
2776 * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.txt:
2777 * platform/mac/svg/custom/rgbcolor-syntax-expected.txt:
2778 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt:
2779 * platform/mac/svg/custom/rootelement-expected.txt:
2780 * platform/mac/svg/custom/rounded-rects-expected.txt:
2781 * platform/mac/svg/custom/scroll-hit-test-expected.txt:
2782 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
2783 * platform/mac/svg/custom/second-inline-text-expected.txt:
2784 * platform/mac/svg/custom/shape-rendering-expected.txt:
2785 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
2786 * platform/mac/svg/custom/sheet-title-expected.txt:
2787 * platform/mac/svg/custom/stroke-fallback-expected.txt:
2788 * platform/mac/svg/custom/stroked-pattern-expected.txt:
2789 * platform/mac/svg/custom/struct-use-09-b-expected.txt:
2790 * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
2791 * platform/mac/svg/custom/svg-float-border-padding-expected.txt:
2792 * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt:
2793 * platform/mac/svg/custom/text-clip-expected.txt:
2794 * platform/mac/svg/custom/text-ctm-expected.txt:
2795 * platform/mac/svg/custom/text-decoration-visibility-expected.txt:
2796 * platform/mac/svg/custom/text-dom-01-f-expected.txt:
2797 * platform/mac/svg/custom/text-filter-expected.txt:
2798 * platform/mac/svg/custom/text-hit-test-expected.txt:
2799 * platform/mac/svg/custom/text-image-opacity-expected.txt:
2800 * platform/mac/svg/custom/text-letter-spacing-expected.txt:
2801 * platform/mac/svg/custom/text-linking-expected.txt:
2802 * platform/mac/svg/custom/text-repaint-including-stroke-expected.txt:
2803 * platform/mac/svg/custom/text-whitespace-handling-expected.txt:
2804 * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
2805 * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
2806 * platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt:
2807 * platform/mac/svg/custom/text-xy-updates-expected.txt:
2808 * platform/mac/svg/custom/transform-invalid-expected.txt:
2809 * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt:
2810 * platform/mac/svg/custom/transform-scale-parse-expected.txt:
2811 * platform/mac/svg/custom/tref-update-expected.txt:
2812 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
2813 * platform/mac/svg/custom/use-clipped-hit-expected.png:
2814 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
2815 * platform/mac/svg/custom/use-css-events-expected.txt:
2816 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
2817 * platform/mac/svg/custom/use-detach-expected.txt:
2818 * platform/mac/svg/custom/use-dynamic-append-expected.txt:
2819 * platform/mac/svg/custom/use-empty-reference-expected.txt:
2820 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
2821 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
2822 * platform/mac/svg/custom/use-events-crash-expected.txt:
2823 * platform/mac/svg/custom/use-forward-refs-expected.txt:
2824 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
2825 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
2826 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
2827 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
2828 * platform/mac/svg/custom/use-nested-transform-expected.txt:
2829 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
2830 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
2831 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
2832 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
2833 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
2834 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
2835 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt:
2836 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
2837 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
2838 * platform/mac/svg/custom/use-on-g-expected.txt:
2839 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
2840 * platform/mac/svg/custom/use-on-rect-expected.txt:
2841 * platform/mac/svg/custom/use-on-symbol-expected.txt:
2842 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
2843 * platform/mac/svg/custom/use-on-text-expected.txt:
2844 * platform/mac/svg/custom/use-on-use-expected.txt:
2845 * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
2846 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
2847 * platform/mac/svg/custom/use-recalcStyle-crash-expected.txt:
2848 * platform/mac/svg/custom/use-recursion-1-expected.txt:
2849 * platform/mac/svg/custom/use-recursion-2-expected.txt:
2850 * platform/mac/svg/custom/use-recursion-3-expected.txt:
2851 * platform/mac/svg/custom/use-recursion-4-expected.txt:
2852 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
2853 * platform/mac/svg/custom/use-symbol-overflow-expected.txt:
2854 * platform/mac/svg/custom/use-transform-expected.txt:
2855 * platform/mac/svg/custom/viewBox-hit-expected.txt:
2856 * platform/mac/svg/custom/viewbox-syntax-expected.txt:
2857 * platform/mac/svg/custom/viewport-clip-expected.txt:
2858 * platform/mac/svg/custom/viewport-em-expected.txt:
2859 * platform/mac/svg/custom/viewport-no-width-height-expected.txt:
2860 * platform/mac/svg/custom/viewport-update-expected.txt:
2861 * platform/mac/svg/custom/viewport-update2-expected.txt:
2862 * platform/mac/svg/custom/visibility-override-clip-expected.txt:
2863 * platform/mac/svg/custom/visibility-override-expected.txt:
2864 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
2865 * platform/mac/svg/custom/visibility-override-mask-expected.txt:
2866 * platform/mac/svg/custom/width-full-percentage-expected.txt:
2867 * platform/mac/svg/custom/xml-stylesheet-expected.txt:
2868 * platform/mac/svg/filters/big-sized-filter-2-expected.txt:
2869 * platform/mac/svg/filters/big-sized-filter-expected.txt:
2870 * platform/mac/svg/filters/feComposite-expected.txt:
2871 * platform/mac/svg/filters/feDisplacementMap-expected.txt:
2872 * platform/mac/svg/filters/feGaussianBlur-expected.txt:
2873 * platform/mac/svg/filters/feMerge-expected.txt:
2874 * platform/mac/svg/filters/feMerge-wrong-input-expected.txt:
2875 * platform/mac/svg/filters/feOffset-expected.txt:
2876 * platform/mac/svg/filters/feTile-expected.txt:
2877 * platform/mac/svg/filters/filter-clip-expected.txt:
2878 * platform/mac/svg/filters/filter-source-position-expected.txt:
2879 * platform/mac/svg/filters/filterRes-expected.txt:
2880 * platform/mac/svg/filters/shadow-on-filter-expected.txt:
2881 * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.txt:
2882 * platform/mac/svg/filters/sourceAlpha-expected.txt:
2883 * platform/mac/svg/filters/subRegion-in-userSpace-expected.txt:
2884 * platform/mac/svg/filters/subRegion-one-effect-expected.txt:
2885 * platform/mac/svg/filters/subRegion-two-effects-expected.txt:
2886 * platform/mac/svg/hixie/cascade/001-broken-expected.txt:
2887 * platform/mac/svg/hixie/cascade/002-expected.txt:
2888 * platform/mac/svg/hixie/data-types/001-expected.txt:
2889 * platform/mac/svg/hixie/data-types/002-expected.txt:
2890 * platform/mac/svg/hixie/dynamic/002-expected.txt:
2891 * platform/mac/svg/hixie/error/001-expected.txt:
2892 * platform/mac/svg/hixie/error/002-expected.txt:
2893 * platform/mac/svg/hixie/error/003-expected.txt:
2894 * platform/mac/svg/hixie/error/007-expected.txt:
2895 * platform/mac/svg/hixie/error/008-expected.txt:
2896 * platform/mac/svg/hixie/error/009-expected.txt:
2897 * platform/mac/svg/hixie/error/010-expected.txt:
2898 * platform/mac/svg/hixie/error/011-expected.txt:
2899 * platform/mac/svg/hixie/error/013-expected.txt:
2900 * platform/mac/svg/hixie/error/014-expected.txt:
2901 * platform/mac/svg/hixie/error/014-test-expected.txt:
2902 * platform/mac/svg/hixie/error/017-expected.txt:
2903 * platform/mac/svg/hixie/links/001-expected.txt:
2904 * platform/mac/svg/hixie/links/002-expected.txt:
2905 * platform/mac/svg/hixie/links/003-broken-expected.txt:
2906 * platform/mac/svg/hixie/mixed/003-expected.txt:
2907 * platform/mac/svg/hixie/mixed/004-expected.txt:
2908 * platform/mac/svg/hixie/mixed/005-expected.txt:
2909 * platform/mac/svg/hixie/mixed/006-expected.txt:
2910 * platform/mac/svg/hixie/mixed/007-expected.txt:
2911 * platform/mac/svg/hixie/mixed/009-expected.txt:
2912 * platform/mac/svg/hixie/mixed/011-expected.txt:
2913 * platform/mac/svg/hixie/painting/001-expected.txt:
2914 * platform/mac/svg/hixie/perf/003-expected.txt:
2915 * platform/mac/svg/hixie/perf/004-expected.txt:
2916 * platform/mac/svg/hixie/perf/005-expected.txt:
2917 * platform/mac/svg/hixie/perf/006-expected.txt:
2918 * platform/mac/svg/hixie/perf/007-expected.txt:
2919 * platform/mac/svg/hixie/processing-model/005-expected.txt:
2920 * platform/mac/svg/hixie/rendering-model/001-expected.txt:
2921 * platform/mac/svg/hixie/rendering-model/002-expected.txt:
2922 * platform/mac/svg/hixie/shapes/path/001-expected.txt:
2923 * platform/mac/svg/hixie/text/002-expected.txt:
2924 * platform/mac/svg/hixie/text/003-expected.txt:
2925 * platform/mac/svg/hixie/text/003a-expected.txt:
2926 * platform/mac/svg/hixie/text/003b-expected.txt:
2927 * platform/mac/svg/hixie/use/001-expected.txt:
2928 * platform/mac/svg/hixie/use/002-expected.txt:
2929 * platform/mac/svg/hixie/use/002-test-expected.txt:
2930 * platform/mac/svg/hixie/viewbox/001-expected.txt:
2931 * platform/mac/svg/hixie/viewbox/002-expected.txt:
2932 * platform/mac/svg/hixie/viewbox/003-expected.txt:
2933 * platform/mac/svg/hixie/viewbox/004-expected.txt:
2934 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
2935 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
2936 * platform/mac/svg/text/foreignObject-repaint-expected.txt:
2937 * platform/mac/svg/text/kerning-expected.txt:
2938 * platform/mac/svg/text/multichar-glyph-expected.txt:
2939 * platform/mac/svg/text/selection-background-color-expected.checksum:
2940 * platform/mac/svg/text/selection-background-color-expected.png:
2941 * platform/mac/svg/text/selection-background-color-expected.txt:
2942 * platform/mac/svg/text/text-align-01-b-expected.txt:
2943 * platform/mac/svg/text/text-align-02-b-expected.txt:
2944 * platform/mac/svg/text/text-align-03-b-expected.txt:
2945 * platform/mac/svg/text/text-align-04-b-expected.txt:
2946 * platform/mac/svg/text/text-align-05-b-expected.txt:
2947 * platform/mac/svg/text/text-align-06-b-expected.txt:
2948 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
2949 * platform/mac/svg/text/text-deco-01-b-expected.txt:
2950 * platform/mac/svg/text/text-fonts-01-t-expected.txt:
2951 * platform/mac/svg/text/text-fonts-02-t-expected.txt:
2952 * platform/mac/svg/text/text-gradient-positioning-expected.txt:
2953 * platform/mac/svg/text/text-path-01-b-expected.txt:
2954 * platform/mac/svg/text/text-repaint-rects-expected.txt:
2955 * platform/mac/svg/text/text-spacing-01-b-expected.png:
2956 * platform/mac/svg/text/text-spacing-01-b-expected.txt:
2957 * platform/mac/svg/text/text-text-01-b-expected.txt:
2958 * platform/mac/svg/text/text-text-03-b-expected.txt:
2959 * platform/mac/svg/text/text-text-04-t-expected.txt:
2960 * platform/mac/svg/text/text-text-05-t-expected.txt:
2961 * platform/mac/svg/text/text-text-06-t-expected.txt:
2962 * platform/mac/svg/text/text-text-07-t-expected.txt:
2963 * platform/mac/svg/text/text-text-08-b-expected.txt:
2964 * platform/mac/svg/text/text-tref-01-b-expected.txt:
2965 * platform/mac/svg/text/text-tselect-01-b-expected.txt:
2966 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
2967 * platform/mac/svg/text/text-tspan-01-b-expected.txt:
2968 * platform/mac/svg/text/text-ws-01-t-expected.txt:
2969 * platform/mac/svg/text/text-ws-02-t-expected.txt:
2970 * platform/mac/svg/text/textPathBoundsBug-expected.txt:
2971 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum:
2972 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
2973 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt:
2974 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
2975 * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
2976 * svg/custom/glyph-setting-d-attribute-expected.txt:
2977 * svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt:
2978 * svg/custom/text-dom-removal-expected.txt:
2979 * svg/custom/text-zoom-expected.png:
2980 * svg/custom/text-zoom-expected.txt:
2981 * svg/custom/transformedMaskFails-expected.txt:
2982 * svg/custom/use-clipped-transform-expected.txt:
2983 * svg/custom/use-elementInstance-event-target-expected.txt:
2984 * svg/custom/use-elementInstance-methods-expected.txt:
2985 * svg/custom/use-setAttribute-crash-expected.txt:
2986 * svg/dom/SVGRectElement/rect-modify-rx-expected.txt:
2988 2010-02-08 Xan Lopez <xlopez@igalia.com>
2990 Try to do some clean-up in our Skipped list.
2992 * platform/gtk/Skipped:
2994 2010-02-08 Xan Lopez <xlopez@igalia.com>
2996 Reviewed by Gustavo Noronha.
2998 Generate new results for this test.
3000 * platform/gtk/editing/execCommand/indent-paragraphs-expected.txt:
3002 2010-02-08 Tony Chang <tony@chromium.org>
3004 Reviewed by Darin Adler.
3006 Convert editing/execCommand/indent-paragraphs.html to use dumpAsText.
3007 The test copies HTML to the text output, so it doesn't really need
3008 to dump the render tree.
3010 The test was added in r49985, but didn't include pixel results.
3011 https://bugs.webkit.org/show_bug.cgi?id=34625
3013 * platform/mac/editing/execCommand/indent-paragraphs-expected.txt: Modified.
3015 2010-02-07 Tony Chang <tony@chromium.org>
3017 Reviewed by Darin Adler.
3019 Fix 2 pixel test baselines that are incorrect but passing
3020 the fuzzy image diff.
3022 editing/deleting/5390681.html should show a cursor, but doesn't.
3023 In r42549, whitespace collapsing was changed but
3024 editing/pasteboard/5387578.html's result wasn't updated to
3025 reflect the collapsed whitespace.
3026 https://bugs.webkit.org/show_bug.cgi?id=34632
3028 * platform/mac/editing/deleting/5390681-2-expected.checksum:
3029 * platform/mac/editing/deleting/5390681-2-expected.png:
3030 * platform/mac/editing/pasteboard/5387578-expected.checksum:
3031 * platform/mac/editing/pasteboard/5387578-expected.png:
3033 2010-02-07 Daniel Bates <dbates@webkit.org>
3035 Unreviewed, fix Tiger layout test failure.
3037 https://bugs.webkit.org/show_bug.cgi?id=34402
3039 Adds expected layout test results for Tiger build.
3041 * platform/mac-tiger/fast/lists/w3-css3-list-styles-numeric-expected.txt: Added.
3043 2010-02-07 Daniel Bates <dbates@webkit.org>
3045 Unreviewed, fix layout test bots.
3047 https://bugs.webkit.org/show_bug.cgi?id=34402
3049 Adds expected layout test results for Leopard, Windows, and Qt ports.
3051 * platform/mac-leopard/fast/lists: Added.
3052 * platform/mac-leopard/fast/lists/w3-css3-list-styles-numeric-expected.txt: Added.
3053 * platform/qt/fast/lists/w3-css3-list-styles-numeric-expected.txt: Added.
3054 * platform/win/fast/lists/w3-css3-list-styles-numeric-expected.txt: Added.
3056 2010-02-07 Daniel Bates <dbates@webkit.org>
3058 Reviewed by Darin Adler.
3060 https://bugs.webkit.org/show_bug.cgi?id=34402
3062 Tests that all of the numeric CSS3 list-style-types are supported.
3064 * fast/lists/w3-css3-list-styles-numeric.html: Added.
3065 * platform/mac/fast/lists/w3-css3-list-styles-numeric-expected.txt: Added.
3067 2010-02-07 Pavel Feldman <pfeldman@chromium.org>
3069 Reviewed by Timothy Hatcher.
3071 Web Inspector: Fragment-held Elements Not Shown in Inspector.
3073 https://bugs.webkit.org/show_bug.cgi?id=34680
3075 * inspector/console-dirxml-expected.txt:
3076 * inspector/console-dirxml.html:
3078 2010-02-07 Csaba Osztrogonác <ossy@webkit.org>
3080 Rubber-stamped by Kenneth Rohde Christiansen.
3082 [Qt] Missing fast/frames/flattening/resources/frameset-flattening-subframe-resize.html
3083 https://bugs.webkit.org/show_bug.cgi?id=34662
3085 Missing file added from the original bug: https://bugs.webkit.org/show_bug.cgi?id=32717
3087 * fast/frames/flattening/resources: Added.
3088 * fast/frames/flattening/resources/frameset-flattening-subframe-resize.html: Added.
3089 * platform/qt/Skipped: frameset-flattening-subframe-resize.html unskipped.
3091 2010-02-05 Shinichiro Hamaji <hamaji@chromium.org>
3093 Reviewed by Gustavo Noronha Silva.
3095 [Gtk] Implement layoutTestController.pageNumberForElementById
3096 https://bugs.webkit.org/show_bug.cgi?id=34572
3098 * platform/gtk/Skipped:
3100 2010-02-05 Geoffrey Garen <ggaren@apple.com>
3102 Reviewed by Beth Dakin.
3104 Removed these special Windows expected results because they represented
3105 incorrect behavior, fixed by a recent patch of mine.
3107 * platform/win/fast/events/mouse-drag-from-frame-to-other-frame-expected.txt: Removed.
3109 2010-02-05 Eric Carlson <eric.carlson@apple.com>
3111 Unreviewed revert of r54454, until I can generate new results
3113 * media/video-loop-expected.txt:
3114 * media/video-loop.html:
3116 2010-02-05 Eric Carlson <eric.carlson@apple.com>
3118 Reviewed by Oliver Hunt.
3120 https://bugs.webkit.org/show_bug.cgi?id=33671
3121 [GTK] media/video-loop.html fails intermittently on Gtk Bots
3123 Rewrite test to make it less timing dependent.
3125 * media/video-loop-expected.txt:
3126 * media/video-loop.html:
3128 2010-02-05 Csaba Osztrogonác <ossy@webkit.org>
3130 Rubber-stamped by Kenneth Rohde Christiansen.
3132 [Qt] Missing fast/frames/flattening/resources/frameset-flattening-subframe-resize.html
3133 https://bugs.webkit.org/show_bug.cgi?id=34662
3135 * platform/qt/Skipped: fast/frames/flattening/frameset-flattening-subframe-resize.html skipped until fix.
3137 2010-02-05 Csaba Osztrogonác <ossy@webkit.org>
3139 Rubber-stamped by Kenneth Rohde Christiansen.
3141 Update expected results after r54441 to make buildbot happy.
3143 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Updated.
3144 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Updated.
3146 2010-02-05 Kenneth Rohde Christiansen <kenneth@webkit.org>
3148 Unreviewed, missed in earlier commit.
3150 Add expected frame flattening results for Qt.
3152 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Added.
3153 * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt: Added.
3154 * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt: Added.
3155 * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: Added.
3156 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Added.
3158 2010-01-19 Kenneth Rohde Christiansen <kenneth@webkit.org>
3160 Reviewed by Dave Hyatt.
3162 Implement flattening of framesets
3163 https://bugs.webkit.org/show_bug.cgi?id=32717
3165 Frameset flattening layout test, plus expected result for Qt.
3167 * fast/frames/flattening/frameset-flattening-advanced.html: Added.
3168 * fast/frames/flattening/frameset-flattening-grid.html: Added.
3169 * fast/frames/flattening/frameset-flattening-simple.html: Added.
3170 * fast/frames/flattening/frameset-flattening-subframe-resize.html: Added.
3171 * fast/frames/flattening/frameset-flattening-subframesets.html: Added.
3172 * fast/frames/flattening/resources/frameset-flattening-subframe-resize.html: Added.
3173 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Added.
3174 * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt: Added.
3175 * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt: Added.
3176 * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: Added.
3177 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Added.
3179 2010-02-05 Simon Fraser <simon.fraser@apple.com>
3181 Reviewed by Dan Bernstein.
3183 Changing display type of parent of input on focus causes input field to not receive key events
3184 https://bugs.webkit.org/show_bug.cgi?id=34620
3185 <rdar://problem/7584572>
3187 Testcase that tests input into a text field after changing layout.
3189 * fast/forms/restore-selection-after-layout-expected.txt: Added.
3190 * fast/forms/restore-selection-after-layout.html: Added.
3192 2010-02-05 Csaba Osztrogonác <ossy@webkit.org>
3194 Reviewed by Dirk Schulze.
3195 Rubber-stamped by Kenneth Rohde Christiansen.
3197 [Qt] Modifying SVG path dumping to equal to other ports
3198 https://bugs.webkit.org/show_bug.cgi?id=33784
3200 Expected files updated.
3202 * platform/qt/svg/css/arrow-with-shadow-expected.txt:
3203 * platform/qt/svg/css/circle-in-mask-with-shadow-expected.txt:
3204 * platform/qt/svg/css/clippath-with-shadow-expected.txt:
3205 * platform/qt/svg/css/mask-with-shadow-expected.txt:
3206 * platform/qt/svg/css/path-with-shadow-expected.txt:
3207 * platform/qt/svg/css/stars-with-shadow-expected.txt:
3208 * platform/qt/svg/custom/empty-mask-expected.txt:
3209 * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.txt:
3210 * platform/qt/svg/custom/marker-opacity-expected.txt:
3211 * platform/qt/svg/custom/marker-referencePoint-expected.txt:
3212 * platform/qt/svg/custom/marker-strokeWidth-changes-expected.txt:
3213 * platform/qt/svg/custom/mask-with-default-value-expected.txt:
3214 * platform/qt/svg/custom/relative-sized-content-expected.txt:
3215 * platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
3216 * platform/qt/svg/custom/relative-sized-shadow-tree-content-expected.txt:
3217 * platform/qt/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
3218 * platform/qt/svg/custom/relative-sized-use-on-symbol-expected.txt:
3219 * platform/qt/svg/custom/transformedMaskFails-expected.txt:
3220 * platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt:
3221 * platform/qt/svg/filters/feComposite-expected.txt:
3222 * platform/qt/svg/filters/feGaussianBlur-expected.txt:
3223 * platform/qt/svg/filters/feMerge-expected.txt:
3224 * platform/qt/svg/filters/feMerge-wrong-input-expected.txt:
3225 * platform/qt/svg/filters/feOffset-expected.txt:
3226 * platform/qt/svg/filters/feTile-expected.txt:
3227 * platform/qt/svg/filters/shadow-on-filter-expected.txt:
3228 * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt:
3229 * platform/qt/svg/filters/subRegion-one-effect-expected.txt:
3230 * platform/qt/svg/filters/subRegion-two-effects-expected.txt:
3232 2010-02-05 Csaba Osztrogonác <ossy@webkit.org>
3234 Rubber-stamped by Tor Arne Vestbø.
3236 [Qt] fast/css/dashboard-regions-attr-crash.html skipped,
3237 because ENABLE_DASHBOARD_SUPPORT=0 is the default option.
3239 * platform/qt/Skipped:
3241 2010-02-05 Fumitoshi Ukai <ukai@chromium.org>
3243 Reviewed by Alexey Proskuryakov.
3245 send() should return false, after frame that opened a WebSokcet is detached
3246 https://bugs.webkit.org/show_bug.cgi?id=34630
3248 * websocket/tests/send-after-close-on-unload-expected.txt: Added.
3249 * websocket/tests/send-after-close-on-unload.html: Added.
3251 2010-02-05 Tony Chang <tony@chromium.org>
3253 Reviewed by Eric Seidel.
3255 https://bugs.webkit.org/show_bug.cgi?id=24872
3256 Add a test to make sure copying from a list and pasting into a list
3257 keeps the list at the same indention level rather than nesting.
3259 * editing/pasteboard/paste-list-002-expected.txt: Added.
3260 * editing/pasteboard/paste-list-002.html: Added.
3262 2010-02-04 Fumitoshi Ukai <ukai@chromium.org>
3264 Reviewed by Alexey Proskuryakov.
3266 should not crash when document opened websocket is unloaded
3267 https://bugs.webkit.org/show_bug.cgi?id=34562
3269 * websocket/tests/close-on-unload-and-force-gc-expected.txt: Added.
3270 * websocket/tests/close-on-unload-and-force-gc.html: Added.
3271 * websocket/tests/close-on-unload-reference-in-parent-expected.txt: Added.
3272 * websocket/tests/close-on-unload-reference-in-parent.html: Added.
3273 * websocket/tests/resources/close-on-unload-iframe-reference-in-parent.html: Added.
3275 2010-02-04 Fumitoshi Ukai <ukai@chromium.org>
3277 Reviewed by Shinichiro Hamaji.
3279 websocket/tests/close-on-unload.html failed on Mac Tiger
3280 https://bugs.webkit.org/show_bug.cgi?id=34563
3282 * platform/mac-tiger/Skipped: remove websocket/tests/close-on-unload*.html
3283 * websocket/tests/close-on-unload_wsh.py: use dict instead of set.
3285 2010-01-27 Geoffrey Garen <ggaren@apple.com>
3287 Reviewed by Alexey Proskuryakov and Darin Adler.
3289 REGRESSION (r52082): Missing event handlers on JQuery demo page (33383)
3290 https://bugs.webkit.org/show_bug.cgi?id=33383
3291 <rdar://problem/7559449>
3293 * fast/events/bogus-event-listener-invalidation-expected.txt: Added.
3294 * fast/events/bogus-event-listener-invalidation.html: Added.
3296 2010-02-04 Tony Chang <tony@chromium.org>
3298 Reviewed by Eric Seidel.
3300 https://bugs.webkit.org/show_bug.cgi?id=25002
3301 When inserting a new paragraph, avoid nesting empty divs. When
3302 pasting near the end of a paragraph, this prevents each paste
3303 command for getting nested one level deeper.
3305 Three paste tests have been rebaselined since this causes the pasted
3306 content to be outside the last div instead of inside. E.g.,
3307 <div>foo<div>bar</div>[pasted content]</div> is now
3308 <div>foo<div>bar</div></div><div>[pasted content]</div>
3310 The new test verifies this behavior.
3312 * editing/inserting/paragraph-outside-nested-divs-expected.txt: Added.
3313 * editing/inserting/paragraph-outside-nested-divs.html: Added.
3314 * platform/mac/editing/pasteboard/paste-text-012-expected.txt:
3315 * platform/mac/editing/pasteboard/paste-text-013-expected.txt:
3316 * platform/mac/editing/pasteboard/paste-text-017-expected.txt:
3318 2010-02-04 Dumitru Daniliuc <dumi@chromium.org>
3320 Reviewed by Eric Seidel.
3322 1. Enhance quota-tracking.html: if sqlite automatically rolls back
3323 a transaction because of a statement failure, make sure the rest
3324 of the statements in the transaction are not executed.
3325 2. Fix the expectations for quota-tracking.html. Sqlite cannot
3326 recover from reaching a DB's max size.
3328 * storage/quota-tracking-expected.txt:
3329 * storage/quota-tracking.html:
3331 2010-02-04 Csaba Osztrogonác <ossy@webkit.org>
3333 Unreviewed typo fix for r54379.
3335 * platform/qt/Skipped:
3337 2010-02-04 Csaba Osztrogonác <ossy@webkit.org>
3339 editing/pasteboard/drop-inputtext-acquires-style.html
3340 introduced in r54368 skipped because of missing DnD support.
3342 * platform/gtk/Skipped:
3343 * platform/qt/Skipped:
3345 2010-02-04 Alexey Proskuryakov <ap@apple.com>
3347 Reviewed by Darin Adler.
3349 Assertion failure in CheckedRadioButtons::removeButton when using jQuery 1.4.1
3350 https://bugs.webkit.org/show_bug.cgi?id=34520
3352 * fast/dom/HTMLInputElement/cloned-input-checked-state-expected.txt: Added.
3353 * fast/dom/HTMLInputElement/cloned-input-checked-state.html: Added.
3355 2010-02-04 Enrica Casucci <enrica@apple.com>
3357 Reviewed by Oliver Hunt.
3359 REGRESSION: Dragging plain text into a styled text region does not acquire the correct style info.
3360 <rdar://problem/7595685>
3361 https://bugs.webkit.org/show_bug.cgi?id=34609
3363 * editing/pasteboard/drop-inputtext-acquires-style-expected.txt: Added.
3364 * editing/pasteboard/drop-inputtext-acquires-style.html: Added.
3366 2010-02-04 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3368 Reviewed by Xan Lopez.
3370 [GTK] Crashes when an invalid hostname is pre-fetched
3371 https://bugs.webkit.org/show_bug.cgi?id=34602
3373 * http/tests/misc/dns-prefetch-control-expected.txt:
3374 * http/tests/misc/dns-prefetch-control.html: Add broken hostname test case.
3376 2010-02-04 Brian Weinstein <bweinstein@apple.com>
3378 Rubber-stamped by Dan Bernstein.
3380 Add Windows expected results to the new scrollbar test because Windows was trying
3381 to compare to platform/mac first instead of cross-platform.
3383 * platform/win/fast/events/scrollbar-double-click-expected.txt: Added.
3385 2010-02-04 Dan Bernstein <mitz@apple.com>
3387 Reviewed by Simon Fraser.
3389 REGRESSION (r53718): When scrolling a tall window by page, the overlap between pages is too big
3390 https://bugs.webkit.org/show_bug.cgi?id=34371
3392 * platform/mac/fast/events/scrollbar-double-click-expected.txt: Added.
3394 2010-02-04 Csaba Osztrogonác <ossy@webkit.org>
3396 [Qt] fast/workers/shared-worker-frame-lifecycle.html failed on Qt Bot
3397 https://bugs.webkit.org/show_bug.cgi?id=34281
3399 * platform/qt/Skipped: fast/workers/shared-worker-frame-lifecycle.html skipped until fix.
3401 2010-02-03 Fumitoshi Ukai <ukai@chromium.org>
3405 websocket/tests/close-on-unload.html and
3406 close-on-navigate-new-location.html will fail on mac tiger,
3407 because python on the platform doesn't support set(), which is
3408 used in websocket handler for these tests.
3410 * platform/mac-tiger/Skipped: skip websocket/tests/close-on-unload.html and websocket/tests/close-on-navigate-new-location.html
3412 2010-02-03 Fumitoshi Ukai <ukai@chromium.org>
3414 Reviewed by Alexey Proskuryakov.
3416 navigating a frame to new location closes websocket in the frame
3417 https://bugs.webkit.org/show_bug.cgi?id=34557
3419 * websocket/tests/close-on-navigate-new-location-expected.txt: Added.
3420 * websocket/tests/close-on-navigate-new-location.html: Added.
3422 2010-02-03 Brady Eidson <beidson@apple.com>
3424 Reviewed by Alexey Proskuryakov.
3426 REGRESSION (r51644): WebCore/manual-tests/linkjump-1.html fails
3427 <rdar://problem/7595694> and https://bugs.webkit.org/show_bug.cgi?id=34550
3429 * fast/loader/document-with-fragment-url-1-expected.txt: Added.
3430 * fast/loader/document-with-fragment-url-1.html: Added.
3431 * fast/loader/document-with-fragment-url-2-expected.txt: Added.
3432 * fast/loader/document-with-fragment-url-2.html: Added.
3433 * fast/loader/document-with-fragment-url-3-expected.txt: Added.
3434 * fast/loader/document-with-fragment-url-3.html: Added.
3435 * fast/loader/document-with-fragment-url-4-expected.txt: Added.
3436 * fast/loader/document-with-fragment-url-4.html: Added.
3437 * fast/loader/resources/document-with-fragment-url-test.html: Added.
3439 2010-02-03 Fumitoshi Ukai <ukai@chromium.org>
3441 Reviewed by Alexey Proskuryakov.
3443 WebSocket should close the connection when unloading the document
3444 https://bugs.webkit.org/show_bug.cgi?id=33248
3446 * websocket/tests/close-on-unload-expected.txt: Added.
3447 * websocket/tests/close-on-unload.html: Added.
3448 * websocket/tests/close-on-unload_wsh.py: Added.
3449 * websocket/tests/resources/close-on-unload-iframe.html: Added.
3451 2010-02-03 Adele Peterson <adele@apple.com>
3453 Reviewed by Simon Fraser.
3455 Test for: <rdar://problem/7594212>
3456 https://bugs.webkit.org/show_bug.cgi?id=34549 - CSS counters crash at http://www.w3.org/TR/css3-content/
3457 CrashTracer: [USER] 20 crashes in Safari at com.apple.WebCore: WebCore::CounterNode::insertAfter + 319
3459 * fast/css/counters/counter-before-selector-crash-expected.txt: Added.
3460 * fast/css/counters/counter-before-selector-crash.html: Added.
3462 2010-02-03 Csaba Osztrogonác <ossy@webkit.org>
3464 Rubber-stamped by Ariya Hidayat.
3466 Roll back r53889 again, because roll out didn't solve flakeyness on the Windows Test bots
3467 https://bugs.webkit.org/show_bug.cgi?id=34399
3469 * platform/win/Skipped:
3471 2010-02-03 Csaba Osztrogonác <ossy@webkit.org>
3473 Rubber-stamped by Ariya Hidayat.
3475 Rolling out r53889, because it might caused flakeyness on the Windows Test bots
3476 https://bugs.webkit.org/show_bug.cgi?id=34399
3478 * platform/win/Skipped:
3480 2010-02-03 Csaba Osztrogonác <ossy@webkit.org>
3482 Rubber-stamped by Adam Barth.
3484 http/tests/security/xss-DENIED-window-open-javascript-url.html timed out on Windows Debug Bot
3485 https://bugs.webkit.org/show_bug.cgi?id=33349
3487 * platform/win/Skipped: http/tests/security/xss-DENIED-window-open-javascript-url.html skipped.
3489 2010-02-02 Kent Tamura <tkent@chromium.org>
3491 Reviewed by Darin Adler.
3493 Fix a bug that changes for some constraint attributes doesn't
3494 update validation CSS selectors.
3495 https://bugs.webkit.org/show_bug.cgi?id=31716
3497 Add tests for maxLength changes and step changes.
3499 * fast/forms/input-live-pseudo-selectors-expected.txt:
3500 * fast/forms/resources/input-live-pseudo-selectors.js:
3501 * fast/forms/resources/textarea-live-pseudo-selectors.js:
3502 * fast/forms/textarea-live-pseudo-selectors-expected.txt:
3504 2010-02-02 Roland Steiner <rolandsteiner@chromium.org>
3506 Reviewed by Adele Peterson.
3508 Bug 34198 - Ruby text should not inherit line-height
3509 (https://bugs.webkit.org/show_bug.cgi?id=34198)
3511 Resetting line-height to 'normal' in the default UA style sheet.
3512 Adding layout-test to check for this.
3514 * fast/ruby/script-tests: Added.
3515 * fast/ruby/script-tests/ruby-line-height.js: Added.
3516 * fast/ruby/ruby-line-height-expected.txt: Added.
3517 * fast/ruby/ruby-line-height.html: Added.
3519 2010-02-02 Kent Tamura <tkent@chromium.org>
3521 Reviewed by Darin Adler.
3523 rangeOverflow/rangeUnderflow support for type=datetime, datetime-local,
3524 month, time and week
3525 https://bugs.webkit.org/show_bug.cgi?id=34483
3527 Add tests for datetime, datetime-local, month, time and week, and
3528 merge existing tests into one test file.
3530 * fast/forms/ValidityState-rangeOverflow-date-expected.txt: Removed.
3531 * fast/forms/ValidityState-rangeOverflow-date.html: Removed.
3532 * fast/forms/ValidityState-rangeOverflow-expected.txt: Added.
3533 * fast/forms/ValidityState-rangeOverflow-number-expected.txt: Removed.
3534 * fast/forms/ValidityState-rangeOverflow-number.html: Removed.
3535 * fast/forms/ValidityState-rangeOverflow-range-expected.txt: Removed.
3536 * fast/forms/ValidityState-rangeOverflow-range.html: Removed.
3537 * fast/forms/ValidityState-rangeOverflow.html: Added.
3538 * fast/forms/ValidityState-rangeUnderflow-date-expected.txt: Removed.
3539 * fast/forms/ValidityState-rangeUnderflow-date.html: Removed.
3540 * fast/forms/ValidityState-rangeUnderflow-expected.txt: Added.
3541 * fast/forms/ValidityState-rangeUnderflow-number-expected.txt: Removed.
3542 * fast/forms/ValidityState-rangeUnderflow-number.html: Removed.
3543 * fast/forms/ValidityState-rangeUnderflow-range-expected.txt: Removed.
3544 * fast/forms/ValidityState-rangeUnderflow-range.html: Removed.
3545 * fast/forms/ValidityState-rangeUnderflow.html: Added.
3546 * fast/forms/script-tests/ValidityState-rangeOverflow-date.js: Removed.
3547 * fast/forms/script-tests/ValidityState-rangeOverflow-number.js: Removed.
3548 * fast/forms/script-tests/ValidityState-rangeOverflow-range.js: Removed.
3549 * fast/forms/script-tests/ValidityState-rangeOverflow.js: Added.
3550 * fast/forms/script-tests/ValidityState-rangeUnderflow-date.js: Removed.
3551 * fast/forms/script-tests/ValidityState-rangeUnderflow-number.js: Removed.
3552 * fast/forms/script-tests/ValidityState-rangeUnderflow-range.js: Removed.
3553 * fast/forms/script-tests/ValidityState-rangeUnderflow.js: Added.
3555 2010-02-02 James Robinson <jamesr@chromium.org>
3557 Reviewed by Dmitry Titov.
3559 Test that the combination of border-bottom:1px; and -webkit-gradient(linear) doesn't crash
3560 https://bugs.webkit.org/show_bug.cgi?id=34510
3562 * fast/gradients/crash-on-1px-border.html: Added.
3564 2010-02-02 Fumitoshi Ukai <ukai@chromium.org>
3565 Reviewed by Alexey Proskuryakov.
3567 WebSocket wrapper can be collected even if events are pending
3568 https://bugs.webkit.org/show_bug.cgi?id=34014
3570 * websocket/tests/websocket-pending-activity-expected.txt: Added.
3571 * websocket/tests/websocket-pending-activity.html: Added.
3573 2010-02-02 Eric Seidel <eric@webkit.org>
3575 Reviewed by Gustavo Noronha Silva.
3577 http/tests/incremental/split-hex-entities.pl timed out on Gtk Linux 32-bit Debug Bot
3578 https://bugs.webkit.org/show_bug.cgi?id=33445
3580 * platform/gtk/Skipped: Skip this test to keep the bots green until someone with Gtk knowledge can examine why it intermittently times out.
3582 2010-02-02 Hayato Ito <hayato@chromium.org>
3584 Reviewed by Darin Adler.
3586 Move misplaced JS files to the proper location.
3588 https://bugs.webkit.org/show_bug.cgi?id=34256
3590 * fast/events/script-tests/basic-touch-events.js: Removed.
3591 * fast/events/script-tests/create-touch-event.js: Removed.
3592 * fast/events/script-tests/send-oncancel-event.js: Removed.
3593 * fast/events/touch/basic-touch-events.html:
3594 * fast/events/touch/create-touch-event.html:
3595 * fast/events/touch/script-tests: Added.
3596 * fast/events/touch/script-tests/TEMPLATE.html: Copied from LayoutTests/fast/events/script-tests/TEMPLATE.html.
3597 * fast/events/touch/script-tests/basic-touch-events.js: Copied from LayoutTests/fast/events/script-tests/basic-touch-events.js.
3598 * fast/events/touch/script-tests/create-touch-event.js: Copied from LayoutTests/fast/events/script-tests/create-touch-event.js.
3599 * fast/events/touch/script-tests/send-oncancel-event.js: Copied from LayoutTests/fast/events/script-tests/send-oncancel-event.js.
3600 * fast/events/touch/send-oncancel-event.html:
3602 2010-02-02 Alexey Proskuryakov <ap@apple.com>
3604 Reviewed by Darin Adler.
3606 https://bugs.webkit.org/show_bug.cgi?id=34076
3607 <rdar://problem/7594601> Crash in mangleme in WebCore::Element::getAttribute
3609 * fast/forms/misplaced-img-form-registration-expected.txt: Added.
3610 * fast/forms/misplaced-img-form-registration.html: Added.
3612 2010-02-02 Adam Roben <aroben@apple.com>
3614 Stop skipping some tests that were failing due to buggy versions of
3617 Rubber-stamped by Eric Carlson.
3619 * platform/win/Skipped:
3621 2010-02-02 Csaba Osztrogonác <ossy@webkit.org>
3623 [Qt] fast/frames/set-unloaded-frame-location.html timed out on Qt Linux Release Build Bot
3624 https://bugs.webkit.org/show_bug.cgi?id=33303
3626 fast/frames/sandboxed-iframe-navigation-windowopen.html made fast/frames/set-unloaded-frame-location.html
3627 time out, but now it works correctly, so we can unskip the test.
3629 * platform/qt/Skipped: fast/frames/sandboxed-iframe-navigation-windowopen.html unskipped.
3631 2010-02-01 Brian Weinstein <bweinstein@apple.com>
3633 Check in new expected results for a test that has been failing on Windows
3634 since it was originally landed. This appears to be a font issue, but commenting
3635 on bug <https://bugs.webkit.org/show_bug.cgi?id=34234> to make sure.
3637 * platform/win/fast/text/international/hebrew-vowels-expected.txt: Added.
3639 2010-02-01 Dmitry Titov <dimich@chromium.org>
3641 Not reviewed, revert r54194 that fails new test on Qt and Chromium.
3642 https://bugs.webkit.org/show_bug.cgi?id=34382
3644 * fast/frames/iframe-reparenting-new-page-expected.txt: Removed.
3645 * fast/frames/iframe-reparenting-new-page.html: Removed.
3646 * fast/frames/resources/iframe-reparenting-new-page-1.html: Removed.
3647 * fast/frames/resources/iframe-reparenting-new-page-2.html: Removed.
3648 * fast/frames/resources/iframe-reparenting-new-page-iframe.html: Removed.
3649 * fast/frames/script-tests/TEMPLATE.html: Removed.
3650 * fast/frames/script-tests/iframe-reparenting-new-page.js: Removed.
3652 2010-02-01 Shinichiro Hamaji <hamaji@chromium.org>
3654 Reviewed by Eric Seidel.
3656 Provide a way to get page number with layoutTestController
3657 https://bugs.webkit.org/show_bug.cgi?id=33840
3659 * platform/gtk/Skipped:
3660 * platform/mac/Skipped:
3661 * platform/qt/Skipped:
3662 * platform/win/Skipped:
3663 * printing/page-break-always-expected.txt: Added.
3664 * printing/page-break-always.html: Added.
3665 * printing/pageNumerForElementById-expected.txt: Added.
3666 * printing/pageNumerForElementById.html: Added.
3667 * printing/script-tests/TEMPLATE.html: Added.
3668 * printing/script-tests/page-break-always.js: Added.
3670 * printing/script-tests/pageNumerForElementById.js: Added.
3673 2010-02-01 Daniel Bates <dbates@webkit.org>
3675 Reviewed by Adam Barth.
3677 https://bugs.webkit.org/show_bug.cgi?id=27312
3679 Tests that the header "X-XSS-Protection: full-block" leads to a full page block
3680 when an XSS attack is detected.
3682 * http/tests/security/xssAuditor/full-block-base-href-expected.txt: Added.
3683 * http/tests/security/xssAuditor/full-block-base-href.html: Added.
3684 * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt: Added.
3685 * http/tests/security/xssAuditor/full-block-get-from-iframe.html: Added.
3686 * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt: Added.
3687 * http/tests/security/xssAuditor/full-block-iframe-javascript-url.html: Added.
3688 * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt: Added.
3689 * http/tests/security/xssAuditor/full-block-iframe-no-inherit.php: Added.
3690 * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt: Added.
3691 * http/tests/security/xssAuditor/full-block-javascript-link.html: Added.
3692 * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt: Added.
3693 * http/tests/security/xssAuditor/full-block-link-onclick.html: Added.
3694 * http/tests/security/xssAuditor/full-block-object-tag-expected.txt: Added.
3695 * http/tests/security/xssAuditor/full-block-object-tag.html: Added.
3696 * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt: Added.
3697 * http/tests/security/xssAuditor/full-block-post-from-iframe.html: Added.
3698 * http/tests/security/xssAuditor/full-block-script-tag-expected.txt: Added.
3699 * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt: Added.
3700 * http/tests/security/xssAuditor/full-block-script-tag-with-source.html: Added.
3701 * http/tests/security/xssAuditor/full-block-script-tag.html: Added.
3702 * http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt: Added.
3703 * http/tests/security/xssAuditor/malformed-xss-protection-header.html: Added.
3704 * http/tests/security/xssAuditor/resources/echo-head-base-href.pl: Modified to optionally
3705 enable full page blocking.
3706 * http/tests/security/xssAuditor/resources/echo-intertag-click-and-notify.pl: Ditto.
3707 * http/tests/security/xssAuditor/resources/echo-intertag.pl: Ditto.
3708 * http/tests/security/xssAuditor/resources/utilities.js:
3709 (checkIfFrameLocationMatchesURLAndCallDone): Added.
3710 (sendRequestFromIFrame): Modified to optionally call callback function when done.
3712 2010-02-01 Shinichiro Hamaji <hamaji@chromium.org>
3714 Reviewed by Dmitry Titov.
3716 Convert textarea-rows-cols.html to dumpAsText()
3717 https://bugs.webkit.org/show_bug.cgi?id=34074
3719 Remove checks for the size of scrollbar as scrollbar doesn't
3722 * fast/forms/script-tests/textarea-rows-cols.js:
3723 * fast/forms/textarea-rows-cols-expected.txt:
3725 2010-02-01 Kent Tamura <tkent@chromium.org>
3727 Reviewed by Darin Adler.
3729 Date.UTC() should apply TimeClip operation.
3730 https://bugs.webkit.org/show_bug.cgi?id=34461
3732 Add tests for corner cases of Date.UTC().
3734 * fast/js/date-utc-timeclip-expected.txt: Added.
3735 * fast/js/date-utc-timeclip.html: Added.
3736 * fast/js/script-tests/date-utc-timeclip.js: Added.
3738 2010-02-01 Kent Tamura <tkent@chromium.org>
3740 Unreviewed. Add two more test cases which I forgot to add in r54197.
3741 https://bugs.webkit.org/show_bug.cgi?id=34462
3743 * fast/js/math-expected.txt:
3744 * fast/js/script-tests/math.js:
3746 2010-02-01 Kent Tamura <tkent@chromium.org>
3748 Reviewed by Darin Adler.
3750 Fix a bug that Math.round() retunrs incorrect results for huge integers
3751 https://bugs.webkit.org/show_bug.cgi?id=34462
3753 * fast/js/math-expected.txt:
3754 * fast/js/script-tests/math.js: Add test cases for Math.round() for huge numbers.
3756 2010-02-01 Dmitry Titov <dimich@chromium.org>
3758 Reviewed by David Levin.
3760 When a live iframe element is moved between pages, it still depends on the old page.
3761 https://bugs.webkit.org/show_bug.cgi?id=34382
3763 * fast/frames/iframe-reparenting-new-page-expected.txt: Added.
3764 * fast/frames/iframe-reparenting-new-page.html: Added.
3765 * fast/frames/resources/iframe-reparenting-new-page-1.html: Added.
3766 * fast/frames/resources/iframe-reparenting-new-page-2.html: Added.
3767 * fast/frames/resources/iframe-reparenting-new-page-iframe.html: Added.
3769 2010-02-01 Brady Eidson <beidson@apple.com>
3771 Reviewed by Tim Hatcher.
3773 Add common IRC ports to port blocking.
3774 <rdar://problem/7593895> and https://bugs.webkit.org/show_bug.cgi?id=34451
3775 * platform/mac-tiger/security/block-test-expected.txt:
3776 * platform/mac/security/block-test-expected.txt:
3777 * security/block-test.html:
3779 2010-02-01 Gavin Barraclough <barraclough@apple.com>
3781 Reviewed by Sam Weinig.
3783 Bug 34346 - With JSC bindings, make processingUserGesture work with events in Isolated Worlds
3785 * http/tests/security/isolatedWorld/resources/userGestureEvents-second-window.html: Added.
3786 * http/tests/security/isolatedWorld/userGestureEvents-expected.txt: Added.
3787 * http/tests/security/isolatedWorld/userGestureEvents.html: Added.
3789 2010-02-01 Shinichiro Hamaji <hamaji@chromium.org>
3791 Reviewed by Darin Adler.
3793 REGRESSION: editing/selection/doubleclick-beside-cr-span.html times out on Windows
3794 https://bugs.webkit.org/show_bug.cgi?id=34069
3796 Make the sleep time shorter as this test timed out on Windows bot.
3798 * editing/selection/doubleclick-beside-cr-span.html:
3800 2010-02-01 Diego Gonzalez <diego.gonzalez@openbossa.org>
3802 Reviewed by Kenneth Rohde Christiansen.
3804 [Qt] DRT Provide global flag ability
3805 https://bugs.webkit.org/show_bug.cgi?id=34418
3807 Add the globalFlag property to the Qt LayoutTestController to allow
3808 cross-domain indications.
3810 * platform/qt/Skipped:
3812 2010-02-01 Brian Weinstein <bweinstein@apple.com>
3814 Rubber-stamped by Oliver Hunt.
3816 Check in (failing) expected results for fast/dom/Window/window-postmessage-clone-frames.
3817 This fails because of <rdar://problem/5230396> eventSender.beginDragWithFiles is unimplemented.
3819 * platform/win/fast/dom/Window/window-postmessage-clone-frames-expected.txt: Added.
3821 2010-02-01 Eric Carlson <eric.carlson@apple.com>
3823 No review, build fix.
3825 https://bugs.webkit.org/show_bug.cgi?id=34447
3826 http/tests/media/video-referer.html fails on Windows
3828 * platform/win/Skipped:
3830 2010-02-01 Csaba Osztrogonác <ossy@webkit.org>
3832 [Qt] Unreviewed trivial fix.
3833 Platform dependent expected file updated after r54143.
3835 * platform/qt/fast/dom/Window/window-properties-expected.txt:
3837 2010-02-01 Brady Eidson <beidson@apple.com>
3839 Reviewed by Adele Peterson.
3841 Crash in Safari opening new tabs to "same page"
3842 <rdar://problem/7593857> and https://bugs.webkit.org/show_bug.cgi?id=34444
3844 * fast/loader/crash-copying-backforwardlist-expected.txt: Added.
3845 * fast/loader/crash-copying-backforwardlist.html: Added.
3846 * platform/gtk/Skipped:
3847 * platform/qt/Skipped:
3848 * platform/win/Skipped:
3850 2010-02-01 Eric Carlson <eric.carlson@apple.com>
3852 Reviewed by Adele Peterson.
3854 Fullscreen API should be on HTMLVideoElement
3855 https://bugs.webkit.org/show_bug.cgi?id=34438
3857 Update fullscreen tests now that <audio> doesn't have fullscreen API.
3859 * fast/dom/Window/window-properties-expected.txt:
3860 * media/media-fullscreen-inline-expected.txt:
3861 * media/media-fullscreen-not-in-document-expected.txt:
3862 * media/media-fullscreen.js:
3863 (buttonClickHandler):
3866 2010-02-01 Ben Murdoch <benm@google.com>
3868 Reviewed by Darin Adler.
3870 ScriptCallFrame's do not get line numbers/source id's if the caller is unkown.
3871 https://bugs.webkit.org/show_bug.cgi?id=34335
3873 Update layout tests that did not have source and line number information for their console messages, as this information is now available to the ScriptCallFrame and thus can be passed to the inspector, for example.
3875 * fast/js/console-non-string-values-expected.txt: Add console line number/source.
3876 * userscripts/script-not-run-for-fragments-expected.txt: ditto.
3877 * userscripts/script-run-at-start-expected.txt: ditto.
3878 * platform/gtk/inspector/console-log-before-inspector-open-expected.txt: Removed as platform workarounds no longer necessary.
3879 * platform/mac/inspector/console-log-before-inspector-open-expected.txt: ditto.
3880 * platform/win/inspector/console-log-before-inspector-open-expected.txt: ditto.
3883 2010-02-01 Csaba Osztrogonác <ossy@webkit.org>
3885 Rubber-stamped by Kenneth Rohde Christiansen.
3887 [Qt] Platform dependent expected file added for test introduced in r53868,
3888 because this test passes. Compared to png file and Mac expected file.
3890 * platform/qt/fast/lists/anonymous-items-expected.txt: Added.
3892 2010-02-01 Oliver Hunt <oliver@apple.com>
3894 Reviewed by Maciej Stachowiak.
3896 JSC is failing to propagate anonymous slot count on some transitions
3897 https://bugs.webkit.org/show_bug.cgi?id=34321
3899 Add test case for modifying DOM objects with anonymous storage.
3901 * fast/dom/Window/anonymous-slot-with-changes-expected.txt: Added.
3902 * fast/dom/Window/anonymous-slot-with-changes.html: Added.
3904 2010-01-31 Kent Tamura <tkent@chromium.org>
3906 Reviewed by Darin Adler.
3908 [Win] Fix a bug of round() with huge integral numbers
3909 https://bugs.webkit.org/show_bug.cgi?id=34297
3911 Add a test case to call round(8639999913600001).
3913 * fast/forms/input-valueasnumber-datetime-expected.txt:
3914 * fast/forms/script-tests/input-valueasnumber-datetime.js:
3916 2010-01-31 Kent Tamura <tkent@chromium.org>
3918 Reviewed by Darin Adler.
3920 Fix valueAsNumber calculation for type=month.
3921 https://bugs.webkit.org/show_bug.cgi?id=34304
3923 valueAsNumber calculation for type=month which was checked in as
3924 r53893 was the number of milliseconds since UNIX epoch, and it was
3925 wrong. The correct way is the number months since UNIX epoch.
3927 * fast/forms/input-valueasnumber-month-expected.txt:
3928 * fast/forms/script-tests/input-valueasnumber-month.js:
3930 2010-01-28 Ojan Vafai <ojan@chromium.org>
3932 Reviewed by Darin Adler.
3934 Implement CSSOM Range.getClientRects for collapsed selections
3935 https://bugs.webkit.org/show_bug.cgi?id=34239
3937 Adds two cases to getClientRects test.
3939 * fast/dom/Range/getClientRects-expected.txt:
3940 * fast/dom/Range/getClientRects.html:
3942 2010-01-31 Oliver Hunt <oliver@apple.com>
3944 Reviewed by Simon Fraser.
3946 Animated scaling of background-image is too slow
3947 https://bugs.webkit.org/show_bug.cgi?id=33808
3951 * platform/mac/fast/backgrounds/size/backgroundSize16-expected.checksum:
3953 2010-01-30 Simon Fraser <simon.fraser@apple.com>
3955 Reviewed by Adele Peterson.
3957 Do color animations on premultiplied colors
3958 https://bugs.webkit.org/show_bug.cgi?id=34383
3960 Testcase for animating from transparent colors.
3962 * transitions/color-transition-premultiplied-expected.txt: Added.
3963 * transitions/color-transition-premultiplied.html: Added.
3965 == Rolled over to ChangeLog-2010-01-29 ==