tenfourfox/layout/reftests/bugs/363728-1-ref.html

25 lines
319 B
HTML
Raw Permalink Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#a {
height: 4em;
background-color: green;
overflow: hidden;
}
#a div{
position: absolute;
top: 1em; left: 1em;
background-color: lime;
height: 7em; width: 7em;
}
</style>
</head>
<body>
<div id="a">
<div></div>
</div>
<textarea></textarea>
</body>
</html>