summaryrefslogtreecommitdiffstats
path: root/fuzzing
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2021-06-21 10:49:34 +0200
committerRobert Löhning <robert.loehning@qt.io>2021-06-22 16:32:02 +0200
commit64a3b2ca988909626e4c80ade3d2c55030914a84 (patch)
tree3115cf30d0b721e1a352137b8a027fea5d4469e7 /fuzzing
parent013789ef5124fb674e6e0ef8438779951865e94c (diff)
fuzzing: Add testcase for css outset border style
I missed this in cd4460377bb0cf47d144086e03d49fb92724e8ac. Change-Id: I8f9d25420ff07708fdb33d9eb6485730d7b4122b Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
Diffstat (limited to 'fuzzing')
-rw-r--r--fuzzing/testcases/html/border-outset.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzzing/testcases/html/border-outset.html b/fuzzing/testcases/html/border-outset.html
new file mode 100644
index 00000000..a85ebaf8
--- /dev/null
+++ b/fuzzing/testcases/html/border-outset.html
@@ -0,0 +1 @@
+<td style=border:outset></td> \ No newline at end of file