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

Side by Side Diff: LayoutTests/fast/selectors/input-with-selection-pseudo-element-expected.html

Issue 220343006: Fix for ::selection pseudo element to work on input elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adding another Layout Test Created 6 years, 8 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
(Empty)
1 <!DOCTYPE html>
2 <div style="border: 5px solid; width:100px; font-size: 16px; font-family:sans-se rif;">
3 <span style="background-color: rgba(63, 128, 33, 0.95); color: yellow;">Hell o</span>
4 </div>
5 <br>The above selected text in the input box should have green background and ye llow color.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698