servo/tests/ref/blur_ref.html
Patrick Walton 5c51a6214e layout: Fix calculation of overflow for stacking contexts that contain
`position: relative` fragments.

Fixes placement of the header on espn.go.com.
2015-08-25 15:08:28 -07:00

18 lines
200 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div {
width: 200px;
height: 200px;
background: green;
position: relative;
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>