| 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 ce2cff0f67310c3592ce4155ec6983cce0c6a04b..5d828576ea6245b20f55166e83a70ef12bbfbbfe 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
|
| @@ -28,4 +28,15 @@ Found: textContent
|
| Checking 'templateString`asdf`should'
|
| Not Found: shouldNotFindThis
|
|
|
| +Checking 'window.document.BODY'
|
| +Found: body
|
| +
|
| +Checking 'window.dOcUmE'
|
| +Found: document
|
| +
|
| +Checking 'window.node'
|
| +Found: NodeList
|
| +Found: AudioNode
|
| +Found: GainNode
|
| +
|
|
|
|
|