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

Side by Side Diff: LayoutTests/fast/dom/beforeload/frame-before-load.html

Issue 205523003: Remove beforeload events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove more tests Created 6 years, 9 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
(Empty)
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <script src="resources/print.js"></script>
4 </head>
5 <body>
6 <div id="console"></div>
7 <script>
8 if (window.testRunner) {
9 testRunner.dumpAsText();
10 }
11 </script>
12
13 <iframe style="display:none" onbeforeload="print('PASS', 'green'); return event. url != 'http://www.daringfireball.net/';" onload="print('FAIL', 'red');" src="ht tp://www.daringfireball.net/">
14 </iframe>
15
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698