1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-face/src-list-local-full-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,38 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 +<title>src local ref with regular, bold, italic</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-size: 24pt; 1.15 +} 1.16 + 1.17 +/* use full names */ 1.18 + 1.19 +p { font-family: Helvetica Neue, Bitstream Vera Sans, FreeSans, SwissA, DejaVu Sans, Arial, serif; } 1.20 + 1.21 +.regular { } 1.22 +.bold { font-weight: bold; } 1.23 +.italic { font-style: italic; } 1.24 + 1.25 +</style> 1.26 + 1.27 +<script type="text/javascript"> 1.28 + 1.29 +</script> 1.30 + 1.31 +</head> 1.32 +<body> 1.33 + 1.34 +<p class="regular">This should be a sans-serif face</p> 1.35 + 1.36 +<p class="bold">This should be a bold sans-serif face</p> 1.37 + 1.38 +<p class="italic">This should be an italic sans-serif face</p> 1.39 + 1.40 +</body> 1.41 +</html>