blob: aa0e98aac74aa496d3371e10100264d2d565b7ab [file] [log] [blame]
Verifies that inspector figures out overloaded properties correctly.
[expanded]
element.style { ()
[expanded]
#inspect { (<style>…</style>)
margin-top: 1px;
margin-left: 1px;
margin-right: 1px;
margin-bottom: 1px;
font: 10px Arial;
font-style: normal;
font-variant-ligatures: normal;
font-variant-caps: normal;
font-variant-numeric: normal;
font-variant-east-asian: normal;
font-weight: normal;
font-stretch: normal;
font-size: 10px;
line-height: normal;
font-family: Arial;
[expanded]
div { (<style>…</style>)
/-- overloaded --/ margin: 1px;
/-- overloaded --/ margin-top: 1px;
/-- overloaded --/ margin-right: 1px;
/-- overloaded --/ margin-bottom: 1px;
/-- overloaded --/ margin-left: 1px;
border: 1px solid black;
border-top-color: black;
border-top-style: solid;
border-top-width: 1px;
border-right-color: black;
border-right-style: solid;
border-right-width: 1px;
border-bottom-color: black;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: black;
border-left-style: solid;
border-left-width: 1px;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
[expanded]
div { (user agent stylesheet)
display: block;
======== Inherited from div.container ========
[expanded]
.container { (<style>…</style>)
/-- overloaded --/ font-size: 10px;