8 lines
401 B
HTML
8 lines
401 B
HTML
<html><head><title>ephemeral storage test</title></head>
|
|
<body>
|
|
<iframe src="/cross-site/b.com/simple.html" id="third_party_iframe_a"></iframe>
|
|
<iframe src="/cross-site/b.com/simple.html" id="third_party_iframe_b"></iframe>
|
|
<iframe src="/cross-site/a.com/simple.html" id="first_party_iframe"></iframe>
|
|
<iframe src="/cross-site/b.com/ephemeral_storage.html" id="nested_iframe"></iframe>
|
|
</body></html>
|