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

Side by Side Diff: LayoutTests/fast/dom/child-insertion-notify-crash.html

Issue 10539032: Merge 119050 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/child-insertion-notify-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 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../js/resources/js-test-pre.js"></script>
4 <script> 4 <script>
5 function crash() 5 function crash()
6 { 6 {
7 document.getElementById("test").innerHTML = "PASS. WebKit didn't crash."; 7 document.getElementById("test").innerHTML = "PASS. WebKit didn't crash.";
8 gc(); 8 gc();
9 } 9 }
10 </script> 10 </script>
11 <div dir="auto" id="test">A<iframe onload="crash()"></iframe></div> 11 <div dir="auto" id="test">A<iframe onload="crash()"></iframe></div>
12 <script src="../js/resources/js-test-post.js"></script> 12 <script src="../js/resources/js-test-post.js"></script>
13 </html> 13 </html>
14 14
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/child-insertion-notify-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698