summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/page-rule-specificity-print-landscape-ref.html
blob: 0e39390e8e7367c4959acfaae04823d1ef822bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <meta charset="utf-8">
  <link rel="author" title="Jonathan Watt" href="mailto:jwatt@jwatt.org"/>
  <style>

body {
  margin: 0;
}

  </style>
  <body>
    <div>Landscape</div>
  </body>
</html>