Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/permission-element/border-radius-bounds.tentative.html - WPT Dashboard Interop Dashboard
<!doctype html>
<html>
<meta charset="utf-8" />
<link rel="match" href="border-radius-bounds-ref.html" />
<link
rel="help"
/>
<body>
<style>
permission {
border-radius: 1000px;
}
</style>
<permission type="camera"></permission>
</body>
</html>