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

Side by Side Diff: third_party/WebKit/PerformanceTests/Pywebsocket/fetch-send-blob-worker-async-verify.html

Issue 1521943002: Use iframe in blink_perf.pywebsocket perf tests to remove --disable-web-security (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated DEPS. Created 5 years 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <script src="../resources/runner.js"></script> 3 <script src="../resources/runner.js"></script>
4 <script src="http://localhost:8001/util.js"></script>
5 <script src="resources/util_performance_test.js"></script> 4 <script src="resources/util_performance_test.js"></script>
6 <script src="http://localhost:8001/fetch_benchmark.js"></script>
7 </head> 5 </head>
8 <body onload="startPerformanceTest( 6 <body onload="startPerformanceTest(
9 'fetch', 7 'fetch',
10 'sendBenchmark', 8 'sendBenchmark',
11 'blob', 9 'blob',
12 true, 10 true,
13 true, 11 true,
14 true)"> 12 true)">
15 </body> 13 </body>
16 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698