From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- .../parsing/border-block-end-radius-computed.html | 20 +++++++++ .../parsing/border-block-end-radius-invalid.html | 23 ++++++++++ .../parsing/border-block-end-radius-valid.html | 21 +++++++++ .../border-block-start-radius-computed.html | 20 +++++++++ .../parsing/border-block-start-radius-invalid.html | 23 ++++++++++ .../parsing/border-block-start-radius-valid.html | 21 +++++++++ .../parsing/border-bottom-radius-computed.html | 20 +++++++++ .../parsing/border-bottom-radius-invalid.html | 23 ++++++++++ .../parsing/border-bottom-radius-valid.html | 21 +++++++++ .../tentative/parsing/border-clip-computed.html | 21 +++++++++ .../tentative/parsing/border-clip-invalid.html | 17 ++++++++ .../tentative/parsing/border-clip-valid.html | 20 +++++++++ .../parsing/border-inline-end-radius-computed.html | 20 +++++++++ .../parsing/border-inline-end-radius-invalid.html | 23 ++++++++++ .../parsing/border-inline-end-radius-valid.html | 21 +++++++++ .../border-inline-start-radius-computed.html | 20 +++++++++ .../border-inline-start-radius-invalid.html | 23 ++++++++++ .../parsing/border-inline-start-radius-valid.html | 21 +++++++++ .../parsing/border-left-radius-computed.html | 20 +++++++++ .../parsing/border-left-radius-invalid.html | 23 ++++++++++ .../parsing/border-left-radius-valid.html | 21 +++++++++ .../parsing/border-right-radius-computed.html | 20 +++++++++ .../parsing/border-right-radius-invalid.html | 23 ++++++++++ .../parsing/border-right-radius-valid.html | 21 +++++++++ .../parsing/border-top-radius-computed.html | 20 +++++++++ .../parsing/border-top-radius-invalid.html | 23 ++++++++++ .../tentative/parsing/border-top-radius-valid.html | 21 +++++++++ .../parsing/box-shadow-blur-computed.html | 18 ++++++++ .../tentative/parsing/box-shadow-blur-invalid.html | 18 ++++++++ .../tentative/parsing/box-shadow-blur-valid.html | 17 ++++++++ .../parsing/box-shadow-color-computed.html | 31 ++++++++++++++ .../parsing/box-shadow-color-invalid.html | 22 ++++++++++ .../tentative/parsing/box-shadow-color-valid.html | 29 +++++++++++++ .../parsing/box-shadow-offset-computed.html | 20 +++++++++ .../parsing/box-shadow-offset-invalid.html | 16 +++++++ .../tentative/parsing/box-shadow-offset-valid.html | 19 ++++++++ .../parsing/box-shadow-position-computed.html | 18 ++++++++ .../parsing/box-shadow-position-invalid.html | 17 ++++++++ .../parsing/box-shadow-position-valid.html | 16 +++++++ .../parsing/box-shadow-spread-computed.html | 19 ++++++++ .../parsing/box-shadow-spread-invalid.html | 17 ++++++++ .../tentative/parsing/box-shadow-spread-valid.html | 17 ++++++++ .../tentative/parsing/corner-shape-computed.html | 19 ++++++++ .../tentative/parsing/corner-shape-invalid.html | 18 ++++++++ .../tentative/parsing/corner-shape-valid.html | 18 ++++++++ .../tentative/parsing/corners-computed.html | 50 ++++++++++++++++++++++ .../tentative/parsing/corners-invalid.html | 25 +++++++++++ .../tentative/parsing/corners-valid.html | 48 +++++++++++++++++++++ 48 files changed, 1042 insertions(+) create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-end-radius-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-end-radius-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-end-radius-valid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-start-radius-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-start-radius-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-start-radius-valid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-bottom-radius-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-bottom-radius-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-bottom-radius-valid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-clip-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-clip-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-clip-valid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-end-radius-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-end-radius-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-end-radius-valid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-start-radius-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-start-radius-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-start-radius-valid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-left-radius-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-left-radius-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-left-radius-valid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-right-radius-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-right-radius-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-right-radius-valid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-top-radius-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-top-radius-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/border-top-radius-valid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-blur-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-blur-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-blur-valid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-color-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-color-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-color-valid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-offset-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-offset-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-offset-valid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-position-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-position-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-position-valid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-spread-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-spread-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-spread-valid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/corner-shape-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/corner-shape-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/corner-shape-valid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/corners-computed.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/corners-invalid.html create mode 100644 testing/web-platform/tests/css/css-borders/tentative/parsing/corners-valid.html (limited to 'testing/web-platform/tests/css/css-borders/tentative') diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-end-radius-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-end-radius-computed.html new file mode 100644 index 0000000000..fd096fa17c --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-end-radius-computed.html @@ -0,0 +1,20 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'border-block-end-radius' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-end-radius-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-end-radius-invalid.html new file mode 100644 index 0000000000..a9554bd924 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-end-radius-invalid.html @@ -0,0 +1,23 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-block-end-radius' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-end-radius-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-end-radius-valid.html new file mode 100644 index 0000000000..2989b349a1 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-end-radius-valid.html @@ -0,0 +1,21 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-block-end-radius' with valid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-start-radius-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-start-radius-computed.html new file mode 100644 index 0000000000..292ae1b6dc --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-start-radius-computed.html @@ -0,0 +1,20 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'border-block-start-radius' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-start-radius-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-start-radius-invalid.html new file mode 100644 index 0000000000..0a9a8a9bb7 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-start-radius-invalid.html @@ -0,0 +1,23 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-block-start-radius' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-start-radius-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-start-radius-valid.html new file mode 100644 index 0000000000..8c9f0e0bd1 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-block-start-radius-valid.html @@ -0,0 +1,21 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-block-start-radius' with valid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-bottom-radius-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-bottom-radius-computed.html new file mode 100644 index 0000000000..a83286a910 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-bottom-radius-computed.html @@ -0,0 +1,20 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'border-bottom-radius' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-bottom-radius-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-bottom-radius-invalid.html new file mode 100644 index 0000000000..bbf7555cdc --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-bottom-radius-invalid.html @@ -0,0 +1,23 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-bottom-radius' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-bottom-radius-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-bottom-radius-valid.html new file mode 100644 index 0000000000..fe3502beff --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-bottom-radius-valid.html @@ -0,0 +1,21 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-bottom-radius' with valid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-clip-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-clip-computed.html new file mode 100644 index 0000000000..37f20490bd --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-clip-computed.html @@ -0,0 +1,21 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'border-clip' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-clip-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-clip-invalid.html new file mode 100644 index 0000000000..8f6dff3f08 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-clip-invalid.html @@ -0,0 +1,17 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-clip' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-clip-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-clip-valid.html new file mode 100644 index 0000000000..819d800b42 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-clip-valid.html @@ -0,0 +1,20 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-clip' with valid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-end-radius-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-end-radius-computed.html new file mode 100644 index 0000000000..58f78efa6d --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-end-radius-computed.html @@ -0,0 +1,20 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'border-inline-end-radius' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-end-radius-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-end-radius-invalid.html new file mode 100644 index 0000000000..3ee5ccde33 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-end-radius-invalid.html @@ -0,0 +1,23 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-radius-inline-end' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-end-radius-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-end-radius-valid.html new file mode 100644 index 0000000000..72c8ad8c28 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-end-radius-valid.html @@ -0,0 +1,21 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-inline-end-radius' with valid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-start-radius-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-start-radius-computed.html new file mode 100644 index 0000000000..f08c0b0bfd --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-start-radius-computed.html @@ -0,0 +1,20 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'border-inline-start-radius' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-start-radius-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-start-radius-invalid.html new file mode 100644 index 0000000000..eaf404cf02 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-start-radius-invalid.html @@ -0,0 +1,23 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-inline-start-radius' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-start-radius-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-start-radius-valid.html new file mode 100644 index 0000000000..1100664247 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-inline-start-radius-valid.html @@ -0,0 +1,21 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-inline-start-radius' with valid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-left-radius-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-left-radius-computed.html new file mode 100644 index 0000000000..2db2025575 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-left-radius-computed.html @@ -0,0 +1,20 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'border-left-radius' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-left-radius-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-left-radius-invalid.html new file mode 100644 index 0000000000..43002f7900 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-left-radius-invalid.html @@ -0,0 +1,23 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-left-radius' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-left-radius-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-left-radius-valid.html new file mode 100644 index 0000000000..401eff5729 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-left-radius-valid.html @@ -0,0 +1,21 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-left-radius' with valid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-right-radius-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-right-radius-computed.html new file mode 100644 index 0000000000..b058938afc --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-right-radius-computed.html @@ -0,0 +1,20 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'border-right-radius' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-right-radius-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-right-radius-invalid.html new file mode 100644 index 0000000000..f89f098376 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-right-radius-invalid.html @@ -0,0 +1,23 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-right-radius' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-right-radius-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-right-radius-valid.html new file mode 100644 index 0000000000..dc2f598717 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-right-radius-valid.html @@ -0,0 +1,21 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-right-radius' with valid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-top-radius-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-top-radius-computed.html new file mode 100644 index 0000000000..e0dcc8ae4e --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-top-radius-computed.html @@ -0,0 +1,20 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'border-top-radius' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-top-radius-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-top-radius-invalid.html new file mode 100644 index 0000000000..67b0fc8087 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-top-radius-invalid.html @@ -0,0 +1,23 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-top-radius' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/border-top-radius-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-top-radius-valid.html new file mode 100644 index 0000000000..8dbb9a4bb9 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/border-top-radius-valid.html @@ -0,0 +1,21 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'border-top-radius' with valid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-blur-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-blur-computed.html new file mode 100644 index 0000000000..1c61f9a8e5 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-blur-computed.html @@ -0,0 +1,18 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'box-shadow-blur' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-blur-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-blur-invalid.html new file mode 100644 index 0000000000..20b2a50446 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-blur-invalid.html @@ -0,0 +1,18 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'box-shadow-blur' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-blur-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-blur-valid.html new file mode 100644 index 0000000000..10d65ebbf0 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-blur-valid.html @@ -0,0 +1,17 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'box-shadow-blur' with valid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-color-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-color-computed.html new file mode 100644 index 0000000000..53f0daffb7 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-color-computed.html @@ -0,0 +1,31 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'box-shadow-color' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-color-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-color-invalid.html new file mode 100644 index 0000000000..7d92386de2 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-color-invalid.html @@ -0,0 +1,22 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'box-shadow-color' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-color-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-color-valid.html new file mode 100644 index 0000000000..c278a7d1cc --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-color-valid.html @@ -0,0 +1,29 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'box-shadow-color' with valid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-offset-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-offset-computed.html new file mode 100644 index 0000000000..8ed7d7bc9e --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-offset-computed.html @@ -0,0 +1,20 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'box-shadow-offset' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-offset-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-offset-invalid.html new file mode 100644 index 0000000000..dd1c0f3374 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-offset-invalid.html @@ -0,0 +1,16 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'box-shadow-offset' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-offset-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-offset-valid.html new file mode 100644 index 0000000000..bfbe21f089 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-offset-valid.html @@ -0,0 +1,19 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'box-shadow-offset' with valid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-position-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-position-computed.html new file mode 100644 index 0000000000..9818199b58 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-position-computed.html @@ -0,0 +1,18 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'box-shadow-position' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-position-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-position-invalid.html new file mode 100644 index 0000000000..9738dd6107 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-position-invalid.html @@ -0,0 +1,17 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'box-shadow-position' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-position-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-position-valid.html new file mode 100644 index 0000000000..0d9b56fb01 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-position-valid.html @@ -0,0 +1,16 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'box-shadow-position' with valid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-spread-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-spread-computed.html new file mode 100644 index 0000000000..e7f39d5565 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-spread-computed.html @@ -0,0 +1,19 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'box-shadow-spread' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-spread-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-spread-invalid.html new file mode 100644 index 0000000000..205fd924b9 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-spread-invalid.html @@ -0,0 +1,17 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'box-shadow-spread' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-spread-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-spread-valid.html new file mode 100644 index 0000000000..a368d13694 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/box-shadow-spread-valid.html @@ -0,0 +1,17 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'box-shadow-spread' with valid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/corner-shape-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/corner-shape-computed.html new file mode 100644 index 0000000000..c238ddfb96 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/corner-shape-computed.html @@ -0,0 +1,19 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'corner-shape' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/corner-shape-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/corner-shape-invalid.html new file mode 100644 index 0000000000..51f8e05700 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/corner-shape-invalid.html @@ -0,0 +1,18 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'corner-shape' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/corner-shape-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/corner-shape-valid.html new file mode 100644 index 0000000000..62ee2630ac --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/corner-shape-valid.html @@ -0,0 +1,18 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'corner-shape' with valid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/corners-computed.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/corners-computed.html new file mode 100644 index 0000000000..6605f9eeb0 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/corners-computed.html @@ -0,0 +1,50 @@ + + +CSS Borders and Box Decorations 4 Test: Computed values of 'corners' + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/corners-invalid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/corners-invalid.html new file mode 100644 index 0000000000..1a762a7572 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/corners-invalid.html @@ -0,0 +1,25 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'corners' with invalid values + + + + + + + + diff --git a/testing/web-platform/tests/css/css-borders/tentative/parsing/corners-valid.html b/testing/web-platform/tests/css/css-borders/tentative/parsing/corners-valid.html new file mode 100644 index 0000000000..5b1ae7afb3 --- /dev/null +++ b/testing/web-platform/tests/css/css-borders/tentative/parsing/corners-valid.html @@ -0,0 +1,48 @@ + + +CSS Borders and Box Decorations 4 Test: Parsing 'corners' with valid values + + + + + + + + -- cgit v1.2.3