зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
442 B
HTML
19 строки
442 B
HTML
<!DOCTYPE HTML>
|
|
<html class="reftest-wait">
|
|
<head>
|
|
<script src="forceloadplugin.js">
|
|
</script>
|
|
</head>
|
|
<body onLoad="forceLoadPlugin('p', true)">
|
|
<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);
|
|
</script>
|
|
</body>
|
|
</html>
|