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-negative-bounds.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<title>CSS object-view-box with a negative size</title>
<link rel="author" href="mailto:khushalsagar@chromium.org">
<link rel="match" href="object-view-box-negative-bounds-ref.html">
<style>
.default {
object-view-box: inset(50px 0px 100px 0px);
object-fit: fill;
background-color: black;
}
</style>
<img class="default" src="support/exif-orientation-6-ru.jpg"></img>