tenfourfox/dom/imptests/failures/editing/selecttest/test_getSelection.html.json
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

8 lines
451 B
JSON

{
"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
}