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

Side by Side Diff: LayoutTests/fast/dom/beforeload/script-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>
2 <head>
3 <script src="resources/print.js"></script>
4 </head>
5
6 <body>
7 <p>This page tests the beforeload event on script elements. You should see a PA SS message below if everything
8 works.</p>
9 <hr>
10 <div id='console'></div>
11 <script>
12 if (window.testRunner)
13 testRunner.dumpAsText();
14 </script>
15 <script onbeforeload="print('PASS', 'green'); return false" src="resources/fail. js"></script>
16 </body>
17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/beforeload/resources/print.js ('k') | LayoutTests/fast/dom/beforeload/script-before-load-dynamic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698