summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-generated-content/011.html
blob: 6eda5a844f7cd1661ba29291fa2ad4dbce063a75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>