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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-datareceived.html

Issue 2613703002: [inspector] Make LayoutTest inspector/network/network-datareceived less slow
Patch Set: Created 3 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-datareceived.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-datareceived.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-datareceived.html
index 2ed2c63d275940769e7ef43a40391d52b53e52e9..f6d99bb0ce5f1460dd31b2c8404a882164d53a68 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-datareceived.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-datareceived.html
@@ -6,7 +6,7 @@
function loadIFrame()
{
var iframe = document.createElement("iframe");
- iframe.setAttribute("src", "resources/resource.php?size=50000");
+ iframe.setAttribute("src", "resources/resource.php?size=5000");
document.body.appendChild(iframe);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698