Sign in
webkit
/
WebKit
/
23f2af82553c2cee7bae08392f2e9ba6e8c9e0c0
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
css
/
invalidation
/
style-invalidation-before-attach-expected.html
blob: 7994f159bc7460b99401f2060f04db65f3dd9d8c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
[
attr
]
div
{
color
:
red
;
}
[
attr
]
.
baz
{
color
:
blue
;
}
</style>
<div
id
=
"a"
>
<div
id
=
"bar"
attr
=
"attr"
>
<div
id
=
"baz"
class
=
"baz"
>
This should be blue.
</div>
</div>
</div>