tor-browser

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

table-attribute.html.ini (1712B)


      1 [table-attribute.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [table td align attribute left is correct]
      5    expected: FAIL
      6 
      7  [table tfoot align attribute center is correct]
      8    expected: FAIL
      9 
     10  [table th align attribute middle is correct]
     11    expected: FAIL
     12 
     13  [table thead align attribute right is correct]
     14    expected: FAIL
     15 
     16  [table thead align attribute middle is correct]
     17    expected: FAIL
     18 
     19  [table tr align attribute center is correct]
     20    expected: FAIL
     21 
     22  [table th align attribute left is correct]
     23    expected: FAIL
     24 
     25  [table tbody align attribute right is correct]
     26    expected: FAIL
     27 
     28  [table thead align attribute left is correct]
     29    expected: FAIL
     30 
     31  [table th align attribute center is correct]
     32    expected: FAIL
     33 
     34  [table td align attribute center is correct]
     35    expected: FAIL
     36 
     37  [table tr align attribute middle is correct]
     38    expected: FAIL
     39 
     40  [table tfoot align attribute middle is correct]
     41    expected: FAIL
     42 
     43  [table th align attribute right is correct]
     44    expected: FAIL
     45 
     46  [table tr align attribute left is correct]
     47    expected: FAIL
     48 
     49  [table td align attribute right is correct]
     50    expected: FAIL
     51 
     52  [table tfoot align attribute left is correct]
     53    expected: FAIL
     54 
     55  [table tfoot align attribute right is correct]
     56    expected: FAIL
     57 
     58  [table thead align attribute center is correct]
     59    expected: FAIL
     60 
     61  [table tbody align attribute middle is correct]
     62    expected: FAIL
     63 
     64  [table tbody align attribute left is correct]
     65    expected: FAIL
     66 
     67  [table tbody align attribute center is correct]
     68    expected: FAIL
     69 
     70  [table td align attribute middle is correct]
     71    expected: FAIL
     72 
     73  [table tr align attribute right is correct]
     74    expected: FAIL