summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/368247-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/368247-1-ref.html')
-rw-r--r--layout/reftests/bugs/368247-1-ref.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/368247-1-ref.html b/layout/reftests/bugs/368247-1-ref.html
new file mode 100644
index 0000000000..7e8e437e47
--- /dev/null
+++ b/layout/reftests/bugs/368247-1-ref.html
@@ -0,0 +1,15 @@
+<!DOCTYPE HTML>
+<html>
+<style type="text/css">
+div {
+ width: 64px;
+ height: 64px;
+ border: 64px solid blue;
+}
+</style>
+ <body>
+<div style="height: 0; border-bottom: 0; border-top-left-radius: 64px; border-top-right-radius: 64px;"></div>
+<div style="height: 64px; border-width: 0 64px;"></div>
+<div style="height: 0; border-top: 0; border-bottom-left-radius: 64px; border-bottom-right-radius: 64px;"></div>
+ </body>
+</html>