summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/chrome/printpreview_mixed_page_size_001.html
blob: a611299527cbf568f76abf3c886e59bae944b774 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<style>
@page a {
    size: 10in 5in;
}
@page b {
    size: 6in 9in;
}
</style>
<div style="page: a">a</div>
<div style="page: b">b</div>