Skip to content

Instantly share code, notes, and snippets.

@ernix
Created May 15, 2014 05:14
Show Gist options
  • Save ernix/5315a4c75dca57a19e97 to your computer and use it in GitHub Desktop.
Save ernix/5315a4c75dca57a19e97 to your computer and use it in GitHub Desktop.
xpath against IE11 bug
# http://connect.microsoft.com/IE/feedback/details/807447/ie-11-metro-version-submitting-form-fails-if-input-tag-has-no-name-attribute
//form[not(.//input) or count(.//input[@name] == 0)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment