diff options
Diffstat (limited to 'gfx/tests/reftest/1761685-1.html')
-rw-r--r-- | gfx/tests/reftest/1761685-1.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gfx/tests/reftest/1761685-1.html b/gfx/tests/reftest/1761685-1.html new file mode 100644 index 0000000000..a8837695fc --- /dev/null +++ b/gfx/tests/reftest/1761685-1.html @@ -0,0 +1,11 @@ +<span style=" +display: block; +width: 50px; +height: 50px; +position: absolute; +top: 45%; left: 45%; +background-image: url('dino.png'); +image-rendering: crisp-edges; +background-size: 100% 100%; +transform: scaleX(-1); +"></span> |