diff options
Diffstat (limited to 'layout/reftests/reftest-sanity/font-serif.html')
-rw-r--r-- | layout/reftests/reftest-sanity/font-serif.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/reftest-sanity/font-serif.html b/layout/reftests/reftest-sanity/font-serif.html new file mode 100644 index 000000000..f3f22ef22 --- /dev/null +++ b/layout/reftests/reftest-sanity/font-serif.html @@ -0,0 +1,13 @@ +<html lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<style type="text/css"> +div { + font-family: serif; +} +</style> +</head> +<body> +<div>Hello world 123</div> +</body> +</html> |