1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-face/name-collision-with-prefs-font-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 +<title>Bug 668758 - @font-face disrupts font preferences</title> 1.8 +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 1.9 + 1.10 +<style type="text/css"> 1.11 + 1.12 +body { 1.13 + margin: 50px; 1.14 + font-family: serif; 1.15 +} 1.16 + 1.17 +</style> 1.18 + 1.19 +</head> 1.20 + 1.21 +<body> 1.22 + 1.23 +<p> 1.24 +This should be rendered using the default serif font. 1.25 +</p> 1.26 + 1.27 +<pre> 1.28 +And this is preformatted text that ought to be monospaced. 1.29 +</pre> 1.30 + 1.31 +</body> 1.32 +</html>