Added support for finding elements that have underscores in their name (along with other allowed characters). Fix for ticket #1084.
This commit is contained in:
parent
610149fd19
commit
fce2bdf7ff
3 changed files with 9 additions and 5 deletions
|
@ -85,6 +85,8 @@
|
|||
<span id="utf8class2" class="台北"></span>
|
||||
<span id="foo:bar" class="foo:bar"></span>
|
||||
<span id="test.foo[5]bar" class="test.foo[5]bar"></span>
|
||||
|
||||
<foo_bar id="foobar">test element</foo_bar>
|
||||
</form>
|
||||
<b id="floatTest">Float test.</b>
|
||||
<iframe id="iframe" name="iframe"></iframe>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue