Files
Mozilla/mozilla/htmlparser/tests/html/48351.html
(no author) b4b70055bb This commit was manufactured by cvs2svn to create branch
'AVIARY_1_0_20040515_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@156431 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-15 19:32:54 +00:00

13 lines
641 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><title>Mozilla Tests: An XHTML Document</title>
<style type="text/css">
.xhtml { display: none; }
strong { color: red; }
</style></head>
<body>
<h1>An XHTML Document</h1>
<p>This document is being parsed as <span class="xhtml">X</span>HTML. </p>
<p> <strong> This should not be emphasised text. </strong></p>
<strong> </strong><p><strong> This should be a second paragraph. </strong></p>
<strong> </strong></body></html>