commit a496e44dffb6cfa6e4afe69af4e9c8cb1f2eccc8 parent 6eca04624ed0e776929b589b03690007b73656ca Author: Stalgia Grigg <stalgia@bocoup.com> Date: Fri, 19 Dec 2025 09:17:56 +0000 Bug 2006485 [wpt PR 56794] - Map `online` web-feature, a=testonly Automatic update from web-platform-tests Map `online` web-feature (#56794) Feature: `online` Reference: https://github.com/web-platform-dx/web-features/blob/main/features/online.yml Notable exclusions 1. WebIDL bindings test - `webidl/ecmascript-binding/global-object-implicit-this-value.any.js`: Tests implicit `this` value for global object members, using `ononline` as an example property. 2. Worker global scope tests - `workers/constructors/Worker/DedicatedWorkerGlobalScope-members.worker.js`: Tests existence of global scope members generally. -- wpt-commits: e23f9d684e00e01a96322b254b7974e518e1dc7d wpt-pr: 56794 Diffstat:
4 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/html/browsers/offline/browser-state/WEB_FEATURES.yml b/testing/web-platform/tests/html/browsers/offline/browser-state/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: online + files: "**" diff --git a/testing/web-platform/tests/workers/WEB_FEATURES.yml b/testing/web-platform/tests/workers/WEB_FEATURES.yml @@ -12,6 +12,9 @@ features: files: - WorkerNavigator_userAgentData.http.html - WorkerNavigator_userAgentData.https.html +- name: online + files: + - WorkerNavigator_onLine.htm - name: postmessage files: - Worker-postMessage-happens-in-parallel.https.html diff --git a/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/WEB_FEATURES.yml b/testing/web-platform/tests/workers/interfaces/WorkerUtils/navigator/WEB_FEATURES.yml @@ -1,4 +1,7 @@ features: +- name: online + files: + - 006.html - name: user-agent-sniffing files: - 005.html diff --git a/testing/web-platform/tests/workers/non-automated/WEB_FEATURES.yml b/testing/web-platform/tests/workers/non-automated/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: online + files: + - navigator-onLine.html