NOTE: I've added some some more details to this entry and corrected an error regarding which bugs affected which rows.
The first Acid2 fixes were in build 7570. According to the W3C CSS 2.1 spec., min-height/width declarations take precedence over max-height/width declarations. In Opera, max-height/width won. Check this test case to see how your browser does for max/min-height and this test case to see how it does for max/min-width. In build 7570, we fixed the case where max-height overrides min-height. This fixes the height of row 1 in the Acid2 test. The max/min-width fix probably will not be in 8.0x, as it isn't part of the Acid2 test.
The second bug fixed in this build is related to the background shorthand property. If a declaration has more than one value for the same property, all values for that property should be ignored. Opera was using the last value found for background-color, background-repeat, background-image, and background-attachment declarations instead of ignoring all values. This fixes the coloring issue in row 13. Check this test case to see how how your browser does it.
Here's the updated rendering with these two bugs fixed:



