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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/selection/text-selection-counter-expected.html

Issue 2867083003: Counters are always generated content and cannot be selected. (Closed)
Patch Set: Created 3 years, 7 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 <style>
3 span { color: initial }
4 #select { color: transparent }
5 </style>
6 <p>You should see the word PASS two times below (no zeros).</p>
7 <div id="select">
8 <span>PASS</span>0<span>PASS</span>
9 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698