diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /testing/web-platform/tests/css/CSS2/margin-padding-clear | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/margin-padding-clear')
6 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-012.xht b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-012.xht index 1111ea8828..66fcabdd1d 100644 --- a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-012.xht +++ b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-012.xht @@ -33,6 +33,7 @@ position: absolute; } </style> + <link rel="match" href="margin-collapse-002-ref.xht" /> </head> <body> <p>Test passes if there is <strong>no red</strong>.</p> diff --git a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-001.xht b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-001.xht index 64bb404982..1ca6e94297 100644 --- a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-001.xht +++ b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-001.xht @@ -14,6 +14,7 @@ div.box2 { background-color: aqua; float: left; width: 20px; height: 20px; } div.box3 { margin-top: 50px; height: 50px; background-color: orange; } </style> + <link rel="match" href="/css/CSS2/floats-clear/margin-collapse-clear-002-ref.xht" /> </head> <body> <p>The coloured bars on the left should match the coloured boxes in the black box.</p> diff --git a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-007.xht b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-007.xht index 4c320ac187..b48e1904c4 100644 --- a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-007.xht +++ b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-collapse-clear-007.xht @@ -15,6 +15,7 @@ div.box2 { background-color: aqua; float: left; width: 20px; height: 20px; } div.box3 { overflow: hidden; margin-top: 50px; height: 50px; background-color: orange; } </style> + <link rel="match" href="/css/CSS2/floats-clear/margin-collapse-clear-002-ref.xht" /> </head> <body> <p>The coloured bars on the left should match the coloured boxes in the black box.</p> diff --git a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-left-applies-to-008.xht b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-left-applies-to-008.xht index 2121019ae8..2b57f0fccd 100644 --- a/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-left-applies-to-008.xht +++ b/testing/web-platform/tests/css/CSS2/margin-padding-clear/margin-left-applies-to-008.xht @@ -22,6 +22,7 @@ margin-left: 50px; } </style> + <link rel="match" href="padding-left-applies-to-008-ref.xht" /> </head> <body> <p>Test passes if there is space between the blue and orange lines.</p> diff --git a/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-016.xht b/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-016.xht index 7023f79cd1..7f48da0379 100644 --- a/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-016.xht +++ b/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-016.xht @@ -19,6 +19,7 @@ span.control { background: green; color: white; } span.test { padding-top: 10em; } </style> + <link rel="match" href="/css/CSS2/floats-clear/floats-125-ref.xht" /> </head> <body> <table> diff --git a/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-017.xht b/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-017.xht index 8ff267c081..03740e4ed9 100644 --- a/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-017.xht +++ b/testing/web-platform/tests/css/CSS2/margin-padding-clear/padding-applies-to-017.xht @@ -18,6 +18,7 @@ span.control { background: green; color: white; } span.test { padding-bottom: 10em; } </style> + <link rel="match" href="/css/CSS2/floats-clear/floats-124-ref.xht" /> </head> <body> <table> |