New issue
Advanced search Search tips

Issue 697658 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

getElementByTagName doesn't find elements with some non-ASCII characters

Project Member Reported by tkent@chromium.org, Mar 1 2017

Issue description

Chrome Version: ToT
OS: All but iOS

What steps will reproduce the problem?
(1) Run the following expressions in the DevTools console
  document.body.appendChild(document.createElement("a\xC7"));
  document.getElementsByTagName("A\xC7");

What is the expected result?
document.getElementsByTagName() returns a non-empty array.

What happens instead?
It returns an empty array.

Please use labels and text to provide additional information.
This is a regression by r454059.

 

Comment 1 by tkent@chromium.org, Mar 1 2017

Description: Show this description

Comment 3 by tkent@chromium.org, Mar 2 2017

Status: Fixed (was: Started)

Sign in to add a comment