Status: FAIL | Duration: 15ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-content/quotes-first-letter-005.html
<!doctype html> <meta charset=utf-8> <title>CSS-content test: first letter with quotes interaction dynamic attachment siblings</title> <link rel="author" title="Daniil Sakhapov" href="sakhapov@google.com"> <link rel="match" href="reference/quotes-first-letter-002-ref.html"> <link rel=help href="https://drafts.csswg.org/css-content/#quotes"> <style> .first-letter::first-letter { color: green; } </style> <q> <div id="first"> <q>Should not crash or assert and all six quotes should be displayed.</q> </div> <div id="last"> <q>Should not crash or assert and all six quotes should be displayed.</q> </div> </q> <script> document.body.offsetTop; first.className = 'first-letter'; last.className = 'first-letter'; </script>
/css/css-content/reference/quotes-first-letter-002-ref.html
<!doctype html> <meta charset=utf-8> <title>CSS-content test reference: first letter with quotes interaction</title> <link rel="author" title="Daniil Sakhapov" href="sakhapov@google.com"> <style> .quote { color: green; } </style> “ <div><span class="quote">‘</span>Should not crash or assert and all six quotes should be displayed.’</div> <div><span class="quote">‘</span>Should not crash or assert and all six quotes should be displayed.’</div> ”