| Index: third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html b/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html
|
| index 6a8d3c11fca735fde0e9ed6e164a59badc6b31ac..06f1071a68e735760b5e87792fa5f2645fb70496 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html
|
| @@ -49,7 +49,9 @@ function test()
|
| () => testCompletions("templateString`asdf`", "should", ["shouldNotFindThis"]),
|
| () => testCompletions("window.document.", "BODY", ["body"]),
|
| () => testCompletions("window.", "dOcUmE", ["document"]),
|
| - () => testCompletions("window.", "node", ["NodeList", "AudioNode", "GainNode"])
|
| + () => testCompletions("window.", "node", ["NodeList", "AudioNode", "GainNode"]),
|
| + () => testCompletions("", "32", ["Float32Array", "Int32Array"]),
|
| + () => testCompletions("window.", "32", ["Float32Array", "Int32Array"])
|
| ]).then(InspectorTest.completeTest);
|
|
|
| }
|
|
|