tenfourfox/dom/imptests/failures/editing/selecttest/test_getSelection.html.json

8 lines
451 B
JSON
Raw Normal View History

2017-04-19 07:56:45 +00:00
{
"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
}