blob: 1511bdd46f6f2a213c68705b590b19f09e69bb22 [file] [log] [blame]
zalan@apple.com3a4ea8b2014-08-07 18:23:13 +00001<!DOCTYPE html>
2<html>
3<head>
4<title>This tests that border-radius on html renders correctly.</title>
5<style>
6 html {
7 border-radius: 100%;
8 background-color: green;
9 }
10</style>
11</head>
12<body>
13</body>
14</html>