tor-browser

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

centering.html.ini (4425B)


      1 [centering.html]
      2  [horizontal-tb: tall viewport, default-sizes: true]
      3    expected:
      4      if (os == "mac") and not debug: [PASS, FAIL]
      5      if (os == "android") and not debug: [PASS, FAIL]
      6 
      7  [horizontal-tb: tall viewport, default-sizes: false]
      8    expected:
      9      if (os == "android") and not debug: [PASS, FAIL]
     10      if (os == "mac") and not debug: [PASS, FAIL]
     11 
     12  [horizontal-tb: wide viewport, default-sizes: true]
     13    expected:
     14      if (os == "mac") and not debug: [PASS, FAIL]
     15      if (os == "android") and not debug: [PASS, FAIL]
     16 
     17  [horizontal-tb: wide viewport, default-sizes: false]
     18    expected:
     19      if (os == "android") and not debug: [PASS, FAIL]
     20      if (os == "mac") and not debug: [PASS, FAIL]
     21 
     22  [horizontal-tb: square viewport, default-sizes: true]
     23    expected:
     24      if (os == "android") and not debug: [PASS, FAIL]
     25      if (os == "mac") and not debug: [PASS, FAIL]
     26 
     27  [horizontal-tb: square viewport, default-sizes: false]
     28    expected:
     29      if (os == "android") and not debug: [PASS, FAIL]
     30      if (os == "mac") and not debug: [PASS, FAIL]
     31 
     32  [horizontal-tb: dialog and viewport match, default-sizes: false]
     33    expected:
     34      if (os == "mac") and not debug: [PASS, FAIL]
     35      if (os == "android") and not debug: [PASS, FAIL]
     36 
     37  [vertical-rl: tall viewport, default-sizes: true]
     38    expected:
     39      if (os == "mac") and not debug: [PASS, FAIL]
     40      if (os == "android") and not debug: [PASS, FAIL]
     41 
     42  [vertical-rl: tall viewport, default-sizes: false]
     43    expected:
     44      if (os == "android") and not debug: [PASS, FAIL]
     45      if (os == "mac") and not debug: [PASS, FAIL]
     46 
     47  [vertical-lr: tall viewport, default-sizes: true]
     48    expected:
     49      if (os == "mac") and not debug: [PASS, FAIL]
     50      if (os == "android") and not debug: [PASS, FAIL]
     51 
     52  [vertical-lr: tall viewport, default-sizes: false]
     53    expected:
     54      if (os == "android") and not debug: [PASS, FAIL]
     55      if (os == "mac") and not debug: [PASS, FAIL]
     56 
     57  [vertical-rl (dialog horizontal-tb): tall viewport, default-sizes: true]
     58    expected:
     59      if (os == "android") and not debug: [PASS, FAIL]
     60      if (os == "mac") and not debug: [PASS, FAIL]
     61 
     62  [vertical-rl (dialog horizontal-tb): tall viewport, default-sizes: false]
     63    expected:
     64      if (os == "android") and not debug: [PASS, FAIL]
     65      if (os == "mac") and not debug: [PASS, FAIL]
     66 
     67  [vertical-lr (dialog horizontal-tb): tall viewport, default-sizes: true]
     68    expected:
     69      if (os == "android") and not debug: [PASS, FAIL]
     70      if (os == "mac") and not debug: [PASS, FAIL]
     71 
     72  [vertical-lr (dialog horizontal-tb): tall viewport, default-sizes: false]
     73    expected:
     74      if (os == "android") and not debug: [PASS, FAIL]
     75      if (os == "mac") and not debug: [PASS, FAIL]
     76 
     77  [horizontal-tb (container vertical-rl): tall viewport, default-sizes: true]
     78    expected:
     79      if (os == "mac") and not debug: [PASS, FAIL]
     80      if (os == "android") and not debug: [PASS, FAIL]
     81 
     82  [horizontal-tb (container vertical-rl): tall viewport, default-sizes: false]
     83    expected:
     84      if (os == "mac") and not debug: [PASS, FAIL]
     85      if (os == "android") and not debug: [PASS, FAIL]
     86 
     87  [vertical-rl (container horizontal-tb): tall viewport, default-sizes: true]
     88    expected:
     89      if (os == "mac") and not debug: [PASS, FAIL]
     90      if (os == "android") and not debug: [PASS, FAIL]
     91 
     92  [vertical-rl (container horizontal-tb): tall viewport, default-sizes: false]
     93    expected:
     94      if (os == "mac") and not debug: [PASS, FAIL]
     95      if (os == "android") and not debug: [PASS, FAIL]
     96 
     97  [horizontal-tb (container vertical-rl) (dialog horizontal-tb): tall viewport, default-sizes: true]
     98    expected:
     99      if (os == "mac") and not debug: [PASS, FAIL]
    100      if (os == "android") and not debug: [PASS, FAIL]
    101 
    102  [horizontal-tb (container vertical-rl) (dialog horizontal-tb): tall viewport, default-sizes: false]
    103    expected:
    104      if (os == "android") and not debug: [PASS, FAIL]
    105      if (os == "mac") and not debug: [PASS, FAIL]
    106 
    107  [vertical-rl (container horizontal-tb) (dialog vertical-rl): tall viewport, default-sizes: true]
    108    expected:
    109      if (os == "mac") and not debug: [PASS, FAIL]
    110      if (os == "android") and not debug: [PASS, FAIL]
    111 
    112  [vertical-rl (container horizontal-tb) (dialog vertical-rl): tall viewport, default-sizes: false]
    113    expected:
    114      if (os == "mac") and not debug: [PASS, FAIL]
    115      if (os == "android") and not debug: [PASS, FAIL]