Sha256: 423a77f63601cb4adfc177dbaf3774ed2a467adfa70b1c4d23e7c5a05d571808

Contents?: true

Size: 466 Bytes

Versions: 10

Compression:

Stored size: 466 Bytes

Contents

<html>
  <head>
    <title>Spidr :: Web-Spider Obstacle Course :: JavaScript Links</title>
  </head>

  <body>
    <p>JavaScript links.</p>

    <ul>
      <li class="ignore">
        <a href="javascript:fail();">should ignore links beginning with "javascript:"</a>
      </li>

      <li class="ignore">
        <a href="#" onclick="fail();">should ignore links with an onclick attribute and a href pointing to the page.</a>
      </li>
    </ul>
  </body>
</html>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
spidr-0.2.1 static/course/javascript/start.html
spidr-0.2.0 static/course/javascript/start.html
spidr-0.1.6 static/course/javascript/start.html
spidr-0.1.3 static/course/javascript/start.html
spidr-0.1.2 static/course/javascript/start.html
spidr-0.1.4 static/course/javascript/start.html
spidr-0.1.5 static/course/javascript/start.html
spidr-0.1.8 static/course/javascript/start.html
spidr-0.1.7 static/course/javascript/start.html
spidr-0.1.9 static/course/javascript/start.html