- add third_party src.
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / search / resources / search.css
1 div.searchTestUniqueString {
2     background-color: red;
3 }
4
5 div.searchTestUniqueString:hover {
6     /* another searchTestUniqueString occurence */
7     background-color: red;
8 }
9