OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script> | |
3 'use strict'; | |
4 | |
5 if (window.testRunner) { | |
6 testRunner.dumpAsText(); | |
7 testRunner.waitUntilDone(); | |
8 } | |
9 | |
10 function done() { | |
11 if (window.testRunner) { | |
12 testRunner.notifyDone(); | |
13 } | |
14 } | |
15 </script> | |
16 PASS if this does not crash | |
17 <iframe src="resources/entity-reference-loop.xml" onload="done();"></iframe> | |
OLD | NEW |