summaryrefslogtreecommitdiffstats
path: root/image/test/crashtests/1375842-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'image/test/crashtests/1375842-1.html')
-rw-r--r--image/test/crashtests/1375842-1.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/image/test/crashtests/1375842-1.html b/image/test/crashtests/1375842-1.html
new file mode 100644
index 0000000000..457966a1b9
--- /dev/null
+++ b/image/test/crashtests/1375842-1.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="UTF-8">
+<style>
+textarea {
+ border: red;
+ transform: rotate(-0.01rad);
+}
+</style>
+</head>
+<body>
+<textarea></textarea>
+</body>
+</html>
+