From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../tests/css/css-tables/table-model-fixup-2.html | 398 +++++++++++++++++++++ 1 file changed, 398 insertions(+) create mode 100644 testing/web-platform/tests/css/css-tables/table-model-fixup-2.html (limited to 'testing/web-platform/tests/css/css-tables/table-model-fixup-2.html') diff --git a/testing/web-platform/tests/css/css-tables/table-model-fixup-2.html b/testing/web-platform/tests/css/css-tables/table-model-fixup-2.html new file mode 100644 index 0000000000..9f14e7ecc3 --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/table-model-fixup-2.html @@ -0,0 +1,398 @@ + + + + + + + + + +
+ +

Table fixup

+

Check that replaced elements display types are handled properly in fixup

+ +
+

Both input fields should look identical, on their own line:

+

Replaced elements inside a table cannot be table-row and are considered inline -- input elements (width)

+
+ + + + +
+
+

Both input fields should look identical and be on the same line:

+

Replaced elements inside a table cannot be table-row and are considered inline -- input elements (top)

+
+ + + + +
+ +
+

Both images should look identical, on their own line:

+

Replaced elements inside a table cannot be table-row and are considered inline -- img elements (width)

+
+ + + + +
+
+

Both images should look identical and be on the same line:

+

Replaced elements inside a table cannot be table-row and are considered inline -- img elements (top)

+
+ + + + +
+ +
+

Both input fields should look identical, on their own line:

+

Replaced elements inside a table cannot be table-column and are considered inline -- input elements (width)

+
+ + + + +
+
+

Both input fields should look identical and be on the same line:

+

Replaced elements inside a table cannot be table-column and are considered inline -- input elements (top)

+
+ + + + +
+ +
+

Both images should look identical, on their own line:

+

Replaced elements inside a table cannot be table-column and are considered inline -- img elements (width)

+
+ + + + +
+
+

Both images should look identical and be on the same line:

+

Replaced elements inside a table cannot be table-column and are considered inline -- img elements (top)

+
+ + + + +
+ +
+

Both input fields should look identical, on their own line:

+

Replaced elements inside a table cannot be table-cell and are considered inline -- input elements (width)

+
+ + + + +
+
+

Both input fields should look identical and be on the same line:

+

Replaced elements inside a table cannot be table-cell and are considered inline -- input elements (top)

+
+ + + +
+ +
+

Both images should look identical, on their own line:

+

Replaced elements inside a table cannot be table-cell and are considered inline -- img elements (width)

+
+ + + + +
+
+

Both images should look identical and be on the same line:

+

Replaced elements inside a table cannot be table-cell and are considered inline -- img elements (top)

+
+ + + + +
+ +
+

Both text inputs should share the same line:

+

Replaced elements outside a table cannot be inline-table and are considered inline -- input=text elements

+
+ + +
+ +
+

Both button inputs should share the same line:

+

Replaced elements outside a table cannot be inline-table and are considered inline -- input=button elements

+
+ + +
+ +
+

Both file inputs should share the same line:

+

Replaced elements outside a table cannot be inline-table and are considered inline -- input=file elements

+
+ + +
+ +
+

Both images should share the same line:

+

Replaced elements outside a table cannot be inline-table and are considered inline -- img elements

+
+ + +
+ +
+

Both text inputs should stand on their own line:

+

Replaced elements outside a table cannot be table and are considered block -- input=text elements

+
+ + +
+ +
+

Both button inputs should stand on their own line:

+

Replaced elements outside a table cannot be table and are considered block -- input=button elements

+
+ + +
+ +
+

Both file inputs should stand on their own line:

+

Replaced elements outside a table cannot be table and are considered block -- input=file elements

+
+ + +
+ +
+

Both images should stand on their own line:

+

Replaced elements outside a table cannot be table and are considered block -- img elements

+
+ + +
+ +
+

Both text inputs should share the same line:

+

Replaced elements outside a table cannot be table-row and are considered inline -- input=text elements

+
+ + +
+ +
+

Both button inputs should share the same line:

+

Replaced elements outside a table cannot be table-row and are considered inline -- input=button elements

+
+ + +
+ +
+

Both file inputs should share the same line:

+

Replaced elements outside a table cannot be table-row and are considered inline -- input=file elements

+
+ + +
+ +
+

Both images should share the same line:

+

Replaced elements outside a table cannot be table-row and are considered inline -- img elements

+
+ + +
+ +
+

Both text inputs should share the same line:

+

Replaced elements outside a table cannot be table-row-group and are considered inline -- input=text elements

+
+ + +
+ +
+

Both button inputs should share the same line:

+

Replaced elements outside a table cannot be table-row-group and are considered inline -- input=button elements

+
+ + +
+ +
+

Both file inputs should share the same line:

+

Replaced elements outside a table cannot be table-row-group and are considered inline -- input=file elements

+
+ + +
+ +
+

Both images should share the same line:

+

Replaced elements outside a table cannot be table-row-group and are considered inline -- img elements

+
+ + +
+ +
+

Both text inputs should share the same line:

+

Replaced elements outside a table cannot be table-column and are considered inline inline -- input=text elements

+
+ + +
+ +
+

Both button inputs should share the same line:

+

Replaced elements outside a table cannot be table-column and are considered inline -- input=button elements

+
+ + +
+ +
+

Both file inputs should share the same line:

+

Replaced elements outside a table cannot be table-column and are considered inline -- input=file elements

+
+ + +
+ +
+

Both images should share the same line:

+

Replaced elements outside a table cannot be table-column and are considered inline -- img elements

+
+ + +
+ +
+

Both text inputs should share the same line:

+

Replaced elements outside a table cannot be table-cell and are considered inline -- input=text elements

+
+ + +
+ +
+

Both button inputs should share the same line:

+

Replaced elements outside a table cannot be table-cell and are considered inline -- input=button elements

+
+ + +
+ +
+

Both file inputs should share the same line:

+

Replaced elements outside a table cannot be table-cell and are considered inline -- input=file elements

+
+ + +
+ +
+

Both images should share the same line:

+

Replaced elements outside a table cannot be table-cell and are considered inline -- img elements

+
+ + +
+ +
+

Both text inputs should share the same line:

+

Replaced elements outside a table cannot be table-caption and are considered inline -- input=text elements

+
+ + +
+ +
+

Both button inputs should share the same line:

+

Replaced elements outside a table cannot be table-caption and are considered inline -- input=button elements

+
+ + +
+ +
+

Both file inputs should share the same line:

+

Replaced elements outside a table cannot be table-caption and are considered inline -- input=file elements

+
+ + +
+ +
+

Both images should share the same line:

+

Replaced elements outside a table cannot be table-caption and are considered inline -- img elements

+
+ + +
+ +
-- cgit v1.2.3