Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | # various tests involving dynamic insertion using the DOM |
michael@0 | 2 | |
michael@0 | 3 | # append a single element |
michael@0 | 4 | == appendsingle.html appendsingle-ref.html |
michael@0 | 5 | |
michael@0 | 6 | # append several elements |
michael@0 | 7 | == appendmultiple.html appendmultiple-ref.html |
michael@0 | 8 | |
michael@0 | 9 | # insert a single element |
michael@0 | 10 | == insertsingle.html insertsingle-ref.html |
michael@0 | 11 | |
michael@0 | 12 | # insert several elements |
michael@0 | 13 | == insertmultiple.html insertmultiple-ref.html |
michael@0 | 14 | |
michael@0 | 15 | # insert multiple nodes to a parent and one of its children |
michael@0 | 16 | == inserttoparentandchild-1.html inserttoparentandchild-ref.html |
michael@0 | 17 | == inserttoparentandchild-2.html inserttoparentandchild-ref.html |
michael@0 | 18 | |
michael@0 | 19 | # insert a parent with child and then insert more children to the parent |
michael@0 | 20 | == insertparentandchild.html insertparentandchild-ref.html |
michael@0 | 21 | |
michael@0 | 22 | # insert nodes to two different parents |
michael@0 | 23 | == inserttwoparents.html inserttwoparents-ref.html |
michael@0 | 24 | |
michael@0 | 25 | # multiple content inserts and appends |
michael@0 | 26 | # multiple range inserts |
michael@0 | 27 | == insertmultiplemultiple-1.html insertmultiplemultiple-ref.html |
michael@0 | 28 | # a range insert and an append |
michael@0 | 29 | == insertmultiplemultiple-2.html insertmultiplemultiple-ref.html |
michael@0 | 30 | # multiple range inserts and an append |
michael@0 | 31 | == insertmultiplemultiple-2.html insertmultiplemultiple-ref.html |
michael@0 | 32 | |
michael@0 | 33 | # testing bindings that have multiple insertion points |
michael@0 | 34 | == multipleinsertionpoints-ref2.xhtml multipleinsertionpoints-ref.xhtml |
michael@0 | 35 | # append a single element |
michael@0 | 36 | skip-if(B2G) == multipleinsertionpoints-appendsingle-1.xhtml multipleinsertionpoints-ref.xhtml # bug 773482 |
michael@0 | 37 | skip-if(B2G) == multipleinsertionpoints-appendsingle-2.xhtml multipleinsertionpoints-ref.xhtml # bug 773482 |
michael@0 | 38 | # append several elements |
michael@0 | 39 | skip-if(B2G) == multipleinsertionpoints-appendmultiple.xhtml multipleinsertionpoints-ref.xhtml # bug 773482 |
michael@0 | 40 | # insert a single element |
michael@0 | 41 | skip-if(B2G) == multipleinsertionpoints-insertsingle-1.xhtml multipleinsertionpoints-ref.xhtml # bug 773482 |
michael@0 | 42 | skip-if(B2G) == multipleinsertionpoints-insertsingle-2.xhtml multipleinsertionpoints-ref.xhtml # bug 773482 |
michael@0 | 43 | # insert several elements |
michael@0 | 44 | skip-if(B2G) == multipleinsertionpoints-insertmultiple.xhtml multipleinsertionpoints-ref.xhtml # bug 773482 |
michael@0 | 45 | |
michael@0 | 46 | # test appending some nodes whose frame construction should be done lazily |
michael@0 | 47 | # followed by appending a node that might not be done lazily |
michael@0 | 48 | == multipleappendwithxul.xhtml multipleappendwithxul-ref.xhtml |
michael@0 | 49 | == multipleappendwithinput.xhtml multipleappendwithinput-ref.xhtml |
michael@0 | 50 | == multipleappendwitheditable.xhtml multipleappendwitheditable-ref.xhtml |
michael@0 | 51 | |
michael@0 | 52 | skip-if(B2G) == xbl-children-1.xhtml xbl-children-1-ref.xhtml |
michael@0 | 53 | skip-if(B2G) == xbl-children-2.xhtml about:blank |
michael@0 | 54 | skip-if(B2G) == xbl-children-3.xhtml xbl-children-3-ref.html |
michael@0 | 55 | skip-if(B2G) == xbl-children-4.xhtml xbl-children-4-ref.html |