1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-matching/CSS21-t1502-no-inherited-font-family-ref.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,43 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.6 + <head> 1.7 + <title>CSS 2.1: Font matching algorithm (reference)</title> 1.8 + <link rel="author" title="L. David Baron" href="http://dbaron.org/" /> 1.9 + <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" /> 1.10 + </head> 1.11 + <body> 1.12 + 1.13 +<div style="font-family: FontDoesNotExist"> 1.14 + Every line of text in this page should be in the same font. 1.15 +</div> 1.16 + 1.17 +<div style="font-family: FontDoesNotExist"> 1.18 + Every line of text in this page should be in the same font. 1.19 +</div> 1.20 + 1.21 +<div style="font-family: FontDoesNotExist"> 1.22 + Every line of text in this page should be in the same font. 1.23 +</div> 1.24 + 1.25 +<div style="font-family: FontDoesNotExist"> 1.26 + Every line of text in this page should be in the same font. 1.27 +</div> 1.28 + 1.29 +<div style="font-family: FontDoesNotExist"> 1.30 + Every line of text in this page should be in the same font. 1.31 +</div> 1.32 + 1.33 +<div style="font-family: FontDoesNotExist"> 1.34 + Every line of text in this page should be in the same font. 1.35 +</div> 1.36 + 1.37 +<div style="font-family: FontDoesNotExist"> 1.38 + Every line of text in this page should be in the same font. 1.39 +</div> 1.40 + 1.41 +<div style="font-family: FontDoesNotExist"> 1.42 + Every line of text in this page should be in the same font. 1.43 +</div> 1.44 + 1.45 + </body> 1.46 +</html>