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

Unified Diff: third_party/WebKit/LayoutTests/fast/transforms/transform-overflow.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/transform-overflow.html
diff --git a/third_party/WebKit/LayoutTests/fast/transforms/transform-overflow.html b/third_party/WebKit/LayoutTests/fast/transforms/transform-overflow.html
deleted file mode 100644
index f73c399af2e2019de8ebc10bed79cdd014661587..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/transforms/transform-overflow.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<html>
-<head>
- <style type="text/css" media="screen">
- body {
- margin: 0;
- }
-
- #one {
- position:absolute;
- left: 50px;
- top:50px;
- width:100px;
- height:100px;
- background-color:red;
- z-index:0;
- }
-
- #two {
- width:200px;
- height:200px;
- overflow: auto;
- transform: scale(0.5);
- background-color:green;
- z-index:0;
- }
- </style>
-</head>
-<body>
- <div id="one"></div>
- <div id="two"></div>
- <p>You should see one green square above</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698