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