file_bug522601.html (450B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 2 "http://www.w3.org/TR/html4/loose.dtd"> 3 <html> 4 <!-- 5 https://bugzilla.mozilla.org/show_bug.cgi?id=522601 6 --> 7 <head> 8 <title>Test for Bug 522601</title> 9 <script src="/tests/SimpleTest/SimpleTest.js"></script> 10 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> 11 </head> 12 <body> 13 <div id="some content"> 14 <h1>Blah</h1> 15 </div> 16 </body> 17 </html>