layout/reftests/table-anonymous-boxes/407115-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/table-anonymous-boxes/407115-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style>
     1.8 +.outer { border: 1px solid black; }
     1.9 +.cell { display: table-cell; border: 1px solid green; }
    1.10 +.marg { margin: 1em 0; }
    1.11 +</style>
    1.12 +</head>
    1.13 +<body onload="var c1 = document.getElementById('c1'); c1.parentNode.removeChild(c1);">
    1.14 +
    1.15 +<div class="outer">
    1.16 +<div class="marg"><span id="c1" class="cell"><b>Hello Kitty</b></span></div>
    1.17 +<div class="marg"><span class="cell"><b>Hello Kitty</b></span></div>
    1.18 +<div class="marg"><span class="cell"><b>Hello Kitty</b></span></div>
    1.19 +<div class="marg"><span class="cell"><b>Hello Kitty</b></span></div>
    1.20 +</div>
    1.21 +
    1.22 +</body>
    1.23 +</html>

mercurial