Sha256: 4793a104f8cbbf35409c0a69726bd5b8baf85768ea16184b2c63f5edce8b9a2f

Contents?: true

Size: 660 Bytes

Versions: 15

Compression:

Stored size: 660 Bytes

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>Iframes</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    </head>
    <body>
        <h1>Iframes</h1>
        <iframe src="iframe_1.html" id="iframe_1" name="iframe1" class="half"></iframe>
        <iframe src="frame_2.html" id="iframe_2" name="iframe2" class="half"></iframe>
    <div class="wrapper">
        <iframe src="nested_elements.html" id="iframe_3" name="iframe3"></iframe>
    </div>
    </body>
</html>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
watir-7.3.0 spec/watirspec/html/iframes.html
watir-7.2.2 spec/watirspec/html/iframes.html
watir-7.2.1 spec/watirspec/html/iframes.html
watir-7.2.0 spec/watirspec/html/iframes.html
watir-7.1.0 spec/watirspec/html/iframes.html
watir-7.0.0 spec/watirspec/html/iframes.html
watir-7.0.0.beta5 spec/watirspec/html/iframes.html
watir-7.0.0.beta4 spec/watirspec/html/iframes.html
watir-7.0.0.beta3 spec/watirspec/html/iframes.html
watir-7.0.0.beta2 spec/watirspec/html/iframes.html
watir-7.0.0.beta1 spec/watirspec/html/iframes.html
watir-6.19.1 spec/watirspec/html/iframes.html
watir-6.19.0 spec/watirspec/html/iframes.html
watir-6.18.0 spec/watirspec/html/iframes.html
watir-6.17.0 spec/watirspec/html/iframes.html