summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebenginescript/resources/test_iframe_main.html
blob: 47b991c2cdc61d244751a5c7e8d266d8b198db49 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
<title></title>
</head>
<body>
<div>Main text</div>
<iframe id="outer" src="qrc:/resources/test_iframe_outer.html"></iframe>
</body>
</html>