diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-23 09:16:50 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-23 09:16:50 +0200 |
commit | 0a9acadccafe04aa5bc3335523bb55fe52ca8e50 (patch) | |
tree | ab49c5db5979719019b24c9086aa3701655702d5 /testing | |
parent | c30ebdac27c93b57e368c69e9c13055a17229992 (diff) | |
download | UXP-0a9acadccafe04aa5bc3335523bb55fe52ca8e50.tar UXP-0a9acadccafe04aa5bc3335523bb55fe52ca8e50.tar.gz UXP-0a9acadccafe04aa5bc3335523bb55fe52ca8e50.tar.lz UXP-0a9acadccafe04aa5bc3335523bb55fe52ca8e50.tar.xz UXP-0a9acadccafe04aa5bc3335523bb55fe52ca8e50.zip |
moebius#121: DOM - Selection API - getSelection() should exist on XMLDocument / Selection.type
https://github.com/MoonchildProductions/moebius/pull/121
Diffstat (limited to 'testing')
-rw-r--r-- | testing/web-platform/meta/selection/getSelection.html.ini | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/web-platform/meta/selection/getSelection.html.ini b/testing/web-platform/meta/selection/getSelection.html.ini index 4db5721ae..672b83770 100644 --- a/testing/web-platform/meta/selection/getSelection.html.ini +++ b/testing/web-platform/meta/selection/getSelection.html.ini @@ -1,14 +1,5 @@ [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 |