diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-04-23 11:45:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 11:45:04 +0200 |
commit | 0dde7a1e70431ad960d74ec5e661a186087872ff (patch) | |
tree | 1e0a3ca438adc705be3618808e71bb6aa5f1e330 /testing/web-platform/meta | |
parent | babe395d31261f1f0e672cba6ca7317f5abf22d1 (diff) | |
parent | e3bd0b7ea0ffb1037a585b5ec0c64b9e09bb0957 (diff) | |
download | uxp-0dde7a1e70431ad960d74ec5e661a186087872ff.tar.gz |
Merge pull request #237 from janekptacijarabaci/js_dom_getSelection_document_1
moebius#121: DOM - Selection API - getSelection() should exist on XMLDocument / Selection.type
Diffstat (limited to 'testing/web-platform/meta')
-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 4db5721ae4..672b837703 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 |