blob: 239bd1c0d7e06c6ab93934325c43e49e7c491851 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
html, body, div { position: static; }
#container { overflow: hidden; }
#box {
background-color: #8fa;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
This test verifies that the root element has static position if it is set to
position: inherit. It passes if the green box is visible.<br><br>
<div id="container"><div id="box"></div></div>
</body>
</html>