1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/392435-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 +<style> 1.8 +span, p:first-letter, div:first-line { 1.9 + font-weight:bold; 1.10 + font-style: italic; 1.11 + font-size: 200%; 1.12 + font-variant: small-caps; 1.13 + font-family: sans-serif; 1.14 + color:red; 1.15 +} 1.16 +span, div:first-line { 1.17 + background: yellow; 1.18 + text-decoration: line-through; 1.19 +} 1.20 +</style> 1.21 +</head> 1.22 +<body> 1.23 +<p><span></span>Hello 1.24 +<div>Hello<br>Kitty</div> 1.25 +</body> 1.26 +</html>