Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / load-non-wellformed.svg
blob7c80c10cffd367c7c3c9142d6e36f1a2235411ee
1 <?xml version="1.0" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" onload="document.getElementsByTagName('text')[0].textContent='Failed'">
3 <!-- if the document is xml non-wellformed, onload handlers should not be executed -->
4 <text x="0" y="30">Passed</text>
5 <use xlink:href="#undefined">
6 </svg>