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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-metadata-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-metadata-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-metadata-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-metadata-expected.txt
index 368beac8fa51df9ab10776976888455c3560424f..0a527b216ed76d2cfb9ffa07b13cedf005868455 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-metadata-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-metadata-expected.txt
@@ -549,7 +549,7 @@ PASS head.tabIndex: setAttribute() to 1 followed by IDL get
PASS head.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
FAIL head.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
PASS head.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL head.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL head.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS head.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS head.tabIndex: setAttribute() to "-1" followed by IDL get
PASS head.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -589,7 +589,7 @@ PASS head.tabIndex: IDL set to 2147483647 followed by getAttribute()
FAIL head.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
PASS head.tabIndex: IDL set to -2147483648 should not throw
PASS head.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL head.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL head.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS title.title: typeof IDL attribute
PASS title.title: IDL get with DOM attribute unset
PASS title.title: setAttribute() to "" followed by getAttribute()
@@ -1140,7 +1140,7 @@ PASS title.tabIndex: setAttribute() to 1 followed by IDL get
PASS title.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
FAIL title.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
PASS title.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL title.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL title.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS title.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS title.tabIndex: setAttribute() to "-1" followed by IDL get
PASS title.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -1180,7 +1180,7 @@ PASS title.tabIndex: IDL set to 2147483647 followed by getAttribute()
FAIL title.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
PASS title.tabIndex: IDL set to -2147483648 should not throw
PASS title.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL title.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL title.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS base.title: typeof IDL attribute
PASS base.title: IDL get with DOM attribute unset
PASS base.title: setAttribute() to "" followed by getAttribute()
@@ -1731,7 +1731,7 @@ PASS base.tabIndex: setAttribute() to 1 followed by IDL get
PASS base.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
FAIL base.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
PASS base.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL base.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL base.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS base.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS base.tabIndex: setAttribute() to "-1" followed by IDL get
PASS base.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -1771,7 +1771,7 @@ PASS base.tabIndex: IDL set to 2147483647 followed by getAttribute()
FAIL base.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
PASS base.tabIndex: IDL set to -2147483648 should not throw
PASS base.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL base.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL base.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS base.target: typeof IDL attribute
PASS base.target: IDL get with DOM attribute unset
PASS base.target: setAttribute() to "" followed by getAttribute()
@@ -2399,7 +2399,7 @@ PASS link.tabIndex: setAttribute() to 1 followed by IDL get
PASS link.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
FAIL link.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
PASS link.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL link.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL link.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS link.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS link.tabIndex: setAttribute() to "-1" followed by IDL get
PASS link.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -2439,7 +2439,7 @@ PASS link.tabIndex: IDL set to 2147483647 followed by getAttribute()
FAIL link.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
PASS link.tabIndex: IDL set to -2147483648 should not throw
PASS link.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL link.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL link.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS link.href: typeof IDL attribute
PASS link.href: IDL get with DOM attribute unset
PASS link.href: setAttribute() to "" followed by getAttribute()
@@ -3748,7 +3748,7 @@ PASS meta.tabIndex: setAttribute() to 1 followed by IDL get
PASS meta.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
FAIL meta.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
PASS meta.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL meta.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL meta.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS meta.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS meta.tabIndex: setAttribute() to "-1" followed by IDL get
PASS meta.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -3788,7 +3788,7 @@ PASS meta.tabIndex: IDL set to 2147483647 followed by getAttribute()
FAIL meta.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
PASS meta.tabIndex: IDL set to -2147483648 should not throw
PASS meta.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL meta.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL meta.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS meta.name: typeof IDL attribute
PASS meta.name: IDL get with DOM attribute unset
PASS meta.name: setAttribute() to "" followed by getAttribute()
@@ -4647,7 +4647,7 @@ PASS style.tabIndex: setAttribute() to 1 followed by IDL get
PASS style.tabIndex: setAttribute() to 2147483647 followed by getAttribute()
FAIL style.tabIndex: setAttribute() to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
PASS style.tabIndex: setAttribute() to -2147483648 followed by getAttribute()
-FAIL style.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL style.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS style.tabIndex: setAttribute() to "-1" followed by getAttribute()
PASS style.tabIndex: setAttribute() to "-1" followed by IDL get
PASS style.tabIndex: setAttribute() to "-0" followed by getAttribute()
@@ -4687,7 +4687,7 @@ PASS style.tabIndex: IDL set to 2147483647 followed by getAttribute()
FAIL style.tabIndex: IDL set to 2147483647 followed by IDL get assert_equals: expected 2147483647 but got 32767
PASS style.tabIndex: IDL set to -2147483648 should not throw
PASS style.tabIndex: IDL set to -2147483648 followed by getAttribute()
-FAIL style.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL style.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS style.media: typeof IDL attribute
PASS style.media: IDL get with DOM attribute unset
PASS style.media: setAttribute() to "" followed by getAttribute()

Powered by Google App Engine
This is Rietveld 408576698