diff --git a/src/mono/sample/wasm/browser-bench/README.md b/src/mono/sample/wasm/browser-bench/README.md
index 3f4f7950779024..08fe50d3462d47 100644
--- a/src/mono/sample/wasm/browser-bench/README.md
+++ b/src/mono/sample/wasm/browser-bench/README.md
@@ -25,7 +25,6 @@ Example console output:
> make run
console.debug: MONO_WASM: Initializing mono runtime
console.debug: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode
- console.debug: mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
console.info: Initializing.....
Benchmark started
Exceptions, NoExceptionHandling count: 8344090, per call: 6.807213249138013E-05ms, total: 0.568s
diff --git a/src/mono/wasm/README.md b/src/mono/wasm/README.md
index b092b4843ff6b8..cfeea4b099526e 100644
--- a/src/mono/wasm/README.md
+++ b/src/mono/wasm/README.md
@@ -194,7 +194,6 @@ Example use of the `wasmconsole` template:
> dotnet publish
> cd bin/Debug/net7.0/browser-wasm/AppBundle
> node main.mjs
-mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
Hello World!
Args:
```
diff --git a/src/mono/wasm/debugger/DebuggerTestSuite/BreakpointTests.cs b/src/mono/wasm/debugger/DebuggerTestSuite/BreakpointTests.cs
index 4daa0be41c6328..90cce31acdecae 100644
--- a/src/mono/wasm/debugger/DebuggerTestSuite/BreakpointTests.cs
+++ b/src/mono/wasm/debugger/DebuggerTestSuite/BreakpointTests.cs
@@ -484,7 +484,6 @@ await SendCommandAndCheck(null, "Debugger.resume",
[ConditionalTheory(nameof(RunningOnChrome))]
[InlineData("load_non_wasm_page")]
- [InlineData("load_non_wasm_page_forcing_runtime_ready")] //to simulate the same behavior that has when debugging from VS and OnDefaultContextCreated is called
public async Task CreateGoodBreakpointAndHitGoToNonWasmPageComeBackAndHitAgain(string func_name)
{
var bp = await SetBreakpoint("dotnet://debugger-test.dll/debugger-test.cs", 10, 8);
diff --git a/src/mono/wasm/debugger/tests/debugger-test/debugger-driver.html b/src/mono/wasm/debugger/tests/debugger-test/debugger-driver.html
index 3bdd429f7ab7da..f07c64ac1eb69d 100644
--- a/src/mono/wasm/debugger/tests/debugger-test/debugger-driver.html
+++ b/src/mono/wasm/debugger/tests/debugger-test/debugger-driver.html
@@ -92,10 +92,6 @@
window.location.replace("http://localhost:9400/wasm-page-without-assets.html");
console.debug ("#debugger-app-ready#");
}
- function load_non_wasm_page_forcing_runtime_ready () {
- console.log("load_non_wasm_page_forcing_runtime_ready")
- window.location.replace("http://localhost:9400/non-wasm-page-forcing-runtime-ready.html");
- }
diff --git a/src/mono/wasm/debugger/tests/debugger-test/debugger-test.csproj b/src/mono/wasm/debugger/tests/debugger-test/debugger-test.csproj
index c9ebba9ce67c1d..e9d4067311a0ef 100644
--- a/src/mono/wasm/debugger/tests/debugger-test/debugger-test.csproj
+++ b/src/mono/wasm/debugger/tests/debugger-test/debugger-test.csproj
@@ -19,7 +19,6 @@
-
diff --git a/src/mono/wasm/debugger/tests/debugger-test/non-wasm-page-forcing-runtime-ready.html b/src/mono/wasm/debugger/tests/debugger-test/non-wasm-page-forcing-runtime-ready.html
deleted file mode 100644
index 22ab25fb23040e..00000000000000
--- a/src/mono/wasm/debugger/tests/debugger-test/non-wasm-page-forcing-runtime-ready.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-