mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-14 15:03:27 -04:00
remove out of date comment
This commit is contained in:
1 file changed
-1
@@ -169,7 +169,6 @@ test "cdp.input: insertText is a user edit for tooLong" {
|
||||
\\const inp = document.getElementById('inp');
|
||||
\\inp.maxLength = 3;
|
||||
\\inp.value = 'abcdef';
|
||||
\\inp.setSelectionRange(6, 6); // insertion happens at the caret; the value setter leaves it at 0
|
||||
\\inp.focus();
|
||||
, null);
|
||||
try testing.expect((try ls.local.compileAndRun("inp.validity.tooLong === false", null)).isTrue());
|
||||
|
||||
Reference in new issue
Block a user