servo/tests/wpt/web-platform-tests/custom-elements/resources/import-master-async.html

10 lines
227 B
HTML

<!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>