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