Chromium Code Reviews| Index: LayoutTests/fast/multicol/float-beside-bfc.html |
| diff --git a/LayoutTests/fast/multicol/float-beside-bfc.html b/LayoutTests/fast/multicol/float-beside-bfc.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1c98014cd8771e35024ba415953111f2260ae386 |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/float-beside-bfc.html |
| @@ -0,0 +1,7 @@ |
| +<!DOCTYPE html> |
| +<p>Check that an overflow:hidden block dodges floats.</p> |
| +<p>The word "PASS" should be seen below.</p> |
| +<div style="-webkit-columns:3;"> |
| + <div style="float:left;">PA</div> |
| + <div style="overflow:hidden;">SS</div> |
| +</div> |
|
Julien - ping for review
2015/09/04 17:45:44
Should we have a check-layout.js test instead of a
mstensho (USE GERRIT)
2015/09/07 07:49:37
Sure - done.
|