diff --git a/cookies/attributes/resources/domain-child.sub.html b/cookies/attributes/resources/domain-child.sub.html index ae377c26941ffd..270a8133438c75 100644 --- a/cookies/attributes/resources/domain-child.sub.html +++ b/cookies/attributes/resources/domain-child.sub.html @@ -339,14 +339,8 @@ location: `http://${wwwHost}:${port}/cookies/attributes/resources/path.html`, }, { - cookie: `test=46b; domain=.`, - expected: "", - name: "No cookie returned with single dot ('.') domain value (aka host-cookie) on non-host subdomain redirect", - location: `http://${www2wwwHost}:${port}/cookies/attributes/resources/path.html`, - }, - { - cookie: `test=46c; domain=.; domain=${host}`, - expected: "test=46c", + cookie: `test=46b; domain=.; domain=${host}`, + expected: "test=46b", name: "Return cookie with valid domain after domain with single dot ('.') value.", location: `http://${wwwHost}:${port}/cookies/attributes/resources/path.html`, },