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

Unified 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, 6 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 side-by-side diff with in-line comments
Download patch
Index: sky/engine/web/tests/data/smartclip.html
diff --git a/sky/engine/web/tests/data/smartclip.html b/sky/engine/web/tests/data/smartclip.html
deleted file mode 100644
index 17abb01861db889d49d9f3939558737acedc9418..0000000000000000000000000000000000000000
--- a/sky/engine/web/tests/data/smartclip.html
+++ /dev/null
@@ -1,65 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0">
- <title>TEST</title>
- <style type="text/css">
- @font-face {
- font-family: 'myahem';
- src: url(Ahem.ttf);
- }
- body {
- font-size: 8px;
- font-family: 'myahem';
- }
- div{
- padding:10px;
- margin:10px;
- border:skyblue solid 2px;
- float:left;
- }
- #img1{
- width:180px;
- height:250px;
- }
- #div1{
- width:620px;
- height:300px;
- }
- #div2{
- width:180px;
- height:250px;
- }
- #div3{
- width:230px;
- height:250px;
- }
- #div4, #div5{
- width:190px;
- height:30px;
- }
- #div6{
- width:190px;
- height:70px;
- }
- #div7{
- width:75px;
- height:250px;
- }
- </style>
- </head>
- <body>
- <div id="div1">
- <div id="div2"><img id="img1"></div>
- <div id="div3">
- <div id="div4">Air conditioner</div>
- <div id="div5">Price 10,000,000won</div>
- <div id="div6">Specification
- <br>Cooling capacity : High
- <br>Power: high
- </div>
- </div>
- <div id="div7"><b>Ad</b></div>
- </div>
- </body>
-</html>
« 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