1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/481948-2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +<html> 1.5 +<head> 1.6 +<style type="text/css"> 1.7 +body { 1.8 + /* try for some likely fonts that might implement the "fi" ligature */ 1.9 + font-family: Times, Calibri, Palatino Linotype, DejaVu Serif, serif; 1.10 + font-size: 40pt; 1.11 +} 1.12 +.R { 1.13 + color: #FF0000; 1.14 +} 1.15 +.G { 1.16 + color: #00FF00; 1.17 +} 1.18 +</style> 1.19 +</head> 1.20 +<!-- 1.21 +The reference has "fi" in a single red span; the expected result is 1.22 +NOT EQUAL, provided we successfully paint the ligature in two halves. 1.23 +--> 1.24 +<body> 1.25 +<span class="R">f</span><span class="G">i</span> 1.26 +</body> 1.27 +</html>