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/inspector/console/console-tainted-globals-expected.txt

Issue 470543002: DevTools: Don't allow native global functions in injected script. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 4 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/inspector/console/console-tainted-globals-expected.txt
diff --git a/LayoutTests/inspector/console/console-tainted-globals-expected.txt b/LayoutTests/inspector/console/console-tainted-globals-expected.txt
index da7cfb97d759b69984e6436bbb24c8fded27946f..db72011cc17822bc934a0df988bb8bb6e1877f4d 100644
--- a/LayoutTests/inspector/console/console-tainted-globals-expected.txt
+++ b/LayoutTests/inspector/console/console-tainted-globals-expected.txt
@@ -7,9 +7,11 @@ Running: testRuntimeAgentCallFunctionOn
Running: dumpConsoleMessages
testOverriddenArrayPushAndMathMax()
-testOverriddenConstructorName()
-testThrowConstructorName()
[1, 2, 3]
+testOverriddenConstructorName()
Object {constructor: Object}
+testThrowConstructorName()
Object {constructor: (...)}
+testOverriddenIsFinite()
+["arg1", "arg2"]
« no previous file with comments | « LayoutTests/inspector/console/console-tainted-globals.html ('k') | Source/core/inspector/InjectedScriptSource.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698