tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

popover-invoking-attribute-hint.html (774B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8" />
      3 <title>Popover invoking attribute</title>
      4 <link rel="author" href="mailto:masonf@chromium.org">
      5 <link rel=help href="https://open-ui.org/components/popover.research.explainer">
      6 <link rel=help href="https://html.spec.whatwg.org/multipage/popover.html">
      7 <meta name="timeout" content="long">
      8 <script src="/resources/testharness.js"></script>
      9 <script src="/resources/testharnessreport.js"></script>
     10 <script src="/resources/testdriver.js"></script>
     11 <script src="/resources/testdriver-actions.js"></script>
     12 <script src="/resources/testdriver-vendor.js"></script>
     13 <script src="resources/popover-utils.js"></script>
     14 <script src="resources/popover-invoking-attribute.js"></script>
     15 
     16 <body>
     17 <script>
     18 runPopoverInvokerTests(["hint"]);
     19 </script>