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

Side by Side Diff: LayoutTests/plugins/plugin-inside-iframe.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 </head> 4 </head>
5 <body> 5 <body>
6 <iframe frameborder="0" width="200" height="200" src="resources/plugin-page.html "></iframe> 6 <iframe frameborder="0" width="200" height="200" src="resources/plugin-page.html "></iframe>
7 <script> 7 <script>
8 if (!window.testRunner) { 8 if (!window.testRunner) {
9 document.write("This test does not work in manual mode."); 9 document.write("This test does not work in manual mode.");
10 } else { 10 } else {
11 testRunner.dumpAsText(); 11 testRunner.dumpAsText();
12 } 12 }
13 </script> 13 </script>
14 <div>This tests that we do not crash by putting a plugin inside an iframe.</div> 14 <div>This tests that we do not crash by putting a plugin inside an iframe.</div>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698