Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / svg / dynamic-updates / SVGPolylineElement-svgdom-requiredFeatures-expected.txt
1 SVG 1.1 dynamic update tests
2
3 Check that SVGPolylineElement is initially displayed
4 PASS document.defaultView.getComputedStyle(polylineElement, null).display is "inline"
5 Check that setting requiredFeatures to something invalid makes it not render
6 PASS document.defaultView.getComputedStyle(polylineElement, null).display is ""
7 Check that setting requiredFeatures to something valid makes it render again
8 PASS document.defaultView.getComputedStyle(polylineElement, null).display is "inline"
9 Check that adding something valid to requiredFeatures keeps rendering the element
10 PASS document.defaultView.getComputedStyle(polylineElement, null).display is "inline"
11 Check that adding something invalid to requiredFeatures makes it not render
12 PASS document.defaultView.getComputedStyle(polylineElement, null).display is ""
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16