Chromium Code Reviews

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.
Jump to:
View unified diff |
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