Skip to content

Commit

Permalink
Add example for same origin-domain where ports are different
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan authored and Alice Boxhall committed Jan 7, 2019
1 parent 57215da commit b2e8113
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -79470,6 +79470,11 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
<td>("<code data-x="">https</code>", "<code data-x="">example.org</code>", null, null)
<td>✅
<td>✅
<tr>
<td>("<code data-x="">https</code>", "<code data-x="">example.org</code>", 314, null)
<td>("<code data-x="">https</code>", "<code data-x="">example.org</code>", 420, null)
<td>❌
<td>❌
<tr>
<td>("<code data-x="">https</code>", "<code data-x="">example.org</code>", 314, "<code
data-x="">example.org</code>")
Expand Down

0 comments on commit b2e8113

Please sign in to comment.