Chromium Code Reviews| Index: LayoutTests/fast/parser/adoption-agency-crash-02.html |
| diff --git a/LayoutTests/fast/parser/adoption-agency-crash-02.html b/LayoutTests/fast/parser/adoption-agency-crash-02.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f684a8e2b5890323ce5ec8ec9dd7a36f2cff82f2 |
| --- /dev/null |
| +++ b/LayoutTests/fast/parser/adoption-agency-crash-02.html |
| @@ -0,0 +1,6 @@ |
| +<script> |
| +if (window.testRunner) |
| + testRunner.dumpAsText(); |
| + |
| +document.write('<a><p><iframe onload="document.write(\'<script>document.body.innerHTML = "PASS";<\/script></a>\');"></iframe>'); |
| +</script> |