1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-10 18:38:34 +00:00
Files
UXP/testing/web-platform/tests/custom-elements/v0/resources/import-master.html
T

11 lines
206 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Import Master Document</title>
<link rel="import" href="import.html">
</head>
<body>
<p>Master document body</p>
</body>
</html>