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

Side by Side Diff: sky/engine/web/tests/data/fixed_layout.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 <head>
2 <style>
3 /* Since tests are built with desktop viewport settings set the viewport
4 to behave like Android */
5 @viewport {
6 min-width: 980px;
7 }
8 /* Use a font size large enough so autosizing kicks in. */
9 body {
10 font-size: 20px;
11 }
12 </style>
13 </head>
14 <body>Ordinary non-mobile page<br>
15 Here's some text so that the autosizer kicks in. If there isn't enough text the autosizer will not autosize this page. Here's some text so that the autosizer ki cks in. If there isn't enough text the autosizer will not autosize this page. He re's some text so that the autosizer kicks in. If there isn't enough text the au tosizer will not autosize this page. Here's some text so that the autosizer kick s in. If there isn't enough text the autosizer will not autosize this page. Here 's some text so that the autosizer kicks in. If there isn't enough text the auto sizer will not autosize this page.
16 </body>
OLDNEW
« no previous file with comments | « sky/engine/web/tests/data/fixed-position-in-fixed-viewport.html ('k') | sky/engine/web/tests/data/focus_blur_events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698