1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text/synthetic-bold-papyrus-01.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 +<title>Test</title> 1.8 +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 1.9 + 1.10 +<style type="text/css"> 1.11 + body { 1.12 + margin: 50px; 1.13 + font-size: 24px; 1.14 + } 1.15 + 1.16 + @font-face { 1.17 + font-family: test; 1.18 + src: local(Papyrus); 1.19 + } 1.20 + 1.21 + #test2 { font-family: test, serif; } 1.22 + 1.23 +</style> 1.24 + 1.25 +</head> 1.26 + 1.27 +<body> 1.28 + <p id="test2">Test for Papyrus font <b>within a bold tag</b>.</p> 1.29 +</body> 1.30 + 1.31 +</html>