diff options
Diffstat (limited to 'gfx/tests/crashtests/766422-1.html')
-rw-r--r-- | gfx/tests/crashtests/766422-1.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gfx/tests/crashtests/766422-1.html b/gfx/tests/crashtests/766422-1.html new file mode 100644 index 0000000000..887df3b1d8 --- /dev/null +++ b/gfx/tests/crashtests/766422-1.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html style="-moz-perspective: 1000px; -moz-transform: skewY(277deg); overflow: clip;"> + <body style="-moz-transform: skewY(127deg);"> + <div style="height: 20px; background: lightgreen;"></div> + </body> +</html> |