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

Side by Side Diff: sky/engine/web/tests/data/fullscreen_div.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 <style>
3 div#div1 {
4 background: blue;
5 width: 200px;
6 height: 200px;
7 }
8 div#div2 {
9 background: red;
10 width: 2000px;
11 height: 2000px;
12 }
13 </style>
14 <body>
15 <div id="div1">will go fullscreen</div>
16 <div id="div2">will not go fullscreen</div>
17 </body>
OLDNEW
« no previous file with comments | « sky/engine/web/tests/data/frame-a-b-c.html ('k') | sky/engine/web/tests/data/get_multiple_divs_for_auto_zoom_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698