summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/xhtml-alternate-entities.xml
blob: ff3edef38a7549f80f012ea02b15e3182d265dff (plain)
1
2
3
4
5
6
<?xml-stylesheet href="data:text/css,.test%20{%20color:%20red;%20}" ?>
<!DOCTYPE html PUBLIC "-//WHATWG//DTD XHTML 1.0 AlternateEntities//EN" "010.dtd">
<html>
 <h1> &fnof;&auml;&iuml;&Iuml; </h1> <!-- If you get a parse error, this test has PASSED. -->
 <p class="test"><font color="red"> This should be the only line on this page.  You should see a parse error above.</font></p>
</html>