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

Unified Diff: LayoutTests/fast/dom/DOMException/RangeException-expected.txt

Issue 14705009: Remove RangeException interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update expectation Created 7 years, 8 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
Index: LayoutTests/fast/dom/DOMException/RangeException-expected.txt
diff --git a/LayoutTests/fast/dom/DOMException/RangeException-expected.txt b/LayoutTests/fast/dom/DOMException/RangeException-expected.txt
deleted file mode 100644
index 2f322c759e66e388b74fab70892fb6962b3cde63..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/DOMException/RangeException-expected.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-Tests the properties of the RangeException object.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS e.toString() is "Error: INVALID_NODE_TYPE_ERR: DOM Range Exception 2"
-PASS Object.prototype.toString.call(e) is "[object RangeException]"
-FAIL Object.prototype.toString.call(e.__proto__) should be [object RangeExceptionPrototype]. Was [object Object].
-FAIL e.constructor.toString() should be [object RangeExceptionConstructor]. Was function RangeException() { [native code] }.
-PASS e.constructor is window.RangeException
-PASS e.INVALID_NODE_TYPE_ERR is e.constructor.INVALID_NODE_TYPE_ERR
-PASS e.BAD_BOUNDARYPOINTS_ERR is 1
-PASS e.INVALID_NODE_TYPE_ERR is 2
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/dom/DOMException/RangeException.html ('k') | LayoutTests/fast/dom/DOMException/resources/RangeException.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698