commit | 0542d5461fdf12be290747b66f4680c48c7e523b | [log] [tgz] |
---|---|---|
author | Alexander Larsson <alexl@redhat.com> | Fri Nov 30 14:18:39 2012 +0100 |
committer | Alexander Larsson <alexl@redhat.com> | Fri Nov 30 14:18:39 2012 +0100 |
tree | 02078c0d21536b7f3c4d1d4e629af2a48523a95a | |
parent | 28033a25dd9cd3a7ab0d855826137af3d4fc94a8 [diff] |
css: Make test pass The new css tree may change the order of selectors (keeping the same semantics). This affects how the selectors are printed later, which causes some css parsing tests to not match the references. Fortunately the order is consistent between runs given the same css, so we just have to switch around the order in some of the .ref.css files.