| Index: LayoutTests/inspector/debugger/debugger-expand-scope.html
|
| diff --git a/LayoutTests/inspector/debugger/debugger-expand-scope.html b/LayoutTests/inspector/debugger/debugger-expand-scope.html
|
| index 3d9aceeeaea6b086098d473eaef20e90c17916d9..448cf4e4edc4fc12ea9af56554ab9fff29326baf 100644
|
| --- a/LayoutTests/inspector/debugger/debugger-expand-scope.html
|
| +++ b/LayoutTests/inspector/debugger/debugger-expand-scope.html
|
| @@ -8,6 +8,8 @@ function makeClosure(n) {
|
| var makeClosureLocalVar = 'local.' + n;
|
| return function innerFunction(x) {
|
| var innerFunctionLocalVar = x + 2;
|
| + var negInf = -Infinity;
|
| + var negZero = 1 / negInf;
|
| try {
|
| throw new Error("An exception");
|
| } catch (e) {
|
|
|