Add two UseCounters for form.imageName and form.elements.imageName.

https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/DPFNigRT6Dc/5ck9egACBAAJ
>  A) What the specification defines; form.imageName where |imageName| is a
>  descendant of |form|.
>
>  B) What the specification lacks, and all browsers agree; form.imageName where
>  |imageName| is not a descendant of |form| and is associated by HTML parser.
>
>  C) WebKit-only quirk:  form.elements.imageName

This CL adds
  UseCounter::FormNameAccessForNonDescendantImageElement for B.
  UseCounter::FormControlsCollectionNameAccessForImageElement for C.

BUG=570151

Review URL: https://codereview.chromium.org/1529033002

Cr-Commit-Position: refs/heads/master@{#365468}
3 files changed