summaryrefslogtreecommitdiffstats
path: root/testing/marionette/harness/marionette_harness/www/nestedElements.html
blob: 618bf3231b6f56c451f77c7b59ccf43e42ee857a (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<a href="1.html">hello world</a>
<a href="1.html">hello world</a><a href="1.html">hello world</a>
<div name="div1">
  <a href="2.html" name="link1">hello world</a>
  <a href="2.html" name="link2">hello world</a>
</div>

<a href="1.html">hello world</a><a href="1.html">hello world</a><a href="1.html">hello world</a>