content/html/document/reftests/bug917595-iframe-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/html/document/reftests/bug917595-iframe-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html class="reftest-wait">
     1.6 +<style>
     1.7 +  iframe {
     1.8 +    width:  100%;
     1.9 +    height: 100%;
    1.10 +    border: 0px;
    1.11 +  }
    1.12 +</style>
    1.13 +<script>
    1.14 +  document.addEventListener('MozReftestInvalidate',
    1.15 +                            () => document.documentElement.removeAttribute('class'),
    1.16 +                            false);
    1.17 +</script>
    1.18 +<body>
    1.19 +  <iframe src="bug917595-exif-rotated.jpg" scrolling="no" marginwidth="0" marginheight="0"></iframe>
    1.20 +</body>
    1.21 +</html>

mercurial