Skip to content

Commit

Permalink
Bug 1527149 [wpt PR 15328] - HTML: noopener keyword is tokenized, a=t…
Browse files Browse the repository at this point in the history
…estonly

Automatic update from web-platform-tests
HTML: noopener keyword is tokenized

See whatwg/html#4079.

--

wpt-commits: 6d9e199e99ce76bafb4d31a58641e5a2591c9587
wpt-pr: 15328

UltraBlame original commit: 957e02354f5eb4a8873a8ebb6fe3d2023ec1f025
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent e33da50 commit 05211a3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
{ testDescription: "window.open() with 'noopener' should not reuse existing target",
secondWindowFeatureString: "noopener",
shouldReuse: false },
{ testDescription: "noopener needs to be present as a token on its own",
{ testDescription: "noopener=1 means the same as noopener",
secondWindowFeatureString: "noopener=1",
shouldReuse: true },
{ testDescription: "noopener needs to be present as a token on its own again",
shouldReuse: false },
{ testDescription: "noopener=0 means lack of noopener",
secondWindowFeatureString: "noopener=0",
shouldReuse: true },
{ testDescription: "noopener needs to be present as a token on its own yet again",
{ testDescription: "noopener needs to be present as a token on its own",
secondWindowFeatureString: "make me noopener",
shouldReuse: true },
{ testDescription: "Trailing noopener should work",
Expand Down

0 comments on commit 05211a3

Please sign in to comment.