summaryrefslogtreecommitdiff
path: root/tests/end2end/data/editor.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/data/editor.html')
-rw-r--r--tests/end2end/data/editor.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/end2end/data/editor.html b/tests/end2end/data/editor.html
index 9f5f9c067..eda6d51f0 100644
--- a/tests/end2end/data/editor.html
+++ b/tests/end2end/data/editor.html
@@ -11,7 +11,6 @@
</script>
</head>
<body>
- <textarea id="qute-textarea"></textarea>
- <input type="button" id="qute-button" onclick="log_text()" value="Log text">
+ <textarea id="qute-textarea" oninput="log_text()"></textarea>
</body>
</html>