Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / elements / styles / resources / stylesheet-tracking-import.css
1 @charset "UTF-8";
2
3 @import url("stylesheet-tracking-import-1.css");
4
5 html {
6     font-weight: 400;
7 }
8