blob: 252b0fe296c4d857e6ef9c8ceae5ecaef350e229 [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test content with attr</title>
<style>
a {
text-decoration: none;
}
</style>
</head>
<body>
<p>Each link below should display the text "n(href=n)" where n is a number</p>
<p>The href attribute of the last one is changed onload.</p>
<hr/>
<p><a href="1">1(href=1)</a></p>
<p><a href="2">2(href=2)</a></p>
<p><a href="3">3(href=3)</a></p>
<p><a href="4">4(href=4)</a></p>
</body>
</html>