summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe-with-base.html
blob: 4637a41a4740f82a8610b7bf1ab084b4aa6b0584 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>