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

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

Issue 2518163002: [css-tables] Fix divide-by-zero resulting from 32-bit overflow (Closed)
Patch Set: update wpt -expected.txt and span-attribute.html but not -expected.txt Created 4 years 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 1cebb9e65de1e953f719fc9c836833697f0f5bbd..5427dea7a488a6c02b71d4e903d0be9b928dda58 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
@@ -30,10 +30,12 @@ PASS colgroup.className (<colgroup class>): 32 tests
PASS colgroup.hidden: 33 tests
PASS colgroup.accessKey: 32 tests
PASS colgroup.tabIndex: 24 tests
-PASS colgroup.span: 9 tests
-FAIL colgroup.span: setAttribute() to 2147483648 assert_equals: IDL get expected 1 but got 2147483648
-FAIL colgroup.span: setAttribute() to 4294967295 assert_equals: IDL get expected 1 but got 4294967295
-PASS colgroup.span: 46 tests
+PASS colgroup.span: 8 tests
+FAIL colgroup.span: setAttribute() to 2147483647 assert_equals: IDL get expected 2147483647 but got 8190
+FAIL colgroup.span: setAttribute() to 2147483648 assert_equals: IDL get expected 1 but got 8190
+FAIL colgroup.span: setAttribute() to 4294967295 assert_equals: IDL get expected 1 but got 8190
+PASS colgroup.span: 45 tests
+FAIL colgroup.span: IDL set to 2147483647 assert_equals: IDL get expected 2147483647 but got 8190
FAIL colgroup.span: IDL set to 2147483648 assert_equals: getAttribute() expected "1" but got "0"
FAIL colgroup.span: IDL set to 4294967295 assert_equals: getAttribute() expected "1" but got "0"
PASS colgroup.align: 32 tests
@@ -48,10 +50,12 @@ PASS col.className (<col class>): 32 tests
PASS col.hidden: 33 tests
PASS col.accessKey: 32 tests
PASS col.tabIndex: 24 tests
-PASS col.span: 9 tests
-FAIL col.span: setAttribute() to 2147483648 assert_equals: IDL get expected 1 but got 2147483648
-FAIL col.span: setAttribute() to 4294967295 assert_equals: IDL get expected 1 but got 4294967295
-PASS col.span: 46 tests
+PASS col.span: 8 tests
+FAIL col.span: setAttribute() to 2147483647 assert_equals: IDL get expected 2147483647 but got 8190
+FAIL col.span: setAttribute() to 2147483648 assert_equals: IDL get expected 1 but got 8190
+FAIL col.span: setAttribute() to 4294967295 assert_equals: IDL get expected 1 but got 8190
+PASS col.span: 45 tests
+FAIL col.span: IDL set to 2147483647 assert_equals: IDL get expected 2147483647 but got 8190
FAIL col.span: IDL set to 2147483648 assert_equals: getAttribute() expected "1" but got "0"
FAIL col.span: IDL set to 4294967295 assert_equals: getAttribute() expected "1" but got "0"
PASS col.align: 32 tests

Powered by Google App Engine
This is Rietveld 408576698