tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

test022.xhtml (472B)


      1 <?xml version="1.0"?>
      2 <!--
      3 Any copyright is dedicated to the Public Domain.
      4 http://creativecommons.org/licenses/publicdomain/
      5 -->
      6 <window title="Testcase for bug 369828 - html:style doesn't work in XUL documents"
      7  xmlns:html="http://www.w3.org/1999/xhtml"
      8  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
      9  style="background-color: red">
     10 
     11 <html:style type="text/css">
     12  window {
     13    background-color: green !important;
     14  }
     15 </html:style>
     16 
     17 </window>