blob: e73395faeab254d48dbbef8066f32f7dc73d88eb (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html class="reftest-wait">
<body>
<iframe src="./1785933-inner.html"></iframe>
<script>
window.onmessage = function() {
document.documentElement.removeAttribute("class");
}
</script>
</body>
</html>
|