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

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

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:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-grouping-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-grouping-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-grouping-expected.txt
index ab1c0755e032c8fab1fa5a79fe3c87540860f29d..6be6e6e75959fd19d168b1b05009dc3385ca3105 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-grouping-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-grouping-expected.txt
@@ -547,9 +547,9 @@ PASS p.tabIndex: setAttribute() to 0 followed by IDL get
PASS p.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS p.tabIndex: setAttribute() to 1 followed by IDL get
PASS p.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL p.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS p.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS p.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL p.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS p.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS p.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS p.tabIndex: setAttribute() to "-1" followed by IDL get
PASS p.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -586,10 +586,10 @@ PASS p.tabIndex: IDL set to 1 followed by getAttribute()
PASS p.tabIndex: IDL set to 1 followed by IDL get
PASS p.tabIndex: IDL set to 2147483647 should not throw
PASS p.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL p.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS p.tabIndex: IDL set to 2147483647 followed by IDL get
PASS p.tabIndex: IDL set to -2147483648 should not throw
PASS p.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL p.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS p.tabIndex: IDL set to -2147483648 followed by IDL get
PASS p.align: typeof IDL attribute
PASS p.align: IDL get with DOM attribute unset
PASS p.align: setAttribute() to "" followed by getAttribute()
@@ -1215,9 +1215,9 @@ PASS hr.tabIndex: setAttribute() to 0 followed by IDL get
PASS hr.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS hr.tabIndex: setAttribute() to 1 followed by IDL get
PASS hr.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL hr.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS hr.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS hr.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL hr.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS hr.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS hr.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS hr.tabIndex: setAttribute() to "-1" followed by IDL get
PASS hr.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -1254,10 +1254,10 @@ PASS hr.tabIndex: IDL set to 1 followed by getAttribute()
PASS hr.tabIndex: IDL set to 1 followed by IDL get
PASS hr.tabIndex: IDL set to 2147483647 should not throw
PASS hr.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL hr.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS hr.tabIndex: IDL set to 2147483647 followed by IDL get
PASS hr.tabIndex: IDL set to -2147483648 should not throw
PASS hr.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL hr.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS hr.tabIndex: IDL set to -2147483648 followed by IDL get
PASS hr.align: typeof IDL attribute
PASS hr.align: IDL get with DOM attribute unset
PASS hr.align: setAttribute() to "" followed by getAttribute()
@@ -2193,9 +2193,9 @@ PASS pre.tabIndex: setAttribute() to 0 followed by IDL get
PASS pre.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS pre.tabIndex: setAttribute() to 1 followed by IDL get
PASS pre.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL pre.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS pre.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS pre.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL pre.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS pre.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS pre.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS pre.tabIndex: setAttribute() to "-1" followed by IDL get
PASS pre.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -2232,10 +2232,10 @@ PASS pre.tabIndex: IDL set to 1 followed by getAttribute()
PASS pre.tabIndex: IDL set to 1 followed by IDL get
PASS pre.tabIndex: IDL set to 2147483647 should not throw
PASS pre.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL pre.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS pre.tabIndex: IDL set to 2147483647 followed by IDL get
PASS pre.tabIndex: IDL set to -2147483648 should not throw
PASS pre.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL pre.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS pre.tabIndex: IDL set to -2147483648 followed by IDL get
PASS pre.width: typeof IDL attribute
PASS pre.width: IDL get with DOM attribute unset
PASS pre.width: setAttribute() to -36 followed by getAttribute()
@@ -2908,9 +2908,9 @@ PASS blockquote.tabIndex: setAttribute() to 0 followed by IDL get
PASS blockquote.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS blockquote.tabIndex: setAttribute() to 1 followed by IDL get
PASS blockquote.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL blockquote.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS blockquote.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS blockquote.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL blockquote.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS blockquote.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS blockquote.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS blockquote.tabIndex: setAttribute() to "-1" followed by IDL get
PASS blockquote.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -2947,10 +2947,10 @@ PASS blockquote.tabIndex: IDL set to 1 followed by getAttribute()
PASS blockquote.tabIndex: IDL set to 1 followed by IDL get
PASS blockquote.tabIndex: IDL set to 2147483647 should not throw
PASS blockquote.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL blockquote.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS blockquote.tabIndex: IDL set to 2147483647 followed by IDL get
PASS blockquote.tabIndex: IDL set to -2147483648 should not throw
PASS blockquote.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL blockquote.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS blockquote.tabIndex: IDL set to -2147483648 followed by IDL get
PASS blockquote.cite: typeof IDL attribute
PASS blockquote.cite: IDL get with DOM attribute unset
PASS blockquote.cite: setAttribute() to "" followed by getAttribute()
@@ -3591,9 +3591,9 @@ PASS ol.tabIndex: setAttribute() to 0 followed by IDL get
PASS ol.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS ol.tabIndex: setAttribute() to 1 followed by IDL get
PASS ol.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL ol.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS ol.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS ol.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL ol.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS ol.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS ol.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS ol.tabIndex: setAttribute() to "-1" followed by IDL get
PASS ol.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -3630,10 +3630,10 @@ PASS ol.tabIndex: IDL set to 1 followed by getAttribute()
PASS ol.tabIndex: IDL set to 1 followed by IDL get
PASS ol.tabIndex: IDL set to 2147483647 should not throw
PASS ol.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL ol.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS ol.tabIndex: IDL set to 2147483647 followed by IDL get
PASS ol.tabIndex: IDL set to -2147483648 should not throw
PASS ol.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL ol.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS ol.tabIndex: IDL set to -2147483648 followed by IDL get
PASS ol.reversed: typeof IDL attribute
PASS ol.reversed: IDL get with DOM attribute unset
PASS ol.reversed: setAttribute() to "" followed by getAttribute()
@@ -4541,9 +4541,9 @@ PASS ul.tabIndex: setAttribute() to 0 followed by IDL get
PASS ul.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS ul.tabIndex: setAttribute() to 1 followed by IDL get
PASS ul.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL ul.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS ul.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS ul.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL ul.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS ul.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS ul.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS ul.tabIndex: setAttribute() to "-1" followed by IDL get
PASS ul.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -4580,10 +4580,10 @@ PASS ul.tabIndex: IDL set to 1 followed by getAttribute()
PASS ul.tabIndex: IDL set to 1 followed by IDL get
PASS ul.tabIndex: IDL set to 2147483647 should not throw
PASS ul.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL ul.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS ul.tabIndex: IDL set to 2147483647 followed by IDL get
PASS ul.tabIndex: IDL set to -2147483648 should not throw
PASS ul.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL ul.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS ul.tabIndex: IDL set to -2147483648 followed by IDL get
PASS ul.compact: typeof IDL attribute
PASS ul.compact: IDL get with DOM attribute unset
PASS ul.compact: setAttribute() to "" followed by getAttribute()
@@ -5288,9 +5288,9 @@ PASS li.tabIndex: setAttribute() to 0 followed by IDL get
PASS li.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS li.tabIndex: setAttribute() to 1 followed by IDL get
PASS li.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL li.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS li.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS li.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL li.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS li.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS li.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS li.tabIndex: setAttribute() to "-1" followed by IDL get
PASS li.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -5327,10 +5327,10 @@ PASS li.tabIndex: IDL set to 1 followed by getAttribute()
PASS li.tabIndex: IDL set to 1 followed by IDL get
PASS li.tabIndex: IDL set to 2147483647 should not throw
PASS li.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL li.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS li.tabIndex: IDL set to 2147483647 followed by IDL get
PASS li.tabIndex: IDL set to -2147483648 should not throw
PASS li.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL li.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS li.tabIndex: IDL set to -2147483648 followed by IDL get
PASS li.value: typeof IDL attribute
PASS li.value: IDL get with DOM attribute unset
PASS li.value: setAttribute() to -36 followed by getAttribute()
@@ -6080,9 +6080,9 @@ PASS dl.tabIndex: setAttribute() to 0 followed by IDL get
PASS dl.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS dl.tabIndex: setAttribute() to 1 followed by IDL get
PASS dl.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL dl.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS dl.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS dl.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL dl.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS dl.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS dl.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS dl.tabIndex: setAttribute() to "-1" followed by IDL get
PASS dl.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -6119,10 +6119,10 @@ PASS dl.tabIndex: IDL set to 1 followed by getAttribute()
PASS dl.tabIndex: IDL set to 1 followed by IDL get
PASS dl.tabIndex: IDL set to 2147483647 should not throw
PASS dl.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL dl.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS dl.tabIndex: IDL set to 2147483647 followed by IDL get
PASS dl.tabIndex: IDL set to -2147483648 should not throw
PASS dl.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL dl.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS dl.tabIndex: IDL set to -2147483648 followed by IDL get
PASS dl.compact: typeof IDL attribute
PASS dl.compact: IDL get with DOM attribute unset
PASS dl.compact: setAttribute() to "" followed by getAttribute()
@@ -6750,9 +6750,9 @@ PASS dt.tabIndex: setAttribute() to 0 followed by IDL get
PASS dt.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS dt.tabIndex: setAttribute() to 1 followed by IDL get
PASS dt.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL dt.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS dt.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS dt.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL dt.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS dt.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS dt.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS dt.tabIndex: setAttribute() to "-1" followed by IDL get
PASS dt.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -6789,10 +6789,10 @@ PASS dt.tabIndex: IDL set to 1 followed by getAttribute()
PASS dt.tabIndex: IDL set to 1 followed by IDL get
PASS dt.tabIndex: IDL set to 2147483647 should not throw
PASS dt.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL dt.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS dt.tabIndex: IDL set to 2147483647 followed by IDL get
PASS dt.tabIndex: IDL set to -2147483648 should not throw
PASS dt.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL dt.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS dt.tabIndex: IDL set to -2147483648 followed by IDL get
PASS dd.title: typeof IDL attribute
PASS dd.title: IDL get with DOM attribute unset
PASS dd.title: setAttribute() to "" followed by getAttribute()
@@ -7341,9 +7341,9 @@ PASS dd.tabIndex: setAttribute() to 0 followed by IDL get
PASS dd.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS dd.tabIndex: setAttribute() to 1 followed by IDL get
PASS dd.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL dd.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS dd.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS dd.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL dd.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS dd.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS dd.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS dd.tabIndex: setAttribute() to "-1" followed by IDL get
PASS dd.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -7380,10 +7380,10 @@ PASS dd.tabIndex: IDL set to 1 followed by getAttribute()
PASS dd.tabIndex: IDL set to 1 followed by IDL get
PASS dd.tabIndex: IDL set to 2147483647 should not throw
PASS dd.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL dd.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS dd.tabIndex: IDL set to 2147483647 followed by IDL get
PASS dd.tabIndex: IDL set to -2147483648 should not throw
PASS dd.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL dd.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS dd.tabIndex: IDL set to -2147483648 followed by IDL get
PASS figure.title: typeof IDL attribute
PASS figure.title: IDL get with DOM attribute unset
PASS figure.title: setAttribute() to "" followed by getAttribute()
@@ -7932,9 +7932,9 @@ PASS figure.tabIndex: setAttribute() to 0 followed by IDL get
PASS figure.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS figure.tabIndex: setAttribute() to 1 followed by IDL get
PASS figure.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL figure.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS figure.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS figure.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL figure.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS figure.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS figure.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS figure.tabIndex: setAttribute() to "-1" followed by IDL get
PASS figure.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -7971,10 +7971,10 @@ PASS figure.tabIndex: IDL set to 1 followed by getAttribute()
PASS figure.tabIndex: IDL set to 1 followed by IDL get
PASS figure.tabIndex: IDL set to 2147483647 should not throw
PASS figure.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL figure.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS figure.tabIndex: IDL set to 2147483647 followed by IDL get
PASS figure.tabIndex: IDL set to -2147483648 should not throw
PASS figure.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL figure.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS figure.tabIndex: IDL set to -2147483648 followed by IDL get
PASS figcaption.title: typeof IDL attribute
PASS figcaption.title: IDL get with DOM attribute unset
PASS figcaption.title: setAttribute() to "" followed by getAttribute()
@@ -8523,9 +8523,9 @@ PASS figcaption.tabIndex: setAttribute() to 0 followed by IDL get
PASS figcaption.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS figcaption.tabIndex: setAttribute() to 1 followed by IDL get
PASS figcaption.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL figcaption.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS figcaption.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS figcaption.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL figcaption.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS figcaption.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS figcaption.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS figcaption.tabIndex: setAttribute() to "-1" followed by IDL get
PASS figcaption.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -8562,10 +8562,10 @@ PASS figcaption.tabIndex: IDL set to 1 followed by getAttribute()
PASS figcaption.tabIndex: IDL set to 1 followed by IDL get
PASS figcaption.tabIndex: IDL set to 2147483647 should not throw
PASS figcaption.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL figcaption.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS figcaption.tabIndex: IDL set to 2147483647 followed by IDL get
PASS figcaption.tabIndex: IDL set to -2147483648 should not throw
PASS figcaption.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL figcaption.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS figcaption.tabIndex: IDL set to -2147483648 followed by IDL get
PASS main.title: typeof IDL attribute
PASS main.title: IDL get with DOM attribute unset
PASS main.title: setAttribute() to "" followed by getAttribute()
@@ -9114,9 +9114,9 @@ PASS main.tabIndex: setAttribute() to 0 followed by IDL get
PASS main.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS main.tabIndex: setAttribute() to 1 followed by IDL get
PASS main.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL main.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS main.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS main.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL main.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS main.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS main.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS main.tabIndex: setAttribute() to "-1" followed by IDL get
PASS main.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -9153,10 +9153,10 @@ PASS main.tabIndex: IDL set to 1 followed by getAttribute()
PASS main.tabIndex: IDL set to 1 followed by IDL get
PASS main.tabIndex: IDL set to 2147483647 should not throw
PASS main.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL main.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS main.tabIndex: IDL set to 2147483647 followed by IDL get
PASS main.tabIndex: IDL set to -2147483648 should not throw
PASS main.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL main.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS main.tabIndex: IDL set to -2147483648 followed by IDL get
PASS div.title: typeof IDL attribute
PASS div.title: IDL get with DOM attribute unset
PASS div.title: setAttribute() to "" followed by getAttribute()
@@ -9705,9 +9705,9 @@ PASS div.tabIndex: setAttribute() to 0 followed by IDL get
PASS div.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS div.tabIndex: setAttribute() to 1 followed by IDL get
PASS div.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL div.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS div.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS div.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL div.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS div.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS div.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS div.tabIndex: setAttribute() to "-1" followed by IDL get
PASS div.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -9744,10 +9744,10 @@ PASS div.tabIndex: IDL set to 1 followed by getAttribute()
PASS div.tabIndex: IDL set to 1 followed by IDL get
PASS div.tabIndex: IDL set to 2147483647 should not throw
PASS div.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL div.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS div.tabIndex: IDL set to 2147483647 followed by IDL get
PASS div.tabIndex: IDL set to -2147483648 should not throw
PASS div.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL div.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS div.tabIndex: IDL set to -2147483648 followed by IDL get
PASS div.align: typeof IDL attribute
PASS div.align: IDL get with DOM attribute unset
PASS div.align: setAttribute() to "" followed by getAttribute()

Powered by Google App Engine
This is Rietveld 408576698