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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/selection/text-selection-counter.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/selection/text-selection-counter-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
(Empty)
1 <!DOCTYPE html>
2 <script src="resources/selection.js"></script>
3 <style>
4 span { color: transparent }
5 span::after { content: counter(dummy) }
6 span::selection { background: transparent; color: initial }
7 </style>
8 <p>You should see the word PASS two times below (no zeros).</p>
9 <div id="select">
10 <span>PASS</span><span>PASS</span>
11 </div>
12 <script>
13 selectNode(select);
14 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/selection/text-selection-counter-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698