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

Unified Diff: LayoutTests/fast/multicol/composited-relpos-overlapping-will-change.html

Issue 655003005: [New Multicolumn] boundingBoxForCompositingOverlapTest() needs to use fragmentsBoundingBox(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add tests for vertical-rl and vertical-lr. The verical-rl one fails currently. Created 6 years, 2 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/composited-relpos-overlapping-will-change.html
diff --git a/LayoutTests/fast/multicol/composited-opacity-2nd-and-3rd-column.html b/LayoutTests/fast/multicol/composited-relpos-overlapping-will-change.html
similarity index 51%
copy from LayoutTests/fast/multicol/composited-opacity-2nd-and-3rd-column.html
copy to LayoutTests/fast/multicol/composited-relpos-overlapping-will-change.html
index 275a9c0ab24a4e14347ec5bc645e71281099aac1..370735b7d070b3a0a24dab903730f50ddd54c288 100644
--- a/LayoutTests/fast/multicol/composited-opacity-2nd-and-3rd-column.html
+++ b/LayoutTests/fast/multicol/composited-relpos-overlapping-will-change.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<p>The word 'PASS' should be seen <em>twice</em> below.</p>
-<div style="-webkit-columns:3; -webkit-column-gap:1em; column-fill:auto; width:17em; height:13em; line-height:2em;">
- <div style="transform:translateZ(0); position:absolute; left:0; right:0; height:8em; background:yellow;"></div>
+<div style="-webkit-columns:3; -webkit-column-gap:1em; column-fill:auto; width:35em; height:13em; line-height:2em;">
+ <div style="will-change:transform; position:absolute; left:0; right:0; height:8em; background:yellow;"></div>
<br>
<br>
<br>
@@ -13,5 +13,5 @@
<br>
<br>
<br>
- <div style="opacity:0.8; margin:0.5em;">PASS<br>PASS</div>
+ <div style="position:relative; margin:0.5em;">PASS<br>PASS</div>
</div>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/multicol/composited-relpos-overlapping-will-change-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698