Chromium Code Reviews
DescriptionReturn "auto" for computed z-index on non-stacking-context element
Following https://codereview.chromium.org/2047283002 we were returning
"0" for getComputedStyle(element).zIndex for elements that were not
stacking contexts. Previously we would return "auto". Both behaviours
are incorrect.
This patch reverts the change in getComputedStyle() behaviour back
to "auto".
BUG=656681
Committed: https://crrev.com/664d4716b91e01c779a77702e9f219c2744724e0
Cr-Commit-Position: refs/heads/master@{#426690}
Patch Set 1 #
Messages
Total messages: 15 (10 generated)
|
||||||||||||||||||||||||||||