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

Unified Diff: sky/engine/web/tests/data/nodeimage.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
« no previous file with comments | « sky/engine/web/tests/data/no_viewport_tag.html ('k') | sky/engine/web/tests/data/non-scrollable.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/tests/data/nodeimage.html
diff --git a/sky/engine/web/tests/data/nodeimage.html b/sky/engine/web/tests/data/nodeimage.html
deleted file mode 100644
index 846a2db43ccee0023cd02144b215e43e3bc156f7..0000000000000000000000000000000000000000
--- a/sky/engine/web/tests/data/nodeimage.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<div style="width: 40px">
- <div style="transform:translate(40px,40px)">
- <div draggable="true" id="case-css-transform" style="background-color: #00ff00;width: 40px;height: 40px;"></div>
- </div>
-</div>
-
-<div style="width: 40px">
- <div style="transform:translate(40px,40px) rotate3d(0,1,0,60deg);">
- <div draggable="true" id="case-css-3dtransform" style="background-color: #00ff00;width: 40px;height: 40px;"></div>
- </div>
-</div>
-
-<div style="width: 40px">
- <div style="display: inline-block">
- <div draggable="true" id="case-inlineblock" style="background-color: #00ff00;width: 40px;height: 40px;"></div>
- </div>
-</div>
-
-<div style="width: 40px">
- <div style="overflow: hidden">
- <div draggable="true" id="case-float-left-overflow-hidden" style="float: left;background-color: #00ff00;width: 40px;height: 40px;"></div>
- </div>
-</div>
« no previous file with comments | « sky/engine/web/tests/data/no_viewport_tag.html ('k') | sky/engine/web/tests/data/non-scrollable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698