mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 8fed98324bc133df221d778c62cbff210d43b0ce
This commit is contained in:
parent
be902d56c0
commit
8a6476740e
246 changed files with 15482 additions and 1281 deletions
|
@ -62,7 +62,7 @@
|
|||
for (let prop of ["selectionStart", "selectionEnd"]) {
|
||||
for (let el of createTestElements(testValue)) {
|
||||
test(function() {
|
||||
assert_equals(el.selectionStart, testValue.length);
|
||||
assert_equals(el[prop], testValue.length);
|
||||
}, `Initial .value set on ${el.id} should set ${prop} to end of value`);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue