content/html/document/reftests/bug448564-1_malformed.html

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:3ff93fad5f49
1 <html>
2 <head>
3 <link rel="stylesheet" type="text/css"
4 href="bug448564_forms.css">
5 </link>
6 </head>
7 <body>
8 <i><b>
9 <form>a</form> <!-- These forms should not end up nested! -->
10 <form>b</form>
11 <!-- Why does it matter whether we explicitly close this tag? -->
12 <!-- It matters because nsHTMLTokenizer::ScanDocStructure checks
13 whether there are any malformed tags before parsing begins,
14 and, if there are any, residual style tags (<i>, <b>, &c.)
15 must be pushed inside block elements (e.g., <form>). -->
16 <div><!-- </div> -->
17 </b></i>
18 </body>
19 </html>

mercurial