diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-tables/height-distribution')
5 files changed, 23 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-tables/height-distribution/computing-row-measure-0.html.ini b/testing/web-platform/meta/css/css-tables/height-distribution/computing-row-measure-0.html.ini new file mode 100644 index 0000000000..7c2f8f1192 --- /dev/null +++ b/testing/web-platform/meta/css/css-tables/height-distribution/computing-row-measure-0.html.ini @@ -0,0 +1,3 @@ +[computing-row-measure-0.html] + expected: + if (os == "linux") and debug and not fission and not swgl: ["OK", "ERROR"] diff --git a/testing/web-platform/meta/css/css-tables/height-distribution/percentage-sizing-of-table-cell-007.html.ini b/testing/web-platform/meta/css/css-tables/height-distribution/percentage-sizing-of-table-cell-007.html.ini new file mode 100644 index 0000000000..18a4753c2e --- /dev/null +++ b/testing/web-platform/meta/css/css-tables/height-distribution/percentage-sizing-of-table-cell-007.html.ini @@ -0,0 +1,2 @@ +[percentage-sizing-of-table-cell-007.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-tables/height-distribution/percentage-sizing-of-table-cell-children-002.html.ini b/testing/web-platform/meta/css/css-tables/height-distribution/percentage-sizing-of-table-cell-children-002.html.ini new file mode 100644 index 0000000000..f69760fa4e --- /dev/null +++ b/testing/web-platform/meta/css/css-tables/height-distribution/percentage-sizing-of-table-cell-children-002.html.ini @@ -0,0 +1,2 @@ +[percentage-sizing-of-table-cell-children-002.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-tables/height-distribution/percentage-sizing-of-table-cell-children.html.ini b/testing/web-platform/meta/css/css-tables/height-distribution/percentage-sizing-of-table-cell-children.html.ini new file mode 100644 index 0000000000..629e065582 --- /dev/null +++ b/testing/web-platform/meta/css/css-tables/height-distribution/percentage-sizing-of-table-cell-children.html.ini @@ -0,0 +1,14 @@ +[percentage-sizing-of-table-cell-children.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Percentages resolve based on the row height] + expected: FAIL + + [Percentages resolve based on the final row height] + expected: FAIL + + [Unresolvable percentage widths are resolved as auto in first pass (replaced elements)] + expected: FAIL + + [Unresolvable percentage heights are resolved as 0px in first pass (scrollable overflow)] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-tables/height-distribution/percentage-sizing-of-table-cell-replaced-children-001.html.ini b/testing/web-platform/meta/css/css-tables/height-distribution/percentage-sizing-of-table-cell-replaced-children-001.html.ini new file mode 100644 index 0000000000..dbbaad2b65 --- /dev/null +++ b/testing/web-platform/meta/css/css-tables/height-distribution/percentage-sizing-of-table-cell-replaced-children-001.html.ini @@ -0,0 +1,2 @@ +[percentage-sizing-of-table-cell-replaced-children-001.html] + expected: FAIL |