diff options
Diffstat (limited to 'layout/reftests/bugs/10209-3-ref.html')
-rw-r--r-- | layout/reftests/bugs/10209-3-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bugs/10209-3-ref.html b/layout/reftests/bugs/10209-3-ref.html new file mode 100644 index 000000000..6f16cba6d --- /dev/null +++ b/layout/reftests/bugs/10209-3-ref.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<style> +@font-face { + font-family: Ahem; + src: url(../fonts/Ahem.ttf); +} +* { + font-family: Ahem; +} +</style> +<body style="margin: 0"> + <div style="width: 100px; height: 100px; background: green"> + </div> +</body> |