Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            - /html/semantics/embedded-content/the-iframe-element/iframe-with-base.html - WPT Dashboard Interop Dashboard
 
<!doctype html>
<html>
<head>
    <title>iframe With Base Tag</title>
    <link rel="match" href="iframe-with-base-ref.html">
    <base href="support/">
</head>
<body>
    <iframe src="blank.htm">
</body>
</html>