diff options
Diffstat (limited to 'layout/reftests/font-face/bug-1481905-cancel-load-ref.html')
-rw-r--r-- | layout/reftests/font-face/bug-1481905-cancel-load-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/font-face/bug-1481905-cancel-load-ref.html b/layout/reftests/font-face/bug-1481905-cancel-load-ref.html new file mode 100644 index 0000000000..1cec246760 --- /dev/null +++ b/layout/reftests/font-face/bug-1481905-cancel-load-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<meta charset="utf-8"> +<style> + @font-face { + font-family: test; + src: url(../fonts/markA.ttf); + } +</style> +<div style="font-family: test, serif">ABC</div> +<div style="font-family: serif">ABC</div> |