From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../shared/webconsole/test/xpcshell/test_js_property_provider.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'devtools/shared/webconsole/test/xpcshell') diff --git a/devtools/shared/webconsole/test/xpcshell/test_js_property_provider.js b/devtools/shared/webconsole/test/xpcshell/test_js_property_provider.js index 891eadb342..3b1929d46d 100644 --- a/devtools/shared/webconsole/test/xpcshell/test_js_property_provider.js +++ b/devtools/shared/webconsole/test/xpcshell/test_js_property_provider.js @@ -164,6 +164,7 @@ function runChecks(dbgObject, environment, sandbox) { info("Test that suggestions are given for '(globalThis).'"); results = propertyProvider("(globalThis)."); test_has_result(results, "testObject"); + test_has_result(results, "Infinity"); info( "Test that suggestions are given for deep 'globalThis' properties access" @@ -705,6 +706,10 @@ function runChecks(dbgObject, environment, sandbox) { results = propertyProvider(`testSelfPrototypeProxy.`); test_has_result(results, `hello`); test_has_result(results, `hasOwnProperty`); + + info("Test suggestion for Infinity"); + results = propertyProvider("Inf"); + test_has_result(results, "Infinity"); } /** -- cgit v1.2.3