diff options
Diffstat (limited to 'layout/reftests/bugs/1608124-2-notref.html')
-rw-r--r-- | layout/reftests/bugs/1608124-2-notref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1608124-2-notref.html b/layout/reftests/bugs/1608124-2-notref.html new file mode 100644 index 0000000000..4119754407 --- /dev/null +++ b/layout/reftests/bugs/1608124-2-notref.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<meta charset=utf-8> +<style> +.a { font-family: serif; font-size: 24px; } +</style> +<div class=a>This should NOT use the default serif font</div> |