summaryrefslogtreecommitdiffstats
path: root/dom/html/reftests/bug917595-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/reftests/bug917595-1-ref.html')
-rw-r--r--dom/html/reftests/bug917595-1-ref.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/dom/html/reftests/bug917595-1-ref.html b/dom/html/reftests/bug917595-1-ref.html
new file mode 100644
index 0000000000..b777751ff8
--- /dev/null
+++ b/dom/html/reftests/bug917595-1-ref.html
@@ -0,0 +1,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>