| OLD | NEW |
| 1 Test the behavior when 'auto' is part of the 'columns' property value. See http:
//www.w3.org/TR/css3-multicol/#columns | 1 Test the behavior when 'auto' is part of the 'columns' property value. See http:
//www.w3.org/TR/css3-multicol/#columns |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS element.style.WebkitColumnWidth is "auto" | 6 PASS element.style.WebkitColumnWidth is "auto" |
| 7 PASS element.style.WebkitColumnCount is "3" | 7 PASS element.style.WebkitColumnCount is "3" |
| 8 PASS element.style.WebkitColumns is "auto 3" | 8 PASS element.style.WebkitColumns is "auto 3" |
| 9 PASS element.style.WebkitColumnWidth is "10em" | 9 PASS element.style.WebkitColumnWidth is "10em" |
| 10 PASS element.style.WebkitColumnCount is "auto" | 10 PASS element.style.WebkitColumnCount is "auto" |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 PASS element.style.WebkitColumnWidth is "auto" | 42 PASS element.style.WebkitColumnWidth is "auto" |
| 43 PASS element.style.WebkitColumnCount is "7" | 43 PASS element.style.WebkitColumnCount is "7" |
| 44 PASS element.style.WebkitColumns is "7" | 44 PASS element.style.WebkitColumns is "7" |
| 45 PASS element.style.WebkitColumnWidth is "7em" | 45 PASS element.style.WebkitColumnWidth is "7em" |
| 46 PASS element.style.WebkitColumnCount is "auto" | 46 PASS element.style.WebkitColumnCount is "auto" |
| 47 PASS element.style.WebkitColumns is "7em" | 47 PASS element.style.WebkitColumns is "7em" |
| 48 PASS successfullyParsed is true | 48 PASS successfullyParsed is true |
| 49 | 49 |
| 50 TEST COMPLETE | 50 TEST COMPLETE |
| 51 | 51 |
| OLD | NEW |