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