tribute-iframe-issue/index.html

19 lines
574 B
HTML

<!doctype html>
<html>
<head>
<title>Tribute Iframe Issue</title>
<link rel="icon" href="data:,">
<link rel="stylesheet" href="/node_modules/tributejs/dist/tribute.css">
<script src="/node_modules/tributejs/dist/tribute.js" defer="true"></script>
<script src="/index.js" defer="true"></script>
</head>
<body>
<p>Type "@P" in the box below.</p>
<p>Expected behaviour: A popup is shown with a suggestion.</p>
<p>Actual behaviour: No popup is shown.</p>
<main>
<iframe src="subdoc.html"></iframe>
</main>
</body>
</HTML>