Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various textinput fixes #8983

Merged
merged 5 commits into from Jan 11, 2016

Add frewscxv's regression test for whitespace in <input>

  • Loading branch information
Manishearth committed Jan 3, 2016
commit 77628df0b2db9a7a5a0d9cb760a796a2998749e3
@@ -0,0 +1,7 @@

Both input elements below should have more than one space between "foo" and "bar":

<form>
<input value="foo bar">
<input value="foo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bar">
</form>
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.