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

Unified Diff: LayoutTests/http/tests/misc/finish-load-resource-timing-buffer-full-crash.html

Issue 806183005: Remove FrameLoader's checkLoadComplete and checkLoadCompleteForThisFrame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Helpers Created 5 years, 11 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/http/tests/misc/finish-load-resource-timing-buffer-full-crash.html
diff --git a/LayoutTests/http/tests/misc/finish-load-resource-timing-buffer-full-crash.html b/LayoutTests/http/tests/misc/finish-load-resource-timing-buffer-full-crash.html
index 8d86ff37a77d143222e898d8f65dd14b151d0ac5..0b3893a67cd3da9d62bcc66bad69d7e229e7eab3 100644
--- a/LayoutTests/http/tests/misc/finish-load-resource-timing-buffer-full-crash.html
+++ b/LayoutTests/http/tests/misc/finish-load-resource-timing-buffer-full-crash.html
@@ -3,7 +3,8 @@ if (window.testRunner)
testRunner.dumpAsText();
performance.onwebkitresourcetimingbufferfull = function() {
- document.body.innerHTML = "PASS";
+ document.write("PASS");
+ document.close();
};
performance.webkitSetResourceTimingBufferSize(1);
</script>

Powered by Google App Engine
This is Rietveld 408576698