| <!DOCTYPE html> | |
| <html> | |
| <script src="../../resources/js-test-pre.js"></script> | |
| <script> | |
| function crash() | |
| { | |
| document.getElementById("test").innerHTML = "PASS. WebKit didn't crash."; | |
| gc(); | |
| } | |
| </script> | |
| <div dir="auto" id="test">A<iframe onload="crash()"></iframe></div> | |
| <script src="../../resources/js-test-post.js"></script> | |
| </html> | |