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..80dce3094a --- /dev/null +++ b/gfx/tests/crashtests/766422-1.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html style="perspective: 1000px; transform: skewY(277deg); overflow: clip;"> + <body style="transform: skewY(127deg);"> + <div style="height: 20px; background: lightgreen;"></div> + </body> +</html> |