| Index: third_party/WebKit/Source/web/tests/data/input_field_populated.html
|
| diff --git a/third_party/WebKit/Source/web/tests/data/input_field_populated.html b/third_party/WebKit/Source/web/tests/data/input_field_populated.html
|
| index 15c4b0e5dac7bcf5612082f1f408c27a993dba9f..ba540cb567bd6de0a942b7184478f138e4c85934 100644
|
| --- a/third_party/WebKit/Source/web/tests/data/input_field_populated.html
|
| +++ b/third_party/WebKit/Source/web/tests/data/input_field_populated.html
|
| @@ -1,5 +1,7 @@
|
| <input id="sample" value='0123456789abcdefghijklmnopqrstuvwxyz'/>
|
| <div id="inputEvent">none</div>
|
| +<!- "ab" + trophy + space + "cdef" + trophy + space + "gh">
|
| +<input id="sample2" value='ab🏆 cdef🏆 gh'/>
|
| <script>
|
| document.getElementById('sample').addEventListener('input', function() {
|
| document.getElementById('inputEvent').textContent = 'got';
|
|
|