| 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..ad2c60967c8d3bcb6089ab40fb6b2a9553c7a128 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,22 @@ Checking 'window.32'
|
| Found: Float32Array
|
| Found: Int32Array
|
|
|
| +Checking ''
|
| +Not Found: window
|
| +
|
| +Checking '' forcefully
|
| +Found: window
|
| +
|
| +Checking '"string g'
|
| +Not Found: getComputedStyle
|
| +
|
| +Checking '`template string docu'
|
| +Not Found: document
|
| +
|
| +Checking '`${do'
|
| +Found: document
|
| +
|
| +Checking '// do'
|
| +Not Found: document
|
| +
|
|
|
|
|