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