Sign in
chromium
/
chromium
/
src.git
/
lkgr-android-internal
/
.
/
content
/
test
/
data
/
fenced_frames
/
ad_with_components.html
blob: 080226545e358bbb4f41bef8a4d5ab7ac560d49b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<iframe
id
=
"component1"
></iframe>
<script>
let components
=
navigator
.
adAuctionComponents
(
1
);
let subframe
=
document
.
getElementById
(
"component1"
);
subframe
.
src
=
components
[
0
];
</script>
</body>
</html>