diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-04-20 11:28:07 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-04-20 11:28:22 +0200 |
commit | 9a90a96cc01654be196ca58167ff92c9d6612d3a (patch) | |
tree | 7bbe8808936d32412adfc6b3777e7c12a8330bac | |
parent | df8998356b242ed5c0286116f6f6fa2142fe0ece (diff) | |
download | servo-9a90a96cc01654be196ca58167ff92c9d6612d3a.tar.gz servo-9a90a96cc01654be196ca58167ff92c9d6612d3a.zip |
Note the bug for Node::rootNode.
-rw-r--r-- | tests/wpt/metadata/dom/nodes/rootNode.html.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wpt/metadata/dom/nodes/rootNode.html.ini b/tests/wpt/metadata/dom/nodes/rootNode.html.ini index 44e544621ef..8505eb99f81 100644 --- a/tests/wpt/metadata/dom/nodes/rootNode.html.ini +++ b/tests/wpt/metadata/dom/nodes/rootNode.html.ini @@ -1,5 +1,6 @@ [rootNode.html] type: testharness + bug: https://github.com/servo/servo/issues/10747 [rootNode attribute must return the context object when it does not have any parent] expected: FAIL |