Verify inline style reports proper ranges after attr modification
=== Initial inline style ===
{
cssProperties : [
]
cssText :
range : {
endColumn : 0
endLine : 0
startColumn : 0
startLine : 0
}
shorthandEntries : [
]
styleSheetId : <string>
}
=== CSSOM-modified inline style ===
{
cssProperties : [
[0] : {
disabled : false
implicit : false
name : color
range : {
endColumn : 12
endLine : 0
startColumn : 0
startLine : 0
}
text : color: blue;
value : blue
}
[1] : {
name : color
value : blue
}
]
cssText : color: blue;
range : {
endColumn : 12
endLine : 0
startColumn : 0
startLine : 0
}
shorthandEntries : [
]
styleSheetId : <string>
}