zalan@apple.com | 3a4ea8b | 2014-08-07 18:23:13 +0000 | [diff] [blame] | 1 | <!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> |