summaryrefslogtreecommitdiffstats
path: root/devtools/client/commandline/test/browser_cmd_csscoverage_sheetB.css
blob: 9335bd60d7db947a31a20c94be25d3a8b4c7d801 (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 */
.sheetB-test1 {
  color: #0B1;
}
/* This should not match anywhere */
.sheetB-test2 {
  color: #0B2;
}
/* This should match in page 1 only */
.sheetB-test3 {
  color: #0B3;
}
/* This should match in page 2 only */
.sheetB-test4 {
  color: #0B4;
}
/* This should match in page 3 only */
.sheetB-test5 {
  color: #0B5;
}