| Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-forms-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-forms-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-forms-expected.txt
|
| index 58b506433e755ae35308d81ec3a5843c0c6eeb17..b7c4e4dffce5b54bc93a037714f1be12ca0534bf 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-forms-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-forms-expected.txt
|
| @@ -548,9 +548,9 @@ PASS form.tabIndex: setAttribute() to 0 followed by IDL get
|
| PASS form.tabIndex: setAttribute() to 1 followed by getAttribute()
|
| PASS form.tabIndex: setAttribute() to 1 followed by IDL get
|
| PASS form.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
|
| -FAIL form.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS form.tabIndex: setAttribute() to 2147483647 followed by IDL get
|
| PASS form.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
|
| -FAIL form.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS form.tabIndex: setAttribute() to -2147483648 followed by IDL get
|
| PASS form.tabIndex: setAttribute() to "-1" followed by getAttribute()
|
| PASS form.tabIndex: setAttribute() to "-1" followed by IDL get
|
| PASS form.tabIndex: setAttribute() to "-0" followed by getAttribute()
|
| @@ -587,10 +587,10 @@ PASS form.tabIndex: IDL set to 1 followed by getAttribute()
|
| PASS form.tabIndex: IDL set to 1 followed by IDL get
|
| PASS form.tabIndex: IDL set to 2147483647 should not throw
|
| PASS form.tabIndex: IDL set to 2147483647 followed by getAttribute()
|
| -FAIL form.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS form.tabIndex: IDL set to 2147483647 followed by IDL get
|
| PASS form.tabIndex: IDL set to -2147483648 should not throw
|
| PASS form.tabIndex: IDL set to -2147483648 followed by getAttribute()
|
| -FAIL form.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS form.tabIndex: IDL set to -2147483648 followed by IDL get
|
| PASS form.acceptCharset (<form accept-charset>): typeof IDL attribute
|
| PASS form.acceptCharset (<form accept-charset>): IDL get with DOM attribute unset
|
| PASS form.acceptCharset (<form accept-charset>): setAttribute() to "" followed by getAttribute()
|
| @@ -2028,9 +2028,9 @@ PASS fieldset.tabIndex: setAttribute() to 0 followed by IDL get
|
| PASS fieldset.tabIndex: setAttribute() to 1 followed by getAttribute()
|
| PASS fieldset.tabIndex: setAttribute() to 1 followed by IDL get
|
| PASS fieldset.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
|
| -FAIL fieldset.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS fieldset.tabIndex: setAttribute() to 2147483647 followed by IDL get
|
| PASS fieldset.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
|
| -FAIL fieldset.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS fieldset.tabIndex: setAttribute() to -2147483648 followed by IDL get
|
| PASS fieldset.tabIndex: setAttribute() to "-1" followed by getAttribute()
|
| PASS fieldset.tabIndex: setAttribute() to "-1" followed by IDL get
|
| PASS fieldset.tabIndex: setAttribute() to "-0" followed by getAttribute()
|
| @@ -2067,10 +2067,10 @@ PASS fieldset.tabIndex: IDL set to 1 followed by getAttribute()
|
| PASS fieldset.tabIndex: IDL set to 1 followed by IDL get
|
| PASS fieldset.tabIndex: IDL set to 2147483647 should not throw
|
| PASS fieldset.tabIndex: IDL set to 2147483647 followed by getAttribute()
|
| -FAIL fieldset.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS fieldset.tabIndex: IDL set to 2147483647 followed by IDL get
|
| PASS fieldset.tabIndex: IDL set to -2147483648 should not throw
|
| PASS fieldset.tabIndex: IDL set to -2147483648 followed by getAttribute()
|
| -FAIL fieldset.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS fieldset.tabIndex: IDL set to -2147483648 followed by IDL get
|
| PASS fieldset.disabled: typeof IDL attribute
|
| PASS fieldset.disabled: IDL get with DOM attribute unset
|
| PASS fieldset.disabled: setAttribute() to "" followed by getAttribute()
|
| @@ -2775,9 +2775,9 @@ PASS legend.tabIndex: setAttribute() to 0 followed by IDL get
|
| PASS legend.tabIndex: setAttribute() to 1 followed by getAttribute()
|
| PASS legend.tabIndex: setAttribute() to 1 followed by IDL get
|
| PASS legend.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
|
| -FAIL legend.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS legend.tabIndex: setAttribute() to 2147483647 followed by IDL get
|
| PASS legend.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
|
| -FAIL legend.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS legend.tabIndex: setAttribute() to -2147483648 followed by IDL get
|
| PASS legend.tabIndex: setAttribute() to "-1" followed by getAttribute()
|
| PASS legend.tabIndex: setAttribute() to "-1" followed by IDL get
|
| PASS legend.tabIndex: setAttribute() to "-0" followed by getAttribute()
|
| @@ -2814,10 +2814,10 @@ PASS legend.tabIndex: IDL set to 1 followed by getAttribute()
|
| PASS legend.tabIndex: IDL set to 1 followed by IDL get
|
| PASS legend.tabIndex: IDL set to 2147483647 should not throw
|
| PASS legend.tabIndex: IDL set to 2147483647 followed by getAttribute()
|
| -FAIL legend.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS legend.tabIndex: IDL set to 2147483647 followed by IDL get
|
| PASS legend.tabIndex: IDL set to -2147483648 should not throw
|
| PASS legend.tabIndex: IDL set to -2147483648 followed by getAttribute()
|
| -FAIL legend.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS legend.tabIndex: IDL set to -2147483648 followed by IDL get
|
| PASS legend.align: typeof IDL attribute
|
| PASS legend.align: IDL get with DOM attribute unset
|
| PASS legend.align: setAttribute() to "" followed by getAttribute()
|
| @@ -3443,9 +3443,9 @@ PASS label.tabIndex: setAttribute() to 0 followed by IDL get
|
| PASS label.tabIndex: setAttribute() to 1 followed by getAttribute()
|
| PASS label.tabIndex: setAttribute() to 1 followed by IDL get
|
| PASS label.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
|
| -FAIL label.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS label.tabIndex: setAttribute() to 2147483647 followed by IDL get
|
| PASS label.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
|
| -FAIL label.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS label.tabIndex: setAttribute() to -2147483648 followed by IDL get
|
| PASS label.tabIndex: setAttribute() to "-1" followed by getAttribute()
|
| PASS label.tabIndex: setAttribute() to "-1" followed by IDL get
|
| PASS label.tabIndex: setAttribute() to "-0" followed by getAttribute()
|
| @@ -3482,10 +3482,10 @@ PASS label.tabIndex: IDL set to 1 followed by getAttribute()
|
| PASS label.tabIndex: IDL set to 1 followed by IDL get
|
| PASS label.tabIndex: IDL set to 2147483647 should not throw
|
| PASS label.tabIndex: IDL set to 2147483647 followed by getAttribute()
|
| -FAIL label.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS label.tabIndex: IDL set to 2147483647 followed by IDL get
|
| PASS label.tabIndex: IDL set to -2147483648 should not throw
|
| PASS label.tabIndex: IDL set to -2147483648 followed by getAttribute()
|
| -FAIL label.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS label.tabIndex: IDL set to -2147483648 followed by IDL get
|
| PASS label.htmlFor (<label for>): typeof IDL attribute
|
| PASS label.htmlFor (<label for>): IDL get with DOM attribute unset
|
| PASS label.htmlFor (<label for>): setAttribute() to "" followed by getAttribute()
|
| @@ -4111,9 +4111,9 @@ PASS input.tabIndex: setAttribute() to 0 followed by IDL get
|
| PASS input.tabIndex: setAttribute() to 1 followed by getAttribute()
|
| PASS input.tabIndex: setAttribute() to 1 followed by IDL get
|
| PASS input.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
|
| -FAIL input.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS input.tabIndex: setAttribute() to 2147483647 followed by IDL get
|
| PASS input.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
|
| -FAIL input.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS input.tabIndex: setAttribute() to -2147483648 followed by IDL get
|
| PASS input.tabIndex: setAttribute() to "-1" followed by getAttribute()
|
| PASS input.tabIndex: setAttribute() to "-1" followed by IDL get
|
| PASS input.tabIndex: setAttribute() to "-0" followed by getAttribute()
|
| @@ -4150,10 +4150,10 @@ PASS input.tabIndex: IDL set to 1 followed by getAttribute()
|
| PASS input.tabIndex: IDL set to 1 followed by IDL get
|
| PASS input.tabIndex: IDL set to 2147483647 should not throw
|
| PASS input.tabIndex: IDL set to 2147483647 followed by getAttribute()
|
| -FAIL input.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS input.tabIndex: IDL set to 2147483647 followed by IDL get
|
| PASS input.tabIndex: IDL set to -2147483648 should not throw
|
| PASS input.tabIndex: IDL set to -2147483648 followed by getAttribute()
|
| -FAIL input.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS input.tabIndex: IDL set to -2147483648 followed by IDL get
|
| PASS input.accept: typeof IDL attribute
|
| PASS input.accept: IDL get with DOM attribute unset
|
| PASS input.accept: setAttribute() to "" followed by getAttribute()
|
| @@ -7866,9 +7866,9 @@ PASS button.tabIndex: setAttribute() to 0 followed by IDL get
|
| PASS button.tabIndex: setAttribute() to 1 followed by getAttribute()
|
| PASS button.tabIndex: setAttribute() to 1 followed by IDL get
|
| PASS button.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
|
| -FAIL button.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS button.tabIndex: setAttribute() to 2147483647 followed by IDL get
|
| PASS button.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
|
| -FAIL button.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS button.tabIndex: setAttribute() to -2147483648 followed by IDL get
|
| PASS button.tabIndex: setAttribute() to "-1" followed by getAttribute()
|
| PASS button.tabIndex: setAttribute() to "-1" followed by IDL get
|
| PASS button.tabIndex: setAttribute() to "-0" followed by getAttribute()
|
| @@ -7905,10 +7905,10 @@ PASS button.tabIndex: IDL set to 1 followed by getAttribute()
|
| PASS button.tabIndex: IDL set to 1 followed by IDL get
|
| PASS button.tabIndex: IDL set to 2147483647 should not throw
|
| PASS button.tabIndex: IDL set to 2147483647 followed by getAttribute()
|
| -FAIL button.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS button.tabIndex: IDL set to 2147483647 followed by IDL get
|
| PASS button.tabIndex: IDL set to -2147483648 should not throw
|
| PASS button.tabIndex: IDL set to -2147483648 followed by getAttribute()
|
| -FAIL button.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS button.tabIndex: IDL set to -2147483648 followed by IDL get
|
| PASS button.autofocus: typeof IDL attribute
|
| PASS button.autofocus: IDL get with DOM attribute unset
|
| PASS button.autofocus: setAttribute() to "" followed by getAttribute()
|
| @@ -9378,9 +9378,9 @@ PASS select.tabIndex: setAttribute() to 0 followed by IDL get
|
| PASS select.tabIndex: setAttribute() to 1 followed by getAttribute()
|
| PASS select.tabIndex: setAttribute() to 1 followed by IDL get
|
| PASS select.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
|
| -FAIL select.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS select.tabIndex: setAttribute() to 2147483647 followed by IDL get
|
| PASS select.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
|
| -FAIL select.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS select.tabIndex: setAttribute() to -2147483648 followed by IDL get
|
| PASS select.tabIndex: setAttribute() to "-1" followed by getAttribute()
|
| PASS select.tabIndex: setAttribute() to "-1" followed by IDL get
|
| PASS select.tabIndex: setAttribute() to "-0" followed by getAttribute()
|
| @@ -9417,10 +9417,10 @@ PASS select.tabIndex: IDL set to 1 followed by getAttribute()
|
| PASS select.tabIndex: IDL set to 1 followed by IDL get
|
| PASS select.tabIndex: IDL set to 2147483647 should not throw
|
| PASS select.tabIndex: IDL set to 2147483647 followed by getAttribute()
|
| -FAIL select.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS select.tabIndex: IDL set to 2147483647 followed by IDL get
|
| PASS select.tabIndex: IDL set to -2147483648 should not throw
|
| PASS select.tabIndex: IDL set to -2147483648 followed by getAttribute()
|
| -FAIL select.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS select.tabIndex: IDL set to -2147483648 followed by IDL get
|
| PASS select.autofocus: typeof IDL attribute
|
| PASS select.autofocus: IDL get with DOM attribute unset
|
| PASS select.autofocus: setAttribute() to "" followed by getAttribute()
|
| @@ -10491,9 +10491,9 @@ PASS datalist.tabIndex: setAttribute() to 0 followed by IDL get
|
| PASS datalist.tabIndex: setAttribute() to 1 followed by getAttribute()
|
| PASS datalist.tabIndex: setAttribute() to 1 followed by IDL get
|
| PASS datalist.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
|
| -FAIL datalist.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS datalist.tabIndex: setAttribute() to 2147483647 followed by IDL get
|
| PASS datalist.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
|
| -FAIL datalist.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS datalist.tabIndex: setAttribute() to -2147483648 followed by IDL get
|
| PASS datalist.tabIndex: setAttribute() to "-1" followed by getAttribute()
|
| PASS datalist.tabIndex: setAttribute() to "-1" followed by IDL get
|
| PASS datalist.tabIndex: setAttribute() to "-0" followed by getAttribute()
|
| @@ -10530,10 +10530,10 @@ PASS datalist.tabIndex: IDL set to 1 followed by getAttribute()
|
| PASS datalist.tabIndex: IDL set to 1 followed by IDL get
|
| PASS datalist.tabIndex: IDL set to 2147483647 should not throw
|
| PASS datalist.tabIndex: IDL set to 2147483647 followed by getAttribute()
|
| -FAIL datalist.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS datalist.tabIndex: IDL set to 2147483647 followed by IDL get
|
| PASS datalist.tabIndex: IDL set to -2147483648 should not throw
|
| PASS datalist.tabIndex: IDL set to -2147483648 followed by getAttribute()
|
| -FAIL datalist.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS datalist.tabIndex: IDL set to -2147483648 followed by IDL get
|
| PASS optgroup.title: typeof IDL attribute
|
| PASS optgroup.title: IDL get with DOM attribute unset
|
| PASS optgroup.title: setAttribute() to "" followed by getAttribute()
|
| @@ -11082,9 +11082,9 @@ PASS optgroup.tabIndex: setAttribute() to 0 followed by IDL get
|
| PASS optgroup.tabIndex: setAttribute() to 1 followed by getAttribute()
|
| PASS optgroup.tabIndex: setAttribute() to 1 followed by IDL get
|
| PASS optgroup.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
|
| -FAIL optgroup.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS optgroup.tabIndex: setAttribute() to 2147483647 followed by IDL get
|
| PASS optgroup.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
|
| -FAIL optgroup.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS optgroup.tabIndex: setAttribute() to -2147483648 followed by IDL get
|
| PASS optgroup.tabIndex: setAttribute() to "-1" followed by getAttribute()
|
| PASS optgroup.tabIndex: setAttribute() to "-1" followed by IDL get
|
| PASS optgroup.tabIndex: setAttribute() to "-0" followed by getAttribute()
|
| @@ -11121,10 +11121,10 @@ PASS optgroup.tabIndex: IDL set to 1 followed by getAttribute()
|
| PASS optgroup.tabIndex: IDL set to 1 followed by IDL get
|
| PASS optgroup.tabIndex: IDL set to 2147483647 should not throw
|
| PASS optgroup.tabIndex: IDL set to 2147483647 followed by getAttribute()
|
| -FAIL optgroup.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS optgroup.tabIndex: IDL set to 2147483647 followed by IDL get
|
| PASS optgroup.tabIndex: IDL set to -2147483648 should not throw
|
| PASS optgroup.tabIndex: IDL set to -2147483648 followed by getAttribute()
|
| -FAIL optgroup.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS optgroup.tabIndex: IDL set to -2147483648 followed by IDL get
|
| PASS optgroup.disabled: typeof IDL attribute
|
| PASS optgroup.disabled: IDL get with DOM attribute unset
|
| PASS optgroup.disabled: setAttribute() to "" followed by getAttribute()
|
| @@ -11829,9 +11829,9 @@ PASS option.tabIndex: setAttribute() to 0 followed by IDL get
|
| PASS option.tabIndex: setAttribute() to 1 followed by getAttribute()
|
| PASS option.tabIndex: setAttribute() to 1 followed by IDL get
|
| PASS option.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
|
| -FAIL option.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS option.tabIndex: setAttribute() to 2147483647 followed by IDL get
|
| PASS option.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
|
| -FAIL option.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS option.tabIndex: setAttribute() to -2147483648 followed by IDL get
|
| PASS option.tabIndex: setAttribute() to "-1" followed by getAttribute()
|
| PASS option.tabIndex: setAttribute() to "-1" followed by IDL get
|
| PASS option.tabIndex: setAttribute() to "-0" followed by getAttribute()
|
| @@ -11868,10 +11868,10 @@ PASS option.tabIndex: IDL set to 1 followed by getAttribute()
|
| PASS option.tabIndex: IDL set to 1 followed by IDL get
|
| PASS option.tabIndex: IDL set to 2147483647 should not throw
|
| PASS option.tabIndex: IDL set to 2147483647 followed by getAttribute()
|
| -FAIL option.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS option.tabIndex: IDL set to 2147483647 followed by IDL get
|
| PASS option.tabIndex: IDL set to -2147483648 should not throw
|
| PASS option.tabIndex: IDL set to -2147483648 followed by getAttribute()
|
| -FAIL option.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS option.tabIndex: IDL set to -2147483648 followed by IDL get
|
| PASS option.disabled: typeof IDL attribute
|
| PASS option.disabled: IDL get with DOM attribute unset
|
| PASS option.disabled: setAttribute() to "" followed by getAttribute()
|
| @@ -12672,9 +12672,9 @@ PASS textarea.tabIndex: setAttribute() to 0 followed by IDL get
|
| PASS textarea.tabIndex: setAttribute() to 1 followed by getAttribute()
|
| PASS textarea.tabIndex: setAttribute() to 1 followed by IDL get
|
| PASS textarea.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
|
| -FAIL textarea.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS textarea.tabIndex: setAttribute() to 2147483647 followed by IDL get
|
| PASS textarea.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
|
| -FAIL textarea.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS textarea.tabIndex: setAttribute() to -2147483648 followed by IDL get
|
| PASS textarea.tabIndex: setAttribute() to "-1" followed by getAttribute()
|
| PASS textarea.tabIndex: setAttribute() to "-1" followed by IDL get
|
| PASS textarea.tabIndex: setAttribute() to "-0" followed by getAttribute()
|
| @@ -12711,10 +12711,10 @@ PASS textarea.tabIndex: IDL set to 1 followed by getAttribute()
|
| PASS textarea.tabIndex: IDL set to 1 followed by IDL get
|
| PASS textarea.tabIndex: IDL set to 2147483647 should not throw
|
| PASS textarea.tabIndex: IDL set to 2147483647 followed by getAttribute()
|
| -FAIL textarea.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS textarea.tabIndex: IDL set to 2147483647 followed by IDL get
|
| PASS textarea.tabIndex: IDL set to -2147483648 should not throw
|
| PASS textarea.tabIndex: IDL set to -2147483648 followed by getAttribute()
|
| -FAIL textarea.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS textarea.tabIndex: IDL set to -2147483648 followed by IDL get
|
| PASS textarea.autofocus: typeof IDL attribute
|
| PASS textarea.autofocus: IDL get with DOM attribute unset
|
| PASS textarea.autofocus: setAttribute() to "" followed by getAttribute()
|
| @@ -14600,9 +14600,9 @@ PASS keygen.tabIndex: setAttribute() to 0 followed by IDL get
|
| PASS keygen.tabIndex: setAttribute() to 1 followed by getAttribute()
|
| PASS keygen.tabIndex: setAttribute() to 1 followed by IDL get
|
| PASS keygen.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
|
| -FAIL keygen.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS keygen.tabIndex: setAttribute() to 2147483647 followed by IDL get
|
| PASS keygen.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
|
| -FAIL keygen.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS keygen.tabIndex: setAttribute() to -2147483648 followed by IDL get
|
| PASS keygen.tabIndex: setAttribute() to "-1" followed by getAttribute()
|
| PASS keygen.tabIndex: setAttribute() to "-1" followed by IDL get
|
| PASS keygen.tabIndex: setAttribute() to "-0" followed by getAttribute()
|
| @@ -14639,10 +14639,10 @@ PASS keygen.tabIndex: IDL set to 1 followed by getAttribute()
|
| PASS keygen.tabIndex: IDL set to 1 followed by IDL get
|
| PASS keygen.tabIndex: IDL set to 2147483647 should not throw
|
| PASS keygen.tabIndex: IDL set to 2147483647 followed by getAttribute()
|
| -FAIL keygen.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS keygen.tabIndex: IDL set to 2147483647 followed by IDL get
|
| PASS keygen.tabIndex: IDL set to -2147483648 should not throw
|
| PASS keygen.tabIndex: IDL set to -2147483648 followed by getAttribute()
|
| -FAIL keygen.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS keygen.tabIndex: IDL set to -2147483648 followed by IDL get
|
| PASS keygen.autofocus: typeof IDL attribute
|
| PASS keygen.autofocus: IDL get with DOM attribute unset
|
| PASS keygen.autofocus: setAttribute() to "" followed by getAttribute()
|
| @@ -15549,9 +15549,9 @@ PASS output.tabIndex: setAttribute() to 0 followed by IDL get
|
| PASS output.tabIndex: setAttribute() to 1 followed by getAttribute()
|
| PASS output.tabIndex: setAttribute() to 1 followed by IDL get
|
| PASS output.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
|
| -FAIL output.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS output.tabIndex: setAttribute() to 2147483647 followed by IDL get
|
| PASS output.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
|
| -FAIL output.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS output.tabIndex: setAttribute() to -2147483648 followed by IDL get
|
| PASS output.tabIndex: setAttribute() to "-1" followed by getAttribute()
|
| PASS output.tabIndex: setAttribute() to "-1" followed by IDL get
|
| PASS output.tabIndex: setAttribute() to "-0" followed by getAttribute()
|
| @@ -15588,10 +15588,10 @@ PASS output.tabIndex: IDL set to 1 followed by getAttribute()
|
| PASS output.tabIndex: IDL set to 1 followed by IDL get
|
| PASS output.tabIndex: IDL set to 2147483647 should not throw
|
| PASS output.tabIndex: IDL set to 2147483647 followed by getAttribute()
|
| -FAIL output.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS output.tabIndex: IDL set to 2147483647 followed by IDL get
|
| PASS output.tabIndex: IDL set to -2147483648 should not throw
|
| PASS output.tabIndex: IDL set to -2147483648 followed by getAttribute()
|
| -FAIL output.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS output.tabIndex: IDL set to -2147483648 followed by IDL get
|
| PASS output.name: typeof IDL attribute
|
| PASS output.name: IDL get with DOM attribute unset
|
| PASS output.name: setAttribute() to "" followed by getAttribute()
|
| @@ -16217,9 +16217,9 @@ PASS progress.tabIndex: setAttribute() to 0 followed by IDL get
|
| PASS progress.tabIndex: setAttribute() to 1 followed by getAttribute()
|
| PASS progress.tabIndex: setAttribute() to 1 followed by IDL get
|
| PASS progress.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
|
| -FAIL progress.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS progress.tabIndex: setAttribute() to 2147483647 followed by IDL get
|
| PASS progress.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
|
| -FAIL progress.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS progress.tabIndex: setAttribute() to -2147483648 followed by IDL get
|
| PASS progress.tabIndex: setAttribute() to "-1" followed by getAttribute()
|
| PASS progress.tabIndex: setAttribute() to "-1" followed by IDL get
|
| PASS progress.tabIndex: setAttribute() to "-0" followed by getAttribute()
|
| @@ -16256,10 +16256,10 @@ PASS progress.tabIndex: IDL set to 1 followed by getAttribute()
|
| PASS progress.tabIndex: IDL set to 1 followed by IDL get
|
| PASS progress.tabIndex: IDL set to 2147483647 should not throw
|
| PASS progress.tabIndex: IDL set to 2147483647 followed by getAttribute()
|
| -FAIL progress.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS progress.tabIndex: IDL set to 2147483647 followed by IDL get
|
| PASS progress.tabIndex: IDL set to -2147483648 should not throw
|
| PASS progress.tabIndex: IDL set to -2147483648 followed by getAttribute()
|
| -FAIL progress.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS progress.tabIndex: IDL set to -2147483648 followed by IDL get
|
| PASS meter.title: typeof IDL attribute
|
| PASS meter.title: IDL get with DOM attribute unset
|
| PASS meter.title: setAttribute() to "" followed by getAttribute()
|
| @@ -16808,9 +16808,9 @@ PASS meter.tabIndex: setAttribute() to 0 followed by IDL get
|
| PASS meter.tabIndex: setAttribute() to 1 followed by getAttribute()
|
| PASS meter.tabIndex: setAttribute() to 1 followed by IDL get
|
| PASS meter.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
|
| -FAIL meter.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS meter.tabIndex: setAttribute() to 2147483647 followed by IDL get
|
| PASS meter.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
|
| -FAIL meter.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS meter.tabIndex: setAttribute() to -2147483648 followed by IDL get
|
| PASS meter.tabIndex: setAttribute() to "-1" followed by getAttribute()
|
| PASS meter.tabIndex: setAttribute() to "-1" followed by IDL get
|
| PASS meter.tabIndex: setAttribute() to "-0" followed by getAttribute()
|
| @@ -16847,9 +16847,9 @@ PASS meter.tabIndex: IDL set to 1 followed by getAttribute()
|
| PASS meter.tabIndex: IDL set to 1 followed by IDL get
|
| PASS meter.tabIndex: IDL set to 2147483647 should not throw
|
| PASS meter.tabIndex: IDL set to 2147483647 followed by getAttribute()
|
| -FAIL meter.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
|
| +PASS meter.tabIndex: IDL set to 2147483647 followed by IDL get
|
| PASS meter.tabIndex: IDL set to -2147483648 should not throw
|
| PASS meter.tabIndex: IDL set to -2147483648 followed by getAttribute()
|
| -FAIL meter.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
|
| +PASS meter.tabIndex: IDL set to -2147483648 followed by IDL get
|
| Harness: the test ran to completion.
|
|
|
|
|