<!doctype html><title>CSS Nesting bug: Block ignored after lack of whitespace</title><linkrel="help"href="https://crbug.com/362674384"><linkrel="stylesheet"href="block-skipping.css"><!-- Bug only manifests in external stylesheets. --><scriptsrc="/resources/testharness.js"></script><scriptsrc="/resources/testharnessreport.js"></script><divclass="test"><spanid="target">Test passes if this text is green.</span></div><script>test(()=>{assert_equals(getComputedStyle(target).color,'rgb(0, 128, 0)');});</script>