summaryrefslogtreecommitdiffstats
path: root/toolkit/components/printing/tests/page_size_zero.html
blob: 054f9ae0e3c90384741d523db6caa7ab6f509ee1 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<meta charset="utf-8">
<title>At-Page Size: Zero</title>
<style>
  @page {
    size: 0;
  }
</style>
<h3>Expectation:</h3>
A size of 0 should not be applied.