aboutsummaryrefslogtreecommitdiff
path: root/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/bug2527991.css
blob: d4c80ffea5ee8f6d39c9d9f6c059648d601864d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@media screen and/*!YUI-Compresser */(-webkit-min-device-pixel-ratio:0) {
  a{
    b: 1;
  }
}


@media screen and/*! */ /*! */(-webkit-min-device-pixel-ratio:0) {
  a{
    b: 1;
  }
}


@media -webkit-min-device-pixel-ratio:0 {
  a{
    b: 1;
  }
}