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

Unified Diff: third_party/WebKit/LayoutTests/fast/transforms/container-transform-crash.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/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>

Powered by Google App Engine
This is Rietveld 408576698