1
    2
    3
    4
    5
    6

content / test / data / partitioned_popins / iframes_allow_popins.html [blame]

<html><head><title>iframe test</title></head>
<body>
<a id="ref" href="#ref">ref link</a>
<iframe src="/links.html" id="test1" name="test1" allow="popins"></iframe>
<iframe src="/links.html" id="test2" name="test2" allow="popins"></iframe>
</body></html>