diff options
Diffstat (limited to 'support/cJSON-master/fuzzing/inputs/test3.uu')
| -rw-r--r-- | support/cJSON-master/fuzzing/inputs/test3.uu | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/support/cJSON-master/fuzzing/inputs/test3.uu b/support/cJSON-master/fuzzing/inputs/test3.uu new file mode 100644 index 0000000..1356b6d --- /dev/null +++ b/support/cJSON-master/fuzzing/inputs/test3.uu @@ -0,0 +1,26 @@ +uu{"widget": { + "debug": "on", + "window": { + "title": "Sample Konfabulator Widget", + "name": "main_window", + "width": 500, + "height": 500 + }, + "image": { + "src": "Images/Sun.png", + "name": "sun1", + "hOffset": 250, + "vOffset": 250, + "alignment": "center" + }, + "text": { + "data": "Click Here", + "size": 36, + "style": "bold", + "name": "text1", + "hOffset": 250, + "vOffset": 100, + "alignment": "center", + "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;" + } +}} |
