Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: LayoutTests/fast/dom/ImageDocument-image-deletion.html

Issue 561813003: Prepare blink to unify definitions of load completion (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add document.close() to scroll-left-while-loading.html Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/ImageDocument-image-deletion.html
diff --git a/LayoutTests/fast/dom/ImageDocument-image-deletion.html b/LayoutTests/fast/dom/ImageDocument-image-deletion.html
deleted file mode 100644
index e27c43aa40b19ee61fecb872a1a6a99e79ab95c3..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/ImageDocument-image-deletion.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<head>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
-
- function test()
- {
- var f = document.getElementById("frame");
- f.contentDocument.open();
- f.contentDocument.close();
- }
- </script>
-</head>
-<body onload="test()">
- <p>
- Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=16097">http://bugs.webkit.org/show_bug.cgi?id=16097</a>
- Safari crashes during load of LexisNexis search results</i>.
- </p>
- <p>
- Testing that destroying the image element in a standalone image
- document does not lead to a crash.
- </p>
- <iframe src="resources/apple.gif" id="frame"></iframe>
-</body>

Powered by Google App Engine
This is Rietveld 408576698