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

Side by Side Diff: sky/engine/web/tests/data/pinch-viewport-fixed-pos.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 <style>
6 ::-webkit-scrollbar {
7 width: 0px;
8 height: 0px;
9 }
10 body {
11 margin: 0px;
12 height: 1000px;
13 }
14 #navbar {
15 background: silver;
16 width: 200px;
17 height: 30px;
18 position: fixed;
19 bottom: 50px;
20 left: 50px;
21 }
22 </style>
23 </head>
24
25 <body>
26 <div id="navbar">a</div>
27 </body>
28
29 </html>
OLDNEW
« no previous file with comments | « sky/engine/web/tests/data/percent-height-descendants.html ('k') | sky/engine/web/tests/data/pinch-viewport-input-field.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698