tor-browser

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

reftest.list (2206B)


      1 # various tests involving dynamic insertion using the DOM
      2 
      3 # append a single element
      4 == appendsingle.html appendsingle-ref.html
      5 
      6 # append several elements
      7 == appendmultiple.html appendmultiple-ref.html
      8 
      9 # insert a single element
     10 == insertsingle.html insertsingle-ref.html
     11 
     12 # insert several elements
     13 == insertmultiple.html insertmultiple-ref.html
     14 
     15 # insert multiple nodes to a parent and one of its children
     16 == inserttoparentandchild-1.html inserttoparentandchild-ref.html
     17 == inserttoparentandchild-2.html inserttoparentandchild-ref.html
     18 
     19 # insert a parent with child and then insert more children to the parent
     20 == insertparentandchild.html insertparentandchild-ref.html
     21 
     22 # insert nodes to two different parents
     23 == inserttwoparents.html inserttwoparents-ref.html
     24 
     25 # multiple content inserts and appends
     26 # multiple range inserts
     27 == insertmultiplemultiple-1.html insertmultiplemultiple-ref.html
     28 # a range insert and an append
     29 == insertmultiplemultiple-2.html insertmultiplemultiple-ref.html
     30 # multiple range inserts and an append
     31 == insertmultiplemultiple-3.html insertmultiplemultiple-ref.html
     32 
     33 # testing bindings that have multiple insertion points
     34 == multipleinsertionpoints-ref2-shadow.xhtml multipleinsertionpoints-ref.xhtml
     35 # append a single element
     36 == multipleinsertionpoints-appendsingle-1-shadow.xhtml multipleinsertionpoints-ref.xhtml
     37 == multipleinsertionpoints-appendsingle-2-shadow.xhtml multipleinsertionpoints-ref.xhtml
     38 # append several elements
     39 == multipleinsertionpoints-appendmultiple-shadow.xhtml multipleinsertionpoints-ref.xhtml
     40 # insert a single element
     41 == multipleinsertionpoints-insertsingle-1-shadow.xhtml multipleinsertionpoints-ref.xhtml
     42 == multipleinsertionpoints-insertsingle-2-shadow.xhtml multipleinsertionpoints-ref.xhtml
     43 # insert several elements
     44 == multipleinsertionpoints-insertmultiple-shadow.xhtml multipleinsertionpoints-ref.xhtml
     45 
     46 # test appending some nodes whose frame construction should be done lazily
     47 # followed by appending a node that might not be done lazily
     48 == multipleappendwithxul.xhtml multipleappendwithxul-ref.xhtml
     49 == multipleappendwithinput.xhtml multipleappendwithinput-ref.xhtml
     50 == multipleappendwitheditable.xhtml multipleappendwitheditable-ref.xhtml
     51