tor-browser

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

badge-success.https.html.ini (823B)


      1 [badge-success.https.html]
      2  [No parameter should show a flag with no numeric value.]
      3    expected: FAIL
      4 
      5  [Set to zero should clear the badge.]
      6    expected: FAIL
      7 
      8  [Setting to true should display a value of 1.]
      9    expected: FAIL
     10 
     11  [Setting to null should clear the badge.]
     12    expected: FAIL
     13 
     14  [Setting to false should clear the badge.]
     15    expected: FAIL
     16 
     17  [undefined should show a flag with no numeric value.]
     18    expected: FAIL
     19 
     20  [Maximum allowed value (2^53 - 1) should display saturated value: '99+'.]
     21    expected: FAIL
     22 
     23  [Non-whole number should round down to nearest integer (10).]
     24    expected: FAIL
     25 
     26  [Setting to the string '3' should display a value of 3.]
     27    expected: FAIL
     28 
     29  [An integer value of 3 should show the badge vale 3.]
     30    expected: FAIL
     31 
     32  [Should clear the badge.]
     33    expected: FAIL