Bug 1900426 - Implement DnD for shadow-crossing selection r=jjaschke,smaug,dom-core
[gecko.git] / layout / reftests / pagination / 1411799-1.html
blob9584a49b73d71b6f21acc937b1cb68f739fc3975
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 0 0 20px;
22 li::before {
23 float: left;
24 margin-left: -16px;
25 content: 'o';
28 </style>
30 <section>
31 <ul>
32 <li>Future</li>
33 <li>Firefox 70</li>
34 <li>Firefox 69</li>
35 <li>Firefox 68</li>
36 <li>Previous Versions</li>
37 </ul>
38 </section>