Index: LayoutTests/fast/html/range-point-in-range-for-different-documents-expected.txt |
diff --git a/LayoutTests/fast/html/range-point-in-range-for-different-documents-expected.txt b/LayoutTests/fast/html/range-point-in-range-for-different-documents-expected.txt |
index 08021335f859849cdd262477c1df2a92e9c06bff..2c6125d45d02b22ea7aa4f7fffc0d71bd63963d1 100644 |
--- a/LayoutTests/fast/html/range-point-in-range-for-different-documents-expected.txt |
+++ b/LayoutTests/fast/html/range-point-in-range-for-different-documents-expected.txt |
@@ -1,2 +1,5 @@ |
PASS range.isPointInRange(testNode, 1) is false |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
This tests the behavior of Range::isPointInRange when the point and the range are in different documents. |