Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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>