diff options
Diffstat (limited to 'tests/wpt/meta/css/css-tables')
8 files changed, 9 insertions, 48 deletions
diff --git a/tests/wpt/meta/css/css-tables/caption-side-1.html.ini b/tests/wpt/meta/css/css-tables/caption-side-1.html.ini deleted file mode 100644 index 66f828849f5..00000000000 --- a/tests/wpt/meta/css/css-tables/caption-side-1.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[caption-side-1.html] - [Caption-side inherits and reorder captions properly] - expected: FAIL - - [Multiple captions can be rendered] - expected: FAIL diff --git a/tests/wpt/meta/css/css-tables/inheritance.html.ini b/tests/wpt/meta/css/css-tables/inheritance.html.ini index 26943f34e40..62356a03798 100644 --- a/tests/wpt/meta/css/css-tables/inheritance.html.ini +++ b/tests/wpt/meta/css/css-tables/inheritance.html.ini @@ -2,12 +2,6 @@ [Property border-spacing has initial value 0px 0px] expected: FAIL - [Property caption-side has initial value top] - expected: FAIL - - [Property caption-side inherits] - expected: FAIL - [Property table-layout has initial value auto] expected: FAIL diff --git a/tests/wpt/meta/css/css-tables/parsing/caption-side-computed.html.ini b/tests/wpt/meta/css/css-tables/parsing/caption-side-computed.html.ini deleted file mode 100644 index 2f104eb8501..00000000000 --- a/tests/wpt/meta/css/css-tables/parsing/caption-side-computed.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[caption-side-computed.html] - [Property caption-side value 'top'] - expected: FAIL - - [Property caption-side value 'bottom'] - expected: FAIL diff --git a/tests/wpt/meta/css/css-tables/parsing/caption-side-valid.html.ini b/tests/wpt/meta/css/css-tables/parsing/caption-side-valid.html.ini deleted file mode 100644 index 8fe563c6a34..00000000000 --- a/tests/wpt/meta/css/css-tables/parsing/caption-side-valid.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[caption-side-valid.html] - [e.style['caption-side'\] = "top" should set the property value] - expected: FAIL - - [e.style['caption-side'\] = "bottom" should set the property value] - expected: FAIL diff --git a/tests/wpt/meta/css/css-tables/table-model-fixup-2.html.ini b/tests/wpt/meta/css/css-tables/table-model-fixup-2.html.ini index 0aff17eb1bd..42047b7a07c 100644 --- a/tests/wpt/meta/css/css-tables/table-model-fixup-2.html.ini +++ b/tests/wpt/meta/css/css-tables/table-model-fixup-2.html.ini @@ -31,3 +31,12 @@ [Replaced elements outside a table cannot be table-row-group and are considered inline -- input=button elements] expected: FAIL + + [Replaced elements outside a table cannot be table-caption and are considered inline -- input=text elements] + expected: FAIL + + [Replaced elements outside a table cannot be table-caption and are considered inline -- input=button elements] + expected: FAIL + + [Replaced elements outside a table cannot be table-caption and are considered inline -- input=file elements] + expected: FAIL diff --git a/tests/wpt/meta/css/css-tables/table-model-fixup.html.ini b/tests/wpt/meta/css/css-tables/table-model-fixup.html.ini index ddfbf98f98f..1320421ad7b 100644 --- a/tests/wpt/meta/css/css-tables/table-model-fixup.html.ini +++ b/tests/wpt/meta/css/css-tables/table-model-fixup.html.ini @@ -8,9 +8,6 @@ [2.2. An anonymous table-row box must be generated around each sequence of consecutive children of a table-row-grouping box which are not table-row boxes. (2/3)] expected: FAIL - [3.2. An anonymous table or inline-table box must be generated around each sequence of consecutive proper table child box which are misparented] - expected: FAIL - [2.2. An anonymous table-row box must be generated around each sequence of consecutive children of a table-row-grouping box which are not table-row boxes. (3/3)] expected: FAIL diff --git a/tests/wpt/meta/css/css-tables/tentative/caption.html.ini b/tests/wpt/meta/css/css-tables/tentative/caption.html.ini index 1d11aa17b5e..de18b1f2815 100644 --- a/tests/wpt/meta/css/css-tables/tentative/caption.html.ini +++ b/tests/wpt/meta/css/css-tables/tentative/caption.html.ini @@ -8,24 +8,6 @@ [table 3] expected: FAIL - [table 7] - expected: FAIL - - [table 8] - expected: FAIL - - [table 9] - expected: FAIL - - [table 10] - expected: FAIL - - [table 4] - expected: FAIL - - [table 5] - expected: FAIL - [table 12] expected: FAIL diff --git a/tests/wpt/meta/css/css-tables/tentative/table-minmax.html.ini b/tests/wpt/meta/css/css-tables/tentative/table-minmax.html.ini index 7d91a220df5..8b849af0f55 100644 --- a/tests/wpt/meta/css/css-tables/tentative/table-minmax.html.ini +++ b/tests/wpt/meta/css/css-tables/tentative/table-minmax.html.ini @@ -5,9 +5,6 @@ [table 5] expected: FAIL - [table 16] - expected: FAIL - [table 1] expected: FAIL |