blob: 1511bdd46f6f2a213c68705b590b19f09e69bb22 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that border-radius on html renders correctly.</title>
<style>
html {
border-radius: 100%;
background-color: green;
}
</style>
</head>
<body>
</body>
</html>