diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-01-27 13:24:50 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-02-13 22:03:37 -0500 |
commit | b734666f4d2e9a92b8ebb99db5b05bd4c82e71f2 (patch) | |
tree | 24edf6c3c47ec9a39681f0f8445ef8896d6f68c0 /test/index.html | |
parent | 1d5d959ee0c03ceb938b85576d130b7b3c510845 (diff) | |
download | jquery-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.html | 2 |
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> |