Index: LayoutTests/fast/multicol/newmulticol/list-item.html |
diff --git a/LayoutTests/fast/multicol/newmulticol/list-item.html b/LayoutTests/fast/multicol/newmulticol/list-item.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..29b4af0bb1cad7bcd8691bf2a96fbb71f49cdea9 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/newmulticol/list-item.html |
@@ -0,0 +1,21 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <title>List-item as multicol</title> |
+ <script> |
+ if (window.internals) |
+ internals.settings.setRegionBasedColumnsEnabled(true); |
+ </script> |
+ </head> |
+ <body style="margin:5em;"> |
+ <p>You should see the word 'PASS' below.</p> |
+ <div style="font-family:monospace; float:left;"> |
+ <div style="display:list-item; -webkit-columns:4; columns:4; -webkit-column-gap:0; column-gap:0; orphans:1; widows:1;"> |
+ P<br> |
+ A<br> |
+ S<br> |
+ S<br> |
+ </div> |
+ </div> |
+ </body> |
+</html> |