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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-obsolete-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-obsolete-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-obsolete-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-obsolete-expected.txt
index 9ed27e43ec5e64172fcd945b1e014a0b46f92dc5..19b9c0b0ea1959a2e919d3beb771a7fa6ba2359c 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-obsolete-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-obsolete-expected.txt
@@ -547,9 +547,9 @@ PASS applet.tabIndex: setAttribute() to 0 followed by IDL get
PASS applet.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS applet.tabIndex: setAttribute() to 1 followed by IDL get
PASS applet.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL applet.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS applet.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS applet.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL applet.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS applet.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS applet.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS applet.tabIndex: setAttribute() to "-1" followed by IDL get
PASS applet.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -586,10 +586,10 @@ PASS applet.tabIndex: IDL set to 1 followed by getAttribute()
PASS applet.tabIndex: IDL set to 1 followed by IDL get
PASS applet.tabIndex: IDL set to 2147483647 should not throw
PASS applet.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL applet.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS applet.tabIndex: IDL set to 2147483647 followed by IDL get
PASS applet.tabIndex: IDL set to -2147483648 should not throw
PASS applet.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL applet.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS applet.tabIndex: IDL set to -2147483648 followed by IDL get
FAIL applet.align: typeof IDL attribute assert_equals: expected "string" but got "undefined"
FAIL applet.align: IDL get with DOM attribute unset assert_equals: expected (string) "" but got (undefined) undefined
PASS applet.align: setAttribute() to "" followed by getAttribute()
@@ -2119,9 +2119,9 @@ PASS marquee.tabIndex: setAttribute() to 0 followed by IDL get
PASS marquee.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS marquee.tabIndex: setAttribute() to 1 followed by IDL get
PASS marquee.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL marquee.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS marquee.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS marquee.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL marquee.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS marquee.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS marquee.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS marquee.tabIndex: setAttribute() to "-1" followed by IDL get
PASS marquee.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -2158,10 +2158,10 @@ PASS marquee.tabIndex: IDL set to 1 followed by getAttribute()
PASS marquee.tabIndex: IDL set to 1 followed by IDL get
PASS marquee.tabIndex: IDL set to 2147483647 should not throw
PASS marquee.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL marquee.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS marquee.tabIndex: IDL set to 2147483647 followed by IDL get
PASS marquee.tabIndex: IDL set to -2147483648 should not throw
PASS marquee.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL marquee.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS marquee.tabIndex: IDL set to -2147483648 followed by IDL get
PASS marquee.behavior: typeof IDL attribute
PASS marquee.behavior: IDL get with DOM attribute unset
PASS marquee.behavior: setAttribute() to "" followed by getAttribute()
@@ -3682,9 +3682,9 @@ PASS frameset.tabIndex: setAttribute() to 0 followed by IDL get
PASS frameset.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS frameset.tabIndex: setAttribute() to 1 followed by IDL get
PASS frameset.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL frameset.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS frameset.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS frameset.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL frameset.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS frameset.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS frameset.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS frameset.tabIndex: setAttribute() to "-1" followed by IDL get
PASS frameset.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -3721,10 +3721,10 @@ PASS frameset.tabIndex: IDL set to 1 followed by getAttribute()
PASS frameset.tabIndex: IDL set to 1 followed by IDL get
PASS frameset.tabIndex: IDL set to 2147483647 should not throw
PASS frameset.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL frameset.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS frameset.tabIndex: IDL set to 2147483647 followed by IDL get
PASS frameset.tabIndex: IDL set to -2147483648 should not throw
PASS frameset.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL frameset.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS frameset.tabIndex: IDL set to -2147483648 followed by IDL get
PASS frameset.cols: typeof IDL attribute
PASS frameset.cols: IDL get with DOM attribute unset
PASS frameset.cols: setAttribute() to "" followed by getAttribute()
@@ -4427,9 +4427,9 @@ PASS frame.tabIndex: setAttribute() to 0 followed by IDL get
PASS frame.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS frame.tabIndex: setAttribute() to 1 followed by IDL get
PASS frame.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL frame.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS frame.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS frame.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL frame.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS frame.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS frame.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS frame.tabIndex: setAttribute() to "-1" followed by IDL get
PASS frame.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -4466,10 +4466,10 @@ PASS frame.tabIndex: IDL set to 1 followed by getAttribute()
PASS frame.tabIndex: IDL set to 1 followed by IDL get
PASS frame.tabIndex: IDL set to 2147483647 should not throw
PASS frame.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL frame.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS frame.tabIndex: IDL set to 2147483647 followed by IDL get
PASS frame.tabIndex: IDL set to -2147483648 should not throw
PASS frame.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL frame.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS frame.tabIndex: IDL set to -2147483648 followed by IDL get
PASS frame.name: typeof IDL attribute
PASS frame.name: IDL get with DOM attribute unset
PASS frame.name: setAttribute() to "" followed by getAttribute()
@@ -5666,9 +5666,9 @@ PASS dir.tabIndex: setAttribute() to 0 followed by IDL get
PASS dir.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS dir.tabIndex: setAttribute() to 1 followed by IDL get
PASS dir.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL dir.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS dir.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS dir.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL dir.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS dir.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS dir.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS dir.tabIndex: setAttribute() to "-1" followed by IDL get
PASS dir.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -5705,10 +5705,10 @@ PASS dir.tabIndex: IDL set to 1 followed by getAttribute()
PASS dir.tabIndex: IDL set to 1 followed by IDL get
PASS dir.tabIndex: IDL set to 2147483647 should not throw
PASS dir.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL dir.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS dir.tabIndex: IDL set to 2147483647 followed by IDL get
PASS dir.tabIndex: IDL set to -2147483648 should not throw
PASS dir.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL dir.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS dir.tabIndex: IDL set to -2147483648 followed by IDL get
PASS dir.compact: typeof IDL attribute
PASS dir.compact: IDL get with DOM attribute unset
PASS dir.compact: setAttribute() to "" followed by getAttribute()
@@ -6336,9 +6336,9 @@ PASS font.tabIndex: setAttribute() to 0 followed by IDL get
PASS font.tabIndex: setAttribute() to 1 followed by getAttribute()
PASS font.tabIndex: setAttribute() to 1 followed by IDL get
PASS font.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
-FAIL font.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS font.tabIndex: setAttribute() to 2147483647 followed by IDL get
PASS font.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL font.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS font.tabIndex: setAttribute() to -2147483648 followed by IDL get
PASS font.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS font.tabIndex: setAttribute() to "-1" followed by IDL get
PASS font.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -6375,10 +6375,10 @@ PASS font.tabIndex: IDL set to 1 followed by getAttribute()
PASS font.tabIndex: IDL set to 1 followed by IDL get
PASS font.tabIndex: IDL set to 2147483647 should not throw
PASS font.tabIndex: IDL set to 2147483647 followed by getAttribute()
-FAIL font.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
+PASS font.tabIndex: IDL set to 2147483647 followed by IDL get
PASS font.tabIndex: IDL set to -2147483648 should not throw
PASS font.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL font.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
+PASS font.tabIndex: IDL set to -2147483648 followed by IDL get
PASS font.color: typeof IDL attribute
PASS font.color: IDL get with DOM attribute unset
PASS font.color: setAttribute() to "" followed by getAttribute()

Powered by Google App Engine
This is Rietveld 408576698