1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/379178-xhtml.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,32 @@ 1.4 +<?xml version="1.0" ?> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.6 +<head> 1.7 + 1.8 +<title>XHTML Test for Bug #379178</title> 1.9 + 1.10 +<style type="text/css"> 1.11 + 1.12 +span 1.13 +{ 1.14 + background-color: white; 1.15 +} 1.16 + 1.17 +#element, 1.18 +.extra 1.19 +{ 1.20 + background-color: #8f8; 1.21 +} 1.22 + 1.23 +</style> 1.24 + 1.25 +</head> 1.26 +<body> 1.27 + 1.28 +<p> 1.29 + <span style="background-color: #8f8;">a</span> 1.30 + <span id="element">b</span> 1.31 + <span class="extra">c</span> 1.32 +</p> 1.33 + 1.34 +</body> 1.35 +</html>