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 c1971a0392
commit 4ddc45d084
6 changed files with 27 additions and 14 deletions

View File

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