Bug 1569314 - Remove IsOptionDisabled check and add relevant test case. r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D108005
This commit is contained in:
Loek
2021-03-14 01:07:31 +00:00
parent 824a8fb398
commit 195bb127d4
2 changed files with 12 additions and 4 deletions

View File

@@ -1495,10 +1495,6 @@ bool HTMLSelectElement::IsValueMissing() const {
continue;
}
if (IsOptionDisabled(option)) {
continue;
}
return false;
}