features/html/nested_elements.html in page-object-0.3.2 vs features/html/nested_elements.html in page-object-0.4.0
- old
+ new
@@ -25,22 +25,28 @@
My alert
</span>
<table>
<tr><td>Data1</td><td>Data2</td></tr>
</table>
- <img src="images/circle.png">
+ <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>
- <h1>h1's are cool</h1>
- <h2>h2's are cool</h2>
- <h3>h3's are cool</h3>
</body>
</html>