blob: a02f4f18f3c9142095ca948ec1d3881083dc84c7 [file] [log] [blame]
<!DOCTYPE html>
<script>
'use strict';
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function done() {
if (window.testRunner) {
testRunner.notifyDone();
}
}
</script>
PASS if this does not crash
<iframe src="resources/entity-reference-loop.xml" onload="done();"></iframe>