build: upgrade Chromium and ChromeDriver to latest versions (#25602)
PR Close #25602
This commit is contained in:

committed by
Matias Niemelä

parent
efb453cb73
commit
18f129f536
@ -1515,7 +1515,7 @@ export function elementStyling<T>(
|
||||
*
|
||||
* This method lazily creates the `StylingContext`. This is because in most cases
|
||||
* we have styling without any bindings. Creating `StylingContext` eagerly would mean that
|
||||
* every style declaration such as `<div style="color: 'red' ">` would result `StyleContext`
|
||||
* every style declaration such as `<div style="color: red">` would result `StyleContext`
|
||||
* which would create unnecessary memory pressure.
|
||||
*
|
||||
* @param index Index of the style allocation. See: `elementStyling`.
|
||||
|
Reference in New Issue
Block a user