Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / error / 013.xml
blobdea1bd37895b8dffe5c32ed7d8c230b378a99b7e
1 <?xml-stylesheet href="001a.css"?>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4   <title>Error handling in a mixed-content document</title>
5   <style type="text/css">
6    p { color: green; }
7   </style>
8  </head>
9  <body>
10   <svg xmlns="http://www.w3.org/2000/svg" width="-100" height="20">
11    <text x="10" y="30" font-size="10" fill="red">FAIL (This should not render.)</text>
12   </svg>
13   <p>This line should be green, the word "FAIL" should not appear on
14   this page, but a highly perceivable indication of error should be
15   present somewhere.</p>
16  </body>
17 </html>