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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2362223002: Stop clamping tabIndex to short range (Closed)
Patch Set: Fix test expectation 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-text-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-text-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-text-expected.txt
index bfdc5059eed3a66f7329b0d4f86ec97b21391bd9..a44ce4ddfbf1204c4c16e11caa5050af318a35ba 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-text-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-text-expected.txt
@@ -547,9 +547,9 @@ PASS a.tabIndex: setAttribute() to 0 followed by IDL get
PASS a.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS a.tabIndex: setAttribute() to 1 followed by IDL get
PASS a.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL a.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS a.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS a.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL a.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS a.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS a.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS a.tabIndex: setAttribute() to "-1" followed by IDL get
PASS a.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -586,10 +586,10 @@ PASS a.tabIndex: IDL set to 1 followed by getAttribute()
PASS a.tabIndex: IDL set to 1 followed by IDL get
PASS a.tabIndex: IDL set to 2147483647 should not throw
PASS a.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL a.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS a.tabIndex: IDL set to 2147483647 followed by IDL get
PASS a.tabIndex: IDL set to -2147483648 should not throw
PASS a.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL a.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS a.tabIndex: IDL set to -2147483648 followed by IDL get
PASS a.target: typeof IDL attribute
PASS a.target: IDL get with DOM attribute unset
PASS a.target: setAttribute() to "" followed by getAttribute()
@@ -2077,9 +2077,9 @@ PASS em.tabIndex: setAttribute() to 0 followed by IDL get
PASS em.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS em.tabIndex: setAttribute() to 1 followed by IDL get
PASS em.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL em.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS em.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS em.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL em.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS em.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS em.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS em.tabIndex: setAttribute() to "-1" followed by IDL get
PASS em.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -2116,10 +2116,10 @@ PASS em.tabIndex: IDL set to 1 followed by getAttribute()
PASS em.tabIndex: IDL set to 1 followed by IDL get
PASS em.tabIndex: IDL set to 2147483647 should not throw
PASS em.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL em.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS em.tabIndex: IDL set to 2147483647 followed by IDL get
PASS em.tabIndex: IDL set to -2147483648 should not throw
PASS em.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL em.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS em.tabIndex: IDL set to -2147483648 followed by IDL get
PASS strong.title: typeof IDL attribute
PASS strong.title: IDL get with DOM attribute unset
PASS strong.title: setAttribute() to "" followed by getAttribute()
@@ -2668,9 +2668,9 @@ PASS strong.tabIndex: setAttribute() to 0 followed by IDL get
PASS strong.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS strong.tabIndex: setAttribute() to 1 followed by IDL get
PASS strong.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL strong.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS strong.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS strong.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL strong.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS strong.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS strong.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS strong.tabIndex: setAttribute() to "-1" followed by IDL get
PASS strong.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -2707,10 +2707,10 @@ PASS strong.tabIndex: IDL set to 1 followed by getAttribute()
PASS strong.tabIndex: IDL set to 1 followed by IDL get
PASS strong.tabIndex: IDL set to 2147483647 should not throw
PASS strong.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL strong.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS strong.tabIndex: IDL set to 2147483647 followed by IDL get
PASS strong.tabIndex: IDL set to -2147483648 should not throw
PASS strong.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL strong.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS strong.tabIndex: IDL set to -2147483648 followed by IDL get
PASS small.title: typeof IDL attribute
PASS small.title: IDL get with DOM attribute unset
PASS small.title: setAttribute() to "" followed by getAttribute()
@@ -3259,9 +3259,9 @@ PASS small.tabIndex: setAttribute() to 0 followed by IDL get
PASS small.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS small.tabIndex: setAttribute() to 1 followed by IDL get
PASS small.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL small.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS small.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS small.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL small.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS small.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS small.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS small.tabIndex: setAttribute() to "-1" followed by IDL get
PASS small.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -3298,10 +3298,10 @@ PASS small.tabIndex: IDL set to 1 followed by getAttribute()
PASS small.tabIndex: IDL set to 1 followed by IDL get
PASS small.tabIndex: IDL set to 2147483647 should not throw
PASS small.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL small.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS small.tabIndex: IDL set to 2147483647 followed by IDL get
PASS small.tabIndex: IDL set to -2147483648 should not throw
PASS small.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL small.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS small.tabIndex: IDL set to -2147483648 followed by IDL get
PASS s.title: typeof IDL attribute
PASS s.title: IDL get with DOM attribute unset
PASS s.title: setAttribute() to "" followed by getAttribute()
@@ -3850,9 +3850,9 @@ PASS s.tabIndex: setAttribute() to 0 followed by IDL get
PASS s.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS s.tabIndex: setAttribute() to 1 followed by IDL get
PASS s.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL s.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS s.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS s.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL s.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS s.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS s.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS s.tabIndex: setAttribute() to "-1" followed by IDL get
PASS s.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -3889,10 +3889,10 @@ PASS s.tabIndex: IDL set to 1 followed by getAttribute()
PASS s.tabIndex: IDL set to 1 followed by IDL get
PASS s.tabIndex: IDL set to 2147483647 should not throw
PASS s.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL s.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS s.tabIndex: IDL set to 2147483647 followed by IDL get
PASS s.tabIndex: IDL set to -2147483648 should not throw
PASS s.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL s.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS s.tabIndex: IDL set to -2147483648 followed by IDL get
PASS cite.title: typeof IDL attribute
PASS cite.title: IDL get with DOM attribute unset
PASS cite.title: setAttribute() to "" followed by getAttribute()
@@ -4441,9 +4441,9 @@ PASS cite.tabIndex: setAttribute() to 0 followed by IDL get
PASS cite.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS cite.tabIndex: setAttribute() to 1 followed by IDL get
PASS cite.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL cite.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS cite.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS cite.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL cite.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS cite.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS cite.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS cite.tabIndex: setAttribute() to "-1" followed by IDL get
PASS cite.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -4480,10 +4480,10 @@ PASS cite.tabIndex: IDL set to 1 followed by getAttribute()
PASS cite.tabIndex: IDL set to 1 followed by IDL get
PASS cite.tabIndex: IDL set to 2147483647 should not throw
PASS cite.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL cite.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS cite.tabIndex: IDL set to 2147483647 followed by IDL get
PASS cite.tabIndex: IDL set to -2147483648 should not throw
PASS cite.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL cite.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS cite.tabIndex: IDL set to -2147483648 followed by IDL get
PASS q.title: typeof IDL attribute
PASS q.title: IDL get with DOM attribute unset
PASS q.title: setAttribute() to "" followed by getAttribute()
@@ -5032,9 +5032,9 @@ PASS q.tabIndex: setAttribute() to 0 followed by IDL get
PASS q.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS q.tabIndex: setAttribute() to 1 followed by IDL get
PASS q.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL q.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS q.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS q.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL q.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS q.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS q.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS q.tabIndex: setAttribute() to "-1" followed by IDL get
PASS q.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -5071,10 +5071,10 @@ PASS q.tabIndex: IDL set to 1 followed by getAttribute()
PASS q.tabIndex: IDL set to 1 followed by IDL get
PASS q.tabIndex: IDL set to 2147483647 should not throw
PASS q.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL q.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS q.tabIndex: IDL set to 2147483647 followed by IDL get
PASS q.tabIndex: IDL set to -2147483648 should not throw
PASS q.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL q.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS q.tabIndex: IDL set to -2147483648 followed by IDL get
PASS q.cite: typeof IDL attribute
PASS q.cite: IDL get with DOM attribute unset
PASS q.cite: setAttribute() to "" followed by getAttribute()
@@ -5715,9 +5715,9 @@ PASS dfn.tabIndex: setAttribute() to 0 followed by IDL get
PASS dfn.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS dfn.tabIndex: setAttribute() to 1 followed by IDL get
PASS dfn.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL dfn.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS dfn.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS dfn.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL dfn.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS dfn.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS dfn.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS dfn.tabIndex: setAttribute() to "-1" followed by IDL get
PASS dfn.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -5754,10 +5754,10 @@ PASS dfn.tabIndex: IDL set to 1 followed by getAttribute()
PASS dfn.tabIndex: IDL set to 1 followed by IDL get
PASS dfn.tabIndex: IDL set to 2147483647 should not throw
PASS dfn.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL dfn.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS dfn.tabIndex: IDL set to 2147483647 followed by IDL get
PASS dfn.tabIndex: IDL set to -2147483648 should not throw
PASS dfn.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL dfn.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS dfn.tabIndex: IDL set to -2147483648 followed by IDL get
PASS abbr.title: typeof IDL attribute
PASS abbr.title: IDL get with DOM attribute unset
PASS abbr.title: setAttribute() to "" followed by getAttribute()
@@ -6306,9 +6306,9 @@ PASS abbr.tabIndex: setAttribute() to 0 followed by IDL get
PASS abbr.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS abbr.tabIndex: setAttribute() to 1 followed by IDL get
PASS abbr.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL abbr.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS abbr.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS abbr.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL abbr.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS abbr.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS abbr.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS abbr.tabIndex: setAttribute() to "-1" followed by IDL get
PASS abbr.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -6345,10 +6345,10 @@ PASS abbr.tabIndex: IDL set to 1 followed by getAttribute()
PASS abbr.tabIndex: IDL set to 1 followed by IDL get
PASS abbr.tabIndex: IDL set to 2147483647 should not throw
PASS abbr.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL abbr.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS abbr.tabIndex: IDL set to 2147483647 followed by IDL get
PASS abbr.tabIndex: IDL set to -2147483648 should not throw
PASS abbr.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL abbr.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS abbr.tabIndex: IDL set to -2147483648 followed by IDL get
PASS data.title: typeof IDL attribute
PASS data.title: IDL get with DOM attribute unset
PASS data.title: setAttribute() to "" followed by getAttribute()
@@ -6897,9 +6897,9 @@ PASS data.tabIndex: setAttribute() to 0 followed by IDL get
PASS data.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS data.tabIndex: setAttribute() to 1 followed by IDL get
PASS data.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL data.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS data.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS data.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL data.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS data.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS data.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS data.tabIndex: setAttribute() to "-1" followed by IDL get
PASS data.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -6936,10 +6936,10 @@ PASS data.tabIndex: IDL set to 1 followed by getAttribute()
PASS data.tabIndex: IDL set to 1 followed by IDL get
PASS data.tabIndex: IDL set to 2147483647 should not throw
PASS data.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL data.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS data.tabIndex: IDL set to 2147483647 followed by IDL get
PASS data.tabIndex: IDL set to -2147483648 should not throw
PASS data.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL data.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS data.tabIndex: IDL set to -2147483648 followed by IDL get
FAIL data.value: typeof IDL attribute assert_equals: expected "string" but got "undefined"
FAIL data.value: IDL get with DOM attribute unset assert_equals: expected (string) "" but got (undefined) undefined
PASS data.value: setAttribute() to "" followed by getAttribute()
@@ -7565,9 +7565,9 @@ PASS time.tabIndex: setAttribute() to 0 followed by IDL get
PASS time.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS time.tabIndex: setAttribute() to 1 followed by IDL get
PASS time.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL time.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS time.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS time.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL time.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS time.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS time.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS time.tabIndex: setAttribute() to "-1" followed by IDL get
PASS time.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -7604,10 +7604,10 @@ PASS time.tabIndex: IDL set to 1 followed by getAttribute()
PASS time.tabIndex: IDL set to 1 followed by IDL get
PASS time.tabIndex: IDL set to 2147483647 should not throw
PASS time.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL time.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS time.tabIndex: IDL set to 2147483647 followed by IDL get
PASS time.tabIndex: IDL set to -2147483648 should not throw
PASS time.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL time.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS time.tabIndex: IDL set to -2147483648 followed by IDL get
FAIL time.dateTime: typeof IDL attribute assert_equals: expected "string" but got "undefined"
FAIL time.dateTime: IDL get with DOM attribute unset assert_equals: expected (string) "" but got (undefined) undefined
PASS time.dateTime: setAttribute() to "" followed by getAttribute()
@@ -8233,9 +8233,9 @@ PASS code.tabIndex: setAttribute() to 0 followed by IDL get
PASS code.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS code.tabIndex: setAttribute() to 1 followed by IDL get
PASS code.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL code.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS code.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS code.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL code.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS code.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS code.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS code.tabIndex: setAttribute() to "-1" followed by IDL get
PASS code.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -8272,10 +8272,10 @@ PASS code.tabIndex: IDL set to 1 followed by getAttribute()
PASS code.tabIndex: IDL set to 1 followed by IDL get
PASS code.tabIndex: IDL set to 2147483647 should not throw
PASS code.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL code.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS code.tabIndex: IDL set to 2147483647 followed by IDL get
PASS code.tabIndex: IDL set to -2147483648 should not throw
PASS code.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL code.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS code.tabIndex: IDL set to -2147483648 followed by IDL get
PASS var.title: typeof IDL attribute
PASS var.title: IDL get with DOM attribute unset
PASS var.title: setAttribute() to "" followed by getAttribute()
@@ -8824,9 +8824,9 @@ PASS var.tabIndex: setAttribute() to 0 followed by IDL get
PASS var.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS var.tabIndex: setAttribute() to 1 followed by IDL get
PASS var.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL var.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS var.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS var.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL var.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS var.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS var.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS var.tabIndex: setAttribute() to "-1" followed by IDL get
PASS var.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -8863,10 +8863,10 @@ PASS var.tabIndex: IDL set to 1 followed by getAttribute()
PASS var.tabIndex: IDL set to 1 followed by IDL get
PASS var.tabIndex: IDL set to 2147483647 should not throw
PASS var.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL var.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS var.tabIndex: IDL set to 2147483647 followed by IDL get
PASS var.tabIndex: IDL set to -2147483648 should not throw
PASS var.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL var.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS var.tabIndex: IDL set to -2147483648 followed by IDL get
PASS samp.title: typeof IDL attribute
PASS samp.title: IDL get with DOM attribute unset
PASS samp.title: setAttribute() to "" followed by getAttribute()
@@ -9415,9 +9415,9 @@ PASS samp.tabIndex: setAttribute() to 0 followed by IDL get
PASS samp.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS samp.tabIndex: setAttribute() to 1 followed by IDL get
PASS samp.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL samp.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS samp.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS samp.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL samp.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS samp.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS samp.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS samp.tabIndex: setAttribute() to "-1" followed by IDL get
PASS samp.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -9454,10 +9454,10 @@ PASS samp.tabIndex: IDL set to 1 followed by getAttribute()
PASS samp.tabIndex: IDL set to 1 followed by IDL get
PASS samp.tabIndex: IDL set to 2147483647 should not throw
PASS samp.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL samp.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS samp.tabIndex: IDL set to 2147483647 followed by IDL get
PASS samp.tabIndex: IDL set to -2147483648 should not throw
PASS samp.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL samp.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS samp.tabIndex: IDL set to -2147483648 followed by IDL get
PASS kbd.title: typeof IDL attribute
PASS kbd.title: IDL get with DOM attribute unset
PASS kbd.title: setAttribute() to "" followed by getAttribute()
@@ -10006,9 +10006,9 @@ PASS kbd.tabIndex: setAttribute() to 0 followed by IDL get
PASS kbd.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS kbd.tabIndex: setAttribute() to 1 followed by IDL get
PASS kbd.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL kbd.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS kbd.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS kbd.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL kbd.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS kbd.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS kbd.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS kbd.tabIndex: setAttribute() to "-1" followed by IDL get
PASS kbd.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -10045,10 +10045,10 @@ PASS kbd.tabIndex: IDL set to 1 followed by getAttribute()
PASS kbd.tabIndex: IDL set to 1 followed by IDL get
PASS kbd.tabIndex: IDL set to 2147483647 should not throw
PASS kbd.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL kbd.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS kbd.tabIndex: IDL set to 2147483647 followed by IDL get
PASS kbd.tabIndex: IDL set to -2147483648 should not throw
PASS kbd.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL kbd.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS kbd.tabIndex: IDL set to -2147483648 followed by IDL get
PASS sub.title: typeof IDL attribute
PASS sub.title: IDL get with DOM attribute unset
PASS sub.title: setAttribute() to "" followed by getAttribute()
@@ -10597,9 +10597,9 @@ PASS sub.tabIndex: setAttribute() to 0 followed by IDL get
PASS sub.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS sub.tabIndex: setAttribute() to 1 followed by IDL get
PASS sub.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL sub.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS sub.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS sub.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL sub.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS sub.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS sub.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS sub.tabIndex: setAttribute() to "-1" followed by IDL get
PASS sub.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -10636,10 +10636,10 @@ PASS sub.tabIndex: IDL set to 1 followed by getAttribute()
PASS sub.tabIndex: IDL set to 1 followed by IDL get
PASS sub.tabIndex: IDL set to 2147483647 should not throw
PASS sub.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL sub.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS sub.tabIndex: IDL set to 2147483647 followed by IDL get
PASS sub.tabIndex: IDL set to -2147483648 should not throw
PASS sub.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL sub.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS sub.tabIndex: IDL set to -2147483648 followed by IDL get
PASS sup.title: typeof IDL attribute
PASS sup.title: IDL get with DOM attribute unset
PASS sup.title: setAttribute() to "" followed by getAttribute()
@@ -11188,9 +11188,9 @@ PASS sup.tabIndex: setAttribute() to 0 followed by IDL get
PASS sup.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS sup.tabIndex: setAttribute() to 1 followed by IDL get
PASS sup.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL sup.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS sup.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS sup.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL sup.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS sup.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS sup.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS sup.tabIndex: setAttribute() to "-1" followed by IDL get
PASS sup.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -11227,10 +11227,10 @@ PASS sup.tabIndex: IDL set to 1 followed by getAttribute()
PASS sup.tabIndex: IDL set to 1 followed by IDL get
PASS sup.tabIndex: IDL set to 2147483647 should not throw
PASS sup.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL sup.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS sup.tabIndex: IDL set to 2147483647 followed by IDL get
PASS sup.tabIndex: IDL set to -2147483648 should not throw
PASS sup.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL sup.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS sup.tabIndex: IDL set to -2147483648 followed by IDL get
PASS i.title: typeof IDL attribute
PASS i.title: IDL get with DOM attribute unset
PASS i.title: setAttribute() to "" followed by getAttribute()
@@ -11779,9 +11779,9 @@ PASS i.tabIndex: setAttribute() to 0 followed by IDL get
PASS i.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS i.tabIndex: setAttribute() to 1 followed by IDL get
PASS i.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL i.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS i.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS i.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL i.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS i.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS i.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS i.tabIndex: setAttribute() to "-1" followed by IDL get
PASS i.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -11818,10 +11818,10 @@ PASS i.tabIndex: IDL set to 1 followed by getAttribute()
PASS i.tabIndex: IDL set to 1 followed by IDL get
PASS i.tabIndex: IDL set to 2147483647 should not throw
PASS i.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL i.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS i.tabIndex: IDL set to 2147483647 followed by IDL get
PASS i.tabIndex: IDL set to -2147483648 should not throw
PASS i.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL i.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS i.tabIndex: IDL set to -2147483648 followed by IDL get
PASS b.title: typeof IDL attribute
PASS b.title: IDL get with DOM attribute unset
PASS b.title: setAttribute() to "" followed by getAttribute()
@@ -12370,9 +12370,9 @@ PASS b.tabIndex: setAttribute() to 0 followed by IDL get
PASS b.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS b.tabIndex: setAttribute() to 1 followed by IDL get
PASS b.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL b.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS b.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS b.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL b.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS b.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS b.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS b.tabIndex: setAttribute() to "-1" followed by IDL get
PASS b.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -12409,10 +12409,10 @@ PASS b.tabIndex: IDL set to 1 followed by getAttribute()
PASS b.tabIndex: IDL set to 1 followed by IDL get
PASS b.tabIndex: IDL set to 2147483647 should not throw
PASS b.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL b.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS b.tabIndex: IDL set to 2147483647 followed by IDL get
PASS b.tabIndex: IDL set to -2147483648 should not throw
PASS b.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL b.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS b.tabIndex: IDL set to -2147483648 followed by IDL get
PASS u.title: typeof IDL attribute
PASS u.title: IDL get with DOM attribute unset
PASS u.title: setAttribute() to "" followed by getAttribute()
@@ -12961,9 +12961,9 @@ PASS u.tabIndex: setAttribute() to 0 followed by IDL get
PASS u.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS u.tabIndex: setAttribute() to 1 followed by IDL get
PASS u.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL u.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS u.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS u.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL u.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS u.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS u.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS u.tabIndex: setAttribute() to "-1" followed by IDL get
PASS u.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -13000,10 +13000,10 @@ PASS u.tabIndex: IDL set to 1 followed by getAttribute()
PASS u.tabIndex: IDL set to 1 followed by IDL get
PASS u.tabIndex: IDL set to 2147483647 should not throw
PASS u.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL u.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS u.tabIndex: IDL set to 2147483647 followed by IDL get
PASS u.tabIndex: IDL set to -2147483648 should not throw
PASS u.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL u.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS u.tabIndex: IDL set to -2147483648 followed by IDL get
PASS mark.title: typeof IDL attribute
PASS mark.title: IDL get with DOM attribute unset
PASS mark.title: setAttribute() to "" followed by getAttribute()
@@ -13552,9 +13552,9 @@ PASS mark.tabIndex: setAttribute() to 0 followed by IDL get
PASS mark.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS mark.tabIndex: setAttribute() to 1 followed by IDL get
PASS mark.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL mark.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS mark.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS mark.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL mark.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS mark.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS mark.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS mark.tabIndex: setAttribute() to "-1" followed by IDL get
PASS mark.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -13591,10 +13591,10 @@ PASS mark.tabIndex: IDL set to 1 followed by getAttribute()
PASS mark.tabIndex: IDL set to 1 followed by IDL get
PASS mark.tabIndex: IDL set to 2147483647 should not throw
PASS mark.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL mark.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS mark.tabIndex: IDL set to 2147483647 followed by IDL get
PASS mark.tabIndex: IDL set to -2147483648 should not throw
PASS mark.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL mark.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS mark.tabIndex: IDL set to -2147483648 followed by IDL get
PASS ruby.title: typeof IDL attribute
PASS ruby.title: IDL get with DOM attribute unset
PASS ruby.title: setAttribute() to "" followed by getAttribute()
@@ -14143,9 +14143,9 @@ PASS ruby.tabIndex: setAttribute() to 0 followed by IDL get
PASS ruby.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS ruby.tabIndex: setAttribute() to 1 followed by IDL get
PASS ruby.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL ruby.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS ruby.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS ruby.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL ruby.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS ruby.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS ruby.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS ruby.tabIndex: setAttribute() to "-1" followed by IDL get
PASS ruby.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -14182,10 +14182,10 @@ PASS ruby.tabIndex: IDL set to 1 followed by getAttribute()
PASS ruby.tabIndex: IDL set to 1 followed by IDL get
PASS ruby.tabIndex: IDL set to 2147483647 should not throw
PASS ruby.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL ruby.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS ruby.tabIndex: IDL set to 2147483647 followed by IDL get
PASS ruby.tabIndex: IDL set to -2147483648 should not throw
PASS ruby.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL ruby.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS ruby.tabIndex: IDL set to -2147483648 followed by IDL get
PASS rt.title: typeof IDL attribute
PASS rt.title: IDL get with DOM attribute unset
PASS rt.title: setAttribute() to "" followed by getAttribute()
@@ -14734,9 +14734,9 @@ PASS rt.tabIndex: setAttribute() to 0 followed by IDL get
PASS rt.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS rt.tabIndex: setAttribute() to 1 followed by IDL get
PASS rt.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL rt.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS rt.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS rt.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL rt.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS rt.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS rt.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS rt.tabIndex: setAttribute() to "-1" followed by IDL get
PASS rt.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -14773,10 +14773,10 @@ PASS rt.tabIndex: IDL set to 1 followed by getAttribute()
PASS rt.tabIndex: IDL set to 1 followed by IDL get
PASS rt.tabIndex: IDL set to 2147483647 should not throw
PASS rt.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL rt.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS rt.tabIndex: IDL set to 2147483647 followed by IDL get
PASS rt.tabIndex: IDL set to -2147483648 should not throw
PASS rt.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL rt.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS rt.tabIndex: IDL set to -2147483648 followed by IDL get
PASS rp.title: typeof IDL attribute
PASS rp.title: IDL get with DOM attribute unset
PASS rp.title: setAttribute() to "" followed by getAttribute()
@@ -15325,9 +15325,9 @@ PASS rp.tabIndex: setAttribute() to 0 followed by IDL get
PASS rp.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS rp.tabIndex: setAttribute() to 1 followed by IDL get
PASS rp.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL rp.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS rp.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS rp.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL rp.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS rp.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS rp.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS rp.tabIndex: setAttribute() to "-1" followed by IDL get
PASS rp.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -15364,10 +15364,10 @@ PASS rp.tabIndex: IDL set to 1 followed by getAttribute()
PASS rp.tabIndex: IDL set to 1 followed by IDL get
PASS rp.tabIndex: IDL set to 2147483647 should not throw
PASS rp.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL rp.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS rp.tabIndex: IDL set to 2147483647 followed by IDL get
PASS rp.tabIndex: IDL set to -2147483648 should not throw
PASS rp.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL rp.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS rp.tabIndex: IDL set to -2147483648 followed by IDL get
PASS bdi.title: typeof IDL attribute
PASS bdi.title: IDL get with DOM attribute unset
PASS bdi.title: setAttribute() to "" followed by getAttribute()
@@ -15916,9 +15916,9 @@ PASS bdi.tabIndex: setAttribute() to 0 followed by IDL get
PASS bdi.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS bdi.tabIndex: setAttribute() to 1 followed by IDL get
PASS bdi.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL bdi.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS bdi.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS bdi.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL bdi.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS bdi.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS bdi.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS bdi.tabIndex: setAttribute() to "-1" followed by IDL get
PASS bdi.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -15955,10 +15955,10 @@ PASS bdi.tabIndex: IDL set to 1 followed by getAttribute()
PASS bdi.tabIndex: IDL set to 1 followed by IDL get
PASS bdi.tabIndex: IDL set to 2147483647 should not throw
PASS bdi.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL bdi.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS bdi.tabIndex: IDL set to 2147483647 followed by IDL get
PASS bdi.tabIndex: IDL set to -2147483648 should not throw
PASS bdi.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL bdi.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS bdi.tabIndex: IDL set to -2147483648 followed by IDL get
PASS bdo.title: typeof IDL attribute
PASS bdo.title: IDL get with DOM attribute unset
PASS bdo.title: setAttribute() to "" followed by getAttribute()
@@ -16507,9 +16507,9 @@ PASS bdo.tabIndex: setAttribute() to 0 followed by IDL get
PASS bdo.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS bdo.tabIndex: setAttribute() to 1 followed by IDL get
PASS bdo.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL bdo.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS bdo.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS bdo.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL bdo.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS bdo.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS bdo.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS bdo.tabIndex: setAttribute() to "-1" followed by IDL get
PASS bdo.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -16546,10 +16546,10 @@ PASS bdo.tabIndex: IDL set to 1 followed by getAttribute()
PASS bdo.tabIndex: IDL set to 1 followed by IDL get
PASS bdo.tabIndex: IDL set to 2147483647 should not throw
PASS bdo.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL bdo.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS bdo.tabIndex: IDL set to 2147483647 followed by IDL get
PASS bdo.tabIndex: IDL set to -2147483648 should not throw
PASS bdo.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL bdo.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS bdo.tabIndex: IDL set to -2147483648 followed by IDL get
PASS span.title: typeof IDL attribute
PASS span.title: IDL get with DOM attribute unset
PASS span.title: setAttribute() to "" followed by getAttribute()
@@ -17098,9 +17098,9 @@ PASS span.tabIndex: setAttribute() to 0 followed by IDL get
PASS span.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS span.tabIndex: setAttribute() to 1 followed by IDL get
PASS span.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL span.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS span.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS span.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL span.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS span.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS span.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS span.tabIndex: setAttribute() to "-1" followed by IDL get
PASS span.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -17137,10 +17137,10 @@ PASS span.tabIndex: IDL set to 1 followed by getAttribute()
PASS span.tabIndex: IDL set to 1 followed by IDL get
PASS span.tabIndex: IDL set to 2147483647 should not throw
PASS span.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL span.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS span.tabIndex: IDL set to 2147483647 followed by IDL get
PASS span.tabIndex: IDL set to -2147483648 should not throw
PASS span.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL span.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS span.tabIndex: IDL set to -2147483648 followed by IDL get
PASS br.title: typeof IDL attribute
PASS br.title: IDL get with DOM attribute unset
PASS br.title: setAttribute() to "" followed by getAttribute()
@@ -17689,9 +17689,9 @@ PASS br.tabIndex: setAttribute() to 0 followed by IDL get
PASS br.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS br.tabIndex: setAttribute() to 1 followed by IDL get
PASS br.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL br.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS br.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS br.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL br.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS br.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS br.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS br.tabIndex: setAttribute() to "-1" followed by IDL get
PASS br.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -17728,10 +17728,10 @@ PASS br.tabIndex: IDL set to 1 followed by getAttribute()
PASS br.tabIndex: IDL set to 1 followed by IDL get
PASS br.tabIndex: IDL set to 2147483647 should not throw
PASS br.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL br.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS br.tabIndex: IDL set to 2147483647 followed by IDL get
PASS br.tabIndex: IDL set to -2147483648 should not throw
PASS br.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL br.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS br.tabIndex: IDL set to -2147483648 followed by IDL get
PASS br.clear: typeof IDL attribute
PASS br.clear: IDL get with DOM attribute unset
PASS br.clear: setAttribute() to "" followed by getAttribute()
@@ -18357,9 +18357,9 @@ PASS wbr.tabIndex: setAttribute() to 0 followed by IDL get
PASS wbr.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS wbr.tabIndex: setAttribute() to 1 followed by IDL get
PASS wbr.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL wbr.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS wbr.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS wbr.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL wbr.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS wbr.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS wbr.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS wbr.tabIndex: setAttribute() to "-1" followed by IDL get
PASS wbr.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -18396,9 +18396,9 @@ PASS wbr.tabIndex: IDL set to 1 followed by getAttribute()
PASS wbr.tabIndex: IDL set to 1 followed by IDL get
PASS wbr.tabIndex: IDL set to 2147483647 should not throw
PASS wbr.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL wbr.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS wbr.tabIndex: IDL set to 2147483647 followed by IDL get
PASS wbr.tabIndex: IDL set to -2147483648 should not throw
PASS wbr.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL wbr.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS wbr.tabIndex: IDL set to -2147483648 followed by IDL get
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698