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