| 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 86eade7df93f5d13e81b327e4f6e2d1f56e1e554..b49ff25411487560dd03e8514b52a15921ab6220 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
|
| @@ -71,6 +71,24 @@ Not Found: shouldNotFindThisFunction
|
| Checking 'shou'
|
| Not Found: should not find this
|
|
|
| +Checking 'myMap.get('
|
| +Found: "first")
|
| +Found: "second")
|
| +Found: "third")
|
| +
|
| +Checking 'myMap.get(''
|
| +Found: 'first')
|
| +Found: 'second')
|
| +Found: 'third')
|
| +
|
| +Checking 'myMap.set('firs'
|
| +Found: 'first',
|
| +
|
| +Checking 'myMap.set(should'
|
| +Found: shouldFindThisFunction
|
| +Not Found: shouldNotFindThis
|
| +Not Found: "shouldNotFindThis")
|
| +
|
| Checking 'document. bo'
|
| Found: body
|
|
|
| @@ -81,7 +99,7 @@ Checking 'document.
|
| bo'
|
| Found: body
|
|
|
| -Checking 'document.
|
| +Checking 'document.
|
| bo'
|
| Found: body
|
|
|
|
|