blob: 5f6801098e441d1d0566ff881cdef4370de3f147 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<head>
<script>
function pass() {
var div = document.createElement('div');
div.innerHTML = 'PASS';
document.body.appendChild(div);
}
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
</head>
<body onload="pass()">
<p>This page verifies fix for bug 58247. WebKit should not crash when this page is rendered.</p>
<form><em><ol </del><fieldset form="f"</sub><option </dt><button form="f"></em><meter </time>
</body>
|