mirror of
https://github.com/servo/servo.git
synced 2025-06-27 18:43:40 +01:00
18 lines
661 B
HTML
18 lines
661 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://w3c.github.io/csswg-drafts/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>
|