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

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-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/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
diff --git a/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt b/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
index edfba643a00717ceca9a72f4c8e77c96662d43f2..992127bde5b5cf25b9aef055543431322a5a6706 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
+++ b/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
@@ -316,7 +316,6 @@ PASS: canGetDescriptor(targetWindow, 'Option') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'ProcessingInstruction') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'Range') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'RangeError') should be 'false' and is.
-PASS: canGetDescriptor(targetWindow, 'RangeException') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'ReferenceError') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'SyntaxError') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'Text') should be 'false' and is.

Powered by Google App Engine
This is Rietveld 408576698