gecko-dev/layout/reftests/css-page/page-name-two-page-017.html
Emily McDonough f6897bd7b4 Bug 1760378 Part 2 - Add generated page-name reftests r=dholbert
To run the script to generate test cases:
python layout/reftests/css-page/generate-page-name-two-page-test.py

This should work with Python 2 or Python 3, and from any working directory.

Differential Revision: https://phabricator.services.mozilla.com/D141671
2022-03-29 18:18:47 +00:00

9 lines
233 B
HTML

<!-- AUTOGENERATED BY generate-page-name-two-page-test.py, DO NOT MODIFY -->
<!DOCTYPE html>
<html class="reftest-paged">
<body>
<div><p style="page:a">a</p></div>
<div style="page:b"><p style="page:auto">b</p></div>
</body>
</html>