- add third_party src.
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / dynamic-updates / SVGSVGElement-dom-requiredFeatures-expected.txt
1 SVG 1.1 dynamic update tests
2
3 Check that SVGSVGElement is initially displayed
4 PASS svgElement.getBoundingClientRect().width is 300
5 Check that setting requiredFeatures to something invalid makes it not render
6 FAIL svgElement.getBoundingClientRect().width should be 0. Was 300.
7 Check that setting requiredFeatures to something valid makes it render again
8 PASS svgElement.getBoundingClientRect().width is 300
9 Check that adding something valid to requiredFeatures keeps rendering the element
10 PASS svgElement.getBoundingClientRect().width is 300
11 Check that adding something invalid to requiredFeatures makes it not render
12 FAIL svgElement.getBoundingClientRect().width should be 0. Was 300.
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16