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