layout/reftests/box-shadow/overflow-not-scrollable-1-ref2.html

changeset 2
7e26c7da4463
equal deleted inserted replaced
-1:000000000000 0:916eb33021f4
1 <!DOCTYPE HTML>
2 <style type="text/css">
3
4 div {
5 height: 200px; width: 200px;
6 font-size: 50px;
7 }
8
9 span {
10 /* work around potential font overflow */
11 margin-left: 5px;
12 }
13
14 </style>
15 <div>
16 <span>text</span>
17 </div>

mercurial