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

Unified 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: 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 31f46fb42d976e1aa15d2e1efa9033beaa8fed2f..da7cfb97d759b69984e6436bbb24c8fded27946f 100644
--- a/LayoutTests/inspector/console/console-tainted-globals-expected.txt
+++ b/LayoutTests/inspector/console/console-tainted-globals-expected.txt
@@ -1,6 +1,12 @@
Tests that overriding global methods (like Array.prototype.push, Math.max) will not break the inspector.
-foo()
+
+Running: evaluateInConsole
+
+Running: testRuntimeAgentCallFunctionOn
+
+Running: dumpConsoleMessages
+testOverriddenArrayPushAndMathMax()
testOverriddenConstructorName()
testThrowConstructorName()
[1, 2, 3]

Powered by Google App Engine
This is Rietveld 408576698