chromium/third_party/blink/web_tests/http/tests/devtools/resource-tree/resources/import-hello.html

<!DOCTYPE html>
<html>
<head>
<link rel="import" href="import-child.html">
<script src="import-hello.js"></script>
</head>
<body>
<h1>Hello</h1>
</body>
</html>