зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1023344: Use MozReftestInvalidate to make 876074-1.html's behavior more reliable. r=mats
This commit is contained in:
Родитель
bf881ddde5
Коммит
93e016a256
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html class="reftest-wait">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<script>
|
<script>
|
||||||
|
@ -7,11 +7,14 @@
|
||||||
function boom()
|
function boom()
|
||||||
{
|
{
|
||||||
document.getElementById("c").style.content = "'x'";
|
document.getElementById("c").style.content = "'x'";
|
||||||
|
document.documentElement.removeAttribute("class");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
window.addEventListener("MozReftestInvalidate", boom, false);
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body style="display: inline-flex;" onload="boom();"><div></div><div style="display: table-caption;"></div><canvas id="c"></canvas></body>
|
<body style="display: inline-flex;"><div></div><div style="display: table-caption;"></div><canvas id="c"></canvas></body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче