1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/379178-html.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,31 @@ 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: white; 1.14 +} 1.15 + 1.16 +#element, 1.17 +.extra 1.18 +{ 1.19 + background-color: #8f8; 1.20 +} 1.21 + 1.22 +</style> 1.23 + 1.24 +</head> 1.25 +<body> 1.26 + 1.27 +<p> 1.28 + <span style="background-color: #8f8;">a</span> 1.29 + <span id="element">b</span> 1.30 + <span class="extra">c</span> 1.31 +</p> 1.32 + 1.33 +</body> 1.34 +</html>