tor-browser

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

margin-trim.html.ini (2320B)


      1 [margin-trim.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [e.style['margin-trim'\] = "none" should set the property value]
      5    expected: FAIL
      6 
      7  [e.style['margin-trim'\] = "block" should set the property value]
      8    expected: FAIL
      9 
     10  [e.style['margin-trim'\] = "inline" should set the property value]
     11    expected: FAIL
     12 
     13  [e.style['margin-trim'\] = "block-start" should set the property value]
     14    expected: FAIL
     15 
     16  [e.style['margin-trim'\] = "block-end" should set the property value]
     17    expected: FAIL
     18 
     19  [e.style['margin-trim'\] = "inline-start" should set the property value]
     20    expected: FAIL
     21 
     22  [e.style['margin-trim'\] = "inline-end" should set the property value]
     23    expected: FAIL
     24 
     25  [e.style['margin-trim'\] = "block-start block-end" should set the property value]
     26    expected: FAIL
     27 
     28  [e.style['margin-trim'\] = "inline-start inline-end" should set the property value]
     29    expected: FAIL
     30 
     31  [e.style['margin-trim'\] = "block-end block-start" should set the property value]
     32    expected: FAIL
     33 
     34  [e.style['margin-trim'\] = "inline-end inline-start" should set the property value]
     35    expected: FAIL
     36 
     37  [e.style['margin-trim'\] = "inline-start block-start" should set the property value]
     38    expected: FAIL
     39 
     40  [e.style['margin-trim'\] = "inline-end block-start block-end" should set the property value]
     41    expected: FAIL
     42 
     43  [e.style['margin-trim'\] = "block-start inline-start block-end inline-end" should set the property value]
     44    expected: FAIL
     45 
     46  [e.style['margin-trim'\] = "inline-end block-end inline-start block-start" should set the property value]
     47    expected: FAIL
     48 
     49  [e.style['margin-trim'\] = "block inline" should set the property value]
     50    expected: FAIL
     51 
     52  [e.style['margin-trim'\] = "inline block" should set the property value]
     53    expected: FAIL
     54 
     55  [e.style['margin-trim'\] = "block-start block-end inline-end inline-start" should set the property value]
     56    expected: FAIL
     57 
     58  [e.style['margin-trim'\] = "block-start block-end inline-start inline-end" should set the property value]
     59    expected: FAIL
     60 
     61  [e.style['margin-trim'\] = "inline-start block-end block-start inline-end" should set the property value]
     62    expected: FAIL
     63 
     64  [e.style['margin-trim'\] = "inline-start inline-end block-start block-end" should set the property value]
     65    expected: FAIL