tor-browser

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

select-appearance-fallback-bottom-right-scroller-ref.html (352B)


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