summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/tests/reftest/bug582940-1-ref.html
blob: 7209c8e69e5409ba44c893e5d24f7476c92eae5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>