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:
@@ -1495,10 +1495,6 @@ bool HTMLSelectElement::IsValueMissing() const {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (IsOptionDisabled(option)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user