<!DOCTYPE html>
<html>
<title>CSS object-view-box with an svg with no intrinsic size : ref</title>
<link rel="author" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-images-4/#the-object-view-box">
<style>
.default {
object-fit: fill;
}
</style>
<iframe class="default" src="support/blue-green-red-yellow-50x100.svg"></iframe>