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

Side by Side Diff: Source/web/tests/data/plugin_container.html

Issue 19906002: Move data/ directory from WebKit/chromium/tests into web/tests/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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 type="text/css"> 4 <style type="text/css">
5 body { margin: 0; padding: 0; } 5 body { margin: 0; padding: 0; }
6 </style> 6 </style>
7 </head> 7 </head>
8 <body> 8 <body>
9 <object id="rotated-plugin" 9 <object id="rotated-plugin"
10 style="-webkit-transform: rotate(90deg); position: absolute; top: 0; left: 0; -webkit-transform-origin: 0 0;" 10 style="-webkit-transform: rotate(90deg); position: absolute; top: 0; left: 0; -webkit-transform-origin: 0 0;"
11 type="application/x-webkit-test-webplugin" 11 type="application/x-webkit-test-webplugin"
12 border=0 12 border=0
13 width="40" 13 width="40"
14 height="40"> 14 height="40">
15 </object> 15 </object>
16 <object id="translated-plugin" 16 <object id="translated-plugin"
17 border=0 17 border=0
18 style="-webkit-transform: translate(10px, 10px); position: absolute; top: 0; left: 0;" 18 style="-webkit-transform: translate(10px, 10px); position: absolute; top: 0; left: 0;"
19 type="application/x-webkit-test-webplugin" 19 type="application/x-webkit-test-webplugin"
20 width="40" 20 width="40"
21 height="40"> 21 height="40">
22 </object> 22 </object>
23 </body> 23 </body>
24 </html> 24 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/data/pageserializer/yellow_background.png ('k') | Source/web/tests/data/popup/select_event.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698