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

Side by Side Diff: LayoutTests/inspector/console/console-tainted-globals-expected.txt

Issue 445333005: DevTools: Fix tainted Function.prototype methods may disable console. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: another test fix 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 foo() 3
4 Running: evaluateInConsole
5
6 Running: testRuntimeAgentCallFunctionOn
7
8 Running: dumpConsoleMessages
9 testOverriddenArrayPushAndMathMax()
4 testOverriddenConstructorName() 10 testOverriddenConstructorName()
5 testThrowConstructorName() 11 testThrowConstructorName()
6 [1, 2, 3] 12 [1, 2, 3]
7 Object {constructor: Object} 13 Object {constructor: Object}
8 Object {constructor: (...)} 14 Object {constructor: (...)}
9 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698