blob: 7cdb6a23df4f50cbcfee7a84ad1e35f5c7c6b8dd [file] [log] [blame]
<!DOCTYPE html>
<script src="resources/srcset-helper.js"></script>
<style>
#target {
background-color: lime;
width: 21px;
height: 13px;
position: absolute;
left: 0px;
top: 0px;
transform-origin: 0px 0px;
offset-path: ray(90deg closest-side);
offset-distance: 30px;
}
</style>
<body>
<!-- This test passes if the target moves 30px across -->
<div id="target"></div>
</body>