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: LayoutTests/platform/chromium/compositing/huge-mask-layer.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months 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: LayoutTests/platform/chromium/compositing/huge-mask-layer.html
diff --git a/LayoutTests/platform/chromium/compositing/huge-mask-layer.html b/LayoutTests/platform/chromium/compositing/huge-mask-layer.html
deleted file mode 100644
index 2ec601be0b2ebca3bfde4dbbd8d1eb7d4bc510be..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/compositing/huge-mask-layer.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-<head>
- <style>
- .box {
- height: 10000000px;
- width: 100px;
- -webkit-perspective: 100;
- -webkit-mask-box-image: url("bogus.png");
- }
- </style>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
-</head>
-<body>
- <!-- This should not crash -->
- <div class="box"></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698