tor-browser

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

variable-definition.html.ini (4107B)


      1 [variable-definition.html]
      2  [CSSOM.setProperty with space 1]
      3    expected: FAIL
      4 
      5  [CSSOM.setProperty with space 2]
      6    expected: FAIL
      7 
      8  [can overwrite with space value (Cascading)]
      9    expected:
     10      if (os == "linux") and not debug: [FAIL, PASS]
     11      FAIL
     12 
     13  [ leading white space (single space) (Cascading)]
     14    expected:
     15      if (os == "linux") and not debug: [PASS, FAIL]
     16 
     17  [ leading white space (single space)]
     18    expected:
     19      if (os == "linux") and not debug: [PASS, FAIL]
     20 
     21  [white space value (double space)]
     22    expected:
     23      if (os == "linux") and not debug: [FAIL, PASS]
     24      FAIL
     25 
     26  [ leading white space (double space) 2 (Cascading)]
     27    expected:
     28      if (os == "linux") and not debug: [PASS, FAIL]
     29 
     30  [white space value (single space) (Computed Style)]
     31    expected:
     32      if (os == "linux") and not debug: [FAIL, PASS]
     33      FAIL
     34 
     35  [can overwrite with space value]
     36    expected:
     37      if (os == "linux") and not debug: [FAIL, PASS]
     38      FAIL
     39 
     40  [white space value (double space) (Computed Style)]
     41    expected:
     42      if (os == "linux") and not debug: [FAIL, PASS]
     43      FAIL
     44 
     45  [can overwrite with space value (Computed Style)]
     46    expected:
     47      if (os == "linux") and not debug: [FAIL, PASS]
     48      FAIL
     49 
     50  [ leading white space (single space) (Computed Style)]
     51    expected:
     52      if (os == "linux") and not debug: [PASS, FAIL]
     53 
     54  [white space value (single space)]
     55    expected:
     56      if (os == "linux") and not debug: [FAIL, PASS]
     57      FAIL
     58 
     59  [white space value (double space) (Cascading)]
     60    expected:
     61      if (os == "linux") and not debug: [FAIL, PASS]
     62      FAIL
     63 
     64  [white space value (single space) (Cascading)]
     65    expected:
     66      if (os == "linux") and not debug: [FAIL, PASS]
     67      FAIL
     68 
     69  [ leading white space (double space) 2]
     70    expected:
     71      if (os == "linux") and not debug: [PASS, FAIL]
     72 
     73  [ leading white space (double space) 2 (Computed Style)]
     74    expected:
     75      if (os == "linux") and not debug: [PASS, FAIL]
     76 
     77  [can overwrite with no value]
     78    expected: FAIL
     79 
     80  [can overwrite with no value (Computed Style)]
     81    expected: FAIL
     82 
     83  [can overwrite with no value (Cascading)]
     84    expected: FAIL
     85 
     86  [!important (Cascading)]
     87    expected:
     88      if (os == "mac") and not debug: [PASS, FAIL]
     89      if (os == "android") and not debug: [PASS, FAIL]
     90 
     91  [ trailing white space (single space) (Computed Style)]
     92    expected:
     93      if (os == "mac") and not debug: [PASS, FAIL]
     94      if (os == "android") and not debug: [PASS, FAIL]
     95 
     96  [!important (with space) (Cascading)]
     97    expected:
     98      if (os == "mac") and not debug: [PASS, FAIL]
     99      if (os == "android") and not debug: [PASS, FAIL]
    100 
    101  [!important (with space)]
    102    expected:
    103      if (os == "mac") and not debug: [PASS, FAIL]
    104      if (os == "android") and not debug: [PASS, FAIL]
    105 
    106  [!important (Computed Style)]
    107    expected:
    108      if (os == "mac") and not debug: [PASS, FAIL]
    109      if (os == "android") and not debug: [PASS, FAIL]
    110 
    111  [ trailing white space (double space) 2 (Cascading)]
    112    expected:
    113      if (os == "mac") and not debug: [PASS, FAIL]
    114      if (os == "android") and not debug: [PASS, FAIL]
    115 
    116  [ trailing white space (single space) (Cascading)]
    117    expected:
    118      if (os == "mac") and not debug: [PASS, FAIL]
    119      if (os == "android") and not debug: [PASS, FAIL]
    120 
    121  [ trailing white space (double space) 2 (Computed Style)]
    122    expected:
    123      if (os == "mac") and not debug: [PASS, FAIL]
    124      if (os == "android") and not debug: [PASS, FAIL]
    125 
    126  [!important (with space) (Computed Style)]
    127    expected:
    128      if (os == "mac") and not debug: [PASS, FAIL]
    129      if (os == "android") and not debug: [PASS, FAIL]
    130 
    131  [ trailing white space (single space)]
    132    expected:
    133      if (os == "mac") and not debug: [PASS, FAIL]
    134      if (os == "android") and not debug: [PASS, FAIL]
    135 
    136  [!important]
    137    expected:
    138      if (os == "mac") and not debug: [PASS, FAIL]
    139      if (os == "android") and not debug: [PASS, FAIL]
    140 
    141  [ trailing white space (double space) 2]
    142    expected:
    143      if (os == "mac") and not debug: [PASS, FAIL]
    144      if (os == "android") and not debug: [PASS, FAIL]