Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html class="reftest-wait"><head> |
michael@0 | 3 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
michael@0 | 4 | <style type="text/css"> |
michael@0 | 5 | body { |
michael@0 | 6 | background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAANUlEQVQImWPonzzt/6L5y+B4Yv8UFD4DMgcbhiuYMnni/wULFsAlJkzqJ2DCwuX/F81f9h8Aludb9rn0ffkAAAAASUVORK5CYII=') repeat scroll 0% 0% transparent; |
michael@0 | 7 | overflow: hidden; |
michael@0 | 8 | } |
michael@0 | 9 | </style> |
michael@0 | 10 | <script type="text/javascript"> |
michael@0 | 11 | function doScroll() { |
michael@0 | 12 | window.scrollTo(0, 500); |
michael@0 | 13 | document.documentElement.removeAttribute("class"); |
michael@0 | 14 | } |
michael@0 | 15 | document.addEventListener("MozReftestInvalidate", doScroll, false); |
michael@0 | 16 | </script> |
michael@0 | 17 | </head> |
michael@0 | 18 | <body> |
michael@0 | 19 | <div style="height: 2000px;"></div> |
michael@0 | 20 | |
michael@0 | 21 | |
michael@0 | 22 | </body></html> |