Add mention of Blink to threading_and_task_testing.md
R=altimin@chromium.org
Bug: 1002654
Change-Id: Iaa1c7911326bb0280766b2df045f5401b1f5110c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849127
Commit-Queue: Gabriel Charette <gab@chromium.org>
Auto-Submit: Gabriel Charette <gab@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754947}
diff --git a/docs/threading_and_tasks_testing.md b/docs/threading_and_tasks_testing.md
index 5110be1..d8a3603a 100644
--- a/docs/threading_and_tasks_testing.md
+++ b/docs/threading_and_tasks_testing.md
@@ -158,6 +158,14 @@
This is the //ios equivalent of `content::BrowserTaskEnvironment` to simulate
`web::WebThread`.
+### Blink ?
+
+We would like to have something like `blink::BlinkTaskEnvironment` to simulate
+Blink's task posting infrastructure. We don't have it yet because Blink can be
+initialized only once and some things have to be reused across multiple unit
+tests which makes creating per-test task environment quite tricky. Contributions
+welcome!
+
## Task Environment Traits and Abilities
### Driving the Task Environment