diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /layout/reftests/dom/reftest-stylo.list | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'layout/reftests/dom/reftest-stylo.list')
-rw-r--r-- | layout/reftests/dom/reftest-stylo.list | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/layout/reftests/dom/reftest-stylo.list b/layout/reftests/dom/reftest-stylo.list new file mode 100644 index 000000000..266ec1c2b --- /dev/null +++ b/layout/reftests/dom/reftest-stylo.list @@ -0,0 +1,76 @@ +# DO NOT EDIT! This is a auto-generated temporary list for Stylo testing +# various tests involving dynamic insertion using the DOM + +# append a single element +skip == appendsingle.html appendsingle.html + +# append several elements +skip == appendmultiple.html appendmultiple.html + +# insert a single element +== insertsingle.html insertsingle.html + +# insert several elements +== insertmultiple.html insertmultiple.html + +# insert multiple nodes to a parent and one of its children +== inserttoparentandchild-1.html inserttoparentandchild-1.html +== inserttoparentandchild-2.html inserttoparentandchild-2.html + +# insert a parent with child and then insert more children to the parent +== insertparentandchild.html insertparentandchild.html + +# insert nodes to two different parents +== inserttwoparents.html inserttwoparents.html + +# multiple content inserts and appends +# multiple range inserts +== insertmultiplemultiple-1.html insertmultiplemultiple-1.html +# a range insert and an append +== insertmultiplemultiple-2.html insertmultiplemultiple-2.html +# multiple range inserts and an append +== insertmultiplemultiple-2.html insertmultiplemultiple-2.html + +# testing bindings that have multiple insertion points +# skip XBL test case on B2G +skip-if(B2G||Mulet) == multipleinsertionpoints-ref2.xhtml multipleinsertionpoints-ref2.xhtml +# Initial mulet triage: parity with B2G/B2G Desktop +# append a single element +skip skip-if(B2G||Mulet) == multipleinsertionpoints-appendsingle-1.xhtml multipleinsertionpoints-appendsingle-1.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +skip skip-if(B2G||Mulet) == multipleinsertionpoints-appendsingle-2.xhtml multipleinsertionpoints-appendsingle-2.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +# append several elements +skip skip-if(B2G||Mulet) == multipleinsertionpoints-appendmultiple.xhtml multipleinsertionpoints-appendmultiple.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +# insert a single element +skip-if(B2G||Mulet) == multipleinsertionpoints-insertsingle-1.xhtml multipleinsertionpoints-insertsingle-1.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +skip-if(B2G||Mulet) == multipleinsertionpoints-insertsingle-2.xhtml multipleinsertionpoints-insertsingle-2.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop +# insert several elements +skip-if(B2G||Mulet) == multipleinsertionpoints-insertmultiple.xhtml multipleinsertionpoints-insertmultiple.xhtml +# bug 773482 +# Initial mulet triage: parity with B2G/B2G Desktop + +# test appending some nodes whose frame construction should be done lazily +# followed by appending a node that might not be done lazily +skip skip-if((B2G&&browserIsRemote)||Mulet) == multipleappendwithxul.xhtml multipleappendwithxul.xhtml +# Bug 974780 +# Initial mulet triage: parity with B2G/B2G Desktop +skip == multipleappendwithinput.xhtml multipleappendwithinput.xhtml +skip == multipleappendwitheditable.xhtml multipleappendwitheditable.xhtml + +skip-if(B2G||Mulet) == xbl-children-1.xhtml xbl-children-1.xhtml +# Initial mulet triage: parity with B2G/B2G Desktop +skip-if(B2G||Mulet) == xbl-children-2.xhtml xbl-children-2.xhtml +# Initial mulet triage: parity with B2G/B2G Desktop +skip-if(B2G||Mulet) == xbl-children-3.xhtml xbl-children-3.xhtml +# Initial mulet triage: parity with B2G/B2G Desktop +skip-if(B2G||Mulet) == xbl-children-4.xhtml xbl-children-4.xhtml +# Initial mulet triage: parity with B2G/B2G Desktop |