Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / 002.html
blobecc2ca825db6b6fe71eaf31cd92c12cb31eced75
1 <html>
2 <head>
3 <style>
4 p.special:before { content: "Special: " }
5 p.special:first-letter { color: #ffd800; }
6 p.special:after { content: "[The End]" }
7 </style>
8 <head>
9 <body>
10 <p class="special">
11 The "S" to the left should be gold. This is testing :before used in conjunction with :first-letter.
12 </p>