blob: 5c1b2537e27ee503e29b237b999ec2c6f5c234f9 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ experimental:PageAtRuleSupportEnabled=true ] -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>This tests zero @page margin.</title>
<style type="text/css">
@page {
margin-top: 0;
margin-left: 0;
}
html, body {
padding: 0px;
margin: 0px;
}
</style>
<script>
if (window.testRunner)
testRunner.setPrinting();
</script>
</head>
<body>
Text should start at the top right edge of the page.
</body>
</html>