diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/1553571-1-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1553571-1-ref.html b/layout/reftests/bugs/1553571-1-ref.html new file mode 100644 index 0000000000..c42f310a11 --- /dev/null +++ b/layout/reftests/bugs/1553571-1-ref.html @@ -0,0 +1,9 @@ +<html> +<head> +</head> +<body> +<div id="a" style="width: 1px; height: 1px; position: absolute; left: 200px; top: 200px; transform: scale(256.1);"> + <img style="width: 1px; height: 1px;" src="repeatable-diagonal-gradient.png"> +</div> +</body> +</html> |