blob: e11a36923cdfd995deae026ed3d78d2d8f9cc38c [file] [log] [blame]
<!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>