Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
css
/
variables
/
inline-styles.html
blob: 1dc23bd5e3d9c26d0fd2f1afb46d8a743db11500 [
file
] [
log
] [
blame
]
<script>
internals
.
settings
.
setCSSVariablesEnabled
(
true
);
</script>
<body
style
=
"
-webkit-var-a
:
green
;
"
>
<div
style
=
"
color
:
-webkit-var
(
a
);
"
>
This text should be green on a white background.
</div>
</body>