Sha256: 197368f5f19e53fc8c812b160cacb5411b601b61ce0ace6b9de45336b86d7c45

Contents?: true

Size: 954 Bytes

Versions: 95

Compression:

Stored size: 954 Bytes

Contents

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<HEAD>
<TITLE>A simple frameset document</TITLE>
</HEAD>
<FRAMESET cols="20%, 80%">
  <FRAMESET rows="100, 200">
  <FRAME name="frame1" src="/google.html">
  <FRAME name="frame2" src="/form_test.html">
  </FRAMESET>
  <FRAMESET rows="100, 200">
  <FRAME name="frame3" src="/file_upload.html">
  <IFRAME src="http://google.com/" name="frame4">
  [Your user agent does not support frames or is currently configured
  not to display frames. However, you may visit
  <A href="foo.html">the related document.</A>]
  </IFRAME>
  </FRAMESET>
  <NOFRAMES>
      <P>This frameset document contains:
      <UL>
         <LI><A href="/google.html">Some neat contents</A>
         <LI><A href="/form_test.html" class="bar">Form Test</A>
         <LI><A href="/file_upload.html">Some other neat contents</A>
      </UL>
  </NOFRAMES>
</FRAMESET>
</HTML>

Version data entries

95 entries across 95 versions & 12 rubygems

Version Path
mechanize-2.14.0 test/htdocs/frame_test.html
mechanize-2.13.0 test/htdocs/frame_test.html
mechanize-2.12.2 test/htdocs/frame_test.html
mechanize-2.12.1 test/htdocs/frame_test.html
mechanize-2.12.0 test/htdocs/frame_test.html
mechanize-2.11.0 test/htdocs/frame_test.html
mechanize-2.10.1 test/htdocs/frame_test.html
mechanize-2.10.0 test/htdocs/frame_test.html
mechanize-2.9.2 test/htdocs/frame_test.html
mechanize-2.9.1 test/htdocs/frame_test.html
mechanize-2.9.0 test/htdocs/frame_test.html
mechanize-2.8.5 test/htdocs/frame_test.html
mechanize-2.8.4 test/htdocs/frame_test.html
mechanize-2.8.3 test/htdocs/frame_test.html
mechanize-2.8.2 test/htdocs/frame_test.html
mechanize-2.8.1 test/htdocs/frame_test.html
mechanize-2.8.0 test/htdocs/frame_test.html
mechanize-2.7.7 test/htdocs/frame_test.html
husc-0.2.1 vendor/bundle/gems/mechanize-2.7.6/test/htdocs/frame_test.html
husc-0.2.0 vendor/bundle/gems/mechanize-2.7.6/test/htdocs/frame_test.html