| Index: LayoutTests/fast/forms/color/color-value-sanitization-expected.txt
|
| diff --git a/LayoutTests/fast/forms/color/color-value-sanitization-expected.txt b/LayoutTests/fast/forms/color/color-value-sanitization-expected.txt
|
| index ac6c1b02d8f9708a5f6295dfa6fbdab5d661db59..dd3ba4ab80249b13771531bcb5f3b0067541586e 100644
|
| --- a/LayoutTests/fast/forms/color/color-value-sanitization-expected.txt
|
| +++ b/LayoutTests/fast/forms/color/color-value-sanitization-expected.txt
|
| @@ -1,8 +1,8 @@
|
| -CONSOLE WARNING: The specified value '' does not conform to the required format. The format is '#rrggbb' where rr, gg, bb are two-digit hexadecimal numbers.
|
| -CONSOLE WARNING: The specified value '#ghijkl' does not conform to the required format. The format is '#rrggbb' where rr, gg, bb are two-digit hexadecimal numbers.
|
| -CONSOLE WARNING: The specified value '#112233ff' does not conform to the required format. The format is '#rrggbb' where rr, gg, bb are two-digit hexadecimal numbers.
|
| -CONSOLE WARNING: The specified value 'ffccaa' does not conform to the required format. The format is '#rrggbb' where rr, gg, bb are two-digit hexadecimal numbers.
|
| -CONSOLE WARNING: The specified value ' #223344 ' does not conform to the required format. The format is '#rrggbb' where rr, gg, bb are two-digit hexadecimal numbers.
|
| +CONSOLE WARNING: The specified value "" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
|
| +CONSOLE WARNING: The specified value "#ghijkl" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
|
| +CONSOLE WARNING: The specified value "#112233ff" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
|
| +CONSOLE WARNING: The specified value "ffccaa" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
|
| +CONSOLE WARNING: The specified value " #223344 " does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
|
| Value sanitization test for input[type=color]
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|