Sign in
webkit
/
WebKit
/
9d6ba2cf6c064d9cb1890583985a07452f7befa6
/
.
/
LayoutTests
/
fast
/
css
/
color-inheritance-dynamic.html
blob: 4a44e3aa781a5ee8fc3e455e807132c552382216 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body
style
=
"
font-family
:
ahem
;
font-size
:
50px
"
>
<span
style
=
"
color
:
green
"
>
A
</span><span
style
=
"
color
:
green
"
>
B
</span><span>
C
</span>
<script>
document
.
body
.
offsetTop
;
document
.
body
.
style
.
color
=
"blue"
;
</script>
</html>