diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/selection/isCollapsed.html.ini | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/selection/isCollapsed.html.ini')
-rw-r--r-- | testing/web-platform/meta/selection/isCollapsed.html.ini | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/testing/web-platform/meta/selection/isCollapsed.html.ini b/testing/web-platform/meta/selection/isCollapsed.html.ini new file mode 100644 index 000000000..59252947b --- /dev/null +++ b/testing/web-platform/meta/selection/isCollapsed.html.ini @@ -0,0 +1,50 @@ +[isCollapsed.html] + type: testharness + [Range 9 [detachedPara1.firstChild, 0, detachedPara1.firstChild, 1\]] + expected: FAIL + + [Range 10 [detachedPara1.firstChild, 2, detachedPara1.firstChild, 8\]] + expected: FAIL + + [Range 12 [foreignPara1.firstChild, 0, foreignPara1.firstChild, 1\]] + expected: FAIL + + [Range 13 [foreignPara1.firstChild, 2, foreignPara1.firstChild, 8\]] + expected: FAIL + + [Range 19 [foreignDoc.documentElement, 0, foreignDoc.documentElement, 1\]] + expected: FAIL + + [Range 25 [detachedPara1, 0, detachedPara1, 1\]] + expected: FAIL + + [Range 33 [foreignDoc.documentElement, 1, foreignDoc.body, 0\]] + expected: FAIL + + [Range 41 [foreignDoc, 1, foreignComment, 2\]] + expected: FAIL + + [Range 42 [foreignDoc.body, 0, foreignTextNode, 36\]] + expected: FAIL + + [Range 44 [xmlDoc, 1, xmlComment, 0\]] + expected: FAIL + + [Range 45 [detachedTextNode, 0, detachedTextNode, 8\]] + expected: FAIL + + [Range 47 [detachedForeignTextNode, 0, detachedForeignTextNode, 8\]] + expected: FAIL + + [Range 49 [detachedXmlTextNode, 0, detachedXmlTextNode, 8\]] + expected: FAIL + + [Range 50 [detachedComment, 3, detachedComment, 4\]] + expected: FAIL + + [Range 52 [detachedForeignComment, 0, detachedForeignComment, 1\]] + expected: FAIL + + [Range 54 [detachedXmlComment, 2, detachedXmlComment, 6\]] + expected: FAIL + |