Skip to content

Commit

Permalink
Bug 1503627 [wpt PR 13815] - Fetch: Access-Control-Allow-Origin parsi…
Browse files Browse the repository at this point in the history
…ng, a=testonly

Automatic update from web-platform-testsFetch: Access-Control-Allow-Origin parsing

--

wpt-commits: d5550c29ab33ba311b836b250cb442db6d1577e0
wpt-pr: 13815
  • Loading branch information
annevk authored and moz-wptsync-bot committed Nov 10, 2018
1 parent 8ba9a62 commit 3554500
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testing/web-platform/tests/cors/origin.htm
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,14 @@ <h1>Access-Control-Allow-Origin handling</h1>
shouldFail(location.protocol.toUpperCase() + "//" + location.host)
shouldFail("-")
shouldFail("**")
shouldFail(",*");
shouldFail("*,");
shouldFail("\0*")
shouldFail("\u000B*");
shouldFail("\u000C*");
shouldFail("*\0")
shouldFail("*\u000B");
shouldFail("*\u000C");
shouldFail("'*'")
shouldFail('"*"')
shouldFail("* *")
Expand Down

0 comments on commit 3554500

Please sign in to comment.