aboutsummaryrefslogtreecommitdiffstats
path: root/npm_assets/node_modules/html5shiv/test/data/no-print.css
blob: 2e3dc9ea3aadb13fa94f50104a5f2c8e2ec4a0e3 (plain) (blame)
1
2
3
4
5
6
7
8
article:before {
   content: "isfnotorprint";
   isfnotorprint: true;
}
article {
   content: "isfnotorprint";
   isfnotorprint: true;
}