gecko-dev/layout/reftests/outline/outline-dynamic-change-1-re...

18 строки
256 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
#tweakMe {
height: 100px;
width: 100px;
background: gray;
outline: solid 6px black;
outline-offset: -16px;
}
</style>
</head>
<body>
<div id="tweakMe"></div>
</body>
</html>