blob: 4ca1c1b6ff1f873c6ad8601b2fdcca718bd5c288 [file] [log] [blame]
hyatt3f545f792003-11-16 21:02:57 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
hyattbe847462003-08-21 01:02:48 +00002<body>
3The two green blocks below should be identical and should each take up half the width of the browser window.
mitz@apple.comca987992009-11-19 08:15:42 +00004<div style="border:1px solid black; width:50%; height:500px; background-color:green; float:right; -webkit-box-sizing:border-box;"></div>
5<div style="border:1px solid black; width:50%; height:500px; background-color:green; overflow:hidden; -webkit-box-sizing:border-box;"></div>
hyattbe847462003-08-21 01:02:48 +00006</body>
7</html>
8