blob: 5eeed49f30f1850fea5154fe1f40bcef9903dd27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html class="reftest-paged">
<body>
<div>a</div>
<div style="display:flex">
<div style="page:b">b</div>
<div style="page:c">c</div>
</div>
<div>d</div>
</body>
</html>
|