2010-04-16 22:15:28 +04:00
|
|
|
# various tests involving dynamic insertion using the DOM
|
|
|
|
|
|
|
|
# append a single element
|
|
|
|
== appendsingle.html appendsingle-ref.html
|
|
|
|
|
|
|
|
# append several elements
|
|
|
|
== appendmultiple.html appendmultiple-ref.html
|
|
|
|
|
|
|
|
# insert a single element
|
|
|
|
== insertsingle.html insertsingle-ref.html
|
|
|
|
|
|
|
|
# insert several elements
|
|
|
|
== insertmultiple.html insertmultiple-ref.html
|
|
|
|
|
2010-04-30 05:15:44 +04:00
|
|
|
# insert multiple nodes to a parent and one of its children
|
2010-04-16 22:15:28 +04:00
|
|
|
== inserttoparentandchild-1.html inserttoparentandchild-ref.html
|
|
|
|
== inserttoparentandchild-2.html inserttoparentandchild-ref.html
|
|
|
|
|
|
|
|
# insert a parent with child and then insert more children to the parent
|
|
|
|
== insertparentandchild.html insertparentandchild-ref.html
|
|
|
|
|
|
|
|
# insert nodes to two different parents
|
|
|
|
== inserttwoparents.html inserttwoparents-ref.html
|
|
|
|
|
|
|
|
# multiple content inserts and appends
|
|
|
|
# multiple range inserts
|
|
|
|
== insertmultiplemultiple-1.html insertmultiplemultiple-ref.html
|
|
|
|
# a range insert and an append
|
|
|
|
== insertmultiplemultiple-2.html insertmultiplemultiple-ref.html
|
|
|
|
# multiple range inserts and an append
|
|
|
|
== insertmultiplemultiple-2.html insertmultiplemultiple-ref.html
|
|
|
|
|
|
|
|
# testing bindings that have multiple insertion points
|
|
|
|
== multipleinsertionpoints-ref2.xhtml multipleinsertionpoints-ref.xhtml
|
|
|
|
# append a single element
|
2013-01-04 00:35:01 +04:00
|
|
|
skip-if(B2G) == multipleinsertionpoints-appendsingle-1.xhtml multipleinsertionpoints-ref.xhtml # bug 773482
|
|
|
|
skip-if(B2G) == multipleinsertionpoints-appendsingle-2.xhtml multipleinsertionpoints-ref.xhtml # bug 773482
|
2010-04-16 22:15:28 +04:00
|
|
|
# append several elements
|
2013-01-04 00:35:01 +04:00
|
|
|
skip-if(B2G) == multipleinsertionpoints-appendmultiple.xhtml multipleinsertionpoints-ref.xhtml # bug 773482
|
2010-04-16 22:15:28 +04:00
|
|
|
# insert a single element
|
2013-01-04 00:35:01 +04:00
|
|
|
skip-if(B2G) == multipleinsertionpoints-insertsingle-1.xhtml multipleinsertionpoints-ref.xhtml # bug 773482
|
|
|
|
skip-if(B2G) == multipleinsertionpoints-insertsingle-2.xhtml multipleinsertionpoints-ref.xhtml # bug 773482
|
2010-04-16 22:15:28 +04:00
|
|
|
# insert several elements
|
2013-01-04 00:35:01 +04:00
|
|
|
skip-if(B2G) == multipleinsertionpoints-insertmultiple.xhtml multipleinsertionpoints-ref.xhtml # bug 773482
|
2010-04-16 22:15:28 +04:00
|
|
|
|
|
|
|
# test appending some nodes whose frame construction should be done lazily
|
|
|
|
# followed by appending a node that might not be done lazily
|
|
|
|
== multipleappendwithxul.xhtml multipleappendwithxul-ref.xhtml
|
|
|
|
== multipleappendwithinput.xhtml multipleappendwithinput-ref.xhtml
|
|
|
|
== multipleappendwitheditable.xhtml multipleappendwitheditable-ref.xhtml
|
2013-06-29 05:48:13 +04:00
|
|
|
|
|
|
|
skip-if(B2G) == xbl-children-1.xhtml xbl-children-1-ref.xhtml
|
2013-07-12 01:53:08 +04:00
|
|
|
skip-if(B2G) == xbl-children-2.xhtml about:blank
|
2013-07-12 01:05:55 +04:00
|
|
|
skip-if(B2G) == xbl-children-3.xhtml xbl-children-3-ref.html
|
2013-08-07 04:31:30 +04:00
|
|
|
skip-if(B2G) == xbl-children-4.xhtml xbl-children-4-ref.html
|