Index: LayoutTests/fast/multicol/composited-with-child-layer-in-next-column.html |
diff --git a/LayoutTests/fast/multicol/composited-with-child-layer-in-next-column.html b/LayoutTests/fast/multicol/composited-with-child-layer-in-next-column.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..509cc4e62c5dc2869e36b3e5d24198db9eec7ce3 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/composited-with-child-layer-in-next-column.html |
@@ -0,0 +1,17 @@ |
+<!DOCTYPE html> |
+<p>There should be a yellow box in the second column, and the word 'PASS' should be in the third column.</p> |
+<div style="-webkit-columns:3; column-fill:auto; height:9em; line-height:2em;"> |
+ <div style="will-change:transform; position:absolute; left:0; right:0; height:9em; background:cyan;"></div> |
Julien - ping for review
2014/10/13 19:25:02
Ditto.
|
+ <br> |
+ <br> |
+ <br> |
+ <br> |
+ <br> |
+ <br> |
+ <br> |
+ <div style="z-index:2; position:relative; height:2em; background:yellow;"> |
+ <br> |
+ <br> |
+ <div style="opacity:0.8; margin:0.5em;">PASS</div> |
+ </div> |
+</div> |
Julien - ping for review
2014/10/13 19:25:02
I am concerned about these tests that seems very f
mstensho (USE GERRIT)
2014/10/13 20:47:25
If multicol is THAT broken, surely we already have
Julien - ping for review
2014/10/14 18:28:07
You're making an assumption (that we have enough b
mstensho (USE GERRIT)
2014/10/14 19:32:10
Done. Let's take no chances and avoid multicol in
|