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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-tabular-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-tabular-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-tabular-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-tabular-expected.txt
index 57da1393139810fadae8968149cdb930b553a97b..eae84bc62b2cbf6e98543f7c4df1cb4005b70d67 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-tabular-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-tabular-expected.txt
@@ -547,9 +547,9 @@ PASS table.tabIndex: setAttribute() to 0 followed by IDL get
PASS table.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS table.tabIndex: setAttribute() to 1 followed by IDL get
PASS table.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL table.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS table.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS table.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL table.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS table.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS table.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS table.tabIndex: setAttribute() to "-1" followed by IDL get
PASS table.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -586,10 +586,10 @@ PASS table.tabIndex: IDL set to 1 followed by getAttribute()
PASS table.tabIndex: IDL set to 1 followed by IDL get
PASS table.tabIndex: IDL set to 2147483647 should not throw
PASS table.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL table.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS table.tabIndex: IDL set to 2147483647 followed by IDL get
PASS table.tabIndex: IDL set to -2147483648 should not throw
PASS table.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL table.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS table.tabIndex: IDL set to -2147483648 followed by IDL get
PASS table.align: typeof IDL attribute
PASS table.align: IDL get with DOM attribute unset
PASS table.align: setAttribute() to "" followed by getAttribute()
@@ -1831,9 +1831,9 @@ PASS caption.tabIndex: setAttribute() to 0 followed by IDL get
PASS caption.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS caption.tabIndex: setAttribute() to 1 followed by IDL get
PASS caption.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL caption.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS caption.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS caption.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL caption.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS caption.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS caption.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS caption.tabIndex: setAttribute() to "-1" followed by IDL get
PASS caption.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -1870,10 +1870,10 @@ PASS caption.tabIndex: IDL set to 1 followed by getAttribute()
PASS caption.tabIndex: IDL set to 1 followed by IDL get
PASS caption.tabIndex: IDL set to 2147483647 should not throw
PASS caption.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL caption.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS caption.tabIndex: IDL set to 2147483647 followed by IDL get
PASS caption.tabIndex: IDL set to -2147483648 should not throw
PASS caption.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL caption.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS caption.tabIndex: IDL set to -2147483648 followed by IDL get
PASS caption.align: typeof IDL attribute
PASS caption.align: IDL get with DOM attribute unset
PASS caption.align: setAttribute() to "" followed by getAttribute()
@@ -2499,9 +2499,9 @@ PASS colgroup.tabIndex: setAttribute() to 0 followed by IDL get
PASS colgroup.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS colgroup.tabIndex: setAttribute() to 1 followed by IDL get
PASS colgroup.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL colgroup.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS colgroup.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS colgroup.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL colgroup.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS colgroup.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS colgroup.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS colgroup.tabIndex: setAttribute() to "-1" followed by IDL get
PASS colgroup.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -2538,10 +2538,10 @@ PASS colgroup.tabIndex: IDL set to 1 followed by getAttribute()
PASS colgroup.tabIndex: IDL set to 1 followed by IDL get
PASS colgroup.tabIndex: IDL set to 2147483647 should not throw
PASS colgroup.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL colgroup.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS colgroup.tabIndex: IDL set to 2147483647 followed by IDL get
PASS colgroup.tabIndex: IDL set to -2147483648 should not throw
PASS colgroup.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL colgroup.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS colgroup.tabIndex: IDL set to -2147483648 followed by IDL get
PASS colgroup.span: typeof IDL attribute
PASS colgroup.span: IDL get with DOM attribute unset
PASS colgroup.span: setAttribute() to -2147483649 followed by getAttribute()
@@ -3596,9 +3596,9 @@ PASS col.tabIndex: setAttribute() to 0 followed by IDL get
PASS col.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS col.tabIndex: setAttribute() to 1 followed by IDL get
PASS col.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL col.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS col.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS col.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL col.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS col.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS col.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS col.tabIndex: setAttribute() to "-1" followed by IDL get
PASS col.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -3635,10 +3635,10 @@ PASS col.tabIndex: IDL set to 1 followed by getAttribute()
PASS col.tabIndex: IDL set to 1 followed by IDL get
PASS col.tabIndex: IDL set to 2147483647 should not throw
PASS col.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL col.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS col.tabIndex: IDL set to 2147483647 followed by IDL get
PASS col.tabIndex: IDL set to -2147483648 should not throw
PASS col.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL col.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS col.tabIndex: IDL set to -2147483648 followed by IDL get
PASS col.span: typeof IDL attribute
PASS col.span: IDL get with DOM attribute unset
PASS col.span: setAttribute() to -2147483649 followed by getAttribute()
@@ -4693,9 +4693,9 @@ PASS tbody.tabIndex: setAttribute() to 0 followed by IDL get
PASS tbody.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS tbody.tabIndex: setAttribute() to 1 followed by IDL get
PASS tbody.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL tbody.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS tbody.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS tbody.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL tbody.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS tbody.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS tbody.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS tbody.tabIndex: setAttribute() to "-1" followed by IDL get
PASS tbody.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -4732,10 +4732,10 @@ PASS tbody.tabIndex: IDL set to 1 followed by getAttribute()
PASS tbody.tabIndex: IDL set to 1 followed by IDL get
PASS tbody.tabIndex: IDL set to 2147483647 should not throw
PASS tbody.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL tbody.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS tbody.tabIndex: IDL set to 2147483647 followed by IDL get
PASS tbody.tabIndex: IDL set to -2147483648 should not throw
PASS tbody.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL tbody.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS tbody.tabIndex: IDL set to -2147483648 followed by IDL get
PASS tbody.align: typeof IDL attribute
PASS tbody.align: IDL get with DOM attribute unset
PASS tbody.align: setAttribute() to "" followed by getAttribute()
@@ -5592,9 +5592,9 @@ PASS thead.tabIndex: setAttribute() to 0 followed by IDL get
PASS thead.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS thead.tabIndex: setAttribute() to 1 followed by IDL get
PASS thead.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL thead.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS thead.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS thead.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL thead.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS thead.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS thead.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS thead.tabIndex: setAttribute() to "-1" followed by IDL get
PASS thead.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -5631,10 +5631,10 @@ PASS thead.tabIndex: IDL set to 1 followed by getAttribute()
PASS thead.tabIndex: IDL set to 1 followed by IDL get
PASS thead.tabIndex: IDL set to 2147483647 should not throw
PASS thead.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL thead.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS thead.tabIndex: IDL set to 2147483647 followed by IDL get
PASS thead.tabIndex: IDL set to -2147483648 should not throw
PASS thead.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL thead.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS thead.tabIndex: IDL set to -2147483648 followed by IDL get
PASS thead.align: typeof IDL attribute
PASS thead.align: IDL get with DOM attribute unset
PASS thead.align: setAttribute() to "" followed by getAttribute()
@@ -6491,9 +6491,9 @@ PASS tfoot.tabIndex: setAttribute() to 0 followed by IDL get
PASS tfoot.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS tfoot.tabIndex: setAttribute() to 1 followed by IDL get
PASS tfoot.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL tfoot.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS tfoot.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS tfoot.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL tfoot.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS tfoot.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS tfoot.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS tfoot.tabIndex: setAttribute() to "-1" followed by IDL get
PASS tfoot.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -6530,10 +6530,10 @@ PASS tfoot.tabIndex: IDL set to 1 followed by getAttribute()
PASS tfoot.tabIndex: IDL set to 1 followed by IDL get
PASS tfoot.tabIndex: IDL set to 2147483647 should not throw
PASS tfoot.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL tfoot.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS tfoot.tabIndex: IDL set to 2147483647 followed by IDL get
PASS tfoot.tabIndex: IDL set to -2147483648 should not throw
PASS tfoot.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL tfoot.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS tfoot.tabIndex: IDL set to -2147483648 followed by IDL get
PASS tfoot.align: typeof IDL attribute
PASS tfoot.align: IDL get with DOM attribute unset
PASS tfoot.align: setAttribute() to "" followed by getAttribute()
@@ -7390,9 +7390,9 @@ PASS tr.tabIndex: setAttribute() to 0 followed by IDL get
PASS tr.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS tr.tabIndex: setAttribute() to 1 followed by IDL get
PASS tr.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL tr.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS tr.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS tr.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL tr.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS tr.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS tr.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS tr.tabIndex: setAttribute() to "-1" followed by IDL get
PASS tr.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -7429,10 +7429,10 @@ PASS tr.tabIndex: IDL set to 1 followed by getAttribute()
PASS tr.tabIndex: IDL set to 1 followed by IDL get
PASS tr.tabIndex: IDL set to 2147483647 should not throw
PASS tr.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL tr.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS tr.tabIndex: IDL set to 2147483647 followed by IDL get
PASS tr.tabIndex: IDL set to -2147483648 should not throw
PASS tr.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL tr.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS tr.tabIndex: IDL set to -2147483648 followed by IDL get
PASS tr.align: typeof IDL attribute
PASS tr.align: IDL get with DOM attribute unset
PASS tr.align: setAttribute() to "" followed by getAttribute()
@@ -8366,9 +8366,9 @@ PASS td.tabIndex: setAttribute() to 0 followed by IDL get
PASS td.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS td.tabIndex: setAttribute() to 1 followed by IDL get
PASS td.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL td.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS td.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS td.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL td.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS td.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS td.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS td.tabIndex: setAttribute() to "-1" followed by IDL get
PASS td.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -8405,10 +8405,10 @@ PASS td.tabIndex: IDL set to 1 followed by getAttribute()
PASS td.tabIndex: IDL set to 1 followed by IDL get
PASS td.tabIndex: IDL set to 2147483647 should not throw
PASS td.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL td.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS td.tabIndex: IDL set to 2147483647 followed by IDL get
PASS td.tabIndex: IDL set to -2147483648 should not throw
PASS td.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL td.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS td.tabIndex: IDL set to -2147483648 followed by IDL get
PASS td.colSpan: typeof IDL attribute
PASS td.colSpan: IDL get with DOM attribute unset
PASS td.colSpan: setAttribute() to -2147483649 followed by getAttribute()
@@ -10163,9 +10163,9 @@ PASS th.tabIndex: setAttribute() to 0 followed by IDL get
PASS th.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS th.tabIndex: setAttribute() to 1 followed by IDL get
PASS th.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL th.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS th.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS th.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL th.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS th.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS th.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS th.tabIndex: setAttribute() to "-1" followed by IDL get
PASS th.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -10202,10 +10202,10 @@ PASS th.tabIndex: IDL set to 1 followed by getAttribute()
PASS th.tabIndex: IDL set to 1 followed by IDL get
PASS th.tabIndex: IDL set to 2147483647 should not throw
PASS th.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL th.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS th.tabIndex: IDL set to 2147483647 followed by IDL get
PASS th.tabIndex: IDL set to -2147483648 should not throw
PASS th.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL th.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS th.tabIndex: IDL set to -2147483648 followed by IDL get
PASS th.colSpan: typeof IDL attribute
PASS th.colSpan: IDL get with DOM attribute unset
PASS th.colSpan: setAttribute() to -2147483649 followed by getAttribute()

Powered by Google App Engine
This is Rietveld 408576698