fune/toolkit/components/printing/tests/file_first_landscape.html
Jonathan Watt 473cc4095f Bug 1869217. Don't use the @page rules that match the first page as the page defaults. r=emilio
page-rule-specificity-001-print.html is the only test that actually fails prior
to this patch (it already passes in Chrome).

Differential Revision: https://phabricator.services.mozilla.com/D196000
2023-12-11 17:53:41 +00:00

12 lines
174 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
@page { size: landscape; }
</style>
</head>
<body>
<div>Test</div>
</body>
</html>