1fcba72958
Add two extra tests for checking navigation on pages with rel "next" and "prev" links which are also rel "nofollow" to test for the correct functionality of navigating pages with rel "next" and "prev" links with multiple rel attributes.
13 lines
309 B
HTML
13 lines
309 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Navigate</title>
|
|
</head>
|
|
<body>
|
|
<p>Index page</p>
|
|
<a href="/data/navigate/prev.html" rel="nofollow prev">bla</a>
|
|
<a href="/data/navigate/next.html" rel="nofollow next">blub</a>
|
|
</body>
|
|
</html>
|