Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-transitions/crashtests/firefox-bug-1941855.html
<!doctype html> <style> * { transition: font-size-adjust 4s linear allow-discrete; } :empty { font-size-adjust: 0; } #container { container-type: inline-size; } </style> <body> <math> <semantics id="container"><mo></mo></semantics> </math> </body>