diff options
Diffstat (limited to 'layout/reftests/bugs/619511-1.html')
-rw-r--r-- | layout/reftests/bugs/619511-1.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/bugs/619511-1.html b/layout/reftests/bugs/619511-1.html new file mode 100644 index 0000000000..6c22292140 --- /dev/null +++ b/layout/reftests/bugs/619511-1.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>foo‍bar</p> +</body> +</html> |