1
0
Fork 0
firefox/layout/reftests/outline/outline-dynamic-change-1-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

17 lines
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>