blob: 6ab90a29aaf7305e53ec637ca2e5179552289745 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that we paint area outline properly when the paintroot is shifted.</title>
<style>
img {
position: absolute;
top: 5px;
left: 5px;
}
div {
position: absolute;
top: 10px;
left: 10px;
width: 20px;
height: 20px;
outline: auto;
}
</style>
</head>
<body>
<img src="./resources/green.jpg" width=50 height=50>
<div></div>
</body>
</html>