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 --- .../outline-width-rounding.tentative.html | 54 ++++++++++++++++++++++ .../subpixel-outline-width-ref.tentative.html | 44 ++++++++++++++++++ .../subpixel-outline-width.tentative.html | 48 +++++++++++++++++++ 3 files changed, 146 insertions(+) create mode 100644 testing/web-platform/tests/css/css-outline/outline-width-rounding.tentative.html create mode 100644 testing/web-platform/tests/css/css-outline/reference/subpixel-outline-width-ref.tentative.html create mode 100644 testing/web-platform/tests/css/css-outline/subpixel-outline-width.tentative.html (limited to 'testing/web-platform/tests/css/css-outline') diff --git a/testing/web-platform/tests/css/css-outline/outline-width-rounding.tentative.html b/testing/web-platform/tests/css/css-outline/outline-width-rounding.tentative.html new file mode 100644 index 0000000000..8a4a724bbe --- /dev/null +++ b/testing/web-platform/tests/css/css-outline/outline-width-rounding.tentative.html @@ -0,0 +1,54 @@ + + + + + CSS Outline: width rounding + + + + + + + + + + + +

+ Test passes if outline widths are rounded up + when they are greater than 0px and less than 1px, + and rounded down when they are greater than 1px. +

+ + + + diff --git a/testing/web-platform/tests/css/css-outline/reference/subpixel-outline-width-ref.tentative.html b/testing/web-platform/tests/css/css-outline/reference/subpixel-outline-width-ref.tentative.html new file mode 100644 index 0000000000..28d84fabb7 --- /dev/null +++ b/testing/web-platform/tests/css/css-outline/reference/subpixel-outline-width-ref.tentative.html @@ -0,0 +1,44 @@ + + + + + CSS Outline: width computed value + + + + + + + + +

+ Test passes if outline widths are rounded up + when they are greater than 0 and less than 1, + and rounded down when they are greater than 1. +

+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/testing/web-platform/tests/css/css-outline/subpixel-outline-width.tentative.html b/testing/web-platform/tests/css/css-outline/subpixel-outline-width.tentative.html new file mode 100644 index 0000000000..a9fc0c49cf --- /dev/null +++ b/testing/web-platform/tests/css/css-outline/subpixel-outline-width.tentative.html @@ -0,0 +1,48 @@ + + + + + CSS Outline: width computed value + + + + + + + + + + + + +

+ Test passes if outline widths are rounded up + when they are greater than 0 and less than 1, + and rounded down when they are greater than 1. +

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