comparison: layout/reftests/bugs/363728-1-ref.html
layout/reftests/bugs/363728-1-ref.html
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <style type="text/css"> |
|
5 #a { |
|
6 height: 4em; |
|
7 background-color: green; |
|
8 overflow: hidden; |
|
9 } |
|
10 #a div{ |
|
11 position: absolute; |
|
12 top: 1em; left: 1em; |
|
13 background-color: lime; |
|
14 height: 7em; width: 7em; |
|
15 } |
|
16 </style> |
|
17 </head> |
|
18 <body> |
|
19 <div id="a"> |
|
20 <div></div> |
|
21 </div> |
|
22 <textarea></textarea> |
|
23 </body> |
|
24 </html> |