From b911051842b5a6fa1818608f82a42f37e5b656c1 Mon Sep 17 00:00:00 2001 From: Muki Kiboigo Date: Mon, 5 Jan 2026 09:08:57 -0800 Subject: [PATCH] add named access shadowing test --- src/browser/tests/window/named_access.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/browser/tests/window/named_access.html b/src/browser/tests/window/named_access.html index 4663dbdf..7d43eb8c 100644 --- a/src/browser/tests/window/named_access.html +++ b/src/browser/tests/window/named_access.html @@ -19,3 +19,8 @@ testing.expectEqual('mySpan', window.mySpan.id); testing.expectEqual('paragraph', window.paragraph.id); + +