diff options
Diffstat (limited to 'layout/reftests/bugs/597721-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/597721-1-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/597721-1-ref.html b/layout/reftests/bugs/597721-1-ref.html new file mode 100644 index 0000000000..878552a61c --- /dev/null +++ b/layout/reftests/bugs/597721-1-ref.html @@ -0,0 +1,8 @@ +<!DOCTYPE HTML> +<title>HR elements should have circular ends, not elliptical</title> +<body style="margin:0; font-size: 0"> +<hr size="100" color="blue"> +<div style="position: absolute; background: red; height: 5px; width: 5px; top: 1px; left: 51px; z-index: -1"></div> +<div style="position: absolute; background: red; height: 5px; width: 5px; top: 1px; right: 51px; z-index: -1"></div> +<div style="position: absolute; background: red; height: 5px; width: 5px; top: 94px; left: 51px; z-index: -1"></div> +<div style="position: absolute; background: red; height: 5px; width: 5px; top: 94px; right: 51px; z-index: -1"></div> |