blob: c3eeac908a9012b6c7c23a6c2d04ff63361636ab [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>Expected result - Bug 127101: [CSS Regions] Fix selection and hover effect of content in region with overflow:hidden</title>
<style>
.content {
margin: 10px;
box-shadow: 0px 0px 0px 10px Green;
}
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div class="content">hover me</div>
</body>
</html>