1
0
Fork 0
firefox/testing/web-platform/tests/css/css-backgrounds/inner-border-non-renderable-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

18 lines
651 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Testing that child-background doesn't bleed through its parent border for a inner-border-radius that is larger than the content rect</title>
<link rel="help" href="https://drafts.csswg.org/css-backgrounds/#border-radius">
<link rel="assert" content="Testing that child-background doesn't bleed through its parent border for a inner-border-radius that is larger than the content rect">
<style>
body {
font-size: 24px;
color: black;
margin: 8px;
}
</style>
</head>
<body>
<div> Test passes if no blue square is shown:</div>
</body>
</html>