| Index: third_party/WebKit/LayoutTests/fast/invalid/entity-reference-loop.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/invalid/entity-reference-loop.html b/third_party/WebKit/LayoutTests/fast/invalid/entity-reference-loop.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a02f4f18f3c9142095ca948ec1d3881083dc84c7
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/invalid/entity-reference-loop.html
|
| @@ -0,0 +1,17 @@
|
| +<!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>
|
|
|