Index: LayoutTests/fast/multicol/composited-relpos.html |
diff --git a/LayoutTests/fast/multicol/composited-relpos.html b/LayoutTests/fast/multicol/composited-relpos.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2070e66c8c004f22094aa9fbf2a1139817f35b7d |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/composited-relpos.html |
@@ -0,0 +1,15 @@ |
+<!DOCTYPE html> |
+<p>There should be two yellow boxes below, on a blue background.</p> |
+<div style="-webkit-columns:2; column-fill:auto; height:13em; line-height:2em;"> |
+ <div style="transform:translateZ(0); position:absolute; left:0; right:0; height:13em; background:blue;"></div> |
rune
2014/10/13 09:40:40
If "will-change: transform" does the same as "tran
mstensho (USE GERRIT)
2014/10/13 11:21:27
Done.
Kept transform:translateZ(0) in fast/multic
rune
2014/10/13 11:25:08
Acknowledged.
|
+ <br> |
+ <br> |
+ <br> |
+ <br> |
+ <div style="position:relative; margin:10px; background:yellow;"> |
+ first<br> |
+ column<br> |
+ second<br> |
+ column<br> |
+ </div> |
+</div> |