Chromium Code Reviews

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.
Jump to:
View side-by-side diff with in-line comments
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') | Source/core/css/resolver/StyleResolver.cpp » ('J')

Powered by Google App Engine