blob: ad59f09f135e24b40c17317cfba8a69a641e1446 [file] [log] [blame]
<!DOCTYPE html>
<script>
if (window.testRunner)
testRunner.setPrinting();
</script>
<style>
@page clockwise {
page-orientation: rotate-right;
}
@page counter-clockwise {
page-orientation: rotate-left;
}
</style>
<div>
A normal page.
</div>
<div style="page:clockwise;">
This page is rotated clockwise.
</div>
<div style="page:counter-clockwise;">
This page is rotated counter-clockwise.
</div>
<div>
A normal page again.
</div>