aboutsummaryrefslogtreecommitdiff
path: root/catapult/common/py_vulcanize/third_party/rcssmin/tests/main/atgroup_02.css
blob: 430859e47215db0a7faa025062cc46d88a0bfafe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@media all and (min-width:500px) {
    @document url(http://www.w3.org/),
                   url-prefix(http://www.w3.org/Style/),
                   domain(mozilla.org),
                   regexp("https:.*")
    {
      /* CSS rules here apply to:
         + The page "http://www.w3.org/".
         + Any page whose URL begins with "http://www.w3.org/Style/"
         + Any page whose URL's host is "mozilla.org" or ends with
           ".mozilla.org"
         + Any page whose URL starts with "https:" */

      /* make the above-mentioned pages really ugly */
      body { color: purple; background: yellow; }
    }
}