gecko-dev/layout/reftests/bugs/1384065-ref.html

11 строки
115 B
HTML

<!doctype html>
<style>
div {
display: block;
}
div::before {
content: "Should appear";
}
</style>
<div></div>