diff options
Diffstat (limited to 'gfx/tests/reftest/1696439-1-ref.html')
-rw-r--r-- | gfx/tests/reftest/1696439-1-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gfx/tests/reftest/1696439-1-ref.html b/gfx/tests/reftest/1696439-1-ref.html new file mode 100644 index 0000000000..d98885f597 --- /dev/null +++ b/gfx/tests/reftest/1696439-1-ref.html @@ -0,0 +1,15 @@ +<html> +<head> +<style> +.circle { + width: 140px; + height: 140px; + border-radius: 70px; + background: green; +} +</style> +</head> +<body> +<div class="circle"></div> +</body> +</html> |