blob: 4f919e4ed90aac4fb83a00d4c7649a9b2a9ae185 [file] [log] [blame]
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
}
]
cssText : color: blue;
range : {
endColumn : 12
endLine : 0
startColumn : 0
startLine : 0
}
shorthandEntries : [
]
styleSheetId : <string>
}