[
{
"html": "<html><head><style>#a{color:rgb(255,0,0)}</style></head><body><div id='a'></div></body></html>",
"selector": "#a",
"property": "color",
"expected": "#ff0000"
},
{
"html": "<html><head><style>p{font-size:12px}</style></head><body><p id='p'>x</p></body></html>",
"selector": "p",
"property": "font-size",
"expected": "12px"
},
{
"html": "<html><head><style>#hsl{color:hsl(0,100%,50%)}</style></head><body><div id='hsl'></div></body></html>",
"selector": "#hsl",
"property": "color",
"expected": "#ff0000"
}
]