mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
477 B
HTML
18 lines
477 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, false);
|
|
</script>
|
|
</body>
|
|
</html>
|