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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overlap-blending/children-opacity-no-overlap-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
Index: third_party/WebKit/LayoutTests/compositing/overlap-blending/children-opacity-no-overlap-expected.html
diff --git a/third_party/WebKit/LayoutTests/compositing/overlap-blending/children-opacity-no-overlap-expected.html b/third_party/WebKit/LayoutTests/compositing/overlap-blending/children-opacity-no-overlap-expected.html
deleted file mode 100644
index 561c9a65cf9fb9eec76a8876effe36062cfa6752..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/compositing/overlap-blending/children-opacity-no-overlap-expected.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE HTML>
-<html>
- <head>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <style type="text/css" media="screen">
-
- div {
- -webkit-box-sizing: border-box;
- }
- .solid {
- position: absolute;
- width: 100px;
- height: 100px;
- background-color: green;
- }
-
- .opacity { opacity: .5; }
- .a { top: 0px; left: 0px;}
- .b { top: 200px; left: 200px;}
- .c { top: 200px; left: 0px;}
- .d { top: 0px; left: 200px;}
- * { margin: 0; padding: 0; }
- .composited {
- transform: translateZ(0);
- }
-
- </style>
- </head>
- <div class="opacity">
- <div class="solid a">1</div>
- <div class="solid b">2</div>
- <div class="solid c">3</div>
- <div class="solid d"></div>
- </div>
-
-</html>

Powered by Google App Engine
This is Rietveld 408576698