Index: tracing/third_party/tvcm/third_party/rcssmin/tests/main/atgroup_02.css |
diff --git a/tracing/third_party/tvcm/third_party/rcssmin/tests/main/atgroup_02.css b/tracing/third_party/tvcm/third_party/rcssmin/tests/main/atgroup_02.css |
deleted file mode 100644 |
index 430859e47215db0a7faa025062cc46d88a0bfafe..0000000000000000000000000000000000000000 |
--- a/tracing/third_party/tvcm/third_party/rcssmin/tests/main/atgroup_02.css |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-@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; } |
- } |
-} |