1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/379178-html-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +<html> 1.5 +<head> 1.6 + 1.7 +<title>HTML Test for Bug #379178</title> 1.8 + 1.9 +<style type="text/css"> 1.10 + 1.11 +span 1.12 +{ 1.13 + background-color: #8f8; 1.14 +} 1.15 + 1.16 +</style> 1.17 + 1.18 +</head> 1.19 +<body> 1.20 + 1.21 +<p> 1.22 + <span>a</span> 1.23 + <span>b</span> 1.24 + <span>c</span> 1.25 +</p> 1.26 + 1.27 +</body> 1.28 +</html>