Sha256: d29c571ef742179803aad31d8fd1ccdbbecb248f0182b325a3f266eace13a84d

Contents?: true

Size: 1.73 KB

Versions: 21

Compression:

Stored size: 1.73 KB

Contents

<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    <title>Obscured</title>
  </head>
  <body>
    <h1>No Overlap</h1>
    <button style="height: 100px; width: 100px;" id="not_obscured"></button>

    <h1>Overlap By Descendant</h1>
    <button style="height: 100px; width: 100px;" id="has_descendant">
      <div style="height: 90px; width: 90px; background: rgba(0,255,0,.5);">foobar</div>
    </button>

    <h1>Overlap By Other</h1>
    <p>
      <button style="width: 100px; margin: 40px 0;" id="obscured">foobar</button>
    </p>
    <div style="position: absolute; height: 100px; width: 100px; background: rgba(255,0,0,.5); margin-left: 40px; margin-top: -120px;"></div>

    <h1>Overlap But Not At Center</h1>
    <p>
      <button style="width: 100px; height: 100px;" id="surrounded">foobar</button>
    </p>
    <div style="position: absolute; height: 50px; width: 100px; background: rgba(255,0,0,.5); margin-top: -120px;"></div>
    <div style="position: absolute; height: 50px; width: 100px; background: rgba(255,0,0,.5); margin-top: -60px;"></div>
    <div style="position: absolute; height: 100px; width: 50px; background: rgba(255,0,0,.5); margin-top: -120px; margin-left: -5px;"></div>
    <div style="position: absolute; height: 100px; width: 50px; background: rgba(255,0,0,.5); margin-top: -120px;  margin-left: 55px;"></div>

    <button style="position: absolute; width: 0; height: 0; top: -500px; left: -500px; overflow: hidden" id="off_screen">off-screen</button>
    <button style="display: none;" id="hidden">hidden</button>
    <div id="requires_scrolling_container">
      <button style="position: absolute; top: 5000px;" id="requires_scrolling">requires scrolling</button>'
    </div>
  </body>
</html>

Version data entries

21 entries across 21 versions & 1 rubygems

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