PASS textarea.maxLength: setAttribute() to "\t7" followed by getAttribute()
PASS textarea.maxLength: setAttribute() to "\t7" followed by IDL get
PASS textarea.maxLength: setAttribute() to "\v7" followed by getAttribute()
-FAIL textarea.maxLength: setAttribute() to "\v7" followed by IDL get assert_equals: expected -1 but got 7
+PASS textarea.maxLength: setAttribute() to "\v7" followed by IDL get
PASS textarea.maxLength: setAttribute() to "\f7" followed by getAttribute()
PASS textarea.maxLength: setAttribute() to "\f7" followed by IDL get
PASS textarea.maxLength: setAttribute() to " 7" followed by getAttribute()
PASS textarea.maxLength: setAttribute() to "\r7" followed by getAttribute()
PASS textarea.maxLength: setAttribute() to "\r7" followed by IDL get
PASS textarea.maxLength: setAttribute() to "
7" followed by getAttribute()
-FAIL textarea.maxLength: setAttribute() to "
7" followed by IDL get assert_equals: expected -1 but got 7
+PASS textarea.maxLength: setAttribute() to "
7" followed by IDL get
PASS textarea.maxLength: setAttribute() to "
7" followed by getAttribute()
PASS textarea.maxLength: setAttribute() to "
7" followed by IDL get
PASS textarea.maxLength: setAttribute() to " 7" followed by getAttribute()
-FAIL textarea.maxLength: setAttribute() to " 7" followed by IDL get assert_equals: expected -1 but got 7
+PASS textarea.maxLength: setAttribute() to " 7" followed by IDL get
PASS textarea.maxLength: setAttribute() to "7" followed by getAttribute()
PASS textarea.maxLength: setAttribute() to "7" followed by IDL get
PASS textarea.maxLength: setAttribute() to " 7" followed by getAttribute()
-FAIL textarea.maxLength: setAttribute() to " 7" followed by IDL get assert_equals: expected -1 but got 7
+PASS textarea.maxLength: setAttribute() to " 7" followed by IDL get
PASS textarea.maxLength: setAttribute() to " 7" followed by getAttribute()
-FAIL textarea.maxLength: setAttribute() to " 7" followed by IDL get assert_equals: expected -1 but got 7
+PASS textarea.maxLength: setAttribute() to " 7" followed by IDL get
PASS textarea.maxLength: setAttribute() to " 7" followed by getAttribute()
-FAIL textarea.maxLength: setAttribute() to " 7" followed by IDL get assert_equals: expected -1 but got 7
+PASS textarea.maxLength: setAttribute() to " 7" followed by IDL get
PASS textarea.maxLength: setAttribute() to " 7" followed by getAttribute()
-FAIL textarea.maxLength: setAttribute() to " 7" followed by IDL get assert_equals: expected -1 but got 7
+PASS textarea.maxLength: setAttribute() to " 7" followed by IDL get
PASS textarea.maxLength: setAttribute() to " 7" followed by getAttribute()
-FAIL textarea.maxLength: setAttribute() to " 7" followed by IDL get assert_equals: expected -1 but got 7
+PASS textarea.maxLength: setAttribute() to " 7" followed by IDL get
PASS textarea.maxLength: setAttribute() to " 7" followed by getAttribute()
-FAIL textarea.maxLength: setAttribute() to " 7" followed by IDL get assert_equals: expected -1 but got 7
+PASS textarea.maxLength: setAttribute() to " 7" followed by IDL get
PASS textarea.maxLength: setAttribute() to " 7" followed by getAttribute()
-FAIL textarea.maxLength: setAttribute() to " 7" followed by IDL get assert_equals: expected -1 but got 7
+PASS textarea.maxLength: setAttribute() to " 7" followed by IDL get
PASS textarea.maxLength: setAttribute() to " 7" followed by getAttribute()
-FAIL textarea.maxLength: setAttribute() to " 7" followed by IDL get assert_equals: expected -1 but got 7
+PASS textarea.maxLength: setAttribute() to " 7" followed by IDL get
PASS textarea.maxLength: setAttribute() to " 7" followed by getAttribute()
-FAIL textarea.maxLength: setAttribute() to " 7" followed by IDL get assert_equals: expected -1 but got 7
+PASS textarea.maxLength: setAttribute() to " 7" followed by IDL get
PASS textarea.maxLength: setAttribute() to " 7" followed by getAttribute()
-FAIL textarea.maxLength: setAttribute() to " 7" followed by IDL get assert_equals: expected -1 but got 7
+PASS textarea.maxLength: setAttribute() to " 7" followed by IDL get
PASS textarea.maxLength: setAttribute() to " 7" followed by getAttribute()
-FAIL textarea.maxLength: setAttribute() to " 7" followed by IDL get assert_equals: expected -1 but got 7
+PASS textarea.maxLength: setAttribute() to " 7" followed by IDL get
PASS textarea.maxLength: setAttribute() to " 7" followed by getAttribute()
PASS textarea.maxLength: setAttribute() to " 7" followed by IDL get
PASS textarea.maxLength: setAttribute() to " 7" followed by getAttribute()
-FAIL textarea.maxLength: setAttribute() to " 7" followed by IDL get assert_equals: expected -1 but got 7
+PASS textarea.maxLength: setAttribute() to " 7" followed by IDL get
PASS textarea.maxLength: setAttribute() to undefined followed by getAttribute()
PASS textarea.maxLength: setAttribute() to undefined followed by IDL get
PASS textarea.maxLength: setAttribute() to 1.5 followed by getAttribute()
2016-02-29 Chris Dumez <cdumez@apple.com>
+ Use HTML parsing rules for textarea.maxLength
+ https://bugs.webkit.org/show_bug.cgi?id=154805
+
+ Reviewed by Andreas Kling.
+
+ Use HTML parsing rules for textarea.maxLength:
+ - https://html.spec.whatwg.org/multipage/forms.html#dom-textarea-maxlength
+ - https://html.spec.whatwg.org/multipage/infrastructure.html#limited-to-only-non-negative-numbers
+
+ No new tests, already covered by existing test.
+
+ * html/HTMLTextAreaElement.cpp:
+ (WebCore::HTMLTextAreaElement::maxLength):
+
+2016-02-29 Chris Dumez <cdumez@apple.com>
+
Align td.rowSpan / td.colSpan with the specification
https://bugs.webkit.org/show_bug.cgi?id=154803