From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../battery-plugging-in-manual.https.html | 127 +++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 testing/web-platform/tests/battery-status/battery-plugging-in-manual.https.html (limited to 'testing/web-platform/tests/battery-status/battery-plugging-in-manual.https.html') diff --git a/testing/web-platform/tests/battery-status/battery-plugging-in-manual.https.html b/testing/web-platform/tests/battery-status/battery-plugging-in-manual.https.html new file mode 100644 index 0000000000..1445bd7e26 --- /dev/null +++ b/testing/web-platform/tests/battery-status/battery-plugging-in-manual.https.html @@ -0,0 +1,127 @@ + + +Battery Test: battery not full, charger plugging in + + + + + + + +

Description

+

+ This test validates that all of the BatteryManager attributes exist and + are set to correct values, with corresponding events fired, + when the charger is plugged in. +

+ +

Preconditions

+
    +
  1. + The device is unplugged from the charger before this test is run. +
  2. +
  3. + The battery must not be full or reach full capacity before the time the test is run. +
  4. +
+ +
+
    +
  1. + Plug in the charger and wait for all the tests to complete. +
  2. +
  3. + The tests may take long time since the definition of how + often the chargingtimechange, dischargingtimechange, and levelchange + events are fired is left to the implementation. +
  4. +
+
+ +
+ + -- cgit v1.2.3