Newer
Older
minerva / Tests / LibWeb / Layout / input / svg / natural-width-from-svg-attributes.html
@minerva minerva on 13 Jul 311 bytes Initial commit
<!doctype html><style>
  * {
    outline: 1px solid black;
  }
  body {
    height: 128px;
    width: 128px;
  }
  svg {
    width: auto;
    height: auto;
    display: block;
  }
</style><body><svg width="64" height="64" viewBox="0 0 10 10" ><rect x="0" y="0" width="10" height="10" fill="green"></rect></svg>