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-expected.html
blob
b043fb60fa121a6daf2d3cecc841b04649fe1bb2
1
<html>
2
<head>
3
<style
type
=
"text/css"
>
4
.button
{
5
border
:
1px
solid transparent
;
6
background
:
none
;
7
display
:
block
;
8
}
9
</style>
10
</head>
11
<body>
12
<button
class
=
"button"
>
hi
</button>
13
<button
class
=
"button"
>
hi
</button>
14
</body>
15
</html>