1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
falkonOfficial/tests/form-iframe.html
David Rosca 32a0db31b3 AutoFill: Initial port to QtWebEngine
There are still issues with completing forms in frames
2015-08-31 18:56:52 +02:00

12 lines
263 B
HTML

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Form completion test in iframe</title>
</head>
<body>
<h2>Form completion test in iframe</h2>
<iframe width="100%" height="80%" src="form.html"></iframe>
</body>
</html>