1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/368622-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<!DOCTYPE html> 1.5 +<title>::before { display: inline-block; }</title> 1.6 +<style> 1.7 +ul li { 1.8 + list-style-type: none; 1.9 +} 1.10 +ul li span { 1.11 + display: inline-block; 1.12 + width: 3em; 1.13 +} 1.14 +ul { 1.15 + margin-left: 3em; 1.16 + padding-left: 0; 1.17 +} 1.18 +</style> 1.19 +<ul> 1.20 +<li><span>1</span>Foo 1.21 +<li><span>2</span>Bar 1.22 +</ul>