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