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

Side by Side Diff: LayoutTests/http/tests/appcache/deferred-events-delete-while-raising-timer.html

Issue 9371035: Merge 107023 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 10 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/http/tests/appcache/deferred-events-delete-while-raising-timer-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 <script> 2 <script>
3 if (window.layoutTestController) { 3 if (window.layoutTestController) {
4 layoutTestController.dumpAsText(); 4 layoutTestController.dumpAsText();
5 layoutTestController.waitUntilDone(); 5 layoutTestController.waitUntilDone();
6 } 6 }
7 7
8 window.onmessage = function() { 8 window.onmessage = function() {
9 document.getElementById('result').innerHTML = "SUCCESS"; 9 document.getElementById('result').innerHTML = "SUCCESS";
10 if (window.layoutTestController) 10 if (window.layoutTestController)
11 layoutTestController.notifyDone(); 11 layoutTestController.notifyDone();
12 } 12 }
13 13
14 function killChildFrame() { 14 function killChildFrame() {
15 document.body.removeChild(document.getElementsByTagName("iframe")[0]); 15 document.body.removeChild(document.getElementsByTagName("iframe")[0]);
16 } 16 }
17 </script> 17 </script>
18 <p>Test the destruction of an iframe while deferred events are being raised does not crash the system.</p> 18 <p>Test the destruction of an iframe while deferred events are being raised does not crash the system.</p>
19 <div id="result">FAILURE</div> 19 <div id="result">FAILURE</div>
20 <iframe src="resources/deferred-events-delete-while-raising-timer-1.html"></ifra me> 20 <iframe src="resources/deferred-events-delete-while-raising-timer-1.html"></ifra me>
21 </html> 21 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/appcache/deferred-events-delete-while-raising-timer-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698