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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-indexeddb.html

Issue 2721133006: Don't log deprecations in cross-origin iframe Indexed DB tests (Closed)
Patch Set: Created 3 years, 10 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/resources/cross-origin-iframe-for-indexeddb.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-indexeddb.html b/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-indexeddb.html
index 6ce2c8c4f6a251d6a57b7feb13e6870e695d2bcd..c8b73c18d734d8bf7c74b55cdfd92902fe25be5b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-indexeddb.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/resources/cross-origin-iframe-for-indexeddb.html
@@ -4,6 +4,8 @@
</head>
<body>
<script>
+ if (window.testRunner)
+ testRunner.setDumpConsoleMessages(false);
function test(method, args) {
try {
var request = window.indexedDB[method].call(window.indexedDB, args);

Powered by Google App Engine
This is Rietveld 408576698