Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / dynamic / 001.xml
blob6a77e947c1692631a91e3b958584629ae54f33ba
1 <svg xmlns="http://www.w3.org/2000/svg" height="200" width="400" onload="test()">
2  <script type="text/javascript">
3  if (window.testRunner)
4      testRunner.dumpAsText();
5  function test() {
6      alert('The test has passed.')
7    }
8  </script>
9  <text x="20" y="20" font-size="20">A dialog should appear and say the test has passed.</text>
10 </svg>