Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-backgrounds/crashtests/border-radius-constraint.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>No crash when constraining border-radius with overflow hidden</title>
<style>
header {
border-radius: 4in;
overflow: hidden;
}
</style>
<header>
<fieldset></fieldset>
<h1></h1>
</header>