reftest.list 2.3 KB

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