Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
css
/
variables
/
redefinition-expected.html
blob: 402db2e973ac428be5fff45a33a97d1b580ecafa [
file
] [
log
] [
blame
]
<div
style
=
"
color
:
red
;
"
>
This text should be red.
</div>
<div
id
=
"a"
style
=
"
color
:
green
;
"
>
This text should be green.
</div>
<div
id
=
"b"
style
=
"
color
:
blue
;
"
>
This text should be blue.
</div>