summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebenginescript/resources/test_iframe_outer.html
blob: 8854809f883dea2a266c60a0223e69bc891ee0cd (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
<title></title>
</head>
<body>
<div>Outer text</div>
<iframe id="inner" src="qrc:/resources/test_iframe_inner.html"></iframe>
</body>
</html>