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> |