Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 571281-1-ref.html
blob6ff84ad11daa0cc347e4cca6cdc3ebb9d5548ddf
1 <!doctype html>
2 <html>
3 <head>
4 <style>
5 li {
6 list-style-position: inside;
8 </style>
9 </head>
10 <body>
12 <ul>
13 <li>Test (inside).</li>
14 </ul>
16 </body>
17 </html>