chromium/third_party/blink/web_tests/http/tests/ManualTests/fouc/import-with-element.html

<!doctype html>
<html>
<head>
<style>
my-blue {
    background: red;
    color: white;
}
</style>
<link rel="import" href="resources/blue-element.html">
</head>
<body>
<my-blue>This should be blue</my-blue>
</body>
</html>