chromium/content/test/data/fenced_frames/ad_with_fenced_frame_reporting.html

<!DOCTYPE html>
<html>
<body>
<script>
    window.fence.reportEvent(
        {eventType: 'auctionwinner',
         eventData: {data: ''},
         destination: ['buyer', 'seller']});
</script>
</body>
</html>