blob: 22b5d34e9faa401ed4067d7029bd3e14d1c4115b [file] [log] [blame]
SVG 1.1 dynamic update tests
Check that SVGPolylineElement is initially displayed
PASS polylineElement.getBBox().width is 200
PASS polylineElement.getBBox().height is 200
Check that setting requiredFeatures to something invalid makes it not render
PASS polylineElement.getBBox().width is 0
PASS polylineElement.getBBox().height is 0
Check that setting requiredFeatures to something valid makes it render again
PASS polylineElement.getBBox().width is 200
PASS polylineElement.getBBox().height is 200
Check that adding something valid to requiredFeatures keeps rendering the element
PASS polylineElement.getBBox().width is 200
PASS polylineElement.getBBox().height is 200
Check that adding something invalid to requiredFeatures makes it not render
PASS polylineElement.getBBox().width is 0
PASS polylineElement.getBBox().height is 0
PASS successfullyParsed is true
TEST COMPLETE