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

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

Issue 2363823004: Fix parsing of minimum values (Closed)
Patch Set: Add a comment Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
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 0558005d4d70552667e7e3a65c2823184db7f90b..9ed27e43ec5e64172fcd945b1e014a0b46f92dc5 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
@@ -549,7 +549,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL applet.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL applet.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -589,7 +589,7 @@ 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 -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 32767
+FAIL applet.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -2121,7 +2121,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL marquee.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL marquee.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -2161,7 +2161,7 @@ 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 -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 32767
+FAIL marquee.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS marquee.behavior: typeof IDL attribute
PASS marquee.behavior: IDL get with DOM attribute unset
PASS marquee.behavior: setAttribute() to "" followed by getAttribute()
@@ -3684,7 +3684,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL frameset.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL frameset.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -3724,7 +3724,7 @@ 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 -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 32767
+FAIL frameset.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS frameset.cols: typeof IDL attribute
PASS frameset.cols: IDL get with DOM attribute unset
PASS frameset.cols: setAttribute() to "" followed by getAttribute()
@@ -4429,7 +4429,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL frame.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL frame.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -4469,7 +4469,7 @@ 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 -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 32767
+FAIL frame.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS frame.name: typeof IDL attribute
PASS frame.name: IDL get with DOM attribute unset
PASS frame.name: setAttribute() to "" followed by getAttribute()
@@ -5668,7 +5668,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL dir.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL dir.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -5708,7 +5708,7 @@ 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 -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 32767
+FAIL dir.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS dir.compact: typeof IDL attribute
PASS dir.compact: IDL get with DOM attribute unset
PASS dir.compact: setAttribute() to "" followed by getAttribute()
@@ -6338,7 +6338,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL font.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL font.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -6378,7 +6378,7 @@ 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 -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 32767
+FAIL font.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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