Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
fast
/
css
/
custom-properties
/
inline-style-property-get.html
blob: f8eb3e80d648162c8e1ae6c79e7295cff9050fb7 [
file
] [
log
] [
blame
]
<html>
<head>
<body
style
=
"
--
one
:
10px
;
--
two
:
20px
"
>
<script>
document
.
write
(
document
.
body
.
style
.
getPropertyValue
(
"--one"
)
+
" "
+
document
.
body
.
style
.
getPropertyValue
(
"--two"
))
</script>
</body>
</html.