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

Side by Side Diff: sky/engine/web/tests/data/rgm_transformed_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
« no previous file with comments | « sky/engine/web/tests/data/rgm_test.html ('k') | sky/engine/web/tests/data/rtl-iframe.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <style>
2 div {
3 border-style:solid;
4 border-width:1px;
5 position:relative;
6 padding:5px 0px;
7 width:500px;
8 }
9 </style>
10
11 <div id='InitialDiv'></div>
12 <div id='LongDiv' style="width:200px"></div>
13 <div id='CenterDiv' style="left:20px; transform:scale3d(2.0, 3.0, 1.0);">
14 <div id='InnerDiv' style="left:20px; transform:rotate3d(0, 1, 0, 180deg);">
15 <div id='OtherDiv' style="">
16 Word
17 </div>
18 </div>
19 </div>
20
21
OLDNEW
« no previous file with comments | « sky/engine/web/tests/data/rgm_test.html ('k') | sky/engine/web/tests/data/rtl-iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698