diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-grid/subgrid')
11 files changed, 58 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-grid/subgrid/abs-pos-002.html.ini b/testing/web-platform/meta/css/css-grid/subgrid/abs-pos-002.html.ini new file mode 100644 index 0000000000..959f11477c --- /dev/null +++ b/testing/web-platform/meta/css/css-grid/subgrid/abs-pos-002.html.ini @@ -0,0 +1,2 @@ +[abs-pos-002.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-grid/subgrid/grid-gap-002.html.ini b/testing/web-platform/meta/css/css-grid/subgrid/grid-gap-002.html.ini new file mode 100644 index 0000000000..190bf1ea1f --- /dev/null +++ b/testing/web-platform/meta/css/css-grid/subgrid/grid-gap-002.html.ini @@ -0,0 +1,3 @@ +[grid-gap-002.html] + expected: + if (processor == "x86") and not debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/css/css-grid/subgrid/grid-gap-011.html.ini b/testing/web-platform/meta/css/css-grid/subgrid/grid-gap-011.html.ini new file mode 100644 index 0000000000..93b521cda7 --- /dev/null +++ b/testing/web-platform/meta/css/css-grid/subgrid/grid-gap-011.html.ini @@ -0,0 +1,2 @@ +[grid-gap-011.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-grid/subgrid/grid-template-valid.html.ini b/testing/web-platform/meta/css/css-grid/subgrid/grid-template-valid.html.ini new file mode 100644 index 0000000000..d20c0a1dc6 --- /dev/null +++ b/testing/web-platform/meta/css/css-grid/subgrid/grid-template-valid.html.ini @@ -0,0 +1,36 @@ +[grid-template-valid.html] + [e.style['grid-template-rows'\] = "subgrid repeat(2, [a\])" should set the property value] + expected: FAIL + + [e.style['grid-template-rows'\] = "subgrid repeat(2, [a\] [b\])" should set the property value] + expected: FAIL + + [e.style['grid-template-rows'\] = "subgrid [a\] repeat(2, [b\])" should set the property value] + expected: FAIL + + [e.style['grid-template-rows'\] = "subgrid [a\] repeat(2, [b\]) [c\]" should set the property value] + expected: FAIL + + [e.style['grid-template-rows'\] = "subgrid [a\] repeat(2, [b\]) repeat(auto-fill, [c\]) [d\]" should set the property value] + expected: FAIL + + [e.style['grid-template-columns'\] = "subgrid repeat(2, [a\])" should set the property value] + expected: FAIL + + [e.style['grid-template-columns'\] = "subgrid repeat(2, [a\] [b\])" should set the property value] + expected: FAIL + + [e.style['grid-template-columns'\] = "subgrid [a\] repeat(2, [b\])" should set the property value] + expected: FAIL + + [e.style['grid-template-columns'\] = "subgrid [a\] repeat(2, [b\]) [c\]" should set the property value] + expected: FAIL + + [e.style['grid-template-columns'\] = "subgrid [a\] repeat(2, [b\]) repeat(auto-fill, [c\]) [d\]" should set the property value] + expected: FAIL + + [e.style['grid-template-rows'\] = "subgrid [\] repeat(2, [\]) [\]" should set the property value] + expected: FAIL + + [e.style['grid-template-columns'\] = "subgrid [\] repeat(2, [\]) [\]" should set the property value] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-grid/subgrid/independent-formatting-context.html.ini b/testing/web-platform/meta/css/css-grid/subgrid/independent-formatting-context.html.ini new file mode 100644 index 0000000000..e249501437 --- /dev/null +++ b/testing/web-platform/meta/css/css-grid/subgrid/independent-formatting-context.html.ini @@ -0,0 +1,2 @@ +[independent-formatting-context.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-grid/subgrid/line-names-002.html.ini b/testing/web-platform/meta/css/css-grid/subgrid/line-names-002.html.ini new file mode 100644 index 0000000000..bba6816d9a --- /dev/null +++ b/testing/web-platform/meta/css/css-grid/subgrid/line-names-002.html.ini @@ -0,0 +1,2 @@ +[line-names-002.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-grid/subgrid/line-names-005.html.ini b/testing/web-platform/meta/css/css-grid/subgrid/line-names-005.html.ini new file mode 100644 index 0000000000..4becd79119 --- /dev/null +++ b/testing/web-platform/meta/css/css-grid/subgrid/line-names-005.html.ini @@ -0,0 +1,2 @@ +[line-names-005.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-grid/subgrid/orthogonal-writing-mode-002.html.ini b/testing/web-platform/meta/css/css-grid/subgrid/orthogonal-writing-mode-002.html.ini new file mode 100644 index 0000000000..8cbfc1a728 --- /dev/null +++ b/testing/web-platform/meta/css/css-grid/subgrid/orthogonal-writing-mode-002.html.ini @@ -0,0 +1,3 @@ +[orthogonal-writing-mode-002.html] + expected: + if (processor == "x86") and not debug: ["PASS", "FAIL"] diff --git a/testing/web-platform/meta/css/css-grid/subgrid/subgrid-baseline-003.html.ini b/testing/web-platform/meta/css/css-grid/subgrid/subgrid-baseline-003.html.ini new file mode 100644 index 0000000000..bdba5e7a65 --- /dev/null +++ b/testing/web-platform/meta/css/css-grid/subgrid/subgrid-baseline-003.html.ini @@ -0,0 +1,2 @@ +[subgrid-baseline-003.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-grid/subgrid/subgrid-baseline-004.html.ini b/testing/web-platform/meta/css/css-grid/subgrid/subgrid-baseline-004.html.ini new file mode 100644 index 0000000000..ec65e7f332 --- /dev/null +++ b/testing/web-platform/meta/css/css-grid/subgrid/subgrid-baseline-004.html.ini @@ -0,0 +1,2 @@ +[subgrid-baseline-004.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-grid/subgrid/subgrid-stretch.html.ini b/testing/web-platform/meta/css/css-grid/subgrid/subgrid-stretch.html.ini new file mode 100644 index 0000000000..489a902dc4 --- /dev/null +++ b/testing/web-platform/meta/css/css-grid/subgrid/subgrid-stretch.html.ini @@ -0,0 +1,2 @@ +[subgrid-stretch.html] + expected: FAIL |