Sign in
webkit
/
WebKit
/
2b7db40d04e23e466c35ac26a2cac6ea07d1f8ff
/
.
/
LayoutTests
/
fast
/
css-generated-content
/
011.html
blob: 6eda5a844f7cd1661ba29291fa2ad4dbce063a75 [
file
] [
log
] [
blame
]
<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>