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/plugins/resources/plugin-page.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 <style> 4 <style>
5 #plugin { 5 #plugin {
6 position: absolute; 6 position: absolute;
7 left: 50px; 7 left: 50px;
8 top: 50px; 8 top: 50px;
9 width: 100px; 9 width: 100px;
10 height: 100px; 10 height: 100px;
11 } 11 }
12 </style> 12 </style>
13 </head> 13 </head>
14 <body> 14 <body>
15 <embed id="plugin" type="application/x-webkit-test-webplugin"></embed> 15 <embed id="plugin" type="application/x-webkit-test-webplugin"></embed>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/plugins/resources/empty2.html ('k') | LayoutTests/plugins/resources/script-container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698