assertEquals(a.getLeft(), b.getTop());
assertEquals(a.getLeft(), c.getTop());
// See if the size of the image strip is what we expect
Image i = new Image(a.getURL());
i.addLoadListener(new LoadListener() {
public void onError(Widget sender) {
fail("error loading image");
}
public void onLoad(Widget sender) {