At least, this renders differently in Blink and Gecko:
<!DOCTYPE html>
<style>
* { z-index: inherit; position: relative }
div { width: 100px; height: 100px; }
</style>
<p>You should see a green square and no FAIL</p>
<div style="background: green">
<div style="z-index: -1">FAIL</div>
</div>
If you add "body { z-index: auto }", it works as expected in Blink.
Comment 1 by alancutter@chromium.org
, May 4 2016Labels: -Pri-3 Hotlist-Interop Pri-2