Bug 1431041: Make placeholder apply to <input type="number">. r=smaug

MozReview-Commit-ID: GLbdLxHLiH4
This commit is contained in:
Emilio Cobos Álvarez
2018-01-17 14:52:01 +01:00
parent 5bffb6f76c
commit 0f41607b68
3 changed files with 21 additions and 13 deletions

View File

@@ -7026,7 +7026,7 @@ HTMLInputElement::PlaceholderApplies() const
return false;
}
return IsSingleLineTextControl(false);
return IsSingleLineTextOrNumberControl(false);
}
bool