| <html> | |
| <head> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| function finish() | |
| { | |
| document.getElementById("result").innerHTML = "PASS"; | |
| } | |
| </script> | |
| </head> | |
| <body onload="finish()"> | |
| <div id="result"></div> | |
| <textarea rows="100000000"></textarea> | |
| <textarea style="width: 100%" rows="100000000"></textarea> | |
| <object data="a" align="right"></object> | |
| </body> | |
| </html> | |