Files
UXP-Fixed/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/iframe-with-base.html
T
2018-02-02 04:16:08 -05:00

12 lines
213 B
HTML

<!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>