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

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

Issue 2387033003: Make cols/rows/span not accept zero when set from idl (Closed)
Patch Set: V2 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 08c5ed0d8d7a6237260bc0a029bba390ec45f049..e2867a92a4cdd787fe396fc266e553f990c9e440 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
@@ -2649,7 +2649,7 @@ PASS colgroup.span: setAttribute() to object "2" followed by IDL get
PASS colgroup.span: setAttribute() to object "3" followed by getAttribute()
PASS colgroup.span: setAttribute() to object "3" followed by IDL get
PASS colgroup.span: IDL set to 0 should not throw
-FAIL colgroup.span: IDL set to 0 followed by getAttribute() assert_equals: expected "1" but got "0"
+PASS colgroup.span: IDL set to 0 followed by getAttribute()
PASS colgroup.span: IDL set to 0 followed by IDL get
PASS colgroup.span: IDL set to 1 should not throw
PASS colgroup.span: IDL set to 1 followed by getAttribute()
@@ -3746,7 +3746,7 @@ PASS col.span: setAttribute() to object "2" followed by IDL get
PASS col.span: setAttribute() to object "3" followed by getAttribute()
PASS col.span: setAttribute() to object "3" followed by IDL get
PASS col.span: IDL set to 0 should not throw
-FAIL col.span: IDL set to 0 followed by getAttribute() assert_equals: expected "1" but got "0"
+PASS col.span: IDL set to 0 followed by getAttribute()
PASS col.span: IDL set to 0 followed by IDL get
PASS col.span: IDL set to 1 should not throw
PASS col.span: IDL set to 1 followed by getAttribute()

Powered by Google App Engine
This is Rietveld 408576698