summaryrefslogtreecommitdiffstats
path: root/dom/html/reftests/bug917595-1-ref.html
blob: b777751ff8b4b0c0ea8508a9c40984c4f87d50a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html class="reftest-wait">
<style>
  iframe {
    width:  100%;
    height: 100%;
    border: 0px;
  }
</style>
<script>
  document.addEventListener('MozReftestInvalidate',
                            () => document.documentElement.removeAttribute('class'));
</script>
<body>
  <iframe src="bug917595-pixel-rotated.jpg" scrolling="no" marginwidth="0" marginheight="0"></iframe>
</body>
</html>