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

Side by Side Diff: LayoutTests/fast/dom/beforeload/flash-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 </script>
11
12 <object id="plugin" onbeforeload="return false" type="application/x-shockwave-fl ash" data="../../../plugins/resources/simple_blank.swf"
13 width="300" height="150">
14 <span style="font-family:monospace; color:green">PASS</span>
15 </object>
16
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698