blob: 404edfbf06a3fa8ff5c952ac87ace60be8b8d406 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>At-Page Size: Zero Width</title>
<style>
@page {
size: 0 4in;
}
</style>
<h3>Expectation:</h3>
A size including 0 should not be applied, and the orientation picker should be visible.
|