summaryrefslogtreecommitdiffstats
path: root/devtools/client/commandline/test/browser_cmd_csscoverage_sheetC.css
blob: 8c899ead98e06a1b7cb2b3c5d3f73c14f3192757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* This should match in page 1, 2 and 3 */
.sheetC-test1 {
  color: #0C1;
}
/* This should not match anywhere */
.sheetC-test2 {
  color: #0C2;
}
/* This should match in page 1 only */
.sheetC-test3 {
  color: #0C3;
}
/* This should match in page 2 only */
.sheetC-test4 {
  color: #0C4;
}
/* This should match in page 3 only */
.sheetC-test5 {
  color: #0C5;
}