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
Adds support for input element's maxlength attr #7323
Merged
+407
−202
Fixes typo in test literal
4befd2c
Select commit
d26c555
Adds support for input element's maxlength attr
samfoo eecdfdf
Makes int_getter macro, and uses -1 as default maxlength instead of m…
samfoo 419a26e
Adds a test for set_content to ignore max_length
samfoo 2ba1750
Resolves long-running merge conflicts
samfoo 5450d49
Removes failure expectations for input.maxLength WPT tests
samfoo ecc7035
Correct the default max length
samfoo 32627a4
Add maxlength manual test for input
samfoo 85b99f8
Fix typo in error message
samfoo 6d1624f
Add additional WPT tests for maxlength parser set
samfoo 51ca659
Add maxlength wpt to manifest
samfoo 9668500
Makes setting negative values to maxLength throw an IndexSize exception
samfoo 7ba4391
Uses `assert_throws` instead of explicit try/catch
samfoo d375ac2
Fix manifest update
samfoo 4befd2c
Fixes typo in test literal
samfoo
Merged
Adds support for input element's maxlength attr #7323
Fixes typo in test literal
Aug 23, 2015
Aug 31, 2015
Sep 1, 2015
Dec 1, 2015
Sep 13, 2015
Sep 13, 2015
Sep 15, 2015
Dec 2, 2015
Oct 2, 2015
Oct 8, 2015
Dec 2, 2015
Dec 2, 2015
Dec 2, 2015
Dec 3, 2015
4befd2c
Select commit
d26c555
Adds support for input element's maxlength attr
samfoo eecdfdf
Makes int_getter macro, and uses -1 as default maxlength instead of m…
samfoo 419a26e
Adds a test for set_content to ignore max_length
samfoo 2ba1750
Resolves long-running merge conflicts
samfoo 5450d49
Removes failure expectations for input.maxLength WPT tests
samfoo ecc7035
Correct the default max length
samfoo 32627a4
Add maxlength manual test for input
samfoo 85b99f8
Fix typo in error message
samfoo 6d1624f
Add additional WPT tests for maxlength parser set
samfoo 51ca659
Add maxlength wpt to manifest
samfoo 9668500
Makes setting negative values to maxLength throw an IndexSize exception
samfoo 7ba4391
Uses `assert_throws` instead of explicit try/catch
samfoo d375ac2
Fix manifest update
samfoo 4befd2c
Fixes typo in test literal
samfoo