From 3be534ed86547cb4f1d95fa2746c786e8488bd76 Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Mon, 2 Sep 2019 09:34:12 +0000 Subject: [PATCH] Bug 1575977 [wpt PR 18619] - Update wpt metadata, a=testonly wpt-pr: 18619 wpt-type: metadata --- .../ranges/StaticRange-constructor.html.ini | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 testing/web-platform/meta/dom/ranges/StaticRange-constructor.html.ini diff --git a/testing/web-platform/meta/dom/ranges/StaticRange-constructor.html.ini b/testing/web-platform/meta/dom/ranges/StaticRange-constructor.html.ini new file mode 100644 index 000000000000..bed022ef33e0 --- /dev/null +++ b/testing/web-platform/meta/dom/ranges/StaticRange-constructor.html.ini @@ -0,0 +1,49 @@ +[StaticRange-constructor.html] + [Construct static range with endpoints in disconnected trees] + expected: FAIL + + [Construct static range with Element startContainer and Text endContainer] + expected: FAIL + + [Construct collapsed static range] + expected: FAIL + + [Construct static range with Document container] + expected: FAIL + + [Construct static range with standalone Node container] + expected: FAIL + + [Construct static range with offset greater than length] + expected: FAIL + + [Construct static range with Comment container] + expected: FAIL + + [Construct inverted static range] + expected: FAIL + + [Throw on DocumentType or Attr container] + expected: FAIL + + [Construct static range with CDATASection container] + expected: FAIL + + [Construct static range with Text container] + expected: FAIL + + [Construct static range with Text startContainer and Element endContainer] + expected: FAIL + + [Construct static range with DocumentFragment container] + expected: FAIL + + [Construct static range with Element container] + expected: FAIL + + [Construct static range with ProcessingInstruction container] + expected: FAIL + + [Construct static range with endpoints in disconnected documents] + expected: FAIL +