-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
053ac92
commit 5a55e5d
Showing
4 changed files
with
148 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
|
||
|
||
<!-- Test for isBefore / getBreadth / getDepth --> | ||
<div class="before"></div> | ||
<div> | ||
<div class="after"></div> | ||
</div> | ||
|
||
<!-- Test for getDepth --> | ||
<div id="depth"></div> | ||
|
||
The content of the document...... | ||
|
||
<video controls></video> | ||
|
||
<div class="node-to-be-removed">This should be removed</div> | ||
|
||
<ul> | ||
<li class="template"></li> | ||
</ul> | ||
|
||
<form> | ||
<fieldset class="checkboxes"> | ||
<label> | ||
<input type="checkbox" value="1"> Steak and potatoes | ||
</label> | ||
<label> | ||
<input type="checkbox" value="2"> Rice, corn, chitterling and tomatoes | ||
</label> | ||
<label> | ||
<input type="checkbox" value="3" checked="checked"> Ham and greens | ||
</label> | ||
<label> | ||
<input type="checkbox" value="4" checked="checked"> Chicken pot pie and lima beans | ||
</label> | ||
</fieldset> | ||
<fieldset class="radios"> | ||
<label> | ||
<input type="radio" value="a"> Corn dogs and mustard | ||
</label> | ||
<label> | ||
<input type="radio" value="b"> Cracker jacks, and tutti fruity custard | ||
</label> | ||
<label> | ||
<input type="radio" value="c" checked="checked"> Buffalo wings | ||
</label> | ||
</fieldset> | ||
</form> | ||
|
||
<div id="html-method-test"> | ||
<span>Should only match span</span> | ||
</div> | ||
|
||
<div id="shorthand-test"> | ||
<ul> | ||
<li>This test failed</li> | ||
<li>This test failed</li> | ||
<li>This test failed</li> | ||
</ul> | ||
</div> | ||
|
||
<a id="blog" href="https://perryrylance.com">Visit my blog</a> | ||
|
||
|
Oops, something went wrong.