diff options
Diffstat (limited to 'testing/web-platform/meta/selection/getSelection.html.ini')
-rw-r--r-- | testing/web-platform/meta/selection/getSelection.html.ini | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/meta/selection/getSelection.html.ini b/testing/web-platform/meta/selection/getSelection.html.ini new file mode 100644 index 000000000..4db5721ae --- /dev/null +++ b/testing/web-platform/meta/selection/getSelection.html.ini @@ -0,0 +1,17 @@ +[getSelection.html] + type: testharness + [getSelection() on HTML document with null defaultView must be null] + expected: FAIL + + [getSelection() on XML document with null defaultView must be null] + expected: FAIL + + [getSelection() on HTML document with null defaultView must be null inside an iframe onload] + expected: FAIL + + [window.getSelection() instanceof Selection in an iframe immediately after appendChild] + expected: FAIL + + [document.getSelection() instanceof Selection in an iframe immediately after appendChild] + expected: FAIL + |