Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Tests that console correctly finds suggestions in complicated cases. | |
| 2 | |
| 3 Checking 'window.do' | |
| 4 Found: document | |
| 5 | |
| 6 Checking 'win' | |
| 7 Found: window | |
| 8 | |
| 9 Checking 'window["doc' | |
| 10 Found: "document"] | |
| 11 | |
| 12 Checking 'window["document"].bo' | |
| 13 Found: body | |
| 14 | |
| 15 Checking 'window["document"]["body"].textC' | |
| 16 Found: textContent | |
| 17 | |
| 18 Checking 'document.body.inner' | |
| 19 Found: innerText | |
| 20 Found: innerHTML | |
| 21 | |
| 22 Checking 'document["body"][window.do' | |
| 23 Found: document | |
| 24 | |
| 25 Checking 'document["body"][window["document"].body.childNodes[0].text' | |
| 26 Found: textContent | |
| 27 | |
| 28 | |
| OLD | NEW |