You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nettests/ts-036-browser_web.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ fail and appear to be a result of blocking.
67
67
Firefox users should be asked, if they have strict enhanced tracking protection
68
68
enabled, to add a whitelist rule for the website hosting the experiment,
69
69
however this is not a guarantee that they will run the test with it on.
70
+
If a site is deemed inaccessible as a result of specific settings the user has in their browser, the `load_time_ms` will generally be significantly lower than a truly blocked website. When interpreting the data this should be taken into account.
70
71
71
72
# Expected output
72
73
@@ -89,6 +90,7 @@ where:
89
90
while it will be `error` in the case of a failure;
90
91
*`load_time_ms` (`float`) indicates the number of milliseconds it took to load
91
92
the requested resource.
93
+
*`browser` (`string`) indicates the name of the browser used to run the experiment (ex. `firefox` or `chrome`)
0 commit comments