mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
10 lines
141 B
HTML
10 lines
141 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>iframe Without Base Tag</title>
|
|
</head>
|
|
<body>
|
|
<iframe src="support/blank.htm">
|
|
</body>
|
|
</html>
|