mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
348 B
HTML
12 lines
348 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<iframe src="scoped-mq-update-helper.html" width="300" height="100" style="border: none"></iframe>
|
|
<script>
|
|
function test() {
|
|
document.querySelector("iframe").width = "100";
|
|
document.documentElement.removeAttribute("class");
|
|
}
|
|
|
|
window.addEventListener("MozReftestInvalidate", test, false);
|
|
</script>
|