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

Unified Diff: LayoutTests/platform/chromium/compositing/render-surface-alpha-blending.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/render-surface-alpha-blending.html
diff --git a/LayoutTests/platform/chromium/compositing/render-surface-alpha-blending.html b/LayoutTests/platform/chromium/compositing/render-surface-alpha-blending.html
deleted file mode 100644
index 77ac70fb3ea0206ab076363d23ca12fbf28d3d39..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/compositing/render-surface-alpha-blending.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<html>
- <head>
- <style>
- #layer {
- -webkit-transform:translateZ(0);
- opacity: 0.75;
- background-color: rgb(0, 100, 0);
- }
- #child {
- -webkit-transform:translateZ(0);
- }
- #base {
- background-color: rgb(200, 0, 0);
- }
-
- .fullpage {
- position: fixed;
- top: 0px;
- left: 0px;
- width: 100%;
- height: 100%;
- }
- </style>
- </head>
- <body>
- <div id="base" class="fullpage"></div>
- <div id="layer" class="fullpage">
- <!-- layer needs to have a child with content -->
- <div id="child"><canvas width="1px" height="1px"></canvas></div>
- </div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698