Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-conditional/container-queries/crashtests/orthogonal-replaced-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Chrome crash for replaced in orthogonal flow query container</title>
<p>Pass if no crash.</p>
<iframe></iframe>
<style>
body {
container-type: size;
writing-mode: vertical-rl;
}
</style>