summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/test/doc_inspector_fission_frame_navigation.html
blob: e454fb0c834b91ef30fa2b2dc62faafb83498070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/ -->
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Test remote frame navigation</title>
</head>
<body>
  <p>Test remote frame navigation</p>
  <div id="root">
    <iframe src='https://example.org/document-builder.sjs?html=<div id=org>org'></iframe>
  </div>
</body>
</html>