blob: 4f5b888cbafb6e70770ae982ec7d5556b7c12781 [file] [log] [blame]
<!DOCTYPE html>
<title>Test video with negative offset outline</title>
<style>
div {
width: 320px;
height: 240px;
background: green;
outline: solid orange 120px;
outline-offset: -120px;
}
</style>
<div></div>