Status: PASS | Duration: 5ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-viewport/zoom/explicit-inherit/max-width.html
<!DOCTYPE html> <title>max-width:inherit applies zoom</title> <link rel="help" href="https://drafts.csswg.org/css-viewport/"> <link rel="match" href="../green-square-100px.html"> <style> div > div { background-color: green; } </style> <div style="max-width:50px"> <div style="zoom:2; max-width:inherit; height:50px; width:300px;"></div> </div>
/css/css-viewport/zoom/green-square-100px.html
<!doctype html> <meta charset="utf-8"> <div style="width: 100px; height: 100px; background-color: green"></div>