Chromium Code Reviews| Index: content/test/data/browser_plugin_infinite_loop_child.html |
| diff --git a/content/test/data/browser_plugin_infinite_loop_child.html b/content/test/data/browser_plugin_infinite_loop_child.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..90151c9a53dcef24f3eab20be99a41c3719c2c15 |
| --- /dev/null |
| +++ b/content/test/data/browser_plugin_infinite_loop_child.html |
| @@ -0,0 +1,3 @@ |
| +<script> |
| + while (true) {} |
| +</script> |