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

Side by Side Diff: LayoutTests/fast/css/001.html

Issue 778003003: List marker pseudo elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/lists/drag-into-marker.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 body { list-style-position: inside; } 4 body { list-style-position: inside; }
5 ul { list-style-position: outside; } 5 ul { list-style-position: outside; }
6 ul.insidebullets { list-style: inherit } 6 ul.insidebullets { list-style: inherit }
7 li::marker { color: blue; }
7 </style> 8 </style>
8 </head> 9 </head>
9 <body> 10 <body>
10 <ul class="insidebullets"> 11 <ul class="insidebullets">
11 <li>This list item should have an inside bullet.<br> 12 <li>This list item should have an inside bullet.<br>
12 This line should begin under the bullet. 13 This line should begin under the bullet.
13 </ul> 14 </ul>
14 </body> 15 </body>
15 </html> 16 </html>
16 17
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/lists/drag-into-marker.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698