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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-tabular-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-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 e2867a92a4cdd787fe396fc266e553f990c9e440..57da1393139810fadae8968149cdb930b553a97b 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
@@ -549,7 +549,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL table.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL table.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -589,7 +589,7 @@ 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 -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 32767
+FAIL table.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS table.align: typeof IDL attribute
PASS table.align: IDL get with DOM attribute unset
PASS table.align: setAttribute() to "" followed by getAttribute()
@@ -1833,7 +1833,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL caption.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL caption.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -1873,7 +1873,7 @@ 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 -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 32767
+FAIL caption.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS caption.align: typeof IDL attribute
PASS caption.align: IDL get with DOM attribute unset
PASS caption.align: setAttribute() to "" followed by getAttribute()
@@ -2501,7 +2501,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL colgroup.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL colgroup.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -2541,7 +2541,7 @@ 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 -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 32767
+FAIL colgroup.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS colgroup.span: typeof IDL attribute
PASS colgroup.span: IDL get with DOM attribute unset
PASS colgroup.span: setAttribute() to -2147483649 followed by getAttribute()
@@ -3598,7 +3598,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL col.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL col.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -3638,7 +3638,7 @@ 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 -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 32767
+FAIL col.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS col.span: typeof IDL attribute
PASS col.span: IDL get with DOM attribute unset
PASS col.span: setAttribute() to -2147483649 followed by getAttribute()
@@ -4695,7 +4695,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL tbody.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL tbody.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -4735,7 +4735,7 @@ 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 -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 32767
+FAIL tbody.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS tbody.align: typeof IDL attribute
PASS tbody.align: IDL get with DOM attribute unset
PASS tbody.align: setAttribute() to "" followed by getAttribute()
@@ -5594,7 +5594,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL thead.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL thead.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -5634,7 +5634,7 @@ 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 -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 32767
+FAIL thead.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS thead.align: typeof IDL attribute
PASS thead.align: IDL get with DOM attribute unset
PASS thead.align: setAttribute() to "" followed by getAttribute()
@@ -6493,7 +6493,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL tfoot.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL tfoot.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -6533,7 +6533,7 @@ 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 -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 32767
+FAIL tfoot.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS tfoot.align: typeof IDL attribute
PASS tfoot.align: IDL get with DOM attribute unset
PASS tfoot.align: setAttribute() to "" followed by getAttribute()
@@ -7392,7 +7392,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL tr.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL tr.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -7432,7 +7432,7 @@ 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 -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 32767
+FAIL tr.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS tr.align: typeof IDL attribute
PASS tr.align: IDL get with DOM attribute unset
PASS tr.align: setAttribute() to "" followed by getAttribute()
@@ -8368,7 +8368,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL td.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL td.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -8408,7 +8408,7 @@ 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 -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 32767
+FAIL td.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
PASS td.colSpan: typeof IDL attribute
PASS td.colSpan: IDL get with DOM attribute unset
PASS td.colSpan: setAttribute() to -2147483649 followed by getAttribute()
@@ -10165,7 +10165,7 @@ 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 -2147483648 followed by getAttribute()
-FAIL th.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got 32767
+FAIL th.tabIndex: setAttribute() to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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()
@@ -10205,7 +10205,7 @@ 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 -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 32767
+FAIL th.tabIndex: IDL set to -2147483648 followed by IDL get assert_equals: expected -2147483648 but got -32768
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