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

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +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>