tor-browser

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

iframe-in-block-in-inline.html (287B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://drafts.csswg.org/css2/#inline-boxes">
      3 <link rel="author" href="mailto:kojii@chromium.org">
      4 <link rel="match" href="iframe-in-block-in-inline-ref.html" />
      5 <span>
      6  <div>
      7    <iframe src="support/iframe-inner.html"></iframe>
      8  </div>
      9 </span>