blob: e6580fa09f5db581448fd52bb8e5d9cbbc296ae0 [file] [log] [blame]
simon.fraser@apple.com0cf76db2015-12-07 05:14:30 +00001<!DOCTYPE html>
2
3<html>
4<head>
5 <style>
6 .landing {
7 width: 300px;
8 overflow: hidden;
9 border: 1px solid black;
10 }
11
12 .contents {
13 height: 300px;
14 background-color: gray;
15 }
16 </style>
17</head>
18<body>
19
20<div class="landing">
21 <div class="contents">
22
23 </div>
24</div>
25</body>
26</html>