layout/reftests/bugs/18217-zorder-4.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/18217-zorder-4.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<title>CSS 2.1 Test Suite: Test for z-ordering of inline-table</title>
     1.8 +<link rel="author" title="L. David Baron" href="http://dbaron.org/" />
     1.9 +<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
    1.10 +<link rel="help" href="http://www.w3.org/TR/CSS21/zindex.html#painting-order" />
    1.11 +<meta name="flags" content="" />
    1.12 +<style type="text/css">
    1.13 +div#test > span { display:inline-table; vertical-align: top; background: green; color: green; border-bottom: 0.25em solid green; border-top: 0.25em solid green; }
    1.14 +div#before { height: 1em; margin-bottom:-1em; }
    1.15 +div#before > span { display: inline; vertical-align: top; background: red; color: red; }
    1.16 +</style>
    1.17 +</head>
    1.18 +<body>
    1.19 +<div id="before"><span>&nbsp;x&nbsp;</span></div>
    1.20 +<div id="test"><span>&nbsp;x&nbsp;</span></div>
    1.21 +</body>
    1.22 +</html>

mercurial