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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-multiple-expected.txt

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 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/fast/forms/select/select-selectedIndex-multiple-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-multiple-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-multiple-expected.txt
index 148ff46623560e2e02005d39e4ce349a154fd86b..1ef6d8b3398d4294a08970166ccf269d24d60cdf 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-multiple-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-multiple-expected.txt
@@ -1,5 +1,5 @@
-CONSOLE WARNING: Blocked to expand the option list to 4294967295 items. The maximum list length is 2147483647.
-CONSOLE WARNING: Blocked to expand the option list to 2147483648 items. The maximum list length is 2147483647.
+CONSOLE WARNING: line 17: Blocked to expand the option list to 4294967295 items. The maximum list length is 2147483647.
+CONSOLE WARNING: line 141: Blocked to expand the option list to 2147483648 items. The maximum list length is 2147483647.
1) setting length to a negative length
PASS mySelect.options.length is 2

Powered by Google App Engine
This is Rietveld 408576698