mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
39b513d6f4
--HG-- extra : rebase_source : 0e4cb540161dfe445d58840618877f97cbe8eba0
17 lines
306 B
HTML
17 lines
306 B
HTML
<!DOCTYPE html>
|
|
<html class=reftest-wait>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Fragment nav</title>
|
|
<script>
|
|
function loaded() {
|
|
document.documentElement.removeAttribute("class");
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload='setTimeout(loaded, 10);'>
|
|
<iframe src="frame582940-ref.html#ref"></iframe>
|
|
</body>
|
|
</html>
|
|
|