Sha256: ec386ddab7af7fc8f736aa4698fbfa1424df42875cf01a333d202bb55ead351d

Contents?: true

Size: 543 Bytes

Versions: 64

Compression:

Stored size: 543 Bytes

Contents

<!DOCTYPE HTML>
<html>
  <head>
    <title>obsolete element</title>
    <script type="text/javascript" charset="utf-8">
      function removeText() {
        var e = document.getElementById("text");
        e.parentNode.removeChild(e);
      }
    </script>
  </head>

  <body>
    <button id='remove-button' onclick="removeText()">Remove text</button>
    <div id="text">Text</div>

    <div id='top'>Top Element>
      <div id='middle'>Middle Element>
        <div id='bottom'>Bottom Element</div>
      </div>
    </div>

  </body>
</html>

Version data entries

64 entries across 64 versions & 2 rubygems

Version Path
watir-6.7.2 spec/watirspec/html/removed_element.html
watir-6.7.1 spec/watirspec/html/removed_element.html
watir-6.7.0 spec/watirspec/html/removed_element.html
watir-6.6.3 spec/watirspec/html/removed_element.html
watir-6.6.2 spec/watirspec/html/removed_element.html
watir-6.6.1 spec/watirspec/html/removed_element.html
watir-6.6.0 spec/watirspec/html/removed_element.html
watir-6.5.0 spec/watirspec/html/removed_element.html
watir-6.4.3 spec/watirspec/html/removed_element.html
watir-6.4.2 spec/watirspec/html/removed_element.html
watir-6.4.1 spec/watirspec/html/removed_element.html
watir-6.4.0 spec/watirspec/html/removed_element.html
watir-6.4.0.rc2 spec/watirspec/html/removed_element.html
watir-6.4.0.rc1 spec/watirspec/html/removed_element.html
watir-6.3.0 spec/watirspec/html/removed_element.html
watir-6.2.1 spec/watirspec/html/removed_element.html
watir-6.2.0 spec/watirspec/html/removed_element.html
watir-6.1.0 spec/watirspec/html/removed_element.html
watir-6.0.3 spec/watirspec/html/removed_element.html
watir-6.0.2 spec/watirspec/html/removed_element.html