diff -r 000000000000 -r 6474c204b198 dom/imptests/failures/editing/selecttest/test_getSelection.html.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dom/imptests/failures/editing/selecttest/test_getSelection.html.json Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,7 @@ +{ + "getSelection() on HTML document with null defaultView must be null":true, + "getSelection() on XML document with null defaultView must be null":true, + "window.getSelection() instanceof Selection in an iframe immediately after appendChild":true, + "document.getSelection() instanceof Selection in an iframe immediately after appendChild":true, + "getSelection() on HTML document with null defaultView must be null inside an iframe onload":true +}