Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / cache / matched-properties-cache-partial-match-expected.html
blobb043fb60fa121a6daf2d3cecc841b04649fe1bb2
1 <html>
2 <head>
3 <style type="text/css">
4 .button {
5 border: 1px solid transparent;
6 background: none;
7 display: block;
9 </style>
10 </head>
11 <body>
12 <button class="button">hi</button>
13 <button class="button">hi</button>
14 </body>
15 </html>