mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 803473 - Wait for MozReftestInvalidate to fix orange. r=roc
This commit is contained in:
parent
3b1169b70e
commit
7b3b6022db
@ -1,6 +1,14 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<html class="reftest-wait">
|
||||
<body>
|
||||
<embed type="application/x-test" style="width:200px; height:400px;"></embed>
|
||||
<embed type="application/x-test" id="p"
|
||||
style="width:200px; height:400px;"></embed>
|
||||
<script>
|
||||
var p = document.getElementById("p");
|
||||
function doTest() {
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
window.addEventListener("MozReftestInvalidate", doTest, false);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user