1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: Characters and Case: Character Escapes
</title>
5 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/syndata.html#q6">
6 <style type=
"text/css">
8 p
.one:before
{ content: "This "; }
9 p
.two:before
{ content: "Th\
16 <p>The following three paragraphs should look identical:
</p>
18 <p>This is a test paragraph.
</p>
19 <p class=
"one">is a test paragraph.
</p>
20 <p class=
"two">is a test paragraph.
</p>