From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../tests/css/CSS2/normal-flow/block-non-replaced-width-002.xht | 1 + testing/web-platform/tests/css/CSS2/normal-flow/max-width-014.xht | 1 + testing/web-platform/tests/css/CSS2/normal-flow/min-width-014.xht | 1 + testing/web-platform/tests/css/CSS2/normal-flow/width-014.xht | 1 + 4 files changed, 4 insertions(+) (limited to 'testing/web-platform/tests/css/CSS2/normal-flow') diff --git a/testing/web-platform/tests/css/CSS2/normal-flow/block-non-replaced-width-002.xht b/testing/web-platform/tests/css/CSS2/normal-flow/block-non-replaced-width-002.xht index cf14e37ab7..3d9756b005 100644 --- a/testing/web-platform/tests/css/CSS2/normal-flow/block-non-replaced-width-002.xht +++ b/testing/web-platform/tests/css/CSS2/normal-flow/block-non-replaced-width-002.xht @@ -31,6 +31,7 @@ width: 150px; } +

Test passes if the orange and blue rectangles have the same width.

diff --git a/testing/web-platform/tests/css/CSS2/normal-flow/max-width-014.xht b/testing/web-platform/tests/css/CSS2/normal-flow/max-width-014.xht index 83c75c6528..617ccc45ee 100644 --- a/testing/web-platform/tests/css/CSS2/normal-flow/max-width-014.xht +++ b/testing/web-platform/tests/css/CSS2/normal-flow/max-width-014.xht @@ -16,6 +16,7 @@ width: 72pt; } +

Test passes if there is a thin vertical line.

diff --git a/testing/web-platform/tests/css/CSS2/normal-flow/min-width-014.xht b/testing/web-platform/tests/css/CSS2/normal-flow/min-width-014.xht index 538b701cd6..87d2e4085f 100644 --- a/testing/web-platform/tests/css/CSS2/normal-flow/min-width-014.xht +++ b/testing/web-platform/tests/css/CSS2/normal-flow/min-width-014.xht @@ -16,6 +16,7 @@ width: 0; } +

Test passes if there is a thin vertical line.

diff --git a/testing/web-platform/tests/css/CSS2/normal-flow/width-014.xht b/testing/web-platform/tests/css/CSS2/normal-flow/width-014.xht index c0094c463b..157f67d9d1 100644 --- a/testing/web-platform/tests/css/CSS2/normal-flow/width-014.xht +++ b/testing/web-platform/tests/css/CSS2/normal-flow/width-014.xht @@ -15,6 +15,7 @@ width: 1pt; } +

Test passes if there is a thin vertical line.

-- cgit v1.2.3