Right click on most any element inside the Elements tab of Chrome DevTools, and you'll find the option to Enter Isolation Mode. It visually hides all other content on the page, (though it seems that changes to CSS or DOM can still affect the page layout.)
What is the purpose of this? I understand adding it to allow Selenium or similar tools to target their reporting. But why do human users need this? How can it be used to help debugging?