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> |