annotate tests/style.css @ 2262:34ad83d9b729

Fix recording bugs to do with nesting and buffer reallocation. Stop MonoFooify printing spurious errors.
author Ziv Scully <ziv@mit.edu>
date Wed, 07 Oct 2015 08:58:08 -0400
parents f89be9cd2087
children
rev   line source
adam@2121 1 body.style1 {
adam@2121 2 background-color: blue;
adam@2121 3 }
adam@2121 4
adam@2121 5 body.style2 {
adam@2121 6 background-color: green;
adam@2121 7 }