tor-browser

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

caption-side-invalid.html.ini (368B)


      1 [caption-side-invalid.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [e.style['caption-side'\] = "left" should not set the property value]
      5    expected:
      6      if (os == "mac") and not debug: [PASS, FAIL]
      7 
      8  [e.style['caption-side'\] = "right" should not set the property value]
      9    expected:
     10      if (os == "mac") and not debug: [PASS, FAIL]