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
11 lines
322 B
HTML
11 lines
322 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<link rel="match" href="page-name-inline-block-001-print-ref.html"/>
|
|
<link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
|
|
<body>
|
|
<div style="display: inline-block">
|
|
<div style="page: a">a</div>
|
|
<div style="page: b">b</div>
|
|
</div>
|
|
</body>
|
|
</html>
|