6 lines
204 B
HTML
6 lines
204 B
HTML
<!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>
|