summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/history/the-location-interface/same_origin_frame.html
blob: 953e696b2ab0cd49972cb24abf6dfed4c9e20105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <title>Same-origin subframe for Location cyclic [[Prototype]] test</title>
  <link rel="author" title="Jeff Walden" href="http://whereswalden.com/" />
</head>
<body>
<!-- nothing to do, this window should be accessible to the parent frame -->
<p>Same-origin iframe</p>
</body>
</html>