doc_inspector_search-iframes.html (683B)
1 <!doctype html> 2 <html lang="en" id="root"> 3 <head> 4 <meta charset="utf-8"> 5 <title>Inspector Search Box Test in Iframes</title> 6 </head> 7 <body> 8 <iframe id="iframe-1" src="/browser/devtools/client/inspector/test/search/doc_inspector_search.html"></iframe> 9 <iframe id="iframe-2" src="/browser/devtools/client/inspector/test/search/doc_inspector_search.html"></iframe> 10 <iframe id="iframe-3" src="data:text/html;charset=utf-8,%0A%20%20%3Cbutton%20id=%22b1%22%3ENested%20button%3C/button%3E%0A%20%20%3Ciframe%20id=%22iframe-4%22%20src=%22https://example.com/browser/devtools/client/inspector/test/search/doc_inspector_search.html%22%3E%3C/iframe%3E%0A"> 11 </iframe> 12 </body> 13 </html>