Sha256: 1e136ce50497cd5da7cd5782ea22fb7aaa9369d8cf3e03e35fe41b7c2983d02a

Contents?: true

Size: 1.38 KB

Versions: 28

Compression:

Stored size: 1.38 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <title>Images</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    </head>
    <body>
        <div>
            <img />
            <img src="images/1.gif" alt="1" title="The number one!" />
            <img src="images/2.gif" alt="2" />
            <img src="images/3.gif" alt="3" />
            <img src="images/circle.jpg" name="circle" alt="circle" title="Circle" />
            <img src="images/square.jpg" name="square" alt="square" id="square" title="Square" />
            <img src="images/triangle.jpg" id="triangle" usemap="#triangle_map" />
            <img src="images/no_such_file.jpg" id="no_such_file" />
            <img src="images/1.gif" alt="1" id="non_self_closing"></img>
            <map id ="triangle_map" name="triangle_map">
                <area id="NCE" name="NCE" shape ="rect" coords ="40,0,70,25" href ="non_control_elements.html" alt="Non-control elements" title="Non-control elements" />
                <area id="tables" name="tables" shape ="rect" coords ="0,80,20,98" href ="tables.html" alt="Tables" title="Tables" />
            </map>
            <map>
                <area></area>
            </map>
        </div>
    </body>
</html>

Version data entries

28 entries across 28 versions & 3 rubygems

Version Path
caius-celerity-0.0.6.11 spec/html/images.html
operawatir-0.7.pre4-jruby spec/watir2/fixtures/images.html
operawatir-0.7.pre3-jruby spec/watir2/fixtures/images.html
operawatir-0.7.pre2-jruby spec/watir2/fixtures/images.html
operawatir-0.7.pre1-jruby spec/watir2/fixtures/images.html
operawatir-0.6.pre1-jruby spec/watir2/fixtures/images.html
operawatir-0.5.1-jruby spec/watir2/fixtures/images.html
operawatir-0.5-jruby spec/watir2/fixtures/images.html
operawatir-0.5.pre3-jruby spec/watir2/fixtures/images.html
operawatir-0.5.pre2-jruby spec/watir2/fixtures/images.html
operawatir-0.5.pre1-jruby spec/watir2/fixtures/images.html
operawatir-0.4.3.pre1-jruby spec/watir2/fixtures/images.html
operawatir-0.4.2-jruby spec/watir2/fixtures/images.html
operawatir-0.4.1-jruby spec/watir2/fixtures/images.html
operawatir-0.4.1.pre7-jruby spec/watir2/fixtures/images.html
operawatir-0.4.1.pre6-jruby spec/watir2/fixtures/images.html
operawatir-0.4.1.pre5-jruby spec/watir2/fixtures/images.html
operawatir-0.4.1.pre4-jruby spec/watir2/fixtures/images.html
operawatir-0.4.1.pre3-jruby spec/watir2/fixtures/images.html
operawatir-0.4.1.pre2-jruby spec/watir2/fixtures/images.html