blob: de3280daa59bd3c940d35e8ce08ff9fbb35068e7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<!--
Copyright 2008 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>goog.dom.TagIterator Tests</title>
<script src="../base.js"></script>
<script>
goog.require('goog.dom.TagIteratorTest');
</script>
</head>
<body>
<div id="test"><a href="#">T<b>e</b>xt</a><span></span><p>Text</p></div>
<ul id="test2"><li>Not<li>Closed</ul>
<div id="test3">text</div>
<div id="testSplice"></div>
</body>
</html>