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

Unified Diff: LayoutTests/accessibility/color-well-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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/ValidityState-patternMismatch-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/color-well-expected.txt
diff --git a/LayoutTests/accessibility/color-well-expected.txt b/LayoutTests/accessibility/color-well-expected.txt
index 41534a7a9db342d632b8e76e176bda6185ccc47a..3275e3aa54cd41ff0b8741e80e81abe55109c060 100644
--- a/LayoutTests/accessibility/color-well-expected.txt
+++ b/LayoutTests/accessibility/color-well-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE WARNING: line 10: The specified value 'purple' does not conform to the required format. The format is '#rrggbb' where rr, gg, bb are two-digit hexadecimal numbers.
+CONSOLE WARNING: line 10: The specified value "purple" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
This test ensures that the correct accessibility properties can be retrieved from input elements of type color.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/forms/ValidityState-patternMismatch-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698