DescriptionLayout Tests should support '*.test' URLs.
We need, for example, to test that ServiceWorkers can't be registered on
unauthenticated origins[1]. This patch allows '*.test' as a valid URL
for tests, and teaches content shell how to resolve them if (and only
if) the '--dump-render-tree' flag is set.
'.test' is a reserved gTLD[3], and is also used by the W3C's Web Platform
Tests[3]; it seems like the best choice of suffix for layout tests.
[1]: http://w3c.github.io/webappsec/specs/mixedcontent/#authenticated-origin
[2]: http://newgtlds.icann.org/applicants/agb
[3]: https://github.com/w3c/web-platform-tests#running-the-tests
BUG=410190
Committed: https://crrev.com/2fe091b135c7f1c24c7e349ed2b40a887c561cbc
Cr-Commit-Position: refs/heads/master@{#293106}
Patch Set 1 #Patch Set 2 : content_shell #
Messages
Total messages: 9 (2 generated)
|