diff options
Diffstat (limited to 'layout/reftests/bugs/619511-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/619511-1-ref.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/bugs/619511-1-ref.html b/layout/reftests/bugs/619511-1-ref.html new file mode 100644 index 0000000000..9e9476486c --- /dev/null +++ b/layout/reftests/bugs/619511-1-ref.html @@ -0,0 +1,19 @@ +<html> +<head> +<style type="text/css"> +@font-face { + font-family: dl1; + src: url(../fonts/DeLarge/DeLarge.woff); +} +body { + font-family: dl1, serif; + font-size: 36px; + line-height: 2em; + letter-spacing: 3px; +} +</style> +</head> +<body> +<p>foobar</p> +</body> +</html> |