layout/style/crashtests/105619-1.html

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

michael@0 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>International Herald Tribune</title>
michael@0 5
michael@0 6 <script type="text/javascript">
michael@0 7
michael@0 8 function displayFix() {
michael@0 9 document.getElementById("bodyNode").style.display = "block";
michael@0 10 }
michael@0 11
michael@0 12 </script>
michael@0 13 <style type="text/css">
michael@0 14
michael@0 15 #clippingsContainer {overflow:auto;}
michael@0 16 #menuSearch {position:absolute;}
michael@0 17
michael@0 18 </style>
michael@0 19
michael@0 20 </head>
michael@0 21
michael@0 22 <body id="bodyNode" onload="displayFix()">
michael@0 23 <div>
michael@0 24 <div id="menuSearch"><input type="text"></div>
michael@0 25 <div id="clippingsContainer"></div>
michael@0 26 </div>
michael@0 27
michael@0 28 <table>
michael@0 29 <tr><td></td><td></td><td></td></tr>
michael@0 30 <tr><td></td><td></td><td></td></tr>
michael@0 31 </table>
michael@0 32
michael@0 33 </body></html>

mercurial