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

Side by Side Diff: sky/engine/web/tests/data/fixed-position-in-fixed-viewport.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 <head>
4 <meta name="viewport" content="width=400,height=400,initial-scale=1.0">
5 <style>
6 div {
7 position: fixed;
8 background-color: blue;
9 }
10 </style>
11 </head>
12
13 <body style="width: 500px; height: 500px">
14 <div id="bottom-fixed" style="left: 0px; bottom: 0px; width: 20px; height: 20p x"></div>
15 <div id="top-bottom-fixed" style="left: 0px; top: 0px; bottom: 0px; width: 20p x"></div>
16 <div id="right-fixed" style="top: 0px; right: 0px; width: 20px; height: 20px"> </div>
17 <div id="left-right-fixed" style="top: 0px; left: 0px; right: 0px; height: 20p x"></div>
18 </body>
19 </html>
OLDNEW
« no previous file with comments | « sky/engine/web/tests/data/fixed-position.html ('k') | sky/engine/web/tests/data/fixed_layout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698