layout/base/crashtests/385866-1.xhtml

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     1 <html xmlns="http://www.w3.org/1999/xhtml">
     2 <head>
     4 <style>
     5 div, col { counter-reset: chicken; }
     6 </style>
     8 <script>
     9 function boom()
    10 {
    11   var col = document.getElementById("col");
    12   col.parentNode.removeChild(col);
    13 }
    14 </script>
    16 </head>
    18 <body onload="boom();">
    20 <div><col id="col" span="2"></col></div>
    22 </body>
    23 </html>

mercurial