summaryrefslogtreecommitdiffstats
path: root/accessible/tests/browser/e10s/head.js
diff options
context:
space:
mode:
Diffstat (limited to 'accessible/tests/browser/e10s/head.js')
-rw-r--r--accessible/tests/browser/e10s/head.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/accessible/tests/browser/e10s/head.js b/accessible/tests/browser/e10s/head.js
index bdbcb7445f..e72af914d4 100644
--- a/accessible/tests/browser/e10s/head.js
+++ b/accessible/tests/browser/e10s/head.js
@@ -170,6 +170,11 @@ async function testRelated(
expected: [null, host, dependant2],
},
{
+ desc: "Change attribute to multiple targets",
+ attrs: [{ key: attr, value: "dependant1 dependant2" }],
+ expected: [host, host, [dependant1, dependant2]],
+ },
+ {
desc: "Remove attribute",
attrs: [{ key: attr }],
expected: [null, null, null],