summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/portals/resources/portals-rendering-portal.html
blob: 31b3f4a9909e9bda842997f1c7586e79dceedc2b (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<body style="background-color: green">
  <script>
    window.requestAnimationFrame(function(ts) {
      window.portalHost.postMessage("loaded");
    });
  </script>
</body>