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

Side by Side Diff: LayoutTests/compositing/squashing/squashing-reflection-disallowed-expected.html

Issue 367163003: Disallow squashing for layers with reflections (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use blue.png instead of ducky.png Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <style>
3 div {
4 width: 100px;
5 height: 100px;
6 background: url("resources/blue.png") no-repeat 0 0 / 100% 100%;
7 display: inline-block;
8 }
9 </style>
10 <div style="position: relative; left: 10px; top: 10px;"></div>
11 <div style="-webkit-box-reflect: below 5px;"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698