Fri, 16 Jan 2015 04:50:19 +0100
Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32
1 # various tests involving dynamic insertion using the DOM
3 # append a single element
4 == appendsingle.html appendsingle-ref.html
6 # append several elements
7 == appendmultiple.html appendmultiple-ref.html
9 # insert a single element
10 == insertsingle.html insertsingle-ref.html
12 # insert several elements
13 == insertmultiple.html insertmultiple-ref.html
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
19 # insert a parent with child and then insert more children to the parent
20 == insertparentandchild.html insertparentandchild-ref.html
22 # insert nodes to two different parents
23 == inserttwoparents.html inserttwoparents-ref.html
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-2.html insertmultiplemultiple-ref.html
33 # testing bindings that have multiple insertion points
34 == multipleinsertionpoints-ref2.xhtml multipleinsertionpoints-ref.xhtml
35 # append a single element
36 skip-if(B2G) == multipleinsertionpoints-appendsingle-1.xhtml multipleinsertionpoints-ref.xhtml # bug 773482
37 skip-if(B2G) == multipleinsertionpoints-appendsingle-2.xhtml multipleinsertionpoints-ref.xhtml # bug 773482
38 # append several elements
39 skip-if(B2G) == multipleinsertionpoints-appendmultiple.xhtml multipleinsertionpoints-ref.xhtml # bug 773482
40 # insert a single element
41 skip-if(B2G) == multipleinsertionpoints-insertsingle-1.xhtml multipleinsertionpoints-ref.xhtml # bug 773482
42 skip-if(B2G) == multipleinsertionpoints-insertsingle-2.xhtml multipleinsertionpoints-ref.xhtml # bug 773482
43 # insert several elements
44 skip-if(B2G) == multipleinsertionpoints-insertmultiple.xhtml multipleinsertionpoints-ref.xhtml # bug 773482
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
52 skip-if(B2G) == xbl-children-1.xhtml xbl-children-1-ref.xhtml
53 skip-if(B2G) == xbl-children-2.xhtml about:blank
54 skip-if(B2G) == xbl-children-3.xhtml xbl-children-3-ref.html
55 skip-if(B2G) == xbl-children-4.xhtml xbl-children-4-ref.html