| Index: third_party/WebKit/LayoutTests/fast/multicol/span/invalid-span-1.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/invalid-span-1.html b/third_party/WebKit/LayoutTests/fast/multicol/span/invalid-span-1.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b004a89bad18d41ae94c76e85aac6c766f7fc69b
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/span/invalid-span-1.html
|
| @@ -0,0 +1,7 @@
|
| +<!DOCTYPE html>
|
| +<script src="../../../resources/js-test.js"></script>
|
| +<div id="elm" style="-webkit-column-span:all; -webkit-column-span:1;"></div>
|
| +<script>
|
| + description("column-span only takes the values 'none' and 'all'. '1' is invalid.");
|
| + shouldBe("getComputedStyle(document.getElementById('elm')).WebkitColumnSpan", "'all'");
|
| +</script>
|
|
|