diff options
Diffstat (limited to 'layout/reftests/reftest-sanity/font-size-24.html')
-rw-r--r-- | layout/reftests/reftest-sanity/font-size-24.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/reftest-sanity/font-size-24.html b/layout/reftests/reftest-sanity/font-size-24.html new file mode 100644 index 0000000000..8907a10793 --- /dev/null +++ b/layout/reftests/reftest-sanity/font-size-24.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-size: 24px; +} +</style> +</head> +<body> +<div>Hello world 123</div> +</body> +</html> |