diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-backgrounds/inner-border-non-renderable-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-backgrounds/inner-border-non-renderable-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-backgrounds/inner-border-non-renderable-ref.html b/testing/web-platform/tests/css/css-backgrounds/inner-border-non-renderable-ref.html new file mode 100644 index 0000000000..e4e3d3455f --- /dev/null +++ b/testing/web-platform/tests/css/css-backgrounds/inner-border-non-renderable-ref.html @@ -0,0 +1,18 @@ +<!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> |