Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / xhtml-alternate-entities.xml
blobff3edef38a7549f80f012ea02b15e3182d265dff
1 <?xml-stylesheet href="data:text/css,.test%20{%20color:%20red;%20}" ?>
2 <!DOCTYPE html PUBLIC "-//WHATWG//DTD XHTML 1.0 AlternateEntities//EN" "010.dtd">
3 <html>
4  <h1> &fnof;&auml;&iuml;&Iuml; </h1> <!-- If you get a parse error, this test has PASSED. -->
5  <p class="test"><font color="red"> This should be the only line on this page.  You should see a parse error above.</font></p>
6 </html>