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

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

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
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>
13 </html> 12 </html>
14 13
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/characterdata-api-arguments.html ('k') | LayoutTests/fast/dom/click-method-on-html-element.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698