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/background-attachment-computed.html | 21 +++++++ .../parsing/background-attachment-invalid.html | 19 ++++++ .../parsing/background-attachment-valid.html | 19 ++++++ .../parsing/background-clip-computed.html | 23 +++++++ .../parsing/background-clip-invalid.html | 21 +++++++ .../parsing/background-clip-valid.html | 22 +++++++ .../parsing/background-color-computed.html | 30 ++++++++++ .../parsing/background-color-invalid.html | 20 +++++++ .../parsing/background-color-valid.html | 28 +++++++++ .../parsing/background-computed.html | 70 ++++++++++++++++++++++ .../parsing/background-image-computed.sub.html | 63 +++++++++++++++++++ .../parsing/background-image-invalid.html | 34 +++++++++++ .../parsing/background-image-valid.html | 39 ++++++++++++ .../parsing/background-invalid.html | 22 +++++++ .../parsing/background-origin-computed.html | 23 +++++++ .../parsing/background-origin-invalid.html | 21 +++++++ .../parsing/background-origin-valid.html | 22 +++++++ .../parsing/background-position-computed.html | 53 ++++++++++++++++ .../parsing/background-position-invalid.html | 28 +++++++++ .../parsing/background-position-valid.html | 48 +++++++++++++++ .../parsing/background-position-x-computed.html | 39 ++++++++++++ .../parsing/background-position-x-invalid.html | 25 ++++++++ .../parsing/background-position-x-valid.html | 31 ++++++++++ .../parsing/background-position-y-computed.html | 39 ++++++++++++ .../parsing/background-position-y-invalid.html | 25 ++++++++ .../parsing/background-position-y-valid.html | 31 ++++++++++ .../parsing/background-repeat-computed.html | 30 ++++++++++ .../parsing/background-repeat-invalid.html | 20 +++++++ .../parsing/background-repeat-valid.html | 21 +++++++ .../background-shorthand-serialization.html | 46 ++++++++++++++ .../parsing/background-size-computed.html | 35 +++++++++++ .../parsing/background-size-invalid.html | 22 +++++++ .../parsing/background-size-valid.html | 27 +++++++++ .../css-backgrounds/parsing/background-valid.html | 49 +++++++++++++++ .../parsing/border-color-computed.html | 38 ++++++++++++ .../parsing/border-color-invalid.html | 22 +++++++ .../parsing/border-color-shorthand.html | 43 +++++++++++++ .../parsing/border-color-valid.html | 26 ++++++++ .../parsing/border-image-invalid.html | 40 +++++++++++++ .../parsing/border-image-outset-computed.html | 27 +++++++++ .../parsing/border-image-outset-invalid.html | 25 ++++++++ .../parsing/border-image-outset-valid.html | 20 +++++++ .../parsing/border-image-repeat-computed.html | 20 +++++++ .../parsing/border-image-repeat-invalid.html | 20 +++++++ .../parsing/border-image-repeat-valid.html | 20 +++++++ .../parsing/border-image-shorthand.sub.html | 55 +++++++++++++++++ .../parsing/border-image-slice-computed.html | 23 +++++++ .../parsing/border-image-slice-invalid.html | 27 +++++++++ .../parsing/border-image-slice-valid.html | 23 +++++++ .../parsing/border-image-source-computed.sub.html | 37 ++++++++++++ .../parsing/border-image-source-invalid.html | 20 +++++++ .../parsing/border-image-source-valid.html | 21 +++++++ .../parsing/border-image-valid.html | 59 ++++++++++++++++++ .../parsing/border-image-width-computed.html | 34 +++++++++++ .../parsing/border-image-width-invalid.html | 24 ++++++++ .../parsing/border-image-width-valid.html | 23 +++++++ .../css-backgrounds/parsing/border-invalid.html | 19 ++++++ .../parsing/border-radius-computed.html | 39 ++++++++++++ .../parsing/border-radius-invalid.html | 29 +++++++++ .../parsing/border-radius-valid.html | 42 +++++++++++++ .../css-backgrounds/parsing/border-shorthand.html | 66 ++++++++++++++++++++ .../parsing/border-style-computed.html | 26 ++++++++ .../parsing/border-style-invalid.html | 19 ++++++ .../parsing/border-style-shorthand.html | 43 +++++++++++++ .../parsing/border-style-valid.html | 26 ++++++++ .../css/css-backgrounds/parsing/border-valid.html | 23 +++++++ .../parsing/border-width-computed.html | 57 ++++++++++++++++++ .../parsing/border-width-invalid.html | 20 +++++++ .../parsing/border-width-shorthand.html | 43 +++++++++++++ .../parsing/border-width-valid.html | 24 ++++++++ .../parsing/box-shadow-computed.html | 29 +++++++++ .../parsing/box-shadow-invalid.html | 66 ++++++++++++++++++++ .../css-backgrounds/parsing/box-shadow-valid.html | 67 +++++++++++++++++++++ .../parsing/webkit-border-radius-valid.html | 70 ++++++++++++++++++++++ 74 files changed, 2421 insertions(+) create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-attachment-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-attachment-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-attachment-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-clip-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-clip-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-clip-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-color-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-color-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-color-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-image-computed.sub.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-image-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-image-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-origin-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-origin-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-origin-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-position-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-position-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-position-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-position-x-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-position-x-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-position-x-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-position-y-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-position-y-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-position-y-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-repeat-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-repeat-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-repeat-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-shorthand-serialization.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-size-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-size-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-size-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/background-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-color-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-color-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-color-shorthand.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-color-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-outset-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-outset-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-outset-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-repeat-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-repeat-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-repeat-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-shorthand.sub.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-slice-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-slice-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-slice-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-source-computed.sub.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-source-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-source-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-width-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-width-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-image-width-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-radius-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-radius-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-radius-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-shorthand.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-style-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-style-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-style-shorthand.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-style-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-width-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-width-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-width-shorthand.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/border-width-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/box-shadow-computed.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/box-shadow-invalid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/box-shadow-valid.html create mode 100644 testing/web-platform/tests/css/css-backgrounds/parsing/webkit-border-radius-valid.html (limited to 'testing/web-platform/tests/css/css-backgrounds/parsing') diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-attachment-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-attachment-computed.html new file mode 100644 index 0000000000..702d5fc8ac --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-attachment-computed.html @@ -0,0 +1,21 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().backgroundAttachment + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-attachment-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-attachment-invalid.html new file mode 100644 index 0000000000..30757f3a4d --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-attachment-invalid.html @@ -0,0 +1,19 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-attachment with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-attachment-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-attachment-valid.html new file mode 100644 index 0000000000..14d72c606b --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-attachment-valid.html @@ -0,0 +1,19 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-attachment with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-clip-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-clip-computed.html new file mode 100644 index 0000000000..91ca19f5b2 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-clip-computed.html @@ -0,0 +1,23 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().backgroundClip + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-clip-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-clip-invalid.html new file mode 100644 index 0000000000..96831e06fc --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-clip-invalid.html @@ -0,0 +1,21 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-clip with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-clip-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-clip-valid.html new file mode 100644 index 0000000000..e262a788bd --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-clip-valid.html @@ -0,0 +1,22 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-clip with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-color-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-color-computed.html new file mode 100644 index 0000000000..561463803b --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-color-computed.html @@ -0,0 +1,30 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().backgroundColor + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-color-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-color-invalid.html new file mode 100644 index 0000000000..bf315fdb4e --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-color-invalid.html @@ -0,0 +1,20 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-color with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-color-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-color-valid.html new file mode 100644 index 0000000000..3859b932c8 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-color-valid.html @@ -0,0 +1,28 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-color with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-computed.html new file mode 100644 index 0000000000..8a07df4903 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-computed.html @@ -0,0 +1,70 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().background with multiple layers + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-image-computed.sub.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-image-computed.sub.html new file mode 100644 index 0000000000..cf3c065d49 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-image-computed.sub.html @@ -0,0 +1,63 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().backgroundImage + + + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-image-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-image-invalid.html new file mode 100644 index 0000000000..8a48d5efe8 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-image-invalid.html @@ -0,0 +1,34 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-image with invalid values + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-image-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-image-valid.html new file mode 100644 index 0000000000..da08a63885 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-image-valid.html @@ -0,0 +1,39 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-image with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-invalid.html new file mode 100644 index 0000000000..76ff18f35d --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-invalid.html @@ -0,0 +1,22 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-origin-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-origin-computed.html new file mode 100644 index 0000000000..41887f852d --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-origin-computed.html @@ -0,0 +1,23 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().backgroundOrigin + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-origin-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-origin-invalid.html new file mode 100644 index 0000000000..5da00dabe3 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-origin-invalid.html @@ -0,0 +1,21 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-origin with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-origin-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-origin-valid.html new file mode 100644 index 0000000000..7e3b0fffca --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-origin-valid.html @@ -0,0 +1,22 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-origin with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-computed.html new file mode 100644 index 0000000000..2a3f6fae1e --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-computed.html @@ -0,0 +1,53 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().backgroundPosition + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-invalid.html new file mode 100644 index 0000000000..966db4c31a --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-invalid.html @@ -0,0 +1,28 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-position with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-valid.html new file mode 100644 index 0000000000..dac7b1012a --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-valid.html @@ -0,0 +1,48 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-position with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-x-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-x-computed.html new file mode 100644 index 0000000000..6cb7fb2c17 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-x-computed.html @@ -0,0 +1,39 @@ + + + + +CSS Backgrounds and Borders Module Level 4: getComputedStyle().backgroundPositionX + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-x-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-x-invalid.html new file mode 100644 index 0000000000..7cdfcf426c --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-x-invalid.html @@ -0,0 +1,25 @@ + + + + +CSS Backgrounds and Borders Module Level 4: parsing background-position-x with invalid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-x-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-x-valid.html new file mode 100644 index 0000000000..ca9c229db4 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-x-valid.html @@ -0,0 +1,31 @@ + + + + +CSS Backgrounds and Borders Module Level 4: parsing background-position-x with valid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-y-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-y-computed.html new file mode 100644 index 0000000000..a2d60bfeb9 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-y-computed.html @@ -0,0 +1,39 @@ + + + + +CSS Backgrounds and Borders Module Level 4: getComputedStyle().backgroundPositionY + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-y-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-y-invalid.html new file mode 100644 index 0000000000..7885b142ee --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-y-invalid.html @@ -0,0 +1,25 @@ + + + + +CSS Backgrounds and Borders Module Level 4: parsing background-position-y with invalid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-y-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-y-valid.html new file mode 100644 index 0000000000..5a474a449d --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-position-y-valid.html @@ -0,0 +1,31 @@ + + + + +CSS Backgrounds and Borders Module Level 4: parsing background-position-y with valid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-repeat-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-repeat-computed.html new file mode 100644 index 0000000000..ad7bfa5a21 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-repeat-computed.html @@ -0,0 +1,30 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().backgroundRepeat + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-repeat-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-repeat-invalid.html new file mode 100644 index 0000000000..abb153378f --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-repeat-invalid.html @@ -0,0 +1,20 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-repeat with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-repeat-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-repeat-valid.html new file mode 100644 index 0000000000..2f72e03c73 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-repeat-valid.html @@ -0,0 +1,21 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-repeat with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-shorthand-serialization.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-shorthand-serialization.html new file mode 100644 index 0000000000..5212303784 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-shorthand-serialization.html @@ -0,0 +1,46 @@ + + + + +CSS Background Shorthand Serialization Test: background shorthand should only serialize non-initial values + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-size-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-size-computed.html new file mode 100644 index 0000000000..80fdd0fb27 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-size-computed.html @@ -0,0 +1,35 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().backgroundSize + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-size-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-size-invalid.html new file mode 100644 index 0000000000..01a0322002 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-size-invalid.html @@ -0,0 +1,22 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-size with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-size-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-size-valid.html new file mode 100644 index 0000000000..c169232cb3 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-size-valid.html @@ -0,0 +1,27 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background-size with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/background-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/background-valid.html new file mode 100644 index 0000000000..e011c2238d --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/background-valid.html @@ -0,0 +1,49 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing background with valid values + + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-color-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-color-computed.html new file mode 100644 index 0000000000..5cff8b3dfa --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-color-computed.html @@ -0,0 +1,38 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().borderColor + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-color-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-color-invalid.html new file mode 100644 index 0000000000..6e4d28e798 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-color-invalid.html @@ -0,0 +1,22 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-color with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-color-shorthand.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-color-shorthand.html new file mode 100644 index 0000000000..012567830e --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-color-shorthand.html @@ -0,0 +1,43 @@ + + + + +CSS Backgrounds and Borders Module Level 3: border-color sets longhands + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-color-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-color-valid.html new file mode 100644 index 0000000000..a4cd7748ac --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-color-valid.html @@ -0,0 +1,26 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-color with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-invalid.html new file mode 100644 index 0000000000..273fc0a7bf --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-invalid.html @@ -0,0 +1,40 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-image with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-outset-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-outset-computed.html new file mode 100644 index 0000000000..c026207991 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-outset-computed.html @@ -0,0 +1,27 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().borderImageOutset + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-outset-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-outset-invalid.html new file mode 100644 index 0000000000..4102f60342 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-outset-invalid.html @@ -0,0 +1,25 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-image-outset with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-outset-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-outset-valid.html new file mode 100644 index 0000000000..ee85af8767 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-outset-valid.html @@ -0,0 +1,20 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-image-outset with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-repeat-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-repeat-computed.html new file mode 100644 index 0000000000..95ce8498f0 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-repeat-computed.html @@ -0,0 +1,20 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().borderImageRepeat + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-repeat-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-repeat-invalid.html new file mode 100644 index 0000000000..de0998dcc5 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-repeat-invalid.html @@ -0,0 +1,20 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-image-repeat with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-repeat-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-repeat-valid.html new file mode 100644 index 0000000000..f90ef71191 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-repeat-valid.html @@ -0,0 +1,20 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-image-repeat with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-shorthand.sub.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-shorthand.sub.html new file mode 100644 index 0000000000..37fb998d6c --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-shorthand.sub.html @@ -0,0 +1,55 @@ + + + + +CSS Backgrounds and Borders Module Level 3: border-image sets longhands + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-slice-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-slice-computed.html new file mode 100644 index 0000000000..bfc8714d98 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-slice-computed.html @@ -0,0 +1,23 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().borderImageSlice + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-slice-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-slice-invalid.html new file mode 100644 index 0000000000..6b6e0e9d61 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-slice-invalid.html @@ -0,0 +1,27 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-image-slice with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-slice-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-slice-valid.html new file mode 100644 index 0000000000..671120b41b --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-slice-valid.html @@ -0,0 +1,23 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-image-slice with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-source-computed.sub.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-source-computed.sub.html new file mode 100644 index 0000000000..ad48aa987a --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-source-computed.sub.html @@ -0,0 +1,37 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().borderImageSource + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-source-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-source-invalid.html new file mode 100644 index 0000000000..8b1240a0d9 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-source-invalid.html @@ -0,0 +1,20 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-image-source with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-source-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-source-valid.html new file mode 100644 index 0000000000..7fbbbd9e95 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-source-valid.html @@ -0,0 +1,21 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-image-source with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-valid.html new file mode 100644 index 0000000000..cdd38b0a62 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-valid.html @@ -0,0 +1,59 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-image with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-width-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-width-computed.html new file mode 100644 index 0000000000..2c36eda8c7 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-width-computed.html @@ -0,0 +1,34 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().borderImageWidth + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-width-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-width-invalid.html new file mode 100644 index 0000000000..b3e9359749 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-width-invalid.html @@ -0,0 +1,24 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-image-width with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-width-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-width-valid.html new file mode 100644 index 0000000000..ce8b9a9455 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-image-width-valid.html @@ -0,0 +1,23 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-image-width with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-invalid.html new file mode 100644 index 0000000000..870e741f44 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-invalid.html @@ -0,0 +1,19 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border with invalid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-radius-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-radius-computed.html new file mode 100644 index 0000000000..9406d1b171 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-radius-computed.html @@ -0,0 +1,39 @@ + + + + +CSS Backgrounds and Borders Module Level 3: getComputedStyle().borderRadius + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-radius-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-radius-invalid.html new file mode 100644 index 0000000000..f6d1bcb081 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-radius-invalid.html @@ -0,0 +1,29 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-radius with invalid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-radius-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-radius-valid.html new file mode 100644 index 0000000000..584211f09a --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-radius-valid.html @@ -0,0 +1,42 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-radius with valid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-shorthand.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-shorthand.html new file mode 100644 index 0000000000..487ce876fa --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-shorthand.html @@ -0,0 +1,66 @@ + + + + +CSS Backgrounds and Borders Module Level 3: border sets longhands + + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-style-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-style-computed.html new file mode 100644 index 0000000000..e890be1128 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-style-computed.html @@ -0,0 +1,26 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().borderStyle + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-style-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-style-invalid.html new file mode 100644 index 0000000000..27fa45116f --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-style-invalid.html @@ -0,0 +1,19 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-style with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-style-shorthand.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-style-shorthand.html new file mode 100644 index 0000000000..b85804e287 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-style-shorthand.html @@ -0,0 +1,43 @@ + + + + +CSS Backgrounds and Borders Module Level 3: border-style sets longhands + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-style-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-style-valid.html new file mode 100644 index 0000000000..0b59218028 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-style-valid.html @@ -0,0 +1,26 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-style with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-valid.html new file mode 100644 index 0000000000..8c52b428ba --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-valid.html @@ -0,0 +1,23 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border with valid values + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-width-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-width-computed.html new file mode 100644 index 0000000000..ab4169ea99 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-width-computed.html @@ -0,0 +1,57 @@ + + + + +CSS Backgrounds and Borders: getComputedStyle().borderWidth + + + + + + + + +
+
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-width-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-width-invalid.html new file mode 100644 index 0000000000..ec7eb72a9a --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-width-invalid.html @@ -0,0 +1,20 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-width with invalid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-width-shorthand.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-width-shorthand.html new file mode 100644 index 0000000000..07461bc94d --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-width-shorthand.html @@ -0,0 +1,43 @@ + + + + +CSS Backgrounds and Borders Module Level 3: border-width sets longhands + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/border-width-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/border-width-valid.html new file mode 100644 index 0000000000..552416df3d --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/border-width-valid.html @@ -0,0 +1,24 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing border-width with valid values + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/box-shadow-computed.html b/testing/web-platform/tests/css/css-backgrounds/parsing/box-shadow-computed.html new file mode 100644 index 0000000000..5d268bf3fd --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/box-shadow-computed.html @@ -0,0 +1,29 @@ + + + + +CSS Backgrounds and Borders Module Level 3: getComputedStyle().boxShadow + + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/box-shadow-invalid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/box-shadow-invalid.html new file mode 100644 index 0000000000..74e7b0db80 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/box-shadow-invalid.html @@ -0,0 +1,66 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing box-shadow with invalid values + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/box-shadow-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/box-shadow-valid.html new file mode 100644 index 0000000000..901b0a0ad2 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/box-shadow-valid.html @@ -0,0 +1,67 @@ + + + + +CSS Backgrounds and Borders Module Level 3: parsing box-shadow with valid values + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/css/css-backgrounds/parsing/webkit-border-radius-valid.html b/testing/web-platform/tests/css/css-backgrounds/parsing/webkit-border-radius-valid.html new file mode 100644 index 0000000000..cdf570b4e9 --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/parsing/webkit-border-radius-valid.html @@ -0,0 +1,70 @@ + + + + +Compatibility: parsing -webkit-border-radius with valid values + + + + + + + + +
+ + + -- cgit v1.2.3