wpt / css / css-conditional / container-queries / crashtests / orthogonal-replaced-crash.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-conditional/container-queries/crashtests/orthogonal-replaced-crash.html

<!doctype html>
<title>Chrome crash for replaced in orthogonal flow query container</title>
<link rel="help" href="https://crbug.com/1325673">
<p>Pass if no crash.</p>
<iframe></iframe>
<style>
  body {
    container-type: size;
    writing-mode: vertical-rl;
  }
</style>