blob: 10474fd9841e41e61069cf358b058e2abdc2537f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!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>
|