test-common.css (368B)
1 body { 2 /* to match ua.css, see bug 1020143 */ 3 font-variant-numeric: tabular-nums; 4 } 5 ol, ul, section, p { 6 padding: 0; margin: 0; 7 line-height: 150%; 8 } 9 ol, ul { 10 list-style-position: inside; 11 } 12 li, p { 13 padding: 0; 14 } 15 p { 16 padding-right: .5em; 17 } 18 li::marker { 19 /* Blink workaround of https://bugzilla.mozilla.org/show_bug.cgi?id=1688769 */ 20 white-space: pre; 21 }