1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html> <html> <head> <title>border-radius background image clipping (bug 24998)</title> <style type="text/css"> div { height: 100px; width: 100px; background-color: #0000ff; } </style> </head> <body> <div></div> </body> </html>