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

Side by Side Diff: LayoutTests/fast/filesystem/workers/detached-frame-crash.html

Issue 10948013: Merge 128263 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/fast/filesystem/workers/detached-frame-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- http://crbug.com/147592 2 <!-- http://crbug.com/147592
3 http://webkit.org/b/96354 --> 3 http://webkit.org/b/96354 -->
4 <script> 4 <script>
5 if (window.testRunner) { 5 if (window.testRunner) {
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 testRunner.waitUntilDone(); 7 testRunner.waitUntilDone();
8 } 8 }
9 9
10 document.addEventListener("DOMContentLoaded", runTest); 10 document.addEventListener("DOMContentLoaded", runTest);
(...skipping 10 matching lines...) Expand all
21 } 21 }
22 22
23 function done() 23 function done()
24 { 24 {
25 document.body.innerText = "PASS"; 25 document.body.innerText = "PASS";
26 if (window.testRunner) 26 if (window.testRunner)
27 testRunner.notifyDone(); 27 testRunner.notifyDone();
28 } 28 }
29 </script> 29 </script>
30 <iframe id="frame" src="resources/detached-frame-crash-frame.html"/> 30 <iframe id="frame" src="resources/detached-frame-crash-frame.html"/>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/filesystem/workers/detached-frame-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698