Bug 1900426 - Implement DnD for shadow-crossing selection r=jjaschke,smaug,dom-core
[gecko.git] / layout / reftests / pagination / 1411799-1-ref.html
blob61bc77fa42e8ffc7a42b3f08e5d1ae5318060624
1 <!DOCTYPE html>
2 <html>
3 <meta charset="UTF-8">
4 <title>Testcase, Mozilla bug 1411799</title>
5 <style>
6 section {
7 width: 42em;
10 ul {
11 padding: 0;
12 list-style-type: none;
13 columns: 14em;
14 column-gap: 0;
17 li {
18 margin: 0 0 8px 0;
19 padding: 0;
22 li::before {
23 display: inline-block;
24 margin-left: 4px;
25 width: 16px;
26 content: 'o';
29 </style>
31 <section>
32 <ul>
33 <li>Future</li>
34 <li>Firefox 70</li>
35 <li>Firefox 69</li>
36 <li>Firefox 68</li>
37 <li>Previous Versions</li>
38 </ul>
39 </section>