haikuwebkit/LayoutTests/fast/css-generated-content/011.html

17 lines
311 B
HTML

<head>
<style>
h2:before {
content: "\2022 \2022 \2022";
text-align: center;
font-weight: bold;
display: block;
margin-bottom: 1.5em;
color: #d0d3da;
font-size: small;
text-shadow: none;
}
</style>
</head>
<body>
<h2>This is a test</h2>