Index: third_party/WebKit/LayoutTests/fast/forms/select/select-max-length-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/select-max-length-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/select/select-max-length-expected.txt |
index 7cd91a955a4db018b45bf54f9dc0dc00f4235d81..23bb40100cdfee38e4265a37a623813d75f9a165 100644 |
--- a/third_party/WebKit/LayoutTests/fast/forms/select/select-max-length-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/forms/select/select-max-length-expected.txt |
@@ -1,6 +1,6 @@ |
-CONSOLE WARNING: Blocked to expand the option list to 2147483648 items. The maximum list length is 2147483647. |
-CONSOLE WARNING: Blocked to expand the option list and set an option at index=2147483648. The maximum list length is 2147483647. |
-CONSOLE WARNING: Blocked to expand the option list and set an option at index=2147483648. The maximum list length is 2147483647. |
+CONSOLE WARNING: line 10: Blocked to expand the option list to 2147483648 items. The maximum list length is 2147483647. |
+CONSOLE WARNING: line 1: Blocked to expand the option list and set an option at index=2147483648. The maximum list length is 2147483647. |
+CONSOLE WARNING: line 1: Blocked to expand the option list and set an option at index=2147483648. The maximum list length is 2147483647. |
This test that setting HTMLSelectElement.length is capped to 2,147,483,647, and you can't add additional Option elements too. |
PASS sel.length is 0 |