layout/base/crashtests/338703-1.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:48ff1319e76e
1 <html>
2
3 <head>
4
5 <style id="style"></style>
6 <script>
7
8 function hmm()
9 {
10 document.getElementById("style").textContent = "td { overflow: scroll; } table { background: lightblue; }";
11 }
12
13
14 </script>
15
16
17
18 </head>
19
20
21 <body onload="hmm()">
22
23
24
25 <table><tr><td>Foopy</td></tr></table>
26
27
28 </body>
29 </html>

mercurial