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

Unified Diff: LayoutTests/fast/dom/Range/missing-arguments-expected.txt

Issue 108063005: Make arguments to Range methods non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years 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
Index: LayoutTests/fast/dom/Range/missing-arguments-expected.txt
diff --git a/LayoutTests/fast/dom/Range/missing-arguments-expected.txt b/LayoutTests/fast/dom/Range/missing-arguments-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..dd4be187d492438982288b73ab4d654832329c66
--- /dev/null
+++ b/LayoutTests/fast/dom/Range/missing-arguments-expected.txt
@@ -0,0 +1,24 @@
+PASS range.compareBoundaryPoints() threw exception TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': 2 arguments required, but only 0 present..
+PASS range.compareBoundaryPoints(0) threw exception TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': 2 arguments required, but only 1 present..
+PASS range.comparePoint() threw exception TypeError: Failed to execute 'comparePoint' on 'Range': 2 arguments required, but only 0 present..
+PASS range.comparePoint(node) threw exception TypeError: Failed to execute 'comparePoint' on 'Range': 2 arguments required, but only 1 present..
+PASS range.createContextualFragment() threw exception TypeError: Failed to execute 'createContextualFragment' on 'Range': 1 argument required, but only 0 present..
+PASS range.insertNode() threw exception TypeError: Failed to execute 'insertNode' on 'Range': 1 argument required, but only 0 present..
+PASS range.intersectsNode() threw exception TypeError: Failed to execute 'intersectsNode' on 'Range': 1 argument required, but only 0 present..
+PASS range.isPointInRange() threw exception TypeError: Failed to execute 'isPointInRange' on 'Range': 2 arguments required, but only 0 present..
+PASS range.isPointInRange(node) threw exception TypeError: Failed to execute 'isPointInRange' on 'Range': 2 arguments required, but only 1 present..
+PASS range.selectNode() threw exception TypeError: Failed to execute 'selectNode' on 'Range': 1 argument required, but only 0 present..
+PASS range.selectNodeContents() threw exception TypeError: Failed to execute 'selectNodeContents' on 'Range': 1 argument required, but only 0 present..
+PASS range.setEnd() threw exception TypeError: Failed to execute 'setEnd' on 'Range': 2 arguments required, but only 0 present..
+PASS range.setEnd(node) threw exception TypeError: Failed to execute 'setEnd' on 'Range': 2 arguments required, but only 1 present..
+PASS range.setEndAfter() threw exception TypeError: Failed to execute 'setEndAfter' on 'Range': 1 argument required, but only 0 present..
+PASS range.setEndBefore() threw exception TypeError: Failed to execute 'setEndBefore' on 'Range': 1 argument required, but only 0 present..
+PASS range.setStart() threw exception TypeError: Failed to execute 'setStart' on 'Range': 2 arguments required, but only 0 present..
+PASS range.setStart(node) threw exception TypeError: Failed to execute 'setStart' on 'Range': 2 arguments required, but only 1 present..
+PASS range.setStartAfter() threw exception TypeError: Failed to execute 'setStartAfter' on 'Range': 1 argument required, but only 0 present..
+PASS range.setStartBefore() threw exception TypeError: Failed to execute 'setStartBefore' on 'Range': 1 argument required, but only 0 present..
+PASS range.surroundContents() threw exception TypeError: Failed to execute 'surroundContents' on 'Range': 1 argument required, but only 0 present..
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/dom/Range/missing-arguments.html ('k') | LayoutTests/fast/dom/Range/range-detached-exceptions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698