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

Side by Side Diff: LayoutTests/fast/dom/clone-node-load-event-crash.html

Issue 10878069: Merge 124914 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 4 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/dom/clone-node-load-event-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 <html> 2 <html>
3 <body> 3 <body>
4 <script> 4 <script>
5 </script> 5 </script>
6 <div contenteditable='true' id='div'> 6 <div contenteditable='true' id='div'>
7 <script> 7 <script>
8 if (window.testRunner) 8 if (window.testRunner)
9 testRunner.dumpAsText(); 9 testRunner.dumpAsText();
10 10
(...skipping 11 matching lines...) Expand all
22 function removeContent() { 22 function removeContent() {
23 document.body.innerHTML = "Tests that we don't crash due to incorrect load e vent firing during cloneNode. <br />\ 23 document.body.innerHTML = "Tests that we don't crash due to incorrect load e vent firing during cloneNode. <br />\
24 PASS. WebKit didn't crash."; 24 PASS. WebKit didn't crash.";
25 } 25 }
26 26
27 window.addEventListener('load', removeContent, false); 27 window.addEventListener('load', removeContent, false);
28 document.addEventListener('DOMContentLoaded', crash, false); 28 document.addEventListener('DOMContentLoaded', crash, false);
29 </script> 29 </script>
30 </body> 30 </body>
31 </html> 31 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/clone-node-load-event-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698