summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-03-18 17:32:48 +1300
committertoofar <toofar@spalge.com>2023-03-18 17:32:48 +1300
commitc55f899c8318629300f829ec82da155ac8b2cad2 (patch)
tree12c183fe19a436a2c5a58ab36a0f37cc2614f7d7
parent2d6d602f2987b2cc83825b76e7f41e418c589096 (diff)
downloadqutebrowser-c55f899c8318629300f829ec82da155ac8b2cad2.tar.gz
qutebrowser-c55f899c8318629300f829ec82da155ac8b2cad2.zip
tests: add some text to another test HTML file
This one is for 6.5. Interesting that it was fine on 6.4. I haven't gone and added text to all the test file because I'm hoping it'll be something that upstream addresses in short order. So I'm only adding text to files used by failing tests. See d413b87c3f6 #7621 and #7624
-rw-r--r--tests/end2end/data/paste_primary.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/end2end/data/paste_primary.html b/tests/end2end/data/paste_primary.html
index f5a27650f..3722258a5 100644
--- a/tests/end2end/data/paste_primary.html
+++ b/tests/end2end/data/paste_primary.html
@@ -19,6 +19,7 @@
</script>
</head>
<body onload="setup_event_listener()">
+ <p>Some text.</p>
<textarea id="qute-textarea"></textarea>
<textarea id="qute-textarea-noedit" readonly></textarea>
</body>