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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests that overriding global methods (like Array.prototype.push, Math.max) will not break the inspector. 1 Tests that overriding global methods (like Array.prototype.push, Math.max) will not break the inspector.
2 2
3 3
4 Running: evaluateInConsole 4 Running: evaluateInConsole
5 5
6 Running: testRuntimeAgentCallFunctionOn 6 Running: testRuntimeAgentCallFunctionOn
7 7
8 Running: dumpConsoleMessages 8 Running: dumpConsoleMessages
9 testOverriddenArrayPushAndMathMax() 9 testOverriddenArrayPushAndMathMax()
10 [1, 2, 3]
10 testOverriddenConstructorName() 11 testOverriddenConstructorName()
12 Object {constructor: Object}
11 testThrowConstructorName() 13 testThrowConstructorName()
12 [1, 2, 3]
13 Object {constructor: Object}
14 Object {constructor: (...)} 14 Object {constructor: (...)}
15 testOverriddenIsFinite()
16 ["arg1", "arg2"]
15 17
OLDNEW
« 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