New issue
Advanced search Search tips

Issue 917277 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

CSSPropertyID hash trait implementation bug

Project Member Reported by xidac...@chromium.org, Dec 21

Issue description

While working on this CL:
https://chromium-review.googlesource.com/c/chromium/src/+/1281702, I found that there might be a bug in the implementation of the CSSPropertyID hash traits. The problem was that I was not able to insert an entry into a HashMap<CSSPropertyID, String>

I created a unit test:
https://chromium-review.googlesource.com/c/chromium/src/+/1388288
that didn't fail.

It might be worth to investigate what the problem is.
 

Sign in to add a comment