forked from mirrors/gecko-dev
Automatic update from web-platform-tests css: Upstream object-view-box tests to wpt. Move all object-view-box tests from wpt internal to the external repo in preparation to ship the feature. This is a completely mechanical move. Bug: 1303102 Change-Id: I09ff132606cee1097643d1fa64e54fc42ff352ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3655380 Commit-Queue: Khushal Sagar <khushalsagar@chromium.org> Reviewed-by: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/main@{#1006009} -- wpt-commits: 3f3ed3ca626d4e066fd12fd6413f08e07929d467 wpt-pr: 34129
13 lines
372 B
HTML
13 lines
372 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<title>CSS object-view-box with empty bounds : ref</title>
|
|
<link rel="author" href="mailto:khushalsagar@chromium.org">
|
|
<link rel="help" href="https://drafts.csswg.org/css-images-4/#the-object-view-box">
|
|
|
|
<style>
|
|
.default {
|
|
object-fit: fill;
|
|
background-color: black;
|
|
}
|
|
</style>
|
|
<img class="default" src="support/exif-orientation-6-ru.jpg"></img>
|