test_iframe.xhtml (804B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <?csp default-src 'none' ?> 3 4 <!-- This Source Code Form is subject to the terms of the Mozilla Public 5 - License, v. 2.0. If a copy of the MPL was not distributed with this 6 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 7 8 <!DOCTYPE html> 9 10 <html 11 xmlns="http://www.w3.org/1999/xhtml" 12 id="remote-test-iframe" 13 windowtype="remote:test-xhtml" 14 > 15 <head> 16 <title>iframe</title> 17 <link rel="stylesheet" href="chrome://global/skin/global.css" /> 18 <link rel="stylesheet" href="chrome://marionette-chrome/content/style.css" /> 19 </head> 20 21 <body> 22 <div id="types" class="flex-column"> 23 <input id="textInput" size="6" value="test" label="input" /> 24 <input type="checkbox" id="testBox" label="box" /> 25 </div> 26 </body> 27 </html>