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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/text/placeholder-with-positioned-element-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
OLDNEW
1 <div style="position:absolute; width: 64px; background-color:white; border: soli d 1px black; margin-left: 16px"> 1 <div style="position:absolute; width: 64px; background-color:white; border: soli d 1px black; margin-left: 16px">
2 <div>aaa</div> 2 <div>aaa</div>
3 <div>bbb</div> 3 <div>bbb</div>
4 </div> 4 </div>
5 <input style="color: darkGray" value="placeholder"> 5 <input style="color: #757575;" value="placeholder">
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698