tor-browser

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

only-child-group.html.ini (540B)


      1 [only-child-group.html]
      2  expected:
      3    if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR]
      4  [:only-child should match because ::view-transition-group is generated for root element only]
      5    expected:
      6      if (os == "mac") and not debug: [PASS, FAIL]
      7      if (os == "android") and not debug: [PASS, FAIL]
      8 
      9  [:only-child should match because ::view-transition-group is generated for sub element only]
     10    expected:
     11      if (os == "mac") and not debug: [PASS, FAIL]
     12      if (os == "android") and not debug: [PASS, FAIL]