summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css/resources/media-query-with-cached-sheet-screen.css
blob: bd60a2adf84fdc60e8ea08cd52fe36b28a874f17 (plain)
1
2
3
4
5
6
7
#print-only {
   display: none;
}

#screen-only {
   display: block;
}