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

Unified Diff: third_party/WebKit/LayoutTests/fast/transforms/matrix-02.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/matrix-02.html
diff --git a/third_party/WebKit/LayoutTests/fast/transforms/matrix-02.html b/third_party/WebKit/LayoutTests/fast/transforms/matrix-02.html
deleted file mode 100644
index ccaf53728927ec23cd1fd29976d2e2e00ab076e2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/transforms/matrix-02.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<body style="position: relative;">
- <div style="width: 90px; height: 90px; position: absolute; top: 0; left: 0; transform: matrix(.7071, .7071, -.7071, .7071, 0, 0) rotate(-45deg); border: 5px solid green;"></div>
- <div style="width: 90px; height: 90px; position: absolute; top: 5px; left: 5px; background-color: green;"></div>
-</body>

Powered by Google App Engine
This is Rietveld 408576698