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

Side by Side Diff: sky/engine/web/tests/data/smartclip.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=device-width,initial-scale=1.0,minimum- scale=1.0,maximum-scale=1.0">
5 <title>TEST</title>
6 <style type="text/css">
7 @font-face {
8 font-family: 'myahem';
9 src: url(Ahem.ttf);
10 }
11 body {
12 font-size: 8px;
13 font-family: 'myahem';
14 }
15 div{
16 padding:10px;
17 margin:10px;
18 border:skyblue solid 2px;
19 float:left;
20 }
21 #img1{
22 width:180px;
23 height:250px;
24 }
25 #div1{
26 width:620px;
27 height:300px;
28 }
29 #div2{
30 width:180px;
31 height:250px;
32 }
33 #div3{
34 width:230px;
35 height:250px;
36 }
37 #div4, #div5{
38 width:190px;
39 height:30px;
40 }
41 #div6{
42 width:190px;
43 height:70px;
44 }
45 #div7{
46 width:75px;
47 height:250px;
48 }
49 </style>
50 </head>
51 <body>
52 <div id="div1">
53 <div id="div2"><img id="img1"></div>
54 <div id="div3">
55 <div id="div4">Air conditioner</div>
56 <div id="div5">Price 10,000,000won</div>
57 <div id="div6">Specification
58 <br>Cooling capacity : High
59 <br>Power: high
60 </div>
61 </div>
62 <div id="div7"><b>Ad</b></div>
63 </div>
64 </body>
65 </html>
OLDNEW
« no previous file with comments | « sky/engine/web/tests/data/simple_div.html ('k') | sky/engine/web/tests/data/smartclip_user_select_none.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698