1
0
Fork 0
firefox/layout/reftests/backgrounds/background-size-clone.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

36 lines
617 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>box-decoration-break: clone</title>
<style type="text/css">
@font-face
{
font-family: Ahem;
src: url(../fonts/Ahem.ttf);
}
#outer
{
border: 1px solid black;
width: 10em;
}
#ahem-lines
{
font-family: Ahem;
font-size: 32px;
white-space: pre;
background-image: url(blue-8x20-green-8x20.png);
background-repeat: no-repeat;
box-decoration-break: clone;
}
</style>
</head>
<body>
<div id="outer">
<span id="ahem-lines"> <!-- EOL -->
<!-- mix it up for clone --><!-- EOL -->
<!-- EOL -->
<!-- EOL -->
</span></div>
</body>
</html>