1
0
Fork 0
firefox/testing/web-platform/tests/css/CSS2/css-e-notation-ref-2.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

20 lines
534 B
HTML

<!DOCTYPE html>
<title>CSS test Reference File</title>
<link rel="author" title="Bert Bos" href="mailto:bert@w3.org">
<style>
body {background: white; color: black; min-width: 300px}
.t {background: black; color: white; width: 300px}
</style>
<body>
<p>Test passes if all rectangles below are 300px wide
<p class=t>300px
<p class=t>300px
<p class=t>300px
<p class=t>300px
<p class=t>300px
<p class=t>300px
<p class=t>300px
<p class=t>300px
<p class=t>300px
<p class=t>300px
</body>