| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="fuzzy" content="maxDifference=0-75; totalPixels=0-1490" /> | |
| <title>This tests that border-radius on html renders correctly.</title> | |
| <style> | |
| html { | |
| border-radius: 100%; | |
| background-color: green; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |