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

Side by Side Diff: LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2.html

Issue 16695002: Uptake WebKit Changeset r149185. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Refetch render view and null check AXObjectCache Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2-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 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) { 4 if (window.testRunner) {
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 testRunner.waitUntilDone(); 6 testRunner.waitUntilDone();
7 } 7 }
8 8
9 </script> 9 </script>
10 </head> 10 </head>
11 <body> 11 <body>
12 <div>This tests if removing the iframe, while the iframe's object's beforeload i s executed is safe.</div> 12 <div>This tests if removing the iframe, while the iframe's object's beforeload i s executed is safe.</div>
13 <div>PASS if no crash is observed, while loading iframe.</div> 13 <div>PASS if no crash is observed, while loading iframe.</div>
14 <iframe seamless=seamless onload='setTimeout("if (window.testRunner) testRunner. notifyDone()", 100);' 14 <iframe onload='setTimeout("if (window.testRunner) testRunner.notifyDone()", 100 );'
15 src='resources/remove-this-during-object-beforeload.html'></iframe> 15 src='resources/remove-this-during-object-beforeload.html'></iframe>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698