[css-typed-om] Add tests for the readonly part of StylePropertyMap.
Spec: https://drafts.css-houdini.org/css-typed-om-1/#stylepropertymapreadonly We test get, getAll, has, iterable and getProperties through the inline StylePropertyMap. Currently failing: - Custom properties seem to be returned as CSSStyleValues and not CSSUnparsedValues - properties are not sorted correctly in iteration and getProperties. Bug: 774887 Change-Id: I613329005030355e137d19063c5ad7e6247156ed Reviewed-on: https://chromium-review.googlesource.com/722400 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:Renée Wright <rjwright@chromium.org> Cr-Commit-Position: refs/heads/master@{#512757}
Showing
Please register or sign in to comment