| <html xmlns="http://www.w3.org/1999/xhtml"> |
| if (window.layoutTestController) |
| layoutTestController.waitUntilDone(); |
| var frame = document.getElementsByTagName("iframe")[0]; |
| var body = document.getElementById("body"); |
| body.appendChild(document.getElementById("option")); |
| document.getElementById("result").appendChild(document.createTextNode("If no crash while painting, the test passed (requires pixel test mode).")); |
| if (window.layoutTestController) |
| layoutTestController.notifyDone(); |
| <body id="body" onload="test()"> |
| <iframe src="javascript:55"/> |
| <option id="option"><iframe src="data:text/html,11"/></option> |