1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/first-line/469227-3.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<title>Testcase for issue in bug 469227 comment 9</title> 1.6 +<style type="text/css"> 1.7 + 1.8 +span, p::first-line { border: medium solid green; } 1.9 + 1.10 +</style> 1.11 +<p>Hello</p> 1.12 +<span>Hello</span>