hyatt | 3f545f79 | 2003-11-16 21:02:57 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> |
hyatt | be84746 | 2003-08-21 01:02:48 +0000 | [diff] [blame] | 2 | <body> |
| 3 | The two green blocks below should be identical and should each take up half the width of the browser window. |
mitz@apple.com | ca98799 | 2009-11-19 08:15:42 +0000 | [diff] [blame] | 4 | <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> |
hyatt | be84746 | 2003-08-21 01:02:48 +0000 | [diff] [blame] | 6 | </body> |
| 7 | </html> |
| 8 | |