blob: 88024cf8e92925c0bdda167961cba0264f7469e2 [file] [log] [blame]
mitz@apple.com81534852012-05-14 20:04:37 +00001<!DOCTYPE html>
2<style>
3 div.test { font-family: ahem; border: solid; width: 100px; margin: 8px 0; padding-left: 100px; }
4 div.test div { display: inline-block; background-color: blue; width: 100px; height: 100px; }
5</style>
6<div class="test" style="height: 120px;">
7 <div style="margin-top: 17px;"></div>
8</div>
9<div class="test" style="height: 150px;">
10 <div style="margin-top: 47px;"></div>
11</div>
12<div class="test" style="height: 160px;">
13 <div style="margin-top: 50px;"></div>
14</div>