blob: 12d76b9e202ebc4d6f1ba9d9c7ce67528a602287 [file]
<!DOCTYPE html>
<html>
<head>
<title>Links Elements Test</title>
<link rel="stylesheet" href="http://a.example.com/style.css">
<script src="http://a.example.com/script.js"></script>
</head>
<body>
<a href="http://a.example.com/page.html">Anchor</a>
<img src="http://a.example.com/img.jpg" alt="Image">
<area href="http://a.example.com/map.html" alt="Area">
<form action="http://a.example.com/form" method="post"></form>
<object data="http://a.example.com/object.swf"></object>
</body>
</html>