From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../parsing/border-collapse-computed.html | 19 ++++++++++++++++ .../parsing/border-collapse-invalid.html | 18 +++++++++++++++ .../css-tables/parsing/border-collapse-valid.html | 18 +++++++++++++++ .../parsing/border-spacing-computed.html | 26 ++++++++++++++++++++++ .../css-tables/parsing/border-spacing-invalid.html | 20 +++++++++++++++++ .../css-tables/parsing/border-spacing-valid.html | 19 ++++++++++++++++ .../css-tables/parsing/caption-side-computed.html | 19 ++++++++++++++++ .../css-tables/parsing/caption-side-invalid.html | 20 +++++++++++++++++ .../css/css-tables/parsing/caption-side-valid.html | 18 +++++++++++++++ .../css-tables/parsing/empty-cells-computed.html | 19 ++++++++++++++++ .../css-tables/parsing/empty-cells-invalid.html | 18 +++++++++++++++ .../css/css-tables/parsing/empty-cells-valid.html | 18 +++++++++++++++ .../css-tables/parsing/table-layout-computed.html | 19 ++++++++++++++++ .../css-tables/parsing/table-layout-invalid.html | 18 +++++++++++++++ .../css/css-tables/parsing/table-layout-valid.html | 18 +++++++++++++++ 15 files changed, 287 insertions(+) create mode 100644 testing/web-platform/tests/css/css-tables/parsing/border-collapse-computed.html create mode 100644 testing/web-platform/tests/css/css-tables/parsing/border-collapse-invalid.html create mode 100644 testing/web-platform/tests/css/css-tables/parsing/border-collapse-valid.html create mode 100644 testing/web-platform/tests/css/css-tables/parsing/border-spacing-computed.html create mode 100644 testing/web-platform/tests/css/css-tables/parsing/border-spacing-invalid.html create mode 100644 testing/web-platform/tests/css/css-tables/parsing/border-spacing-valid.html create mode 100644 testing/web-platform/tests/css/css-tables/parsing/caption-side-computed.html create mode 100644 testing/web-platform/tests/css/css-tables/parsing/caption-side-invalid.html create mode 100644 testing/web-platform/tests/css/css-tables/parsing/caption-side-valid.html create mode 100644 testing/web-platform/tests/css/css-tables/parsing/empty-cells-computed.html create mode 100644 testing/web-platform/tests/css/css-tables/parsing/empty-cells-invalid.html create mode 100644 testing/web-platform/tests/css/css-tables/parsing/empty-cells-valid.html create mode 100644 testing/web-platform/tests/css/css-tables/parsing/table-layout-computed.html create mode 100644 testing/web-platform/tests/css/css-tables/parsing/table-layout-invalid.html create mode 100644 testing/web-platform/tests/css/css-tables/parsing/table-layout-valid.html (limited to 'testing/web-platform/tests/css/css-tables/parsing') diff --git a/testing/web-platform/tests/css/css-tables/parsing/border-collapse-computed.html b/testing/web-platform/tests/css/css-tables/parsing/border-collapse-computed.html new file mode 100644 index 0000000000..d72cbc6d02 --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/parsing/border-collapse-computed.html @@ -0,0 +1,19 @@ + + + + +CSS Table Module: getComputedStyle().borderCollapse + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-tables/parsing/border-collapse-invalid.html b/testing/web-platform/tests/css/css-tables/parsing/border-collapse-invalid.html new file mode 100644 index 0000000000..9b10062f0f --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/parsing/border-collapse-invalid.html @@ -0,0 +1,18 @@ + + + + +CSS Table Module Test: parsing border-collapse with invalid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-tables/parsing/border-collapse-valid.html b/testing/web-platform/tests/css/css-tables/parsing/border-collapse-valid.html new file mode 100644 index 0000000000..2dc8ae45a3 --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/parsing/border-collapse-valid.html @@ -0,0 +1,18 @@ + + + + +CSS Table Module Test: parsing border-collapse with valid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-tables/parsing/border-spacing-computed.html b/testing/web-platform/tests/css/css-tables/parsing/border-spacing-computed.html new file mode 100644 index 0000000000..d88acb3bb0 --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/parsing/border-spacing-computed.html @@ -0,0 +1,26 @@ + + + + +CSS Table Module: getComputedStyle().borderSpacing + + + + + + + +
+ + + + diff --git a/testing/web-platform/tests/css/css-tables/parsing/border-spacing-invalid.html b/testing/web-platform/tests/css/css-tables/parsing/border-spacing-invalid.html new file mode 100644 index 0000000000..47fd283ccf --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/parsing/border-spacing-invalid.html @@ -0,0 +1,20 @@ + + + + +CSS Table Module Test: parsing border-spacing with invalid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-tables/parsing/border-spacing-valid.html b/testing/web-platform/tests/css/css-tables/parsing/border-spacing-valid.html new file mode 100644 index 0000000000..cf594ee6b8 --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/parsing/border-spacing-valid.html @@ -0,0 +1,19 @@ + + + + +CSS Table Module Test: parsing border-spacing with valid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-tables/parsing/caption-side-computed.html b/testing/web-platform/tests/css/css-tables/parsing/caption-side-computed.html new file mode 100644 index 0000000000..dc573546af --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/parsing/caption-side-computed.html @@ -0,0 +1,19 @@ + + + + +CSS Table Module: getComputedStyle().captionSide + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-tables/parsing/caption-side-invalid.html b/testing/web-platform/tests/css/css-tables/parsing/caption-side-invalid.html new file mode 100644 index 0000000000..1552e4d241 --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/parsing/caption-side-invalid.html @@ -0,0 +1,20 @@ + + + + +CSS Table Module Test: parsing caption-side with invalid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-tables/parsing/caption-side-valid.html b/testing/web-platform/tests/css/css-tables/parsing/caption-side-valid.html new file mode 100644 index 0000000000..a97683a6f4 --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/parsing/caption-side-valid.html @@ -0,0 +1,18 @@ + + + + +CSS Table Module Test: parsing caption-side with valid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-tables/parsing/empty-cells-computed.html b/testing/web-platform/tests/css/css-tables/parsing/empty-cells-computed.html new file mode 100644 index 0000000000..1a04c0c9f3 --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/parsing/empty-cells-computed.html @@ -0,0 +1,19 @@ + + + + +CSS Table Module: getComputedStyle().emptyCells + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-tables/parsing/empty-cells-invalid.html b/testing/web-platform/tests/css/css-tables/parsing/empty-cells-invalid.html new file mode 100644 index 0000000000..4b5bf95dcd --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/parsing/empty-cells-invalid.html @@ -0,0 +1,18 @@ + + + + +CSS Table Module Test: parsing empty-cells with invalid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-tables/parsing/empty-cells-valid.html b/testing/web-platform/tests/css/css-tables/parsing/empty-cells-valid.html new file mode 100644 index 0000000000..c3483aafe0 --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/parsing/empty-cells-valid.html @@ -0,0 +1,18 @@ + + + + +CSS Table Module Test: parsing empty-cells with valid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-tables/parsing/table-layout-computed.html b/testing/web-platform/tests/css/css-tables/parsing/table-layout-computed.html new file mode 100644 index 0000000000..3453508541 --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/parsing/table-layout-computed.html @@ -0,0 +1,19 @@ + + + + +CSS Table Module: getComputedStyle().tableLayout + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-tables/parsing/table-layout-invalid.html b/testing/web-platform/tests/css/css-tables/parsing/table-layout-invalid.html new file mode 100644 index 0000000000..23a60ca56e --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/parsing/table-layout-invalid.html @@ -0,0 +1,18 @@ + + + + +CSS Table Module Test: parsing table-layout with invalid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-tables/parsing/table-layout-valid.html b/testing/web-platform/tests/css/css-tables/parsing/table-layout-valid.html new file mode 100644 index 0000000000..bf94ed8369 --- /dev/null +++ b/testing/web-platform/tests/css/css-tables/parsing/table-layout-valid.html @@ -0,0 +1,18 @@ + + + + +CSS Table Module Test: parsing table-layout with valid values + + + + + + + + + + -- cgit v1.2.3