Upstream version 11.40.277.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / dynamic-updates / SVGCircleElement-dom-requiredFeatures-expected.txt
1 SVG 1.1 dynamic update tests
2
3 Check that SVGCircleElement is initially displayed
4 PASS circleElement.getBBox().width is 400
5 PASS circleElement.getBBox().height is 400
6 Check that setting requiredFeatures to something invalid makes it not render
7 PASS circleElement.getBBox().width is 0
8 PASS circleElement.getBBox().height is 0
9 Check that setting requiredFeatures to something valid makes it render again
10 PASS circleElement.getBBox().width is 400
11 PASS circleElement.getBBox().height is 400
12 Check that adding something valid to requiredFeatures keeps rendering the element
13 PASS circleElement.getBBox().width is 400
14 PASS circleElement.getBBox().height is 400
15 Check that adding something invalid to requiredFeatures makes it not render
16 PASS circleElement.getBBox().width is 0
17 PASS circleElement.getBBox().height is 0
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21