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

Unified Diff: LayoutTests/fast/dom/wrapper-identity-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/wrapper-identity-expected.txt
diff --git a/LayoutTests/fast/dom/wrapper-identity-expected.txt b/LayoutTests/fast/dom/wrapper-identity-expected.txt
index a6c9abe4b4baca686ae5bcf395aafd79484e2fa0..8f3ef3466fb9247c82b809072bf64d5e4d0d05ef 100644
--- a/LayoutTests/fast/dom/wrapper-identity-expected.txt
+++ b/LayoutTests/fast/dom/wrapper-identity-expected.txt
@@ -78,7 +78,6 @@ PASS var object = window['NodeFilter']; isEqualJS(object, object); is true
PASS var object = window['Option']; isEqualJS(object, object); is true
PASS var object = window['Range']; isEqualJS(object, object); is true
PASS var object = window['RangeError']; isEqualJS(object, object); is true
-PASS var object = window['RangeException']; isEqualJS(object, object); is true
PASS var object = window['ReferenceError']; isEqualJS(object, object); is true
PASS var object = window['SyntaxError']; isEqualJS(object, object); is true
PASS var object = window['TypeError']; isEqualJS(object, object); is true
« no previous file with comments | « LayoutTests/fast/dom/resources/wrapper-identity-base.js ('k') | LayoutTests/http/tests/security/cross-frame-access-get.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698