Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: LayoutTests/http/tests/security/resources/cross-frame-window-to-string-test.html

Issue 1138583002: Make Window.prototype.toString return [object Window] at all times. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: shouldBeEqualToString Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698