haikuwebkit/LayoutTests/fast/repaint/outline-with-overflow-hidde...

18 lines
225 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>This tests that outline is clipped properly.</title>
<style>
div {
width: 100px;
height: 100px;
border: 1px solid green;
}
</style>
</head>
<body>
<div></div>
</body>
</html>