tor-browser

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

naturalWidth-naturalHeight.html.ini (935B)


      1 [naturalWidth-naturalHeight.html]
      2  # The failures annotated with https://github.com/whatwg/html/issues/11287
      3  # here are all expected-to-fail under that proposed spec-change.
      4  # (i.e. we're correct and the test needs an update, if the proposal
      5  # is accepted.)
      6  [HTMLImageElement.prototype.naturalWidth/naturalHeight, SVG image, no natural dimensions]
      7    expected: FAIL # https://github.com/whatwg/html/issues/11287
      8 
      9  [HTMLImageElement.prototype.naturalWidth/naturalHeight, SVG image, width in pixels; height unspecified]
     10    expected: FAIL # https://github.com/whatwg/html/issues/11287
     11 
     12  [HTMLImageElement.prototype.naturalWidth/naturalHeight, SVG image, width in pixels; percentage height]
     13    expected: FAIL # https://github.com/whatwg/html/issues/11287
     14 
     15  [HTMLImageElement.prototype.naturalWidth/naturalHeight, SVG image, width/height unspecified; viewBox]
     16    expected: FAIL # https://github.com/whatwg/html/issues/11287