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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ce2cff0f67310c3592ce4155ec6983cce0c6a04b |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt |
@@ -0,0 +1,31 @@ |
+Tests that console correctly finds suggestions in complicated cases. |
+ |
+Checking 'window.do' |
+Found: document |
+ |
+Checking 'win' |
+Found: window |
+ |
+Checking 'window["doc' |
+Found: "document"] |
+ |
+Checking 'window["document"].bo' |
+Found: body |
+ |
+Checking 'window["document"]["body"].textC' |
+Found: textContent |
+ |
+Checking 'document.body.inner' |
+Found: innerText |
+Found: innerHTML |
+ |
+Checking 'document["body"][window.do' |
+Found: document |
+ |
+Checking 'document["body"][window["document"].body.childNodes[0].text' |
+Found: textContent |
+ |
+Checking 'templateString`asdf`should' |
+Not Found: shouldNotFindThis |
+ |
+ |