tor-browser

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

select-appearance-fallback-bottom-left-scroller-ref.html (350B)


      1 <!DOCTYPE html>
      2 <html class=reftest-wait>
      3 <script src="resources/fallback-helper.js"></script>
      4 <body>
      5 <script>
      6 (async () => {
      7  await generateReferenceFrame(15,200,1000,`
      8    [popover] {
      9      position-area: bottom span-left;
     10      position-try: unset;
     11      height: 100%;
     12      overflow: auto;
     13      align-self: stretch;
     14    }
     15  `);
     16 })();
     17 </script>