Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-transitions/crashtests/firefox-bug-1941855.html - WPT Dashboard Interop Dashboard
<!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>