summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/domparsing/resources/domparser-iframe-base.html
blob: e8a084b7dce26320515dd13d273ee7857ca84c31 (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<meta charset="utf-8">
<title>An iframe that does DOMParser stuff with base</title>
<base href="/fake/base-from-iframe">

<script src="/domparsing/resources/domparser-iframe.js"></script>