Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(706)

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-forms-expected.txt

Side-by-side diff isn't available for this file because of its large size.
Issue 2363823004: Fix parsing of minimum values (Closed)
Patch Set: Add a comment Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
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 b156644af2beed8fb4962b6d5baabba6398fea92..58b506433e755ae35308d81ec3a5843c0c6eeb17 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
@@ -550,7 +550,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL form.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL form.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -590,7 +590,7 @@ 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 -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 32767
+FAIL form.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -2030,7 +2030,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL fieldset.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL fieldset.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -2070,7 +2070,7 @@ 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 -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 32767
+FAIL fieldset.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS fieldset.disabled: typeof IDL attribute
PASS fieldset.disabled: IDL get with DOM attribute unset
PASS fieldset.disabled: setAttribute() to "" followed by getAttribute()
@@ -2777,7 +2777,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL legend.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL legend.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -2817,7 +2817,7 @@ 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 -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 32767
+FAIL legend.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS legend.align: typeof IDL attribute
PASS legend.align: IDL get with DOM attribute unset
PASS legend.align: setAttribute() to "" followed by getAttribute()
@@ -3445,7 +3445,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL label.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL label.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -3485,7 +3485,7 @@ 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 -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 32767
+FAIL label.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -4113,7 +4113,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL input.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL input.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -4153,7 +4153,7 @@ 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 -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 32767
+FAIL input.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS input.accept: typeof IDL attribute
PASS input.accept: IDL get with DOM attribute unset
PASS input.accept: setAttribute() to "" followed by getAttribute()
@@ -7868,7 +7868,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL button.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL button.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -7908,7 +7908,7 @@ 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 -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 32767
+FAIL button.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS button.autofocus: typeof IDL attribute
PASS button.autofocus: IDL get with DOM attribute unset
PASS button.autofocus: setAttribute() to "" followed by getAttribute()
@@ -9380,7 +9380,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL select.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL select.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -9420,7 +9420,7 @@ 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 -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 32767
+FAIL select.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS select.autofocus: typeof IDL attribute
PASS select.autofocus: IDL get with DOM attribute unset
PASS select.autofocus: setAttribute() to "" followed by getAttribute()
@@ -10493,7 +10493,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL datalist.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL datalist.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -10533,7 +10533,7 @@ 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 -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 32767
+FAIL datalist.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS optgroup.title: typeof IDL attribute
PASS optgroup.title: IDL get with DOM attribute unset
PASS optgroup.title: setAttribute() to "" followed by getAttribute()
@@ -11084,7 +11084,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL optgroup.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL optgroup.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -11124,7 +11124,7 @@ 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 -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 32767
+FAIL optgroup.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS optgroup.disabled: typeof IDL attribute
PASS optgroup.disabled: IDL get with DOM attribute unset
PASS optgroup.disabled: setAttribute() to "" followed by getAttribute()
@@ -11831,7 +11831,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL option.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL option.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -11871,7 +11871,7 @@ 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 -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 32767
+FAIL option.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS option.disabled: typeof IDL attribute
PASS option.disabled: IDL get with DOM attribute unset
PASS option.disabled: setAttribute() to "" followed by getAttribute()
@@ -12674,7 +12674,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL textarea.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL textarea.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -12714,7 +12714,7 @@ 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 -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 32767
+FAIL textarea.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS textarea.autofocus: typeof IDL attribute
PASS textarea.autofocus: IDL get with DOM attribute unset
PASS textarea.autofocus: setAttribute() to "" followed by getAttribute()
@@ -14602,7 +14602,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL keygen.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL keygen.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -14642,7 +14642,7 @@ 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 -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 32767
+FAIL keygen.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS keygen.autofocus: typeof IDL attribute
PASS keygen.autofocus: IDL get with DOM attribute unset
PASS keygen.autofocus: setAttribute() to "" followed by getAttribute()
@@ -15551,7 +15551,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL output.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL output.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -15591,7 +15591,7 @@ 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 -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 32767
+FAIL output.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS output.name: typeof IDL attribute
PASS output.name: IDL get with DOM attribute unset
PASS output.name: setAttribute() to "" followed by getAttribute()
@@ -16219,7 +16219,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL progress.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL progress.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -16259,7 +16259,7 @@ 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 -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 32767
+FAIL progress.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS meter.title: typeof IDL attribute
PASS meter.title: IDL get with DOM attribute unset
PASS meter.title: setAttribute() to "" followed by getAttribute()
@@ -16810,7 +16810,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL meter.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL meter.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -16850,6 +16850,6 @@ 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 -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 32767
+FAIL meter.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698