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