Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / details-summary / overflow-scroll-details-ref.html
blobb85a242c9d8be47c7dfc1126678ac9be768c0e9d
1 <!DOCTYPE html>
2 <!-- Any copyright is dedicated to the Public Domain.
3 - http://creativecommons.org/publicdomain/zero/1.0/ -->
5 <html>
6 <style>
7 div#details {
8 background-color: orange;
9 overflow: scroll;
10 width: 300px;
11 height: 200px;
13 div#summary {
14 background-color: green;
15 width: 200px;
16 height: 100px;
18 </style>
19 <body>
20 <div id="details">
21 <div id="summary">Lorem ipsum dolor sit amet, consectetur adipiscing elit,
22 sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
23 enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
24 aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit
25 in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
26 Excepteur sint occaecat cupidatat non proident, sunt in culpa qui
27 officia deserunt mollit anim id est laborum.
28 </div>
29 </div>
30 </body>
31 </html>