| OLD | NEW |
| 1 Tests that console correctly finds suggestions in complicated cases. | 1 Tests that console correctly finds suggestions in complicated cases. |
| 2 | 2 |
| 3 Checking 'window.do' | 3 Checking 'window.do' |
| 4 Found: document | 4 Found: document |
| 5 | 5 |
| 6 Checking 'win' | 6 Checking 'win' |
| 7 Found: window | 7 Found: window |
| 8 | 8 |
| 9 Checking 'window["doc' | 9 Checking 'window["doc' |
| 10 Found: "document"] | 10 Found: "document"] |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 | 21 |
| 22 Checking 'document["body"][window.do' | 22 Checking 'document["body"][window.do' |
| 23 Found: document | 23 Found: document |
| 24 | 24 |
| 25 Checking 'document["body"][window["document"].body.childNodes[0].text' | 25 Checking 'document["body"][window["document"].body.childNodes[0].text' |
| 26 Found: textContent | 26 Found: textContent |
| 27 | 27 |
| 28 Checking 'templateString`asdf`should' | 28 Checking 'templateString`asdf`should' |
| 29 Not Found: shouldNotFindThis | 29 Not Found: shouldNotFindThis |
| 30 | 30 |
| 31 Checking 'window.document.BODY' |
| 32 Found: body |
| 31 | 33 |
| 34 Checking 'window.dOcUmE' |
| 35 Found: document |
| 36 |
| 37 Checking 'window.node' |
| 38 Found: NodeList |
| 39 Found: AudioNode |
| 40 Found: GainNode |
| 41 |
| 42 |
| OLD | NEW |