forked from mirrors/gecko-dev
This does not touch the autogenerated tests. WPT print reftests are slower than paged layout reftests, and the autogenerated tests are of much lower value for catching bugs than the handwritten tests. Differential Revision: https://phabricator.services.mozilla.com/D184531
12 lines
344 B
HTML
12 lines
344 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel="match" href="page-name-display-none-child-print-ref.html"/>
|
|
<link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
|
|
<body>
|
|
<div style="page:a">a</div>
|
|
<div style="page:c">
|
|
<div style="display: none">c</div>
|
|
</div>
|
|
<div style="page:b">b</div>
|
|
</body>
|
|
</html>
|