1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/font-matching/bold-system-fallback-2-notref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<!DOCTYPE html> 1.5 +<html lang="en-US"> 1.6 +<head> 1.7 +<meta charset="utf-8"> 1.8 +<title>Test for bold when system fallback is used</title> 1.9 +</head> 1.10 +<body> 1.11 +<!-- 1.12 + -- Chess symbols will use Droid Sans Fallback on Android, 1.13 + -- which only has a single weight. 1.14 + -- 1.15 + -- On some platforms there may be "regular" glyphs in the Bold face 1.16 + -- of the fallback font used (e.g. Menlo on OS X), so this will 1.17 + -- not reliably pass there. 1.18 + --> 1.19 +<p>♔♕♖♗♘♙</p> 1.20 +<p>♔♕♖♗♘♙</p> 1.21 +</body> 1.22 +</html>