chromium/third_party/blink/web_tests/http/tests/ManualTests/fouc/resources/blue-style.html

<!doctype html>
<style>
#shouldBeBlue {
    background: blue;
    color: white;
}
</style>