Fixing build bustage from the checkin from bug 448564.

git-svn-id: svn://10.0.0.236/trunk@255089 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mrbkap%gmail.com
2008-11-18 05:33:58 +00:00
parent 19b8b6c40a
commit 24bd801bae
20 changed files with 271 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<html>
<head>
<link rel="stylesheet" type="text/css"
href="bug448564_forms.css">
</link>
</head>
<body>
<i><b>
<form>a</form> <!-- These forms should not end up nested! -->
<form>b</form>
<!-- Why does it matter whether we explicitly close this tag? -->
<!-- It matters because nsHTMLTokenizer::ScanDocStructure checks
whether there are any malformed tags before parsing begins,
and, if there are any, residual style tags (<i>, <b>, &c.)
must be pushed inside block elements (e.g., <form>). -->
<div><!-- </div> -->
</b></i>
</body>
</html>