Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-images/object-view-box-rect-auto.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<title>CSS object-view-box on an element with rect() auto</title>
<link rel="author" href="mailto:khushalsagar@chromium.org">
<link rel="match" href="object-view-box-rect-auto-ref.html">
<style>
.default {
object-view-box: rect(auto auto auto auto);
object-fit: fill;
}
</style>
<img class="default" src="support/exif-orientation-6-ru.jpg"></img>