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

Unified 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, 6 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/compositing/squashing/squashing-reflection-disallowed-expected.html
diff --git a/LayoutTests/compositing/squashing/squashing-reflection-disallowed-expected.html b/LayoutTests/compositing/squashing/squashing-reflection-disallowed-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..35b2609a380390b80d075b2c60cc158fe10b567d
--- /dev/null
+++ b/LayoutTests/compositing/squashing/squashing-reflection-disallowed-expected.html
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML>
+<style>
+div {
+ width: 100px;
+ height: 100px;
+ background: url("resources/blue.png") no-repeat 0 0 / 100% 100%;
+ display: inline-block;
+}
+</style>
+<div style="position: relative; left: 10px; top: 10px;"></div>
+<div style="-webkit-box-reflect: below 5px;"></div>

Powered by Google App Engine
This is Rietveld 408576698