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

Side by Side Diff: LayoutTests/fast/dom/ready-state-change-crash.html

Issue 11819065: Merge 138926 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 7 years, 11 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/ready-state-change-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 Test passes if it does not crash. 3 Test passes if it does not crash.
4 <body> 4 <body>
5 <div id="a"></div> 5 <div id="a"></div>
6 <div id="b"> 6 <div id="b">
7 <iframe id="f" src="about:blank"></iframe> 7 <iframe id="f" src="about:blank"></iframe>
8 </div> 8 </div>
9 9
10 <script> 10 <script>
(...skipping 14 matching lines...) Expand all
25 return; 25 return;
26 } 26 }
27 document.getElementById('a').appendChild(document.getElementById('b')); 27 document.getElementById('a').appendChild(document.getElementById('b'));
28 }; 28 };
29 29
30 moveDivBIntoDivA(); 30 moveDivBIntoDivA();
31 fDoc.close(); 31 fDoc.close();
32 </script> 32 </script>
33 </body> 33 </body>
34 </html> 34 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/ready-state-change-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698