comparison: layout/reftests/text-shadow/overflow-not-scrollable-1-ref2.html
layout/reftests/text-shadow/overflow-not-scrollable-1-ref2.html
- branch
- TOR_BUG_9701
- changeset 8
- 97036ab72558
equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML> |
|
2 <style type="text/css"> |
|
3 |
|
4 div { |
|
5 height: 200px; width: 200px; |
|
6 font-size: 50px; |
|
7 } |
|
8 |
|
9 /* work around potential font overflow */ |
|
10 span { margin-left: 5px } |
|
11 |
|
12 </style> |
|
13 <div> |
|
14 <span>text</span> |
|
15 </div> |