1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/383488-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<!DOCTYPE html> 1.5 +<html><head> 1.6 +<style> 1.7 + span { font-family: sans-serif; font-size: 72px; } 1.8 +</style> 1.9 +</head><body> 1.10 +<p>The X'es below should have the same size:</p> 1.11 +<!-- The wonky placement of line breaks below is to eliminate all 1.12 + significant whitespace within the paragraph. --> 1.13 +<p 1.14 +><span>X</span 1.15 +><span>X</span 1.16 +><span>X</span 1.17 +><span>X</span 1.18 +><span>X</span 1.19 +><span>X</span 1.20 +><span>X</span 1.21 +><span>X</span 1.22 +><span>X</span 1.23 +><span>X</span 1.24 +><span>X</span 1.25 +><span>X</span 1.26 +><span>X</span 1.27 +><span>X</span 1.28 +><span>X</span 1.29 +><span>X</span></p> 1.30 +</body> 1.31 +</html>