summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/24998-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/24998-1-ref.html')
-rw-r--r--layout/reftests/bugs/24998-1-ref.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bugs/24998-1-ref.html b/layout/reftests/bugs/24998-1-ref.html
new file mode 100644
index 0000000000..d9b6a74fd8
--- /dev/null
+++ b/layout/reftests/bugs/24998-1-ref.html
@@ -0,0 +1,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>