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

Side by Side Diff: sky/engine/web/tests/data/rgm_test.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 <style>
2 div {
3 border-style:solid;
4 border-width:1px;
5 transform:translate3d(0, 0, 0);
6 position:relative;
7 padding:5px 0px;
8 width:500px;
9 }
10 </style>
11
12 <div id='InitialDiv'></div>
13 <div id='LongDiv' style="width:200px"></div>
14 <div id='CenterDiv' style="left:20px">
15 <div id='InnerDiv' style="left:20px">
16 <div id='OtherDiv' style="">
17 Word
18 </div>
19 </div>
20 </div>
21
OLDNEW
« no previous file with comments | « sky/engine/web/tests/data/rgm_iframe_test.html ('k') | sky/engine/web/tests/data/rgm_transformed_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698