repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
cache
/
matched-properties-cache-partial-match.html
blob
c286de94eae933282b66b5a05f1451d87ac36b00
1
<!doctype
html
>
2
<style>
3
.div1 {
4
cursor: pointer;
5
}
6
button {
7
border:
1
px solid transparent;
8
background: none;
9
}
10
</style>
11
<div
class
=
"div1"
>
12
<button>
hi
</button>
13
</div>
14
<div>
15
<button>
hi
</button>
16
</div>