summaryrefslogtreecommitdiffstats
path: root/devtools/client/netmonitor/src/har/test/html_har_post-data-test-page.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/netmonitor/src/har/test/html_har_post-data-test-page.html')
-rw-r--r--devtools/client/netmonitor/src/har/test/html_har_post-data-test-page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/netmonitor/src/har/test/html_har_post-data-test-page.html b/devtools/client/netmonitor/src/har/test/html_har_post-data-test-page.html
index 5e42c6139d..9be2e3c16a 100644
--- a/devtools/client/netmonitor/src/har/test/html_har_post-data-test-page.html
+++ b/devtools/client/netmonitor/src/har/test/html_har_post-data-test-page.html
@@ -44,7 +44,7 @@
post(url, data);
}
- function executeTest3(size) {
+ function executeTest3() {
const url = "html_har_post-data-test-page.html";
get(url);
}