Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-content/quotes-first-line.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset=utf-8>
<title>CSS-content test: first line with quotes honor color</title>
<link rel="author" title="Minseong Kim" href="jja08111@gmail.com">
<link rel="match" href="reference/quotes-first-line-ref.html">
<style>
body { font: 32px serif; }
div::first-line { color: red; }
</style>
<p>Test passes if color of quote marks matches the text color on each line.</p>
<div>
This is <q>quoted</q>
<br>
This is <q>quoted</q>
</div>