repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
css2.1
/
20110323
/
eof-007-expected.html
blob
0d0cb3c7818000ac5e620307089f8f0b22ff36ba
1
<!DOCTYPE
html PUBLIC
"-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"
>
2
<html>
3
<head>
4
<title>
CSS Test: Reference Result
</title>
5
<style
type
=
"text/css"
>
6
div
:
before
7
{
8
color
:
green
;
9
content
:
"Filler Text"
10
}
11
</style>
12
</head>
13
<body>
14
<p>
Test passes if the
"Filler Text"
below is green.
</p>
15
<div></div>
16
</body>
17
</html>