This test suite comes from
https://github.com/w3c/csswg-test
-with some modification: 1. add "-webkit-" prefix for all columns properties.
+with some modification:
+1. add "-webkit-","-moz-","-o-" prefix for all columns properties.
+multicol-basic-001.html
+ + -webkit-columns: 3;
+ + -webkit-column-gap: 0;
+ + -webkit-column-rule: none;
+ + -moz-columns: 3;
+ + -moz-column-gap: 0;
+ + -moz-column-rule: none;
+ + -o-columns: 3;
+ + -o-column-gap: 0;
+ + -o-column-rule: none;
+multicol-basic-002.html
+ + -webkit-column-count: 3;
+ + -webkit-column-gap: 0;
+ + -webkit-column-rule: none;
+ + -moz-column-count: 3;
+ + -moz-column-gap: 0;
+ + -moz-column-rule: none;
+ + -o-column-count: 3;
+ + -o-column-gap: 0;
+ + -o-column-rule: none;
+multicol-basic-003.html
+ + -webkit-columns: 120px;
+ + -webkit-column-gap: 0;
+ + -webkit-column-rule: none;
+ + -moz-columns: 120px;
+ + -moz-column-gap: 0;
+ + -moz-column-rule: none;
+ + -o-columns: 120px;
+ + -o-column-gap: 0;
+ + -o-column-rule: none;
+multicol-basic-004.html
+ + -webkit-column-width: 120px;
+ + -webkit-column-gap: 0;
+ + -webkit-column-rule: none;
+ + -moz-column-width: 120px;
+ + -moz-column-gap: 0;
+ + -moz-column-rule: none;
+ + -o-column-width: 120px;
+ + -o-column-gap: 0;
+ + -o-column-rule: none;
These tests are copyright by W3C and/or the author listed in the test
file. The tests are dual-licensed under the W3C Test Suite License: