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
/
fast
/
ruby
/
ruby-text-before-after-content.html
blob
c28b39eaae2a2db6904fd9de4c99593f8e4cc8af
1
<!DOCTYPE
html
>
2
<!-- There should no text in black color. -->
3
<html>
4
<body>
5
<style>
6
rt:before
7
{
8
content:
"BEFORE"
;
9
}
10
rt:after
11
{
12
content:
"AFTER"
;
13
}
14
</style>
15
<ruby>
16
A
<rt>
CONTENT
</rt>
B
17
</ruby>
18
<script>
19
document
.
body
.
offsetTop
;
20
document
.
body
.
style
.
color
=
'blue'
;
21
document
.
body
.
style
.
zoom
=
'200%'
;
22
</script>
23
</body>
24
</html>