summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe-with-base-ref.html
blob: 21f11d19538fca39011f591a2b0f2dfd2ec5b87e (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<html>
<head>
    <title>iframe Without Base Tag</title>
</head>
<body>
    <iframe src="support/blank.htm">
</body>
</html>