I want to print all the 350-400 css properties present inside "ComputedStyle" object from "third_party/blink/renderer/core/style/computed_style.h".
I tried searching if there is any utility to serialize this object but could not find anything in blink code.
The files that I have checked -
"third_party/blink/renderer/core/css/properties/computed_style_utils.h"
"out/Debug/gen/third_party/blink/renderer/core/style/computed_style_base.h"
So if anyone knows how to print all the properties in string format then please help.