summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/portals/portals-api.html
blob: 79d2d526bdb752fb307e2136a84a7a56b15fed9d (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<title>Portals API test</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<body>
  <script>
    test(function() {
      assert_true(document.createElement('portal') instanceof HTMLPortalElement);
    }, "portal element exists");
  </script>
</body>