diff options
Diffstat (limited to 'layout/reftests/font-face/local-1-ref.html')
-rw-r--r-- | layout/reftests/font-face/local-1-ref.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/reftests/font-face/local-1-ref.html b/layout/reftests/font-face/local-1-ref.html new file mode 100644 index 0000000000..7304b52655 --- /dev/null +++ b/layout/reftests/font-face/local-1-ref.html @@ -0,0 +1,23 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <meta http-equiv="Content-Style-Type" content="text/css"> + <title>test src: local() reference</title> + <style type="text/css"> + body { + font-family: Nimbus Sans L, Helvetica, Bitstream Vera Sans, + Arial, Liberation Sans, SwissA, + Fira Sans OT, Fira Sans, Droid Sans, Roboto, serif; + } + </style> +</head> +<body> + <p style="font-weight: normal;"> + The quick brown fox jumped over the lazy dog + </p> + <p style="font-weight: bold;"> + The quick brown fox jumped over the lazy dog + </p> +</body> +</html> |