diff options
Diffstat (limited to 'test/haketilo_test/data/pages/scripts_to_block_1.html')
-rw-r--r-- | test/haketilo_test/data/pages/scripts_to_block_1.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/haketilo_test/data/pages/scripts_to_block_1.html b/test/haketilo_test/data/pages/scripts_to_block_1.html index 164979d..e7793ee 100644 --- a/test/haketilo_test/data/pages/scripts_to_block_1.html +++ b/test/haketilo_test/data/pages/scripts_to_block_1.html @@ -30,7 +30,8 @@ </head> <body> <button id="clickme1" - onclick="window.__run = [...(window.__run || []), 'on'];"> + onclick="window.__run = [...(window.__run || []), 'on'];" + blocked-onclick="some useful data"> Click Meee! </button> <a id="clickme2" |