assertEquals("0", attributes.get("cellpadding"));
assertEquals("http://schema.org/CreativeWork", attributes.get("itemtype"));
assertEquals("", attributes.get("itemscope"));
assertEquals("padding:0px; margin: 0px 0px 10px 0px; width:100%", attributes.get("style"));
context.assertIsSatisfied();
}
}