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

Side by Side Diff: webkit/data/layout_tests/chrome/fast/events/iframe-onload-remove-self-no-crash.html

Issue 6573: It turns out that we were only "failing" the iframe-onload-remove-self-no-cra... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <script>
3 if (window.layoutTestController)
4 layoutTestController.dumpAsText();
5 </script>
2 <script src="resources/iframe-onload-remove-self-no-crash.js"></script> 6 <script src="resources/iframe-onload-remove-self-no-crash.js"></script>
3 <body> 7 <body>
4 This tests that setting remove a child frame in onload event handler 8 This tests that setting remove a child frame in onload event handler
5 does not crash the renderer. 9 does not crash the renderer.
6 <br> 10 <br>
7 <iframe src="resources/iframe-onload-remove-self-no-crash-child.html"></iframe> 11 <iframe src="resources/iframe-onload-remove-self-no-crash-child.html"></iframe>
8 </body> 12 </body>
9 </html> 13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698