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

Unified Diff: LayoutTests/platform/chromium/compositing/huge-layer-rotated.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-layer-rotated.html
diff --git a/LayoutTests/platform/chromium/compositing/huge-layer-rotated.html b/LayoutTests/platform/chromium/compositing/huge-layer-rotated.html
deleted file mode 100644
index a6b39d3559290aa261ee83fef30d558324255dae..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/compositing/huge-layer-rotated.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-<head>
- <style type="text/css" media="screen">
- .large {
- -webkit-perspective: 100;
- -webkit-transform-origin: left top;
- -webkit-transform: rotateY(53deg) rotateZ(10deg);
- width: 1000px;
- height: 30000px;
- background: -webkit-gradient(linear, left top, left bottom, from(#00abeb), to(#fff));
- }
- </style>
- <script type="text/javascript" charset="utf-8">
- if (window.testRunner)
- testRunner.dumpAsText(true);
- </script>
-</head>
-<body style="overflow:hidden">
- <div class="large">
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698