browser_cmd_csscoverage_sheetA.css 412 B

1234567891011121314151617181920212223
  1. @import url(browser_cmd_csscoverage_sheetC.css);
  2. /* This should match in page 1, 2 and 3 */
  3. .sheetA-test1 {
  4. color: #0A1;
  5. }
  6. /* This should not match anywhere */
  7. .sheetA-test2 {
  8. color: #0A2;
  9. }
  10. /* This should match in page 1 only */
  11. .sheetA-test3 {
  12. color: #0A3;
  13. }
  14. /* This should match in page 2 only */
  15. .sheetA-test4 {
  16. color: #0A4;
  17. }
  18. /* This should match in page 3 only */
  19. .sheetA-test5 {
  20. color: #0A5;
  21. }