chromium/third_party/blink/web_tests/http/tests/security/svg-image-with-css-import-expected.html

<!DOCTYPE HTML>
Test for crbug.com/382296: CSS imports should not load in an SVG image context.<br><br>
This test passes if there is a green square below:<br>
<svg width="100" height="100">
    <rect width="100" height="100" fill="green"/>
</svg>