diff options
Diffstat (limited to '')
-rw-r--r-- | gfx/tests/crashtests/1547169.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gfx/tests/crashtests/1547169.html b/gfx/tests/crashtests/1547169.html new file mode 100644 index 0000000000..5fa6e7a00b --- /dev/null +++ b/gfx/tests/crashtests/1547169.html @@ -0,0 +1,11 @@ +<style> +.cl { + overflow-x: scroll; + contain: paint; + position: absolute; +} +</style> +<q style="visibility: collapse"> +<table style="transform-style: preserve-3d"> +<tbody class="cl"> +<th style="rotate: -1deg 48 0 0">a</th> |