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

Unified Diff: third_party/WebKit/LayoutTests/fast/transforms/diamond.html

Issue 2547723002: Merge LayoutTests fast/transforms in transforms (Closed)
Patch Set: Fix a bad path reference. Created 4 years 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: third_party/WebKit/LayoutTests/fast/transforms/diamond.html
diff --git a/third_party/WebKit/LayoutTests/fast/transforms/diamond.html b/third_party/WebKit/LayoutTests/fast/transforms/diamond.html
deleted file mode 100644
index 88393ad8a924797c7d1fb9588c52c8f240c159f2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/transforms/diamond.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<head>
-<style>
-div {
- width:100px;
- height:100px;
- background-color:skyblue;
- float:left;
- border: 5px solid black;
- margin:5px;
-}
-
-.rotated {
- transform: rotate(45deg);
-}
-</style>
-<p>You should see three blocks below. The middle one should look like a diamond because it has been rotated 45 degrees.</p>
-
-<div></div>
-
-<div class="rotated"></div>
-
-<div></div>

Powered by Google App Engine
This is Rietveld 408576698