layout/reftests/bugs/395331-1.xml

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <html xmlns="http://www.w3.org/1999/xhtml"
     2       xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     3 <head>
     4 <style>
     5 .base { -moz-binding: url("395331-xbl.xml#base"); }
     6 .inner { -moz-binding: url("395331-xbl.xml#inner"); }
     7 </style>
     8 <script>
     9 function boom()
    10 {
    11   var x = document.getElementById("x");
    12   x.removeChild(x.firstChild);
    13 }
    14 </script>
    15 </head>
    16 <body onload="boom();">
    17 <xul:box class="base" id="x" style="height:2em;">Hello</xul:box>Kitty
    18 </body>
    19 </html> 

mercurial