mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 06:23:45 +00:00
add named access shadowing test
This commit is contained in:
@@ -19,3 +19,8 @@
|
||||
testing.expectEqual('mySpan', window.mySpan.id);
|
||||
testing.expectEqual('paragraph', window.paragraph.id);
|
||||
</script>
|
||||
|
||||
<script id=named_access_shadowing>
|
||||
const i = 100;
|
||||
testing.expectEqual(100, i);
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user