haikuwebkit/LayoutTests/svg/dynamic-updates/SVGFEImageElement-svgdom-pr...

16 lines
662 B
Plaintext

SVG 1.1 dynamic update tests
Tests dynamic updates of the 'preserveAspectRatio' property of the SVGFEImageElement object
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS image.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN
PASS image.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE
PASS image.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID
PASS image.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE
PASS successfullyParsed is true
TEST COMPLETE