Chromium Code Reviews| Index: LayoutTests/fast/css/cache/matched-properties-cache-partial-match.html |
| diff --git a/LayoutTests/fast/css/cache/matched-properties-cache-partial-match.html b/LayoutTests/fast/css/cache/matched-properties-cache-partial-match.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c286de94eae933282b66b5a05f1451d87ac36b00 |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/cache/matched-properties-cache-partial-match.html |
| @@ -0,0 +1,16 @@ |
| +<!doctype html> |
| +<style> |
| +.div1 { |
| + cursor: pointer; |
| +} |
| +button { |
| + border: 1px solid transparent; |
| + background: none; |
| +} |
| +</style> |
| +<div class="div1"> |
| + <button>hi</button> |
| +</div> |
| +<div> |
| + <button>hi</button> |
| +</div> |