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

Unified Diff: LayoutTests/fast/events/form-iframe-target-before-load-crash.html

Issue 7390020: Merge 90936 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/fast/events/form-iframe-target-before-load-crash2.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/form-iframe-target-before-load-crash.html
===================================================================
--- LayoutTests/fast/events/form-iframe-target-before-load-crash.html (revision 91142)
+++ LayoutTests/fast/events/form-iframe-target-before-load-crash.html (working copy)
@@ -1,4 +1,5 @@
<html>
+ <script src="../js/resources/js-test-pre.js"></script>
<body onload="runTest()">
<div id="console"></div>
<form id="form1" style="display:none" method="post" target="test" action="http://anything.com"></form>
@@ -25,6 +26,7 @@
if (count == 2)
{
document.body.removeChild(document.getElementById('test'));
+ gc();
document.body.offsetTop;
}
}, true);
« no previous file with comments | « no previous file | LayoutTests/fast/events/form-iframe-target-before-load-crash2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698