| 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]
|
|
|