aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorRichard Gibson <richard.gibson@gmail.com>2013-01-27 13:24:50 -0500
committerDave Methvin <dave.methvin@gmail.com>2013-02-13 22:03:37 -0500
commitb734666f4d2e9a92b8ebb99db5b05bd4c82e71f2 (patch)
tree24edf6c3c47ec9a39681f0f8445ef8896d6f68c0 /test/index.html
parent1d5d959ee0c03ceb938b85576d130b7b3c510845 (diff)
downloadjquery-b734666f4d2e9a92b8ebb99db5b05bd4c82e71f2.tar.gz
jquery-b734666f4d2e9a92b8ebb99db5b05bd4c82e71f2.zip
Fix #13265 #13332: traversing methods with text nodes. Close gh-1145.
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html
index 62ccfe12e..14e686034 100644
--- a/test/index.html
+++ b/test/index.html
@@ -247,7 +247,7 @@ Z</textarea>
<input type="checkbox" name="checkedtestcheckboxes" />
</div>
</form>
- <div id="nonnodes"><span>hi</span> there <!-- mon ami --></div>
+ <div id="nonnodes"><span id="nonnodesElement">hi</span> there <!-- mon ami --></div>
<div id="t2037">
<div><div class="hidden">hidden</div></div>
</div>