<!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>
<!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>