diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-images/object-view-box-rect-auto-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-images/object-view-box-rect-auto-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-images/object-view-box-rect-auto-ref.html b/testing/web-platform/tests/css/css-images/object-view-box-rect-auto-ref.html new file mode 100644 index 0000000000..54e90777fa --- /dev/null +++ b/testing/web-platform/tests/css/css-images/object-view-box-rect-auto-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<title>CSS object-view-box on an element with rect() auto : ref</title> +<link rel="author" href="mailto:khushalsagar@chromium.org"> + +<style> +.default { + object-fit: fill; +} +</style> +<img class="default" src="support/exif-orientation-6-ru.jpg"></img> |