Files
UXP-Fixed/editor/libeditor/tests/bug527935.html
T
2018-02-02 04:16:08 -05:00

12 lines
249 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<div id="content">
<iframe id="formTarget" name="formTarget"></iframe>
<form action="data:text/html," target="formTarget">
<input name="test" id="initValue"><input type="submit">
</form>
</div>
</body>
</html