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 | 09522e704696b0ecfc5a166c4c5ed042a75bcd36 (patch) | |
tree | ab49c5db5979719019b24c9086aa3701655702d5 /testing | |
parent | 93f808acd482ee5d978ab7ead70b9abcf560e143 (diff) | |
download | aura-central-09522e704696b0ecfc5a166c4c5ed042a75bcd36.tar.gz |
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 |