diff options
Diffstat (limited to 'layout/reftests/font-face/font-error-404-2-ref.html')
-rw-r--r-- | layout/reftests/font-face/font-error-404-2-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/font-face/font-error-404-2-ref.html b/layout/reftests/font-face/font-error-404-2-ref.html new file mode 100644 index 000000000..e63d18453 --- /dev/null +++ b/layout/reftests/font-face/font-error-404-2-ref.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> +<head> +<style type="text/css"> +@font-face { + font-family: foo; + src: url(../fonts/Chunkfive.otf); +} +body { + font-family: foo, monospace; + font-size: 36px; +} +</style> +</head> +<body> +Hello world +</body> +</html> |