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 --- .../bounded-css-properties-reference-expected.html | 35 +++++++++++ ...bounded-css-properties-reference.tentative.html | 37 ++++++++++++ .../permission-element/bounded-css-properties.html | 38 ------------ .../bounded-css-properties.tentative.html | 64 ++++++++++++++++++++ .../display-css-property-reference-expected.html | 16 +++++ .../display-css-property-reference.tentative.html | 22 +++++++ .../display-css-property.tentative.html | 34 +++++++++++ .../permission-element/invalid-css-properties.html | 34 ----------- .../invalid-css-properties.tentative.html | 35 +++++++++++ .../negative-offset-and-margin.html | 67 --------------------- .../negative-offset-and-margin.tentative.html | 68 ++++++++++++++++++++++ .../permission-element/no-end-tag-no-contents.html | 27 --------- .../no-end-tag-no-contents.tentative.html | 28 +++++++++ 13 files changed, 339 insertions(+), 166 deletions(-) create mode 100644 testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties-reference-expected.html create mode 100644 testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties-reference.tentative.html delete mode 100644 testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties.html create mode 100644 testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties.tentative.html create mode 100644 testing/web-platform/tests/html/semantics/permission-element/display-css-property-reference-expected.html create mode 100644 testing/web-platform/tests/html/semantics/permission-element/display-css-property-reference.tentative.html create mode 100644 testing/web-platform/tests/html/semantics/permission-element/display-css-property.tentative.html delete mode 100644 testing/web-platform/tests/html/semantics/permission-element/invalid-css-properties.html create mode 100644 testing/web-platform/tests/html/semantics/permission-element/invalid-css-properties.tentative.html delete mode 100644 testing/web-platform/tests/html/semantics/permission-element/negative-offset-and-margin.html create mode 100644 testing/web-platform/tests/html/semantics/permission-element/negative-offset-and-margin.tentative.html delete mode 100644 testing/web-platform/tests/html/semantics/permission-element/no-end-tag-no-contents.html create mode 100644 testing/web-platform/tests/html/semantics/permission-element/no-end-tag-no-contents.tentative.html (limited to 'testing/web-platform/tests/html/semantics/permission-element') diff --git a/testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties-reference-expected.html b/testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties-reference-expected.html new file mode 100644 index 0000000000..c62ff5b24d --- /dev/null +++ b/testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties-reference-expected.html @@ -0,0 +1,35 @@ + + + +
+ The permission element should have some limits for specific properties: +
    +
  • font-weight is adjusted to be at least 200.
  • +
  • font-style should only have "normal" or "italic" values.
  • +
  • word-spacing should be at most 0.5 of the font size, and non-negative.
  • +
  • letter-spacing should be between -0.05 and 0.2 of the font size.
  • +
+
+ + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties-reference.tentative.html b/testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties-reference.tentative.html new file mode 100644 index 0000000000..b8337ab87d --- /dev/null +++ b/testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties-reference.tentative.html @@ -0,0 +1,37 @@ + + + + + +
+ The permission element should have some limits for specific properties: +
    +
  • font-weight is adjusted to be at least 200.
  • +
  • font-style should only have "normal" or "italic" values.
  • +
  • word-spacing should be at most 0.5 of the font size, and non-negative.
  • +
  • letter-spacing should be between -0.05 and 0.2 of the font size.
  • +
+
+ + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties.html b/testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties.html deleted file mode 100644 index 98c3d70e98..0000000000 --- a/testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties.tentative.html b/testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties.tentative.html new file mode 100644 index 0000000000..c0f0fe3454 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/permission-element/bounded-css-properties.tentative.html @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/permission-element/display-css-property-reference-expected.html b/testing/web-platform/tests/html/semantics/permission-element/display-css-property-reference-expected.html new file mode 100644 index 0000000000..6a04c94c03 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/permission-element/display-css-property-reference-expected.html @@ -0,0 +1,16 @@ + + + +
+ The permission element should either be display 'none' or 'inline-block' +
+ + + + +After element + \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/permission-element/display-css-property-reference.tentative.html b/testing/web-platform/tests/html/semantics/permission-element/display-css-property-reference.tentative.html new file mode 100644 index 0000000000..973a76d723 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/permission-element/display-css-property-reference.tentative.html @@ -0,0 +1,22 @@ + + + + + +
+ The permission element should either be display 'none' or 'inline-block' +
+ + + + + +After element + \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/permission-element/display-css-property.tentative.html b/testing/web-platform/tests/html/semantics/permission-element/display-css-property.tentative.html new file mode 100644 index 0000000000..7aa22ef4a2 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/permission-element/display-css-property.tentative.html @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/permission-element/invalid-css-properties.html b/testing/web-platform/tests/html/semantics/permission-element/invalid-css-properties.html deleted file mode 100644 index c7186563f0..0000000000 --- a/testing/web-platform/tests/html/semantics/permission-element/invalid-css-properties.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/permission-element/invalid-css-properties.tentative.html b/testing/web-platform/tests/html/semantics/permission-element/invalid-css-properties.tentative.html new file mode 100644 index 0000000000..334280c83b --- /dev/null +++ b/testing/web-platform/tests/html/semantics/permission-element/invalid-css-properties.tentative.html @@ -0,0 +1,35 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/permission-element/negative-offset-and-margin.html b/testing/web-platform/tests/html/semantics/permission-element/negative-offset-and-margin.html deleted file mode 100644 index 97290bb4df..0000000000 --- a/testing/web-platform/tests/html/semantics/permission-element/negative-offset-and-margin.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/permission-element/negative-offset-and-margin.tentative.html b/testing/web-platform/tests/html/semantics/permission-element/negative-offset-and-margin.tentative.html new file mode 100644 index 0000000000..de622bbb3e --- /dev/null +++ b/testing/web-platform/tests/html/semantics/permission-element/negative-offset-and-margin.tentative.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/permission-element/no-end-tag-no-contents.html b/testing/web-platform/tests/html/semantics/permission-element/no-end-tag-no-contents.html deleted file mode 100644 index 5fcce1421b..0000000000 --- a/testing/web-platform/tests/html/semantics/permission-element/no-end-tag-no-contents.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - -this is some text - - - \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/permission-element/no-end-tag-no-contents.tentative.html b/testing/web-platform/tests/html/semantics/permission-element/no-end-tag-no-contents.tentative.html new file mode 100644 index 0000000000..bea3d7102c --- /dev/null +++ b/testing/web-platform/tests/html/semantics/permission-element/no-end-tag-no-contents.tentative.html @@ -0,0 +1,28 @@ + + + + + + + +this is some text + + + \ No newline at end of file -- cgit v1.2.3