blob: 4ca1c1b6ff1f873c6ad8601b2fdcca718bd5c288 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<body>
The two green blocks below should be identical and should each take up half the width of the browser window.
<div style="border:1px solid black; width:50%; height:500px; background-color:green; float:right; -webkit-box-sizing:border-box;"></div>
<div style="border:1px solid black; width:50%; height:500px; background-color:green; overflow:hidden; -webkit-box-sizing:border-box;"></div>
</body>
</html>