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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/lists/drag-into-marker.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/001.html
diff --git a/LayoutTests/fast/css/001.html b/LayoutTests/fast/css/001.html
index f49adaf26de2072bc681275f393a72f81c75c08f..3576143256524bb6b18355ec5367a1d51914eac5 100644
--- a/LayoutTests/fast/css/001.html
+++ b/LayoutTests/fast/css/001.html
@@ -4,6 +4,7 @@
body { list-style-position: inside; }
ul { list-style-position: outside; }
ul.insidebullets { list-style: inherit }
+li::marker { color: blue; }
</style>
</head>
<body>
« 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