layout/reftests/bugs/387876-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/387876-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<html class="reftest-wait">
     1.5 +<head>
     1.6 +<title>Bug 387876 Test Case 1</title>
     1.7 +<script>
     1.8 + function tweak() {
     1.9 +   document.getElementById('weirdDiv').textContent += 'b';
    1.10 +   document.documentElement.className = '';
    1.11 + }
    1.12 +</script>
    1.13 +</head>
    1.14 +<body onload="setTimeout(tweak, 10);">
    1.15 +  The yellow box should say 'ab'.
    1.16 +  <div style="-moz-column-width: 30px;
    1.17 +              -moz-column-gap: 0px;
    1.18 +              height: 0px;
    1.19 +             ">
    1.20 +    <div id="weirdDiv" 
    1.21 +         style="background: yellow;">a</div>
    1.22 +    z
    1.23 +  </div>
    1.24 +</body>
    1.25 +</html>

mercurial