Sha256: 6475bf65e0ac4a5920612e16af2b3d9dc8316cbffb0fafc9edd841691a500296

Contents?: true

Size: 1.42 KB

Versions: 62

Compression:

Stored size: 1.42 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.png" alt="circle" title="Circle" />
            <img src="images/square.png" alt="square" id="square" title="Square" />
            <img src="images/triangle.png" 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>Foo</area>
            </map>
            <a href="definition_lists.html"><img src="images/1.gif" /></a>
        </div>
    </body>
</html>

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
watir-7.3.0 spec/watirspec/html/images.html
watir-7.2.2 spec/watirspec/html/images.html
watir-7.2.1 spec/watirspec/html/images.html
watir-7.2.0 spec/watirspec/html/images.html
watir-7.1.0 spec/watirspec/html/images.html
watir-7.0.0 spec/watirspec/html/images.html
watir-7.0.0.beta5 spec/watirspec/html/images.html
watir-7.0.0.beta4 spec/watirspec/html/images.html
watir-7.0.0.beta3 spec/watirspec/html/images.html
watir-7.0.0.beta2 spec/watirspec/html/images.html
watir-7.0.0.beta1 spec/watirspec/html/images.html
watir-6.19.1 spec/watirspec/html/images.html
watir-6.19.0 spec/watirspec/html/images.html
watir-6.18.0 spec/watirspec/html/images.html
watir-6.17.0 spec/watirspec/html/images.html
watir-6.16.5 spec/watirspec/html/images.html
watir-6.16.4 spec/watirspec/html/images.html
watir-6.16.3 spec/watirspec/html/images.html
watir-6.16.2 spec/watirspec/html/images.html
watir-6.16.1 spec/watirspec/html/images.html