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

Unified Diff: third_party/WebKit/LayoutTests/fast/transforms/rotated-transform-affects-scrolling-1.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/rotated-transform-affects-scrolling-1.html
diff --git a/third_party/WebKit/LayoutTests/fast/transforms/rotated-transform-affects-scrolling-1.html b/third_party/WebKit/LayoutTests/fast/transforms/rotated-transform-affects-scrolling-1.html
deleted file mode 100644
index f593b9220a323464a0384fa6db13e26c8f6fe19a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/transforms/rotated-transform-affects-scrolling-1.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-<head>
-<style>
- body { overflow: hidden; }
- #rotate {
- width: 1300px;
- height: 100px;
- background-color: purple;
- transform:rotate(110deg);
- border-left: 2px solid red;
- border-top: 2px solid blue;
- border-right: 2px solid cyan;
- border-bottom: 2px solid green;
- }
-</style>
-</head>
-
-<body>
-
- <div id="rotate"></div>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698