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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overlap-blending/reflection-opacity-huge-expected.html

Issue 2239043002: Rebaseline some opacity tests because they are only off-by-one color (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/LayoutTests/compositing/overlap-blending/children-opacity-no-overlap-expected.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/compositing/overlap-blending/reflection-opacity-huge-expected.html
diff --git a/third_party/WebKit/LayoutTests/compositing/overlap-blending/reflection-opacity-huge-expected.html b/third_party/WebKit/LayoutTests/compositing/overlap-blending/reflection-opacity-huge-expected.html
deleted file mode 100644
index 149b14cc010d58ac2aaa0a189194b50a6525e53a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/compositing/overlap-blending/reflection-opacity-huge-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML>
-<html>
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <style type="text/css" media="screen">
- .reflected {
- position: relative;
- width: 2150px;
- height: 200px;
- background-color: green;
- opacity: 0.5;
- -webkit-box-reflect: below -50px;
- }
-
- * { margin: 0; padding: 0; }
-
- </style>
- </head>
-
- <p>Opacity should be applied after reflection, so you should see a green rectangle below. The overlap between the original and reflection should not be visible.</p>
- <div class="reflected">1
- </div>
-
-</html>
« no previous file with comments | « third_party/WebKit/LayoutTests/compositing/overlap-blending/children-opacity-no-overlap-expected.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698