tor-browser

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

width-computed.svg.ini (1415B)


      1 [width-computed.svg]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [SVG Geometry Properties: getComputedStyle().width, <image> initial]
      5    expected: FAIL
      6 
      7  [SVG Geometry Properties: getComputedStyle().width, <rect> inline style (percentage)]
      8    expected: FAIL
      9 
     10  [SVG Geometry Properties: getComputedStyle().width, <foreignObject> inline style (auto)]
     11    expected: FAIL
     12 
     13  [SVG Geometry Properties: getComputedStyle().width, <svg> inline style (auto)]
     14    expected: FAIL
     15 
     16  [SVG Geometry Properties: getComputedStyle().width, <rect> initial]
     17    expected: FAIL
     18 
     19  [SVG Geometry Properties: getComputedStyle().width, <image> inline style (percentage)]
     20    expected: FAIL
     21 
     22  [SVG Geometry Properties: getComputedStyle().width, <svg> presentation attribute]
     23    expected: FAIL
     24 
     25  [SVG Geometry Properties: getComputedStyle().width, <foreignObject> inline style (percentage)]
     26    expected: FAIL
     27 
     28  [SVG Geometry Properties: getComputedStyle().width, <rect> inline style (auto)]
     29    expected: FAIL
     30 
     31  [SVG Geometry Properties: getComputedStyle().width, <foreignObject> initial]
     32    expected: FAIL
     33 
     34  [SVG Geometry Properties: getComputedStyle().width, <svg> inline style (percentage)]
     35    expected: FAIL
     36 
     37  [SVG Geometry Properties: getComputedStyle().width, <svg> initial]
     38    expected: FAIL
     39 
     40  [SVG Geometry Properties: getComputedStyle().width, <image> inline style (auto)]
     41    expected: FAIL