diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/font-face/colrv1-02a-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/font-face/colrv1-02a-ref.html b/layout/reftests/font-face/colrv1-02a-ref.html new file mode 100644 index 0000000000..dbd44cdb50 --- /dev/null +++ b/layout/reftests/font-face/colrv1-02a-ref.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<meta charset=utf-8> +<title>COLRv1 font test: using the tech() function</title> +<style> +@font-face { + font-family: CAhem; + src: url("CAhem.ttf"); +} +#test { font: 100px/1 CAhem, serif; margin: 10px; padding: 10px; } +</style> + +<div id="test">ABC</div> |