1
0
Fork 0
firefox/testing/web-platform/tests/css/css-ui/reference/outline-auto-width-001-b-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

28 lines
632 B
HTML

<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>CSS-UI test reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<style>
div {
outline-style: solid;
outline-width: 1em;
width: 100px;
height: 100px;
margin: 2em;
}
div + div {
outline-style: none;
}
</style>
<p>Test passes if either:
<ul>
<li>there are three boxes below, two above the horizontal line and one below, and the two boxes above the line are identical
<li>there are two identical boxes below, one above the horizontal line and one below
</ul>
<div></div>
<div></div>
<hr>
<div></div>