layout/reftests/webm-video/encoded-aspect-ratio-1-ref.html
author Tom Schuster <tschuster@mozilla.com>
Thu, 17 Jul 2025 07:01:33 +0000 (9 hours ago)
changeset 796956 2732dfd8c3b2071a053c85819299033f50ec5d48
parent 73585 d108ca6c87fd7705b8c2620a7c58890a4fa091ca
permissions -rw-r--r--
Bug 1977645 - Remove svg.use-element.data-url-href.allowed pref. r=longsonr Differential Revision: https://phabricator.services.mozilla.com/D257534
<!DOCTYPE HTML>
<html>
<body style="background:white;">
<div style="background-color: black; width: 150px; height: 100px; position: absolute; left: 10px; top: 10px;"></div>

<!-- Left side vertical. -->
<div style="position: absolute; left: 9px; top: 9px; width: 2px; height: 102px; z-index: 2; background: red;"></div>

<!-- Right side vertical. -->
<div style="position: absolute; left: 159px; top: 9px; width: 2px; height: 102px; z-index: 2; background: red;"></div>

<!-- Top horizontal bar. -->
<div style="position: absolute; left: 9px; top: 9px; width: 152px; height: 2px; z-index: 2; background: red;"></div>

<!-- Bottom horizontal bar. -->
<div style="position: absolute; left: 9px; top: 109px; width: 152px; height: 2px; z-index: 2; background: red;"></div>

</body>
</html>