diff options
Diffstat (limited to 'layout/reftests/bugs/1200611-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/1200611-1-ref.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1200611-1-ref.html b/layout/reftests/bugs/1200611-1-ref.html new file mode 100644 index 000000000..58e31396e --- /dev/null +++ b/layout/reftests/bugs/1200611-1-ref.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<title>Reference: Make sure the ImageLayer is sized correctly when using object-fit</title> + +<style type="text/css"> + +.clip { + display: inline-block; + overflow: hidden; +} + +img { + will-change: transform; + margin: -64px 0; + display: block; +} + +</style> + +<span class="clip"> + <img src="repeatable-diagonal-gradient.png"> +</span> |