diff options
Diffstat (limited to 'accessible/tests/crashtests/1838250.html')
-rw-r--r-- | accessible/tests/crashtests/1838250.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/accessible/tests/crashtests/1838250.html b/accessible/tests/crashtests/1838250.html new file mode 100644 index 0000000000..3ae4957733 --- /dev/null +++ b/accessible/tests/crashtests/1838250.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<div style="writing-mode:vertical-rl"> + foo + <span style="text-combine-upright: all">abc</span> + bar +</div> |