3 <style type=
"text/css">
11 if (window
.testRunner
) {
12 testRunner
.dumpAsText();
13 testRunner
.waitUntilDone();
17 <body onload=
"finish()">
18 This test is to ensure that we do not crash while rendering a fixed table layout.
19 <div id=
"result"><span style='color: red;'
>FAIL:
</span> Did not complete test
</div>
22 <td colspan=
"65536"></td>
27 if (window
.testRunner
)
28 testRunner
.notifyDone();
29 document
.getElementById("result").innerHTML
= "<span style='color: green;'>PASS:</span> Did not crash.";