aboutsummaryrefslogtreecommitdiff
path: root/QA.md
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-04-20 07:58:29 +0000
committerGitHub <noreply@github.com>2019-04-20 07:58:29 +0000
commitc8e8b3db8ec592f43dcc3fa7920dabc26ce409b9 (patch)
tree739bcb398d389dde2453daf7bb8e407df18b3a5f /QA.md
parent15b3372c668a4b6120c614e35d3c38639a04b514 (diff)
parent2562d3b9de36d8b0a25d9ec4f67c5c1430773410 (diff)
Merge pull request #568 from ueokande/add-e2e-tests
Add e2e tests
Diffstat (limited to 'QA.md')
-rw-r--r--QA.md27
1 files changed, 0 insertions, 27 deletions
diff --git a/QA.md b/QA.md
index 9cf43a9..449beba 100644
--- a/QA.md
+++ b/QA.md
@@ -18,40 +18,13 @@ The behaviors of the console are tested in [Console section](#consoles).
- [ ] Notify to users on add-on updated at first time.
- [ ] Reopen tab on *only current window* by <kbd>u</kbd>
-### Following links
-
-- [ ] Show hints on following on a page containing `<frame>`/`<iframe>`
-- [ ] Show hints only inside viewport of the frame on following on a page containing `<frame>`/`<iframe>`
-- [ ] Show hints only inside top window on following on a page containing `<frame>`/`<iframe>`
-- [ ] 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`
-- [ ] Configure custom hint character by settings `"hintchars": "012345678"` in add-on preferences
-
- [ ] 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"`
-
### Settings
#### JSON Settings