mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
11 lines
274 B
HTML
11 lines
274 B
HTML
<!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>
|