Source code
Revision control
Copy as Markdown
Other Tools
<!-- quirks mode -->
<title>Aspect ratio and quirks mode</title>
<meta name="flags" content="dom" />
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
onload = function() {
test(function() {
assert_equals(document.body.offsetHeight, 100);
}, "body height is 100");
};
</script>
<body style="width: 100px; aspect-ratio: 1/1; min-height: 0;">