Sign in
webkit
/
WebKit
/
5ee61c06e54d41c4ffb65d69f6b4605c35afb105
/
.
/
LayoutTests
/
fast
/
css
/
getComputedStyle
/
getComputedStyle-zIndex-auto-expected.txt
blob: 2a4e5a48e42832bd62c2179f4ac57368bd8439bc [
file
] [
log
] [
blame
]
Non-positioned Div:
Computed Style = auto (Should be auto)
element.style.zIndex = 20 (Should be 20)
Positioned Div:
Computed Style = 20 (Should be 20)
element.style.zIndex = 20 (Should be 20)