gecko-dev/devtools/client/inspector/markup/test/doc_markup_pseudo.html

12 строки
151 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<style>
article::before,
article::after {
content: "";
}
</style>
<article>
<div>test node</div>
</article>