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