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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta http-equiv="Content-type" content="text/html; charset=utf-8">
5 <style type="text/css" media="screen">
6 .reflected {
7 position: relative;
8 width: 2150px;
9 height: 200px;
10 background-color: green;
11 opacity: 0.5;
12 -webkit-box-reflect: below -50px;
13 }
14
15 * { margin: 0; padding: 0; }
16
17 </style>
18 </head>
19
20 <p>Opacity should be applied after reflection, so you should see a green recta ngle below. The overlap between the original and reflection should not be visibl e.</p>
21 <div class="reflected">1
22 </div>
23
24 </html>
OLDNEW
« 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