Sign in
webkit
/
WebKit
/
4bcb3438baef1cfe12aea6aa10c3a06a0ad5b00d
/
.
/
LayoutTests
/
fast
/
selectors
/
has-style-sharing-expected.html
blob: 3561b606bfc36685277a57e7d5d9429d69569a35 [
file
] [
log
] [
blame
]
<style>
.
border
{
border
:
2px
red solid
;
}
</style>
<div>
<p>
This div will have nothing
</p>
</div>
<div
class
=
"border"
>
<ul>
<li>
This list will have a border because of :has.
</ul>
</div>