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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-window-name-alert.html

Issue 2753773003: v8bindings: Reverts crrev.com/2606723002 with minimum changes. (Closed)
Patch Set: Updated tests and their expectations. Created 3 years, 9 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: third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-window-name-alert.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-window-name-alert.html b/third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-window-name-alert.html
index 584b0fad4b58d53edd377881d788e2429a92854b..8f740e8dd8501692c94d1fac4d8725a3610fd677 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-window-name-alert.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-window-name-alert.html
@@ -10,6 +10,7 @@ if (window.testRunner)
try {
top.alert;
console.log('FAIL');
+ console.log('compatible with old versions = ' + (top.alert === window));
} catch (e) {
console.log(e.toString());
}

Powered by Google App Engine
This is Rietveld 408576698