Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 367247-l-visible.html
blobf971525e1b1a80e02a3bb5a6fcad63d04469f1b5
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Testcase, 'overflow' on elements with 'display:inline-block'</title>
5 <style type="text/css">
7 body > span {
8 display: inline-block;
9 vertical-align: text-bottom;
10 overflow: visible;
11 width: 100px;
12 height: 100px;
13 border: thin solid;
16 body > span > span {
17 display: block;
18 background: blue;
19 width: 150px;
20 height: 150px;
23 </style>
24 </head>
25 <body>
26 <span><span></span></span>
27 </body>
28 </html>