tor-browser

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

on-audio-behavior.tentative.html.ini (992B)


      1 [on-audio-behavior.tentative.html]
      2  expected:
      3    if (os_version == "14") and not debug and sessionHistoryInParent: [OK, ERROR]
      4    if (os_version == "14") and not debug and not sessionHistoryInParent: [ERROR, OK]
      5    if (os_version == "24.04") and (processor == "x86"): [OK, CRASH]
      6    if (os_version == "14") and debug: [OK, ERROR]
      7  [invoking audio with play-pause action makes audio play]
      8    expected: FAIL
      9 
     10  [invoking audio with play-pause action (without user activation) is a no-op]
     11    expected: FAIL
     12 
     13  [invoking playing audio with play-pause action pauses it]
     14    expected: FAIL
     15 
     16  [invoking audio with play action makes audio play]
     17    expected: FAIL
     18 
     19  [invoking audio with play action (without user activation) is a no-op]
     20    expected: FAIL
     21 
     22  [invoking playing audio with pause action makes it pause]
     23    expected: FAIL
     24 
     25  [invoking audio with toggle-muted action mutes it]
     26    expected: FAIL
     27 
     28  [invoking muted audio with toggle-muted action unmutes it]
     29    expected: FAIL