Run CSS Multicolumn tests automatically

This commit is contained in:
Stephen Lester 2016-10-05 07:19:07 -07:00
parent 8a3af9d1b9
commit ec8ade4777
156 changed files with 475 additions and 0 deletions

View file

@ -28,6 +28,13 @@ skip: true
[xhtml1print]
skip: true
[css-multicol-1_dev]
skip: false
[xhtml1]
skip: true
[xhtml1print]
skip: true
[css-style-attr-1_dev]
skip: false
[xhtml1]

View file

@ -0,0 +1,4 @@
prefs: ["layout.column-count.enabled:true",
"layout.column-gap.enabled:true",
"layout.column-width.enabled:true",
"layout.columns.enabled:true"]

View file

@ -0,0 +1,3 @@
[multicol-basic-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-basic-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-basic-003.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-basic-004.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-block-clip-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-block-clip-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,5 @@
[multicol-br-inside-avoidcolumn-001.htm]
type: reftest
expected:
if os == "linux": TIMEOUT
CRASH

View file

@ -0,0 +1,3 @@
[multicol-break-000.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-break-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-clip-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-clip-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-collapsing-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-columns-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-columns-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-columns-003.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-columns-004.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-columns-005.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-columns-006.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-columns-007.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-columns-invalid-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-columns-invalid-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-columns-toolong-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-containing-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-containing-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-count-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-count-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-count-computed-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-count-computed-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-count-computed-003.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-count-computed-005.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-count-large-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-count-large-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-count-negative-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-count-negative-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-count-non-integer-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-count-non-integer-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-count-non-integer-003.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-fill-000.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-fill-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-fill-auto-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-fill-auto-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-fill-auto-003.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-fill-auto-block-children-001.htm]
type: reftest
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[multicol-fill-auto-block-children-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-fill-auto.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-fill-balance-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-gap-000.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-gap-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-gap-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-gap-003.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-gap-fraction-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-gap-large-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-gap-large-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-gap-negative-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-height-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-height-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-height-block-child-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-inherit-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-inherit-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-inherit-003.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-inherit-004.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-list-item-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-margin-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-margin-child-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-nested-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-nested-005.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-nested-column-rule-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-nested-margin-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-nested-margin-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-nested-margin-003.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-nested-margin-004.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-nested-margin-005.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-overflow-000.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-overflowing-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-reduce-000.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-000.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-003.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-004.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-color-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-color-inherit-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-color-inherit-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-dashed-000.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-dotted-000.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-double-000.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-fraction-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-fraction-002.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-fraction-003.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-groove-000.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-hidden-000.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-inset-000.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-large-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-none-000.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-outset-000.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-percent-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-px-001.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[multicol-rule-ridge-000.htm]
type: reftest
expected: FAIL

Some files were not shown because too many files have changed in this diff Show more