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

Unified Diff: LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list-expected.txt

Issue 1167793003: Escape all of invalid values in console messages for INPUT elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/fieldset/fieldset-form-collection-radionode-list-expected.txt
diff --git a/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list-expected.txt b/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list-expected.txt
index 31b4d33a231195d3b2756416a32ee5a6ff2b1be4..245b6beee7dad7481e189631756c9e14dbc458ac 100644
--- a/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list-expected.txt
+++ b/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE WARNING: The specified value 'inputRadioValue' does not conform to the required format, 'yyyy-MM-dd'.
+CONSOLE WARNING: The specified value "inputRadioValue" does not conform to the required format, "yyyy-MM-dd".
This test is for RadioNodeList specified at http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#radionodelist
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698