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

Unified Diff: LayoutTests/fast/multicol/transform-inside-opacity-expected.html

Issue 839793003: Bring back multicol reftests that got DRTified for impl-side painting. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Another speculative fix: force layer creation in the test too. Created 5 years, 11 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/fast/multicol/transform-inside-opacity-expected.html
diff --git a/LayoutTests/fast/multicol/transform-inside-opacity-expected.html b/LayoutTests/fast/multicol/transform-inside-opacity-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..0b67873e3ec45d5fb0db0f962ad3ac570a6d206b
--- /dev/null
+++ b/LayoutTests/fast/multicol/transform-inside-opacity-expected.html
@@ -0,0 +1,6 @@
+<div style="position:relative; width:420px;border:2px solid black; height:200px">
+<!-- The extra &nbsp; below forces the creation of a transparency layer in Skia to work around
+ optimizations that would cause blending differences between the test and the expectation. -->
+<div style="opacity:0.5; position:absolute;width:200px;height:100px;background-color:green;right:0;top:0">&nbsp;</div>
+</div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698