Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / 011.html
blob6eda5a844f7cd1661ba29291fa2ad4dbce063a75
1 <head>
2 <style>
3 h2:before {
4 content: "\2022 \2022 \2022";
5 text-align: center;
6 font-weight: bold;
7 display: block;
8 margin-bottom: 1.5em;
9 color: #d0d3da;
10 font-size: small;
11 text-shadow: none;
13 </style>
14 </head>
15 <body>
16 <h2>This is a test</h2>