diff options
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index 300288b78..d6d02f47f 100644 --- a/test/index.html +++ b/test/index.html @@ -204,6 +204,11 @@ Z</textarea> <span id="liveSpan1"><a href="#" id="liveLink1"></a></span> <span id="liveSpan2"><a href="#" id="liveLink2"></a></span> </div> + + <div id="siblingTest"> + <em id="siblingfirst">1</em> + <em id="siblingnext">2</em> + </div> </div> </dl> <div id="fx-test-group" style="position:absolute;width:1px;height:1px;overflow:hidden;"> |