Files
servo/tests/wpt/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-with-base-ref.html
2016-04-15 00:02:45 -04:00

10 lines
141 B
HTML

<!doctype html>
<html>
<head>
<title>iframe Without Base Tag</title>
</head>
<body>
<iframe src="support/blank.htm">
</body>
</html>