layout/reftests/webm-video/clipping-1-ref.html
author Tom Schuster <tschuster@mozilla.com>
Thu, 17 Jul 2025 07:01:33 +0000 (12 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="position:absolute; left:0; top:0; width:200px; height:600px;">
  <video src="black140x100.webm" style="width:400px; margin-left:-100px;"></video>
</div>
<div style="position:absolute; left:200px; top:0; background:white; width:200px; height:600px;"></div>
</body>
</html>