Our ACT nightly tests started failing after the CSS orientation rule added examples with the CSS rotate prop:
<html lang="en">
<head>
<style>
@media (orientation: portrait) {
html { rotate: 90deg; }
}
</style>
</head>
<body>
Page Content
</body>
</html>
Our ACT nightly tests started failing after the CSS orientation rule added examples with the CSS
rotateprop:https://app.circleci.com/pipelines/github/dequelabs/axe-core/4921/workflows/53584a64-11a1-4bb5-bd24-872f02c1cece/jobs/54868
The following example should fail axe-core: