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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/password-placeholder-text-security-expected.html

Issue 1636073006: Placeholder style should meet WCAG contrast ratio guidelines (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaseline tests Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/text/input-placeholder-text-indent-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 #pass1, #pass3 { 4 #pass1, #pass3 {
5 color: darkGray; 5 color: #757575;
6 } 6 }
7 </style> 7 </style>
8 </head> 8 </head>
9 <body> 9 <body>
10 This tests that the text security mode switches correctly when the place holder appears and disappears.<br> 10 This tests that the text security mode switches correctly when the place holder appears and disappears.<br>
11 Leave field 1 alone. It should show the placeholder text: <input type="t ext" id="pass1" value="placeholder"><br> 11 Leave field 1 alone. It should show the placeholder text: <input type="t ext" id="pass1" value="placeholder"><br>
12 Focus field 2 and type. It should show bullets for the password.: <inpu t type="password" id="pass2" value="1234"><br> 12 Focus field 2 and type. It should show bullets for the password.: <inpu t type="password" id="pass2" value="1234"><br>
13 Focus field 3 and type. Clear the value and blur the field. It should show the placeholder text: <input type="text" id="pass3" value="placeholder"><br > 13 Focus field 3 and type. Clear the value and blur the field. It should show the placeholder text: <input type="text" id="pass3" value="placeholder"><br >
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/text/input-placeholder-text-indent-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698