chromium/third_party/blink/web_tests/loader/link-load-only-supported-stylesheet-types-expected.html

<!DOCTYPE html>
<html>
<body>
    <div style="color: blue" id="blue">This text should be blue</div>
    <div style="color: green" id="red">This text should be green</div>
    <div style="color: yellow" id="yellow">This text should be yellow</div>
</body>
</html>