Sign in
cobalt
/
cobalt
/
e83fce97d7405b0b5e569d961aa431b1112ac6ac
/
.
/
src
/
third_party
/
web_platform_tests
/
custom-elements
/
resources
/
import-master-async.html
blob: 0ecaafb29b72f3443f94356585c44b7b3f3b1bed [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
Import Master Document (asynchronous)
</title>
<link
rel
=
"import"
href
=
"import.html"
async
>
</head>
<body>
<p>
Master document body
</p>
</body>
</html>