diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/font-face/font-familiy-whitespace-1.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/font-face/font-familiy-whitespace-1.html b/layout/reftests/font-face/font-familiy-whitespace-1.html new file mode 100644 index 0000000000..237945b4c7 --- /dev/null +++ b/layout/reftests/font-face/font-familiy-whitespace-1.html @@ -0,0 +1,9 @@ +<!doctype html> +<style> +@font-face { + font-family: Awesome font; + src: url(../fonts/markA.ttf); +} +p { font-family: Awesome/**/font } +</style> +<p>A |