Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / dom / use-style-recalc-script-execute-crash.html
1 <!DOCTYPE html>
2 <html>
3 Test passes if it does not crash and "script" inside "rect" executes.
4 <script>
5 if (window.testRunner)
6     testRunner.dumpAsText();
7 </script>
8 <svg>
9 <g>
10 <use xlink:href="#test"/>
11 <rect id="test">
12 <script>
13 document.body.innerHTML = "PASS";
14 </script>
15 </rect>
16 </g>
17 </svg>
18 </html>
19