Index: LayoutTests/fast/dom/shadow/compare-treescope-position-expected.txt |
diff --git a/LayoutTests/fast/dom/shadow/compare-treescope-position-expected.txt b/LayoutTests/fast/dom/shadow/compare-treescope-position-expected.txt |
index b0b493e950cfe8c6f1ac39ad1f072e8639877b00..a1d5f43eb5b62ff071672cae04c754e678dc86e1 100644 |
--- a/LayoutTests/fast/dom/shadow/compare-treescope-position-expected.txt |
+++ b/LayoutTests/fast/dom/shadow/compare-treescope-position-expected.txt |
@@ -13,7 +13,10 @@ PASS internals.compareTreeScopePosition(sr1, sr3) is Node.DOCUMENT_POSITION_FOLL |
PASS internals.compareTreeScopePosition(sr3, sr1) is Node.DOCUMENT_POSITION_PRECEDING |
PASS internals.compareTreeScopePosition(document, document) is 0 |
PASS internals.compareTreeScopePosition(sr1, sr1) is 0 |
-PASS internals.compareTreeScopePosition(sr3, sr2) is Node.DOCUMENT_POSITION_DISCONNECTED | Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC |
+PASS internals.compareTreeScopePosition(sr3, sr2) & Node.DOCUMENT_POSITION_PRECEDING || internals.compareTreeScopePosition(sr3, sr2) & Node.DOCUMENT_POSITION_FOLLOWING is non-zero. |
+PASS internals.compareTreeScopePosition(sr3, sr2) & Node.DOCUMENT_POSITION_DISCONNECTED is Node.DOCUMENT_POSITION_DISCONNECTED |
+PASS internals.compareTreeScopePosition(sr3, sr2) & Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC is Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC |
+PASS internals.compareTreeScopePosition(sr3, sr2) is internals.compareTreeScopePosition(sr3, sr2) |
PASS successfullyParsed is true |
TEST COMPLETE |