Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / cache / matched-properties-cache-partial-match.html
blobc286de94eae933282b66b5a05f1451d87ac36b00
1 <!doctype html>
2 <style>
3 .div1 {
4 cursor: pointer;
6 button {
7 border: 1px solid transparent;
8 background: none;
10 </style>
11 <div class="div1">
12 <button>hi</button>
13 </div>
14 <div>
15 <button>hi</button>
16 </div>