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

Unified Diff: LayoutTests/fast/forms/select-max-length-expected.txt

Issue 1292653003: [bindings] Avoid using custom binding for HTMLOptionsCollection.length attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Missed to fix the test case! Created 5 years, 4 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: LayoutTests/fast/forms/select-max-length-expected.txt
diff --git a/LayoutTests/fast/forms/select-max-length-expected.txt b/LayoutTests/fast/forms/select-max-length-expected.txt
index e1a6d6331ae1325d68b10ae70045f2797145d6ff..d07b53ba96fc819362212b6cba132df526c7cdb7 100644
--- a/LayoutTests/fast/forms/select-max-length-expected.txt
+++ b/LayoutTests/fast/forms/select-max-length-expected.txt
@@ -2,9 +2,9 @@ This test that setting HTMLSelectElement.length is capped to 10,000, but that yo
Select length is 0
Trying: - sel.length = 20000;
-Select length is 10000
+Select length is 0
Trying: - sel.add(new Option, 0);
-Select length is 10001
+Select length is 1
Trying: - sel.length = 0;
Select length is 0

Powered by Google App Engine
This is Rietveld 408576698