Index: third_party/WebKit/LayoutTests/fast/transforms/container-transform-crash.html |
diff --git a/third_party/WebKit/LayoutTests/fast/transforms/container-transform-crash.html b/third_party/WebKit/LayoutTests/fast/transforms/container-transform-crash.html |
deleted file mode 100644 |
index 9f0cf2d9ac42b3eeead5b486afee7ad0dd61d6f3..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/transforms/container-transform-crash.html |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-<html> |
- <head> |
- <script> |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
- </script> |
- <style> |
- .container { |
- position: relative; |
- height: 350px; |
- width: 400px; |
- border: 1px solid black; |
- margin: 10px; |
- } |
- |
- .container > a { |
- transform: rotate(20deg); |
- } |
- </style> |
- </head> |
-<body> |
- Inline with -webkit-transform that contains positioned element. This should not crash. |
- <div class="container"> |
- <a href="#"> |
- <div style="height: 150px; top: 100px; width: 160px; background-color: grey; position: absolute; left: 134px;"><p>some text here</p></div> |
- </a> |
- </div> |
-</body> |
-</html> |