blob: ed7e4c41a7bbf4201c21b70aa4e53bbd838692f6 [file] [log] [blame]
<html>
<head>
<style>
#clip {position:absolute; background-color: green; top:50px; left:50px; width:100px; height:500px; clip:rect(auto auto 100px auto)}
</style>
</head>
<body>
You should see a 100x100 green square below.
<div id="clip"></div>
</body>
</html>