tor-browser

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

margin-collapse-through-for-various-height-values.tentative.html.ini (1493B)


      1 [margin-collapse-through-for-various-height-values.tentative.html]
      2  [{"height":"1%","parentHeight":"auto"}]
      3    expected: FAIL
      4 
      5  [{"height":"1%","parentHeight":"0px"}]
      6    expected: FAIL
      7 
      8  [{"height":"calc(0px + 1%)","parentHeight":"auto"}]
      9    expected: FAIL
     10 
     11  [{"height":"calc(0px + 1%)","parentHeight":"0px"}]
     12    expected: FAIL
     13 
     14  [{"height":"calc(1px + 0%)","parentHeight":"auto"}]
     15    expected: FAIL
     16 
     17  [{"height":"calc(1px + 1%)","parentHeight":"auto"}]
     18    expected: FAIL
     19 
     20  [{"minHeight":"1%","parentHeight":"auto"}]
     21    expected: FAIL
     22 
     23  [{"minHeight":"1%","parentHeight":"0px"}]
     24    expected: FAIL
     25 
     26  [{"minHeight":"calc(0px + 1%)","parentHeight":"auto"}]
     27    expected: FAIL
     28 
     29  [{"minHeight":"calc(0px + 1%)","parentHeight":"0px"}]
     30    expected: FAIL
     31 
     32  [{"minHeight":"calc(1px + 0%)","parentHeight":"auto"}]
     33    expected: FAIL
     34 
     35  [{"minHeight":"calc(1px + 1%)","parentHeight":"auto"}]
     36    expected: FAIL
     37 
     38  [{"height":"1px","maxHeight":"0px"}]
     39    expected: FAIL
     40 
     41  [{"height":"1px","maxHeight":"0%","parentHeight":"0px"}]
     42    expected: FAIL
     43 
     44  [{"height":"1px","maxHeight":"0%","parentHeight":"100px"}]
     45    expected: FAIL
     46 
     47  [{"height":"1px","maxHeight":"1%","parentHeight":"0px"}]
     48    expected: FAIL
     49 
     50  [{"height":"1px","maxHeight":"calc(0px + 0%)","parentHeight":"0px"}]
     51    expected: FAIL
     52 
     53  [{"height":"1px","maxHeight":"calc(0px + 0%)","parentHeight":"100px"}]
     54    expected: FAIL
     55 
     56  [{"height":"1px","maxHeight":"calc(0px + 1%)","parentHeight":"0px"}]
     57    expected: FAIL