Sign in
webkit
/
WebKit
/
526e39493ce9a7337a152d5ee10827d31db374e0
/
.
/
LayoutTests
/
fast
/
css
/
variables
/
env
/
invalid-env-name-fallback-expected.html
blob: 5cb46a9cab41e3c70fddec5c921fb64bfdd363e4 [
file
] [
log
] [
blame
]
<style>
div
{
position
:
absolute
;
left
:
100px
;
top
:
100px
;
width
:
100px
;
height
:
100px
;
background-color
:
green
;
}
</style>
<body>
<div></div>
<p>
The box should be at 100, 100.
</p>