aboutsummaryrefslogtreecommitdiff
path: root/QA.md
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-04-18 21:54:56 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-04-18 21:54:56 +0900
commit7df99cf232514e4545cb4363b995e851f44f41d2 (patch)
treea66d309b4deca87327f03013ef417347716c97ce /QA.md
parent15b3372c668a4b6120c614e35d3c38639a04b514 (diff)
Add e2e tests for "complete" property
Diffstat (limited to 'QA.md')
-rw-r--r--QA.md14
1 files changed, 1 insertions, 13 deletions
diff --git a/QA.md b/QA.md
index 9cf43a9..2c5b939 100644
--- a/QA.md
+++ b/QA.md
@@ -26,19 +26,10 @@ The behaviors of the console are tested in [Console section](#consoles).
- [ ] Select link and open it in the frame in `<iframe>`/`<frame`> on following by <kbd>f</kbd>
- [ ] Select link and open it in new tab in `<iframe>`/`<frame`> on following by <kbd>F</kbd>
- [ ] Select link and open it in `<area>` tags, for <kbd>f</kbd> and <kbd>F</kbd>
-- [ ] Open new tab in background by `"background": true`
- [ ] Opened tabs is in child on Tree Style Tab
### Consoles
-#### Exec a command
-
-- [ ] `<EMPTY>`: do nothing
-
-#### Misc
-
-- [ ] Select next item by <kbd>Tab</kbd> and previous item by <kbd>Shift</kbd>+<kbd>Tab</kbd>
-
### Properties
- [ ] Configure custom hint character by `:set hintchars=012345678`
@@ -47,10 +38,7 @@ The behaviors of the console are tested in [Console section](#consoles).
- [ ] Smooth scroll by `:set smoothscroll`
- [ ] Non-smooth scroll by `:set nosmoothscroll`
- [ ] Configure smooth scroll by settings `"smoothscroll": true`, `"smoothscroll": false`
-
-- [ ] Show search engine, bookmark and history items in order by `:set complete=sbh`
-- [ ] Show bookmark, search engine, and search engine items in order by `:set complete=bss`
-- [ ] Configure completion items by setting `"complete": "sbh"`, `"complete": "bss"`
+- [ ] Open new tab in background by `"background": true`
### Settings