Chromium Code Reviews| Index: LayoutTests/fast/multicol/tall-float1.html |
| diff --git a/LayoutTests/fast/multicol/tall-float1.html b/LayoutTests/fast/multicol/tall-float1.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b3806a8b0e07216b8138ce40b87086e951e4f360 |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/tall-float1.html |
| @@ -0,0 +1,18 @@ |
| +<!DOCTYPE html> |
| +<html> |
|
ojan
2014/04/19 02:05:38
Nit: You can leave out the html, head and body ele
|
| + <head> |
| + <script> |
| + if (window.internals) |
| + internals.settings.setRegionBasedColumnsEnabled(true); |
| + </script> |
| + </head> |
| + <body> |
| + <p>The word 'PASS' should be seen below.</p> |
| + <div style="-webkit-columns:1; columns:1; background:yellow;"> |
| + <div style="float:left; width:50%;"> |
| + <br><br><br><br><br><br><br><br><br><br><br><br>PASS |
| + </div> |
| + <br><br><br><br> |
| + </div> |
| + </body> |
| +</html> |