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

Unified Diff: third_party/WebKit/LayoutTests/fast/transforms/identity-matrix.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/identity-matrix.html
diff --git a/third_party/WebKit/LayoutTests/fast/transforms/identity-matrix.html b/third_party/WebKit/LayoutTests/fast/transforms/identity-matrix.html
deleted file mode 100644
index d785b90439e70c9253d98290a280176f6c2d1ff6..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/transforms/identity-matrix.html
+++ /dev/null
@@ -1,20 +0,0 @@
- <head>
-<style>
- div {
- float:left;
- width:100px;
- height:100px;
- background-color:skyblue;
- border: 5px solid black;
- margin:5px;
- }
- .matrix{ transform: matrix(1, 0, 0, 1, 0, 0); }
-</style>
-</head>
-<body>
-The following divs should be identical:
- <br>
-
- <div></div>
- <div class="matrix"></div>
-</body>

Powered by Google App Engine
This is Rietveld 408576698