tor-browser

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

README (501B)


      1 This test suite is created as part of Chrome's NG table rewrite in 2020.
      2 TablesNG: https://crbug.com/958381
      3 
      4 Many parts of table layout algorithm have been left unspecified by the
      5 existing specification:
      6 https://www.w3.org/TR/css-tables-3/
      7 
      8 These tests are an attempt to exaustively test all parts of the
      9 algorithm. When specification did not specify the algorithm,
     10 the proposed algorithm is described in the tests.
     11 
     12 Our goal is that these tests will guide creation of a more complete
     13 table standard.