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() |