Newer
Older
minerva / Base / res / html / misc / flex-item-preferred-size-should-be-intrinsic-size-contribution.html
@minerva minerva on 13 Jul 618 bytes Initial commit
<!DOCTYPE html><html><head><style>
      html {
        background: white;
      }
      .flexbox {
        display: flex;
        background: pink;
      }
      svg {
        background: orange;
        height: 50px;
        width: 50px;
      }
</style></head><body class="flexbox"><svg
                        width="569px"
                        height="546px"
                        viewBox="0 0 569 546"
                      ><circle
                            cx="362.589996"
                            cy="204.589996"
                            r="204.589996"
                          ></circle></svg>