blob: 187803f6f284dc0cbfaeaa9e369152326838f53f (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html class="reftest-wait">
<iframe src="1377256-1-helper.html"></iframe>
<script>
function finish() {
document.querySelector("iframe").remove();
document.documentElement.className = "";
}
</script>
|