| Index: third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt
|
| index 28a304e8593ffd372ef7b3eaafaf9aeb9e0a8a1d..9887902b4fe9f40201d6598001e02d527f5942c1 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt
|
| @@ -47,4 +47,19 @@ Checking 'window.32'
|
| Found: Float32Array
|
| Found: Int32Array
|
|
|
| +Checking ''
|
| +Not Found: window
|
| +
|
| +Checking '' forcefully
|
| +Found: window
|
| +
|
| +Checking 'g' with token js-string
|
| +Not Found: getComputedStyle
|
| +
|
| +Checking 'window.docu' with token js-string-2
|
| +Not Found: document
|
| +
|
| +Checking 'window["docu' with token js-string
|
| +Found: "document"]
|
| +
|
|
|
|
|