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

Side by Side Diff: third_party/WebKit/PerformanceTests/Pywebsocket/XHR-send-arraybuffer-window-async-verify.html

Issue 2844633002: Remove blink_perf.pywebsocket tests (Closed)
Patch Set: Rebase Created 3 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <head>
3 <script src="../resources/runner.js"></script>
4 <script src="resources/util_performance_test.js"></script>
5 </head>
6 <body onload="startPerformanceTest(
7 'XHR',
8 'sendBenchmark',
9 'arraybuffer',
10 false,
11 true,
12 true)">
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698