DescriptionAvoid using non-standard property names in test
For bug 290055, two use counters was added for how CSSStyleDeclaration
is indexed. One is using non-standard literal names for the CSS
properties, i.e using elt.style['font-size'] instead of
elt.style['fontSize']. The other one is using 'float' instead of
'cssFloat'. Avoid measuring the use counter code in performance tests
by using the standard names instead.
BUG=313864
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162981
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|