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

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-set-window-properties.html

Issue 91383002: Switch V8WindowCustom to the new-style ExceptionState (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations. Created 7 years 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/cross-frame-access-set-window-properties.html
diff --git a/LayoutTests/http/tests/security/cross-frame-access-set-window-properties.html b/LayoutTests/http/tests/security/cross-frame-access-set-window-properties.html
index fb2bb67ba7514737d190a965716a5f436fff1795..4a198c3783289b0c93e84cb6b0963811732b53f5 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-set-window-properties.html
+++ b/LayoutTests/http/tests/security/cross-frame-access-set-window-properties.html
@@ -59,7 +59,7 @@
'toolbar'
];
for (var i = 0; i < ReplaceableProperties.length; i++) {
- shouldThrow('iWindow.' + ReplaceableProperties[i] + ' = 1;', ex);
+ shouldThrow('iWindow.' + ReplaceableProperties[i] + ' = 1;');
}
finishJSTest();

Powered by Google App Engine
This is Rietveld 408576698