forked from mirrors/gecko-dev
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
12 lines
174 B
HTML
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>
|