summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/end2end/data/editor.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/end2end/data/editor.html b/tests/end2end/data/editor.html
index eda6d51f0..4d4ad467a 100644
--- a/tests/end2end/data/editor.html
+++ b/tests/end2end/data/editor.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
- <title>Textarea</title>
+ <title>Editor</title>
<script type="text/javascript">
function log_text() {
elem = document.getElementById("qute-textarea");
@@ -11,6 +11,7 @@
</script>
</head>
<body>
+ <p>This is editor.html</p>
<textarea id="qute-textarea" oninput="log_text()"></textarea>
</body>
</html>