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

Unified Diff: third_party/WebKit/LayoutTests/fast/transforms/skew-with-unitless-zero.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/skew-with-unitless-zero.html
diff --git a/third_party/WebKit/LayoutTests/fast/transforms/skew-with-unitless-zero.html b/third_party/WebKit/LayoutTests/fast/transforms/skew-with-unitless-zero.html
deleted file mode 100644
index 24a7f3df72ab0eb1b91b5aa5dad8dbd6a91fcd19..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/transforms/skew-with-unitless-zero.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-<head>
-<style>
-div {
- width:100px;
- height:100px;
- border:10px solid black;
- background-color:skyblue;
- margin:100px;
-}
-
-.skew {
- transform:skew(0, 45deg)
-}
-</style>
-</head>
-<body>
-In the example below you should a y-skewed block (45 degree angle of skew).
-
-<div class="skew"></div>

Powered by Google App Engine
This is Rietveld 408576698