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