Sha256: 0f031c7be0c1da4ec9497503e42ec012127144688241e0a6c164b65eaa255567

Contents?: true

Size: 1.18 KB

Versions: 2

Compression:

Stored size: 1.18 KB

Contents

<html>
<head>
  <title>Nested Elements</title>
</head>
<body>
  <div id="div_id">
    <a href="success.html">Success</a>
    <form method="get" action="success.html">
      <input id='button_id' name='button_name' class='button_class' type="submit" value="Click Me">
    </form>
    <input size="40" type="text"/>
    <input size="40" type="hidden" value="LeanDog"/>
    <textarea rows="2" cols="20"></textarea>
    <select>
      <option value="option1">Test 1</option>
      <option value="option2">Test 2</option>
    </select>
    <input type="checkbox" value="0"/>
    <input type="radio" value="Milk"/>
    <input type="file"/>
    <div>
      page-object rocks!
    </div>
    <span>
      My alert
    </span>
    <table>
      <tr>
        <td>Data1</td>
        <td>Data2</td>
      </tr>
    </table>
    <img src="images/circle.png"/>
    <p>This is a paragraph.</p>

    <h1>h1's are cool</h1>
    <h2>h2's are cool</h2>
    <h3>h3's are cool</h3>
    <h4>h4's are cool</h4>
    <h5>h5's are cool</h5>
    <h6>h6's are cool</h6>
    <ol>
      <li>Number One</li>
      <li>Number Two</li>
    </ol>
    <ul>
      <li>Item One</li>
      <li>Item Two</li>
    </ul>
  </div>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
druid-ts-1.1.1 features/html/nested_elements.html
druid-ts-1.1.0 features/html/nested_elements.html