| <!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"> |
| <link rel=help href="https://drafts.csswg.org/css-content/#quotes"> |
| <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> |