Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE HTML>
<html>
<style type="text/css">
div {
width: 64px;
height: 64px;
border: 64px solid blue;
}
</style>
<body>
<div style="border-radius: 128px"></div>
</body>
</html>