tor-browser

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

readme.txt (1155B)


      1 This directory contains various XUL document (mozilla/dom/xul/document) testcases for reftest.
      2 
      3 test003: Checks that dynamically removing the stylesheet PI from an inline
      4         script has expected effect.
      5 
      6 test004: Same as test003, but removing the stylesheet PI happens from a "load"
      7         event handler.
      8 
      9 test005: Same as test003, but removing the stylesheet PI happens from a top-level
     10         script in an external JS file.
     11 
     12 test006: Simple <?xml-stylesheet ?> instruction in the prolog has an effect and exists
     13         in the DOM.
     14 
     15 test008: Handle stylesheet PIs pointing to nonexistent resources gracefully.
     16 
     17 test010: PIs in the master document, outside the prolog, don't have any effect but get
     18         added to the DOM.
     19 
     20 test012: Tests that sheets references from <?xml-stylesheet ?> PIs are added to the
     21         document in the same order as the PIs themselves are in - the simple case.
     22 
     23 test013: Tests the same thing as #012, but for the case when the first sheet contains
     24         an @import statement, which makes it -finish- loading earlier than the
     25         second sheet.
     26 
     27 test022: (bug 369828) <html:style> works in XUL documents