blob: 9662be4104522a2397a5bfcd20a7e01c697ffe47 [file] [log] [blame]
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Not reviewed.
Revert the last SVGLineElement commit. It's not needed, the first run on buildbot showed them as failures
the next build doesn't complain anymore (this was before adjusting the offsets.) No idea what's going on,
but if it's fixed I'm happy.
While I'm at it, regenerate struct-image-02-b.svg (invisible differences) to have a clean baseline.
All SVG pixel test results are accurate on Leopard now.
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
* svg/dynamic-updates/resources/SVGLineElement-dom-x1-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x1-prop.js:
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Not reviewed. The last SVGLineElement* fix attempt, fixed 4/8 failing tests.
Trying two variations in two tests to find out the right offset to make the other four tests work on Tiger.
* svg/dynamic-updates/resources/SVGLineElement-dom-x1-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x1-prop.js:
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Eric.
Add new dynamic-update layout tests covering SVGRectElement.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Added.
* svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-dom-height-attr.html: Added.
* svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-dom-width-attr.html: Added.
* svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-dom-x-attr.html: Added.
* svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-dom-y-attr.html: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-height-prop.html: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-width-prop.html: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-x-prop.html: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-y-prop.html: Added.
* svg/dynamic-updates/resources/SVGRectElement-dom-height-attr.js: Added.
* svg/dynamic-updates/resources/SVGRectElement-dom-width-attr.js: Added.
* svg/dynamic-updates/resources/SVGRectElement-dom-x-attr.js: Added.
* svg/dynamic-updates/resources/SVGRectElement-dom-y-attr.js: Added.
* svg/dynamic-updates/resources/SVGRectElement-svgdom-height-prop.js: Added.
* svg/dynamic-updates/resources/SVGRectElement-svgdom-width-prop.js: Added.
* svg/dynamic-updates/resources/SVGRectElement-svgdom-x-prop.js: Added.
* svg/dynamic-updates/resources/SVGRectElement-svgdom-y-prop.js: Added.
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Not reviewed. Trying to modify mouseevent target location, to work around known CG/Tiger hit test problem.
* svg/dynamic-updates/resources/SVGLineElement-dom-x1-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-dom-x2-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-dom-y1-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-dom-y2-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x1-prop.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x2-prop.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-y1-prop.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-y2-prop.js:
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Sam.
Forgot to include these in my last commit.
* svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js:
* svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js:
* svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js:
* svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js:
2008-08-12 Mihnea Ovidenie <mihnea@adobe.com>
Test for https://bugs.webkit.org/show_bug.cgi?id=19891
Broken HTML object elements cause de-reference of pointer to freed memory.
Reviewed by Dave Hyatt and Alexey Proskuryakov.
* http/tests/misc/object-image-error-with-onload-expected.txt: Added.
* http/tests/misc/object-image-error-with-onload.html: Added.
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Eric.
Fix typo in most files: "mesage" -> "message".
Remove unused code in SVGTestCase.js
* svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
* svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
* svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
* svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
* svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js:
* svg/dynamic-updates/resources/SVGImageElement-dom-height-attr.js:
* svg/dynamic-updates/resources/SVGImageElement-dom-preserveAspectRatio-attr.js:
* svg/dynamic-updates/resources/SVGImageElement-dom-width-attr.js:
* svg/dynamic-updates/resources/SVGImageElement-dom-x-attr.js:
* svg/dynamic-updates/resources/SVGImageElement-dom-y-attr.js:
* svg/dynamic-updates/resources/SVGImageElement-svgdom-height-prop.js:
* svg/dynamic-updates/resources/SVGImageElement-svgdom-preserveAspectRatio-prop.js:
* svg/dynamic-updates/resources/SVGImageElement-svgdom-width-prop.js:
* svg/dynamic-updates/resources/SVGImageElement-svgdom-x-prop.js:
* svg/dynamic-updates/resources/SVGImageElement-svgdom-y-prop.js:
* svg/dynamic-updates/resources/SVGLineElement-dom-x1-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-dom-x2-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-dom-y1-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-dom-y2-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x1-prop.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x2-prop.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-y1-prop.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-y2-prop.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientTransform-attr.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientUnits-attr.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x1-attr.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x2-attr.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y1-attr.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y2-attr.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientTransform-prop.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientUnits-prop.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x1-prop.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x2-prop.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y1-prop.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y2-prop.js:
* svg/dynamic-updates/resources/SVGPatternElement-dom-height-attr.js:
* svg/dynamic-updates/resources/SVGPatternElement-dom-patternContentUnits-attr.js:
* svg/dynamic-updates/resources/SVGPatternElement-dom-patternTransform-attr.js:
* svg/dynamic-updates/resources/SVGPatternElement-dom-patternUnits-attr.js:
* svg/dynamic-updates/resources/SVGPatternElement-dom-width-attr.js:
* svg/dynamic-updates/resources/SVGPatternElement-dom-x-attr.js:
* svg/dynamic-updates/resources/SVGPatternElement-dom-y-attr.js:
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-height-prop.js:
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternContentUnits-prop.js:
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternTransform-prop.js:
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternUnits-prop.js:
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-width-prop.js:
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-x-prop.js:
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-y-prop.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cx-attr.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cy-attr.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fx-attr.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fy-attr.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientTransform-attr.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientUnits-attr.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-r-attr.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cx-prop.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cy-prop.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fx-prop.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fy-prop.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientTransform-prop.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientUnits-prop.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-r-prop.js:
* svg/dynamic-updates/resources/SVGTestCase.js:
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Eric.
Add new dynamic-update layout tests covering SVGPatternElement.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Added.
* svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-dom-height-attr.html: Added.
* svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr.html: Added.
* svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr.html: Added.
* svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr.html: Added.
* svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-dom-width-attr.html: Added.
* svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-dom-x-attr.html: Added.
* svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-dom-y-attr.html: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-height-prop.html: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop.html: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop.html: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop.html: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-width-prop.html: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-x-prop.html: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-y-prop.html: Added.
* svg/dynamic-updates/resources/SVGPatternElement-dom-height-attr.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-dom-patternContentUnits-attr.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-dom-patternTransform-attr.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-dom-patternUnits-attr.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-dom-width-attr.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-dom-x-attr.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-dom-y-attr.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-height-prop.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternContentUnits-prop.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternTransform-prop.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternUnits-prop.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-width-prop.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-x-prop.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-y-prop.js: Added.
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Dave.
Fix mask regressions.
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
* platform/mac/svg/batik/masking/maskRegions-expected.checksum:
* platform/mac/svg/batik/masking/maskRegions-expected.png:
* platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
* platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Sam.
Speculative fix for hit testing problems in dynamic-updates/SVGLineElement* on Tiger.
Supposed to fix the hanging tests on the buildbot.
* svg/dynamic-updates/resources/SVGTestCase.js:
2008-08-12 Sam Weinig <sam@webkit.org>
* fast/dom/Window/window-properties-expected.txt: Update results.
2008-08-12 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for https://bugs.webkit.org/show_bug.cgi?id=19348
<rdar://problem/5978447> REGRESSION (r34193): Setting the size of a frame with javascript document.body.row no longer works
* fast/frames/frameset-style-recalc.html: Added.
* platform/mac/fast/frames/frameset-style-recalc-expected.checksum: Added.
* platform/mac/fast/frames/frameset-style-recalc-expected.png: Added.
* platform/mac/fast/frames/frameset-style-recalc-expected.txt: Added.
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Anders.
Add new dynamic-update layout tests covering SVGCursorElement.
Scale svg/webarchive/resources/green-checker.png to a value < 128x128,
as this is the maximum hardcoded cursor size (fixes manual testing of svg-cursor-subresources.svg).
* platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Added.
* svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.txt: Added.
* svg/dynamic-updates/SVGCursorElement-dom-x-attr.html: Added.
* svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.txt: Added.
* svg/dynamic-updates/SVGCursorElement-dom-y-attr.html: Added.
* svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.txt: Added.
* svg/dynamic-updates/SVGCursorElement-svgdom-x-prop.html: Added.
* svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.txt: Added.
* svg/dynamic-updates/SVGCursorElement-svgdom-y-prop.html: Added.
* svg/dynamic-updates/resources/SVGCursorElement-dom-x-attr.js: Added.
* svg/dynamic-updates/resources/SVGCursorElement-dom-y-attr.js: Added.
* svg/dynamic-updates/resources/SVGCursorElement-svgdom-x-prop.js: Added.
* svg/dynamic-updates/resources/SVGCursorElement-svgdom-y-prop.js: Added.
* svg/webarchive/resources/green-checker.png:
* svg/webarchive/svg-cursor-subresources-expected.webarchive:
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Oliver.
Add new dynamic-update layout tests covering SVGMaskElement.
Move pixel tests results of SVGMarkerElement* to the right positions, while I'm at it.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.checksum: Copied from svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.checksum.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Copied from svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.checksum: Copied from svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.checksum.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Copied from svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.checksum: Removed.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Removed.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.checksum: Removed.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Removed.
* svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-dom-height-attr.html: Added.
* svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr.html: Added.
* svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr.html: Added.
* svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-dom-width-attr.html: Added.
* svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-dom-x-attr.html: Added.
* svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-dom-y-attr.html: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-height-prop.html: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop.html: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop.html: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-width-prop.html: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-x-prop.html: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-y-prop.html: Added.
* svg/dynamic-updates/resources/SVGMaskElement-dom-height-attr.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-dom-maskContentUnits-attr.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-dom-maskUnits-attr.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-dom-width-attr.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-dom-x-attr.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-dom-y-attr.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-svgdom-height-prop.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-svgdom-maskContentUnits-prop.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-svgdom-maskUnits-prop.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-svgdom-width-prop.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-svgdom-x-prop.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-svgdom-y-prop.js: Added.
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Add new dynamic-update layout tests covering SVGMarkerElement.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr.html: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr.html: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr.html: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-orient-attr.html: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-refX-attr.html: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-refY-attr.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.checksum: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.checksum: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call.html: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-dom-markerHeight-attr.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-dom-markerUnits-attr.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-dom-markerWidth-attr.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-dom-orient-attr.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-dom-refX-attr.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-dom-refY-attr.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-markerHeight-prop.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-markerUnits-prop.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-markerWidth-prop.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-orientAngle-prop.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-orientType-prop.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-refX-prop.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-refY-prop.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-setOrientToAngle-call.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-setOrientToAuto-call.js: Added.
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Add new dynamic-update layout tests covering SVGImageElement.
Fix bug: SVGImageElement doesn't react on 'preserveAspectRatio' changes.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
* svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-dom-height-attr.html: Added.
* svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr.html: Added.
* svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-dom-width-attr.html: Added.
* svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-dom-x-attr.html: Added.
* svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-dom-y-attr.html: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-height-prop.html: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop.html: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-width-prop.html: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-x-prop.html: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-y-prop.html: Added.
* svg/dynamic-updates/resources/SVGImageElement-dom-height-attr.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-dom-preserveAspectRatio-attr.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-dom-width-attr.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-dom-x-attr.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-dom-y-attr.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-svgdom-height-prop.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-svgdom-preserveAspectRatio-prop.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-svgdom-width-prop.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-svgdom-x-prop.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-svgdom-y-prop.js: Added.
2008-08-11 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Oliver.
Add a bunch of new dynamic-updates tests covering SVGLineElement & SVGRadialGradientElement.
No functional changes needed, all work out of the box.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Added.
* svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-dom-x1-attr.html: Added.
* svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-dom-x2-attr.html: Added.
* svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-dom-y1-attr.html: Added.
* svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-dom-y2-attr.html: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-x1-prop.html: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-x2-prop.html: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-y1-prop.html: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-y2-prop.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop.html: Added.
* svg/dynamic-updates/resources/SVGLineElement-dom-x1-attr.js: Added.
* svg/dynamic-updates/resources/SVGLineElement-dom-x2-attr.js: Added.
* svg/dynamic-updates/resources/SVGLineElement-dom-y1-attr.js: Added.
* svg/dynamic-updates/resources/SVGLineElement-dom-y2-attr.js: Added.
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x1-prop.js: Added.
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x2-prop.js: Added.
* svg/dynamic-updates/resources/SVGLineElement-svgdom-y1-prop.js: Added.
* svg/dynamic-updates/resources/SVGLineElement-svgdom-y2-prop.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cx-attr.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cy-attr.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fx-attr.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fy-attr.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientTransform-attr.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientUnits-attr.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-r-attr.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cx-prop.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cy-prop.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fx-prop.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fy-prop.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientTransform-prop.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientUnits-prop.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-r-prop.js: Added.
2008-08-11 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Antti.
Fixes: http://bugs.webkit.org/show_bug.cgi?id=17736
JS wrapper objects around SVG POD types, that contain other SVG POD types with writable properties
failed to update. Modification of the values were completly ignored (ie. transform.matrix.a = 50, didn't take any effect)
* platform/mac/svg/custom/immutable-properties-expected.checksum: Added.
* platform/mac/svg/custom/immutable-properties-expected.png: Added.
* platform/mac/svg/custom/svg-modify-currentTranslate-expected.checksum: Added.
* platform/mac/svg/custom/svg-modify-currentTranslate-expected.png: Added.
* platform/mac/svg/custom/tearoffs-with-tearoffs-expected.checksum: Added.
* platform/mac/svg/custom/tearoffs-with-tearoffs-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
* svg/custom/immutable-properties-expected.txt: Added.
* svg/custom/immutable-properties.html: Added.
* svg/custom/resources/immutable-properties.js: Added.
* svg/custom/resources/svg-modify-currentTranslate.js: Added.
* svg/custom/resources/tearoffs-with-tearoffs.js: Added.
* svg/custom/svg-modify-currentTranslate-expected.txt: Added.
* svg/custom/svg-modify-currentTranslate.html: Added.
* svg/custom/tearoffs-with-tearoffs-expected.txt: Added.
* svg/custom/tearoffs-with-tearoffs.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.txt:
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientTransform-prop.js:
2008-08-11 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
https://bugs.webkit.org/show_bug.cgi?id=20328
Add testcase for interrupted 'all' transition with more than
one property changing.
* transitions/interrupted-all-transition-expected.txt: Added.
* transitions/interrupted-all-transition.html: Added.
2008-08-11 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/6131096> Reproducible crash in CounterNode::isReset under guard malloc
* fast/css/counters/invalidate-cached-counter-node.html: Added.
* platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.checksum: Added.
* platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.png: Added.
* platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.txt: Added.
== Rolled over to ChangeLog-2008-08-10 ==