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

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

Issue 4188001: Merge 70517 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/events/form-iframe-target-before-load-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <body onload="runTest()"> 2 <body onload="runTest()">
3 <div id="console"></div> 3 <div id="console"></div>
4 <form id="form1" style="display:none" method="post" target="test" action ="http://anything.com"></form> 4 <form id="form1" style="display:none" method="post" target="test" action ="http://anything.com"></form>
5 <script> 5 <script>
6 if (window.layoutTestController) 6 if (window.layoutTestController)
7 { 7 {
8 layoutTestController.dumpAsText(); 8 layoutTestController.dumpAsText();
9 layoutTestController.waitUntilDone(); 9 layoutTestController.waitUntilDone();
10 } 10 }
(...skipping 15 matching lines...) Expand all
26 { 26 {
27 document.body.removeChild(document.getElementById('test')); 27 document.body.removeChild(document.getElementById('test'));
28 document.body.offsetTop; 28 document.body.offsetTop;
29 } 29 }
30 }, true); 30 }, true);
31 </script> 31 </script>
32 <iframe id="test" src="about:blank"></iframe> 32 <iframe id="test" src="about:blank"></iframe>
33 </body> 33 </body>
34 </html> 34 </html>
35 35
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/form-iframe-target-before-load-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698