Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-sizing/aspect-ratio/replaced-element-049.html
<!DOCTYPE html> <title>CSS aspect-ratio: video with controls</title> <link rel="author" title="Oriol Brufau" href="obrufau@igalia.com"> <link rel="help" href="https://drafts.csswg.org/css-sizing-4/#aspect-ratio"> <link rel="help" href="https://github.com/servo/servo/issues/40770"> <link rel="match" href="replaced-element-049-ref.html"> <style> video { display: block; border: solid green; width: 300px; aspect-ratio: 1; } </style> <video controls></video>
/css/css-sizing/aspect-ratio/replaced-element-049-ref.html
<!DOCTYPE html> <title>CSS aspect-ratio reference: video with controls</title> <style> video { display: block; border: solid green; width: 300px; height: 300px; } </style> <video controls></video>