зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
470 B
HTML
18 строки
470 B
HTML
<!DOCTYPE HTML>
|
|
<html class="reftest-wait">
|
|
<body>
|
|
<math><menclose id="m" style="transform:translate(10px,0)">
|
|
<ll style="display:block">
|
|
<ll id=test2 style="display:none; position: fixed"></ll>
|
|
</ll>
|
|
</menclose></math>
|
|
<script>
|
|
function doTest() {
|
|
document.getElementById("test2").setAttribute("style", "position:fixed")
|
|
document.documentElement.removeAttribute("class");
|
|
}
|
|
window.addEventListener("MozReftestInvalidate", doTest);
|
|
</script>
|
|
</body>
|
|
</html>
|