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

Side by Side Diff: sky/engine/web/tests/data/200-by-300-min-scale-2.html

Issue 1210153009: Remove (almost all of) //sky/engine/web (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3
4 <head>
5 <meta name="viewport" content="minimum-scale = 2.0">
6 <style>
7 body {
8 margin: 0px;
9 }
10 #content {
11 background: silver;
12 width: 200px;
13 height: 300px;
14 }
15 </style>
16 </head>
17
18 <body>
19 <div id="content">a</div>
20 </body>
21
22 </html>
OLDNEW
« no previous file with comments | « sky/engine/web/tests/data/200-by-300.html ('k') | sky/engine/web/tests/data/200-by-300-viewport.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698