Created attachment 465338 [details] Minimal example Steps to reproduce with the example attachment: 1. Make the viewport wider than it is tall, so the text is vertical. 2. Now make the viewport taller than it is wide, so the aspect ratio media query no longer matches. The text should return to being horizontal, since that is the built-in default style, but instead remains vertical, with the additional problem of the CJK characters now being sideways. This incorrect rendering stays no matter how the viewport is resized. Explicitly setting `writing-mode: horizontal-tb` outside the media query gives the expected behavior and is a simple workaround.
<rdar://problem/106700291>