Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svg-length-value-crash.svg
blobc6302cac723e2a217427bec9a6cca274f73df50c
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <!-- Test for http://crbugs.com/317484 -->
3 <rect width="100" height="100" fill="green"/>
4 <text y="230">PASS: did not crash.</text>
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
9 var w = document.rootElement.width.baseVal.value;
10 var h = document.rootElement.height.baseVal.value;
11 </script>
12 </svg>