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

Unified Diff: LayoutTests/fast/forms/form-collection-radio-node-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/form-collection-radio-node-list-expected.txt
diff --git a/LayoutTests/fast/forms/form-collection-radio-node-list-expected.txt b/LayoutTests/fast/forms/form-collection-radio-node-list-expected.txt
index 99a96809f314f878b888b659cc63e2fd4b63baf1..5881f4ae8d35caf2a2d206eff516b6a87ec6ae18 100644
--- a/LayoutTests/fast/forms/form-collection-radio-node-list-expected.txt
+++ b/LayoutTests/fast/forms/form-collection-radio-node-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