| Index: webkit/data/layout_tests/chrome/fast/events/document-no-frame-events-no-crash.html
|
| ===================================================================
|
| --- webkit/data/layout_tests/chrome/fast/events/document-no-frame-events-no-crash.html (revision 12362)
|
| +++ webkit/data/layout_tests/chrome/fast/events/document-no-frame-events-no-crash.html (working copy)
|
| @@ -1,17 +0,0 @@
|
| -<html>
|
| -<body>
|
| -This tests that setting an event handler to a document element created by
|
| -document.implementation.createDocument does not crash the renderer.
|
| -
|
| -<script>
|
| -if (window.layoutTestController) {
|
| - window.layoutTestController.dumpAsText();
|
| -}
|
| -
|
| -if (document.implementation && document.implementation.createDocument) {
|
| - var doc = document.implementation.createDocument('', '', null);
|
| - doc.onload = function() { };
|
| -}
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|