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

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

Side-by-side diff isn't available for this file because of its large size.
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:
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-tabular-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-forms-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-forms-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-forms-expected.txt
index 72fc17556664c5d53465a4f5883fc4f2bff7ad57..b156644af2beed8fb4962b6d5baabba6398fea92 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-forms-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-forms-expected.txt
@@ -12901,7 +12901,7 @@ PASS textarea.cols: setAttribute() to object "2" followed by IDL get
PASS textarea.cols: setAttribute() to object "3" followed by getAttribute()
PASS textarea.cols: setAttribute() to object "3" followed by IDL get
PASS textarea.cols: IDL set to 0 should not throw
-FAIL textarea.cols: IDL set to 0 followed by getAttribute() assert_equals: expected "20" but got "0"
+PASS textarea.cols: IDL set to 0 followed by getAttribute()
PASS textarea.cols: IDL set to 0 followed by IDL get
PASS textarea.cols: IDL set to 1 should not throw
PASS textarea.cols: IDL set to 1 followed by getAttribute()
@@ -13961,7 +13961,7 @@ PASS textarea.rows: setAttribute() to object "2" followed by IDL get
PASS textarea.rows: setAttribute() to object "3" followed by getAttribute()
PASS textarea.rows: setAttribute() to object "3" followed by IDL get
PASS textarea.rows: IDL set to 0 should not throw
-FAIL textarea.rows: IDL set to 0 followed by getAttribute() assert_equals: expected "2" but got "0"
+PASS textarea.rows: IDL set to 0 followed by getAttribute()
PASS textarea.rows: IDL set to 0 followed by IDL get
PASS textarea.rows: IDL set to 1 should not throw
PASS textarea.rows: IDL set to 1 followed by getAttribute()
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/wpt/html/dom/reflection-tabular-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698