diff options
Diffstat (limited to 'testing/web-platform/meta/network-error-logging')
-rw-r--r-- | testing/web-platform/meta/network-error-logging/sends-report-on-success.https.html.ini | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/web-platform/meta/network-error-logging/sends-report-on-success.https.html.ini b/testing/web-platform/meta/network-error-logging/sends-report-on-success.https.html.ini index 45db215e00..bbed63088f 100644 --- a/testing/web-platform/meta/network-error-logging/sends-report-on-success.https.html.ini +++ b/testing/web-platform/meta/network-error-logging/sends-report-on-success.https.html.ini @@ -1,7 +1,9 @@ [sends-report-on-success.https.html] expected: - if os == "mac": [OK, TIMEOUT] + if os == "win": [OK, TIMEOUT] + if os == "mac": [TIMEOUT, OK] [\n Test that NEL reports are sent for successful requests\n ] expected: - if os == "mac": [FAIL, TIMEOUT] + if os == "win": [FAIL, TIMEOUT] + if os == "mac": [TIMEOUT, FAIL] FAIL |