diff options
Diffstat (limited to '')
-rw-r--r-- | gfx/tests/crashtests/1704321-1.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gfx/tests/crashtests/1704321-1.html b/gfx/tests/crashtests/1704321-1.html new file mode 100644 index 0000000000..4ea099156e --- /dev/null +++ b/gfx/tests/crashtests/1704321-1.html @@ -0,0 +1,13 @@ +<style>
+:root {
+ perspective: 1px;
+}
+#a {
+ -webkit-mask-image: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
+}
+:not(defs) {
+ transform: rotatex(1deg);
+}
+</style>
+<a style="-webkit-mask-image: url(#x)">
+<ul id="a">x</ul>
|