blob: 319513aa06203bc5f81672a032d62c5ae81fdd84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html class="reftest-paged">
<body>
<div>a</div>
<div style="display:flex; flex-direction:column">
<div>
<div>
<div style="page:a">b</div>
<div style="page:b">c</div>
</div>
</div>
</div>
<div>d</div>
</body>
</html>
|