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

Unified Diff: LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging.html

Issue 19564003: Populate cross-origin location access SecurityError messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 7 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging.html
diff --git a/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging.html b/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging.html
index 0fb12cc4dfe2851c0ae83c492838c25820e89cc0..adbcda117e03eda986a0408561b942a172e93a70 100644
--- a/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging.html
+++ b/LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging.html
@@ -21,7 +21,7 @@ function accessFrame()
function test()
{
- var finishAttemptsLeft = 4;
+ var finishAttemptsLeft = 2;
InspectorTest.addConsoleSniffer(maybeFinish, true);
ConsoleAgent.setMonitoringXHREnabled(true, step1);
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698