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

Side by Side Diff: Source/WebKit/chromium/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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 body { margin: 0; padding: 0; }
6 </style>
7 </head>
8 <body>
9 <object id="rotated-plugin"
10 style="-webkit-transform: rotate(90deg); position: absolute; top: 0; left: 0; -webkit-transform-origin: 0 0;"
11 type="application/x-webkit-test-webplugin"
12 border=0
13 width="40"
14 height="40">
15 </object>
16 <object id="translated-plugin"
17 border=0
18 style="-webkit-transform: translate(10px, 10px); position: absolute; top: 0; left: 0;"
19 type="application/x-webkit-test-webplugin"
20 width="40"
21 height="40">
22 </object>
23 </body>
24 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698