Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1928)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt

Issue 1364683003: Range.intersectsNode() does not behave according to the specification. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed comments Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/Range/resources/intersectsNode.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt
index f9cd34f9127e0c20d27d36ce7ef268eb4417f3a4..e49847e2f43a3b560bf99ab45a7c593fc2bf5134 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Range/range-intersectsNode-expected.txt
@@ -51,7 +51,7 @@ PASS detachedRange.intersectsNode(document.getElementById('a1')) is false
PASS intersects is false
2.3 Node has no parent
-PASS range.intersectsNode(document) threw exception NotFoundError: Failed to execute 'intersectsNode' on 'Range': The node provided has no parent..
+PASS intersects is true
2.4 Range has no parent
PASS range.selectNode(document) threw exception InvalidNodeTypeError: Failed to execute 'selectNode' on 'Range': the given Node has no parent..
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/dom/Range/resources/intersectsNode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698