** NOT PART OF THE BUILD **
Adding more testcases to the regression test suite git-svn-id: svn://10.0.0.236/trunk@124880 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
13
mozilla/parser/htmlparser/tests/html/48351.html
Normal file
13
mozilla/parser/htmlparser/tests/html/48351.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user