| Index: LayoutTests/http/tests/perf/large-inlined-script.html
|
| diff --git a/LayoutTests/http/tests/perf/large-inlined-script.html b/LayoutTests/http/tests/perf/large-inlined-script.html
|
| index 85bb51253e8517a91a24ad983f4ff88256e4796b..f4e4b63b36b8fc5ccbd85d2e2bcbd83ca4e04668 100644
|
| --- a/LayoutTests/http/tests/perf/large-inlined-script.html
|
| +++ b/LayoutTests/http/tests/perf/large-inlined-script.html
|
| @@ -15,7 +15,7 @@ window.addEventListener('load', function() {
|
| window._iframeLoaded = finish;
|
| var iframe = document.createElement("iframe");
|
| document.body.appendChild(iframe);
|
| - iframe.src = "resources/page-with-large-script.cgi?1000000";
|
| + iframe.src = "resources/page-with-large-script.cgi?750000";
|
| }, false);
|
|
|
| </script>
|
|
|