diff options
Diffstat (limited to 'layout/reftests/font-loading-api/dynamic-remove-1-ref.html')
-rw-r--r-- | layout/reftests/font-loading-api/dynamic-remove-1-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/font-loading-api/dynamic-remove-1-ref.html b/layout/reftests/font-loading-api/dynamic-remove-1-ref.html new file mode 100644 index 0000000000..caf83dd053 --- /dev/null +++ b/layout/reftests/font-loading-api/dynamic-remove-1-ref.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<style> +@font-face { + font-family: One; + src: url(../fonts/markA.ttf); +} +body { font-family: One; } +</style> +<p>ABC</p> |