diff options
| author | Alan Mackenzie | 2017-02-12 10:59:03 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2017-02-12 10:59:03 +0000 |
| commit | f4d5b687150810129b7a1d5b006e31ccf82b691b (patch) | |
| tree | 4229b13800349032697daae3904dc3773e6b7a80 /test/manual/indent/css-mode.css | |
| parent | d5514332d4a6092673ce1f78fadcae0c57f7be64 (diff) | |
| parent | 148100d98319499f0ac6f57b8be08cbd14884a5c (diff) | |
| download | emacs-comment-cache.tar.gz emacs-comment-cache.zip | |
Merge branch 'master' into comment-cachecomment-cache
Diffstat (limited to 'test/manual/indent/css-mode.css')
| -rw-r--r-- | test/manual/indent/css-mode.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/test/manual/indent/css-mode.css b/test/manual/indent/css-mode.css index 3a00739bfc4..0845c02c299 100644 --- a/test/manual/indent/css-mode.css +++ b/test/manual/indent/css-mode.css | |||
| @@ -43,3 +43,30 @@ article:hover | |||
| 43 | { | 43 | { |
| 44 | color: black; | 44 | color: black; |
| 45 | } | 45 | } |
| 46 | |||
| 47 | /* bug:13425 */ | ||
| 48 | div:first-child, | ||
| 49 | div:last-child, | ||
| 50 | div[disabled], | ||
| 51 | div::before { | ||
| 52 | font: 15px "Helvetica Neue", | ||
| 53 | Helvetica, | ||
| 54 | Arial, | ||
| 55 | "Nimbus Sans L", | ||
| 56 | sans-serif; | ||
| 57 | font: 15px "Helvetica Neue", Helvetica, Arial, | ||
| 58 | "Nimbus Sans L", sans-serif; | ||
| 59 | transform: matrix(1.0, 2.0, | ||
| 60 | 3.0, 4.0, | ||
| 61 | 5.0, 6.0); | ||
| 62 | transform: matrix( | ||
| 63 | 1.0, 2.0, | ||
| 64 | 3.0, 4.0, | ||
| 65 | 5.0, 6.0 | ||
| 66 | ); | ||
| 67 | } | ||
| 68 | @font-face { | ||
| 69 | src: url("Sans-Regular.eot") format("eot"), | ||
| 70 | url("Sans-Regular.woff") format("woff"), | ||
| 71 | url("Sans-Regular.ttf") format("truetype"); | ||
| 72 | } | ||