diff options
Diffstat (limited to 'gfx/tests/crashtests/836225-1.html')
-rw-r--r-- | gfx/tests/crashtests/836225-1.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gfx/tests/crashtests/836225-1.html b/gfx/tests/crashtests/836225-1.html new file mode 100644 index 0000000000..18f023f7c8 --- /dev/null +++ b/gfx/tests/crashtests/836225-1.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<style type="text/css"> +@font-face { + font-family: foo; + src: url(PigLatin_Plane15.ttf); +} +body { + font-family: foo; + font-size: 24px; +} +</style> +</head> +<body> +󰁐󰁩󰁧 󰁌󰁡󰁴󰁩󰁮 +</body> +</html> |