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

Unified Diff: LayoutTests/fast/multicol/layers-in-multicol.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/layers-in-multicol.html
diff --git a/LayoutTests/fast/multicol/layers-in-multicol.html b/LayoutTests/fast/multicol/layers-in-multicol.html
index 7aa431dfafd1d5ebb3af89d4decce784cdfde43f..48d24507c7cdfc6005c3f03d10745247b245619b 100644
--- a/LayoutTests/fast/multicol/layers-in-multicol.html
+++ b/LayoutTests/fast/multicol/layers-in-multicol.html
@@ -46,7 +46,10 @@ LTR:
line10<br>
line11<br>
line12<br>
- <span class="opacity">opacity13</span><br>
+ <!-- The extra inner span 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. -->
+ <span class="opacity">opacity<span>13</span></span><br>
line14
</div>
@@ -64,6 +67,9 @@ RTL:
line10<br>
line11<br>
line12<br>
- <span class="opacity">opacity13</span><br>
+ <!-- The extra inner span 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. -->
+ <span class="opacity">opacity<span>13</span></span><br>
line14
</div>

Powered by Google App Engine
This is Rietveld 408576698