Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | <html class="reftest-wait"> |
michael@0 | 2 | <head> |
michael@0 | 3 | <script> |
michael@0 | 4 | function showItem() { |
michael@0 | 5 | var el = document.getElementById("two"); |
michael@0 | 6 | getComputedStyle(el).opacity; // flush styles |
michael@0 | 7 | el.style.opacity = 1; |
michael@0 | 8 | document.documentElement.removeAttribute("class"); |
michael@0 | 9 | } |
michael@0 | 10 | window.addEventListener("MozReftestInvalidate", showItem, false); |
michael@0 | 11 | </script> |
michael@0 | 12 | </head> |
michael@0 | 13 | <body> |
michael@0 | 14 | <div id="one" style="width:50px; height:50px; background-color:blue; position:absolute"></div> |
michael@0 | 15 | <div id="two" style="width:500px; height:500px; background-color:red; opacity:0.99"></div> |
michael@0 | 16 | </body> |
michael@0 | 17 | </html> |