Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-sizing/replaced-max-width-with-height-max-content.html
<!DOCTYPE html> <html> <head> <link rel="help" href="https://drafts.csswg.org/css-sizing-3/#intrinsic-sizes"> <link rel="help" href="https://drafts.csswg.org/css2/#inline-replaced-height"> <link rel="match" href="replaced-max-width-with-height-max-content-ref.html"> </head> <body> <img style="max-width: 100px; height: max-content;" src="support/replaced-min-max-2.png"> </body> </html>
/css/css-sizing/replaced-max-width-with-height-max-content-ref.html
<!DOCTYPE html> <html> <body> <img style="width: 100px; height: 100px;" src="support/replaced-min-max-2.png"> </body> </html>