summaryrefslogtreecommitdiffstats
path: root/dom/html/reftests/bug917595-iframe-1.html
blob: f7fca8232c2779809060dc81ecef0e1366d891f9 (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-exif-rotated.jpg" scrolling="no" marginwidth="0" marginheight="0"></iframe>
</body>
</html>