summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/uievents/textInput/smiley-manual.html
blob: 7781f6e1b06b569e6389e19d152a0cbfb6d17d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<meta charset=utf-8>
<title>textInput: smiley (manual)</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<style>
[contenteditable] { border: thin inset silver; }
</style>
<p>Type "🙂" into each text field below.</p>
<input class=test-el>
<textarea class=test-el></textarea>
<div contenteditable=true class=test-el></div>
<script>
setup({ explicit_timeout: true });
</script>
<script src="support/common.js"></script>
<script src="support/basic.sub.js?key=🙂&selectionStart=0&selectionEnd=0&expectedValue=🙂"></script>