Chromium Code Reviews| Index: LayoutTests/http/tests/security/resources/cross-frame-window-to-string-test.html |
| diff --git a/LayoutTests/http/tests/security/resources/cross-frame-window-to-string-test.html b/LayoutTests/http/tests/security/resources/cross-frame-window-to-string-test.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ee5f76c538c38e8ec70b6232fc8aed166e336fd2 |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/security/resources/cross-frame-window-to-string-test.html |
| @@ -0,0 +1,4 @@ |
| +<!doctype html> |
| +<script> |
| +window[Symbol.toStringTag] = "inner"; |
| +</script> |