Chromium Code Reviews| Index: LayoutTests/fast/css/cache/matched-properties-cache-partial-match-expected.html |
| diff --git a/LayoutTests/fast/css/cache/matched-properties-cache-partial-match-expected.html b/LayoutTests/fast/css/cache/matched-properties-cache-partial-match-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b043fb60fa121a6daf2d3cecc841b04649fe1bb2 |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/cache/matched-properties-cache-partial-match-expected.html |
| @@ -0,0 +1,15 @@ |
| +<html> |
| + <head> |
| + <style type="text/css"> |
| +.button { |
| + border: 1px solid transparent; |
| + background: none; |
| + display: block; |
| +} |
| + </style> |
| + </head> |
| + <body> |
| + <button class="button">hi</button> |
| + <button class="button">hi</button> |
| + </body> |
| +</html> |